Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 833c05b782f270c396ee40879762f076aaf9331e 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, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2]] ========================================================= [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: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 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-3677 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 833c05b782f270c396ee40879762f076aaf9331e (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 833c05b782f270c396ee40879762f076aaf9331e # timeout=10 Commit message: "Merge pull request #603 from hahattan/issue-529-discovery" > git rev-list --no-walk 51b10ba24d09b5e22132647652f16c288a0af487 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 06:17:27 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 06:17:27 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 06:17:28 ========================================================= 06:17:28 EdgeX Global Pipelines Version Info 06:17:28 ========================================================= [Pipeline] libraryResource [Pipeline] sh 06:17:29 ------------------- 06:17:29 stable info: 06:17:29 ------------------- 06:17:29 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 06:17:29 Commit SHA: ad104866bbc8c98dca93091e1a8abeb835fd4e4d 06:17:29 Message: update stable to v1.0.131 06:17:30 ------------------- 06:17:30 experimental info: 06:17:30 ------------------- 06:17:30 Commited By: **** collab-it+edgex@linuxfoundation.org 06:17:30 Commit SHA: 570db4806bfd36b7d07759f4849a4530ec9e8d2a 06:17:30 Message: update experimental to v1.0.134 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo 06:17:31 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-go-settings [Pipeline] echo 06:17:31 [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-go [Pipeline] echo 06:17:31 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 06:17:31 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 06:17:31 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 06:17:31 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 06:17:31 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 06:17:32 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 06:17:32 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = example/cmd/device-simple/Dockerfile [Pipeline] echo 06:17:32 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 06:17:32 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 06:17:32 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-sdk-simple [Pipeline] echo 06:17:32 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 06:17:32 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 06:17:32 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 06:17:32 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 06:17:33 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 06:17:33 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 06:17:33 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 06:17:33 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 06:17:33 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 06:17:33 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 06:17:33 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 06:17:33 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 06:17:33 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 06:17:34 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo 06:17:34 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo 06:17:34 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo 06:17:34 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 833c05b782f270c396ee40879762f076aaf9331e [Pipeline] echo 06:17:34 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 833c05b [Pipeline] echo 06:17:34 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 06:17:35 + git log --format=format:%s -1 833c05b782f270c396ee40879762f076aaf9331e [Pipeline] echo 06:17:35 GIT_COMMIT: 833c05b782f270c396ee40879762f076aaf9331e, Commit Message: Merge pull request #603 from hahattan/issue-529-discovery [Pipeline] echo 06:17:35 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 06:17:36 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 06:17:36 06:17:36 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 06:17:36 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 06:17:36 latest: Pulling from edgex-devops/git-semver 06:17:36 31603596830f: Pulling fs layer 06:17:36 2a8b12db71e7: Pulling fs layer 06:17:36 6ca5941a6612: Pulling fs layer 06:17:36 ecc8261a40a4: Pulling fs layer 06:17:36 ecc8261a40a4: Waiting 06:17:36 2a8b12db71e7: Download complete 06:17:36 31603596830f: Verifying Checksum 06:17:36 31603596830f: Download complete 06:17:36 6ca5941a6612: Verifying Checksum 06:17:36 6ca5941a6612: Download complete 06:17:36 ecc8261a40a4: Verifying Checksum 06:17:36 ecc8261a40a4: Download complete 06:17:37 31603596830f: Pull complete 06:17:37 2a8b12db71e7: Pull complete 06:17:37 6ca5941a6612: Pull complete 06:17:37 ecc8261a40a4: Pull complete 06:17:37 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 06:17:37 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 06:17:37 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 06:17:37 prd-centos7-docker-4c-2g-3677 does not seem to be running inside a container 06:17:38 $ 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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 06:17:40 $ docker top 3871868e8009655ce5737d8d19af169087723d44aa884ce2c9194222e34aaffe -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 06:17:40 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 06:17:40 [ssh-agent] Looking for ssh-agent implementation... 06:17:40 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 06:17:40 $ docker exec 3871868e8009655ce5737d8d19af169087723d44aa884ce2c9194222e34aaffe ssh-agent 06:17:40 SSH_AUTH_SOCK=/tmp/ssh-KW5kPSoMvtjl/agent.12 06:17:40 SSH_AGENT_PID=17 06:17:40 Running ssh-add (command line suppressed) 06:17:41 Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_3370520403288640853.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_3370520403288640853.key) 06:17:41 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 06:17:41 + git describe --exact-match --tags HEAD 06:17:41 fatal: no tag exactly matches '833c05b782f270c396ee40879762f076aaf9331e' [Pipeline] } 06:17:41 $ docker exec --env ******** --env ******** 3871868e8009655ce5737d8d19af169087723d44aa884ce2c9194222e34aaffe ssh-agent -k 06:17:41 unset SSH_AUTH_SOCK; 06:17:41 unset SSH_AGENT_PID; 06:17:41 echo Agent pid 17 killed; 06:17:41 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo 06:17:41 [edgeXSemver]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 06:17:41 This usually means this commit has not been tagged. [Pipeline] sshagent 06:17:41 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 06:17:41 [ssh-agent] Looking for ssh-agent implementation... 06:17:42 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 06:17:42 $ docker exec 3871868e8009655ce5737d8d19af169087723d44aa884ce2c9194222e34aaffe ssh-agent 06:17:42 SSH_AUTH_SOCK=/tmp/ssh-KohSe3BJ7jXF/agent.46 06:17:42 SSH_AGENT_PID=51 06:17:42 Running ssh-add (command line suppressed) 06:17:42 Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_7209139247096060123.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_7209139247096060123.key) 06:17:42 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 06:17:42 + git semver init 06:17:42 # -> Open(): unable to determine branch for HEAD 06:17:42 # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git 06:17:42 # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master 06:17:42 # $SEMVER_REMOTE_NAME = origin 06:17:42 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 06:17:42 # $SEMVER_USER_NAME = edgex-jenkins 06:17:42 # $SEMVER_BRANCH = master 06:17:42 # $SEMVER_TEMP = /tmp/semver-015490230 06:17:42 # git clone --branch semver git@github.com:edgexfoundry/device-sdk-go.git $SEMVER_TEMP 06:17:43 # '/tmp/semver-015490230' -> '/w/workspace/dgexfoundry_device-sdk-go_master/.semver' 06:17:43 # -> Force: false 06:17:43 # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver [Pipeline] } 06:17:43 $ docker exec --env ******** --env ******** 3871868e8009655ce5737d8d19af169087723d44aa884ce2c9194222e34aaffe ssh-agent -k 06:17:43 unset SSH_AUTH_SOCK; 06:17:43 unset SSH_AGENT_PID; 06:17:43 echo Agent pid 51 killed; 06:17:43 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 06:17:43 + git semver [Pipeline] } 06:17:43 $ docker stop --time=1 3871868e8009655ce5737d8d19af169087723d44aa884ce2c9194222e34aaffe 06:17:45 $ docker rm -f 3871868e8009655ce5737d8d19af169087723d44aa884ce2c9194222e34aaffe [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash 06:17:46 Stashed 41 file(s) [Pipeline] echo 06:17:46 [edgeXSemver]: initialized semver on version 1.2.4-dev.22 [Pipeline] echo 06:17:46 Archived original version: [1.2.4-dev.22] [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 06:18:01 Still waiting to schedule task 06:18:01 Waiting for next available executor on ‘centos7-docker-4c-2g’ 06:18:01 Still waiting to schedule task 06:18:01 ‘prd-ubuntu18.04-docker-arm64-4c-16g-3675’ is offline 06:20:04 Running on prd-ubuntu18.04-docker-arm64-4c-16g-3679 in /w/workspace/dgexfoundry_device-sdk-go_master [Pipeline] { [Pipeline] ws 06:20:04 Running in /w/workspace/device-sdk-go/73 [Pipeline] { [Pipeline] checkout 06:20:04 Running on prd-centos7-docker-4c-2g-3680 in /w/workspace/dgexfoundry_device-sdk-go_master [Pipeline] { [Pipeline] ws 06:20:04 Running in /w/workspace/device-sdk-go/73 [Pipeline] { [Pipeline] checkout 06:20:07 using credential edgex-jenkins-ssh 06:20:07 Cloning the remote Git repository 06:20:07 Cloning repository git@github.com:edgexfoundry/device-sdk-go.git 06:20:07 > git init /w/workspace/device-sdk-go/73 # timeout=10 06:20:07 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 06:20:07 > git --version # timeout=10 06:20:07 > git --version # 'git version 2.16.5' 06:20:07 using GIT_SSH to set credentials SSH Credentials for GitHub 06:20:07 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 06:20:08 Checking out Revision 833c05b782f270c396ee40879762f076aaf9331e (master) 06:20:08 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 06:20:08 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 06:20:08 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 06:20:08 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 06:20:08 using GIT_SSH to set credentials SSH Credentials for GitHub 06:20:08 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 06:20:08 > git config core.sparsecheckout # timeout=10 06:20:08 > git checkout -f 833c05b782f270c396ee40879762f076aaf9331e # timeout=10 06:20:09 using credential edgex-jenkins-ssh 06:20:09 Cloning the remote Git repository 06:20:09 Cloning repository git@github.com:edgexfoundry/device-sdk-go.git 06:20:09 > git init /w/workspace/device-sdk-go/73 # timeout=10 06:20:09 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 06:20:09 > git --version # timeout=10 06:20:09 > git --version # 'git version 2.17.1' 06:20:09 using GIT_SSH to set credentials SSH Credentials for GitHub 06:20:09 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 06:20:11 Checking out Revision 833c05b782f270c396ee40879762f076aaf9331e (master) 06:20:10 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 06:20:10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 06:20:10 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 06:20:10 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 06:20:10 using GIT_SSH to set credentials SSH Credentials for GitHub 06:20:10 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 06:20:11 > git config core.sparsecheckout # timeout=10 06:20:11 > git checkout -f 833c05b782f270c396ee40879762f076aaf9331e # timeout=10 06:20:12 Commit message: "Merge pull request #603 from hahattan/issue-529-discovery" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 06:20:13 ========================================================= 06:20:13 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 06:20:13 ========================================================= [Pipeline] isUnix [Pipeline] sh 06:20:14 + 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 . 06:20:14 Sending build context to Docker daemon 3.516MB 06:20:14 Step 1/8 : ARG BASE=golang:1.15-alpine 06:20:14 Step 2/8 : FROM ${BASE} 06:20:15 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 06:20:15 df20fa9351a1: Pulling fs layer 06:20:15 ed8968b2872e: Pulling fs layer 06:20:15 a92cc7c5fd73: Pulling fs layer 06:20:15 e871e8e8d7a9: Pulling fs layer 06:20:15 e73272ec9a57: Pulling fs layer 06:20:15 1e910a182e73: Pulling fs layer 06:20:15 4e634b169226: Pulling fs layer 06:20:15 e73272ec9a57: Waiting 06:20:15 1e910a182e73: Waiting 06:20:15 4e634b169226: Waiting 06:20:15 e871e8e8d7a9: Waiting 06:20:15 a92cc7c5fd73: Verifying Checksum 06:20:15 a92cc7c5fd73: Download complete 06:20:15 ed8968b2872e: Download complete 06:20:15 e73272ec9a57: Verifying Checksum 06:20:15 e73272ec9a57: Download complete 06:20:15 1e910a182e73: Verifying Checksum 06:20:15 1e910a182e73: Download complete 06:20:15 df20fa9351a1: Verifying Checksum 06:20:15 df20fa9351a1: Download complete 06:20:15 df20fa9351a1: Pull complete 06:20:15 ed8968b2872e: Pull complete 06:20:15 Commit message: "Merge pull request #603 from hahattan/issue-529-discovery" 06:20:15 a92cc7c5fd73: Pull complete [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 06:20:17 ========================================================= 06:20:17 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 06:20:17 ========================================================= [Pipeline] isUnix [Pipeline] sh 06:20: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 . 06:20:18 4e634b169226: Verifying Checksum 06:20:18 4e634b169226: Download complete 06:20:19 Sending build context to Docker daemon 3.516MB 06:20:19 Step 1/8 : ARG BASE=golang:1.15-alpine 06:20:19 Step 2/8 : FROM ${BASE} 06:20:19 e871e8e8d7a9: Verifying Checksum 06:20:19 e871e8e8d7a9: Download complete 06:20:19 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 06:20:19 b538f80385f9: Pulling fs layer 06:20:19 74f711af9a0d: Pulling fs layer 06:20:19 99f96fe45779: Pulling fs layer 06:20:19 8529a6b9a6be: Pulling fs layer 06:20:19 45590311c82a: Pulling fs layer 06:20:19 69ca0ff8b7b3: Pulling fs layer 06:20:19 209524e5b208: Pulling fs layer 06:20:19 8529a6b9a6be: Waiting 06:20:19 45590311c82a: Waiting 06:20:19 69ca0ff8b7b3: Waiting 06:20:19 99f96fe45779: Verifying Checksum 06:20:19 99f96fe45779: Download complete 06:20:19 74f711af9a0d: Download complete 06:20:19 45590311c82a: Download complete 06:20:19 69ca0ff8b7b3: Download complete 06:20:19 b538f80385f9: Verifying Checksum 06:20:19 b538f80385f9: Download complete 06:20:20 b538f80385f9: Pull complete 06:20:21 74f711af9a0d: Pull complete 06:20:21 99f96fe45779: Pull complete 06:20:22 209524e5b208: Verifying Checksum 06:20:22 209524e5b208: Download complete 06:20:23 8529a6b9a6be: Verifying Checksum 06:20:23 8529a6b9a6be: Download complete 06:20:24 e871e8e8d7a9: Pull complete 06:20:24 e73272ec9a57: Pull complete 06:20:24 1e910a182e73: Pull complete 06:20:32 4e634b169226: Pull complete 06:20:32 Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 06:20:32 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 06:20:32 ---> f7629b54cfaa 06:20:32 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 06:20:32 ---> Running in 87f3466ca203 06:20:33 Removing intermediate container 87f3466ca203 06:20:33 ---> 0234406b3494 06:20:33 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:20:33 ---> Running in f5e39c54d5df 06:20:34 Removing intermediate container f5e39c54d5df 06:20:34 ---> 62c80c1ee77e 06:20:34 Step 5/8 : RUN apk add --no-cache make git 06:20:34 ---> Running in 442d77f31910 06:20:35 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 06:20:35 8529a6b9a6be: Pull complete 06:20:35 45590311c82a: Pull complete 06:20:35 69ca0ff8b7b3: Pull complete 06:20:36 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 06:20:37 OK: 166 MiB in 39 packages 06:20:37 Removing intermediate container 442d77f31910 06:20:37 ---> 1c5501e6c356 06:20:37 Step 6/8 : WORKDIR /device-sdk-go 06:20:38 ---> Running in c1b39610df48 06:20:38 Removing intermediate container c1b39610df48 06:20:38 ---> d41368f4a34a 06:20:38 Step 7/8 : COPY . . 06:20:38 209524e5b208: Pull complete 06:20:38 Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 06:20:38 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 06:20:38 ---> 5bddaf1c2fca 06:20:38 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 06:20:39 ---> 8fb19c783814 06:20:39 Step 8/8 : RUN go mod download 06:20:39 ---> Running in 7ff9432f7507 06:20:41 ---> Running in bc5101c86c3e 06:20:41 Removing intermediate container bc5101c86c3e 06:20:41 ---> ad9c99f12b94 06:20:41 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:20:41 ---> Running in 0e9be6f1efe2 06:20:44 Removing intermediate container 0e9be6f1efe2 06:20:44 ---> 090ef03484ad 06:20:44 Step 5/8 : RUN apk add --no-cache make git 06:20:44 ---> Running in 07adf126dd04 06:20:45 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 06:20:47 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 06:20:49 OK: 142 MiB in 39 packages 06:20:51 Removing intermediate container 07adf126dd04 06:20:51 ---> 28f2cbd2c11a 06:20:51 Step 6/8 : WORKDIR /device-sdk-go 06:20:51 ---> Running in 67e188118fbd 06:20:51 Removing intermediate container 67e188118fbd 06:20:51 ---> 1f09eaf2f4a4 06:20:51 Step 7/8 : COPY . . 06:20:52 ---> 9684a4a5eb57 06:20:52 Step 8/8 : RUN go mod download 06:20:53 ---> Running in 3c8d28e789bc 06:21:01 Removing intermediate container 7ff9432f7507 06:21:01 ---> d6c29e0f21ae 06:21:01 Successfully built d6c29e0f21ae 06:21:01 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 06:21:01 + docker inspect -f . ci-base-image-x86_64 06:21:01 . [Pipeline] withDockerContainer 06:21:02 prd-centos7-docker-4c-2g-3680 does not seem to be running inside a container 06:21:02 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/73 -v /w/workspace/device-sdk-go/73:/w/workspace/device-sdk-go/73:rw,z -v /w/workspace/device-sdk-go/73@tmp:/w/workspace/device-sdk-go/73@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-x86_64 cat 06:21:02 $ docker top 0f3f6daa0b857c390831bbd92a9d65ee87a82627ee5974641beb4c8435419f72 -eo pid,comm [Pipeline] { [Pipeline] sh 06:21:03 + go version 06:21:03 go version go1.15.2 linux/amd64 [Pipeline] } 06:21:03 $ docker stop --time=1 0f3f6daa0b857c390831bbd92a9d65ee87a82627ee5974641beb4c8435419f72 06:21:04 $ docker rm -f 0f3f6daa0b857c390831bbd92a9d65ee87a82627ee5974641beb4c8435419f72 [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 06:21:06 + sudo chown -R jenkins:jenkins . [Pipeline] sh 06:21:06 + ls -al . 06:21:06 total 64 06:21:06 drwxrwxr-x. 11 jenkins jenkins 4096 Oct 6 06:20 . 06:21:06 drwxrwxr-x. 4 jenkins jenkins 30 Oct 6 06:20 .. 06:21:06 drwxrwxr-x. 2 jenkins jenkins 64 Oct 6 06:20 bin 06:21:06 -rw-rw-r--. 1 jenkins jenkins 936 Oct 6 06:20 Dockerfile.build 06:21:06 -rw-rw-r--. 1 jenkins jenkins 140 Oct 6 06:20 .dockerignore 06:21:06 drwxrwxr-x. 4 jenkins jenkins 48 Oct 6 06:20 example 06:21:06 drwxrwxr-x. 8 jenkins jenkins 162 Oct 6 06:20 .git 06:21:06 drwxrwxr-x. 2 jenkins jenkins 60 Oct 6 06:20 .github 06:21:06 -rw-rw-r--. 1 jenkins jenkins 138 Oct 6 06:20 .gitignore 06:21:06 -rw-rw-r--. 1 jenkins jenkins 517 Oct 6 06:20 go.mod 06:21:06 drwxrwxr-x. 15 jenkins jenkins 211 Oct 6 06:20 internal 06:21:06 -rw-rw-r--. 1 jenkins jenkins 901 Oct 6 06:20 Jenkinsfile 06:21:06 -rw-rw-r--. 1 jenkins jenkins 11341 Oct 6 06:20 LICENSE 06:21:06 -rw-rw-r--. 1 jenkins jenkins 1013 Oct 6 06:20 Makefile 06:21:06 drwxrwxr-x. 4 jenkins jenkins 26 Oct 6 06:20 openapi 06:21:06 drwxrwxr-x. 5 jenkins jenkins 50 Oct 6 06:20 pkg 06:21:06 -rw-rw-r--. 1 jenkins jenkins 5897 Oct 6 06:20 README.md 06:21:06 -rw-rw-r--. 1 jenkins jenkins 4291 Oct 6 06:20 RELEASE-NOTES.txt 06:21:06 drwxrwxr-x. 3 jenkins jenkins 44 Oct 6 06:20 .semver 06:21:06 drwxrwxr-x. 4 jenkins jenkins 54 Oct 6 06:20 snap 06:21:06 -rw-rw-r--. 1 jenkins jenkins 12 Oct 6 06:17 VERSION 06:21:06 -rw-rw-r--. 1 jenkins jenkins 222 Oct 6 06:20 version.go [Pipeline] isUnix [Pipeline] sh 06:21:06 + 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=833c05b782f270c396ee40879762f076aaf9331e --label arch=amd64 --label version=1.2.4-dev.22 . 06:21:06 Sending build context to Docker daemon 3.516MB 06:21:06 Step 1/24 : ARG BASE=golang:1.15-alpine 06:21:06 Step 2/24 : FROM ${BASE} AS builder 06:21:06 ---> d6c29e0f21ae 06:21:06 Step 3/24 : ARG MAKE='make build' 06:21:07 ---> Running in 8ab6a035732b 06:21:07 Removing intermediate container 8ab6a035732b 06:21:07 ---> 8ee96987a0b6 06:21:07 Step 4/24 : WORKDIR /device-sdk-go 06:21:07 ---> Running in cab78d91235f 06:21:07 Removing intermediate container cab78d91235f 06:21:07 ---> 5657628f2863 06:21:07 Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 06:21:07 ---> Running in 69b239137ec8 06:21:08 Removing intermediate container 69b239137ec8 06:21:08 ---> 7604f12415fc 06:21:08 Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:21:08 ---> Running in d74558ac6dd9 06:21:08 Removing intermediate container d74558ac6dd9 06:21:08 ---> 644e07a8be34 06:21:08 Step 7/24 : RUN apk add --update --no-cache make git 06:21:09 ---> Running in 835ed26438fe 06:21:09 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 06:21:11 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 06:21:14 OK: 166 MiB in 39 packages 06:21:14 Removing intermediate container 835ed26438fe 06:21:14 ---> 8bbe4aaeef2a 06:21:14 Step 8/24 : COPY . . 06:21:16 ---> 0adcbfbb29d8 06:21:16 Step 9/24 : RUN ${MAKE} 06:21:16 ---> Running in 045b9813144c 06:21:16 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-sdk-go.Version=1.2.4-dev.22" -o example/cmd/device-simple/device-simple ./example/cmd/device-simple 06:21:19 Removing intermediate container 3c8d28e789bc 06:21:19 ---> aae3d4839e61 06:21:19 Successfully built aae3d4839e61 06:21:19 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 06:21:20 + docker inspect -f . ci-base-image-arm64 06:21:20 . [Pipeline] withDockerContainer 06:21:20 prd-ubuntu18.04-docker-arm64-4c-16g-3679 does not seem to be running inside a container 06:21:20 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/73 -v /w/workspace/device-sdk-go/73:/w/workspace/device-sdk-go/73:rw,z -v /w/workspace/device-sdk-go/73@tmp:/w/workspace/device-sdk-go/73@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-arm64 cat 06:21:22 $ docker top ae42f13b5c2997739fdeb40d42d7ced2eca86b9cbcf56771cdf7063cbb96195f -eo pid,comm [Pipeline] { [Pipeline] sh 06:21:23 + go version 06:21:23 go version go1.15.2 linux/arm64 [Pipeline] } 06:21:23 $ docker stop --time=1 ae42f13b5c2997739fdeb40d42d7ced2eca86b9cbcf56771cdf7063cbb96195f 06:21:24 CGO_ENABLED=0 GO111MODULE=on go install -tags=safe 06:21:25 $ docker rm -f ae42f13b5c2997739fdeb40d42d7ced2eca86b9cbcf56771cdf7063cbb96195f [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) 06:21:26 Removing intermediate container 045b9813144c 06:21:26 ---> f1cf5ffdb67c 06:21:26 Step 10/24 : FROM scratch 06:21:26 ---> 06:21:26 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 06:21:26 ---> Running in 890c7e307f32 06:21:26 Removing intermediate container 890c7e307f32 06:21:26 ---> 04939135ace9 06:21:26 Step 12/24 : ENV APP_PORT=49990 06:21:26 ---> Running in 9647839f15c4 [Pipeline] script [Pipeline] { [Pipeline] sh 06:21:26 Removing intermediate container 9647839f15c4 06:21:26 ---> 46c6c3dda18f 06:21:26 Step 13/24 : EXPOSE $APP_PORT 06:21:26 ---> Running in 39faa2ee74a6 06:21:26 Removing intermediate container 39faa2ee74a6 06:21:26 ---> a445e585c93e 06:21:26 Step 14/24 : WORKDIR / 06:21:26 + sudo chown -R jenkins:jenkins . [Pipeline] sh 06:21:27 ---> Running in aceb56d4f3ff 06:21:27 Removing intermediate container aceb56d4f3ff 06:21:27 ---> 187a20ecea64 06:21:27 Step 15/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple 06:21:27 + ls -al . 06:21:27 total 104 06:21:27 drwxrwxr-x 11 jenkins jenkins 4096 Oct 6 06:20 . 06:21:27 drwxrwxr-x 4 jenkins jenkins 4096 Oct 6 06:20 .. 06:21:27 -rw-rw-r-- 1 jenkins jenkins 140 Oct 6 06:20 .dockerignore 06:21:27 drwxrwxr-x 8 jenkins jenkins 4096 Oct 6 06:20 .git 06:21:27 drwxrwxr-x 2 jenkins jenkins 4096 Oct 6 06:20 .github 06:21:27 -rw-rw-r-- 1 jenkins jenkins 138 Oct 6 06:20 .gitignore 06:21:27 drwxrwxr-x 3 jenkins jenkins 4096 Oct 6 06:20 .semver 06:21:27 -rw-rw-r-- 1 jenkins jenkins 936 Oct 6 06:20 Dockerfile.build 06:21:27 -rw-rw-r-- 1 jenkins jenkins 901 Oct 6 06:20 Jenkinsfile 06:21:27 -rw-rw-r-- 1 jenkins jenkins 11341 Oct 6 06:20 LICENSE 06:21:27 -rw-rw-r-- 1 jenkins jenkins 1013 Oct 6 06:20 Makefile 06:21:27 -rw-rw-r-- 1 jenkins jenkins 5897 Oct 6 06:20 README.md 06:21:27 -rw-rw-r-- 1 jenkins jenkins 4291 Oct 6 06:20 RELEASE-NOTES.txt 06:21:27 -rw-rw-r-- 1 jenkins jenkins 12 Oct 6 06:17 VERSION 06:21:27 drwxrwxr-x 2 jenkins jenkins 4096 Oct 6 06:20 bin 06:21:27 drwxrwxr-x 4 jenkins jenkins 4096 Oct 6 06:20 example 06:21:27 -rw-rw-r-- 1 jenkins jenkins 517 Oct 6 06:20 go.mod 06:21:27 drwxrwxr-x 15 jenkins jenkins 4096 Oct 6 06:20 internal 06:21:27 drwxrwxr-x 4 jenkins jenkins 4096 Oct 6 06:20 openapi 06:21:27 drwxrwxr-x 5 jenkins jenkins 4096 Oct 6 06:20 pkg 06:21:27 drwxrwxr-x 4 jenkins jenkins 4096 Oct 6 06:20 snap 06:21:27 -rw-rw-r-- 1 jenkins jenkins 222 Oct 6 06:20 version.go [Pipeline] isUnix [Pipeline] sh 06:21:27 + 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=833c05b782f270c396ee40879762f076aaf9331e --label arch=arm64 --label version=1.2.4-dev.22 . 06:21:27 ---> 762609e78370 06:21:27 Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml 06:21:27 ---> 95007654cfa1 06:21:27 Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml 06:21:27 ---> e3ed6ada2b1b 06:21:27 Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png 06:21:28 ---> 7e05f12ea384 06:21:28 Step 19/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg 06:21:28 Sending build context to Docker daemon 3.516MB 06:21:28 Step 1/24 : ARG BASE=golang:1.15-alpine 06:21:28 Step 2/24 : FROM ${BASE} AS builder 06:21:28 ---> aae3d4839e61 06:21:28 Step 3/24 : ARG MAKE='make build' 06:21:28 ---> c435b65f04b6 06:21:28 Step 20/24 : ENTRYPOINT ["/usr/local/bin/device-simple"] 06:21:28 ---> Running in 57d11f121f30 06:21:28 ---> Running in 4a73b31ee90a 06:21:28 Removing intermediate container 57d11f121f30 06:21:28 ---> 0a1c8616c2d1 06:21:28 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 06:21:28 ---> Running in 8fe091367a73 06:21:28 Removing intermediate container 4a73b31ee90a 06:21:28 ---> 73a0af88734b 06:21:28 Step 4/24 : WORKDIR /device-sdk-go 06:21:28 Removing intermediate container 8fe091367a73 06:21:28 ---> ae4f5126b4bd 06:21:28 Step 22/24 : LABEL arch=amd64 06:21:28 ---> Running in 6b531de22602 06:21:28 Removing intermediate container 6b531de22602 06:21:28 ---> c7c0384cf290 06:21:28 Step 23/24 : LABEL git_sha=833c05b782f270c396ee40879762f076aaf9331e 06:21:29 ---> Running in 878a91565d8d 06:21:29 ---> Running in 8fa908b0e624 06:21:29 Removing intermediate container 8fa908b0e624 06:21:29 ---> 7db743cee533 06:21:29 Step 24/24 : LABEL version=1.2.4-dev.22 06:21:29 Removing intermediate container 878a91565d8d 06:21:29 ---> 1b901731cbfc 06:21:29 Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 06:21:29 ---> Running in 9f7f218b9174 06:21:29 Removing intermediate container 9f7f218b9174 06:21:29 ---> 3926c5bde7b6 06:21:29 [Warning] One or more build-args [ARCH] were not consumed 06:21:29 Successfully built 3926c5bde7b6 06:21:29 Successfully tagged docker-device-sdk-simple:latest [Pipeline] } [Pipeline] // stage 06:21:29 ---> Running in 0e2ac3886a0b [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) 06:21:29 Removing intermediate container 0e2ac3886a0b 06:21:29 ---> 33ef84ee58c1 06:21:29 Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } 06:21:30 ---> Running in f3b42165b3c4 [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 06:21:32 Removing intermediate container f3b42165b3c4 06:21:32 ---> 2f8294f0d96a 06:21:32 Step 7/24 : RUN apk add --update --no-cache make git 06:21:32 ---> Running in 5b463f8262ae 06:21:34 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 06:21:36 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 06:21:39 OK: 142 MiB in 39 packages 06:21:40 Removing intermediate container 5b463f8262ae 06:21:40 ---> 29fec0f9de92 06:21:40 Step 8/24 : COPY . . 06:21:41 ---> 54279f9a4ad9 06:21:41 Step 9/24 : RUN ${MAKE} 06:21:42 ---> Running in c19163cc99e6 06:21:43 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-sdk-go.Version=1.2.4-dev.22" -o example/cmd/device-simple/device-simple ./example/cmd/device-simple 06:22:10 CGO_ENABLED=0 GO111MODULE=on go install -tags=safe 06:22:10 Removing intermediate container c19163cc99e6 06:22:10 ---> 6243fcfb7496 06:22:10 Step 10/24 : FROM scratch 06:22:10 ---> 06:22:10 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 06:22:10 ---> Running in fb8c55747aab 06:22:10 Removing intermediate container fb8c55747aab 06:22:10 ---> dfd12401ab85 06:22:10 Step 12/24 : ENV APP_PORT=49990 06:22:10 ---> Running in a0f04b66ec9f 06:22:10 Removing intermediate container a0f04b66ec9f 06:22:10 ---> 7c183e01e91f 06:22:10 Step 13/24 : EXPOSE $APP_PORT 06:22:10 ---> Running in 47dcaeec1458 06:22:10 Removing intermediate container 47dcaeec1458 06:22:10 ---> 3f0bd72036bc 06:22:10 Step 14/24 : WORKDIR / 06:22:10 ---> Running in d014f587e1f3 06:22:11 Removing intermediate container d014f587e1f3 06:22:11 ---> c2056107e42c 06:22:11 Step 15/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple 06:22:12 ---> 8633ac58961e 06:22:12 Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml 06:22:13 ---> 30b3a5134290 06:22:13 Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml 06:22:14 ---> 5b76966ac964 06:22:14 Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png 06:22:15 ---> 66a77412f869 06:22:15 Step 19/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg 06:22:15 ---> bcb3a8312f98 06:22:15 Step 20/24 : ENTRYPOINT ["/usr/local/bin/device-simple"] 06:22:15 ---> Running in 92bb6cd29c9e 06:22:16 Removing intermediate container 92bb6cd29c9e 06:22:16 ---> 4317293f6c0f 06:22:16 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 06:22:16 ---> Running in 5322596aec4d 06:22:16 Removing intermediate container 5322596aec4d 06:22:16 ---> ad60699fa7cd 06:22:16 Step 22/24 : LABEL arch=arm64 06:22:16 ---> Running in 9bb556eb5bbf 06:22:17 Removing intermediate container 9bb556eb5bbf 06:22:17 ---> 8a5b37a12ed1 06:22:17 Step 23/24 : LABEL git_sha=833c05b782f270c396ee40879762f076aaf9331e 06:22:17 ---> Running in f53151f78ccf 06:22:17 Removing intermediate container f53151f78ccf 06:22:17 ---> ae3b87ba39fc 06:22:17 Step 24/24 : LABEL version=1.2.4-dev.22 06:22:18 ---> Running in 2a49f0dcba32 06:22:18 Removing intermediate container 2a49f0dcba32 06:22:18 ---> fb2bd4621243 06:22:18 [Warning] One or more build-args [ARCH] were not consumed 06:22:18 Successfully built fb2bd4621243 06:22:18 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 06:22:21 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] echo 06:22:21 [edgeXSnyk] command to run: snyk monitor --org=edgex-jenkins [Pipeline] withCredentials 06:22:21 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 06:22:21 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 06:22:21 06:22:21 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] isUnix [Pipeline] sh 06:22:22 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 06:22:22 1.317.0: Pulling from edgex-devops/edgex-snyk-go 06:22:22 cbdbe7a5bc2a: Pulling fs layer 06:22:22 408f87550127: Pulling fs layer 06:22:22 fe522b08c979: Pulling fs layer 06:22:22 221eaa008020: Pulling fs layer 06:22:22 2a4607e5d6b9: Pulling fs layer 06:22:22 8f79b27c4fd2: Pulling fs layer 06:22:22 e5c8dbe1645b: Pulling fs layer 06:22:22 23e8b3b47431: Pulling fs layer 06:22:22 5c568d65a230: Pulling fs layer 06:22:22 8f79b27c4fd2: Waiting 06:22:22 5c568d65a230: Waiting 06:22:22 e5c8dbe1645b: Waiting 06:22:22 23e8b3b47431: Waiting 06:22:22 221eaa008020: Waiting 06:22:22 2a4607e5d6b9: Waiting 06:22:22 fe522b08c979: Verifying Checksum 06:22:22 fe522b08c979: Download complete 06:22:22 408f87550127: Verifying Checksum 06:22:22 408f87550127: Download complete 06:22:22 2a4607e5d6b9: Verifying Checksum 06:22:22 2a4607e5d6b9: Download complete 06:22:22 8f79b27c4fd2: Verifying Checksum 06:22:22 8f79b27c4fd2: Download complete 06:22:23 cbdbe7a5bc2a: Download complete 06:22:23 cbdbe7a5bc2a: Pull complete 06:22:23 408f87550127: Pull complete 06:22:23 fe522b08c979: Pull complete 06:22:24 e5c8dbe1645b: Verifying Checksum 06:22:24 e5c8dbe1645b: Download complete 06:22:25 23e8b3b47431: Verifying Checksum 06:22:25 23e8b3b47431: Download complete 06:22:26 5c568d65a230: Verifying Checksum 06:22:26 5c568d65a230: Download complete 06:22:27 221eaa008020: Verifying Checksum 06:22:27 221eaa008020: Download complete 06:22:32 221eaa008020: Pull complete 06:22:32 2a4607e5d6b9: Pull complete 06:22:32 8f79b27c4fd2: Pull complete 06:22:34 e5c8dbe1645b: Pull complete 06:22:37 23e8b3b47431: Pull complete 06:22:38 5c568d65a230: Pull complete 06:22:38 Digest: sha256:57952c35bde2fbfcf87b7f40d558e42527212236f73796964c551b7cac8e72c4 06:22:38 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 06:22:38 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] withDockerContainer 06:22:38 prd-centos7-docker-4c-2g-3677 does not seem to be running inside a container 06:22:38 $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 cat 06:22:39 $ docker top 86230608f0930ad83171d60337070f04f94a16c5fdcfbcb74ca6e378d56ec0d7 -eo pid,comm [Pipeline] { [Pipeline] sh 06:22:40 + snyk monitor '--org=edgex-jenkins' 06:22:45 06:22:45 Monitoring /w/workspace/dgexfoundry_device-sdk-go_master (github.com/edgexfoundry/device-sdk-go)... 06:22:45 06:22:45 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/057beb34-70d8-4945-961c-fe027db76abc/history/884bcda0-279a-4871-8276-33422dd8a55d 06:22:45 06:22:45 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 06:22:45 06:22:45 06:22:45 Snyk CLI supports Node.js 8 and higher. 06:22:45 Node.js 8 reached End Of Life on December 31, 2019 and the Snyk CLI will stop supporting it in the near future. 06:22:45 Please consider upgrading your runtime version to Node 10 or higher in order to get Snyk CLI updates. 06:22:45 06:22:45 The latest CLI version that supports Node.js 6 is `snyk@1.300.0`. 06:22:45 The latest CLI version that supports Node.js 4 is `snyk@1.88.2`. [Pipeline] } 06:22:45 $ docker stop --time=1 86230608f0930ad83171d60337070f04f94a16c5fdcfbcb74ca6e378d56ec0d7 06:22:48 $ docker rm -f 86230608f0930ad83171d60337070f04f94a16c5fdcfbcb74ca6e378d56ec0d7 [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) [Pipeline] echo 06:22:49 [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 06:22:49 provisioning config files... 06:22:49 copy managed file [swaggerhub-api-key] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config260343279047925991tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 06:22:50 --> edgex-publish-swagger.sh 06:22:50 === Publish openapi/v1 API === 06:22:50 [publishToSwagger] Publishing the API Docs [openapi/v1] to Swagger 06:22:50 [publishToSwagger] Publishing API Name [device-sdk] 06:22:50 % Total % Received % Xferd Average Speed Time Time Time Current 06:22:50 Dload Upload Total Spent Left Speed 06:22:50 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 20188 0 0 100 20188 0 30406 --:--:-- --:--:-- --:--:-- 30403 06:22:50 06:22:50 06:22:50 === Publish openapi/v2 API === 06:22:50 [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger 06:22:50 [publishToSwagger] Publishing API Name [device-sdk] 06:22:50 % Total % Received % Xferd Average Speed Time Time Time Current 06:22:50 Dload Upload Total Spent Left Speed 06:22:51 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 49274 0 0 100 49274 0 75427 --:--:-- --:--:-- --:--:-- 75342 100 49274 0 0 100 49274 0 75409 --:--:-- --:--:-- --:--:-- 75342 06:22:51 06:22:51 [Pipeline] } 06:22:51 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] unstash [Pipeline] isUnix [Pipeline] sh 06:22:52 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 06:22:52 . [Pipeline] withDockerContainer 06:22:52 prd-centos7-docker-4c-2g-3677 does not seem to be running inside a container 06:22:52 $ 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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 06:22:53 $ docker top ad2f116b2835dbf00cd7d5939429cb05134a2681a762e6df0ecca39cfc599998 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 06:22:53 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 06:22:53 [ssh-agent] Looking for ssh-agent implementation... 06:22:53 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 06:22:53 $ docker exec ad2f116b2835dbf00cd7d5939429cb05134a2681a762e6df0ecca39cfc599998 ssh-agent 06:22:53 SSH_AUTH_SOCK=/tmp/ssh-EotEvoSfpmy3/agent.11 06:22:53 SSH_AGENT_PID=16 06:22:53 Running ssh-add (command line suppressed) 06:22:54 Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_3193829955876765563.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_3193829955876765563.key) 06:22:54 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 06:22:54 + git semver tag 06:22:54 # -> Open(): unable to determine branch for HEAD 06:22:54 # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git 06:22:54 # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master 06:22:54 # $SEMVER_REMOTE_NAME = origin 06:22:54 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 06:22:54 # $SEMVER_USER_NAME = edgex-jenkins 06:22:54 # $SEMVER_BRANCH = master 06:22:54 # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver 06:22:54 # 833c05b782f270c396ee40879762f076aaf9331e HEAD 06:22:54 # -> Force: false 06:22:54 # 3685e2d01842a0d195747c4b08100798e612836a refs/tags/v1.2.4-dev.22 [Pipeline] } 06:22:54 $ docker exec --env ******** --env ******** ad2f116b2835dbf00cd7d5939429cb05134a2681a762e6df0ecca39cfc599998 ssh-agent -k 06:22:54 unset SSH_AUTH_SOCK; 06:22:54 unset SSH_AGENT_PID; 06:22:54 echo Agent pid 16 killed; 06:22:54 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 06:22:55 + git semver [Pipeline] } 06:22:55 $ docker stop --time=1 ad2f116b2835dbf00cd7d5939429cb05134a2681a762e6df0ecca39cfc599998 06:22:56 $ docker rm -f ad2f116b2835dbf00cd7d5939429cb05134a2681a762e6df0ecca39cfc599998 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 06:22:57 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 06:22:57 06:22:57 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 06:22:57 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 06:22:57 0.23.1-centos7: Pulling from edgex-lftools 06:22:57 ab5ef0e58194: Pulling fs layer 06:22:57 9712f1f96733: Pulling fs layer 06:22:57 63f879dbbcfc: Pulling fs layer 06:22:57 0d9ebad4ef96: Pulling fs layer 06:22:57 e9a5061849ea: Pulling fs layer 06:22:57 d747dcd14b5f: Pulling fs layer 06:22:57 2de7ff778b66: Pulling fs layer 06:22:57 e9a5061849ea: Waiting 06:22:57 0d9ebad4ef96: Waiting 06:22:57 d747dcd14b5f: Waiting 06:22:57 9712f1f96733: Download complete 06:22:59 63f879dbbcfc: Verifying Checksum 06:22:59 63f879dbbcfc: Download complete 06:22:59 e9a5061849ea: Verifying Checksum 06:22:59 e9a5061849ea: Download complete 06:22:59 d747dcd14b5f: Verifying Checksum 06:22:59 d747dcd14b5f: Download complete 06:22:59 2de7ff778b66: Verifying Checksum 06:22:59 2de7ff778b66: Download complete 06:22:59 0d9ebad4ef96: Verifying Checksum 06:22:59 0d9ebad4ef96: Download complete 06:22:59 ab5ef0e58194: Verifying Checksum 06:22:59 ab5ef0e58194: Download complete 06:23:04 ab5ef0e58194: Pull complete 06:23:04 9712f1f96733: Pull complete 06:23:06 63f879dbbcfc: Pull complete 06:23:13 0d9ebad4ef96: Pull complete 06:23:13 e9a5061849ea: Pull complete 06:23:13 d747dcd14b5f: Pull complete 06:23:16 2de7ff778b66: Pull complete 06:23:17 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 06:23:17 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 06:23:17 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 06:23:17 prd-centos7-docker-4c-2g-3677 does not seem to be running inside a container 06:23:17 $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat 06:23:20 $ docker top 1fe6d8178c4d501d3c84329060e09482b4c4292a19d351819ed68d0ba9ee2a74 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 06:23:20 provisioning config files... 06:23:20 copy managed file [sigul-config] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config3582907455559376986tmp 06:23:20 copy managed file [sigul-password] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config3618899201557709180tmp 06:23:20 copy managed file [sigul-pki] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config6983891987716701279tmp [Pipeline] { [Pipeline] echo 06:23:20 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 06:23:20 ---> sigul-configuration.sh 06:23:20 gpg: directory `/root/.gnupg' created 06:23:20 gpg: new configuration file `/root/.gnupg/gpg.conf' created 06:23:20 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 06:23:20 gpg: keyring `/root/.gnupg/secring.gpg' created 06:23:20 gpg: keyring `/root/.gnupg/pubring.gpg' created 06:23:20 gpg: CAST5 encrypted data 06:23:20 gpg: encrypted with 1 passphrase 06:23:20 gpg: WARNING: message was not integrity protected [Pipeline] sh 06:23:21 + mkdir /home/jenkins 06:23:21 + mkdir /home/jenkins/sigul [Pipeline] sh 06:23:21 + 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 06:23:21 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 06:23:21 ---> sigul-install.sh 06:23:27 Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh 06:23:27 + git tag --list 06:23:27 0.7.1 06:23:27 delhi-tag 06:23:27 v1.0.0 06:23:27 v1.1.0 06:23:27 v1.1.1 06:23:27 v1.1.2 06:23:27 v1.2.0 06:23:27 v1.2.1 06:23:27 v1.2.2 06:23:27 v1.2.3 06:23:27 v1.2.4-dev.1 06:23:27 v1.2.4-dev.10 06:23:27 v1.2.4-dev.11 06:23:27 v1.2.4-dev.12 06:23:27 v1.2.4-dev.13 06:23:27 v1.2.4-dev.14 06:23:27 v1.2.4-dev.15 06:23:27 v1.2.4-dev.16 06:23:27 v1.2.4-dev.17 06:23:27 v1.2.4-dev.18 06:23:27 v1.2.4-dev.19 06:23:27 v1.2.4-dev.2 06:23:27 v1.2.4-dev.20 06:23:27 v1.2.4-dev.21 06:23:27 v1.2.4-dev.22 06:23:27 v1.2.4-dev.3 06:23:27 v1.2.4-dev.4 06:23:27 v1.2.4-dev.5 06:23:27 v1.2.4-dev.6 06:23:27 v1.2.4-dev.7 06:23:27 v1.2.4-dev.8 06:23:27 v1.2.4-dev.9 [Pipeline] sh 06:23:27 + lftools sign git-tag v1.2.4-dev.22 06:23:28 Signing Git tag with Sigul... 06:23:28 Signing v1.2.4-dev.22 [Pipeline] echo 06:23:30 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 06:23:30 ---> sigul-configuration-cleanup.sh [Pipeline] } 06:23:30 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 06:23:30 $ docker stop --time=1 1fe6d8178c4d501d3c84329060e09482b4c4292a19d351819ed68d0ba9ee2a74 06:23:32 $ docker rm -f 1fe6d8178c4d501d3c84329060e09482b4c4292a19d351819ed68d0ba9ee2a74 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh 06:23:33 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 06:23:33 . [Pipeline] withDockerContainer 06:23:33 prd-centos7-docker-4c-2g-3677 does not seem to be running inside a container 06:23:33 $ 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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 06:23:33 $ docker top e3cf5d5c215110f8252cb781c9a4de00a749d24312d4d0f8c176057b33e486b1 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 06:23:34 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 06:23:34 [ssh-agent] Looking for ssh-agent implementation... 06:23:34 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 06:23:34 $ docker exec e3cf5d5c215110f8252cb781c9a4de00a749d24312d4d0f8c176057b33e486b1 ssh-agent 06:23:34 SSH_AUTH_SOCK=/tmp/ssh-upCAiQR9XLnk/agent.11 06:23:34 SSH_AGENT_PID=16 06:23:34 Running ssh-add (command line suppressed) 06:23:34 Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_1888298644525236765.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_1888298644525236765.key) 06:23:34 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 06:23:35 + git semver bump pre 06:23:35 # -> Open(): unable to determine branch for HEAD 06:23:35 # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git 06:23:35 # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master 06:23:35 # $SEMVER_REMOTE_NAME = origin 06:23:35 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 06:23:35 # $SEMVER_USER_NAME = edgex-jenkins 06:23:35 # $SEMVER_BRANCH = master 06:23:35 # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver 06:23:35 1.2.4-dev.23 [Pipeline] } 06:23:35 $ docker exec --env ******** --env ******** e3cf5d5c215110f8252cb781c9a4de00a749d24312d4d0f8c176057b33e486b1 ssh-agent -k 06:23:35 unset SSH_AUTH_SOCK; 06:23:35 unset SSH_AGENT_PID; 06:23:35 echo Agent pid 16 killed; 06:23:35 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 06:23:35 + git semver [Pipeline] } 06:23:35 $ docker stop --time=1 e3cf5d5c215110f8252cb781c9a4de00a749d24312d4d0f8c176057b33e486b1 06:23:37 $ docker rm -f e3cf5d5c215110f8252cb781c9a4de00a749d24312d4d0f8c176057b33e486b1 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 06:23:37 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 06:23:37 . [Pipeline] withDockerContainer 06:23:37 prd-centos7-docker-4c-2g-3677 does not seem to be running inside a container 06:23: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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 06:23:38 $ docker top 2cc604a4bbed1604744d5f79c06f6fb6956d557c373afd65da8e3f6c06dd6a9b -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 06:23:38 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 06:23:38 [ssh-agent] Looking for ssh-agent implementation... 06:23:38 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 06:23:38 $ docker exec 2cc604a4bbed1604744d5f79c06f6fb6956d557c373afd65da8e3f6c06dd6a9b ssh-agent 06:23:38 SSH_AUTH_SOCK=/tmp/ssh-8YCyuwiVooOj/agent.11 06:23:38 SSH_AGENT_PID=17 06:23:38 Running ssh-add (command line suppressed) 06:23:39 Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_987372766064083687.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_987372766064083687.key) 06:23:39 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 06:23:39 + git semver push 06:23:39 # -> Open(): unable to determine branch for HEAD 06:23:39 # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git 06:23:39 # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master 06:23:39 # $SEMVER_REMOTE_NAME = origin 06:23:39 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 06:23:39 # $SEMVER_USER_NAME = edgex-jenkins 06:23:39 # $SEMVER_BRANCH = master 06:23:39 # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver [Pipeline] } 06:23:46 $ docker exec --env ******** --env ******** 2cc604a4bbed1604744d5f79c06f6fb6956d557c373afd65da8e3f6c06dd6a9b ssh-agent -k 06:23:46 unset SSH_AUTH_SOCK; 06:23:46 unset SSH_AGENT_PID; 06:23:46 echo Agent pid 17 killed; 06:23:46 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 06:23:46 + git semver [Pipeline] } 06:23:46 $ docker stop --time=1 2cc604a4bbed1604744d5f79c06f6fb6956d557c373afd65da8e3f6c06dd6a9b 06:23:48 $ docker rm -f 2cc604a4bbed1604744d5f79c06f6fb6956d557c373afd65da8e3f6c06dd6a9b [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 06:23:49 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 06:23:50 ---> package-listing.sh 06:23:50 ++ facter osfamily 06:23:50 ++ tr '[:upper:]' '[:lower:]' 06:23:50 + OS_FAMILY=redhat 06:23:50 + workspace=/w/workspace/dgexfoundry_device-sdk-go_master 06:23:50 + START_PACKAGES=/tmp/packages_start.txt 06:23:50 + END_PACKAGES=/tmp/packages_end.txt 06:23:50 + DIFF_PACKAGES=/tmp/packages_diff.txt 06:23:50 + PACKAGES=/tmp/packages_start.txt 06:23:50 + '[' /w/workspace/dgexfoundry_device-sdk-go_master ']' 06:23:50 + PACKAGES=/tmp/packages_end.txt 06:23:50 + case "${OS_FAMILY}" in 06:23:50 + rpm -qa 06:23:50 + sort 06:23:54 + '[' -f /tmp/packages_start.txt ']' 06:23:54 + '[' -f /tmp/packages_end.txt ']' 06:23:54 + diff /tmp/packages_start.txt /tmp/packages_end.txt 06:23:54 + '[' /w/workspace/dgexfoundry_device-sdk-go_master ']' 06:23:54 + mkdir -p /w/workspace/dgexfoundry_device-sdk-go_master/archives/ 06:23:54 + 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 06:23:54 provisioning config files... 06:23:54 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config5237845461110742288tmp [Pipeline] { [Pipeline] echo 06:23:54 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 06:23:54 ---> create-netrc.sh [Pipeline] } 06:23:54 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 06:23:55 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 06:23:55 ---> python-tools-install.sh 06:23:55 Generating Requirements File 06:25:03 Python 3.6.8 06:25:03 pip 20.2.3 from /home/jenkins/.local/lib/python3.6/site-packages/pip (python 3.6) 06:25:03 appdirs==1.4.3 06:25:03 argcomplete==1.12.1 06:25:03 aspy.yaml==1.3.0 06:25:03 attrs==19.3.0 06:25:03 Babel==2.8.0 06:25:03 beautifulsoup4==4.8.2 06:25:03 boto3==1.11.6 06:25:03 botocore==1.14.6 06:25:03 bs4==0.0.1 06:25:03 cachetools==4.1.1 06:25:03 certifi==2019.11.28 06:25:03 cffi==1.14.3 06:25:03 cfgv==2.0.1 06:25:03 chardet==3.0.4 06:25:03 click==7.1 06:25:03 cliff==3.4.0 06:25:03 cmd2==1.3.11 06:25:03 colorama==0.4.3 06:25:03 cryptography==3.1.1 06:25:03 debtcollector==2.2.0 06:25:03 decorator==4.4.2 06:25:03 defusedxml==0.6.0 06:25:03 Deprecated==1.2.7 06:25:03 distlib==0.3.1 06:25:03 distro==1.2.0 06:25:03 dnspython==1.16.0 06:25:03 docker==4.2.0 06:25:03 docutils==0.15.2 06:25:03 dogpile.cache==1.0.2 06:25:03 email-validator==1.0.5 06:25:03 filelock==3.0.12 06:25:03 future==0.18.2 06:25:03 google-auth==1.22.1 06:25:03 httplib2==0.17.0 06:25:03 identify==1.4.11 06:25:03 idna==2.9 06:25:03 importlib-metadata==1.7.0 06:25:03 importlib-resources==1.5.0 06:25:03 iso8601==0.1.13 06:25:03 Jinja2==2.11.1 06:25:03 jmespath==0.10.0 06:25:03 jsonpatch==1.26 06:25:03 jsonpointer==2.0 06:25:03 jsonschema==3.2.0 06:25:03 keystoneauth1==4.2.1 06:25:03 kubernetes==11.0.0 06:25:03 lftools==0.34.2 06:25:03 lxml==4.5.0 06:25:03 MarkupSafe==0.23 06:25:03 msgpack==1.0.0 06:25:03 multi-key-dict==2.0.3 06:25:03 munch==2.5.0 06:25:03 netaddr==0.8.0 06:25:03 netifaces==0.10.9 06:25:03 niet==1.4.2 06:25:03 nodeenv==1.3.5 06:25:03 oauth2client==4.1.3 06:25:03 oauthlib==3.1.0 06:25:03 openstacksdk==0.50.0 06:25:03 os-client-config==2.1.0 06:25:03 os-service-types==1.7.0 06:25:03 osc-lib==2.2.1 06:25:03 oslo.config==8.3.2 06:25:03 oslo.context==3.1.1 06:25:03 oslo.i18n==5.0.1 06:25:03 oslo.log==4.4.0 06:25:03 oslo.serialization==4.0.1 06:25:03 oslo.utils==4.6.0 06:25:03 packaging==20.4 06:25:03 pbr==5.4.4 06:25:03 pluggy==0.13.1 06:25:03 prettytable==0.7.2 06:25:03 py==1.9.0 06:25:03 pyasn1==0.4.8 06:25:03 pyasn1-modules==0.2.8 06:25:03 pycparser==2.20 06:25:03 pygerrit2==2.0.10 06:25:03 PyGithub==1.46 06:25:03 pyinotify==0.9.6 06:25:03 PyJWT==1.7.1 06:25:03 pyparsing==2.4.7 06:25:03 pyperclip==1.8.0 06:25:03 pyroute2==0.4.13 06:25:03 pyrsistent==0.15.7 06:25:03 PySocks==1.6.8 06:25:03 python-cinderclient==7.2.0 06:25:03 python-dateutil==2.8.1 06:25:03 python-heatclient==2.2.1 06:25:03 python-jenkins==1.7.0 06:25:03 python-keystoneclient==4.1.1 06:25:03 python-magnumclient==3.2.1 06:25:03 python-novaclient==17.2.1 06:25:03 python-openstackclient==5.4.0 06:25:03 python-swiftclient==3.10.1 06:25:03 pytz==2020.1 06:25:03 PyYAML==5.3 06:25:03 requests==2.23.0 06:25:03 requests-oauthlib==1.3.0 06:25:03 requestsexceptions==1.4.0 06:25:03 rfc3986==1.4.0 06:25:03 rpm==4.11.3 06:25:03 rsa==4.0 06:25:03 ruamel.yaml==0.16.10 06:25:03 ruamel.yaml.clib==0.2.0 06:25:03 s3transfer==0.3.3 06:25:03 shade==1.27.2 06:25:03 simplejson==3.17.2 06:25:03 six==1.14.0 06:25:03 soupsieve==2.0 06:25:03 stevedore==3.2.2 06:25:03 tabulate==0.8.6 06:25:03 toml==0.10.0 06:25:03 tox==3.20.0 06:25:03 tqdm==4.43.0 06:25:03 urllib3==1.25.8 06:25:03 virtualenv==20.0.33 06:25:03 wcwidth==0.2.5 06:25:03 websocket-client==0.57.0 06:25:03 wrapt==1.12.1 06:25:03 xdg==3.0.2 06:25:03 xmltodict==0.12.0 06:25:03 yq==2.11.1 06:25:03 zipp==3.3.0 06:25:03 Cache entry deserialization failed, entry ignored 06:25:05 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. 06:25:08 Python 2.7.5 06:25:08 pip 20.2.3 from /home/jenkins/.local/lib/python2.7/site-packages/pip (python 2.7) 06:25:09 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. 06:25:09 ansible==2.9.7 06:25:09 Babel==0.9.6 06:25:09 backports.ssl-match-hostname==3.5.0.1 06:25:09 beautifulsoup4==4.4.1 06:25:09 bodhi==2.11.0 06:25:09 bodhi-client==2.11.0 06:25:09 CCColUtils==1.4 06:25:09 cffi==1.6.0 06:25:09 chardet==2.2.1 06:25:09 click==6.7 06:25:09 cloud-init==18.5 06:25:09 configobj==4.7.2 06:25:09 cryptography==1.7.2 06:25:09 decorator==3.4.0 06:25:09 distro==1.2.0 06:25:09 enum34==1.0.4 06:25:09 fedpkg==1.38 06:25:09 futures==3.1.1 06:25:09 gitdb==0.6.4 06:25:09 GitPython==1.0.1 06:25:09 html5lib==0.999 06:25:09 httplib2==0.9.2 06:25:09 idna==2.4 06:25:09 iniparse==0.4 06:25:09 ipaddress==1.0.16 06:25:09 IPy==0.75 06:25:09 javapackages==1.0.0 06:25:09 Jinja2==2.7.2 06:25:09 jmespath==0.9.4 06:25:09 jsonpatch==1.2 06:25:09 jsonpointer==1.9 06:25:09 kerberos==1.1 06:25:09 kitchen==1.1.1 06:25:09 langtable==0.0.31 06:25:09 lockfile==0.9.1 06:25:09 lxml==3.2.1 06:25:09 MarkupSafe==0.11 06:25:09 munch==2.0.2 06:25:09 offtrac==0.1.0 06:25:09 openidc-client==0.6.0 06:25:09 packagedb-cli==2.14.1 06:25:09 paramiko==2.1.1 06:25:09 perf==0.1 06:25:09 ply==3.4 06:25:09 policycoreutils-default-encoding==0.1 06:25:09 prettytable==0.7.2 06:25:09 pyasn1==0.1.9 06:25:09 pycparser==2.14 06:25:09 pycurl==7.19.0 06:25:09 pygobject==3.22.0 06:25:09 pygpgme==0.3 06:25:09 pyliblzma==0.5.3 06:25:09 pyOpenSSL==0.13.1 06:25:09 pyparsing==1.5.6 06:25:09 pyserial==2.6 06:25:09 python-augeas==0.5.0 06:25:09 python-bugzilla==2.3.0 06:25:09 python-dateutil==1.5 06:25:09 python-fedora==0.10.0 06:25:09 python-linux-procfs==0.4.9 06:25:09 python-yubico==1.2.3 06:25:09 pyudev==0.15 06:25:09 pyusb==1.0.0b1 06:25:09 pyxattr==0.5.1 06:25:09 PyYAML==3.10 06:25:09 requests==2.6.0 06:25:09 requests-kerberos==0.7.0 06:25:09 rpkg==1.60 06:25:09 schedutils==0.4 06:25:09 seobject==0.1 06:25:09 sepolicy==1.1 06:25:09 six==1.9.0 06:25:09 smmap==0.9.0 06:25:09 urlgrabber==3.10 06:25:09 urllib3==1.10.2 06:25:09 virtualenv==15.1.0 06:25:09 yum-langpacks==0.4.2 06:25:09 yum-metadata-parser==1.1.4 [Pipeline] echo 06:25:09 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 06:25:09 ---> sudo-logs.sh 06:25:09 Archiving 'sudo' log.. [Pipeline] echo 06:25:09 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 06:25:10 ---> job-cost.sh 06:25:10 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-jqoK 06:25:18 Cache entry deserialization failed, entry ignored 06:25:18 Cache entry deserialization failed, entry ignored 06:25:19 Cache entry deserialization failed, entry ignored 06:25:19 Cache entry deserialization failed, entry ignored 06:25:19 Cache entry deserialization failed, entry ignored 06:25:19 Cache entry deserialization failed, entry ignored 06:25:19 Cache entry deserialization failed, entry ignored 06:25:19 Cache entry deserialization failed, entry ignored 06:25:19 Cache entry deserialization failed, entry ignored 06:25:19 Cache entry deserialization failed, entry ignored 06:25:19 Cache entry deserialization failed, entry ignored 06:25:20 Cache entry deserialization failed, entry ignored 06:25:23 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 06:25:55 lf-activate-venv(): INFO: Adding /tmp/venv-jqoK/bin to PATH 06:25:55 INFO: No Stack... 06:25:55 INFO: Retrieving Pricing Info for: v1-standard-2 06:25:55 INFO: Archiving Costs [Pipeline] echo 06:25:55 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 06:25:55 ---> logs-deploy.sh 06:25:55 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/master/73 06:25:55 INFO: archiving workspace using pattern(s): 06:25:57 Archives upload complete. 06:25:57 INFO: archiving logs to Nexus