Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 929f8c55784e6be67c9085c42060e26da0220a27 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-3634 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 929f8c55784e6be67c9085c42060e26da0220a27 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 929f8c55784e6be67c9085c42060e26da0220a27 # timeout=10 Commit message: "Merge pull request #617 from jinlinGuan/issue-616" > git rev-list --no-walk 7376f7b5b06e33bb8acc21cf64a8bee67a63ba67 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-10-06T04:54:03.865Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-10-06T04:54:04.160Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-10-06T04:54:04.269Z] ========================================================= [2020-10-06T04:54:04.269Z] EdgeX Global Pipelines Version Info [2020-10-06T04:54:04.269Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-10-06T04:54:07.317Z] ------------------- [2020-10-06T04:54:07.317Z] stable info: [2020-10-06T04:54:07.317Z] ------------------- [2020-10-06T04:54:07.317Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-10-06T04:54:07.317Z] Commit SHA: ad104866bbc8c98dca93091e1a8abeb835fd4e4d [2020-10-06T04:54:07.317Z] Message: update stable to v1.0.131 [2020-10-06T04:54:08.365Z] ------------------- [2020-10-06T04:54:08.365Z] experimental info: [2020-10-06T04:54:08.365Z] ------------------- [2020-10-06T04:54:08.365Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-10-06T04:54:08.365Z] Commit SHA: 570db4806bfd36b7d07759f4849a4530ec9e8d2a [2020-10-06T04:54:08.365Z] Message: update experimental to v1.0.134 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo [2020-10-06T04:54:08.864Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-go-settings [Pipeline] echo [2020-10-06T04:54:08.990Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-go [Pipeline] echo [2020-10-06T04:54:09.095Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-10-06T04:54:09.196Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-10-06T04:54:09.311Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-10-06T04:54:09.424Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2020-10-06T04:54:09.541Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-10-06T04:54:09.644Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2020-10-06T04:54:09.740Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = example/cmd/device-simple/Dockerfile [Pipeline] echo [2020-10-06T04:54:09.852Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-10-06T04:54:10.019Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-10-06T04:54:10.227Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-sdk-simple [Pipeline] echo [2020-10-06T04:54:10.351Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-10-06T04:54:10.453Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-10-06T04:54:10.590Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2020-10-06T04:54:10.695Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2020-10-06T04:54:10.821Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2020-10-06T04:54:10.949Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2020-10-06T04:54:11.072Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2020-10-06T04:54:11.179Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2020-10-06T04:54:11.297Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2020-10-06T04:54:11.407Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2020-10-06T04:54:11.531Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2020-10-06T04:54:11.653Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2020-10-06T04:54:11.774Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2020-10-06T04:54:11.877Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2020-10-06T04:54:12.000Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2020-10-06T04:54:12.115Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2020-10-06T04:54:12.226Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 929f8c55784e6be67c9085c42060e26da0220a27 [Pipeline] echo [2020-10-06T04:54:12.355Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 929f8c5 [Pipeline] echo [2020-10-06T04:54:12.463Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-10-06T04:54:13.240Z] + git log --format=format:%s -1 929f8c55784e6be67c9085c42060e26da0220a27 [Pipeline] echo [2020-10-06T04:54:13.364Z] GIT_COMMIT: 929f8c55784e6be67c9085c42060e26da0220a27, Commit Message: Merge pull request #617 from jinlinGuan/issue-616 [Pipeline] echo [2020-10-06T04:54:13.446Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2020-10-06T04:54:14.212Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-06T04:54:14.826Z] [2020-10-06T04:54:14.826Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-10-06T04:54:15.279Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-06T04:54:15.279Z] latest: Pulling from edgex-devops/git-semver [2020-10-06T04:54:15.279Z] 31603596830f: Pulling fs layer [2020-10-06T04:54:15.279Z] 2a8b12db71e7: Pulling fs layer [2020-10-06T04:54:15.279Z] 6ca5941a6612: Pulling fs layer [2020-10-06T04:54:15.279Z] ecc8261a40a4: Pulling fs layer [2020-10-06T04:54:15.279Z] ecc8261a40a4: Waiting [2020-10-06T04:54:15.279Z] 2a8b12db71e7: Verifying Checksum [2020-10-06T04:54:15.279Z] 2a8b12db71e7: Download complete [2020-10-06T04:54:15.964Z] 31603596830f: Verifying Checksum [2020-10-06T04:54:15.964Z] 31603596830f: Download complete [2020-10-06T04:54:16.633Z] 31603596830f: Pull complete [2020-10-06T04:54:16.908Z] 2a8b12db71e7: Pull complete [2020-10-06T04:54:17.203Z] ecc8261a40a4: Verifying Checksum [2020-10-06T04:54:17.203Z] ecc8261a40a4: Download complete [2020-10-06T04:54:17.485Z] 6ca5941a6612: Verifying Checksum [2020-10-06T04:54:17.485Z] 6ca5941a6612: Download complete [2020-10-06T04:54:18.999Z] 6ca5941a6612: Pull complete [2020-10-06T04:54:18.999Z] ecc8261a40a4: Pull complete [2020-10-06T04:54:18.999Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-10-06T04:54:19.014Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-06T04:54:19.014Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-10-06T04:54:19.227Z] prd-centos7-docker-4c-2g-3634 does not seem to be running inside a container [2020-10-06T04:54:19.348Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-sdk-go_master -v /w/workspace/dgexfoundry_device-sdk-go_master:/w/workspace/dgexfoundry_device-sdk-go_master:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_master@tmp:/w/workspace/dgexfoundry_device-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-10-06T04:54:21.733Z] $ docker top 7b362eaee6b784963659141298a3e3d6275fdae923b505c7f0bef0f6846eaa59 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-06T04:54:22.193Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-06T04:54:22.193Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-06T04:54:22.564Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-06T04:54:22.575Z] $ docker exec 7b362eaee6b784963659141298a3e3d6275fdae923b505c7f0bef0f6846eaa59 ssh-agent [2020-10-06T04:54:22.887Z] SSH_AUTH_SOCK=/tmp/ssh-V6zYui8Kr667/agent.11 [2020-10-06T04:54:22.887Z] SSH_AGENT_PID=16 [2020-10-06T04:54:22.912Z] Running ssh-add (command line suppressed) [2020-10-06T04:54:23.154Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_6932418939963701923.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_6932418939963701923.key) [2020-10-06T04:54:23.267Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-06T04:54:23.667Z] + git describe --exact-match --tags HEAD [2020-10-06T04:54:23.667Z] fatal: no tag exactly matches '929f8c55784e6be67c9085c42060e26da0220a27' [Pipeline] } [2020-10-06T04:54:23.720Z] $ docker exec --env ******** --env ******** 7b362eaee6b784963659141298a3e3d6275fdae923b505c7f0bef0f6846eaa59 ssh-agent -k [2020-10-06T04:54:23.858Z] unset SSH_AUTH_SOCK; [2020-10-06T04:54:23.859Z] unset SSH_AGENT_PID; [2020-10-06T04:54:23.859Z] echo Agent pid 16 killed; [2020-10-06T04:54:23.924Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [2020-10-06T04:54:24.057Z] [edgeXSemver]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 [2020-10-06T04:54:24.058Z] This usually means this commit has not been tagged. [Pipeline] sshagent [2020-10-06T04:54:24.171Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-06T04:54:24.171Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-06T04:54:24.472Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-06T04:54:24.484Z] $ docker exec 7b362eaee6b784963659141298a3e3d6275fdae923b505c7f0bef0f6846eaa59 ssh-agent [2020-10-06T04:54:24.758Z] SSH_AUTH_SOCK=/tmp/ssh-3oI5hxWs4A09/agent.46 [2020-10-06T04:54:24.758Z] SSH_AGENT_PID=51 [2020-10-06T04:54:24.776Z] Running ssh-add (command line suppressed) [2020-10-06T04:54:25.118Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_8160819410121582257.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_8160819410121582257.key) [2020-10-06T04:54:25.208Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-06T04:54:25.648Z] + git semver init [2020-10-06T04:54:25.649Z] # -> Open(): unable to determine branch for HEAD [2020-10-06T04:54:25.649Z] # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git [2020-10-06T04:54:25.649Z] # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master [2020-10-06T04:54:25.649Z] # $SEMVER_REMOTE_NAME = origin [2020-10-06T04:54:25.649Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-06T04:54:25.649Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-06T04:54:25.649Z] # $SEMVER_BRANCH = master [2020-10-06T04:54:25.649Z] # $SEMVER_TEMP = /tmp/semver-770777514 [2020-10-06T04:54:25.649Z] # git clone --branch semver git@github.com:edgexfoundry/device-sdk-go.git $SEMVER_TEMP [2020-10-06T04:54:27.122Z] # '/tmp/semver-770777514' -> '/w/workspace/dgexfoundry_device-sdk-go_master/.semver' [2020-10-06T04:54:27.122Z] # -> Force: false [2020-10-06T04:54:27.122Z] # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver [Pipeline] } [2020-10-06T04:54:27.146Z] $ docker exec --env ******** --env ******** 7b362eaee6b784963659141298a3e3d6275fdae923b505c7f0bef0f6846eaa59 ssh-agent -k [2020-10-06T04:54:27.383Z] unset SSH_AUTH_SOCK; [2020-10-06T04:54:27.385Z] unset SSH_AGENT_PID; [2020-10-06T04:54:27.385Z] echo Agent pid 51 killed; [2020-10-06T04:54:27.485Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-06T04:54:28.061Z] + git semver [Pipeline] } [2020-10-06T04:54:28.115Z] $ docker stop --time=1 7b362eaee6b784963659141298a3e3d6275fdae923b505c7f0bef0f6846eaa59 [2020-10-06T04:54:29.654Z] $ docker rm -f 7b362eaee6b784963659141298a3e3d6275fdae923b505c7f0bef0f6846eaa59 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash [2020-10-06T04:54:30.698Z] Stashed 39 file(s) [Pipeline] echo [2020-10-06T04:54:30.702Z] [edgeXSemver]: initialized semver on version 1.2.4-dev.20 [Pipeline] echo [2020-10-06T04:54:30.804Z] Archived original version: [1.2.4-dev.20] [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 [2020-10-06T04:54:31.548Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-3628 in /w/workspace/dgexfoundry_device-sdk-go_master [Pipeline] { [Pipeline] ws [2020-10-06T04:54:31.605Z] Running in /w/workspace/device-sdk-go/71 [Pipeline] { [Pipeline] checkout [2020-10-06T04:54:36.588Z] using credential edgex-jenkins-ssh [2020-10-06T04:54:36.668Z] Cloning the remote Git repository [2020-10-06T04:54:36.721Z] Cloning repository git@github.com:edgexfoundry/device-sdk-go.git [2020-10-06T04:54:36.826Z] > git init /w/workspace/device-sdk-go/71 # timeout=10 [2020-10-06T04:54:36.901Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2020-10-06T04:54:36.901Z] > git --version # timeout=10 [2020-10-06T04:54:36.926Z] > git --version # 'git version 2.17.1' [2020-10-06T04:54:36.928Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-06T04:54:37.003Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-06T04:54:39.094Z] Checking out Revision 929f8c55784e6be67c9085c42060e26da0220a27 (master) [2020-10-06T04:54:38.450Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2020-10-06T04:54:38.477Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-06T04:54:38.502Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2020-10-06T04:54:38.531Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2020-10-06T04:54:38.532Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-06T04:54:38.544Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-10-06T04:54:39.116Z] > git config core.sparsecheckout # timeout=10 [2020-10-06T04:54:39.131Z] > git checkout -f 929f8c55784e6be67c9085c42060e26da0220a27 # timeout=10 [2020-10-06T04:54:43.483Z] Commit message: "Merge pull request #617 from jinlinGuan/issue-616" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-10-06T04:54:44.812Z] ========================================================= [2020-10-06T04:54:44.813Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2020-10-06T04:54:44.813Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-10-06T04:54:45.760Z] + 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 . [2020-10-06T04:54:46.340Z] Still waiting to schedule task [2020-10-06T04:54:46.340Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2020-10-06T04:54:46.745Z] Sending build context to Docker daemon 3.491MB [2020-10-06T04:54:46.745Z] Step 1/8 : ARG BASE=golang:1.15-alpine [2020-10-06T04:54:46.745Z] Step 2/8 : FROM ${BASE} [2020-10-06T04:54:47.018Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-10-06T04:54:47.018Z] b538f80385f9: Pulling fs layer [2020-10-06T04:54:47.018Z] 74f711af9a0d: Pulling fs layer [2020-10-06T04:54:47.018Z] 99f96fe45779: Pulling fs layer [2020-10-06T04:54:47.018Z] 8529a6b9a6be: Pulling fs layer [2020-10-06T04:54:47.018Z] 45590311c82a: Pulling fs layer [2020-10-06T04:54:47.018Z] 69ca0ff8b7b3: Pulling fs layer [2020-10-06T04:54:47.018Z] 209524e5b208: Pulling fs layer [2020-10-06T04:54:47.018Z] 45590311c82a: Waiting [2020-10-06T04:54:47.018Z] 69ca0ff8b7b3: Waiting [2020-10-06T04:54:47.018Z] 209524e5b208: Waiting [2020-10-06T04:54:47.018Z] 8529a6b9a6be: Waiting [2020-10-06T04:54:47.018Z] 99f96fe45779: Verifying Checksum [2020-10-06T04:54:47.018Z] 99f96fe45779: Download complete [2020-10-06T04:54:47.018Z] 74f711af9a0d: Download complete [2020-10-06T04:54:47.018Z] 45590311c82a: Verifying Checksum [2020-10-06T04:54:47.018Z] 45590311c82a: Download complete [2020-10-06T04:54:47.295Z] 69ca0ff8b7b3: Verifying Checksum [2020-10-06T04:54:47.295Z] 69ca0ff8b7b3: Download complete [2020-10-06T04:54:47.889Z] b538f80385f9: Verifying Checksum [2020-10-06T04:54:47.889Z] b538f80385f9: Download complete [2020-10-06T04:54:48.162Z] b538f80385f9: Pull complete [2020-10-06T04:54:48.764Z] 74f711af9a0d: Pull complete [2020-10-06T04:54:49.039Z] 99f96fe45779: Pull complete [2020-10-06T04:54:54.459Z] 209524e5b208: Verifying Checksum [2020-10-06T04:54:54.459Z] 209524e5b208: Download complete [2020-10-06T04:54:58.778Z] 8529a6b9a6be: Verifying Checksum [2020-10-06T04:54:58.778Z] 8529a6b9a6be: Download complete [2020-10-06T04:55:08.952Z] 8529a6b9a6be: Pull complete [2020-10-06T04:55:08.952Z] 45590311c82a: Pull complete [2020-10-06T04:55:08.952Z] 69ca0ff8b7b3: Pull complete [2020-10-06T04:55:13.315Z] 209524e5b208: Pull complete [2020-10-06T04:55:13.315Z] Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 [2020-10-06T04:55:13.315Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2020-10-06T04:55:13.315Z] ---> 5bddaf1c2fca [2020-10-06T04:55:13.315Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-10-06T04:55:15.955Z] ---> Running in 5ff1023f752a [2020-10-06T04:55:15.955Z] Removing intermediate container 5ff1023f752a [2020-10-06T04:55:15.955Z] ---> 0515bef9f394 [2020-10-06T04:55:15.955Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-06T04:55:16.227Z] ---> Running in 4e71bf64f54b [2020-10-06T04:55:18.846Z] Removing intermediate container 4e71bf64f54b [2020-10-06T04:55:18.846Z] ---> ed99df3abfc4 [2020-10-06T04:55:18.846Z] Step 5/8 : RUN apk add --no-cache make git [2020-10-06T04:55:18.846Z] ---> Running in cb81e34182f6 [2020-10-06T04:55:20.280Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-06T04:55:23.669Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-06T04:55:27.963Z] OK: 142 MiB in 39 packages [2020-10-06T04:55:28.943Z] Removing intermediate container cb81e34182f6 [2020-10-06T04:55:28.943Z] ---> c6aa653b35f3 [2020-10-06T04:55:28.943Z] Step 6/8 : WORKDIR /device-sdk-go [2020-10-06T04:55:29.218Z] ---> Running in f26c168a8da5 [2020-10-06T04:55:29.817Z] Removing intermediate container f26c168a8da5 [2020-10-06T04:55:29.817Z] ---> efab80038dfb [2020-10-06T04:55:29.817Z] Step 7/8 : COPY . . [2020-10-06T04:55:31.260Z] ---> bf2cb375c9da [2020-10-06T04:55:31.260Z] Step 8/8 : RUN go mod download [2020-10-06T04:55:31.260Z] ---> Running in 629b87fadb6b [2020-10-06T04:55:53.605Z] Removing intermediate container 629b87fadb6b [2020-10-06T04:55:53.605Z] ---> 94d18e9d9953 [2020-10-06T04:55:53.605Z] Successfully built 94d18e9d9953 [2020-10-06T04:55:53.605Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-10-06T04:55:54.048Z] + docker inspect -f . ci-base-image-arm64 [2020-10-06T04:55:54.048Z] . [Pipeline] withDockerContainer [2020-10-06T04:55:54.335Z] prd-ubuntu18.04-docker-arm64-4c-16g-3628 does not seem to be running inside a container [2020-10-06T04:55:54.426Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/71 -v /w/workspace/device-sdk-go/71:/w/workspace/device-sdk-go/71:rw,z -v /w/workspace/device-sdk-go/71@tmp:/w/workspace/device-sdk-go/71@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 [2020-10-06T04:55:56.315Z] $ docker top 94a88973ca3ebd70e36a7eff380e401499a74f4705ba649e1abb84e1964f09c1 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-06T04:55:57.756Z] + go version [2020-10-06T04:55:57.756Z] go version go1.15.2 linux/arm64 [Pipeline] } [2020-10-06T04:55:57.785Z] $ docker stop --time=1 94a88973ca3ebd70e36a7eff380e401499a74f4705ba649e1abb84e1964f09c1 [2020-10-06T04:55:59.633Z] $ docker rm -f 94a88973ca3ebd70e36a7eff380e401499a74f4705ba649e1abb84e1964f09c1 [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 [2020-10-06T04:56:03.548Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-10-06T04:56:03.882Z] + ls -al . [2020-10-06T04:56:03.883Z] total 104 [2020-10-06T04:56:03.883Z] drwxrwxr-x 11 jenkins jenkins 4096 Oct 6 04:54 . [2020-10-06T04:56:03.883Z] drwxrwxr-x 4 jenkins jenkins 4096 Oct 6 04:54 .. [2020-10-06T04:56:03.883Z] -rw-rw-r-- 1 jenkins jenkins 140 Oct 6 04:54 .dockerignore [2020-10-06T04:56:03.883Z] drwxrwxr-x 8 jenkins jenkins 4096 Oct 6 04:54 .git [2020-10-06T04:56:03.883Z] drwxrwxr-x 2 jenkins jenkins 4096 Oct 6 04:54 .github [2020-10-06T04:56:03.883Z] -rw-rw-r-- 1 jenkins jenkins 138 Oct 6 04:54 .gitignore [2020-10-06T04:56:03.883Z] drwxrwxr-x 3 jenkins jenkins 4096 Oct 6 04:54 .semver [2020-10-06T04:56:03.883Z] -rw-rw-r-- 1 jenkins jenkins 936 Oct 6 04:54 Dockerfile.build [2020-10-06T04:56:03.883Z] -rw-rw-r-- 1 jenkins jenkins 901 Oct 6 04:54 Jenkinsfile [2020-10-06T04:56:03.883Z] -rw-rw-r-- 1 jenkins jenkins 11341 Oct 6 04:54 LICENSE [2020-10-06T04:56:03.883Z] -rw-rw-r-- 1 jenkins jenkins 1013 Oct 6 04:54 Makefile [2020-10-06T04:56:03.883Z] -rw-rw-r-- 1 jenkins jenkins 5897 Oct 6 04:54 README.md [2020-10-06T04:56:03.883Z] -rw-rw-r-- 1 jenkins jenkins 4291 Oct 6 04:54 RELEASE-NOTES.txt [2020-10-06T04:56:03.883Z] -rw-rw-r-- 1 jenkins jenkins 12 Oct 6 04:54 VERSION [2020-10-06T04:56:03.883Z] drwxrwxr-x 2 jenkins jenkins 4096 Oct 6 04:54 bin [2020-10-06T04:56:03.883Z] drwxrwxr-x 4 jenkins jenkins 4096 Oct 6 04:54 example [2020-10-06T04:56:03.883Z] -rw-rw-r-- 1 jenkins jenkins 517 Oct 6 04:54 go.mod [2020-10-06T04:56:03.883Z] drwxrwxr-x 15 jenkins jenkins 4096 Oct 6 04:54 internal [2020-10-06T04:56:03.883Z] drwxrwxr-x 4 jenkins jenkins 4096 Oct 6 04:54 openapi [2020-10-06T04:56:03.883Z] drwxrwxr-x 5 jenkins jenkins 4096 Oct 6 04:54 pkg [2020-10-06T04:56:03.883Z] drwxrwxr-x 4 jenkins jenkins 4096 Oct 6 04:54 snap [2020-10-06T04:56:03.883Z] -rw-rw-r-- 1 jenkins jenkins 222 Oct 6 04:54 version.go [Pipeline] isUnix [Pipeline] sh [2020-10-06T04:56:04.230Z] + 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=929f8c55784e6be67c9085c42060e26da0220a27 --label arch=arm64 --label version=1.2.4-dev.20 . [2020-10-06T04:56:04.827Z] Sending build context to Docker daemon 3.491MB [2020-10-06T04:56:04.827Z] Step 1/24 : ARG BASE=golang:1.15-alpine [2020-10-06T04:56:04.827Z] Step 2/24 : FROM ${BASE} AS builder [2020-10-06T04:56:04.827Z] ---> 94d18e9d9953 [2020-10-06T04:56:04.827Z] Step 3/24 : ARG MAKE='make build' [2020-10-06T04:56:04.827Z] ---> Running in 683d2a523441 [2020-10-06T04:56:05.431Z] Removing intermediate container 683d2a523441 [2020-10-06T04:56:05.431Z] ---> ebbdff46d903 [2020-10-06T04:56:05.431Z] Step 4/24 : WORKDIR /device-sdk-go [2020-10-06T04:56:05.431Z] ---> Running in 2a19f940c832 [2020-10-06T04:56:06.026Z] Removing intermediate container 2a19f940c832 [2020-10-06T04:56:06.026Z] ---> efd953533b46 [2020-10-06T04:56:06.026Z] Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-10-06T04:56:06.305Z] ---> Running in 41f480a82940 [2020-10-06T04:56:06.578Z] Removing intermediate container 41f480a82940 [2020-10-06T04:56:06.578Z] ---> 0a1caa139c4e [2020-10-06T04:56:06.578Z] Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-06T04:56:06.852Z] ---> Running in 52d58f4cc6c7 [2020-10-06T04:56:09.486Z] Removing intermediate container 52d58f4cc6c7 [2020-10-06T04:56:09.486Z] ---> e88b97407316 [2020-10-06T04:56:09.486Z] Step 7/24 : RUN apk add --update --no-cache make git [2020-10-06T04:56:09.486Z] ---> Running in b427acdc3e55 [2020-10-06T04:56:10.923Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-06T04:56:12.894Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-06T04:56:17.191Z] OK: 142 MiB in 39 packages [2020-10-06T04:56:18.173Z] Removing intermediate container b427acdc3e55 [2020-10-06T04:56:18.173Z] ---> 1f42984e1eb3 [2020-10-06T04:56:18.173Z] Step 8/24 : COPY . . [2020-10-06T04:56:19.610Z] ---> b97f573ac3ab [2020-10-06T04:56:19.610Z] Step 9/24 : RUN ${MAKE} [2020-10-06T04:56:19.610Z] ---> Running in 85f0da0efab3 [2020-10-06T04:56:21.055Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-sdk-go.Version=1.2.4-dev.20" -o example/cmd/device-simple/device-simple ./example/cmd/device-simple [2020-10-06T04:56:23.961Z] Running on prd-centos7-docker-4c-2g-3636 in /w/workspace/dgexfoundry_device-sdk-go_master [Pipeline] { [Pipeline] ws [2020-10-06T04:56:24.018Z] Running in /w/workspace/device-sdk-go/71 [Pipeline] { [Pipeline] checkout [2020-10-06T04:56:26.390Z] using credential edgex-jenkins-ssh [2020-10-06T04:56:26.475Z] Cloning the remote Git repository [2020-10-06T04:56:26.507Z] Cloning repository git@github.com:edgexfoundry/device-sdk-go.git [2020-10-06T04:56:26.582Z] > git init /w/workspace/device-sdk-go/71 # timeout=10 [2020-10-06T04:56:26.632Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2020-10-06T04:56:26.632Z] > git --version # timeout=10 [2020-10-06T04:56:26.643Z] > git --version # 'git version 2.16.5' [2020-10-06T04:56:26.643Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-06T04:56:26.668Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-06T04:56:28.140Z] Checking out Revision 929f8c55784e6be67c9085c42060e26da0220a27 (master) [2020-10-06T04:56:27.730Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2020-10-06T04:56:27.737Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-06T04:56:27.751Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2020-10-06T04:56:27.766Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2020-10-06T04:56:27.766Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-06T04:56:27.770Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-10-06T04:56:28.150Z] > git config core.sparsecheckout # timeout=10 [2020-10-06T04:56:28.156Z] > git checkout -f 929f8c55784e6be67c9085c42060e26da0220a27 # timeout=10 [2020-10-06T04:56:31.829Z] Commit message: "Merge pull request #617 from jinlinGuan/issue-616" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-10-06T04:56:32.889Z] ========================================================= [2020-10-06T04:56:32.889Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2020-10-06T04:56:32.889Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-10-06T04:56:33.508Z] + 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 . [2020-10-06T04:56:33.774Z] Sending build context to Docker daemon 3.489MB [2020-10-06T04:56:33.774Z] Step 1/8 : ARG BASE=golang:1.15-alpine [2020-10-06T04:56:33.774Z] Step 2/8 : FROM ${BASE} [2020-10-06T04:56:34.038Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2020-10-06T04:56:34.038Z] df20fa9351a1: Pulling fs layer [2020-10-06T04:56:34.038Z] ed8968b2872e: Pulling fs layer [2020-10-06T04:56:34.038Z] a92cc7c5fd73: Pulling fs layer [2020-10-06T04:56:34.038Z] e871e8e8d7a9: Pulling fs layer [2020-10-06T04:56:34.038Z] e73272ec9a57: Pulling fs layer [2020-10-06T04:56:34.038Z] 1e910a182e73: Pulling fs layer [2020-10-06T04:56:34.038Z] 4e634b169226: Pulling fs layer [2020-10-06T04:56:34.038Z] e73272ec9a57: Waiting [2020-10-06T04:56:34.038Z] 1e910a182e73: Waiting [2020-10-06T04:56:34.038Z] 4e634b169226: Waiting [2020-10-06T04:56:34.038Z] e871e8e8d7a9: Waiting [2020-10-06T04:56:34.038Z] a92cc7c5fd73: Verifying Checksum [2020-10-06T04:56:34.038Z] a92cc7c5fd73: Download complete [2020-10-06T04:56:34.038Z] ed8968b2872e: Download complete [2020-10-06T04:56:34.038Z] e73272ec9a57: Verifying Checksum [2020-10-06T04:56:34.038Z] e73272ec9a57: Download complete [2020-10-06T04:56:34.038Z] 1e910a182e73: Verifying Checksum [2020-10-06T04:56:34.038Z] 1e910a182e73: Download complete [2020-10-06T04:56:34.038Z] df20fa9351a1: Verifying Checksum [2020-10-06T04:56:34.038Z] df20fa9351a1: Download complete [2020-10-06T04:56:34.303Z] df20fa9351a1: Pull complete [2020-10-06T04:56:34.884Z] ed8968b2872e: Pull complete [2020-10-06T04:56:34.884Z] a92cc7c5fd73: Pull complete [2020-10-06T04:56:36.836Z] 4e634b169226: Verifying Checksum [2020-10-06T04:56:36.836Z] 4e634b169226: Download complete [2020-10-06T04:56:37.137Z] e871e8e8d7a9: Verifying Checksum [2020-10-06T04:56:37.137Z] e871e8e8d7a9: Download complete [2020-10-06T04:56:42.479Z] e871e8e8d7a9: Pull complete [2020-10-06T04:56:42.479Z] e73272ec9a57: Pull complete [2020-10-06T04:56:42.479Z] 1e910a182e73: Pull complete [2020-10-06T04:56:43.252Z] CGO_ENABLED=0 GO111MODULE=on go install -tags=safe [2020-10-06T04:56:46.627Z] Removing intermediate container 85f0da0efab3 [2020-10-06T04:56:46.627Z] ---> 4f196fbb21ec [2020-10-06T04:56:46.627Z] Step 10/24 : FROM scratch [2020-10-06T04:56:46.627Z] ---> [2020-10-06T04:56:46.627Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-10-06T04:56:46.627Z] ---> Running in 0de2e16bbbaa [2020-10-06T04:56:46.627Z] Removing intermediate container 0de2e16bbbaa [2020-10-06T04:56:46.627Z] ---> 649edfa63911 [2020-10-06T04:56:46.627Z] Step 12/24 : ENV APP_PORT=49990 [2020-10-06T04:56:46.900Z] ---> Running in 49c2ca38f477 [2020-10-06T04:56:47.183Z] Removing intermediate container 49c2ca38f477 [2020-10-06T04:56:47.183Z] ---> d628fa040948 [2020-10-06T04:56:47.183Z] Step 13/24 : EXPOSE $APP_PORT [2020-10-06T04:56:47.183Z] ---> Running in 2e66efb8ea0b [2020-10-06T04:56:47.782Z] Removing intermediate container 2e66efb8ea0b [2020-10-06T04:56:47.782Z] ---> 180636b3f70b [2020-10-06T04:56:47.782Z] Step 14/24 : WORKDIR / [2020-10-06T04:56:47.782Z] ---> Running in e05c5e7dfa79 [2020-10-06T04:56:48.064Z] Removing intermediate container e05c5e7dfa79 [2020-10-06T04:56:48.065Z] ---> fd200fc2f393 [2020-10-06T04:56:48.065Z] Step 15/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple [2020-10-06T04:56:49.502Z] ---> 2fbbd0a699f0 [2020-10-06T04:56:49.502Z] Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml [2020-10-06T04:56:50.098Z] ---> fdcbcbf43ac6 [2020-10-06T04:56:50.098Z] Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml [2020-10-06T04:56:50.666Z] 4e634b169226: Pull complete [2020-10-06T04:56:50.667Z] Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 [2020-10-06T04:56:50.667Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2020-10-06T04:56:50.667Z] ---> f7629b54cfaa [2020-10-06T04:56:50.667Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-10-06T04:56:50.695Z] ---> e5f988f243d0 [2020-10-06T04:56:50.695Z] Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png [2020-10-06T04:56:51.243Z] ---> Running in 008758d9ec10 [2020-10-06T04:56:51.293Z] ---> 2211532f3ad3 [2020-10-06T04:56:51.293Z] Step 19/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg [2020-10-06T04:56:51.512Z] Removing intermediate container 008758d9ec10 [2020-10-06T04:56:51.512Z] ---> a6108f20c1b9 [2020-10-06T04:56:51.512Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-06T04:56:51.512Z] ---> Running in 9fe22effb7ba [2020-10-06T04:56:52.272Z] ---> 4510c20409b9 [2020-10-06T04:56:52.272Z] Step 20/24 : ENTRYPOINT ["/usr/local/bin/device-simple"] [2020-10-06T04:56:52.273Z] ---> Running in bcc4691a5fc2 [2020-10-06T04:56:52.544Z] Removing intermediate container bcc4691a5fc2 [2020-10-06T04:56:52.544Z] ---> 52ed17c602f6 [2020-10-06T04:56:52.544Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-06T04:56:52.818Z] ---> Running in 2ce8e9a5c32f [2020-10-06T04:56:52.907Z] Removing intermediate container 9fe22effb7ba [2020-10-06T04:56:52.907Z] ---> 54ddb64ecd36 [2020-10-06T04:56:52.907Z] Step 5/8 : RUN apk add --no-cache make git [2020-10-06T04:56:52.907Z] ---> Running in dc4ca618293d [2020-10-06T04:56:53.088Z] Removing intermediate container 2ce8e9a5c32f [2020-10-06T04:56:53.088Z] ---> b3c45699c345 [2020-10-06T04:56:53.088Z] Step 22/24 : LABEL arch=arm64 [2020-10-06T04:56:53.360Z] ---> Running in 87a10fe20813 [2020-10-06T04:56:53.483Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-06T04:56:53.631Z] Removing intermediate container 87a10fe20813 [2020-10-06T04:56:53.631Z] ---> 14ec562a63c3 [2020-10-06T04:56:53.631Z] Step 23/24 : LABEL git_sha=929f8c55784e6be67c9085c42060e26da0220a27 [2020-10-06T04:56:53.905Z] ---> Running in 1841acb22412 [2020-10-06T04:56:54.178Z] Removing intermediate container 1841acb22412 [2020-10-06T04:56:54.178Z] ---> ec212eebc38e [2020-10-06T04:56:54.178Z] Step 24/24 : LABEL version=1.2.4-dev.20 [2020-10-06T04:56:54.452Z] ---> Running in 8f783ad9b141 [2020-10-06T04:56:55.045Z] Removing intermediate container 8f783ad9b141 [2020-10-06T04:56:55.045Z] ---> d5290e8e809a [2020-10-06T04:56:55.045Z] [Warning] One or more build-args [ARCH] were not consumed [2020-10-06T04:56:55.045Z] Successfully built d5290e8e809a [2020-10-06T04:56:55.045Z] 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] } [2020-10-06T04:56:56.037Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-10-06T04:56:56.988Z] OK: 166 MiB in 39 packages [2020-10-06T04:56:57.562Z] Removing intermediate container dc4ca618293d [2020-10-06T04:56:57.562Z] ---> 9f29306e0423 [2020-10-06T04:56:57.562Z] Step 6/8 : WORKDIR /device-sdk-go [2020-10-06T04:56:57.562Z] ---> Running in f1629f6ada97 [2020-10-06T04:56:57.825Z] Removing intermediate container f1629f6ada97 [2020-10-06T04:56:57.825Z] ---> 4a474142702c [2020-10-06T04:56:57.825Z] Step 7/8 : COPY . . [2020-10-06T04:56:59.224Z] ---> 39441c19439d [2020-10-06T04:56:59.224Z] Step 8/8 : RUN go mod download [2020-10-06T04:56:59.224Z] ---> Running in 79af27c8e148 [2020-10-06T04:57:17.389Z] Removing intermediate container 79af27c8e148 [2020-10-06T04:57:17.389Z] ---> 278b9c410b51 [2020-10-06T04:57:17.389Z] Successfully built 278b9c410b51 [2020-10-06T04:57:17.389Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2020-10-06T04:57:17.754Z] + docker inspect -f . ci-base-image-x86_64 [2020-10-06T04:57:17.754Z] . [Pipeline] withDockerContainer [2020-10-06T04:57:17.891Z] prd-centos7-docker-4c-2g-3636 does not seem to be running inside a container [2020-10-06T04:57:18.038Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/71 -v /w/workspace/device-sdk-go/71:/w/workspace/device-sdk-go/71:rw,z -v /w/workspace/device-sdk-go/71@tmp:/w/workspace/device-sdk-go/71@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 [2020-10-06T04:57:18.820Z] $ docker top cb41cee804a798ebc43691c3f9ae4592b1a1d61f230d6e23587322f6fd63108e -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-06T04:57:19.369Z] + go version [2020-10-06T04:57:19.369Z] go version go1.15.2 linux/amd64 [Pipeline] } [2020-10-06T04:57:19.385Z] $ docker stop --time=1 cb41cee804a798ebc43691c3f9ae4592b1a1d61f230d6e23587322f6fd63108e [2020-10-06T04:57:20.790Z] $ docker rm -f cb41cee804a798ebc43691c3f9ae4592b1a1d61f230d6e23587322f6fd63108e [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 [2020-10-06T04:57:21.944Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-10-06T04:57:22.243Z] + ls -al . [2020-10-06T04:57:22.243Z] total 64 [2020-10-06T04:57:22.243Z] drwxrwxr-x. 11 jenkins jenkins 4096 Oct 6 04:56 . [2020-10-06T04:57:22.243Z] drwxrwxr-x. 4 jenkins jenkins 30 Oct 6 04:56 .. [2020-10-06T04:57:22.243Z] drwxrwxr-x. 2 jenkins jenkins 64 Oct 6 04:56 bin [2020-10-06T04:57:22.243Z] -rw-rw-r--. 1 jenkins jenkins 936 Oct 6 04:56 Dockerfile.build [2020-10-06T04:57:22.243Z] -rw-rw-r--. 1 jenkins jenkins 140 Oct 6 04:56 .dockerignore [2020-10-06T04:57:22.243Z] drwxrwxr-x. 4 jenkins jenkins 48 Oct 6 04:56 example [2020-10-06T04:57:22.243Z] drwxrwxr-x. 8 jenkins jenkins 162 Oct 6 04:56 .git [2020-10-06T04:57:22.243Z] drwxrwxr-x. 2 jenkins jenkins 60 Oct 6 04:56 .github [2020-10-06T04:57:22.243Z] -rw-rw-r--. 1 jenkins jenkins 138 Oct 6 04:56 .gitignore [2020-10-06T04:57:22.243Z] -rw-rw-r--. 1 jenkins jenkins 517 Oct 6 04:56 go.mod [2020-10-06T04:57:22.243Z] drwxrwxr-x. 15 jenkins jenkins 211 Oct 6 04:56 internal [2020-10-06T04:57:22.243Z] -rw-rw-r--. 1 jenkins jenkins 901 Oct 6 04:56 Jenkinsfile [2020-10-06T04:57:22.243Z] -rw-rw-r--. 1 jenkins jenkins 11341 Oct 6 04:56 LICENSE [2020-10-06T04:57:22.243Z] -rw-rw-r--. 1 jenkins jenkins 1013 Oct 6 04:56 Makefile [2020-10-06T04:57:22.243Z] drwxrwxr-x. 4 jenkins jenkins 26 Oct 6 04:56 openapi [2020-10-06T04:57:22.243Z] drwxrwxr-x. 5 jenkins jenkins 50 Oct 6 04:56 pkg [2020-10-06T04:57:22.243Z] -rw-rw-r--. 1 jenkins jenkins 5897 Oct 6 04:56 README.md [2020-10-06T04:57:22.243Z] -rw-rw-r--. 1 jenkins jenkins 4291 Oct 6 04:56 RELEASE-NOTES.txt [2020-10-06T04:57:22.243Z] drwxrwxr-x. 3 jenkins jenkins 44 Oct 6 04:56 .semver [2020-10-06T04:57:22.243Z] drwxrwxr-x. 4 jenkins jenkins 54 Oct 6 04:56 snap [2020-10-06T04:57:22.243Z] -rw-rw-r--. 1 jenkins jenkins 12 Oct 6 04:54 VERSION [2020-10-06T04:57:22.243Z] -rw-rw-r--. 1 jenkins jenkins 222 Oct 6 04:56 version.go [Pipeline] isUnix [Pipeline] sh [2020-10-06T04:57:22.551Z] + 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=929f8c55784e6be67c9085c42060e26da0220a27 --label arch=amd64 --label version=1.2.4-dev.20 . [2020-10-06T04:57:22.552Z] Sending build context to Docker daemon 3.489MB [2020-10-06T04:57:22.552Z] Step 1/24 : ARG BASE=golang:1.15-alpine [2020-10-06T04:57:22.552Z] Step 2/24 : FROM ${BASE} AS builder [2020-10-06T04:57:22.552Z] ---> 278b9c410b51 [2020-10-06T04:57:22.552Z] Step 3/24 : ARG MAKE='make build' [2020-10-06T04:57:23.125Z] ---> Running in 343d771d5a72 [2020-10-06T04:57:23.385Z] Removing intermediate container 343d771d5a72 [2020-10-06T04:57:23.385Z] ---> 81e5287cfdd3 [2020-10-06T04:57:23.385Z] Step 4/24 : WORKDIR /device-sdk-go [2020-10-06T04:57:23.385Z] ---> Running in 6c8e9dd34390 [2020-10-06T04:57:23.647Z] Removing intermediate container 6c8e9dd34390 [2020-10-06T04:57:23.647Z] ---> 3cb2c946c2d1 [2020-10-06T04:57:23.647Z] Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-10-06T04:57:23.647Z] ---> Running in f2eb410b066d [2020-10-06T04:57:23.926Z] Removing intermediate container f2eb410b066d [2020-10-06T04:57:23.926Z] ---> afe5bb596226 [2020-10-06T04:57:23.926Z] Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-06T04:57:23.926Z] ---> Running in f1f560f1f8a0 [2020-10-06T04:57:24.880Z] Removing intermediate container f1f560f1f8a0 [2020-10-06T04:57:24.880Z] ---> 2cb9c6062704 [2020-10-06T04:57:24.880Z] Step 7/24 : RUN apk add --update --no-cache make git [2020-10-06T04:57:24.880Z] ---> Running in a19ab9c1573d [2020-10-06T04:57:25.142Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-06T04:57:26.533Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-06T04:57:27.480Z] OK: 166 MiB in 39 packages [2020-10-06T04:57:27.743Z] Removing intermediate container a19ab9c1573d [2020-10-06T04:57:27.743Z] ---> cab3c1c72c87 [2020-10-06T04:57:27.743Z] Step 8/24 : COPY . . [2020-10-06T04:57:29.139Z] ---> 99c2e73c6422 [2020-10-06T04:57:29.139Z] Step 9/24 : RUN ${MAKE} [2020-10-06T04:57:29.402Z] ---> Running in f0c431fb2671 [2020-10-06T04:57:29.668Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-sdk-go.Version=1.2.4-dev.20" -o example/cmd/device-simple/device-simple ./example/cmd/device-simple [2020-10-06T04:57:37.923Z] CGO_ENABLED=0 GO111MODULE=on go install -tags=safe [2020-10-06T04:57:40.477Z] Removing intermediate container f0c431fb2671 [2020-10-06T04:57:40.477Z] ---> 016aafdf2636 [2020-10-06T04:57:40.477Z] Step 10/24 : FROM scratch [2020-10-06T04:57:40.477Z] ---> [2020-10-06T04:57:40.477Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-10-06T04:57:40.477Z] ---> Running in e45b83993bf1 [2020-10-06T04:57:40.477Z] Removing intermediate container e45b83993bf1 [2020-10-06T04:57:40.477Z] ---> 7c0ecf43d694 [2020-10-06T04:57:40.477Z] Step 12/24 : ENV APP_PORT=49990 [2020-10-06T04:57:40.477Z] ---> Running in 6bbec63a54d2 [2020-10-06T04:57:40.477Z] Removing intermediate container 6bbec63a54d2 [2020-10-06T04:57:40.477Z] ---> e6b70b47a29d [2020-10-06T04:57:40.477Z] Step 13/24 : EXPOSE $APP_PORT [2020-10-06T04:57:40.740Z] ---> Running in 6e88720ee3ad [2020-10-06T04:57:40.740Z] Removing intermediate container 6e88720ee3ad [2020-10-06T04:57:40.740Z] ---> 39e899baf9ce [2020-10-06T04:57:40.740Z] Step 14/24 : WORKDIR / [2020-10-06T04:57:40.740Z] ---> Running in 272f1b09a092 [2020-10-06T04:57:41.003Z] Removing intermediate container 272f1b09a092 [2020-10-06T04:57:41.003Z] ---> 8e205330646f [2020-10-06T04:57:41.003Z] Step 15/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple [2020-10-06T04:57:41.580Z] ---> f0abed9f2e43 [2020-10-06T04:57:41.580Z] Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml [2020-10-06T04:57:41.580Z] ---> a41e36115c16 [2020-10-06T04:57:41.580Z] Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml [2020-10-06T04:57:41.842Z] ---> 15f7e672820a [2020-10-06T04:57:41.842Z] Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png [2020-10-06T04:57:42.109Z] ---> 99a5f3f9a352 [2020-10-06T04:57:42.109Z] Step 19/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg [2020-10-06T04:57:42.372Z] ---> 9f8248793103 [2020-10-06T04:57:42.372Z] Step 20/24 : ENTRYPOINT ["/usr/local/bin/device-simple"] [2020-10-06T04:57:42.372Z] ---> Running in 6798f2b66925 [2020-10-06T04:57:42.372Z] Removing intermediate container 6798f2b66925 [2020-10-06T04:57:42.372Z] ---> 7df0db8bb88d [2020-10-06T04:57:42.372Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-06T04:57:42.634Z] ---> Running in 2abe7a5ff11a [2020-10-06T04:57:42.634Z] Removing intermediate container 2abe7a5ff11a [2020-10-06T04:57:42.634Z] ---> 25ef68741d95 [2020-10-06T04:57:42.634Z] Step 22/24 : LABEL arch=amd64 [2020-10-06T04:57:42.896Z] ---> Running in 85b2b4c7135f [2020-10-06T04:57:42.896Z] Removing intermediate container 85b2b4c7135f [2020-10-06T04:57:42.896Z] ---> 0cb6ad61bd63 [2020-10-06T04:57:42.896Z] Step 23/24 : LABEL git_sha=929f8c55784e6be67c9085c42060e26da0220a27 [2020-10-06T04:57:42.896Z] ---> Running in 1f7d0f4f4c37 [2020-10-06T04:57:43.158Z] Removing intermediate container 1f7d0f4f4c37 [2020-10-06T04:57:43.158Z] ---> f64a6dedbaf9 [2020-10-06T04:57:43.158Z] Step 24/24 : LABEL version=1.2.4-dev.20 [2020-10-06T04:57:43.158Z] ---> Running in 8277c6121712 [2020-10-06T04:57:43.422Z] Removing intermediate container 8277c6121712 [2020-10-06T04:57:43.422Z] ---> 353c2c7b48ac [2020-10-06T04:57:43.422Z] [Warning] One or more build-args [ARCH] were not consumed [2020-10-06T04:57:43.422Z] Successfully built 353c2c7b48ac [2020-10-06T04:57:43.422Z] 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 [2020-10-06T04:57:45.445Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] echo [2020-10-06T04:57:45.447Z] [edgeXSnyk] command to run: snyk monitor --org=edgex-jenkins [Pipeline] withCredentials [2020-10-06T04:57:45.492Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-06T04:57:45.901Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-10-06T04:57:45.901Z] [2020-10-06T04:57:45.901Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] isUnix [Pipeline] sh [2020-10-06T04:57:46.285Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-10-06T04:57:46.285Z] 1.317.0: Pulling from edgex-devops/edgex-snyk-go [2020-10-06T04:57:46.285Z] cbdbe7a5bc2a: Pulling fs layer [2020-10-06T04:57:46.285Z] 408f87550127: Pulling fs layer [2020-10-06T04:57:46.285Z] fe522b08c979: Pulling fs layer [2020-10-06T04:57:46.285Z] 221eaa008020: Pulling fs layer [2020-10-06T04:57:46.285Z] 2a4607e5d6b9: Pulling fs layer [2020-10-06T04:57:46.286Z] 8f79b27c4fd2: Pulling fs layer [2020-10-06T04:57:46.286Z] e5c8dbe1645b: Pulling fs layer [2020-10-06T04:57:46.286Z] 23e8b3b47431: Pulling fs layer [2020-10-06T04:57:46.286Z] 5c568d65a230: Pulling fs layer [2020-10-06T04:57:46.286Z] 8f79b27c4fd2: Waiting [2020-10-06T04:57:46.286Z] e5c8dbe1645b: Waiting [2020-10-06T04:57:46.286Z] 221eaa008020: Waiting [2020-10-06T04:57:46.286Z] 2a4607e5d6b9: Waiting [2020-10-06T04:57:46.286Z] 23e8b3b47431: Waiting [2020-10-06T04:57:46.286Z] 5c568d65a230: Waiting [2020-10-06T04:57:46.286Z] fe522b08c979: Verifying Checksum [2020-10-06T04:57:46.286Z] fe522b08c979: Download complete [2020-10-06T04:57:46.286Z] 408f87550127: Download complete [2020-10-06T04:57:46.286Z] 2a4607e5d6b9: Download complete [2020-10-06T04:57:46.286Z] 8f79b27c4fd2: Verifying Checksum [2020-10-06T04:57:46.286Z] 8f79b27c4fd2: Download complete [2020-10-06T04:57:46.568Z] cbdbe7a5bc2a: Download complete [2020-10-06T04:57:47.174Z] cbdbe7a5bc2a: Pull complete [2020-10-06T04:57:47.174Z] 408f87550127: Pull complete [2020-10-06T04:57:47.503Z] fe522b08c979: Pull complete [2020-10-06T04:57:48.100Z] e5c8dbe1645b: Download complete [2020-10-06T04:57:50.734Z] 23e8b3b47431: Verifying Checksum [2020-10-06T04:57:50.734Z] 23e8b3b47431: Download complete [2020-10-06T04:57:51.728Z] 5c568d65a230: Verifying Checksum [2020-10-06T04:57:54.504Z] 221eaa008020: Verifying Checksum [2020-10-06T04:57:54.504Z] 221eaa008020: Download complete [2020-10-06T04:58:04.664Z] 221eaa008020: Pull complete [2020-10-06T04:58:04.664Z] 2a4607e5d6b9: Pull complete [2020-10-06T04:58:04.664Z] 8f79b27c4fd2: Pull complete [2020-10-06T04:58:05.652Z] e5c8dbe1645b: Pull complete [2020-10-06T04:58:09.929Z] 23e8b3b47431: Pull complete [2020-10-06T04:58:10.900Z] 5c568d65a230: Pull complete [2020-10-06T04:58:10.900Z] Digest: sha256:57952c35bde2fbfcf87b7f40d558e42527212236f73796964c551b7cac8e72c4 [2020-10-06T04:58:10.900Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-10-06T04:58:10.900Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] withDockerContainer [2020-10-06T04:58:11.073Z] prd-centos7-docker-4c-2g-3634 does not seem to be running inside a container [2020-10-06T04:58:11.199Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -v /w/workspace/dgexfoundry_device-sdk-go_master:/ws -w /ws --entrypoint= -w /w/workspace/dgexfoundry_device-sdk-go_master -v /w/workspace/dgexfoundry_device-sdk-go_master:/w/workspace/dgexfoundry_device-sdk-go_master:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_master@tmp:/w/workspace/dgexfoundry_device-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 cat [2020-10-06T04:58:12.809Z] $ docker top 176fd3c6711840610e6529f5c151008ebe8b9de73ec4e1a45bd5a6fc8c8aa01a -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-06T04:58:13.449Z] + snyk monitor '--org=edgex-jenkins' [2020-10-06T04:58:21.791Z] [2020-10-06T04:58:21.791Z] Monitoring /w/workspace/dgexfoundry_device-sdk-go_master (github.com/edgexfoundry/device-sdk-go)... [2020-10-06T04:58:21.791Z] [2020-10-06T04:58:21.791Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/057beb34-70d8-4945-961c-fe027db76abc/history/b272bc09-80d5-4396-bf40-131f0d4fe447 [2020-10-06T04:58:21.791Z] [2020-10-06T04:58:21.791Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2020-10-06T04:58:21.791Z] [2020-10-06T04:58:21.791Z] [2020-10-06T04:58:21.791Z] Snyk CLI supports Node.js 8 and higher. [2020-10-06T04:58:21.791Z] Node.js 8 reached End Of Life on December 31, 2019 and the Snyk CLI will stop supporting it in the near future. [2020-10-06T04:58:21.791Z] Please consider upgrading your runtime version to Node 10 or higher in order to get Snyk CLI updates. [2020-10-06T04:58:21.791Z] [2020-10-06T04:58:21.792Z] The latest CLI version that supports Node.js 6 is `snyk@1.300.0`. [2020-10-06T04:58:21.792Z] The latest CLI version that supports Node.js 4 is `snyk@1.88.2`. [Pipeline] } [2020-10-06T04:58:21.814Z] $ docker stop --time=1 176fd3c6711840610e6529f5c151008ebe8b9de73ec4e1a45bd5a6fc8c8aa01a [2020-10-06T04:58:24.191Z] $ docker rm -f 176fd3c6711840610e6529f5c151008ebe8b9de73ec4e1a45bd5a6fc8c8aa01a [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 [2020-10-06T04:58:25.694Z] [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-10-06T04:58:25.747Z] provisioning config files... [2020-10-06T04:58:25.780Z] copy managed file [swaggerhub-api-key] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config666615767841274321tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-10-06T04:58:26.160Z] --> edgex-publish-swagger.sh [2020-10-06T04:58:26.160Z] === Publish openapi/v1 API === [2020-10-06T04:58:26.160Z] [publishToSwagger] Publishing the API Docs [openapi/v1] to Swagger [2020-10-06T04:58:26.160Z] [publishToSwagger] Publishing API Name [device-sdk] [2020-10-06T04:58:26.160Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-06T04:58:26.160Z] Dload Upload Total Spent Left Speed [2020-10-06T04:58:26.741Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 20188 0 0 100 20188 0 29169 --:--:-- --:--:-- --:--:-- 29173 100 20188 0 0 100 20188 0 29159 --:--:-- --:--:-- --:--:-- 29173 [2020-10-06T04:58:26.741Z] [2020-10-06T04:58:26.741Z] [2020-10-06T04:58:26.741Z] === Publish openapi/v2 API === [2020-10-06T04:58:26.741Z] [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger [2020-10-06T04:58:26.741Z] [publishToSwagger] Publishing API Name [device-sdk] [2020-10-06T04:58:26.741Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-06T04:58:26.741Z] Dload Upload Total Spent Left Speed [2020-10-06T04:58:27.716Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 49274 0 0 100 49274 0 69824 --:--:-- --:--:-- --:--:-- 69892 [2020-10-06T04:58:27.716Z] [2020-10-06T04:58:27.716Z] [Pipeline] } [2020-10-06T04:58:27.742Z] 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 [2020-10-06T04:58:28.894Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-06T04:58:28.894Z] . [Pipeline] withDockerContainer [2020-10-06T04:58:29.222Z] prd-centos7-docker-4c-2g-3634 does not seem to be running inside a container [2020-10-06T04:58:29.343Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-sdk-go_master -v /w/workspace/dgexfoundry_device-sdk-go_master:/w/workspace/dgexfoundry_device-sdk-go_master:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_master@tmp:/w/workspace/dgexfoundry_device-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-10-06T04:58:30.876Z] $ docker top abe545c04ddbfa5f367001f2df8fb4ffa3f76ce5df00d01ac9dfd82d73adfcde -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-06T04:58:31.382Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-06T04:58:31.382Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-06T04:58:31.654Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-06T04:58:31.660Z] $ docker exec abe545c04ddbfa5f367001f2df8fb4ffa3f76ce5df00d01ac9dfd82d73adfcde ssh-agent [2020-10-06T04:58:31.908Z] SSH_AUTH_SOCK=/tmp/ssh-0M73ex1foRO4/agent.12 [2020-10-06T04:58:31.908Z] SSH_AGENT_PID=17 [2020-10-06T04:58:31.918Z] Running ssh-add (command line suppressed) [2020-10-06T04:58:32.096Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_1605067465251465523.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_1605067465251465523.key) [2020-10-06T04:58:32.254Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-06T04:58:32.629Z] + git semver tag [2020-10-06T04:58:32.973Z] # -> Open(): unable to determine branch for HEAD [2020-10-06T04:58:32.973Z] # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git [2020-10-06T04:58:32.973Z] # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master [2020-10-06T04:58:32.973Z] # $SEMVER_REMOTE_NAME = origin [2020-10-06T04:58:32.973Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-06T04:58:32.973Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-06T04:58:32.973Z] # $SEMVER_BRANCH = master [2020-10-06T04:58:32.973Z] # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver [2020-10-06T04:58:32.973Z] # 929f8c55784e6be67c9085c42060e26da0220a27 HEAD [2020-10-06T04:58:32.973Z] # -> Force: false [2020-10-06T04:58:32.973Z] # d747ae274f52556ac883550afbb4ba73c0b94c01 refs/tags/v1.2.4-dev.20 [Pipeline] } [2020-10-06T04:58:33.000Z] $ docker exec --env ******** --env ******** abe545c04ddbfa5f367001f2df8fb4ffa3f76ce5df00d01ac9dfd82d73adfcde ssh-agent -k [2020-10-06T04:58:33.152Z] unset SSH_AUTH_SOCK; [2020-10-06T04:58:33.153Z] unset SSH_AGENT_PID; [2020-10-06T04:58:33.153Z] echo Agent pid 17 killed; [2020-10-06T04:58:33.215Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-06T04:58:33.713Z] + git semver [Pipeline] } [2020-10-06T04:58:33.735Z] $ docker stop --time=1 abe545c04ddbfa5f367001f2df8fb4ffa3f76ce5df00d01ac9dfd82d73adfcde [2020-10-06T04:58:35.526Z] $ docker rm -f abe545c04ddbfa5f367001f2df8fb4ffa3f76ce5df00d01ac9dfd82d73adfcde [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2020-10-06T04:58:36.244Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-10-06T04:58:36.244Z] [2020-10-06T04:58:36.244Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2020-10-06T04:58:36.612Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-10-06T04:58:36.612Z] 0.23.1-centos7: Pulling from edgex-lftools [2020-10-06T04:58:36.612Z] ab5ef0e58194: Pulling fs layer [2020-10-06T04:58:36.612Z] 9712f1f96733: Pulling fs layer [2020-10-06T04:58:36.612Z] 63f879dbbcfc: Pulling fs layer [2020-10-06T04:58:36.612Z] 0d9ebad4ef96: Pulling fs layer [2020-10-06T04:58:36.612Z] e9a5061849ea: Pulling fs layer [2020-10-06T04:58:36.612Z] d747dcd14b5f: Pulling fs layer [2020-10-06T04:58:36.612Z] 2de7ff778b66: Pulling fs layer [2020-10-06T04:58:36.612Z] 0d9ebad4ef96: Waiting [2020-10-06T04:58:36.612Z] e9a5061849ea: Waiting [2020-10-06T04:58:36.612Z] d747dcd14b5f: Waiting [2020-10-06T04:58:36.612Z] 2de7ff778b66: Waiting [2020-10-06T04:58:36.612Z] 9712f1f96733: Verifying Checksum [2020-10-06T04:58:36.612Z] 9712f1f96733: Download complete [2020-10-06T04:58:40.008Z] 63f879dbbcfc: Verifying Checksum [2020-10-06T04:58:40.008Z] 63f879dbbcfc: Download complete [2020-10-06T04:58:40.008Z] e9a5061849ea: Verifying Checksum [2020-10-06T04:58:40.008Z] e9a5061849ea: Download complete [2020-10-06T04:58:40.008Z] d747dcd14b5f: Verifying Checksum [2020-10-06T04:58:40.008Z] d747dcd14b5f: Download complete [2020-10-06T04:58:41.505Z] 2de7ff778b66: Verifying Checksum [2020-10-06T04:58:41.505Z] 2de7ff778b66: Download complete [2020-10-06T04:58:41.505Z] 0d9ebad4ef96: Verifying Checksum [2020-10-06T04:58:41.505Z] 0d9ebad4ef96: Download complete [2020-10-06T04:58:41.505Z] ab5ef0e58194: Verifying Checksum [2020-10-06T04:58:41.505Z] ab5ef0e58194: Download complete [2020-10-06T04:58:49.777Z] ab5ef0e58194: Pull complete [2020-10-06T04:58:49.777Z] 9712f1f96733: Pull complete [2020-10-06T04:58:52.438Z] 63f879dbbcfc: Pull complete [2020-10-06T04:59:02.968Z] 0d9ebad4ef96: Pull complete [2020-10-06T04:59:03.564Z] e9a5061849ea: Pull complete [2020-10-06T04:59:03.564Z] d747dcd14b5f: Pull complete [2020-10-06T04:59:06.998Z] 2de7ff778b66: Pull complete [2020-10-06T04:59:06.998Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2020-10-06T04:59:06.998Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-10-06T04:59:06.998Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2020-10-06T04:59:07.316Z] prd-centos7-docker-4c-2g-3634 does not seem to be running inside a container [2020-10-06T04:59:07.475Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/dgexfoundry_device-sdk-go_master -v /w/workspace/dgexfoundry_device-sdk-go_master:/w/workspace/dgexfoundry_device-sdk-go_master:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_master@tmp:/w/workspace/dgexfoundry_device-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2020-10-06T04:59:10.259Z] $ docker top adcd751f44b3e6f4d74d592a556c0b54809bd947dd582160ec4aa4f86fcef2f5 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2020-10-06T04:59:10.616Z] provisioning config files... [2020-10-06T04:59:10.629Z] copy managed file [sigul-config] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config6810708639325898125tmp [2020-10-06T04:59:10.653Z] copy managed file [sigul-password] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config439522438388648821tmp [2020-10-06T04:59:10.673Z] copy managed file [sigul-pki] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config857721814976933277tmp [Pipeline] { [Pipeline] echo [2020-10-06T04:59:10.732Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-06T04:59:11.052Z] ---> sigul-configuration.sh [2020-10-06T04:59:11.363Z] gpg: directory `/root/.gnupg' created [2020-10-06T04:59:11.363Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2020-10-06T04:59:11.363Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2020-10-06T04:59:11.363Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2020-10-06T04:59:11.363Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2020-10-06T04:59:11.363Z] gpg: CAST5 encrypted data [2020-10-06T04:59:11.363Z] gpg: encrypted with 1 passphrase [2020-10-06T04:59:11.363Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2020-10-06T04:59:11.973Z] + mkdir /home/jenkins [2020-10-06T04:59:11.973Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2020-10-06T04:59:12.626Z] + 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 [2020-10-06T04:59:12.674Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-06T04:59:13.419Z] ---> sigul-install.sh [2020-10-06T04:59:21.844Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2020-10-06T04:59:22.164Z] + git tag --list [2020-10-06T04:59:22.164Z] 0.7.1 [2020-10-06T04:59:22.164Z] delhi-tag [2020-10-06T04:59:22.164Z] v1.0.0 [2020-10-06T04:59:22.164Z] v1.1.0 [2020-10-06T04:59:22.164Z] v1.1.1 [2020-10-06T04:59:22.164Z] v1.1.2 [2020-10-06T04:59:22.164Z] v1.2.0 [2020-10-06T04:59:22.164Z] v1.2.1 [2020-10-06T04:59:22.164Z] v1.2.2 [2020-10-06T04:59:22.164Z] v1.2.3 [2020-10-06T04:59:22.164Z] v1.2.4-dev.1 [2020-10-06T04:59:22.164Z] v1.2.4-dev.10 [2020-10-06T04:59:22.164Z] v1.2.4-dev.11 [2020-10-06T04:59:22.164Z] v1.2.4-dev.12 [2020-10-06T04:59:22.164Z] v1.2.4-dev.13 [2020-10-06T04:59:22.164Z] v1.2.4-dev.14 [2020-10-06T04:59:22.164Z] v1.2.4-dev.15 [2020-10-06T04:59:22.164Z] v1.2.4-dev.16 [2020-10-06T04:59:22.164Z] v1.2.4-dev.17 [2020-10-06T04:59:22.164Z] v1.2.4-dev.18 [2020-10-06T04:59:22.164Z] v1.2.4-dev.19 [2020-10-06T04:59:22.164Z] v1.2.4-dev.2 [2020-10-06T04:59:22.164Z] v1.2.4-dev.20 [2020-10-06T04:59:22.164Z] v1.2.4-dev.3 [2020-10-06T04:59:22.164Z] v1.2.4-dev.4 [2020-10-06T04:59:22.164Z] v1.2.4-dev.5 [2020-10-06T04:59:22.164Z] v1.2.4-dev.6 [2020-10-06T04:59:22.164Z] v1.2.4-dev.7 [2020-10-06T04:59:22.164Z] v1.2.4-dev.8 [2020-10-06T04:59:22.164Z] v1.2.4-dev.9 [Pipeline] sh [2020-10-06T04:59:22.509Z] + lftools sign git-tag v1.2.4-dev.20 [2020-10-06T04:59:23.965Z] Signing Git tag with Sigul... [2020-10-06T04:59:23.965Z] Signing v1.2.4-dev.20 [Pipeline] echo [2020-10-06T04:59:25.402Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-06T04:59:25.801Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2020-10-06T04:59:25.902Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2020-10-06T04:59:26.045Z] $ docker stop --time=1 adcd751f44b3e6f4d74d592a556c0b54809bd947dd582160ec4aa4f86fcef2f5 [2020-10-06T04:59:28.147Z] $ docker rm -f adcd751f44b3e6f4d74d592a556c0b54809bd947dd582160ec4aa4f86fcef2f5 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2020-10-06T04:59:29.204Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-06T04:59:29.204Z] . [Pipeline] withDockerContainer [2020-10-06T04:59:29.402Z] prd-centos7-docker-4c-2g-3634 does not seem to be running inside a container [2020-10-06T04:59:29.510Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-sdk-go_master -v /w/workspace/dgexfoundry_device-sdk-go_master:/w/workspace/dgexfoundry_device-sdk-go_master:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_master@tmp:/w/workspace/dgexfoundry_device-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-10-06T04:59:30.747Z] $ docker top ae387fcc5e4d4011b2cea9bb56f1a8fc188616fc24fe5210930993dbfa96efc5 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-06T04:59:31.319Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-06T04:59:31.319Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-06T04:59:31.722Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-06T04:59:31.728Z] $ docker exec ae387fcc5e4d4011b2cea9bb56f1a8fc188616fc24fe5210930993dbfa96efc5 ssh-agent [2020-10-06T04:59:32.058Z] SSH_AUTH_SOCK=/tmp/ssh-Sl3CFew8YcMp/agent.12 [2020-10-06T04:59:32.058Z] SSH_AGENT_PID=18 [2020-10-06T04:59:32.069Z] Running ssh-add (command line suppressed) [2020-10-06T04:59:32.325Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_2094786641507518860.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_2094786641507518860.key) [2020-10-06T04:59:32.474Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-06T04:59:32.885Z] + git semver bump pre [2020-10-06T04:59:32.886Z] # -> Open(): unable to determine branch for HEAD [2020-10-06T04:59:32.886Z] # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git [2020-10-06T04:59:32.886Z] # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master [2020-10-06T04:59:32.886Z] # $SEMVER_REMOTE_NAME = origin [2020-10-06T04:59:32.886Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-06T04:59:32.886Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-06T04:59:32.886Z] # $SEMVER_BRANCH = master [2020-10-06T04:59:32.886Z] # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver [2020-10-06T04:59:32.886Z] 1.2.4-dev.21 [Pipeline] } [2020-10-06T04:59:32.906Z] $ docker exec --env ******** --env ******** ae387fcc5e4d4011b2cea9bb56f1a8fc188616fc24fe5210930993dbfa96efc5 ssh-agent -k [2020-10-06T04:59:33.165Z] unset SSH_AUTH_SOCK; [2020-10-06T04:59:33.166Z] unset SSH_AGENT_PID; [2020-10-06T04:59:33.166Z] echo Agent pid 18 killed; [2020-10-06T04:59:33.252Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-06T04:59:34.150Z] + git semver [Pipeline] } [2020-10-06T04:59:34.179Z] $ docker stop --time=1 ae387fcc5e4d4011b2cea9bb56f1a8fc188616fc24fe5210930993dbfa96efc5 [2020-10-06T04:59:35.728Z] $ docker rm -f ae387fcc5e4d4011b2cea9bb56f1a8fc188616fc24fe5210930993dbfa96efc5 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-06T04:59:36.302Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-06T04:59:36.302Z] . [Pipeline] withDockerContainer [2020-10-06T04:59:36.478Z] prd-centos7-docker-4c-2g-3634 does not seem to be running inside a container [2020-10-06T04:59:36.593Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-sdk-go_master -v /w/workspace/dgexfoundry_device-sdk-go_master:/w/workspace/dgexfoundry_device-sdk-go_master:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_master@tmp:/w/workspace/dgexfoundry_device-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-10-06T04:59:37.852Z] $ docker top f43127d1364821f00b5dc1298103e79c18bb834eed9e85a77f5c56baeb2eb633 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-06T04:59:38.267Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-06T04:59:38.268Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-06T04:59:38.789Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-06T04:59:38.803Z] $ docker exec f43127d1364821f00b5dc1298103e79c18bb834eed9e85a77f5c56baeb2eb633 ssh-agent [2020-10-06T04:59:39.149Z] SSH_AUTH_SOCK=/tmp/ssh-G31WzOPKNoz7/agent.12 [2020-10-06T04:59:39.149Z] SSH_AGENT_PID=17 [2020-10-06T04:59:39.167Z] Running ssh-add (command line suppressed) [2020-10-06T04:59:39.518Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_7297664933421854993.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_7297664933421854993.key) [2020-10-06T04:59:39.649Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-06T04:59:40.424Z] + git semver push [2020-10-06T04:59:40.424Z] # -> Open(): unable to determine branch for HEAD [2020-10-06T04:59:40.424Z] # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git [2020-10-06T04:59:40.424Z] # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master [2020-10-06T04:59:40.424Z] # $SEMVER_REMOTE_NAME = origin [2020-10-06T04:59:40.425Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-06T04:59:40.425Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-06T04:59:40.425Z] # $SEMVER_BRANCH = master [2020-10-06T04:59:40.425Z] # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver [Pipeline] } [2020-10-06T04:59:47.682Z] $ docker exec --env ******** --env ******** f43127d1364821f00b5dc1298103e79c18bb834eed9e85a77f5c56baeb2eb633 ssh-agent -k [2020-10-06T04:59:48.204Z] unset SSH_AUTH_SOCK; [2020-10-06T04:59:48.206Z] unset SSH_AGENT_PID; [2020-10-06T04:59:48.206Z] echo Agent pid 17 killed; [2020-10-06T04:59:48.307Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-06T04:59:49.204Z] + git semver [Pipeline] } [2020-10-06T04:59:49.248Z] $ docker stop --time=1 f43127d1364821f00b5dc1298103e79c18bb834eed9e85a77f5c56baeb2eb633 [2020-10-06T04:59:51.017Z] $ docker rm -f f43127d1364821f00b5dc1298103e79c18bb834eed9e85a77f5c56baeb2eb633 [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 [2020-10-06T04:59:52.696Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-06T04:59:53.280Z] ---> package-listing.sh [2020-10-06T04:59:53.280Z] ++ facter osfamily [2020-10-06T04:59:53.280Z] ++ tr '[:upper:]' '[:lower:]' [2020-10-06T04:59:53.545Z] + OS_FAMILY=redhat [2020-10-06T04:59:53.545Z] + workspace=/w/workspace/dgexfoundry_device-sdk-go_master [2020-10-06T04:59:53.545Z] + START_PACKAGES=/tmp/packages_start.txt [2020-10-06T04:59:53.545Z] + END_PACKAGES=/tmp/packages_end.txt [2020-10-06T04:59:53.545Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-10-06T04:59:53.545Z] + PACKAGES=/tmp/packages_start.txt [2020-10-06T04:59:53.545Z] + '[' /w/workspace/dgexfoundry_device-sdk-go_master ']' [2020-10-06T04:59:53.545Z] + PACKAGES=/tmp/packages_end.txt [2020-10-06T04:59:53.545Z] + case "${OS_FAMILY}" in [2020-10-06T04:59:53.545Z] + rpm -qa [2020-10-06T04:59:53.545Z] + sort [2020-10-06T04:59:57.876Z] + '[' -f /tmp/packages_start.txt ']' [2020-10-06T04:59:57.876Z] + '[' -f /tmp/packages_end.txt ']' [2020-10-06T04:59:57.876Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-10-06T04:59:58.142Z] + '[' /w/workspace/dgexfoundry_device-sdk-go_master ']' [2020-10-06T04:59:58.142Z] + mkdir -p /w/workspace/dgexfoundry_device-sdk-go_master/archives/ [2020-10-06T04:59:58.142Z] + 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 [2020-10-06T04:59:58.853Z] provisioning config files... [2020-10-06T04:59:58.869Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config7136467084642039712tmp [Pipeline] { [Pipeline] echo [2020-10-06T04:59:58.957Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-06T04:59:59.307Z] ---> create-netrc.sh [Pipeline] } [2020-10-06T04:59:59.325Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2020-10-06T04:59:59.417Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-06T04:59:59.737Z] ---> python-tools-install.sh [2020-10-06T04:59:59.737Z] Generating Requirements File [2020-10-06T05:01:51.902Z] Python 3.6.8 [2020-10-06T05:01:51.902Z] pip 20.2.3 from /home/jenkins/.local/lib/python3.6/site-packages/pip (python 3.6) [2020-10-06T05:01:51.902Z] appdirs==1.4.3 [2020-10-06T05:01:51.902Z] argcomplete==1.12.1 [2020-10-06T05:01:51.902Z] aspy.yaml==1.3.0 [2020-10-06T05:01:51.902Z] attrs==19.3.0 [2020-10-06T05:01:51.902Z] Babel==2.8.0 [2020-10-06T05:01:51.902Z] beautifulsoup4==4.8.2 [2020-10-06T05:01:51.902Z] boto3==1.11.6 [2020-10-06T05:01:51.902Z] botocore==1.14.6 [2020-10-06T05:01:51.902Z] bs4==0.0.1 [2020-10-06T05:01:51.902Z] cachetools==4.1.1 [2020-10-06T05:01:51.902Z] certifi==2019.11.28 [2020-10-06T05:01:51.902Z] cffi==1.14.3 [2020-10-06T05:01:51.902Z] cfgv==2.0.1 [2020-10-06T05:01:51.902Z] chardet==3.0.4 [2020-10-06T05:01:51.902Z] click==7.1 [2020-10-06T05:01:51.902Z] cliff==3.4.0 [2020-10-06T05:01:51.902Z] cmd2==1.3.11 [2020-10-06T05:01:51.902Z] colorama==0.4.3 [2020-10-06T05:01:51.902Z] cryptography==3.1.1 [2020-10-06T05:01:51.902Z] debtcollector==2.2.0 [2020-10-06T05:01:51.902Z] decorator==4.4.2 [2020-10-06T05:01:51.902Z] defusedxml==0.6.0 [2020-10-06T05:01:51.902Z] Deprecated==1.2.7 [2020-10-06T05:01:51.902Z] distlib==0.3.1 [2020-10-06T05:01:51.902Z] distro==1.2.0 [2020-10-06T05:01:51.902Z] dnspython==1.16.0 [2020-10-06T05:01:51.902Z] docker==4.2.0 [2020-10-06T05:01:51.902Z] docutils==0.15.2 [2020-10-06T05:01:51.902Z] dogpile.cache==1.0.2 [2020-10-06T05:01:51.902Z] email-validator==1.0.5 [2020-10-06T05:01:51.902Z] filelock==3.0.12 [2020-10-06T05:01:51.902Z] future==0.18.2 [2020-10-06T05:01:51.902Z] google-auth==1.22.1 [2020-10-06T05:01:51.902Z] httplib2==0.17.0 [2020-10-06T05:01:51.902Z] identify==1.4.11 [2020-10-06T05:01:51.902Z] idna==2.9 [2020-10-06T05:01:51.902Z] importlib-metadata==1.7.0 [2020-10-06T05:01:51.902Z] importlib-resources==1.5.0 [2020-10-06T05:01:51.902Z] iso8601==0.1.13 [2020-10-06T05:01:51.902Z] Jinja2==2.11.1 [2020-10-06T05:01:51.902Z] jmespath==0.10.0 [2020-10-06T05:01:51.902Z] jsonpatch==1.26 [2020-10-06T05:01:51.902Z] jsonpointer==2.0 [2020-10-06T05:01:51.902Z] jsonschema==3.2.0 [2020-10-06T05:01:51.902Z] keystoneauth1==4.2.1 [2020-10-06T05:01:51.902Z] kubernetes==11.0.0 [2020-10-06T05:01:51.902Z] lftools==0.34.2 [2020-10-06T05:01:51.902Z] lxml==4.5.0 [2020-10-06T05:01:51.902Z] MarkupSafe==0.23 [2020-10-06T05:01:51.902Z] msgpack==1.0.0 [2020-10-06T05:01:51.902Z] multi-key-dict==2.0.3 [2020-10-06T05:01:51.902Z] munch==2.5.0 [2020-10-06T05:01:51.902Z] netaddr==0.8.0 [2020-10-06T05:01:51.902Z] netifaces==0.10.9 [2020-10-06T05:01:51.902Z] niet==1.4.2 [2020-10-06T05:01:51.902Z] nodeenv==1.3.5 [2020-10-06T05:01:51.902Z] oauth2client==4.1.3 [2020-10-06T05:01:51.902Z] oauthlib==3.1.0 [2020-10-06T05:01:51.902Z] openstacksdk==0.50.0 [2020-10-06T05:01:51.902Z] os-client-config==2.1.0 [2020-10-06T05:01:51.902Z] os-service-types==1.7.0 [2020-10-06T05:01:51.902Z] osc-lib==2.2.1 [2020-10-06T05:01:51.902Z] oslo.config==8.3.2 [2020-10-06T05:01:51.902Z] oslo.context==3.1.1 [2020-10-06T05:01:51.902Z] oslo.i18n==5.0.1 [2020-10-06T05:01:51.902Z] oslo.log==4.4.0 [2020-10-06T05:01:51.902Z] oslo.serialization==4.0.1 [2020-10-06T05:01:51.902Z] oslo.utils==4.6.0 [2020-10-06T05:01:51.902Z] packaging==20.4 [2020-10-06T05:01:51.902Z] pbr==5.4.4 [2020-10-06T05:01:51.902Z] pluggy==0.13.1 [2020-10-06T05:01:51.902Z] prettytable==0.7.2 [2020-10-06T05:01:51.902Z] py==1.9.0 [2020-10-06T05:01:51.902Z] pyasn1==0.4.8 [2020-10-06T05:01:51.902Z] pyasn1-modules==0.2.8 [2020-10-06T05:01:51.902Z] pycparser==2.20 [2020-10-06T05:01:51.902Z] pygerrit2==2.0.10 [2020-10-06T05:01:51.902Z] PyGithub==1.46 [2020-10-06T05:01:51.902Z] pyinotify==0.9.6 [2020-10-06T05:01:51.902Z] PyJWT==1.7.1 [2020-10-06T05:01:51.902Z] pyparsing==2.4.7 [2020-10-06T05:01:51.902Z] pyperclip==1.8.0 [2020-10-06T05:01:51.902Z] pyroute2==0.4.13 [2020-10-06T05:01:51.902Z] pyrsistent==0.15.7 [2020-10-06T05:01:51.902Z] PySocks==1.6.8 [2020-10-06T05:01:51.902Z] python-cinderclient==7.2.0 [2020-10-06T05:01:51.902Z] python-dateutil==2.8.1 [2020-10-06T05:01:51.902Z] python-heatclient==2.2.1 [2020-10-06T05:01:51.902Z] python-jenkins==1.7.0 [2020-10-06T05:01:51.902Z] python-keystoneclient==4.1.1 [2020-10-06T05:01:51.902Z] python-magnumclient==3.2.1 [2020-10-06T05:01:51.902Z] python-novaclient==17.2.1 [2020-10-06T05:01:51.902Z] python-openstackclient==5.4.0 [2020-10-06T05:01:51.902Z] python-swiftclient==3.10.1 [2020-10-06T05:01:51.902Z] pytz==2020.1 [2020-10-06T05:01:51.902Z] PyYAML==5.3 [2020-10-06T05:01:51.902Z] requests==2.23.0 [2020-10-06T05:01:51.902Z] requests-oauthlib==1.3.0 [2020-10-06T05:01:51.902Z] requestsexceptions==1.4.0 [2020-10-06T05:01:51.902Z] rfc3986==1.4.0 [2020-10-06T05:01:51.902Z] rpm==4.11.3 [2020-10-06T05:01:51.902Z] rsa==4.0 [2020-10-06T05:01:51.902Z] ruamel.yaml==0.16.10 [2020-10-06T05:01:51.902Z] ruamel.yaml.clib==0.2.0 [2020-10-06T05:01:51.902Z] s3transfer==0.3.3 [2020-10-06T05:01:51.902Z] shade==1.27.2 [2020-10-06T05:01:51.902Z] simplejson==3.17.2 [2020-10-06T05:01:51.902Z] six==1.14.0 [2020-10-06T05:01:51.902Z] soupsieve==2.0 [2020-10-06T05:01:51.902Z] stevedore==3.2.2 [2020-10-06T05:01:51.902Z] tabulate==0.8.6 [2020-10-06T05:01:51.902Z] toml==0.10.0 [2020-10-06T05:01:51.902Z] tox==3.20.0 [2020-10-06T05:01:51.902Z] tqdm==4.43.0 [2020-10-06T05:01:51.902Z] urllib3==1.25.8 [2020-10-06T05:01:51.902Z] virtualenv==20.0.33 [2020-10-06T05:01:51.902Z] wcwidth==0.2.5 [2020-10-06T05:01:51.902Z] websocket-client==0.57.0 [2020-10-06T05:01:51.902Z] wrapt==1.12.1 [2020-10-06T05:01:51.902Z] xdg==3.0.2 [2020-10-06T05:01:51.902Z] xmltodict==0.12.0 [2020-10-06T05:01:51.902Z] yq==2.11.1 [2020-10-06T05:01:51.902Z] zipp==3.3.0 [2020-10-06T05:01:51.902Z] Cache entry deserialization failed, entry ignored [2020-10-06T05:01:51.902Z] 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. [2020-10-06T05:01:51.902Z] Python 2.7.5 [2020-10-06T05:01:51.902Z] pip 20.2.3 from /home/jenkins/.local/lib/python2.7/site-packages/pip (python 2.7) [2020-10-06T05:01:51.902Z] 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. [2020-10-06T05:01:51.902Z] ansible==2.9.7 [2020-10-06T05:01:51.902Z] Babel==0.9.6 [2020-10-06T05:01:51.902Z] backports.ssl-match-hostname==3.5.0.1 [2020-10-06T05:01:51.902Z] beautifulsoup4==4.4.1 [2020-10-06T05:01:51.902Z] bodhi==2.11.0 [2020-10-06T05:01:51.902Z] bodhi-client==2.11.0 [2020-10-06T05:01:51.902Z] CCColUtils==1.4 [2020-10-06T05:01:51.902Z] cffi==1.6.0 [2020-10-06T05:01:51.902Z] chardet==2.2.1 [2020-10-06T05:01:51.902Z] click==6.7 [2020-10-06T05:01:51.902Z] cloud-init==18.5 [2020-10-06T05:01:51.902Z] configobj==4.7.2 [2020-10-06T05:01:51.902Z] cryptography==1.7.2 [2020-10-06T05:01:51.902Z] decorator==3.4.0 [2020-10-06T05:01:51.902Z] distro==1.2.0 [2020-10-06T05:01:51.902Z] enum34==1.0.4 [2020-10-06T05:01:51.902Z] fedpkg==1.38 [2020-10-06T05:01:51.902Z] futures==3.1.1 [2020-10-06T05:01:51.902Z] gitdb==0.6.4 [2020-10-06T05:01:51.902Z] GitPython==1.0.1 [2020-10-06T05:01:51.902Z] html5lib==0.999 [2020-10-06T05:01:51.902Z] httplib2==0.9.2 [2020-10-06T05:01:51.902Z] idna==2.4 [2020-10-06T05:01:51.902Z] iniparse==0.4 [2020-10-06T05:01:51.902Z] ipaddress==1.0.16 [2020-10-06T05:01:51.902Z] IPy==0.75 [2020-10-06T05:01:51.902Z] javapackages==1.0.0 [2020-10-06T05:01:51.902Z] Jinja2==2.7.2 [2020-10-06T05:01:51.902Z] jmespath==0.9.4 [2020-10-06T05:01:51.902Z] jsonpatch==1.2 [2020-10-06T05:01:51.902Z] jsonpointer==1.9 [2020-10-06T05:01:51.902Z] kerberos==1.1 [2020-10-06T05:01:51.902Z] kitchen==1.1.1 [2020-10-06T05:01:51.902Z] langtable==0.0.31 [2020-10-06T05:01:51.902Z] lockfile==0.9.1 [2020-10-06T05:01:51.902Z] lxml==3.2.1 [2020-10-06T05:01:51.902Z] MarkupSafe==0.11 [2020-10-06T05:01:51.902Z] munch==2.0.2 [2020-10-06T05:01:51.902Z] offtrac==0.1.0 [2020-10-06T05:01:51.902Z] openidc-client==0.6.0 [2020-10-06T05:01:51.902Z] packagedb-cli==2.14.1 [2020-10-06T05:01:51.902Z] paramiko==2.1.1 [2020-10-06T05:01:51.902Z] perf==0.1 [2020-10-06T05:01:51.902Z] ply==3.4 [2020-10-06T05:01:51.902Z] policycoreutils-default-encoding==0.1 [2020-10-06T05:01:51.902Z] prettytable==0.7.2 [2020-10-06T05:01:51.902Z] pyasn1==0.1.9 [2020-10-06T05:01:51.902Z] pycparser==2.14 [2020-10-06T05:01:51.902Z] pycurl==7.19.0 [2020-10-06T05:01:51.902Z] pygobject==3.22.0 [2020-10-06T05:01:51.902Z] pygpgme==0.3 [2020-10-06T05:01:51.902Z] pyliblzma==0.5.3 [2020-10-06T05:01:51.902Z] pyOpenSSL==0.13.1 [2020-10-06T05:01:51.902Z] pyparsing==1.5.6 [2020-10-06T05:01:51.902Z] pyserial==2.6 [2020-10-06T05:01:51.902Z] python-augeas==0.5.0 [2020-10-06T05:01:51.902Z] python-bugzilla==2.3.0 [2020-10-06T05:01:51.902Z] python-dateutil==1.5 [2020-10-06T05:01:51.902Z] python-fedora==0.10.0 [2020-10-06T05:01:51.902Z] python-linux-procfs==0.4.9 [2020-10-06T05:01:51.902Z] python-yubico==1.2.3 [2020-10-06T05:01:51.902Z] pyudev==0.15 [2020-10-06T05:01:51.902Z] pyusb==1.0.0b1 [2020-10-06T05:01:51.902Z] pyxattr==0.5.1 [2020-10-06T05:01:51.902Z] PyYAML==3.10 [2020-10-06T05:01:51.902Z] requests==2.6.0 [2020-10-06T05:01:51.902Z] requests-kerberos==0.7.0 [2020-10-06T05:01:51.902Z] rpkg==1.60 [2020-10-06T05:01:51.902Z] schedutils==0.4 [2020-10-06T05:01:51.902Z] seobject==0.1 [2020-10-06T05:01:51.902Z] sepolicy==1.1 [2020-10-06T05:01:51.902Z] six==1.9.0 [2020-10-06T05:01:51.902Z] smmap==0.9.0 [2020-10-06T05:01:51.902Z] urlgrabber==3.10 [2020-10-06T05:01:51.902Z] urllib3==1.10.2 [2020-10-06T05:01:51.902Z] virtualenv==15.1.0 [2020-10-06T05:01:51.902Z] yum-langpacks==0.4.2 [2020-10-06T05:01:51.902Z] yum-metadata-parser==1.1.4 [Pipeline] echo [2020-10-06T05:01:51.915Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-06T05:01:52.382Z] ---> sudo-logs.sh [2020-10-06T05:01:52.382Z] Archiving 'sudo' log.. [Pipeline] echo [2020-10-06T05:01:53.053Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-06T05:01:53.481Z] ---> job-cost.sh [2020-10-06T05:01:53.481Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-jcxf [2020-10-06T05:02:06.298Z] Cache entry deserialization failed, entry ignored [2020-10-06T05:02:06.298Z] Cache entry deserialization failed, entry ignored [2020-10-06T05:02:06.298Z] Cache entry deserialization failed, entry ignored [2020-10-06T05:02:06.587Z] Cache entry deserialization failed, entry ignored [2020-10-06T05:02:06.870Z] Cache entry deserialization failed, entry ignored [2020-10-06T05:02:06.870Z] Cache entry deserialization failed, entry ignored [2020-10-06T05:02:06.870Z] Cache entry deserialization failed, entry ignored [2020-10-06T05:02:07.168Z] Cache entry deserialization failed, entry ignored [2020-10-06T05:02:07.441Z] Cache entry deserialization failed, entry ignored [2020-10-06T05:02:07.441Z] Cache entry deserialization failed, entry ignored [2020-10-06T05:02:07.441Z] Cache entry deserialization failed, entry ignored [2020-10-06T05:02:07.441Z] Cache entry deserialization failed, entry ignored [2020-10-06T05:02:11.865Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2020-10-06T05:02:51.037Z] lf-activate-venv(): INFO: Adding /tmp/venv-jcxf/bin to PATH [2020-10-06T05:02:51.037Z] INFO: No Stack... [2020-10-06T05:02:51.037Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2020-10-06T05:02:52.002Z] INFO: Archiving Costs [Pipeline] echo [2020-10-06T05:02:52.021Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-06T05:02:52.360Z] ---> logs-deploy.sh [2020-10-06T05:02:52.360Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/master/71 [2020-10-06T05:02:52.360Z] INFO: archiving workspace using pattern(s): [2020-10-06T05:02:55.071Z] Archives upload complete. [2020-10-06T05:02:55.071Z] INFO: archiving logs to Nexus [2020-10-06T05:02:57.147Z] ---> uname -a: [2020-10-06T05:02:57.147Z] Linux prd-centos7-docker-4c-2g-3634.vexxhost.local 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux [2020-10-06T05:02:57.147Z] [2020-10-06T05:02:57.147Z]