Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 51b10ba24d09b5e22132647652f16c288a0af487 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 ‘prd-centos7-docker-4c-2g-3642’ is offline Running on prd-centos7-docker-4c-2g-3646 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 51b10ba24d09b5e22132647652f16c288a0af487 (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 51b10ba24d09b5e22132647652f16c288a0af487 # timeout=10 Commit message: "Merge pull request #615 from hahattan/fix-discovery" > git rev-list --no-walk 929f8c55784e6be67c9085c42060e26da0220a27 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 05:16:57 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 05:16:57 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 05:16:57 ========================================================= 05:16:57 EdgeX Global Pipelines Version Info 05:16:57 ========================================================= [Pipeline] libraryResource [Pipeline] sh 05:16:59 ------------------- 05:16:59 stable info: 05:16:59 ------------------- 05:16:59 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 05:16:59 Commit SHA: ad104866bbc8c98dca93091e1a8abeb835fd4e4d 05:16:59 Message: update stable to v1.0.131 05:17:00 ------------------- 05:17:00 experimental info: 05:17:00 ------------------- 05:17:00 Commited By: **** collab-it+edgex@linuxfoundation.org 05:17:00 Commit SHA: 570db4806bfd36b7d07759f4849a4530ec9e8d2a 05:17:00 Message: update experimental to v1.0.134 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo 05:17:00 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-go-settings [Pipeline] echo 05:17:00 [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-go [Pipeline] echo 05:17:00 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 05:17:00 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 05:17:00 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 05:17:00 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 05:17:01 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 05:17:01 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 05:17:01 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = example/cmd/device-simple/Dockerfile [Pipeline] echo 05:17:01 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 05:17:01 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 05:17:01 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-sdk-simple [Pipeline] echo 05:17:01 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 05:17:01 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 05:17:01 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 05:17:02 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 05:17:02 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 05:17:02 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 05:17:02 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 05:17:02 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 05:17:02 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 05:17:02 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 05:17:02 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 05:17:02 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 05:17:02 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 05:17:03 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo 05:17:03 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo 05:17:03 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo 05:17:03 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 51b10ba24d09b5e22132647652f16c288a0af487 [Pipeline] echo 05:17:03 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 51b10ba [Pipeline] echo 05:17:03 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 05:17:04 + git log --format=format:%s -1 51b10ba24d09b5e22132647652f16c288a0af487 [Pipeline] echo 05:17:04 GIT_COMMIT: 51b10ba24d09b5e22132647652f16c288a0af487, Commit Message: Merge pull request #615 from hahattan/fix-discovery [Pipeline] echo 05:17:04 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 05:17:04 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 05:17:04 05:17:04 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 05:17:05 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 05:17:05 latest: Pulling from edgex-devops/git-semver 05:17:05 31603596830f: Pulling fs layer 05:17:05 2a8b12db71e7: Pulling fs layer 05:17:05 6ca5941a6612: Pulling fs layer 05:17:05 ecc8261a40a4: Pulling fs layer 05:17:05 ecc8261a40a4: Waiting 05:17:05 2a8b12db71e7: Verifying Checksum 05:17:05 2a8b12db71e7: Download complete 05:17:05 31603596830f: Verifying Checksum 05:17:05 31603596830f: Download complete 05:17:05 ecc8261a40a4: Verifying Checksum 05:17:05 ecc8261a40a4: Download complete 05:17:05 6ca5941a6612: Verifying Checksum 05:17:05 6ca5941a6612: Download complete 05:17:05 31603596830f: Pull complete 05:17:05 2a8b12db71e7: Pull complete 05:17:06 6ca5941a6612: Pull complete 05:17:06 ecc8261a40a4: Pull complete 05:17:06 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 05:17:06 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 05:17:06 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 05:17:06 prd-centos7-docker-4c-2g-3646 does not seem to be running inside a container 05:17:07 $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-sdk-go_master -v /w/workspace/dgexfoundry_device-sdk-go_master:/w/workspace/dgexfoundry_device-sdk-go_master:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_master@tmp:/w/workspace/dgexfoundry_device-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 05:17:08 $ docker top e6c67bc941ee1f29bcdd04dc02ac658bcffba7c9488931c3a8a000880fabf4e9 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 05:17:09 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 05:17:09 [ssh-agent] Looking for ssh-agent implementation... 05:17:09 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 05:17:09 $ docker exec e6c67bc941ee1f29bcdd04dc02ac658bcffba7c9488931c3a8a000880fabf4e9 ssh-agent 05:17:09 SSH_AUTH_SOCK=/tmp/ssh-Xpin4HFU5TCp/agent.11 05:17:09 SSH_AGENT_PID=17 05:17:09 Running ssh-add (command line suppressed) 05:17:09 Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_4979692641956513635.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_4979692641956513635.key) 05:17:09 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 05:17:10 + git describe --exact-match --tags HEAD 05:17:10 fatal: no tag exactly matches '51b10ba24d09b5e22132647652f16c288a0af487' [Pipeline] } 05:17:10 $ docker exec --env ******** --env ******** e6c67bc941ee1f29bcdd04dc02ac658bcffba7c9488931c3a8a000880fabf4e9 ssh-agent -k 05:17:10 unset SSH_AUTH_SOCK; 05:17:10 unset SSH_AGENT_PID; 05:17:10 echo Agent pid 17 killed; 05:17:10 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo 05:17:10 [edgeXSemver]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 05:17:10 This usually means this commit has not been tagged. [Pipeline] sshagent 05:17:10 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 05:17:10 [ssh-agent] Looking for ssh-agent implementation... 05:17:10 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 05:17:10 $ docker exec e6c67bc941ee1f29bcdd04dc02ac658bcffba7c9488931c3a8a000880fabf4e9 ssh-agent 05:17:10 SSH_AUTH_SOCK=/tmp/ssh-MAK9jOriR93j/agent.46 05:17:10 SSH_AGENT_PID=51 05:17:10 Running ssh-add (command line suppressed) 05:17:10 Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_1442996243454469991.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_1442996243454469991.key) 05:17:11 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 05:17:11 + git semver init 05:17:11 # -> Open(): unable to determine branch for HEAD 05:17:11 # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git 05:17:11 # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master 05:17:11 # $SEMVER_REMOTE_NAME = origin 05:17:11 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 05:17:11 # $SEMVER_USER_NAME = edgex-jenkins 05:17:11 # $SEMVER_BRANCH = master 05:17:11 # $SEMVER_TEMP = /tmp/semver-086989050 05:17:11 # git clone --branch semver git@github.com:edgexfoundry/device-sdk-go.git $SEMVER_TEMP 05:17:11 # '/tmp/semver-086989050' -> '/w/workspace/dgexfoundry_device-sdk-go_master/.semver' 05:17:11 # -> Force: false 05:17:11 # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver [Pipeline] } 05:17:11 $ docker exec --env ******** --env ******** e6c67bc941ee1f29bcdd04dc02ac658bcffba7c9488931c3a8a000880fabf4e9 ssh-agent -k 05:17:12 unset SSH_AUTH_SOCK; 05:17:12 unset SSH_AGENT_PID; 05:17:12 echo Agent pid 51 killed; 05:17:12 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 05:17:12 + git semver [Pipeline] } 05:17:12 $ docker stop --time=1 e6c67bc941ee1f29bcdd04dc02ac658bcffba7c9488931c3a8a000880fabf4e9 05:17:14 $ docker rm -f e6c67bc941ee1f29bcdd04dc02ac658bcffba7c9488931c3a8a000880fabf4e9 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash 05:17:14 Stashed 40 file(s) [Pipeline] echo 05:17:14 [edgeXSemver]: initialized semver on version 1.2.4-dev.21 [Pipeline] echo 05:17:15 Archived original version: [1.2.4-dev.21] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] node 05:17:30 Still waiting to schedule task 05:17:30 ‘prd-centos7-docker-4c-2g-3640’ is offline; ‘prd-centos7-docker-4c-2g-3642’ is offline; ‘prd-centos7-docker-4c-2g-3647’ is offline; ‘prd-centos7-docker-4c-2g-3648’ is offline 05:17:30 Still waiting to schedule task 05:17:30 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 05:19:33 Running on prd-centos7-docker-4c-2g-3653 in /w/workspace/dgexfoundry_device-sdk-go_master [Pipeline] { [Pipeline] ws 05:19:33 Running in /w/workspace/device-sdk-go/72 [Pipeline] { [Pipeline] checkout 05:19:33 Running on prd-ubuntu18.04-docker-arm64-4c-16g-3652 in /w/workspace/dgexfoundry_device-sdk-go_master [Pipeline] { [Pipeline] ws 05:19:34 Running in /w/workspace/device-sdk-go/72 [Pipeline] { [Pipeline] checkout 05:19:39 using credential edgex-jenkins-ssh 05:19:39 Cloning the remote Git repository 05:19:39 using credential edgex-jenkins-ssh 05:19:40 Cloning the remote Git repository 05:19:40 Cloning repository git@github.com:edgexfoundry/device-sdk-go.git 05:19:40 > git init /w/workspace/device-sdk-go/72 # timeout=10 05:19:40 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 05:19:40 > git --version # timeout=10 05:19:39 Cloning repository git@github.com:edgexfoundry/device-sdk-go.git 05:19:39 > git init /w/workspace/device-sdk-go/72 # timeout=10 05:19:39 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 05:19:39 > git --version # timeout=10 05:19:39 > git --version # 'git version 2.17.1' 05:19:39 using GIT_SSH to set credentials SSH Credentials for GitHub 05:19:39 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 05:19:41 Checking out Revision 51b10ba24d09b5e22132647652f16c288a0af487 (master) 05:19:41 Checking out Revision 51b10ba24d09b5e22132647652f16c288a0af487 (master) 05:19:40 > git --version # 'git version 2.16.5' 05:19:40 using GIT_SSH to set credentials SSH Credentials for GitHub 05:19:40 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 05:19:41 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 05:19:41 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 05:19:41 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 05:19:41 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 05:19:41 using GIT_SSH to set credentials SSH Credentials for GitHub 05:19:41 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 05:19:41 > git config core.sparsecheckout # timeout=10 05:19:40 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 05:19:40 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 05:19:40 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 05:19:40 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 05:19:40 using GIT_SSH to set credentials SSH Credentials for GitHub 05:19:40 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 05:19:41 > git config core.sparsecheckout # timeout=10 05:19:41 > git checkout -f 51b10ba24d09b5e22132647652f16c288a0af487 # timeout=10 05:19:41 > git checkout -f 51b10ba24d09b5e22132647652f16c288a0af487 # timeout=10 05:19:45 Commit message: "Merge pull request #615 from hahattan/fix-discovery" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { 05:19:46 Commit message: "Merge pull request #615 from hahattan/fix-discovery" [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] echo 05:19:46 ========================================================= 05:19:46 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 05:19:46 ========================================================= [Pipeline] isUnix [Pipeline] sh [Pipeline] script [Pipeline] { [Pipeline] unstash 05:19:47 + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . 05:19:47 Sending build context to Docker daemon 3.504MB 05:19:47 Step 1/8 : ARG BASE=golang:1.15-alpine 05:19:47 Step 2/8 : FROM ${BASE} [Pipeline] echo 05:19:47 ========================================================= 05:19:47 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 05:19:47 ========================================================= [Pipeline] isUnix [Pipeline] sh 05:19:48 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 05:19:48 df20fa9351a1: Pulling fs layer 05:19:48 ed8968b2872e: Pulling fs layer 05:19:48 a92cc7c5fd73: Pulling fs layer 05:19:48 e871e8e8d7a9: Pulling fs layer 05:19:48 e73272ec9a57: Pulling fs layer 05:19:48 1e910a182e73: Pulling fs layer 05:19:48 4e634b169226: Pulling fs layer 05:19:48 e73272ec9a57: Waiting 05:19:48 1e910a182e73: Waiting 05:19:48 e871e8e8d7a9: Waiting 05:19:48 a92cc7c5fd73: Verifying Checksum 05:19:48 a92cc7c5fd73: Download complete 05:19:48 ed8968b2872e: Download complete 05:19:48 e73272ec9a57: Verifying Checksum 05:19:48 e73272ec9a57: Download complete 05:19:48 1e910a182e73: Verifying Checksum 05:19:48 1e910a182e73: Download complete 05:19:48 df20fa9351a1: Verifying Checksum 05:19:48 df20fa9351a1: Download complete 05:19:49 + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . 05:19:49 df20fa9351a1: Pull complete 05:19:49 ed8968b2872e: Pull complete 05:19:49 a92cc7c5fd73: Pull complete 05:19:50 Sending build context to Docker daemon 3.504MB 05:19:50 Step 1/8 : ARG BASE=golang:1.15-alpine 05:19:50 Step 2/8 : FROM ${BASE} 05:19:50 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 05:19:50 b538f80385f9: Pulling fs layer 05:19:50 74f711af9a0d: Pulling fs layer 05:19:50 99f96fe45779: Pulling fs layer 05:19:50 8529a6b9a6be: Pulling fs layer 05:19:50 45590311c82a: Pulling fs layer 05:19:50 69ca0ff8b7b3: Pulling fs layer 05:19:50 209524e5b208: Pulling fs layer 05:19:50 8529a6b9a6be: Waiting 05:19:50 45590311c82a: Waiting 05:19:50 69ca0ff8b7b3: Waiting 05:19:50 209524e5b208: Waiting 05:19:50 99f96fe45779: Download complete 05:19:50 74f711af9a0d: Download complete 05:19:50 45590311c82a: Download complete 05:19:51 69ca0ff8b7b3: Verifying Checksum 05:19:51 69ca0ff8b7b3: Download complete 05:19:51 b538f80385f9: Verifying Checksum 05:19:51 b538f80385f9: Download complete 05:19:51 b538f80385f9: Pull complete 05:19:52 74f711af9a0d: Pull complete 05:19:52 99f96fe45779: Pull complete 05:19:54 209524e5b208: Verifying Checksum 05:19:54 209524e5b208: Download complete 05:19:55 4e634b169226: Verifying Checksum 05:19:55 4e634b169226: Download complete 05:19:55 8529a6b9a6be: Verifying Checksum 05:19:55 8529a6b9a6be: Download complete 05:19:56 e871e8e8d7a9: Verifying Checksum 05:19:56 e871e8e8d7a9: Download complete 05:20:05 8529a6b9a6be: Pull complete 05:20:06 45590311c82a: Pull complete 05:20:06 69ca0ff8b7b3: Pull complete 05:20:07 e871e8e8d7a9: Pull complete 05:20:07 e73272ec9a57: Pull complete 05:20:07 1e910a182e73: Pull complete 05:20:11 209524e5b208: Pull complete 05:20:11 Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 05:20:11 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 05:20:11 ---> 5bddaf1c2fca 05:20:11 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 05:20:13 ---> Running in 0a88c3ec7718 05:20:14 Removing intermediate container 0a88c3ec7718 05:20:14 ---> c93e857f1ca0 05:20:14 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 05:20:14 ---> Running in 5e5e03ee2032 05:20:16 Removing intermediate container 5e5e03ee2032 05:20:16 ---> 85e95f582b82 05:20:16 Step 5/8 : RUN apk add --no-cache make git 05:20:17 ---> Running in 33a391ef6cac 05:20:18 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 05:20:19 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 05:20:19 OK: 142 MiB in 39 packages 05:20:20 4e634b169226: Pull complete 05:20:20 Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 05:20:20 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 05:20:20 ---> f7629b54cfaa 05:20:20 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 05:20:20 ---> Running in 22304bb51b22 05:20:21 Removing intermediate container 33a391ef6cac 05:20:21 ---> 7540368e55f6 05:20:21 Step 6/8 : WORKDIR /device-sdk-go 05:20:21 ---> Running in ee150f74600b 05:20:21 Removing intermediate container 22304bb51b22 05:20:21 ---> 230c1027c275 05:20:21 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 05:20:21 ---> Running in aa1015d30b7d 05:20:21 Removing intermediate container ee150f74600b 05:20:21 ---> 381fb979b0d1 05:20:21 Step 7/8 : COPY . . 05:20:22 ---> 247642ffb50c 05:20:22 Step 8/8 : RUN go mod download 05:20:23 ---> Running in 4d344e655be1 05:20:25 Removing intermediate container aa1015d30b7d 05:20:25 ---> 896f09014216 05:20:25 Step 5/8 : RUN apk add --no-cache make git 05:20:25 ---> Running in 2172c56b5b50 05:20:27 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 05:20:27 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 05:20:28 OK: 166 MiB in 39 packages 05:20:30 Removing intermediate container 2172c56b5b50 05:20:30 ---> e478ac68e907 05:20:30 Step 6/8 : WORKDIR /device-sdk-go 05:20:30 ---> Running in 5d9c6a5997b7 05:20:30 Removing intermediate container 5d9c6a5997b7 05:20:30 ---> cda91d9ddc4b 05:20:30 Step 7/8 : COPY . . 05:20:34 ---> b6484469dedf 05:20:34 Step 8/8 : RUN go mod download 05:20:34 ---> Running in c761a3d8c82d 05:20:50 Removing intermediate container 4d344e655be1 05:20:50 ---> 1736a692cea8 05:20:50 Successfully built 1736a692cea8 05:20:50 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 05:20:50 + docker inspect -f . ci-base-image-arm64 05:20:50 . [Pipeline] withDockerContainer 05:20:50 prd-ubuntu18.04-docker-arm64-4c-16g-3652 does not seem to be running inside a container 05:20:50 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/72 -v /w/workspace/device-sdk-go/72:/w/workspace/device-sdk-go/72:rw,z -v /w/workspace/device-sdk-go/72@tmp:/w/workspace/device-sdk-go/72@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 05:20:52 $ docker top 204ee32e2ff9dc78fa68b3f6b8175460f58f675f87a7955b7326f03e88394140 -eo pid,comm [Pipeline] { [Pipeline] sh 05:20:54 + go version 05:20:54 go version go1.15.2 linux/arm64 [Pipeline] } 05:20:54 $ docker stop --time=1 204ee32e2ff9dc78fa68b3f6b8175460f58f675f87a7955b7326f03e88394140 05:20:56 $ docker rm -f 204ee32e2ff9dc78fa68b3f6b8175460f58f675f87a7955b7326f03e88394140 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) Stage "Test" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 05:20:58 + sudo chown -R jenkins:jenkins . [Pipeline] sh 05:20:58 + ls -al . 05:20:58 total 104 05:20:58 drwxrwxr-x 11 jenkins jenkins 4096 Oct 6 05:19 . 05:20:58 drwxrwxr-x 4 jenkins jenkins 4096 Oct 6 05:19 .. 05:20:58 -rw-rw-r-- 1 jenkins jenkins 140 Oct 6 05:19 .dockerignore 05:20:58 drwxrwxr-x 8 jenkins jenkins 4096 Oct 6 05:19 .git 05:20:58 drwxrwxr-x 2 jenkins jenkins 4096 Oct 6 05:19 .github 05:20:58 -rw-rw-r-- 1 jenkins jenkins 138 Oct 6 05:19 .gitignore 05:20:58 drwxrwxr-x 3 jenkins jenkins 4096 Oct 6 05:19 .semver 05:20:58 -rw-rw-r-- 1 jenkins jenkins 936 Oct 6 05:19 Dockerfile.build 05:20:58 -rw-rw-r-- 1 jenkins jenkins 901 Oct 6 05:19 Jenkinsfile 05:20:58 -rw-rw-r-- 1 jenkins jenkins 11341 Oct 6 05:19 LICENSE 05:20:58 -rw-rw-r-- 1 jenkins jenkins 1013 Oct 6 05:19 Makefile 05:20:58 -rw-rw-r-- 1 jenkins jenkins 5897 Oct 6 05:19 README.md 05:20:58 -rw-rw-r-- 1 jenkins jenkins 4291 Oct 6 05:19 RELEASE-NOTES.txt 05:20:58 -rw-rw-r-- 1 jenkins jenkins 12 Oct 6 05:17 VERSION 05:20:58 drwxrwxr-x 2 jenkins jenkins 4096 Oct 6 05:19 bin 05:20:58 drwxrwxr-x 4 jenkins jenkins 4096 Oct 6 05:19 example 05:20:58 -rw-rw-r-- 1 jenkins jenkins 517 Oct 6 05:19 go.mod 05:20:58 drwxrwxr-x 15 jenkins jenkins 4096 Oct 6 05:19 internal 05:20:58 drwxrwxr-x 4 jenkins jenkins 4096 Oct 6 05:19 openapi 05:20:58 drwxrwxr-x 5 jenkins jenkins 4096 Oct 6 05:19 pkg 05:20:58 drwxrwxr-x 4 jenkins jenkins 4096 Oct 6 05:19 snap 05:20:58 -rw-rw-r-- 1 jenkins jenkins 222 Oct 6 05:19 version.go [Pipeline] isUnix [Pipeline] sh 05:20:59 + 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=51b10ba24d09b5e22132647652f16c288a0af487 --label arch=arm64 --label version=1.2.4-dev.21 . 05:20:59 Sending build context to Docker daemon 3.504MB 05:20:59 Step 1/24 : ARG BASE=golang:1.15-alpine 05:20:59 Step 2/24 : FROM ${BASE} AS builder 05:20:59 ---> 1736a692cea8 05:20:59 Step 3/24 : ARG MAKE='make build' 05:21:00 ---> Running in 273b70771b66 05:21:00 Removing intermediate container 273b70771b66 05:21:00 ---> 11a2742a24ea 05:21:00 Step 4/24 : WORKDIR /device-sdk-go 05:21:00 ---> Running in 6eb9e6910555 05:21:00 Removing intermediate container 6eb9e6910555 05:21:00 ---> 6b23dc201e0d 05:21:00 Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 05:21:01 ---> Running in bbcc9b023c7d 05:21:01 Removing intermediate container bbcc9b023c7d 05:21:01 ---> 9114b9c789d0 05:21:01 Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 05:21:01 ---> Running in ecdc59a6bd2a 05:21:04 Removing intermediate container ecdc59a6bd2a 05:21:04 ---> 8c7f8924e80d 05:21:04 Step 7/24 : RUN apk add --update --no-cache make git 05:21:04 ---> Running in 4a8158e07f7b 05:21:05 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 05:21:06 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 05:21:07 OK: 142 MiB in 39 packages 05:21:08 Removing intermediate container 4a8158e07f7b 05:21:08 ---> dbb58962f766 05:21:08 Step 8/24 : COPY . . 05:21:09 ---> fb57713ef5a8 05:21:09 Step 9/24 : RUN ${MAKE} 05:21:09 ---> Running in 5f375af2f230 05:21:11 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-sdk-go.Version=1.2.4-dev.21" -o example/cmd/device-simple/device-simple ./example/cmd/device-simple 05:21:24 Removing intermediate container c761a3d8c82d 05:21:24 ---> 5867fee2bba5 05:21:24 Successfully built 5867fee2bba5 05:21:24 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 05:21:24 + docker inspect -f . ci-base-image-x86_64 05:21:25 . [Pipeline] withDockerContainer 05:21:25 prd-centos7-docker-4c-2g-3653 does not seem to be running inside a container 05:21:26 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/72 -v /w/workspace/device-sdk-go/72:/w/workspace/device-sdk-go/72:rw,z -v /w/workspace/device-sdk-go/72@tmp:/w/workspace/device-sdk-go/72@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 05:21:27 $ docker top a152cab55f7963564292651164be9befc613d144b82d767e806421435b3096c9 -eo pid,comm [Pipeline] { [Pipeline] sh 05:21:28 + go version 05:21:28 go version go1.15.2 linux/amd64 [Pipeline] } 05:21:28 $ docker stop --time=1 a152cab55f7963564292651164be9befc613d144b82d767e806421435b3096c9 05:21:30 $ docker rm -f a152cab55f7963564292651164be9befc613d144b82d767e806421435b3096c9 [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 05:21:31 + sudo chown -R jenkins:jenkins . [Pipeline] sh 05:21:32 + ls -al . 05:21:32 total 64 05:21:32 drwxrwxr-x. 11 jenkins jenkins 4096 Oct 6 05:19 . 05:21:32 drwxrwxr-x. 4 jenkins jenkins 30 Oct 6 05:19 .. 05:21:32 drwxrwxr-x. 2 jenkins jenkins 64 Oct 6 05:19 bin 05:21:32 -rw-rw-r--. 1 jenkins jenkins 936 Oct 6 05:19 Dockerfile.build 05:21:32 -rw-rw-r--. 1 jenkins jenkins 140 Oct 6 05:19 .dockerignore 05:21:32 drwxrwxr-x. 4 jenkins jenkins 48 Oct 6 05:19 example 05:21:32 drwxrwxr-x. 8 jenkins jenkins 162 Oct 6 05:19 .git 05:21:32 drwxrwxr-x. 2 jenkins jenkins 60 Oct 6 05:19 .github 05:21:32 -rw-rw-r--. 1 jenkins jenkins 138 Oct 6 05:19 .gitignore 05:21:32 -rw-rw-r--. 1 jenkins jenkins 517 Oct 6 05:19 go.mod 05:21:32 drwxrwxr-x. 15 jenkins jenkins 211 Oct 6 05:19 internal 05:21:32 -rw-rw-r--. 1 jenkins jenkins 901 Oct 6 05:19 Jenkinsfile 05:21:32 -rw-rw-r--. 1 jenkins jenkins 11341 Oct 6 05:19 LICENSE 05:21:32 -rw-rw-r--. 1 jenkins jenkins 1013 Oct 6 05:19 Makefile 05:21:32 drwxrwxr-x. 4 jenkins jenkins 26 Oct 6 05:19 openapi 05:21:32 drwxrwxr-x. 5 jenkins jenkins 50 Oct 6 05:19 pkg 05:21:32 -rw-rw-r--. 1 jenkins jenkins 5897 Oct 6 05:19 README.md 05:21:32 -rw-rw-r--. 1 jenkins jenkins 4291 Oct 6 05:19 RELEASE-NOTES.txt 05:21:32 drwxrwxr-x. 3 jenkins jenkins 44 Oct 6 05:19 .semver 05:21:32 drwxrwxr-x. 4 jenkins jenkins 54 Oct 6 05:19 snap 05:21:32 -rw-rw-r--. 1 jenkins jenkins 12 Oct 6 05:17 VERSION 05:21:32 -rw-rw-r--. 1 jenkins jenkins 222 Oct 6 05:19 version.go [Pipeline] isUnix [Pipeline] sh 05:21:32 + 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=51b10ba24d09b5e22132647652f16c288a0af487 --label arch=amd64 --label version=1.2.4-dev.21 . 05:21:33 Sending build context to Docker daemon 3.504MB 05:21:33 Step 1/24 : ARG BASE=golang:1.15-alpine 05:21:33 Step 2/24 : FROM ${BASE} AS builder 05:21:33 ---> 5867fee2bba5 05:21:33 Step 3/24 : ARG MAKE='make build' 05:21:33 ---> Running in edcd8d3414c2 05:21:34 Removing intermediate container edcd8d3414c2 05:21:34 ---> 2bf9d4648803 05:21:34 Step 4/24 : WORKDIR /device-sdk-go 05:21:34 ---> Running in ceeae768977c 05:21:34 Removing intermediate container ceeae768977c 05:21:34 ---> 28a69fc7f2ec 05:21:34 Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 05:21:34 ---> Running in 53d5e9edd92f 05:21:35 Removing intermediate container 53d5e9edd92f 05:21:35 ---> 038f69c58e28 05:21:35 Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 05:21:36 ---> Running in 2cc807863e99 05:21:38 CGO_ENABLED=0 GO111MODULE=on go install -tags=safe 05:21:38 Removing intermediate container 5f375af2f230 05:21:38 ---> ec09a1d45250 05:21:38 Step 10/24 : FROM scratch 05:21:38 ---> 05:21:38 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 05:21:38 ---> Running in 834c70e70a6f 05:21:38 Removing intermediate container 834c70e70a6f 05:21:38 ---> b2e8326d4f54 05:21:38 Step 12/24 : ENV APP_PORT=49990 05:21:38 Removing intermediate container 2cc807863e99 05:21:38 ---> ba3cb5c9ec04 05:21:38 Step 7/24 : RUN apk add --update --no-cache make git 05:21:38 ---> Running in 496555d58a61 05:21:38 ---> Running in 608b4604419f 05:21:38 Removing intermediate container 608b4604419f 05:21:38 ---> 94fc459527e7 05:21:38 Step 13/24 : EXPOSE $APP_PORT 05:21:39 ---> Running in 0ddee240273b 05:21:39 Removing intermediate container 0ddee240273b 05:21:39 ---> 08395f68165b 05:21:39 Step 14/24 : WORKDIR / 05:21:39 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 05:21:39 ---> Running in 7082e0173d61 05:21:40 Removing intermediate container 7082e0173d61 05:21:40 ---> 4e6863913c8e 05:21:40 Step 15/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple 05:21:40 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 05:21:41 ---> c8502273b9bc 05:21:41 Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml 05:21:42 ---> 5499ea3989c5 05:21:42 Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml 05:21:42 ---> aabf779afb41 05:21:42 Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png 05:21:43 OK: 166 MiB in 39 packages 05:21:43 ---> 518ebd1b1b01 05:21:43 Step 19/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg 05:21:43 Removing intermediate container 496555d58a61 05:21:43 ---> b8c952a4aac3 05:21:43 Step 8/24 : COPY . . 05:21:44 ---> bf1849eef6ab 05:21:44 Step 20/24 : ENTRYPOINT ["/usr/local/bin/device-simple"] 05:21:44 ---> Running in 24028bcfdad5 05:21:44 Removing intermediate container 24028bcfdad5 05:21:44 ---> 41364ba1184e 05:21:44 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 05:21:44 ---> Running in 4fa422168dff 05:21:45 Removing intermediate container 4fa422168dff 05:21:45 ---> cab37375aa0c 05:21:45 Step 22/24 : LABEL arch=arm64 05:21:45 ---> Running in 24a4a0702295 05:21:45 ---> f87b2d4b7d00 05:21:45 Step 9/24 : RUN ${MAKE} 05:21:45 ---> Running in b2b6b0647b55 05:21:46 Removing intermediate container 24a4a0702295 05:21:46 ---> 935a830f1096 05:21:46 Step 23/24 : LABEL git_sha=51b10ba24d09b5e22132647652f16c288a0af487 05:21:46 ---> Running in ed3deacd1d26 05:21:46 Removing intermediate container ed3deacd1d26 05:21:46 ---> 696d80c5fe5a 05:21:46 Step 24/24 : LABEL version=1.2.4-dev.21 05:21:46 ---> Running in 5c2a4a1e40ef 05:21:46 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-sdk-go.Version=1.2.4-dev.21" -o example/cmd/device-simple/device-simple ./example/cmd/device-simple 05:21:47 Removing intermediate container 5c2a4a1e40ef 05:21:47 ---> 3c48f1828c54 05:21:47 [Warning] One or more build-args [ARCH] were not consumed 05:21:47 Successfully built 3c48f1828c54 05:21:47 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] } 05:22:10 CGO_ENABLED=0 GO111MODULE=on go install -tags=safe 05:22:10 Removing intermediate container b2b6b0647b55 05:22:10 ---> d645046ec162 05:22:10 Step 10/24 : FROM scratch 05:22:10 ---> 05:22:10 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 05:22:10 ---> Running in 84b51d79b195 05:22:11 Removing intermediate container 84b51d79b195 05:22:11 ---> 6f760be96c5c 05:22:11 Step 12/24 : ENV APP_PORT=49990 05:22:11 ---> Running in 4b3af00b1318 05:22:12 Removing intermediate container 4b3af00b1318 05:22:12 ---> 317fabb31ed5 05:22:12 Step 13/24 : EXPOSE $APP_PORT 05:22:12 ---> Running in c72b150a5c7f 05:22:12 Removing intermediate container c72b150a5c7f 05:22:12 ---> 8b74f5a07719 05:22:12 Step 14/24 : WORKDIR / 05:22:12 ---> Running in e109b2f42fb0 05:22:12 Removing intermediate container e109b2f42fb0 05:22:12 ---> 50ce53ed8e81 05:22:12 Step 15/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple 05:22:13 ---> 4ad2b19edf7d 05:22:13 Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml 05:22:14 ---> 684c51c587b6 05:22:14 Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml 05:22:14 ---> d8633545ddd2 05:22:14 Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png 05:22:15 ---> 6b58b35f08c1 05:22:15 Step 19/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg 05:22:15 ---> f69c0e738e18 05:22:15 Step 20/24 : ENTRYPOINT ["/usr/local/bin/device-simple"] 05:22:15 ---> Running in 4b8dc2b27922 05:22:15 Removing intermediate container 4b8dc2b27922 05:22:15 ---> 92491e72cf74 05:22:15 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 05:22:16 ---> Running in 5efb1a37fb91 05:22:16 Removing intermediate container 5efb1a37fb91 05:22:16 ---> 168ba4b21da5 05:22:16 Step 22/24 : LABEL arch=amd64 05:22:16 ---> Running in 5693ed00347d 05:22:16 Removing intermediate container 5693ed00347d 05:22:16 ---> c3435d9f0a86 05:22:16 Step 23/24 : LABEL git_sha=51b10ba24d09b5e22132647652f16c288a0af487 05:22:16 ---> Running in c8c045726c9b 05:22:16 Removing intermediate container c8c045726c9b 05:22:16 ---> c139c541979e 05:22:16 Step 24/24 : LABEL version=1.2.4-dev.21 05:22:17 ---> Running in d7f0a05f0d26 05:22:17 Removing intermediate container d7f0a05f0d26 05:22:17 ---> 6170e1cbb370 05:22:17 [Warning] One or more build-args [ARCH] were not consumed 05:22:17 Successfully built 6170e1cbb370 05:22:17 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] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) Stage "CodeCov" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo 05:22:19 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] echo 05:22:19 [edgeXSnyk] command to run: snyk monitor --org=edgex-jenkins [Pipeline] withCredentials 05:22:19 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 05:22:19 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 05:22:19 05:22:19 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] isUnix [Pipeline] sh 05:22:20 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 05:22:20 1.317.0: Pulling from edgex-devops/edgex-snyk-go 05:22:20 cbdbe7a5bc2a: Pulling fs layer 05:22:20 408f87550127: Pulling fs layer 05:22:20 fe522b08c979: Pulling fs layer 05:22:20 221eaa008020: Pulling fs layer 05:22:20 2a4607e5d6b9: Pulling fs layer 05:22:20 8f79b27c4fd2: Pulling fs layer 05:22:20 e5c8dbe1645b: Pulling fs layer 05:22:20 23e8b3b47431: Pulling fs layer 05:22:20 5c568d65a230: Pulling fs layer 05:22:20 221eaa008020: Waiting 05:22:20 2a4607e5d6b9: Waiting 05:22:20 8f79b27c4fd2: Waiting 05:22:20 e5c8dbe1645b: Waiting 05:22:20 23e8b3b47431: Waiting 05:22:20 5c568d65a230: Waiting 05:22:20 408f87550127: Verifying Checksum 05:22:20 408f87550127: Download complete 05:22:20 fe522b08c979: Verifying Checksum 05:22:20 fe522b08c979: Download complete 05:22:20 2a4607e5d6b9: Verifying Checksum 05:22:20 2a4607e5d6b9: Download complete 05:22:20 8f79b27c4fd2: Verifying Checksum 05:22:20 cbdbe7a5bc2a: Verifying Checksum 05:22:20 cbdbe7a5bc2a: Download complete 05:22:20 cbdbe7a5bc2a: Pull complete 05:22:20 408f87550127: Pull complete 05:22:21 fe522b08c979: Pull complete 05:22:21 e5c8dbe1645b: Verifying Checksum 05:22:21 e5c8dbe1645b: Download complete 05:22:22 23e8b3b47431: Verifying Checksum 05:22:22 23e8b3b47431: Download complete 05:22:22 5c568d65a230: Verifying Checksum 05:22:22 5c568d65a230: Download complete 05:22:23 221eaa008020: Verifying Checksum 05:22:23 221eaa008020: Download complete 05:22:29 221eaa008020: Pull complete 05:22:29 2a4607e5d6b9: Pull complete 05:22:29 8f79b27c4fd2: Pull complete 05:22:31 e5c8dbe1645b: Pull complete 05:22:34 23e8b3b47431: Pull complete 05:22:36 5c568d65a230: Pull complete 05:22:36 Digest: sha256:57952c35bde2fbfcf87b7f40d558e42527212236f73796964c551b7cac8e72c4 05:22:36 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 05:22:36 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] withDockerContainer 05:22:36 prd-centos7-docker-4c-2g-3646 does not seem to be running inside a container 05:22:36 $ 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 05:22:37 $ docker top 0fe0fd460dce4fa587f17272c7bb97e9dd0e493e0771c8c65082ccf1ea623b8b -eo pid,comm [Pipeline] { [Pipeline] sh 05:22:38 + snyk monitor '--org=edgex-jenkins' 05:22:53 05:22:53 Monitoring /w/workspace/dgexfoundry_device-sdk-go_master (github.com/edgexfoundry/device-sdk-go)... 05:22:53 05:22:53 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/057beb34-70d8-4945-961c-fe027db76abc/history/ccd5a798-446f-48c2-a10c-cbb2de39e83d 05:22:53 05:22:53 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 05:22:53 05:22:53 05:22:53 Snyk CLI supports Node.js 8 and higher. 05:22:53 Node.js 8 reached End Of Life on December 31, 2019 and the Snyk CLI will stop supporting it in the near future. 05:22:53 Please consider upgrading your runtime version to Node 10 or higher in order to get Snyk CLI updates. 05:22:53 05:22:53 The latest CLI version that supports Node.js 6 is `snyk@1.300.0`. 05:22:53 The latest CLI version that supports Node.js 4 is `snyk@1.88.2`. [Pipeline] } 05:22:53 $ docker stop --time=1 0fe0fd460dce4fa587f17272c7bb97e9dd0e493e0771c8c65082ccf1ea623b8b 05:22:56 $ docker rm -f 0fe0fd460dce4fa587f17272c7bb97e9dd0e493e0771c8c65082ccf1ea623b8b [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 05:22:57 [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 05:22:57 provisioning config files... 05:22:57 copy managed file [swaggerhub-api-key] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config2176105759956594270tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 05:22:58 --> edgex-publish-swagger.sh 05:22:58 === Publish openapi/v1 API === 05:22:58 [publishToSwagger] Publishing the API Docs [openapi/v1] to Swagger 05:22:58 [publishToSwagger] Publishing API Name [device-sdk] 05:22:58 % Total % Received % Xferd Average Speed Time Time Time Current 05:22:58 Dload Upload Total Spent Left Speed 05:22:58 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 20188 0 0 100 20188 0 26696 --:--:-- --:--:-- --:--:-- 26739 05:22:58 05:22:58 05:22:58 === Publish openapi/v2 API === 05:22:58 [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger 05:22:58 [publishToSwagger] Publishing API Name [device-sdk] 05:22:58 % Total % Received % Xferd Average Speed Time Time Time Current 05:22:58 Dload Upload Total Spent Left Speed 05:22:59 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 49274 0 0 100 49274 0 68106 --:--:-- --:--:-- --:--:-- 68058 05:22:59 05:22:59 [Pipeline] } 05:22:59 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 05:23:00 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 05:23:00 . [Pipeline] withDockerContainer 05:23:00 prd-centos7-docker-4c-2g-3646 does not seem to be running inside a container 05:23:00 $ 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 05:23:01 $ docker top 562d5160d66bf290e0efbe77dd2a8aec7d2f2fb890bd778a424e1e30121674a3 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 05:23:01 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 05:23:01 [ssh-agent] Looking for ssh-agent implementation... 05:23:02 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 05:23:02 $ docker exec 562d5160d66bf290e0efbe77dd2a8aec7d2f2fb890bd778a424e1e30121674a3 ssh-agent 05:23:02 SSH_AUTH_SOCK=/tmp/ssh-DmTnnix6Y8Hj/agent.11 05:23:02 SSH_AGENT_PID=16 05:23:02 Running ssh-add (command line suppressed) 05:23:02 Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_1518116953304035369.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_1518116953304035369.key) 05:23:02 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 05:23:02 + git semver tag 05:23:02 # -> Open(): unable to determine branch for HEAD 05:23:02 # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git 05:23:02 # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master 05:23:02 # $SEMVER_REMOTE_NAME = origin 05:23:02 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 05:23:02 # $SEMVER_USER_NAME = edgex-jenkins 05:23:02 # $SEMVER_BRANCH = master 05:23:02 # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver 05:23:02 # 51b10ba24d09b5e22132647652f16c288a0af487 HEAD 05:23:02 # -> Force: false 05:23:02 # f7d5b541626d4f855141e6edc03ddec00f25cfe4 refs/tags/v1.2.4-dev.21 [Pipeline] } 05:23:02 $ docker exec --env ******** --env ******** 562d5160d66bf290e0efbe77dd2a8aec7d2f2fb890bd778a424e1e30121674a3 ssh-agent -k 05:23:03 unset SSH_AUTH_SOCK; 05:23:03 unset SSH_AGENT_PID; 05:23:03 echo Agent pid 16 killed; 05:23:03 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 05:23:03 + git semver [Pipeline] } 05:23:03 $ docker stop --time=1 562d5160d66bf290e0efbe77dd2a8aec7d2f2fb890bd778a424e1e30121674a3 05:23:04 $ docker rm -f 562d5160d66bf290e0efbe77dd2a8aec7d2f2fb890bd778a424e1e30121674a3 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 05:23:05 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 05:23:05 05:23:05 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 05:23:06 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 05:23:06 0.23.1-centos7: Pulling from edgex-lftools 05:23:06 ab5ef0e58194: Pulling fs layer 05:23:06 9712f1f96733: Pulling fs layer 05:23:06 63f879dbbcfc: Pulling fs layer 05:23:06 0d9ebad4ef96: Pulling fs layer 05:23:06 e9a5061849ea: Pulling fs layer 05:23:06 d747dcd14b5f: Pulling fs layer 05:23:06 2de7ff778b66: Pulling fs layer 05:23:06 e9a5061849ea: Waiting 05:23:06 d747dcd14b5f: Waiting 05:23:06 2de7ff778b66: Waiting 05:23:06 0d9ebad4ef96: Waiting 05:23:06 9712f1f96733: Verifying Checksum 05:23:06 9712f1f96733: Download complete 05:23:07 63f879dbbcfc: Verifying Checksum 05:23:07 63f879dbbcfc: Download complete 05:23:07 e9a5061849ea: Download complete 05:23:07 d747dcd14b5f: Verifying Checksum 05:23:07 d747dcd14b5f: Download complete 05:23:08 0d9ebad4ef96: Verifying Checksum 05:23:08 0d9ebad4ef96: Download complete 05:23:08 2de7ff778b66: Verifying Checksum 05:23:08 2de7ff778b66: Download complete 05:23:08 ab5ef0e58194: Verifying Checksum 05:23:08 ab5ef0e58194: Download complete 05:23:12 ab5ef0e58194: Pull complete 05:23:12 9712f1f96733: Pull complete 05:23:15 63f879dbbcfc: Pull complete 05:23:21 0d9ebad4ef96: Pull complete 05:23:23 e9a5061849ea: Pull complete 05:23:23 d747dcd14b5f: Pull complete 05:23:27 2de7ff778b66: Pull complete 05:23:27 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 05:23:27 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 05:23:27 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 05:23:27 prd-centos7-docker-4c-2g-3646 does not seem to be running inside a container 05:23:27 $ 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 05:23:31 $ docker top 75f207b09d69607c6564e6234a03dde1fc92a9bb4682916a56149bd4a498dbd8 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 05:23:31 provisioning config files... 05:23:31 copy managed file [sigul-config] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config3513416324128837626tmp 05:23:31 copy managed file [sigul-password] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config3542977139010834485tmp 05:23:31 copy managed file [sigul-pki] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config5552580004090015049tmp [Pipeline] { [Pipeline] echo 05:23:31 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 05:23:31 ---> sigul-configuration.sh 05:23:31 gpg: directory `/root/.gnupg' created 05:23:31 gpg: new configuration file `/root/.gnupg/gpg.conf' created 05:23:31 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 05:23:31 gpg: keyring `/root/.gnupg/secring.gpg' created 05:23:31 gpg: keyring `/root/.gnupg/pubring.gpg' created 05:23:31 gpg: CAST5 encrypted data 05:23:32 gpg: encrypted with 1 passphrase 05:23:32 gpg: WARNING: message was not integrity protected [Pipeline] sh 05:23:32 + mkdir /home/jenkins 05:23:32 + mkdir /home/jenkins/sigul [Pipeline] sh 05:23:32 + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /root/sigul/vex-yul-edgex-jenkins-1.ci.codeaurora.org.p12 /home/jenkins/sigul/ [Pipeline] echo 05:23:32 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 05:23:33 ---> sigul-install.sh 05:23:38 Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh 05:23:38 + git tag --list 05:23:38 0.7.1 05:23:38 delhi-tag 05:23:38 v1.0.0 05:23:38 v1.1.0 05:23:38 v1.1.1 05:23:38 v1.1.2 05:23:38 v1.2.0 05:23:38 v1.2.1 05:23:38 v1.2.2 05:23:38 v1.2.3 05:23:38 v1.2.4-dev.1 05:23:38 v1.2.4-dev.10 05:23:38 v1.2.4-dev.11 05:23:38 v1.2.4-dev.12 05:23:38 v1.2.4-dev.13 05:23:38 v1.2.4-dev.14 05:23:38 v1.2.4-dev.15 05:23:38 v1.2.4-dev.16 05:23:38 v1.2.4-dev.17 05:23:38 v1.2.4-dev.18 05:23:38 v1.2.4-dev.19 05:23:38 v1.2.4-dev.2 05:23:38 v1.2.4-dev.20 05:23:38 v1.2.4-dev.21 05:23:38 v1.2.4-dev.3 05:23:38 v1.2.4-dev.4 05:23:38 v1.2.4-dev.5 05:23:38 v1.2.4-dev.6 05:23:38 v1.2.4-dev.7 05:23:38 v1.2.4-dev.8 05:23:38 v1.2.4-dev.9 [Pipeline] sh 05:23:39 + lftools sign git-tag v1.2.4-dev.21 05:23:40 Signing Git tag with Sigul... 05:23:40 Signing v1.2.4-dev.21 [Pipeline] echo 05:23:41 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 05:23:41 ---> sigul-configuration-cleanup.sh [Pipeline] } 05:23:41 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 05:23:41 $ docker stop --time=1 75f207b09d69607c6564e6234a03dde1fc92a9bb4682916a56149bd4a498dbd8 05:23:43 $ docker rm -f 75f207b09d69607c6564e6234a03dde1fc92a9bb4682916a56149bd4a498dbd8 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh 05:23:44 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 05:23:44 . [Pipeline] withDockerContainer 05:23:44 prd-centos7-docker-4c-2g-3646 does not seem to be running inside a container 05:23: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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 05:23:45 $ docker top db63f9887b2d6b787a51f9afeabe81c6665fd9cd71ae29cd54b5cbb6ba178790 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 05:23:45 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 05:23:45 [ssh-agent] Looking for ssh-agent implementation... 05:23:46 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 05:23:46 $ docker exec db63f9887b2d6b787a51f9afeabe81c6665fd9cd71ae29cd54b5cbb6ba178790 ssh-agent 05:23:46 SSH_AUTH_SOCK=/tmp/ssh-h57FllCcER8A/agent.13 05:23:46 SSH_AGENT_PID=19 05:23:46 Running ssh-add (command line suppressed) 05:23:46 Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_3374847599772715137.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_3374847599772715137.key) 05:23:46 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 05:23:46 + git semver bump pre 05:23:46 # -> Open(): unable to determine branch for HEAD 05:23:46 # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git 05:23:46 # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master 05:23:46 # $SEMVER_REMOTE_NAME = origin 05:23:46 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 05:23:46 # $SEMVER_USER_NAME = edgex-jenkins 05:23:46 # $SEMVER_BRANCH = master 05:23:46 # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver 05:23:46 1.2.4-dev.22 [Pipeline] } 05:23:46 $ docker exec --env ******** --env ******** db63f9887b2d6b787a51f9afeabe81c6665fd9cd71ae29cd54b5cbb6ba178790 ssh-agent -k 05:23:47 unset SSH_AUTH_SOCK; 05:23:47 unset SSH_AGENT_PID; 05:23:47 echo Agent pid 19 killed; 05:23:47 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 05:23:47 + git semver [Pipeline] } 05:23:47 $ docker stop --time=1 db63f9887b2d6b787a51f9afeabe81c6665fd9cd71ae29cd54b5cbb6ba178790 05:23:48 $ docker rm -f db63f9887b2d6b787a51f9afeabe81c6665fd9cd71ae29cd54b5cbb6ba178790 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 05:23:49 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 05:23:49 . [Pipeline] withDockerContainer 05:23:49 prd-centos7-docker-4c-2g-3646 does not seem to be running inside a container 05:23:49 $ 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 05:23:50 $ docker top 40ac50a31ce7cfba53de3b3ebf09130c86f6e3506e3d135685b0a5f624e88537 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 05:23:50 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 05:23:50 [ssh-agent] Looking for ssh-agent implementation... 05:23:50 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 05:23:50 $ docker exec 40ac50a31ce7cfba53de3b3ebf09130c86f6e3506e3d135685b0a5f624e88537 ssh-agent 05:23:50 SSH_AUTH_SOCK=/tmp/ssh-63R27QbeoaxI/agent.12 05:23:50 SSH_AGENT_PID=18 05:23:50 Running ssh-add (command line suppressed) 05:23:51 Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_3412079602572599319.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_3412079602572599319.key) 05:23:51 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 05:23:51 + git semver push 05:23:51 # -> Open(): unable to determine branch for HEAD 05:23:51 # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git 05:23:51 # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master 05:23:51 # $SEMVER_REMOTE_NAME = origin 05:23:51 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 05:23:51 # $SEMVER_USER_NAME = edgex-jenkins 05:23:51 # $SEMVER_BRANCH = master 05:23:51 # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver [Pipeline] } 05:23:58 $ docker exec --env ******** --env ******** 40ac50a31ce7cfba53de3b3ebf09130c86f6e3506e3d135685b0a5f624e88537 ssh-agent -k 05:23:58 unset SSH_AUTH_SOCK; 05:23:58 unset SSH_AGENT_PID; 05:23:58 echo Agent pid 18 killed; 05:23:58 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 05:23:58 + git semver [Pipeline] } 05:23:58 $ docker stop --time=1 40ac50a31ce7cfba53de3b3ebf09130c86f6e3506e3d135685b0a5f624e88537 05:24:00 $ docker rm -f 40ac50a31ce7cfba53de3b3ebf09130c86f6e3506e3d135685b0a5f624e88537 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Bump Experimental Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Bump Stable (Named) Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 05:24:01 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 05:24:02 ---> package-listing.sh 05:24:02 ++ facter osfamily 05:24:02 ++ tr '[:upper:]' '[:lower:]' 05:24:02 + OS_FAMILY=redhat 05:24:02 + workspace=/w/workspace/dgexfoundry_device-sdk-go_master 05:24:02 + START_PACKAGES=/tmp/packages_start.txt 05:24:02 + END_PACKAGES=/tmp/packages_end.txt 05:24:02 + DIFF_PACKAGES=/tmp/packages_diff.txt 05:24:02 + PACKAGES=/tmp/packages_start.txt 05:24:02 + '[' /w/workspace/dgexfoundry_device-sdk-go_master ']' 05:24:02 + PACKAGES=/tmp/packages_end.txt 05:24:02 + case "${OS_FAMILY}" in 05:24:02 + rpm -qa 05:24:02 + sort 05:24:06 + '[' -f /tmp/packages_start.txt ']' 05:24:06 + '[' -f /tmp/packages_end.txt ']' 05:24:06 + diff /tmp/packages_start.txt /tmp/packages_end.txt 05:24:06 + '[' /w/workspace/dgexfoundry_device-sdk-go_master ']' 05:24:06 + mkdir -p /w/workspace/dgexfoundry_device-sdk-go_master/archives/ 05:24: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 05:24:06 provisioning config files... 05:24:06 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config7504078623336221072tmp [Pipeline] { [Pipeline] echo 05:24:06 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 05:24:07 ---> create-netrc.sh [Pipeline] } 05:24:07 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 05:24:07 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 05:24:07 ---> python-tools-install.sh 05:24:07 Generating Requirements File 05:25:15 Python 3.6.8 05:25:15 pip 20.2.3 from /home/jenkins/.local/lib/python3.6/site-packages/pip (python 3.6) 05:25:15 appdirs==1.4.3 05:25:15 argcomplete==1.12.1 05:25:15 aspy.yaml==1.3.0 05:25:15 attrs==19.3.0 05:25:15 Babel==2.8.0 05:25:15 beautifulsoup4==4.8.2 05:25:15 boto3==1.11.6 05:25:15 botocore==1.14.6 05:25:15 bs4==0.0.1 05:25:15 cachetools==4.1.1 05:25:15 certifi==2019.11.28 05:25:15 cffi==1.14.3 05:25:15 cfgv==2.0.1 05:25:15 chardet==3.0.4 05:25:15 click==7.1 05:25:15 cliff==3.4.0 05:25:15 cmd2==1.3.11 05:25:15 colorama==0.4.3 05:25:15 cryptography==3.1.1 05:25:15 debtcollector==2.2.0 05:25:15 decorator==4.4.2 05:25:15 defusedxml==0.6.0 05:25:15 Deprecated==1.2.7 05:25:15 distlib==0.3.1 05:25:15 distro==1.2.0 05:25:15 dnspython==1.16.0 05:25:15 docker==4.2.0 05:25:15 docutils==0.15.2 05:25:15 dogpile.cache==1.0.2 05:25:15 email-validator==1.0.5 05:25:15 filelock==3.0.12 05:25:15 future==0.18.2 05:25:15 google-auth==1.22.1 05:25:15 httplib2==0.17.0 05:25:15 identify==1.4.11 05:25:15 idna==2.9 05:25:15 importlib-metadata==1.7.0 05:25:15 importlib-resources==1.5.0 05:25:15 iso8601==0.1.13 05:25:15 Jinja2==2.11.1 05:25:15 jmespath==0.10.0 05:25:15 jsonpatch==1.26 05:25:15 jsonpointer==2.0 05:25:15 jsonschema==3.2.0 05:25:15 keystoneauth1==4.2.1 05:25:15 kubernetes==11.0.0 05:25:15 lftools==0.34.2 05:25:15 lxml==4.5.0 05:25:15 MarkupSafe==0.23 05:25:15 msgpack==1.0.0 05:25:15 multi-key-dict==2.0.3 05:25:15 munch==2.5.0 05:25:15 netaddr==0.8.0 05:25:15 netifaces==0.10.9 05:25:15 niet==1.4.2 05:25:15 nodeenv==1.3.5 05:25:15 oauth2client==4.1.3 05:25:15 oauthlib==3.1.0 05:25:15 openstacksdk==0.50.0 05:25:15 os-client-config==2.1.0 05:25:15 os-service-types==1.7.0 05:25:15 osc-lib==2.2.1 05:25:15 oslo.config==8.3.2 05:25:15 oslo.context==3.1.1 05:25:15 oslo.i18n==5.0.1 05:25:15 oslo.log==4.4.0 05:25:15 oslo.serialization==4.0.1 05:25:15 oslo.utils==4.6.0 05:25:15 packaging==20.4 05:25:15 pbr==5.4.4 05:25:15 pluggy==0.13.1 05:25:15 prettytable==0.7.2 05:25:15 py==1.9.0 05:25:15 pyasn1==0.4.8 05:25:15 pyasn1-modules==0.2.8 05:25:15 pycparser==2.20 05:25:15 pygerrit2==2.0.10 05:25:15 PyGithub==1.46 05:25:15 pyinotify==0.9.6 05:25:15 PyJWT==1.7.1 05:25:15 pyparsing==2.4.7 05:25:15 pyperclip==1.8.0 05:25:15 pyroute2==0.4.13 05:25:15 pyrsistent==0.15.7 05:25:15 PySocks==1.6.8 05:25:15 python-cinderclient==7.2.0 05:25:15 python-dateutil==2.8.1 05:25:15 python-heatclient==2.2.1 05:25:15 python-jenkins==1.7.0 05:25:15 python-keystoneclient==4.1.1 05:25:15 python-magnumclient==3.2.1 05:25:15 python-novaclient==17.2.1 05:25:15 python-openstackclient==5.4.0 05:25:15 python-swiftclient==3.10.1 05:25:15 pytz==2020.1 05:25:15 PyYAML==5.3 05:25:15 requests==2.23.0 05:25:15 requests-oauthlib==1.3.0 05:25:15 requestsexceptions==1.4.0 05:25:15 rfc3986==1.4.0 05:25:15 rpm==4.11.3 05:25:15 rsa==4.0 05:25:15 ruamel.yaml==0.16.10 05:25:15 ruamel.yaml.clib==0.2.0 05:25:15 s3transfer==0.3.3 05:25:15 shade==1.27.2 05:25:15 simplejson==3.17.2 05:25:15 six==1.14.0 05:25:15 soupsieve==2.0 05:25:15 stevedore==3.2.2 05:25:15 tabulate==0.8.6 05:25:15 toml==0.10.0 05:25:15 tox==3.20.0 05:25:15 tqdm==4.43.0 05:25:15 urllib3==1.25.8 05:25:15 virtualenv==20.0.33 05:25:15 wcwidth==0.2.5 05:25:15 websocket-client==0.57.0 05:25:15 wrapt==1.12.1 05:25:15 xdg==3.0.2 05:25:15 xmltodict==0.12.0 05:25:15 yq==2.11.1 05:25:15 zipp==3.3.0 05:25:17 Cache entry deserialization failed, entry ignored 05:25:20 DEPRECATION: Python 2.7 reached the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 is no longer maintained. pip 21.0 will drop support for Python 2.7 in January 2021. More details about Python 2 support in pip can be found at https://pip.pypa.io/en/latest/development/release-process/#python-2-support pip 21.0 will remove support for this functionality. 05:25:22 Python 2.7.5 05:25:22 pip 20.2.3 from /home/jenkins/.local/lib/python2.7/site-packages/pip (python 2.7) 05:25:23 DEPRECATION: Python 2.7 reached the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 is no longer maintained. pip 21.0 will drop support for Python 2.7 in January 2021. More details about Python 2 support in pip can be found at https://pip.pypa.io/en/latest/development/release-process/#python-2-support pip 21.0 will remove support for this functionality. 05:25:23 ansible==2.9.7 05:25:23 Babel==0.9.6 05:25:23 backports.ssl-match-hostname==3.5.0.1 05:25:23 beautifulsoup4==4.4.1 05:25:23 bodhi==2.11.0 05:25:23 bodhi-client==2.11.0 05:25:23 CCColUtils==1.4 05:25:23 cffi==1.6.0 05:25:23 chardet==2.2.1 05:25:23 click==6.7 05:25:23 cloud-init==18.5 05:25:23 configobj==4.7.2 05:25:23 cryptography==1.7.2 05:25:23 decorator==3.4.0 05:25:23 distro==1.2.0 05:25:23 enum34==1.0.4 05:25:23 fedpkg==1.38 05:25:23 futures==3.1.1 05:25:23 gitdb==0.6.4 05:25:23 GitPython==1.0.1 05:25:23 html5lib==0.999 05:25:23 httplib2==0.9.2 05:25:23 idna==2.4 05:25:23 iniparse==0.4 05:25:23 ipaddress==1.0.16 05:25:23 IPy==0.75 05:25:23 javapackages==1.0.0 05:25:23 Jinja2==2.7.2 05:25:23 jmespath==0.9.4 05:25:23 jsonpatch==1.2 05:25:23 jsonpointer==1.9 05:25:23 kerberos==1.1 05:25:23 kitchen==1.1.1 05:25:23 langtable==0.0.31 05:25:23 lockfile==0.9.1 05:25:23 lxml==3.2.1 05:25:23 MarkupSafe==0.11 05:25:23 munch==2.0.2 05:25:23 offtrac==0.1.0 05:25:23 openidc-client==0.6.0 05:25:23 packagedb-cli==2.14.1 05:25:23 paramiko==2.1.1 05:25:23 perf==0.1 05:25:23 ply==3.4 05:25:23 policycoreutils-default-encoding==0.1 05:25:23 prettytable==0.7.2 05:25:23 pyasn1==0.1.9 05:25:23 pycparser==2.14 05:25:23 pycurl==7.19.0 05:25:23 pygobject==3.22.0 05:25:23 pygpgme==0.3 05:25:23 pyliblzma==0.5.3 05:25:23 pyOpenSSL==0.13.1 05:25:23 pyparsing==1.5.6 05:25:23 pyserial==2.6 05:25:23 python-augeas==0.5.0 05:25:23 python-bugzilla==2.3.0 05:25:23 python-dateutil==1.5 05:25:23 python-fedora==0.10.0 05:25:23 python-linux-procfs==0.4.9 05:25:23 python-yubico==1.2.3 05:25:23 pyudev==0.15 05:25:23 pyusb==1.0.0b1 05:25:23 pyxattr==0.5.1 05:25:23 PyYAML==3.10 05:25:23 requests==2.6.0 05:25:23 requests-kerberos==0.7.0 05:25:23 rpkg==1.60 05:25:23 schedutils==0.4 05:25:23 seobject==0.1 05:25:23 sepolicy==1.1 05:25:23 six==1.9.0 05:25:23 smmap==0.9.0 05:25:23 urlgrabber==3.10 05:25:23 urllib3==1.10.2 05:25:23 virtualenv==15.1.0 05:25:23 yum-langpacks==0.4.2 05:25:23 yum-metadata-parser==1.1.4 [Pipeline] echo 05:25:23 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 05:25:23 ---> sudo-logs.sh 05:25:23 Archiving 'sudo' log.. [Pipeline] echo 05:25:24 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 05:25:24 ---> job-cost.sh 05:25:24 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-zKmg 05:25:32 Cache entry deserialization failed, entry ignored 05:25:32 Cache entry deserialization failed, entry ignored 05:25:33 Cache entry deserialization failed, entry ignored 05:25:34 Cache entry deserialization failed, entry ignored 05:25:34 Cache entry deserialization failed, entry ignored 05:25:34 Cache entry deserialization failed, entry ignored 05:25:34 Cache entry deserialization failed, entry ignored 05:25:34 Cache entry deserialization failed, entry ignored 05:25:34 Cache entry deserialization failed, entry ignored 05:25:34 Cache entry deserialization failed, entry ignored 05:25:34 Cache entry deserialization failed, entry ignored 05:25:34 Cache entry deserialization failed, entry ignored 05:25:38 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 05:26:10 lf-activate-venv(): INFO: Adding /tmp/venv-zKmg/bin to PATH 05:26:10 INFO: No Stack... 05:26:10 INFO: Retrieving Pricing Info for: v1-standard-2 05:26:10 INFO: Archiving Costs [Pipeline] echo 05:26:10 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 05:26:11 ---> logs-deploy.sh 05:26:11 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/master/72 05:26:11 INFO: archiving workspace using pattern(s): 05:26:12 Archives upload complete. 05:26:12 INFO: archiving logs to Nexus