Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 51b10ba24d09b5e22132647652f16c288a0af487 Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision ad104866bbc8c98dca93091e1a8abeb835fd4e4d Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision ad104866bbc8c98dca93091e1a8abeb835fd4e4d using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision ad104866bbc8c98dca93091e1a8abeb835fd4e4d (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f ad104866bbc8c98dca93091e1a8abeb835fd4e4d # timeout=10 Commit message: "Merge pull request #251 from ernestojeda/fix-codecov-uploader" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b86a95d4aff1c43a521ca3be618780efd0ee2800 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:device-sdk-go, dockerImageName:docker-device-sdk-simple, dockerFilePath:example/cmd/device-simple/Dockerfile, pushImage:false, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2]] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: device-sdk-go-settings PROJECT: device-sdk-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_PATH: example/cmd/device-simple/Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-device-sdk-simple DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: false BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true [Pipeline] node Still waiting to schedule task ‘prd-centos7-docker-4c-2g-3642’ is offline Running on prd-centos7-docker-4c-2g-3646 in /w/workspace/dgexfoundry_device-sdk-go_master [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/device-sdk-go.git > git init /w/workspace/dgexfoundry_device-sdk-go_master # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git > git --version # timeout=10 > git --version # 'git version 2.16.5' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 51b10ba24d09b5e22132647652f16c288a0af487 (master) > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 51b10ba24d09b5e22132647652f16c288a0af487 # timeout=10 Commit message: "Merge pull request #615 from hahattan/fix-discovery" > git rev-list --no-walk 929f8c55784e6be67c9085c42060e26da0220a27 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-10-06T05:16:57.226Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-10-06T05:16:57.468Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-10-06T05:16:57.572Z] ========================================================= [2020-10-06T05:16:57.572Z] EdgeX Global Pipelines Version Info [2020-10-06T05:16:57.572Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-10-06T05:16:59.068Z] ------------------- [2020-10-06T05:16:59.068Z] stable info: [2020-10-06T05:16:59.068Z] ------------------- [2020-10-06T05:16:59.068Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-10-06T05:16:59.068Z] Commit SHA: ad104866bbc8c98dca93091e1a8abeb835fd4e4d [2020-10-06T05:16:59.069Z] Message: update stable to v1.0.131 [2020-10-06T05:17:00.017Z] ------------------- [2020-10-06T05:17:00.017Z] experimental info: [2020-10-06T05:17:00.017Z] ------------------- [2020-10-06T05:17:00.017Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-10-06T05:17:00.017Z] Commit SHA: 570db4806bfd36b7d07759f4849a4530ec9e8d2a [2020-10-06T05:17:00.017Z] Message: update experimental to v1.0.134 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo [2020-10-06T05:17:00.425Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-go-settings [Pipeline] echo [2020-10-06T05:17:00.529Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-go [Pipeline] echo [2020-10-06T05:17:00.666Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-10-06T05:17:00.757Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-10-06T05:17:00.863Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-10-06T05:17:00.955Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2020-10-06T05:17:01.066Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-10-06T05:17:01.155Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2020-10-06T05:17:01.277Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = example/cmd/device-simple/Dockerfile [Pipeline] echo [2020-10-06T05:17:01.377Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-10-06T05:17:01.466Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-10-06T05:17:01.593Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-sdk-simple [Pipeline] echo [2020-10-06T05:17:01.705Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-10-06T05:17:01.798Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-10-06T05:17:01.890Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2020-10-06T05:17:02.020Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2020-10-06T05:17:02.115Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2020-10-06T05:17:02.205Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2020-10-06T05:17:02.299Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2020-10-06T05:17:02.404Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2020-10-06T05:17:02.495Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2020-10-06T05:17:02.597Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2020-10-06T05:17:02.709Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2020-10-06T05:17:02.815Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2020-10-06T05:17:02.919Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2020-10-06T05:17:03.017Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2020-10-06T05:17:03.118Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2020-10-06T05:17:03.208Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2020-10-06T05:17:03.297Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 51b10ba24d09b5e22132647652f16c288a0af487 [Pipeline] echo [2020-10-06T05:17:03.388Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 51b10ba [Pipeline] echo [2020-10-06T05:17:03.507Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-10-06T05:17:04.087Z] + git log --format=format:%s -1 51b10ba24d09b5e22132647652f16c288a0af487 [Pipeline] echo [2020-10-06T05:17:04.156Z] GIT_COMMIT: 51b10ba24d09b5e22132647652f16c288a0af487, Commit Message: Merge pull request #615 from hahattan/fix-discovery [Pipeline] echo [2020-10-06T05:17:04.202Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2020-10-06T05:17:04.754Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-06T05:17:04.755Z] [2020-10-06T05:17:04.755Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-10-06T05:17:05.104Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-06T05:17:05.104Z] latest: Pulling from edgex-devops/git-semver [2020-10-06T05:17:05.104Z] 31603596830f: Pulling fs layer [2020-10-06T05:17:05.104Z] 2a8b12db71e7: Pulling fs layer [2020-10-06T05:17:05.104Z] 6ca5941a6612: Pulling fs layer [2020-10-06T05:17:05.104Z] ecc8261a40a4: Pulling fs layer [2020-10-06T05:17:05.104Z] ecc8261a40a4: Waiting [2020-10-06T05:17:05.104Z] 2a8b12db71e7: Verifying Checksum [2020-10-06T05:17:05.104Z] 2a8b12db71e7: Download complete [2020-10-06T05:17:05.369Z] 31603596830f: Verifying Checksum [2020-10-06T05:17:05.369Z] 31603596830f: Download complete [2020-10-06T05:17:05.369Z] ecc8261a40a4: Verifying Checksum [2020-10-06T05:17:05.369Z] ecc8261a40a4: Download complete [2020-10-06T05:17:05.369Z] 6ca5941a6612: Verifying Checksum [2020-10-06T05:17:05.369Z] 6ca5941a6612: Download complete [2020-10-06T05:17:05.639Z] 31603596830f: Pull complete [2020-10-06T05:17:05.639Z] 2a8b12db71e7: Pull complete [2020-10-06T05:17:06.600Z] 6ca5941a6612: Pull complete [2020-10-06T05:17:06.600Z] ecc8261a40a4: Pull complete [2020-10-06T05:17:06.600Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-10-06T05:17:06.863Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-06T05:17:06.863Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-10-06T05:17:06.968Z] prd-centos7-docker-4c-2g-3646 does not seem to be running inside a container [2020-10-06T05:17:07.013Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-sdk-go_master -v /w/workspace/dgexfoundry_device-sdk-go_master:/w/workspace/dgexfoundry_device-sdk-go_master:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_master@tmp:/w/workspace/dgexfoundry_device-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-10-06T05:17:08.922Z] $ docker top e6c67bc941ee1f29bcdd04dc02ac658bcffba7c9488931c3a8a000880fabf4e9 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-06T05:17:09.212Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-06T05:17:09.213Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-06T05:17:09.419Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-06T05:17:09.423Z] $ docker exec e6c67bc941ee1f29bcdd04dc02ac658bcffba7c9488931c3a8a000880fabf4e9 ssh-agent [2020-10-06T05:17:09.579Z] SSH_AUTH_SOCK=/tmp/ssh-Xpin4HFU5TCp/agent.11 [2020-10-06T05:17:09.579Z] SSH_AGENT_PID=17 [2020-10-06T05:17:09.593Z] Running ssh-add (command line suppressed) [2020-10-06T05:17:09.716Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_4979692641956513635.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_4979692641956513635.key) [2020-10-06T05:17:09.766Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-06T05:17:10.098Z] + git describe --exact-match --tags HEAD [2020-10-06T05:17:10.098Z] fatal: no tag exactly matches '51b10ba24d09b5e22132647652f16c288a0af487' [Pipeline] } [2020-10-06T05:17:10.122Z] $ docker exec --env ******** --env ******** e6c67bc941ee1f29bcdd04dc02ac658bcffba7c9488931c3a8a000880fabf4e9 ssh-agent -k [2020-10-06T05:17:10.236Z] unset SSH_AUTH_SOCK; [2020-10-06T05:17:10.236Z] unset SSH_AGENT_PID; [2020-10-06T05:17:10.236Z] echo Agent pid 17 killed; [2020-10-06T05:17:10.283Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [2020-10-06T05:17:10.415Z] [edgeXSemver]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 [2020-10-06T05:17:10.417Z] This usually means this commit has not been tagged. [Pipeline] sshagent [2020-10-06T05:17:10.518Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-06T05:17:10.518Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-06T05:17:10.685Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-06T05:17:10.689Z] $ docker exec e6c67bc941ee1f29bcdd04dc02ac658bcffba7c9488931c3a8a000880fabf4e9 ssh-agent [2020-10-06T05:17:10.859Z] SSH_AUTH_SOCK=/tmp/ssh-MAK9jOriR93j/agent.46 [2020-10-06T05:17:10.859Z] SSH_AGENT_PID=51 [2020-10-06T05:17:10.866Z] Running ssh-add (command line suppressed) [2020-10-06T05:17:10.988Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_1442996243454469991.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_1442996243454469991.key) [2020-10-06T05:17:11.037Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-06T05:17:11.367Z] + git semver init [2020-10-06T05:17:11.367Z] # -> Open(): unable to determine branch for HEAD [2020-10-06T05:17:11.367Z] # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git [2020-10-06T05:17:11.367Z] # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master [2020-10-06T05:17:11.367Z] # $SEMVER_REMOTE_NAME = origin [2020-10-06T05:17:11.367Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-06T05:17:11.367Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-06T05:17:11.367Z] # $SEMVER_BRANCH = master [2020-10-06T05:17:11.367Z] # $SEMVER_TEMP = /tmp/semver-086989050 [2020-10-06T05:17:11.367Z] # git clone --branch semver git@github.com:edgexfoundry/device-sdk-go.git $SEMVER_TEMP [2020-10-06T05:17:11.940Z] # '/tmp/semver-086989050' -> '/w/workspace/dgexfoundry_device-sdk-go_master/.semver' [2020-10-06T05:17:11.940Z] # -> Force: false [2020-10-06T05:17:11.940Z] # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver [Pipeline] } [2020-10-06T05:17:11.954Z] $ docker exec --env ******** --env ******** e6c67bc941ee1f29bcdd04dc02ac658bcffba7c9488931c3a8a000880fabf4e9 ssh-agent -k [2020-10-06T05:17:12.068Z] unset SSH_AUTH_SOCK; [2020-10-06T05:17:12.069Z] unset SSH_AGENT_PID; [2020-10-06T05:17:12.069Z] echo Agent pid 51 killed; [2020-10-06T05:17:12.125Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-06T05:17:12.687Z] + git semver [Pipeline] } [2020-10-06T05:17:12.725Z] $ docker stop --time=1 e6c67bc941ee1f29bcdd04dc02ac658bcffba7c9488931c3a8a000880fabf4e9 [2020-10-06T05:17:14.084Z] $ docker rm -f e6c67bc941ee1f29bcdd04dc02ac658bcffba7c9488931c3a8a000880fabf4e9 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash [2020-10-06T05:17:14.940Z] Stashed 40 file(s) [Pipeline] echo [2020-10-06T05:17:14.943Z] [edgeXSemver]: initialized semver on version 1.2.4-dev.21 [Pipeline] echo [2020-10-06T05:17:15.104Z] Archived original version: [1.2.4-dev.21] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] node [2020-10-06T05:17:30.627Z] Still waiting to schedule task [2020-10-06T05:17:30.627Z] ‘prd-centos7-docker-4c-2g-3640’ is offline; ‘prd-centos7-docker-4c-2g-3642’ is offline; ‘prd-centos7-docker-4c-2g-3647’ is offline; ‘prd-centos7-docker-4c-2g-3648’ is offline [2020-10-06T05:17:30.630Z] Still waiting to schedule task [2020-10-06T05:17:30.630Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2020-10-06T05:19:33.730Z] Running on prd-centos7-docker-4c-2g-3653 in /w/workspace/dgexfoundry_device-sdk-go_master [Pipeline] { [Pipeline] ws [2020-10-06T05:19:33.798Z] Running in /w/workspace/device-sdk-go/72 [Pipeline] { [Pipeline] checkout [2020-10-06T05:19:33.956Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-3652 in /w/workspace/dgexfoundry_device-sdk-go_master [Pipeline] { [Pipeline] ws [2020-10-06T05:19:34.030Z] Running in /w/workspace/device-sdk-go/72 [Pipeline] { [Pipeline] checkout [2020-10-06T05:19:39.373Z] using credential edgex-jenkins-ssh [2020-10-06T05:19:39.429Z] Cloning the remote Git repository [2020-10-06T05:19:39.988Z] using credential edgex-jenkins-ssh [2020-10-06T05:19:40.062Z] Cloning the remote Git repository [2020-10-06T05:19:40.127Z] Cloning repository git@github.com:edgexfoundry/device-sdk-go.git [2020-10-06T05:19:40.202Z] > git init /w/workspace/device-sdk-go/72 # timeout=10 [2020-10-06T05:19:40.292Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2020-10-06T05:19:40.292Z] > git --version # timeout=10 [2020-10-06T05:19:39.492Z] Cloning repository git@github.com:edgexfoundry/device-sdk-go.git [2020-10-06T05:19:39.625Z] > git init /w/workspace/device-sdk-go/72 # timeout=10 [2020-10-06T05:19:39.704Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2020-10-06T05:19:39.705Z] > git --version # timeout=10 [2020-10-06T05:19:39.721Z] > git --version # 'git version 2.17.1' [2020-10-06T05:19:39.722Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-06T05:19:39.812Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-06T05:19:41.409Z] Checking out Revision 51b10ba24d09b5e22132647652f16c288a0af487 (master) [2020-10-06T05:19:41.564Z] Checking out Revision 51b10ba24d09b5e22132647652f16c288a0af487 (master) [2020-10-06T05:19:40.327Z] > git --version # 'git version 2.16.5' [2020-10-06T05:19:40.328Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-06T05:19:40.387Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-06T05:19:41.060Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2020-10-06T05:19:41.094Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-06T05:19:41.132Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2020-10-06T05:19:41.148Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2020-10-06T05:19:41.148Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-06T05:19:41.163Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-10-06T05:19:41.575Z] > git config core.sparsecheckout # timeout=10 [2020-10-06T05:19:40.780Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2020-10-06T05:19:40.799Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-06T05:19:40.836Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2020-10-06T05:19:40.878Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2020-10-06T05:19:40.879Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-06T05:19:40.891Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-10-06T05:19:41.439Z] > git config core.sparsecheckout # timeout=10 [2020-10-06T05:19:41.460Z] > git checkout -f 51b10ba24d09b5e22132647652f16c288a0af487 # timeout=10 [2020-10-06T05:19:41.613Z] > git checkout -f 51b10ba24d09b5e22132647652f16c288a0af487 # timeout=10 [2020-10-06T05:19:45.539Z] Commit message: "Merge pull request #615 from hahattan/fix-discovery" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [2020-10-06T05:19:46.018Z] Commit message: "Merge pull request #615 from hahattan/fix-discovery" [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] echo [2020-10-06T05:19:46.540Z] ========================================================= [2020-10-06T05:19:46.541Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2020-10-06T05:19:46.541Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [Pipeline] script [Pipeline] { [Pipeline] unstash [2020-10-06T05:19:47.476Z] + 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-06T05:19:47.749Z] Sending build context to Docker daemon 3.504MB [2020-10-06T05:19:47.750Z] Step 1/8 : ARG BASE=golang:1.15-alpine [2020-10-06T05:19:47.750Z] Step 2/8 : FROM ${BASE} [Pipeline] echo [2020-10-06T05:19:47.876Z] ========================================================= [2020-10-06T05:19:47.876Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2020-10-06T05:19:47.876Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-10-06T05:19:48.093Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2020-10-06T05:19:48.093Z] df20fa9351a1: Pulling fs layer [2020-10-06T05:19:48.093Z] ed8968b2872e: Pulling fs layer [2020-10-06T05:19:48.093Z] a92cc7c5fd73: Pulling fs layer [2020-10-06T05:19:48.093Z] e871e8e8d7a9: Pulling fs layer [2020-10-06T05:19:48.093Z] e73272ec9a57: Pulling fs layer [2020-10-06T05:19:48.093Z] 1e910a182e73: Pulling fs layer [2020-10-06T05:19:48.093Z] 4e634b169226: Pulling fs layer [2020-10-06T05:19:48.093Z] e73272ec9a57: Waiting [2020-10-06T05:19:48.093Z] 1e910a182e73: Waiting [2020-10-06T05:19:48.093Z] e871e8e8d7a9: Waiting [2020-10-06T05:19:48.093Z] a92cc7c5fd73: Verifying Checksum [2020-10-06T05:19:48.093Z] a92cc7c5fd73: Download complete [2020-10-06T05:19:48.093Z] ed8968b2872e: Download complete [2020-10-06T05:19:48.093Z] e73272ec9a57: Verifying Checksum [2020-10-06T05:19:48.093Z] e73272ec9a57: Download complete [2020-10-06T05:19:48.093Z] 1e910a182e73: Verifying Checksum [2020-10-06T05:19:48.093Z] 1e910a182e73: Download complete [2020-10-06T05:19:48.701Z] df20fa9351a1: Verifying Checksum [2020-10-06T05:19:48.701Z] df20fa9351a1: Download complete [2020-10-06T05:19:49.103Z] + 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-06T05:19:49.298Z] df20fa9351a1: Pull complete [2020-10-06T05:19:49.566Z] ed8968b2872e: Pull complete [2020-10-06T05:19:49.840Z] a92cc7c5fd73: Pull complete [2020-10-06T05:19:50.093Z] Sending build context to Docker daemon 3.504MB [2020-10-06T05:19:50.093Z] Step 1/8 : ARG BASE=golang:1.15-alpine [2020-10-06T05:19:50.093Z] Step 2/8 : FROM ${BASE} [2020-10-06T05:19:50.371Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-10-06T05:19:50.371Z] b538f80385f9: Pulling fs layer [2020-10-06T05:19:50.371Z] 74f711af9a0d: Pulling fs layer [2020-10-06T05:19:50.371Z] 99f96fe45779: Pulling fs layer [2020-10-06T05:19:50.371Z] 8529a6b9a6be: Pulling fs layer [2020-10-06T05:19:50.371Z] 45590311c82a: Pulling fs layer [2020-10-06T05:19:50.371Z] 69ca0ff8b7b3: Pulling fs layer [2020-10-06T05:19:50.371Z] 209524e5b208: Pulling fs layer [2020-10-06T05:19:50.371Z] 8529a6b9a6be: Waiting [2020-10-06T05:19:50.371Z] 45590311c82a: Waiting [2020-10-06T05:19:50.371Z] 69ca0ff8b7b3: Waiting [2020-10-06T05:19:50.371Z] 209524e5b208: Waiting [2020-10-06T05:19:50.371Z] 99f96fe45779: Download complete [2020-10-06T05:19:50.371Z] 74f711af9a0d: Download complete [2020-10-06T05:19:50.648Z] 45590311c82a: Download complete [2020-10-06T05:19:51.248Z] 69ca0ff8b7b3: Verifying Checksum [2020-10-06T05:19:51.248Z] 69ca0ff8b7b3: Download complete [2020-10-06T05:19:51.248Z] b538f80385f9: Verifying Checksum [2020-10-06T05:19:51.248Z] b538f80385f9: Download complete [2020-10-06T05:19:51.858Z] b538f80385f9: Pull complete [2020-10-06T05:19:52.468Z] 74f711af9a0d: Pull complete [2020-10-06T05:19:52.748Z] 99f96fe45779: Pull complete [2020-10-06T05:19:54.186Z] 209524e5b208: Verifying Checksum [2020-10-06T05:19:54.186Z] 209524e5b208: Download complete [2020-10-06T05:19:55.359Z] 4e634b169226: Verifying Checksum [2020-10-06T05:19:55.359Z] 4e634b169226: Download complete [2020-10-06T05:19:55.622Z] 8529a6b9a6be: Verifying Checksum [2020-10-06T05:19:55.622Z] 8529a6b9a6be: Download complete [2020-10-06T05:19:56.855Z] e871e8e8d7a9: Verifying Checksum [2020-10-06T05:19:56.855Z] e871e8e8d7a9: Download complete [2020-10-06T05:20:05.824Z] 8529a6b9a6be: Pull complete [2020-10-06T05:20:06.099Z] 45590311c82a: Pull complete [2020-10-06T05:20:06.702Z] 69ca0ff8b7b3: Pull complete [2020-10-06T05:20:07.091Z] e871e8e8d7a9: Pull complete [2020-10-06T05:20:07.091Z] e73272ec9a57: Pull complete [2020-10-06T05:20:07.091Z] 1e910a182e73: Pull complete [2020-10-06T05:20:11.086Z] 209524e5b208: Pull complete [2020-10-06T05:20:11.086Z] Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 [2020-10-06T05:20:11.086Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2020-10-06T05:20:11.086Z] ---> 5bddaf1c2fca [2020-10-06T05:20:11.086Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-10-06T05:20:13.737Z] ---> Running in 0a88c3ec7718 [2020-10-06T05:20:14.011Z] Removing intermediate container 0a88c3ec7718 [2020-10-06T05:20:14.011Z] ---> c93e857f1ca0 [2020-10-06T05:20:14.011Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-06T05:20:14.291Z] ---> Running in 5e5e03ee2032 [2020-10-06T05:20:16.936Z] Removing intermediate container 5e5e03ee2032 [2020-10-06T05:20:16.936Z] ---> 85e95f582b82 [2020-10-06T05:20:16.936Z] Step 5/8 : RUN apk add --no-cache make git [2020-10-06T05:20:17.212Z] ---> Running in 33a391ef6cac [2020-10-06T05:20:18.653Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-06T05:20:19.252Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-06T05:20:19.848Z] OK: 142 MiB in 39 packages [2020-10-06T05:20:20.306Z] 4e634b169226: Pull complete [2020-10-06T05:20:20.306Z] Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 [2020-10-06T05:20:20.306Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2020-10-06T05:20:20.306Z] ---> f7629b54cfaa [2020-10-06T05:20:20.306Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-10-06T05:20:20.653Z] ---> Running in 22304bb51b22 [2020-10-06T05:20:21.287Z] Removing intermediate container 33a391ef6cac [2020-10-06T05:20:21.287Z] ---> 7540368e55f6 [2020-10-06T05:20:21.287Z] Step 6/8 : WORKDIR /device-sdk-go [2020-10-06T05:20:21.287Z] ---> Running in ee150f74600b [2020-10-06T05:20:21.350Z] Removing intermediate container 22304bb51b22 [2020-10-06T05:20:21.350Z] ---> 230c1027c275 [2020-10-06T05:20:21.350Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-06T05:20:21.350Z] ---> Running in aa1015d30b7d [2020-10-06T05:20:21.564Z] Removing intermediate container ee150f74600b [2020-10-06T05:20:21.564Z] ---> 381fb979b0d1 [2020-10-06T05:20:21.564Z] Step 7/8 : COPY . . [2020-10-06T05:20:22.999Z] ---> 247642ffb50c [2020-10-06T05:20:22.999Z] Step 8/8 : RUN go mod download [2020-10-06T05:20:23.274Z] ---> Running in 4d344e655be1 [2020-10-06T05:20:25.539Z] Removing intermediate container aa1015d30b7d [2020-10-06T05:20:25.539Z] ---> 896f09014216 [2020-10-06T05:20:25.539Z] Step 5/8 : RUN apk add --no-cache make git [2020-10-06T05:20:25.539Z] ---> Running in 2172c56b5b50 [2020-10-06T05:20:27.099Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-06T05:20:27.770Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-06T05:20:28.470Z] OK: 166 MiB in 39 packages [2020-10-06T05:20:30.113Z] Removing intermediate container 2172c56b5b50 [2020-10-06T05:20:30.113Z] ---> e478ac68e907 [2020-10-06T05:20:30.113Z] Step 6/8 : WORKDIR /device-sdk-go [2020-10-06T05:20:30.113Z] ---> Running in 5d9c6a5997b7 [2020-10-06T05:20:30.405Z] Removing intermediate container 5d9c6a5997b7 [2020-10-06T05:20:30.405Z] ---> cda91d9ddc4b [2020-10-06T05:20:30.405Z] Step 7/8 : COPY . . [2020-10-06T05:20:34.437Z] ---> b6484469dedf [2020-10-06T05:20:34.437Z] Step 8/8 : RUN go mod download [2020-10-06T05:20:34.885Z] ---> Running in c761a3d8c82d [2020-10-06T05:20:50.140Z] Removing intermediate container 4d344e655be1 [2020-10-06T05:20:50.140Z] ---> 1736a692cea8 [2020-10-06T05:20:50.140Z] Successfully built 1736a692cea8 [2020-10-06T05:20:50.140Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-10-06T05:20:50.558Z] + docker inspect -f . ci-base-image-arm64 [2020-10-06T05:20:50.558Z] . [Pipeline] withDockerContainer [2020-10-06T05:20:50.854Z] prd-ubuntu18.04-docker-arm64-4c-16g-3652 does not seem to be running inside a container [2020-10-06T05:20:50.946Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/72 -v /w/workspace/device-sdk-go/72:/w/workspace/device-sdk-go/72:rw,z -v /w/workspace/device-sdk-go/72@tmp:/w/workspace/device-sdk-go/72@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2020-10-06T05:20:52.888Z] $ docker top 204ee32e2ff9dc78fa68b3f6b8175460f58f675f87a7955b7326f03e88394140 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-06T05:20:54.374Z] + go version [2020-10-06T05:20:54.374Z] go version go1.15.2 linux/arm64 [Pipeline] } [2020-10-06T05:20:54.410Z] $ docker stop --time=1 204ee32e2ff9dc78fa68b3f6b8175460f58f675f87a7955b7326f03e88394140 [2020-10-06T05:20:56.460Z] $ docker rm -f 204ee32e2ff9dc78fa68b3f6b8175460f58f675f87a7955b7326f03e88394140 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) Stage "Test" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-10-06T05:20:58.422Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-10-06T05:20:58.777Z] + ls -al . [2020-10-06T05:20:58.777Z] total 104 [2020-10-06T05:20:58.777Z] drwxrwxr-x 11 jenkins jenkins 4096 Oct 6 05:19 . [2020-10-06T05:20:58.777Z] drwxrwxr-x 4 jenkins jenkins 4096 Oct 6 05:19 .. [2020-10-06T05:20:58.777Z] -rw-rw-r-- 1 jenkins jenkins 140 Oct 6 05:19 .dockerignore [2020-10-06T05:20:58.777Z] drwxrwxr-x 8 jenkins jenkins 4096 Oct 6 05:19 .git [2020-10-06T05:20:58.777Z] drwxrwxr-x 2 jenkins jenkins 4096 Oct 6 05:19 .github [2020-10-06T05:20:58.777Z] -rw-rw-r-- 1 jenkins jenkins 138 Oct 6 05:19 .gitignore [2020-10-06T05:20:58.777Z] drwxrwxr-x 3 jenkins jenkins 4096 Oct 6 05:19 .semver [2020-10-06T05:20:58.777Z] -rw-rw-r-- 1 jenkins jenkins 936 Oct 6 05:19 Dockerfile.build [2020-10-06T05:20:58.777Z] -rw-rw-r-- 1 jenkins jenkins 901 Oct 6 05:19 Jenkinsfile [2020-10-06T05:20:58.777Z] -rw-rw-r-- 1 jenkins jenkins 11341 Oct 6 05:19 LICENSE [2020-10-06T05:20:58.777Z] -rw-rw-r-- 1 jenkins jenkins 1013 Oct 6 05:19 Makefile [2020-10-06T05:20:58.777Z] -rw-rw-r-- 1 jenkins jenkins 5897 Oct 6 05:19 README.md [2020-10-06T05:20:58.777Z] -rw-rw-r-- 1 jenkins jenkins 4291 Oct 6 05:19 RELEASE-NOTES.txt [2020-10-06T05:20:58.777Z] -rw-rw-r-- 1 jenkins jenkins 12 Oct 6 05:17 VERSION [2020-10-06T05:20:58.777Z] drwxrwxr-x 2 jenkins jenkins 4096 Oct 6 05:19 bin [2020-10-06T05:20:58.777Z] drwxrwxr-x 4 jenkins jenkins 4096 Oct 6 05:19 example [2020-10-06T05:20:58.777Z] -rw-rw-r-- 1 jenkins jenkins 517 Oct 6 05:19 go.mod [2020-10-06T05:20:58.777Z] drwxrwxr-x 15 jenkins jenkins 4096 Oct 6 05:19 internal [2020-10-06T05:20:58.777Z] drwxrwxr-x 4 jenkins jenkins 4096 Oct 6 05:19 openapi [2020-10-06T05:20:58.777Z] drwxrwxr-x 5 jenkins jenkins 4096 Oct 6 05:19 pkg [2020-10-06T05:20:58.777Z] drwxrwxr-x 4 jenkins jenkins 4096 Oct 6 05:19 snap [2020-10-06T05:20:58.777Z] -rw-rw-r-- 1 jenkins jenkins 222 Oct 6 05:19 version.go [Pipeline] isUnix [Pipeline] sh [2020-10-06T05:20:59.155Z] + docker build -t docker-device-sdk-simple-arm64 -f example/cmd/device-simple/Dockerfile --build-arg BASE=ci-base-image-arm64 --build-arg MAKE=make build --build-arg ARCH=arm64 --label git_sha=51b10ba24d09b5e22132647652f16c288a0af487 --label arch=arm64 --label version=1.2.4-dev.21 . [2020-10-06T05:20:59.759Z] Sending build context to Docker daemon 3.504MB [2020-10-06T05:20:59.759Z] Step 1/24 : ARG BASE=golang:1.15-alpine [2020-10-06T05:20:59.759Z] Step 2/24 : FROM ${BASE} AS builder [2020-10-06T05:20:59.759Z] ---> 1736a692cea8 [2020-10-06T05:20:59.759Z] Step 3/24 : ARG MAKE='make build' [2020-10-06T05:21:00.039Z] ---> Running in 273b70771b66 [2020-10-06T05:21:00.314Z] Removing intermediate container 273b70771b66 [2020-10-06T05:21:00.314Z] ---> 11a2742a24ea [2020-10-06T05:21:00.314Z] Step 4/24 : WORKDIR /device-sdk-go [2020-10-06T05:21:00.593Z] ---> Running in 6eb9e6910555 [2020-10-06T05:21:00.875Z] Removing intermediate container 6eb9e6910555 [2020-10-06T05:21:00.875Z] ---> 6b23dc201e0d [2020-10-06T05:21:00.875Z] Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-10-06T05:21:01.162Z] ---> Running in bbcc9b023c7d [2020-10-06T05:21:01.440Z] Removing intermediate container bbcc9b023c7d [2020-10-06T05:21:01.440Z] ---> 9114b9c789d0 [2020-10-06T05:21:01.440Z] Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-06T05:21:01.739Z] ---> Running in ecdc59a6bd2a [2020-10-06T05:21:04.378Z] Removing intermediate container ecdc59a6bd2a [2020-10-06T05:21:04.378Z] ---> 8c7f8924e80d [2020-10-06T05:21:04.378Z] Step 7/24 : RUN apk add --update --no-cache make git [2020-10-06T05:21:04.378Z] ---> Running in 4a8158e07f7b [2020-10-06T05:21:05.819Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-06T05:21:06.418Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-06T05:21:07.401Z] OK: 142 MiB in 39 packages [2020-10-06T05:21:08.393Z] Removing intermediate container 4a8158e07f7b [2020-10-06T05:21:08.393Z] ---> dbb58962f766 [2020-10-06T05:21:08.393Z] Step 8/24 : COPY . . [2020-10-06T05:21:09.846Z] ---> fb57713ef5a8 [2020-10-06T05:21:09.846Z] Step 9/24 : RUN ${MAKE} [2020-10-06T05:21:09.846Z] ---> Running in 5f375af2f230 [2020-10-06T05:21:11.300Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-sdk-go.Version=1.2.4-dev.21" -o example/cmd/device-simple/device-simple ./example/cmd/device-simple [2020-10-06T05:21:24.453Z] Removing intermediate container c761a3d8c82d [2020-10-06T05:21:24.453Z] ---> 5867fee2bba5 [2020-10-06T05:21:24.453Z] Successfully built 5867fee2bba5 [2020-10-06T05:21:24.453Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2020-10-06T05:21:24.991Z] + docker inspect -f . ci-base-image-x86_64 [2020-10-06T05:21:25.277Z] . [Pipeline] withDockerContainer [2020-10-06T05:21:25.730Z] prd-centos7-docker-4c-2g-3653 does not seem to be running inside a container [2020-10-06T05:21:26.255Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/72 -v /w/workspace/device-sdk-go/72:/w/workspace/device-sdk-go/72:rw,z -v /w/workspace/device-sdk-go/72@tmp:/w/workspace/device-sdk-go/72@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2020-10-06T05:21:27.687Z] $ docker top a152cab55f7963564292651164be9befc613d144b82d767e806421435b3096c9 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-06T05:21:28.512Z] + go version [2020-10-06T05:21:28.512Z] go version go1.15.2 linux/amd64 [Pipeline] } [2020-10-06T05:21:28.549Z] $ docker stop --time=1 a152cab55f7963564292651164be9befc613d144b82d767e806421435b3096c9 [2020-10-06T05:21:30.222Z] $ docker rm -f a152cab55f7963564292651164be9befc613d144b82d767e806421435b3096c9 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) Stage "Test" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2020-10-06T05:21:31.803Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-10-06T05:21:32.320Z] + ls -al . [2020-10-06T05:21:32.320Z] total 64 [2020-10-06T05:21:32.320Z] drwxrwxr-x. 11 jenkins jenkins 4096 Oct 6 05:19 . [2020-10-06T05:21:32.320Z] drwxrwxr-x. 4 jenkins jenkins 30 Oct 6 05:19 .. [2020-10-06T05:21:32.320Z] drwxrwxr-x. 2 jenkins jenkins 64 Oct 6 05:19 bin [2020-10-06T05:21:32.320Z] -rw-rw-r--. 1 jenkins jenkins 936 Oct 6 05:19 Dockerfile.build [2020-10-06T05:21:32.320Z] -rw-rw-r--. 1 jenkins jenkins 140 Oct 6 05:19 .dockerignore [2020-10-06T05:21:32.320Z] drwxrwxr-x. 4 jenkins jenkins 48 Oct 6 05:19 example [2020-10-06T05:21:32.320Z] drwxrwxr-x. 8 jenkins jenkins 162 Oct 6 05:19 .git [2020-10-06T05:21:32.320Z] drwxrwxr-x. 2 jenkins jenkins 60 Oct 6 05:19 .github [2020-10-06T05:21:32.320Z] -rw-rw-r--. 1 jenkins jenkins 138 Oct 6 05:19 .gitignore [2020-10-06T05:21:32.320Z] -rw-rw-r--. 1 jenkins jenkins 517 Oct 6 05:19 go.mod [2020-10-06T05:21:32.320Z] drwxrwxr-x. 15 jenkins jenkins 211 Oct 6 05:19 internal [2020-10-06T05:21:32.320Z] -rw-rw-r--. 1 jenkins jenkins 901 Oct 6 05:19 Jenkinsfile [2020-10-06T05:21:32.320Z] -rw-rw-r--. 1 jenkins jenkins 11341 Oct 6 05:19 LICENSE [2020-10-06T05:21:32.320Z] -rw-rw-r--. 1 jenkins jenkins 1013 Oct 6 05:19 Makefile [2020-10-06T05:21:32.320Z] drwxrwxr-x. 4 jenkins jenkins 26 Oct 6 05:19 openapi [2020-10-06T05:21:32.320Z] drwxrwxr-x. 5 jenkins jenkins 50 Oct 6 05:19 pkg [2020-10-06T05:21:32.320Z] -rw-rw-r--. 1 jenkins jenkins 5897 Oct 6 05:19 README.md [2020-10-06T05:21:32.320Z] -rw-rw-r--. 1 jenkins jenkins 4291 Oct 6 05:19 RELEASE-NOTES.txt [2020-10-06T05:21:32.320Z] drwxrwxr-x. 3 jenkins jenkins 44 Oct 6 05:19 .semver [2020-10-06T05:21:32.320Z] drwxrwxr-x. 4 jenkins jenkins 54 Oct 6 05:19 snap [2020-10-06T05:21:32.320Z] -rw-rw-r--. 1 jenkins jenkins 12 Oct 6 05:17 VERSION [2020-10-06T05:21:32.320Z] -rw-rw-r--. 1 jenkins jenkins 222 Oct 6 05:19 version.go [Pipeline] isUnix [Pipeline] sh [2020-10-06T05:21:32.774Z] + docker build -t docker-device-sdk-simple -f example/cmd/device-simple/Dockerfile --build-arg BASE=ci-base-image-x86_64 --build-arg 'MAKE=make build' --build-arg ARCH=amd64 --label git_sha=51b10ba24d09b5e22132647652f16c288a0af487 --label arch=amd64 --label version=1.2.4-dev.21 . [2020-10-06T05:21:33.074Z] Sending build context to Docker daemon 3.504MB [2020-10-06T05:21:33.390Z] Step 1/24 : ARG BASE=golang:1.15-alpine [2020-10-06T05:21:33.390Z] Step 2/24 : FROM ${BASE} AS builder [2020-10-06T05:21:33.390Z] ---> 5867fee2bba5 [2020-10-06T05:21:33.390Z] Step 3/24 : ARG MAKE='make build' [2020-10-06T05:21:33.838Z] ---> Running in edcd8d3414c2 [2020-10-06T05:21:34.117Z] Removing intermediate container edcd8d3414c2 [2020-10-06T05:21:34.117Z] ---> 2bf9d4648803 [2020-10-06T05:21:34.117Z] Step 4/24 : WORKDIR /device-sdk-go [2020-10-06T05:21:34.416Z] ---> Running in ceeae768977c [2020-10-06T05:21:34.758Z] Removing intermediate container ceeae768977c [2020-10-06T05:21:34.758Z] ---> 28a69fc7f2ec [2020-10-06T05:21:34.758Z] Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-10-06T05:21:34.758Z] ---> Running in 53d5e9edd92f [2020-10-06T05:21:35.057Z] Removing intermediate container 53d5e9edd92f [2020-10-06T05:21:35.057Z] ---> 038f69c58e28 [2020-10-06T05:21:35.057Z] Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-06T05:21:36.089Z] ---> Running in 2cc807863e99 [2020-10-06T05:21:38.182Z] CGO_ENABLED=0 GO111MODULE=on go install -tags=safe [2020-10-06T05:21:38.182Z] Removing intermediate container 5f375af2f230 [2020-10-06T05:21:38.182Z] ---> ec09a1d45250 [2020-10-06T05:21:38.182Z] Step 10/24 : FROM scratch [2020-10-06T05:21:38.182Z] ---> [2020-10-06T05:21:38.182Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-10-06T05:21:38.182Z] ---> Running in 834c70e70a6f [2020-10-06T05:21:38.182Z] Removing intermediate container 834c70e70a6f [2020-10-06T05:21:38.182Z] ---> b2e8326d4f54 [2020-10-06T05:21:38.182Z] Step 12/24 : ENV APP_PORT=49990 [2020-10-06T05:21:38.261Z] Removing intermediate container 2cc807863e99 [2020-10-06T05:21:38.261Z] ---> ba3cb5c9ec04 [2020-10-06T05:21:38.261Z] Step 7/24 : RUN apk add --update --no-cache make git [2020-10-06T05:21:38.261Z] ---> Running in 496555d58a61 [2020-10-06T05:21:38.456Z] ---> Running in 608b4604419f [2020-10-06T05:21:38.730Z] Removing intermediate container 608b4604419f [2020-10-06T05:21:38.730Z] ---> 94fc459527e7 [2020-10-06T05:21:38.730Z] Step 13/24 : EXPOSE $APP_PORT [2020-10-06T05:21:39.004Z] ---> Running in 0ddee240273b [2020-10-06T05:21:39.284Z] Removing intermediate container 0ddee240273b [2020-10-06T05:21:39.284Z] ---> 08395f68165b [2020-10-06T05:21:39.284Z] Step 14/24 : WORKDIR / [2020-10-06T05:21:39.380Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-06T05:21:39.557Z] ---> Running in 7082e0173d61 [2020-10-06T05:21:40.153Z] Removing intermediate container 7082e0173d61 [2020-10-06T05:21:40.153Z] ---> 4e6863913c8e [2020-10-06T05:21:40.153Z] Step 15/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple [2020-10-06T05:21:40.480Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-06T05:21:41.135Z] ---> c8502273b9bc [2020-10-06T05:21:41.135Z] Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml [2020-10-06T05:21:42.115Z] ---> 5499ea3989c5 [2020-10-06T05:21:42.115Z] Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml [2020-10-06T05:21:42.714Z] ---> aabf779afb41 [2020-10-06T05:21:42.714Z] Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png [2020-10-06T05:21:43.189Z] OK: 166 MiB in 39 packages [2020-10-06T05:21:43.310Z] ---> 518ebd1b1b01 [2020-10-06T05:21:43.310Z] Step 19/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg [2020-10-06T05:21:43.926Z] Removing intermediate container 496555d58a61 [2020-10-06T05:21:43.926Z] ---> b8c952a4aac3 [2020-10-06T05:21:43.926Z] Step 8/24 : COPY . . [2020-10-06T05:21:44.317Z] ---> bf1849eef6ab [2020-10-06T05:21:44.317Z] Step 20/24 : ENTRYPOINT ["/usr/local/bin/device-simple"] [2020-10-06T05:21:44.317Z] ---> Running in 24028bcfdad5 [2020-10-06T05:21:44.920Z] Removing intermediate container 24028bcfdad5 [2020-10-06T05:21:44.920Z] ---> 41364ba1184e [2020-10-06T05:21:44.920Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-06T05:21:44.920Z] ---> Running in 4fa422168dff [2020-10-06T05:21:45.522Z] Removing intermediate container 4fa422168dff [2020-10-06T05:21:45.522Z] ---> cab37375aa0c [2020-10-06T05:21:45.522Z] Step 22/24 : LABEL arch=arm64 [2020-10-06T05:21:45.522Z] ---> Running in 24a4a0702295 [2020-10-06T05:21:45.764Z] ---> f87b2d4b7d00 [2020-10-06T05:21:45.764Z] Step 9/24 : RUN ${MAKE} [2020-10-06T05:21:45.764Z] ---> Running in b2b6b0647b55 [2020-10-06T05:21:46.122Z] Removing intermediate container 24a4a0702295 [2020-10-06T05:21:46.122Z] ---> 935a830f1096 [2020-10-06T05:21:46.122Z] Step 23/24 : LABEL git_sha=51b10ba24d09b5e22132647652f16c288a0af487 [2020-10-06T05:21:46.122Z] ---> Running in ed3deacd1d26 [2020-10-06T05:21:46.718Z] Removing intermediate container ed3deacd1d26 [2020-10-06T05:21:46.718Z] ---> 696d80c5fe5a [2020-10-06T05:21:46.718Z] Step 24/24 : LABEL version=1.2.4-dev.21 [2020-10-06T05:21:46.718Z] ---> Running in 5c2a4a1e40ef [2020-10-06T05:21:46.905Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-sdk-go.Version=1.2.4-dev.21" -o example/cmd/device-simple/device-simple ./example/cmd/device-simple [2020-10-06T05:21:47.312Z] Removing intermediate container 5c2a4a1e40ef [2020-10-06T05:21:47.312Z] ---> 3c48f1828c54 [2020-10-06T05:21:47.312Z] [Warning] One or more build-args [ARCH] were not consumed [2020-10-06T05:21:47.312Z] Successfully built 3c48f1828c54 [2020-10-06T05:21:47.312Z] Successfully tagged docker-device-sdk-simple-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-10-06T05:22:10.994Z] CGO_ENABLED=0 GO111MODULE=on go install -tags=safe [2020-10-06T05:22:10.994Z] Removing intermediate container b2b6b0647b55 [2020-10-06T05:22:10.994Z] ---> d645046ec162 [2020-10-06T05:22:10.994Z] Step 10/24 : FROM scratch [2020-10-06T05:22:10.994Z] ---> [2020-10-06T05:22:10.994Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-10-06T05:22:10.994Z] ---> Running in 84b51d79b195 [2020-10-06T05:22:11.310Z] Removing intermediate container 84b51d79b195 [2020-10-06T05:22:11.310Z] ---> 6f760be96c5c [2020-10-06T05:22:11.310Z] Step 12/24 : ENV APP_PORT=49990 [2020-10-06T05:22:11.310Z] ---> Running in 4b3af00b1318 [2020-10-06T05:22:12.018Z] Removing intermediate container 4b3af00b1318 [2020-10-06T05:22:12.018Z] ---> 317fabb31ed5 [2020-10-06T05:22:12.018Z] Step 13/24 : EXPOSE $APP_PORT [2020-10-06T05:22:12.018Z] ---> Running in c72b150a5c7f [2020-10-06T05:22:12.400Z] Removing intermediate container c72b150a5c7f [2020-10-06T05:22:12.400Z] ---> 8b74f5a07719 [2020-10-06T05:22:12.400Z] Step 14/24 : WORKDIR / [2020-10-06T05:22:12.400Z] ---> Running in e109b2f42fb0 [2020-10-06T05:22:12.722Z] Removing intermediate container e109b2f42fb0 [2020-10-06T05:22:12.722Z] ---> 50ce53ed8e81 [2020-10-06T05:22:12.722Z] Step 15/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple [2020-10-06T05:22:13.806Z] ---> 4ad2b19edf7d [2020-10-06T05:22:13.806Z] Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml [2020-10-06T05:22:14.472Z] ---> 684c51c587b6 [2020-10-06T05:22:14.472Z] Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml [2020-10-06T05:22:14.799Z] ---> d8633545ddd2 [2020-10-06T05:22:14.799Z] Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png [2020-10-06T05:22:15.425Z] ---> 6b58b35f08c1 [2020-10-06T05:22:15.425Z] Step 19/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg [2020-10-06T05:22:15.751Z] ---> f69c0e738e18 [2020-10-06T05:22:15.751Z] Step 20/24 : ENTRYPOINT ["/usr/local/bin/device-simple"] [2020-10-06T05:22:15.751Z] ---> Running in 4b8dc2b27922 [2020-10-06T05:22:15.751Z] Removing intermediate container 4b8dc2b27922 [2020-10-06T05:22:15.751Z] ---> 92491e72cf74 [2020-10-06T05:22:15.751Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-06T05:22:16.065Z] ---> Running in 5efb1a37fb91 [2020-10-06T05:22:16.065Z] Removing intermediate container 5efb1a37fb91 [2020-10-06T05:22:16.065Z] ---> 168ba4b21da5 [2020-10-06T05:22:16.065Z] Step 22/24 : LABEL arch=amd64 [2020-10-06T05:22:16.451Z] ---> Running in 5693ed00347d [2020-10-06T05:22:16.451Z] Removing intermediate container 5693ed00347d [2020-10-06T05:22:16.451Z] ---> c3435d9f0a86 [2020-10-06T05:22:16.451Z] Step 23/24 : LABEL git_sha=51b10ba24d09b5e22132647652f16c288a0af487 [2020-10-06T05:22:16.749Z] ---> Running in c8c045726c9b [2020-10-06T05:22:16.749Z] Removing intermediate container c8c045726c9b [2020-10-06T05:22:16.749Z] ---> c139c541979e [2020-10-06T05:22:16.749Z] Step 24/24 : LABEL version=1.2.4-dev.21 [2020-10-06T05:22:17.070Z] ---> Running in d7f0a05f0d26 [2020-10-06T05:22:17.362Z] Removing intermediate container d7f0a05f0d26 [2020-10-06T05:22:17.362Z] ---> 6170e1cbb370 [2020-10-06T05:22:17.362Z] [Warning] One or more build-args [ARCH] were not consumed [2020-10-06T05:22:17.362Z] Successfully built 6170e1cbb370 [2020-10-06T05:22:17.362Z] 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-06T05:22:19.384Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] echo [2020-10-06T05:22:19.386Z] [edgeXSnyk] command to run: snyk monitor --org=edgex-jenkins [Pipeline] withCredentials [2020-10-06T05:22:19.475Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-06T05:22:19.875Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-10-06T05:22:19.876Z] [2020-10-06T05:22:19.876Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] isUnix [Pipeline] sh [2020-10-06T05:22:20.249Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-10-06T05:22:20.249Z] 1.317.0: Pulling from edgex-devops/edgex-snyk-go [2020-10-06T05:22:20.249Z] cbdbe7a5bc2a: Pulling fs layer [2020-10-06T05:22:20.249Z] 408f87550127: Pulling fs layer [2020-10-06T05:22:20.249Z] fe522b08c979: Pulling fs layer [2020-10-06T05:22:20.249Z] 221eaa008020: Pulling fs layer [2020-10-06T05:22:20.249Z] 2a4607e5d6b9: Pulling fs layer [2020-10-06T05:22:20.249Z] 8f79b27c4fd2: Pulling fs layer [2020-10-06T05:22:20.249Z] e5c8dbe1645b: Pulling fs layer [2020-10-06T05:22:20.249Z] 23e8b3b47431: Pulling fs layer [2020-10-06T05:22:20.249Z] 5c568d65a230: Pulling fs layer [2020-10-06T05:22:20.249Z] 221eaa008020: Waiting [2020-10-06T05:22:20.249Z] 2a4607e5d6b9: Waiting [2020-10-06T05:22:20.249Z] 8f79b27c4fd2: Waiting [2020-10-06T05:22:20.249Z] e5c8dbe1645b: Waiting [2020-10-06T05:22:20.249Z] 23e8b3b47431: Waiting [2020-10-06T05:22:20.249Z] 5c568d65a230: Waiting [2020-10-06T05:22:20.249Z] 408f87550127: Verifying Checksum [2020-10-06T05:22:20.249Z] 408f87550127: Download complete [2020-10-06T05:22:20.249Z] fe522b08c979: Verifying Checksum [2020-10-06T05:22:20.249Z] fe522b08c979: Download complete [2020-10-06T05:22:20.249Z] 2a4607e5d6b9: Verifying Checksum [2020-10-06T05:22:20.249Z] 2a4607e5d6b9: Download complete [2020-10-06T05:22:20.249Z] 8f79b27c4fd2: Verifying Checksum [2020-10-06T05:22:20.249Z] cbdbe7a5bc2a: Verifying Checksum [2020-10-06T05:22:20.249Z] cbdbe7a5bc2a: Download complete [2020-10-06T05:22:20.827Z] cbdbe7a5bc2a: Pull complete [2020-10-06T05:22:20.827Z] 408f87550127: Pull complete [2020-10-06T05:22:21.093Z] fe522b08c979: Pull complete [2020-10-06T05:22:21.359Z] e5c8dbe1645b: Verifying Checksum [2020-10-06T05:22:21.359Z] e5c8dbe1645b: Download complete [2020-10-06T05:22:22.762Z] 23e8b3b47431: Verifying Checksum [2020-10-06T05:22:22.762Z] 23e8b3b47431: Download complete [2020-10-06T05:22:22.762Z] 5c568d65a230: Verifying Checksum [2020-10-06T05:22:22.762Z] 5c568d65a230: Download complete [2020-10-06T05:22:23.721Z] 221eaa008020: Verifying Checksum [2020-10-06T05:22:23.721Z] 221eaa008020: Download complete [2020-10-06T05:22:29.042Z] 221eaa008020: Pull complete [2020-10-06T05:22:29.042Z] 2a4607e5d6b9: Pull complete [2020-10-06T05:22:29.042Z] 8f79b27c4fd2: Pull complete [2020-10-06T05:22:31.626Z] e5c8dbe1645b: Pull complete [2020-10-06T05:22:34.980Z] 23e8b3b47431: Pull complete [2020-10-06T05:22:36.378Z] 5c568d65a230: Pull complete [2020-10-06T05:22:36.378Z] Digest: sha256:57952c35bde2fbfcf87b7f40d558e42527212236f73796964c551b7cac8e72c4 [2020-10-06T05:22:36.378Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-10-06T05:22:36.378Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] withDockerContainer [2020-10-06T05:22:36.575Z] prd-centos7-docker-4c-2g-3646 does not seem to be running inside a container [2020-10-06T05:22:36.633Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -v /w/workspace/dgexfoundry_device-sdk-go_master:/ws -w /ws --entrypoint= -w /w/workspace/dgexfoundry_device-sdk-go_master -v /w/workspace/dgexfoundry_device-sdk-go_master:/w/workspace/dgexfoundry_device-sdk-go_master:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_master@tmp:/w/workspace/dgexfoundry_device-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 cat [2020-10-06T05:22:37.538Z] $ docker top 0fe0fd460dce4fa587f17272c7bb97e9dd0e493e0771c8c65082ccf1ea623b8b -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-06T05:22:38.075Z] + snyk monitor '--org=edgex-jenkins' [2020-10-06T05:22:53.056Z] [2020-10-06T05:22:53.056Z] Monitoring /w/workspace/dgexfoundry_device-sdk-go_master (github.com/edgexfoundry/device-sdk-go)... [2020-10-06T05:22:53.056Z] [2020-10-06T05:22:53.056Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/057beb34-70d8-4945-961c-fe027db76abc/history/ccd5a798-446f-48c2-a10c-cbb2de39e83d [2020-10-06T05:22:53.056Z] [2020-10-06T05:22:53.056Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2020-10-06T05:22:53.056Z] [2020-10-06T05:22:53.056Z] [2020-10-06T05:22:53.056Z] Snyk CLI supports Node.js 8 and higher. [2020-10-06T05:22:53.056Z] 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-06T05:22:53.056Z] Please consider upgrading your runtime version to Node 10 or higher in order to get Snyk CLI updates. [2020-10-06T05:22:53.056Z] [2020-10-06T05:22:53.056Z] The latest CLI version that supports Node.js 6 is `snyk@1.300.0`. [2020-10-06T05:22:53.056Z] The latest CLI version that supports Node.js 4 is `snyk@1.88.2`. [Pipeline] } [2020-10-06T05:22:53.073Z] $ docker stop --time=1 0fe0fd460dce4fa587f17272c7bb97e9dd0e493e0771c8c65082ccf1ea623b8b [2020-10-06T05:22:56.181Z] $ docker rm -f 0fe0fd460dce4fa587f17272c7bb97e9dd0e493e0771c8c65082ccf1ea623b8b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) Stage "Clair Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo [2020-10-06T05:22:57.779Z] [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-10-06T05:22:57.842Z] provisioning config files... [2020-10-06T05:22:57.855Z] copy managed file [swaggerhub-api-key] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config2176105759956594270tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-10-06T05:22:58.243Z] --> edgex-publish-swagger.sh [2020-10-06T05:22:58.243Z] === Publish openapi/v1 API === [2020-10-06T05:22:58.243Z] [publishToSwagger] Publishing the API Docs [openapi/v1] to Swagger [2020-10-06T05:22:58.243Z] [publishToSwagger] Publishing API Name [device-sdk] [2020-10-06T05:22:58.243Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-06T05:22:58.243Z] Dload Upload Total Spent Left Speed [2020-10-06T05:22:58.818Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 20188 0 0 100 20188 0 26696 --:--:-- --:--:-- --:--:-- 26739 [2020-10-06T05:22:58.818Z] [2020-10-06T05:22:58.818Z] [2020-10-06T05:22:58.818Z] === Publish openapi/v2 API === [2020-10-06T05:22:58.818Z] [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger [2020-10-06T05:22:58.818Z] [publishToSwagger] Publishing API Name [device-sdk] [2020-10-06T05:22:58.818Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-06T05:22:58.818Z] Dload Upload Total Spent Left Speed [2020-10-06T05:22:59.655Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 49274 0 0 100 49274 0 68106 --:--:-- --:--:-- --:--:-- 68058 [2020-10-06T05:22:59.655Z] [2020-10-06T05:22:59.655Z] [Pipeline] } [2020-10-06T05:22:59.664Z] 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-06T05:23:00.574Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-06T05:23:00.575Z] . [Pipeline] withDockerContainer [2020-10-06T05:23:00.680Z] prd-centos7-docker-4c-2g-3646 does not seem to be running inside a container [2020-10-06T05:23:00.734Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-sdk-go_master -v /w/workspace/dgexfoundry_device-sdk-go_master:/w/workspace/dgexfoundry_device-sdk-go_master:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_master@tmp:/w/workspace/dgexfoundry_device-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-10-06T05:23:01.508Z] $ docker top 562d5160d66bf290e0efbe77dd2a8aec7d2f2fb890bd778a424e1e30121674a3 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-06T05:23:01.904Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-06T05:23:01.904Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-06T05:23:02.133Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-06T05:23:02.137Z] $ docker exec 562d5160d66bf290e0efbe77dd2a8aec7d2f2fb890bd778a424e1e30121674a3 ssh-agent [2020-10-06T05:23:02.334Z] SSH_AUTH_SOCK=/tmp/ssh-DmTnnix6Y8Hj/agent.11 [2020-10-06T05:23:02.334Z] SSH_AGENT_PID=16 [2020-10-06T05:23:02.341Z] Running ssh-add (command line suppressed) [2020-10-06T05:23:02.480Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_1518116953304035369.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_1518116953304035369.key) [2020-10-06T05:23:02.536Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-06T05:23:02.866Z] + git semver tag [2020-10-06T05:23:02.867Z] # -> Open(): unable to determine branch for HEAD [2020-10-06T05:23:02.867Z] # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git [2020-10-06T05:23:02.867Z] # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master [2020-10-06T05:23:02.867Z] # $SEMVER_REMOTE_NAME = origin [2020-10-06T05:23:02.867Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-06T05:23:02.867Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-06T05:23:02.867Z] # $SEMVER_BRANCH = master [2020-10-06T05:23:02.867Z] # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver [2020-10-06T05:23:02.867Z] # 51b10ba24d09b5e22132647652f16c288a0af487 HEAD [2020-10-06T05:23:02.867Z] # -> Force: false [2020-10-06T05:23:02.867Z] # f7d5b541626d4f855141e6edc03ddec00f25cfe4 refs/tags/v1.2.4-dev.21 [Pipeline] } [2020-10-06T05:23:02.879Z] $ docker exec --env ******** --env ******** 562d5160d66bf290e0efbe77dd2a8aec7d2f2fb890bd778a424e1e30121674a3 ssh-agent -k [2020-10-06T05:23:03.004Z] unset SSH_AUTH_SOCK; [2020-10-06T05:23:03.005Z] unset SSH_AGENT_PID; [2020-10-06T05:23:03.005Z] echo Agent pid 16 killed; [2020-10-06T05:23:03.052Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-06T05:23:03.537Z] + git semver [Pipeline] } [2020-10-06T05:23:03.562Z] $ docker stop --time=1 562d5160d66bf290e0efbe77dd2a8aec7d2f2fb890bd778a424e1e30121674a3 [2020-10-06T05:23:04.927Z] $ docker rm -f 562d5160d66bf290e0efbe77dd2a8aec7d2f2fb890bd778a424e1e30121674a3 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2020-10-06T05:23:05.682Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-10-06T05:23:05.682Z] [2020-10-06T05:23:05.682Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2020-10-06T05:23:06.031Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-10-06T05:23:06.031Z] 0.23.1-centos7: Pulling from edgex-lftools [2020-10-06T05:23:06.031Z] ab5ef0e58194: Pulling fs layer [2020-10-06T05:23:06.031Z] 9712f1f96733: Pulling fs layer [2020-10-06T05:23:06.031Z] 63f879dbbcfc: Pulling fs layer [2020-10-06T05:23:06.031Z] 0d9ebad4ef96: Pulling fs layer [2020-10-06T05:23:06.031Z] e9a5061849ea: Pulling fs layer [2020-10-06T05:23:06.031Z] d747dcd14b5f: Pulling fs layer [2020-10-06T05:23:06.031Z] 2de7ff778b66: Pulling fs layer [2020-10-06T05:23:06.031Z] e9a5061849ea: Waiting [2020-10-06T05:23:06.031Z] d747dcd14b5f: Waiting [2020-10-06T05:23:06.031Z] 2de7ff778b66: Waiting [2020-10-06T05:23:06.031Z] 0d9ebad4ef96: Waiting [2020-10-06T05:23:06.031Z] 9712f1f96733: Verifying Checksum [2020-10-06T05:23:06.031Z] 9712f1f96733: Download complete [2020-10-06T05:23:07.969Z] 63f879dbbcfc: Verifying Checksum [2020-10-06T05:23:07.969Z] 63f879dbbcfc: Download complete [2020-10-06T05:23:07.969Z] e9a5061849ea: Download complete [2020-10-06T05:23:07.969Z] d747dcd14b5f: Verifying Checksum [2020-10-06T05:23:07.969Z] d747dcd14b5f: Download complete [2020-10-06T05:23:08.237Z] 0d9ebad4ef96: Verifying Checksum [2020-10-06T05:23:08.237Z] 0d9ebad4ef96: Download complete [2020-10-06T05:23:08.509Z] 2de7ff778b66: Verifying Checksum [2020-10-06T05:23:08.509Z] 2de7ff778b66: Download complete [2020-10-06T05:23:08.509Z] ab5ef0e58194: Verifying Checksum [2020-10-06T05:23:08.509Z] ab5ef0e58194: Download complete [2020-10-06T05:23:12.773Z] ab5ef0e58194: Pull complete [2020-10-06T05:23:12.773Z] 9712f1f96733: Pull complete [2020-10-06T05:23:15.334Z] 63f879dbbcfc: Pull complete [2020-10-06T05:23:21.982Z] 0d9ebad4ef96: Pull complete [2020-10-06T05:23:23.375Z] e9a5061849ea: Pull complete [2020-10-06T05:23:23.375Z] d747dcd14b5f: Pull complete [2020-10-06T05:23:27.597Z] 2de7ff778b66: Pull complete [2020-10-06T05:23:27.597Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2020-10-06T05:23:27.597Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-10-06T05:23:27.597Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2020-10-06T05:23:27.803Z] prd-centos7-docker-4c-2g-3646 does not seem to be running inside a container [2020-10-06T05:23:27.848Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/dgexfoundry_device-sdk-go_master -v /w/workspace/dgexfoundry_device-sdk-go_master:/w/workspace/dgexfoundry_device-sdk-go_master:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_master@tmp:/w/workspace/dgexfoundry_device-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2020-10-06T05:23:31.187Z] $ docker top 75f207b09d69607c6564e6234a03dde1fc92a9bb4682916a56149bd4a498dbd8 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2020-10-06T05:23:31.476Z] provisioning config files... [2020-10-06T05:23:31.484Z] copy managed file [sigul-config] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config3513416324128837626tmp [2020-10-06T05:23:31.499Z] copy managed file [sigul-password] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config3542977139010834485tmp [2020-10-06T05:23:31.512Z] copy managed file [sigul-pki] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config5552580004090015049tmp [Pipeline] { [Pipeline] echo [2020-10-06T05:23:31.583Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-06T05:23:31.894Z] ---> sigul-configuration.sh [2020-10-06T05:23:31.894Z] gpg: directory `/root/.gnupg' created [2020-10-06T05:23:31.894Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2020-10-06T05:23:31.894Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2020-10-06T05:23:31.894Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2020-10-06T05:23:31.894Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2020-10-06T05:23:31.894Z] gpg: CAST5 encrypted data [2020-10-06T05:23:32.156Z] gpg: encrypted with 1 passphrase [2020-10-06T05:23:32.156Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2020-10-06T05:23:32.455Z] + mkdir /home/jenkins [2020-10-06T05:23:32.455Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2020-10-06T05:23:32.751Z] + 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-06T05:23:32.760Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-06T05:23:33.056Z] ---> sigul-install.sh [2020-10-06T05:23:38.349Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2020-10-06T05:23:38.907Z] + git tag --list [2020-10-06T05:23:38.907Z] 0.7.1 [2020-10-06T05:23:38.907Z] delhi-tag [2020-10-06T05:23:38.907Z] v1.0.0 [2020-10-06T05:23:38.907Z] v1.1.0 [2020-10-06T05:23:38.907Z] v1.1.1 [2020-10-06T05:23:38.907Z] v1.1.2 [2020-10-06T05:23:38.907Z] v1.2.0 [2020-10-06T05:23:38.907Z] v1.2.1 [2020-10-06T05:23:38.907Z] v1.2.2 [2020-10-06T05:23:38.907Z] v1.2.3 [2020-10-06T05:23:38.907Z] v1.2.4-dev.1 [2020-10-06T05:23:38.907Z] v1.2.4-dev.10 [2020-10-06T05:23:38.907Z] v1.2.4-dev.11 [2020-10-06T05:23:38.907Z] v1.2.4-dev.12 [2020-10-06T05:23:38.907Z] v1.2.4-dev.13 [2020-10-06T05:23:38.907Z] v1.2.4-dev.14 [2020-10-06T05:23:38.907Z] v1.2.4-dev.15 [2020-10-06T05:23:38.907Z] v1.2.4-dev.16 [2020-10-06T05:23:38.907Z] v1.2.4-dev.17 [2020-10-06T05:23:38.907Z] v1.2.4-dev.18 [2020-10-06T05:23:38.907Z] v1.2.4-dev.19 [2020-10-06T05:23:38.907Z] v1.2.4-dev.2 [2020-10-06T05:23:38.907Z] v1.2.4-dev.20 [2020-10-06T05:23:38.907Z] v1.2.4-dev.21 [2020-10-06T05:23:38.907Z] v1.2.4-dev.3 [2020-10-06T05:23:38.907Z] v1.2.4-dev.4 [2020-10-06T05:23:38.907Z] v1.2.4-dev.5 [2020-10-06T05:23:38.907Z] v1.2.4-dev.6 [2020-10-06T05:23:38.907Z] v1.2.4-dev.7 [2020-10-06T05:23:38.907Z] v1.2.4-dev.8 [2020-10-06T05:23:38.907Z] v1.2.4-dev.9 [Pipeline] sh [2020-10-06T05:23:39.213Z] + lftools sign git-tag v1.2.4-dev.21 [2020-10-06T05:23:40.611Z] Signing Git tag with Sigul... [2020-10-06T05:23:40.611Z] Signing v1.2.4-dev.21 [Pipeline] echo [2020-10-06T05:23:41.562Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-06T05:23:41.854Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2020-10-06T05:23:41.863Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2020-10-06T05:23:41.957Z] $ docker stop --time=1 75f207b09d69607c6564e6234a03dde1fc92a9bb4682916a56149bd4a498dbd8 [2020-10-06T05:23:43.892Z] $ docker rm -f 75f207b09d69607c6564e6234a03dde1fc92a9bb4682916a56149bd4a498dbd8 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2020-10-06T05:23:44.746Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-06T05:23:44.746Z] . [Pipeline] withDockerContainer [2020-10-06T05:23:44.844Z] prd-centos7-docker-4c-2g-3646 does not seem to be running inside a container [2020-10-06T05:23:44.887Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-sdk-go_master -v /w/workspace/dgexfoundry_device-sdk-go_master:/w/workspace/dgexfoundry_device-sdk-go_master:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_master@tmp:/w/workspace/dgexfoundry_device-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-10-06T05:23:45.577Z] $ docker top db63f9887b2d6b787a51f9afeabe81c6665fd9cd71ae29cd54b5cbb6ba178790 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-06T05:23:45.950Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-06T05:23:45.950Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-06T05:23:46.180Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-06T05:23:46.185Z] $ docker exec db63f9887b2d6b787a51f9afeabe81c6665fd9cd71ae29cd54b5cbb6ba178790 ssh-agent [2020-10-06T05:23:46.356Z] SSH_AUTH_SOCK=/tmp/ssh-h57FllCcER8A/agent.13 [2020-10-06T05:23:46.356Z] SSH_AGENT_PID=19 [2020-10-06T05:23:46.363Z] Running ssh-add (command line suppressed) [2020-10-06T05:23:46.485Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_3374847599772715137.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_3374847599772715137.key) [2020-10-06T05:23:46.541Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-06T05:23:46.886Z] + git semver bump pre [2020-10-06T05:23:46.886Z] # -> Open(): unable to determine branch for HEAD [2020-10-06T05:23:46.886Z] # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git [2020-10-06T05:23:46.886Z] # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master [2020-10-06T05:23:46.886Z] # $SEMVER_REMOTE_NAME = origin [2020-10-06T05:23:46.886Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-06T05:23:46.886Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-06T05:23:46.886Z] # $SEMVER_BRANCH = master [2020-10-06T05:23:46.886Z] # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver [2020-10-06T05:23:46.886Z] 1.2.4-dev.22 [Pipeline] } [2020-10-06T05:23:46.897Z] $ docker exec --env ******** --env ******** db63f9887b2d6b787a51f9afeabe81c6665fd9cd71ae29cd54b5cbb6ba178790 ssh-agent -k [2020-10-06T05:23:47.020Z] unset SSH_AUTH_SOCK; [2020-10-06T05:23:47.020Z] unset SSH_AGENT_PID; [2020-10-06T05:23:47.020Z] echo Agent pid 19 killed; [2020-10-06T05:23:47.069Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-06T05:23:47.531Z] + git semver [Pipeline] } [2020-10-06T05:23:47.547Z] $ docker stop --time=1 db63f9887b2d6b787a51f9afeabe81c6665fd9cd71ae29cd54b5cbb6ba178790 [2020-10-06T05:23:48.915Z] $ docker rm -f db63f9887b2d6b787a51f9afeabe81c6665fd9cd71ae29cd54b5cbb6ba178790 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-06T05:23:49.446Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-06T05:23:49.446Z] . [Pipeline] withDockerContainer [2020-10-06T05:23:49.541Z] prd-centos7-docker-4c-2g-3646 does not seem to be running inside a container [2020-10-06T05:23:49.595Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-sdk-go_master -v /w/workspace/dgexfoundry_device-sdk-go_master:/w/workspace/dgexfoundry_device-sdk-go_master:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_master@tmp:/w/workspace/dgexfoundry_device-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-10-06T05:23:50.239Z] $ docker top 40ac50a31ce7cfba53de3b3ebf09130c86f6e3506e3d135685b0a5f624e88537 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-06T05:23:50.615Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-06T05:23:50.615Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-06T05:23:50.796Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-06T05:23:50.801Z] $ docker exec 40ac50a31ce7cfba53de3b3ebf09130c86f6e3506e3d135685b0a5f624e88537 ssh-agent [2020-10-06T05:23:50.984Z] SSH_AUTH_SOCK=/tmp/ssh-63R27QbeoaxI/agent.12 [2020-10-06T05:23:50.984Z] SSH_AGENT_PID=18 [2020-10-06T05:23:50.992Z] Running ssh-add (command line suppressed) [2020-10-06T05:23:51.115Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_3412079602572599319.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_3412079602572599319.key) [2020-10-06T05:23:51.171Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-06T05:23:51.504Z] + git semver push [2020-10-06T05:23:51.504Z] # -> Open(): unable to determine branch for HEAD [2020-10-06T05:23:51.504Z] # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git [2020-10-06T05:23:51.504Z] # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master [2020-10-06T05:23:51.504Z] # $SEMVER_REMOTE_NAME = origin [2020-10-06T05:23:51.504Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-06T05:23:51.504Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-06T05:23:51.504Z] # $SEMVER_BRANCH = master [2020-10-06T05:23:51.504Z] # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver [Pipeline] } [2020-10-06T05:23:58.106Z] $ docker exec --env ******** --env ******** 40ac50a31ce7cfba53de3b3ebf09130c86f6e3506e3d135685b0a5f624e88537 ssh-agent -k [2020-10-06T05:23:58.249Z] unset SSH_AUTH_SOCK; [2020-10-06T05:23:58.250Z] unset SSH_AGENT_PID; [2020-10-06T05:23:58.250Z] echo Agent pid 18 killed; [2020-10-06T05:23:58.304Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-06T05:23:58.776Z] + git semver [Pipeline] } [2020-10-06T05:23:58.794Z] $ docker stop --time=1 40ac50a31ce7cfba53de3b3ebf09130c86f6e3506e3d135685b0a5f624e88537 [2020-10-06T05:24:00.125Z] $ docker rm -f 40ac50a31ce7cfba53de3b3ebf09130c86f6e3506e3d135685b0a5f624e88537 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Bump Experimental Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Bump Stable (Named) Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2020-10-06T05:24:01.626Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-06T05:24:02.204Z] ---> package-listing.sh [2020-10-06T05:24:02.204Z] ++ facter osfamily [2020-10-06T05:24:02.204Z] ++ tr '[:upper:]' '[:lower:]' [2020-10-06T05:24:02.204Z] + OS_FAMILY=redhat [2020-10-06T05:24:02.204Z] + workspace=/w/workspace/dgexfoundry_device-sdk-go_master [2020-10-06T05:24:02.204Z] + START_PACKAGES=/tmp/packages_start.txt [2020-10-06T05:24:02.204Z] + END_PACKAGES=/tmp/packages_end.txt [2020-10-06T05:24:02.204Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-10-06T05:24:02.204Z] + PACKAGES=/tmp/packages_start.txt [2020-10-06T05:24:02.204Z] + '[' /w/workspace/dgexfoundry_device-sdk-go_master ']' [2020-10-06T05:24:02.204Z] + PACKAGES=/tmp/packages_end.txt [2020-10-06T05:24:02.204Z] + case "${OS_FAMILY}" in [2020-10-06T05:24:02.204Z] + rpm -qa [2020-10-06T05:24:02.204Z] + sort [2020-10-06T05:24:06.421Z] + '[' -f /tmp/packages_start.txt ']' [2020-10-06T05:24:06.421Z] + '[' -f /tmp/packages_end.txt ']' [2020-10-06T05:24:06.421Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-10-06T05:24:06.421Z] + '[' /w/workspace/dgexfoundry_device-sdk-go_master ']' [2020-10-06T05:24:06.421Z] + mkdir -p /w/workspace/dgexfoundry_device-sdk-go_master/archives/ [2020-10-06T05:24:06.421Z] + 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-06T05:24:06.604Z] provisioning config files... [2020-10-06T05:24:06.618Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config7504078623336221072tmp [Pipeline] { [Pipeline] echo [2020-10-06T05:24:06.756Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-06T05:24:07.055Z] ---> create-netrc.sh [Pipeline] } [2020-10-06T05:24:07.065Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2020-10-06T05:24:07.148Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-06T05:24:07.442Z] ---> python-tools-install.sh [2020-10-06T05:24:07.442Z] Generating Requirements File [2020-10-06T05:25:15.632Z] Python 3.6.8 [2020-10-06T05:25:15.633Z] pip 20.2.3 from /home/jenkins/.local/lib/python3.6/site-packages/pip (python 3.6) [2020-10-06T05:25:15.633Z] appdirs==1.4.3 [2020-10-06T05:25:15.633Z] argcomplete==1.12.1 [2020-10-06T05:25:15.633Z] aspy.yaml==1.3.0 [2020-10-06T05:25:15.633Z] attrs==19.3.0 [2020-10-06T05:25:15.633Z] Babel==2.8.0 [2020-10-06T05:25:15.633Z] beautifulsoup4==4.8.2 [2020-10-06T05:25:15.633Z] boto3==1.11.6 [2020-10-06T05:25:15.633Z] botocore==1.14.6 [2020-10-06T05:25:15.633Z] bs4==0.0.1 [2020-10-06T05:25:15.633Z] cachetools==4.1.1 [2020-10-06T05:25:15.633Z] certifi==2019.11.28 [2020-10-06T05:25:15.633Z] cffi==1.14.3 [2020-10-06T05:25:15.633Z] cfgv==2.0.1 [2020-10-06T05:25:15.633Z] chardet==3.0.4 [2020-10-06T05:25:15.633Z] click==7.1 [2020-10-06T05:25:15.633Z] cliff==3.4.0 [2020-10-06T05:25:15.633Z] cmd2==1.3.11 [2020-10-06T05:25:15.633Z] colorama==0.4.3 [2020-10-06T05:25:15.633Z] cryptography==3.1.1 [2020-10-06T05:25:15.633Z] debtcollector==2.2.0 [2020-10-06T05:25:15.633Z] decorator==4.4.2 [2020-10-06T05:25:15.633Z] defusedxml==0.6.0 [2020-10-06T05:25:15.633Z] Deprecated==1.2.7 [2020-10-06T05:25:15.633Z] distlib==0.3.1 [2020-10-06T05:25:15.633Z] distro==1.2.0 [2020-10-06T05:25:15.633Z] dnspython==1.16.0 [2020-10-06T05:25:15.633Z] docker==4.2.0 [2020-10-06T05:25:15.633Z] docutils==0.15.2 [2020-10-06T05:25:15.633Z] dogpile.cache==1.0.2 [2020-10-06T05:25:15.633Z] email-validator==1.0.5 [2020-10-06T05:25:15.633Z] filelock==3.0.12 [2020-10-06T05:25:15.633Z] future==0.18.2 [2020-10-06T05:25:15.633Z] google-auth==1.22.1 [2020-10-06T05:25:15.633Z] httplib2==0.17.0 [2020-10-06T05:25:15.633Z] identify==1.4.11 [2020-10-06T05:25:15.633Z] idna==2.9 [2020-10-06T05:25:15.633Z] importlib-metadata==1.7.0 [2020-10-06T05:25:15.633Z] importlib-resources==1.5.0 [2020-10-06T05:25:15.633Z] iso8601==0.1.13 [2020-10-06T05:25:15.633Z] Jinja2==2.11.1 [2020-10-06T05:25:15.633Z] jmespath==0.10.0 [2020-10-06T05:25:15.633Z] jsonpatch==1.26 [2020-10-06T05:25:15.633Z] jsonpointer==2.0 [2020-10-06T05:25:15.633Z] jsonschema==3.2.0 [2020-10-06T05:25:15.633Z] keystoneauth1==4.2.1 [2020-10-06T05:25:15.633Z] kubernetes==11.0.0 [2020-10-06T05:25:15.633Z] lftools==0.34.2 [2020-10-06T05:25:15.633Z] lxml==4.5.0 [2020-10-06T05:25:15.633Z] MarkupSafe==0.23 [2020-10-06T05:25:15.633Z] msgpack==1.0.0 [2020-10-06T05:25:15.633Z] multi-key-dict==2.0.3 [2020-10-06T05:25:15.633Z] munch==2.5.0 [2020-10-06T05:25:15.633Z] netaddr==0.8.0 [2020-10-06T05:25:15.633Z] netifaces==0.10.9 [2020-10-06T05:25:15.633Z] niet==1.4.2 [2020-10-06T05:25:15.633Z] nodeenv==1.3.5 [2020-10-06T05:25:15.633Z] oauth2client==4.1.3 [2020-10-06T05:25:15.633Z] oauthlib==3.1.0 [2020-10-06T05:25:15.633Z] openstacksdk==0.50.0 [2020-10-06T05:25:15.633Z] os-client-config==2.1.0 [2020-10-06T05:25:15.633Z] os-service-types==1.7.0 [2020-10-06T05:25:15.633Z] osc-lib==2.2.1 [2020-10-06T05:25:15.633Z] oslo.config==8.3.2 [2020-10-06T05:25:15.633Z] oslo.context==3.1.1 [2020-10-06T05:25:15.633Z] oslo.i18n==5.0.1 [2020-10-06T05:25:15.633Z] oslo.log==4.4.0 [2020-10-06T05:25:15.633Z] oslo.serialization==4.0.1 [2020-10-06T05:25:15.633Z] oslo.utils==4.6.0 [2020-10-06T05:25:15.633Z] packaging==20.4 [2020-10-06T05:25:15.633Z] pbr==5.4.4 [2020-10-06T05:25:15.633Z] pluggy==0.13.1 [2020-10-06T05:25:15.633Z] prettytable==0.7.2 [2020-10-06T05:25:15.633Z] py==1.9.0 [2020-10-06T05:25:15.633Z] pyasn1==0.4.8 [2020-10-06T05:25:15.633Z] pyasn1-modules==0.2.8 [2020-10-06T05:25:15.633Z] pycparser==2.20 [2020-10-06T05:25:15.633Z] pygerrit2==2.0.10 [2020-10-06T05:25:15.633Z] PyGithub==1.46 [2020-10-06T05:25:15.633Z] pyinotify==0.9.6 [2020-10-06T05:25:15.633Z] PyJWT==1.7.1 [2020-10-06T05:25:15.633Z] pyparsing==2.4.7 [2020-10-06T05:25:15.633Z] pyperclip==1.8.0 [2020-10-06T05:25:15.633Z] pyroute2==0.4.13 [2020-10-06T05:25:15.633Z] pyrsistent==0.15.7 [2020-10-06T05:25:15.633Z] PySocks==1.6.8 [2020-10-06T05:25:15.633Z] python-cinderclient==7.2.0 [2020-10-06T05:25:15.633Z] python-dateutil==2.8.1 [2020-10-06T05:25:15.633Z] python-heatclient==2.2.1 [2020-10-06T05:25:15.633Z] python-jenkins==1.7.0 [2020-10-06T05:25:15.633Z] python-keystoneclient==4.1.1 [2020-10-06T05:25:15.633Z] python-magnumclient==3.2.1 [2020-10-06T05:25:15.633Z] python-novaclient==17.2.1 [2020-10-06T05:25:15.633Z] python-openstackclient==5.4.0 [2020-10-06T05:25:15.633Z] python-swiftclient==3.10.1 [2020-10-06T05:25:15.633Z] pytz==2020.1 [2020-10-06T05:25:15.633Z] PyYAML==5.3 [2020-10-06T05:25:15.633Z] requests==2.23.0 [2020-10-06T05:25:15.633Z] requests-oauthlib==1.3.0 [2020-10-06T05:25:15.633Z] requestsexceptions==1.4.0 [2020-10-06T05:25:15.633Z] rfc3986==1.4.0 [2020-10-06T05:25:15.633Z] rpm==4.11.3 [2020-10-06T05:25:15.633Z] rsa==4.0 [2020-10-06T05:25:15.633Z] ruamel.yaml==0.16.10 [2020-10-06T05:25:15.633Z] ruamel.yaml.clib==0.2.0 [2020-10-06T05:25:15.633Z] s3transfer==0.3.3 [2020-10-06T05:25:15.633Z] shade==1.27.2 [2020-10-06T05:25:15.633Z] simplejson==3.17.2 [2020-10-06T05:25:15.633Z] six==1.14.0 [2020-10-06T05:25:15.633Z] soupsieve==2.0 [2020-10-06T05:25:15.633Z] stevedore==3.2.2 [2020-10-06T05:25:15.633Z] tabulate==0.8.6 [2020-10-06T05:25:15.633Z] toml==0.10.0 [2020-10-06T05:25:15.633Z] tox==3.20.0 [2020-10-06T05:25:15.633Z] tqdm==4.43.0 [2020-10-06T05:25:15.633Z] urllib3==1.25.8 [2020-10-06T05:25:15.633Z] virtualenv==20.0.33 [2020-10-06T05:25:15.633Z] wcwidth==0.2.5 [2020-10-06T05:25:15.633Z] websocket-client==0.57.0 [2020-10-06T05:25:15.633Z] wrapt==1.12.1 [2020-10-06T05:25:15.633Z] xdg==3.0.2 [2020-10-06T05:25:15.633Z] xmltodict==0.12.0 [2020-10-06T05:25:15.633Z] yq==2.11.1 [2020-10-06T05:25:15.633Z] zipp==3.3.0 [2020-10-06T05:25:17.554Z] Cache entry deserialization failed, entry ignored [2020-10-06T05:25:20.102Z] 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:25:22.662Z] Python 2.7.5 [2020-10-06T05:25:22.922Z] pip 20.2.3 from /home/jenkins/.local/lib/python2.7/site-packages/pip (python 2.7) [2020-10-06T05:25:23.495Z] 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:25:23.495Z] ansible==2.9.7 [2020-10-06T05:25:23.495Z] Babel==0.9.6 [2020-10-06T05:25:23.495Z] backports.ssl-match-hostname==3.5.0.1 [2020-10-06T05:25:23.495Z] beautifulsoup4==4.4.1 [2020-10-06T05:25:23.495Z] bodhi==2.11.0 [2020-10-06T05:25:23.495Z] bodhi-client==2.11.0 [2020-10-06T05:25:23.495Z] CCColUtils==1.4 [2020-10-06T05:25:23.495Z] cffi==1.6.0 [2020-10-06T05:25:23.495Z] chardet==2.2.1 [2020-10-06T05:25:23.495Z] click==6.7 [2020-10-06T05:25:23.495Z] cloud-init==18.5 [2020-10-06T05:25:23.495Z] configobj==4.7.2 [2020-10-06T05:25:23.495Z] cryptography==1.7.2 [2020-10-06T05:25:23.495Z] decorator==3.4.0 [2020-10-06T05:25:23.495Z] distro==1.2.0 [2020-10-06T05:25:23.495Z] enum34==1.0.4 [2020-10-06T05:25:23.495Z] fedpkg==1.38 [2020-10-06T05:25:23.495Z] futures==3.1.1 [2020-10-06T05:25:23.495Z] gitdb==0.6.4 [2020-10-06T05:25:23.495Z] GitPython==1.0.1 [2020-10-06T05:25:23.495Z] html5lib==0.999 [2020-10-06T05:25:23.495Z] httplib2==0.9.2 [2020-10-06T05:25:23.495Z] idna==2.4 [2020-10-06T05:25:23.495Z] iniparse==0.4 [2020-10-06T05:25:23.495Z] ipaddress==1.0.16 [2020-10-06T05:25:23.495Z] IPy==0.75 [2020-10-06T05:25:23.495Z] javapackages==1.0.0 [2020-10-06T05:25:23.495Z] Jinja2==2.7.2 [2020-10-06T05:25:23.495Z] jmespath==0.9.4 [2020-10-06T05:25:23.495Z] jsonpatch==1.2 [2020-10-06T05:25:23.495Z] jsonpointer==1.9 [2020-10-06T05:25:23.495Z] kerberos==1.1 [2020-10-06T05:25:23.495Z] kitchen==1.1.1 [2020-10-06T05:25:23.495Z] langtable==0.0.31 [2020-10-06T05:25:23.495Z] lockfile==0.9.1 [2020-10-06T05:25:23.495Z] lxml==3.2.1 [2020-10-06T05:25:23.495Z] MarkupSafe==0.11 [2020-10-06T05:25:23.495Z] munch==2.0.2 [2020-10-06T05:25:23.495Z] offtrac==0.1.0 [2020-10-06T05:25:23.495Z] openidc-client==0.6.0 [2020-10-06T05:25:23.495Z] packagedb-cli==2.14.1 [2020-10-06T05:25:23.495Z] paramiko==2.1.1 [2020-10-06T05:25:23.495Z] perf==0.1 [2020-10-06T05:25:23.495Z] ply==3.4 [2020-10-06T05:25:23.495Z] policycoreutils-default-encoding==0.1 [2020-10-06T05:25:23.495Z] prettytable==0.7.2 [2020-10-06T05:25:23.495Z] pyasn1==0.1.9 [2020-10-06T05:25:23.495Z] pycparser==2.14 [2020-10-06T05:25:23.495Z] pycurl==7.19.0 [2020-10-06T05:25:23.495Z] pygobject==3.22.0 [2020-10-06T05:25:23.495Z] pygpgme==0.3 [2020-10-06T05:25:23.495Z] pyliblzma==0.5.3 [2020-10-06T05:25:23.495Z] pyOpenSSL==0.13.1 [2020-10-06T05:25:23.495Z] pyparsing==1.5.6 [2020-10-06T05:25:23.495Z] pyserial==2.6 [2020-10-06T05:25:23.495Z] python-augeas==0.5.0 [2020-10-06T05:25:23.495Z] python-bugzilla==2.3.0 [2020-10-06T05:25:23.495Z] python-dateutil==1.5 [2020-10-06T05:25:23.495Z] python-fedora==0.10.0 [2020-10-06T05:25:23.495Z] python-linux-procfs==0.4.9 [2020-10-06T05:25:23.495Z] python-yubico==1.2.3 [2020-10-06T05:25:23.495Z] pyudev==0.15 [2020-10-06T05:25:23.495Z] pyusb==1.0.0b1 [2020-10-06T05:25:23.495Z] pyxattr==0.5.1 [2020-10-06T05:25:23.495Z] PyYAML==3.10 [2020-10-06T05:25:23.495Z] requests==2.6.0 [2020-10-06T05:25:23.495Z] requests-kerberos==0.7.0 [2020-10-06T05:25:23.495Z] rpkg==1.60 [2020-10-06T05:25:23.495Z] schedutils==0.4 [2020-10-06T05:25:23.495Z] seobject==0.1 [2020-10-06T05:25:23.495Z] sepolicy==1.1 [2020-10-06T05:25:23.495Z] six==1.9.0 [2020-10-06T05:25:23.495Z] smmap==0.9.0 [2020-10-06T05:25:23.495Z] urlgrabber==3.10 [2020-10-06T05:25:23.495Z] urllib3==1.10.2 [2020-10-06T05:25:23.495Z] virtualenv==15.1.0 [2020-10-06T05:25:23.495Z] yum-langpacks==0.4.2 [2020-10-06T05:25:23.495Z] yum-metadata-parser==1.1.4 [Pipeline] echo [2020-10-06T05:25:23.506Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-06T05:25:23.803Z] ---> sudo-logs.sh [2020-10-06T05:25:23.803Z] Archiving 'sudo' log.. [Pipeline] echo [2020-10-06T05:25:24.074Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-06T05:25:24.366Z] ---> job-cost.sh [2020-10-06T05:25:24.366Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-zKmg [2020-10-06T05:25:32.505Z] Cache entry deserialization failed, entry ignored [2020-10-06T05:25:32.505Z] Cache entry deserialization failed, entry ignored [2020-10-06T05:25:33.897Z] Cache entry deserialization failed, entry ignored [2020-10-06T05:25:34.162Z] Cache entry deserialization failed, entry ignored [2020-10-06T05:25:34.162Z] Cache entry deserialization failed, entry ignored [2020-10-06T05:25:34.424Z] Cache entry deserialization failed, entry ignored [2020-10-06T05:25:34.424Z] Cache entry deserialization failed, entry ignored [2020-10-06T05:25:34.424Z] Cache entry deserialization failed, entry ignored [2020-10-06T05:25:34.685Z] Cache entry deserialization failed, entry ignored [2020-10-06T05:25:34.685Z] Cache entry deserialization failed, entry ignored [2020-10-06T05:25:34.947Z] Cache entry deserialization failed, entry ignored [2020-10-06T05:25:34.947Z] Cache entry deserialization failed, entry ignored [2020-10-06T05:25:38.275Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2020-10-06T05:26:10.473Z] lf-activate-venv(): INFO: Adding /tmp/venv-zKmg/bin to PATH [2020-10-06T05:26:10.473Z] INFO: No Stack... [2020-10-06T05:26:10.473Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2020-10-06T05:26:10.734Z] INFO: Archiving Costs [Pipeline] echo [2020-10-06T05:26:10.751Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-06T05:26:11.048Z] ---> logs-deploy.sh [2020-10-06T05:26:11.048Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/master/72 [2020-10-06T05:26:11.048Z] INFO: archiving workspace using pattern(s): [2020-10-06T05:26:12.964Z] Archives upload complete. [2020-10-06T05:26:12.964Z] INFO: archiving logs to Nexus