Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 7376f7b5b06e33bb8acc21cf64a8bee67a63ba67 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] ========================================================= [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: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true [Pipeline] node Still waiting to schedule task Waiting for next available executor Running on prd-centos7-docker-4c-2g-3380 in /w/workspace/dgexfoundry_device-sdk-go_master [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/device-sdk-go.git > git init /w/workspace/dgexfoundry_device-sdk-go_master # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git > git --version # timeout=10 > git --version # 'git version 2.16.5' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 Checking out Revision 7376f7b5b06e33bb8acc21cf64a8bee67a63ba67 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 7376f7b5b06e33bb8acc21cf64a8bee67a63ba67 # timeout=10 Commit message: "Merge pull request #595 from jinlinGuan/issue-555-update" > git rev-list --no-walk 6a644f195f70d064d428f19fecf7196d621efa3d # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-10-05T05:16:00.055Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-10-05T05:16:00.426Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-10-05T05:16:00.537Z] ========================================================= [2020-10-05T05:16:00.537Z] EdgeX Global Pipelines Version Info [2020-10-05T05:16:00.537Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-10-05T05:16:02.457Z] ------------------- [2020-10-05T05:16:02.457Z] stable info: [2020-10-05T05:16:02.457Z] ------------------- [2020-10-05T05:16:02.458Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-10-05T05:16:02.458Z] Commit SHA: ad104866bbc8c98dca93091e1a8abeb835fd4e4d [2020-10-05T05:16:02.458Z] Message: update stable to v1.0.131 [2020-10-05T05:16:03.031Z] ------------------- [2020-10-05T05:16:03.031Z] experimental info: [2020-10-05T05:16:03.031Z] ------------------- [2020-10-05T05:16:03.031Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-10-05T05:16:03.031Z] Commit SHA: 570db4806bfd36b7d07759f4849a4530ec9e8d2a [2020-10-05T05:16:03.031Z] Message: update experimental to v1.0.134 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo [2020-10-05T05:16:03.375Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-go-settings [Pipeline] echo [2020-10-05T05:16:03.476Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-go [Pipeline] echo [2020-10-05T05:16:03.569Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-10-05T05:16:03.661Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-10-05T05:16:03.760Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-10-05T05:16:03.851Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2020-10-05T05:16:03.940Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-10-05T05:16:04.030Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2020-10-05T05:16:04.117Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = example/cmd/device-simple/Dockerfile [Pipeline] echo [2020-10-05T05:16:04.203Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-10-05T05:16:04.292Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-10-05T05:16:04.379Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-sdk-simple [Pipeline] echo [2020-10-05T05:16:04.464Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-10-05T05:16:04.581Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-10-05T05:16:04.668Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2020-10-05T05:16:04.755Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2020-10-05T05:16:04.846Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2020-10-05T05:16:04.936Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2020-10-05T05:16:05.024Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2020-10-05T05:16:05.110Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2020-10-05T05:16:05.198Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2020-10-05T05:16:05.284Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2020-10-05T05:16:05.374Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2020-10-05T05:16:05.486Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2020-10-05T05:16:05.586Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2020-10-05T05:16:05.684Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2020-10-05T05:16:05.779Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2020-10-05T05:16:05.866Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2020-10-05T05:16:05.957Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 7376f7b5b06e33bb8acc21cf64a8bee67a63ba67 [Pipeline] echo [2020-10-05T05:16:06.050Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 7376f7b [Pipeline] echo [2020-10-05T05:16:06.158Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-10-05T05:16:06.912Z] + git log --format=format:%s -1 7376f7b5b06e33bb8acc21cf64a8bee67a63ba67 [Pipeline] echo [2020-10-05T05:16:06.972Z] GIT_COMMIT: 7376f7b5b06e33bb8acc21cf64a8bee67a63ba67, Commit Message: Merge pull request #595 from jinlinGuan/issue-555-update [Pipeline] echo [2020-10-05T05:16:07.018Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2020-10-05T05:16:07.583Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-05T05:16:07.845Z] [2020-10-05T05:16:07.845Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-10-05T05:16:08.194Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-05T05:16:08.194Z] latest: Pulling from edgex-devops/git-semver [2020-10-05T05:16:08.194Z] 31603596830f: Pulling fs layer [2020-10-05T05:16:08.194Z] 2a8b12db71e7: Pulling fs layer [2020-10-05T05:16:08.194Z] 6ca5941a6612: Pulling fs layer [2020-10-05T05:16:08.194Z] ecc8261a40a4: Pulling fs layer [2020-10-05T05:16:08.194Z] ecc8261a40a4: Waiting [2020-10-05T05:16:08.194Z] 2a8b12db71e7: Verifying Checksum [2020-10-05T05:16:08.194Z] 2a8b12db71e7: Download complete [2020-10-05T05:16:08.457Z] 31603596830f: Verifying Checksum [2020-10-05T05:16:08.457Z] 31603596830f: Download complete [2020-10-05T05:16:08.457Z] ecc8261a40a4: Verifying Checksum [2020-10-05T05:16:08.457Z] ecc8261a40a4: Download complete [2020-10-05T05:16:08.457Z] 6ca5941a6612: Verifying Checksum [2020-10-05T05:16:08.457Z] 6ca5941a6612: Download complete [2020-10-05T05:16:08.724Z] 31603596830f: Pull complete [2020-10-05T05:16:08.987Z] 2a8b12db71e7: Pull complete [2020-10-05T05:16:09.567Z] 6ca5941a6612: Pull complete [2020-10-05T05:16:09.833Z] ecc8261a40a4: Pull complete [2020-10-05T05:16:10.096Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-10-05T05:16:10.096Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-05T05:16:10.096Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-10-05T05:16:10.221Z] prd-centos7-docker-4c-2g-3380 does not seem to be running inside a container [2020-10-05T05:16:10.278Z] $ 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-05T05:16:12.646Z] $ docker top 66af4838381b98b253704c1d34fc47cf5b53504b82e1e0755225ea12d37d6cf2 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-05T05:16:12.945Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-05T05:16:12.945Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-05T05:16:13.162Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-05T05:16:13.169Z] $ docker exec 66af4838381b98b253704c1d34fc47cf5b53504b82e1e0755225ea12d37d6cf2 ssh-agent [2020-10-05T05:16:13.339Z] SSH_AUTH_SOCK=/tmp/ssh-hPqYZieLB4yt/agent.11 [2020-10-05T05:16:13.339Z] SSH_AGENT_PID=17 [2020-10-05T05:16:13.353Z] Running ssh-add (command line suppressed) [2020-10-05T05:16:13.539Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_1246986665155004606.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_1246986665155004606.key) [2020-10-05T05:16:13.596Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-05T05:16:13.940Z] + git describe --exact-match --tags HEAD [2020-10-05T05:16:13.940Z] fatal: no tag exactly matches '7376f7b5b06e33bb8acc21cf64a8bee67a63ba67' [Pipeline] } [2020-10-05T05:16:13.967Z] $ docker exec --env ******** --env ******** 66af4838381b98b253704c1d34fc47cf5b53504b82e1e0755225ea12d37d6cf2 ssh-agent -k [2020-10-05T05:16:14.083Z] unset SSH_AUTH_SOCK; [2020-10-05T05:16:14.083Z] unset SSH_AGENT_PID; [2020-10-05T05:16:14.083Z] echo Agent pid 17 killed; [2020-10-05T05:16:14.128Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [2020-10-05T05:16:14.229Z] [edgeXSemver]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 [2020-10-05T05:16:14.229Z] This usually means this commit has not been tagged. [Pipeline] sshagent [2020-10-05T05:16:14.350Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-05T05:16:14.350Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-05T05:16:14.527Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-05T05:16:14.533Z] $ docker exec 66af4838381b98b253704c1d34fc47cf5b53504b82e1e0755225ea12d37d6cf2 ssh-agent [2020-10-05T05:16:14.695Z] SSH_AUTH_SOCK=/tmp/ssh-UpoYFYarSQOk/agent.45 [2020-10-05T05:16:14.695Z] SSH_AGENT_PID=51 [2020-10-05T05:16:14.702Z] Running ssh-add (command line suppressed) [2020-10-05T05:16:14.827Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_7947613841080171182.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_7947613841080171182.key) [2020-10-05T05:16:14.878Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-05T05:16:15.212Z] + git semver init [2020-10-05T05:16:15.212Z] # -> Open(): unable to determine branch for HEAD [2020-10-05T05:16:15.212Z] # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git [2020-10-05T05:16:15.212Z] # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master [2020-10-05T05:16:15.212Z] # $SEMVER_REMOTE_NAME = origin [2020-10-05T05:16:15.212Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-05T05:16:15.212Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-05T05:16:15.212Z] # $SEMVER_BRANCH = master [2020-10-05T05:16:15.212Z] # $SEMVER_TEMP = /tmp/semver-940175591 [2020-10-05T05:16:15.212Z] # git clone --branch semver git@github.com:edgexfoundry/device-sdk-go.git $SEMVER_TEMP [2020-10-05T05:16:15.790Z] # '/tmp/semver-940175591' -> '/w/workspace/dgexfoundry_device-sdk-go_master/.semver' [2020-10-05T05:16:15.790Z] # -> Force: false [2020-10-05T05:16:15.790Z] # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver [Pipeline] } [2020-10-05T05:16:15.807Z] $ docker exec --env ******** --env ******** 66af4838381b98b253704c1d34fc47cf5b53504b82e1e0755225ea12d37d6cf2 ssh-agent -k [2020-10-05T05:16:15.947Z] unset SSH_AUTH_SOCK; [2020-10-05T05:16:15.948Z] unset SSH_AGENT_PID; [2020-10-05T05:16:15.948Z] echo Agent pid 51 killed; [2020-10-05T05:16:15.989Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-05T05:16:16.482Z] + git semver [Pipeline] } [2020-10-05T05:16:16.504Z] $ docker stop --time=1 66af4838381b98b253704c1d34fc47cf5b53504b82e1e0755225ea12d37d6cf2 [2020-10-05T05:16:17.853Z] $ docker rm -f 66af4838381b98b253704c1d34fc47cf5b53504b82e1e0755225ea12d37d6cf2 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash [2020-10-05T05:16:18.631Z] Stashed 38 file(s) [Pipeline] echo [2020-10-05T05:16:18.634Z] [edgeXSemver]: initialized semver on version 1.2.4-dev.19 [Pipeline] echo [2020-10-05T05:16:18.725Z] Archived original version: [1.2.4-dev.19] [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-05T05:16:34.212Z] Still waiting to schedule task [2020-10-05T05:16:34.212Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2020-10-05T05:16:34.214Z] Still waiting to schedule task [2020-10-05T05:16:34.214Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2020-10-05T05:19:25.469Z] Running on prd-centos7-docker-4c-2g-3383 in /w/workspace/dgexfoundry_device-sdk-go_master [Pipeline] { [Pipeline] ws [2020-10-05T05:19:25.534Z] Running in /w/workspace/device-sdk-go/70 [Pipeline] { [Pipeline] checkout [2020-10-05T05:19:28.304Z] using credential edgex-jenkins-ssh [2020-10-05T05:19:28.358Z] Cloning the remote Git repository [2020-10-05T05:19:28.401Z] Cloning repository git@github.com:edgexfoundry/device-sdk-go.git [2020-10-05T05:19:28.471Z] > git init /w/workspace/device-sdk-go/70 # timeout=10 [2020-10-05T05:19:28.526Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2020-10-05T05:19:28.526Z] > git --version # timeout=10 [2020-10-05T05:19:28.533Z] > git --version # 'git version 2.16.5' [2020-10-05T05:19:28.534Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-05T05:19:28.568Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-05T05:19:29.755Z] Checking out Revision 7376f7b5b06e33bb8acc21cf64a8bee67a63ba67 (master) [2020-10-05T05:19:29.349Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2020-10-05T05:19:29.360Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-05T05:19:29.368Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2020-10-05T05:19:29.379Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2020-10-05T05:19:29.379Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-05T05:19:29.383Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-10-05T05:19:29.769Z] > git config core.sparsecheckout # timeout=10 [2020-10-05T05:19:29.774Z] > git checkout -f 7376f7b5b06e33bb8acc21cf64a8bee67a63ba67 # timeout=10 [2020-10-05T05:19:32.864Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-3382 in /w/workspace/dgexfoundry_device-sdk-go_master [Pipeline] { [Pipeline] ws [2020-10-05T05:19:32.980Z] Running in /w/workspace/device-sdk-go/70 [Pipeline] { [Pipeline] checkout [2020-10-05T05:19:33.427Z] Commit message: "Merge pull request #595 from jinlinGuan/issue-555-update" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-10-05T05:19:34.358Z] ========================================================= [2020-10-05T05:19:34.358Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2020-10-05T05:19:34.358Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-10-05T05:19:34.962Z] + 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-05T05:19:35.226Z] Sending build context to Docker daemon 3.471MB [2020-10-05T05:19:35.226Z] Step 1/8 : ARG BASE=golang:1.15-alpine [2020-10-05T05:19:35.226Z] Step 2/8 : FROM ${BASE} [2020-10-05T05:19:35.487Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2020-10-05T05:19:35.487Z] df20fa9351a1: Pulling fs layer [2020-10-05T05:19:35.487Z] ed8968b2872e: Pulling fs layer [2020-10-05T05:19:35.487Z] a92cc7c5fd73: Pulling fs layer [2020-10-05T05:19:35.487Z] e871e8e8d7a9: Pulling fs layer [2020-10-05T05:19:35.487Z] e73272ec9a57: Pulling fs layer [2020-10-05T05:19:35.487Z] 1e910a182e73: Pulling fs layer [2020-10-05T05:19:35.487Z] 4e634b169226: Pulling fs layer [2020-10-05T05:19:35.487Z] e871e8e8d7a9: Waiting [2020-10-05T05:19:35.487Z] e73272ec9a57: Waiting [2020-10-05T05:19:35.487Z] 1e910a182e73: Waiting [2020-10-05T05:19:35.487Z] a92cc7c5fd73: Verifying Checksum [2020-10-05T05:19:35.487Z] a92cc7c5fd73: Download complete [2020-10-05T05:19:35.487Z] ed8968b2872e: Verifying Checksum [2020-10-05T05:19:35.487Z] ed8968b2872e: Download complete [2020-10-05T05:19:35.487Z] e73272ec9a57: Verifying Checksum [2020-10-05T05:19:35.487Z] e73272ec9a57: Download complete [2020-10-05T05:19:35.487Z] 1e910a182e73: Verifying Checksum [2020-10-05T05:19:35.487Z] 1e910a182e73: Download complete [2020-10-05T05:19:35.755Z] df20fa9351a1: Verifying Checksum [2020-10-05T05:19:35.755Z] df20fa9351a1: Download complete [2020-10-05T05:19:35.755Z] df20fa9351a1: Pull complete [2020-10-05T05:19:36.018Z] ed8968b2872e: Pull complete [2020-10-05T05:19:36.279Z] a92cc7c5fd73: Pull complete [2020-10-05T05:19:37.673Z] 4e634b169226: Verifying Checksum [2020-10-05T05:19:37.673Z] 4e634b169226: Download complete [2020-10-05T05:19:38.061Z] using credential edgex-jenkins-ssh [2020-10-05T05:19:38.144Z] Cloning the remote Git repository [2020-10-05T05:19:38.246Z] e871e8e8d7a9: Verifying Checksum [2020-10-05T05:19:38.246Z] e871e8e8d7a9: Download complete [2020-10-05T05:19:38.219Z] Cloning repository git@github.com:edgexfoundry/device-sdk-go.git [2020-10-05T05:19:38.331Z] > git init /w/workspace/device-sdk-go/70 # timeout=10 [2020-10-05T05:19:38.417Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2020-10-05T05:19:38.418Z] > git --version # timeout=10 [2020-10-05T05:19:38.437Z] > git --version # 'git version 2.17.1' [2020-10-05T05:19:38.439Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-05T05:19:38.523Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-05T05:19:40.113Z] Checking out Revision 7376f7b5b06e33bb8acc21cf64a8bee67a63ba67 (master) [2020-10-05T05:19:39.539Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2020-10-05T05:19:39.560Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-05T05:19:39.595Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2020-10-05T05:19:39.632Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2020-10-05T05:19:39.633Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-05T05:19:39.643Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-10-05T05:19:40.151Z] > git config core.sparsecheckout # timeout=10 [2020-10-05T05:19:40.168Z] > git checkout -f 7376f7b5b06e33bb8acc21cf64a8bee67a63ba67 # timeout=10 [2020-10-05T05:19:43.570Z] e871e8e8d7a9: Pull complete [2020-10-05T05:19:43.570Z] e73272ec9a57: Pull complete [2020-10-05T05:19:43.834Z] 1e910a182e73: Pull complete [2020-10-05T05:19:44.797Z] Commit message: "Merge pull request #595 from jinlinGuan/issue-555-update" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-10-05T05:19:47.379Z] ========================================================= [2020-10-05T05:19:47.379Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2020-10-05T05:19:47.379Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-10-05T05:19:48.068Z] 4e634b169226: Pull complete [2020-10-05T05:19:48.068Z] Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 [2020-10-05T05:19:48.068Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2020-10-05T05:19:48.068Z] ---> f7629b54cfaa [2020-10-05T05:19:48.068Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-10-05T05:19:48.068Z] ---> Running in 977beaca3549 [2020-10-05T05:19:48.337Z] Removing intermediate container 977beaca3549 [2020-10-05T05:19:48.337Z] ---> 7b37013497e2 [2020-10-05T05:19:48.337Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-05T05:19:48.337Z] ---> Running in 34397cbd1897 [2020-10-05T05:19:48.524Z] + 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-05T05:19:49.286Z] Removing intermediate container 34397cbd1897 [2020-10-05T05:19:49.286Z] ---> 0b8a7a401826 [2020-10-05T05:19:49.286Z] Step 5/8 : RUN apk add --no-cache make git [2020-10-05T05:19:49.519Z] Sending build context to Docker daemon 3.471MB [2020-10-05T05:19:49.519Z] Step 1/8 : ARG BASE=golang:1.15-alpine [2020-10-05T05:19:49.519Z] Step 2/8 : FROM ${BASE} [2020-10-05T05:19:49.549Z] ---> Running in 2757e5ace7a8 [2020-10-05T05:19:49.796Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-10-05T05:19:49.796Z] b538f80385f9: Pulling fs layer [2020-10-05T05:19:49.796Z] 74f711af9a0d: Pulling fs layer [2020-10-05T05:19:49.796Z] 99f96fe45779: Pulling fs layer [2020-10-05T05:19:49.796Z] 8529a6b9a6be: Pulling fs layer [2020-10-05T05:19:49.796Z] 45590311c82a: Pulling fs layer [2020-10-05T05:19:49.796Z] 69ca0ff8b7b3: Pulling fs layer [2020-10-05T05:19:49.796Z] 209524e5b208: Pulling fs layer [2020-10-05T05:19:49.796Z] 8529a6b9a6be: Waiting [2020-10-05T05:19:49.796Z] 45590311c82a: Waiting [2020-10-05T05:19:49.796Z] 69ca0ff8b7b3: Waiting [2020-10-05T05:19:49.796Z] 209524e5b208: Waiting [2020-10-05T05:19:49.796Z] 99f96fe45779: Download complete [2020-10-05T05:19:49.796Z] 74f711af9a0d: Verifying Checksum [2020-10-05T05:19:49.796Z] 74f711af9a0d: Download complete [2020-10-05T05:19:50.069Z] 45590311c82a: Verifying Checksum [2020-10-05T05:19:50.069Z] 45590311c82a: Download complete [2020-10-05T05:19:50.069Z] 69ca0ff8b7b3: Verifying Checksum [2020-10-05T05:19:50.069Z] 69ca0ff8b7b3: Download complete [2020-10-05T05:19:50.343Z] b538f80385f9: Verifying Checksum [2020-10-05T05:19:50.343Z] b538f80385f9: Download complete [2020-10-05T05:19:50.941Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-05T05:19:50.954Z] b538f80385f9: Pull complete [2020-10-05T05:19:51.552Z] 74f711af9a0d: Pull complete [2020-10-05T05:19:52.147Z] 99f96fe45779: Pull complete [2020-10-05T05:19:52.419Z] 209524e5b208: Verifying Checksum [2020-10-05T05:19:52.419Z] 209524e5b208: Download complete [2020-10-05T05:19:53.496Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-05T05:19:53.849Z] 8529a6b9a6be: Verifying Checksum [2020-10-05T05:19:53.849Z] 8529a6b9a6be: Download complete [2020-10-05T05:19:56.052Z] OK: 166 MiB in 39 packages [2020-10-05T05:19:56.631Z] Removing intermediate container 2757e5ace7a8 [2020-10-05T05:19:56.631Z] ---> f11c2630649a [2020-10-05T05:19:56.631Z] Step 6/8 : WORKDIR /device-sdk-go [2020-10-05T05:19:56.631Z] ---> Running in c606f02daea1 [2020-10-05T05:19:56.896Z] Removing intermediate container c606f02daea1 [2020-10-05T05:19:56.896Z] ---> cdaefab89182 [2020-10-05T05:19:56.896Z] Step 7/8 : COPY . . [2020-10-05T05:19:58.288Z] ---> c7a1fbdbc3b7 [2020-10-05T05:19:58.288Z] Step 8/8 : RUN go mod download [2020-10-05T05:19:58.288Z] ---> Running in df79e69fe5ac [2020-10-05T05:20:04.012Z] 8529a6b9a6be: Pull complete [2020-10-05T05:20:04.286Z] 45590311c82a: Pull complete [2020-10-05T05:20:04.560Z] 69ca0ff8b7b3: Pull complete [2020-10-05T05:20:07.969Z] 209524e5b208: Pull complete [2020-10-05T05:20:08.243Z] Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 [2020-10-05T05:20:08.243Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2020-10-05T05:20:08.243Z] ---> 5bddaf1c2fca [2020-10-05T05:20:08.243Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-10-05T05:20:10.870Z] ---> Running in d265247313cb [2020-10-05T05:20:11.466Z] Removing intermediate container d265247313cb [2020-10-05T05:20:11.466Z] ---> bb6305eb873b [2020-10-05T05:20:11.466Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-05T05:20:11.466Z] ---> Running in 640adba422af [2020-10-05T05:20:14.101Z] Removing intermediate container 640adba422af [2020-10-05T05:20:14.101Z] ---> 2401ddb64323 [2020-10-05T05:20:14.101Z] Step 5/8 : RUN apk add --no-cache make git [2020-10-05T05:20:14.101Z] ---> Running in 0af3256b689b [2020-10-05T05:20:15.539Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-05T05:20:16.461Z] Removing intermediate container df79e69fe5ac [2020-10-05T05:20:16.461Z] ---> db035a0be09e [2020-10-05T05:20:16.461Z] Successfully built db035a0be09e [2020-10-05T05:20:16.461Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2020-10-05T05:20:16.811Z] + docker inspect -f . ci-base-image-x86_64 [2020-10-05T05:20:16.811Z] . [Pipeline] withDockerContainer [2020-10-05T05:20:16.938Z] prd-centos7-docker-4c-2g-3383 does not seem to be running inside a container [2020-10-05T05:20:17.055Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/70 -v /w/workspace/device-sdk-go/70:/w/workspace/device-sdk-go/70:rw,z -v /w/workspace/device-sdk-go/70@tmp:/w/workspace/device-sdk-go/70@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2020-10-05T05:20:17.516Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-05T05:20:17.768Z] $ docker top 2c52fc6bae35e0d9d7d27b38e3ef15612b82e447f386d4371f86c5eabb4384e9 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-05T05:20:18.345Z] + go version [2020-10-05T05:20:18.345Z] go version go1.15.2 linux/amd64 [Pipeline] } [2020-10-05T05:20:18.362Z] $ docker stop --time=1 2c52fc6bae35e0d9d7d27b38e3ef15612b82e447f386d4371f86c5eabb4384e9 [2020-10-05T05:20:18.495Z] OK: 142 MiB in 39 packages [2020-10-05T05:20:19.698Z] $ docker rm -f 2c52fc6bae35e0d9d7d27b38e3ef15612b82e447f386d4371f86c5eabb4384e9 [Pipeline] // withDockerContainer [Pipeline] } [2020-10-05T05:20:19.930Z] Removing intermediate container 0af3256b689b [2020-10-05T05:20:19.930Z] ---> 7c1895bbcfdf [2020-10-05T05:20:19.930Z] Step 6/8 : WORKDIR /device-sdk-go [2020-10-05T05:20:19.930Z] ---> Running in 94486ac1253b [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [2020-10-05T05:20:20.217Z] Removing intermediate container 94486ac1253b [2020-10-05T05:20:20.217Z] ---> ac829baef62f [2020-10-05T05:20:20.217Z] Step 7/8 : COPY . . Stage "Test" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2020-10-05T05:20:21.425Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-10-05T05:20:21.656Z] ---> e25aeb9fbe26 [2020-10-05T05:20:21.656Z] Step 8/8 : RUN go mod download [2020-10-05T05:20:21.656Z] ---> Running in d468002ec076 [2020-10-05T05:20:21.722Z] + ls -al . [2020-10-05T05:20:21.723Z] total 64 [2020-10-05T05:20:21.723Z] drwxrwxr-x. 11 jenkins jenkins 4096 Oct 5 05:19 . [2020-10-05T05:20:21.723Z] drwxrwxr-x. 4 jenkins jenkins 30 Oct 5 05:19 .. [2020-10-05T05:20:21.723Z] drwxrwxr-x. 2 jenkins jenkins 64 Oct 5 05:19 bin [2020-10-05T05:20:21.723Z] -rw-rw-r--. 1 jenkins jenkins 936 Oct 5 05:19 Dockerfile.build [2020-10-05T05:20:21.723Z] -rw-rw-r--. 1 jenkins jenkins 140 Oct 5 05:19 .dockerignore [2020-10-05T05:20:21.723Z] drwxrwxr-x. 4 jenkins jenkins 48 Oct 5 05:19 example [2020-10-05T05:20:21.723Z] drwxrwxr-x. 8 jenkins jenkins 162 Oct 5 05:19 .git [2020-10-05T05:20:21.723Z] drwxrwxr-x. 2 jenkins jenkins 60 Oct 5 05:19 .github [2020-10-05T05:20:21.723Z] -rw-rw-r--. 1 jenkins jenkins 138 Oct 5 05:19 .gitignore [2020-10-05T05:20:21.723Z] -rw-rw-r--. 1 jenkins jenkins 517 Oct 5 05:19 go.mod [2020-10-05T05:20:21.723Z] drwxrwxr-x. 15 jenkins jenkins 211 Oct 5 05:19 internal [2020-10-05T05:20:21.723Z] -rw-rw-r--. 1 jenkins jenkins 785 Oct 5 05:19 Jenkinsfile [2020-10-05T05:20:21.723Z] -rw-rw-r--. 1 jenkins jenkins 11341 Oct 5 05:19 LICENSE [2020-10-05T05:20:21.723Z] -rw-rw-r--. 1 jenkins jenkins 1013 Oct 5 05:19 Makefile [2020-10-05T05:20:21.723Z] drwxrwxr-x. 4 jenkins jenkins 26 Oct 5 05:19 openapi [2020-10-05T05:20:21.723Z] drwxrwxr-x. 5 jenkins jenkins 50 Oct 5 05:19 pkg [2020-10-05T05:20:21.723Z] -rw-rw-r--. 1 jenkins jenkins 5897 Oct 5 05:19 README.md [2020-10-05T05:20:21.723Z] -rw-rw-r--. 1 jenkins jenkins 4291 Oct 5 05:19 RELEASE-NOTES.txt [2020-10-05T05:20:21.723Z] drwxrwxr-x. 3 jenkins jenkins 44 Oct 5 05:19 .semver [2020-10-05T05:20:21.723Z] drwxrwxr-x. 4 jenkins jenkins 54 Oct 5 05:19 snap [2020-10-05T05:20:21.723Z] -rw-rw-r--. 1 jenkins jenkins 12 Oct 5 05:16 VERSION [2020-10-05T05:20:21.723Z] -rw-rw-r--. 1 jenkins jenkins 222 Oct 5 05:19 version.go [Pipeline] isUnix [Pipeline] sh [2020-10-05T05:20:22.025Z] + 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=7376f7b5b06e33bb8acc21cf64a8bee67a63ba67 --label arch=amd64 --label version=1.2.4-dev.19 . [2020-10-05T05:20:22.025Z] Sending build context to Docker daemon 3.471MB [2020-10-05T05:20:22.025Z] Step 1/24 : ARG BASE=golang:1.15-alpine [2020-10-05T05:20:22.025Z] Step 2/24 : FROM ${BASE} AS builder [2020-10-05T05:20:22.025Z] ---> db035a0be09e [2020-10-05T05:20:22.025Z] Step 3/24 : ARG MAKE='make build' [2020-10-05T05:20:22.597Z] ---> Running in 4cf18ceddcec [2020-10-05T05:20:22.597Z] Removing intermediate container 4cf18ceddcec [2020-10-05T05:20:22.597Z] ---> ab1cb22c2925 [2020-10-05T05:20:22.597Z] Step 4/24 : WORKDIR /device-sdk-go [2020-10-05T05:20:22.857Z] ---> Running in ca0890e220d0 [2020-10-05T05:20:22.857Z] Removing intermediate container ca0890e220d0 [2020-10-05T05:20:22.857Z] ---> c8d769a8c521 [2020-10-05T05:20:22.857Z] Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-10-05T05:20:23.118Z] ---> Running in 8fef55117d44 [2020-10-05T05:20:23.118Z] Removing intermediate container 8fef55117d44 [2020-10-05T05:20:23.118Z] ---> ad0ef0ee0f86 [2020-10-05T05:20:23.118Z] Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-05T05:20:23.380Z] ---> Running in 4067cdda6d57 [2020-10-05T05:20:23.955Z] Removing intermediate container 4067cdda6d57 [2020-10-05T05:20:23.955Z] ---> 4163fba25c23 [2020-10-05T05:20:23.955Z] Step 7/24 : RUN apk add --update --no-cache make git [2020-10-05T05:20:24.217Z] ---> Running in 32751c1f60fc [2020-10-05T05:20:24.479Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-05T05:20:25.424Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-05T05:20:26.369Z] OK: 166 MiB in 39 packages [2020-10-05T05:20:26.635Z] Removing intermediate container 32751c1f60fc [2020-10-05T05:20:26.635Z] ---> 95631b8e274e [2020-10-05T05:20:26.635Z] Step 8/24 : COPY . . [2020-10-05T05:20:28.028Z] ---> a14a47267f55 [2020-10-05T05:20:28.028Z] Step 9/24 : RUN ${MAKE} [2020-10-05T05:20:28.291Z] ---> Running in 8a4bb957fbb5 [2020-10-05T05:20:28.554Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-sdk-go.Version=1.2.4-dev.19" -o example/cmd/device-simple/device-simple ./example/cmd/device-simple [2020-10-05T05:20:36.770Z] CGO_ENABLED=0 GO111MODULE=on go install -tags=safe [2020-10-05T05:20:38.691Z] Removing intermediate container 8a4bb957fbb5 [2020-10-05T05:20:38.691Z] ---> 6fa5508dc6d8 [2020-10-05T05:20:38.691Z] Step 10/24 : FROM scratch [2020-10-05T05:20:38.691Z] ---> [2020-10-05T05:20:38.691Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-10-05T05:20:38.691Z] ---> Running in 7bc4efd229bb [2020-10-05T05:20:38.691Z] Removing intermediate container 7bc4efd229bb [2020-10-05T05:20:38.691Z] ---> c20743ac122e [2020-10-05T05:20:38.691Z] Step 12/24 : ENV APP_PORT=49990 [2020-10-05T05:20:38.691Z] ---> Running in 21578a105777 [2020-10-05T05:20:38.691Z] Removing intermediate container 21578a105777 [2020-10-05T05:20:38.691Z] ---> 2be289fd3ab8 [2020-10-05T05:20:38.691Z] Step 13/24 : EXPOSE $APP_PORT [2020-10-05T05:20:38.957Z] ---> Running in 2782ee6ccfae [2020-10-05T05:20:38.957Z] Removing intermediate container 2782ee6ccfae [2020-10-05T05:20:38.957Z] ---> 6d5d35641ab4 [2020-10-05T05:20:38.957Z] Step 14/24 : WORKDIR / [2020-10-05T05:20:38.957Z] ---> Running in 6dd4748c95ce [2020-10-05T05:20:39.219Z] Removing intermediate container 6dd4748c95ce [2020-10-05T05:20:39.219Z] ---> da6df2debdc2 [2020-10-05T05:20:39.219Z] Step 15/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple [2020-10-05T05:20:39.791Z] ---> dc8e9dd407c2 [2020-10-05T05:20:39.791Z] Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml [2020-10-05T05:20:39.791Z] ---> 7a95064cfa57 [2020-10-05T05:20:39.791Z] Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml [2020-10-05T05:20:40.053Z] ---> 8bfe0fc87343 [2020-10-05T05:20:40.053Z] Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png [2020-10-05T05:20:40.316Z] ---> ec45fa238f6c [2020-10-05T05:20:40.316Z] Step 19/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg [2020-10-05T05:20:40.579Z] ---> 4de4bdc72e55 [2020-10-05T05:20:40.579Z] Step 20/24 : ENTRYPOINT ["/usr/local/bin/device-simple"] [2020-10-05T05:20:40.579Z] ---> Running in 58a287e718db [2020-10-05T05:20:40.841Z] Removing intermediate container 58a287e718db [2020-10-05T05:20:40.841Z] ---> 629e885233a3 [2020-10-05T05:20:40.841Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-05T05:20:40.841Z] ---> Running in a421bb25b847 [2020-10-05T05:20:41.102Z] Removing intermediate container a421bb25b847 [2020-10-05T05:20:41.102Z] ---> 640fe85ce965 [2020-10-05T05:20:41.103Z] Step 22/24 : LABEL arch=amd64 [2020-10-05T05:20:41.103Z] ---> Running in f177cddb8d9d [2020-10-05T05:20:41.367Z] Removing intermediate container f177cddb8d9d [2020-10-05T05:20:41.367Z] ---> fdb035c42cb2 [2020-10-05T05:20:41.367Z] Step 23/24 : LABEL git_sha=7376f7b5b06e33bb8acc21cf64a8bee67a63ba67 [2020-10-05T05:20:41.367Z] ---> Running in 1f3f4d6b15d4 [2020-10-05T05:20:41.628Z] Removing intermediate container 1f3f4d6b15d4 [2020-10-05T05:20:41.628Z] ---> bfeed42c679b [2020-10-05T05:20:41.628Z] Step 24/24 : LABEL version=1.2.4-dev.19 [2020-10-05T05:20:41.628Z] ---> Running in 5682579140b6 [2020-10-05T05:20:41.628Z] Removing intermediate container 5682579140b6 [2020-10-05T05:20:41.628Z] ---> fce06e3d088d [2020-10-05T05:20:41.628Z] [Warning] One or more build-args [ARCH] were not consumed [2020-10-05T05:20:41.628Z] Successfully built fce06e3d088d [2020-10-05T05:20:41.891Z] 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-05T05:20:43.850Z] Removing intermediate container d468002ec076 [2020-10-05T05:20:43.851Z] ---> 3c6317314c24 [2020-10-05T05:20:43.851Z] Successfully built 3c6317314c24 [2020-10-05T05:20:43.851Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-10-05T05:20:44.271Z] + docker inspect -f . ci-base-image-arm64 [2020-10-05T05:20:44.271Z] . [Pipeline] withDockerContainer [2020-10-05T05:20:44.561Z] prd-ubuntu18.04-docker-arm64-4c-16g-3382 does not seem to be running inside a container [2020-10-05T05:20:44.653Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/70 -v /w/workspace/device-sdk-go/70:/w/workspace/device-sdk-go/70:rw,z -v /w/workspace/device-sdk-go/70@tmp:/w/workspace/device-sdk-go/70@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-05T05:20:46.580Z] $ docker top 4dce719e501a83e2b24f73dd23da64c5b62e14de1f99b0323a7c4a8336dca783 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-05T05:20:48.005Z] + go version [2020-10-05T05:20:48.005Z] go version go1.15.2 linux/arm64 [Pipeline] } [2020-10-05T05:20:48.031Z] $ docker stop --time=1 4dce719e501a83e2b24f73dd23da64c5b62e14de1f99b0323a7c4a8336dca783 [2020-10-05T05:20:49.962Z] $ docker rm -f 4dce719e501a83e2b24f73dd23da64c5b62e14de1f99b0323a7c4a8336dca783 [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-05T05:20:51.366Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-10-05T05:20:51.700Z] + ls -al . [2020-10-05T05:20:51.700Z] total 104 [2020-10-05T05:20:51.700Z] drwxrwxr-x 11 jenkins jenkins 4096 Oct 5 05:19 . [2020-10-05T05:20:51.700Z] drwxrwxr-x 4 jenkins jenkins 4096 Oct 5 05:19 .. [2020-10-05T05:20:51.700Z] -rw-rw-r-- 1 jenkins jenkins 140 Oct 5 05:19 .dockerignore [2020-10-05T05:20:51.700Z] drwxrwxr-x 8 jenkins jenkins 4096 Oct 5 05:19 .git [2020-10-05T05:20:51.700Z] drwxrwxr-x 2 jenkins jenkins 4096 Oct 5 05:19 .github [2020-10-05T05:20:51.700Z] -rw-rw-r-- 1 jenkins jenkins 138 Oct 5 05:19 .gitignore [2020-10-05T05:20:51.700Z] drwxrwxr-x 3 jenkins jenkins 4096 Oct 5 05:19 .semver [2020-10-05T05:20:51.700Z] -rw-rw-r-- 1 jenkins jenkins 936 Oct 5 05:19 Dockerfile.build [2020-10-05T05:20:51.700Z] -rw-rw-r-- 1 jenkins jenkins 785 Oct 5 05:19 Jenkinsfile [2020-10-05T05:20:51.700Z] -rw-rw-r-- 1 jenkins jenkins 11341 Oct 5 05:19 LICENSE [2020-10-05T05:20:51.700Z] -rw-rw-r-- 1 jenkins jenkins 1013 Oct 5 05:19 Makefile [2020-10-05T05:20:51.700Z] -rw-rw-r-- 1 jenkins jenkins 5897 Oct 5 05:19 README.md [2020-10-05T05:20:51.700Z] -rw-rw-r-- 1 jenkins jenkins 4291 Oct 5 05:19 RELEASE-NOTES.txt [2020-10-05T05:20:51.700Z] -rw-rw-r-- 1 jenkins jenkins 12 Oct 5 05:16 VERSION [2020-10-05T05:20:51.700Z] drwxrwxr-x 2 jenkins jenkins 4096 Oct 5 05:19 bin [2020-10-05T05:20:51.700Z] drwxrwxr-x 4 jenkins jenkins 4096 Oct 5 05:19 example [2020-10-05T05:20:51.700Z] -rw-rw-r-- 1 jenkins jenkins 517 Oct 5 05:19 go.mod [2020-10-05T05:20:51.700Z] drwxrwxr-x 15 jenkins jenkins 4096 Oct 5 05:19 internal [2020-10-05T05:20:51.700Z] drwxrwxr-x 4 jenkins jenkins 4096 Oct 5 05:19 openapi [2020-10-05T05:20:51.700Z] drwxrwxr-x 5 jenkins jenkins 4096 Oct 5 05:19 pkg [2020-10-05T05:20:51.700Z] drwxrwxr-x 4 jenkins jenkins 4096 Oct 5 05:19 snap [2020-10-05T05:20:51.700Z] -rw-rw-r-- 1 jenkins jenkins 222 Oct 5 05:19 version.go [Pipeline] isUnix [Pipeline] sh [2020-10-05T05:20:52.042Z] + 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=7376f7b5b06e33bb8acc21cf64a8bee67a63ba67 --label arch=arm64 --label version=1.2.4-dev.19 . [2020-10-05T05:20:52.636Z] Sending build context to Docker daemon 3.471MB [2020-10-05T05:20:52.636Z] Step 1/24 : ARG BASE=golang:1.15-alpine [2020-10-05T05:20:52.636Z] Step 2/24 : FROM ${BASE} AS builder [2020-10-05T05:20:52.636Z] ---> 3c6317314c24 [2020-10-05T05:20:52.636Z] Step 3/24 : ARG MAKE='make build' [2020-10-05T05:20:52.908Z] ---> Running in a4448507e38a [2020-10-05T05:20:53.181Z] Removing intermediate container a4448507e38a [2020-10-05T05:20:53.181Z] ---> 77feb21f20cf [2020-10-05T05:20:53.181Z] Step 4/24 : WORKDIR /device-sdk-go [2020-10-05T05:20:53.454Z] ---> Running in ca3693a1c3f1 [2020-10-05T05:20:54.060Z] Removing intermediate container ca3693a1c3f1 [2020-10-05T05:20:54.060Z] ---> 8e48c8a403b4 [2020-10-05T05:20:54.060Z] Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-10-05T05:20:54.060Z] ---> Running in 15dcd04b4468 [2020-10-05T05:20:54.334Z] Removing intermediate container 15dcd04b4468 [2020-10-05T05:20:54.334Z] ---> ec08769b8b3c [2020-10-05T05:20:54.334Z] Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-05T05:20:54.608Z] ---> Running in 1564d4a7b1f1 [2020-10-05T05:20:57.245Z] Removing intermediate container 1564d4a7b1f1 [2020-10-05T05:20:57.245Z] ---> e90221b18e1d [2020-10-05T05:20:57.245Z] Step 7/24 : RUN apk add --update --no-cache make git [2020-10-05T05:20:57.245Z] ---> Running in a7f46a7df1c0 [2020-10-05T05:20:58.683Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-05T05:20:59.657Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-05T05:21:00.633Z] OK: 142 MiB in 39 packages [2020-10-05T05:21:01.614Z] Removing intermediate container a7f46a7df1c0 [2020-10-05T05:21:01.614Z] ---> 4c17796120f0 [2020-10-05T05:21:01.614Z] Step 8/24 : COPY . . [2020-10-05T05:21:03.057Z] ---> 7d8db908a71a [2020-10-05T05:21:03.057Z] Step 9/24 : RUN ${MAKE} [2020-10-05T05:21:03.057Z] ---> Running in eae3e9e98324 [2020-10-05T05:21:04.493Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-sdk-go.Version=1.2.4-dev.19" -o example/cmd/device-simple/device-simple ./example/cmd/device-simple [2020-10-05T05:21:31.320Z] CGO_ENABLED=0 GO111MODULE=on go install -tags=safe [2020-10-05T05:21:31.320Z] Removing intermediate container eae3e9e98324 [2020-10-05T05:21:31.320Z] ---> 7e7c7d8a8ec8 [2020-10-05T05:21:31.320Z] Step 10/24 : FROM scratch [2020-10-05T05:21:31.320Z] ---> [2020-10-05T05:21:31.320Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-10-05T05:21:31.320Z] ---> Running in d8b72038bc73 [2020-10-05T05:21:31.320Z] Removing intermediate container d8b72038bc73 [2020-10-05T05:21:31.320Z] ---> 933897ad7edc [2020-10-05T05:21:31.320Z] Step 12/24 : ENV APP_PORT=49990 [2020-10-05T05:21:31.320Z] ---> Running in c98acd629ce2 [2020-10-05T05:21:31.919Z] Removing intermediate container c98acd629ce2 [2020-10-05T05:21:31.919Z] ---> ed7bfb1f693f [2020-10-05T05:21:31.919Z] Step 13/24 : EXPOSE $APP_PORT [2020-10-05T05:21:31.919Z] ---> Running in 0952ecd50db0 [2020-10-05T05:21:32.513Z] Removing intermediate container 0952ecd50db0 [2020-10-05T05:21:32.513Z] ---> 4b1fff16e720 [2020-10-05T05:21:32.513Z] Step 14/24 : WORKDIR / [2020-10-05T05:21:32.513Z] ---> Running in 74b07ffc35e7 [2020-10-05T05:21:32.792Z] Removing intermediate container 74b07ffc35e7 [2020-10-05T05:21:32.792Z] ---> c783b1404c9f [2020-10-05T05:21:32.792Z] Step 15/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple [2020-10-05T05:21:34.231Z] ---> ac00c562330f [2020-10-05T05:21:34.231Z] Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml [2020-10-05T05:21:34.827Z] ---> 07edb31212f1 [2020-10-05T05:21:34.827Z] Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml [2020-10-05T05:21:35.421Z] ---> 11a0867353d8 [2020-10-05T05:21:35.421Z] Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png [2020-10-05T05:21:36.397Z] ---> 7131c83dca86 [2020-10-05T05:21:36.397Z] Step 19/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg [2020-10-05T05:21:36.991Z] ---> e624e9130ce7 [2020-10-05T05:21:36.991Z] Step 20/24 : ENTRYPOINT ["/usr/local/bin/device-simple"] [2020-10-05T05:21:36.991Z] ---> Running in 9e8b2a240507 [2020-10-05T05:21:37.587Z] Removing intermediate container 9e8b2a240507 [2020-10-05T05:21:37.587Z] ---> 5a1f0755ad85 [2020-10-05T05:21:37.587Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-05T05:21:37.587Z] ---> Running in c80115d720e8 [2020-10-05T05:21:37.858Z] Removing intermediate container c80115d720e8 [2020-10-05T05:21:37.858Z] ---> 5bf365aea064 [2020-10-05T05:21:37.858Z] Step 22/24 : LABEL arch=arm64 [2020-10-05T05:21:38.134Z] ---> Running in bb4500f7a46c [2020-10-05T05:21:38.406Z] Removing intermediate container bb4500f7a46c [2020-10-05T05:21:38.406Z] ---> 97f44fbbddfb [2020-10-05T05:21:38.406Z] Step 23/24 : LABEL git_sha=7376f7b5b06e33bb8acc21cf64a8bee67a63ba67 [2020-10-05T05:21:38.685Z] ---> Running in 14ad3ce0d1ac [2020-10-05T05:21:38.958Z] Removing intermediate container 14ad3ce0d1ac [2020-10-05T05:21:38.959Z] ---> c7ffb79ff221 [2020-10-05T05:21:38.959Z] Step 24/24 : LABEL version=1.2.4-dev.19 [2020-10-05T05:21:39.233Z] ---> Running in 7d29cc7f4ea0 [2020-10-05T05:21:39.508Z] Removing intermediate container 7d29cc7f4ea0 [2020-10-05T05:21:39.508Z] ---> da05b5b0252c [2020-10-05T05:21:39.796Z] [Warning] One or more build-args [ARCH] were not consumed [2020-10-05T05:21:39.796Z] Successfully built da05b5b0252c [2020-10-05T05:21:39.796Z] 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-05T05:21:42.168Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] echo [2020-10-05T05:21:42.170Z] [edgeXSnyk] command to run: snyk monitor --org=edgex-jenkins [Pipeline] withCredentials [2020-10-05T05:21:42.223Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-05T05:21:42.580Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-10-05T05:21:42.580Z] [2020-10-05T05:21:42.580Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] isUnix [Pipeline] sh [2020-10-05T05:21:42.931Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-10-05T05:21:42.931Z] 1.317.0: Pulling from edgex-devops/edgex-snyk-go [2020-10-05T05:21:42.931Z] cbdbe7a5bc2a: Pulling fs layer [2020-10-05T05:21:42.931Z] 408f87550127: Pulling fs layer [2020-10-05T05:21:42.931Z] fe522b08c979: Pulling fs layer [2020-10-05T05:21:42.931Z] 221eaa008020: Pulling fs layer [2020-10-05T05:21:42.931Z] 2a4607e5d6b9: Pulling fs layer [2020-10-05T05:21:42.931Z] 8f79b27c4fd2: Pulling fs layer [2020-10-05T05:21:42.931Z] e5c8dbe1645b: Pulling fs layer [2020-10-05T05:21:42.931Z] 23e8b3b47431: Pulling fs layer [2020-10-05T05:21:42.931Z] 5c568d65a230: Pulling fs layer [2020-10-05T05:21:42.931Z] 8f79b27c4fd2: Waiting [2020-10-05T05:21:42.931Z] e5c8dbe1645b: Waiting [2020-10-05T05:21:42.931Z] 221eaa008020: Waiting [2020-10-05T05:21:42.931Z] 23e8b3b47431: Waiting [2020-10-05T05:21:42.931Z] 2a4607e5d6b9: Waiting [2020-10-05T05:21:42.931Z] fe522b08c979: Verifying Checksum [2020-10-05T05:21:42.931Z] fe522b08c979: Download complete [2020-10-05T05:21:42.931Z] 408f87550127: Download complete [2020-10-05T05:21:42.931Z] 2a4607e5d6b9: Verifying Checksum [2020-10-05T05:21:42.931Z] 2a4607e5d6b9: Download complete [2020-10-05T05:21:42.931Z] 8f79b27c4fd2: Verifying Checksum [2020-10-05T05:21:42.931Z] 8f79b27c4fd2: Download complete [2020-10-05T05:21:42.931Z] cbdbe7a5bc2a: Verifying Checksum [2020-10-05T05:21:43.509Z] cbdbe7a5bc2a: Pull complete [2020-10-05T05:21:43.509Z] 408f87550127: Pull complete [2020-10-05T05:21:43.772Z] fe522b08c979: Pull complete [2020-10-05T05:21:44.351Z] e5c8dbe1645b: Verifying Checksum [2020-10-05T05:21:44.351Z] e5c8dbe1645b: Download complete [2020-10-05T05:21:45.318Z] 23e8b3b47431: Verifying Checksum [2020-10-05T05:21:45.318Z] 23e8b3b47431: Download complete [2020-10-05T05:21:45.592Z] 5c568d65a230: Verifying Checksum [2020-10-05T05:21:45.593Z] 5c568d65a230: Download complete [2020-10-05T05:21:46.561Z] 221eaa008020: Verifying Checksum [2020-10-05T05:21:46.561Z] 221eaa008020: Download complete [2020-10-05T05:21:51.886Z] 221eaa008020: Pull complete [2020-10-05T05:21:51.886Z] 2a4607e5d6b9: Pull complete [2020-10-05T05:21:51.886Z] 8f79b27c4fd2: Pull complete [2020-10-05T05:21:53.810Z] e5c8dbe1645b: Pull complete [2020-10-05T05:21:58.045Z] 23e8b3b47431: Pull complete [2020-10-05T05:21:59.445Z] 5c568d65a230: Pull complete [2020-10-05T05:21:59.445Z] Digest: sha256:57952c35bde2fbfcf87b7f40d558e42527212236f73796964c551b7cac8e72c4 [2020-10-05T05:21:59.445Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-10-05T05:21:59.445Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] withDockerContainer [2020-10-05T05:21:59.643Z] prd-centos7-docker-4c-2g-3380 does not seem to be running inside a container [2020-10-05T05:21:59.697Z] $ 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-05T05:22:00.556Z] $ docker top 18c113283a00cbdd3a9e431257bacfcddff958971bc510282b27ea0607dc468f -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-05T05:22:01.056Z] + snyk monitor '--org=edgex-jenkins' [2020-10-05T05:22:19.220Z] [2020-10-05T05:22:19.220Z] Monitoring /w/workspace/dgexfoundry_device-sdk-go_master (github.com/edgexfoundry/device-sdk-go)... [2020-10-05T05:22:19.220Z] [2020-10-05T05:22:19.220Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/057beb34-70d8-4945-961c-fe027db76abc/history/b9c19550-c8ef-4fb7-9914-abfb88b2ac17 [2020-10-05T05:22:19.220Z] [2020-10-05T05:22:19.220Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2020-10-05T05:22:19.220Z] [2020-10-05T05:22:19.220Z] [2020-10-05T05:22:19.220Z] Snyk CLI supports Node.js 8 and higher. [2020-10-05T05:22:19.220Z] 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-05T05:22:19.220Z] Please consider upgrading your runtime version to Node 10 or higher in order to get Snyk CLI updates. [2020-10-05T05:22:19.220Z] [2020-10-05T05:22:19.220Z] The latest CLI version that supports Node.js 6 is `snyk@1.300.0`. [2020-10-05T05:22:19.220Z] The latest CLI version that supports Node.js 4 is `snyk@1.88.2`. [Pipeline] } [2020-10-05T05:22:19.242Z] $ docker stop --time=1 18c113283a00cbdd3a9e431257bacfcddff958971bc510282b27ea0607dc468f [2020-10-05T05:22:22.131Z] $ docker rm -f 18c113283a00cbdd3a9e431257bacfcddff958971bc510282b27ea0607dc468f [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) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] unstash [Pipeline] isUnix [Pipeline] sh [2020-10-05T05:22:24.316Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-05T05:22:24.316Z] . [Pipeline] withDockerContainer [2020-10-05T05:22:24.417Z] prd-centos7-docker-4c-2g-3380 does not seem to be running inside a container [2020-10-05T05:22:24.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-05T05:22:25.209Z] $ docker top f0a67a977a694458e912b9e50865761023d81c6b0184fd810b00339469d5e7df -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-05T05:22:25.574Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-05T05:22:25.574Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-05T05:22:25.814Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-05T05:22:25.821Z] $ docker exec f0a67a977a694458e912b9e50865761023d81c6b0184fd810b00339469d5e7df ssh-agent [2020-10-05T05:22:25.990Z] SSH_AUTH_SOCK=/tmp/ssh-n1SdhkB6goQD/agent.11 [2020-10-05T05:22:25.990Z] SSH_AGENT_PID=17 [2020-10-05T05:22:25.998Z] Running ssh-add (command line suppressed) [2020-10-05T05:22:26.136Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_4324340009766718433.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_4324340009766718433.key) [2020-10-05T05:22:26.190Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-05T05:22:26.527Z] + git semver tag [2020-10-05T05:22:26.527Z] # -> Open(): unable to determine branch for HEAD [2020-10-05T05:22:26.527Z] # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git [2020-10-05T05:22:26.527Z] # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master [2020-10-05T05:22:26.527Z] # $SEMVER_REMOTE_NAME = origin [2020-10-05T05:22:26.527Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-05T05:22:26.527Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-05T05:22:26.527Z] # $SEMVER_BRANCH = master [2020-10-05T05:22:26.527Z] # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver [2020-10-05T05:22:26.527Z] # 7376f7b5b06e33bb8acc21cf64a8bee67a63ba67 HEAD [2020-10-05T05:22:26.527Z] # -> Force: false [2020-10-05T05:22:26.527Z] # 041dacbc6cacae4de30f952af15bbe74ac0a4354 refs/tags/v1.2.4-dev.19 [Pipeline] } [2020-10-05T05:22:26.543Z] $ docker exec --env ******** --env ******** f0a67a977a694458e912b9e50865761023d81c6b0184fd810b00339469d5e7df ssh-agent -k [2020-10-05T05:22:26.675Z] unset SSH_AUTH_SOCK; [2020-10-05T05:22:26.676Z] unset SSH_AGENT_PID; [2020-10-05T05:22:26.676Z] echo Agent pid 17 killed; [2020-10-05T05:22:26.725Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-05T05:22:27.196Z] + git semver [Pipeline] } [2020-10-05T05:22:27.217Z] $ docker stop --time=1 f0a67a977a694458e912b9e50865761023d81c6b0184fd810b00339469d5e7df [2020-10-05T05:22:28.591Z] $ docker rm -f f0a67a977a694458e912b9e50865761023d81c6b0184fd810b00339469d5e7df [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2020-10-05T05:22:29.244Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-10-05T05:22:29.244Z] [2020-10-05T05:22:29.244Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2020-10-05T05:22:29.594Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-10-05T05:22:29.594Z] 0.23.1-centos7: Pulling from edgex-lftools [2020-10-05T05:22:29.594Z] ab5ef0e58194: Pulling fs layer [2020-10-05T05:22:29.594Z] 9712f1f96733: Pulling fs layer [2020-10-05T05:22:29.594Z] 63f879dbbcfc: Pulling fs layer [2020-10-05T05:22:29.594Z] 0d9ebad4ef96: Pulling fs layer [2020-10-05T05:22:29.594Z] e9a5061849ea: Pulling fs layer [2020-10-05T05:22:29.594Z] d747dcd14b5f: Pulling fs layer [2020-10-05T05:22:29.594Z] 2de7ff778b66: Pulling fs layer [2020-10-05T05:22:29.594Z] e9a5061849ea: Waiting [2020-10-05T05:22:29.594Z] d747dcd14b5f: Waiting [2020-10-05T05:22:29.594Z] 2de7ff778b66: Waiting [2020-10-05T05:22:29.594Z] 0d9ebad4ef96: Waiting [2020-10-05T05:22:29.594Z] 9712f1f96733: Download complete [2020-10-05T05:22:31.532Z] 63f879dbbcfc: Verifying Checksum [2020-10-05T05:22:31.532Z] 63f879dbbcfc: Download complete [2020-10-05T05:22:31.532Z] e9a5061849ea: Verifying Checksum [2020-10-05T05:22:31.532Z] e9a5061849ea: Download complete [2020-10-05T05:22:31.532Z] d747dcd14b5f: Verifying Checksum [2020-10-05T05:22:31.532Z] d747dcd14b5f: Download complete [2020-10-05T05:22:31.799Z] 2de7ff778b66: Verifying Checksum [2020-10-05T05:22:32.063Z] 0d9ebad4ef96: Verifying Checksum [2020-10-05T05:22:32.326Z] ab5ef0e58194: Verifying Checksum [2020-10-05T05:22:32.326Z] ab5ef0e58194: Download complete [2020-10-05T05:22:36.567Z] ab5ef0e58194: Pull complete [2020-10-05T05:22:36.567Z] 9712f1f96733: Pull complete [2020-10-05T05:22:39.244Z] 63f879dbbcfc: Pull complete [2020-10-05T05:22:45.890Z] 0d9ebad4ef96: Pull complete [2020-10-05T05:22:46.153Z] e9a5061849ea: Pull complete [2020-10-05T05:22:46.153Z] d747dcd14b5f: Pull complete [2020-10-05T05:22:49.487Z] 2de7ff778b66: Pull complete [2020-10-05T05:22:49.487Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2020-10-05T05:22:49.487Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-10-05T05:22:49.487Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2020-10-05T05:22:49.698Z] prd-centos7-docker-4c-2g-3380 does not seem to be running inside a container [2020-10-05T05:22:49.751Z] $ 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-05T05:22:54.033Z] $ docker top f70a28e43c957265f91d450528211da05b6f6ecd3182f1ab740ceea79014c157 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2020-10-05T05:22:54.360Z] provisioning config files... [2020-10-05T05:22:54.374Z] copy managed file [sigul-config] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config6656347870962216617tmp [2020-10-05T05:22:54.396Z] copy managed file [sigul-password] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config9113806499334559465tmp [2020-10-05T05:22:54.411Z] copy managed file [sigul-pki] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config4440372420471332991tmp [Pipeline] { [Pipeline] echo [2020-10-05T05:22:54.470Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-05T05:22:54.774Z] ---> sigul-configuration.sh [2020-10-05T05:22:54.775Z] gpg: directory `/root/.gnupg' created [2020-10-05T05:22:54.775Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2020-10-05T05:22:54.775Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2020-10-05T05:22:54.775Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2020-10-05T05:22:54.775Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2020-10-05T05:22:54.775Z] gpg: CAST5 encrypted data [2020-10-05T05:22:55.038Z] gpg: encrypted with 1 passphrase [2020-10-05T05:22:55.038Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2020-10-05T05:22:55.340Z] + mkdir /home/jenkins [2020-10-05T05:22:55.340Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2020-10-05T05:22:55.638Z] + 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-05T05:22:55.653Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-05T05:22:55.958Z] ---> sigul-install.sh [2020-10-05T05:23:01.269Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2020-10-05T05:23:01.584Z] + git tag --list [2020-10-05T05:23:01.585Z] 0.7.1 [2020-10-05T05:23:01.585Z] delhi-tag [2020-10-05T05:23:01.585Z] v1.0.0 [2020-10-05T05:23:01.585Z] v1.1.0 [2020-10-05T05:23:01.585Z] v1.1.1 [2020-10-05T05:23:01.585Z] v1.1.2 [2020-10-05T05:23:01.585Z] v1.2.0 [2020-10-05T05:23:01.585Z] v1.2.1 [2020-10-05T05:23:01.585Z] v1.2.2 [2020-10-05T05:23:01.585Z] v1.2.3 [2020-10-05T05:23:01.585Z] v1.2.4-dev.1 [2020-10-05T05:23:01.585Z] v1.2.4-dev.10 [2020-10-05T05:23:01.585Z] v1.2.4-dev.11 [2020-10-05T05:23:01.585Z] v1.2.4-dev.12 [2020-10-05T05:23:01.585Z] v1.2.4-dev.13 [2020-10-05T05:23:01.585Z] v1.2.4-dev.14 [2020-10-05T05:23:01.585Z] v1.2.4-dev.15 [2020-10-05T05:23:01.585Z] v1.2.4-dev.16 [2020-10-05T05:23:01.585Z] v1.2.4-dev.17 [2020-10-05T05:23:01.585Z] v1.2.4-dev.18 [2020-10-05T05:23:01.585Z] v1.2.4-dev.19 [2020-10-05T05:23:01.585Z] v1.2.4-dev.2 [2020-10-05T05:23:01.585Z] v1.2.4-dev.3 [2020-10-05T05:23:01.585Z] v1.2.4-dev.4 [2020-10-05T05:23:01.585Z] v1.2.4-dev.5 [2020-10-05T05:23:01.585Z] v1.2.4-dev.6 [2020-10-05T05:23:01.585Z] v1.2.4-dev.7 [2020-10-05T05:23:01.585Z] v1.2.4-dev.8 [2020-10-05T05:23:01.585Z] v1.2.4-dev.9 [Pipeline] sh [2020-10-05T05:23:01.892Z] + lftools sign git-tag v1.2.4-dev.19 [2020-10-05T05:23:03.290Z] Signing Git tag with Sigul... [2020-10-05T05:23:03.290Z] Signing v1.2.4-dev.19 [Pipeline] echo [2020-10-05T05:23:04.259Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-05T05:23:04.560Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2020-10-05T05:23:04.569Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2020-10-05T05:23:04.678Z] $ docker stop --time=1 f70a28e43c957265f91d450528211da05b6f6ecd3182f1ab740ceea79014c157 [2020-10-05T05:23:06.692Z] $ docker rm -f f70a28e43c957265f91d450528211da05b6f6ecd3182f1ab740ceea79014c157 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2020-10-05T05:23:07.624Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-05T05:23:07.624Z] . [Pipeline] withDockerContainer [2020-10-05T05:23:07.726Z] prd-centos7-docker-4c-2g-3380 does not seem to be running inside a container [2020-10-05T05:23:07.777Z] $ 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-05T05:23:08.443Z] $ docker top de2e7a81fef25994ea50dea67c0de0f3908f5725d8c880f470065989eac88ce5 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-05T05:23:08.764Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-05T05:23:08.764Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-05T05:23:08.972Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-05T05:23:08.980Z] $ docker exec de2e7a81fef25994ea50dea67c0de0f3908f5725d8c880f470065989eac88ce5 ssh-agent [2020-10-05T05:23:09.162Z] SSH_AUTH_SOCK=/tmp/ssh-4hY6QeNwRcND/agent.11 [2020-10-05T05:23:09.162Z] SSH_AGENT_PID=16 [2020-10-05T05:23:09.170Z] Running ssh-add (command line suppressed) [2020-10-05T05:23:09.303Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_6761930997435114446.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_6761930997435114446.key) [2020-10-05T05:23:09.361Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-05T05:23:09.697Z] + git semver bump pre [2020-10-05T05:23:09.698Z] # -> Open(): unable to determine branch for HEAD [2020-10-05T05:23:09.698Z] # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git [2020-10-05T05:23:09.698Z] # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master [2020-10-05T05:23:09.698Z] # $SEMVER_REMOTE_NAME = origin [2020-10-05T05:23:09.698Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-05T05:23:09.698Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-05T05:23:09.698Z] # $SEMVER_BRANCH = master [2020-10-05T05:23:09.698Z] # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver [2020-10-05T05:23:09.698Z] 1.2.4-dev.20 [Pipeline] } [2020-10-05T05:23:09.714Z] $ docker exec --env ******** --env ******** de2e7a81fef25994ea50dea67c0de0f3908f5725d8c880f470065989eac88ce5 ssh-agent -k [2020-10-05T05:23:09.847Z] unset SSH_AUTH_SOCK; [2020-10-05T05:23:09.847Z] unset SSH_AGENT_PID; [2020-10-05T05:23:09.848Z] echo Agent pid 16 killed; [2020-10-05T05:23:09.898Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-05T05:23:10.385Z] + git semver [Pipeline] } [2020-10-05T05:23:10.407Z] $ docker stop --time=1 de2e7a81fef25994ea50dea67c0de0f3908f5725d8c880f470065989eac88ce5 [2020-10-05T05:23:11.807Z] $ docker rm -f de2e7a81fef25994ea50dea67c0de0f3908f5725d8c880f470065989eac88ce5 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-05T05:23:12.354Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-05T05:23:12.355Z] . [Pipeline] withDockerContainer [2020-10-05T05:23:12.458Z] prd-centos7-docker-4c-2g-3380 does not seem to be running inside a container [2020-10-05T05:23:12.512Z] $ 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-05T05:23:13.211Z] $ docker top 427c033f9a86dd2b2aff052fdc6899af495d04302e15954e7019c566f4d5c74c -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-05T05:23:13.548Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-05T05:23:13.548Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-05T05:23:13.746Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-05T05:23:13.754Z] $ docker exec 427c033f9a86dd2b2aff052fdc6899af495d04302e15954e7019c566f4d5c74c ssh-agent [2020-10-05T05:23:13.933Z] SSH_AUTH_SOCK=/tmp/ssh-V7L6MTMw49Rc/agent.11 [2020-10-05T05:23:13.933Z] SSH_AGENT_PID=16 [2020-10-05T05:23:13.941Z] Running ssh-add (command line suppressed) [2020-10-05T05:23:14.076Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_2563917532114167978.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_2563917532114167978.key) [2020-10-05T05:23:14.131Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-05T05:23:14.479Z] + git semver push [2020-10-05T05:23:14.479Z] # -> Open(): unable to determine branch for HEAD [2020-10-05T05:23:14.479Z] # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git [2020-10-05T05:23:14.479Z] # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master [2020-10-05T05:23:14.479Z] # $SEMVER_REMOTE_NAME = origin [2020-10-05T05:23:14.479Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-05T05:23:14.479Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-05T05:23:14.479Z] # $SEMVER_BRANCH = master [2020-10-05T05:23:14.479Z] # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver [Pipeline] } [2020-10-05T05:23:21.109Z] $ docker exec --env ******** --env ******** 427c033f9a86dd2b2aff052fdc6899af495d04302e15954e7019c566f4d5c74c ssh-agent -k [2020-10-05T05:23:21.270Z] unset SSH_AUTH_SOCK; [2020-10-05T05:23:21.271Z] unset SSH_AGENT_PID; [2020-10-05T05:23:21.271Z] echo Agent pid 16 killed; [2020-10-05T05:23:21.334Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-05T05:23:21.858Z] + git semver [Pipeline] } [2020-10-05T05:23:21.888Z] $ docker stop --time=1 427c033f9a86dd2b2aff052fdc6899af495d04302e15954e7019c566f4d5c74c [2020-10-05T05:23:23.258Z] $ docker rm -f 427c033f9a86dd2b2aff052fdc6899af495d04302e15954e7019c566f4d5c74c [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-05T05:23:24.671Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-05T05:23:25.243Z] ---> package-listing.sh [2020-10-05T05:23:25.243Z] ++ facter osfamily [2020-10-05T05:23:25.243Z] ++ tr '[:upper:]' '[:lower:]' [2020-10-05T05:23:25.243Z] + OS_FAMILY=redhat [2020-10-05T05:23:25.243Z] + workspace=/w/workspace/dgexfoundry_device-sdk-go_master [2020-10-05T05:23:25.243Z] + START_PACKAGES=/tmp/packages_start.txt [2020-10-05T05:23:25.243Z] + END_PACKAGES=/tmp/packages_end.txt [2020-10-05T05:23:25.243Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-10-05T05:23:25.243Z] + PACKAGES=/tmp/packages_start.txt [2020-10-05T05:23:25.243Z] + '[' /w/workspace/dgexfoundry_device-sdk-go_master ']' [2020-10-05T05:23:25.243Z] + PACKAGES=/tmp/packages_end.txt [2020-10-05T05:23:25.243Z] + case "${OS_FAMILY}" in [2020-10-05T05:23:25.243Z] + rpm -qa [2020-10-05T05:23:25.243Z] + sort [2020-10-05T05:23:29.465Z] + '[' -f /tmp/packages_start.txt ']' [2020-10-05T05:23:29.465Z] + '[' -f /tmp/packages_end.txt ']' [2020-10-05T05:23:29.465Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-10-05T05:23:29.465Z] + '[' /w/workspace/dgexfoundry_device-sdk-go_master ']' [2020-10-05T05:23:29.465Z] + mkdir -p /w/workspace/dgexfoundry_device-sdk-go_master/archives/ [2020-10-05T05:23:29.465Z] + 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-05T05:23:30.274Z] provisioning config files... [2020-10-05T05:23:30.291Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config5039108475232897547tmp [Pipeline] { [Pipeline] echo [2020-10-05T05:23:30.385Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-05T05:23:30.793Z] ---> create-netrc.sh [Pipeline] } [2020-10-05T05:23:30.838Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2020-10-05T05:23:30.937Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-05T05:23:31.323Z] ---> python-tools-install.sh [2020-10-05T05:23:31.324Z] Generating Requirements File [2020-10-05T05:24:52.892Z] Python 3.6.8 [2020-10-05T05:24:52.892Z] pip 20.2.3 from /home/jenkins/.local/lib/python3.6/site-packages/pip (python 3.6) [2020-10-05T05:24:52.892Z] aiohttp==3.6.2 [2020-10-05T05:24:52.892Z] appdirs==1.4.3 [2020-10-05T05:24:52.892Z] argcomplete==1.12.1 [2020-10-05T05:24:52.892Z] aspy.yaml==1.3.0 [2020-10-05T05:24:52.892Z] async-timeout==3.0.1 [2020-10-05T05:24:52.892Z] attrs==19.3.0 [2020-10-05T05:24:52.892Z] Babel==2.8.0 [2020-10-05T05:24:52.892Z] beautifulsoup4==4.8.2 [2020-10-05T05:24:52.892Z] boto3==1.11.6 [2020-10-05T05:24:52.892Z] botocore==1.14.6 [2020-10-05T05:24:52.892Z] bs4==0.0.1 [2020-10-05T05:24:52.892Z] cachetools==4.1.1 [2020-10-05T05:24:52.892Z] certifi==2019.11.28 [2020-10-05T05:24:52.892Z] cffi==1.14.3 [2020-10-05T05:24:52.892Z] cfgv==2.0.1 [2020-10-05T05:24:52.892Z] chardet==3.0.4 [2020-10-05T05:24:52.892Z] click==7.1 [2020-10-05T05:24:52.892Z] cliff==3.4.0 [2020-10-05T05:24:52.892Z] cmd2==1.3.11 [2020-10-05T05:24:52.892Z] colorama==0.4.3 [2020-10-05T05:24:52.892Z] cryptography==3.1.1 [2020-10-05T05:24:52.892Z] debtcollector==2.2.0 [2020-10-05T05:24:52.892Z] decorator==4.4.2 [2020-10-05T05:24:52.892Z] defusedxml==0.6.0 [2020-10-05T05:24:52.892Z] Deprecated==1.2.7 [2020-10-05T05:24:52.892Z] distlib==0.3.1 [2020-10-05T05:24:52.892Z] distro==1.2.0 [2020-10-05T05:24:52.892Z] dnspython==1.16.0 [2020-10-05T05:24:52.892Z] docker==4.2.0 [2020-10-05T05:24:52.892Z] docutils==0.15.2 [2020-10-05T05:24:52.892Z] dogpile.cache==1.0.2 [2020-10-05T05:24:52.892Z] email-validator==1.0.5 [2020-10-05T05:24:52.892Z] filelock==3.0.12 [2020-10-05T05:24:52.892Z] future==0.18.2 [2020-10-05T05:24:52.892Z] google-auth==1.22.0 [2020-10-05T05:24:52.892Z] httplib2==0.17.0 [2020-10-05T05:24:52.892Z] identify==1.4.11 [2020-10-05T05:24:52.892Z] idna==2.9 [2020-10-05T05:24:52.892Z] idna-ssl==1.1.0 [2020-10-05T05:24:52.892Z] importlib-metadata==1.7.0 [2020-10-05T05:24:52.892Z] importlib-resources==1.5.0 [2020-10-05T05:24:52.892Z] iso8601==0.1.13 [2020-10-05T05:24:52.892Z] Jinja2==2.11.1 [2020-10-05T05:24:52.892Z] jmespath==0.10.0 [2020-10-05T05:24:52.892Z] jsonpatch==1.26 [2020-10-05T05:24:52.892Z] jsonpointer==2.0 [2020-10-05T05:24:52.892Z] jsonschema==3.2.0 [2020-10-05T05:24:52.892Z] keystoneauth1==4.2.1 [2020-10-05T05:24:52.892Z] kubernetes==11.0.0 [2020-10-05T05:24:52.892Z] lftools==0.34.2 [2020-10-05T05:24:52.892Z] lxml==4.5.0 [2020-10-05T05:24:52.892Z] MarkupSafe==0.23 [2020-10-05T05:24:52.892Z] msgpack==1.0.0 [2020-10-05T05:24:52.892Z] multi-key-dict==2.0.3 [2020-10-05T05:24:52.892Z] multidict==4.7.6 [2020-10-05T05:24:52.892Z] munch==2.5.0 [2020-10-05T05:24:52.892Z] netaddr==0.8.0 [2020-10-05T05:24:52.892Z] netifaces==0.10.9 [2020-10-05T05:24:52.892Z] niet==1.4.2 [2020-10-05T05:24:52.892Z] nodeenv==1.3.5 [2020-10-05T05:24:52.892Z] oauth2client==4.1.3 [2020-10-05T05:24:52.892Z] oauthlib==3.1.0 [2020-10-05T05:24:52.892Z] openstacksdk==0.50.0 [2020-10-05T05:24:52.892Z] os-client-config==2.1.0 [2020-10-05T05:24:52.892Z] os-service-types==1.7.0 [2020-10-05T05:24:52.892Z] osc-lib==2.2.1 [2020-10-05T05:24:52.892Z] oslo.config==8.3.2 [2020-10-05T05:24:52.892Z] oslo.context==3.1.1 [2020-10-05T05:24:52.892Z] oslo.i18n==5.0.1 [2020-10-05T05:24:52.892Z] oslo.log==4.4.0 [2020-10-05T05:24:52.892Z] oslo.serialization==4.0.1 [2020-10-05T05:24:52.892Z] oslo.utils==4.6.0 [2020-10-05T05:24:52.892Z] packaging==20.4 [2020-10-05T05:24:52.892Z] pbr==5.4.4 [2020-10-05T05:24:52.892Z] pluggy==0.13.1 [2020-10-05T05:24:52.892Z] prettytable==0.7.2 [2020-10-05T05:24:52.892Z] py==1.9.0 [2020-10-05T05:24:52.892Z] pyasn1==0.4.8 [2020-10-05T05:24:52.892Z] pyasn1-modules==0.2.8 [2020-10-05T05:24:52.892Z] pycparser==2.20 [2020-10-05T05:24:52.892Z] pygerrit2==2.0.10 [2020-10-05T05:24:52.892Z] PyGithub==1.46 [2020-10-05T05:24:52.892Z] pyinotify==0.9.6 [2020-10-05T05:24:52.892Z] PyJWT==1.7.1 [2020-10-05T05:24:52.892Z] pyparsing==2.4.7 [2020-10-05T05:24:52.892Z] pyperclip==1.8.0 [2020-10-05T05:24:52.892Z] pyroute2==0.4.13 [2020-10-05T05:24:52.892Z] pyrsistent==0.15.7 [2020-10-05T05:24:52.892Z] PySocks==1.6.8 [2020-10-05T05:24:52.892Z] python-cinderclient==7.2.0 [2020-10-05T05:24:52.892Z] python-dateutil==2.8.1 [2020-10-05T05:24:52.892Z] python-heatclient==2.2.1 [2020-10-05T05:24:52.892Z] python-jenkins==1.7.0 [2020-10-05T05:24:52.892Z] python-keystoneclient==4.1.1 [2020-10-05T05:24:52.892Z] python-magnumclient==3.2.1 [2020-10-05T05:24:52.892Z] python-novaclient==17.2.1 [2020-10-05T05:24:52.892Z] python-openstackclient==5.4.0 [2020-10-05T05:24:52.892Z] python-swiftclient==3.10.1 [2020-10-05T05:24:52.892Z] pytz==2020.1 [2020-10-05T05:24:52.892Z] PyYAML==5.3 [2020-10-05T05:24:52.892Z] requests==2.23.0 [2020-10-05T05:24:52.892Z] requests-oauthlib==1.3.0 [2020-10-05T05:24:52.892Z] requestsexceptions==1.4.0 [2020-10-05T05:24:52.892Z] rfc3986==1.4.0 [2020-10-05T05:24:52.892Z] rpm==4.11.3 [2020-10-05T05:24:52.892Z] rsa==4.0 [2020-10-05T05:24:52.892Z] ruamel.yaml==0.16.10 [2020-10-05T05:24:52.892Z] ruamel.yaml.clib==0.2.0 [2020-10-05T05:24:52.892Z] s3transfer==0.3.3 [2020-10-05T05:24:52.892Z] shade==1.27.2 [2020-10-05T05:24:52.892Z] simplejson==3.17.2 [2020-10-05T05:24:52.892Z] six==1.14.0 [2020-10-05T05:24:52.892Z] soupsieve==2.0 [2020-10-05T05:24:52.892Z] stevedore==3.2.2 [2020-10-05T05:24:52.892Z] tabulate==0.8.6 [2020-10-05T05:24:52.892Z] toml==0.10.0 [2020-10-05T05:24:52.892Z] tox==3.20.0 [2020-10-05T05:24:52.892Z] tqdm==4.43.0 [2020-10-05T05:24:52.892Z] typing-extensions==3.7.4.3 [2020-10-05T05:24:52.892Z] urllib3==1.25.8 [2020-10-05T05:24:52.892Z] virtualenv==20.0.33 [2020-10-05T05:24:52.892Z] wcwidth==0.2.5 [2020-10-05T05:24:52.892Z] websocket-client==0.57.0 [2020-10-05T05:24:52.892Z] wrapt==1.12.1 [2020-10-05T05:24:52.892Z] xdg==3.0.2 [2020-10-05T05:24:52.892Z] xmltodict==0.12.0 [2020-10-05T05:24:52.892Z] yarl==1.6.0 [2020-10-05T05:24:52.892Z] yq==2.11.1 [2020-10-05T05:24:52.892Z] zipp==3.3.0 [2020-10-05T05:24:52.892Z] Cache entry deserialization failed, entry ignored [2020-10-05T05:24:52.892Z] 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-05T05:24:53.467Z] Python 2.7.5 [2020-10-05T05:24:53.730Z] pip 20.2.3 from /home/jenkins/.local/lib/python2.7/site-packages/pip (python 2.7) [2020-10-05T05:24:54.306Z] 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-05T05:24:54.306Z] ansible==2.9.7 [2020-10-05T05:24:54.306Z] Babel==0.9.6 [2020-10-05T05:24:54.306Z] backports.ssl-match-hostname==3.5.0.1 [2020-10-05T05:24:54.306Z] beautifulsoup4==4.4.1 [2020-10-05T05:24:54.306Z] bodhi==2.11.0 [2020-10-05T05:24:54.306Z] bodhi-client==2.11.0 [2020-10-05T05:24:54.306Z] CCColUtils==1.4 [2020-10-05T05:24:54.306Z] cffi==1.6.0 [2020-10-05T05:24:54.306Z] chardet==2.2.1 [2020-10-05T05:24:54.306Z] click==6.7 [2020-10-05T05:24:54.306Z] cloud-init==18.5 [2020-10-05T05:24:54.306Z] configobj==4.7.2 [2020-10-05T05:24:54.306Z] cryptography==1.7.2 [2020-10-05T05:24:54.306Z] decorator==3.4.0 [2020-10-05T05:24:54.306Z] distro==1.2.0 [2020-10-05T05:24:54.306Z] enum34==1.0.4 [2020-10-05T05:24:54.306Z] fedpkg==1.38 [2020-10-05T05:24:54.306Z] futures==3.1.1 [2020-10-05T05:24:54.306Z] gitdb==0.6.4 [2020-10-05T05:24:54.306Z] GitPython==1.0.1 [2020-10-05T05:24:54.306Z] html5lib==0.999 [2020-10-05T05:24:54.306Z] httplib2==0.9.2 [2020-10-05T05:24:54.306Z] idna==2.4 [2020-10-05T05:24:54.306Z] iniparse==0.4 [2020-10-05T05:24:54.306Z] ipaddress==1.0.16 [2020-10-05T05:24:54.306Z] IPy==0.75 [2020-10-05T05:24:54.306Z] javapackages==1.0.0 [2020-10-05T05:24:54.306Z] Jinja2==2.7.2 [2020-10-05T05:24:54.306Z] jmespath==0.9.4 [2020-10-05T05:24:54.306Z] jsonpatch==1.2 [2020-10-05T05:24:54.306Z] jsonpointer==1.9 [2020-10-05T05:24:54.306Z] kerberos==1.1 [2020-10-05T05:24:54.306Z] kitchen==1.1.1 [2020-10-05T05:24:54.306Z] langtable==0.0.31 [2020-10-05T05:24:54.306Z] lockfile==0.9.1 [2020-10-05T05:24:54.306Z] lxml==3.2.1 [2020-10-05T05:24:54.306Z] MarkupSafe==0.11 [2020-10-05T05:24:54.306Z] munch==2.0.2 [2020-10-05T05:24:54.306Z] offtrac==0.1.0 [2020-10-05T05:24:54.306Z] openidc-client==0.6.0 [2020-10-05T05:24:54.306Z] packagedb-cli==2.14.1 [2020-10-05T05:24:54.306Z] paramiko==2.1.1 [2020-10-05T05:24:54.306Z] perf==0.1 [2020-10-05T05:24:54.306Z] ply==3.4 [2020-10-05T05:24:54.306Z] policycoreutils-default-encoding==0.1 [2020-10-05T05:24:54.306Z] prettytable==0.7.2 [2020-10-05T05:24:54.306Z] pyasn1==0.1.9 [2020-10-05T05:24:54.306Z] pycparser==2.14 [2020-10-05T05:24:54.306Z] pycurl==7.19.0 [2020-10-05T05:24:54.306Z] pygobject==3.22.0 [2020-10-05T05:24:54.306Z] pygpgme==0.3 [2020-10-05T05:24:54.306Z] pyliblzma==0.5.3 [2020-10-05T05:24:54.306Z] pyOpenSSL==0.13.1 [2020-10-05T05:24:54.306Z] pyparsing==1.5.6 [2020-10-05T05:24:54.306Z] pyserial==2.6 [2020-10-05T05:24:54.306Z] python-augeas==0.5.0 [2020-10-05T05:24:54.306Z] python-bugzilla==2.3.0 [2020-10-05T05:24:54.306Z] python-dateutil==1.5 [2020-10-05T05:24:54.306Z] python-fedora==0.10.0 [2020-10-05T05:24:54.306Z] python-linux-procfs==0.4.9 [2020-10-05T05:24:54.306Z] python-yubico==1.2.3 [2020-10-05T05:24:54.306Z] pyudev==0.15 [2020-10-05T05:24:54.306Z] pyusb==1.0.0b1 [2020-10-05T05:24:54.306Z] pyxattr==0.5.1 [2020-10-05T05:24:54.306Z] PyYAML==3.10 [2020-10-05T05:24:54.306Z] requests==2.6.0 [2020-10-05T05:24:54.306Z] requests-kerberos==0.7.0 [2020-10-05T05:24:54.306Z] rpkg==1.60 [2020-10-05T05:24:54.306Z] schedutils==0.4 [2020-10-05T05:24:54.306Z] seobject==0.1 [2020-10-05T05:24:54.306Z] sepolicy==1.1 [2020-10-05T05:24:54.306Z] six==1.9.0 [2020-10-05T05:24:54.306Z] smmap==0.9.0 [2020-10-05T05:24:54.306Z] urlgrabber==3.10 [2020-10-05T05:24:54.306Z] urllib3==1.10.2 [2020-10-05T05:24:54.306Z] virtualenv==15.1.0 [2020-10-05T05:24:54.306Z] yum-langpacks==0.4.2 [2020-10-05T05:24:54.306Z] yum-metadata-parser==1.1.4 [Pipeline] echo [2020-10-05T05:24:54.319Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-05T05:24:54.623Z] ---> sudo-logs.sh [2020-10-05T05:24:54.623Z] Archiving 'sudo' log.. [Pipeline] echo [2020-10-05T05:24:54.897Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-05T05:24:55.195Z] ---> job-cost.sh [2020-10-05T05:24:55.195Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-r7CK [2020-10-05T05:25:03.352Z] Cache entry deserialization failed, entry ignored [2020-10-05T05:25:03.614Z] Cache entry deserialization failed, entry ignored [2020-10-05T05:25:04.188Z] Cache entry deserialization failed, entry ignored [2020-10-05T05:25:04.188Z] Cache entry deserialization failed, entry ignored [2020-10-05T05:25:04.452Z] Cache entry deserialization failed, entry ignored [2020-10-05T05:25:04.452Z] Cache entry deserialization failed, entry ignored [2020-10-05T05:25:04.712Z] Cache entry deserialization failed, entry ignored [2020-10-05T05:25:04.713Z] Cache entry deserialization failed, entry ignored [2020-10-05T05:25:04.975Z] Cache entry deserialization failed, entry ignored [2020-10-05T05:25:04.975Z] Cache entry deserialization failed, entry ignored [2020-10-05T05:25:04.975Z] Cache entry deserialization failed, entry ignored [2020-10-05T05:25:04.975Z] Cache entry deserialization failed, entry ignored [2020-10-05T05:25:08.297Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2020-10-05T05:25:40.456Z] lf-activate-venv(): INFO: Adding /tmp/venv-r7CK/bin to PATH [2020-10-05T05:25:40.456Z] INFO: No Stack... [2020-10-05T05:25:40.456Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2020-10-05T05:25:40.456Z] INFO: Archiving Costs [Pipeline] echo [2020-10-05T05:25:40.472Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-05T05:25:40.775Z] ---> logs-deploy.sh [2020-10-05T05:25:40.775Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/master/70 [2020-10-05T05:25:40.775Z] INFO: archiving workspace using pattern(s): [2020-10-05T05:25:42.699Z] Archives upload complete. [2020-10-05T05:25:42.699Z] INFO: archiving logs to Nexus