Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 5d943473fe8cb7b2263b29163a15a9eda06ca963 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 on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-2941 in /w/workspace/dgexfoundry_device-sdk-go_master [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/device-sdk-go.git > git init /w/workspace/dgexfoundry_device-sdk-go_master # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git > git --version # timeout=10 > git --version # 'git version 2.16.5' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 5d943473fe8cb7b2263b29163a15a9eda06ca963 (master) > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 5d943473fe8cb7b2263b29163a15a9eda06ca963 # timeout=10 Commit message: "Merge pull request #600 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/go-mod-registry-0.1.23" > git rev-list --no-walk 4a1412fe3679be6652f13296ba45411ccc085237 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-10-02T02:17:53.105Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-10-02T02:17:53.392Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-10-02T02:17:53.500Z] ========================================================= [2020-10-02T02:17:53.501Z] EdgeX Global Pipelines Version Info [2020-10-02T02:17:53.501Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-10-02T02:17:55.116Z] ------------------- [2020-10-02T02:17:55.116Z] stable info: [2020-10-02T02:17:55.116Z] ------------------- [2020-10-02T02:17:55.116Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-10-02T02:17:55.116Z] Commit SHA: ad104866bbc8c98dca93091e1a8abeb835fd4e4d [2020-10-02T02:17:55.116Z] Message: update stable to v1.0.131 [2020-10-02T02:17:56.065Z] ------------------- [2020-10-02T02:17:56.065Z] experimental info: [2020-10-02T02:17:56.065Z] ------------------- [2020-10-02T02:17:56.065Z] Commited By: Emilio Reyes emilio.reyes@intel.com [2020-10-02T02:17:56.065Z] Commit SHA: 037048ec40675a742bbe4f4e63335516fc22ae8d [2020-10-02T02:17:56.065Z] Message: update experimental to v1.0.133 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo [2020-10-02T02:17:56.518Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-go-settings [Pipeline] echo [2020-10-02T02:17:56.622Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-go [Pipeline] echo [2020-10-02T02:17:56.805Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-10-02T02:17:56.916Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-10-02T02:17:57.011Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-10-02T02:17:57.146Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2020-10-02T02:17:57.258Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-10-02T02:17:57.359Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2020-10-02T02:17:57.514Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = example/cmd/device-simple/Dockerfile [Pipeline] echo [2020-10-02T02:17:57.633Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-10-02T02:17:57.745Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-10-02T02:17:57.846Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-sdk-simple [Pipeline] echo [2020-10-02T02:17:57.950Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-10-02T02:17:58.046Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-10-02T02:17:58.142Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2020-10-02T02:17:58.232Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2020-10-02T02:17:58.329Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2020-10-02T02:17:58.490Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2020-10-02T02:17:58.586Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2020-10-02T02:17:58.687Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2020-10-02T02:17:58.799Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2020-10-02T02:17:58.971Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2020-10-02T02:17:59.082Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2020-10-02T02:17:59.185Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2020-10-02T02:17:59.303Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2020-10-02T02:17:59.417Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2020-10-02T02:17:59.527Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2020-10-02T02:17:59.643Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2020-10-02T02:17:59.771Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 5d943473fe8cb7b2263b29163a15a9eda06ca963 [Pipeline] echo [2020-10-02T02:18:00.120Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 5d94347 [Pipeline] echo [2020-10-02T02:18:00.226Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-10-02T02:18:01.140Z] + git log --format=format:%s -1 5d943473fe8cb7b2263b29163a15a9eda06ca963 [Pipeline] echo [2020-10-02T02:18:01.241Z] GIT_COMMIT: 5d943473fe8cb7b2263b29163a15a9eda06ca963, Commit Message: Merge pull request #600 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/go-mod-registry-0.1.23 [Pipeline] echo [2020-10-02T02:18:01.315Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2020-10-02T02:18:02.057Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-02T02:18:02.321Z] [2020-10-02T02:18:02.321Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-10-02T02:18:02.690Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-02T02:18:02.690Z] latest: Pulling from edgex-devops/git-semver [2020-10-02T02:18:02.690Z] 31603596830f: Pulling fs layer [2020-10-02T02:18:02.690Z] 2a8b12db71e7: Pulling fs layer [2020-10-02T02:18:02.690Z] 6ca5941a6612: Pulling fs layer [2020-10-02T02:18:02.690Z] ecc8261a40a4: Pulling fs layer [2020-10-02T02:18:02.690Z] 2a8b12db71e7: Verifying Checksum [2020-10-02T02:18:02.690Z] 2a8b12db71e7: Download complete [2020-10-02T02:18:03.279Z] 31603596830f: Verifying Checksum [2020-10-02T02:18:03.279Z] 31603596830f: Download complete [2020-10-02T02:18:03.279Z] 31603596830f: Pull complete [2020-10-02T02:18:03.541Z] 2a8b12db71e7: Pull complete [2020-10-02T02:18:04.117Z] 6ca5941a6612: Verifying Checksum [2020-10-02T02:18:04.117Z] 6ca5941a6612: Download complete [2020-10-02T02:18:04.381Z] ecc8261a40a4: Verifying Checksum [2020-10-02T02:18:04.381Z] ecc8261a40a4: Download complete [2020-10-02T02:18:04.957Z] 6ca5941a6612: Pull complete [2020-10-02T02:18:05.222Z] ecc8261a40a4: Pull complete [2020-10-02T02:18:05.222Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-10-02T02:18:05.222Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-02T02:18:05.222Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-10-02T02:18:05.332Z] prd-centos7-docker-4c-2g-2941 does not seem to be running inside a container [2020-10-02T02:18:05.393Z] $ 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-02T02:18:07.306Z] $ docker top 38371da0b45e7dd3191ba794ea97325425724c654123c1c1ff59303383e559a0 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-02T02:18:07.610Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-02T02:18:07.611Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-02T02:18:07.816Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-02T02:18:07.825Z] $ docker exec 38371da0b45e7dd3191ba794ea97325425724c654123c1c1ff59303383e559a0 ssh-agent [2020-10-02T02:18:07.985Z] SSH_AUTH_SOCK=/tmp/ssh-QZClQAbhMsCb/agent.12 [2020-10-02T02:18:07.985Z] SSH_AGENT_PID=18 [2020-10-02T02:18:08.000Z] Running ssh-add (command line suppressed) [2020-10-02T02:18:08.128Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_6511842061087631988.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_6511842061087631988.key) [2020-10-02T02:18:08.183Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-02T02:18:08.534Z] + git describe --exact-match --tags HEAD [2020-10-02T02:18:08.534Z] fatal: no tag exactly matches '5d943473fe8cb7b2263b29163a15a9eda06ca963' [Pipeline] } [2020-10-02T02:18:08.564Z] $ docker exec --env ******** --env ******** 38371da0b45e7dd3191ba794ea97325425724c654123c1c1ff59303383e559a0 ssh-agent -k [2020-10-02T02:18:08.676Z] unset SSH_AUTH_SOCK; [2020-10-02T02:18:08.677Z] unset SSH_AGENT_PID; [2020-10-02T02:18:08.677Z] echo Agent pid 18 killed; [2020-10-02T02:18:08.718Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [2020-10-02T02:18:08.827Z] [edgeXSemver]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 [2020-10-02T02:18:08.827Z] This usually means this commit has not been tagged. [Pipeline] sshagent [2020-10-02T02:18:08.935Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-02T02:18:08.935Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-02T02:18:09.098Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-02T02:18:09.106Z] $ docker exec 38371da0b45e7dd3191ba794ea97325425724c654123c1c1ff59303383e559a0 ssh-agent [2020-10-02T02:18:09.265Z] SSH_AUTH_SOCK=/tmp/ssh-S2VRZxELs6Nj/agent.48 [2020-10-02T02:18:09.265Z] SSH_AGENT_PID=53 [2020-10-02T02:18:09.273Z] Running ssh-add (command line suppressed) [2020-10-02T02:18:09.396Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_5156622254078443683.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_5156622254078443683.key) [2020-10-02T02:18:09.439Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-02T02:18:09.773Z] + git semver init [2020-10-02T02:18:09.774Z] # -> Open(): unable to determine branch for HEAD [2020-10-02T02:18:09.774Z] # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git [2020-10-02T02:18:09.774Z] # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master [2020-10-02T02:18:09.774Z] # $SEMVER_REMOTE_NAME = origin [2020-10-02T02:18:09.774Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-02T02:18:09.774Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-02T02:18:09.774Z] # $SEMVER_BRANCH = master [2020-10-02T02:18:09.774Z] # $SEMVER_TEMP = /tmp/semver-884999168 [2020-10-02T02:18:09.774Z] # git clone --branch semver git@github.com:edgexfoundry/device-sdk-go.git $SEMVER_TEMP [2020-10-02T02:18:10.358Z] # '/tmp/semver-884999168' -> '/w/workspace/dgexfoundry_device-sdk-go_master/.semver' [2020-10-02T02:18:10.358Z] # -> Force: false [2020-10-02T02:18:10.358Z] # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver [Pipeline] } [2020-10-02T02:18:10.376Z] $ docker exec --env ******** --env ******** 38371da0b45e7dd3191ba794ea97325425724c654123c1c1ff59303383e559a0 ssh-agent -k [2020-10-02T02:18:10.482Z] unset SSH_AUTH_SOCK; [2020-10-02T02:18:10.483Z] unset SSH_AGENT_PID; [2020-10-02T02:18:10.483Z] echo Agent pid 53 killed; [2020-10-02T02:18:10.523Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-02T02:18:11.002Z] + git semver [Pipeline] } [2020-10-02T02:18:11.026Z] $ docker stop --time=1 38371da0b45e7dd3191ba794ea97325425724c654123c1c1ff59303383e559a0 [2020-10-02T02:18:12.388Z] $ docker rm -f 38371da0b45e7dd3191ba794ea97325425724c654123c1c1ff59303383e559a0 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash [2020-10-02T02:18:13.172Z] Stashed 36 file(s) [Pipeline] echo [2020-10-02T02:18:13.175Z] [edgeXSemver]: initialized semver on version 1.2.4-dev.17 [Pipeline] echo [2020-10-02T02:18:13.269Z] Archived original version: [1.2.4-dev.17] [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-02T02:18:28.807Z] Still waiting to schedule task [2020-10-02T02:18:28.807Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2020-10-02T02:18:28.809Z] Still waiting to schedule task [2020-10-02T02:18:28.809Z] Waiting for next available executor on ‘prd-ubuntu18.04-docker-arm64-4c-16g-2936’ [2020-10-02T02:20:08.900Z] Running on prd-centos7-docker-4c-2g-2949 in /w/workspace/dgexfoundry_device-sdk-go_master [Pipeline] { [Pipeline] ws [2020-10-02T02:20:08.954Z] Running in /w/workspace/device-sdk-go/68 [Pipeline] { [Pipeline] checkout [2020-10-02T02:20:11.513Z] using credential edgex-jenkins-ssh [2020-10-02T02:20:11.599Z] Cloning the remote Git repository [2020-10-02T02:20:11.630Z] Cloning repository git@github.com:edgexfoundry/device-sdk-go.git [2020-10-02T02:20:11.703Z] > git init /w/workspace/device-sdk-go/68 # timeout=10 [2020-10-02T02:20:11.760Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2020-10-02T02:20:11.760Z] > git --version # timeout=10 [2020-10-02T02:20:11.767Z] > git --version # 'git version 2.16.5' [2020-10-02T02:20:11.767Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-02T02:20:11.795Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-02T02:20:13.294Z] Checking out Revision 5d943473fe8cb7b2263b29163a15a9eda06ca963 (master) [2020-10-02T02:20:12.823Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2020-10-02T02:20:12.831Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-02T02:20:12.846Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2020-10-02T02:20:12.860Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2020-10-02T02:20:12.861Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-02T02:20:12.866Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-10-02T02:20:13.303Z] > git config core.sparsecheckout # timeout=10 [2020-10-02T02:20:13.308Z] > git checkout -f 5d943473fe8cb7b2263b29163a15a9eda06ca963 # timeout=10 [2020-10-02T02:20:16.940Z] Commit message: "Merge pull request #600 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/go-mod-registry-0.1.23" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-10-02T02:20:17.912Z] ========================================================= [2020-10-02T02:20:17.912Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2020-10-02T02:20:17.912Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-10-02T02:20:18.531Z] + 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-02T02:20:19.116Z] Sending build context to Docker daemon 3.412MB [2020-10-02T02:20:19.117Z] Step 1/8 : ARG BASE=golang:1.15-alpine [2020-10-02T02:20:19.117Z] Step 2/8 : FROM ${BASE} [2020-10-02T02:20:19.379Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2020-10-02T02:20:19.379Z] df20fa9351a1: Pulling fs layer [2020-10-02T02:20:19.379Z] ed8968b2872e: Pulling fs layer [2020-10-02T02:20:19.379Z] a92cc7c5fd73: Pulling fs layer [2020-10-02T02:20:19.379Z] e871e8e8d7a9: Pulling fs layer [2020-10-02T02:20:19.379Z] e73272ec9a57: Pulling fs layer [2020-10-02T02:20:19.379Z] 1e910a182e73: Pulling fs layer [2020-10-02T02:20:19.379Z] 4e634b169226: Pulling fs layer [2020-10-02T02:20:19.379Z] e871e8e8d7a9: Waiting [2020-10-02T02:20:19.379Z] e73272ec9a57: Waiting [2020-10-02T02:20:19.379Z] 1e910a182e73: Waiting [2020-10-02T02:20:19.379Z] 4e634b169226: Waiting [2020-10-02T02:20:19.379Z] a92cc7c5fd73: Verifying Checksum [2020-10-02T02:20:19.379Z] a92cc7c5fd73: Download complete [2020-10-02T02:20:19.379Z] ed8968b2872e: Verifying Checksum [2020-10-02T02:20:19.379Z] ed8968b2872e: Download complete [2020-10-02T02:20:19.379Z] e73272ec9a57: Verifying Checksum [2020-10-02T02:20:19.379Z] e73272ec9a57: Download complete [2020-10-02T02:20:19.643Z] 1e910a182e73: Verifying Checksum [2020-10-02T02:20:21.038Z] df20fa9351a1: Verifying Checksum [2020-10-02T02:20:21.038Z] df20fa9351a1: Download complete [2020-10-02T02:20:21.304Z] df20fa9351a1: Pull complete [2020-10-02T02:20:21.569Z] ed8968b2872e: Pull complete [2020-10-02T02:20:21.569Z] a92cc7c5fd73: Pull complete [2020-10-02T02:20:48.202Z] 4e634b169226: Download complete [2020-10-02T02:20:54.904Z] e871e8e8d7a9: Verifying Checksum [2020-10-02T02:20:54.904Z] e871e8e8d7a9: Download complete [2020-10-02T02:20:59.150Z] e871e8e8d7a9: Pull complete [2020-10-02T02:20:59.150Z] e73272ec9a57: Pull complete [2020-10-02T02:20:59.150Z] 1e910a182e73: Pull complete [2020-10-02T02:21:07.407Z] 4e634b169226: Pull complete [2020-10-02T02:21:07.407Z] Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 [2020-10-02T02:21:07.407Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2020-10-02T02:21:07.407Z] ---> f7629b54cfaa [2020-10-02T02:21:07.407Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-10-02T02:21:07.407Z] ---> Running in fe99733f9dfa [2020-10-02T02:21:07.407Z] Removing intermediate container fe99733f9dfa [2020-10-02T02:21:07.407Z] ---> 9507285766e9 [2020-10-02T02:21:07.407Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-02T02:21:07.407Z] ---> Running in 8dc3064d18c4 [2020-10-02T02:21:08.801Z] Removing intermediate container 8dc3064d18c4 [2020-10-02T02:21:08.801Z] ---> e1b9cf35d597 [2020-10-02T02:21:08.801Z] Step 5/8 : RUN apk add --no-cache make git [2020-10-02T02:21:08.801Z] ---> Running in d0947e8af4e4 [2020-10-02T02:21:09.377Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-02T02:21:17.547Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-02T02:21:32.522Z] OK: 166 MiB in 39 packages [2020-10-02T02:21:32.523Z] Removing intermediate container d0947e8af4e4 [2020-10-02T02:21:32.523Z] ---> 463b5aac54f1 [2020-10-02T02:21:32.523Z] Step 6/8 : WORKDIR /device-sdk-go [2020-10-02T02:21:32.523Z] ---> Running in b680b48f2ad8 [2020-10-02T02:21:32.523Z] Removing intermediate container b680b48f2ad8 [2020-10-02T02:21:32.523Z] ---> f5d79db82fa2 [2020-10-02T02:21:32.523Z] Step 7/8 : COPY . . [2020-10-02T02:21:32.785Z] ---> 2f1413cb540d [2020-10-02T02:21:32.785Z] Step 8/8 : RUN go mod download [2020-10-02T02:21:32.785Z] ---> Running in 4eefb80517fc [2020-10-02T02:21:54.817Z] Removing intermediate container 4eefb80517fc [2020-10-02T02:21:54.817Z] ---> b294727ae41c [2020-10-02T02:21:54.817Z] Successfully built b294727ae41c [2020-10-02T02:21:54.817Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2020-10-02T02:21:55.328Z] + docker inspect -f . ci-base-image-x86_64 [2020-10-02T02:21:55.328Z] . [Pipeline] withDockerContainer [2020-10-02T02:21:55.500Z] prd-centos7-docker-4c-2g-2949 does not seem to be running inside a container [2020-10-02T02:21:55.577Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/68 -v /w/workspace/device-sdk-go/68:/w/workspace/device-sdk-go/68:rw,z -v /w/workspace/device-sdk-go/68@tmp:/w/workspace/device-sdk-go/68@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-02T02:21:56.311Z] $ docker top c0b922d7ac4a6d369d7b2e1e6d4c1cbcb172c501d9f6f5314dd93ece5351423e -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-02T02:21:56.813Z] + go version [2020-10-02T02:21:56.813Z] go version go1.15.2 linux/amd64 [Pipeline] } [2020-10-02T02:21:56.832Z] $ docker stop --time=1 c0b922d7ac4a6d369d7b2e1e6d4c1cbcb172c501d9f6f5314dd93ece5351423e [2020-10-02T02:21:58.162Z] $ docker rm -f c0b922d7ac4a6d369d7b2e1e6d4c1cbcb172c501d9f6f5314dd93ece5351423e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) Stage "Test" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2020-10-02T02:22:01.118Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-10-02T02:22:01.447Z] + ls -al . [2020-10-02T02:22:01.447Z] total 64 [2020-10-02T02:22:01.447Z] drwxrwxr-x. 11 jenkins jenkins 4096 Oct 2 02:20 . [2020-10-02T02:22:01.447Z] drwxrwxr-x. 4 jenkins jenkins 30 Oct 2 02:20 .. [2020-10-02T02:22:01.447Z] drwxrwxr-x. 2 jenkins jenkins 64 Oct 2 02:20 bin [2020-10-02T02:22:01.447Z] -rw-rw-r--. 1 jenkins jenkins 936 Oct 2 02:20 Dockerfile.build [2020-10-02T02:22:01.447Z] -rw-rw-r--. 1 jenkins jenkins 140 Oct 2 02:20 .dockerignore [2020-10-02T02:22:01.447Z] drwxrwxr-x. 4 jenkins jenkins 48 Oct 2 02:20 example [2020-10-02T02:22:01.447Z] drwxrwxr-x. 8 jenkins jenkins 162 Oct 2 02:20 .git [2020-10-02T02:22:01.447Z] drwxrwxr-x. 2 jenkins jenkins 60 Oct 2 02:20 .github [2020-10-02T02:22:01.447Z] -rw-rw-r--. 1 jenkins jenkins 138 Oct 2 02:20 .gitignore [2020-10-02T02:22:01.447Z] -rw-rw-r--. 1 jenkins jenkins 517 Oct 2 02:20 go.mod [2020-10-02T02:22:01.447Z] drwxrwxr-x. 15 jenkins jenkins 211 Oct 2 02:20 internal [2020-10-02T02:22:01.447Z] -rw-rw-r--. 1 jenkins jenkins 785 Oct 2 02:20 Jenkinsfile [2020-10-02T02:22:01.447Z] -rw-rw-r--. 1 jenkins jenkins 11341 Oct 2 02:20 LICENSE [2020-10-02T02:22:01.447Z] -rw-rw-r--. 1 jenkins jenkins 1013 Oct 2 02:20 Makefile [2020-10-02T02:22:01.447Z] drwxrwxr-x. 4 jenkins jenkins 26 Oct 2 02:20 openapi [2020-10-02T02:22:01.447Z] drwxrwxr-x. 5 jenkins jenkins 50 Oct 2 02:20 pkg [2020-10-02T02:22:01.447Z] -rw-rw-r--. 1 jenkins jenkins 5897 Oct 2 02:20 README.md [2020-10-02T02:22:01.447Z] -rw-rw-r--. 1 jenkins jenkins 4291 Oct 2 02:20 RELEASE-NOTES.txt [2020-10-02T02:22:01.447Z] drwxrwxr-x. 3 jenkins jenkins 44 Oct 2 02:20 .semver [2020-10-02T02:22:01.447Z] drwxrwxr-x. 4 jenkins jenkins 54 Oct 2 02:20 snap [2020-10-02T02:22:01.447Z] -rw-rw-r--. 1 jenkins jenkins 12 Oct 2 02:18 VERSION [2020-10-02T02:22:01.447Z] -rw-rw-r--. 1 jenkins jenkins 222 Oct 2 02:20 version.go [Pipeline] isUnix [Pipeline] sh [2020-10-02T02:22:01.772Z] + 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=5d943473fe8cb7b2263b29163a15a9eda06ca963 --label arch=amd64 --label version=1.2.4-dev.17 . [2020-10-02T02:22:01.772Z] Sending build context to Docker daemon 3.412MB [2020-10-02T02:22:01.772Z] Step 1/24 : ARG BASE=golang:1.15-alpine [2020-10-02T02:22:01.772Z] Step 2/24 : FROM ${BASE} AS builder [2020-10-02T02:22:01.772Z] ---> b294727ae41c [2020-10-02T02:22:01.772Z] Step 3/24 : ARG MAKE='make build' [2020-10-02T02:22:01.784Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-2950 in /w/workspace/dgexfoundry_device-sdk-go_master [Pipeline] { [Pipeline] ws [2020-10-02T02:22:01.843Z] Running in /w/workspace/device-sdk-go/68 [Pipeline] { [Pipeline] checkout [2020-10-02T02:22:02.356Z] ---> Running in 28c0852142e0 [2020-10-02T02:22:02.627Z] Removing intermediate container 28c0852142e0 [2020-10-02T02:22:02.627Z] ---> 6f8cbdc48349 [2020-10-02T02:22:02.627Z] Step 4/24 : WORKDIR /device-sdk-go [2020-10-02T02:22:02.627Z] ---> Running in 842f6a899fe1 [2020-10-02T02:22:02.627Z] Removing intermediate container 842f6a899fe1 [2020-10-02T02:22:02.627Z] ---> 03a4628993e3 [2020-10-02T02:22:02.627Z] Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-10-02T02:22:02.910Z] ---> Running in 8845a4210d34 [2020-10-02T02:22:02.910Z] Removing intermediate container 8845a4210d34 [2020-10-02T02:22:02.910Z] ---> 775727fc95cc [2020-10-02T02:22:02.910Z] Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-02T02:22:02.910Z] ---> Running in ae8637c6497a [2020-10-02T02:22:03.880Z] Removing intermediate container ae8637c6497a [2020-10-02T02:22:03.880Z] ---> 164805ea51f7 [2020-10-02T02:22:03.880Z] Step 7/24 : RUN apk add --update --no-cache make git [2020-10-02T02:22:03.880Z] ---> Running in 04b27a51628b [2020-10-02T02:22:04.463Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-02T02:22:07.718Z] using credential edgex-jenkins-ssh [2020-10-02T02:22:07.779Z] Cloning the remote Git repository [2020-10-02T02:22:07.853Z] Cloning repository git@github.com:edgexfoundry/device-sdk-go.git [2020-10-02T02:22:07.973Z] > git init /w/workspace/device-sdk-go/68 # timeout=10 [2020-10-02T02:22:08.054Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2020-10-02T02:22:08.055Z] > git --version # timeout=10 [2020-10-02T02:22:08.074Z] > git --version # 'git version 2.17.1' [2020-10-02T02:22:08.076Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-02T02:22:08.138Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-02T02:22:09.661Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2020-10-02T02:22:09.686Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-02T02:22:09.723Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2020-10-02T02:22:09.763Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2020-10-02T02:22:09.764Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-02T02:22:09.779Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-10-02T02:22:10.398Z] Checking out Revision 5d943473fe8cb7b2263b29163a15a9eda06ca963 (master) [2020-10-02T02:22:10.424Z] > git config core.sparsecheckout # timeout=10 [2020-10-02T02:22:10.440Z] > git checkout -f 5d943473fe8cb7b2263b29163a15a9eda06ca963 # timeout=10 [2020-10-02T02:22:12.653Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-02T02:22:15.463Z] Commit message: "Merge pull request #600 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/go-mod-registry-0.1.23" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-10-02T02:22:17.146Z] ========================================================= [2020-10-02T02:22:17.146Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2020-10-02T02:22:17.146Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-10-02T02:22:18.479Z] + 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-02T02:22:19.487Z] Sending build context to Docker daemon 3.41MB [2020-10-02T02:22:19.487Z] Step 1/8 : ARG BASE=golang:1.15-alpine [2020-10-02T02:22:19.487Z] Step 2/8 : FROM ${BASE} [2020-10-02T02:22:20.497Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-10-02T02:22:20.497Z] b538f80385f9: Pulling fs layer [2020-10-02T02:22:20.497Z] 74f711af9a0d: Pulling fs layer [2020-10-02T02:22:20.497Z] 99f96fe45779: Pulling fs layer [2020-10-02T02:22:20.497Z] 8529a6b9a6be: Pulling fs layer [2020-10-02T02:22:20.497Z] 45590311c82a: Pulling fs layer [2020-10-02T02:22:20.497Z] 69ca0ff8b7b3: Pulling fs layer [2020-10-02T02:22:20.497Z] 209524e5b208: Pulling fs layer [2020-10-02T02:22:20.497Z] 69ca0ff8b7b3: Waiting [2020-10-02T02:22:20.497Z] 8529a6b9a6be: Waiting [2020-10-02T02:22:20.497Z] 209524e5b208: Waiting [2020-10-02T02:22:20.497Z] 74f711af9a0d: Verifying Checksum [2020-10-02T02:22:20.497Z] 74f711af9a0d: Download complete [2020-10-02T02:22:20.497Z] 99f96fe45779: Verifying Checksum [2020-10-02T02:22:20.497Z] 99f96fe45779: Download complete [2020-10-02T02:22:20.774Z] 45590311c82a: Download complete [2020-10-02T02:22:20.774Z] 69ca0ff8b7b3: Verifying Checksum [2020-10-02T02:22:20.774Z] 69ca0ff8b7b3: Download complete [2020-10-02T02:22:24.256Z] b538f80385f9: Verifying Checksum [2020-10-02T02:22:24.256Z] b538f80385f9: Download complete [2020-10-02T02:22:24.256Z] b538f80385f9: Pull complete [2020-10-02T02:22:24.884Z] 74f711af9a0d: Pull complete [2020-10-02T02:22:25.497Z] 99f96fe45779: Pull complete [2020-10-02T02:22:27.652Z] OK: 166 MiB in 39 packages [2020-10-02T02:22:27.652Z] Removing intermediate container 04b27a51628b [2020-10-02T02:22:27.652Z] ---> ede5c660a879 [2020-10-02T02:22:27.652Z] Step 8/24 : COPY . . [2020-10-02T02:22:28.631Z] ---> c31b2cd86392 [2020-10-02T02:22:28.631Z] Step 9/24 : RUN ${MAKE} [2020-10-02T02:22:28.631Z] ---> Running in 2f00f6af80e6 [2020-10-02T02:22:29.217Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-sdk-go.Version=1.2.4-dev.17" -o example/cmd/device-simple/device-simple ./example/cmd/device-simple [2020-10-02T02:22:37.502Z] CGO_ENABLED=0 GO111MODULE=on go install -tags=safe [2020-10-02T02:22:39.444Z] Removing intermediate container 2f00f6af80e6 [2020-10-02T02:22:39.444Z] ---> a8e14e6870e0 [2020-10-02T02:22:39.444Z] Step 10/24 : FROM scratch [2020-10-02T02:22:39.444Z] ---> [2020-10-02T02:22:39.444Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-10-02T02:22:39.444Z] ---> Running in ed0989cd7beb [2020-10-02T02:22:39.444Z] Removing intermediate container ed0989cd7beb [2020-10-02T02:22:39.444Z] ---> 823128578284 [2020-10-02T02:22:39.444Z] Step 12/24 : ENV APP_PORT=49990 [2020-10-02T02:22:39.709Z] ---> Running in bf4454a9bab9 [2020-10-02T02:22:39.709Z] Removing intermediate container bf4454a9bab9 [2020-10-02T02:22:39.709Z] ---> a470eaabbbeb [2020-10-02T02:22:39.709Z] Step 13/24 : EXPOSE $APP_PORT [2020-10-02T02:22:39.709Z] ---> Running in 7548510c915e [2020-10-02T02:22:39.978Z] Removing intermediate container 7548510c915e [2020-10-02T02:22:39.978Z] ---> b679d599d21b [2020-10-02T02:22:39.978Z] Step 14/24 : WORKDIR / [2020-10-02T02:22:39.978Z] ---> Running in ddc46cf36db9 [2020-10-02T02:22:40.252Z] Removing intermediate container ddc46cf36db9 [2020-10-02T02:22:40.252Z] ---> bf2186878217 [2020-10-02T02:22:40.252Z] Step 15/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple [2020-10-02T02:22:40.517Z] ---> e17017e8ccdc [2020-10-02T02:22:40.517Z] Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml [2020-10-02T02:22:40.782Z] ---> 1039148d8893 [2020-10-02T02:22:40.782Z] Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml [2020-10-02T02:22:41.051Z] ---> a8a6266cc63f [2020-10-02T02:22:41.051Z] Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png [2020-10-02T02:22:41.314Z] ---> 7fba40d065ba [2020-10-02T02:22:41.314Z] Step 19/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg [2020-10-02T02:22:41.577Z] ---> a3e69706754d [2020-10-02T02:22:41.577Z] Step 20/24 : ENTRYPOINT ["/usr/local/bin/device-simple"] [2020-10-02T02:22:41.577Z] ---> Running in 9b7c1f966604 [2020-10-02T02:22:41.843Z] Removing intermediate container 9b7c1f966604 [2020-10-02T02:22:41.843Z] ---> 09e96a938a51 [2020-10-02T02:22:41.843Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-02T02:22:41.843Z] ---> Running in 2598ef7d5407 [2020-10-02T02:22:41.843Z] Removing intermediate container 2598ef7d5407 [2020-10-02T02:22:41.843Z] ---> 8802b6bfe5b1 [2020-10-02T02:22:41.843Z] Step 22/24 : LABEL arch=amd64 [2020-10-02T02:22:42.113Z] ---> Running in 73a45331ac29 [2020-10-02T02:22:42.114Z] Removing intermediate container 73a45331ac29 [2020-10-02T02:22:42.114Z] ---> 2aa16075dbbf [2020-10-02T02:22:42.114Z] Step 23/24 : LABEL git_sha=5d943473fe8cb7b2263b29163a15a9eda06ca963 [2020-10-02T02:22:42.114Z] ---> Running in b7717b0d48ea [2020-10-02T02:22:42.385Z] Removing intermediate container b7717b0d48ea [2020-10-02T02:22:42.385Z] ---> a821415365ba [2020-10-02T02:22:42.385Z] Step 24/24 : LABEL version=1.2.4-dev.17 [2020-10-02T02:22:42.385Z] ---> Running in 52a2f7f91a09 [2020-10-02T02:22:42.656Z] Removing intermediate container 52a2f7f91a09 [2020-10-02T02:22:42.656Z] ---> ead5f31e3c20 [2020-10-02T02:22:42.656Z] [Warning] One or more build-args [ARCH] were not consumed [2020-10-02T02:22:42.656Z] Successfully built ead5f31e3c20 [2020-10-02T02:22:42.656Z] 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-02T02:22:52.365Z] 209524e5b208: Verifying Checksum [2020-10-02T02:22:52.365Z] 209524e5b208: Download complete [2020-10-02T02:23:31.422Z] 8529a6b9a6be: Verifying Checksum [2020-10-02T02:23:31.422Z] 8529a6b9a6be: Download complete [2020-10-02T02:23:38.192Z] 8529a6b9a6be: Pull complete [2020-10-02T02:23:38.480Z] 45590311c82a: Pull complete [2020-10-02T02:23:39.083Z] 69ca0ff8b7b3: Pull complete [2020-10-02T02:23:42.494Z] 209524e5b208: Pull complete [2020-10-02T02:23:42.494Z] Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 [2020-10-02T02:23:42.494Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2020-10-02T02:23:42.494Z] ---> 5bddaf1c2fca [2020-10-02T02:23:42.494Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-10-02T02:23:45.921Z] ---> Running in 45c648c9ddde [2020-10-02T02:23:45.921Z] Removing intermediate container 45c648c9ddde [2020-10-02T02:23:45.921Z] ---> db676616fd47 [2020-10-02T02:23:45.921Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-02T02:23:45.921Z] ---> Running in 860dc970fa91 [2020-10-02T02:23:49.361Z] Removing intermediate container 860dc970fa91 [2020-10-02T02:23:49.361Z] ---> 5744a3b4624b [2020-10-02T02:23:49.361Z] Step 5/8 : RUN apk add --no-cache make git [2020-10-02T02:23:49.361Z] ---> Running in dd528cd9245e [2020-10-02T02:23:50.829Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-02T02:24:01.023Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-02T02:24:16.152Z] OK: 142 MiB in 39 packages [2020-10-02T02:24:16.753Z] Removing intermediate container dd528cd9245e [2020-10-02T02:24:16.753Z] ---> 4171d48d0c65 [2020-10-02T02:24:16.753Z] Step 6/8 : WORKDIR /device-sdk-go [2020-10-02T02:24:16.753Z] ---> Running in d918bae6ae69 [2020-10-02T02:24:17.361Z] Removing intermediate container d918bae6ae69 [2020-10-02T02:24:17.361Z] ---> 0305da75133c [2020-10-02T02:24:17.361Z] Step 7/8 : COPY . . [2020-10-02T02:24:18.813Z] ---> c97373d386dd [2020-10-02T02:24:18.813Z] Step 8/8 : RUN go mod download [2020-10-02T02:24:19.092Z] ---> Running in 0a83bb72ec49 [2020-10-02T02:24:45.920Z] Removing intermediate container 0a83bb72ec49 [2020-10-02T02:24:45.920Z] ---> 77410e177fde [2020-10-02T02:24:45.920Z] Successfully built 77410e177fde [2020-10-02T02:24:45.920Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-10-02T02:24:46.344Z] + docker inspect -f . ci-base-image-arm64 [2020-10-02T02:24:46.344Z] . [Pipeline] withDockerContainer [2020-10-02T02:24:46.599Z] prd-ubuntu18.04-docker-arm64-4c-16g-2950 does not seem to be running inside a container [2020-10-02T02:24:46.702Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/68 -v /w/workspace/device-sdk-go/68:/w/workspace/device-sdk-go/68:rw,z -v /w/workspace/device-sdk-go/68@tmp:/w/workspace/device-sdk-go/68@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-02T02:24:48.632Z] $ docker top f8fa2c8125f7ef602789390d958505270e791a53ecfd152ca2027601862ad4b3 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-02T02:24:50.074Z] + go version [2020-10-02T02:24:50.074Z] go version go1.15.2 linux/arm64 [Pipeline] } [2020-10-02T02:24:50.104Z] $ docker stop --time=1 f8fa2c8125f7ef602789390d958505270e791a53ecfd152ca2027601862ad4b3 [2020-10-02T02:24:52.023Z] $ docker rm -f f8fa2c8125f7ef602789390d958505270e791a53ecfd152ca2027601862ad4b3 [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-02T02:24:53.699Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-10-02T02:24:54.063Z] + ls -al . [2020-10-02T02:24:54.063Z] total 104 [2020-10-02T02:24:54.063Z] drwxrwxr-x 11 jenkins jenkins 4096 Oct 2 02:22 . [2020-10-02T02:24:54.063Z] drwxrwxr-x 4 jenkins jenkins 4096 Oct 2 02:22 .. [2020-10-02T02:24:54.063Z] -rw-rw-r-- 1 jenkins jenkins 140 Oct 2 02:22 .dockerignore [2020-10-02T02:24:54.063Z] drwxrwxr-x 8 jenkins jenkins 4096 Oct 2 02:22 .git [2020-10-02T02:24:54.063Z] drwxrwxr-x 2 jenkins jenkins 4096 Oct 2 02:22 .github [2020-10-02T02:24:54.063Z] -rw-rw-r-- 1 jenkins jenkins 138 Oct 2 02:22 .gitignore [2020-10-02T02:24:54.063Z] drwxrwxr-x 3 jenkins jenkins 4096 Oct 2 02:22 .semver [2020-10-02T02:24:54.063Z] -rw-rw-r-- 1 jenkins jenkins 936 Oct 2 02:22 Dockerfile.build [2020-10-02T02:24:54.063Z] -rw-rw-r-- 1 jenkins jenkins 785 Oct 2 02:22 Jenkinsfile [2020-10-02T02:24:54.063Z] -rw-rw-r-- 1 jenkins jenkins 11341 Oct 2 02:22 LICENSE [2020-10-02T02:24:54.063Z] -rw-rw-r-- 1 jenkins jenkins 1013 Oct 2 02:22 Makefile [2020-10-02T02:24:54.063Z] -rw-rw-r-- 1 jenkins jenkins 5897 Oct 2 02:22 README.md [2020-10-02T02:24:54.063Z] -rw-rw-r-- 1 jenkins jenkins 4291 Oct 2 02:22 RELEASE-NOTES.txt [2020-10-02T02:24:54.063Z] -rw-rw-r-- 1 jenkins jenkins 12 Oct 2 02:18 VERSION [2020-10-02T02:24:54.063Z] drwxrwxr-x 2 jenkins jenkins 4096 Oct 2 02:22 bin [2020-10-02T02:24:54.063Z] drwxrwxr-x 4 jenkins jenkins 4096 Oct 2 02:22 example [2020-10-02T02:24:54.063Z] -rw-rw-r-- 1 jenkins jenkins 517 Oct 2 02:22 go.mod [2020-10-02T02:24:54.063Z] drwxrwxr-x 15 jenkins jenkins 4096 Oct 2 02:22 internal [2020-10-02T02:24:54.063Z] drwxrwxr-x 4 jenkins jenkins 4096 Oct 2 02:22 openapi [2020-10-02T02:24:54.063Z] drwxrwxr-x 5 jenkins jenkins 4096 Oct 2 02:22 pkg [2020-10-02T02:24:54.063Z] drwxrwxr-x 4 jenkins jenkins 4096 Oct 2 02:22 snap [2020-10-02T02:24:54.063Z] -rw-rw-r-- 1 jenkins jenkins 222 Oct 2 02:22 version.go [Pipeline] isUnix [Pipeline] sh [2020-10-02T02:24:54.425Z] + 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=5d943473fe8cb7b2263b29163a15a9eda06ca963 --label arch=arm64 --label version=1.2.4-dev.17 . [2020-10-02T02:24:55.028Z] Sending build context to Docker daemon 3.41MB [2020-10-02T02:24:55.028Z] Step 1/24 : ARG BASE=golang:1.15-alpine [2020-10-02T02:24:55.028Z] Step 2/24 : FROM ${BASE} AS builder [2020-10-02T02:24:55.028Z] ---> 77410e177fde [2020-10-02T02:24:55.028Z] Step 3/24 : ARG MAKE='make build' [2020-10-02T02:24:55.303Z] ---> Running in cf31c74d40b3 [2020-10-02T02:24:55.579Z] Removing intermediate container cf31c74d40b3 [2020-10-02T02:24:55.579Z] ---> d2ecf0b8707a [2020-10-02T02:24:55.579Z] Step 4/24 : WORKDIR /device-sdk-go [2020-10-02T02:24:55.856Z] ---> Running in 0db9c93517cb [2020-10-02T02:24:56.139Z] Removing intermediate container 0db9c93517cb [2020-10-02T02:24:56.139Z] ---> 7c469d156963 [2020-10-02T02:24:56.139Z] Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-10-02T02:24:56.415Z] ---> Running in f15c6a0ba6fd [2020-10-02T02:24:57.022Z] Removing intermediate container f15c6a0ba6fd [2020-10-02T02:24:57.022Z] ---> eecb0f7fcfcb [2020-10-02T02:24:57.022Z] Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-02T02:24:57.022Z] ---> Running in fe402b3eafca [2020-10-02T02:24:59.673Z] Removing intermediate container fe402b3eafca [2020-10-02T02:24:59.673Z] ---> f0d1dace6f9c [2020-10-02T02:24:59.673Z] Step 7/24 : RUN apk add --update --no-cache make git [2020-10-02T02:24:59.673Z] ---> Running in 122e83609a91 [2020-10-02T02:25:01.658Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-02T02:25:07.110Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-02T02:25:17.278Z] OK: 142 MiB in 39 packages [2020-10-02T02:25:18.731Z] Removing intermediate container 122e83609a91 [2020-10-02T02:25:18.731Z] ---> f520142be45b [2020-10-02T02:25:18.731Z] Step 8/24 : COPY . . [2020-10-02T02:25:20.183Z] ---> c2cf9ae2c868 [2020-10-02T02:25:20.183Z] Step 9/24 : RUN ${MAKE} [2020-10-02T02:25:20.183Z] ---> Running in 5db3de1c6579 [2020-10-02T02:25:21.623Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-sdk-go.Version=1.2.4-dev.17" -o example/cmd/device-simple/device-simple ./example/cmd/device-simple [2020-10-02T02:25:54.104Z] CGO_ENABLED=0 GO111MODULE=on go install -tags=safe [2020-10-02T02:25:54.104Z] Removing intermediate container 5db3de1c6579 [2020-10-02T02:25:54.104Z] ---> aecbc7ee7919 [2020-10-02T02:25:54.104Z] Step 10/24 : FROM scratch [2020-10-02T02:25:54.104Z] ---> [2020-10-02T02:25:54.104Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-10-02T02:25:54.104Z] ---> Running in 1fac141608fb [2020-10-02T02:25:54.104Z] Removing intermediate container 1fac141608fb [2020-10-02T02:25:54.104Z] ---> 63b4ce0ea3b2 [2020-10-02T02:25:54.104Z] Step 12/24 : ENV APP_PORT=49990 [2020-10-02T02:25:54.104Z] ---> Running in 719d8e40d5a3 [2020-10-02T02:25:54.104Z] Removing intermediate container 719d8e40d5a3 [2020-10-02T02:25:54.104Z] ---> 27a58ef1a8ff [2020-10-02T02:25:54.104Z] Step 13/24 : EXPOSE $APP_PORT [2020-10-02T02:25:54.104Z] ---> Running in 1457f00b57ff [2020-10-02T02:25:54.104Z] Removing intermediate container 1457f00b57ff [2020-10-02T02:25:54.104Z] ---> c3334a68d784 [2020-10-02T02:25:54.104Z] Step 14/24 : WORKDIR / [2020-10-02T02:25:54.104Z] ---> Running in fff0bd1a0276 [2020-10-02T02:25:54.104Z] Removing intermediate container fff0bd1a0276 [2020-10-02T02:25:54.104Z] ---> 3128c0dcef8e [2020-10-02T02:25:54.104Z] Step 15/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple [2020-10-02T02:25:55.535Z] ---> 7e3d7fc2b66f [2020-10-02T02:25:55.535Z] Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml [2020-10-02T02:25:55.814Z] ---> 7fe86a73a789 [2020-10-02T02:25:55.814Z] Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml [2020-10-02T02:25:56.798Z] ---> 60cee6cac3da [2020-10-02T02:25:56.798Z] Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png [2020-10-02T02:25:57.407Z] ---> 8dbb9e2e19a0 [2020-10-02T02:25:57.407Z] Step 19/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg [2020-10-02T02:25:58.386Z] ---> dd18e2041143 [2020-10-02T02:25:58.386Z] Step 20/24 : ENTRYPOINT ["/usr/local/bin/device-simple"] [2020-10-02T02:25:58.386Z] ---> Running in ac110e875823 [2020-10-02T02:25:58.983Z] Removing intermediate container ac110e875823 [2020-10-02T02:25:58.983Z] ---> 04f035b1b52e [2020-10-02T02:25:58.983Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-02T02:25:58.983Z] ---> Running in 154f0a4e360b [2020-10-02T02:25:59.584Z] Removing intermediate container 154f0a4e360b [2020-10-02T02:25:59.584Z] ---> 76202614f3b4 [2020-10-02T02:25:59.584Z] Step 22/24 : LABEL arch=arm64 [2020-10-02T02:25:59.584Z] ---> Running in f812805ff552 [2020-10-02T02:26:00.184Z] Removing intermediate container f812805ff552 [2020-10-02T02:26:00.184Z] ---> caa9c0edbace [2020-10-02T02:26:00.184Z] Step 23/24 : LABEL git_sha=5d943473fe8cb7b2263b29163a15a9eda06ca963 [2020-10-02T02:26:00.184Z] ---> Running in a4ac144b999f [2020-10-02T02:26:00.788Z] Removing intermediate container a4ac144b999f [2020-10-02T02:26:00.788Z] ---> caa15ccd20da [2020-10-02T02:26:00.788Z] Step 24/24 : LABEL version=1.2.4-dev.17 [2020-10-02T02:26:00.788Z] ---> Running in 192f1b060448 [2020-10-02T02:26:01.390Z] Removing intermediate container 192f1b060448 [2020-10-02T02:26:01.390Z] ---> b2a47fb3d2d6 [2020-10-02T02:26:01.390Z] [Warning] One or more build-args [ARCH] were not consumed [2020-10-02T02:26:01.390Z] Successfully built b2a47fb3d2d6 [2020-10-02T02:26:01.390Z] 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-02T02:26:04.491Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] echo [2020-10-02T02:26:04.493Z] [edgeXSnyk] command to run: snyk monitor --org=edgex-jenkins [Pipeline] withCredentials [2020-10-02T02:26:04.555Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-02T02:26:04.913Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-10-02T02:26:04.913Z] [2020-10-02T02:26:04.913Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] isUnix [Pipeline] sh [2020-10-02T02:26:05.292Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-10-02T02:26:05.292Z] 1.317.0: Pulling from edgex-devops/edgex-snyk-go [2020-10-02T02:26:05.292Z] cbdbe7a5bc2a: Pulling fs layer [2020-10-02T02:26:05.292Z] 408f87550127: Pulling fs layer [2020-10-02T02:26:05.292Z] fe522b08c979: Pulling fs layer [2020-10-02T02:26:05.292Z] 221eaa008020: Pulling fs layer [2020-10-02T02:26:05.292Z] 2a4607e5d6b9: Pulling fs layer [2020-10-02T02:26:05.292Z] 8f79b27c4fd2: Pulling fs layer [2020-10-02T02:26:05.292Z] e5c8dbe1645b: Pulling fs layer [2020-10-02T02:26:05.292Z] 23e8b3b47431: Pulling fs layer [2020-10-02T02:26:05.292Z] 5c568d65a230: Pulling fs layer [2020-10-02T02:26:05.292Z] 221eaa008020: Waiting [2020-10-02T02:26:05.292Z] 2a4607e5d6b9: Waiting [2020-10-02T02:26:05.292Z] 8f79b27c4fd2: Waiting [2020-10-02T02:26:05.292Z] e5c8dbe1645b: Waiting [2020-10-02T02:26:05.292Z] 23e8b3b47431: Waiting [2020-10-02T02:26:05.292Z] 5c568d65a230: Waiting [2020-10-02T02:26:05.292Z] fe522b08c979: Download complete [2020-10-02T02:26:05.292Z] 408f87550127: Verifying Checksum [2020-10-02T02:26:05.292Z] 408f87550127: Download complete [2020-10-02T02:26:05.557Z] 2a4607e5d6b9: Download complete [2020-10-02T02:26:05.557Z] 8f79b27c4fd2: Verifying Checksum [2020-10-02T02:26:05.557Z] 8f79b27c4fd2: Download complete [2020-10-02T02:26:06.506Z] cbdbe7a5bc2a: Verifying Checksum [2020-10-02T02:26:06.506Z] cbdbe7a5bc2a: Download complete [2020-10-02T02:26:06.506Z] cbdbe7a5bc2a: Pull complete [2020-10-02T02:26:06.770Z] 408f87550127: Pull complete [2020-10-02T02:26:06.770Z] fe522b08c979: Pull complete [2020-10-02T02:26:16.793Z] e5c8dbe1645b: Verifying Checksum [2020-10-02T02:26:16.793Z] e5c8dbe1645b: Download complete [2020-10-02T02:26:34.949Z] 23e8b3b47431: Verifying Checksum [2020-10-02T02:26:34.949Z] 23e8b3b47431: Download complete [2020-10-02T02:26:37.507Z] 5c568d65a230: Verifying Checksum [2020-10-02T02:26:37.507Z] 5c568d65a230: Download complete [2020-10-02T02:27:04.129Z] 221eaa008020: Verifying Checksum [2020-10-02T02:27:04.129Z] 221eaa008020: Download complete [2020-10-02T02:27:08.358Z] 221eaa008020: Pull complete [2020-10-02T02:27:08.622Z] 2a4607e5d6b9: Pull complete [2020-10-02T02:27:08.622Z] 8f79b27c4fd2: Pull complete [2020-10-02T02:27:11.185Z] e5c8dbe1645b: Pull complete [2020-10-02T02:27:14.519Z] 23e8b3b47431: Pull complete [2020-10-02T02:27:15.108Z] 5c568d65a230: Pull complete [2020-10-02T02:27:15.379Z] Digest: sha256:57952c35bde2fbfcf87b7f40d558e42527212236f73796964c551b7cac8e72c4 [2020-10-02T02:27:15.379Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-10-02T02:27:15.379Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] withDockerContainer [2020-10-02T02:27:15.540Z] prd-centos7-docker-4c-2g-2941 does not seem to be running inside a container [2020-10-02T02:27:15.604Z] $ 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-02T02:27:16.449Z] $ docker top 51df076dcca8c2309b357daa48af313a3a3599ab810f6f57d7a079a309c3f78a -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-02T02:27:17.033Z] + snyk monitor '--org=edgex-jenkins' [2020-10-02T02:27:31.965Z] [2020-10-02T02:27:31.965Z] Monitoring /w/workspace/dgexfoundry_device-sdk-go_master (github.com/edgexfoundry/device-sdk-go)... [2020-10-02T02:27:31.965Z] [2020-10-02T02:27:31.965Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/057beb34-70d8-4945-961c-fe027db76abc/history/ff0118ea-d395-41e1-ba94-87af91d4888b [2020-10-02T02:27:31.965Z] [2020-10-02T02:27:31.965Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2020-10-02T02:27:31.965Z] [2020-10-02T02:27:31.965Z] [2020-10-02T02:27:31.965Z] Snyk CLI supports Node.js 8 and higher. [2020-10-02T02:27:31.965Z] 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-02T02:27:31.965Z] Please consider upgrading your runtime version to Node 10 or higher in order to get Snyk CLI updates. [2020-10-02T02:27:31.965Z] [2020-10-02T02:27:31.965Z] The latest CLI version that supports Node.js 6 is `snyk@1.300.0`. [2020-10-02T02:27:31.965Z] The latest CLI version that supports Node.js 4 is `snyk@1.88.2`. [Pipeline] } [2020-10-02T02:27:31.982Z] $ docker stop --time=1 51df076dcca8c2309b357daa48af313a3a3599ab810f6f57d7a079a309c3f78a [2020-10-02T02:27:35.042Z] $ docker rm -f 51df076dcca8c2309b357daa48af313a3a3599ab810f6f57d7a079a309c3f78a [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-02T02:27:37.276Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-02T02:27:37.276Z] . [Pipeline] withDockerContainer [2020-10-02T02:27:37.381Z] prd-centos7-docker-4c-2g-2941 does not seem to be running inside a container [2020-10-02T02:27:37.430Z] $ 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-02T02:27:38.107Z] $ docker top 0e7704ae35b9684f68e7ff04a3683c8367bc6419ffd42c3a9ab6daf311de6966 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-02T02:27:38.445Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-02T02:27:38.445Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-02T02:27:38.648Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-02T02:27:38.654Z] $ docker exec 0e7704ae35b9684f68e7ff04a3683c8367bc6419ffd42c3a9ab6daf311de6966 ssh-agent [2020-10-02T02:27:38.817Z] SSH_AUTH_SOCK=/tmp/ssh-eUExpkpufME3/agent.12 [2020-10-02T02:27:38.817Z] SSH_AGENT_PID=17 [2020-10-02T02:27:38.824Z] Running ssh-add (command line suppressed) [2020-10-02T02:27:38.955Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_1883270247771782829.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_1883270247771782829.key) [2020-10-02T02:27:39.003Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-02T02:27:39.354Z] + git semver tag [2020-10-02T02:27:39.354Z] # -> Open(): unable to determine branch for HEAD [2020-10-02T02:27:39.354Z] # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git [2020-10-02T02:27:39.354Z] # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master [2020-10-02T02:27:39.354Z] # $SEMVER_REMOTE_NAME = origin [2020-10-02T02:27:39.354Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-02T02:27:39.354Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-02T02:27:39.354Z] # $SEMVER_BRANCH = master [2020-10-02T02:27:39.354Z] # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver [2020-10-02T02:27:39.354Z] # 5d943473fe8cb7b2263b29163a15a9eda06ca963 HEAD [2020-10-02T02:27:39.354Z] # -> Force: false [2020-10-02T02:27:39.354Z] # db6d6890e222acee8e39801fd7d0dfa6340a9c4b refs/tags/v1.2.4-dev.17 [Pipeline] } [2020-10-02T02:27:39.368Z] $ docker exec --env ******** --env ******** 0e7704ae35b9684f68e7ff04a3683c8367bc6419ffd42c3a9ab6daf311de6966 ssh-agent -k [2020-10-02T02:27:39.480Z] unset SSH_AUTH_SOCK; [2020-10-02T02:27:39.480Z] unset SSH_AGENT_PID; [2020-10-02T02:27:39.480Z] echo Agent pid 17 killed; [2020-10-02T02:27:39.524Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-02T02:27:40.006Z] + git semver [Pipeline] } [2020-10-02T02:27:40.026Z] $ docker stop --time=1 0e7704ae35b9684f68e7ff04a3683c8367bc6419ffd42c3a9ab6daf311de6966 [2020-10-02T02:27:41.367Z] $ docker rm -f 0e7704ae35b9684f68e7ff04a3683c8367bc6419ffd42c3a9ab6daf311de6966 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2020-10-02T02:27:42.077Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-10-02T02:27:42.077Z] [2020-10-02T02:27:42.077Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2020-10-02T02:27:42.434Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-10-02T02:27:42.434Z] 0.23.1-centos7: Pulling from edgex-lftools [2020-10-02T02:27:42.434Z] ab5ef0e58194: Pulling fs layer [2020-10-02T02:27:42.434Z] 9712f1f96733: Pulling fs layer [2020-10-02T02:27:42.434Z] 63f879dbbcfc: Pulling fs layer [2020-10-02T02:27:42.434Z] 0d9ebad4ef96: Pulling fs layer [2020-10-02T02:27:42.434Z] e9a5061849ea: Pulling fs layer [2020-10-02T02:27:42.434Z] d747dcd14b5f: Pulling fs layer [2020-10-02T02:27:42.434Z] 2de7ff778b66: Pulling fs layer [2020-10-02T02:27:42.434Z] e9a5061849ea: Waiting [2020-10-02T02:27:42.434Z] d747dcd14b5f: Waiting [2020-10-02T02:27:42.434Z] 2de7ff778b66: Waiting [2020-10-02T02:27:42.434Z] 0d9ebad4ef96: Waiting [2020-10-02T02:27:43.377Z] 9712f1f96733: Verifying Checksum [2020-10-02T02:27:43.377Z] 9712f1f96733: Download complete [2020-10-02T02:28:01.517Z] 63f879dbbcfc: Download complete [2020-10-02T02:28:01.780Z] e9a5061849ea: Verifying Checksum [2020-10-02T02:28:01.780Z] e9a5061849ea: Download complete [2020-10-02T02:28:01.780Z] d747dcd14b5f: Download complete [2020-10-02T02:28:06.003Z] 0d9ebad4ef96: Verifying Checksum [2020-10-02T02:28:06.003Z] 0d9ebad4ef96: Download complete [2020-10-02T02:28:06.947Z] ab5ef0e58194: Verifying Checksum [2020-10-02T02:28:06.947Z] ab5ef0e58194: Download complete [2020-10-02T02:28:07.209Z] 2de7ff778b66: Verifying Checksum [2020-10-02T02:28:07.209Z] 2de7ff778b66: Download complete [2020-10-02T02:28:10.539Z] ab5ef0e58194: Pull complete [2020-10-02T02:28:10.539Z] 9712f1f96733: Pull complete [2020-10-02T02:28:13.094Z] 63f879dbbcfc: Pull complete [2020-10-02T02:28:18.426Z] 0d9ebad4ef96: Pull complete [2020-10-02T02:28:20.351Z] e9a5061849ea: Pull complete [2020-10-02T02:28:20.351Z] d747dcd14b5f: Pull complete [2020-10-02T02:28:22.905Z] 2de7ff778b66: Pull complete [2020-10-02T02:28:22.906Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2020-10-02T02:28:23.169Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-10-02T02:28:23.169Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2020-10-02T02:28:23.355Z] prd-centos7-docker-4c-2g-2941 does not seem to be running inside a container [2020-10-02T02:28:23.408Z] $ 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-02T02:28:27.362Z] $ docker top 2d0511a2d9c70971dc709b6602995753c9a1b8e7a84e57ccbb6a219f097854b7 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2020-10-02T02:28:27.572Z] provisioning config files... [2020-10-02T02:28:27.588Z] copy managed file [sigul-config] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config7864970558471694901tmp [2020-10-02T02:28:27.608Z] copy managed file [sigul-password] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config2768764428528401375tmp [2020-10-02T02:28:27.630Z] copy managed file [sigul-pki] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config7755553645253080224tmp [Pipeline] { [Pipeline] echo [2020-10-02T02:28:27.694Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-02T02:28:28.003Z] ---> sigul-configuration.sh [2020-10-02T02:28:28.003Z] gpg: directory `/root/.gnupg' created [2020-10-02T02:28:28.003Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2020-10-02T02:28:28.003Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2020-10-02T02:28:28.003Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2020-10-02T02:28:28.003Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2020-10-02T02:28:28.003Z] gpg: CAST5 encrypted data [2020-10-02T02:28:28.265Z] gpg: encrypted with 1 passphrase [2020-10-02T02:28:28.265Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2020-10-02T02:28:28.601Z] + mkdir /home/jenkins [2020-10-02T02:28:28.601Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2020-10-02T02:28:28.903Z] + 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-02T02:28:28.920Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-02T02:28:29.217Z] ---> sigul-install.sh [2020-10-02T02:28:37.377Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2020-10-02T02:28:37.681Z] + git tag --list [2020-10-02T02:28:37.681Z] 0.7.1 [2020-10-02T02:28:37.681Z] delhi-tag [2020-10-02T02:28:37.681Z] v1.0.0 [2020-10-02T02:28:37.681Z] v1.1.0 [2020-10-02T02:28:37.681Z] v1.1.1 [2020-10-02T02:28:37.681Z] v1.1.2 [2020-10-02T02:28:37.681Z] v1.2.0 [2020-10-02T02:28:37.681Z] v1.2.1 [2020-10-02T02:28:37.681Z] v1.2.2 [2020-10-02T02:28:37.681Z] v1.2.3 [2020-10-02T02:28:37.681Z] v1.2.4-dev.1 [2020-10-02T02:28:37.681Z] v1.2.4-dev.10 [2020-10-02T02:28:37.681Z] v1.2.4-dev.11 [2020-10-02T02:28:37.681Z] v1.2.4-dev.12 [2020-10-02T02:28:37.681Z] v1.2.4-dev.13 [2020-10-02T02:28:37.681Z] v1.2.4-dev.14 [2020-10-02T02:28:37.681Z] v1.2.4-dev.15 [2020-10-02T02:28:37.681Z] v1.2.4-dev.16 [2020-10-02T02:28:37.681Z] v1.2.4-dev.17 [2020-10-02T02:28:37.681Z] v1.2.4-dev.2 [2020-10-02T02:28:37.681Z] v1.2.4-dev.3 [2020-10-02T02:28:37.681Z] v1.2.4-dev.4 [2020-10-02T02:28:37.681Z] v1.2.4-dev.5 [2020-10-02T02:28:37.681Z] v1.2.4-dev.6 [2020-10-02T02:28:37.681Z] v1.2.4-dev.7 [2020-10-02T02:28:37.681Z] v1.2.4-dev.8 [2020-10-02T02:28:37.681Z] v1.2.4-dev.9 [Pipeline] sh [2020-10-02T02:28:37.984Z] + lftools sign git-tag v1.2.4-dev.17 [2020-10-02T02:28:39.070Z] Signing Git tag with Sigul... [2020-10-02T02:28:39.070Z] Signing v1.2.4-dev.17 [Pipeline] echo [2020-10-02T02:28:40.471Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-02T02:28:40.767Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2020-10-02T02:28:40.777Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2020-10-02T02:28:40.917Z] $ docker stop --time=1 2d0511a2d9c70971dc709b6602995753c9a1b8e7a84e57ccbb6a219f097854b7 [2020-10-02T02:28:42.846Z] $ docker rm -f 2d0511a2d9c70971dc709b6602995753c9a1b8e7a84e57ccbb6a219f097854b7 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2020-10-02T02:28:44.039Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-02T02:28:44.039Z] . [Pipeline] withDockerContainer [2020-10-02T02:28:44.140Z] prd-centos7-docker-4c-2g-2941 does not seem to be running inside a container [2020-10-02T02:28:44.192Z] $ 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-02T02:28:44.817Z] $ docker top e87b7db0a65cf22cea8a5e2a3a38dd4fc5049111aa893e6fff392c197061dd69 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-02T02:28:45.144Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-02T02:28:45.144Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-02T02:28:45.336Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-02T02:28:45.343Z] $ docker exec e87b7db0a65cf22cea8a5e2a3a38dd4fc5049111aa893e6fff392c197061dd69 ssh-agent [2020-10-02T02:28:45.499Z] SSH_AUTH_SOCK=/tmp/ssh-do2DHE8uyIm3/agent.11 [2020-10-02T02:28:45.499Z] SSH_AGENT_PID=16 [2020-10-02T02:28:45.508Z] Running ssh-add (command line suppressed) [2020-10-02T02:28:45.630Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_1714989483103173203.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_1714989483103173203.key) [2020-10-02T02:28:45.680Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-02T02:28:46.035Z] + git semver bump pre [2020-10-02T02:28:46.035Z] # -> Open(): unable to determine branch for HEAD [2020-10-02T02:28:46.035Z] # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git [2020-10-02T02:28:46.035Z] # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master [2020-10-02T02:28:46.035Z] # $SEMVER_REMOTE_NAME = origin [2020-10-02T02:28:46.035Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-02T02:28:46.035Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-02T02:28:46.035Z] # $SEMVER_BRANCH = master [2020-10-02T02:28:46.035Z] # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver [2020-10-02T02:28:46.035Z] 1.2.4-dev.18 [Pipeline] } [2020-10-02T02:28:46.049Z] $ docker exec --env ******** --env ******** e87b7db0a65cf22cea8a5e2a3a38dd4fc5049111aa893e6fff392c197061dd69 ssh-agent -k [2020-10-02T02:28:46.164Z] unset SSH_AUTH_SOCK; [2020-10-02T02:28:46.164Z] unset SSH_AGENT_PID; [2020-10-02T02:28:46.164Z] echo Agent pid 16 killed; [2020-10-02T02:28:46.209Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-02T02:28:46.700Z] + git semver [Pipeline] } [2020-10-02T02:28:46.722Z] $ docker stop --time=1 e87b7db0a65cf22cea8a5e2a3a38dd4fc5049111aa893e6fff392c197061dd69 [2020-10-02T02:28:48.061Z] $ docker rm -f e87b7db0a65cf22cea8a5e2a3a38dd4fc5049111aa893e6fff392c197061dd69 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-02T02:28:48.622Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-02T02:28:48.622Z] . [Pipeline] withDockerContainer [2020-10-02T02:28:48.724Z] prd-centos7-docker-4c-2g-2941 does not seem to be running inside a container [2020-10-02T02:28:48.782Z] $ 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-02T02:28:49.426Z] $ docker top a0d17576b72cce220afaa8c727a10fa9a8e03ae2554bcdd47de3df12ab80e574 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-02T02:28:49.785Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-02T02:28:49.785Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-02T02:28:49.962Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-02T02:28:49.970Z] $ docker exec a0d17576b72cce220afaa8c727a10fa9a8e03ae2554bcdd47de3df12ab80e574 ssh-agent [2020-10-02T02:28:50.138Z] SSH_AUTH_SOCK=/tmp/ssh-BvHwItNl4QzL/agent.11 [2020-10-02T02:28:50.138Z] SSH_AGENT_PID=16 [2020-10-02T02:28:50.146Z] Running ssh-add (command line suppressed) [2020-10-02T02:28:50.265Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_2675995922109901523.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_2675995922109901523.key) [2020-10-02T02:28:50.316Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-02T02:28:50.660Z] + git semver push [2020-10-02T02:28:50.660Z] # -> Open(): unable to determine branch for HEAD [2020-10-02T02:28:50.660Z] # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git [2020-10-02T02:28:50.660Z] # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master [2020-10-02T02:28:50.660Z] # $SEMVER_REMOTE_NAME = origin [2020-10-02T02:28:50.660Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-02T02:28:50.660Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-02T02:28:50.660Z] # $SEMVER_BRANCH = master [2020-10-02T02:28:50.660Z] # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver [Pipeline] } [2020-10-02T02:28:57.280Z] $ docker exec --env ******** --env ******** a0d17576b72cce220afaa8c727a10fa9a8e03ae2554bcdd47de3df12ab80e574 ssh-agent -k [2020-10-02T02:28:57.445Z] unset SSH_AUTH_SOCK; [2020-10-02T02:28:57.446Z] unset SSH_AGENT_PID; [2020-10-02T02:28:57.446Z] echo Agent pid 16 killed; [2020-10-02T02:28:57.502Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-02T02:28:58.256Z] + git semver [Pipeline] } [2020-10-02T02:28:58.277Z] $ docker stop --time=1 a0d17576b72cce220afaa8c727a10fa9a8e03ae2554bcdd47de3df12ab80e574 [2020-10-02T02:28:59.668Z] $ docker rm -f a0d17576b72cce220afaa8c727a10fa9a8e03ae2554bcdd47de3df12ab80e574 [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-02T02:29:01.306Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-02T02:29:01.882Z] ---> package-listing.sh [2020-10-02T02:29:01.882Z] ++ facter osfamily [2020-10-02T02:29:01.882Z] ++ tr '[:upper:]' '[:lower:]' [2020-10-02T02:29:01.882Z] + OS_FAMILY=redhat [2020-10-02T02:29:01.882Z] + workspace=/w/workspace/dgexfoundry_device-sdk-go_master [2020-10-02T02:29:01.882Z] + START_PACKAGES=/tmp/packages_start.txt [2020-10-02T02:29:01.882Z] + END_PACKAGES=/tmp/packages_end.txt [2020-10-02T02:29:01.882Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-10-02T02:29:01.882Z] + PACKAGES=/tmp/packages_start.txt [2020-10-02T02:29:01.882Z] + '[' /w/workspace/dgexfoundry_device-sdk-go_master ']' [2020-10-02T02:29:01.882Z] + PACKAGES=/tmp/packages_end.txt [2020-10-02T02:29:01.882Z] + case "${OS_FAMILY}" in [2020-10-02T02:29:01.882Z] + rpm -qa [2020-10-02T02:29:01.882Z] + sort [2020-10-02T02:29:06.107Z] + '[' -f /tmp/packages_start.txt ']' [2020-10-02T02:29:06.107Z] + '[' -f /tmp/packages_end.txt ']' [2020-10-02T02:29:06.107Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-10-02T02:29:06.107Z] + '[' /w/workspace/dgexfoundry_device-sdk-go_master ']' [2020-10-02T02:29:06.107Z] + mkdir -p /w/workspace/dgexfoundry_device-sdk-go_master/archives/ [2020-10-02T02:29:06.107Z] + 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-02T02:29:06.296Z] provisioning config files... [2020-10-02T02:29:06.312Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config2948144261676886046tmp [Pipeline] { [Pipeline] echo [2020-10-02T02:29:06.399Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-02T02:29:06.698Z] ---> create-netrc.sh [Pipeline] } [2020-10-02T02:29:06.710Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2020-10-02T02:29:06.833Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-02T02:29:07.130Z] ---> python-tools-install.sh [2020-10-02T02:29:07.130Z] Generating Requirements File [2020-10-02T02:30:28.743Z] Python 3.6.8 [2020-10-02T02:30:28.743Z] pip 20.2.3 from /home/jenkins/.local/lib/python3.6/site-packages/pip (python 3.6) [2020-10-02T02:30:28.743Z] aiohttp==3.6.2 [2020-10-02T02:30:28.743Z] appdirs==1.4.3 [2020-10-02T02:30:28.743Z] argcomplete==1.12.1 [2020-10-02T02:30:28.743Z] aspy.yaml==1.3.0 [2020-10-02T02:30:28.743Z] async-timeout==3.0.1 [2020-10-02T02:30:28.743Z] attrs==19.3.0 [2020-10-02T02:30:28.743Z] Babel==2.8.0 [2020-10-02T02:30:28.743Z] beautifulsoup4==4.8.2 [2020-10-02T02:30:28.743Z] boto3==1.11.6 [2020-10-02T02:30:28.743Z] botocore==1.14.6 [2020-10-02T02:30:28.743Z] bs4==0.0.1 [2020-10-02T02:30:28.743Z] cachetools==4.1.1 [2020-10-02T02:30:28.743Z] certifi==2019.11.28 [2020-10-02T02:30:28.743Z] cffi==1.14.3 [2020-10-02T02:30:28.743Z] cfgv==2.0.1 [2020-10-02T02:30:28.743Z] chardet==3.0.4 [2020-10-02T02:30:28.743Z] click==7.1 [2020-10-02T02:30:28.743Z] cliff==3.4.0 [2020-10-02T02:30:28.743Z] cmd2==1.3.11 [2020-10-02T02:30:28.743Z] colorama==0.4.3 [2020-10-02T02:30:28.743Z] cryptography==3.1.1 [2020-10-02T02:30:28.743Z] debtcollector==2.2.0 [2020-10-02T02:30:28.743Z] decorator==4.4.2 [2020-10-02T02:30:28.743Z] defusedxml==0.6.0 [2020-10-02T02:30:28.743Z] Deprecated==1.2.7 [2020-10-02T02:30:28.743Z] distlib==0.3.1 [2020-10-02T02:30:28.743Z] distro==1.2.0 [2020-10-02T02:30:28.743Z] dnspython==1.16.0 [2020-10-02T02:30:28.743Z] docker==4.2.0 [2020-10-02T02:30:28.743Z] docutils==0.15.2 [2020-10-02T02:30:28.743Z] dogpile.cache==1.0.2 [2020-10-02T02:30:28.743Z] email-validator==1.0.5 [2020-10-02T02:30:28.743Z] filelock==3.0.12 [2020-10-02T02:30:28.743Z] future==0.18.2 [2020-10-02T02:30:28.743Z] google-auth==1.22.0 [2020-10-02T02:30:28.743Z] httplib2==0.17.0 [2020-10-02T02:30:28.743Z] identify==1.4.11 [2020-10-02T02:30:28.743Z] idna==2.9 [2020-10-02T02:30:28.743Z] idna-ssl==1.1.0 [2020-10-02T02:30:28.743Z] importlib-metadata==1.7.0 [2020-10-02T02:30:28.743Z] importlib-resources==1.5.0 [2020-10-02T02:30:28.743Z] iso8601==0.1.13 [2020-10-02T02:30:28.743Z] Jinja2==2.11.1 [2020-10-02T02:30:28.743Z] jmespath==0.10.0 [2020-10-02T02:30:28.743Z] jsonpatch==1.26 [2020-10-02T02:30:28.743Z] jsonpointer==2.0 [2020-10-02T02:30:28.743Z] jsonschema==3.2.0 [2020-10-02T02:30:28.743Z] keystoneauth1==4.2.1 [2020-10-02T02:30:28.743Z] kubernetes==11.0.0 [2020-10-02T02:30:28.743Z] lftools==0.34.2 [2020-10-02T02:30:28.743Z] lxml==4.5.0 [2020-10-02T02:30:28.743Z] MarkupSafe==0.23 [2020-10-02T02:30:28.743Z] msgpack==1.0.0 [2020-10-02T02:30:28.743Z] multi-key-dict==2.0.3 [2020-10-02T02:30:28.743Z] multidict==4.7.6 [2020-10-02T02:30:28.743Z] munch==2.5.0 [2020-10-02T02:30:28.743Z] netaddr==0.8.0 [2020-10-02T02:30:28.743Z] netifaces==0.10.9 [2020-10-02T02:30:28.743Z] niet==1.4.2 [2020-10-02T02:30:28.743Z] nodeenv==1.3.5 [2020-10-02T02:30:28.743Z] oauth2client==4.1.3 [2020-10-02T02:30:28.743Z] oauthlib==3.1.0 [2020-10-02T02:30:28.743Z] openstacksdk==0.50.0 [2020-10-02T02:30:28.743Z] os-client-config==2.1.0 [2020-10-02T02:30:28.743Z] os-service-types==1.7.0 [2020-10-02T02:30:28.743Z] osc-lib==2.2.1 [2020-10-02T02:30:28.743Z] oslo.config==8.3.2 [2020-10-02T02:30:28.743Z] oslo.context==3.1.1 [2020-10-02T02:30:28.743Z] oslo.i18n==5.0.1 [2020-10-02T02:30:28.743Z] oslo.log==4.4.0 [2020-10-02T02:30:28.743Z] oslo.serialization==4.0.1 [2020-10-02T02:30:28.743Z] oslo.utils==4.6.0 [2020-10-02T02:30:28.743Z] packaging==20.4 [2020-10-02T02:30:28.743Z] pbr==5.4.4 [2020-10-02T02:30:28.743Z] pluggy==0.13.1 [2020-10-02T02:30:28.743Z] prettytable==0.7.2 [2020-10-02T02:30:28.743Z] py==1.9.0 [2020-10-02T02:30:28.743Z] pyasn1==0.4.8 [2020-10-02T02:30:28.743Z] pyasn1-modules==0.2.8 [2020-10-02T02:30:28.743Z] pycparser==2.20 [2020-10-02T02:30:28.743Z] pygerrit2==2.0.10 [2020-10-02T02:30:28.743Z] PyGithub==1.46 [2020-10-02T02:30:28.743Z] pyinotify==0.9.6 [2020-10-02T02:30:28.743Z] PyJWT==1.7.1 [2020-10-02T02:30:28.743Z] pyparsing==2.4.7 [2020-10-02T02:30:28.743Z] pyperclip==1.8.0 [2020-10-02T02:30:28.743Z] pyroute2==0.4.13 [2020-10-02T02:30:28.743Z] pyrsistent==0.15.7 [2020-10-02T02:30:28.743Z] PySocks==1.6.8 [2020-10-02T02:30:28.743Z] python-cinderclient==7.2.0 [2020-10-02T02:30:28.743Z] python-dateutil==2.8.1 [2020-10-02T02:30:28.743Z] python-heatclient==2.2.1 [2020-10-02T02:30:28.743Z] python-jenkins==1.7.0 [2020-10-02T02:30:28.743Z] python-keystoneclient==4.1.1 [2020-10-02T02:30:28.743Z] python-magnumclient==3.2.1 [2020-10-02T02:30:28.743Z] python-novaclient==17.2.1 [2020-10-02T02:30:28.743Z] python-openstackclient==5.3.1 [2020-10-02T02:30:28.743Z] python-swiftclient==3.10.1 [2020-10-02T02:30:28.743Z] pytz==2020.1 [2020-10-02T02:30:28.743Z] PyYAML==5.3 [2020-10-02T02:30:28.743Z] requests==2.23.0 [2020-10-02T02:30:28.743Z] requests-oauthlib==1.3.0 [2020-10-02T02:30:28.743Z] requestsexceptions==1.4.0 [2020-10-02T02:30:28.743Z] rfc3986==1.4.0 [2020-10-02T02:30:28.743Z] rpm==4.11.3 [2020-10-02T02:30:28.743Z] rsa==4.0 [2020-10-02T02:30:28.743Z] ruamel.yaml==0.16.10 [2020-10-02T02:30:28.743Z] ruamel.yaml.clib==0.2.0 [2020-10-02T02:30:28.743Z] s3transfer==0.3.3 [2020-10-02T02:30:28.743Z] shade==1.27.2 [2020-10-02T02:30:28.743Z] simplejson==3.17.2 [2020-10-02T02:30:28.743Z] six==1.14.0 [2020-10-02T02:30:28.743Z] soupsieve==2.0 [2020-10-02T02:30:28.743Z] stevedore==3.2.2 [2020-10-02T02:30:28.743Z] tabulate==0.8.6 [2020-10-02T02:30:28.743Z] toml==0.10.0 [2020-10-02T02:30:28.743Z] tox==3.20.0 [2020-10-02T02:30:28.743Z] tqdm==4.43.0 [2020-10-02T02:30:28.743Z] typing-extensions==3.7.4.3 [2020-10-02T02:30:28.743Z] urllib3==1.25.8 [2020-10-02T02:30:28.743Z] virtualenv==20.0.32 [2020-10-02T02:30:28.743Z] wcwidth==0.2.5 [2020-10-02T02:30:28.743Z] websocket-client==0.57.0 [2020-10-02T02:30:28.743Z] wrapt==1.12.1 [2020-10-02T02:30:28.743Z] xdg==3.0.2 [2020-10-02T02:30:28.743Z] xmltodict==0.12.0 [2020-10-02T02:30:28.743Z] yarl==1.6.0 [2020-10-02T02:30:28.743Z] yq==2.11.1 [2020-10-02T02:30:28.743Z] zipp==3.2.0 [2020-10-02T02:30:28.743Z] Cache entry deserialization failed, entry ignored [2020-10-02T02:30:30.134Z] 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-02T02:30:32.735Z] Python 2.7.5 [2020-10-02T02:30:33.188Z] pip 20.2.3 from /home/jenkins/.local/lib/python2.7/site-packages/pip (python 2.7) [2020-10-02T02:30:33.536Z] 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-02T02:30:33.536Z] ansible==2.9.7 [2020-10-02T02:30:33.536Z] Babel==0.9.6 [2020-10-02T02:30:33.536Z] backports.ssl-match-hostname==3.5.0.1 [2020-10-02T02:30:33.536Z] beautifulsoup4==4.4.1 [2020-10-02T02:30:33.536Z] bodhi==2.11.0 [2020-10-02T02:30:33.536Z] bodhi-client==2.11.0 [2020-10-02T02:30:33.536Z] CCColUtils==1.4 [2020-10-02T02:30:33.536Z] cffi==1.6.0 [2020-10-02T02:30:33.536Z] chardet==2.2.1 [2020-10-02T02:30:33.536Z] click==6.7 [2020-10-02T02:30:33.536Z] cloud-init==18.5 [2020-10-02T02:30:33.536Z] configobj==4.7.2 [2020-10-02T02:30:33.537Z] cryptography==1.7.2 [2020-10-02T02:30:33.537Z] decorator==3.4.0 [2020-10-02T02:30:33.537Z] distro==1.2.0 [2020-10-02T02:30:33.537Z] enum34==1.0.4 [2020-10-02T02:30:33.537Z] fedpkg==1.38 [2020-10-02T02:30:33.537Z] futures==3.1.1 [2020-10-02T02:30:33.537Z] gitdb==0.6.4 [2020-10-02T02:30:33.537Z] GitPython==1.0.1 [2020-10-02T02:30:33.537Z] html5lib==0.999 [2020-10-02T02:30:33.537Z] httplib2==0.9.2 [2020-10-02T02:30:33.537Z] idna==2.4 [2020-10-02T02:30:33.537Z] iniparse==0.4 [2020-10-02T02:30:33.537Z] ipaddress==1.0.16 [2020-10-02T02:30:33.537Z] IPy==0.75 [2020-10-02T02:30:33.537Z] javapackages==1.0.0 [2020-10-02T02:30:33.537Z] Jinja2==2.7.2 [2020-10-02T02:30:33.537Z] jmespath==0.9.4 [2020-10-02T02:30:33.537Z] jsonpatch==1.2 [2020-10-02T02:30:33.537Z] jsonpointer==1.9 [2020-10-02T02:30:33.537Z] kerberos==1.1 [2020-10-02T02:30:33.537Z] kitchen==1.1.1 [2020-10-02T02:30:33.537Z] langtable==0.0.31 [2020-10-02T02:30:33.537Z] lockfile==0.9.1 [2020-10-02T02:30:33.537Z] lxml==3.2.1 [2020-10-02T02:30:33.537Z] MarkupSafe==0.11 [2020-10-02T02:30:33.537Z] munch==2.0.2 [2020-10-02T02:30:33.537Z] offtrac==0.1.0 [2020-10-02T02:30:33.537Z] openidc-client==0.6.0 [2020-10-02T02:30:33.537Z] packagedb-cli==2.14.1 [2020-10-02T02:30:33.537Z] paramiko==2.1.1 [2020-10-02T02:30:33.537Z] perf==0.1 [2020-10-02T02:30:33.537Z] ply==3.4 [2020-10-02T02:30:33.537Z] policycoreutils-default-encoding==0.1 [2020-10-02T02:30:33.537Z] prettytable==0.7.2 [2020-10-02T02:30:33.537Z] pyasn1==0.1.9 [2020-10-02T02:30:33.537Z] pycparser==2.14 [2020-10-02T02:30:33.537Z] pycurl==7.19.0 [2020-10-02T02:30:33.537Z] pygobject==3.22.0 [2020-10-02T02:30:33.537Z] pygpgme==0.3 [2020-10-02T02:30:33.537Z] pyliblzma==0.5.3 [2020-10-02T02:30:33.537Z] pyOpenSSL==0.13.1 [2020-10-02T02:30:33.537Z] pyparsing==1.5.6 [2020-10-02T02:30:33.537Z] pyserial==2.6 [2020-10-02T02:30:33.537Z] python-augeas==0.5.0 [2020-10-02T02:30:33.537Z] python-bugzilla==2.3.0 [2020-10-02T02:30:33.537Z] python-dateutil==1.5 [2020-10-02T02:30:33.537Z] python-fedora==0.10.0 [2020-10-02T02:30:33.537Z] python-linux-procfs==0.4.9 [2020-10-02T02:30:33.537Z] python-yubico==1.2.3 [2020-10-02T02:30:33.537Z] pyudev==0.15 [2020-10-02T02:30:33.537Z] pyusb==1.0.0b1 [2020-10-02T02:30:33.537Z] pyxattr==0.5.1 [2020-10-02T02:30:33.537Z] PyYAML==3.10 [2020-10-02T02:30:33.537Z] requests==2.6.0 [2020-10-02T02:30:33.537Z] requests-kerberos==0.7.0 [2020-10-02T02:30:33.537Z] rpkg==1.60 [2020-10-02T02:30:33.537Z] schedutils==0.4 [2020-10-02T02:30:33.537Z] seobject==0.1 [2020-10-02T02:30:33.537Z] sepolicy==1.1 [2020-10-02T02:30:33.537Z] six==1.9.0 [2020-10-02T02:30:33.537Z] smmap==0.9.0 [2020-10-02T02:30:33.537Z] urlgrabber==3.10 [2020-10-02T02:30:33.537Z] urllib3==1.10.2 [2020-10-02T02:30:33.537Z] virtualenv==15.1.0 [2020-10-02T02:30:33.537Z] yum-langpacks==0.4.2 [2020-10-02T02:30:33.537Z] yum-metadata-parser==1.1.4 [Pipeline] echo [2020-10-02T02:30:33.547Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-02T02:30:33.847Z] ---> sudo-logs.sh [2020-10-02T02:30:33.847Z] Archiving 'sudo' log.. [Pipeline] echo [2020-10-02T02:30:34.120Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-02T02:30:34.421Z] ---> job-cost.sh [2020-10-02T02:30:34.421Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-u43Z [2020-10-02T02:30:42.574Z] Cache entry deserialization failed, entry ignored [2020-10-02T02:30:42.574Z] Cache entry deserialization failed, entry ignored [2020-10-02T02:30:43.972Z] Cache entry deserialization failed, entry ignored [2020-10-02T02:30:43.972Z] Cache entry deserialization failed, entry ignored [2020-10-02T02:30:43.972Z] Cache entry deserialization failed, entry ignored [2020-10-02T02:30:43.972Z] Cache entry deserialization failed, entry ignored [2020-10-02T02:30:44.241Z] Cache entry deserialization failed, entry ignored [2020-10-02T02:30:44.241Z] Cache entry deserialization failed, entry ignored [2020-10-02T02:30:44.509Z] Cache entry deserialization failed, entry ignored [2020-10-02T02:30:44.509Z] Cache entry deserialization failed, entry ignored [2020-10-02T02:30:45.080Z] Cache entry deserialization failed, entry ignored [2020-10-02T02:30:45.080Z] Cache entry deserialization failed, entry ignored [2020-10-02T02:30:48.388Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2020-10-02T02:31:20.558Z] lf-activate-venv(): INFO: Adding /tmp/venv-u43Z/bin to PATH [2020-10-02T02:31:20.558Z] INFO: No Stack... [2020-10-02T02:31:20.558Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2020-10-02T02:31:20.558Z] INFO: Archiving Costs [Pipeline] echo [2020-10-02T02:31:20.574Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-02T02:31:20.877Z] ---> logs-deploy.sh [2020-10-02T02:31:20.877Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/master/68 [2020-10-02T02:31:20.877Z] INFO: archiving workspace using pattern(s): [2020-10-02T02:31:22.802Z] Archives upload complete. [2020-10-02T02:31:23.064Z] INFO: archiving logs to Nexus