Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 7376f7b5b06e33bb8acc21cf64a8bee67a63ba67 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 ad104866bbc8c98dca93091e1a8abeb835fd4e4d 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 ad104866bbc8c98dca93091e1a8abeb835fd4e4d 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 ad104866bbc8c98dca93091e1a8abeb835fd4e4d (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f ad104866bbc8c98dca93091e1a8abeb835fd4e4d # timeout=10 Commit message: "Merge pull request #251 from ernestojeda/fix-codecov-uploader" > 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 ========================================================= [edgeXBuildGoApp] RAW Config: [project:device-sdk-go, dockerImageName:docker-device-sdk-simple, dockerFilePath:example/cmd/device-simple/Dockerfile, pushImage: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: device-sdk-go-settings PROJECT: device-sdk-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_PATH: example/cmd/device-simple/Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-device-sdk-simple DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: false BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true [Pipeline] node Still waiting to schedule task Waiting for next available executor Running on prd-centos7-docker-4c-2g-3380 in /w/workspace/dgexfoundry_device-sdk-go_master [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/device-sdk-go.git > git init /w/workspace/dgexfoundry_device-sdk-go_master # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-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 --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 Checking out Revision 7376f7b5b06e33bb8acc21cf64a8bee67a63ba67 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 7376f7b5b06e33bb8acc21cf64a8bee67a63ba67 # timeout=10 Commit message: "Merge pull request #595 from jinlinGuan/issue-555-update" > git rev-list --no-walk 6a644f195f70d064d428f19fecf7196d621efa3d # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 05:16:00 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 05:16:00 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 05:16:00 ========================================================= 05:16:00 EdgeX Global Pipelines Version Info 05:16:00 ========================================================= [Pipeline] libraryResource [Pipeline] sh 05:16:02 ------------------- 05:16:02 stable info: 05:16:02 ------------------- 05:16:02 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 05:16:02 Commit SHA: ad104866bbc8c98dca93091e1a8abeb835fd4e4d 05:16:02 Message: update stable to v1.0.131 05:16:03 ------------------- 05:16:03 experimental info: 05:16:03 ------------------- 05:16:03 Commited By: **** collab-it+edgex@linuxfoundation.org 05:16:03 Commit SHA: 570db4806bfd36b7d07759f4849a4530ec9e8d2a 05:16:03 Message: update experimental to v1.0.134 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo 05:16:03 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-go-settings [Pipeline] echo 05:16:03 [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-go [Pipeline] echo 05:16:03 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 05:16:03 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 05:16:03 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 05:16:03 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 05:16:03 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 05:16:04 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 05:16:04 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = example/cmd/device-simple/Dockerfile [Pipeline] echo 05:16:04 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 05:16:04 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 05:16:04 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-sdk-simple [Pipeline] echo 05:16:04 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 05:16:04 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 05:16:04 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 05:16:04 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 05:16:04 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 05:16:04 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 05:16:05 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 05:16:05 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 05:16:05 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 05:16:05 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 05:16:05 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 05:16:05 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 05:16:05 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 05:16:05 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo 05:16:05 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo 05:16:05 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo 05:16:05 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 7376f7b5b06e33bb8acc21cf64a8bee67a63ba67 [Pipeline] echo 05:16:06 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 7376f7b [Pipeline] echo 05:16:06 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 05:16:06 + git log --format=format:%s -1 7376f7b5b06e33bb8acc21cf64a8bee67a63ba67 [Pipeline] echo 05:16:06 GIT_COMMIT: 7376f7b5b06e33bb8acc21cf64a8bee67a63ba67, Commit Message: Merge pull request #595 from jinlinGuan/issue-555-update [Pipeline] echo 05:16:07 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 05:16:07 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 05:16:07 05:16:07 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 05:16:08 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 05:16:08 latest: Pulling from edgex-devops/git-semver 05:16:08 31603596830f: Pulling fs layer 05:16:08 2a8b12db71e7: Pulling fs layer 05:16:08 6ca5941a6612: Pulling fs layer 05:16:08 ecc8261a40a4: Pulling fs layer 05:16:08 ecc8261a40a4: Waiting 05:16:08 2a8b12db71e7: Verifying Checksum 05:16:08 2a8b12db71e7: Download complete 05:16:08 31603596830f: Verifying Checksum 05:16:08 31603596830f: Download complete 05:16:08 ecc8261a40a4: Verifying Checksum 05:16:08 ecc8261a40a4: Download complete 05:16:08 6ca5941a6612: Verifying Checksum 05:16:08 6ca5941a6612: Download complete 05:16:08 31603596830f: Pull complete 05:16:08 2a8b12db71e7: Pull complete 05:16:09 6ca5941a6612: Pull complete 05:16:09 ecc8261a40a4: Pull complete 05:16:10 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 05:16:10 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 05:16:10 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 05:16:10 prd-centos7-docker-4c-2g-3380 does not seem to be running inside a container 05:16:10 $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-sdk-go_master -v /w/workspace/dgexfoundry_device-sdk-go_master:/w/workspace/dgexfoundry_device-sdk-go_master:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_master@tmp:/w/workspace/dgexfoundry_device-sdk-go_master@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 05:16:12 $ docker top 66af4838381b98b253704c1d34fc47cf5b53504b82e1e0755225ea12d37d6cf2 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 05:16:12 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 05:16:12 [ssh-agent] Looking for ssh-agent implementation... 05:16:13 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 05:16:13 $ docker exec 66af4838381b98b253704c1d34fc47cf5b53504b82e1e0755225ea12d37d6cf2 ssh-agent 05:16:13 SSH_AUTH_SOCK=/tmp/ssh-hPqYZieLB4yt/agent.11 05:16:13 SSH_AGENT_PID=17 05:16:13 Running ssh-add (command line suppressed) 05:16:13 Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_1246986665155004606.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_1246986665155004606.key) 05:16:13 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 05:16:13 + git describe --exact-match --tags HEAD 05:16:13 fatal: no tag exactly matches '7376f7b5b06e33bb8acc21cf64a8bee67a63ba67' [Pipeline] } 05:16:13 $ docker exec --env ******** --env ******** 66af4838381b98b253704c1d34fc47cf5b53504b82e1e0755225ea12d37d6cf2 ssh-agent -k 05:16:14 unset SSH_AUTH_SOCK; 05:16:14 unset SSH_AGENT_PID; 05:16:14 echo Agent pid 17 killed; 05:16:14 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo 05:16:14 [edgeXSemver]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 05:16:14 This usually means this commit has not been tagged. [Pipeline] sshagent 05:16:14 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 05:16:14 [ssh-agent] Looking for ssh-agent implementation... 05:16:14 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 05:16:14 $ docker exec 66af4838381b98b253704c1d34fc47cf5b53504b82e1e0755225ea12d37d6cf2 ssh-agent 05:16:14 SSH_AUTH_SOCK=/tmp/ssh-UpoYFYarSQOk/agent.45 05:16:14 SSH_AGENT_PID=51 05:16:14 Running ssh-add (command line suppressed) 05:16:14 Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_7947613841080171182.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_7947613841080171182.key) 05:16:14 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 05:16:15 + git semver init 05:16:15 # -> Open(): unable to determine branch for HEAD 05:16:15 # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git 05:16:15 # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master 05:16:15 # $SEMVER_REMOTE_NAME = origin 05:16:15 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 05:16:15 # $SEMVER_USER_NAME = edgex-jenkins 05:16:15 # $SEMVER_BRANCH = master 05:16:15 # $SEMVER_TEMP = /tmp/semver-940175591 05:16:15 # git clone --branch semver git@github.com:edgexfoundry/device-sdk-go.git $SEMVER_TEMP 05:16:15 # '/tmp/semver-940175591' -> '/w/workspace/dgexfoundry_device-sdk-go_master/.semver' 05:16:15 # -> Force: false 05:16:15 # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver [Pipeline] } 05:16:15 $ docker exec --env ******** --env ******** 66af4838381b98b253704c1d34fc47cf5b53504b82e1e0755225ea12d37d6cf2 ssh-agent -k 05:16:15 unset SSH_AUTH_SOCK; 05:16:15 unset SSH_AGENT_PID; 05:16:15 echo Agent pid 51 killed; 05:16:15 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 05:16:16 + git semver [Pipeline] } 05:16:16 $ docker stop --time=1 66af4838381b98b253704c1d34fc47cf5b53504b82e1e0755225ea12d37d6cf2 05:16:17 $ docker rm -f 66af4838381b98b253704c1d34fc47cf5b53504b82e1e0755225ea12d37d6cf2 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash 05:16:18 Stashed 38 file(s) [Pipeline] echo 05:16:18 [edgeXSemver]: initialized semver on version 1.2.4-dev.19 [Pipeline] echo 05:16:18 Archived original version: [1.2.4-dev.19] [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 05:16:34 Still waiting to schedule task 05:16:34 Waiting for next available executor on ‘centos7-docker-4c-2g’ 05:16:34 Still waiting to schedule task 05:16:34 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 05:19:25 Running on prd-centos7-docker-4c-2g-3383 in /w/workspace/dgexfoundry_device-sdk-go_master [Pipeline] { [Pipeline] ws 05:19:25 Running in /w/workspace/device-sdk-go/70 [Pipeline] { [Pipeline] checkout 05:19:28 using credential edgex-jenkins-ssh 05:19:28 Cloning the remote Git repository 05:19:28 Cloning repository git@github.com:edgexfoundry/device-sdk-go.git 05:19:28 > git init /w/workspace/device-sdk-go/70 # timeout=10 05:19:28 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 05:19:28 > git --version # timeout=10 05:19:28 > git --version # 'git version 2.16.5' 05:19:28 using GIT_SSH to set credentials SSH Credentials for GitHub 05:19:28 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 05:19:29 Checking out Revision 7376f7b5b06e33bb8acc21cf64a8bee67a63ba67 (master) 05:19:29 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 05:19:29 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 05:19:29 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 05:19:29 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 05:19:29 using GIT_SSH to set credentials SSH Credentials for GitHub 05:19:29 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 05:19:29 > git config core.sparsecheckout # timeout=10 05:19:29 > git checkout -f 7376f7b5b06e33bb8acc21cf64a8bee67a63ba67 # timeout=10 05:19:32 Running on prd-ubuntu18.04-docker-arm64-4c-16g-3382 in /w/workspace/dgexfoundry_device-sdk-go_master [Pipeline] { [Pipeline] ws 05:19:32 Running in /w/workspace/device-sdk-go/70 [Pipeline] { [Pipeline] checkout 05:19:33 Commit message: "Merge pull request #595 from jinlinGuan/issue-555-update" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 05:19:34 ========================================================= 05:19:34 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 05:19:34 ========================================================= [Pipeline] isUnix [Pipeline] sh 05:19:34 + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . 05:19:35 Sending build context to Docker daemon 3.471MB 05:19:35 Step 1/8 : ARG BASE=golang:1.15-alpine 05:19:35 Step 2/8 : FROM ${BASE} 05:19:35 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 05:19:35 df20fa9351a1: Pulling fs layer 05:19:35 ed8968b2872e: Pulling fs layer 05:19:35 a92cc7c5fd73: Pulling fs layer 05:19:35 e871e8e8d7a9: Pulling fs layer 05:19:35 e73272ec9a57: Pulling fs layer 05:19:35 1e910a182e73: Pulling fs layer 05:19:35 4e634b169226: Pulling fs layer 05:19:35 e871e8e8d7a9: Waiting 05:19:35 e73272ec9a57: Waiting 05:19:35 1e910a182e73: Waiting 05:19:35 a92cc7c5fd73: Verifying Checksum 05:19:35 a92cc7c5fd73: Download complete 05:19:35 ed8968b2872e: Verifying Checksum 05:19:35 ed8968b2872e: Download complete 05:19:35 e73272ec9a57: Verifying Checksum 05:19:35 e73272ec9a57: Download complete 05:19:35 1e910a182e73: Verifying Checksum 05:19:35 1e910a182e73: Download complete 05:19:35 df20fa9351a1: Verifying Checksum 05:19:35 df20fa9351a1: Download complete 05:19:35 df20fa9351a1: Pull complete 05:19:36 ed8968b2872e: Pull complete 05:19:36 a92cc7c5fd73: Pull complete 05:19:37 4e634b169226: Verifying Checksum 05:19:37 4e634b169226: Download complete 05:19:38 using credential edgex-jenkins-ssh 05:19:38 Cloning the remote Git repository 05:19:38 e871e8e8d7a9: Verifying Checksum 05:19:38 e871e8e8d7a9: Download complete 05:19:38 Cloning repository git@github.com:edgexfoundry/device-sdk-go.git 05:19:38 > git init /w/workspace/device-sdk-go/70 # timeout=10 05:19:38 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 05:19:38 > git --version # timeout=10 05:19:38 > git --version # 'git version 2.17.1' 05:19:38 using GIT_SSH to set credentials SSH Credentials for GitHub 05:19:38 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 05:19:40 Checking out Revision 7376f7b5b06e33bb8acc21cf64a8bee67a63ba67 (master) 05:19:39 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 05:19:39 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 05:19:39 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 05:19:39 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 05:19:39 using GIT_SSH to set credentials SSH Credentials for GitHub 05:19:39 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 05:19:40 > git config core.sparsecheckout # timeout=10 05:19:40 > git checkout -f 7376f7b5b06e33bb8acc21cf64a8bee67a63ba67 # timeout=10 05:19:43 e871e8e8d7a9: Pull complete 05:19:43 e73272ec9a57: Pull complete 05:19:43 1e910a182e73: Pull complete 05:19:44 Commit message: "Merge pull request #595 from jinlinGuan/issue-555-update" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 05:19:47 ========================================================= 05:19:47 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 05:19:47 ========================================================= [Pipeline] isUnix [Pipeline] sh 05:19:48 4e634b169226: Pull complete 05:19:48 Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 05:19:48 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 05:19:48 ---> f7629b54cfaa 05:19:48 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 05:19:48 ---> Running in 977beaca3549 05:19:48 Removing intermediate container 977beaca3549 05:19:48 ---> 7b37013497e2 05:19:48 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 05:19:48 ---> Running in 34397cbd1897 05:19:48 + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . 05:19:49 Removing intermediate container 34397cbd1897 05:19:49 ---> 0b8a7a401826 05:19:49 Step 5/8 : RUN apk add --no-cache make git 05:19:49 Sending build context to Docker daemon 3.471MB 05:19:49 Step 1/8 : ARG BASE=golang:1.15-alpine 05:19:49 Step 2/8 : FROM ${BASE} 05:19:49 ---> Running in 2757e5ace7a8 05:19:49 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 05:19:49 b538f80385f9: Pulling fs layer 05:19:49 74f711af9a0d: Pulling fs layer 05:19:49 99f96fe45779: Pulling fs layer 05:19:49 8529a6b9a6be: Pulling fs layer 05:19:49 45590311c82a: Pulling fs layer 05:19:49 69ca0ff8b7b3: Pulling fs layer 05:19:49 209524e5b208: Pulling fs layer 05:19:49 8529a6b9a6be: Waiting 05:19:49 45590311c82a: Waiting 05:19:49 69ca0ff8b7b3: Waiting 05:19:49 209524e5b208: Waiting 05:19:49 99f96fe45779: Download complete 05:19:49 74f711af9a0d: Verifying Checksum 05:19:49 74f711af9a0d: Download complete 05:19:50 45590311c82a: Verifying Checksum 05:19:50 45590311c82a: Download complete 05:19:50 69ca0ff8b7b3: Verifying Checksum 05:19:50 69ca0ff8b7b3: Download complete 05:19:50 b538f80385f9: Verifying Checksum 05:19:50 b538f80385f9: Download complete 05:19:50 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 05:19:50 b538f80385f9: Pull complete 05:19:51 74f711af9a0d: Pull complete 05:19:52 99f96fe45779: Pull complete 05:19:52 209524e5b208: Verifying Checksum 05:19:52 209524e5b208: Download complete 05:19:53 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 05:19:53 8529a6b9a6be: Verifying Checksum 05:19:53 8529a6b9a6be: Download complete 05:19:56 OK: 166 MiB in 39 packages 05:19:56 Removing intermediate container 2757e5ace7a8 05:19:56 ---> f11c2630649a 05:19:56 Step 6/8 : WORKDIR /device-sdk-go 05:19:56 ---> Running in c606f02daea1 05:19:56 Removing intermediate container c606f02daea1 05:19:56 ---> cdaefab89182 05:19:56 Step 7/8 : COPY . . 05:19:58 ---> c7a1fbdbc3b7 05:19:58 Step 8/8 : RUN go mod download 05:19:58 ---> Running in df79e69fe5ac 05:20:04 8529a6b9a6be: Pull complete 05:20:04 45590311c82a: Pull complete 05:20:04 69ca0ff8b7b3: Pull complete 05:20:07 209524e5b208: Pull complete 05:20:08 Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 05:20:08 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 05:20:08 ---> 5bddaf1c2fca 05:20:08 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 05:20:10 ---> Running in d265247313cb 05:20:11 Removing intermediate container d265247313cb 05:20:11 ---> bb6305eb873b 05:20:11 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 05:20:11 ---> Running in 640adba422af 05:20:14 Removing intermediate container 640adba422af 05:20:14 ---> 2401ddb64323 05:20:14 Step 5/8 : RUN apk add --no-cache make git 05:20:14 ---> Running in 0af3256b689b 05:20:15 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 05:20:16 Removing intermediate container df79e69fe5ac 05:20:16 ---> db035a0be09e 05:20:16 Successfully built db035a0be09e 05:20:16 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 05:20:16 + docker inspect -f . ci-base-image-x86_64 05:20:16 . [Pipeline] withDockerContainer 05:20:16 prd-centos7-docker-4c-2g-3383 does not seem to be running inside a container 05:20:17 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/70 -v /w/workspace/device-sdk-go/70:/w/workspace/device-sdk-go/70:rw,z -v /w/workspace/device-sdk-go/70@tmp:/w/workspace/device-sdk-go/70@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 ******** ci-base-image-x86_64 cat 05:20:17 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 05:20:17 $ docker top 2c52fc6bae35e0d9d7d27b38e3ef15612b82e447f386d4371f86c5eabb4384e9 -eo pid,comm [Pipeline] { [Pipeline] sh 05:20:18 + go version 05:20:18 go version go1.15.2 linux/amd64 [Pipeline] } 05:20:18 $ docker stop --time=1 2c52fc6bae35e0d9d7d27b38e3ef15612b82e447f386d4371f86c5eabb4384e9 05:20:18 OK: 142 MiB in 39 packages 05:20:19 $ docker rm -f 2c52fc6bae35e0d9d7d27b38e3ef15612b82e447f386d4371f86c5eabb4384e9 [Pipeline] // withDockerContainer [Pipeline] } 05:20:19 Removing intermediate container 0af3256b689b 05:20:19 ---> 7c1895bbcfdf 05:20:19 Step 6/8 : WORKDIR /device-sdk-go 05:20:19 ---> Running in 94486ac1253b [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) 05:20:20 Removing intermediate container 94486ac1253b 05:20:20 ---> ac829baef62f 05:20:20 Step 7/8 : COPY . . Stage "Test" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 05:20:21 + sudo chown -R jenkins:jenkins . [Pipeline] sh 05:20:21 ---> e25aeb9fbe26 05:20:21 Step 8/8 : RUN go mod download 05:20:21 ---> Running in d468002ec076 05:20:21 + ls -al . 05:20:21 total 64 05:20:21 drwxrwxr-x. 11 jenkins jenkins 4096 Oct 5 05:19 . 05:20:21 drwxrwxr-x. 4 jenkins jenkins 30 Oct 5 05:19 .. 05:20:21 drwxrwxr-x. 2 jenkins jenkins 64 Oct 5 05:19 bin 05:20:21 -rw-rw-r--. 1 jenkins jenkins 936 Oct 5 05:19 Dockerfile.build 05:20:21 -rw-rw-r--. 1 jenkins jenkins 140 Oct 5 05:19 .dockerignore 05:20:21 drwxrwxr-x. 4 jenkins jenkins 48 Oct 5 05:19 example 05:20:21 drwxrwxr-x. 8 jenkins jenkins 162 Oct 5 05:19 .git 05:20:21 drwxrwxr-x. 2 jenkins jenkins 60 Oct 5 05:19 .github 05:20:21 -rw-rw-r--. 1 jenkins jenkins 138 Oct 5 05:19 .gitignore 05:20:21 -rw-rw-r--. 1 jenkins jenkins 517 Oct 5 05:19 go.mod 05:20:21 drwxrwxr-x. 15 jenkins jenkins 211 Oct 5 05:19 internal 05:20:21 -rw-rw-r--. 1 jenkins jenkins 785 Oct 5 05:19 Jenkinsfile 05:20:21 -rw-rw-r--. 1 jenkins jenkins 11341 Oct 5 05:19 LICENSE 05:20:21 -rw-rw-r--. 1 jenkins jenkins 1013 Oct 5 05:19 Makefile 05:20:21 drwxrwxr-x. 4 jenkins jenkins 26 Oct 5 05:19 openapi 05:20:21 drwxrwxr-x. 5 jenkins jenkins 50 Oct 5 05:19 pkg 05:20:21 -rw-rw-r--. 1 jenkins jenkins 5897 Oct 5 05:19 README.md 05:20:21 -rw-rw-r--. 1 jenkins jenkins 4291 Oct 5 05:19 RELEASE-NOTES.txt 05:20:21 drwxrwxr-x. 3 jenkins jenkins 44 Oct 5 05:19 .semver 05:20:21 drwxrwxr-x. 4 jenkins jenkins 54 Oct 5 05:19 snap 05:20:21 -rw-rw-r--. 1 jenkins jenkins 12 Oct 5 05:16 VERSION 05:20:21 -rw-rw-r--. 1 jenkins jenkins 222 Oct 5 05:19 version.go [Pipeline] isUnix [Pipeline] sh 05:20:22 + docker build -t docker-device-sdk-simple -f example/cmd/device-simple/Dockerfile --build-arg BASE=ci-base-image-x86_64 --build-arg 'MAKE=make build' --build-arg ARCH=amd64 --label git_sha=7376f7b5b06e33bb8acc21cf64a8bee67a63ba67 --label arch=amd64 --label version=1.2.4-dev.19 . 05:20:22 Sending build context to Docker daemon 3.471MB 05:20:22 Step 1/24 : ARG BASE=golang:1.15-alpine 05:20:22 Step 2/24 : FROM ${BASE} AS builder 05:20:22 ---> db035a0be09e 05:20:22 Step 3/24 : ARG MAKE='make build' 05:20:22 ---> Running in 4cf18ceddcec 05:20:22 Removing intermediate container 4cf18ceddcec 05:20:22 ---> ab1cb22c2925 05:20:22 Step 4/24 : WORKDIR /device-sdk-go 05:20:22 ---> Running in ca0890e220d0 05:20:22 Removing intermediate container ca0890e220d0 05:20:22 ---> c8d769a8c521 05:20:22 Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 05:20:23 ---> Running in 8fef55117d44 05:20:23 Removing intermediate container 8fef55117d44 05:20:23 ---> ad0ef0ee0f86 05:20:23 Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 05:20:23 ---> Running in 4067cdda6d57 05:20:23 Removing intermediate container 4067cdda6d57 05:20:23 ---> 4163fba25c23 05:20:23 Step 7/24 : RUN apk add --update --no-cache make git 05:20:24 ---> Running in 32751c1f60fc 05:20:24 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 05:20:25 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 05:20:26 OK: 166 MiB in 39 packages 05:20:26 Removing intermediate container 32751c1f60fc 05:20:26 ---> 95631b8e274e 05:20:26 Step 8/24 : COPY . . 05:20:28 ---> a14a47267f55 05:20:28 Step 9/24 : RUN ${MAKE} 05:20:28 ---> Running in 8a4bb957fbb5 05:20:28 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-sdk-go.Version=1.2.4-dev.19" -o example/cmd/device-simple/device-simple ./example/cmd/device-simple 05:20:36 CGO_ENABLED=0 GO111MODULE=on go install -tags=safe 05:20:38 Removing intermediate container 8a4bb957fbb5 05:20:38 ---> 6fa5508dc6d8 05:20:38 Step 10/24 : FROM scratch 05:20:38 ---> 05:20:38 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 05:20:38 ---> Running in 7bc4efd229bb 05:20:38 Removing intermediate container 7bc4efd229bb 05:20:38 ---> c20743ac122e 05:20:38 Step 12/24 : ENV APP_PORT=49990 05:20:38 ---> Running in 21578a105777 05:20:38 Removing intermediate container 21578a105777 05:20:38 ---> 2be289fd3ab8 05:20:38 Step 13/24 : EXPOSE $APP_PORT 05:20:38 ---> Running in 2782ee6ccfae 05:20:38 Removing intermediate container 2782ee6ccfae 05:20:38 ---> 6d5d35641ab4 05:20:38 Step 14/24 : WORKDIR / 05:20:38 ---> Running in 6dd4748c95ce 05:20:39 Removing intermediate container 6dd4748c95ce 05:20:39 ---> da6df2debdc2 05:20:39 Step 15/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple 05:20:39 ---> dc8e9dd407c2 05:20:39 Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml 05:20:39 ---> 7a95064cfa57 05:20:39 Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml 05:20:40 ---> 8bfe0fc87343 05:20:40 Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png 05:20:40 ---> ec45fa238f6c 05:20:40 Step 19/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg 05:20:40 ---> 4de4bdc72e55 05:20:40 Step 20/24 : ENTRYPOINT ["/usr/local/bin/device-simple"] 05:20:40 ---> Running in 58a287e718db 05:20:40 Removing intermediate container 58a287e718db 05:20:40 ---> 629e885233a3 05:20:40 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 05:20:40 ---> Running in a421bb25b847 05:20:41 Removing intermediate container a421bb25b847 05:20:41 ---> 640fe85ce965 05:20:41 Step 22/24 : LABEL arch=amd64 05:20:41 ---> Running in f177cddb8d9d 05:20:41 Removing intermediate container f177cddb8d9d 05:20:41 ---> fdb035c42cb2 05:20:41 Step 23/24 : LABEL git_sha=7376f7b5b06e33bb8acc21cf64a8bee67a63ba67 05:20:41 ---> Running in 1f3f4d6b15d4 05:20:41 Removing intermediate container 1f3f4d6b15d4 05:20:41 ---> bfeed42c679b 05:20:41 Step 24/24 : LABEL version=1.2.4-dev.19 05:20:41 ---> Running in 5682579140b6 05:20:41 Removing intermediate container 5682579140b6 05:20:41 ---> fce06e3d088d 05:20:41 [Warning] One or more build-args [ARCH] were not consumed 05:20:41 Successfully built fce06e3d088d 05:20:41 Successfully tagged docker-device-sdk-simple:latest [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 05:20:43 Removing intermediate container d468002ec076 05:20:43 ---> 3c6317314c24 05:20:43 Successfully built 3c6317314c24 05:20:43 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 05:20:44 + docker inspect -f . ci-base-image-arm64 05:20:44 . [Pipeline] withDockerContainer 05:20:44 prd-ubuntu18.04-docker-arm64-4c-16g-3382 does not seem to be running inside a container 05:20:44 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/70 -v /w/workspace/device-sdk-go/70:/w/workspace/device-sdk-go/70:rw,z -v /w/workspace/device-sdk-go/70@tmp:/w/workspace/device-sdk-go/70@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 ******** ci-base-image-arm64 cat 05:20:46 $ docker top 4dce719e501a83e2b24f73dd23da64c5b62e14de1f99b0323a7c4a8336dca783 -eo pid,comm [Pipeline] { [Pipeline] sh 05:20:48 + go version 05:20:48 go version go1.15.2 linux/arm64 [Pipeline] } 05:20:48 $ docker stop --time=1 4dce719e501a83e2b24f73dd23da64c5b62e14de1f99b0323a7c4a8336dca783 05:20:49 $ docker rm -f 4dce719e501a83e2b24f73dd23da64c5b62e14de1f99b0323a7c4a8336dca783 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) Stage "Test" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 05:20:51 + sudo chown -R jenkins:jenkins . [Pipeline] sh 05:20:51 + ls -al . 05:20:51 total 104 05:20:51 drwxrwxr-x 11 jenkins jenkins 4096 Oct 5 05:19 . 05:20:51 drwxrwxr-x 4 jenkins jenkins 4096 Oct 5 05:19 .. 05:20:51 -rw-rw-r-- 1 jenkins jenkins 140 Oct 5 05:19 .dockerignore 05:20:51 drwxrwxr-x 8 jenkins jenkins 4096 Oct 5 05:19 .git 05:20:51 drwxrwxr-x 2 jenkins jenkins 4096 Oct 5 05:19 .github 05:20:51 -rw-rw-r-- 1 jenkins jenkins 138 Oct 5 05:19 .gitignore 05:20:51 drwxrwxr-x 3 jenkins jenkins 4096 Oct 5 05:19 .semver 05:20:51 -rw-rw-r-- 1 jenkins jenkins 936 Oct 5 05:19 Dockerfile.build 05:20:51 -rw-rw-r-- 1 jenkins jenkins 785 Oct 5 05:19 Jenkinsfile 05:20:51 -rw-rw-r-- 1 jenkins jenkins 11341 Oct 5 05:19 LICENSE 05:20:51 -rw-rw-r-- 1 jenkins jenkins 1013 Oct 5 05:19 Makefile 05:20:51 -rw-rw-r-- 1 jenkins jenkins 5897 Oct 5 05:19 README.md 05:20:51 -rw-rw-r-- 1 jenkins jenkins 4291 Oct 5 05:19 RELEASE-NOTES.txt 05:20:51 -rw-rw-r-- 1 jenkins jenkins 12 Oct 5 05:16 VERSION 05:20:51 drwxrwxr-x 2 jenkins jenkins 4096 Oct 5 05:19 bin 05:20:51 drwxrwxr-x 4 jenkins jenkins 4096 Oct 5 05:19 example 05:20:51 -rw-rw-r-- 1 jenkins jenkins 517 Oct 5 05:19 go.mod 05:20:51 drwxrwxr-x 15 jenkins jenkins 4096 Oct 5 05:19 internal 05:20:51 drwxrwxr-x 4 jenkins jenkins 4096 Oct 5 05:19 openapi 05:20:51 drwxrwxr-x 5 jenkins jenkins 4096 Oct 5 05:19 pkg 05:20:51 drwxrwxr-x 4 jenkins jenkins 4096 Oct 5 05:19 snap 05:20:51 -rw-rw-r-- 1 jenkins jenkins 222 Oct 5 05:19 version.go [Pipeline] isUnix [Pipeline] sh 05:20:52 + docker build -t docker-device-sdk-simple-arm64 -f example/cmd/device-simple/Dockerfile --build-arg BASE=ci-base-image-arm64 --build-arg MAKE=make build --build-arg ARCH=arm64 --label git_sha=7376f7b5b06e33bb8acc21cf64a8bee67a63ba67 --label arch=arm64 --label version=1.2.4-dev.19 . 05:20:52 Sending build context to Docker daemon 3.471MB 05:20:52 Step 1/24 : ARG BASE=golang:1.15-alpine 05:20:52 Step 2/24 : FROM ${BASE} AS builder 05:20:52 ---> 3c6317314c24 05:20:52 Step 3/24 : ARG MAKE='make build' 05:20:52 ---> Running in a4448507e38a 05:20:53 Removing intermediate container a4448507e38a 05:20:53 ---> 77feb21f20cf 05:20:53 Step 4/24 : WORKDIR /device-sdk-go 05:20:53 ---> Running in ca3693a1c3f1 05:20:54 Removing intermediate container ca3693a1c3f1 05:20:54 ---> 8e48c8a403b4 05:20:54 Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 05:20:54 ---> Running in 15dcd04b4468 05:20:54 Removing intermediate container 15dcd04b4468 05:20:54 ---> ec08769b8b3c 05:20:54 Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 05:20:54 ---> Running in 1564d4a7b1f1 05:20:57 Removing intermediate container 1564d4a7b1f1 05:20:57 ---> e90221b18e1d 05:20:57 Step 7/24 : RUN apk add --update --no-cache make git 05:20:57 ---> Running in a7f46a7df1c0 05:20:58 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 05:20:59 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 05:21:00 OK: 142 MiB in 39 packages 05:21:01 Removing intermediate container a7f46a7df1c0 05:21:01 ---> 4c17796120f0 05:21:01 Step 8/24 : COPY . . 05:21:03 ---> 7d8db908a71a 05:21:03 Step 9/24 : RUN ${MAKE} 05:21:03 ---> Running in eae3e9e98324 05:21:04 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-sdk-go.Version=1.2.4-dev.19" -o example/cmd/device-simple/device-simple ./example/cmd/device-simple 05:21:31 CGO_ENABLED=0 GO111MODULE=on go install -tags=safe 05:21:31 Removing intermediate container eae3e9e98324 05:21:31 ---> 7e7c7d8a8ec8 05:21:31 Step 10/24 : FROM scratch 05:21:31 ---> 05:21:31 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 05:21:31 ---> Running in d8b72038bc73 05:21:31 Removing intermediate container d8b72038bc73 05:21:31 ---> 933897ad7edc 05:21:31 Step 12/24 : ENV APP_PORT=49990 05:21:31 ---> Running in c98acd629ce2 05:21:31 Removing intermediate container c98acd629ce2 05:21:31 ---> ed7bfb1f693f 05:21:31 Step 13/24 : EXPOSE $APP_PORT 05:21:31 ---> Running in 0952ecd50db0 05:21:32 Removing intermediate container 0952ecd50db0 05:21:32 ---> 4b1fff16e720 05:21:32 Step 14/24 : WORKDIR / 05:21:32 ---> Running in 74b07ffc35e7 05:21:32 Removing intermediate container 74b07ffc35e7 05:21:32 ---> c783b1404c9f 05:21:32 Step 15/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple 05:21:34 ---> ac00c562330f 05:21:34 Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml 05:21:34 ---> 07edb31212f1 05:21:34 Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml 05:21:35 ---> 11a0867353d8 05:21:35 Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png 05:21:36 ---> 7131c83dca86 05:21:36 Step 19/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg 05:21:36 ---> e624e9130ce7 05:21:36 Step 20/24 : ENTRYPOINT ["/usr/local/bin/device-simple"] 05:21:36 ---> Running in 9e8b2a240507 05:21:37 Removing intermediate container 9e8b2a240507 05:21:37 ---> 5a1f0755ad85 05:21:37 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 05:21:37 ---> Running in c80115d720e8 05:21:37 Removing intermediate container c80115d720e8 05:21:37 ---> 5bf365aea064 05:21:37 Step 22/24 : LABEL arch=arm64 05:21:38 ---> Running in bb4500f7a46c 05:21:38 Removing intermediate container bb4500f7a46c 05:21:38 ---> 97f44fbbddfb 05:21:38 Step 23/24 : LABEL git_sha=7376f7b5b06e33bb8acc21cf64a8bee67a63ba67 05:21:38 ---> Running in 14ad3ce0d1ac 05:21:38 Removing intermediate container 14ad3ce0d1ac 05:21:38 ---> c7ffb79ff221 05:21:38 Step 24/24 : LABEL version=1.2.4-dev.19 05:21:39 ---> Running in 7d29cc7f4ea0 05:21:39 Removing intermediate container 7d29cc7f4ea0 05:21:39 ---> da05b5b0252c 05:21:39 [Warning] One or more build-args [ARCH] were not consumed 05:21:39 Successfully built da05b5b0252c 05:21:39 Successfully tagged docker-device-sdk-simple-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) Stage "CodeCov" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo 05:21:42 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] echo 05:21:42 [edgeXSnyk] command to run: snyk monitor --org=edgex-jenkins [Pipeline] withCredentials 05:21:42 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 05:21:42 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 05:21:42 05:21:42 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] isUnix [Pipeline] sh 05:21:42 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 05:21:42 1.317.0: Pulling from edgex-devops/edgex-snyk-go 05:21:42 cbdbe7a5bc2a: Pulling fs layer 05:21:42 408f87550127: Pulling fs layer 05:21:42 fe522b08c979: Pulling fs layer 05:21:42 221eaa008020: Pulling fs layer 05:21:42 2a4607e5d6b9: Pulling fs layer 05:21:42 8f79b27c4fd2: Pulling fs layer 05:21:42 e5c8dbe1645b: Pulling fs layer 05:21:42 23e8b3b47431: Pulling fs layer 05:21:42 5c568d65a230: Pulling fs layer 05:21:42 8f79b27c4fd2: Waiting 05:21:42 e5c8dbe1645b: Waiting 05:21:42 221eaa008020: Waiting 05:21:42 23e8b3b47431: Waiting 05:21:42 2a4607e5d6b9: Waiting 05:21:42 fe522b08c979: Verifying Checksum 05:21:42 fe522b08c979: Download complete 05:21:42 408f87550127: Download complete 05:21:42 2a4607e5d6b9: Verifying Checksum 05:21:42 2a4607e5d6b9: Download complete 05:21:42 8f79b27c4fd2: Verifying Checksum 05:21:42 8f79b27c4fd2: Download complete 05:21:42 cbdbe7a5bc2a: Verifying Checksum 05:21:43 cbdbe7a5bc2a: Pull complete 05:21:43 408f87550127: Pull complete 05:21:43 fe522b08c979: Pull complete 05:21:44 e5c8dbe1645b: Verifying Checksum 05:21:44 e5c8dbe1645b: Download complete 05:21:45 23e8b3b47431: Verifying Checksum 05:21:45 23e8b3b47431: Download complete 05:21:45 5c568d65a230: Verifying Checksum 05:21:45 5c568d65a230: Download complete 05:21:46 221eaa008020: Verifying Checksum 05:21:46 221eaa008020: Download complete 05:21:51 221eaa008020: Pull complete 05:21:51 2a4607e5d6b9: Pull complete 05:21:51 8f79b27c4fd2: Pull complete 05:21:53 e5c8dbe1645b: Pull complete 05:21:58 23e8b3b47431: Pull complete 05:21:59 5c568d65a230: Pull complete 05:21:59 Digest: sha256:57952c35bde2fbfcf87b7f40d558e42527212236f73796964c551b7cac8e72c4 05:21:59 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 05:21:59 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] withDockerContainer 05:21:59 prd-centos7-docker-4c-2g-3380 does not seem to be running inside a container 05:21:59 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -v /w/workspace/dgexfoundry_device-sdk-go_master:/ws -w /ws --entrypoint= -w /w/workspace/dgexfoundry_device-sdk-go_master -v /w/workspace/dgexfoundry_device-sdk-go_master:/w/workspace/dgexfoundry_device-sdk-go_master:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_master@tmp:/w/workspace/dgexfoundry_device-sdk-go_master@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-devops/edgex-snyk-go:1.317.0 cat 05:22:00 $ docker top 18c113283a00cbdd3a9e431257bacfcddff958971bc510282b27ea0607dc468f -eo pid,comm [Pipeline] { [Pipeline] sh 05:22:01 + snyk monitor '--org=edgex-jenkins' 05:22:19 05:22:19 Monitoring /w/workspace/dgexfoundry_device-sdk-go_master (github.com/edgexfoundry/device-sdk-go)... 05:22:19 05:22:19 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/057beb34-70d8-4945-961c-fe027db76abc/history/b9c19550-c8ef-4fb7-9914-abfb88b2ac17 05:22:19 05:22:19 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 05:22:19 05:22:19 05:22:19 Snyk CLI supports Node.js 8 and higher. 05:22:19 Node.js 8 reached End Of Life on December 31, 2019 and the Snyk CLI will stop supporting it in the near future. 05:22:19 Please consider upgrading your runtime version to Node 10 or higher in order to get Snyk CLI updates. 05:22:19 05:22:19 The latest CLI version that supports Node.js 6 is `snyk@1.300.0`. 05:22:19 The latest CLI version that supports Node.js 4 is `snyk@1.88.2`. [Pipeline] } 05:22:19 $ docker stop --time=1 18c113283a00cbdd3a9e431257bacfcddff958971bc510282b27ea0607dc468f 05:22:22 $ docker rm -f 18c113283a00cbdd3a9e431257bacfcddff958971bc510282b27ea0607dc468f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) Stage "Clair Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] unstash [Pipeline] isUnix [Pipeline] sh 05:22:24 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 05:22:24 . [Pipeline] withDockerContainer 05:22:24 prd-centos7-docker-4c-2g-3380 does not seem to be running inside a container 05:22:24 $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-sdk-go_master -v /w/workspace/dgexfoundry_device-sdk-go_master:/w/workspace/dgexfoundry_device-sdk-go_master:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_master@tmp:/w/workspace/dgexfoundry_device-sdk-go_master@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 05:22:25 $ docker top f0a67a977a694458e912b9e50865761023d81c6b0184fd810b00339469d5e7df -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 05:22:25 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 05:22:25 [ssh-agent] Looking for ssh-agent implementation... 05:22:25 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 05:22:25 $ docker exec f0a67a977a694458e912b9e50865761023d81c6b0184fd810b00339469d5e7df ssh-agent 05:22:25 SSH_AUTH_SOCK=/tmp/ssh-n1SdhkB6goQD/agent.11 05:22:25 SSH_AGENT_PID=17 05:22:25 Running ssh-add (command line suppressed) 05:22:26 Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_4324340009766718433.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_4324340009766718433.key) 05:22:26 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 05:22:26 + git semver tag 05:22:26 # -> Open(): unable to determine branch for HEAD 05:22:26 # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git 05:22:26 # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master 05:22:26 # $SEMVER_REMOTE_NAME = origin 05:22:26 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 05:22:26 # $SEMVER_USER_NAME = edgex-jenkins 05:22:26 # $SEMVER_BRANCH = master 05:22:26 # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver 05:22:26 # 7376f7b5b06e33bb8acc21cf64a8bee67a63ba67 HEAD 05:22:26 # -> Force: false 05:22:26 # 041dacbc6cacae4de30f952af15bbe74ac0a4354 refs/tags/v1.2.4-dev.19 [Pipeline] } 05:22:26 $ docker exec --env ******** --env ******** f0a67a977a694458e912b9e50865761023d81c6b0184fd810b00339469d5e7df ssh-agent -k 05:22:26 unset SSH_AUTH_SOCK; 05:22:26 unset SSH_AGENT_PID; 05:22:26 echo Agent pid 17 killed; 05:22:26 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 05:22:27 + git semver [Pipeline] } 05:22:27 $ docker stop --time=1 f0a67a977a694458e912b9e50865761023d81c6b0184fd810b00339469d5e7df 05:22:28 $ docker rm -f f0a67a977a694458e912b9e50865761023d81c6b0184fd810b00339469d5e7df [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 05:22:29 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 05:22:29 05:22:29 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 05:22:29 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 05:22:29 0.23.1-centos7: Pulling from edgex-lftools 05:22:29 ab5ef0e58194: Pulling fs layer 05:22:29 9712f1f96733: Pulling fs layer 05:22:29 63f879dbbcfc: Pulling fs layer 05:22:29 0d9ebad4ef96: Pulling fs layer 05:22:29 e9a5061849ea: Pulling fs layer 05:22:29 d747dcd14b5f: Pulling fs layer 05:22:29 2de7ff778b66: Pulling fs layer 05:22:29 e9a5061849ea: Waiting 05:22:29 d747dcd14b5f: Waiting 05:22:29 2de7ff778b66: Waiting 05:22:29 0d9ebad4ef96: Waiting 05:22:29 9712f1f96733: Download complete 05:22:31 63f879dbbcfc: Verifying Checksum 05:22:31 63f879dbbcfc: Download complete 05:22:31 e9a5061849ea: Verifying Checksum 05:22:31 e9a5061849ea: Download complete 05:22:31 d747dcd14b5f: Verifying Checksum 05:22:31 d747dcd14b5f: Download complete 05:22:31 2de7ff778b66: Verifying Checksum 05:22:32 0d9ebad4ef96: Verifying Checksum 05:22:32 ab5ef0e58194: Verifying Checksum 05:22:32 ab5ef0e58194: Download complete 05:22:36 ab5ef0e58194: Pull complete 05:22:36 9712f1f96733: Pull complete 05:22:39 63f879dbbcfc: Pull complete 05:22:45 0d9ebad4ef96: Pull complete 05:22:46 e9a5061849ea: Pull complete 05:22:46 d747dcd14b5f: Pull complete 05:22:49 2de7ff778b66: Pull complete 05:22:49 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 05:22:49 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 05:22:49 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 05:22:49 prd-centos7-docker-4c-2g-3380 does not seem to be running inside a container 05:22:49 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/dgexfoundry_device-sdk-go_master -v /w/workspace/dgexfoundry_device-sdk-go_master:/w/workspace/dgexfoundry_device-sdk-go_master:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_master@tmp:/w/workspace/dgexfoundry_device-sdk-go_master@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat 05:22:54 $ docker top f70a28e43c957265f91d450528211da05b6f6ecd3182f1ab740ceea79014c157 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 05:22:54 provisioning config files... 05:22:54 copy managed file [sigul-config] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config6656347870962216617tmp 05:22:54 copy managed file [sigul-password] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config9113806499334559465tmp 05:22:54 copy managed file [sigul-pki] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config4440372420471332991tmp [Pipeline] { [Pipeline] echo 05:22:54 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 05:22:54 ---> sigul-configuration.sh 05:22:54 gpg: directory `/root/.gnupg' created 05:22:54 gpg: new configuration file `/root/.gnupg/gpg.conf' created 05:22:54 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 05:22:54 gpg: keyring `/root/.gnupg/secring.gpg' created 05:22:54 gpg: keyring `/root/.gnupg/pubring.gpg' created 05:22:54 gpg: CAST5 encrypted data 05:22:55 gpg: encrypted with 1 passphrase 05:22:55 gpg: WARNING: message was not integrity protected [Pipeline] sh 05:22:55 + mkdir /home/jenkins 05:22:55 + mkdir /home/jenkins/sigul [Pipeline] sh 05:22:55 + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /root/sigul/vex-yul-edgex-jenkins-1.ci.codeaurora.org.p12 /home/jenkins/sigul/ [Pipeline] echo 05:22:55 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 05:22:55 ---> sigul-install.sh 05:23:01 Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh 05:23:01 + git tag --list 05:23:01 0.7.1 05:23:01 delhi-tag 05:23:01 v1.0.0 05:23:01 v1.1.0 05:23:01 v1.1.1 05:23:01 v1.1.2 05:23:01 v1.2.0 05:23:01 v1.2.1 05:23:01 v1.2.2 05:23:01 v1.2.3 05:23:01 v1.2.4-dev.1 05:23:01 v1.2.4-dev.10 05:23:01 v1.2.4-dev.11 05:23:01 v1.2.4-dev.12 05:23:01 v1.2.4-dev.13 05:23:01 v1.2.4-dev.14 05:23:01 v1.2.4-dev.15 05:23:01 v1.2.4-dev.16 05:23:01 v1.2.4-dev.17 05:23:01 v1.2.4-dev.18 05:23:01 v1.2.4-dev.19 05:23:01 v1.2.4-dev.2 05:23:01 v1.2.4-dev.3 05:23:01 v1.2.4-dev.4 05:23:01 v1.2.4-dev.5 05:23:01 v1.2.4-dev.6 05:23:01 v1.2.4-dev.7 05:23:01 v1.2.4-dev.8 05:23:01 v1.2.4-dev.9 [Pipeline] sh 05:23:01 + lftools sign git-tag v1.2.4-dev.19 05:23:03 Signing Git tag with Sigul... 05:23:03 Signing v1.2.4-dev.19 [Pipeline] echo 05:23:04 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 05:23:04 ---> sigul-configuration-cleanup.sh [Pipeline] } 05:23:04 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 05:23:04 $ docker stop --time=1 f70a28e43c957265f91d450528211da05b6f6ecd3182f1ab740ceea79014c157 05:23:06 $ docker rm -f f70a28e43c957265f91d450528211da05b6f6ecd3182f1ab740ceea79014c157 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh 05:23:07 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 05:23:07 . [Pipeline] withDockerContainer 05:23:07 prd-centos7-docker-4c-2g-3380 does not seem to be running inside a container 05:23:07 $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-sdk-go_master -v /w/workspace/dgexfoundry_device-sdk-go_master:/w/workspace/dgexfoundry_device-sdk-go_master:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_master@tmp:/w/workspace/dgexfoundry_device-sdk-go_master@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 05:23:08 $ docker top de2e7a81fef25994ea50dea67c0de0f3908f5725d8c880f470065989eac88ce5 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 05:23:08 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 05:23:08 [ssh-agent] Looking for ssh-agent implementation... 05:23:08 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 05:23:08 $ docker exec de2e7a81fef25994ea50dea67c0de0f3908f5725d8c880f470065989eac88ce5 ssh-agent 05:23:09 SSH_AUTH_SOCK=/tmp/ssh-4hY6QeNwRcND/agent.11 05:23:09 SSH_AGENT_PID=16 05:23:09 Running ssh-add (command line suppressed) 05:23:09 Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_6761930997435114446.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_6761930997435114446.key) 05:23:09 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 05:23:09 + git semver bump pre 05:23:09 # -> Open(): unable to determine branch for HEAD 05:23:09 # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git 05:23:09 # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master 05:23:09 # $SEMVER_REMOTE_NAME = origin 05:23:09 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 05:23:09 # $SEMVER_USER_NAME = edgex-jenkins 05:23:09 # $SEMVER_BRANCH = master 05:23:09 # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver 05:23:09 1.2.4-dev.20 [Pipeline] } 05:23:09 $ docker exec --env ******** --env ******** de2e7a81fef25994ea50dea67c0de0f3908f5725d8c880f470065989eac88ce5 ssh-agent -k 05:23:09 unset SSH_AUTH_SOCK; 05:23:09 unset SSH_AGENT_PID; 05:23:09 echo Agent pid 16 killed; 05:23:09 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 05:23:10 + git semver [Pipeline] } 05:23:10 $ docker stop --time=1 de2e7a81fef25994ea50dea67c0de0f3908f5725d8c880f470065989eac88ce5 05:23:11 $ docker rm -f de2e7a81fef25994ea50dea67c0de0f3908f5725d8c880f470065989eac88ce5 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 05:23:12 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 05:23:12 . [Pipeline] withDockerContainer 05:23:12 prd-centos7-docker-4c-2g-3380 does not seem to be running inside a container 05:23:12 $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-sdk-go_master -v /w/workspace/dgexfoundry_device-sdk-go_master:/w/workspace/dgexfoundry_device-sdk-go_master:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_master@tmp:/w/workspace/dgexfoundry_device-sdk-go_master@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 05:23:13 $ docker top 427c033f9a86dd2b2aff052fdc6899af495d04302e15954e7019c566f4d5c74c -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 05:23:13 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 05:23:13 [ssh-agent] Looking for ssh-agent implementation... 05:23:13 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 05:23:13 $ docker exec 427c033f9a86dd2b2aff052fdc6899af495d04302e15954e7019c566f4d5c74c ssh-agent 05:23:13 SSH_AUTH_SOCK=/tmp/ssh-V7L6MTMw49Rc/agent.11 05:23:13 SSH_AGENT_PID=16 05:23:13 Running ssh-add (command line suppressed) 05:23:14 Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_2563917532114167978.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_2563917532114167978.key) 05:23:14 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 05:23:14 + git semver push 05:23:14 # -> Open(): unable to determine branch for HEAD 05:23:14 # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git 05:23:14 # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master 05:23:14 # $SEMVER_REMOTE_NAME = origin 05:23:14 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 05:23:14 # $SEMVER_USER_NAME = edgex-jenkins 05:23:14 # $SEMVER_BRANCH = master 05:23:14 # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver [Pipeline] } 05:23:21 $ docker exec --env ******** --env ******** 427c033f9a86dd2b2aff052fdc6899af495d04302e15954e7019c566f4d5c74c ssh-agent -k 05:23:21 unset SSH_AUTH_SOCK; 05:23:21 unset SSH_AGENT_PID; 05:23:21 echo Agent pid 16 killed; 05:23:21 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 05:23:21 + git semver [Pipeline] } 05:23:21 $ docker stop --time=1 427c033f9a86dd2b2aff052fdc6899af495d04302e15954e7019c566f4d5c74c 05:23:23 $ docker rm -f 427c033f9a86dd2b2aff052fdc6899af495d04302e15954e7019c566f4d5c74c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Bump Experimental Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Bump Stable (Named) Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 05:23:24 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 05:23:25 ---> package-listing.sh 05:23:25 ++ facter osfamily 05:23:25 ++ tr '[:upper:]' '[:lower:]' 05:23:25 + OS_FAMILY=redhat 05:23:25 + workspace=/w/workspace/dgexfoundry_device-sdk-go_master 05:23:25 + START_PACKAGES=/tmp/packages_start.txt 05:23:25 + END_PACKAGES=/tmp/packages_end.txt 05:23:25 + DIFF_PACKAGES=/tmp/packages_diff.txt 05:23:25 + PACKAGES=/tmp/packages_start.txt 05:23:25 + '[' /w/workspace/dgexfoundry_device-sdk-go_master ']' 05:23:25 + PACKAGES=/tmp/packages_end.txt 05:23:25 + case "${OS_FAMILY}" in 05:23:25 + rpm -qa 05:23:25 + sort 05:23:29 + '[' -f /tmp/packages_start.txt ']' 05:23:29 + '[' -f /tmp/packages_end.txt ']' 05:23:29 + diff /tmp/packages_start.txt /tmp/packages_end.txt 05:23:29 + '[' /w/workspace/dgexfoundry_device-sdk-go_master ']' 05:23:29 + mkdir -p /w/workspace/dgexfoundry_device-sdk-go_master/archives/ 05:23:29 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dgexfoundry_device-sdk-go_master/archives/ [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 05:23:30 provisioning config files... 05:23:30 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config5039108475232897547tmp [Pipeline] { [Pipeline] echo 05:23:30 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 05:23:30 ---> create-netrc.sh [Pipeline] } 05:23:30 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 05:23:30 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 05:23:31 ---> python-tools-install.sh 05:23:31 Generating Requirements File 05:24:52 Python 3.6.8 05:24:52 pip 20.2.3 from /home/jenkins/.local/lib/python3.6/site-packages/pip (python 3.6) 05:24:52 aiohttp==3.6.2 05:24:52 appdirs==1.4.3 05:24:52 argcomplete==1.12.1 05:24:52 aspy.yaml==1.3.0 05:24:52 async-timeout==3.0.1 05:24:52 attrs==19.3.0 05:24:52 Babel==2.8.0 05:24:52 beautifulsoup4==4.8.2 05:24:52 boto3==1.11.6 05:24:52 botocore==1.14.6 05:24:52 bs4==0.0.1 05:24:52 cachetools==4.1.1 05:24:52 certifi==2019.11.28 05:24:52 cffi==1.14.3 05:24:52 cfgv==2.0.1 05:24:52 chardet==3.0.4 05:24:52 click==7.1 05:24:52 cliff==3.4.0 05:24:52 cmd2==1.3.11 05:24:52 colorama==0.4.3 05:24:52 cryptography==3.1.1 05:24:52 debtcollector==2.2.0 05:24:52 decorator==4.4.2 05:24:52 defusedxml==0.6.0 05:24:52 Deprecated==1.2.7 05:24:52 distlib==0.3.1 05:24:52 distro==1.2.0 05:24:52 dnspython==1.16.0 05:24:52 docker==4.2.0 05:24:52 docutils==0.15.2 05:24:52 dogpile.cache==1.0.2 05:24:52 email-validator==1.0.5 05:24:52 filelock==3.0.12 05:24:52 future==0.18.2 05:24:52 google-auth==1.22.0 05:24:52 httplib2==0.17.0 05:24:52 identify==1.4.11 05:24:52 idna==2.9 05:24:52 idna-ssl==1.1.0 05:24:52 importlib-metadata==1.7.0 05:24:52 importlib-resources==1.5.0 05:24:52 iso8601==0.1.13 05:24:52 Jinja2==2.11.1 05:24:52 jmespath==0.10.0 05:24:52 jsonpatch==1.26 05:24:52 jsonpointer==2.0 05:24:52 jsonschema==3.2.0 05:24:52 keystoneauth1==4.2.1 05:24:52 kubernetes==11.0.0 05:24:52 lftools==0.34.2 05:24:52 lxml==4.5.0 05:24:52 MarkupSafe==0.23 05:24:52 msgpack==1.0.0 05:24:52 multi-key-dict==2.0.3 05:24:52 multidict==4.7.6 05:24:52 munch==2.5.0 05:24:52 netaddr==0.8.0 05:24:52 netifaces==0.10.9 05:24:52 niet==1.4.2 05:24:52 nodeenv==1.3.5 05:24:52 oauth2client==4.1.3 05:24:52 oauthlib==3.1.0 05:24:52 openstacksdk==0.50.0 05:24:52 os-client-config==2.1.0 05:24:52 os-service-types==1.7.0 05:24:52 osc-lib==2.2.1 05:24:52 oslo.config==8.3.2 05:24:52 oslo.context==3.1.1 05:24:52 oslo.i18n==5.0.1 05:24:52 oslo.log==4.4.0 05:24:52 oslo.serialization==4.0.1 05:24:52 oslo.utils==4.6.0 05:24:52 packaging==20.4 05:24:52 pbr==5.4.4 05:24:52 pluggy==0.13.1 05:24:52 prettytable==0.7.2 05:24:52 py==1.9.0 05:24:52 pyasn1==0.4.8 05:24:52 pyasn1-modules==0.2.8 05:24:52 pycparser==2.20 05:24:52 pygerrit2==2.0.10 05:24:52 PyGithub==1.46 05:24:52 pyinotify==0.9.6 05:24:52 PyJWT==1.7.1 05:24:52 pyparsing==2.4.7 05:24:52 pyperclip==1.8.0 05:24:52 pyroute2==0.4.13 05:24:52 pyrsistent==0.15.7 05:24:52 PySocks==1.6.8 05:24:52 python-cinderclient==7.2.0 05:24:52 python-dateutil==2.8.1 05:24:52 python-heatclient==2.2.1 05:24:52 python-jenkins==1.7.0 05:24:52 python-keystoneclient==4.1.1 05:24:52 python-magnumclient==3.2.1 05:24:52 python-novaclient==17.2.1 05:24:52 python-openstackclient==5.4.0 05:24:52 python-swiftclient==3.10.1 05:24:52 pytz==2020.1 05:24:52 PyYAML==5.3 05:24:52 requests==2.23.0 05:24:52 requests-oauthlib==1.3.0 05:24:52 requestsexceptions==1.4.0 05:24:52 rfc3986==1.4.0 05:24:52 rpm==4.11.3 05:24:52 rsa==4.0 05:24:52 ruamel.yaml==0.16.10 05:24:52 ruamel.yaml.clib==0.2.0 05:24:52 s3transfer==0.3.3 05:24:52 shade==1.27.2 05:24:52 simplejson==3.17.2 05:24:52 six==1.14.0 05:24:52 soupsieve==2.0 05:24:52 stevedore==3.2.2 05:24:52 tabulate==0.8.6 05:24:52 toml==0.10.0 05:24:52 tox==3.20.0 05:24:52 tqdm==4.43.0 05:24:52 typing-extensions==3.7.4.3 05:24:52 urllib3==1.25.8 05:24:52 virtualenv==20.0.33 05:24:52 wcwidth==0.2.5 05:24:52 websocket-client==0.57.0 05:24:52 wrapt==1.12.1 05:24:52 xdg==3.0.2 05:24:52 xmltodict==0.12.0 05:24:52 yarl==1.6.0 05:24:52 yq==2.11.1 05:24:52 zipp==3.3.0 05:24:52 Cache entry deserialization failed, entry ignored 05:24:52 DEPRECATION: Python 2.7 reached the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 is no longer maintained. pip 21.0 will drop support for Python 2.7 in January 2021. More details about Python 2 support in pip can be found at https://pip.pypa.io/en/latest/development/release-process/#python-2-support pip 21.0 will remove support for this functionality. 05:24:53 Python 2.7.5 05:24:53 pip 20.2.3 from /home/jenkins/.local/lib/python2.7/site-packages/pip (python 2.7) 05:24:54 DEPRECATION: Python 2.7 reached the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 is no longer maintained. pip 21.0 will drop support for Python 2.7 in January 2021. More details about Python 2 support in pip can be found at https://pip.pypa.io/en/latest/development/release-process/#python-2-support pip 21.0 will remove support for this functionality. 05:24:54 ansible==2.9.7 05:24:54 Babel==0.9.6 05:24:54 backports.ssl-match-hostname==3.5.0.1 05:24:54 beautifulsoup4==4.4.1 05:24:54 bodhi==2.11.0 05:24:54 bodhi-client==2.11.0 05:24:54 CCColUtils==1.4 05:24:54 cffi==1.6.0 05:24:54 chardet==2.2.1 05:24:54 click==6.7 05:24:54 cloud-init==18.5 05:24:54 configobj==4.7.2 05:24:54 cryptography==1.7.2 05:24:54 decorator==3.4.0 05:24:54 distro==1.2.0 05:24:54 enum34==1.0.4 05:24:54 fedpkg==1.38 05:24:54 futures==3.1.1 05:24:54 gitdb==0.6.4 05:24:54 GitPython==1.0.1 05:24:54 html5lib==0.999 05:24:54 httplib2==0.9.2 05:24:54 idna==2.4 05:24:54 iniparse==0.4 05:24:54 ipaddress==1.0.16 05:24:54 IPy==0.75 05:24:54 javapackages==1.0.0 05:24:54 Jinja2==2.7.2 05:24:54 jmespath==0.9.4 05:24:54 jsonpatch==1.2 05:24:54 jsonpointer==1.9 05:24:54 kerberos==1.1 05:24:54 kitchen==1.1.1 05:24:54 langtable==0.0.31 05:24:54 lockfile==0.9.1 05:24:54 lxml==3.2.1 05:24:54 MarkupSafe==0.11 05:24:54 munch==2.0.2 05:24:54 offtrac==0.1.0 05:24:54 openidc-client==0.6.0 05:24:54 packagedb-cli==2.14.1 05:24:54 paramiko==2.1.1 05:24:54 perf==0.1 05:24:54 ply==3.4 05:24:54 policycoreutils-default-encoding==0.1 05:24:54 prettytable==0.7.2 05:24:54 pyasn1==0.1.9 05:24:54 pycparser==2.14 05:24:54 pycurl==7.19.0 05:24:54 pygobject==3.22.0 05:24:54 pygpgme==0.3 05:24:54 pyliblzma==0.5.3 05:24:54 pyOpenSSL==0.13.1 05:24:54 pyparsing==1.5.6 05:24:54 pyserial==2.6 05:24:54 python-augeas==0.5.0 05:24:54 python-bugzilla==2.3.0 05:24:54 python-dateutil==1.5 05:24:54 python-fedora==0.10.0 05:24:54 python-linux-procfs==0.4.9 05:24:54 python-yubico==1.2.3 05:24:54 pyudev==0.15 05:24:54 pyusb==1.0.0b1 05:24:54 pyxattr==0.5.1 05:24:54 PyYAML==3.10 05:24:54 requests==2.6.0 05:24:54 requests-kerberos==0.7.0 05:24:54 rpkg==1.60 05:24:54 schedutils==0.4 05:24:54 seobject==0.1 05:24:54 sepolicy==1.1 05:24:54 six==1.9.0 05:24:54 smmap==0.9.0 05:24:54 urlgrabber==3.10 05:24:54 urllib3==1.10.2 05:24:54 virtualenv==15.1.0 05:24:54 yum-langpacks==0.4.2 05:24:54 yum-metadata-parser==1.1.4 [Pipeline] echo 05:24:54 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 05:24:54 ---> sudo-logs.sh 05:24:54 Archiving 'sudo' log.. [Pipeline] echo 05:24:54 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 05:24:55 ---> job-cost.sh 05:24:55 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-r7CK 05:25:03 Cache entry deserialization failed, entry ignored 05:25:03 Cache entry deserialization failed, entry ignored 05:25:04 Cache entry deserialization failed, entry ignored 05:25:04 Cache entry deserialization failed, entry ignored 05:25:04 Cache entry deserialization failed, entry ignored 05:25:04 Cache entry deserialization failed, entry ignored 05:25:04 Cache entry deserialization failed, entry ignored 05:25:04 Cache entry deserialization failed, entry ignored 05:25:04 Cache entry deserialization failed, entry ignored 05:25:04 Cache entry deserialization failed, entry ignored 05:25:04 Cache entry deserialization failed, entry ignored 05:25:04 Cache entry deserialization failed, entry ignored 05:25:08 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 05:25:40 lf-activate-venv(): INFO: Adding /tmp/venv-r7CK/bin to PATH 05:25:40 INFO: No Stack... 05:25:40 INFO: Retrieving Pricing Info for: v1-standard-2 05:25:40 INFO: Archiving Costs [Pipeline] echo 05:25:40 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 05:25:40 ---> logs-deploy.sh 05:25:40 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/master/70 05:25:40 INFO: archiving workspace using pattern(s): 05:25:42 Archives upload complete. 05:25:42 INFO: archiving logs to Nexus