Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 1e612ed535d2e5692843658024442fbb2ae5655f 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 d07cd02ecb4437160b67c3e2c8b9f8516fc20714 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 d07cd02ecb4437160b67c3e2c8b9f8516fc20714 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 d07cd02ecb4437160b67c3e2c8b9f8516fc20714 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f d07cd02ecb4437160b67c3e2c8b9f8516fc20714 # timeout=10 Commit message: "Merge pull request #233 from ernestojeda/fix-snap-workspace-issue" > 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. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:device-sdk-go, goVersion:1.13, 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.13 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-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 [Pipeline] node Still waiting to schedule task ‘prd-centos7-docker-4c-2g-213’ is offline; ‘prd-centos7-docker-4c-2g-851’ is offline; ‘prd-centos7-docker-4c-2g-859’ is offline; ‘prd-centos7-docker-4c-2g-863’ is offline Running on prd-centos7-docker-4c-2g-866 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 with configured refspecs honoured and without tags Fetching without tags 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 --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # 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 --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 Checking out Revision 1e612ed535d2e5692843658024442fbb2ae5655f (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 1e612ed535d2e5692843658024442fbb2ae5655f # timeout=10 Commit message: "Merge pull request #575 from venkata-subbareddyK/update-Dockerfile-forCMD" > git rev-list --no-walk 108cafbdc36a33829f2cd6e77abc07459d29f393 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-08-31T20:22:39.221Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-08-31T20:22:39.450Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-08-31T20:22:39.542Z] ========================================================= [2020-08-31T20:22:39.542Z] EdgeX Global Pipelines Version Info [2020-08-31T20:22:39.542Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-08-31T20:22:40.923Z] ------------------- [2020-08-31T20:22:40.923Z] stable info: [2020-08-31T20:22:40.923Z] ------------------- [2020-08-31T20:22:40.923Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-08-31T20:22:40.923Z] Commit SHA: d07cd02ecb4437160b67c3e2c8b9f8516fc20714 [2020-08-31T20:22:40.923Z] Message: update stable to v1.0.115 [2020-08-31T20:22:41.868Z] ------------------- [2020-08-31T20:22:41.868Z] experimental info: [2020-08-31T20:22:41.868Z] ------------------- [2020-08-31T20:22:41.869Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-08-31T20:22:41.869Z] Commit SHA: d07cd02ecb4437160b67c3e2c8b9f8516fc20714 [2020-08-31T20:22:41.869Z] Message: update experimental to v1.0.115 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo [2020-08-31T20:22:42.179Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-go-settings [Pipeline] echo [2020-08-31T20:22:42.275Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-go [Pipeline] echo [2020-08-31T20:22:42.355Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-08-31T20:22:42.434Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-08-31T20:22:42.537Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-08-31T20:22:42.625Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.13 [Pipeline] echo [2020-08-31T20:22:42.724Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-08-31T20:22:42.817Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine [Pipeline] echo [2020-08-31T20:22:42.894Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = example/cmd/device-simple/Dockerfile [Pipeline] echo [2020-08-31T20:22:42.976Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-08-31T20:22:43.074Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-08-31T20:22:43.198Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-sdk-simple [Pipeline] echo [2020-08-31T20:22:43.280Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-08-31T20:22:43.356Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-08-31T20:22:43.454Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2020-08-31T20:22:43.528Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2020-08-31T20:22:43.603Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2020-08-31T20:22:43.683Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2020-08-31T20:22:43.759Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2020-08-31T20:22:43.858Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2020-08-31T20:22:43.937Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2020-08-31T20:22:44.015Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2020-08-31T20:22:44.096Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2020-08-31T20:22:44.176Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2020-08-31T20:22:44.251Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2020-08-31T20:22:44.327Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 1e612ed535d2e5692843658024442fbb2ae5655f [Pipeline] echo [2020-08-31T20:22:44.431Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 1e612ed [Pipeline] echo [2020-08-31T20:22:44.525Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-08-31T20:22:45.057Z] + git log --format=format:%s -1 1e612ed535d2e5692843658024442fbb2ae5655f [Pipeline] echo [2020-08-31T20:22:45.112Z] GIT_COMMIT: 1e612ed535d2e5692843658024442fbb2ae5655f, Commit Message: Merge pull request #575 from venkata-subbareddyK/update-Dockerfile-forCMD [Pipeline] echo [2020-08-31T20:22:45.156Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2020-08-31T20:22:45.660Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-08-31T20:22:45.921Z] [2020-08-31T20:22:45.921Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-08-31T20:22:46.266Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-08-31T20:22:46.266Z] latest: Pulling from edgex-devops/git-semver [2020-08-31T20:22:46.266Z] 31603596830f: Pulling fs layer [2020-08-31T20:22:46.266Z] 2a8b12db71e7: Pulling fs layer [2020-08-31T20:22:46.266Z] 6ca5941a6612: Pulling fs layer [2020-08-31T20:22:46.266Z] ecc8261a40a4: Pulling fs layer [2020-08-31T20:22:46.266Z] ecc8261a40a4: Waiting [2020-08-31T20:22:46.266Z] 2a8b12db71e7: Download complete [2020-08-31T20:22:46.266Z] 31603596830f: Verifying Checksum [2020-08-31T20:22:46.266Z] 31603596830f: Download complete [2020-08-31T20:22:46.533Z] ecc8261a40a4: Verifying Checksum [2020-08-31T20:22:46.533Z] ecc8261a40a4: Download complete [2020-08-31T20:22:46.533Z] 6ca5941a6612: Verifying Checksum [2020-08-31T20:22:46.533Z] 6ca5941a6612: Download complete [2020-08-31T20:22:46.801Z] 31603596830f: Pull complete [2020-08-31T20:22:46.801Z] 2a8b12db71e7: Pull complete [2020-08-31T20:22:47.760Z] 6ca5941a6612: Pull complete [2020-08-31T20:22:48.021Z] ecc8261a40a4: Pull complete [2020-08-31T20:22:48.021Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-08-31T20:22:48.021Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-08-31T20:22:48.021Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-08-31T20:22:48.149Z] prd-centos7-docker-4c-2g-866 does not seem to be running inside a container [2020-08-31T20:22:48.195Z] $ 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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-08-31T20:22:50.101Z] $ docker top 30aad8b5dac0f2aeed637947befd9101744616bf456960d381e130731d725ded -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-08-31T20:22:50.610Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-08-31T20:22:50.610Z] [ssh-agent] Looking for ssh-agent implementation... [2020-08-31T20:22:50.849Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-08-31T20:22:50.854Z] $ docker exec 30aad8b5dac0f2aeed637947befd9101744616bf456960d381e130731d725ded ssh-agent [2020-08-31T20:22:51.032Z] SSH_AUTH_SOCK=/tmp/ssh-PLRQh1dQcJOq/agent.12 [2020-08-31T20:22:51.032Z] SSH_AGENT_PID=17 [2020-08-31T20:22:51.051Z] Running ssh-add (command line suppressed) [2020-08-31T20:22:51.180Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_3748040026025610873.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_3748040026025610873.key) [2020-08-31T20:22:51.240Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-08-31T20:22:51.567Z] + git describe --exact-match --tags HEAD [2020-08-31T20:22:51.567Z] fatal: No names found, cannot describe anything. [Pipeline] } [2020-08-31T20:22:51.591Z] $ docker exec --env ******** --env ******** 30aad8b5dac0f2aeed637947befd9101744616bf456960d381e130731d725ded ssh-agent -k [2020-08-31T20:22:51.701Z] unset SSH_AUTH_SOCK; [2020-08-31T20:22:51.701Z] unset SSH_AGENT_PID; [2020-08-31T20:22:51.702Z] echo Agent pid 17 killed; [2020-08-31T20:22:51.743Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [2020-08-31T20:22:51.926Z] [edgeXSemver]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 [2020-08-31T20:22:51.926Z] This usually means this commit has not been tagged. [Pipeline] sshagent [2020-08-31T20:22:52.024Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-08-31T20:22:52.025Z] [ssh-agent] Looking for ssh-agent implementation... [2020-08-31T20:22:52.196Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-08-31T20:22:52.202Z] $ docker exec 30aad8b5dac0f2aeed637947befd9101744616bf456960d381e130731d725ded ssh-agent [2020-08-31T20:22:52.360Z] SSH_AUTH_SOCK=/tmp/ssh-R4JfbsZWmjoI/agent.46 [2020-08-31T20:22:52.360Z] SSH_AGENT_PID=51 [2020-08-31T20:22:52.367Z] Running ssh-add (command line suppressed) [2020-08-31T20:22:52.494Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_6644750985108931895.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_6644750985108931895.key) [2020-08-31T20:22:52.541Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-08-31T20:22:52.878Z] + git semver init [2020-08-31T20:22:52.878Z] # -> Open(): unable to determine branch for HEAD [2020-08-31T20:22:52.878Z] # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git [2020-08-31T20:22:52.878Z] # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master [2020-08-31T20:22:52.878Z] # $SEMVER_REMOTE_NAME = origin [2020-08-31T20:22:52.878Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-08-31T20:22:52.878Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-08-31T20:22:52.878Z] # $SEMVER_BRANCH = master [2020-08-31T20:22:52.878Z] # $SEMVER_TEMP = /tmp/semver-628596702 [2020-08-31T20:22:52.878Z] # git clone --branch semver git@github.com:edgexfoundry/device-sdk-go.git $SEMVER_TEMP [2020-08-31T20:22:53.453Z] # '/tmp/semver-628596702' -> '/w/workspace/dgexfoundry_device-sdk-go_master/.semver' [2020-08-31T20:22:53.453Z] # -> Force: false [2020-08-31T20:22:53.453Z] # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver [Pipeline] } [2020-08-31T20:22:53.467Z] $ docker exec --env ******** --env ******** 30aad8b5dac0f2aeed637947befd9101744616bf456960d381e130731d725ded ssh-agent -k [2020-08-31T20:22:53.584Z] unset SSH_AUTH_SOCK; [2020-08-31T20:22:53.584Z] unset SSH_AGENT_PID; [2020-08-31T20:22:53.585Z] echo Agent pid 51 killed; [2020-08-31T20:22:53.626Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-08-31T20:22:54.115Z] + git semver [Pipeline] } [2020-08-31T20:22:54.141Z] $ docker stop --time=1 30aad8b5dac0f2aeed637947befd9101744616bf456960d381e130731d725ded [2020-08-31T20:22:55.479Z] $ docker rm -f 30aad8b5dac0f2aeed637947befd9101744616bf456960d381e130731d725ded [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash [2020-08-31T20:22:56.854Z] Stashed 26 file(s) [Pipeline] echo [2020-08-31T20:22:56.857Z] [edgeXSemver]: initialized semver on version 1.2.4-dev.7 [Pipeline] echo [2020-08-31T20:22:56.932Z] Archived original version: [1.2.4-dev.7] [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-08-31T20:23:12.281Z] Still waiting to schedule task [2020-08-31T20:23:12.281Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2020-08-31T20:23:12.281Z] Still waiting to schedule task [2020-08-31T20:23:12.281Z] ‘prd-centos7-docker-4c-2g-213’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-centos7-docker-4c-2g-851’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-centos7-docker-4c-2g-859’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-ubuntu18.04-docker-arm64-16c-16g-867’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-861’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-868’ is offline [2020-08-31T20:25:38.614Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-871 in /w/workspace/dgexfoundry_device-sdk-go_master [Pipeline] { [Pipeline] ws [2020-08-31T20:25:38.696Z] Running in /w/workspace/device-sdk-go/57 [Pipeline] { [Pipeline] checkout [2020-08-31T20:25:44.085Z] using credential edgex-jenkins-ssh [2020-08-31T20:25:44.143Z] Cloning the remote Git repository [2020-08-31T20:25:44.143Z] Cloning with configured refspecs honoured and without tags [2020-08-31T20:25:44.223Z] Cloning repository git@github.com:edgexfoundry/device-sdk-go.git [2020-08-31T20:25:44.335Z] > git init /w/workspace/device-sdk-go/57 # timeout=10 [2020-08-31T20:25:44.400Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2020-08-31T20:25:44.401Z] > git --version # timeout=10 [2020-08-31T20:25:44.424Z] > git --version # 'git version 2.17.1' [2020-08-31T20:25:44.426Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-08-31T20:25:44.504Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-08-31T20:25:46.379Z] Fetching without tags [2020-08-31T20:25:46.999Z] Checking out Revision 1e612ed535d2e5692843658024442fbb2ae5655f (master) [2020-08-31T20:25:46.334Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2020-08-31T20:25:46.351Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-08-31T20:25:46.375Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2020-08-31T20:25:46.407Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2020-08-31T20:25:46.408Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-08-31T20:25:46.420Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-08-31T20:25:47.031Z] > git config core.sparsecheckout # timeout=10 [2020-08-31T20:25:47.050Z] > git checkout -f 1e612ed535d2e5692843658024442fbb2ae5655f # timeout=10 [2020-08-31T20:25:51.555Z] Commit message: "Merge pull request #575 from venkata-subbareddyK/update-Dockerfile-forCMD" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-08-31T20:25:52.793Z] ========================================================= [2020-08-31T20:25:52.793Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] [2020-08-31T20:25:52.793Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-08-31T20:25:54.550Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine . [2020-08-31T20:25:55.543Z] Sending build context to Docker daemon 3.114MB [2020-08-31T20:25:55.543Z] Step 1/8 : ARG BASE=golang:1.13-alpine [2020-08-31T20:25:55.543Z] Step 2/8 : FROM ${BASE} [2020-08-31T20:25:55.823Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-08-31T20:25:55.823Z] b538f80385f9: Pulling fs layer [2020-08-31T20:25:55.823Z] 74f711af9a0d: Pulling fs layer [2020-08-31T20:25:55.823Z] 99f96fe45779: Pulling fs layer [2020-08-31T20:25:55.823Z] fd7a069fd194: Pulling fs layer [2020-08-31T20:25:55.823Z] 66aa3694b03b: Pulling fs layer [2020-08-31T20:25:55.823Z] 170f70906a0f: Pulling fs layer [2020-08-31T20:25:55.823Z] ad7c5574e4b9: Pulling fs layer [2020-08-31T20:25:55.823Z] e772456be8f7: Pulling fs layer [2020-08-31T20:25:55.823Z] c890913d741a: Pulling fs layer [2020-08-31T20:25:55.823Z] 2480fcc9aa5a: Pulling fs layer [2020-08-31T20:25:55.823Z] 09adf4765672: Pulling fs layer [2020-08-31T20:25:55.823Z] 66aa3694b03b: Waiting [2020-08-31T20:25:55.823Z] fd7a069fd194: Waiting [2020-08-31T20:25:55.823Z] 170f70906a0f: Waiting [2020-08-31T20:25:55.823Z] ad7c5574e4b9: Waiting [2020-08-31T20:25:55.823Z] e772456be8f7: Waiting [2020-08-31T20:25:55.823Z] c890913d741a: Waiting [2020-08-31T20:25:55.823Z] 2480fcc9aa5a: Waiting [2020-08-31T20:25:55.823Z] 09adf4765672: Waiting [2020-08-31T20:25:55.823Z] 99f96fe45779: Verifying Checksum [2020-08-31T20:25:55.823Z] 99f96fe45779: Download complete [2020-08-31T20:25:55.823Z] 74f711af9a0d: Verifying Checksum [2020-08-31T20:25:56.097Z] 74f711af9a0d: Download complete [2020-08-31T20:25:56.097Z] 66aa3694b03b: Verifying Checksum [2020-08-31T20:25:56.097Z] 66aa3694b03b: Download complete [2020-08-31T20:25:56.097Z] 170f70906a0f: Verifying Checksum [2020-08-31T20:25:56.097Z] 170f70906a0f: Download complete [2020-08-31T20:25:57.075Z] b538f80385f9: Verifying Checksum [2020-08-31T20:25:57.677Z] b538f80385f9: Pull complete [2020-08-31T20:25:58.290Z] 74f711af9a0d: Pull complete [2020-08-31T20:25:58.897Z] 99f96fe45779: Pull complete [2020-08-31T20:25:59.498Z] ad7c5574e4b9: Verifying Checksum [2020-08-31T20:25:59.498Z] ad7c5574e4b9: Download complete [2020-08-31T20:25:59.498Z] c890913d741a: Verifying Checksum [2020-08-31T20:25:59.498Z] c890913d741a: Download complete [2020-08-31T20:26:01.472Z] 2480fcc9aa5a: Verifying Checksum [2020-08-31T20:26:01.472Z] 2480fcc9aa5a: Download complete [2020-08-31T20:26:01.472Z] 09adf4765672: Verifying Checksum [2020-08-31T20:26:01.472Z] 09adf4765672: Download complete [2020-08-31T20:26:01.754Z] fd7a069fd194: Verifying Checksum [2020-08-31T20:26:01.754Z] fd7a069fd194: Download complete [2020-08-31T20:26:02.355Z] e772456be8f7: Verifying Checksum [2020-08-31T20:26:02.355Z] e772456be8f7: Download complete [2020-08-31T20:26:14.766Z] fd7a069fd194: Pull complete [2020-08-31T20:26:14.766Z] 66aa3694b03b: Pull complete [2020-08-31T20:26:14.766Z] 170f70906a0f: Pull complete [2020-08-31T20:26:17.396Z] ad7c5574e4b9: Pull complete [2020-08-31T20:26:22.828Z] e772456be8f7: Pull complete [2020-08-31T20:26:22.828Z] c890913d741a: Pull complete [2020-08-31T20:26:24.837Z] 2480fcc9aa5a: Pull complete [2020-08-31T20:26:25.111Z] 09adf4765672: Pull complete [2020-08-31T20:26:25.384Z] Digest: sha256:77242015624dc62c2655c7b963a03ae32e90cc8c4d034de6c6efb010c7806a28 [2020-08-31T20:26:25.384Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine [2020-08-31T20:26:25.384Z] ---> 2248a725d1cf [2020-08-31T20:26:25.384Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-08-31T20:26:30.808Z] ---> Running in ed524d7fab61 [2020-08-31T20:26:30.808Z] Removing intermediate container ed524d7fab61 [2020-08-31T20:26:30.808Z] ---> 6c252c0492bb [2020-08-31T20:26:30.808Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-31T20:26:30.808Z] ---> Running in d033b5b14e89 [2020-08-31T20:26:33.452Z] Removing intermediate container d033b5b14e89 [2020-08-31T20:26:33.452Z] ---> 853bac8f3a25 [2020-08-31T20:26:33.453Z] Step 5/8 : RUN apk add --no-cache make git [2020-08-31T20:26:33.453Z] ---> Running in d8cba8166c7d [2020-08-31T20:26:34.889Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-31T20:26:35.873Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-31T20:26:36.467Z] OK: 142 MiB in 39 packages [2020-08-31T20:26:37.899Z] Removing intermediate container d8cba8166c7d [2020-08-31T20:26:37.899Z] ---> ded1bc23b010 [2020-08-31T20:26:37.899Z] Step 6/8 : WORKDIR /device-sdk-go [2020-08-31T20:26:37.899Z] ---> Running in c50b3568da1b [2020-08-31T20:26:38.498Z] Removing intermediate container c50b3568da1b [2020-08-31T20:26:38.498Z] ---> 762c2a75f54d [2020-08-31T20:26:38.498Z] Step 7/8 : COPY . . [2020-08-31T20:26:39.476Z] ---> a79d60ac6fe9 [2020-08-31T20:26:39.476Z] Step 8/8 : RUN go mod download [2020-08-31T20:26:39.749Z] ---> Running in 07ea103f0e14 [2020-08-31T20:26:43.134Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-08-31T20:26:43.134Z] go: finding github.com/OneOfOne/xxhash v1.2.6 [2020-08-31T20:26:43.134Z] go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e [2020-08-31T20:26:43.134Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-08-31T20:26:43.134Z] go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 [2020-08-31T20:26:43.134Z] go: finding github.com/bgentry/speakeasy v0.1.0 [2020-08-31T20:26:43.134Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-08-31T20:26:43.134Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-08-31T20:26:43.134Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.37 [2020-08-31T20:26:43.134Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-08-31T20:26:43.134Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-08-31T20:26:43.134Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 [2020-08-31T20:26:43.134Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-08-31T20:26:43.134Z] go: finding github.com/fatih/color v1.7.0 [2020-08-31T20:26:43.134Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-08-31T20:26:43.403Z] go: finding github.com/go-kit/kit v0.8.0 [2020-08-31T20:26:43.403Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-08-31T20:26:43.403Z] go: finding github.com/go-stack/stack v1.8.0 [2020-08-31T20:26:43.403Z] go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2020-08-31T20:26:43.403Z] go: finding github.com/google/uuid v1.1.0 [2020-08-31T20:26:43.403Z] go: finding github.com/gorilla/mux v1.7.1 [2020-08-31T20:26:43.403Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-08-31T20:26:43.672Z] go: finding github.com/hashicorp/consul/sdk v0.1.1 [2020-08-31T20:26:43.672Z] go: finding github.com/hashicorp/errwrap v1.0.0 [2020-08-31T20:26:43.672Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-08-31T20:26:43.672Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-08-31T20:26:43.672Z] go: finding github.com/hashicorp/go-msgpack v0.5.3 [2020-08-31T20:26:43.672Z] go: finding github.com/hashicorp/go-multierror v1.0.0 [2020-08-31T20:26:43.672Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-08-31T20:26:43.952Z] go: finding github.com/hashicorp/go-sockaddr v1.0.0 [2020-08-31T20:26:43.952Z] go: finding github.com/hashicorp/go-syslog v1.0.0 [2020-08-31T20:26:43.952Z] go: finding github.com/hashicorp/go-uuid v1.0.1 [2020-08-31T20:26:43.952Z] go: finding github.com/hashicorp/go.net v0.0.1 [2020-08-31T20:26:43.952Z] go: finding github.com/hashicorp/golang-lru v0.5.0 [2020-08-31T20:26:43.952Z] go: finding github.com/hashicorp/logutils v1.0.0 [2020-08-31T20:26:43.952Z] go: finding github.com/hashicorp/mdns v1.0.0 [2020-08-31T20:26:44.223Z] go: finding github.com/hashicorp/memberlist v0.1.3 [2020-08-31T20:26:44.223Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-08-31T20:26:44.223Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-08-31T20:26:44.223Z] go: finding github.com/mattn/go-colorable v0.0.9 [2020-08-31T20:26:44.223Z] go: finding github.com/mattn/go-isatty v0.0.3 [2020-08-31T20:26:44.223Z] go: finding github.com/miekg/dns v1.0.14 [2020-08-31T20:26:44.223Z] go: finding github.com/mitchellh/cli v1.0.0 [2020-08-31T20:26:44.494Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-08-31T20:26:44.494Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-08-31T20:26:44.494Z] go: finding github.com/mitchellh/go-homedir v1.0.0 [2020-08-31T20:26:44.494Z] go: finding github.com/mitchellh/go-testing-interface v1.0.0 [2020-08-31T20:26:44.494Z] go: finding github.com/mitchellh/gox v0.4.0 [2020-08-31T20:26:44.494Z] go: finding github.com/mitchellh/iochan v1.0.0 [2020-08-31T20:26:44.494Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-08-31T20:26:44.764Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-08-31T20:26:44.764Z] go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2020-08-31T20:26:44.764Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-08-31T20:26:44.764Z] go: finding github.com/pkg/errors v0.8.1 [2020-08-31T20:26:44.764Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-08-31T20:26:44.764Z] go: finding github.com/posener/complete v1.1.1 [2020-08-31T20:26:44.764Z] go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f [2020-08-31T20:26:45.032Z] go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2020-08-31T20:26:45.032Z] go: finding github.com/stretchr/objx v0.1.0 [2020-08-31T20:26:45.032Z] go: finding github.com/stretchr/testify v1.5.1 [2020-08-31T20:26:45.032Z] go: finding github.com/ugorji/go v1.1.4 [2020-08-31T20:26:45.032Z] go: finding github.com/x448/float16 v0.8.4 [2020-08-31T20:26:45.032Z] go: finding golang.org/x/crypto v0.0.0-20181029021203-45a5f77698d3 [2020-08-31T20:26:45.303Z] go: finding golang.org/x/net v0.0.0-20181201002055-351d144fa1fc [2020-08-31T20:26:45.303Z] go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-08-31T20:26:45.303Z] go: finding golang.org/x/sys v0.0.0-20181026203630-95b1ffbd15a5 [2020-08-31T20:26:45.303Z] go: finding gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 [2020-08-31T20:26:45.303Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-08-31T20:26:55.448Z] Removing intermediate container 07ea103f0e14 [2020-08-31T20:26:55.448Z] ---> 31194ececdb9 [2020-08-31T20:26:55.448Z] Successfully built 31194ececdb9 [2020-08-31T20:26:55.448Z] Successfully tagged ci-base-image-arm64:latest [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-08-31T20:26:57.178Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-08-31T20:26:57.511Z] + ls -al . [2020-08-31T20:26:57.511Z] total 104 [2020-08-31T20:26:57.511Z] drwxrwxr-x 11 jenkins jenkins 4096 Aug 31 20:25 . [2020-08-31T20:26:57.511Z] drwxrwxr-x 4 jenkins jenkins 4096 Aug 31 20:25 .. [2020-08-31T20:26:57.511Z] -rw-rw-r-- 1 jenkins jenkins 140 Aug 31 20:25 .dockerignore [2020-08-31T20:26:57.511Z] drwxrwxr-x 8 jenkins jenkins 4096 Aug 31 20:25 .git [2020-08-31T20:26:57.511Z] drwxrwxr-x 2 jenkins jenkins 4096 Aug 31 20:25 .github [2020-08-31T20:26:57.511Z] -rw-rw-r-- 1 jenkins jenkins 138 Aug 31 20:25 .gitignore [2020-08-31T20:26:57.511Z] drwxrwxr-x 3 jenkins jenkins 4096 Aug 31 20:25 .semver [2020-08-31T20:26:57.511Z] -rw-rw-r-- 1 jenkins jenkins 936 Aug 31 20:25 Dockerfile.build [2020-08-31T20:26:57.511Z] -rw-rw-r-- 1 jenkins jenkins 808 Aug 31 20:25 Jenkinsfile [2020-08-31T20:26:57.511Z] -rw-rw-r-- 1 jenkins jenkins 11341 Aug 31 20:25 LICENSE [2020-08-31T20:26:57.511Z] -rw-rw-r-- 1 jenkins jenkins 892 Aug 31 20:25 Makefile [2020-08-31T20:26:57.511Z] -rw-rw-r-- 1 jenkins jenkins 5101 Aug 31 20:25 README.md [2020-08-31T20:26:57.511Z] -rw-rw-r-- 1 jenkins jenkins 4291 Aug 31 20:25 RELEASE-NOTES.txt [2020-08-31T20:26:57.511Z] -rw-rw-r-- 1 jenkins jenkins 11 Aug 31 20:22 VERSION [2020-08-31T20:26:57.511Z] drwxrwxr-x 2 jenkins jenkins 4096 Aug 31 20:25 bin [2020-08-31T20:26:57.511Z] drwxrwxr-x 4 jenkins jenkins 4096 Aug 31 20:25 example [2020-08-31T20:26:57.511Z] -rw-rw-r-- 1 jenkins jenkins 446 Aug 31 20:25 go.mod [2020-08-31T20:26:57.511Z] drwxrwxr-x 13 jenkins jenkins 4096 Aug 31 20:25 internal [2020-08-31T20:26:57.511Z] drwxrwxr-x 4 jenkins jenkins 4096 Aug 31 20:25 openapi [2020-08-31T20:26:57.511Z] drwxrwxr-x 5 jenkins jenkins 4096 Aug 31 20:25 pkg [2020-08-31T20:26:57.511Z] drwxrwxr-x 4 jenkins jenkins 4096 Aug 31 20:25 snap [2020-08-31T20:26:57.511Z] -rw-rw-r-- 1 jenkins jenkins 222 Aug 31 20:25 version.go [Pipeline] isUnix [Pipeline] sh [2020-08-31T20:26:57.854Z] + 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=1e612ed535d2e5692843658024442fbb2ae5655f --label arch=arm64 --label version=1.2.4-dev.7 . [2020-08-31T20:26:58.453Z] Sending build context to Docker daemon 3.114MB [2020-08-31T20:26:58.453Z] Step 1/24 : ARG BASE=golang:1.13-alpine [2020-08-31T20:26:58.453Z] Step 2/24 : FROM ${BASE} AS builder [2020-08-31T20:26:58.453Z] ---> 31194ececdb9 [2020-08-31T20:26:58.453Z] Step 3/24 : ARG MAKE='make build' [2020-08-31T20:26:58.724Z] ---> Running in bb6cf2a95b69 [2020-08-31T20:26:58.994Z] Removing intermediate container bb6cf2a95b69 [2020-08-31T20:26:58.994Z] ---> d4ffd7167704 [2020-08-31T20:26:58.994Z] Step 4/24 : WORKDIR /device-sdk-go [2020-08-31T20:26:59.269Z] ---> Running in 1d865d8bc704 [2020-08-31T20:26:59.863Z] Removing intermediate container 1d865d8bc704 [2020-08-31T20:26:59.863Z] ---> 8c8b635976d7 [2020-08-31T20:26:59.863Z] Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-08-31T20:26:59.863Z] ---> Running in ffd19e81811f [2020-08-31T20:27:00.500Z] Removing intermediate container ffd19e81811f [2020-08-31T20:27:00.500Z] ---> 040f7ea0d9a7 [2020-08-31T20:27:00.500Z] Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-31T20:27:00.500Z] ---> Running in 1ac4e02c0e41 [2020-08-31T20:27:03.109Z] Removing intermediate container 1ac4e02c0e41 [2020-08-31T20:27:03.109Z] ---> 87aace2fef40 [2020-08-31T20:27:03.109Z] Step 7/24 : RUN apk add --update --no-cache make git [2020-08-31T20:27:03.383Z] ---> Running in 37b319b2629a [2020-08-31T20:27:05.351Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-31T20:27:05.623Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-31T20:27:06.600Z] OK: 142 MiB in 39 packages [2020-08-31T20:27:07.581Z] Removing intermediate container 37b319b2629a [2020-08-31T20:27:07.581Z] ---> d10fc8052b35 [2020-08-31T20:27:07.581Z] Step 8/24 : COPY . . [2020-08-31T20:27:08.567Z] ---> f0a519f30427 [2020-08-31T20:27:08.567Z] Step 9/24 : RUN ${MAKE} [2020-08-31T20:27:08.841Z] ---> Running in 02a3283e47a2 [2020-08-31T20:27:10.269Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-sdk-go.Version=1.2.4-dev.7" -o example/cmd/device-simple/device-simple ./example/cmd/device-simple [2020-08-31T20:27:37.098Z] CGO_ENABLED=0 GO111MODULE=on go install -tags=safe [2020-08-31T20:27:37.098Z] Removing intermediate container 02a3283e47a2 [2020-08-31T20:27:37.098Z] ---> f75a6a95d1f8 [2020-08-31T20:27:37.098Z] Step 10/24 : FROM scratch [2020-08-31T20:27:37.098Z] ---> [2020-08-31T20:27:37.098Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-08-31T20:27:37.098Z] ---> Running in b78774f7b138 [2020-08-31T20:27:37.098Z] Removing intermediate container b78774f7b138 [2020-08-31T20:27:37.098Z] ---> 69d44ff7ce72 [2020-08-31T20:27:37.098Z] Step 12/24 : ENV APP_PORT=49990 [2020-08-31T20:27:37.098Z] ---> Running in 69303f557bd4 [2020-08-31T20:27:37.352Z] Running on prd-centos7-docker-4c-2g-872 in /w/workspace/dgexfoundry_device-sdk-go_master [Pipeline] { [Pipeline] ws [2020-08-31T20:27:37.396Z] Running in /w/workspace/device-sdk-go/57 [Pipeline] { [Pipeline] checkout [2020-08-31T20:27:37.693Z] Removing intermediate container 69303f557bd4 [2020-08-31T20:27:37.693Z] ---> 88a61e9061b8 [2020-08-31T20:27:37.693Z] Step 13/24 : EXPOSE $APP_PORT [2020-08-31T20:27:37.693Z] ---> Running in 3c6ebe80670d [2020-08-31T20:27:37.965Z] Removing intermediate container 3c6ebe80670d [2020-08-31T20:27:37.965Z] ---> 2480bc864078 [2020-08-31T20:27:37.965Z] Step 14/24 : WORKDIR / [2020-08-31T20:27:38.234Z] ---> Running in 2942dd3998f7 [2020-08-31T20:27:38.508Z] Removing intermediate container 2942dd3998f7 [2020-08-31T20:27:38.508Z] ---> a3afc288d2eb [2020-08-31T20:27:38.508Z] Step 15/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple [2020-08-31T20:27:39.617Z] using credential edgex-jenkins-ssh [2020-08-31T20:27:39.663Z] Cloning the remote Git repository [2020-08-31T20:27:39.663Z] Cloning with configured refspecs honoured and without tags [2020-08-31T20:27:39.695Z] Cloning repository git@github.com:edgexfoundry/device-sdk-go.git [2020-08-31T20:27:39.755Z] > git init /w/workspace/device-sdk-go/57 # timeout=10 [2020-08-31T20:27:39.801Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2020-08-31T20:27:39.801Z] > git --version # timeout=10 [2020-08-31T20:27:39.808Z] > git --version # 'git version 2.16.5' [2020-08-31T20:27:39.808Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-08-31T20:27:39.832Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-08-31T20:27:39.957Z] ---> b94f2f06dd07 [2020-08-31T20:27:39.957Z] Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml [2020-08-31T20:27:40.236Z] ---> a1f563df9251 [2020-08-31T20:27:40.236Z] Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml [2020-08-31T20:27:40.421Z] Fetching without tags [2020-08-31T20:27:40.831Z] Checking out Revision 1e612ed535d2e5692843658024442fbb2ae5655f (master) [2020-08-31T20:27:40.398Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2020-08-31T20:27:40.409Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-08-31T20:27:40.420Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2020-08-31T20:27:40.431Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2020-08-31T20:27:40.431Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-08-31T20:27:40.435Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-08-31T20:27:40.846Z] > git config core.sparsecheckout # timeout=10 [2020-08-31T20:27:40.852Z] > git checkout -f 1e612ed535d2e5692843658024442fbb2ae5655f # timeout=10 [2020-08-31T20:27:41.216Z] ---> 491792c06ca0 [2020-08-31T20:27:41.216Z] Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png [2020-08-31T20:27:41.810Z] ---> 3c7248d075e1 [2020-08-31T20:27:41.810Z] Step 19/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg [2020-08-31T20:27:42.404Z] ---> fbe33c6d8e45 [2020-08-31T20:27:42.404Z] Step 20/24 : ENTRYPOINT ["/usr/local/bin/device-simple"] [2020-08-31T20:27:42.677Z] ---> Running in 1c2069f93610 [2020-08-31T20:27:42.957Z] Removing intermediate container 1c2069f93610 [2020-08-31T20:27:42.957Z] ---> 5d6554431111 [2020-08-31T20:27:42.957Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-08-31T20:27:43.235Z] ---> Running in 280ab9271f6b [2020-08-31T20:27:43.508Z] Removing intermediate container 280ab9271f6b [2020-08-31T20:27:43.508Z] ---> 73721aa0488f [2020-08-31T20:27:43.508Z] Step 22/24 : LABEL arch=arm64 [2020-08-31T20:27:43.779Z] ---> Running in 29725a7e667a [2020-08-31T20:27:44.051Z] Removing intermediate container 29725a7e667a [2020-08-31T20:27:44.051Z] ---> b12ed0a9aed3 [2020-08-31T20:27:44.051Z] Step 23/24 : LABEL git_sha=1e612ed535d2e5692843658024442fbb2ae5655f [2020-08-31T20:27:44.327Z] ---> Running in 590940d1f6ed [2020-08-31T20:27:44.432Z] Commit message: "Merge pull request #575 from venkata-subbareddyK/update-Dockerfile-forCMD" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [2020-08-31T20:27:44.921Z] Removing intermediate container 590940d1f6ed [2020-08-31T20:27:44.921Z] ---> ad18cd1aacfb [2020-08-31T20:27:44.921Z] Step 24/24 : LABEL version=1.2.4-dev.7 [2020-08-31T20:27:44.921Z] ---> Running in c98bbfd45eee [Pipeline] unstash [Pipeline] echo [2020-08-31T20:27:45.276Z] ========================================================= [2020-08-31T20:27:45.276Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] [2020-08-31T20:27:45.276Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-08-31T20:27:45.514Z] Removing intermediate container c98bbfd45eee [2020-08-31T20:27:45.514Z] ---> 087d5f9381a6 [2020-08-31T20:27:45.514Z] [Warning] One or more build-args [ARCH] were not consumed [2020-08-31T20:27:45.514Z] Successfully built 087d5f9381a6 [2020-08-31T20:27:45.514Z] Successfully tagged docker-device-sdk-simple-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [2020-08-31T20:27:45.937Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine . 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 [2020-08-31T20:27:46.200Z] Sending build context to Docker daemon 3.112MB [2020-08-31T20:27:46.200Z] Step 1/8 : ARG BASE=golang:1.13-alpine [2020-08-31T20:27:46.200Z] Step 2/8 : FROM ${BASE} [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [2020-08-31T20:27:46.472Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base [2020-08-31T20:27:46.472Z] df20fa9351a1: Pulling fs layer [2020-08-31T20:27:46.472Z] ed8968b2872e: Pulling fs layer [2020-08-31T20:27:46.472Z] a92cc7c5fd73: Pulling fs layer [2020-08-31T20:27:46.472Z] 2dd03ba5bac4: Pulling fs layer [2020-08-31T20:27:46.472Z] 1e091d79d1de: Pulling fs layer [2020-08-31T20:27:46.472Z] 481702a1767f: Pulling fs layer [2020-08-31T20:27:46.472Z] f64a6f60c768: Pulling fs layer [2020-08-31T20:27:46.472Z] e78d2573fc39: Pulling fs layer [2020-08-31T20:27:46.472Z] e876d2f968b6: Pulling fs layer [2020-08-31T20:27:46.472Z] ce8a83651883: Pulling fs layer [2020-08-31T20:27:46.472Z] 07967f4d0e4b: Pulling fs layer [2020-08-31T20:27:46.472Z] f64a6f60c768: Waiting [2020-08-31T20:27:46.472Z] e78d2573fc39: Waiting [2020-08-31T20:27:46.472Z] 2dd03ba5bac4: Waiting [2020-08-31T20:27:46.472Z] 481702a1767f: Waiting [2020-08-31T20:27:46.472Z] 1e091d79d1de: Waiting [2020-08-31T20:27:46.472Z] e876d2f968b6: Waiting [2020-08-31T20:27:46.472Z] ce8a83651883: Waiting [2020-08-31T20:27:46.472Z] 07967f4d0e4b: Waiting [2020-08-31T20:27:46.472Z] a92cc7c5fd73: Verifying Checksum [2020-08-31T20:27:46.472Z] a92cc7c5fd73: Download complete [2020-08-31T20:27:46.472Z] ed8968b2872e: Download complete [2020-08-31T20:27:46.472Z] 1e091d79d1de: Verifying Checksum [2020-08-31T20:27:46.472Z] 1e091d79d1de: Download complete [2020-08-31T20:27:46.472Z] 481702a1767f: Verifying Checksum [2020-08-31T20:27:46.472Z] 481702a1767f: Download complete [2020-08-31T20:27:46.472Z] df20fa9351a1: Verifying Checksum [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-08-31T20:27:46.742Z] df20fa9351a1: Pull complete [2020-08-31T20:27:47.335Z] f64a6f60c768: Download complete [2020-08-31T20:27:47.335Z] e876d2f968b6: Verifying Checksum [2020-08-31T20:27:47.335Z] e876d2f968b6: Download complete [2020-08-31T20:27:47.925Z] ce8a83651883: Verifying Checksum [2020-08-31T20:27:47.925Z] ce8a83651883: Download complete [2020-08-31T20:27:48.202Z] 2dd03ba5bac4: Verifying Checksum [2020-08-31T20:27:48.202Z] 2dd03ba5bac4: Download complete [2020-08-31T20:27:48.202Z] 07967f4d0e4b: Verifying Checksum [2020-08-31T20:27:48.202Z] 07967f4d0e4b: Download complete [2020-08-31T20:27:48.202Z] e78d2573fc39: Verifying Checksum [2020-08-31T20:27:48.202Z] e78d2573fc39: Download complete [2020-08-31T20:27:48.464Z] ed8968b2872e: Pull complete [2020-08-31T20:27:48.725Z] a92cc7c5fd73: Pull complete [2020-08-31T20:27:54.041Z] 2dd03ba5bac4: Pull complete [2020-08-31T20:27:54.305Z] 1e091d79d1de: Pull complete [2020-08-31T20:27:54.305Z] 481702a1767f: Pull complete [2020-08-31T20:27:59.634Z] f64a6f60c768: Pull complete [2020-08-31T20:28:02.208Z] e78d2573fc39: Pull complete [2020-08-31T20:28:02.208Z] e876d2f968b6: Pull complete [2020-08-31T20:28:03.168Z] ce8a83651883: Pull complete [2020-08-31T20:28:03.168Z] 07967f4d0e4b: Pull complete [2020-08-31T20:28:03.168Z] Digest: sha256:323246222269c44bbdf124594b811e87e5df8ffc2c0adf7c0e497dcaec6e6afe [2020-08-31T20:28:03.168Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine [2020-08-31T20:28:03.430Z] ---> 5d7c900382c6 [2020-08-31T20:28:03.430Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-08-31T20:28:05.351Z] ---> Running in 549b71a467c0 [2020-08-31T20:28:05.351Z] Removing intermediate container 549b71a467c0 [2020-08-31T20:28:05.351Z] ---> e4d845acaeb9 [2020-08-31T20:28:05.351Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-31T20:28:05.351Z] ---> Running in 1b0cb352e1e1 [2020-08-31T20:28:06.745Z] Removing intermediate container 1b0cb352e1e1 [2020-08-31T20:28:06.745Z] ---> 81d77de6eeb0 [2020-08-31T20:28:06.745Z] Step 5/8 : RUN apk add --no-cache make git [2020-08-31T20:28:06.745Z] ---> Running in d86c03049476 [2020-08-31T20:28:07.008Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-31T20:28:07.952Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-31T20:28:08.526Z] OK: 166 MiB in 39 packages [2020-08-31T20:28:08.787Z] Removing intermediate container d86c03049476 [2020-08-31T20:28:08.787Z] ---> 34fe727ffab5 [2020-08-31T20:28:08.787Z] Step 6/8 : WORKDIR /device-sdk-go [2020-08-31T20:28:08.787Z] ---> Running in 2834991ceb09 [2020-08-31T20:28:09.049Z] Removing intermediate container 2834991ceb09 [2020-08-31T20:28:09.049Z] ---> f7e20234d0f4 [2020-08-31T20:28:09.049Z] Step 7/8 : COPY . . [2020-08-31T20:28:09.995Z] ---> ffa78592f2b3 [2020-08-31T20:28:09.995Z] Step 8/8 : RUN go mod download [2020-08-31T20:28:09.995Z] ---> Running in b8873f89464d [2020-08-31T20:28:11.920Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-08-31T20:28:11.920Z] go: finding github.com/OneOfOne/xxhash v1.2.6 [2020-08-31T20:28:11.920Z] go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e [2020-08-31T20:28:11.920Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-08-31T20:28:11.920Z] go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 [2020-08-31T20:28:12.182Z] go: finding github.com/bgentry/speakeasy v0.1.0 [2020-08-31T20:28:12.182Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-08-31T20:28:12.182Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-08-31T20:28:12.182Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.37 [2020-08-31T20:28:12.182Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-08-31T20:28:12.182Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-08-31T20:28:12.182Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 [2020-08-31T20:28:12.443Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-08-31T20:28:12.443Z] go: finding github.com/fatih/color v1.7.0 [2020-08-31T20:28:12.443Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-08-31T20:28:12.443Z] go: finding github.com/go-kit/kit v0.8.0 [2020-08-31T20:28:12.443Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-08-31T20:28:12.443Z] go: finding github.com/go-stack/stack v1.8.0 [2020-08-31T20:28:12.443Z] go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2020-08-31T20:28:12.705Z] go: finding github.com/google/uuid v1.1.0 [2020-08-31T20:28:12.705Z] go: finding github.com/gorilla/mux v1.7.1 [2020-08-31T20:28:12.705Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-08-31T20:28:12.705Z] go: finding github.com/hashicorp/consul/sdk v0.1.1 [2020-08-31T20:28:12.705Z] go: finding github.com/hashicorp/errwrap v1.0.0 [2020-08-31T20:28:12.705Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-08-31T20:28:12.705Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-08-31T20:28:12.970Z] go: finding github.com/hashicorp/go-msgpack v0.5.3 [2020-08-31T20:28:12.971Z] go: finding github.com/hashicorp/go-multierror v1.0.0 [2020-08-31T20:28:12.971Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-08-31T20:28:12.971Z] go: finding github.com/hashicorp/go-sockaddr v1.0.0 [2020-08-31T20:28:12.971Z] go: finding github.com/hashicorp/go-syslog v1.0.0 [2020-08-31T20:28:12.971Z] go: finding github.com/hashicorp/go-uuid v1.0.1 [2020-08-31T20:28:12.971Z] go: finding github.com/hashicorp/go.net v0.0.1 [2020-08-31T20:28:13.232Z] go: finding github.com/hashicorp/golang-lru v0.5.0 [2020-08-31T20:28:13.232Z] go: finding github.com/hashicorp/logutils v1.0.0 [2020-08-31T20:28:13.232Z] go: finding github.com/hashicorp/mdns v1.0.0 [2020-08-31T20:28:13.232Z] go: finding github.com/hashicorp/memberlist v0.1.3 [2020-08-31T20:28:13.232Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-08-31T20:28:13.232Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-08-31T20:28:13.232Z] go: finding github.com/mattn/go-colorable v0.0.9 [2020-08-31T20:28:13.493Z] go: finding github.com/mattn/go-isatty v0.0.3 [2020-08-31T20:28:13.493Z] go: finding github.com/miekg/dns v1.0.14 [2020-08-31T20:28:13.493Z] go: finding github.com/mitchellh/cli v1.0.0 [2020-08-31T20:28:13.493Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-08-31T20:28:13.493Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-08-31T20:28:13.493Z] go: finding github.com/mitchellh/go-homedir v1.0.0 [2020-08-31T20:28:13.493Z] go: finding github.com/mitchellh/go-testing-interface v1.0.0 [2020-08-31T20:28:13.755Z] go: finding github.com/mitchellh/gox v0.4.0 [2020-08-31T20:28:13.755Z] go: finding github.com/mitchellh/iochan v1.0.0 [2020-08-31T20:28:13.755Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-08-31T20:28:13.755Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-08-31T20:28:13.755Z] go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2020-08-31T20:28:13.755Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-08-31T20:28:13.755Z] go: finding github.com/pkg/errors v0.8.1 [2020-08-31T20:28:14.016Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-08-31T20:28:14.016Z] go: finding github.com/posener/complete v1.1.1 [2020-08-31T20:28:14.016Z] go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f [2020-08-31T20:28:14.016Z] go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2020-08-31T20:28:14.016Z] go: finding github.com/stretchr/objx v0.1.0 [2020-08-31T20:28:14.016Z] go: finding github.com/stretchr/testify v1.5.1 [2020-08-31T20:28:14.016Z] go: finding github.com/ugorji/go v1.1.4 [2020-08-31T20:28:14.279Z] go: finding github.com/x448/float16 v0.8.4 [2020-08-31T20:28:14.279Z] go: finding golang.org/x/crypto v0.0.0-20181029021203-45a5f77698d3 [2020-08-31T20:28:14.279Z] go: finding golang.org/x/net v0.0.0-20181201002055-351d144fa1fc [2020-08-31T20:28:14.279Z] go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-08-31T20:28:14.279Z] go: finding golang.org/x/sys v0.0.0-20181026203630-95b1ffbd15a5 [2020-08-31T20:28:14.279Z] go: finding gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 [2020-08-31T20:28:14.279Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-08-31T20:28:22.442Z] Removing intermediate container b8873f89464d [2020-08-31T20:28:22.442Z] ---> 2d274d317a80 [2020-08-31T20:28:22.442Z] Successfully built 2d274d317a80 [2020-08-31T20:28:22.442Z] Successfully tagged ci-base-image-x86_64:latest [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-08-31T20:28:23.451Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-08-31T20:28:23.761Z] + ls -al . [2020-08-31T20:28:23.761Z] total 64 [2020-08-31T20:28:23.761Z] drwxrwxr-x. 11 jenkins jenkins 4096 Aug 31 20:27 . [2020-08-31T20:28:23.761Z] drwxrwxr-x. 4 jenkins jenkins 30 Aug 31 20:27 .. [2020-08-31T20:28:23.761Z] drwxrwxr-x. 2 jenkins jenkins 64 Aug 31 20:27 bin [2020-08-31T20:28:23.761Z] -rw-rw-r--. 1 jenkins jenkins 936 Aug 31 20:27 Dockerfile.build [2020-08-31T20:28:23.761Z] -rw-rw-r--. 1 jenkins jenkins 140 Aug 31 20:27 .dockerignore [2020-08-31T20:28:23.761Z] drwxrwxr-x. 4 jenkins jenkins 48 Aug 31 20:27 example [2020-08-31T20:28:23.761Z] drwxrwxr-x. 8 jenkins jenkins 162 Aug 31 20:27 .git [2020-08-31T20:28:23.761Z] drwxrwxr-x. 2 jenkins jenkins 38 Aug 31 20:27 .github [2020-08-31T20:28:23.761Z] -rw-rw-r--. 1 jenkins jenkins 138 Aug 31 20:27 .gitignore [2020-08-31T20:28:23.761Z] -rw-rw-r--. 1 jenkins jenkins 446 Aug 31 20:27 go.mod [2020-08-31T20:28:23.761Z] drwxrwxr-x. 13 jenkins jenkins 184 Aug 31 20:27 internal [2020-08-31T20:28:23.761Z] -rw-rw-r--. 1 jenkins jenkins 808 Aug 31 20:27 Jenkinsfile [2020-08-31T20:28:23.761Z] -rw-rw-r--. 1 jenkins jenkins 11341 Aug 31 20:27 LICENSE [2020-08-31T20:28:23.761Z] -rw-rw-r--. 1 jenkins jenkins 892 Aug 31 20:27 Makefile [2020-08-31T20:28:23.761Z] drwxrwxr-x. 4 jenkins jenkins 26 Aug 31 20:27 openapi [2020-08-31T20:28:23.761Z] drwxrwxr-x. 5 jenkins jenkins 50 Aug 31 20:27 pkg [2020-08-31T20:28:23.761Z] -rw-rw-r--. 1 jenkins jenkins 5101 Aug 31 20:27 README.md [2020-08-31T20:28:23.761Z] -rw-rw-r--. 1 jenkins jenkins 4291 Aug 31 20:27 RELEASE-NOTES.txt [2020-08-31T20:28:23.761Z] drwxrwxr-x. 3 jenkins jenkins 44 Aug 31 20:27 .semver [2020-08-31T20:28:23.761Z] drwxrwxr-x. 4 jenkins jenkins 54 Aug 31 20:27 snap [2020-08-31T20:28:23.761Z] -rw-rw-r--. 1 jenkins jenkins 11 Aug 31 20:22 VERSION [2020-08-31T20:28:23.761Z] -rw-rw-r--. 1 jenkins jenkins 222 Aug 31 20:27 version.go [Pipeline] isUnix [Pipeline] sh [2020-08-31T20:28:24.074Z] + 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=1e612ed535d2e5692843658024442fbb2ae5655f --label arch=amd64 --label version=1.2.4-dev.7 . [2020-08-31T20:28:24.335Z] Sending build context to Docker daemon 3.112MB [2020-08-31T20:28:24.335Z] Step 1/24 : ARG BASE=golang:1.13-alpine [2020-08-31T20:28:24.335Z] Step 2/24 : FROM ${BASE} AS builder [2020-08-31T20:28:24.335Z] ---> 2d274d317a80 [2020-08-31T20:28:24.335Z] Step 3/24 : ARG MAKE='make build' [2020-08-31T20:28:24.597Z] ---> Running in 3e0dee9dfaab [2020-08-31T20:28:24.857Z] Removing intermediate container 3e0dee9dfaab [2020-08-31T20:28:24.857Z] ---> be60b6c38a65 [2020-08-31T20:28:24.857Z] Step 4/24 : WORKDIR /device-sdk-go [2020-08-31T20:28:24.857Z] ---> Running in cd64a7eac832 [2020-08-31T20:28:25.118Z] Removing intermediate container cd64a7eac832 [2020-08-31T20:28:25.118Z] ---> 3c5959276d0a [2020-08-31T20:28:25.118Z] Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-08-31T20:28:25.118Z] ---> Running in 9d49d48350b2 [2020-08-31T20:28:25.118Z] Removing intermediate container 9d49d48350b2 [2020-08-31T20:28:25.118Z] ---> 264ec981fb42 [2020-08-31T20:28:25.118Z] Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-31T20:28:25.379Z] ---> Running in 7a25af2f2567 [2020-08-31T20:28:26.327Z] Removing intermediate container 7a25af2f2567 [2020-08-31T20:28:26.327Z] ---> f1eff0efd3aa [2020-08-31T20:28:26.327Z] Step 7/24 : RUN apk add --update --no-cache make git [2020-08-31T20:28:26.589Z] ---> Running in 8ad0b61ae316 [2020-08-31T20:28:26.851Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-31T20:28:27.796Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-31T20:28:28.369Z] OK: 166 MiB in 39 packages [2020-08-31T20:28:28.634Z] Removing intermediate container 8ad0b61ae316 [2020-08-31T20:28:28.634Z] ---> 305877b3a407 [2020-08-31T20:28:28.634Z] Step 8/24 : COPY . . [2020-08-31T20:28:29.205Z] ---> 78c1b537a5ec [2020-08-31T20:28:29.205Z] Step 9/24 : RUN ${MAKE} [2020-08-31T20:28:29.205Z] ---> Running in 4b182c91c7be [2020-08-31T20:28:29.780Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-sdk-go.Version=1.2.4-dev.7" -o example/cmd/device-simple/device-simple ./example/cmd/device-simple [2020-08-31T20:28:38.031Z] CGO_ENABLED=0 GO111MODULE=on go install -tags=safe [2020-08-31T20:28:39.956Z] Removing intermediate container 4b182c91c7be [2020-08-31T20:28:39.956Z] ---> 5446bc751744 [2020-08-31T20:28:39.956Z] Step 10/24 : FROM scratch [2020-08-31T20:28:39.956Z] ---> [2020-08-31T20:28:39.956Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-08-31T20:28:39.956Z] ---> Running in 31176e32a233 [2020-08-31T20:28:40.218Z] Removing intermediate container 31176e32a233 [2020-08-31T20:28:40.218Z] ---> abd0c39b43c7 [2020-08-31T20:28:40.218Z] Step 12/24 : ENV APP_PORT=49990 [2020-08-31T20:28:40.218Z] ---> Running in 27624273e94b [2020-08-31T20:28:40.480Z] Removing intermediate container 27624273e94b [2020-08-31T20:28:40.480Z] ---> 5d1457caff3e [2020-08-31T20:28:40.480Z] Step 13/24 : EXPOSE $APP_PORT [2020-08-31T20:28:40.480Z] ---> Running in 1b4a29adc11d [2020-08-31T20:28:40.480Z] Removing intermediate container 1b4a29adc11d [2020-08-31T20:28:40.480Z] ---> 10c738bfcb4d [2020-08-31T20:28:40.480Z] Step 14/24 : WORKDIR / [2020-08-31T20:28:40.741Z] ---> Running in 40a15ed1e88c [2020-08-31T20:28:40.741Z] Removing intermediate container 40a15ed1e88c [2020-08-31T20:28:40.741Z] ---> e647997c24ce [2020-08-31T20:28:40.741Z] Step 15/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple [2020-08-31T20:28:41.313Z] ---> 6ba4dc36410d [2020-08-31T20:28:41.314Z] Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml [2020-08-31T20:28:41.574Z] ---> 07b6e04eed92 [2020-08-31T20:28:41.574Z] Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml [2020-08-31T20:28:41.835Z] ---> 92c0aa49b686 [2020-08-31T20:28:41.835Z] Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png [2020-08-31T20:28:41.835Z] ---> 9e92889ca303 [2020-08-31T20:28:41.835Z] Step 19/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg [2020-08-31T20:28:42.096Z] ---> ba00e011a54e [2020-08-31T20:28:42.096Z] Step 20/24 : ENTRYPOINT ["/usr/local/bin/device-simple"] [2020-08-31T20:28:42.360Z] ---> Running in 5e97675df214 [2020-08-31T20:28:42.360Z] Removing intermediate container 5e97675df214 [2020-08-31T20:28:42.360Z] ---> 25c11e52b74b [2020-08-31T20:28:42.360Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-08-31T20:28:42.360Z] ---> Running in 21d47ed115f7 [2020-08-31T20:28:42.622Z] Removing intermediate container 21d47ed115f7 [2020-08-31T20:28:42.622Z] ---> eedfd144ccf6 [2020-08-31T20:28:42.622Z] Step 22/24 : LABEL arch=amd64 [2020-08-31T20:28:42.622Z] ---> Running in 8f4cb1a067ac [2020-08-31T20:28:42.883Z] Removing intermediate container 8f4cb1a067ac [2020-08-31T20:28:42.883Z] ---> ab689ef9ad3a [2020-08-31T20:28:42.883Z] Step 23/24 : LABEL git_sha=1e612ed535d2e5692843658024442fbb2ae5655f [2020-08-31T20:28:42.883Z] ---> Running in 736e43e28ce2 [2020-08-31T20:28:43.146Z] Removing intermediate container 736e43e28ce2 [2020-08-31T20:28:43.146Z] ---> e81a9a150ba4 [2020-08-31T20:28:43.146Z] Step 24/24 : LABEL version=1.2.4-dev.7 [2020-08-31T20:28:43.146Z] ---> Running in 971711ef48bb [2020-08-31T20:28:43.146Z] Removing intermediate container 971711ef48bb [2020-08-31T20:28:43.146Z] ---> 9e4a1e66b33b [2020-08-31T20:28:43.146Z] [Warning] One or more build-args [ARCH] were not consumed [2020-08-31T20:28:43.409Z] Successfully built 9e4a1e66b33b [2020-08-31T20:28:43.409Z] Successfully tagged docker-device-sdk-simple: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-08-31T20:28:44.998Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] echo [2020-08-31T20:28:45.000Z] [edgeXSnyk] command to run: snyk monitor --org=edgex-jenkins [Pipeline] withCredentials [2020-08-31T20:28:45.067Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-08-31T20:28:45.414Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-08-31T20:28:45.414Z] [2020-08-31T20:28:45.414Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] isUnix [Pipeline] sh [2020-08-31T20:28:45.771Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-08-31T20:28:45.771Z] 1.317.0: Pulling from edgex-devops/edgex-snyk-go [2020-08-31T20:28:45.771Z] cbdbe7a5bc2a: Pulling fs layer [2020-08-31T20:28:45.771Z] 408f87550127: Pulling fs layer [2020-08-31T20:28:45.771Z] fe522b08c979: Pulling fs layer [2020-08-31T20:28:45.771Z] 221eaa008020: Pulling fs layer [2020-08-31T20:28:45.771Z] 2a4607e5d6b9: Pulling fs layer [2020-08-31T20:28:45.771Z] 8f79b27c4fd2: Pulling fs layer [2020-08-31T20:28:45.771Z] e5c8dbe1645b: Pulling fs layer [2020-08-31T20:28:45.771Z] 23e8b3b47431: Pulling fs layer [2020-08-31T20:28:45.771Z] 5c568d65a230: Pulling fs layer [2020-08-31T20:28:45.771Z] 23e8b3b47431: Waiting [2020-08-31T20:28:45.771Z] 2a4607e5d6b9: Waiting [2020-08-31T20:28:45.771Z] 5c568d65a230: Waiting [2020-08-31T20:28:45.771Z] 8f79b27c4fd2: Waiting [2020-08-31T20:28:45.771Z] e5c8dbe1645b: Waiting [2020-08-31T20:28:45.771Z] 221eaa008020: Waiting [2020-08-31T20:28:45.771Z] fe522b08c979: Verifying Checksum [2020-08-31T20:28:45.771Z] fe522b08c979: Download complete [2020-08-31T20:28:45.771Z] 408f87550127: Download complete [2020-08-31T20:28:45.771Z] 2a4607e5d6b9: Verifying Checksum [2020-08-31T20:28:45.771Z] 2a4607e5d6b9: Download complete [2020-08-31T20:28:45.771Z] 8f79b27c4fd2: Verifying Checksum [2020-08-31T20:28:45.771Z] 8f79b27c4fd2: Download complete [2020-08-31T20:28:45.771Z] cbdbe7a5bc2a: Verifying Checksum [2020-08-31T20:28:45.771Z] cbdbe7a5bc2a: Download complete [2020-08-31T20:28:46.369Z] e5c8dbe1645b: Verifying Checksum [2020-08-31T20:28:46.369Z] e5c8dbe1645b: Download complete [2020-08-31T20:28:46.369Z] cbdbe7a5bc2a: Pull complete [2020-08-31T20:28:46.634Z] 23e8b3b47431: Verifying Checksum [2020-08-31T20:28:46.634Z] 23e8b3b47431: Download complete [2020-08-31T20:28:46.900Z] 408f87550127: Pull complete [2020-08-31T20:28:46.900Z] fe522b08c979: Pull complete [2020-08-31T20:28:47.165Z] 5c568d65a230: Verifying Checksum [2020-08-31T20:28:47.165Z] 5c568d65a230: Download complete [2020-08-31T20:28:47.427Z] 221eaa008020: Verifying Checksum [2020-08-31T20:28:47.427Z] 221eaa008020: Download complete [2020-08-31T20:28:52.740Z] 221eaa008020: Pull complete [2020-08-31T20:28:53.016Z] 2a4607e5d6b9: Pull complete [2020-08-31T20:28:53.016Z] 8f79b27c4fd2: Pull complete [2020-08-31T20:28:55.582Z] e5c8dbe1645b: Pull complete [2020-08-31T20:28:58.950Z] 23e8b3b47431: Pull complete [2020-08-31T20:29:00.343Z] 5c568d65a230: Pull complete [2020-08-31T20:29:00.343Z] Digest: sha256:57952c35bde2fbfcf87b7f40d558e42527212236f73796964c551b7cac8e72c4 [2020-08-31T20:29:00.343Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-08-31T20:29:00.343Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] withDockerContainer [2020-08-31T20:29:00.583Z] prd-centos7-docker-4c-2g-866 does not seem to be running inside a container [2020-08-31T20:29:00.636Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 cat [2020-08-31T20:29:01.530Z] $ docker top 6d3ef52d5fa619279bc7d0521fb14001ca46d1d18c510a879cbad1beb7ebe0a6 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-08-31T20:29:02.004Z] + snyk monitor '--org=edgex-jenkins' [2020-08-31T20:29:08.597Z] [2020-08-31T20:29:08.597Z] Monitoring /w/workspace/dgexfoundry_device-sdk-go_master (github.com/edgexfoundry/device-sdk-go)... [2020-08-31T20:29:08.597Z] [2020-08-31T20:29:08.597Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/057beb34-70d8-4945-961c-fe027db76abc/history/19ea72c5-21b5-4401-a2b8-7e26721e1e9d [2020-08-31T20:29:08.597Z] [2020-08-31T20:29:08.597Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2020-08-31T20:29:08.597Z] [2020-08-31T20:29:08.597Z] [2020-08-31T20:29:08.597Z] Snyk CLI supports Node.js 8 and higher. [2020-08-31T20:29:08.597Z] Node.js 8 reached End Of Life on December 31, 2019 and the Snyk CLI will stop supporting it in the near future. [2020-08-31T20:29:08.597Z] Please consider upgrading your runtime version to Node 10 or higher in order to get Snyk CLI updates. [2020-08-31T20:29:08.597Z] [2020-08-31T20:29:08.597Z] The latest CLI version that supports Node.js 6 is `snyk@1.300.0`. [2020-08-31T20:29:08.597Z] The latest CLI version that supports Node.js 4 is `snyk@1.88.2`. [Pipeline] } [2020-08-31T20:29:08.612Z] $ docker stop --time=1 6d3ef52d5fa619279bc7d0521fb14001ca46d1d18c510a879cbad1beb7ebe0a6 [2020-08-31T20:29:11.020Z] $ docker rm -f 6d3ef52d5fa619279bc7d0521fb14001ca46d1d18c510a879cbad1beb7ebe0a6 [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] { (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-08-31T20:29:13.256Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-08-31T20:29:13.256Z] . [Pipeline] withDockerContainer [2020-08-31T20:29:13.354Z] prd-centos7-docker-4c-2g-866 does not seem to be running inside a container [2020-08-31T20:29:13.398Z] $ 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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-08-31T20:29:14.366Z] $ docker top edf79b524fa599df0c5136abe8677241d7e2e4c1a22ac1e7ad0bc6185aa312b9 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-08-31T20:29:14.657Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-08-31T20:29:14.657Z] [ssh-agent] Looking for ssh-agent implementation... [2020-08-31T20:29:14.897Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-08-31T20:29:14.902Z] $ docker exec edf79b524fa599df0c5136abe8677241d7e2e4c1a22ac1e7ad0bc6185aa312b9 ssh-agent [2020-08-31T20:29:15.077Z] SSH_AUTH_SOCK=/tmp/ssh-Iqz3oWIxXjc2/agent.11 [2020-08-31T20:29:15.077Z] SSH_AGENT_PID=17 [2020-08-31T20:29:15.084Z] Running ssh-add (command line suppressed) [2020-08-31T20:29:15.214Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_2705903064344130873.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_2705903064344130873.key) [2020-08-31T20:29:15.266Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-08-31T20:29:15.603Z] + git semver tag [2020-08-31T20:29:15.603Z] # -> Open(): unable to determine branch for HEAD [2020-08-31T20:29:15.603Z] # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git [2020-08-31T20:29:15.603Z] # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master [2020-08-31T20:29:15.603Z] # $SEMVER_REMOTE_NAME = origin [2020-08-31T20:29:15.603Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-08-31T20:29:15.603Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-08-31T20:29:15.603Z] # $SEMVER_BRANCH = master [2020-08-31T20:29:15.603Z] # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver [2020-08-31T20:29:15.603Z] # 1e612ed535d2e5692843658024442fbb2ae5655f HEAD [2020-08-31T20:29:15.603Z] # -> Force: false [2020-08-31T20:29:15.603Z] # 444eede0e672907e59ea4eb56f5ee13422de3daa refs/tags/v1.2.4-dev.7 [Pipeline] } [2020-08-31T20:29:15.615Z] $ docker exec --env ******** --env ******** edf79b524fa599df0c5136abe8677241d7e2e4c1a22ac1e7ad0bc6185aa312b9 ssh-agent -k [2020-08-31T20:29:15.741Z] unset SSH_AUTH_SOCK; [2020-08-31T20:29:15.741Z] unset SSH_AGENT_PID; [2020-08-31T20:29:15.741Z] echo Agent pid 17 killed; [2020-08-31T20:29:15.787Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-08-31T20:29:16.242Z] + git semver [Pipeline] } [2020-08-31T20:29:16.259Z] $ docker stop --time=1 edf79b524fa599df0c5136abe8677241d7e2e4c1a22ac1e7ad0bc6185aa312b9 [2020-08-31T20:29:17.624Z] $ docker rm -f edf79b524fa599df0c5136abe8677241d7e2e4c1a22ac1e7ad0bc6185aa312b9 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2020-08-31T20:29:18.271Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-08-31T20:29:18.271Z] [2020-08-31T20:29:18.271Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2020-08-31T20:29:18.608Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-08-31T20:29:18.608Z] 0.23.1-centos7: Pulling from edgex-lftools [2020-08-31T20:29:18.608Z] ab5ef0e58194: Pulling fs layer [2020-08-31T20:29:18.608Z] 9712f1f96733: Pulling fs layer [2020-08-31T20:29:18.608Z] 63f879dbbcfc: Pulling fs layer [2020-08-31T20:29:18.608Z] 0d9ebad4ef96: Pulling fs layer [2020-08-31T20:29:18.608Z] e9a5061849ea: Pulling fs layer [2020-08-31T20:29:18.608Z] d747dcd14b5f: Pulling fs layer [2020-08-31T20:29:18.608Z] 2de7ff778b66: Pulling fs layer [2020-08-31T20:29:18.608Z] 0d9ebad4ef96: Waiting [2020-08-31T20:29:18.608Z] e9a5061849ea: Waiting [2020-08-31T20:29:18.608Z] d747dcd14b5f: Waiting [2020-08-31T20:29:18.608Z] 2de7ff778b66: Waiting [2020-08-31T20:29:18.608Z] 9712f1f96733: Verifying Checksum [2020-08-31T20:29:18.608Z] 9712f1f96733: Download complete [2020-08-31T20:29:19.185Z] 63f879dbbcfc: Verifying Checksum [2020-08-31T20:29:19.185Z] 63f879dbbcfc: Download complete [2020-08-31T20:29:19.456Z] e9a5061849ea: Verifying Checksum [2020-08-31T20:29:19.456Z] e9a5061849ea: Download complete [2020-08-31T20:29:19.456Z] 0d9ebad4ef96: Verifying Checksum [2020-08-31T20:29:19.456Z] 0d9ebad4ef96: Download complete [2020-08-31T20:29:19.456Z] d747dcd14b5f: Verifying Checksum [2020-08-31T20:29:19.456Z] d747dcd14b5f: Download complete [2020-08-31T20:29:19.717Z] ab5ef0e58194: Verifying Checksum [2020-08-31T20:29:19.717Z] ab5ef0e58194: Download complete [2020-08-31T20:29:19.717Z] 2de7ff778b66: Verifying Checksum [2020-08-31T20:29:19.717Z] 2de7ff778b66: Download complete [2020-08-31T20:29:23.938Z] ab5ef0e58194: Pull complete [2020-08-31T20:29:23.938Z] 9712f1f96733: Pull complete [2020-08-31T20:29:26.505Z] 63f879dbbcfc: Pull complete [2020-08-31T20:29:33.127Z] 0d9ebad4ef96: Pull complete [2020-08-31T20:29:34.519Z] e9a5061849ea: Pull complete [2020-08-31T20:29:34.519Z] d747dcd14b5f: Pull complete [2020-08-31T20:29:37.836Z] 2de7ff778b66: Pull complete [2020-08-31T20:29:37.836Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2020-08-31T20:29:37.836Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-08-31T20:29:37.836Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2020-08-31T20:29:38.031Z] prd-centos7-docker-4c-2g-866 does not seem to be running inside a container [2020-08-31T20:29:38.077Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2020-08-31T20:29:41.959Z] $ docker top e8e4bb4d0b08841d4aef370a489aa1706751d47ea7d4d5aeb793981a999c3a77 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2020-08-31T20:29:42.221Z] provisioning config files... [2020-08-31T20:29:42.236Z] copy managed file [sigul-config] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config7503102676692576450tmp [2020-08-31T20:29:42.256Z] copy managed file [sigul-password] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config7596611012904854469tmp [2020-08-31T20:29:42.270Z] copy managed file [sigul-pki] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config8153831007897600151tmp [Pipeline] { [Pipeline] echo [2020-08-31T20:29:42.319Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2020-08-31T20:29:42.616Z] ---> sigul-configuration.sh [2020-08-31T20:29:42.616Z] gpg: directory `/root/.gnupg' created [2020-08-31T20:29:42.616Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2020-08-31T20:29:42.616Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2020-08-31T20:29:42.616Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2020-08-31T20:29:42.616Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2020-08-31T20:29:42.616Z] gpg: CAST5 encrypted data [2020-08-31T20:29:42.878Z] gpg: encrypted with 1 passphrase [2020-08-31T20:29:42.878Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2020-08-31T20:29:43.174Z] + mkdir /home/jenkins [2020-08-31T20:29:43.174Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2020-08-31T20:29:43.474Z] + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /home/jenkins/sigul/ [Pipeline] echo [2020-08-31T20:29:43.484Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-08-31T20:29:43.774Z] ---> sigul-install.sh [2020-08-31T20:29:49.113Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2020-08-31T20:29:49.452Z] + git tag --list [2020-08-31T20:29:49.452Z] v1.2.4-dev.7 [Pipeline] sh [2020-08-31T20:29:49.758Z] + lftools sign git-tag v1.2.4-dev.7 [2020-08-31T20:29:51.149Z] Signing Git tag with Sigul... [2020-08-31T20:29:51.149Z] Signing v1.2.4-dev.7 [2020-08-31T20:29:52.091Z] Error: Authentication failed [Pipeline] echo [2020-08-31T20:29:52.101Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2020-08-31T20:29:52.410Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2020-08-31T20:29:52.421Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2020-08-31T20:29:52.509Z] $ docker stop --time=1 e8e4bb4d0b08841d4aef370a489aa1706751d47ea7d4d5aeb793981a999c3a77 [2020-08-31T20:29:54.533Z] $ docker rm -f e8e4bb4d0b08841d4aef370a489aa1706751d47ea7d4d5aeb793981a999c3a77 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2020-08-31T20:29:55.412Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-08-31T20:29:55.412Z] . [Pipeline] withDockerContainer [2020-08-31T20:29:55.510Z] prd-centos7-docker-4c-2g-866 does not seem to be running inside a container [2020-08-31T20:29:55.554Z] $ 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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-08-31T20:29:56.281Z] $ docker top 8ca32c1839a491de341220b7c8bac58c39b5acb60d852dc01e4fa74d039f0994 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-08-31T20:29:56.600Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-08-31T20:29:56.600Z] [ssh-agent] Looking for ssh-agent implementation... [2020-08-31T20:29:56.812Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-08-31T20:29:56.816Z] $ docker exec 8ca32c1839a491de341220b7c8bac58c39b5acb60d852dc01e4fa74d039f0994 ssh-agent [2020-08-31T20:29:57.043Z] SSH_AUTH_SOCK=/tmp/ssh-lrvF7uaJ6dPT/agent.12 [2020-08-31T20:29:57.043Z] SSH_AGENT_PID=17 [2020-08-31T20:29:57.050Z] Running ssh-add (command line suppressed) [2020-08-31T20:29:57.192Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_7561496883651579199.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_7561496883651579199.key) [2020-08-31T20:29:57.249Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-08-31T20:29:57.579Z] + git semver bump pre [2020-08-31T20:29:57.579Z] # -> Open(): unable to determine branch for HEAD [2020-08-31T20:29:57.579Z] # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git [2020-08-31T20:29:57.579Z] # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master [2020-08-31T20:29:57.579Z] # $SEMVER_REMOTE_NAME = origin [2020-08-31T20:29:57.579Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-08-31T20:29:57.579Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-08-31T20:29:57.579Z] # $SEMVER_BRANCH = master [2020-08-31T20:29:57.579Z] # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver [2020-08-31T20:29:57.579Z] 1.2.4-dev.8 [Pipeline] } [2020-08-31T20:29:57.592Z] $ docker exec --env ******** --env ******** 8ca32c1839a491de341220b7c8bac58c39b5acb60d852dc01e4fa74d039f0994 ssh-agent -k [2020-08-31T20:29:57.714Z] unset SSH_AUTH_SOCK; [2020-08-31T20:29:57.715Z] unset SSH_AGENT_PID; [2020-08-31T20:29:57.715Z] echo Agent pid 17 killed; [2020-08-31T20:29:57.764Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-08-31T20:29:58.203Z] + git semver [Pipeline] } [2020-08-31T20:29:58.220Z] $ docker stop --time=1 8ca32c1839a491de341220b7c8bac58c39b5acb60d852dc01e4fa74d039f0994 [2020-08-31T20:29:59.593Z] $ docker rm -f 8ca32c1839a491de341220b7c8bac58c39b5acb60d852dc01e4fa74d039f0994 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-08-31T20:30:00.105Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-08-31T20:30:00.105Z] . [Pipeline] withDockerContainer [2020-08-31T20:30:00.203Z] prd-centos7-docker-4c-2g-866 does not seem to be running inside a container [2020-08-31T20:30:00.251Z] $ 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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-08-31T20:30:00.900Z] $ docker top 8e7e6d92d7fd8f97219989642a20aa918286a1f1174a3d261fc0a16a102d7687 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-08-31T20:30:01.174Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-08-31T20:30:01.174Z] [ssh-agent] Looking for ssh-agent implementation... [2020-08-31T20:30:01.392Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-08-31T20:30:01.397Z] $ docker exec 8e7e6d92d7fd8f97219989642a20aa918286a1f1174a3d261fc0a16a102d7687 ssh-agent [2020-08-31T20:30:01.577Z] SSH_AUTH_SOCK=/tmp/ssh-zsQLxT72La5f/agent.11 [2020-08-31T20:30:01.577Z] SSH_AGENT_PID=16 [2020-08-31T20:30:01.586Z] Running ssh-add (command line suppressed) [2020-08-31T20:30:01.718Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_2207923957671599374.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_2207923957671599374.key) [2020-08-31T20:30:01.773Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-08-31T20:30:02.117Z] + git semver push [2020-08-31T20:30:02.117Z] # -> Open(): unable to determine branch for HEAD [2020-08-31T20:30:02.117Z] # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git [2020-08-31T20:30:02.117Z] # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master [2020-08-31T20:30:02.117Z] # $SEMVER_REMOTE_NAME = origin [2020-08-31T20:30:02.117Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-08-31T20:30:02.117Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-08-31T20:30:02.117Z] # $SEMVER_BRANCH = master [2020-08-31T20:30:02.117Z] # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver [Pipeline] } [2020-08-31T20:30:12.136Z] $ docker exec --env ******** --env ******** 8e7e6d92d7fd8f97219989642a20aa918286a1f1174a3d261fc0a16a102d7687 ssh-agent -k [2020-08-31T20:30:12.274Z] unset SSH_AUTH_SOCK; [2020-08-31T20:30:12.274Z] unset SSH_AGENT_PID; [2020-08-31T20:30:12.274Z] echo Agent pid 16 killed; [2020-08-31T20:30:12.331Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-08-31T20:30:12.817Z] + git semver [Pipeline] } [2020-08-31T20:30:12.834Z] $ docker stop --time=1 8e7e6d92d7fd8f97219989642a20aa918286a1f1174a3d261fc0a16a102d7687 [2020-08-31T20:30:14.194Z] $ docker rm -f 8e7e6d92d7fd8f97219989642a20aa918286a1f1174a3d261fc0a16a102d7687 [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-08-31T20:30:15.396Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-08-31T20:30:15.963Z] ---> package-listing.sh [2020-08-31T20:30:15.963Z] ++ facter osfamily [2020-08-31T20:30:15.963Z] ++ tr '[:upper:]' '[:lower:]' [2020-08-31T20:30:15.963Z] + OS_FAMILY=redhat [2020-08-31T20:30:15.963Z] + workspace=/w/workspace/dgexfoundry_device-sdk-go_master [2020-08-31T20:30:15.963Z] + START_PACKAGES=/tmp/packages_start.txt [2020-08-31T20:30:15.963Z] + END_PACKAGES=/tmp/packages_end.txt [2020-08-31T20:30:15.963Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-08-31T20:30:15.963Z] + PACKAGES=/tmp/packages_start.txt [2020-08-31T20:30:15.963Z] + '[' /w/workspace/dgexfoundry_device-sdk-go_master ']' [2020-08-31T20:30:15.963Z] + PACKAGES=/tmp/packages_end.txt [2020-08-31T20:30:15.963Z] + case "${OS_FAMILY}" in [2020-08-31T20:30:15.963Z] + rpm -qa [2020-08-31T20:30:15.963Z] + sort [2020-08-31T20:30:20.179Z] + '[' -f /tmp/packages_start.txt ']' [2020-08-31T20:30:20.179Z] + '[' -f /tmp/packages_end.txt ']' [2020-08-31T20:30:20.179Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-08-31T20:30:20.179Z] + '[' /w/workspace/dgexfoundry_device-sdk-go_master ']' [2020-08-31T20:30:20.179Z] + mkdir -p /w/workspace/dgexfoundry_device-sdk-go_master/archives/ [2020-08-31T20:30:20.179Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dgexfoundry_device-sdk-go_master/archives/ [Pipeline] isUnix [Pipeline] sh [2020-08-31T20:30:20.626Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-08-31T20:30:20.626Z] [2020-08-31T20:30:20.626Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-08-31T20:30:21.028Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-08-31T20:30:21.029Z] alpine: Pulling from edgex-lftools-log-publisher [2020-08-31T20:30:21.029Z] c9b1b535fdd9: Pulling fs layer [2020-08-31T20:30:21.029Z] 2cc5ad85d9ab: Pulling fs layer [2020-08-31T20:30:21.029Z] 756a868c4378: Pulling fs layer [2020-08-31T20:30:21.029Z] 444b2fc9a129: Pulling fs layer [2020-08-31T20:30:21.029Z] ea15f1150254: Pulling fs layer [2020-08-31T20:30:21.029Z] 41b27a9f41bf: Pulling fs layer [2020-08-31T20:30:21.029Z] 28c525ee5125: Pulling fs layer [2020-08-31T20:30:21.029Z] 094b1ea09ed8: Pulling fs layer [2020-08-31T20:30:21.029Z] 138eaada9080: Pulling fs layer [2020-08-31T20:30:21.029Z] 0622d0fa9048: Pulling fs layer [2020-08-31T20:30:21.029Z] 444b2fc9a129: Waiting [2020-08-31T20:30:21.029Z] ea15f1150254: Waiting [2020-08-31T20:30:21.029Z] 41b27a9f41bf: Waiting [2020-08-31T20:30:21.029Z] 28c525ee5125: Waiting [2020-08-31T20:30:21.029Z] 138eaada9080: Waiting [2020-08-31T20:30:21.029Z] 094b1ea09ed8: Waiting [2020-08-31T20:30:21.029Z] 0622d0fa9048: Waiting [2020-08-31T20:30:21.029Z] 2cc5ad85d9ab: Download complete [2020-08-31T20:30:21.029Z] 444b2fc9a129: Verifying Checksum [2020-08-31T20:30:21.029Z] 444b2fc9a129: Download complete [2020-08-31T20:30:21.029Z] c9b1b535fdd9: Verifying Checksum [2020-08-31T20:30:21.029Z] c9b1b535fdd9: Download complete [2020-08-31T20:30:21.029Z] ea15f1150254: Verifying Checksum [2020-08-31T20:30:21.029Z] ea15f1150254: Download complete [2020-08-31T20:30:21.295Z] 28c525ee5125: Verifying Checksum [2020-08-31T20:30:21.295Z] 28c525ee5125: Download complete [2020-08-31T20:30:21.563Z] 756a868c4378: Verifying Checksum [2020-08-31T20:30:21.563Z] 756a868c4378: Download complete [2020-08-31T20:30:21.563Z] c9b1b535fdd9: Pull complete [2020-08-31T20:30:21.563Z] 138eaada9080: Verifying Checksum [2020-08-31T20:30:21.563Z] 138eaada9080: Download complete [2020-08-31T20:30:21.563Z] 0622d0fa9048: Verifying Checksum [2020-08-31T20:30:21.563Z] 0622d0fa9048: Download complete [2020-08-31T20:30:21.825Z] 094b1ea09ed8: Verifying Checksum [2020-08-31T20:30:21.825Z] 094b1ea09ed8: Download complete [2020-08-31T20:30:22.086Z] 41b27a9f41bf: Verifying Checksum [2020-08-31T20:30:22.086Z] 41b27a9f41bf: Download complete [2020-08-31T20:30:22.658Z] 2cc5ad85d9ab: Pull complete [2020-08-31T20:30:24.049Z] 756a868c4378: Pull complete [2020-08-31T20:30:24.309Z] 444b2fc9a129: Pull complete [2020-08-31T20:30:24.570Z] ea15f1150254: Pull complete [2020-08-31T20:30:27.886Z] 41b27a9f41bf: Pull complete [2020-08-31T20:30:27.886Z] 28c525ee5125: Pull complete [2020-08-31T20:30:29.831Z] 094b1ea09ed8: Pull complete [2020-08-31T20:30:30.097Z] 138eaada9080: Pull complete [2020-08-31T20:30:30.358Z] 0622d0fa9048: Pull complete [2020-08-31T20:30:30.358Z] Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 [2020-08-31T20:30:30.358Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-08-31T20:30:30.358Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-08-31T20:30:30.494Z] prd-centos7-docker-4c-2g-866 does not seem to be running inside a container [2020-08-31T20:30:30.541Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 -v /var/log/sa:/var/log/sa -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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2020-08-31T20:30:33.391Z] $ docker top 085f214f588d9053d3c8a7f7953083ab61d8d45f8ba9554807dbfbd7adc6490b -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-08-31T20:30:33.919Z] provisioning config files... [2020-08-31T20:30:33.933Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config7976659550650890523tmp [Pipeline] { [Pipeline] echo [2020-08-31T20:30:34.003Z] Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-08-31T20:30:34.295Z] ---> create-netrc.sh [Pipeline] echo [2020-08-31T20:30:34.305Z] Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-08-31T20:30:34.599Z] ---> logs-deploy.sh [2020-08-31T20:30:34.599Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/master/57 [2020-08-31T20:30:34.599Z] INFO: archiving workspace using pattern(s): [2020-08-31T20:30:35.541Z] Archives upload complete. [2020-08-31T20:30:35.801Z] INFO: archiving logs to Nexus