Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 5d943473fe8cb7b2263b29163a15a9eda06ca963 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 on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-2941 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 Checking out Revision 5d943473fe8cb7b2263b29163a15a9eda06ca963 (master) > 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 > git config core.sparsecheckout # timeout=10 > git checkout -f 5d943473fe8cb7b2263b29163a15a9eda06ca963 # timeout=10 Commit message: "Merge pull request #600 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/go-mod-registry-0.1.23" > git rev-list --no-walk 4a1412fe3679be6652f13296ba45411ccc085237 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 02:17:53 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 02:17:53 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 02:17:53 ========================================================= 02:17:53 EdgeX Global Pipelines Version Info 02:17:53 ========================================================= [Pipeline] libraryResource [Pipeline] sh 02:17:55 ------------------- 02:17:55 stable info: 02:17:55 ------------------- 02:17:55 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 02:17:55 Commit SHA: ad104866bbc8c98dca93091e1a8abeb835fd4e4d 02:17:55 Message: update stable to v1.0.131 02:17:56 ------------------- 02:17:56 experimental info: 02:17:56 ------------------- 02:17:56 Commited By: Emilio Reyes emilio.reyes@intel.com 02:17:56 Commit SHA: 037048ec40675a742bbe4f4e63335516fc22ae8d 02:17:56 Message: update experimental to v1.0.133 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo 02:17:56 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-go-settings [Pipeline] echo 02:17:56 [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-go [Pipeline] echo 02:17:56 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 02:17:56 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 02:17:57 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 02:17:57 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 02:17:57 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 02:17:57 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 02:17:57 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = example/cmd/device-simple/Dockerfile [Pipeline] echo 02:17:57 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 02:17:57 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 02:17:57 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-sdk-simple [Pipeline] echo 02:17:57 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 02:17:58 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 02:17:58 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 02:17:58 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 02:17:58 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 02:17:58 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 02:17:58 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 02:17:58 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 02:17:58 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 02:17:58 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 02:17:59 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 02:17:59 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 02:17:59 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 02:17:59 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo 02:17:59 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo 02:17:59 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo 02:17:59 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 5d943473fe8cb7b2263b29163a15a9eda06ca963 [Pipeline] echo 02:18:00 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 5d94347 [Pipeline] echo 02:18:00 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 02:18:01 + git log --format=format:%s -1 5d943473fe8cb7b2263b29163a15a9eda06ca963 [Pipeline] echo 02:18:01 GIT_COMMIT: 5d943473fe8cb7b2263b29163a15a9eda06ca963, Commit Message: Merge pull request #600 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/go-mod-registry-0.1.23 [Pipeline] echo 02:18:01 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 02:18:02 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 02:18:02 02:18:02 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 02:18:02 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 02:18:02 latest: Pulling from edgex-devops/git-semver 02:18:02 31603596830f: Pulling fs layer 02:18:02 2a8b12db71e7: Pulling fs layer 02:18:02 6ca5941a6612: Pulling fs layer 02:18:02 ecc8261a40a4: Pulling fs layer 02:18:02 2a8b12db71e7: Verifying Checksum 02:18:02 2a8b12db71e7: Download complete 02:18:03 31603596830f: Verifying Checksum 02:18:03 31603596830f: Download complete 02:18:03 31603596830f: Pull complete 02:18:03 2a8b12db71e7: Pull complete 02:18:04 6ca5941a6612: Verifying Checksum 02:18:04 6ca5941a6612: Download complete 02:18:04 ecc8261a40a4: Verifying Checksum 02:18:04 ecc8261a40a4: Download complete 02:18:04 6ca5941a6612: Pull complete 02:18:05 ecc8261a40a4: Pull complete 02:18:05 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 02:18:05 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 02:18:05 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 02:18:05 prd-centos7-docker-4c-2g-2941 does not seem to be running inside a container 02:18:05 $ 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 02:18:07 $ docker top 38371da0b45e7dd3191ba794ea97325425724c654123c1c1ff59303383e559a0 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 02:18:07 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 02:18:07 [ssh-agent] Looking for ssh-agent implementation... 02:18:07 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 02:18:07 $ docker exec 38371da0b45e7dd3191ba794ea97325425724c654123c1c1ff59303383e559a0 ssh-agent 02:18:07 SSH_AUTH_SOCK=/tmp/ssh-QZClQAbhMsCb/agent.12 02:18:07 SSH_AGENT_PID=18 02:18:08 Running ssh-add (command line suppressed) 02:18:08 Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_6511842061087631988.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_6511842061087631988.key) 02:18:08 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 02:18:08 + git describe --exact-match --tags HEAD 02:18:08 fatal: no tag exactly matches '5d943473fe8cb7b2263b29163a15a9eda06ca963' [Pipeline] } 02:18:08 $ docker exec --env ******** --env ******** 38371da0b45e7dd3191ba794ea97325425724c654123c1c1ff59303383e559a0 ssh-agent -k 02:18:08 unset SSH_AUTH_SOCK; 02:18:08 unset SSH_AGENT_PID; 02:18:08 echo Agent pid 18 killed; 02:18:08 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo 02:18:08 [edgeXSemver]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 02:18:08 This usually means this commit has not been tagged. [Pipeline] sshagent 02:18:08 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 02:18:08 [ssh-agent] Looking for ssh-agent implementation... 02:18:09 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 02:18:09 $ docker exec 38371da0b45e7dd3191ba794ea97325425724c654123c1c1ff59303383e559a0 ssh-agent 02:18:09 SSH_AUTH_SOCK=/tmp/ssh-S2VRZxELs6Nj/agent.48 02:18:09 SSH_AGENT_PID=53 02:18:09 Running ssh-add (command line suppressed) 02:18:09 Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_5156622254078443683.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_5156622254078443683.key) 02:18:09 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 02:18:09 + git semver init 02:18:09 # -> Open(): unable to determine branch for HEAD 02:18:09 # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git 02:18:09 # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master 02:18:09 # $SEMVER_REMOTE_NAME = origin 02:18:09 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 02:18:09 # $SEMVER_USER_NAME = edgex-jenkins 02:18:09 # $SEMVER_BRANCH = master 02:18:09 # $SEMVER_TEMP = /tmp/semver-884999168 02:18:09 # git clone --branch semver git@github.com:edgexfoundry/device-sdk-go.git $SEMVER_TEMP 02:18:10 # '/tmp/semver-884999168' -> '/w/workspace/dgexfoundry_device-sdk-go_master/.semver' 02:18:10 # -> Force: false 02:18:10 # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver [Pipeline] } 02:18:10 $ docker exec --env ******** --env ******** 38371da0b45e7dd3191ba794ea97325425724c654123c1c1ff59303383e559a0 ssh-agent -k 02:18:10 unset SSH_AUTH_SOCK; 02:18:10 unset SSH_AGENT_PID; 02:18:10 echo Agent pid 53 killed; 02:18:10 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 02:18:11 + git semver [Pipeline] } 02:18:11 $ docker stop --time=1 38371da0b45e7dd3191ba794ea97325425724c654123c1c1ff59303383e559a0 02:18:12 $ docker rm -f 38371da0b45e7dd3191ba794ea97325425724c654123c1c1ff59303383e559a0 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash 02:18:13 Stashed 36 file(s) [Pipeline] echo 02:18:13 [edgeXSemver]: initialized semver on version 1.2.4-dev.17 [Pipeline] echo 02:18:13 Archived original version: [1.2.4-dev.17] [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 02:18:28 Still waiting to schedule task 02:18:28 Waiting for next available executor on ‘centos7-docker-4c-2g’ 02:18:28 Still waiting to schedule task 02:18:28 Waiting for next available executor on ‘prd-ubuntu18.04-docker-arm64-4c-16g-2936’ 02:20:08 Running on prd-centos7-docker-4c-2g-2949 in /w/workspace/dgexfoundry_device-sdk-go_master [Pipeline] { [Pipeline] ws 02:20:08 Running in /w/workspace/device-sdk-go/68 [Pipeline] { [Pipeline] checkout 02:20:11 using credential edgex-jenkins-ssh 02:20:11 Cloning the remote Git repository 02:20:11 Cloning repository git@github.com:edgexfoundry/device-sdk-go.git 02:20:11 > git init /w/workspace/device-sdk-go/68 # timeout=10 02:20:11 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 02:20:11 > git --version # timeout=10 02:20:11 > git --version # 'git version 2.16.5' 02:20:11 using GIT_SSH to set credentials SSH Credentials for GitHub 02:20:11 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 02:20:13 Checking out Revision 5d943473fe8cb7b2263b29163a15a9eda06ca963 (master) 02:20:12 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 02:20:12 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 02:20:12 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 02:20:12 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 02:20:12 using GIT_SSH to set credentials SSH Credentials for GitHub 02:20:12 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 02:20:13 > git config core.sparsecheckout # timeout=10 02:20:13 > git checkout -f 5d943473fe8cb7b2263b29163a15a9eda06ca963 # timeout=10 02:20:16 Commit message: "Merge pull request #600 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/go-mod-registry-0.1.23" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 02:20:17 ========================================================= 02:20:17 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 02:20:17 ========================================================= [Pipeline] isUnix [Pipeline] sh 02:20:18 + 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 . 02:20:19 Sending build context to Docker daemon 3.412MB 02:20:19 Step 1/8 : ARG BASE=golang:1.15-alpine 02:20:19 Step 2/8 : FROM ${BASE} 02:20:19 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 02:20:19 df20fa9351a1: Pulling fs layer 02:20:19 ed8968b2872e: Pulling fs layer 02:20:19 a92cc7c5fd73: Pulling fs layer 02:20:19 e871e8e8d7a9: Pulling fs layer 02:20:19 e73272ec9a57: Pulling fs layer 02:20:19 1e910a182e73: Pulling fs layer 02:20:19 4e634b169226: Pulling fs layer 02:20:19 e871e8e8d7a9: Waiting 02:20:19 e73272ec9a57: Waiting 02:20:19 1e910a182e73: Waiting 02:20:19 4e634b169226: Waiting 02:20:19 a92cc7c5fd73: Verifying Checksum 02:20:19 a92cc7c5fd73: Download complete 02:20:19 ed8968b2872e: Verifying Checksum 02:20:19 ed8968b2872e: Download complete 02:20:19 e73272ec9a57: Verifying Checksum 02:20:19 e73272ec9a57: Download complete 02:20:19 1e910a182e73: Verifying Checksum 02:20:21 df20fa9351a1: Verifying Checksum 02:20:21 df20fa9351a1: Download complete 02:20:21 df20fa9351a1: Pull complete 02:20:21 ed8968b2872e: Pull complete 02:20:21 a92cc7c5fd73: Pull complete 02:20:48 4e634b169226: Download complete 02:20:54 e871e8e8d7a9: Verifying Checksum 02:20:54 e871e8e8d7a9: Download complete 02:20:59 e871e8e8d7a9: Pull complete 02:20:59 e73272ec9a57: Pull complete 02:20:59 1e910a182e73: Pull complete 02:21:07 4e634b169226: Pull complete 02:21:07 Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 02:21:07 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 02:21:07 ---> f7629b54cfaa 02:21:07 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 02:21:07 ---> Running in fe99733f9dfa 02:21:07 Removing intermediate container fe99733f9dfa 02:21:07 ---> 9507285766e9 02:21:07 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:21:07 ---> Running in 8dc3064d18c4 02:21:08 Removing intermediate container 8dc3064d18c4 02:21:08 ---> e1b9cf35d597 02:21:08 Step 5/8 : RUN apk add --no-cache make git 02:21:08 ---> Running in d0947e8af4e4 02:21:09 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 02:21:17 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 02:21:32 OK: 166 MiB in 39 packages 02:21:32 Removing intermediate container d0947e8af4e4 02:21:32 ---> 463b5aac54f1 02:21:32 Step 6/8 : WORKDIR /device-sdk-go 02:21:32 ---> Running in b680b48f2ad8 02:21:32 Removing intermediate container b680b48f2ad8 02:21:32 ---> f5d79db82fa2 02:21:32 Step 7/8 : COPY . . 02:21:32 ---> 2f1413cb540d 02:21:32 Step 8/8 : RUN go mod download 02:21:32 ---> Running in 4eefb80517fc 02:21:54 Removing intermediate container 4eefb80517fc 02:21:54 ---> b294727ae41c 02:21:54 Successfully built b294727ae41c 02:21:54 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 02:21:55 + docker inspect -f . ci-base-image-x86_64 02:21:55 . [Pipeline] withDockerContainer 02:21:55 prd-centos7-docker-4c-2g-2949 does not seem to be running inside a container 02:21:55 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/68 -v /w/workspace/device-sdk-go/68:/w/workspace/device-sdk-go/68:rw,z -v /w/workspace/device-sdk-go/68@tmp:/w/workspace/device-sdk-go/68@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 02:21:56 $ docker top c0b922d7ac4a6d369d7b2e1e6d4c1cbcb172c501d9f6f5314dd93ece5351423e -eo pid,comm [Pipeline] { [Pipeline] sh 02:21:56 + go version 02:21:56 go version go1.15.2 linux/amd64 [Pipeline] } 02:21:56 $ docker stop --time=1 c0b922d7ac4a6d369d7b2e1e6d4c1cbcb172c501d9f6f5314dd93ece5351423e 02:21:58 $ docker rm -f c0b922d7ac4a6d369d7b2e1e6d4c1cbcb172c501d9f6f5314dd93ece5351423e [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] sh 02:22:01 + sudo chown -R jenkins:jenkins . [Pipeline] sh 02:22:01 + ls -al . 02:22:01 total 64 02:22:01 drwxrwxr-x. 11 jenkins jenkins 4096 Oct 2 02:20 . 02:22:01 drwxrwxr-x. 4 jenkins jenkins 30 Oct 2 02:20 .. 02:22:01 drwxrwxr-x. 2 jenkins jenkins 64 Oct 2 02:20 bin 02:22:01 -rw-rw-r--. 1 jenkins jenkins 936 Oct 2 02:20 Dockerfile.build 02:22:01 -rw-rw-r--. 1 jenkins jenkins 140 Oct 2 02:20 .dockerignore 02:22:01 drwxrwxr-x. 4 jenkins jenkins 48 Oct 2 02:20 example 02:22:01 drwxrwxr-x. 8 jenkins jenkins 162 Oct 2 02:20 .git 02:22:01 drwxrwxr-x. 2 jenkins jenkins 60 Oct 2 02:20 .github 02:22:01 -rw-rw-r--. 1 jenkins jenkins 138 Oct 2 02:20 .gitignore 02:22:01 -rw-rw-r--. 1 jenkins jenkins 517 Oct 2 02:20 go.mod 02:22:01 drwxrwxr-x. 15 jenkins jenkins 211 Oct 2 02:20 internal 02:22:01 -rw-rw-r--. 1 jenkins jenkins 785 Oct 2 02:20 Jenkinsfile 02:22:01 -rw-rw-r--. 1 jenkins jenkins 11341 Oct 2 02:20 LICENSE 02:22:01 -rw-rw-r--. 1 jenkins jenkins 1013 Oct 2 02:20 Makefile 02:22:01 drwxrwxr-x. 4 jenkins jenkins 26 Oct 2 02:20 openapi 02:22:01 drwxrwxr-x. 5 jenkins jenkins 50 Oct 2 02:20 pkg 02:22:01 -rw-rw-r--. 1 jenkins jenkins 5897 Oct 2 02:20 README.md 02:22:01 -rw-rw-r--. 1 jenkins jenkins 4291 Oct 2 02:20 RELEASE-NOTES.txt 02:22:01 drwxrwxr-x. 3 jenkins jenkins 44 Oct 2 02:20 .semver 02:22:01 drwxrwxr-x. 4 jenkins jenkins 54 Oct 2 02:20 snap 02:22:01 -rw-rw-r--. 1 jenkins jenkins 12 Oct 2 02:18 VERSION 02:22:01 -rw-rw-r--. 1 jenkins jenkins 222 Oct 2 02:20 version.go [Pipeline] isUnix [Pipeline] sh 02:22:01 + 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=5d943473fe8cb7b2263b29163a15a9eda06ca963 --label arch=amd64 --label version=1.2.4-dev.17 . 02:22:01 Sending build context to Docker daemon 3.412MB 02:22:01 Step 1/24 : ARG BASE=golang:1.15-alpine 02:22:01 Step 2/24 : FROM ${BASE} AS builder 02:22:01 ---> b294727ae41c 02:22:01 Step 3/24 : ARG MAKE='make build' 02:22:01 Running on prd-ubuntu18.04-docker-arm64-4c-16g-2950 in /w/workspace/dgexfoundry_device-sdk-go_master [Pipeline] { [Pipeline] ws 02:22:01 Running in /w/workspace/device-sdk-go/68 [Pipeline] { [Pipeline] checkout 02:22:02 ---> Running in 28c0852142e0 02:22:02 Removing intermediate container 28c0852142e0 02:22:02 ---> 6f8cbdc48349 02:22:02 Step 4/24 : WORKDIR /device-sdk-go 02:22:02 ---> Running in 842f6a899fe1 02:22:02 Removing intermediate container 842f6a899fe1 02:22:02 ---> 03a4628993e3 02:22:02 Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 02:22:02 ---> Running in 8845a4210d34 02:22:02 Removing intermediate container 8845a4210d34 02:22:02 ---> 775727fc95cc 02:22:02 Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:22:02 ---> Running in ae8637c6497a 02:22:03 Removing intermediate container ae8637c6497a 02:22:03 ---> 164805ea51f7 02:22:03 Step 7/24 : RUN apk add --update --no-cache make git 02:22:03 ---> Running in 04b27a51628b 02:22:04 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 02:22:07 using credential edgex-jenkins-ssh 02:22:07 Cloning the remote Git repository 02:22:07 Cloning repository git@github.com:edgexfoundry/device-sdk-go.git 02:22:07 > git init /w/workspace/device-sdk-go/68 # timeout=10 02:22:08 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 02:22:08 > git --version # timeout=10 02:22:08 > git --version # 'git version 2.17.1' 02:22:08 using GIT_SSH to set credentials SSH Credentials for GitHub 02:22:08 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 02:22:09 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 02:22:09 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 02:22:09 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 02:22:09 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 02:22:09 using GIT_SSH to set credentials SSH Credentials for GitHub 02:22:09 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 02:22:10 Checking out Revision 5d943473fe8cb7b2263b29163a15a9eda06ca963 (master) 02:22:10 > git config core.sparsecheckout # timeout=10 02:22:10 > git checkout -f 5d943473fe8cb7b2263b29163a15a9eda06ca963 # timeout=10 02:22:12 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 02:22:15 Commit message: "Merge pull request #600 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/go-mod-registry-0.1.23" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 02:22:17 ========================================================= 02:22:17 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 02:22:17 ========================================================= [Pipeline] isUnix [Pipeline] sh 02:22:18 + 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 . 02:22:19 Sending build context to Docker daemon 3.41MB 02:22:19 Step 1/8 : ARG BASE=golang:1.15-alpine 02:22:19 Step 2/8 : FROM ${BASE} 02:22:20 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 02:22:20 b538f80385f9: Pulling fs layer 02:22:20 74f711af9a0d: Pulling fs layer 02:22:20 99f96fe45779: Pulling fs layer 02:22:20 8529a6b9a6be: Pulling fs layer 02:22:20 45590311c82a: Pulling fs layer 02:22:20 69ca0ff8b7b3: Pulling fs layer 02:22:20 209524e5b208: Pulling fs layer 02:22:20 69ca0ff8b7b3: Waiting 02:22:20 8529a6b9a6be: Waiting 02:22:20 209524e5b208: Waiting 02:22:20 74f711af9a0d: Verifying Checksum 02:22:20 74f711af9a0d: Download complete 02:22:20 99f96fe45779: Verifying Checksum 02:22:20 99f96fe45779: Download complete 02:22:20 45590311c82a: Download complete 02:22:20 69ca0ff8b7b3: Verifying Checksum 02:22:20 69ca0ff8b7b3: Download complete 02:22:24 b538f80385f9: Verifying Checksum 02:22:24 b538f80385f9: Download complete 02:22:24 b538f80385f9: Pull complete 02:22:24 74f711af9a0d: Pull complete 02:22:25 99f96fe45779: Pull complete 02:22:27 OK: 166 MiB in 39 packages 02:22:27 Removing intermediate container 04b27a51628b 02:22:27 ---> ede5c660a879 02:22:27 Step 8/24 : COPY . . 02:22:28 ---> c31b2cd86392 02:22:28 Step 9/24 : RUN ${MAKE} 02:22:28 ---> Running in 2f00f6af80e6 02:22:29 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-sdk-go.Version=1.2.4-dev.17" -o example/cmd/device-simple/device-simple ./example/cmd/device-simple 02:22:37 CGO_ENABLED=0 GO111MODULE=on go install -tags=safe 02:22:39 Removing intermediate container 2f00f6af80e6 02:22:39 ---> a8e14e6870e0 02:22:39 Step 10/24 : FROM scratch 02:22:39 ---> 02:22:39 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 02:22:39 ---> Running in ed0989cd7beb 02:22:39 Removing intermediate container ed0989cd7beb 02:22:39 ---> 823128578284 02:22:39 Step 12/24 : ENV APP_PORT=49990 02:22:39 ---> Running in bf4454a9bab9 02:22:39 Removing intermediate container bf4454a9bab9 02:22:39 ---> a470eaabbbeb 02:22:39 Step 13/24 : EXPOSE $APP_PORT 02:22:39 ---> Running in 7548510c915e 02:22:39 Removing intermediate container 7548510c915e 02:22:39 ---> b679d599d21b 02:22:39 Step 14/24 : WORKDIR / 02:22:39 ---> Running in ddc46cf36db9 02:22:40 Removing intermediate container ddc46cf36db9 02:22:40 ---> bf2186878217 02:22:40 Step 15/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple 02:22:40 ---> e17017e8ccdc 02:22:40 Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml 02:22:40 ---> 1039148d8893 02:22:40 Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml 02:22:41 ---> a8a6266cc63f 02:22:41 Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png 02:22:41 ---> 7fba40d065ba 02:22:41 Step 19/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg 02:22:41 ---> a3e69706754d 02:22:41 Step 20/24 : ENTRYPOINT ["/usr/local/bin/device-simple"] 02:22:41 ---> Running in 9b7c1f966604 02:22:41 Removing intermediate container 9b7c1f966604 02:22:41 ---> 09e96a938a51 02:22:41 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 02:22:41 ---> Running in 2598ef7d5407 02:22:41 Removing intermediate container 2598ef7d5407 02:22:41 ---> 8802b6bfe5b1 02:22:41 Step 22/24 : LABEL arch=amd64 02:22:42 ---> Running in 73a45331ac29 02:22:42 Removing intermediate container 73a45331ac29 02:22:42 ---> 2aa16075dbbf 02:22:42 Step 23/24 : LABEL git_sha=5d943473fe8cb7b2263b29163a15a9eda06ca963 02:22:42 ---> Running in b7717b0d48ea 02:22:42 Removing intermediate container b7717b0d48ea 02:22:42 ---> a821415365ba 02:22:42 Step 24/24 : LABEL version=1.2.4-dev.17 02:22:42 ---> Running in 52a2f7f91a09 02:22:42 Removing intermediate container 52a2f7f91a09 02:22:42 ---> ead5f31e3c20 02:22:42 [Warning] One or more build-args [ARCH] were not consumed 02:22:42 Successfully built ead5f31e3c20 02:22:42 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] } 02:22:52 209524e5b208: Verifying Checksum 02:22:52 209524e5b208: Download complete 02:23:31 8529a6b9a6be: Verifying Checksum 02:23:31 8529a6b9a6be: Download complete 02:23:38 8529a6b9a6be: Pull complete 02:23:38 45590311c82a: Pull complete 02:23:39 69ca0ff8b7b3: Pull complete 02:23:42 209524e5b208: Pull complete 02:23:42 Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 02:23:42 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 02:23:42 ---> 5bddaf1c2fca 02:23:42 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 02:23:45 ---> Running in 45c648c9ddde 02:23:45 Removing intermediate container 45c648c9ddde 02:23:45 ---> db676616fd47 02:23:45 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:23:45 ---> Running in 860dc970fa91 02:23:49 Removing intermediate container 860dc970fa91 02:23:49 ---> 5744a3b4624b 02:23:49 Step 5/8 : RUN apk add --no-cache make git 02:23:49 ---> Running in dd528cd9245e 02:23:50 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 02:24:01 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 02:24:16 OK: 142 MiB in 39 packages 02:24:16 Removing intermediate container dd528cd9245e 02:24:16 ---> 4171d48d0c65 02:24:16 Step 6/8 : WORKDIR /device-sdk-go 02:24:16 ---> Running in d918bae6ae69 02:24:17 Removing intermediate container d918bae6ae69 02:24:17 ---> 0305da75133c 02:24:17 Step 7/8 : COPY . . 02:24:18 ---> c97373d386dd 02:24:18 Step 8/8 : RUN go mod download 02:24:19 ---> Running in 0a83bb72ec49 02:24:45 Removing intermediate container 0a83bb72ec49 02:24:45 ---> 77410e177fde 02:24:45 Successfully built 77410e177fde 02:24:45 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 02:24:46 + docker inspect -f . ci-base-image-arm64 02:24:46 . [Pipeline] withDockerContainer 02:24:46 prd-ubuntu18.04-docker-arm64-4c-16g-2950 does not seem to be running inside a container 02:24:46 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/68 -v /w/workspace/device-sdk-go/68:/w/workspace/device-sdk-go/68:rw,z -v /w/workspace/device-sdk-go/68@tmp:/w/workspace/device-sdk-go/68@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 02:24:48 $ docker top f8fa2c8125f7ef602789390d958505270e791a53ecfd152ca2027601862ad4b3 -eo pid,comm [Pipeline] { [Pipeline] sh 02:24:50 + go version 02:24:50 go version go1.15.2 linux/arm64 [Pipeline] } 02:24:50 $ docker stop --time=1 f8fa2c8125f7ef602789390d958505270e791a53ecfd152ca2027601862ad4b3 02:24:52 $ docker rm -f f8fa2c8125f7ef602789390d958505270e791a53ecfd152ca2027601862ad4b3 [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 02:24:53 + sudo chown -R jenkins:jenkins . [Pipeline] sh 02:24:54 + ls -al . 02:24:54 total 104 02:24:54 drwxrwxr-x 11 jenkins jenkins 4096 Oct 2 02:22 . 02:24:54 drwxrwxr-x 4 jenkins jenkins 4096 Oct 2 02:22 .. 02:24:54 -rw-rw-r-- 1 jenkins jenkins 140 Oct 2 02:22 .dockerignore 02:24:54 drwxrwxr-x 8 jenkins jenkins 4096 Oct 2 02:22 .git 02:24:54 drwxrwxr-x 2 jenkins jenkins 4096 Oct 2 02:22 .github 02:24:54 -rw-rw-r-- 1 jenkins jenkins 138 Oct 2 02:22 .gitignore 02:24:54 drwxrwxr-x 3 jenkins jenkins 4096 Oct 2 02:22 .semver 02:24:54 -rw-rw-r-- 1 jenkins jenkins 936 Oct 2 02:22 Dockerfile.build 02:24:54 -rw-rw-r-- 1 jenkins jenkins 785 Oct 2 02:22 Jenkinsfile 02:24:54 -rw-rw-r-- 1 jenkins jenkins 11341 Oct 2 02:22 LICENSE 02:24:54 -rw-rw-r-- 1 jenkins jenkins 1013 Oct 2 02:22 Makefile 02:24:54 -rw-rw-r-- 1 jenkins jenkins 5897 Oct 2 02:22 README.md 02:24:54 -rw-rw-r-- 1 jenkins jenkins 4291 Oct 2 02:22 RELEASE-NOTES.txt 02:24:54 -rw-rw-r-- 1 jenkins jenkins 12 Oct 2 02:18 VERSION 02:24:54 drwxrwxr-x 2 jenkins jenkins 4096 Oct 2 02:22 bin 02:24:54 drwxrwxr-x 4 jenkins jenkins 4096 Oct 2 02:22 example 02:24:54 -rw-rw-r-- 1 jenkins jenkins 517 Oct 2 02:22 go.mod 02:24:54 drwxrwxr-x 15 jenkins jenkins 4096 Oct 2 02:22 internal 02:24:54 drwxrwxr-x 4 jenkins jenkins 4096 Oct 2 02:22 openapi 02:24:54 drwxrwxr-x 5 jenkins jenkins 4096 Oct 2 02:22 pkg 02:24:54 drwxrwxr-x 4 jenkins jenkins 4096 Oct 2 02:22 snap 02:24:54 -rw-rw-r-- 1 jenkins jenkins 222 Oct 2 02:22 version.go [Pipeline] isUnix [Pipeline] sh 02:24:54 + 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=5d943473fe8cb7b2263b29163a15a9eda06ca963 --label arch=arm64 --label version=1.2.4-dev.17 . 02:24:55 Sending build context to Docker daemon 3.41MB 02:24:55 Step 1/24 : ARG BASE=golang:1.15-alpine 02:24:55 Step 2/24 : FROM ${BASE} AS builder 02:24:55 ---> 77410e177fde 02:24:55 Step 3/24 : ARG MAKE='make build' 02:24:55 ---> Running in cf31c74d40b3 02:24:55 Removing intermediate container cf31c74d40b3 02:24:55 ---> d2ecf0b8707a 02:24:55 Step 4/24 : WORKDIR /device-sdk-go 02:24:55 ---> Running in 0db9c93517cb 02:24:56 Removing intermediate container 0db9c93517cb 02:24:56 ---> 7c469d156963 02:24:56 Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 02:24:56 ---> Running in f15c6a0ba6fd 02:24:57 Removing intermediate container f15c6a0ba6fd 02:24:57 ---> eecb0f7fcfcb 02:24:57 Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:24:57 ---> Running in fe402b3eafca 02:24:59 Removing intermediate container fe402b3eafca 02:24:59 ---> f0d1dace6f9c 02:24:59 Step 7/24 : RUN apk add --update --no-cache make git 02:24:59 ---> Running in 122e83609a91 02:25:01 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 02:25:07 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 02:25:17 OK: 142 MiB in 39 packages 02:25:18 Removing intermediate container 122e83609a91 02:25:18 ---> f520142be45b 02:25:18 Step 8/24 : COPY . . 02:25:20 ---> c2cf9ae2c868 02:25:20 Step 9/24 : RUN ${MAKE} 02:25:20 ---> Running in 5db3de1c6579 02:25:21 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-sdk-go.Version=1.2.4-dev.17" -o example/cmd/device-simple/device-simple ./example/cmd/device-simple 02:25:54 CGO_ENABLED=0 GO111MODULE=on go install -tags=safe 02:25:54 Removing intermediate container 5db3de1c6579 02:25:54 ---> aecbc7ee7919 02:25:54 Step 10/24 : FROM scratch 02:25:54 ---> 02:25:54 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 02:25:54 ---> Running in 1fac141608fb 02:25:54 Removing intermediate container 1fac141608fb 02:25:54 ---> 63b4ce0ea3b2 02:25:54 Step 12/24 : ENV APP_PORT=49990 02:25:54 ---> Running in 719d8e40d5a3 02:25:54 Removing intermediate container 719d8e40d5a3 02:25:54 ---> 27a58ef1a8ff 02:25:54 Step 13/24 : EXPOSE $APP_PORT 02:25:54 ---> Running in 1457f00b57ff 02:25:54 Removing intermediate container 1457f00b57ff 02:25:54 ---> c3334a68d784 02:25:54 Step 14/24 : WORKDIR / 02:25:54 ---> Running in fff0bd1a0276 02:25:54 Removing intermediate container fff0bd1a0276 02:25:54 ---> 3128c0dcef8e 02:25:54 Step 15/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple 02:25:55 ---> 7e3d7fc2b66f 02:25:55 Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml 02:25:55 ---> 7fe86a73a789 02:25:55 Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml 02:25:56 ---> 60cee6cac3da 02:25:56 Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png 02:25:57 ---> 8dbb9e2e19a0 02:25:57 Step 19/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg 02:25:58 ---> dd18e2041143 02:25:58 Step 20/24 : ENTRYPOINT ["/usr/local/bin/device-simple"] 02:25:58 ---> Running in ac110e875823 02:25:58 Removing intermediate container ac110e875823 02:25:58 ---> 04f035b1b52e 02:25:58 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 02:25:58 ---> Running in 154f0a4e360b 02:25:59 Removing intermediate container 154f0a4e360b 02:25:59 ---> 76202614f3b4 02:25:59 Step 22/24 : LABEL arch=arm64 02:25:59 ---> Running in f812805ff552 02:26:00 Removing intermediate container f812805ff552 02:26:00 ---> caa9c0edbace 02:26:00 Step 23/24 : LABEL git_sha=5d943473fe8cb7b2263b29163a15a9eda06ca963 02:26:00 ---> Running in a4ac144b999f 02:26:00 Removing intermediate container a4ac144b999f 02:26:00 ---> caa15ccd20da 02:26:00 Step 24/24 : LABEL version=1.2.4-dev.17 02:26:00 ---> Running in 192f1b060448 02:26:01 Removing intermediate container 192f1b060448 02:26:01 ---> b2a47fb3d2d6 02:26:01 [Warning] One or more build-args [ARCH] were not consumed 02:26:01 Successfully built b2a47fb3d2d6 02:26:01 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 02:26:04 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] echo 02:26:04 [edgeXSnyk] command to run: snyk monitor --org=edgex-jenkins [Pipeline] withCredentials 02:26:04 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 02:26:04 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 02:26:04 02:26:04 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] isUnix [Pipeline] sh 02:26:05 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 02:26:05 1.317.0: Pulling from edgex-devops/edgex-snyk-go 02:26:05 cbdbe7a5bc2a: Pulling fs layer 02:26:05 408f87550127: Pulling fs layer 02:26:05 fe522b08c979: Pulling fs layer 02:26:05 221eaa008020: Pulling fs layer 02:26:05 2a4607e5d6b9: Pulling fs layer 02:26:05 8f79b27c4fd2: Pulling fs layer 02:26:05 e5c8dbe1645b: Pulling fs layer 02:26:05 23e8b3b47431: Pulling fs layer 02:26:05 5c568d65a230: Pulling fs layer 02:26:05 221eaa008020: Waiting 02:26:05 2a4607e5d6b9: Waiting 02:26:05 8f79b27c4fd2: Waiting 02:26:05 e5c8dbe1645b: Waiting 02:26:05 23e8b3b47431: Waiting 02:26:05 5c568d65a230: Waiting 02:26:05 fe522b08c979: Download complete 02:26:05 408f87550127: Verifying Checksum 02:26:05 408f87550127: Download complete 02:26:05 2a4607e5d6b9: Download complete 02:26:05 8f79b27c4fd2: Verifying Checksum 02:26:05 8f79b27c4fd2: Download complete 02:26:06 cbdbe7a5bc2a: Verifying Checksum 02:26:06 cbdbe7a5bc2a: Download complete 02:26:06 cbdbe7a5bc2a: Pull complete 02:26:06 408f87550127: Pull complete 02:26:06 fe522b08c979: Pull complete 02:26:16 e5c8dbe1645b: Verifying Checksum 02:26:16 e5c8dbe1645b: Download complete 02:26:34 23e8b3b47431: Verifying Checksum 02:26:34 23e8b3b47431: Download complete 02:26:37 5c568d65a230: Verifying Checksum 02:26:37 5c568d65a230: Download complete 02:27:04 221eaa008020: Verifying Checksum 02:27:04 221eaa008020: Download complete 02:27:08 221eaa008020: Pull complete 02:27:08 2a4607e5d6b9: Pull complete 02:27:08 8f79b27c4fd2: Pull complete 02:27:11 e5c8dbe1645b: Pull complete 02:27:14 23e8b3b47431: Pull complete 02:27:15 5c568d65a230: Pull complete 02:27:15 Digest: sha256:57952c35bde2fbfcf87b7f40d558e42527212236f73796964c551b7cac8e72c4 02:27:15 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 02:27:15 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] withDockerContainer 02:27:15 prd-centos7-docker-4c-2g-2941 does not seem to be running inside a container 02:27:15 $ 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 02:27:16 $ docker top 51df076dcca8c2309b357daa48af313a3a3599ab810f6f57d7a079a309c3f78a -eo pid,comm [Pipeline] { [Pipeline] sh 02:27:17 + snyk monitor '--org=edgex-jenkins' 02:27:31 02:27:31 Monitoring /w/workspace/dgexfoundry_device-sdk-go_master (github.com/edgexfoundry/device-sdk-go)... 02:27:31 02:27:31 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/057beb34-70d8-4945-961c-fe027db76abc/history/ff0118ea-d395-41e1-ba94-87af91d4888b 02:27:31 02:27:31 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 02:27:31 02:27:31 02:27:31 Snyk CLI supports Node.js 8 and higher. 02:27:31 Node.js 8 reached End Of Life on December 31, 2019 and the Snyk CLI will stop supporting it in the near future. 02:27:31 Please consider upgrading your runtime version to Node 10 or higher in order to get Snyk CLI updates. 02:27:31 02:27:31 The latest CLI version that supports Node.js 6 is `snyk@1.300.0`. 02:27:31 The latest CLI version that supports Node.js 4 is `snyk@1.88.2`. [Pipeline] } 02:27:31 $ docker stop --time=1 51df076dcca8c2309b357daa48af313a3a3599ab810f6f57d7a079a309c3f78a 02:27:35 $ docker rm -f 51df076dcca8c2309b357daa48af313a3a3599ab810f6f57d7a079a309c3f78a [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 02:27:37 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 02:27:37 . [Pipeline] withDockerContainer 02:27:37 prd-centos7-docker-4c-2g-2941 does not seem to be running inside a container 02:27:37 $ 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 02:27:38 $ docker top 0e7704ae35b9684f68e7ff04a3683c8367bc6419ffd42c3a9ab6daf311de6966 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 02:27:38 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 02:27:38 [ssh-agent] Looking for ssh-agent implementation... 02:27:38 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 02:27:38 $ docker exec 0e7704ae35b9684f68e7ff04a3683c8367bc6419ffd42c3a9ab6daf311de6966 ssh-agent 02:27:38 SSH_AUTH_SOCK=/tmp/ssh-eUExpkpufME3/agent.12 02:27:38 SSH_AGENT_PID=17 02:27:38 Running ssh-add (command line suppressed) 02:27:38 Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_1883270247771782829.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_1883270247771782829.key) 02:27:39 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 02:27:39 + git semver tag 02:27:39 # -> Open(): unable to determine branch for HEAD 02:27:39 # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git 02:27:39 # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master 02:27:39 # $SEMVER_REMOTE_NAME = origin 02:27:39 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 02:27:39 # $SEMVER_USER_NAME = edgex-jenkins 02:27:39 # $SEMVER_BRANCH = master 02:27:39 # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver 02:27:39 # 5d943473fe8cb7b2263b29163a15a9eda06ca963 HEAD 02:27:39 # -> Force: false 02:27:39 # db6d6890e222acee8e39801fd7d0dfa6340a9c4b refs/tags/v1.2.4-dev.17 [Pipeline] } 02:27:39 $ docker exec --env ******** --env ******** 0e7704ae35b9684f68e7ff04a3683c8367bc6419ffd42c3a9ab6daf311de6966 ssh-agent -k 02:27:39 unset SSH_AUTH_SOCK; 02:27:39 unset SSH_AGENT_PID; 02:27:39 echo Agent pid 17 killed; 02:27:39 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 02:27:40 + git semver [Pipeline] } 02:27:40 $ docker stop --time=1 0e7704ae35b9684f68e7ff04a3683c8367bc6419ffd42c3a9ab6daf311de6966 02:27:41 $ docker rm -f 0e7704ae35b9684f68e7ff04a3683c8367bc6419ffd42c3a9ab6daf311de6966 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 02:27:42 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 02:27:42 02:27:42 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 02:27:42 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 02:27:42 0.23.1-centos7: Pulling from edgex-lftools 02:27:42 ab5ef0e58194: Pulling fs layer 02:27:42 9712f1f96733: Pulling fs layer 02:27:42 63f879dbbcfc: Pulling fs layer 02:27:42 0d9ebad4ef96: Pulling fs layer 02:27:42 e9a5061849ea: Pulling fs layer 02:27:42 d747dcd14b5f: Pulling fs layer 02:27:42 2de7ff778b66: Pulling fs layer 02:27:42 e9a5061849ea: Waiting 02:27:42 d747dcd14b5f: Waiting 02:27:42 2de7ff778b66: Waiting 02:27:42 0d9ebad4ef96: Waiting 02:27:43 9712f1f96733: Verifying Checksum 02:27:43 9712f1f96733: Download complete 02:28:01 63f879dbbcfc: Download complete 02:28:01 e9a5061849ea: Verifying Checksum 02:28:01 e9a5061849ea: Download complete 02:28:01 d747dcd14b5f: Download complete 02:28:06 0d9ebad4ef96: Verifying Checksum 02:28:06 0d9ebad4ef96: Download complete 02:28:06 ab5ef0e58194: Verifying Checksum 02:28:06 ab5ef0e58194: Download complete 02:28:07 2de7ff778b66: Verifying Checksum 02:28:07 2de7ff778b66: Download complete 02:28:10 ab5ef0e58194: Pull complete 02:28:10 9712f1f96733: Pull complete 02:28:13 63f879dbbcfc: Pull complete 02:28:18 0d9ebad4ef96: Pull complete 02:28:20 e9a5061849ea: Pull complete 02:28:20 d747dcd14b5f: Pull complete 02:28:22 2de7ff778b66: Pull complete 02:28:22 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 02:28:23 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 02:28:23 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 02:28:23 prd-centos7-docker-4c-2g-2941 does not seem to be running inside a container 02:28:23 $ 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 02:28:27 $ docker top 2d0511a2d9c70971dc709b6602995753c9a1b8e7a84e57ccbb6a219f097854b7 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 02:28:27 provisioning config files... 02:28:27 copy managed file [sigul-config] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config7864970558471694901tmp 02:28:27 copy managed file [sigul-password] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config2768764428528401375tmp 02:28:27 copy managed file [sigul-pki] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config7755553645253080224tmp [Pipeline] { [Pipeline] echo 02:28:27 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 02:28:28 ---> sigul-configuration.sh 02:28:28 gpg: directory `/root/.gnupg' created 02:28:28 gpg: new configuration file `/root/.gnupg/gpg.conf' created 02:28:28 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 02:28:28 gpg: keyring `/root/.gnupg/secring.gpg' created 02:28:28 gpg: keyring `/root/.gnupg/pubring.gpg' created 02:28:28 gpg: CAST5 encrypted data 02:28:28 gpg: encrypted with 1 passphrase 02:28:28 gpg: WARNING: message was not integrity protected [Pipeline] sh 02:28:28 + mkdir /home/jenkins 02:28:28 + mkdir /home/jenkins/sigul [Pipeline] sh 02:28:28 + 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 02:28:28 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 02:28:29 ---> sigul-install.sh 02:28:37 Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh 02:28:37 + git tag --list 02:28:37 0.7.1 02:28:37 delhi-tag 02:28:37 v1.0.0 02:28:37 v1.1.0 02:28:37 v1.1.1 02:28:37 v1.1.2 02:28:37 v1.2.0 02:28:37 v1.2.1 02:28:37 v1.2.2 02:28:37 v1.2.3 02:28:37 v1.2.4-dev.1 02:28:37 v1.2.4-dev.10 02:28:37 v1.2.4-dev.11 02:28:37 v1.2.4-dev.12 02:28:37 v1.2.4-dev.13 02:28:37 v1.2.4-dev.14 02:28:37 v1.2.4-dev.15 02:28:37 v1.2.4-dev.16 02:28:37 v1.2.4-dev.17 02:28:37 v1.2.4-dev.2 02:28:37 v1.2.4-dev.3 02:28:37 v1.2.4-dev.4 02:28:37 v1.2.4-dev.5 02:28:37 v1.2.4-dev.6 02:28:37 v1.2.4-dev.7 02:28:37 v1.2.4-dev.8 02:28:37 v1.2.4-dev.9 [Pipeline] sh 02:28:37 + lftools sign git-tag v1.2.4-dev.17 02:28:39 Signing Git tag with Sigul... 02:28:39 Signing v1.2.4-dev.17 [Pipeline] echo 02:28:40 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 02:28:40 ---> sigul-configuration-cleanup.sh [Pipeline] } 02:28:40 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 02:28:40 $ docker stop --time=1 2d0511a2d9c70971dc709b6602995753c9a1b8e7a84e57ccbb6a219f097854b7 02:28:42 $ docker rm -f 2d0511a2d9c70971dc709b6602995753c9a1b8e7a84e57ccbb6a219f097854b7 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh 02:28:44 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 02:28:44 . [Pipeline] withDockerContainer 02:28:44 prd-centos7-docker-4c-2g-2941 does not seem to be running inside a container 02:28:44 $ 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 02:28:44 $ docker top e87b7db0a65cf22cea8a5e2a3a38dd4fc5049111aa893e6fff392c197061dd69 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 02:28:45 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 02:28:45 [ssh-agent] Looking for ssh-agent implementation... 02:28:45 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 02:28:45 $ docker exec e87b7db0a65cf22cea8a5e2a3a38dd4fc5049111aa893e6fff392c197061dd69 ssh-agent 02:28:45 SSH_AUTH_SOCK=/tmp/ssh-do2DHE8uyIm3/agent.11 02:28:45 SSH_AGENT_PID=16 02:28:45 Running ssh-add (command line suppressed) 02:28:45 Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_1714989483103173203.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_1714989483103173203.key) 02:28:45 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 02:28:46 + git semver bump pre 02:28:46 # -> Open(): unable to determine branch for HEAD 02:28:46 # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git 02:28:46 # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master 02:28:46 # $SEMVER_REMOTE_NAME = origin 02:28:46 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 02:28:46 # $SEMVER_USER_NAME = edgex-jenkins 02:28:46 # $SEMVER_BRANCH = master 02:28:46 # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver 02:28:46 1.2.4-dev.18 [Pipeline] } 02:28:46 $ docker exec --env ******** --env ******** e87b7db0a65cf22cea8a5e2a3a38dd4fc5049111aa893e6fff392c197061dd69 ssh-agent -k 02:28:46 unset SSH_AUTH_SOCK; 02:28:46 unset SSH_AGENT_PID; 02:28:46 echo Agent pid 16 killed; 02:28:46 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 02:28:46 + git semver [Pipeline] } 02:28:46 $ docker stop --time=1 e87b7db0a65cf22cea8a5e2a3a38dd4fc5049111aa893e6fff392c197061dd69 02:28:48 $ docker rm -f e87b7db0a65cf22cea8a5e2a3a38dd4fc5049111aa893e6fff392c197061dd69 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 02:28:48 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 02:28:48 . [Pipeline] withDockerContainer 02:28:48 prd-centos7-docker-4c-2g-2941 does not seem to be running inside a container 02:28:48 $ 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 02:28:49 $ docker top a0d17576b72cce220afaa8c727a10fa9a8e03ae2554bcdd47de3df12ab80e574 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 02:28:49 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 02:28:49 [ssh-agent] Looking for ssh-agent implementation... 02:28:49 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 02:28:49 $ docker exec a0d17576b72cce220afaa8c727a10fa9a8e03ae2554bcdd47de3df12ab80e574 ssh-agent 02:28:50 SSH_AUTH_SOCK=/tmp/ssh-BvHwItNl4QzL/agent.11 02:28:50 SSH_AGENT_PID=16 02:28:50 Running ssh-add (command line suppressed) 02:28:50 Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_2675995922109901523.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_2675995922109901523.key) 02:28:50 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 02:28:50 + git semver push 02:28:50 # -> Open(): unable to determine branch for HEAD 02:28:50 # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git 02:28:50 # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master 02:28:50 # $SEMVER_REMOTE_NAME = origin 02:28:50 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 02:28:50 # $SEMVER_USER_NAME = edgex-jenkins 02:28:50 # $SEMVER_BRANCH = master 02:28:50 # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver [Pipeline] } 02:28:57 $ docker exec --env ******** --env ******** a0d17576b72cce220afaa8c727a10fa9a8e03ae2554bcdd47de3df12ab80e574 ssh-agent -k 02:28:57 unset SSH_AUTH_SOCK; 02:28:57 unset SSH_AGENT_PID; 02:28:57 echo Agent pid 16 killed; 02:28:57 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 02:28:58 + git semver [Pipeline] } 02:28:58 $ docker stop --time=1 a0d17576b72cce220afaa8c727a10fa9a8e03ae2554bcdd47de3df12ab80e574 02:28:59 $ docker rm -f a0d17576b72cce220afaa8c727a10fa9a8e03ae2554bcdd47de3df12ab80e574 [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 02:29:01 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 02:29:01 ---> package-listing.sh 02:29:01 ++ facter osfamily 02:29:01 ++ tr '[:upper:]' '[:lower:]' 02:29:01 + OS_FAMILY=redhat 02:29:01 + workspace=/w/workspace/dgexfoundry_device-sdk-go_master 02:29:01 + START_PACKAGES=/tmp/packages_start.txt 02:29:01 + END_PACKAGES=/tmp/packages_end.txt 02:29:01 + DIFF_PACKAGES=/tmp/packages_diff.txt 02:29:01 + PACKAGES=/tmp/packages_start.txt 02:29:01 + '[' /w/workspace/dgexfoundry_device-sdk-go_master ']' 02:29:01 + PACKAGES=/tmp/packages_end.txt 02:29:01 + case "${OS_FAMILY}" in 02:29:01 + rpm -qa 02:29:01 + sort 02:29:06 + '[' -f /tmp/packages_start.txt ']' 02:29:06 + '[' -f /tmp/packages_end.txt ']' 02:29:06 + diff /tmp/packages_start.txt /tmp/packages_end.txt 02:29:06 + '[' /w/workspace/dgexfoundry_device-sdk-go_master ']' 02:29:06 + mkdir -p /w/workspace/dgexfoundry_device-sdk-go_master/archives/ 02:29:06 + 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 02:29:06 provisioning config files... 02:29:06 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config2948144261676886046tmp [Pipeline] { [Pipeline] echo 02:29:06 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 02:29:06 ---> create-netrc.sh [Pipeline] } 02:29:06 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 02:29:06 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 02:29:07 ---> python-tools-install.sh 02:29:07 Generating Requirements File 02:30:28 Python 3.6.8 02:30:28 pip 20.2.3 from /home/jenkins/.local/lib/python3.6/site-packages/pip (python 3.6) 02:30:28 aiohttp==3.6.2 02:30:28 appdirs==1.4.3 02:30:28 argcomplete==1.12.1 02:30:28 aspy.yaml==1.3.0 02:30:28 async-timeout==3.0.1 02:30:28 attrs==19.3.0 02:30:28 Babel==2.8.0 02:30:28 beautifulsoup4==4.8.2 02:30:28 boto3==1.11.6 02:30:28 botocore==1.14.6 02:30:28 bs4==0.0.1 02:30:28 cachetools==4.1.1 02:30:28 certifi==2019.11.28 02:30:28 cffi==1.14.3 02:30:28 cfgv==2.0.1 02:30:28 chardet==3.0.4 02:30:28 click==7.1 02:30:28 cliff==3.4.0 02:30:28 cmd2==1.3.11 02:30:28 colorama==0.4.3 02:30:28 cryptography==3.1.1 02:30:28 debtcollector==2.2.0 02:30:28 decorator==4.4.2 02:30:28 defusedxml==0.6.0 02:30:28 Deprecated==1.2.7 02:30:28 distlib==0.3.1 02:30:28 distro==1.2.0 02:30:28 dnspython==1.16.0 02:30:28 docker==4.2.0 02:30:28 docutils==0.15.2 02:30:28 dogpile.cache==1.0.2 02:30:28 email-validator==1.0.5 02:30:28 filelock==3.0.12 02:30:28 future==0.18.2 02:30:28 google-auth==1.22.0 02:30:28 httplib2==0.17.0 02:30:28 identify==1.4.11 02:30:28 idna==2.9 02:30:28 idna-ssl==1.1.0 02:30:28 importlib-metadata==1.7.0 02:30:28 importlib-resources==1.5.0 02:30:28 iso8601==0.1.13 02:30:28 Jinja2==2.11.1 02:30:28 jmespath==0.10.0 02:30:28 jsonpatch==1.26 02:30:28 jsonpointer==2.0 02:30:28 jsonschema==3.2.0 02:30:28 keystoneauth1==4.2.1 02:30:28 kubernetes==11.0.0 02:30:28 lftools==0.34.2 02:30:28 lxml==4.5.0 02:30:28 MarkupSafe==0.23 02:30:28 msgpack==1.0.0 02:30:28 multi-key-dict==2.0.3 02:30:28 multidict==4.7.6 02:30:28 munch==2.5.0 02:30:28 netaddr==0.8.0 02:30:28 netifaces==0.10.9 02:30:28 niet==1.4.2 02:30:28 nodeenv==1.3.5 02:30:28 oauth2client==4.1.3 02:30:28 oauthlib==3.1.0 02:30:28 openstacksdk==0.50.0 02:30:28 os-client-config==2.1.0 02:30:28 os-service-types==1.7.0 02:30:28 osc-lib==2.2.1 02:30:28 oslo.config==8.3.2 02:30:28 oslo.context==3.1.1 02:30:28 oslo.i18n==5.0.1 02:30:28 oslo.log==4.4.0 02:30:28 oslo.serialization==4.0.1 02:30:28 oslo.utils==4.6.0 02:30:28 packaging==20.4 02:30:28 pbr==5.4.4 02:30:28 pluggy==0.13.1 02:30:28 prettytable==0.7.2 02:30:28 py==1.9.0 02:30:28 pyasn1==0.4.8 02:30:28 pyasn1-modules==0.2.8 02:30:28 pycparser==2.20 02:30:28 pygerrit2==2.0.10 02:30:28 PyGithub==1.46 02:30:28 pyinotify==0.9.6 02:30:28 PyJWT==1.7.1 02:30:28 pyparsing==2.4.7 02:30:28 pyperclip==1.8.0 02:30:28 pyroute2==0.4.13 02:30:28 pyrsistent==0.15.7 02:30:28 PySocks==1.6.8 02:30:28 python-cinderclient==7.2.0 02:30:28 python-dateutil==2.8.1 02:30:28 python-heatclient==2.2.1 02:30:28 python-jenkins==1.7.0 02:30:28 python-keystoneclient==4.1.1 02:30:28 python-magnumclient==3.2.1 02:30:28 python-novaclient==17.2.1 02:30:28 python-openstackclient==5.3.1 02:30:28 python-swiftclient==3.10.1 02:30:28 pytz==2020.1 02:30:28 PyYAML==5.3 02:30:28 requests==2.23.0 02:30:28 requests-oauthlib==1.3.0 02:30:28 requestsexceptions==1.4.0 02:30:28 rfc3986==1.4.0 02:30:28 rpm==4.11.3 02:30:28 rsa==4.0 02:30:28 ruamel.yaml==0.16.10 02:30:28 ruamel.yaml.clib==0.2.0 02:30:28 s3transfer==0.3.3 02:30:28 shade==1.27.2 02:30:28 simplejson==3.17.2 02:30:28 six==1.14.0 02:30:28 soupsieve==2.0 02:30:28 stevedore==3.2.2 02:30:28 tabulate==0.8.6 02:30:28 toml==0.10.0 02:30:28 tox==3.20.0 02:30:28 tqdm==4.43.0 02:30:28 typing-extensions==3.7.4.3 02:30:28 urllib3==1.25.8 02:30:28 virtualenv==20.0.32 02:30:28 wcwidth==0.2.5 02:30:28 websocket-client==0.57.0 02:30:28 wrapt==1.12.1 02:30:28 xdg==3.0.2 02:30:28 xmltodict==0.12.0 02:30:28 yarl==1.6.0 02:30:28 yq==2.11.1 02:30:28 zipp==3.2.0 02:30:28 Cache entry deserialization failed, entry ignored 02:30:30 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. 02:30:32 Python 2.7.5 02:30:33 pip 20.2.3 from /home/jenkins/.local/lib/python2.7/site-packages/pip (python 2.7) 02:30:33 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. 02:30:33 ansible==2.9.7 02:30:33 Babel==0.9.6 02:30:33 backports.ssl-match-hostname==3.5.0.1 02:30:33 beautifulsoup4==4.4.1 02:30:33 bodhi==2.11.0 02:30:33 bodhi-client==2.11.0 02:30:33 CCColUtils==1.4 02:30:33 cffi==1.6.0 02:30:33 chardet==2.2.1 02:30:33 click==6.7 02:30:33 cloud-init==18.5 02:30:33 configobj==4.7.2 02:30:33 cryptography==1.7.2 02:30:33 decorator==3.4.0 02:30:33 distro==1.2.0 02:30:33 enum34==1.0.4 02:30:33 fedpkg==1.38 02:30:33 futures==3.1.1 02:30:33 gitdb==0.6.4 02:30:33 GitPython==1.0.1 02:30:33 html5lib==0.999 02:30:33 httplib2==0.9.2 02:30:33 idna==2.4 02:30:33 iniparse==0.4 02:30:33 ipaddress==1.0.16 02:30:33 IPy==0.75 02:30:33 javapackages==1.0.0 02:30:33 Jinja2==2.7.2 02:30:33 jmespath==0.9.4 02:30:33 jsonpatch==1.2 02:30:33 jsonpointer==1.9 02:30:33 kerberos==1.1 02:30:33 kitchen==1.1.1 02:30:33 langtable==0.0.31 02:30:33 lockfile==0.9.1 02:30:33 lxml==3.2.1 02:30:33 MarkupSafe==0.11 02:30:33 munch==2.0.2 02:30:33 offtrac==0.1.0 02:30:33 openidc-client==0.6.0 02:30:33 packagedb-cli==2.14.1 02:30:33 paramiko==2.1.1 02:30:33 perf==0.1 02:30:33 ply==3.4 02:30:33 policycoreutils-default-encoding==0.1 02:30:33 prettytable==0.7.2 02:30:33 pyasn1==0.1.9 02:30:33 pycparser==2.14 02:30:33 pycurl==7.19.0 02:30:33 pygobject==3.22.0 02:30:33 pygpgme==0.3 02:30:33 pyliblzma==0.5.3 02:30:33 pyOpenSSL==0.13.1 02:30:33 pyparsing==1.5.6 02:30:33 pyserial==2.6 02:30:33 python-augeas==0.5.0 02:30:33 python-bugzilla==2.3.0 02:30:33 python-dateutil==1.5 02:30:33 python-fedora==0.10.0 02:30:33 python-linux-procfs==0.4.9 02:30:33 python-yubico==1.2.3 02:30:33 pyudev==0.15 02:30:33 pyusb==1.0.0b1 02:30:33 pyxattr==0.5.1 02:30:33 PyYAML==3.10 02:30:33 requests==2.6.0 02:30:33 requests-kerberos==0.7.0 02:30:33 rpkg==1.60 02:30:33 schedutils==0.4 02:30:33 seobject==0.1 02:30:33 sepolicy==1.1 02:30:33 six==1.9.0 02:30:33 smmap==0.9.0 02:30:33 urlgrabber==3.10 02:30:33 urllib3==1.10.2 02:30:33 virtualenv==15.1.0 02:30:33 yum-langpacks==0.4.2 02:30:33 yum-metadata-parser==1.1.4 [Pipeline] echo 02:30:33 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 02:30:33 ---> sudo-logs.sh 02:30:33 Archiving 'sudo' log.. [Pipeline] echo 02:30:34 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 02:30:34 ---> job-cost.sh 02:30:34 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-u43Z 02:30:42 Cache entry deserialization failed, entry ignored 02:30:42 Cache entry deserialization failed, entry ignored 02:30:43 Cache entry deserialization failed, entry ignored 02:30:43 Cache entry deserialization failed, entry ignored 02:30:43 Cache entry deserialization failed, entry ignored 02:30:43 Cache entry deserialization failed, entry ignored 02:30:44 Cache entry deserialization failed, entry ignored 02:30:44 Cache entry deserialization failed, entry ignored 02:30:44 Cache entry deserialization failed, entry ignored 02:30:44 Cache entry deserialization failed, entry ignored 02:30:45 Cache entry deserialization failed, entry ignored 02:30:45 Cache entry deserialization failed, entry ignored 02:30:48 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 02:31:20 lf-activate-venv(): INFO: Adding /tmp/venv-u43Z/bin to PATH 02:31:20 INFO: No Stack... 02:31:20 INFO: Retrieving Pricing Info for: v1-standard-2 02:31:20 INFO: Archiving Costs [Pipeline] echo 02:31:20 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 02:31:20 ---> logs-deploy.sh 02:31:20 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/master/68 02:31:20 INFO: archiving workspace using pattern(s): 02:31:22 Archives upload complete. 02:31:23 INFO: archiving logs to Nexus