Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 153a43e7e060228c1df4c616c423a5b384e52518 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-4623 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 153a43e7e060228c1df4c616c423a5b384e52518 (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 153a43e7e060228c1df4c616c423a5b384e52518 # timeout=10 Commit message: "Merge pull request #622 from AlexCuse/master" > git rev-list --no-walk d88b1cbf40a2b76841607f61ed40214ca5f9d347 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-10-11T15:29:51.199Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-10-11T15:29:51.465Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-10-11T15:29:51.570Z] ========================================================= [2020-10-11T15:29:51.570Z] EdgeX Global Pipelines Version Info [2020-10-11T15:29:51.570Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-10-11T15:29:53.484Z] ------------------- [2020-10-11T15:29:53.484Z] stable info: [2020-10-11T15:29:53.484Z] ------------------- [2020-10-11T15:29:53.484Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-10-11T15:29:53.484Z] Commit SHA: ad104866bbc8c98dca93091e1a8abeb835fd4e4d [2020-10-11T15:29:53.484Z] Message: update stable to v1.0.131 [2020-10-11T15:29:54.057Z] ------------------- [2020-10-11T15:29:54.057Z] experimental info: [2020-10-11T15:29:54.057Z] ------------------- [2020-10-11T15:29:54.057Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-10-11T15:29:54.057Z] Commit SHA: 2e6d42a532571151575c80d72899821df0f9b0af [2020-10-11T15:29:54.057Z] Message: update experimental to v1.0.135 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo [2020-10-11T15:29:54.433Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-go-settings [Pipeline] echo [2020-10-11T15:29:54.544Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-go [Pipeline] echo [2020-10-11T15:29:54.646Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-10-11T15:29:54.740Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-10-11T15:29:54.834Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-10-11T15:29:54.936Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2020-10-11T15:29:55.041Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-10-11T15:29:55.154Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2020-10-11T15:29:55.262Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = example/cmd/device-simple/Dockerfile [Pipeline] echo [2020-10-11T15:29:55.360Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-10-11T15:29:55.451Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-10-11T15:29:55.565Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-sdk-simple [Pipeline] echo [2020-10-11T15:29:55.665Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-10-11T15:29:55.756Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-10-11T15:29:55.850Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2020-10-11T15:29:55.952Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2020-10-11T15:29:56.045Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2020-10-11T15:29:56.139Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2020-10-11T15:29:56.244Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2020-10-11T15:29:56.337Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2020-10-11T15:29:56.429Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2020-10-11T15:29:56.521Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2020-10-11T15:29:56.612Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2020-10-11T15:29:56.709Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2020-10-11T15:29:56.800Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2020-10-11T15:29:56.897Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2020-10-11T15:29:56.987Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2020-10-11T15:29:57.072Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2020-10-11T15:29:57.177Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 153a43e7e060228c1df4c616c423a5b384e52518 [Pipeline] echo [2020-10-11T15:29:57.271Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 153a43e [Pipeline] echo [2020-10-11T15:29:57.361Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-10-11T15:29:58.308Z] + git log --format=format:%s -1 153a43e7e060228c1df4c616c423a5b384e52518 [Pipeline] echo [2020-10-11T15:29:58.374Z] GIT_COMMIT: 153a43e7e060228c1df4c616c423a5b384e52518, Commit Message: Merge pull request #622 from AlexCuse/master [Pipeline] echo [2020-10-11T15:29:58.422Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2020-10-11T15:29:59.248Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-11T15:29:59.510Z] [2020-10-11T15:29:59.510Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-10-11T15:29:59.858Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-11T15:29:59.858Z] latest: Pulling from edgex-devops/git-semver [2020-10-11T15:29:59.858Z] 31603596830f: Pulling fs layer [2020-10-11T15:29:59.858Z] 2a8b12db71e7: Pulling fs layer [2020-10-11T15:29:59.858Z] 6ca5941a6612: Pulling fs layer [2020-10-11T15:29:59.858Z] ecc8261a40a4: Pulling fs layer [2020-10-11T15:29:59.858Z] ecc8261a40a4: Waiting [2020-10-11T15:30:00.126Z] 2a8b12db71e7: Verifying Checksum [2020-10-11T15:30:00.126Z] 2a8b12db71e7: Download complete [2020-10-11T15:30:00.126Z] 31603596830f: Verifying Checksum [2020-10-11T15:30:00.126Z] 31603596830f: Download complete [2020-10-11T15:30:00.389Z] ecc8261a40a4: Verifying Checksum [2020-10-11T15:30:00.389Z] ecc8261a40a4: Download complete [2020-10-11T15:30:00.389Z] 6ca5941a6612: Verifying Checksum [2020-10-11T15:30:00.389Z] 6ca5941a6612: Download complete [2020-10-11T15:30:00.389Z] 31603596830f: Pull complete [2020-10-11T15:30:00.651Z] 2a8b12db71e7: Pull complete [2020-10-11T15:30:01.617Z] 6ca5941a6612: Pull complete [2020-10-11T15:30:01.617Z] ecc8261a40a4: Pull complete [2020-10-11T15:30:01.617Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-10-11T15:30:01.617Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-11T15:30:01.617Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-10-11T15:30:01.743Z] prd-centos7-docker-4c-2g-4623 does not seem to be running inside a container [2020-10-11T15:30:01.809Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-sdk-go_master -v /w/workspace/dgexfoundry_device-sdk-go_master:/w/workspace/dgexfoundry_device-sdk-go_master:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_master@tmp:/w/workspace/dgexfoundry_device-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-10-11T15:30:04.472Z] $ docker top 2b1ac843becff8d21290a0c1bfdc2a48e4943cb59a748e1f0c43c223a84eb2a5 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-11T15:30:04.770Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-11T15:30:04.770Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-11T15:30:04.976Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-11T15:30:04.983Z] $ docker exec 2b1ac843becff8d21290a0c1bfdc2a48e4943cb59a748e1f0c43c223a84eb2a5 ssh-agent [2020-10-11T15:30:05.150Z] SSH_AUTH_SOCK=/tmp/ssh-5jjZ63bEpmI3/agent.13 [2020-10-11T15:30:05.150Z] SSH_AGENT_PID=19 [2020-10-11T15:30:05.215Z] Running ssh-add (command line suppressed) [2020-10-11T15:30:05.351Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_3913943662792979619.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_3913943662792979619.key) [2020-10-11T15:30:05.414Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-11T15:30:05.781Z] + git describe --exact-match --tags HEAD [2020-10-11T15:30:05.781Z] fatal: no tag exactly matches '153a43e7e060228c1df4c616c423a5b384e52518' [Pipeline] } [2020-10-11T15:30:05.805Z] $ docker exec --env ******** --env ******** 2b1ac843becff8d21290a0c1bfdc2a48e4943cb59a748e1f0c43c223a84eb2a5 ssh-agent -k [2020-10-11T15:30:05.917Z] unset SSH_AUTH_SOCK; [2020-10-11T15:30:05.918Z] unset SSH_AGENT_PID; [2020-10-11T15:30:05.918Z] echo Agent pid 19 killed; [2020-10-11T15:30:05.960Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [2020-10-11T15:30:06.052Z] [edgeXSemver]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 [2020-10-11T15:30:06.052Z] This usually means this commit has not been tagged. [Pipeline] sshagent [2020-10-11T15:30:06.143Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-11T15:30:06.143Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-11T15:30:06.308Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-11T15:30:06.314Z] $ docker exec 2b1ac843becff8d21290a0c1bfdc2a48e4943cb59a748e1f0c43c223a84eb2a5 ssh-agent [2020-10-11T15:30:06.470Z] SSH_AUTH_SOCK=/tmp/ssh-fws3vgXe5afQ/agent.47 [2020-10-11T15:30:06.470Z] SSH_AGENT_PID=53 [2020-10-11T15:30:06.476Z] Running ssh-add (command line suppressed) [2020-10-11T15:30:06.594Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_3301319195091109404.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_3301319195091109404.key) [2020-10-11T15:30:06.640Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-11T15:30:06.977Z] + git semver init [2020-10-11T15:30:06.977Z] # -> Open(): unable to determine branch for HEAD [2020-10-11T15:30:06.977Z] # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git [2020-10-11T15:30:06.977Z] # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master [2020-10-11T15:30:06.977Z] # $SEMVER_REMOTE_NAME = origin [2020-10-11T15:30:06.977Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-11T15:30:06.977Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-11T15:30:06.977Z] # $SEMVER_BRANCH = master [2020-10-11T15:30:06.977Z] # $SEMVER_TEMP = /tmp/semver-987247448 [2020-10-11T15:30:06.977Z] # git clone --branch semver git@github.com:edgexfoundry/device-sdk-go.git $SEMVER_TEMP [2020-10-11T15:30:07.553Z] # '/tmp/semver-987247448' -> '/w/workspace/dgexfoundry_device-sdk-go_master/.semver' [2020-10-11T15:30:07.553Z] # -> Force: false [2020-10-11T15:30:07.553Z] # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver [Pipeline] } [2020-10-11T15:30:07.569Z] $ docker exec --env ******** --env ******** 2b1ac843becff8d21290a0c1bfdc2a48e4943cb59a748e1f0c43c223a84eb2a5 ssh-agent -k [2020-10-11T15:30:07.677Z] unset SSH_AUTH_SOCK; [2020-10-11T15:30:07.678Z] unset SSH_AGENT_PID; [2020-10-11T15:30:07.678Z] echo Agent pid 53 killed; [2020-10-11T15:30:07.718Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-11T15:30:08.193Z] + git semver [Pipeline] } [2020-10-11T15:30:08.213Z] $ docker stop --time=1 2b1ac843becff8d21290a0c1bfdc2a48e4943cb59a748e1f0c43c223a84eb2a5 [2020-10-11T15:30:09.604Z] $ docker rm -f 2b1ac843becff8d21290a0c1bfdc2a48e4943cb59a748e1f0c43c223a84eb2a5 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash [2020-10-11T15:30:10.448Z] Stashed 43 file(s) [Pipeline] echo [2020-10-11T15:30:10.451Z] [edgeXSemver]: initialized semver on version 1.2.4-dev.24 [Pipeline] echo [2020-10-11T15:30:10.624Z] Archived original version: [1.2.4-dev.24] [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-11T15:30:26.073Z] Still waiting to schedule task [2020-10-11T15:30:26.073Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2020-10-11T15:30:26.075Z] Still waiting to schedule task [2020-10-11T15:30:26.075Z] ‘prd-ubuntu18.04-docker-arm64-4c-16g-4350’ is offline [2020-10-11T15:32:18.391Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-4624 in /w/workspace/dgexfoundry_device-sdk-go_master [Pipeline] { [Pipeline] ws [2020-10-11T15:32:18.462Z] Running in /w/workspace/device-sdk-go/75 [Pipeline] { [Pipeline] checkout [2020-10-11T15:32:23.643Z] using credential edgex-jenkins-ssh [2020-10-11T15:32:23.757Z] Cloning the remote Git repository [2020-10-11T15:32:23.818Z] Cloning repository git@github.com:edgexfoundry/device-sdk-go.git [2020-10-11T15:32:23.925Z] > git init /w/workspace/device-sdk-go/75 # timeout=10 [2020-10-11T15:32:24.029Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2020-10-11T15:32:24.030Z] > git --version # timeout=10 [2020-10-11T15:32:24.048Z] > git --version # 'git version 2.17.1' [2020-10-11T15:32:24.050Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-11T15:32:24.133Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-11T15:32:25.757Z] Checking out Revision 153a43e7e060228c1df4c616c423a5b384e52518 (master) [2020-10-11T15:32:25.184Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2020-10-11T15:32:25.213Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-11T15:32:25.238Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2020-10-11T15:32:25.273Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2020-10-11T15:32:25.273Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-11T15:32:25.292Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-10-11T15:32:25.772Z] > git config core.sparsecheckout # timeout=10 [2020-10-11T15:32:25.788Z] > git checkout -f 153a43e7e060228c1df4c616c423a5b384e52518 # timeout=10 [2020-10-11T15:32:30.313Z] Commit message: "Merge pull request #622 from AlexCuse/master" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-10-11T15:32:31.739Z] ========================================================= [2020-10-11T15:32:31.739Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2020-10-11T15:32:31.739Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-10-11T15:32:33.094Z] + 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-11T15:32:34.101Z] Sending build context to Docker daemon 3.51MB [2020-10-11T15:32:34.101Z] Step 1/8 : ARG BASE=golang:1.15-alpine [2020-10-11T15:32:34.101Z] Step 2/8 : FROM ${BASE} [2020-10-11T15:32:34.378Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-10-11T15:32:34.378Z] b538f80385f9: Pulling fs layer [2020-10-11T15:32:34.378Z] 74f711af9a0d: Pulling fs layer [2020-10-11T15:32:34.378Z] 99f96fe45779: Pulling fs layer [2020-10-11T15:32:34.378Z] 8529a6b9a6be: Pulling fs layer [2020-10-11T15:32:34.378Z] 45590311c82a: Pulling fs layer [2020-10-11T15:32:34.378Z] 69ca0ff8b7b3: Pulling fs layer [2020-10-11T15:32:34.378Z] 209524e5b208: Pulling fs layer [2020-10-11T15:32:34.378Z] 8529a6b9a6be: Waiting [2020-10-11T15:32:34.378Z] 45590311c82a: Waiting [2020-10-11T15:32:34.378Z] 69ca0ff8b7b3: Waiting [2020-10-11T15:32:34.378Z] 209524e5b208: Waiting [2020-10-11T15:32:34.378Z] 99f96fe45779: Verifying Checksum [2020-10-11T15:32:34.378Z] 74f711af9a0d: Verifying Checksum [2020-10-11T15:32:34.378Z] 74f711af9a0d: Download complete [2020-10-11T15:32:34.378Z] 99f96fe45779: Download complete [2020-10-11T15:32:34.378Z] 45590311c82a: Download complete [2020-10-11T15:32:34.378Z] 69ca0ff8b7b3: Verifying Checksum [2020-10-11T15:32:34.378Z] 69ca0ff8b7b3: Download complete [2020-10-11T15:32:34.649Z] b538f80385f9: Verifying Checksum [2020-10-11T15:32:34.649Z] b538f80385f9: Download complete [2020-10-11T15:32:35.631Z] b538f80385f9: Pull complete [2020-10-11T15:32:35.907Z] 74f711af9a0d: Pull complete [2020-10-11T15:32:36.515Z] 99f96fe45779: Pull complete [2020-10-11T15:32:37.501Z] 209524e5b208: Verifying Checksum [2020-10-11T15:32:37.501Z] 209524e5b208: Download complete [2020-10-11T15:32:38.949Z] 8529a6b9a6be: Verifying Checksum [2020-10-11T15:32:38.949Z] 8529a6b9a6be: Download complete [2020-10-11T15:32:51.366Z] 8529a6b9a6be: Pull complete [2020-10-11T15:32:51.366Z] 45590311c82a: Pull complete [2020-10-11T15:32:51.366Z] 69ca0ff8b7b3: Pull complete [2020-10-11T15:32:54.003Z] 209524e5b208: Pull complete [2020-10-11T15:32:54.003Z] Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 [2020-10-11T15:32:54.003Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2020-10-11T15:32:54.003Z] ---> 5bddaf1c2fca [2020-10-11T15:32:54.003Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-10-11T15:32:56.648Z] ---> Running in cba8fad3e4e3 [2020-10-11T15:32:57.245Z] Removing intermediate container cba8fad3e4e3 [2020-10-11T15:32:57.245Z] ---> b70cdf13ed9d [2020-10-11T15:32:57.245Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-11T15:32:57.245Z] ---> Running in 594b5fac945e [2020-10-11T15:32:59.876Z] Removing intermediate container 594b5fac945e [2020-10-11T15:32:59.876Z] ---> 9662b90bc645 [2020-10-11T15:32:59.876Z] Step 5/8 : RUN apk add --no-cache make git [2020-10-11T15:33:00.158Z] ---> Running in 7cfed713970f [2020-10-11T15:33:01.609Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-11T15:33:02.207Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-11T15:33:02.515Z] Running on prd-centos7-docker-4c-2g-4625 in /w/workspace/dgexfoundry_device-sdk-go_master [Pipeline] { [Pipeline] ws [2020-10-11T15:33:02.650Z] Running in /w/workspace/device-sdk-go/75 [Pipeline] { [Pipeline] checkout [2020-10-11T15:33:02.805Z] OK: 142 MiB in 39 packages [2020-10-11T15:33:04.266Z] Removing intermediate container 7cfed713970f [2020-10-11T15:33:04.266Z] ---> 01590cec1c22 [2020-10-11T15:33:04.266Z] Step 6/8 : WORKDIR /device-sdk-go [2020-10-11T15:33:04.266Z] ---> Running in 463c3c1181d8 [2020-10-11T15:33:04.543Z] Removing intermediate container 463c3c1181d8 [2020-10-11T15:33:04.543Z] ---> 9bf0805eda3a [2020-10-11T15:33:04.543Z] Step 7/8 : COPY . . [2020-10-11T15:33:05.465Z] using credential edgex-jenkins-ssh [2020-10-11T15:33:05.532Z] Cloning the remote Git repository [2020-10-11T15:33:05.986Z] ---> 919d30538492 [2020-10-11T15:33:05.986Z] Step 8/8 : RUN go mod download [2020-10-11T15:33:06.260Z] ---> Running in ef88f04d99ca [2020-10-11T15:33:05.585Z] Cloning repository git@github.com:edgexfoundry/device-sdk-go.git [2020-10-11T15:33:05.658Z] > git init /w/workspace/device-sdk-go/75 # timeout=10 [2020-10-11T15:33:05.742Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2020-10-11T15:33:05.743Z] > git --version # timeout=10 [2020-10-11T15:33:05.755Z] > git --version # 'git version 2.16.5' [2020-10-11T15:33:05.756Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-11T15:33:05.783Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-11T15:33:07.060Z] Checking out Revision 153a43e7e060228c1df4c616c423a5b384e52518 (master) [2020-10-11T15:33:06.564Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2020-10-11T15:33:06.578Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-11T15:33:06.592Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2020-10-11T15:33:06.606Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2020-10-11T15:33:06.606Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-11T15:33:06.610Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-10-11T15:33:07.070Z] > git config core.sparsecheckout # timeout=10 [2020-10-11T15:33:07.077Z] > git checkout -f 153a43e7e060228c1df4c616c423a5b384e52518 # timeout=10 [2020-10-11T15:33:10.738Z] Commit message: "Merge pull request #622 from AlexCuse/master" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-10-11T15:33:11.688Z] ========================================================= [2020-10-11T15:33:11.688Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2020-10-11T15:33:11.688Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-10-11T15:33:12.383Z] + 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-11T15:33:13.790Z] Sending build context to Docker daemon 3.508MB [2020-10-11T15:33:13.790Z] Step 1/8 : ARG BASE=golang:1.15-alpine [2020-10-11T15:33:13.790Z] Step 2/8 : FROM ${BASE} [2020-10-11T15:33:13.790Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2020-10-11T15:33:13.790Z] df20fa9351a1: Pulling fs layer [2020-10-11T15:33:13.790Z] ed8968b2872e: Pulling fs layer [2020-10-11T15:33:13.790Z] a92cc7c5fd73: Pulling fs layer [2020-10-11T15:33:13.790Z] e871e8e8d7a9: Pulling fs layer [2020-10-11T15:33:13.790Z] e73272ec9a57: Pulling fs layer [2020-10-11T15:33:13.790Z] 1e910a182e73: Pulling fs layer [2020-10-11T15:33:13.790Z] 4e634b169226: Pulling fs layer [2020-10-11T15:33:13.790Z] e73272ec9a57: Waiting [2020-10-11T15:33:13.790Z] 1e910a182e73: Waiting [2020-10-11T15:33:13.790Z] 4e634b169226: Waiting [2020-10-11T15:33:13.790Z] e871e8e8d7a9: Waiting [2020-10-11T15:33:13.790Z] a92cc7c5fd73: Verifying Checksum [2020-10-11T15:33:13.790Z] a92cc7c5fd73: Download complete [2020-10-11T15:33:13.790Z] ed8968b2872e: Verifying Checksum [2020-10-11T15:33:13.790Z] ed8968b2872e: Download complete [2020-10-11T15:33:13.790Z] e73272ec9a57: Verifying Checksum [2020-10-11T15:33:13.790Z] e73272ec9a57: Download complete [2020-10-11T15:33:13.790Z] 1e910a182e73: Verifying Checksum [2020-10-11T15:33:13.790Z] 1e910a182e73: Download complete [2020-10-11T15:33:13.790Z] df20fa9351a1: Download complete [2020-10-11T15:33:14.052Z] df20fa9351a1: Pull complete [2020-10-11T15:33:14.052Z] ed8968b2872e: Pull complete [2020-10-11T15:33:14.317Z] a92cc7c5fd73: Pull complete [2020-10-11T15:33:15.718Z] 4e634b169226: Verifying Checksum [2020-10-11T15:33:15.718Z] 4e634b169226: Download complete [2020-10-11T15:33:16.673Z] e871e8e8d7a9: Verifying Checksum [2020-10-11T15:33:16.673Z] e871e8e8d7a9: Download complete [2020-10-11T15:33:23.340Z] e871e8e8d7a9: Pull complete [2020-10-11T15:33:23.340Z] e73272ec9a57: Pull complete [2020-10-11T15:33:23.340Z] 1e910a182e73: Pull complete [2020-10-11T15:33:26.664Z] 4e634b169226: Pull complete [2020-10-11T15:33:26.664Z] Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 [2020-10-11T15:33:26.664Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2020-10-11T15:33:26.664Z] ---> f7629b54cfaa [2020-10-11T15:33:26.664Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-10-11T15:33:26.664Z] ---> Running in 1ea66260fe48 [2020-10-11T15:33:26.933Z] Removing intermediate container 1ea66260fe48 [2020-10-11T15:33:26.934Z] ---> d24caeeaf71e [2020-10-11T15:33:26.934Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-11T15:33:26.934Z] ---> Running in fe63bb1f4faa [2020-10-11T15:33:28.466Z] Removing intermediate container ef88f04d99ca [2020-10-11T15:33:28.466Z] ---> 0313b37cc10e [2020-10-11T15:33:28.466Z] Successfully built 0313b37cc10e [2020-10-11T15:33:28.466Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-10-11T15:33:28.866Z] Removing intermediate container fe63bb1f4faa [2020-10-11T15:33:28.866Z] ---> 1b042f16da04 [2020-10-11T15:33:28.866Z] Step 5/8 : RUN apk add --no-cache make git [2020-10-11T15:33:28.866Z] ---> Running in 476f9c3a8353 [2020-10-11T15:33:28.897Z] + docker inspect -f . ci-base-image-arm64 [2020-10-11T15:33:28.897Z] . [Pipeline] withDockerContainer [2020-10-11T15:33:29.130Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-11T15:33:29.183Z] prd-ubuntu18.04-docker-arm64-4c-16g-4624 does not seem to be running inside a container [2020-10-11T15:33:29.265Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/75 -v /w/workspace/device-sdk-go/75:/w/workspace/device-sdk-go/75:rw,z -v /w/workspace/device-sdk-go/75@tmp:/w/workspace/device-sdk-go/75@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-11T15:33:29.706Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-11T15:33:30.282Z] OK: 166 MiB in 39 packages [2020-10-11T15:33:30.544Z] Removing intermediate container 476f9c3a8353 [2020-10-11T15:33:30.544Z] ---> 1deff2e96171 [2020-10-11T15:33:30.544Z] Step 6/8 : WORKDIR /device-sdk-go [2020-10-11T15:33:30.544Z] ---> Running in 14db82f89163 [2020-10-11T15:33:30.808Z] Removing intermediate container 14db82f89163 [2020-10-11T15:33:30.808Z] ---> 8ed6275c026c [2020-10-11T15:33:30.808Z] Step 7/8 : COPY . . [2020-10-11T15:33:31.031Z] $ docker top a1b374be32fb83c5255962b5df1e59a41847e65d0f623d388a938151b4d34237 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-11T15:33:32.200Z] ---> dc6ee3044c2f [2020-10-11T15:33:32.200Z] Step 8/8 : RUN go mod download [2020-10-11T15:33:32.200Z] ---> Running in 12d64365da89 [2020-10-11T15:33:32.439Z] + go version [2020-10-11T15:33:32.439Z] go version go1.15.2 linux/arm64 [Pipeline] } [2020-10-11T15:33:32.464Z] $ docker stop --time=1 a1b374be32fb83c5255962b5df1e59a41847e65d0f623d388a938151b4d34237 [2020-10-11T15:33:34.419Z] $ docker rm -f a1b374be32fb83c5255962b5df1e59a41847e65d0f623d388a938151b4d34237 [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-11T15:33:37.601Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-10-11T15:33:37.932Z] + ls -al . [2020-10-11T15:33:37.932Z] total 104 [2020-10-11T15:33:37.932Z] drwxrwxr-x 11 jenkins jenkins 4096 Oct 11 15:32 . [2020-10-11T15:33:37.932Z] drwxrwxr-x 4 jenkins jenkins 4096 Oct 11 15:32 .. [2020-10-11T15:33:37.932Z] -rw-rw-r-- 1 jenkins jenkins 140 Oct 11 15:32 .dockerignore [2020-10-11T15:33:37.932Z] drwxrwxr-x 8 jenkins jenkins 4096 Oct 11 15:32 .git [2020-10-11T15:33:37.932Z] drwxrwxr-x 2 jenkins jenkins 4096 Oct 11 15:32 .github [2020-10-11T15:33:37.932Z] -rw-rw-r-- 1 jenkins jenkins 138 Oct 11 15:32 .gitignore [2020-10-11T15:33:37.932Z] drwxrwxr-x 3 jenkins jenkins 4096 Oct 11 15:32 .semver [2020-10-11T15:33:37.932Z] -rw-rw-r-- 1 jenkins jenkins 936 Oct 11 15:32 Dockerfile.build [2020-10-11T15:33:37.932Z] -rw-rw-r-- 1 jenkins jenkins 901 Oct 11 15:32 Jenkinsfile [2020-10-11T15:33:37.932Z] -rw-rw-r-- 1 jenkins jenkins 11341 Oct 11 15:32 LICENSE [2020-10-11T15:33:37.932Z] -rw-rw-r-- 1 jenkins jenkins 1013 Oct 11 15:32 Makefile [2020-10-11T15:33:37.932Z] -rw-rw-r-- 1 jenkins jenkins 5897 Oct 11 15:32 README.md [2020-10-11T15:33:37.932Z] -rw-rw-r-- 1 jenkins jenkins 4291 Oct 11 15:32 RELEASE-NOTES.txt [2020-10-11T15:33:37.932Z] -rw-rw-r-- 1 jenkins jenkins 12 Oct 11 15:30 VERSION [2020-10-11T15:33:37.932Z] drwxrwxr-x 2 jenkins jenkins 4096 Oct 11 15:32 bin [2020-10-11T15:33:37.932Z] drwxrwxr-x 4 jenkins jenkins 4096 Oct 11 15:32 example [2020-10-11T15:33:37.932Z] -rw-rw-r-- 1 jenkins jenkins 517 Oct 11 15:32 go.mod [2020-10-11T15:33:37.932Z] drwxrwxr-x 15 jenkins jenkins 4096 Oct 11 15:32 internal [2020-10-11T15:33:37.932Z] drwxrwxr-x 4 jenkins jenkins 4096 Oct 11 15:32 openapi [2020-10-11T15:33:37.932Z] drwxrwxr-x 5 jenkins jenkins 4096 Oct 11 15:32 pkg [2020-10-11T15:33:37.932Z] drwxrwxr-x 4 jenkins jenkins 4096 Oct 11 15:32 snap [2020-10-11T15:33:37.932Z] -rw-rw-r-- 1 jenkins jenkins 222 Oct 11 15:32 version.go [Pipeline] isUnix [Pipeline] sh [2020-10-11T15:33:38.275Z] + 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=153a43e7e060228c1df4c616c423a5b384e52518 --label arch=arm64 --label version=1.2.4-dev.24 . [2020-10-11T15:33:38.871Z] Sending build context to Docker daemon 3.51MB [2020-10-11T15:33:38.871Z] Step 1/24 : ARG BASE=golang:1.15-alpine [2020-10-11T15:33:38.871Z] Step 2/24 : FROM ${BASE} AS builder [2020-10-11T15:33:38.871Z] ---> 0313b37cc10e [2020-10-11T15:33:38.871Z] Step 3/24 : ARG MAKE='make build' [2020-10-11T15:33:39.144Z] ---> Running in a18c14d79356 [2020-10-11T15:33:39.416Z] Removing intermediate container a18c14d79356 [2020-10-11T15:33:39.416Z] ---> 4396f1dbc916 [2020-10-11T15:33:39.416Z] Step 4/24 : WORKDIR /device-sdk-go [2020-10-11T15:33:39.692Z] ---> Running in 663cff81a9fd [2020-10-11T15:33:40.291Z] Removing intermediate container 663cff81a9fd [2020-10-11T15:33:40.291Z] ---> 7f7316ad5dcc [2020-10-11T15:33:40.291Z] Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-10-11T15:33:40.291Z] ---> Running in ef3466f30ada [2020-10-11T15:33:40.570Z] Removing intermediate container ef3466f30ada [2020-10-11T15:33:40.570Z] ---> 2329b9267232 [2020-10-11T15:33:40.570Z] Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-11T15:33:40.844Z] ---> Running in 54c524b33b9d [2020-10-11T15:33:43.471Z] Removing intermediate container 54c524b33b9d [2020-10-11T15:33:43.471Z] ---> 8b201a3752d3 [2020-10-11T15:33:43.471Z] Step 7/24 : RUN apk add --update --no-cache make git [2020-10-11T15:33:43.471Z] ---> Running in b5062b9a4145 [2020-10-11T15:33:44.905Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-11T15:33:45.884Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-11T15:33:46.481Z] OK: 142 MiB in 39 packages [2020-10-11T15:33:47.461Z] Removing intermediate container b5062b9a4145 [2020-10-11T15:33:47.461Z] ---> c40f76ca9b91 [2020-10-11T15:33:47.461Z] Step 8/24 : COPY . . [2020-10-11T15:33:48.894Z] ---> 8f73c2f62cc1 [2020-10-11T15:33:48.894Z] Step 9/24 : RUN ${MAKE} [2020-10-11T15:33:48.894Z] ---> Running in c121e4d52ea1 [2020-10-11T15:33:50.329Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-sdk-go.Version=1.2.4-dev.24" -o example/cmd/device-simple/device-simple ./example/cmd/device-simple [2020-10-11T15:33:50.367Z] Removing intermediate container 12d64365da89 [2020-10-11T15:33:50.367Z] ---> 8e3887fa1b24 [2020-10-11T15:33:50.367Z] Successfully built 8e3887fa1b24 [2020-10-11T15:33:50.367Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2020-10-11T15:33:50.717Z] + docker inspect -f . ci-base-image-x86_64 [2020-10-11T15:33:50.717Z] . [Pipeline] withDockerContainer [2020-10-11T15:33:50.818Z] prd-centos7-docker-4c-2g-4625 does not seem to be running inside a container [2020-10-11T15:33:50.873Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/75 -v /w/workspace/device-sdk-go/75:/w/workspace/device-sdk-go/75:rw,z -v /w/workspace/device-sdk-go/75@tmp:/w/workspace/device-sdk-go/75@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2020-10-11T15:33:51.527Z] $ docker top 0615096da982da8916c3fd2d473f7be158bcbf5bbb7427a5c1249062549d3c87 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-11T15:33:52.564Z] + go version [2020-10-11T15:33:52.564Z] go version go1.15.2 linux/amd64 [Pipeline] } [2020-10-11T15:33:52.582Z] $ docker stop --time=1 0615096da982da8916c3fd2d473f7be158bcbf5bbb7427a5c1249062549d3c87 [2020-10-11T15:33:53.933Z] $ docker rm -f 0615096da982da8916c3fd2d473f7be158bcbf5bbb7427a5c1249062549d3c87 [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-11T15:33:54.987Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-10-11T15:33:55.288Z] + ls -al . [2020-10-11T15:33:55.288Z] total 64 [2020-10-11T15:33:55.288Z] drwxrwxr-x. 11 jenkins jenkins 4096 Oct 11 15:33 . [2020-10-11T15:33:55.288Z] drwxrwxr-x. 4 jenkins jenkins 30 Oct 11 15:33 .. [2020-10-11T15:33:55.288Z] drwxrwxr-x. 2 jenkins jenkins 64 Oct 11 15:33 bin [2020-10-11T15:33:55.288Z] -rw-rw-r--. 1 jenkins jenkins 936 Oct 11 15:33 Dockerfile.build [2020-10-11T15:33:55.288Z] -rw-rw-r--. 1 jenkins jenkins 140 Oct 11 15:33 .dockerignore [2020-10-11T15:33:55.288Z] drwxrwxr-x. 4 jenkins jenkins 48 Oct 11 15:33 example [2020-10-11T15:33:55.288Z] drwxrwxr-x. 8 jenkins jenkins 162 Oct 11 15:33 .git [2020-10-11T15:33:55.288Z] drwxrwxr-x. 2 jenkins jenkins 60 Oct 11 15:33 .github [2020-10-11T15:33:55.288Z] -rw-rw-r--. 1 jenkins jenkins 138 Oct 11 15:33 .gitignore [2020-10-11T15:33:55.288Z] -rw-rw-r--. 1 jenkins jenkins 517 Oct 11 15:33 go.mod [2020-10-11T15:33:55.288Z] drwxrwxr-x. 15 jenkins jenkins 211 Oct 11 15:33 internal [2020-10-11T15:33:55.288Z] -rw-rw-r--. 1 jenkins jenkins 901 Oct 11 15:33 Jenkinsfile [2020-10-11T15:33:55.288Z] -rw-rw-r--. 1 jenkins jenkins 11341 Oct 11 15:33 LICENSE [2020-10-11T15:33:55.288Z] -rw-rw-r--. 1 jenkins jenkins 1013 Oct 11 15:33 Makefile [2020-10-11T15:33:55.288Z] drwxrwxr-x. 4 jenkins jenkins 26 Oct 11 15:33 openapi [2020-10-11T15:33:55.288Z] drwxrwxr-x. 5 jenkins jenkins 50 Oct 11 15:33 pkg [2020-10-11T15:33:55.288Z] -rw-rw-r--. 1 jenkins jenkins 5897 Oct 11 15:33 README.md [2020-10-11T15:33:55.288Z] -rw-rw-r--. 1 jenkins jenkins 4291 Oct 11 15:33 RELEASE-NOTES.txt [2020-10-11T15:33:55.288Z] drwxrwxr-x. 3 jenkins jenkins 44 Oct 11 15:33 .semver [2020-10-11T15:33:55.288Z] drwxrwxr-x. 4 jenkins jenkins 54 Oct 11 15:33 snap [2020-10-11T15:33:55.288Z] -rw-rw-r--. 1 jenkins jenkins 12 Oct 11 15:30 VERSION [2020-10-11T15:33:55.288Z] -rw-rw-r--. 1 jenkins jenkins 222 Oct 11 15:33 version.go [Pipeline] isUnix [Pipeline] sh [2020-10-11T15:33:55.747Z] + 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=153a43e7e060228c1df4c616c423a5b384e52518 --label arch=amd64 --label version=1.2.4-dev.24 . [2020-10-11T15:33:55.747Z] Sending build context to Docker daemon 3.508MB [2020-10-11T15:33:55.747Z] Step 1/24 : ARG BASE=golang:1.15-alpine [2020-10-11T15:33:55.747Z] Step 2/24 : FROM ${BASE} AS builder [2020-10-11T15:33:55.747Z] ---> 8e3887fa1b24 [2020-10-11T15:33:55.747Z] Step 3/24 : ARG MAKE='make build' [2020-10-11T15:33:56.327Z] ---> Running in 1353dc841a10 [2020-10-11T15:33:56.589Z] Removing intermediate container 1353dc841a10 [2020-10-11T15:33:56.590Z] ---> 76be60e107b7 [2020-10-11T15:33:56.590Z] Step 4/24 : WORKDIR /device-sdk-go [2020-10-11T15:33:56.590Z] ---> Running in cecb01f8c49b [2020-10-11T15:33:56.851Z] Removing intermediate container cecb01f8c49b [2020-10-11T15:33:56.851Z] ---> 489b35cfe5cf [2020-10-11T15:33:56.851Z] Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-10-11T15:33:56.851Z] ---> Running in a27c45ec4fe0 [2020-10-11T15:33:57.114Z] Removing intermediate container a27c45ec4fe0 [2020-10-11T15:33:57.114Z] ---> 4cfba786c553 [2020-10-11T15:33:57.114Z] Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-11T15:33:57.114Z] ---> Running in 9702377653d6 [2020-10-11T15:33:58.067Z] Removing intermediate container 9702377653d6 [2020-10-11T15:33:58.067Z] ---> 74072aa9147f [2020-10-11T15:33:58.067Z] Step 7/24 : RUN apk add --update --no-cache make git [2020-10-11T15:33:58.067Z] ---> Running in 7ce38e77c1d2 [2020-10-11T15:33:58.329Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-11T15:33:59.275Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-11T15:33:59.537Z] OK: 166 MiB in 39 packages [2020-10-11T15:33:59.801Z] Removing intermediate container 7ce38e77c1d2 [2020-10-11T15:33:59.801Z] ---> fd3241e5747e [2020-10-11T15:33:59.801Z] Step 8/24 : COPY . . [2020-10-11T15:34:01.191Z] ---> d6642455d685 [2020-10-11T15:34:01.191Z] Step 9/24 : RUN ${MAKE} [2020-10-11T15:34:01.191Z] ---> Running in 28e707a5dbe5 [2020-10-11T15:34:01.462Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-sdk-go.Version=1.2.4-dev.24" -o example/cmd/device-simple/device-simple ./example/cmd/device-simple [2020-10-11T15:34:09.739Z] CGO_ENABLED=0 GO111MODULE=on go install -tags=safe [2020-10-11T15:34:11.128Z] Removing intermediate container 28e707a5dbe5 [2020-10-11T15:34:11.128Z] ---> 2944fa97b780 [2020-10-11T15:34:11.128Z] Step 10/24 : FROM scratch [2020-10-11T15:34:11.128Z] ---> [2020-10-11T15:34:11.128Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-10-11T15:34:11.128Z] ---> Running in 368083c58b21 [2020-10-11T15:34:11.395Z] Removing intermediate container 368083c58b21 [2020-10-11T15:34:11.395Z] ---> ef9050d8dd31 [2020-10-11T15:34:11.395Z] Step 12/24 : ENV APP_PORT=49990 [2020-10-11T15:34:11.395Z] ---> Running in 70b17202243f [2020-10-11T15:34:11.659Z] Removing intermediate container 70b17202243f [2020-10-11T15:34:11.659Z] ---> 52f6dea2f73a [2020-10-11T15:34:11.659Z] Step 13/24 : EXPOSE $APP_PORT [2020-10-11T15:34:11.659Z] ---> Running in 5c92cda13346 [2020-10-11T15:34:11.923Z] Removing intermediate container 5c92cda13346 [2020-10-11T15:34:11.923Z] ---> 0d7df987e46b [2020-10-11T15:34:11.923Z] Step 14/24 : WORKDIR / [2020-10-11T15:34:11.923Z] ---> Running in 2ec29ebda7af [2020-10-11T15:34:11.923Z] Removing intermediate container 2ec29ebda7af [2020-10-11T15:34:11.923Z] ---> 4f9be8583344 [2020-10-11T15:34:11.923Z] Step 15/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple [2020-10-11T15:34:12.497Z] ---> 881a697a495d [2020-10-11T15:34:12.497Z] Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml [2020-10-11T15:34:12.760Z] ---> 45b5fcf186d9 [2020-10-11T15:34:12.760Z] Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml [2020-10-11T15:34:13.023Z] ---> 51d46c3f4730 [2020-10-11T15:34:13.023Z] Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png [2020-10-11T15:34:13.285Z] ---> b903f993b3d5 [2020-10-11T15:34:13.285Z] Step 19/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg [2020-10-11T15:34:13.285Z] ---> 171f4448a532 [2020-10-11T15:34:13.285Z] Step 20/24 : ENTRYPOINT ["/usr/local/bin/device-simple"] [2020-10-11T15:34:13.548Z] ---> Running in 3e335a550c93 [2020-10-11T15:34:13.548Z] Removing intermediate container 3e335a550c93 [2020-10-11T15:34:13.548Z] ---> 70852cfb4fe7 [2020-10-11T15:34:13.548Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-11T15:34:13.548Z] ---> Running in 01988194939a [2020-10-11T15:34:13.809Z] Removing intermediate container 01988194939a [2020-10-11T15:34:13.809Z] ---> 23122e938ccc [2020-10-11T15:34:13.809Z] Step 22/24 : LABEL arch=amd64 [2020-10-11T15:34:13.809Z] ---> Running in cce9def5d083 [2020-10-11T15:34:14.070Z] Removing intermediate container cce9def5d083 [2020-10-11T15:34:14.070Z] ---> 91abc750111a [2020-10-11T15:34:14.070Z] Step 23/24 : LABEL git_sha=153a43e7e060228c1df4c616c423a5b384e52518 [2020-10-11T15:34:14.070Z] ---> Running in 676e52c2f15a [2020-10-11T15:34:14.333Z] Removing intermediate container 676e52c2f15a [2020-10-11T15:34:14.333Z] ---> dc1e8a516a58 [2020-10-11T15:34:14.333Z] Step 24/24 : LABEL version=1.2.4-dev.24 [2020-10-11T15:34:14.333Z] ---> Running in ea20f727edf8 [2020-10-11T15:34:14.596Z] Removing intermediate container ea20f727edf8 [2020-10-11T15:34:14.596Z] ---> b635deccd781 [2020-10-11T15:34:14.596Z] [Warning] One or more build-args [ARCH] were not consumed [2020-10-11T15:34:14.596Z] Successfully built b635deccd781 [2020-10-11T15:34:14.596Z] 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] } [2020-10-11T15:34:17.145Z] CGO_ENABLED=0 GO111MODULE=on go install -tags=safe [2020-10-11T15:34:17.145Z] Removing intermediate container c121e4d52ea1 [2020-10-11T15:34:17.145Z] ---> 47fe64a3dd42 [2020-10-11T15:34:17.145Z] Step 10/24 : FROM scratch [2020-10-11T15:34:17.145Z] ---> [2020-10-11T15:34:17.145Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-10-11T15:34:17.145Z] ---> Running in d2b648b0731c [2020-10-11T15:34:17.145Z] Removing intermediate container d2b648b0731c [2020-10-11T15:34:17.145Z] ---> d44417b0fab6 [2020-10-11T15:34:17.145Z] Step 12/24 : ENV APP_PORT=49990 [2020-10-11T15:34:17.145Z] ---> Running in 968b5f2f80fc [2020-10-11T15:34:17.418Z] Removing intermediate container 968b5f2f80fc [2020-10-11T15:34:17.418Z] ---> 2b3974c911c6 [2020-10-11T15:34:17.418Z] Step 13/24 : EXPOSE $APP_PORT [2020-10-11T15:34:17.418Z] ---> Running in c67a198aa726 [2020-10-11T15:34:18.016Z] Removing intermediate container c67a198aa726 [2020-10-11T15:34:18.016Z] ---> 1c54c0a861d0 [2020-10-11T15:34:18.016Z] Step 14/24 : WORKDIR / [2020-10-11T15:34:18.016Z] ---> Running in 388f34d58451 [2020-10-11T15:34:18.612Z] Removing intermediate container 388f34d58451 [2020-10-11T15:34:18.612Z] ---> 740d1e36b195 [2020-10-11T15:34:18.612Z] Step 15/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple [2020-10-11T15:34:20.044Z] ---> 75a25e3156a8 [2020-10-11T15:34:20.044Z] Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml [2020-10-11T15:34:20.640Z] ---> 93300e2ded0b [2020-10-11T15:34:20.640Z] Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml [2020-10-11T15:34:21.237Z] ---> 34fc77ef0ea4 [2020-10-11T15:34:21.237Z] Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png [2020-10-11T15:34:21.841Z] ---> 89628d9b1486 [2020-10-11T15:34:21.841Z] Step 19/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg [2020-10-11T15:34:22.821Z] ---> a9a655fabccc [2020-10-11T15:34:22.821Z] Step 20/24 : ENTRYPOINT ["/usr/local/bin/device-simple"] [2020-10-11T15:34:22.821Z] ---> Running in 2fb15fb53686 [2020-10-11T15:34:23.415Z] Removing intermediate container 2fb15fb53686 [2020-10-11T15:34:23.415Z] ---> fa3ef479329d [2020-10-11T15:34:23.415Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-11T15:34:23.415Z] ---> Running in 047e55e0badc [2020-10-11T15:34:24.012Z] Removing intermediate container 047e55e0badc [2020-10-11T15:34:24.012Z] ---> b2dc2570a030 [2020-10-11T15:34:24.012Z] Step 22/24 : LABEL arch=arm64 [2020-10-11T15:34:24.012Z] ---> Running in 35d1e54f2128 [2020-10-11T15:34:24.292Z] Removing intermediate container 35d1e54f2128 [2020-10-11T15:34:24.292Z] ---> ddea56a034ea [2020-10-11T15:34:24.292Z] Step 23/24 : LABEL git_sha=153a43e7e060228c1df4c616c423a5b384e52518 [2020-10-11T15:34:24.566Z] ---> Running in 40aee96bb033 [2020-10-11T15:34:24.837Z] Removing intermediate container 40aee96bb033 [2020-10-11T15:34:24.837Z] ---> 29e9bc84c5fc [2020-10-11T15:34:24.837Z] Step 24/24 : LABEL version=1.2.4-dev.24 [2020-10-11T15:34:25.109Z] ---> Running in db0113519c6b [2020-10-11T15:34:25.384Z] Removing intermediate container db0113519c6b [2020-10-11T15:34:25.384Z] ---> 6b150ba7b17d [2020-10-11T15:34:25.384Z] [Warning] One or more build-args [ARCH] were not consumed [2020-10-11T15:34:25.656Z] Successfully built 6b150ba7b17d [2020-10-11T15:34:25.656Z] Successfully tagged docker-device-sdk-simple-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) Stage "CodeCov" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo [2020-10-11T15:34:27.743Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] echo [2020-10-11T15:34:27.744Z] [edgeXSnyk] command to run: snyk monitor --org=edgex-jenkins [Pipeline] withCredentials [2020-10-11T15:34:27.796Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-11T15:34:28.145Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-10-11T15:34:28.145Z] [2020-10-11T15:34:28.145Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] isUnix [Pipeline] sh [2020-10-11T15:34:28.549Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-10-11T15:34:28.549Z] 1.317.0: Pulling from edgex-devops/edgex-snyk-go [2020-10-11T15:34:28.549Z] cbdbe7a5bc2a: Pulling fs layer [2020-10-11T15:34:28.549Z] 408f87550127: Pulling fs layer [2020-10-11T15:34:28.549Z] fe522b08c979: Pulling fs layer [2020-10-11T15:34:28.549Z] 221eaa008020: Pulling fs layer [2020-10-11T15:34:28.549Z] 2a4607e5d6b9: Pulling fs layer [2020-10-11T15:34:28.549Z] 8f79b27c4fd2: Pulling fs layer [2020-10-11T15:34:28.549Z] e5c8dbe1645b: Pulling fs layer [2020-10-11T15:34:28.549Z] 23e8b3b47431: Pulling fs layer [2020-10-11T15:34:28.549Z] 5c568d65a230: Pulling fs layer [2020-10-11T15:34:28.549Z] 221eaa008020: Waiting [2020-10-11T15:34:28.549Z] 2a4607e5d6b9: Waiting [2020-10-11T15:34:28.549Z] 23e8b3b47431: Waiting [2020-10-11T15:34:28.549Z] 8f79b27c4fd2: Waiting [2020-10-11T15:34:28.549Z] 5c568d65a230: Waiting [2020-10-11T15:34:28.549Z] e5c8dbe1645b: Waiting [2020-10-11T15:34:28.549Z] fe522b08c979: Verifying Checksum [2020-10-11T15:34:28.549Z] fe522b08c979: Download complete [2020-10-11T15:34:28.549Z] 408f87550127: Verifying Checksum [2020-10-11T15:34:28.549Z] 408f87550127: Download complete [2020-10-11T15:34:28.549Z] 2a4607e5d6b9: Verifying Checksum [2020-10-11T15:34:28.549Z] 2a4607e5d6b9: Download complete [2020-10-11T15:34:28.549Z] 8f79b27c4fd2: Verifying Checksum [2020-10-11T15:34:28.549Z] 8f79b27c4fd2: Download complete [2020-10-11T15:34:28.549Z] cbdbe7a5bc2a: Verifying Checksum [2020-10-11T15:34:28.549Z] cbdbe7a5bc2a: Download complete [2020-10-11T15:34:28.813Z] cbdbe7a5bc2a: Pull complete [2020-10-11T15:34:29.079Z] 408f87550127: Pull complete [2020-10-11T15:34:29.341Z] fe522b08c979: Pull complete [2020-10-11T15:34:29.919Z] e5c8dbe1645b: Download complete [2020-10-11T15:34:30.876Z] 5c568d65a230: Verifying Checksum [2020-10-11T15:34:30.876Z] 5c568d65a230: Download complete [2020-10-11T15:34:31.455Z] 23e8b3b47431: Verifying Checksum [2020-10-11T15:34:31.455Z] 23e8b3b47431: Download complete [2020-10-11T15:34:32.405Z] 221eaa008020: Verifying Checksum [2020-10-11T15:34:32.405Z] 221eaa008020: Download complete [2020-10-11T15:34:37.728Z] 221eaa008020: Pull complete [2020-10-11T15:34:37.728Z] 2a4607e5d6b9: Pull complete [2020-10-11T15:34:37.728Z] 8f79b27c4fd2: Pull complete [2020-10-11T15:34:40.289Z] e5c8dbe1645b: Pull complete [2020-10-11T15:34:43.616Z] 23e8b3b47431: Pull complete [2020-10-11T15:34:45.544Z] 5c568d65a230: Pull complete [2020-10-11T15:34:45.544Z] Digest: sha256:57952c35bde2fbfcf87b7f40d558e42527212236f73796964c551b7cac8e72c4 [2020-10-11T15:34:45.544Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-10-11T15:34:45.544Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] withDockerContainer [2020-10-11T15:34:45.740Z] prd-centos7-docker-4c-2g-4623 does not seem to be running inside a container [2020-10-11T15:34:45.793Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -v /w/workspace/dgexfoundry_device-sdk-go_master:/ws -w /ws --entrypoint= -w /w/workspace/dgexfoundry_device-sdk-go_master -v /w/workspace/dgexfoundry_device-sdk-go_master:/w/workspace/dgexfoundry_device-sdk-go_master:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_master@tmp:/w/workspace/dgexfoundry_device-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 cat [2020-10-11T15:34:47.231Z] $ docker top 80f9496b873f9cb6f57c71b0f4d812571386dacf67da75d52f11483e0081a84d -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-11T15:34:47.854Z] + snyk monitor '--org=edgex-jenkins' [2020-10-11T15:34:53.167Z] [2020-10-11T15:34:53.167Z] Monitoring /w/workspace/dgexfoundry_device-sdk-go_master (github.com/edgexfoundry/device-sdk-go)... [2020-10-11T15:34:53.167Z] [2020-10-11T15:34:53.167Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/057beb34-70d8-4945-961c-fe027db76abc/history/058afebe-573a-4798-9095-42bb9a0eff35 [2020-10-11T15:34:53.167Z] [2020-10-11T15:34:53.167Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2020-10-11T15:34:53.167Z] [2020-10-11T15:34:53.167Z] [2020-10-11T15:34:53.167Z] Snyk CLI supports Node.js 8 and higher. [2020-10-11T15:34:53.167Z] 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-11T15:34:53.167Z] Please consider upgrading your runtime version to Node 10 or higher in order to get Snyk CLI updates. [2020-10-11T15:34:53.167Z] [2020-10-11T15:34:53.167Z] The latest CLI version that supports Node.js 6 is `snyk@1.300.0`. [2020-10-11T15:34:53.168Z] The latest CLI version that supports Node.js 4 is `snyk@1.88.2`. [Pipeline] } [2020-10-11T15:34:53.185Z] $ docker stop --time=1 80f9496b873f9cb6f57c71b0f4d812571386dacf67da75d52f11483e0081a84d [2020-10-11T15:34:56.077Z] $ docker rm -f 80f9496b873f9cb6f57c71b0f4d812571386dacf67da75d52f11483e0081a84d [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-11T15:34:57.309Z] [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-10-11T15:34:57.374Z] provisioning config files... [2020-10-11T15:34:57.388Z] copy managed file [swaggerhub-api-key] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config5397459607594192999tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-10-11T15:34:57.779Z] --> edgex-publish-swagger.sh [2020-10-11T15:34:57.780Z] === Publish openapi/v1 API === [2020-10-11T15:34:57.780Z] [publishToSwagger] Publishing the API Docs [openapi/v1] to Swagger [2020-10-11T15:34:57.780Z] [publishToSwagger] Publishing API Name [device-sdk] [2020-10-11T15:34:57.780Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-11T15:34:57.780Z] Dload Upload Total Spent Left Speed [2020-10-11T15:34:58.616Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 20188 0 0 100 20188 0 25506 --:--:-- --:--:-- --:--:-- 25522 [2020-10-11T15:34:58.616Z] [2020-10-11T15:34:58.616Z] [2020-10-11T15:34:58.616Z] === Publish openapi/v2 API === [2020-10-11T15:34:58.616Z] [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger [2020-10-11T15:34:58.616Z] [publishToSwagger] Publishing API Name [device-sdk] [2020-10-11T15:34:58.616Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-11T15:34:58.616Z] Dload Upload Total Spent Left Speed [2020-10-11T15:34:59.190Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 49274 0 0 100 49274 0 69668 --:--:-- --:--:-- --:--:-- 69596 100 49274 0 0 100 49274 0 69648 --:--:-- --:--:-- --:--:-- 69596 [2020-10-11T15:34:59.190Z] [2020-10-11T15:34:59.190Z] [Pipeline] } [2020-10-11T15:34:59.200Z] 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-11T15:35:00.149Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-11T15:35:00.149Z] . [Pipeline] withDockerContainer [2020-10-11T15:35:00.251Z] prd-centos7-docker-4c-2g-4623 does not seem to be running inside a container [2020-10-11T15:35:00.298Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-sdk-go_master -v /w/workspace/dgexfoundry_device-sdk-go_master:/w/workspace/dgexfoundry_device-sdk-go_master:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_master@tmp:/w/workspace/dgexfoundry_device-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-10-11T15:35:01.007Z] $ docker top 47b9a9473d0eb6920c5bc27242d300fd9c1f7479fa611821d8c0d28656cbc069 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-11T15:35:01.588Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-11T15:35:01.588Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-11T15:35:01.802Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-11T15:35:01.808Z] $ docker exec 47b9a9473d0eb6920c5bc27242d300fd9c1f7479fa611821d8c0d28656cbc069 ssh-agent [2020-10-11T15:35:01.979Z] SSH_AUTH_SOCK=/tmp/ssh-TK2o509jA9XW/agent.13 [2020-10-11T15:35:01.979Z] SSH_AGENT_PID=18 [2020-10-11T15:35:01.986Z] Running ssh-add (command line suppressed) [2020-10-11T15:35:02.140Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_8158574895914392245.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_8158574895914392245.key) [2020-10-11T15:35:02.186Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-11T15:35:02.528Z] + git semver tag [2020-10-11T15:35:02.528Z] # -> Open(): unable to determine branch for HEAD [2020-10-11T15:35:02.528Z] # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git [2020-10-11T15:35:02.528Z] # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master [2020-10-11T15:35:02.528Z] # $SEMVER_REMOTE_NAME = origin [2020-10-11T15:35:02.528Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-11T15:35:02.528Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-11T15:35:02.528Z] # $SEMVER_BRANCH = master [2020-10-11T15:35:02.528Z] # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver [2020-10-11T15:35:02.528Z] # 153a43e7e060228c1df4c616c423a5b384e52518 HEAD [2020-10-11T15:35:02.528Z] # -> Force: false [2020-10-11T15:35:02.528Z] # a940b05070a33782d169c4081674466be6a0d439 refs/tags/v1.2.4-dev.24 [Pipeline] } [2020-10-11T15:35:02.544Z] $ docker exec --env ******** --env ******** 47b9a9473d0eb6920c5bc27242d300fd9c1f7479fa611821d8c0d28656cbc069 ssh-agent -k [2020-10-11T15:35:02.671Z] unset SSH_AUTH_SOCK; [2020-10-11T15:35:02.671Z] unset SSH_AGENT_PID; [2020-10-11T15:35:02.671Z] echo Agent pid 18 killed; [2020-10-11T15:35:02.716Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-11T15:35:03.201Z] + git semver [Pipeline] } [2020-10-11T15:35:03.221Z] $ docker stop --time=1 47b9a9473d0eb6920c5bc27242d300fd9c1f7479fa611821d8c0d28656cbc069 [2020-10-11T15:35:04.915Z] $ docker rm -f 47b9a9473d0eb6920c5bc27242d300fd9c1f7479fa611821d8c0d28656cbc069 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2020-10-11T15:35:05.558Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-10-11T15:35:05.558Z] [2020-10-11T15:35:05.558Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2020-10-11T15:35:05.914Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-10-11T15:35:05.914Z] 0.23.1-centos7: Pulling from edgex-lftools [2020-10-11T15:35:05.914Z] ab5ef0e58194: Pulling fs layer [2020-10-11T15:35:05.914Z] 9712f1f96733: Pulling fs layer [2020-10-11T15:35:05.914Z] 63f879dbbcfc: Pulling fs layer [2020-10-11T15:35:05.914Z] 0d9ebad4ef96: Pulling fs layer [2020-10-11T15:35:05.914Z] e9a5061849ea: Pulling fs layer [2020-10-11T15:35:05.914Z] d747dcd14b5f: Pulling fs layer [2020-10-11T15:35:05.914Z] 2de7ff778b66: Pulling fs layer [2020-10-11T15:35:05.914Z] e9a5061849ea: Waiting [2020-10-11T15:35:05.915Z] d747dcd14b5f: Waiting [2020-10-11T15:35:05.915Z] 0d9ebad4ef96: Waiting [2020-10-11T15:35:05.915Z] 9712f1f96733: Verifying Checksum [2020-10-11T15:35:05.915Z] 9712f1f96733: Download complete [2020-10-11T15:35:07.844Z] 63f879dbbcfc: Verifying Checksum [2020-10-11T15:35:07.844Z] 63f879dbbcfc: Download complete [2020-10-11T15:35:07.844Z] e9a5061849ea: Verifying Checksum [2020-10-11T15:35:07.844Z] e9a5061849ea: Download complete [2020-10-11T15:35:07.844Z] d747dcd14b5f: Verifying Checksum [2020-10-11T15:35:07.844Z] d747dcd14b5f: Download complete [2020-10-11T15:35:08.423Z] 2de7ff778b66: Verifying Checksum [2020-10-11T15:35:08.423Z] 2de7ff778b66: Download complete [2020-10-11T15:35:08.690Z] 0d9ebad4ef96: Verifying Checksum [2020-10-11T15:35:08.690Z] 0d9ebad4ef96: Download complete [2020-10-11T15:35:08.953Z] ab5ef0e58194: Verifying Checksum [2020-10-11T15:35:08.953Z] ab5ef0e58194: Download complete [2020-10-11T15:35:12.293Z] ab5ef0e58194: Pull complete [2020-10-11T15:35:12.556Z] 9712f1f96733: Pull complete [2020-10-11T15:35:16.111Z] 63f879dbbcfc: Pull complete [2020-10-11T15:35:22.743Z] 0d9ebad4ef96: Pull complete [2020-10-11T15:35:23.005Z] e9a5061849ea: Pull complete [2020-10-11T15:35:23.267Z] d747dcd14b5f: Pull complete [2020-10-11T15:35:26.577Z] 2de7ff778b66: Pull complete [2020-10-11T15:35:26.577Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2020-10-11T15:35:26.840Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-10-11T15:35:26.840Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2020-10-11T15:35:27.022Z] prd-centos7-docker-4c-2g-4623 does not seem to be running inside a container [2020-10-11T15:35:27.068Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/dgexfoundry_device-sdk-go_master -v /w/workspace/dgexfoundry_device-sdk-go_master:/w/workspace/dgexfoundry_device-sdk-go_master:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_master@tmp:/w/workspace/dgexfoundry_device-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2020-10-11T15:35:30.925Z] $ docker top 2758bbba31cb4d89e21a9974a72aa24f05f2f76ed6069ad2cb09ebd7cbee6ac8 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2020-10-11T15:35:31.159Z] provisioning config files... [2020-10-11T15:35:31.170Z] copy managed file [sigul-config] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config7017591885800425600tmp [2020-10-11T15:35:31.186Z] copy managed file [sigul-password] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config4822274843162657189tmp [2020-10-11T15:35:31.202Z] copy managed file [sigul-pki] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config7817887626087206395tmp [Pipeline] { [Pipeline] echo [2020-10-11T15:35:31.261Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-11T15:35:31.559Z] ---> sigul-configuration.sh [2020-10-11T15:35:31.559Z] gpg: directory `/root/.gnupg' created [2020-10-11T15:35:31.559Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2020-10-11T15:35:31.559Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2020-10-11T15:35:31.559Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2020-10-11T15:35:31.559Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2020-10-11T15:35:31.559Z] gpg: CAST5 encrypted data [2020-10-11T15:35:31.825Z] gpg: encrypted with 1 passphrase [2020-10-11T15:35:31.825Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2020-10-11T15:35:32.130Z] + mkdir /home/jenkins [2020-10-11T15:35:32.130Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2020-10-11T15:35:32.429Z] + 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-11T15:35:32.440Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-11T15:35:32.739Z] ---> sigul-install.sh [2020-10-11T15:35:38.046Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2020-10-11T15:35:38.345Z] + git tag --list [2020-10-11T15:35:38.345Z] 0.7.1 [2020-10-11T15:35:38.345Z] delhi-tag [2020-10-11T15:35:38.345Z] v1.0.0 [2020-10-11T15:35:38.345Z] v1.1.0 [2020-10-11T15:35:38.345Z] v1.1.1 [2020-10-11T15:35:38.345Z] v1.1.2 [2020-10-11T15:35:38.345Z] v1.2.0 [2020-10-11T15:35:38.345Z] v1.2.1 [2020-10-11T15:35:38.345Z] v1.2.2 [2020-10-11T15:35:38.345Z] v1.2.3 [2020-10-11T15:35:38.345Z] v1.2.4-dev.1 [2020-10-11T15:35:38.345Z] v1.2.4-dev.10 [2020-10-11T15:35:38.345Z] v1.2.4-dev.11 [2020-10-11T15:35:38.345Z] v1.2.4-dev.12 [2020-10-11T15:35:38.345Z] v1.2.4-dev.13 [2020-10-11T15:35:38.345Z] v1.2.4-dev.14 [2020-10-11T15:35:38.345Z] v1.2.4-dev.15 [2020-10-11T15:35:38.345Z] v1.2.4-dev.16 [2020-10-11T15:35:38.345Z] v1.2.4-dev.17 [2020-10-11T15:35:38.345Z] v1.2.4-dev.18 [2020-10-11T15:35:38.345Z] v1.2.4-dev.19 [2020-10-11T15:35:38.345Z] v1.2.4-dev.2 [2020-10-11T15:35:38.345Z] v1.2.4-dev.20 [2020-10-11T15:35:38.345Z] v1.2.4-dev.21 [2020-10-11T15:35:38.345Z] v1.2.4-dev.22 [2020-10-11T15:35:38.345Z] v1.2.4-dev.23 [2020-10-11T15:35:38.345Z] v1.2.4-dev.24 [2020-10-11T15:35:38.345Z] v1.2.4-dev.3 [2020-10-11T15:35:38.345Z] v1.2.4-dev.4 [2020-10-11T15:35:38.345Z] v1.2.4-dev.5 [2020-10-11T15:35:38.345Z] v1.2.4-dev.6 [2020-10-11T15:35:38.345Z] v1.2.4-dev.7 [2020-10-11T15:35:38.345Z] v1.2.4-dev.8 [2020-10-11T15:35:38.345Z] v1.2.4-dev.9 [Pipeline] sh [2020-10-11T15:35:38.643Z] + lftools sign git-tag v1.2.4-dev.24 [2020-10-11T15:35:40.032Z] Signing Git tag with Sigul... [2020-10-11T15:35:40.032Z] Signing v1.2.4-dev.24 [Pipeline] echo [2020-10-11T15:35:40.989Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-11T15:35:41.287Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2020-10-11T15:35:41.296Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2020-10-11T15:35:41.405Z] $ docker stop --time=1 2758bbba31cb4d89e21a9974a72aa24f05f2f76ed6069ad2cb09ebd7cbee6ac8 [2020-10-11T15:35:43.403Z] $ docker rm -f 2758bbba31cb4d89e21a9974a72aa24f05f2f76ed6069ad2cb09ebd7cbee6ac8 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2020-10-11T15:35:44.300Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-11T15:35:44.300Z] . [Pipeline] withDockerContainer [2020-10-11T15:35:44.409Z] prd-centos7-docker-4c-2g-4623 does not seem to be running inside a container [2020-10-11T15:35:44.466Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-sdk-go_master -v /w/workspace/dgexfoundry_device-sdk-go_master:/w/workspace/dgexfoundry_device-sdk-go_master:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_master@tmp:/w/workspace/dgexfoundry_device-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-10-11T15:35:45.164Z] $ docker top a955d6f69ed59edd241dcfcf8ffa9b92c6fb6a326d3a7d0265947463bb40988f -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-11T15:35:45.478Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-11T15:35:45.478Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-11T15:35:45.683Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-11T15:35:45.689Z] $ docker exec a955d6f69ed59edd241dcfcf8ffa9b92c6fb6a326d3a7d0265947463bb40988f ssh-agent [2020-10-11T15:35:45.860Z] SSH_AUTH_SOCK=/tmp/ssh-YqXxD5amZC6p/agent.12 [2020-10-11T15:35:45.860Z] SSH_AGENT_PID=18 [2020-10-11T15:35:45.867Z] Running ssh-add (command line suppressed) [2020-10-11T15:35:45.997Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_3469653952877864889.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_3469653952877864889.key) [2020-10-11T15:35:46.051Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-11T15:35:46.393Z] + git semver bump pre [2020-10-11T15:35:46.394Z] # -> Open(): unable to determine branch for HEAD [2020-10-11T15:35:46.394Z] # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git [2020-10-11T15:35:46.394Z] # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master [2020-10-11T15:35:46.394Z] # $SEMVER_REMOTE_NAME = origin [2020-10-11T15:35:46.394Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-11T15:35:46.394Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-11T15:35:46.394Z] # $SEMVER_BRANCH = master [2020-10-11T15:35:46.394Z] # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver [2020-10-11T15:35:46.394Z] 1.2.4-dev.25 [Pipeline] } [2020-10-11T15:35:46.408Z] $ docker exec --env ******** --env ******** a955d6f69ed59edd241dcfcf8ffa9b92c6fb6a326d3a7d0265947463bb40988f ssh-agent -k [2020-10-11T15:35:46.543Z] unset SSH_AUTH_SOCK; [2020-10-11T15:35:46.543Z] unset SSH_AGENT_PID; [2020-10-11T15:35:46.543Z] echo Agent pid 18 killed; [2020-10-11T15:35:46.609Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-11T15:35:47.100Z] + git semver [Pipeline] } [2020-10-11T15:35:47.120Z] $ docker stop --time=1 a955d6f69ed59edd241dcfcf8ffa9b92c6fb6a326d3a7d0265947463bb40988f [2020-10-11T15:35:48.502Z] $ docker rm -f a955d6f69ed59edd241dcfcf8ffa9b92c6fb6a326d3a7d0265947463bb40988f [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-11T15:35:49.032Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-11T15:35:49.032Z] . [Pipeline] withDockerContainer [2020-10-11T15:35:49.133Z] prd-centos7-docker-4c-2g-4623 does not seem to be running inside a container [2020-10-11T15:35:49.182Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-sdk-go_master -v /w/workspace/dgexfoundry_device-sdk-go_master:/w/workspace/dgexfoundry_device-sdk-go_master:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_master@tmp:/w/workspace/dgexfoundry_device-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-10-11T15:35:49.795Z] $ docker top a9fb4eb8d524989e358a5dfbcf6757bcf68b3c982e037b4748db44ab8ef06090 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-11T15:35:50.121Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-11T15:35:50.121Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-11T15:35:50.300Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-11T15:35:50.305Z] $ docker exec a9fb4eb8d524989e358a5dfbcf6757bcf68b3c982e037b4748db44ab8ef06090 ssh-agent [2020-10-11T15:35:50.480Z] SSH_AUTH_SOCK=/tmp/ssh-4dORgrfxq60G/agent.12 [2020-10-11T15:35:50.480Z] SSH_AGENT_PID=17 [2020-10-11T15:35:50.489Z] Running ssh-add (command line suppressed) [2020-10-11T15:35:50.616Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_1769396110150417359.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_1769396110150417359.key) [2020-10-11T15:35:50.667Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-11T15:35:51.020Z] + git semver push [2020-10-11T15:35:51.020Z] # -> Open(): unable to determine branch for HEAD [2020-10-11T15:35:51.020Z] # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git [2020-10-11T15:35:51.020Z] # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master [2020-10-11T15:35:51.020Z] # $SEMVER_REMOTE_NAME = origin [2020-10-11T15:35:51.020Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-11T15:35:51.020Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-11T15:35:51.020Z] # $SEMVER_BRANCH = master [2020-10-11T15:35:51.020Z] # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver [Pipeline] } [2020-10-11T15:35:57.633Z] $ docker exec --env ******** --env ******** a9fb4eb8d524989e358a5dfbcf6757bcf68b3c982e037b4748db44ab8ef06090 ssh-agent -k [2020-10-11T15:35:57.783Z] unset SSH_AUTH_SOCK; [2020-10-11T15:35:57.784Z] unset SSH_AGENT_PID; [2020-10-11T15:35:57.784Z] echo Agent pid 17 killed; [2020-10-11T15:35:57.840Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-11T15:35:58.354Z] + git semver [Pipeline] } [2020-10-11T15:35:58.373Z] $ docker stop --time=1 a9fb4eb8d524989e358a5dfbcf6757bcf68b3c982e037b4748db44ab8ef06090 [2020-10-11T15:35:59.711Z] $ docker rm -f a9fb4eb8d524989e358a5dfbcf6757bcf68b3c982e037b4748db44ab8ef06090 [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-11T15:36:01.166Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-11T15:36:01.793Z] ---> package-listing.sh [2020-10-11T15:36:01.793Z] ++ facter osfamily [2020-10-11T15:36:01.793Z] ++ tr '[:upper:]' '[:lower:]' [2020-10-11T15:36:01.793Z] + OS_FAMILY=redhat [2020-10-11T15:36:01.793Z] + workspace=/w/workspace/dgexfoundry_device-sdk-go_master [2020-10-11T15:36:01.793Z] + START_PACKAGES=/tmp/packages_start.txt [2020-10-11T15:36:01.793Z] + END_PACKAGES=/tmp/packages_end.txt [2020-10-11T15:36:01.793Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-10-11T15:36:01.793Z] + PACKAGES=/tmp/packages_start.txt [2020-10-11T15:36:01.793Z] + '[' /w/workspace/dgexfoundry_device-sdk-go_master ']' [2020-10-11T15:36:01.793Z] + PACKAGES=/tmp/packages_end.txt [2020-10-11T15:36:01.793Z] + case "${OS_FAMILY}" in [2020-10-11T15:36:01.793Z] + rpm -qa [2020-10-11T15:36:01.793Z] + sort [2020-10-11T15:36:06.012Z] + '[' -f /tmp/packages_start.txt ']' [2020-10-11T15:36:06.012Z] + '[' -f /tmp/packages_end.txt ']' [2020-10-11T15:36:06.012Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-10-11T15:36:06.012Z] + '[' /w/workspace/dgexfoundry_device-sdk-go_master ']' [2020-10-11T15:36:06.012Z] + mkdir -p /w/workspace/dgexfoundry_device-sdk-go_master/archives/ [2020-10-11T15:36:06.012Z] + 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-11T15:36:06.633Z] provisioning config files... [2020-10-11T15:36:06.650Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config1694659182287193763tmp [Pipeline] { [Pipeline] echo [2020-10-11T15:36:06.739Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-11T15:36:07.039Z] ---> create-netrc.sh [Pipeline] } [2020-10-11T15:36:07.048Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2020-10-11T15:36:07.146Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-11T15:36:07.442Z] ---> python-tools-install.sh [2020-10-11T15:36:07.442Z] Generating Requirements File [2020-10-11T15:37:28.984Z] Python 3.6.8 [2020-10-11T15:37:28.984Z] pip 20.2.3 from /home/jenkins/.local/lib/python3.6/site-packages/pip (python 3.6) [2020-10-11T15:37:28.984Z] appdirs==1.4.3 [2020-10-11T15:37:28.984Z] argcomplete==1.12.1 [2020-10-11T15:37:28.984Z] aspy.yaml==1.3.0 [2020-10-11T15:37:28.984Z] attrs==19.3.0 [2020-10-11T15:37:28.984Z] Babel==2.8.0 [2020-10-11T15:37:28.984Z] beautifulsoup4==4.8.2 [2020-10-11T15:37:28.984Z] boto3==1.11.6 [2020-10-11T15:37:28.984Z] botocore==1.14.6 [2020-10-11T15:37:28.984Z] bs4==0.0.1 [2020-10-11T15:37:28.984Z] cachetools==4.1.1 [2020-10-11T15:37:28.984Z] certifi==2019.11.28 [2020-10-11T15:37:28.984Z] cffi==1.14.3 [2020-10-11T15:37:28.984Z] cfgv==2.0.1 [2020-10-11T15:37:28.984Z] chardet==3.0.4 [2020-10-11T15:37:28.984Z] click==7.1 [2020-10-11T15:37:28.984Z] cliff==3.4.0 [2020-10-11T15:37:28.984Z] cmd2==1.3.11 [2020-10-11T15:37:28.984Z] colorama==0.4.3 [2020-10-11T15:37:28.984Z] cryptography==3.1.1 [2020-10-11T15:37:28.984Z] debtcollector==2.2.0 [2020-10-11T15:37:28.984Z] decorator==4.4.2 [2020-10-11T15:37:28.984Z] defusedxml==0.6.0 [2020-10-11T15:37:28.984Z] Deprecated==1.2.7 [2020-10-11T15:37:28.984Z] distlib==0.3.1 [2020-10-11T15:37:28.984Z] distro==1.2.0 [2020-10-11T15:37:28.984Z] dnspython==1.16.0 [2020-10-11T15:37:28.984Z] docker==4.2.0 [2020-10-11T15:37:28.984Z] docutils==0.15.2 [2020-10-11T15:37:28.984Z] dogpile.cache==1.0.2 [2020-10-11T15:37:28.984Z] email-validator==1.0.5 [2020-10-11T15:37:28.984Z] filelock==3.0.12 [2020-10-11T15:37:28.984Z] future==0.18.2 [2020-10-11T15:37:28.984Z] google-auth==1.22.1 [2020-10-11T15:37:28.984Z] httplib2==0.17.0 [2020-10-11T15:37:28.984Z] identify==1.4.11 [2020-10-11T15:37:28.984Z] idna==2.9 [2020-10-11T15:37:28.984Z] importlib-metadata==2.0.0 [2020-10-11T15:37:28.984Z] importlib-resources==1.5.0 [2020-10-11T15:37:28.984Z] iso8601==0.1.13 [2020-10-11T15:37:28.984Z] Jinja2==2.11.1 [2020-10-11T15:37:28.984Z] jmespath==0.10.0 [2020-10-11T15:37:28.984Z] jsonpatch==1.26 [2020-10-11T15:37:28.984Z] jsonpointer==2.0 [2020-10-11T15:37:28.984Z] jsonschema==3.2.0 [2020-10-11T15:37:28.984Z] keystoneauth1==4.2.1 [2020-10-11T15:37:28.984Z] kubernetes==11.0.0 [2020-10-11T15:37:28.984Z] lftools==0.34.2 [2020-10-11T15:37:28.984Z] lxml==4.5.0 [2020-10-11T15:37:28.984Z] MarkupSafe==0.23 [2020-10-11T15:37:28.984Z] msgpack==1.0.0 [2020-10-11T15:37:28.984Z] multi-key-dict==2.0.3 [2020-10-11T15:37:28.984Z] munch==2.5.0 [2020-10-11T15:37:28.984Z] netaddr==0.8.0 [2020-10-11T15:37:28.984Z] netifaces==0.10.9 [2020-10-11T15:37:28.984Z] niet==1.4.2 [2020-10-11T15:37:28.984Z] nodeenv==1.3.5 [2020-10-11T15:37:28.984Z] oauth2client==4.1.3 [2020-10-11T15:37:28.984Z] oauthlib==3.1.0 [2020-10-11T15:37:28.984Z] openstacksdk==0.50.0 [2020-10-11T15:37:28.984Z] os-client-config==2.1.0 [2020-10-11T15:37:28.984Z] os-service-types==1.7.0 [2020-10-11T15:37:28.984Z] osc-lib==2.2.1 [2020-10-11T15:37:28.984Z] oslo.config==8.3.2 [2020-10-11T15:37:28.984Z] oslo.context==3.1.1 [2020-10-11T15:37:28.984Z] oslo.i18n==5.0.1 [2020-10-11T15:37:28.984Z] oslo.log==4.4.0 [2020-10-11T15:37:28.984Z] oslo.serialization==4.0.1 [2020-10-11T15:37:28.984Z] oslo.utils==4.6.0 [2020-10-11T15:37:28.984Z] packaging==20.4 [2020-10-11T15:37:28.984Z] pbr==5.4.4 [2020-10-11T15:37:28.984Z] pluggy==0.13.1 [2020-10-11T15:37:28.984Z] prettytable==0.7.2 [2020-10-11T15:37:28.984Z] py==1.9.0 [2020-10-11T15:37:28.984Z] pyasn1==0.4.8 [2020-10-11T15:37:28.984Z] pyasn1-modules==0.2.8 [2020-10-11T15:37:28.984Z] pycparser==2.20 [2020-10-11T15:37:28.984Z] pygerrit2==2.0.10 [2020-10-11T15:37:28.984Z] PyGithub==1.46 [2020-10-11T15:37:28.984Z] pyinotify==0.9.6 [2020-10-11T15:37:28.984Z] PyJWT==1.7.1 [2020-10-11T15:37:28.984Z] pyparsing==2.4.7 [2020-10-11T15:37:28.984Z] pyperclip==1.8.1 [2020-10-11T15:37:28.984Z] pyroute2==0.4.13 [2020-10-11T15:37:28.984Z] pyrsistent==0.15.7 [2020-10-11T15:37:28.984Z] PySocks==1.6.8 [2020-10-11T15:37:28.984Z] python-cinderclient==7.2.0 [2020-10-11T15:37:28.984Z] python-dateutil==2.8.1 [2020-10-11T15:37:28.984Z] python-heatclient==2.2.1 [2020-10-11T15:37:28.984Z] python-jenkins==1.7.0 [2020-10-11T15:37:28.984Z] python-keystoneclient==4.1.1 [2020-10-11T15:37:28.984Z] python-magnumclient==3.2.1 [2020-10-11T15:37:28.984Z] python-novaclient==17.2.1 [2020-10-11T15:37:28.984Z] python-openstackclient==5.4.0 [2020-10-11T15:37:28.984Z] python-swiftclient==3.10.1 [2020-10-11T15:37:28.984Z] pytz==2020.1 [2020-10-11T15:37:28.984Z] PyYAML==5.3 [2020-10-11T15:37:28.984Z] requests==2.23.0 [2020-10-11T15:37:28.984Z] requests-oauthlib==1.3.0 [2020-10-11T15:37:28.984Z] requestsexceptions==1.4.0 [2020-10-11T15:37:28.984Z] rfc3986==1.4.0 [2020-10-11T15:37:28.984Z] rpm==4.11.3 [2020-10-11T15:37:28.984Z] rsa==4.0 [2020-10-11T15:37:28.984Z] ruamel.yaml==0.16.10 [2020-10-11T15:37:28.984Z] ruamel.yaml.clib==0.2.0 [2020-10-11T15:37:28.984Z] s3transfer==0.3.3 [2020-10-11T15:37:28.984Z] shade==1.27.2 [2020-10-11T15:37:28.984Z] simplejson==3.17.2 [2020-10-11T15:37:28.984Z] six==1.14.0 [2020-10-11T15:37:28.984Z] soupsieve==2.0 [2020-10-11T15:37:28.984Z] stevedore==3.2.2 [2020-10-11T15:37:28.985Z] tabulate==0.8.6 [2020-10-11T15:37:28.985Z] toml==0.10.0 [2020-10-11T15:37:28.985Z] tox==3.20.1 [2020-10-11T15:37:28.985Z] tqdm==4.43.0 [2020-10-11T15:37:28.985Z] urllib3==1.25.8 [2020-10-11T15:37:28.985Z] virtualenv==20.0.33 [2020-10-11T15:37:28.985Z] wcwidth==0.2.5 [2020-10-11T15:37:28.985Z] websocket-client==0.57.0 [2020-10-11T15:37:28.985Z] wrapt==1.12.1 [2020-10-11T15:37:28.985Z] xdg==3.0.2 [2020-10-11T15:37:28.985Z] xmltodict==0.12.0 [2020-10-11T15:37:28.985Z] yq==2.11.1 [2020-10-11T15:37:28.985Z] zipp==3.3.0 [2020-10-11T15:37:28.985Z] Cache entry deserialization failed, entry ignored [2020-10-11T15:37:28.985Z] 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-11T15:37:28.985Z] Python 2.7.5 [2020-10-11T15:37:28.985Z] pip 20.2.3 from /home/jenkins/.local/lib/python2.7/site-packages/pip (python 2.7) [2020-10-11T15:37:28.985Z] 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-11T15:37:28.985Z] ansible==2.9.7 [2020-10-11T15:37:28.985Z] Babel==0.9.6 [2020-10-11T15:37:28.985Z] backports.ssl-match-hostname==3.5.0.1 [2020-10-11T15:37:28.985Z] beautifulsoup4==4.4.1 [2020-10-11T15:37:28.985Z] bodhi==2.11.0 [2020-10-11T15:37:28.985Z] bodhi-client==2.11.0 [2020-10-11T15:37:28.985Z] CCColUtils==1.4 [2020-10-11T15:37:28.985Z] cffi==1.6.0 [2020-10-11T15:37:28.985Z] chardet==2.2.1 [2020-10-11T15:37:28.985Z] click==6.7 [2020-10-11T15:37:28.985Z] cloud-init==18.5 [2020-10-11T15:37:28.985Z] configobj==4.7.2 [2020-10-11T15:37:28.985Z] cryptography==1.7.2 [2020-10-11T15:37:28.985Z] decorator==3.4.0 [2020-10-11T15:37:28.985Z] distro==1.2.0 [2020-10-11T15:37:28.985Z] enum34==1.0.4 [2020-10-11T15:37:28.985Z] fedpkg==1.38 [2020-10-11T15:37:28.985Z] futures==3.1.1 [2020-10-11T15:37:28.985Z] gitdb==0.6.4 [2020-10-11T15:37:28.985Z] GitPython==1.0.1 [2020-10-11T15:37:28.985Z] html5lib==0.999 [2020-10-11T15:37:28.985Z] httplib2==0.9.2 [2020-10-11T15:37:28.985Z] idna==2.4 [2020-10-11T15:37:28.985Z] iniparse==0.4 [2020-10-11T15:37:28.985Z] ipaddress==1.0.16 [2020-10-11T15:37:28.985Z] IPy==0.75 [2020-10-11T15:37:28.985Z] javapackages==1.0.0 [2020-10-11T15:37:28.985Z] Jinja2==2.7.2 [2020-10-11T15:37:28.985Z] jmespath==0.9.4 [2020-10-11T15:37:28.985Z] jsonpatch==1.2 [2020-10-11T15:37:28.985Z] jsonpointer==1.9 [2020-10-11T15:37:28.985Z] kerberos==1.1 [2020-10-11T15:37:28.985Z] kitchen==1.1.1 [2020-10-11T15:37:28.985Z] langtable==0.0.31 [2020-10-11T15:37:28.985Z] lockfile==0.9.1 [2020-10-11T15:37:28.985Z] lxml==3.2.1 [2020-10-11T15:37:28.985Z] MarkupSafe==0.11 [2020-10-11T15:37:28.985Z] munch==2.0.2 [2020-10-11T15:37:28.985Z] offtrac==0.1.0 [2020-10-11T15:37:28.985Z] openidc-client==0.6.0 [2020-10-11T15:37:28.985Z] packagedb-cli==2.14.1 [2020-10-11T15:37:28.985Z] paramiko==2.1.1 [2020-10-11T15:37:28.985Z] perf==0.1 [2020-10-11T15:37:28.985Z] ply==3.4 [2020-10-11T15:37:28.985Z] policycoreutils-default-encoding==0.1 [2020-10-11T15:37:28.985Z] prettytable==0.7.2 [2020-10-11T15:37:28.985Z] pyasn1==0.1.9 [2020-10-11T15:37:28.985Z] pycparser==2.14 [2020-10-11T15:37:28.985Z] pycurl==7.19.0 [2020-10-11T15:37:28.985Z] pygobject==3.22.0 [2020-10-11T15:37:28.985Z] pygpgme==0.3 [2020-10-11T15:37:28.985Z] pyliblzma==0.5.3 [2020-10-11T15:37:28.985Z] pyOpenSSL==0.13.1 [2020-10-11T15:37:28.985Z] pyparsing==1.5.6 [2020-10-11T15:37:28.985Z] pyserial==2.6 [2020-10-11T15:37:28.985Z] python-augeas==0.5.0 [2020-10-11T15:37:28.985Z] python-bugzilla==2.3.0 [2020-10-11T15:37:28.985Z] python-dateutil==1.5 [2020-10-11T15:37:28.985Z] python-fedora==0.10.0 [2020-10-11T15:37:28.985Z] python-linux-procfs==0.4.9 [2020-10-11T15:37:28.985Z] python-yubico==1.2.3 [2020-10-11T15:37:28.985Z] pyudev==0.15 [2020-10-11T15:37:28.985Z] pyusb==1.0.0b1 [2020-10-11T15:37:28.985Z] pyxattr==0.5.1 [2020-10-11T15:37:28.985Z] PyYAML==3.10 [2020-10-11T15:37:28.985Z] requests==2.6.0 [2020-10-11T15:37:28.985Z] requests-kerberos==0.7.0 [2020-10-11T15:37:28.985Z] rpkg==1.60 [2020-10-11T15:37:28.985Z] schedutils==0.4 [2020-10-11T15:37:28.985Z] seobject==0.1 [2020-10-11T15:37:28.985Z] sepolicy==1.1 [2020-10-11T15:37:28.985Z] six==1.9.0 [2020-10-11T15:37:28.985Z] smmap==0.9.0 [2020-10-11T15:37:28.985Z] urlgrabber==3.10 [2020-10-11T15:37:28.985Z] urllib3==1.10.2 [2020-10-11T15:37:28.985Z] virtualenv==15.1.0 [2020-10-11T15:37:28.985Z] yum-langpacks==0.4.2 [2020-10-11T15:37:28.985Z] yum-metadata-parser==1.1.4 [Pipeline] echo [2020-10-11T15:37:28.996Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-11T15:37:29.304Z] ---> sudo-logs.sh [2020-10-11T15:37:29.304Z] Archiving 'sudo' log.. [Pipeline] echo [2020-10-11T15:37:29.576Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-11T15:37:29.871Z] ---> job-cost.sh [2020-10-11T15:37:29.871Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-EcaD [2020-10-11T15:37:39.897Z] Cache entry deserialization failed, entry ignored [2020-10-11T15:37:39.897Z] Cache entry deserialization failed, entry ignored [2020-10-11T15:37:39.897Z] Cache entry deserialization failed, entry ignored [2020-10-11T15:37:39.897Z] Cache entry deserialization failed, entry ignored [2020-10-11T15:37:39.897Z] Cache entry deserialization failed, entry ignored [2020-10-11T15:37:40.159Z] Cache entry deserialization failed, entry ignored [2020-10-11T15:37:40.159Z] Cache entry deserialization failed, entry ignored [2020-10-11T15:37:40.423Z] Cache entry deserialization failed, entry ignored [2020-10-11T15:37:40.689Z] Cache entry deserialization failed, entry ignored [2020-10-11T15:37:40.689Z] Cache entry deserialization failed, entry ignored [2020-10-11T15:37:40.689Z] Cache entry deserialization failed, entry ignored [2020-10-11T15:37:40.952Z] Cache entry deserialization failed, entry ignored [2020-10-11T15:37:40.952Z] Cache entry deserialization failed, entry ignored [2020-10-11T15:37:44.265Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2020-10-11T15:38:16.447Z] lf-activate-venv(): INFO: Adding /tmp/venv-EcaD/bin to PATH [2020-10-11T15:38:16.447Z] INFO: No Stack... [2020-10-11T15:38:16.447Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2020-10-11T15:38:16.447Z] INFO: Archiving Costs [Pipeline] echo [2020-10-11T15:38:16.463Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-11T15:38:16.764Z] ---> logs-deploy.sh [2020-10-11T15:38:16.765Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/master/75 [2020-10-11T15:38:16.765Z] INFO: archiving workspace using pattern(s): [2020-10-11T15:38:18.683Z] Archives upload complete. [2020-10-11T15:38:18.683Z] INFO: archiving logs to Nexus