Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from b106d00ae92e946d2103bc6c1464522635373c7b Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 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 370697454611dc68c0596e0d0a50477a8de841a8 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 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 370697454611dc68c0596e0d0a50477a8de841a8 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 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 370697454611dc68c0596e0d0a50477a8de841a8 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 370697454611dc68c0596e0d0a50477a8de841a8 # timeout=10 Commit message: "Merge pull request #181 from jamesrgregg/us6584/update-snyk" > 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-rest-go, goVersion:1.13] ========================================================= [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-rest-go-settings PROJECT: device-rest-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.13 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-device-rest-go DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ SNAP_CHANNEL: latest/edge BUILD_SNAP: false [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-3394 in /w/workspace/gexfoundry_device-rest-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 Cloning repository git@github.com:edgexfoundry/device-rest-go.git > git init /w/workspace/gexfoundry_device-rest-go_master # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-rest-go.git > git --version # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-rest-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 Fetching without tags Checking out Revision b106d00ae92e946d2103bc6c1464522635373c7b (master) > git config remote.origin.url git@github.com:edgexfoundry/device-rest-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-rest-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-rest-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-rest-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f b106d00ae92e946d2103bc6c1464522635373c7b # timeout=10 Commit message: "Merge pull request #25 from edgexfoundry/update-pr-template" > git rev-list --no-walk bcdb88283644107a936668d00e74c74f1869e398 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-06-17T19:21:24.790Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-06-17T19:21:24.914Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-06-17T19:21:24.954Z] ========================================================= [2020-06-17T19:21:24.954Z] EdgeX Global Pipelines Version Info [2020-06-17T19:21:24.954Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-06-17T19:21:26.359Z] ------------------- [2020-06-17T19:21:26.359Z] stable info: [2020-06-17T19:21:26.359Z] ------------------- [2020-06-17T19:21:26.359Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-06-17T19:21:26.359Z] Commit SHA: 370697454611dc68c0596e0d0a50477a8de841a8 [2020-06-17T19:21:26.359Z] Message: update stable to v1.0.89 [2020-06-17T19:21:27.301Z] ------------------- [2020-06-17T19:21:27.301Z] experimental info: [2020-06-17T19:21:27.301Z] ------------------- [2020-06-17T19:21:27.301Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-06-17T19:21:27.301Z] Commit SHA: 370697454611dc68c0596e0d0a50477a8de841a8 [2020-06-17T19:21:27.301Z] Message: update experimental to v1.0.89 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh [2020-06-17T19:21:28.772Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-06-17T19:21:28.772Z] [2020-06-17T19:21:28.772Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-06-17T19:21:29.091Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-06-17T19:21:29.091Z] latest: Pulling from edgex-devops/git-semver [2020-06-17T19:21:29.091Z] 9123ac7c32f7: Pulling fs layer [2020-06-17T19:21:29.091Z] b8cc5d1170e3: Pulling fs layer [2020-06-17T19:21:29.091Z] 2924cbbf6a41: Pulling fs layer [2020-06-17T19:21:29.091Z] 93b08a4f1073: Pulling fs layer [2020-06-17T19:21:29.091Z] 93b08a4f1073: Waiting [2020-06-17T19:21:29.091Z] b8cc5d1170e3: Verifying Checksum [2020-06-17T19:21:29.091Z] b8cc5d1170e3: Download complete [2020-06-17T19:21:29.091Z] 9123ac7c32f7: Download complete [2020-06-17T19:21:29.352Z] 2924cbbf6a41: Verifying Checksum [2020-06-17T19:21:29.352Z] 2924cbbf6a41: Download complete [2020-06-17T19:21:29.352Z] 93b08a4f1073: Verifying Checksum [2020-06-17T19:21:29.352Z] 93b08a4f1073: Download complete [2020-06-17T19:21:29.352Z] 9123ac7c32f7: Pull complete [2020-06-17T19:21:29.612Z] b8cc5d1170e3: Pull complete [2020-06-17T19:21:30.181Z] 2924cbbf6a41: Pull complete [2020-06-17T19:21:30.441Z] 93b08a4f1073: Pull complete [2020-06-17T19:21:30.441Z] Digest: sha256:4625bffe18d7e57a26110a192204e9d2df26dcfa88161a59d694ed3c08739905 [2020-06-17T19:21:30.442Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-06-17T19:21:30.442Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-06-17T19:21:30.537Z] prd-centos7-docker-4c-2g-3394 does not seem to be running inside a container [2020-06-17T19:21:30.575Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_device-rest-go_master -v /w/workspace/gexfoundry_device-rest-go_master:/w/workspace/gexfoundry_device-rest-go_master:rw,z -v /w/workspace/gexfoundry_device-rest-go_master@tmp:/w/workspace/gexfoundry_device-rest-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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-06-17T19:21:32.399Z] $ docker top 37b92124b535f57beaa7300e64ba00b9c07ef90674a8f9d6b282c74e23ad33bb -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-06-17T19:21:32.562Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-06-17T19:21:32.562Z] [ssh-agent] Looking for ssh-agent implementation... [2020-06-17T19:21:32.740Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-06-17T19:21:32.744Z] $ docker exec 37b92124b535f57beaa7300e64ba00b9c07ef90674a8f9d6b282c74e23ad33bb ssh-agent [2020-06-17T19:21:32.889Z] SSH_AUTH_SOCK=/tmp/ssh-ZELn7VTyMpdt/agent.11 [2020-06-17T19:21:32.889Z] SSH_AGENT_PID=16 [2020-06-17T19:21:32.899Z] Running ssh-add (command line suppressed) [2020-06-17T19:21:33.011Z] Identity added: /w/workspace/gexfoundry_device-rest-go_master@tmp/private_key_3224500214438509114.key (/w/workspace/gexfoundry_device-rest-go_master@tmp/private_key_3224500214438509114.key) [2020-06-17T19:21:33.055Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-06-17T19:21:33.361Z] + git describe --exact-match --tags HEAD [2020-06-17T19:21:33.361Z] fatal: No names found, cannot describe anything. [Pipeline] } [2020-06-17T19:21:33.477Z] $ docker exec --env ******** --env ******** 37b92124b535f57beaa7300e64ba00b9c07ef90674a8f9d6b282c74e23ad33bb ssh-agent -k [2020-06-17T19:21:33.603Z] unset SSH_AUTH_SOCK; [2020-06-17T19:21:33.604Z] unset SSH_AGENT_PID; [2020-06-17T19:21:33.604Z] echo Agent pid 16 killed; [2020-06-17T19:21:33.642Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [2020-06-17T19:21:33.679Z] [WARNING]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 [2020-06-17T19:21:33.679Z] This usually means this commit has not been tagged. [Pipeline] sshagent [2020-06-17T19:21:33.722Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-06-17T19:21:33.722Z] [ssh-agent] Looking for ssh-agent implementation... [2020-06-17T19:21:33.881Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-06-17T19:21:33.885Z] $ docker exec 37b92124b535f57beaa7300e64ba00b9c07ef90674a8f9d6b282c74e23ad33bb ssh-agent [2020-06-17T19:21:34.032Z] SSH_AUTH_SOCK=/tmp/ssh-rrJmr7mEUQiS/agent.44 [2020-06-17T19:21:34.032Z] SSH_AGENT_PID=50 [2020-06-17T19:21:34.038Z] Running ssh-add (command line suppressed) [2020-06-17T19:21:34.148Z] Identity added: /w/workspace/gexfoundry_device-rest-go_master@tmp/private_key_4399861344689011976.key (/w/workspace/gexfoundry_device-rest-go_master@tmp/private_key_4399861344689011976.key) [2020-06-17T19:21:34.192Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-06-17T19:21:34.492Z] + git semver init [2020-06-17T19:21:34.492Z] # -> Open(): unable to determine branch for HEAD [2020-06-17T19:21:34.492Z] # $GIT_DIR = /w/workspace/gexfoundry_device-rest-go_master/.git [2020-06-17T19:21:34.492Z] # $GIT_WORK_TREE = /w/workspace/gexfoundry_device-rest-go_master [2020-06-17T19:21:34.492Z] # $SEMVER_REMOTE_NAME = origin [2020-06-17T19:21:34.492Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-06-17T19:21:34.492Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-06-17T19:21:34.492Z] # $SEMVER_BRANCH = master [2020-06-17T19:21:34.492Z] # $SEMVER_TEMP = /tmp/semver-731266105 [2020-06-17T19:21:34.492Z] # git clone --branch semver git@github.com:edgexfoundry/device-rest-go.git $SEMVER_TEMP [2020-06-17T19:21:35.433Z] # '/tmp/semver-731266105' -> '/w/workspace/gexfoundry_device-rest-go_master/.semver' [2020-06-17T19:21:35.433Z] # -> Force: false [2020-06-17T19:21:35.433Z] # $SEMVER_DIR = /w/workspace/gexfoundry_device-rest-go_master/.semver [Pipeline] } [2020-06-17T19:21:35.444Z] $ docker exec --env ******** --env ******** 37b92124b535f57beaa7300e64ba00b9c07ef90674a8f9d6b282c74e23ad33bb ssh-agent -k [2020-06-17T19:21:35.552Z] unset SSH_AUTH_SOCK; [2020-06-17T19:21:35.553Z] unset SSH_AGENT_PID; [2020-06-17T19:21:35.553Z] echo Agent pid 50 killed; [2020-06-17T19:21:35.589Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-06-17T19:21:35.938Z] + git semver [Pipeline] } [2020-06-17T19:21:35.954Z] $ docker stop --time=1 37b92124b535f57beaa7300e64ba00b9c07ef90674a8f9d6b282c74e23ad33bb [2020-06-17T19:21:37.309Z] $ docker rm -f 37b92124b535f57beaa7300e64ba00b9c07ef90674a8f9d6b282c74e23ad33bb [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash [2020-06-17T19:21:38.374Z] Stashed 19 file(s) [Pipeline] echo [2020-06-17T19:21:38.377Z] [edgeXSemver] initialized semver on version 1.1.2-dev.1 [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-06-17T19:21:53.529Z] Still waiting to schedule task [2020-06-17T19:21:53.529Z] Waiting for next available executor on ‘prd-centos7-docker-4c-2g-3394’ [2020-06-17T19:21:53.531Z] Still waiting to schedule task [2020-06-17T19:21:53.531Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2020-06-17T19:23:31.432Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-3395 in /w/workspace/gexfoundry_device-rest-go_master [Pipeline] { [Pipeline] ws [2020-06-17T19:23:31.457Z] Running in /w/workspace/device-rest-go/13 [Pipeline] { [Pipeline] checkout [2020-06-17T19:23:36.577Z] using credential edgex-jenkins-ssh [2020-06-17T19:23:36.611Z] Cloning the remote Git repository [2020-06-17T19:23:36.611Z] Cloning with configured refspecs honoured and without tags [2020-06-17T19:23:36.673Z] Cloning repository git@github.com:edgexfoundry/device-rest-go.git [2020-06-17T19:23:36.797Z] > git init /w/workspace/device-rest-go/13 # timeout=10 [2020-06-17T19:23:36.868Z] Fetching upstream changes from git@github.com:edgexfoundry/device-rest-go.git [2020-06-17T19:23:36.868Z] > git --version # timeout=10 [2020-06-17T19:23:36.893Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-06-17T19:23:36.962Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-rest-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-06-17T19:23:38.470Z] Fetching without tags [2020-06-17T19:23:38.958Z] Checking out Revision b106d00ae92e946d2103bc6c1464522635373c7b (master) [2020-06-17T19:23:38.385Z] > git config remote.origin.url git@github.com:edgexfoundry/device-rest-go.git # timeout=10 [2020-06-17T19:23:38.424Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-06-17T19:23:38.455Z] > git config remote.origin.url git@github.com:edgexfoundry/device-rest-go.git # timeout=10 [2020-06-17T19:23:38.485Z] Fetching upstream changes from git@github.com:edgexfoundry/device-rest-go.git [2020-06-17T19:23:38.485Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-06-17T19:23:38.497Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-rest-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-06-17T19:23:38.982Z] > git config core.sparsecheckout # timeout=10 [2020-06-17T19:23:38.998Z] > git checkout -f b106d00ae92e946d2103bc6c1464522635373c7b # timeout=10 [2020-06-17T19:23:43.467Z] Commit message: "Merge pull request #25 from edgexfoundry/update-pr-template" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-06-17T19:23:45.332Z] ========================================================= [2020-06-17T19:23:45.332Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] [2020-06-17T19:23:45.332Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-06-17T19:23:46.618Z] + 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-06-17T19:23:47.596Z] Sending build context to Docker daemon 8.022MB [2020-06-17T19:23:47.596Z] Step 1/10 : ARG BASE=golang:1.13-alpine [2020-06-17T19:23:47.596Z] Step 2/10 : FROM ${BASE} [2020-06-17T19:23:47.872Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-06-17T19:23:47.872Z] cde5963f3b93: Pulling fs layer [2020-06-17T19:23:47.872Z] 2a23fa8c16f7: Pulling fs layer [2020-06-17T19:23:47.872Z] 777b28850792: Pulling fs layer [2020-06-17T19:23:47.872Z] 8a11ddd9e578: Pulling fs layer [2020-06-17T19:23:47.872Z] 4cf88f913ddb: Pulling fs layer [2020-06-17T19:23:47.872Z] 1df406cf5192: Pulling fs layer [2020-06-17T19:23:47.872Z] cd6300453558: Pulling fs layer [2020-06-17T19:23:47.872Z] b9c365052c96: Pulling fs layer [2020-06-17T19:23:47.872Z] a2d8cc88f415: Pulling fs layer [2020-06-17T19:23:47.872Z] ea1d1ca13537: Pulling fs layer [2020-06-17T19:23:47.872Z] 3750a50a1c5e: Pulling fs layer [2020-06-17T19:23:47.872Z] 8a11ddd9e578: Waiting [2020-06-17T19:23:47.872Z] 4cf88f913ddb: Waiting [2020-06-17T19:23:47.872Z] 1df406cf5192: Waiting [2020-06-17T19:23:47.872Z] cd6300453558: Waiting [2020-06-17T19:23:47.872Z] b9c365052c96: Waiting [2020-06-17T19:23:47.872Z] a2d8cc88f415: Waiting [2020-06-17T19:23:47.872Z] ea1d1ca13537: Waiting [2020-06-17T19:23:47.872Z] 3750a50a1c5e: Waiting [2020-06-17T19:23:47.872Z] 777b28850792: Download complete [2020-06-17T19:23:47.872Z] 2a23fa8c16f7: Download complete [2020-06-17T19:23:47.872Z] 4cf88f913ddb: Download complete [2020-06-17T19:23:47.872Z] 1df406cf5192: Verifying Checksum [2020-06-17T19:23:47.872Z] 1df406cf5192: Download complete [2020-06-17T19:23:47.872Z] cde5963f3b93: Verifying Checksum [2020-06-17T19:23:47.872Z] cde5963f3b93: Download complete [2020-06-17T19:23:48.860Z] cde5963f3b93: Pull complete [2020-06-17T19:23:49.460Z] 2a23fa8c16f7: Pull complete [2020-06-17T19:23:50.059Z] 777b28850792: Pull complete [2020-06-17T19:23:50.059Z] cd6300453558: Verifying Checksum [2020-06-17T19:23:50.059Z] cd6300453558: Download complete [2020-06-17T19:23:50.059Z] a2d8cc88f415: Verifying Checksum [2020-06-17T19:23:50.059Z] a2d8cc88f415: Download complete [2020-06-17T19:23:51.048Z] ea1d1ca13537: Verifying Checksum [2020-06-17T19:23:51.048Z] ea1d1ca13537: Download complete [2020-06-17T19:23:51.048Z] 3750a50a1c5e: Verifying Checksum [2020-06-17T19:23:51.048Z] 3750a50a1c5e: Download complete [2020-06-17T19:23:52.489Z] b9c365052c96: Verifying Checksum [2020-06-17T19:23:52.489Z] b9c365052c96: Download complete [2020-06-17T19:23:53.085Z] 8a11ddd9e578: Verifying Checksum [2020-06-17T19:23:53.085Z] 8a11ddd9e578: Download complete [2020-06-17T19:24:05.502Z] 8a11ddd9e578: Pull complete [2020-06-17T19:24:05.503Z] 4cf88f913ddb: Pull complete [2020-06-17T19:24:05.503Z] 1df406cf5192: Pull complete [2020-06-17T19:24:08.912Z] cd6300453558: Pull complete [2020-06-17T19:24:14.312Z] b9c365052c96: Pull complete [2020-06-17T19:24:14.312Z] a2d8cc88f415: Pull complete [2020-06-17T19:24:16.296Z] ea1d1ca13537: Pull complete [2020-06-17T19:24:16.573Z] 3750a50a1c5e: Pull complete [2020-06-17T19:24:16.573Z] Digest: sha256:a3e491bd7756271d1e8fe1bff15cdb93064c35086ae9a2f64bafd3a981b9f581 [2020-06-17T19:24:16.573Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine [2020-06-17T19:24:16.573Z] ---> 78745c68409d [2020-06-17T19:24:16.573Z] Step 3/10 : ARG ALPINE_PKG_BASE="make git" [2020-06-17T19:24:21.316Z] Running on prd-centos7-docker-4c-2g-3396 in /w/workspace/gexfoundry_device-rest-go_master [Pipeline] { [Pipeline] ws [2020-06-17T19:24:21.342Z] Running in /w/workspace/device-rest-go/13 [Pipeline] { [Pipeline] checkout [2020-06-17T19:24:21.977Z] ---> Running in f2c6b4e03810 [2020-06-17T19:24:21.977Z] Removing intermediate container f2c6b4e03810 [2020-06-17T19:24:21.977Z] ---> dabad88cb087 [2020-06-17T19:24:21.977Z] Step 4/10 : ARG ALPINE_PKG_EXTRA="" [2020-06-17T19:24:21.977Z] ---> Running in 0f229cb0ba18 [2020-06-17T19:24:21.977Z] Removing intermediate container 0f229cb0ba18 [2020-06-17T19:24:21.977Z] ---> c0909ffd6496 [2020-06-17T19:24:21.977Z] Step 5/10 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-06-17T19:24:22.249Z] ---> Running in 6b4041cf7964 [2020-06-17T19:24:22.841Z] Removing intermediate container 6b4041cf7964 [2020-06-17T19:24:22.841Z] ---> 7b1912268a86 [2020-06-17T19:24:22.841Z] Step 6/10 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-06-17T19:24:22.841Z] ---> Running in d6e28d74bbcc [2020-06-17T19:24:23.459Z] using credential edgex-jenkins-ssh [2020-06-17T19:24:23.484Z] Cloning the remote Git repository [2020-06-17T19:24:23.484Z] Cloning with configured refspecs honoured and without tags [2020-06-17T19:24:23.047Z] Cloning repository git@github.com:edgexfoundry/device-rest-go.git [2020-06-17T19:24:23.110Z] > git init /w/workspace/device-rest-go/13 # timeout=10 [2020-06-17T19:24:23.154Z] Fetching upstream changes from git@github.com:edgexfoundry/device-rest-go.git [2020-06-17T19:24:23.154Z] > git --version # timeout=10 [2020-06-17T19:24:24.612Z] Fetching without tags [2020-06-17T19:24:23.160Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-06-17T19:24:23.192Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-rest-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-06-17T19:24:24.213Z] > git config remote.origin.url git@github.com:edgexfoundry/device-rest-go.git # timeout=10 [2020-06-17T19:24:24.218Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-06-17T19:24:24.231Z] > git config remote.origin.url git@github.com:edgexfoundry/device-rest-go.git # timeout=10 [2020-06-17T19:24:24.246Z] Fetching upstream changes from git@github.com:edgexfoundry/device-rest-go.git [2020-06-17T19:24:24.246Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-06-17T19:24:24.250Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-rest-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-06-17T19:24:24.989Z] Checking out Revision b106d00ae92e946d2103bc6c1464522635373c7b (master) [2020-06-17T19:24:25.455Z] Removing intermediate container d6e28d74bbcc [2020-06-17T19:24:25.455Z] ---> 868a60ae670b [2020-06-17T19:24:25.455Z] Step 7/10 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2020-06-17T19:24:25.455Z] ---> Running in 9bc1536ddba2 [2020-06-17T19:24:24.659Z] > git config core.sparsecheckout # timeout=10 [2020-06-17T19:24:24.664Z] > git checkout -f b106d00ae92e946d2103bc6c1464522635373c7b # timeout=10 [2020-06-17T19:24:26.884Z] fetch http://nl.alpinelinux.org/alpine/v3.11/main/aarch64/APKINDEX.tar.gz [2020-06-17T19:24:27.858Z] fetch http://nl.alpinelinux.org/alpine/v3.11/community/aarch64/APKINDEX.tar.gz [2020-06-17T19:24:28.404Z] Commit message: "Merge pull request #25 from edgexfoundry/update-pr-template" [2020-06-17T19:24:28.456Z] OK: 125 MiB in 39 packages [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-06-17T19:24:29.366Z] ========================================================= [2020-06-17T19:24:29.366Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] [2020-06-17T19:24:29.366Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-06-17T19:24:29.432Z] Removing intermediate container 9bc1536ddba2 [2020-06-17T19:24:29.432Z] ---> cd75cb6c6296 [2020-06-17T19:24:29.432Z] Step 8/10 : WORKDIR /device-rest-go [2020-06-17T19:24:29.432Z] ---> Running in 52f0a9727dfa [2020-06-17T19:24:29.958Z] + 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 . [2020-06-17T19:24:30.024Z] Removing intermediate container 52f0a9727dfa [2020-06-17T19:24:30.024Z] ---> 31f73e3334c4 [2020-06-17T19:24:30.024Z] Step 9/10 : COPY . . [2020-06-17T19:24:30.222Z] Sending build context to Docker daemon 8.022MB [2020-06-17T19:24:30.222Z] Step 1/10 : ARG BASE=golang:1.13-alpine [2020-06-17T19:24:30.222Z] Step 2/10 : FROM ${BASE} [2020-06-17T19:24:30.222Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base [2020-06-17T19:24:30.222Z] e6b0cf9c0882: Pulling fs layer [2020-06-17T19:24:30.222Z] 2848faf0eed1: Pulling fs layer [2020-06-17T19:24:30.222Z] 0f37312ad70f: Pulling fs layer [2020-06-17T19:24:30.222Z] 5788d62ee057: Pulling fs layer [2020-06-17T19:24:30.222Z] 0e6b1d234666: Pulling fs layer [2020-06-17T19:24:30.222Z] bf5d7aec512f: Pulling fs layer [2020-06-17T19:24:30.222Z] 34c802a77dc8: Pulling fs layer [2020-06-17T19:24:30.222Z] 9eb99e56ec68: Pulling fs layer [2020-06-17T19:24:30.222Z] 27c7a5d97fbd: Pulling fs layer [2020-06-17T19:24:30.222Z] 5c102a31e300: Pulling fs layer [2020-06-17T19:24:30.222Z] dcfb455df0a1: Pulling fs layer [2020-06-17T19:24:30.222Z] bf5d7aec512f: Waiting [2020-06-17T19:24:30.222Z] 34c802a77dc8: Waiting [2020-06-17T19:24:30.222Z] 9eb99e56ec68: Waiting [2020-06-17T19:24:30.223Z] 27c7a5d97fbd: Waiting [2020-06-17T19:24:30.223Z] 5c102a31e300: Waiting [2020-06-17T19:24:30.223Z] dcfb455df0a1: Waiting [2020-06-17T19:24:30.223Z] 5788d62ee057: Waiting [2020-06-17T19:24:30.223Z] 0e6b1d234666: Waiting [2020-06-17T19:24:30.223Z] 0f37312ad70f: Verifying Checksum [2020-06-17T19:24:30.223Z] 0f37312ad70f: Download complete [2020-06-17T19:24:30.223Z] 2848faf0eed1: Download complete [2020-06-17T19:24:30.223Z] 0e6b1d234666: Verifying Checksum [2020-06-17T19:24:30.223Z] 0e6b1d234666: Download complete [2020-06-17T19:24:30.223Z] bf5d7aec512f: Verifying Checksum [2020-06-17T19:24:30.223Z] bf5d7aec512f: Download complete [2020-06-17T19:24:30.223Z] e6b0cf9c0882: Verifying Checksum [2020-06-17T19:24:30.223Z] e6b0cf9c0882: Download complete [2020-06-17T19:24:30.484Z] e6b0cf9c0882: Pull complete [2020-06-17T19:24:31.070Z] 34c802a77dc8: Verifying Checksum [2020-06-17T19:24:31.070Z] 34c802a77dc8: Download complete [2020-06-17T19:24:31.349Z] 27c7a5d97fbd: Verifying Checksum [2020-06-17T19:24:31.349Z] 27c7a5d97fbd: Download complete [2020-06-17T19:24:31.462Z] ---> 4178cc724c4a [2020-06-17T19:24:31.462Z] Step 10/10 : RUN go mod download [2020-06-17T19:24:31.462Z] ---> Running in b6148527e057 [2020-06-17T19:24:31.616Z] 5788d62ee057: Verifying Checksum [2020-06-17T19:24:31.616Z] 5788d62ee057: Download complete [2020-06-17T19:24:31.616Z] 9eb99e56ec68: Verifying Checksum [2020-06-17T19:24:31.616Z] 9eb99e56ec68: Download complete [2020-06-17T19:24:31.882Z] 5c102a31e300: Verifying Checksum [2020-06-17T19:24:31.882Z] 5c102a31e300: Download complete [2020-06-17T19:24:31.882Z] dcfb455df0a1: Verifying Checksum [2020-06-17T19:24:31.882Z] dcfb455df0a1: Download complete [2020-06-17T19:24:32.455Z] 2848faf0eed1: Pull complete [2020-06-17T19:24:32.716Z] 0f37312ad70f: Pull complete [2020-06-17T19:24:34.085Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-06-17T19:24:34.085Z] go: finding github.com/OneOfOne/xxhash v1.2.6 [2020-06-17T19:24:34.085Z] go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e [2020-06-17T19:24:34.085Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-06-17T19:24:34.085Z] go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 [2020-06-17T19:24:34.085Z] go: finding github.com/bgentry/speakeasy v0.1.0 [2020-06-17T19:24:34.085Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-06-17T19:24:34.085Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-06-17T19:24:34.085Z] go: finding github.com/edgexfoundry/device-sdk-go v1.2.2 [2020-06-17T19:24:34.085Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.33 [2020-06-17T19:24:34.085Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-06-17T19:24:34.085Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-06-17T19:24:34.085Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 [2020-06-17T19:24:34.085Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-06-17T19:24:34.085Z] go: finding github.com/fatih/color v1.7.0 [2020-06-17T19:24:34.085Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-06-17T19:24:34.085Z] go: finding github.com/go-kit/kit v0.8.0 [2020-06-17T19:24:34.085Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-06-17T19:24:34.085Z] go: finding github.com/go-stack/stack v1.8.0 [2020-06-17T19:24:34.085Z] go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2020-06-17T19:24:34.085Z] go: finding github.com/google/uuid v1.1.0 [2020-06-17T19:24:34.085Z] go: finding github.com/gorilla/mux v1.7.1 [2020-06-17T19:24:34.085Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-06-17T19:24:34.085Z] go: finding github.com/hashicorp/consul/sdk v0.1.1 [2020-06-17T19:24:34.085Z] go: finding github.com/hashicorp/errwrap v1.0.0 [2020-06-17T19:24:34.085Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-06-17T19:24:34.085Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-06-17T19:24:34.085Z] go: finding github.com/hashicorp/go-msgpack v0.5.3 [2020-06-17T19:24:34.085Z] go: finding github.com/hashicorp/go-multierror v1.0.0 [2020-06-17T19:24:34.085Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-06-17T19:24:34.085Z] go: finding github.com/hashicorp/go-sockaddr v1.0.0 [2020-06-17T19:24:34.085Z] go: finding github.com/hashicorp/go-syslog v1.0.0 [2020-06-17T19:24:34.085Z] go: finding github.com/hashicorp/go-uuid v1.0.1 [2020-06-17T19:24:34.085Z] go: finding github.com/hashicorp/go.net v0.0.1 [2020-06-17T19:24:34.085Z] go: finding github.com/hashicorp/golang-lru v0.5.0 [2020-06-17T19:24:34.085Z] go: finding github.com/hashicorp/logutils v1.0.0 [2020-06-17T19:24:34.085Z] go: finding github.com/hashicorp/mdns v1.0.0 [2020-06-17T19:24:34.085Z] go: finding github.com/hashicorp/memberlist v0.1.3 [2020-06-17T19:24:34.085Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-06-17T19:24:34.085Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-06-17T19:24:34.085Z] go: finding github.com/mattn/go-colorable v0.0.9 [2020-06-17T19:24:34.085Z] go: finding github.com/mattn/go-isatty v0.0.3 [2020-06-17T19:24:34.085Z] go: finding github.com/miekg/dns v1.0.14 [2020-06-17T19:24:34.085Z] go: finding github.com/mitchellh/cli v1.0.0 [2020-06-17T19:24:34.086Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-06-17T19:24:34.086Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-06-17T19:24:34.086Z] go: finding github.com/mitchellh/go-homedir v1.0.0 [2020-06-17T19:24:34.086Z] go: finding github.com/mitchellh/go-testing-interface v1.0.0 [2020-06-17T19:24:34.086Z] go: finding github.com/mitchellh/gox v0.4.0 [2020-06-17T19:24:34.086Z] go: finding github.com/mitchellh/iochan v1.0.0 [2020-06-17T19:24:34.086Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-06-17T19:24:34.086Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-06-17T19:24:34.356Z] go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2020-06-17T19:24:34.356Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-06-17T19:24:34.356Z] go: finding github.com/pkg/errors v0.8.1 [2020-06-17T19:24:34.356Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-06-17T19:24:34.356Z] go: finding github.com/posener/complete v1.1.1 [2020-06-17T19:24:34.356Z] go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f [2020-06-17T19:24:34.356Z] go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2020-06-17T19:24:34.356Z] go: finding github.com/spf13/cast v1.3.0 [2020-06-17T19:24:34.356Z] go: finding github.com/stretchr/objx v0.1.0 [2020-06-17T19:24:34.356Z] go: finding github.com/stretchr/testify v1.5.1 [2020-06-17T19:24:34.356Z] go: finding github.com/ugorji/go v1.1.4 [2020-06-17T19:24:34.356Z] go: finding github.com/x448/float16 v0.8.4 [2020-06-17T19:24:34.356Z] go: finding golang.org/x/crypto v0.0.0-20181029021203-45a5f77698d3 [2020-06-17T19:24:34.356Z] go: finding golang.org/x/net v0.0.0-20181201002055-351d144fa1fc [2020-06-17T19:24:34.356Z] go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-06-17T19:24:34.356Z] go: finding golang.org/x/sys v0.0.0-20181026203630-95b1ffbd15a5 [2020-06-17T19:24:34.356Z] go: finding gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 [2020-06-17T19:24:34.356Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-06-17T19:24:38.028Z] 5788d62ee057: Pull complete [2020-06-17T19:24:38.028Z] 0e6b1d234666: Pull complete [2020-06-17T19:24:38.028Z] bf5d7aec512f: Pull complete [2020-06-17T19:24:44.516Z] Removing intermediate container b6148527e057 [2020-06-17T19:24:44.516Z] ---> 6fd503a0ad20 [2020-06-17T19:24:44.516Z] Successfully built 6fd503a0ad20 [2020-06-17T19:24:44.516Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // script [2020-06-17T19:24:44.615Z] 34c802a77dc8: Pull complete [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-06-17T19:24:45.046Z] + docker inspect -f . ci-base-image-arm64 [2020-06-17T19:24:45.046Z] . [Pipeline] withDockerContainer [2020-06-17T19:24:45.323Z] prd-ubuntu18.04-docker-arm64-4c-16g-3395 does not seem to be running inside a container [2020-06-17T19:24:45.401Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-rest-go/13 -v /w/workspace/device-rest-go/13:/w/workspace/device-rest-go/13:rw,z -v /w/workspace/device-rest-go/13@tmp:/w/workspace/device-rest-go/13@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 ******** ci-base-image-arm64 cat [2020-06-17T19:24:47.166Z] 9eb99e56ec68: Pull complete [2020-06-17T19:24:47.353Z] $ docker top 13523ec0171b629152409a65fff3ecb62ae8c0dc6ef47477e6aa9df78f86aa03 -eo pid,comm [2020-06-17T19:24:47.426Z] 27c7a5d97fbd: Pull complete [Pipeline] { [Pipeline] sh [2020-06-17T19:24:48.372Z] 5c102a31e300: Pull complete [2020-06-17T19:24:48.372Z] dcfb455df0a1: Pull complete [2020-06-17T19:24:48.372Z] Digest: sha256:bf9b800d7ab6b241e21016b558127766659829ad41453f889f6c4db283117473 [2020-06-17T19:24:48.632Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine [2020-06-17T19:24:48.632Z] ---> 7c70fe431013 [2020-06-17T19:24:48.632Z] Step 3/10 : ARG ALPINE_PKG_BASE="make git" [2020-06-17T19:24:48.782Z] + go version [2020-06-17T19:24:48.782Z] go version go1.13.5 linux/arm64 [Pipeline] sh [2020-06-17T19:24:49.826Z] + make test [2020-06-17T19:24:49.826Z] CGO_ENABLED=0 GO111MODULE=on go test -coverprofile=coverage.out ./... [2020-06-17T19:24:50.014Z] ---> Running in 4c17d94540e0 [2020-06-17T19:24:50.015Z] Removing intermediate container 4c17d94540e0 [2020-06-17T19:24:50.015Z] ---> 8aa5011dc92d [2020-06-17T19:24:50.015Z] Step 4/10 : ARG ALPINE_PKG_EXTRA="" [2020-06-17T19:24:50.015Z] ---> Running in 269cc231272b [2020-06-17T19:24:50.275Z] Removing intermediate container 269cc231272b [2020-06-17T19:24:50.275Z] ---> c7e1e447d063 [2020-06-17T19:24:50.275Z] Step 5/10 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-06-17T19:24:50.275Z] ---> Running in 2277cbdc8926 [2020-06-17T19:24:50.275Z] Removing intermediate container 2277cbdc8926 [2020-06-17T19:24:50.275Z] ---> 0bec90d074f1 [2020-06-17T19:24:50.275Z] Step 6/10 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-06-17T19:24:50.538Z] ---> Running in 8fc46050bb83 [2020-06-17T19:24:50.807Z] ? github.com/edgexfoundry/device-rest-go [no test files] [2020-06-17T19:24:51.928Z] Removing intermediate container 8fc46050bb83 [2020-06-17T19:24:51.928Z] ---> 3ae2f3aab6ac [2020-06-17T19:24:51.928Z] Step 7/10 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2020-06-17T19:24:51.928Z] ---> Running in 613e6a076874 [2020-06-17T19:24:52.502Z] fetch http://nl.alpinelinux.org/alpine/v3.11/main/x86_64/APKINDEX.tar.gz [2020-06-17T19:24:53.073Z] fetch http://nl.alpinelinux.org/alpine/v3.11/community/x86_64/APKINDEX.tar.gz [2020-06-17T19:24:53.646Z] OK: 143 MiB in 39 packages [2020-06-17T19:24:53.908Z] Removing intermediate container 613e6a076874 [2020-06-17T19:24:53.908Z] ---> fbf2b56bf362 [2020-06-17T19:24:53.908Z] Step 8/10 : WORKDIR /device-rest-go [2020-06-17T19:24:54.169Z] ---> Running in 82f07c4ee86e [2020-06-17T19:24:54.169Z] Removing intermediate container 82f07c4ee86e [2020-06-17T19:24:54.169Z] ---> f6d7d8bc9f2a [2020-06-17T19:24:54.169Z] Step 9/10 : COPY . . [2020-06-17T19:24:54.744Z] ---> e2ef031839ac [2020-06-17T19:24:54.744Z] Step 10/10 : RUN go mod download [2020-06-17T19:24:54.744Z] ---> Running in fd1c17f953a3 [2020-06-17T19:24:56.659Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-06-17T19:24:56.659Z] go: finding github.com/OneOfOne/xxhash v1.2.6 [2020-06-17T19:24:56.659Z] go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e [2020-06-17T19:24:56.659Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-06-17T19:24:56.659Z] go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 [2020-06-17T19:24:56.659Z] go: finding github.com/bgentry/speakeasy v0.1.0 [2020-06-17T19:24:56.659Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-06-17T19:24:56.659Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-06-17T19:24:56.659Z] go: finding github.com/edgexfoundry/device-sdk-go v1.2.2 [2020-06-17T19:24:56.659Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.33 [2020-06-17T19:24:56.659Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-06-17T19:24:56.659Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-06-17T19:24:56.659Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 [2020-06-17T19:24:56.659Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-06-17T19:24:56.659Z] go: finding github.com/fatih/color v1.7.0 [2020-06-17T19:24:56.659Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-06-17T19:24:56.659Z] go: finding github.com/go-kit/kit v0.8.0 [2020-06-17T19:24:56.659Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-06-17T19:24:56.659Z] go: finding github.com/go-stack/stack v1.8.0 [2020-06-17T19:24:56.659Z] go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2020-06-17T19:24:56.659Z] go: finding github.com/google/uuid v1.1.0 [2020-06-17T19:24:56.659Z] go: finding github.com/gorilla/mux v1.7.1 [2020-06-17T19:24:56.659Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-06-17T19:24:56.659Z] go: finding github.com/hashicorp/consul/sdk v0.1.1 [2020-06-17T19:24:56.659Z] go: finding github.com/hashicorp/errwrap v1.0.0 [2020-06-17T19:24:56.659Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-06-17T19:24:56.659Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-06-17T19:24:56.659Z] go: finding github.com/hashicorp/go-msgpack v0.5.3 [2020-06-17T19:24:56.659Z] go: finding github.com/hashicorp/go-multierror v1.0.0 [2020-06-17T19:24:56.659Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-06-17T19:24:56.659Z] go: finding github.com/hashicorp/go-sockaddr v1.0.0 [2020-06-17T19:24:56.659Z] go: finding github.com/hashicorp/go-syslog v1.0.0 [2020-06-17T19:24:56.659Z] go: finding github.com/hashicorp/go-uuid v1.0.1 [2020-06-17T19:24:56.919Z] go: finding github.com/hashicorp/go.net v0.0.1 [2020-06-17T19:24:56.919Z] go: finding github.com/hashicorp/golang-lru v0.5.0 [2020-06-17T19:24:56.919Z] go: finding github.com/hashicorp/logutils v1.0.0 [2020-06-17T19:24:56.919Z] go: finding github.com/hashicorp/mdns v1.0.0 [2020-06-17T19:24:56.919Z] go: finding github.com/hashicorp/memberlist v0.1.3 [2020-06-17T19:24:56.919Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-06-17T19:24:56.919Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-06-17T19:24:56.919Z] go: finding github.com/mattn/go-colorable v0.0.9 [2020-06-17T19:24:56.919Z] go: finding github.com/mattn/go-isatty v0.0.3 [2020-06-17T19:24:56.919Z] go: finding github.com/miekg/dns v1.0.14 [2020-06-17T19:24:56.919Z] go: finding github.com/mitchellh/cli v1.0.0 [2020-06-17T19:24:56.919Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-06-17T19:24:56.919Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-06-17T19:24:56.919Z] go: finding github.com/mitchellh/go-homedir v1.0.0 [2020-06-17T19:24:56.919Z] go: finding github.com/mitchellh/go-testing-interface v1.0.0 [2020-06-17T19:24:56.919Z] go: finding github.com/mitchellh/gox v0.4.0 [2020-06-17T19:24:56.919Z] go: finding github.com/mitchellh/iochan v1.0.0 [2020-06-17T19:24:56.919Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-06-17T19:24:56.919Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-06-17T19:24:56.919Z] go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2020-06-17T19:24:56.919Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-06-17T19:24:56.919Z] go: finding github.com/pkg/errors v0.8.1 [2020-06-17T19:24:56.919Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-06-17T19:24:56.919Z] go: finding github.com/posener/complete v1.1.1 [2020-06-17T19:24:56.919Z] go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f [2020-06-17T19:24:56.919Z] go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2020-06-17T19:24:56.919Z] go: finding github.com/spf13/cast v1.3.0 [2020-06-17T19:24:56.919Z] go: finding github.com/stretchr/objx v0.1.0 [2020-06-17T19:24:56.919Z] go: finding github.com/stretchr/testify v1.5.1 [2020-06-17T19:24:56.919Z] go: finding github.com/ugorji/go v1.1.4 [2020-06-17T19:24:56.919Z] go: finding github.com/x448/float16 v0.8.4 [2020-06-17T19:24:56.919Z] go: finding golang.org/x/crypto v0.0.0-20181029021203-45a5f77698d3 [2020-06-17T19:24:56.919Z] go: finding golang.org/x/net v0.0.0-20181201002055-351d144fa1fc [2020-06-17T19:24:56.919Z] go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-06-17T19:24:57.183Z] go: finding golang.org/x/sys v0.0.0-20181026203630-95b1ffbd15a5 [2020-06-17T19:24:57.183Z] go: finding gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 [2020-06-17T19:24:57.183Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-06-17T19:25:03.778Z] Removing intermediate container fd1c17f953a3 [2020-06-17T19:25:03.778Z] ---> d7f53c629c7a [2020-06-17T19:25:03.778Z] Successfully built d7f53c629c7a [2020-06-17T19:25:03.778Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-06-17T19:25:04.237Z] + docker inspect -f . ci-base-image-x86_64 [2020-06-17T19:25:04.237Z] . [Pipeline] withDockerContainer [2020-06-17T19:25:04.327Z] prd-centos7-docker-4c-2g-3396 does not seem to be running inside a container [2020-06-17T19:25:04.447Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-rest-go/13 -v /w/workspace/device-rest-go/13:/w/workspace/device-rest-go/13:rw,z -v /w/workspace/device-rest-go/13@tmp:/w/workspace/device-rest-go/13@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 ******** ci-base-image-x86_64 cat [2020-06-17T19:25:05.509Z] $ docker top b3234a4cb11deabe5a4be8e3f6caefc1ea989ac8edc3e50bb4551feb230c4cc8 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-06-17T19:25:05.933Z] + go version [2020-06-17T19:25:05.933Z] go version go1.13.5 linux/amd64 [Pipeline] sh [2020-06-17T19:25:06.228Z] + make test [2020-06-17T19:25:06.228Z] CGO_ENABLED=0 GO111MODULE=on go test -coverprofile=coverage.out ./... [2020-06-17T19:25:07.192Z] ? github.com/edgexfoundry/device-rest-go [no test files] [2020-06-17T19:25:15.436Z] ? github.com/edgexfoundry/device-rest-go/cmd [no test files] [2020-06-17T19:25:16.007Z] ok github.com/edgexfoundry/device-rest-go/driver 0.019s coverage: 56.3% of statements [2020-06-17T19:25:16.007Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2020-06-17T19:25:17.630Z] ? github.com/edgexfoundry/device-rest-go/cmd [no test files] [2020-06-17T19:25:17.945Z] gofmt -l . [2020-06-17T19:25:17.945Z] [ "`gofmt -l .`" = "" ] [2020-06-17T19:25:17.945Z] ./bin/test-go-mod-tidy.sh [2020-06-17T19:25:18.204Z] ./bin/test-attribution-txt.sh [Pipeline] stash [2020-06-17T19:25:18.654Z] Stashed 1 file(s) [Pipeline] } [2020-06-17T19:25:18.660Z] $ docker stop --time=1 b3234a4cb11deabe5a4be8e3f6caefc1ea989ac8edc3e50bb4551feb230c4cc8 [2020-06-17T19:25:20.245Z] ok github.com/edgexfoundry/device-rest-go/driver 0.043s coverage: 56.3% of statements [2020-06-17T19:25:20.519Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2020-06-17T19:25:20.747Z] $ docker rm -f b3234a4cb11deabe5a4be8e3f6caefc1ea989ac8edc3e50bb4551feb230c4cc8 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-06-17T19:25:21.542Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-06-17T19:25:21.833Z] + ls -al . [2020-06-17T19:25:21.833Z] total 96 [2020-06-17T19:25:21.833Z] drwxrwxr-x. 8 jenkins jenkins 4096 Jun 17 19:25 . [2020-06-17T19:25:21.833Z] drwxrwxr-x. 4 jenkins jenkins 30 Jun 17 19:24 .. [2020-06-17T19:25:21.833Z] -rw-rw-r--. 1 jenkins jenkins 4802 Jun 17 19:24 Attribution.txt [2020-06-17T19:25:21.833Z] drwxrwxr-x. 2 jenkins jenkins 64 Jun 17 19:24 bin [2020-06-17T19:25:21.833Z] drwxrwxr-x. 3 jenkins jenkins 32 Jun 17 19:24 cmd [2020-06-17T19:25:21.833Z] -rw-r--r--. 1 jenkins jenkins 9369 Jun 17 19:25 coverage.out [2020-06-17T19:25:21.833Z] -rw-rw-r--. 1 jenkins jenkins 1504 Jun 17 19:24 Dockerfile [2020-06-17T19:25:21.833Z] -rw-rw-r--. 1 jenkins jenkins 989 Jun 17 19:24 Dockerfile.build [2020-06-17T19:25:21.833Z] -rw-rw-r--. 1 jenkins jenkins 151 Jun 17 19:24 .dockerignore [2020-06-17T19:25:21.833Z] drwxrwxr-x. 2 jenkins jenkins 93 Jun 17 19:25 driver [2020-06-17T19:25:21.833Z] drwxrwxr-x. 8 jenkins jenkins 162 Jun 17 19:24 .git [2020-06-17T19:25:21.833Z] drwxrwxr-x. 2 jenkins jenkins 38 Jun 17 19:24 .github [2020-06-17T19:25:21.833Z] -rw-rw-r--. 1 jenkins jenkins 339 Jun 17 19:24 .gitignore [2020-06-17T19:25:21.833Z] -rw-r--r--. 1 jenkins jenkins 266 Jun 17 19:25 go.mod [2020-06-17T19:25:21.833Z] -rw-r--r--. 1 jenkins jenkins 12533 Jun 17 19:25 go.sum [2020-06-17T19:25:21.833Z] -rw-rw-r--. 1 jenkins jenkins 702 Jun 17 19:24 Jenkinsfile [2020-06-17T19:25:21.833Z] -rw-rw-r--. 1 jenkins jenkins 11340 Jun 17 19:24 LICENSE [2020-06-17T19:25:21.833Z] -rw-rw-r--. 1 jenkins jenkins 951 Jun 17 19:24 Makefile [2020-06-17T19:25:21.833Z] -rw-rw-r--. 1 jenkins jenkins 5716 Jun 17 19:24 README.md [2020-06-17T19:25:21.833Z] drwxrwxr-x. 3 jenkins jenkins 32 Jun 17 19:24 .semver [2020-06-17T19:25:21.833Z] -rw-rw-r--. 1 jenkins jenkins 11 Jun 17 19:21 VERSION [2020-06-17T19:25:21.833Z] -rw-rw-r--. 1 jenkins jenkins 713 Jun 17 19:24 version.go [Pipeline] isUnix [Pipeline] sh [2020-06-17T19:25:22.129Z] + docker build -t docker-device-rest-go -f Dockerfile --build-arg BASE=ci-base-image-x86_64 --build-arg 'MAKE=make build' --build-arg ARCH=amd64 --label git_sha=b106d00ae92e946d2103bc6c1464522635373c7b --label arch=amd64 --label version=1.1.2-dev.1 . [2020-06-17T19:25:22.129Z] Sending build context to Docker daemon 8.033MB [2020-06-17T19:25:22.129Z] Step 1/24 : ARG BASE=golang:1.13-alpine [2020-06-17T19:25:22.129Z] Step 2/24 : FROM ${BASE} AS builder [2020-06-17T19:25:22.129Z] ---> d7f53c629c7a [2020-06-17T19:25:22.129Z] Step 3/24 : ARG MAKE='make build' [2020-06-17T19:25:22.388Z] ---> Running in 101dfa8a33d1 [2020-06-17T19:25:22.388Z] Removing intermediate container 101dfa8a33d1 [2020-06-17T19:25:22.388Z] ---> bf0abfeab6da [2020-06-17T19:25:22.388Z] Step 4/24 : ARG ALPINE_PKG_BASE="make git" [2020-06-17T19:25:22.653Z] ---> Running in fb6cef25406a [2020-06-17T19:25:22.653Z] Removing intermediate container fb6cef25406a [2020-06-17T19:25:22.653Z] ---> 51147fa919f1 [2020-06-17T19:25:22.653Z] Step 5/24 : ARG ALPINE_PKG_EXTRA="" [2020-06-17T19:25:22.653Z] ---> Running in ecd96798f296 [2020-06-17T19:25:22.913Z] Removing intermediate container ecd96798f296 [2020-06-17T19:25:22.913Z] ---> 28c2e1fe94c2 [2020-06-17T19:25:22.913Z] Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-06-17T19:25:22.913Z] ---> Running in 73d149324a19 [2020-06-17T19:25:23.853Z] Removing intermediate container 73d149324a19 [2020-06-17T19:25:23.853Z] ---> 45c8a2bd7da6 [2020-06-17T19:25:23.853Z] Step 7/24 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2020-06-17T19:25:23.853Z] ---> Running in 68a5a31b1ef2 [2020-06-17T19:25:24.113Z] fetch http://nl.alpinelinux.org/alpine/v3.11/main/x86_64/APKINDEX.tar.gz [2020-06-17T19:25:24.683Z] fetch http://nl.alpinelinux.org/alpine/v3.11/community/x86_64/APKINDEX.tar.gz [2020-06-17T19:25:25.255Z] OK: 143 MiB in 39 packages [2020-06-17T19:25:25.515Z] Removing intermediate container 68a5a31b1ef2 [2020-06-17T19:25:25.515Z] ---> 2c8a5a5b9d2f [2020-06-17T19:25:25.515Z] Step 8/24 : WORKDIR $GOPATH/src/github.com/edgexfoundry/device-rest-go [2020-06-17T19:25:25.776Z] ---> Running in adcec913e0c5 [2020-06-17T19:25:25.776Z] Removing intermediate container adcec913e0c5 [2020-06-17T19:25:25.776Z] ---> a9bae545677a [2020-06-17T19:25:25.776Z] Step 9/24 : COPY go.mod . [2020-06-17T19:25:25.934Z] gofmt -l . [2020-06-17T19:25:26.036Z] ---> 8323bd689e20 [2020-06-17T19:25:26.036Z] Step 10/24 : COPY Makefile . [2020-06-17T19:25:26.208Z] [ "`gofmt -l .`" = "" ] [2020-06-17T19:25:26.208Z] ./bin/test-go-mod-tidy.sh [2020-06-17T19:25:26.298Z] ---> ab6b9556301b [2020-06-17T19:25:26.298Z] Step 11/24 : RUN make update [2020-06-17T19:25:26.298Z] ---> Running in 03e95f5ba73b [2020-06-17T19:25:26.481Z] ./bin/test-attribution-txt.sh [2020-06-17T19:25:26.566Z] CGO_ENABLED=0 GO111MODULE=on go mod download [2020-06-17T19:25:27.137Z] Removing intermediate container 03e95f5ba73b [2020-06-17T19:25:27.137Z] ---> 8277dd26693a [2020-06-17T19:25:27.137Z] Step 12/24 : COPY . . [2020-06-17T19:25:27.397Z] ---> 09301b819a89 [2020-06-17T19:25:27.397Z] Step 13/24 : RUN $MAKE [Pipeline] stash [2020-06-17T19:25:27.489Z] Warning: overwriting stash ‘coverage-report’ [2020-06-17T19:25:27.661Z] ---> Running in 6da025c76715 [2020-06-17T19:25:27.844Z] Stashed 1 file(s) [Pipeline] } [2020-06-17T19:25:27.849Z] $ docker stop --time=1 13523ec0171b629152409a65fff3ecb62ae8c0dc6ef47477e6aa9df78f86aa03 [2020-06-17T19:25:27.926Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-rest-go.Version=1.1.2-dev.1" -o cmd/device-rest-go ./cmd [2020-06-17T19:25:30.038Z] $ docker rm -f 13523ec0171b629152409a65fff3ecb62ae8c0dc6ef47477e6aa9df78f86aa03 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-06-17T19:25:31.032Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-06-17T19:25:31.360Z] + ls -al . [2020-06-17T19:25:31.360Z] total 124 [2020-06-17T19:25:31.360Z] drwxrwxr-x 8 jenkins jenkins 4096 Jun 17 19:25 . [2020-06-17T19:25:31.360Z] drwxrwxr-x 4 jenkins jenkins 4096 Jun 17 19:23 .. [2020-06-17T19:25:31.360Z] -rw-rw-r-- 1 jenkins jenkins 151 Jun 17 19:23 .dockerignore [2020-06-17T19:25:31.360Z] drwxrwxr-x 8 jenkins jenkins 4096 Jun 17 19:23 .git [2020-06-17T19:25:31.360Z] drwxrwxr-x 2 jenkins jenkins 4096 Jun 17 19:23 .github [2020-06-17T19:25:31.360Z] -rw-rw-r-- 1 jenkins jenkins 339 Jun 17 19:23 .gitignore [2020-06-17T19:25:31.360Z] drwxrwxr-x 3 jenkins jenkins 4096 Jun 17 19:23 .semver [2020-06-17T19:25:31.360Z] -rw-rw-r-- 1 jenkins jenkins 4802 Jun 17 19:23 Attribution.txt [2020-06-17T19:25:31.360Z] -rw-rw-r-- 1 jenkins jenkins 1504 Jun 17 19:23 Dockerfile [2020-06-17T19:25:31.360Z] -rw-rw-r-- 1 jenkins jenkins 989 Jun 17 19:23 Dockerfile.build [2020-06-17T19:25:31.360Z] -rw-rw-r-- 1 jenkins jenkins 702 Jun 17 19:23 Jenkinsfile [2020-06-17T19:25:31.360Z] -rw-rw-r-- 1 jenkins jenkins 11340 Jun 17 19:23 LICENSE [2020-06-17T19:25:31.360Z] -rw-rw-r-- 1 jenkins jenkins 951 Jun 17 19:23 Makefile [2020-06-17T19:25:31.360Z] -rw-rw-r-- 1 jenkins jenkins 5716 Jun 17 19:23 README.md [2020-06-17T19:25:31.360Z] -rw-rw-r-- 1 jenkins jenkins 11 Jun 17 19:21 VERSION [2020-06-17T19:25:31.360Z] drwxrwxr-x 2 jenkins jenkins 4096 Jun 17 19:23 bin [2020-06-17T19:25:31.360Z] drwxrwxr-x 3 jenkins jenkins 4096 Jun 17 19:23 cmd [2020-06-17T19:25:31.360Z] -rw-r--r-- 1 jenkins jenkins 9369 Jun 17 19:25 coverage.out [2020-06-17T19:25:31.360Z] drwxrwxr-x 2 jenkins jenkins 4096 Jun 17 19:25 driver [2020-06-17T19:25:31.360Z] -rw-r--r-- 1 jenkins jenkins 266 Jun 17 19:25 go.mod [2020-06-17T19:25:31.360Z] -rw-r--r-- 1 jenkins jenkins 12533 Jun 17 19:25 go.sum [2020-06-17T19:25:31.360Z] -rw-rw-r-- 1 jenkins jenkins 713 Jun 17 19:23 version.go [Pipeline] isUnix [Pipeline] sh [2020-06-17T19:25:31.697Z] + docker build -t docker-device-rest-go-arm64 -f Dockerfile --build-arg BASE=ci-base-image-arm64 --build-arg MAKE=make build --build-arg ARCH=arm64 --label git_sha=b106d00ae92e946d2103bc6c1464522635373c7b --label arch=arm64 --label version=1.1.2-dev.1 . [2020-06-17T19:25:31.970Z] Sending build context to Docker daemon 8.033MB [2020-06-17T19:25:32.241Z] Step 1/24 : ARG BASE=golang:1.13-alpine [2020-06-17T19:25:32.241Z] Step 2/24 : FROM ${BASE} AS builder [2020-06-17T19:25:32.241Z] ---> 6fd503a0ad20 [2020-06-17T19:25:32.241Z] Step 3/24 : ARG MAKE='make build' [2020-06-17T19:25:32.511Z] ---> Running in 429408507c32 [2020-06-17T19:25:32.782Z] Removing intermediate container 429408507c32 [2020-06-17T19:25:32.782Z] ---> a19c8ac5ccde [2020-06-17T19:25:32.782Z] Step 4/24 : ARG ALPINE_PKG_BASE="make git" [2020-06-17T19:25:33.053Z] ---> Running in da6b01a0cd69 [2020-06-17T19:25:33.324Z] Removing intermediate container da6b01a0cd69 [2020-06-17T19:25:33.324Z] ---> 5821ff3c9ebb [2020-06-17T19:25:33.324Z] Step 5/24 : ARG ALPINE_PKG_EXTRA="" [2020-06-17T19:25:33.598Z] ---> Running in a942fdf7ed49 [2020-06-17T19:25:33.868Z] Removing intermediate container a942fdf7ed49 [2020-06-17T19:25:33.868Z] ---> 7d53ec0dce02 [2020-06-17T19:25:33.868Z] Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-06-17T19:25:34.144Z] ---> Running in 979b0c9ea12e [2020-06-17T19:25:36.762Z] Removing intermediate container 979b0c9ea12e [2020-06-17T19:25:36.762Z] ---> 08dbff5d1274 [2020-06-17T19:25:36.762Z] Step 7/24 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2020-06-17T19:25:36.762Z] ---> Running in d3afc5e1123b [2020-06-17T19:25:38.044Z] Removing intermediate container 6da025c76715 [2020-06-17T19:25:38.044Z] ---> 09590ebac550 [2020-06-17T19:25:38.044Z] Step 14/24 : FROM alpine:latest [2020-06-17T19:25:38.044Z] latest: Pulling from library/alpine [2020-06-17T19:25:38.044Z] df20fa9351a1: Pulling fs layer [2020-06-17T19:25:38.044Z] df20fa9351a1: Verifying Checksum [2020-06-17T19:25:38.044Z] df20fa9351a1: Download complete [2020-06-17T19:25:38.194Z] fetch http://nl.alpinelinux.org/alpine/v3.11/main/aarch64/APKINDEX.tar.gz [2020-06-17T19:25:38.305Z] df20fa9351a1: Pull complete [2020-06-17T19:25:38.305Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-06-17T19:25:38.305Z] Status: Downloaded newer image for alpine:latest [2020-06-17T19:25:38.305Z] ---> a24bb4013296 [2020-06-17T19:25:38.305Z] Step 15/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-06-17T19:25:38.305Z] ---> Running in c32e9428c364 [2020-06-17T19:25:38.566Z] Removing intermediate container c32e9428c364 [2020-06-17T19:25:38.566Z] ---> b9878472701f [2020-06-17T19:25:38.566Z] Step 16/24 : LABEL Name=device-rest-go Version=${VERSION} [2020-06-17T19:25:38.566Z] ---> Running in 9e21015ee66c [2020-06-17T19:25:38.784Z] fetch http://nl.alpinelinux.org/alpine/v3.11/community/aarch64/APKINDEX.tar.gz [2020-06-17T19:25:38.826Z] Removing intermediate container 9e21015ee66c [2020-06-17T19:25:38.826Z] ---> ae327f9a9df2 [2020-06-17T19:25:38.826Z] Step 17/24 : COPY --from=builder /go/src/github.com/edgexfoundry/device-rest-go/LICENSE / [2020-06-17T19:25:38.826Z] ---> 043a6efdf176 [2020-06-17T19:25:38.827Z] Step 18/24 : COPY --from=builder /go/src/github.com/edgexfoundry/device-rest-go/Attribution.txt / [2020-06-17T19:25:39.087Z] ---> 225e184be9cf [2020-06-17T19:25:39.087Z] Step 19/24 : COPY --from=builder /go/src/github.com/edgexfoundry/device-rest-go/cmd / [2020-06-17T19:25:39.378Z] OK: 125 MiB in 39 packages [2020-06-17T19:25:39.674Z] ---> 2bb922c5e158 [2020-06-17T19:25:39.674Z] Step 20/24 : EXPOSE 49986 [2020-06-17T19:25:39.674Z] ---> Running in 29d084af9f8a [2020-06-17T19:25:39.933Z] Removing intermediate container 29d084af9f8a [2020-06-17T19:25:39.933Z] ---> 616ff686d961 [2020-06-17T19:25:39.933Z] Step 21/24 : CMD ["/device-rest-go","--cp=consul://edgex-core-consul:8500","--confdir=/res","--registry"] [2020-06-17T19:25:39.933Z] ---> Running in 7455a43a369f [2020-06-17T19:25:39.933Z] Removing intermediate container 7455a43a369f [2020-06-17T19:25:39.933Z] ---> 613b53053da2 [2020-06-17T19:25:39.933Z] Step 22/24 : LABEL arch=amd64 [2020-06-17T19:25:40.193Z] ---> Running in 5352ab76d2b2 [2020-06-17T19:25:40.193Z] Removing intermediate container 5352ab76d2b2 [2020-06-17T19:25:40.193Z] ---> a010b1c9642a [2020-06-17T19:25:40.193Z] Step 23/24 : LABEL git_sha=b106d00ae92e946d2103bc6c1464522635373c7b [2020-06-17T19:25:40.193Z] ---> Running in 34024e438e21 [2020-06-17T19:25:40.453Z] Removing intermediate container 34024e438e21 [2020-06-17T19:25:40.453Z] ---> 91e40e937220 [2020-06-17T19:25:40.453Z] Step 24/24 : LABEL version=1.1.2-dev.1 [2020-06-17T19:25:40.453Z] ---> Running in ef06829e41de [2020-06-17T19:25:40.714Z] Removing intermediate container ef06829e41de [2020-06-17T19:25:40.714Z] ---> c2b5fa0e9511 [2020-06-17T19:25:40.714Z] [Warning] One or more build-args [ARCH] were not consumed [2020-06-17T19:25:40.714Z] Successfully built c2b5fa0e9511 [2020-06-17T19:25:40.714Z] Successfully tagged docker-device-rest-go:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [2020-06-17T19:25:40.814Z] Removing intermediate container d3afc5e1123b [2020-06-17T19:25:40.814Z] ---> ffd27201c46e [2020-06-17T19:25:40.814Z] Step 8/24 : WORKDIR $GOPATH/src/github.com/edgexfoundry/device-rest-go [2020-06-17T19:25:40.814Z] ---> Running in d3dbdc9bcfb6 [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-06-17T19:25:40.927Z] provisioning config files... [2020-06-17T19:25:40.952Z] copy managed file [device-rest-go-settings] to file:/w/workspace/device-rest-go/13@tmp/config8795540171192663899tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-06-17T19:25:41.273Z] nexus3.edgexfoundry.org:10001 [2020-06-17T19:25:41.274Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-06-17T19:25:41.274Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-06-17T19:25:41.274Z] Configure a credential helper to remove this warning. See [2020-06-17T19:25:41.274Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-06-17T19:25:41.274Z] [2020-06-17T19:25:41.274Z] Login Succeeded [2020-06-17T19:25:41.274Z] nexus3.edgexfoundry.org:10002 [2020-06-17T19:25:41.409Z] Removing intermediate container d3dbdc9bcfb6 [2020-06-17T19:25:41.409Z] ---> 05ad9a4d06fc [2020-06-17T19:25:41.409Z] Step 9/24 : COPY go.mod . [2020-06-17T19:25:41.533Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-06-17T19:25:41.533Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-06-17T19:25:41.533Z] Configure a credential helper to remove this warning. See [2020-06-17T19:25:41.533Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-06-17T19:25:41.533Z] [2020-06-17T19:25:41.533Z] Login Succeeded [2020-06-17T19:25:41.533Z] nexus3.edgexfoundry.org:10003 [2020-06-17T19:25:41.794Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-06-17T19:25:41.794Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-06-17T19:25:41.794Z] Configure a credential helper to remove this warning. See [2020-06-17T19:25:41.794Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-06-17T19:25:41.794Z] [2020-06-17T19:25:41.794Z] Login Succeeded [2020-06-17T19:25:41.794Z] nexus3.edgexfoundry.org:10004 [2020-06-17T19:25:41.794Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-06-17T19:25:41.794Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-06-17T19:25:41.794Z] Configure a credential helper to remove this warning. See [2020-06-17T19:25:41.794Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-06-17T19:25:41.794Z] [2020-06-17T19:25:41.794Z] Login Succeeded [2020-06-17T19:25:41.794Z] docker.io [2020-06-17T19:25:42.003Z] ---> 0e2d0d609e2f [2020-06-17T19:25:42.003Z] Step 10/24 : COPY Makefile . [2020-06-17T19:25:42.054Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-06-17T19:25:42.315Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-06-17T19:25:42.315Z] Configure a credential helper to remove this warning. See [2020-06-17T19:25:42.315Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-06-17T19:25:42.315Z] [2020-06-17T19:25:42.315Z] Login Succeeded [Pipeline] } [2020-06-17T19:25:42.325Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-06-17T19:25:42.432Z] [edgeXDocker.push] Tagging docker image docker-device-rest-go with the following tags: [2020-06-17T19:25:42.432Z] b106d00ae92e946d2103bc6c1464522635373c7b [2020-06-17T19:25:42.432Z] latest [2020-06-17T19:25:42.432Z] 1.1.2-dev.1 [2020-06-17T19:25:42.432Z] b106d00ae92e946d2103bc6c1464522635373c7b-1.1.2-dev.1 [2020-06-17T19:25:42.432Z] master [2020-06-17T19:25:42.432Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-06-17T19:25:42.597Z] ---> 0ac38bb306ed [2020-06-17T19:25:42.597Z] Step 11/24 : RUN make update [2020-06-17T19:25:42.805Z] + docker tag docker-device-rest-go nexus3.edgexfoundry.org:10004/docker-device-rest-go:b106d00ae92e946d2103bc6c1464522635373c7b [Pipeline] isUnix [Pipeline] sh [2020-06-17T19:25:42.870Z] ---> Running in 35a1bdf0b041 [2020-06-17T19:25:43.097Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-rest-go:b106d00ae92e946d2103bc6c1464522635373c7b [2020-06-17T19:25:43.097Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-rest-go] [2020-06-17T19:25:43.097Z] 15fb1c095855: Preparing [2020-06-17T19:25:43.097Z] 7ccb777c5d80: Preparing [2020-06-17T19:25:43.097Z] 52bbc6e4d3c2: Preparing [2020-06-17T19:25:43.097Z] 50644c29ef5a: Preparing [2020-06-17T19:25:43.097Z] 50644c29ef5a: Layer already exists [2020-06-17T19:25:43.097Z] 7ccb777c5d80: Pushed [2020-06-17T19:25:43.097Z] 52bbc6e4d3c2: Pushed [2020-06-17T19:25:44.301Z] CGO_ENABLED=0 GO111MODULE=on go mod download [2020-06-17T19:25:44.477Z] 15fb1c095855: Pushed [2020-06-17T19:25:44.737Z] b106d00ae92e946d2103bc6c1464522635373c7b: digest: sha256:591ef2d97608970db68bc7488e5a20c439c7e5512074c589eee6b9973833b1be size: 1154 [Pipeline] isUnix [Pipeline] sh [2020-06-17T19:25:45.035Z] + docker tag docker-device-rest-go nexus3.edgexfoundry.org:10004/docker-device-rest-go:latest [Pipeline] isUnix [Pipeline] sh [2020-06-17T19:25:45.290Z] Removing intermediate container 35a1bdf0b041 [2020-06-17T19:25:45.290Z] ---> 04b5b8d1ada9 [2020-06-17T19:25:45.290Z] Step 12/24 : COPY . . [2020-06-17T19:25:45.328Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-rest-go:latest [2020-06-17T19:25:45.328Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-rest-go] [2020-06-17T19:25:45.328Z] 15fb1c095855: Preparing [2020-06-17T19:25:45.328Z] 7ccb777c5d80: Preparing [2020-06-17T19:25:45.328Z] 52bbc6e4d3c2: Preparing [2020-06-17T19:25:45.328Z] 50644c29ef5a: Preparing [2020-06-17T19:25:45.328Z] 52bbc6e4d3c2: Layer already exists [2020-06-17T19:25:45.328Z] 50644c29ef5a: Layer already exists [2020-06-17T19:25:45.328Z] 7ccb777c5d80: Layer already exists [2020-06-17T19:25:45.328Z] 15fb1c095855: Layer already exists [2020-06-17T19:25:45.328Z] latest: digest: sha256:591ef2d97608970db68bc7488e5a20c439c7e5512074c589eee6b9973833b1be size: 1154 [Pipeline] isUnix [Pipeline] sh [2020-06-17T19:25:45.623Z] + docker tag docker-device-rest-go nexus3.edgexfoundry.org:10004/docker-device-rest-go:1.1.2-dev.1 [Pipeline] isUnix [Pipeline] sh [2020-06-17T19:25:45.915Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-rest-go:1.1.2-dev.1 [2020-06-17T19:25:45.915Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-rest-go] [2020-06-17T19:25:45.915Z] 15fb1c095855: Preparing [2020-06-17T19:25:45.915Z] 7ccb777c5d80: Preparing [2020-06-17T19:25:45.915Z] 52bbc6e4d3c2: Preparing [2020-06-17T19:25:45.915Z] 50644c29ef5a: Preparing [2020-06-17T19:25:45.915Z] 7ccb777c5d80: Layer already exists [2020-06-17T19:25:45.915Z] 50644c29ef5a: Layer already exists [2020-06-17T19:25:45.915Z] 52bbc6e4d3c2: Layer already exists [2020-06-17T19:25:45.915Z] 15fb1c095855: Layer already exists [2020-06-17T19:25:45.915Z] 1.1.2-dev.1: digest: sha256:591ef2d97608970db68bc7488e5a20c439c7e5512074c589eee6b9973833b1be size: 1154 [Pipeline] isUnix [Pipeline] sh [2020-06-17T19:25:46.209Z] + docker tag docker-device-rest-go nexus3.edgexfoundry.org:10004/docker-device-rest-go:b106d00ae92e946d2103bc6c1464522635373c7b-1.1.2-dev.1 [Pipeline] isUnix [Pipeline] sh [2020-06-17T19:25:46.500Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-rest-go:b106d00ae92e946d2103bc6c1464522635373c7b-1.1.2-dev.1 [2020-06-17T19:25:46.500Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-rest-go] [2020-06-17T19:25:46.500Z] 15fb1c095855: Preparing [2020-06-17T19:25:46.500Z] 7ccb777c5d80: Preparing [2020-06-17T19:25:46.500Z] 52bbc6e4d3c2: Preparing [2020-06-17T19:25:46.500Z] 50644c29ef5a: Preparing [2020-06-17T19:25:46.500Z] 52bbc6e4d3c2: Layer already exists [2020-06-17T19:25:46.500Z] 7ccb777c5d80: Layer already exists [2020-06-17T19:25:46.500Z] 50644c29ef5a: Layer already exists [2020-06-17T19:25:46.500Z] 15fb1c095855: Layer already exists [2020-06-17T19:25:46.500Z] b106d00ae92e946d2103bc6c1464522635373c7b-1.1.2-dev.1: digest: sha256:591ef2d97608970db68bc7488e5a20c439c7e5512074c589eee6b9973833b1be size: 1154 [Pipeline] isUnix [Pipeline] sh [2020-06-17T19:25:46.730Z] ---> 4477ee30199f [2020-06-17T19:25:46.730Z] Step 13/24 : RUN $MAKE [2020-06-17T19:25:46.730Z] ---> Running in 8499b951d5bb [2020-06-17T19:25:46.795Z] + docker tag docker-device-rest-go nexus3.edgexfoundry.org:10004/docker-device-rest-go:master [Pipeline] isUnix [Pipeline] sh [2020-06-17T19:25:47.083Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-rest-go:master [2020-06-17T19:25:47.083Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-rest-go] [2020-06-17T19:25:47.083Z] 15fb1c095855: Preparing [2020-06-17T19:25:47.083Z] 7ccb777c5d80: Preparing [2020-06-17T19:25:47.083Z] 52bbc6e4d3c2: Preparing [2020-06-17T19:25:47.083Z] 50644c29ef5a: Preparing [2020-06-17T19:25:47.083Z] 15fb1c095855: Layer already exists [2020-06-17T19:25:47.083Z] 7ccb777c5d80: Layer already exists [2020-06-17T19:25:47.083Z] 50644c29ef5a: Layer already exists [2020-06-17T19:25:47.083Z] 52bbc6e4d3c2: Layer already exists [2020-06-17T19:25:47.083Z] master: digest: sha256:591ef2d97608970db68bc7488e5a20c439c7e5512074c589eee6b9973833b1be size: 1154 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-06-17T19:25:48.157Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-rest-go.Version=1.1.2-dev.1" -o cmd/device-rest-go ./cmd [2020-06-17T19:26:14.991Z] Removing intermediate container 8499b951d5bb [2020-06-17T19:26:14.991Z] ---> a51fe4ae5637 [2020-06-17T19:26:14.991Z] Step 14/24 : FROM alpine:latest [2020-06-17T19:26:15.263Z] latest: Pulling from library/alpine [2020-06-17T19:26:15.263Z] b538f80385f9: Pulling fs layer [2020-06-17T19:26:15.537Z] b538f80385f9: Verifying Checksum [2020-06-17T19:26:15.537Z] b538f80385f9: Download complete [2020-06-17T19:26:16.139Z] b538f80385f9: Pull complete [2020-06-17T19:26:16.139Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-06-17T19:26:16.139Z] Status: Downloaded newer image for alpine:latest [2020-06-17T19:26:16.139Z] ---> 62ee0e9f8440 [2020-06-17T19:26:16.139Z] Step 15/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-06-17T19:26:16.412Z] ---> Running in 506cd730a847 [2020-06-17T19:26:16.685Z] Removing intermediate container 506cd730a847 [2020-06-17T19:26:16.685Z] ---> 7001ec89e590 [2020-06-17T19:26:16.685Z] Step 16/24 : LABEL Name=device-rest-go Version=${VERSION} [2020-06-17T19:26:16.959Z] ---> Running in 43650c7b8a85 [2020-06-17T19:26:17.232Z] Removing intermediate container 43650c7b8a85 [2020-06-17T19:26:17.232Z] ---> cca2b66e520b [2020-06-17T19:26:17.232Z] Step 17/24 : COPY --from=builder /go/src/github.com/edgexfoundry/device-rest-go/LICENSE / [2020-06-17T19:26:18.208Z] ---> df2ef0c3f98b [2020-06-17T19:26:18.208Z] Step 18/24 : COPY --from=builder /go/src/github.com/edgexfoundry/device-rest-go/Attribution.txt / [2020-06-17T19:26:18.799Z] ---> a3b7fc2a5f32 [2020-06-17T19:26:18.799Z] Step 19/24 : COPY --from=builder /go/src/github.com/edgexfoundry/device-rest-go/cmd / [2020-06-17T19:26:20.229Z] ---> 3c7742106d46 [2020-06-17T19:26:20.230Z] Step 20/24 : EXPOSE 49986 [2020-06-17T19:26:20.230Z] ---> Running in 70928b535579 [2020-06-17T19:26:20.822Z] Removing intermediate container 70928b535579 [2020-06-17T19:26:20.822Z] ---> e9d716dd576c [2020-06-17T19:26:20.822Z] Step 21/24 : CMD ["/device-rest-go","--cp=consul://edgex-core-consul:8500","--confdir=/res","--registry"] [2020-06-17T19:26:20.822Z] ---> Running in 84d460a5815c [2020-06-17T19:26:21.418Z] Removing intermediate container 84d460a5815c [2020-06-17T19:26:21.418Z] ---> 83c379c66c84 [2020-06-17T19:26:21.418Z] Step 22/24 : LABEL arch=arm64 [2020-06-17T19:26:21.418Z] ---> Running in 8168b7488366 [2020-06-17T19:26:22.011Z] Removing intermediate container 8168b7488366 [2020-06-17T19:26:22.011Z] ---> 75217fc9279c [2020-06-17T19:26:22.011Z] Step 23/24 : LABEL git_sha=b106d00ae92e946d2103bc6c1464522635373c7b [2020-06-17T19:26:22.011Z] ---> Running in 7d6397f5be8b [2020-06-17T19:26:22.286Z] Removing intermediate container 7d6397f5be8b [2020-06-17T19:26:22.286Z] ---> aa50ee667f3b [2020-06-17T19:26:22.286Z] Step 24/24 : LABEL version=1.1.2-dev.1 [2020-06-17T19:26:22.559Z] ---> Running in e7cc2d5e88a7 [2020-06-17T19:26:22.832Z] Removing intermediate container e7cc2d5e88a7 [2020-06-17T19:26:22.832Z] ---> 94a3ccc5a591 [2020-06-17T19:26:22.832Z] [Warning] One or more build-args [ARCH] were not consumed [2020-06-17T19:26:23.102Z] Successfully built 94a3ccc5a591 [2020-06-17T19:26:23.102Z] Successfully tagged docker-device-rest-go-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-06-17T19:26:23.287Z] provisioning config files... [2020-06-17T19:26:23.324Z] copy managed file [device-rest-go-settings] to file:/w/workspace/device-rest-go/13@tmp/config8979600110578162401tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-06-17T19:26:23.692Z] nexus3.edgexfoundry.org:10001 [2020-06-17T19:26:23.966Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-06-17T19:26:24.237Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-06-17T19:26:24.237Z] Configure a credential helper to remove this warning. See [2020-06-17T19:26:24.237Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-06-17T19:26:24.237Z] [2020-06-17T19:26:24.237Z] Login Succeeded [2020-06-17T19:26:24.237Z] nexus3.edgexfoundry.org:10002 [2020-06-17T19:26:24.509Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-06-17T19:26:24.781Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-06-17T19:26:24.781Z] Configure a credential helper to remove this warning. See [2020-06-17T19:26:24.781Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-06-17T19:26:24.781Z] [2020-06-17T19:26:24.781Z] Login Succeeded [2020-06-17T19:26:24.781Z] nexus3.edgexfoundry.org:10003 [2020-06-17T19:26:25.053Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-06-17T19:26:25.324Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-06-17T19:26:25.324Z] Configure a credential helper to remove this warning. See [2020-06-17T19:26:25.324Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-06-17T19:26:25.324Z] [2020-06-17T19:26:25.324Z] Login Succeeded [2020-06-17T19:26:25.324Z] nexus3.edgexfoundry.org:10004 [2020-06-17T19:26:25.916Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-06-17T19:26:25.916Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-06-17T19:26:25.916Z] Configure a credential helper to remove this warning. See [2020-06-17T19:26:25.916Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-06-17T19:26:25.916Z] [2020-06-17T19:26:25.916Z] Login Succeeded [2020-06-17T19:26:25.916Z] docker.io [2020-06-17T19:26:26.195Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-06-17T19:26:26.790Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-06-17T19:26:26.790Z] Configure a credential helper to remove this warning. See [2020-06-17T19:26:26.790Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-06-17T19:26:26.790Z] [2020-06-17T19:26:26.790Z] Login Succeeded [Pipeline] } [2020-06-17T19:26:26.805Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-06-17T19:26:26.893Z] [edgeXDocker.push] Tagging docker image docker-device-rest-go-arm64 with the following tags: [2020-06-17T19:26:26.893Z] b106d00ae92e946d2103bc6c1464522635373c7b [2020-06-17T19:26:26.893Z] latest [2020-06-17T19:26:26.893Z] 1.1.2-dev.1 [2020-06-17T19:26:26.893Z] b106d00ae92e946d2103bc6c1464522635373c7b-1.1.2-dev.1 [2020-06-17T19:26:26.893Z] master [2020-06-17T19:26:26.893Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-06-17T19:26:27.294Z] + docker tag docker-device-rest-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-rest-go-arm64:b106d00ae92e946d2103bc6c1464522635373c7b [Pipeline] isUnix [Pipeline] sh [2020-06-17T19:26:27.629Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-rest-go-arm64:b106d00ae92e946d2103bc6c1464522635373c7b [2020-06-17T19:26:27.629Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-rest-go-arm64] [2020-06-17T19:26:27.629Z] 81cbbd3f103a: Preparing [2020-06-17T19:26:27.629Z] d91242dd9646: Preparing [2020-06-17T19:26:27.629Z] 5ffde56fa6d3: Preparing [2020-06-17T19:26:27.629Z] e2f13739ad41: Preparing [2020-06-17T19:26:27.629Z] e2f13739ad41: Layer already exists [2020-06-17T19:26:27.900Z] d91242dd9646: Pushed [2020-06-17T19:26:27.900Z] 5ffde56fa6d3: Pushed [2020-06-17T19:26:31.364Z] 81cbbd3f103a: Pushed [2020-06-17T19:26:31.364Z] b106d00ae92e946d2103bc6c1464522635373c7b: digest: sha256:965ada4c58427c881e725515e2cb9f84f4722627ba8cc263385c67a2fb7350ec size: 1154 [Pipeline] isUnix [Pipeline] sh [2020-06-17T19:26:31.701Z] + docker tag docker-device-rest-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-rest-go-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-06-17T19:26:32.037Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-rest-go-arm64:latest [2020-06-17T19:26:32.037Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-rest-go-arm64] [2020-06-17T19:26:32.037Z] 81cbbd3f103a: Preparing [2020-06-17T19:26:32.037Z] d91242dd9646: Preparing [2020-06-17T19:26:32.037Z] 5ffde56fa6d3: Preparing [2020-06-17T19:26:32.037Z] e2f13739ad41: Preparing [2020-06-17T19:26:32.037Z] 81cbbd3f103a: Layer already exists [2020-06-17T19:26:32.037Z] e2f13739ad41: Layer already exists [2020-06-17T19:26:32.038Z] d91242dd9646: Layer already exists [2020-06-17T19:26:32.038Z] 5ffde56fa6d3: Layer already exists [2020-06-17T19:26:32.306Z] latest: digest: sha256:965ada4c58427c881e725515e2cb9f84f4722627ba8cc263385c67a2fb7350ec size: 1154 [Pipeline] isUnix [Pipeline] sh [2020-06-17T19:26:32.641Z] + docker tag docker-device-rest-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-rest-go-arm64:1.1.2-dev.1 [Pipeline] isUnix [Pipeline] sh [2020-06-17T19:26:32.970Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-rest-go-arm64:1.1.2-dev.1 [2020-06-17T19:26:32.970Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-rest-go-arm64] [2020-06-17T19:26:32.970Z] 81cbbd3f103a: Preparing [2020-06-17T19:26:32.970Z] d91242dd9646: Preparing [2020-06-17T19:26:32.970Z] 5ffde56fa6d3: Preparing [2020-06-17T19:26:32.970Z] e2f13739ad41: Preparing [2020-06-17T19:26:32.970Z] 5ffde56fa6d3: Layer already exists [2020-06-17T19:26:32.970Z] d91242dd9646: Layer already exists [2020-06-17T19:26:32.970Z] e2f13739ad41: Layer already exists [2020-06-17T19:26:32.970Z] 81cbbd3f103a: Layer already exists [2020-06-17T19:26:33.239Z] 1.1.2-dev.1: digest: sha256:965ada4c58427c881e725515e2cb9f84f4722627ba8cc263385c67a2fb7350ec size: 1154 [Pipeline] isUnix [Pipeline] sh [2020-06-17T19:26:33.577Z] + docker tag docker-device-rest-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-rest-go-arm64:b106d00ae92e946d2103bc6c1464522635373c7b-1.1.2-dev.1 [Pipeline] isUnix [Pipeline] sh [2020-06-17T19:26:33.909Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-rest-go-arm64:b106d00ae92e946d2103bc6c1464522635373c7b-1.1.2-dev.1 [2020-06-17T19:26:33.909Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-rest-go-arm64] [2020-06-17T19:26:33.909Z] 81cbbd3f103a: Preparing [2020-06-17T19:26:33.909Z] d91242dd9646: Preparing [2020-06-17T19:26:33.909Z] 5ffde56fa6d3: Preparing [2020-06-17T19:26:33.909Z] e2f13739ad41: Preparing [2020-06-17T19:26:33.909Z] 81cbbd3f103a: Layer already exists [2020-06-17T19:26:33.909Z] d91242dd9646: Layer already exists [2020-06-17T19:26:33.909Z] 5ffde56fa6d3: Layer already exists [2020-06-17T19:26:33.909Z] e2f13739ad41: Layer already exists [2020-06-17T19:26:34.179Z] b106d00ae92e946d2103bc6c1464522635373c7b-1.1.2-dev.1: digest: sha256:965ada4c58427c881e725515e2cb9f84f4722627ba8cc263385c67a2fb7350ec size: 1154 [Pipeline] isUnix [Pipeline] sh [2020-06-17T19:26:34.519Z] + docker tag docker-device-rest-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-rest-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-06-17T19:26:34.846Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-rest-go-arm64:master [2020-06-17T19:26:34.846Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-rest-go-arm64] [2020-06-17T19:26:34.846Z] 81cbbd3f103a: Preparing [2020-06-17T19:26:34.846Z] d91242dd9646: Preparing [2020-06-17T19:26:34.846Z] 5ffde56fa6d3: Preparing [2020-06-17T19:26:34.846Z] e2f13739ad41: Preparing [2020-06-17T19:26:34.846Z] 81cbbd3f103a: Layer already exists [2020-06-17T19:26:34.846Z] 5ffde56fa6d3: Layer already exists [2020-06-17T19:26:34.846Z] e2f13739ad41: Layer already exists [2020-06-17T19:26:34.846Z] d91242dd9646: Layer already exists [2020-06-17T19:26:35.117Z] master: digest: sha256:965ada4c58427c881e725515e2cb9f84f4722627ba8cc263385c67a2fb7350ec size: 1154 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [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) [Pipeline] unstash [Pipeline] wrap [2020-06-17T19:26:35.731Z] provisioning config files... [2020-06-17T19:26:35.745Z] copy managed file [device-rest-go-codecov-token] to file:/w/workspace/gexfoundry_device-rest-go_master@tmp/config8291411973313909185tmp [Pipeline] { [Pipeline] sh [2020-06-17T19:26:36.052Z] + curl -s https://codecov.io/bash [2020-06-17T19:26:36.052Z] + bash -s - -t @/w/workspace/gexfoundry_device-rest-go_master@tmp/config8291411973313909185tmp [2020-06-17T19:26:36.052Z] [2020-06-17T19:26:36.052Z] _____ _ [2020-06-17T19:26:36.052Z] / ____| | | [2020-06-17T19:26:36.052Z] | | ___ __| | ___ ___ _____ __ [2020-06-17T19:26:36.052Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2020-06-17T19:26:36.052Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2020-06-17T19:26:36.052Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2020-06-17T19:26:36.052Z] Bash-20200602-f809a24 [2020-06-17T19:26:36.052Z] [2020-06-17T19:26:36.052Z] [2020-06-17T19:26:36.311Z] ==> Jenkins CI detected. [2020-06-17T19:26:36.311Z] project root: . [2020-06-17T19:26:36.311Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2020-06-17T19:26:36.311Z] ==> Running gcov in . (disable via -X gcov) [2020-06-17T19:26:36.311Z] ==> Python coveragepy not found [2020-06-17T19:26:36.311Z] ==> Searching for coverage reports in: [2020-06-17T19:26:36.311Z] + . [2020-06-17T19:26:36.311Z] -> Found 1 reports [2020-06-17T19:26:36.311Z] ==> Detecting git/mercurial file structure [2020-06-17T19:26:36.311Z] ==> Reading reports [2020-06-17T19:26:36.311Z] + ./coverage.out bytes=9369 [2020-06-17T19:26:36.311Z] ==> Appending adjustments [2020-06-17T19:26:36.311Z] https://docs.codecov.io/docs/fixing-reports [2020-06-17T19:26:36.311Z] + Found adjustments [2020-06-17T19:26:36.311Z] ==> Gzipping contents [2020-06-17T19:26:36.311Z] ==> Uploading reports [2020-06-17T19:26:36.311Z] url: https://codecov.io [2020-06-17T19:26:36.311Z] query: branch=master&commit=b106d00ae92e946d2103bc6c1464522635373c7b&build=13&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-rest-go%2Fjob%2Fmaster%2F13%2F&name=&tag=&slug=edgexfoundry%2Fdevice-rest-go&service=jenkins&flags=&pr=&job= [2020-06-17T19:26:36.311Z] -> Pinging Codecov [2020-06-17T19:26:36.312Z] https://codecov.io/upload/v4?package=bash-20200602-f809a24&token=secret&branch=master&commit=b106d00ae92e946d2103bc6c1464522635373c7b&build=13&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-rest-go%2Fjob%2Fmaster%2F13%2F&name=&tag=&slug=edgexfoundry%2Fdevice-rest-go&service=jenkins&flags=&pr=&job= [2020-06-17T19:26:36.880Z] -> Uploading [2020-06-17T19:26:37.452Z] -> View reports at https://codecov.io/github/edgexfoundry/device-rest-go/commit/b106d00ae92e946d2103bc6c1464522635373c7b [Pipeline] } [2020-06-17T19:26:37.459Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo [2020-06-17T19:26:37.854Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] echo [2020-06-17T19:26:37.855Z] [edgeXSnyk] command to run: snyk monitor --org=edgex-jenkins [Pipeline] withCredentials [2020-06-17T19:26:37.885Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-06-17T19:26:38.193Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-06-17T19:26:38.193Z] [2020-06-17T19:26:38.193Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] isUnix [Pipeline] sh [2020-06-17T19:26:38.504Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-06-17T19:26:38.505Z] 1.317.0: Pulling from edgex-devops/edgex-snyk-go [2020-06-17T19:26:38.505Z] cbdbe7a5bc2a: Pulling fs layer [2020-06-17T19:26:38.505Z] 408f87550127: Pulling fs layer [2020-06-17T19:26:38.505Z] fe522b08c979: Pulling fs layer [2020-06-17T19:26:38.505Z] 221eaa008020: Pulling fs layer [2020-06-17T19:26:38.505Z] 2a4607e5d6b9: Pulling fs layer [2020-06-17T19:26:38.505Z] 8f79b27c4fd2: Pulling fs layer [2020-06-17T19:26:38.505Z] e5c8dbe1645b: Pulling fs layer [2020-06-17T19:26:38.505Z] 23e8b3b47431: Pulling fs layer [2020-06-17T19:26:38.505Z] 5c568d65a230: Pulling fs layer [2020-06-17T19:26:38.505Z] 221eaa008020: Waiting [2020-06-17T19:26:38.505Z] 2a4607e5d6b9: Waiting [2020-06-17T19:26:38.505Z] 23e8b3b47431: Waiting [2020-06-17T19:26:38.505Z] 8f79b27c4fd2: Waiting [2020-06-17T19:26:38.505Z] 5c568d65a230: Waiting [2020-06-17T19:26:38.505Z] fe522b08c979: Verifying Checksum [2020-06-17T19:26:38.505Z] fe522b08c979: Download complete [2020-06-17T19:26:38.505Z] 408f87550127: Download complete [2020-06-17T19:26:38.505Z] 2a4607e5d6b9: Verifying Checksum [2020-06-17T19:26:38.505Z] 2a4607e5d6b9: Download complete [2020-06-17T19:26:38.505Z] 8f79b27c4fd2: Verifying Checksum [2020-06-17T19:26:38.505Z] 8f79b27c4fd2: Download complete [2020-06-17T19:26:38.505Z] cbdbe7a5bc2a: Verifying Checksum [2020-06-17T19:26:38.505Z] cbdbe7a5bc2a: Download complete [2020-06-17T19:26:38.767Z] e5c8dbe1645b: Download complete [2020-06-17T19:26:38.767Z] cbdbe7a5bc2a: Pull complete [2020-06-17T19:26:39.372Z] 23e8b3b47431: Verifying Checksum [2020-06-17T19:26:39.372Z] 23e8b3b47431: Download complete [2020-06-17T19:26:39.372Z] 408f87550127: Pull complete [2020-06-17T19:26:39.634Z] fe522b08c979: Pull complete [2020-06-17T19:26:39.634Z] 5c568d65a230: Verifying Checksum [2020-06-17T19:26:39.634Z] 5c568d65a230: Download complete [2020-06-17T19:26:39.896Z] 221eaa008020: Verifying Checksum [2020-06-17T19:26:39.896Z] 221eaa008020: Download complete [2020-06-17T19:26:45.207Z] 221eaa008020: Pull complete [2020-06-17T19:26:45.207Z] 2a4607e5d6b9: Pull complete [2020-06-17T19:26:45.207Z] 8f79b27c4fd2: Pull complete [2020-06-17T19:26:47.753Z] e5c8dbe1645b: Pull complete [2020-06-17T19:26:50.303Z] 23e8b3b47431: Pull complete [2020-06-17T19:26:51.246Z] 5c568d65a230: Pull complete [2020-06-17T19:26:51.246Z] Digest: sha256:57952c35bde2fbfcf87b7f40d558e42527212236f73796964c551b7cac8e72c4 [2020-06-17T19:26:51.246Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-06-17T19:26:51.246Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] withDockerContainer [2020-06-17T19:26:51.375Z] prd-centos7-docker-4c-2g-3394 does not seem to be running inside a container [2020-06-17T19:26:51.415Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -v /w/workspace/gexfoundry_device-rest-go_master:/ws -w /ws --entrypoint= -w /w/workspace/gexfoundry_device-rest-go_master -v /w/workspace/gexfoundry_device-rest-go_master:/w/workspace/gexfoundry_device-rest-go_master:rw,z -v /w/workspace/gexfoundry_device-rest-go_master@tmp:/w/workspace/gexfoundry_device-rest-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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 cat [2020-06-17T19:26:52.084Z] $ docker top 256a42f28149cfd0e6f4d85bae4fd7b98af326481e4111f01943f014de5e987e -eo pid,comm [Pipeline] { [Pipeline] sh [2020-06-17T19:26:52.483Z] + snyk monitor '--org=edgex-jenkins' [2020-06-17T19:26:57.767Z] [2020-06-17T19:26:57.767Z] Monitoring /w/workspace/gexfoundry_device-rest-go_master (github.com/edgexfoundry/device-rest-go)... [2020-06-17T19:26:57.767Z] [2020-06-17T19:26:57.767Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/100cb2ad-363b-48d6-95bb-098d49e3156b/history/5a9912f4-9e63-4fab-90b0-3f7d1efa7971 [2020-06-17T19:26:57.767Z] [2020-06-17T19:26:57.767Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2020-06-17T19:26:57.767Z] [2020-06-17T19:26:57.767Z] [2020-06-17T19:26:57.767Z] You are approaching your monthly limit of 300 private tests for your edgex-jenkins org. [2020-06-17T19:26:57.767Z] To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } [2020-06-17T19:26:57.781Z] $ docker stop --time=1 256a42f28149cfd0e6f4d85bae4fd7b98af326481e4111f01943f014de5e987e [2020-06-17T19:27:00.133Z] $ docker rm -f 256a42f28149cfd0e6f4d85bae4fd7b98af326481e4111f01943f014de5e987e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-06-17T19:27:00.894Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-06-17T19:27:00.895Z] [2020-06-17T19:27:00.895Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [Pipeline] isUnix [Pipeline] sh [2020-06-17T19:27:01.215Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-06-17T19:27:01.215Z] latest: Pulling from edgex-devops/edgex-klar [2020-06-17T19:27:01.215Z] e7c96db7181b: Pulling fs layer [2020-06-17T19:27:01.215Z] 1868ca2cb446: Pulling fs layer [2020-06-17T19:27:01.215Z] 136be5d0fe8e: Pulling fs layer [2020-06-17T19:27:01.215Z] 894bfe63afcb: Pulling fs layer [2020-06-17T19:27:01.215Z] 894bfe63afcb: Waiting [2020-06-17T19:27:01.215Z] 1868ca2cb446: Verifying Checksum [2020-06-17T19:27:01.215Z] 1868ca2cb446: Download complete [2020-06-17T19:27:01.215Z] 136be5d0fe8e: Verifying Checksum [2020-06-17T19:27:01.215Z] 136be5d0fe8e: Download complete [2020-06-17T19:27:01.215Z] e7c96db7181b: Verifying Checksum [2020-06-17T19:27:01.215Z] e7c96db7181b: Download complete [2020-06-17T19:27:01.215Z] 894bfe63afcb: Verifying Checksum [2020-06-17T19:27:01.215Z] 894bfe63afcb: Download complete [2020-06-17T19:27:01.487Z] e7c96db7181b: Pull complete [2020-06-17T19:27:01.487Z] 1868ca2cb446: Pull complete [2020-06-17T19:27:01.750Z] 136be5d0fe8e: Pull complete [2020-06-17T19:27:02.010Z] 894bfe63afcb: Pull complete [2020-06-17T19:27:02.010Z] Digest: sha256:65847297bc3009f35b6e5c043f8963ac510035bee459602d1799ced28fb971b0 [2020-06-17T19:27:02.010Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-06-17T19:27:02.010Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [Pipeline] withDockerContainer [2020-06-17T19:27:02.100Z] prd-centos7-docker-4c-2g-3394 does not seem to be running inside a container [2020-06-17T19:27:02.141Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/gexfoundry_device-rest-go_master -v /w/workspace/gexfoundry_device-rest-go_master:/w/workspace/gexfoundry_device-rest-go_master:rw,z -v /w/workspace/gexfoundry_device-rest-go_master@tmp:/w/workspace/gexfoundry_device-rest-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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-06-17T19:27:03.213Z] $ docker top d48f7e65afbe423a20796d495d1d67b419c7ad8749b025cbcf649a67edee9b98 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-06-17T19:27:03.645Z] + /klar nexus3.edgexfoundry.org:10004/docker-device-rest-go:b106d00ae92e946d2103bc6c1464522635373c7b [2020-06-17T19:27:03.645Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-06-17T19:27:07.044Z] $ docker stop --time=1 d48f7e65afbe423a20796d495d1d67b419c7ad8749b025cbcf649a67edee9b98 [2020-06-17T19:27:08.342Z] $ docker rm -f d48f7e65afbe423a20796d495d1d67b419c7ad8749b025cbcf649a67edee9b98 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-06-17T19:27:08.738Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-06-17T19:27:08.738Z] . [Pipeline] withDockerContainer [2020-06-17T19:27:08.819Z] prd-centos7-docker-4c-2g-3394 does not seem to be running inside a container [2020-06-17T19:27:08.856Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/gexfoundry_device-rest-go_master -v /w/workspace/gexfoundry_device-rest-go_master:/w/workspace/gexfoundry_device-rest-go_master:rw,z -v /w/workspace/gexfoundry_device-rest-go_master@tmp:/w/workspace/gexfoundry_device-rest-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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-06-17T19:27:09.490Z] $ docker top bc26d7deca14e9a268bff17cd935267bdafd22c2c79116a163acf3dab9d4b400 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-06-17T19:27:09.914Z] + /klar nexus3.edgexfoundry.org:10004/docker-device-rest-go:b106d00ae92e946d2103bc6c1464522635373c7b [2020-06-17T19:27:09.914Z] + tee [2020-06-17T19:27:09.914Z] clair timeout 1m0s [2020-06-17T19:27:09.914Z] docker timeout: 1m0s [2020-06-17T19:27:09.914Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-06-17T19:27:10.538Z] $ docker stop --time=1 bc26d7deca14e9a268bff17cd935267bdafd22c2c79116a163acf3dab9d4b400 [2020-06-17T19:27:11.860Z] $ docker rm -f bc26d7deca14e9a268bff17cd935267bdafd22c2c79116a163acf3dab9d4b400 [Pipeline] // withDockerContainer [Pipeline] sh [2020-06-17T19:27:12.252Z] + mkdir -p /w/workspace/gexfoundry_device-rest-go_master/clair-reports [Pipeline] echo [2020-06-17T19:27:12.263Z] Generated HTML Table Report. Writing to /w/workspace/gexfoundry_device-rest-go_master/clair-reports/clair_results_docker-device-rest-go_b106d00ae92e946d2103bc6c1464522635373c7b.html [Pipeline] writeFile [Pipeline] step [2020-06-17T19:27:12.288Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-06-17T19:27:12.607Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-06-17T19:27:12.608Z] . [Pipeline] withDockerContainer [2020-06-17T19:27:12.695Z] prd-centos7-docker-4c-2g-3394 does not seem to be running inside a container [2020-06-17T19:27:12.734Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/gexfoundry_device-rest-go_master -v /w/workspace/gexfoundry_device-rest-go_master:/w/workspace/gexfoundry_device-rest-go_master:rw,z -v /w/workspace/gexfoundry_device-rest-go_master@tmp:/w/workspace/gexfoundry_device-rest-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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-06-17T19:27:13.292Z] $ docker top 85d2036fe8b56c902fdf4e0b324f271c6083fd255a4b0426c1fd41a0770fbbb8 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-06-17T19:27:13.718Z] + + /klartee nexus3.edgexfoundry.org:10004/docker-device-rest-go-arm64:b106d00ae92e946d2103bc6c1464522635373c7b [2020-06-17T19:27:13.718Z] [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-06-17T19:27:17.086Z] $ docker stop --time=1 85d2036fe8b56c902fdf4e0b324f271c6083fd255a4b0426c1fd41a0770fbbb8 [2020-06-17T19:27:18.423Z] $ docker rm -f 85d2036fe8b56c902fdf4e0b324f271c6083fd255a4b0426c1fd41a0770fbbb8 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-06-17T19:27:18.827Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-06-17T19:27:18.827Z] . [Pipeline] withDockerContainer [2020-06-17T19:27:18.917Z] prd-centos7-docker-4c-2g-3394 does not seem to be running inside a container [2020-06-17T19:27:18.953Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/gexfoundry_device-rest-go_master -v /w/workspace/gexfoundry_device-rest-go_master:/w/workspace/gexfoundry_device-rest-go_master:rw,z -v /w/workspace/gexfoundry_device-rest-go_master@tmp:/w/workspace/gexfoundry_device-rest-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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-06-17T19:27:19.465Z] $ docker top 24fa5d706e476b1505a03cb4c46ba2f947642da3f11ff39efdb427c7c4be523a -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-06-17T19:27:19.881Z] + /klar nexus3.edgexfoundry.org:10004/docker-device-rest-go-arm64:b106d00ae92e946d2103bc6c1464522635373c7b [2020-06-17T19:27:19.881Z] + tee [2020-06-17T19:27:19.881Z] clair timeout 1m0s [2020-06-17T19:27:19.881Z] docker timeout: 1m0s [2020-06-17T19:27:19.881Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-06-17T19:27:20.504Z] $ docker stop --time=1 24fa5d706e476b1505a03cb4c46ba2f947642da3f11ff39efdb427c7c4be523a [2020-06-17T19:27:21.806Z] $ docker rm -f 24fa5d706e476b1505a03cb4c46ba2f947642da3f11ff39efdb427c7c4be523a [Pipeline] // withDockerContainer [Pipeline] sh [2020-06-17T19:27:22.195Z] + mkdir -p /w/workspace/gexfoundry_device-rest-go_master/clair-reports [Pipeline] echo [2020-06-17T19:27:22.207Z] Generated HTML Table Report. Writing to /w/workspace/gexfoundry_device-rest-go_master/clair-reports/clair_results_docker-device-rest-go-arm64_b106d00ae92e946d2103bc6c1464522635373c7b.html [Pipeline] writeFile [Pipeline] step [2020-06-17T19:27:22.239Z] Archiving artifacts [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] unstash [Pipeline] isUnix [Pipeline] sh [2020-06-17T19:27:23.253Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-06-17T19:27:23.253Z] . [Pipeline] withDockerContainer [2020-06-17T19:27:23.333Z] prd-centos7-docker-4c-2g-3394 does not seem to be running inside a container [2020-06-17T19:27:23.367Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_device-rest-go_master -v /w/workspace/gexfoundry_device-rest-go_master:/w/workspace/gexfoundry_device-rest-go_master:rw,z -v /w/workspace/gexfoundry_device-rest-go_master@tmp:/w/workspace/gexfoundry_device-rest-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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-06-17T19:27:23.938Z] $ docker top cb214994c1fd8fed113f5d492855a24156eb059b3ddb758bba8e105a503e9aa4 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-06-17T19:27:24.106Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-06-17T19:27:24.106Z] [ssh-agent] Looking for ssh-agent implementation... [2020-06-17T19:27:24.291Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-06-17T19:27:24.296Z] $ docker exec cb214994c1fd8fed113f5d492855a24156eb059b3ddb758bba8e105a503e9aa4 ssh-agent [2020-06-17T19:27:24.444Z] SSH_AUTH_SOCK=/tmp/ssh-lrpdTde3QbkK/agent.12 [2020-06-17T19:27:24.444Z] SSH_AGENT_PID=17 [2020-06-17T19:27:24.449Z] Running ssh-add (command line suppressed) [2020-06-17T19:27:24.568Z] Identity added: /w/workspace/gexfoundry_device-rest-go_master@tmp/private_key_5514220969389317745.key (/w/workspace/gexfoundry_device-rest-go_master@tmp/private_key_5514220969389317745.key) [2020-06-17T19:27:24.611Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-06-17T19:27:24.910Z] + git semver tag [2020-06-17T19:27:24.910Z] # -> Open(): unable to determine branch for HEAD [2020-06-17T19:27:24.910Z] # $GIT_DIR = /w/workspace/gexfoundry_device-rest-go_master/.git [2020-06-17T19:27:24.910Z] # $GIT_WORK_TREE = /w/workspace/gexfoundry_device-rest-go_master [2020-06-17T19:27:24.910Z] # $SEMVER_REMOTE_NAME = origin [2020-06-17T19:27:24.910Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-06-17T19:27:24.910Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-06-17T19:27:24.911Z] # $SEMVER_BRANCH = master [2020-06-17T19:27:24.911Z] # $SEMVER_DIR = /w/workspace/gexfoundry_device-rest-go_master/.semver [2020-06-17T19:27:24.911Z] # b106d00ae92e946d2103bc6c1464522635373c7b HEAD [2020-06-17T19:27:24.911Z] # -> Force: false [2020-06-17T19:27:24.911Z] # 3ff316e7eceddfe34caf26b1a5234cdbec431ba7 refs/tags/v1.1.2-dev.1 [Pipeline] } [2020-06-17T19:27:24.922Z] $ docker exec --env ******** --env ******** cb214994c1fd8fed113f5d492855a24156eb059b3ddb758bba8e105a503e9aa4 ssh-agent -k [2020-06-17T19:27:25.028Z] unset SSH_AUTH_SOCK; [2020-06-17T19:27:25.028Z] unset SSH_AGENT_PID; [2020-06-17T19:27:25.028Z] echo Agent pid 17 killed; [2020-06-17T19:27:25.066Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-06-17T19:27:25.422Z] + git semver [Pipeline] } [2020-06-17T19:27:25.438Z] $ docker stop --time=1 cb214994c1fd8fed113f5d492855a24156eb059b3ddb758bba8e105a503e9aa4 [2020-06-17T19:27:26.778Z] $ docker rm -f cb214994c1fd8fed113f5d492855a24156eb059b3ddb758bba8e105a503e9aa4 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2020-06-17T19:27:27.257Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-06-17T19:27:27.257Z] [2020-06-17T19:27:27.257Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2020-06-17T19:27:27.573Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-06-17T19:27:27.573Z] 0.23.1-centos7: Pulling from edgex-lftools [2020-06-17T19:27:27.573Z] ab5ef0e58194: Pulling fs layer [2020-06-17T19:27:27.573Z] 9712f1f96733: Pulling fs layer [2020-06-17T19:27:27.573Z] 63f879dbbcfc: Pulling fs layer [2020-06-17T19:27:27.573Z] 0d9ebad4ef96: Pulling fs layer [2020-06-17T19:27:27.573Z] e9a5061849ea: Pulling fs layer [2020-06-17T19:27:27.573Z] d747dcd14b5f: Pulling fs layer [2020-06-17T19:27:27.573Z] 2de7ff778b66: Pulling fs layer [2020-06-17T19:27:27.573Z] e9a5061849ea: Waiting [2020-06-17T19:27:27.573Z] d747dcd14b5f: Waiting [2020-06-17T19:27:27.573Z] 2de7ff778b66: Waiting [2020-06-17T19:27:27.573Z] 0d9ebad4ef96: Waiting [2020-06-17T19:27:27.573Z] 9712f1f96733: Verifying Checksum [2020-06-17T19:27:27.573Z] 9712f1f96733: Download complete [2020-06-17T19:27:27.833Z] 63f879dbbcfc: Verifying Checksum [2020-06-17T19:27:27.833Z] 63f879dbbcfc: Download complete [2020-06-17T19:27:28.099Z] e9a5061849ea: Verifying Checksum [2020-06-17T19:27:28.099Z] e9a5061849ea: Download complete [2020-06-17T19:27:28.099Z] d747dcd14b5f: Verifying Checksum [2020-06-17T19:27:28.099Z] d747dcd14b5f: Download complete [2020-06-17T19:27:28.360Z] 0d9ebad4ef96: Verifying Checksum [2020-06-17T19:27:28.361Z] 0d9ebad4ef96: Download complete [2020-06-17T19:27:28.361Z] 2de7ff778b66: Verifying Checksum [2020-06-17T19:27:28.361Z] 2de7ff778b66: Download complete [2020-06-17T19:27:28.361Z] ab5ef0e58194: Verifying Checksum [2020-06-17T19:27:28.361Z] ab5ef0e58194: Download complete [2020-06-17T19:27:32.569Z] ab5ef0e58194: Pull complete [2020-06-17T19:27:32.569Z] 9712f1f96733: Pull complete [2020-06-17T19:27:35.869Z] 63f879dbbcfc: Pull complete [2020-06-17T19:27:42.473Z] 0d9ebad4ef96: Pull complete [2020-06-17T19:27:43.418Z] e9a5061849ea: Pull complete [2020-06-17T19:27:43.688Z] d747dcd14b5f: Pull complete [2020-06-17T19:27:46.244Z] 2de7ff778b66: Pull complete [2020-06-17T19:27:46.244Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2020-06-17T19:27:46.244Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-06-17T19:27:46.244Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2020-06-17T19:27:46.375Z] prd-centos7-docker-4c-2g-3394 does not seem to be running inside a container [2020-06-17T19:27:46.413Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/gexfoundry_device-rest-go_master -v /w/workspace/gexfoundry_device-rest-go_master:/w/workspace/gexfoundry_device-rest-go_master:rw,z -v /w/workspace/gexfoundry_device-rest-go_master@tmp:/w/workspace/gexfoundry_device-rest-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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2020-06-17T19:27:49.702Z] $ docker top f056f5f4409dccc2ad9d1a7ed8d01bd6707162ec1e52a22cb978f040c445fc21 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2020-06-17T19:27:49.846Z] provisioning config files... [2020-06-17T19:27:49.858Z] copy managed file [sigul-config] to file:/w/workspace/gexfoundry_device-rest-go_master@tmp/config5010333843692365977tmp [2020-06-17T19:27:49.871Z] copy managed file [sigul-password] to file:/w/workspace/gexfoundry_device-rest-go_master@tmp/config2021422764931200062tmp [2020-06-17T19:27:49.883Z] copy managed file [sigul-pki] to file:/w/workspace/gexfoundry_device-rest-go_master@tmp/config3662742650962254578tmp [Pipeline] { [Pipeline] echo [2020-06-17T19:27:49.909Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2020-06-17T19:27:50.199Z] ---> sigul-configuration.sh [2020-06-17T19:27:50.199Z] gpg: directory `/root/.gnupg' created [2020-06-17T19:27:50.199Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2020-06-17T19:27:50.199Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2020-06-17T19:27:50.199Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2020-06-17T19:27:50.199Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2020-06-17T19:27:50.199Z] gpg: CAST5 encrypted data [2020-06-17T19:27:50.459Z] gpg: encrypted with 1 passphrase [2020-06-17T19:27:50.459Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2020-06-17T19:27:50.747Z] + mkdir /home/jenkins [2020-06-17T19:27:50.747Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2020-06-17T19:27:51.035Z] + 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-06-17T19:27:51.044Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-06-17T19:27:51.331Z] ---> sigul-install.sh [2020-06-17T19:27:56.612Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2020-06-17T19:27:56.903Z] + git tag --list [2020-06-17T19:27:56.903Z] v1.1.2-dev.1 [Pipeline] sh [2020-06-17T19:27:57.191Z] + lftools sign git-tag v1.1.2-dev.1 [2020-06-17T19:27:58.129Z] Signing Git tag with Sigul... [2020-06-17T19:27:58.129Z] Signing v1.1.2-dev.1 [Pipeline] echo [2020-06-17T19:27:59.517Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2020-06-17T19:27:59.804Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2020-06-17T19:27:59.812Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2020-06-17T19:27:59.855Z] $ docker stop --time=1 f056f5f4409dccc2ad9d1a7ed8d01bd6707162ec1e52a22cb978f040c445fc21 [2020-06-17T19:28:01.645Z] $ docker rm -f f056f5f4409dccc2ad9d1a7ed8d01bd6707162ec1e52a22cb978f040c445fc21 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2020-06-17T19:28:02.192Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-06-17T19:28:02.192Z] . [Pipeline] withDockerContainer [2020-06-17T19:28:02.282Z] prd-centos7-docker-4c-2g-3394 does not seem to be running inside a container [2020-06-17T19:28:02.320Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_device-rest-go_master -v /w/workspace/gexfoundry_device-rest-go_master:/w/workspace/gexfoundry_device-rest-go_master:rw,z -v /w/workspace/gexfoundry_device-rest-go_master@tmp:/w/workspace/gexfoundry_device-rest-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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-06-17T19:28:02.863Z] $ docker top 1bb60089445e7014c25046eb5bc2395656d1a3970dbad986ad67e9cfd7ea0a12 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-06-17T19:28:03.034Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-06-17T19:28:03.034Z] [ssh-agent] Looking for ssh-agent implementation... [2020-06-17T19:28:03.205Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-06-17T19:28:03.209Z] $ docker exec 1bb60089445e7014c25046eb5bc2395656d1a3970dbad986ad67e9cfd7ea0a12 ssh-agent [2020-06-17T19:28:03.371Z] SSH_AUTH_SOCK=/tmp/ssh-6IBkFkTs12O0/agent.12 [2020-06-17T19:28:03.371Z] SSH_AGENT_PID=17 [2020-06-17T19:28:03.376Z] Running ssh-add (command line suppressed) [2020-06-17T19:28:03.491Z] Identity added: /w/workspace/gexfoundry_device-rest-go_master@tmp/private_key_1387027844068812147.key (/w/workspace/gexfoundry_device-rest-go_master@tmp/private_key_1387027844068812147.key) [2020-06-17T19:28:03.537Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-06-17T19:28:03.837Z] + git semver bump pre [2020-06-17T19:28:03.837Z] # -> Open(): unable to determine branch for HEAD [2020-06-17T19:28:03.837Z] # $GIT_DIR = /w/workspace/gexfoundry_device-rest-go_master/.git [2020-06-17T19:28:03.837Z] # $GIT_WORK_TREE = /w/workspace/gexfoundry_device-rest-go_master [2020-06-17T19:28:03.837Z] # $SEMVER_REMOTE_NAME = origin [2020-06-17T19:28:03.837Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-06-17T19:28:03.837Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-06-17T19:28:03.837Z] # $SEMVER_BRANCH = master [2020-06-17T19:28:03.837Z] # $SEMVER_DIR = /w/workspace/gexfoundry_device-rest-go_master/.semver [2020-06-17T19:28:03.837Z] 1.1.2-dev.2 [Pipeline] } [2020-06-17T19:28:03.848Z] $ docker exec --env ******** --env ******** 1bb60089445e7014c25046eb5bc2395656d1a3970dbad986ad67e9cfd7ea0a12 ssh-agent -k [2020-06-17T19:28:03.958Z] unset SSH_AUTH_SOCK; [2020-06-17T19:28:03.958Z] unset SSH_AGENT_PID; [2020-06-17T19:28:03.959Z] echo Agent pid 17 killed; [2020-06-17T19:28:04.002Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-06-17T19:28:04.353Z] + git semver [Pipeline] } [2020-06-17T19:28:04.368Z] $ docker stop --time=1 1bb60089445e7014c25046eb5bc2395656d1a3970dbad986ad67e9cfd7ea0a12 [2020-06-17T19:28:05.687Z] $ docker rm -f 1bb60089445e7014c25046eb5bc2395656d1a3970dbad986ad67e9cfd7ea0a12 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-06-17T19:28:06.109Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-06-17T19:28:06.109Z] . [Pipeline] withDockerContainer [2020-06-17T19:28:06.194Z] prd-centos7-docker-4c-2g-3394 does not seem to be running inside a container [2020-06-17T19:28:06.230Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_device-rest-go_master -v /w/workspace/gexfoundry_device-rest-go_master:/w/workspace/gexfoundry_device-rest-go_master:rw,z -v /w/workspace/gexfoundry_device-rest-go_master@tmp:/w/workspace/gexfoundry_device-rest-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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-06-17T19:28:06.735Z] $ docker top 2d29827ef2b40943ab5a1ba1649d3a7ef958e88ca1df00f95e3eacc7dc308637 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-06-17T19:28:06.907Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-06-17T19:28:06.908Z] [ssh-agent] Looking for ssh-agent implementation... [2020-06-17T19:28:07.064Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-06-17T19:28:07.069Z] $ docker exec 2d29827ef2b40943ab5a1ba1649d3a7ef958e88ca1df00f95e3eacc7dc308637 ssh-agent [2020-06-17T19:28:07.225Z] SSH_AUTH_SOCK=/tmp/ssh-9DebXTFa45Sg/agent.11 [2020-06-17T19:28:07.225Z] SSH_AGENT_PID=16 [2020-06-17T19:28:07.230Z] Running ssh-add (command line suppressed) [2020-06-17T19:28:07.346Z] Identity added: /w/workspace/gexfoundry_device-rest-go_master@tmp/private_key_3725226659210699888.key (/w/workspace/gexfoundry_device-rest-go_master@tmp/private_key_3725226659210699888.key) [2020-06-17T19:28:07.400Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-06-17T19:28:07.784Z] + git semver push [2020-06-17T19:28:07.784Z] # -> Open(): unable to determine branch for HEAD [2020-06-17T19:28:07.784Z] # $GIT_DIR = /w/workspace/gexfoundry_device-rest-go_master/.git [2020-06-17T19:28:07.784Z] # $GIT_WORK_TREE = /w/workspace/gexfoundry_device-rest-go_master [2020-06-17T19:28:07.784Z] # $SEMVER_REMOTE_NAME = origin [2020-06-17T19:28:07.784Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-06-17T19:28:07.784Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-06-17T19:28:07.784Z] # $SEMVER_BRANCH = master [2020-06-17T19:28:07.784Z] # $SEMVER_DIR = /w/workspace/gexfoundry_device-rest-go_master/.semver [Pipeline] } [2020-06-17T19:28:14.410Z] $ docker exec --env ******** --env ******** 2d29827ef2b40943ab5a1ba1649d3a7ef958e88ca1df00f95e3eacc7dc308637 ssh-agent -k [2020-06-17T19:28:14.519Z] unset SSH_AUTH_SOCK; [2020-06-17T19:28:14.520Z] unset SSH_AGENT_PID; [2020-06-17T19:28:14.520Z] echo Agent pid 16 killed; [2020-06-17T19:28:14.562Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-06-17T19:28:14.918Z] + git semver [Pipeline] } [2020-06-17T19:28:14.934Z] $ docker stop --time=1 2d29827ef2b40943ab5a1ba1649d3a7ef958e88ca1df00f95e3eacc7dc308637 [2020-06-17T19:28:16.252Z] $ docker rm -f 2d29827ef2b40943ab5a1ba1649d3a7ef958e88ca1df00f95e3eacc7dc308637 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2020-06-17T19:28:16.869Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-06-17T19:28:17.422Z] ---> package-listing.sh [2020-06-17T19:28:17.422Z] ++ facter osfamily [2020-06-17T19:28:17.422Z] ++ tr '[:upper:]' '[:lower:]' [2020-06-17T19:28:17.422Z] + OS_FAMILY=redhat [2020-06-17T19:28:17.422Z] + workspace=/w/workspace/gexfoundry_device-rest-go_master [2020-06-17T19:28:17.422Z] + START_PACKAGES=/tmp/packages_start.txt [2020-06-17T19:28:17.422Z] + END_PACKAGES=/tmp/packages_end.txt [2020-06-17T19:28:17.422Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-06-17T19:28:17.422Z] + PACKAGES=/tmp/packages_start.txt [2020-06-17T19:28:17.422Z] + '[' /w/workspace/gexfoundry_device-rest-go_master ']' [2020-06-17T19:28:17.422Z] + PACKAGES=/tmp/packages_end.txt [2020-06-17T19:28:17.422Z] + case "${OS_FAMILY}" in [2020-06-17T19:28:17.422Z] + rpm -qa [2020-06-17T19:28:17.422Z] + sort [2020-06-17T19:28:21.623Z] + '[' -f /tmp/packages_start.txt ']' [2020-06-17T19:28:21.623Z] + '[' -f /tmp/packages_end.txt ']' [2020-06-17T19:28:21.623Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-06-17T19:28:21.623Z] + '[' /w/workspace/gexfoundry_device-rest-go_master ']' [2020-06-17T19:28:21.623Z] + mkdir -p /w/workspace/gexfoundry_device-rest-go_master/archives/ [2020-06-17T19:28:21.623Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/gexfoundry_device-rest-go_master/archives/ [Pipeline] isUnix [Pipeline] sh [2020-06-17T19:28:22.023Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-06-17T19:28:22.023Z] [2020-06-17T19:28:22.023Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-06-17T19:28:22.354Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-06-17T19:28:22.354Z] alpine: Pulling from edgex-lftools-log-publisher [2020-06-17T19:28:22.354Z] c9b1b535fdd9: Pulling fs layer [2020-06-17T19:28:22.354Z] 2cc5ad85d9ab: Pulling fs layer [2020-06-17T19:28:22.354Z] 756a868c4378: Pulling fs layer [2020-06-17T19:28:22.354Z] 444b2fc9a129: Pulling fs layer [2020-06-17T19:28:22.354Z] ea15f1150254: Pulling fs layer [2020-06-17T19:28:22.354Z] 41b27a9f41bf: Pulling fs layer [2020-06-17T19:28:22.354Z] 28c525ee5125: Pulling fs layer [2020-06-17T19:28:22.354Z] 094b1ea09ed8: Pulling fs layer [2020-06-17T19:28:22.354Z] 138eaada9080: Pulling fs layer [2020-06-17T19:28:22.354Z] 0622d0fa9048: Pulling fs layer [2020-06-17T19:28:22.354Z] 41b27a9f41bf: Waiting [2020-06-17T19:28:22.354Z] 28c525ee5125: Waiting [2020-06-17T19:28:22.354Z] 094b1ea09ed8: Waiting [2020-06-17T19:28:22.354Z] 138eaada9080: Waiting [2020-06-17T19:28:22.354Z] 0622d0fa9048: Waiting [2020-06-17T19:28:22.354Z] 444b2fc9a129: Waiting [2020-06-17T19:28:22.354Z] ea15f1150254: Waiting [2020-06-17T19:28:22.354Z] 2cc5ad85d9ab: Verifying Checksum [2020-06-17T19:28:22.354Z] 2cc5ad85d9ab: Download complete [2020-06-17T19:28:22.354Z] 444b2fc9a129: Verifying Checksum [2020-06-17T19:28:22.354Z] 444b2fc9a129: Download complete [2020-06-17T19:28:22.354Z] c9b1b535fdd9: Verifying Checksum [2020-06-17T19:28:22.354Z] c9b1b535fdd9: Download complete [2020-06-17T19:28:22.354Z] ea15f1150254: Verifying Checksum [2020-06-17T19:28:22.354Z] ea15f1150254: Download complete [2020-06-17T19:28:22.617Z] 28c525ee5125: Verifying Checksum [2020-06-17T19:28:22.617Z] 28c525ee5125: Download complete [2020-06-17T19:28:22.617Z] 756a868c4378: Verifying Checksum [2020-06-17T19:28:22.617Z] 756a868c4378: Download complete [2020-06-17T19:28:22.880Z] c9b1b535fdd9: Pull complete [2020-06-17T19:28:22.880Z] 138eaada9080: Verifying Checksum [2020-06-17T19:28:22.880Z] 138eaada9080: Download complete [2020-06-17T19:28:22.880Z] 0622d0fa9048: Verifying Checksum [2020-06-17T19:28:22.880Z] 0622d0fa9048: Download complete [2020-06-17T19:28:22.880Z] 094b1ea09ed8: Verifying Checksum [2020-06-17T19:28:22.880Z] 094b1ea09ed8: Download complete [2020-06-17T19:28:23.139Z] 2cc5ad85d9ab: Pull complete [2020-06-17T19:28:23.399Z] 41b27a9f41bf: Verifying Checksum [2020-06-17T19:28:23.399Z] 41b27a9f41bf: Download complete [2020-06-17T19:28:24.779Z] 756a868c4378: Pull complete [2020-06-17T19:28:24.779Z] 444b2fc9a129: Pull complete [2020-06-17T19:28:24.779Z] ea15f1150254: Pull complete [2020-06-17T19:28:28.081Z] 41b27a9f41bf: Pull complete [2020-06-17T19:28:28.081Z] 28c525ee5125: Pull complete [2020-06-17T19:28:30.640Z] 094b1ea09ed8: Pull complete [2020-06-17T19:28:30.899Z] 138eaada9080: Pull complete [2020-06-17T19:28:31.158Z] 0622d0fa9048: Pull complete [2020-06-17T19:28:31.158Z] Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 [2020-06-17T19:28:31.158Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-06-17T19:28:31.158Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-06-17T19:28:31.255Z] prd-centos7-docker-4c-2g-3394 does not seem to be running inside a container [2020-06-17T19:28:31.291Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 -v /var/log/sa:/var/log/sa -w /w/workspace/gexfoundry_device-rest-go_master -v /w/workspace/gexfoundry_device-rest-go_master:/w/workspace/gexfoundry_device-rest-go_master:rw,z -v /w/workspace/gexfoundry_device-rest-go_master@tmp:/w/workspace/gexfoundry_device-rest-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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2020-06-17T19:28:34.077Z] $ docker top 0059b349f6f64e236d91b7b304437de1e1817453fca81a77879d7f28faefece4 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-06-17T19:28:34.226Z] provisioning config files... [2020-06-17T19:28:34.236Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/gexfoundry_device-rest-go_master@tmp/config4050774938960363360tmp [Pipeline] { [Pipeline] echo [2020-06-17T19:28:34.263Z] Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-06-17T19:28:34.547Z] ---> create-netrc.sh [Pipeline] echo [2020-06-17T19:28:34.556Z] Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-06-17T19:28:34.841Z] ---> logs-deploy.sh [2020-06-17T19:28:34.841Z] + ARCHIVE_ARTIFACTS= [2020-06-17T19:28:34.841Z] + LOGS_SERVER=https://logs.edgexfoundry.org [2020-06-17T19:28:34.841Z] + '[' https://logs.edgexfoundry.org == None ']' [2020-06-17T19:28:34.841Z] + NEXUS_URL=https://nexus.edgexfoundry.org [2020-06-17T19:28:34.841Z] + NEXUS_PATH=production/vex-yul-edgex-jenkins-1/edgexfoundry/device-rest-go/master/13 [2020-06-17T19:28:34.841Z] + BUILD_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/device-rest-go/job/master/13/ [2020-06-17T19:28:34.841Z] + lftools deploy archives -p '' https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/device-rest-go/master/13 /w/workspace/gexfoundry_device-rest-go_master [2020-06-17T19:28:35.780Z] Archives upload complete. [2020-06-17T19:28:36.039Z] + lftools deploy logs https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/device-rest-go/master/13 https://jenkins.edgexfoundry.org/job/edgexfoundry/job/device-rest-go/job/master/13/ [2020-06-17T19:28:36.607Z] ---> uname -a: [2020-06-17T19:28:36.607Z] Linux 0059b349f6f6 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 Linux [2020-06-17T19:28:36.607Z] [2020-06-17T19:28:36.607Z] [2020-06-17T19:28:36.607Z] ---> lscpu: [2020-06-17T19:28:36.607Z] Architecture: x86_64 [2020-06-17T19:28:36.607Z] CPU op-mode(s): 32-bit, 64-bit [2020-06-17T19:28:36.607Z] Byte Order: Little Endian [2020-06-17T19:28:36.607Z] Address sizes: 40 bits physical, 48 bits virtual [2020-06-17T19:28:36.607Z] CPU(s): 4 [2020-06-17T19:28:36.607Z] On-line CPU(s) list: 0-3 [2020-06-17T19:28:36.607Z] Thread(s) per core: 1 [2020-06-17T19:28:36.607Z] Core(s) per socket: 1 [2020-06-17T19:28:36.607Z] Socket(s): 4 [2020-06-17T19:28:36.607Z] NUMA node(s): 1 [2020-06-17T19:28:36.607Z] Vendor ID: GenuineIntel [2020-06-17T19:28:36.607Z] CPU family: 6 [2020-06-17T19:28:36.607Z] Model: 44 [2020-06-17T19:28:36.607Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2020-06-17T19:28:36.607Z] Stepping: 1 [2020-06-17T19:28:36.607Z] CPU MHz: 2933.438 [2020-06-17T19:28:36.607Z] BogoMIPS: 5866.87 [2020-06-17T19:28:36.607Z] Virtualization: VT-x [2020-06-17T19:28:36.607Z] Hypervisor vendor: KVM [2020-06-17T19:28:36.607Z] Virtualization type: full [2020-06-17T19:28:36.607Z] L1d cache: 128 KiB [2020-06-17T19:28:36.607Z] L1i cache: 128 KiB [2020-06-17T19:28:36.607Z] L2 cache: 16 MiB [2020-06-17T19:28:36.607Z] L3 cache: 64 MiB [2020-06-17T19:28:36.607Z] NUMA node0 CPU(s): 0-3 [2020-06-17T19:28:36.607Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2020-06-17T19:28:36.607Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2020-06-17T19:28:36.607Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2020-06-17T19:28:36.607Z] Vulnerability Meltdown: Mitigation; PTI [2020-06-17T19:28:36.607Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2020-06-17T19:28:36.607Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2020-06-17T19:28:36.607Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2020-06-17T19:28:36.607Z] Vulnerability Tsx async abort: Not affected [2020-06-17T19:28:36.607Z] Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp [2020-06-17T19:28:36.607Z] [2020-06-17T19:28:36.607Z] [2020-06-17T19:28:36.607Z] ---> nproc: [2020-06-17T19:28:36.607Z] 4 [2020-06-17T19:28:36.607Z] [2020-06-17T19:28:36.607Z] [2020-06-17T19:28:36.607Z] ---> df -h: [2020-06-17T19:28:36.607Z] Filesystem Size Used Available Use% Mounted on [2020-06-17T19:28:36.607Z] overlay 50.0G 8.5G 41.5G 17% / [2020-06-17T19:28:36.607Z] tmpfs 64.0M 0 64.0M 0% /dev [2020-06-17T19:28:36.607Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2020-06-17T19:28:36.607Z] shm 64.0M 0 64.0M 0% /dev/shm [2020-06-17T19:28:36.607Z] /dev/vda1 50.0G 8.5G 41.5G 17% /etc/resolv.conf [2020-06-17T19:28:36.607Z] /dev/vda1 50.0G 8.5G 41.5G 17% /etc/hostname [2020-06-17T19:28:36.607Z] /dev/vda1 50.0G 8.5G 41.5G 17% /etc/hosts [2020-06-17T19:28:36.607Z] /dev/vda1 50.0G 8.5G 41.5G 17% /w/workspace/gexfoundry_device-rest-go_master [2020-06-17T19:28:36.607Z] /dev/vda1 50.0G 8.5G 41.5G 17% /w/workspace/gexfoundry_device-rest-go_master@tmp [2020-06-17T19:28:36.607Z] /dev/vda1 50.0G 8.5G 41.5G 17% /var/log/sa [2020-06-17T19:28:36.607Z] [2020-06-17T19:28:36.607Z] [2020-06-17T19:28:36.607Z] ---> free -m: [2020-06-17T19:28:36.607Z] total used free shared buff/cache available [2020-06-17T19:28:36.607Z] Mem: 1837 768 115 0 953 1003 [2020-06-17T19:28:36.607Z] Swap: 1023 3 1020 [2020-06-17T19:28:36.607Z] [2020-06-17T19:28:36.607Z] [2020-06-17T19:28:36.607Z] ---> ip addr: [2020-06-17T19:28:36.607Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 [2020-06-17T19:28:36.607Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2020-06-17T19:28:36.607Z] inet 127.0.0.1/8 scope host lo [2020-06-17T19:28:36.607Z] valid_lft forever preferred_lft forever [2020-06-17T19:28:36.607Z] 24: eth0@if25: mtu 1458 qdisc noqueue state UP [2020-06-17T19:28:36.607Z] link/ether 02:42:0a:fa:00:01 brd ff:ff:ff:ff:ff:ff [2020-06-17T19:28:36.607Z] inet 10.250.0.1/24 brd 10.250.0.255 scope global eth0 [2020-06-17T19:28:36.607Z] valid_lft forever preferred_lft forever [2020-06-17T19:28:36.607Z] [2020-06-17T19:28:36.607Z]