Started by user Lisa Rashidi-Ranjbar Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from bcdb88283644107a936668d00e74c74f1869e398 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-3070 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 > 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 Checking out Revision bcdb88283644107a936668d00e74c74f1869e398 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f bcdb88283644107a936668d00e74c74f1869e398 # timeout=10 Commit message: "Merge pull request #24 from lranjbar/version-api" > git rev-list --no-walk bcdb88283644107a936668d00e74c74f1869e398 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-06-15T19:08:25.577Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-06-15T19:08:25.691Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-06-15T19:08:25.732Z] ========================================================= [2020-06-15T19:08:25.732Z] EdgeX Global Pipelines Version Info [2020-06-15T19:08:25.732Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-06-15T19:08:27.208Z] ------------------- [2020-06-15T19:08:27.208Z] stable info: [2020-06-15T19:08:27.208Z] ------------------- [2020-06-15T19:08:27.208Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-06-15T19:08:27.208Z] Commit SHA: 370697454611dc68c0596e0d0a50477a8de841a8 [2020-06-15T19:08:27.208Z] Message: update stable to v1.0.89 [2020-06-15T19:08:28.151Z] ------------------- [2020-06-15T19:08:28.151Z] experimental info: [2020-06-15T19:08:28.151Z] ------------------- [2020-06-15T19:08:28.151Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-06-15T19:08:28.151Z] Commit SHA: 370697454611dc68c0596e0d0a50477a8de841a8 [2020-06-15T19:08:28.151Z] 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-15T19:08:29.336Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-06-15T19:08:29.909Z] [2020-06-15T19:08:29.909Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-06-15T19:08:30.231Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-06-15T19:08:30.231Z] latest: Pulling from edgex-devops/git-semver [2020-06-15T19:08:30.231Z] 9123ac7c32f7: Pulling fs layer [2020-06-15T19:08:30.231Z] b8cc5d1170e3: Pulling fs layer [2020-06-15T19:08:30.231Z] 2924cbbf6a41: Pulling fs layer [2020-06-15T19:08:30.231Z] 93b08a4f1073: Pulling fs layer [2020-06-15T19:08:30.231Z] 93b08a4f1073: Waiting [2020-06-15T19:08:30.231Z] b8cc5d1170e3: Verifying Checksum [2020-06-15T19:08:30.231Z] b8cc5d1170e3: Download complete [2020-06-15T19:08:30.231Z] 9123ac7c32f7: Verifying Checksum [2020-06-15T19:08:30.231Z] 9123ac7c32f7: Download complete [2020-06-15T19:08:30.500Z] 93b08a4f1073: Verifying Checksum [2020-06-15T19:08:30.500Z] 93b08a4f1073: Download complete [2020-06-15T19:08:30.500Z] 2924cbbf6a41: Verifying Checksum [2020-06-15T19:08:30.500Z] 2924cbbf6a41: Download complete [2020-06-15T19:08:30.500Z] 9123ac7c32f7: Pull complete [2020-06-15T19:08:30.761Z] b8cc5d1170e3: Pull complete [2020-06-15T19:08:31.334Z] 2924cbbf6a41: Pull complete [2020-06-15T19:08:31.594Z] 93b08a4f1073: Pull complete [2020-06-15T19:08:31.594Z] Digest: sha256:4625bffe18d7e57a26110a192204e9d2df26dcfa88161a59d694ed3c08739905 [2020-06-15T19:08:31.594Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-06-15T19:08:31.594Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-06-15T19:08:31.696Z] prd-centos7-docker-4c-2g-3070 does not seem to be running inside a container [2020-06-15T19:08:31.741Z] $ 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-15T19:08:33.579Z] $ docker top 1d5d635d9caffa608175b68a3d2caf4cd4a2f4a1fa41d562250960723199bb0f -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-06-15T19:08:33.759Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-06-15T19:08:33.759Z] [ssh-agent] Looking for ssh-agent implementation... [2020-06-15T19:08:33.951Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-06-15T19:08:33.960Z] $ docker exec 1d5d635d9caffa608175b68a3d2caf4cd4a2f4a1fa41d562250960723199bb0f ssh-agent [2020-06-15T19:08:34.113Z] SSH_AUTH_SOCK=/tmp/ssh-czQ2z4Sdq0Fi/agent.11 [2020-06-15T19:08:34.113Z] SSH_AGENT_PID=17 [2020-06-15T19:08:34.123Z] Running ssh-add (command line suppressed) [2020-06-15T19:08:34.243Z] Identity added: /w/workspace/gexfoundry_device-rest-go_master@tmp/private_key_2144696835875994928.key (/w/workspace/gexfoundry_device-rest-go_master@tmp/private_key_2144696835875994928.key) [2020-06-15T19:08:34.292Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-06-15T19:08:34.600Z] + git describe --exact-match --tags HEAD [2020-06-15T19:08:34.600Z] fatal: No names found, cannot describe anything. [Pipeline] } [2020-06-15T19:08:34.771Z] $ docker exec --env ******** --env ******** 1d5d635d9caffa608175b68a3d2caf4cd4a2f4a1fa41d562250960723199bb0f ssh-agent -k [2020-06-15T19:08:34.887Z] unset SSH_AUTH_SOCK; [2020-06-15T19:08:34.887Z] unset SSH_AGENT_PID; [2020-06-15T19:08:34.887Z] echo Agent pid 17 killed; [2020-06-15T19:08:34.925Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [2020-06-15T19:08:34.962Z] [WARNING]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 [2020-06-15T19:08:34.962Z] This usually means this commit has not been tagged. [Pipeline] sshagent [2020-06-15T19:08:35.007Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-06-15T19:08:35.007Z] [ssh-agent] Looking for ssh-agent implementation... [2020-06-15T19:08:35.167Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-06-15T19:08:35.176Z] $ docker exec 1d5d635d9caffa608175b68a3d2caf4cd4a2f4a1fa41d562250960723199bb0f ssh-agent [2020-06-15T19:08:35.321Z] SSH_AUTH_SOCK=/tmp/ssh-dGdejY23kN3c/agent.46 [2020-06-15T19:08:35.321Z] SSH_AGENT_PID=51 [2020-06-15T19:08:35.326Z] Running ssh-add (command line suppressed) [2020-06-15T19:08:35.451Z] Identity added: /w/workspace/gexfoundry_device-rest-go_master@tmp/private_key_9183997829393175842.key (/w/workspace/gexfoundry_device-rest-go_master@tmp/private_key_9183997829393175842.key) [2020-06-15T19:08:35.494Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-06-15T19:08:35.794Z] + git semver init [2020-06-15T19:08:35.794Z] # -> Open(): unable to determine branch for HEAD [2020-06-15T19:08:35.794Z] # $GIT_DIR = /w/workspace/gexfoundry_device-rest-go_master/.git [2020-06-15T19:08:35.794Z] # $GIT_WORK_TREE = /w/workspace/gexfoundry_device-rest-go_master [2020-06-15T19:08:35.794Z] # $SEMVER_REMOTE_NAME = origin [2020-06-15T19:08:35.794Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-06-15T19:08:35.794Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-06-15T19:08:35.794Z] # $SEMVER_BRANCH = master [2020-06-15T19:08:35.794Z] # $SEMVER_TEMP = /tmp/semver-143191794 [2020-06-15T19:08:35.794Z] # git clone --branch semver git@github.com:edgexfoundry/device-rest-go.git $SEMVER_TEMP [2020-06-15T19:08:36.738Z] # '/tmp/semver-143191794' -> '/w/workspace/gexfoundry_device-rest-go_master/.semver' [2020-06-15T19:08:36.738Z] # -> Force: false [2020-06-15T19:08:36.738Z] # $SEMVER_DIR = /w/workspace/gexfoundry_device-rest-go_master/.semver [Pipeline] } [2020-06-15T19:08:36.754Z] $ docker exec --env ******** --env ******** 1d5d635d9caffa608175b68a3d2caf4cd4a2f4a1fa41d562250960723199bb0f ssh-agent -k [2020-06-15T19:08:36.869Z] unset SSH_AUTH_SOCK; [2020-06-15T19:08:36.869Z] unset SSH_AGENT_PID; [2020-06-15T19:08:36.869Z] echo Agent pid 51 killed; [2020-06-15T19:08:36.916Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-06-15T19:08:37.271Z] + git semver [Pipeline] } [2020-06-15T19:08:37.291Z] $ docker stop --time=1 1d5d635d9caffa608175b68a3d2caf4cd4a2f4a1fa41d562250960723199bb0f [2020-06-15T19:08:38.663Z] $ docker rm -f 1d5d635d9caffa608175b68a3d2caf4cd4a2f4a1fa41d562250960723199bb0f [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash [2020-06-15T19:08:39.734Z] Stashed 18 file(s) [Pipeline] echo [2020-06-15T19:08:39.736Z] [edgeXSemver] initialized semver on version 1.1.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-15T19:08:54.906Z] Still waiting to schedule task [2020-06-15T19:08:54.906Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2020-06-15T19:08:54.907Z] Still waiting to schedule task [2020-06-15T19:08:54.908Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2020-06-15T19:10:34.502Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-3071 in /w/workspace/gexfoundry_device-rest-go_master [Pipeline] { [Pipeline] ws [2020-06-15T19:10:34.528Z] Running in /w/workspace/device-rest-go/12 [Pipeline] { [Pipeline] checkout [2020-06-15T19:10:39.561Z] using credential edgex-jenkins-ssh [2020-06-15T19:10:39.591Z] Cloning the remote Git repository [2020-06-15T19:10:39.591Z] Cloning with configured refspecs honoured and without tags [2020-06-15T19:10:39.624Z] Cloning repository git@github.com:edgexfoundry/device-rest-go.git [2020-06-15T19:10:39.748Z] > git init /w/workspace/device-rest-go/12 # timeout=10 [2020-06-15T19:10:39.816Z] Fetching upstream changes from git@github.com:edgexfoundry/device-rest-go.git [2020-06-15T19:10:39.817Z] > git --version # timeout=10 [2020-06-15T19:10:39.839Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-06-15T19:10:39.924Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-rest-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-06-15T19:10:41.522Z] Fetching without tags [2020-06-15T19:10:42.011Z] Checking out Revision bcdb88283644107a936668d00e74c74f1869e398 (master) [2020-06-15T19:10:41.420Z] > git config remote.origin.url git@github.com:edgexfoundry/device-rest-go.git # timeout=10 [2020-06-15T19:10:41.449Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-06-15T19:10:41.474Z] > git config remote.origin.url git@github.com:edgexfoundry/device-rest-go.git # timeout=10 [2020-06-15T19:10:41.506Z] Fetching upstream changes from git@github.com:edgexfoundry/device-rest-go.git [2020-06-15T19:10:41.507Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-06-15T19:10:41.521Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-rest-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-06-15T19:10:42.005Z] > git config core.sparsecheckout # timeout=10 [2020-06-15T19:10:42.018Z] > git checkout -f bcdb88283644107a936668d00e74c74f1869e398 # timeout=10 [2020-06-15T19:10:46.463Z] Commit message: "Merge pull request #24 from lranjbar/version-api" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-06-15T19:10:48.276Z] ========================================================= [2020-06-15T19:10:48.276Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] [2020-06-15T19:10:48.276Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-06-15T19:10:49.268Z] + 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-15T19:10:50.257Z] Sending build context to Docker daemon 8.015MB [2020-06-15T19:10:50.257Z] Step 1/10 : ARG BASE=golang:1.13-alpine [2020-06-15T19:10:50.257Z] Step 2/10 : FROM ${BASE} [2020-06-15T19:10:50.536Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-06-15T19:10:50.536Z] cde5963f3b93: Pulling fs layer [2020-06-15T19:10:50.536Z] 2a23fa8c16f7: Pulling fs layer [2020-06-15T19:10:50.536Z] 777b28850792: Pulling fs layer [2020-06-15T19:10:50.536Z] 8a11ddd9e578: Pulling fs layer [2020-06-15T19:10:50.536Z] 4cf88f913ddb: Pulling fs layer [2020-06-15T19:10:50.536Z] 1df406cf5192: Pulling fs layer [2020-06-15T19:10:50.536Z] cd6300453558: Pulling fs layer [2020-06-15T19:10:50.536Z] b9c365052c96: Pulling fs layer [2020-06-15T19:10:50.536Z] a2d8cc88f415: Pulling fs layer [2020-06-15T19:10:50.536Z] ea1d1ca13537: Pulling fs layer [2020-06-15T19:10:50.536Z] 3750a50a1c5e: Pulling fs layer [2020-06-15T19:10:50.536Z] cd6300453558: Waiting [2020-06-15T19:10:50.536Z] ea1d1ca13537: Waiting [2020-06-15T19:10:50.536Z] 3750a50a1c5e: Waiting [2020-06-15T19:10:50.536Z] a2d8cc88f415: Waiting [2020-06-15T19:10:50.536Z] 4cf88f913ddb: Waiting [2020-06-15T19:10:50.536Z] 1df406cf5192: Waiting [2020-06-15T19:10:50.536Z] 8a11ddd9e578: Waiting [2020-06-15T19:10:50.536Z] b9c365052c96: Waiting [2020-06-15T19:10:50.536Z] 777b28850792: Verifying Checksum [2020-06-15T19:10:50.536Z] 777b28850792: Download complete [2020-06-15T19:10:50.536Z] 2a23fa8c16f7: Verifying Checksum [2020-06-15T19:10:50.536Z] 2a23fa8c16f7: Download complete [2020-06-15T19:10:50.536Z] 4cf88f913ddb: Verifying Checksum [2020-06-15T19:10:50.536Z] 4cf88f913ddb: Download complete [2020-06-15T19:10:50.536Z] 1df406cf5192: Download complete [2020-06-15T19:10:50.536Z] cde5963f3b93: Verifying Checksum [2020-06-15T19:10:50.536Z] cde5963f3b93: Download complete [2020-06-15T19:10:51.534Z] cde5963f3b93: Pull complete [2020-06-15T19:10:51.808Z] 2a23fa8c16f7: Pull complete [2020-06-15T19:10:52.433Z] 777b28850792: Pull complete [2020-06-15T19:10:53.031Z] cd6300453558: Verifying Checksum [2020-06-15T19:10:53.031Z] cd6300453558: Download complete [2020-06-15T19:10:53.031Z] a2d8cc88f415: Download complete [2020-06-15T19:10:54.495Z] ea1d1ca13537: Verifying Checksum [2020-06-15T19:10:54.495Z] ea1d1ca13537: Download complete [2020-06-15T19:10:54.495Z] 3750a50a1c5e: Verifying Checksum [2020-06-15T19:10:54.495Z] 3750a50a1c5e: Download complete [2020-06-15T19:10:55.095Z] b9c365052c96: Download complete [2020-06-15T19:10:55.689Z] 8a11ddd9e578: Verifying Checksum [2020-06-15T19:10:55.689Z] 8a11ddd9e578: Download complete [2020-06-15T19:11:08.074Z] 8a11ddd9e578: Pull complete [2020-06-15T19:11:08.074Z] 4cf88f913ddb: Pull complete [2020-06-15T19:11:08.074Z] 1df406cf5192: Pull complete [2020-06-15T19:11:12.392Z] cd6300453558: Pull complete [2020-06-15T19:11:15.980Z] Running on prd-centos7-docker-4c-2g-3072 in /w/workspace/gexfoundry_device-rest-go_master [Pipeline] { [Pipeline] ws [2020-06-15T19:11:16.007Z] Running in /w/workspace/device-rest-go/12 [Pipeline] { [Pipeline] checkout [2020-06-15T19:11:16.724Z] b9c365052c96: Pull complete [2020-06-15T19:11:16.724Z] a2d8cc88f415: Pull complete [2020-06-15T19:11:18.624Z] using credential edgex-jenkins-ssh [2020-06-15T19:11:18.651Z] Cloning the remote Git repository [2020-06-15T19:11:18.651Z] Cloning with configured refspecs honoured and without tags [2020-06-15T19:11:18.704Z] ea1d1ca13537: Pull complete [2020-06-15T19:11:19.300Z] 3750a50a1c5e: Pull complete [2020-06-15T19:11:19.300Z] Digest: sha256:a3e491bd7756271d1e8fe1bff15cdb93064c35086ae9a2f64bafd3a981b9f581 [2020-06-15T19:11:19.300Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine [2020-06-15T19:11:19.300Z] ---> 78745c68409d [2020-06-15T19:11:19.300Z] Step 3/10 : ARG ALPINE_PKG_BASE="make git" [2020-06-15T19:11:18.684Z] Cloning repository git@github.com:edgexfoundry/device-rest-go.git [2020-06-15T19:11:18.752Z] > git init /w/workspace/device-rest-go/12 # timeout=10 [2020-06-15T19:11:18.820Z] Fetching upstream changes from git@github.com:edgexfoundry/device-rest-go.git [2020-06-15T19:11:18.821Z] > git --version # timeout=10 [2020-06-15T19:11:18.826Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-06-15T19:11:18.859Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-rest-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-06-15T19:11:20.126Z] Fetching without tags [2020-06-15T19:11:20.509Z] Checking out Revision bcdb88283644107a936668d00e74c74f1869e398 (master) [2020-06-15T19:11:20.098Z] > git config remote.origin.url git@github.com:edgexfoundry/device-rest-go.git # timeout=10 [2020-06-15T19:11:20.105Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-06-15T19:11:20.121Z] > git config remote.origin.url git@github.com:edgexfoundry/device-rest-go.git # timeout=10 [2020-06-15T19:11:20.136Z] Fetching upstream changes from git@github.com:edgexfoundry/device-rest-go.git [2020-06-15T19:11:20.136Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-06-15T19:11:20.140Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-rest-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-06-15T19:11:20.522Z] > git config core.sparsecheckout # timeout=10 [2020-06-15T19:11:20.528Z] > git checkout -f bcdb88283644107a936668d00e74c74f1869e398 # timeout=10 [2020-06-15T19:11:23.605Z] ---> Running in 6d275dedbedf [2020-06-15T19:11:24.202Z] Removing intermediate container 6d275dedbedf [2020-06-15T19:11:24.202Z] ---> 91a9b05fbb05 [2020-06-15T19:11:24.202Z] Step 4/10 : ARG ALPINE_PKG_EXTRA="" [2020-06-15T19:11:24.202Z] ---> Running in ec6508eb649c [2020-06-15T19:11:24.242Z] Commit message: "Merge pull request #24 from lranjbar/version-api" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [2020-06-15T19:11:24.802Z] Removing intermediate container ec6508eb649c [2020-06-15T19:11:24.802Z] ---> 4059c97c1dd8 [2020-06-15T19:11:24.802Z] Step 5/10 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-06-15T19:11:24.802Z] ---> Running in 97a1a783ee14 [Pipeline] echo [2020-06-15T19:11:25.293Z] ========================================================= [2020-06-15T19:11:25.294Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] [2020-06-15T19:11:25.294Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-06-15T19:11:25.397Z] Removing intermediate container 97a1a783ee14 [2020-06-15T19:11:25.397Z] ---> c145923c6832 [2020-06-15T19:11:25.397Z] Step 6/10 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-06-15T19:11:25.397Z] ---> Running in 5ced348d3ff5 [2020-06-15T19:11:26.030Z] + 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-15T19:11:26.292Z] Sending build context to Docker daemon 8.015MB [2020-06-15T19:11:26.292Z] Step 1/10 : ARG BASE=golang:1.13-alpine [2020-06-15T19:11:26.292Z] Step 2/10 : FROM ${BASE} [2020-06-15T19:11:26.563Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base [2020-06-15T19:11:26.563Z] e6b0cf9c0882: Pulling fs layer [2020-06-15T19:11:26.563Z] 2848faf0eed1: Pulling fs layer [2020-06-15T19:11:26.563Z] 0f37312ad70f: Pulling fs layer [2020-06-15T19:11:26.563Z] 5788d62ee057: Pulling fs layer [2020-06-15T19:11:26.563Z] 0e6b1d234666: Pulling fs layer [2020-06-15T19:11:26.563Z] bf5d7aec512f: Pulling fs layer [2020-06-15T19:11:26.563Z] 34c802a77dc8: Pulling fs layer [2020-06-15T19:11:26.563Z] 9eb99e56ec68: Pulling fs layer [2020-06-15T19:11:26.563Z] 27c7a5d97fbd: Pulling fs layer [2020-06-15T19:11:26.563Z] 5c102a31e300: Pulling fs layer [2020-06-15T19:11:26.563Z] dcfb455df0a1: Pulling fs layer [2020-06-15T19:11:26.563Z] 0e6b1d234666: Waiting [2020-06-15T19:11:26.563Z] bf5d7aec512f: Waiting [2020-06-15T19:11:26.563Z] 34c802a77dc8: Waiting [2020-06-15T19:11:26.563Z] 9eb99e56ec68: Waiting [2020-06-15T19:11:26.563Z] 27c7a5d97fbd: Waiting [2020-06-15T19:11:26.563Z] 5c102a31e300: Waiting [2020-06-15T19:11:26.563Z] dcfb455df0a1: Waiting [2020-06-15T19:11:26.563Z] 5788d62ee057: Waiting [2020-06-15T19:11:26.563Z] 0f37312ad70f: Verifying Checksum [2020-06-15T19:11:26.563Z] 0f37312ad70f: Download complete [2020-06-15T19:11:26.563Z] 2848faf0eed1: Verifying Checksum [2020-06-15T19:11:26.563Z] 2848faf0eed1: Download complete [2020-06-15T19:11:26.563Z] 0e6b1d234666: Verifying Checksum [2020-06-15T19:11:26.563Z] 0e6b1d234666: Download complete [2020-06-15T19:11:26.563Z] bf5d7aec512f: Download complete [2020-06-15T19:11:26.563Z] e6b0cf9c0882: Verifying Checksum [2020-06-15T19:11:26.563Z] e6b0cf9c0882: Download complete [2020-06-15T19:11:26.843Z] e6b0cf9c0882: Pull complete [2020-06-15T19:11:27.451Z] 2848faf0eed1: Pull complete [2020-06-15T19:11:27.731Z] 34c802a77dc8: Verifying Checksum [2020-06-15T19:11:27.731Z] 34c802a77dc8: Download complete [2020-06-15T19:11:27.731Z] 27c7a5d97fbd: Verifying Checksum [2020-06-15T19:11:27.731Z] 27c7a5d97fbd: Download complete [2020-06-15T19:11:28.001Z] 0f37312ad70f: Pull complete [2020-06-15T19:11:28.019Z] Removing intermediate container 5ced348d3ff5 [2020-06-15T19:11:28.019Z] ---> 74cafea19eb0 [2020-06-15T19:11:28.020Z] Step 7/10 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2020-06-15T19:11:28.020Z] ---> Running in 082c45566e31 [2020-06-15T19:11:28.283Z] 5c102a31e300: Verifying Checksum [2020-06-15T19:11:28.283Z] 5c102a31e300: Download complete [2020-06-15T19:11:28.550Z] 5788d62ee057: Verifying Checksum [2020-06-15T19:11:28.550Z] 5788d62ee057: Download complete [2020-06-15T19:11:28.550Z] dcfb455df0a1: Verifying Checksum [2020-06-15T19:11:28.550Z] dcfb455df0a1: Download complete [2020-06-15T19:11:28.550Z] 9eb99e56ec68: Verifying Checksum [2020-06-15T19:11:28.550Z] 9eb99e56ec68: Download complete [2020-06-15T19:11:29.454Z] fetch http://nl.alpinelinux.org/alpine/v3.11/main/aarch64/APKINDEX.tar.gz [2020-06-15T19:11:30.044Z] fetch http://nl.alpinelinux.org/alpine/v3.11/community/aarch64/APKINDEX.tar.gz [2020-06-15T19:11:30.637Z] OK: 125 MiB in 39 packages [2020-06-15T19:11:31.613Z] Removing intermediate container 082c45566e31 [2020-06-15T19:11:31.613Z] ---> 0d75b41605eb [2020-06-15T19:11:31.613Z] Step 8/10 : WORKDIR /device-rest-go [2020-06-15T19:11:31.896Z] ---> Running in 7ad1fcb781a0 [2020-06-15T19:11:32.492Z] Removing intermediate container 7ad1fcb781a0 [2020-06-15T19:11:32.492Z] ---> 262c36ee7c8e [2020-06-15T19:11:32.492Z] Step 9/10 : COPY . . [2020-06-15T19:11:33.474Z] ---> 97d0d7a9a0a5 [2020-06-15T19:11:33.474Z] Step 10/10 : RUN go mod download [2020-06-15T19:11:33.474Z] ---> Running in 8746ee47a68b [2020-06-15T19:11:36.099Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-06-15T19:11:36.099Z] go: finding github.com/OneOfOne/xxhash v1.2.6 [2020-06-15T19:11:36.099Z] go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e [2020-06-15T19:11:36.099Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-06-15T19:11:36.099Z] go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 [2020-06-15T19:11:36.099Z] go: finding github.com/bgentry/speakeasy v0.1.0 [2020-06-15T19:11:36.099Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-06-15T19:11:36.099Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-06-15T19:11:36.099Z] go: finding github.com/edgexfoundry/device-sdk-go v1.2.2 [2020-06-15T19:11:36.099Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.33 [2020-06-15T19:11:36.099Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-06-15T19:11:36.099Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-06-15T19:11:36.099Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 [2020-06-15T19:11:36.099Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-06-15T19:11:36.099Z] go: finding github.com/fatih/color v1.7.0 [2020-06-15T19:11:36.099Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-06-15T19:11:36.099Z] go: finding github.com/go-kit/kit v0.8.0 [2020-06-15T19:11:36.099Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-06-15T19:11:36.099Z] go: finding github.com/go-stack/stack v1.8.0 [2020-06-15T19:11:36.099Z] go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2020-06-15T19:11:36.099Z] go: finding github.com/google/uuid v1.1.0 [2020-06-15T19:11:36.099Z] go: finding github.com/gorilla/mux v1.7.1 [2020-06-15T19:11:36.099Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-06-15T19:11:36.099Z] go: finding github.com/hashicorp/consul/sdk v0.1.1 [2020-06-15T19:11:36.099Z] go: finding github.com/hashicorp/errwrap v1.0.0 [2020-06-15T19:11:36.099Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-06-15T19:11:36.099Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-06-15T19:11:36.099Z] go: finding github.com/hashicorp/go-msgpack v0.5.3 [2020-06-15T19:11:36.099Z] go: finding github.com/hashicorp/go-multierror v1.0.0 [2020-06-15T19:11:36.099Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-06-15T19:11:36.099Z] go: finding github.com/hashicorp/go-sockaddr v1.0.0 [2020-06-15T19:11:36.099Z] go: finding github.com/hashicorp/go-syslog v1.0.0 [2020-06-15T19:11:36.099Z] go: finding github.com/hashicorp/go-uuid v1.0.1 [2020-06-15T19:11:36.099Z] go: finding github.com/hashicorp/go.net v0.0.1 [2020-06-15T19:11:36.099Z] go: finding github.com/hashicorp/golang-lru v0.5.0 [2020-06-15T19:11:36.099Z] go: finding github.com/hashicorp/logutils v1.0.0 [2020-06-15T19:11:36.371Z] go: finding github.com/hashicorp/mdns v1.0.0 [2020-06-15T19:11:36.371Z] go: finding github.com/hashicorp/memberlist v0.1.3 [2020-06-15T19:11:36.371Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-06-15T19:11:36.371Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-06-15T19:11:36.371Z] go: finding github.com/mattn/go-colorable v0.0.9 [2020-06-15T19:11:36.371Z] go: finding github.com/mattn/go-isatty v0.0.3 [2020-06-15T19:11:36.371Z] go: finding github.com/miekg/dns v1.0.14 [2020-06-15T19:11:36.371Z] go: finding github.com/mitchellh/cli v1.0.0 [2020-06-15T19:11:36.371Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-06-15T19:11:36.371Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-06-15T19:11:36.371Z] go: finding github.com/mitchellh/go-homedir v1.0.0 [2020-06-15T19:11:36.371Z] go: finding github.com/mitchellh/go-testing-interface v1.0.0 [2020-06-15T19:11:36.371Z] go: finding github.com/mitchellh/gox v0.4.0 [2020-06-15T19:11:36.372Z] go: finding github.com/mitchellh/iochan v1.0.0 [2020-06-15T19:11:36.372Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-06-15T19:11:36.372Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-06-15T19:11:36.372Z] go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2020-06-15T19:11:36.372Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-06-15T19:11:36.372Z] go: finding github.com/pkg/errors v0.8.1 [2020-06-15T19:11:36.372Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-06-15T19:11:36.372Z] go: finding github.com/posener/complete v1.1.1 [2020-06-15T19:11:36.372Z] go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f [2020-06-15T19:11:36.372Z] go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2020-06-15T19:11:36.372Z] go: finding github.com/spf13/cast v1.3.0 [2020-06-15T19:11:36.372Z] go: finding github.com/stretchr/objx v0.1.0 [2020-06-15T19:11:36.372Z] go: finding github.com/stretchr/testify v1.5.1 [2020-06-15T19:11:36.372Z] go: finding github.com/ugorji/go v1.1.4 [2020-06-15T19:11:36.372Z] go: finding github.com/x448/float16 v0.8.4 [2020-06-15T19:11:36.372Z] go: finding golang.org/x/crypto v0.0.0-20181029021203-45a5f77698d3 [2020-06-15T19:11:36.644Z] go: finding golang.org/x/net v0.0.0-20181201002055-351d144fa1fc [2020-06-15T19:11:36.644Z] go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-06-15T19:11:36.644Z] go: finding golang.org/x/sys v0.0.0-20181026203630-95b1ffbd15a5 [2020-06-15T19:11:36.644Z] go: finding gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 [2020-06-15T19:11:36.644Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-06-15T19:11:36.727Z] 5788d62ee057: Pull complete [2020-06-15T19:11:36.727Z] 0e6b1d234666: Pull complete [2020-06-15T19:11:36.727Z] bf5d7aec512f: Pull complete [2020-06-15T19:11:40.036Z] 34c802a77dc8: Pull complete [2020-06-15T19:11:43.379Z] 9eb99e56ec68: Pull complete [2020-06-15T19:11:43.379Z] 27c7a5d97fbd: Pull complete [2020-06-15T19:11:43.954Z] 5c102a31e300: Pull complete [2020-06-15T19:11:43.954Z] dcfb455df0a1: Pull complete [2020-06-15T19:11:43.954Z] Digest: sha256:bf9b800d7ab6b241e21016b558127766659829ad41453f889f6c4db283117473 [2020-06-15T19:11:44.222Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine [2020-06-15T19:11:44.222Z] ---> 7c70fe431013 [2020-06-15T19:11:44.222Z] Step 3/10 : ARG ALPINE_PKG_BASE="make git" [2020-06-15T19:11:45.613Z] ---> Running in 3cfd3a40904a [2020-06-15T19:11:45.613Z] Removing intermediate container 3cfd3a40904a [2020-06-15T19:11:45.613Z] ---> 2a7198011d36 [2020-06-15T19:11:45.613Z] Step 4/10 : ARG ALPINE_PKG_EXTRA="" [2020-06-15T19:11:45.874Z] ---> Running in c3106b364986 [2020-06-15T19:11:45.874Z] Removing intermediate container c3106b364986 [2020-06-15T19:11:45.874Z] ---> 3c308440c15e [2020-06-15T19:11:45.874Z] Step 5/10 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-06-15T19:11:46.137Z] ---> Running in c18bcf2a77f1 [2020-06-15T19:11:46.137Z] Removing intermediate container c18bcf2a77f1 [2020-06-15T19:11:46.137Z] ---> 1af6b44b13c1 [2020-06-15T19:11:46.137Z] Step 6/10 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-06-15T19:11:46.137Z] ---> Running in a8ef6a26c1a9 [2020-06-15T19:11:46.801Z] Removing intermediate container 8746ee47a68b [2020-06-15T19:11:46.801Z] ---> 8f33ca985eb7 [2020-06-15T19:11:46.801Z] Successfully built 8f33ca985eb7 [2020-06-15T19:11:46.801Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-06-15T19:11:47.354Z] + docker inspect -f . ci-base-image-arm64 [2020-06-15T19:11:47.354Z] . [Pipeline] withDockerContainer [2020-06-15T19:11:47.525Z] Removing intermediate container a8ef6a26c1a9 [2020-06-15T19:11:47.526Z] ---> cc182673590a [2020-06-15T19:11:47.526Z] Step 7/10 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2020-06-15T19:11:47.526Z] ---> Running in 4108f6d53f9f [2020-06-15T19:11:47.606Z] prd-ubuntu18.04-docker-arm64-4c-16g-3071 does not seem to be running inside a container [2020-06-15T19:11:47.677Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-rest-go/12 -v /w/workspace/device-rest-go/12:/w/workspace/device-rest-go/12:rw,z -v /w/workspace/device-rest-go/12@tmp:/w/workspace/device-rest-go/12@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 ******** ci-base-image-arm64 cat [2020-06-15T19:11:48.478Z] fetch http://nl.alpinelinux.org/alpine/v3.11/main/x86_64/APKINDEX.tar.gz [2020-06-15T19:11:49.050Z] fetch http://nl.alpinelinux.org/alpine/v3.11/community/x86_64/APKINDEX.tar.gz [2020-06-15T19:11:49.312Z] OK: 143 MiB in 39 packages [2020-06-15T19:11:49.572Z] Removing intermediate container 4108f6d53f9f [2020-06-15T19:11:49.572Z] ---> 9552c627b55f [2020-06-15T19:11:49.572Z] Step 8/10 : WORKDIR /device-rest-go [2020-06-15T19:11:49.572Z] ---> Running in 0765e32eec63 [2020-06-15T19:11:49.554Z] $ docker top 034647f84c2d22f816ff69795321b6d74e6cd79d71f742e62dd1e987184ea250 -eo pid,comm [2020-06-15T19:11:49.835Z] Removing intermediate container 0765e32eec63 [2020-06-15T19:11:49.835Z] ---> 23e85f5adb86 [2020-06-15T19:11:49.835Z] Step 9/10 : COPY . . [Pipeline] { [Pipeline] sh [2020-06-15T19:11:50.411Z] ---> d0c4af1293d5 [2020-06-15T19:11:50.411Z] Step 10/10 : RUN go mod download [2020-06-15T19:11:50.411Z] ---> Running in bb2aa2470e7d [2020-06-15T19:11:51.045Z] + go version [2020-06-15T19:11:51.045Z] go version go1.13.5 linux/arm64 [Pipeline] sh [2020-06-15T19:11:52.170Z] + make test [2020-06-15T19:11:52.170Z] CGO_ENABLED=0 GO111MODULE=on go test -coverprofile=coverage.out ./... [2020-06-15T19:11:52.328Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-06-15T19:11:52.328Z] go: finding github.com/OneOfOne/xxhash v1.2.6 [2020-06-15T19:11:52.328Z] go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e [2020-06-15T19:11:52.328Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-06-15T19:11:52.328Z] go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 [2020-06-15T19:11:52.328Z] go: finding github.com/bgentry/speakeasy v0.1.0 [2020-06-15T19:11:52.328Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-06-15T19:11:52.328Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-06-15T19:11:52.328Z] go: finding github.com/edgexfoundry/device-sdk-go v1.2.2 [2020-06-15T19:11:52.328Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.33 [2020-06-15T19:11:52.328Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-06-15T19:11:52.328Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-06-15T19:11:52.328Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 [2020-06-15T19:11:52.328Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-06-15T19:11:52.328Z] go: finding github.com/fatih/color v1.7.0 [2020-06-15T19:11:52.328Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-06-15T19:11:52.328Z] go: finding github.com/go-kit/kit v0.8.0 [2020-06-15T19:11:52.328Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-06-15T19:11:52.328Z] go: finding github.com/go-stack/stack v1.8.0 [2020-06-15T19:11:52.328Z] go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2020-06-15T19:11:52.328Z] go: finding github.com/google/uuid v1.1.0 [2020-06-15T19:11:52.328Z] go: finding github.com/gorilla/mux v1.7.1 [2020-06-15T19:11:52.328Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-06-15T19:11:52.328Z] go: finding github.com/hashicorp/consul/sdk v0.1.1 [2020-06-15T19:11:52.328Z] go: finding github.com/hashicorp/errwrap v1.0.0 [2020-06-15T19:11:52.328Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-06-15T19:11:52.328Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-06-15T19:11:52.328Z] go: finding github.com/hashicorp/go-msgpack v0.5.3 [2020-06-15T19:11:52.328Z] go: finding github.com/hashicorp/go-multierror v1.0.0 [2020-06-15T19:11:52.328Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-06-15T19:11:52.328Z] go: finding github.com/hashicorp/go-sockaddr v1.0.0 [2020-06-15T19:11:52.328Z] go: finding github.com/hashicorp/go-syslog v1.0.0 [2020-06-15T19:11:52.328Z] go: finding github.com/hashicorp/go-uuid v1.0.1 [2020-06-15T19:11:52.328Z] go: finding github.com/hashicorp/go.net v0.0.1 [2020-06-15T19:11:52.328Z] go: finding github.com/hashicorp/golang-lru v0.5.0 [2020-06-15T19:11:52.328Z] go: finding github.com/hashicorp/logutils v1.0.0 [2020-06-15T19:11:52.328Z] go: finding github.com/hashicorp/mdns v1.0.0 [2020-06-15T19:11:52.328Z] go: finding github.com/hashicorp/memberlist v0.1.3 [2020-06-15T19:11:52.328Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-06-15T19:11:52.328Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-06-15T19:11:52.328Z] go: finding github.com/mattn/go-colorable v0.0.9 [2020-06-15T19:11:52.328Z] go: finding github.com/mattn/go-isatty v0.0.3 [2020-06-15T19:11:52.328Z] go: finding github.com/miekg/dns v1.0.14 [2020-06-15T19:11:52.328Z] go: finding github.com/mitchellh/cli v1.0.0 [2020-06-15T19:11:52.328Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-06-15T19:11:52.328Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-06-15T19:11:52.328Z] go: finding github.com/mitchellh/go-homedir v1.0.0 [2020-06-15T19:11:52.328Z] go: finding github.com/mitchellh/go-testing-interface v1.0.0 [2020-06-15T19:11:52.328Z] go: finding github.com/mitchellh/gox v0.4.0 [2020-06-15T19:11:52.328Z] go: finding github.com/mitchellh/iochan v1.0.0 [2020-06-15T19:11:52.328Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-06-15T19:11:52.328Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-06-15T19:11:52.328Z] go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2020-06-15T19:11:52.328Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-06-15T19:11:52.592Z] go: finding github.com/pkg/errors v0.8.1 [2020-06-15T19:11:52.592Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-06-15T19:11:52.592Z] go: finding github.com/posener/complete v1.1.1 [2020-06-15T19:11:52.592Z] go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f [2020-06-15T19:11:52.592Z] go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2020-06-15T19:11:52.592Z] go: finding github.com/spf13/cast v1.3.0 [2020-06-15T19:11:52.592Z] go: finding github.com/stretchr/objx v0.1.0 [2020-06-15T19:11:52.592Z] go: finding github.com/stretchr/testify v1.5.1 [2020-06-15T19:11:52.592Z] go: finding github.com/ugorji/go v1.1.4 [2020-06-15T19:11:52.592Z] go: finding github.com/x448/float16 v0.8.4 [2020-06-15T19:11:52.592Z] go: finding golang.org/x/crypto v0.0.0-20181029021203-45a5f77698d3 [2020-06-15T19:11:52.593Z] go: finding golang.org/x/net v0.0.0-20181201002055-351d144fa1fc [2020-06-15T19:11:52.593Z] go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-06-15T19:11:52.593Z] go: finding golang.org/x/sys v0.0.0-20181026203630-95b1ffbd15a5 [2020-06-15T19:11:52.593Z] go: finding gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 [2020-06-15T19:11:52.593Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-06-15T19:11:53.154Z] ? github.com/edgexfoundry/device-rest-go [no test files] [2020-06-15T19:12:00.759Z] Removing intermediate container bb2aa2470e7d [2020-06-15T19:12:00.759Z] ---> 7a96005feec0 [2020-06-15T19:12:00.759Z] Successfully built 7a96005feec0 [2020-06-15T19:12:00.759Z] 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-15T19:12:01.256Z] + docker inspect -f . ci-base-image-x86_64 [2020-06-15T19:12:01.256Z] . [Pipeline] withDockerContainer [2020-06-15T19:12:01.470Z] prd-centos7-docker-4c-2g-3072 does not seem to be running inside a container [2020-06-15T19:12:01.597Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-rest-go/12 -v /w/workspace/device-rest-go/12:/w/workspace/device-rest-go/12:rw,z -v /w/workspace/device-rest-go/12@tmp:/w/workspace/device-rest-go/12@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-15T19:12:02.718Z] $ docker top 354ce7d20a7895ac9ce7adf62f3e24d9e16d695c4f0a7fc14db86b808dfc8d7f -eo pid,comm [Pipeline] { [Pipeline] sh [2020-06-15T19:12:03.148Z] + go version [2020-06-15T19:12:03.148Z] go version go1.13.5 linux/amd64 [Pipeline] sh [2020-06-15T19:12:03.448Z] + make test [2020-06-15T19:12:03.448Z] CGO_ENABLED=0 GO111MODULE=on go test -coverprofile=coverage.out ./... [2020-06-15T19:12:04.408Z] ? github.com/edgexfoundry/device-rest-go [no test files] [2020-06-15T19:12:14.568Z] ? github.com/edgexfoundry/device-rest-go/cmd [no test files] [2020-06-15T19:12:15.144Z] ok github.com/edgexfoundry/device-rest-go/driver 0.017s coverage: 56.3% of statements [2020-06-15T19:12:15.144Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2020-06-15T19:12:17.096Z] gofmt -l . [2020-06-15T19:12:17.096Z] [ "`gofmt -l .`" = "" ] [2020-06-15T19:12:17.096Z] ./bin/test-go-mod-tidy.sh [2020-06-15T19:12:17.668Z] ./bin/test-attribution-txt.sh [Pipeline] stash [2020-06-15T19:12:18.136Z] Stashed 1 file(s) [Pipeline] } [2020-06-15T19:12:18.146Z] $ docker stop --time=1 354ce7d20a7895ac9ce7adf62f3e24d9e16d695c4f0a7fc14db86b808dfc8d7f [2020-06-15T19:12:19.995Z] ? github.com/edgexfoundry/device-rest-go/cmd [no test files] [2020-06-15T19:12:20.170Z] $ docker rm -f 354ce7d20a7895ac9ce7adf62f3e24d9e16d695c4f0a7fc14db86b808dfc8d7f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-06-15T19:12:21.361Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-06-15T19:12:21.652Z] + ls -al . [2020-06-15T19:12:21.652Z] total 96 [2020-06-15T19:12:21.652Z] drwxrwxr-x. 7 jenkins jenkins 4096 Jun 15 19:12 . [2020-06-15T19:12:21.652Z] drwxrwxr-x. 4 jenkins jenkins 30 Jun 15 19:11 .. [2020-06-15T19:12:21.652Z] -rw-rw-r--. 1 jenkins jenkins 4802 Jun 15 19:11 Attribution.txt [2020-06-15T19:12:21.652Z] drwxrwxr-x. 2 jenkins jenkins 64 Jun 15 19:11 bin [2020-06-15T19:12:21.652Z] drwxrwxr-x. 3 jenkins jenkins 32 Jun 15 19:11 cmd [2020-06-15T19:12:21.652Z] -rw-r--r--. 1 jenkins jenkins 9369 Jun 15 19:12 coverage.out [2020-06-15T19:12:21.652Z] -rw-rw-r--. 1 jenkins jenkins 1504 Jun 15 19:11 Dockerfile [2020-06-15T19:12:21.652Z] -rw-rw-r--. 1 jenkins jenkins 989 Jun 15 19:11 Dockerfile.build [2020-06-15T19:12:21.652Z] -rw-rw-r--. 1 jenkins jenkins 151 Jun 15 19:11 .dockerignore [2020-06-15T19:12:21.652Z] drwxrwxr-x. 2 jenkins jenkins 93 Jun 15 19:12 driver [2020-06-15T19:12:21.652Z] drwxrwxr-x. 8 jenkins jenkins 162 Jun 15 19:11 .git [2020-06-15T19:12:21.652Z] -rw-rw-r--. 1 jenkins jenkins 339 Jun 15 19:11 .gitignore [2020-06-15T19:12:21.652Z] -rw-r--r--. 1 jenkins jenkins 266 Jun 15 19:12 go.mod [2020-06-15T19:12:21.652Z] -rw-r--r--. 1 jenkins jenkins 12533 Jun 15 19:12 go.sum [2020-06-15T19:12:21.652Z] -rw-rw-r--. 1 jenkins jenkins 702 Jun 15 19:11 Jenkinsfile [2020-06-15T19:12:21.652Z] -rw-rw-r--. 1 jenkins jenkins 11340 Jun 15 19:11 LICENSE [2020-06-15T19:12:21.652Z] -rw-rw-r--. 1 jenkins jenkins 951 Jun 15 19:11 Makefile [2020-06-15T19:12:21.652Z] -rw-rw-r--. 1 jenkins jenkins 5716 Jun 15 19:11 README.md [2020-06-15T19:12:21.652Z] drwxrwxr-x. 3 jenkins jenkins 32 Jun 15 19:11 .semver [2020-06-15T19:12:21.652Z] -rw-rw-r--. 1 jenkins jenkins 5 Jun 15 19:08 VERSION [2020-06-15T19:12:21.652Z] -rw-rw-r--. 1 jenkins jenkins 713 Jun 15 19:11 version.go [Pipeline] isUnix [Pipeline] sh [2020-06-15T19:12:21.962Z] + 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=bcdb88283644107a936668d00e74c74f1869e398 --label arch=amd64 --label version=1.1.1 . [2020-06-15T19:12:21.962Z] Sending build context to Docker daemon 8.027MB [2020-06-15T19:12:21.962Z] Step 1/24 : ARG BASE=golang:1.13-alpine [2020-06-15T19:12:21.962Z] Step 2/24 : FROM ${BASE} AS builder [2020-06-15T19:12:21.962Z] ---> 7a96005feec0 [2020-06-15T19:12:21.962Z] Step 3/24 : ARG MAKE='make build' [2020-06-15T19:12:22.225Z] ---> Running in ef2dd40d6a35 [2020-06-15T19:12:22.225Z] Removing intermediate container ef2dd40d6a35 [2020-06-15T19:12:22.225Z] ---> 8cf6bfdeb7bb [2020-06-15T19:12:22.225Z] Step 4/24 : ARG ALPINE_PKG_BASE="make git" [2020-06-15T19:12:22.225Z] ---> Running in 165db61a8016 [2020-06-15T19:12:22.489Z] Removing intermediate container 165db61a8016 [2020-06-15T19:12:22.489Z] ---> 7072e226ddd8 [2020-06-15T19:12:22.489Z] Step 5/24 : ARG ALPINE_PKG_EXTRA="" [2020-06-15T19:12:22.489Z] ---> Running in 818a58b6f0ec [2020-06-15T19:12:22.616Z] ok github.com/edgexfoundry/device-rest-go/driver 0.040s coverage: 56.3% of statements [2020-06-15T19:12:22.764Z] Removing intermediate container 818a58b6f0ec [2020-06-15T19:12:22.764Z] ---> cde98f59a9bd [2020-06-15T19:12:22.764Z] Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-06-15T19:12:22.764Z] ---> Running in 8c5cc3b45477 [2020-06-15T19:12:22.888Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2020-06-15T19:12:23.730Z] Removing intermediate container 8c5cc3b45477 [2020-06-15T19:12:23.730Z] ---> 40623959e19c [2020-06-15T19:12:23.730Z] Step 7/24 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2020-06-15T19:12:23.730Z] ---> Running in 4be2fc258cce [2020-06-15T19:12:24.307Z] fetch http://nl.alpinelinux.org/alpine/v3.11/main/x86_64/APKINDEX.tar.gz [2020-06-15T19:12:24.880Z] fetch http://nl.alpinelinux.org/alpine/v3.11/community/x86_64/APKINDEX.tar.gz [2020-06-15T19:12:25.143Z] OK: 143 MiB in 39 packages [2020-06-15T19:12:25.716Z] Removing intermediate container 4be2fc258cce [2020-06-15T19:12:25.716Z] ---> 4efc1e3e95d3 [2020-06-15T19:12:25.716Z] Step 8/24 : WORKDIR $GOPATH/src/github.com/edgexfoundry/device-rest-go [2020-06-15T19:12:25.716Z] ---> Running in 9267992ee9aa [2020-06-15T19:12:25.977Z] Removing intermediate container 9267992ee9aa [2020-06-15T19:12:25.977Z] ---> 789bfc2a6645 [2020-06-15T19:12:25.977Z] Step 9/24 : COPY go.mod . [2020-06-15T19:12:26.237Z] ---> ba2c12d09fc0 [2020-06-15T19:12:26.237Z] Step 10/24 : COPY Makefile . [2020-06-15T19:12:26.237Z] ---> 380eee33d7df [2020-06-15T19:12:26.237Z] Step 11/24 : RUN make update [2020-06-15T19:12:26.500Z] ---> Running in 6c165dbfee44 [2020-06-15T19:12:26.764Z] CGO_ENABLED=0 GO111MODULE=on go mod download [2020-06-15T19:12:27.336Z] Removing intermediate container 6c165dbfee44 [2020-06-15T19:12:27.336Z] ---> fd77d4f7b658 [2020-06-15T19:12:27.336Z] Step 12/24 : COPY . . [2020-06-15T19:12:27.623Z] ---> bcaf26296d88 [2020-06-15T19:12:27.623Z] Step 13/24 : RUN $MAKE [2020-06-15T19:12:27.623Z] ---> Running in 9fc9ac3cd34d [2020-06-15T19:12:28.199Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-rest-go.Version=1.1.1" -o cmd/device-rest-go ./cmd [2020-06-15T19:12:29.612Z] gofmt -l . [2020-06-15T19:12:29.612Z] [ "`gofmt -l .`" = "" ] [2020-06-15T19:12:29.612Z] ./bin/test-go-mod-tidy.sh [2020-06-15T19:12:29.613Z] ./bin/test-attribution-txt.sh [Pipeline] stash [2020-06-15T19:12:29.921Z] Warning: overwriting stash ‘coverage-report’ [2020-06-15T19:12:30.297Z] Stashed 1 file(s) [Pipeline] } [2020-06-15T19:12:30.277Z] $ docker stop --time=1 034647f84c2d22f816ff69795321b6d74e6cd79d71f742e62dd1e987184ea250 [2020-06-15T19:12:32.467Z] $ docker rm -f 034647f84c2d22f816ff69795321b6d74e6cd79d71f742e62dd1e987184ea250 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-06-15T19:12:33.491Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-06-15T19:12:33.820Z] + ls -al . [2020-06-15T19:12:33.820Z] total 120 [2020-06-15T19:12:33.820Z] drwxrwxr-x 7 jenkins jenkins 4096 Jun 15 19:12 . [2020-06-15T19:12:33.820Z] drwxrwxr-x 4 jenkins jenkins 4096 Jun 15 19:10 .. [2020-06-15T19:12:33.820Z] -rw-rw-r-- 1 jenkins jenkins 151 Jun 15 19:10 .dockerignore [2020-06-15T19:12:33.820Z] drwxrwxr-x 8 jenkins jenkins 4096 Jun 15 19:10 .git [2020-06-15T19:12:33.820Z] -rw-rw-r-- 1 jenkins jenkins 339 Jun 15 19:10 .gitignore [2020-06-15T19:12:33.820Z] drwxrwxr-x 3 jenkins jenkins 4096 Jun 15 19:10 .semver [2020-06-15T19:12:33.820Z] -rw-rw-r-- 1 jenkins jenkins 4802 Jun 15 19:10 Attribution.txt [2020-06-15T19:12:33.820Z] -rw-rw-r-- 1 jenkins jenkins 1504 Jun 15 19:10 Dockerfile [2020-06-15T19:12:33.820Z] -rw-rw-r-- 1 jenkins jenkins 989 Jun 15 19:10 Dockerfile.build [2020-06-15T19:12:33.820Z] -rw-rw-r-- 1 jenkins jenkins 702 Jun 15 19:10 Jenkinsfile [2020-06-15T19:12:33.820Z] -rw-rw-r-- 1 jenkins jenkins 11340 Jun 15 19:10 LICENSE [2020-06-15T19:12:33.820Z] -rw-rw-r-- 1 jenkins jenkins 951 Jun 15 19:10 Makefile [2020-06-15T19:12:33.820Z] -rw-rw-r-- 1 jenkins jenkins 5716 Jun 15 19:10 README.md [2020-06-15T19:12:33.820Z] -rw-rw-r-- 1 jenkins jenkins 5 Jun 15 19:08 VERSION [2020-06-15T19:12:33.820Z] drwxrwxr-x 2 jenkins jenkins 4096 Jun 15 19:10 bin [2020-06-15T19:12:33.820Z] drwxrwxr-x 3 jenkins jenkins 4096 Jun 15 19:10 cmd [2020-06-15T19:12:33.820Z] -rw-r--r-- 1 jenkins jenkins 9369 Jun 15 19:12 coverage.out [2020-06-15T19:12:33.820Z] drwxrwxr-x 2 jenkins jenkins 4096 Jun 15 19:12 driver [2020-06-15T19:12:33.820Z] -rw-r--r-- 1 jenkins jenkins 266 Jun 15 19:12 go.mod [2020-06-15T19:12:33.820Z] -rw-r--r-- 1 jenkins jenkins 12533 Jun 15 19:12 go.sum [2020-06-15T19:12:33.820Z] -rw-rw-r-- 1 jenkins jenkins 713 Jun 15 19:10 version.go [Pipeline] isUnix [Pipeline] sh [2020-06-15T19:12:34.153Z] + 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=bcdb88283644107a936668d00e74c74f1869e398 --label arch=arm64 --label version=1.1.1 . [2020-06-15T19:12:34.426Z] Sending build context to Docker daemon 8.027MB [2020-06-15T19:12:34.426Z] Step 1/24 : ARG BASE=golang:1.13-alpine [2020-06-15T19:12:34.426Z] Step 2/24 : FROM ${BASE} AS builder [2020-06-15T19:12:34.426Z] ---> 8f33ca985eb7 [2020-06-15T19:12:34.426Z] Step 3/24 : ARG MAKE='make build' [2020-06-15T19:12:35.021Z] ---> Running in 60ac391b7488 [2020-06-15T19:12:35.297Z] Removing intermediate container 60ac391b7488 [2020-06-15T19:12:35.297Z] ---> fece5c6aa364 [2020-06-15T19:12:35.297Z] Step 4/24 : ARG ALPINE_PKG_BASE="make git" [2020-06-15T19:12:35.297Z] ---> Running in a5b7671ddb91 [2020-06-15T19:12:35.894Z] Removing intermediate container a5b7671ddb91 [2020-06-15T19:12:35.894Z] ---> 33d8606a96ae [2020-06-15T19:12:35.894Z] Step 5/24 : ARG ALPINE_PKG_EXTRA="" [2020-06-15T19:12:35.894Z] ---> Running in bd693e0fd1a2 [2020-06-15T19:12:36.501Z] Removing intermediate container bd693e0fd1a2 [2020-06-15T19:12:36.501Z] ---> 64b76cf928b2 [2020-06-15T19:12:36.501Z] Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-06-15T19:12:36.501Z] ---> Running in 69833b74f3f8 [2020-06-15T19:12:39.113Z] Removing intermediate container 69833b74f3f8 [2020-06-15T19:12:39.113Z] ---> 86537b0012e4 [2020-06-15T19:12:39.113Z] Step 7/24 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2020-06-15T19:12:39.113Z] ---> Running in b50f48388483 [2020-06-15T19:12:40.535Z] Removing intermediate container 9fc9ac3cd34d [2020-06-15T19:12:40.535Z] ---> 4d509bc817a3 [2020-06-15T19:12:40.535Z] Step 14/24 : FROM alpine:latest [2020-06-15T19:12:40.535Z] latest: Pulling from library/alpine [2020-06-15T19:12:40.535Z] df20fa9351a1: Pulling fs layer [2020-06-15T19:12:40.535Z] df20fa9351a1: Verifying Checksum [2020-06-15T19:12:40.535Z] df20fa9351a1: Download complete [2020-06-15T19:12:40.535Z] df20fa9351a1: Pull complete [2020-06-15T19:12:40.535Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-06-15T19:12:40.535Z] Status: Downloaded newer image for alpine:latest [2020-06-15T19:12:40.535Z] ---> a24bb4013296 [2020-06-15T19:12:40.535Z] Step 15/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-06-15T19:12:40.535Z] ---> Running in fc45d12be0d8 [2020-06-15T19:12:40.535Z] Removing intermediate container fc45d12be0d8 [2020-06-15T19:12:40.535Z] ---> 9ad336344b75 [2020-06-15T19:12:40.535Z] Step 16/24 : LABEL Name=device-rest-go Version=${VERSION} [2020-06-15T19:12:40.535Z] ---> Running in 0060ff3badfb [2020-06-15T19:12:40.535Z] Removing intermediate container 0060ff3badfb [2020-06-15T19:12:40.535Z] ---> 15f1ab6bb31a [2020-06-15T19:12:40.535Z] Step 17/24 : COPY --from=builder /go/src/github.com/edgexfoundry/device-rest-go/LICENSE / [2020-06-15T19:12:40.535Z] ---> 5c82a37b695a [2020-06-15T19:12:40.535Z] Step 18/24 : COPY --from=builder /go/src/github.com/edgexfoundry/device-rest-go/Attribution.txt / [2020-06-15T19:12:40.535Z] ---> fc802fb35847 [2020-06-15T19:12:40.535Z] Step 19/24 : COPY --from=builder /go/src/github.com/edgexfoundry/device-rest-go/cmd / [2020-06-15T19:12:40.539Z] fetch http://nl.alpinelinux.org/alpine/v3.11/main/aarch64/APKINDEX.tar.gz [2020-06-15T19:12:41.108Z] ---> 5da83d34e43b [2020-06-15T19:12:41.108Z] Step 20/24 : EXPOSE 49986 [2020-06-15T19:12:41.108Z] ---> Running in 7e120e5aa686 [2020-06-15T19:12:41.369Z] Removing intermediate container 7e120e5aa686 [2020-06-15T19:12:41.369Z] ---> 8f9ce0ca66f7 [2020-06-15T19:12:41.370Z] Step 21/24 : CMD ["/device-rest-go","--cp=consul://edgex-core-consul:8500","--confdir=/res","--registry"] [2020-06-15T19:12:41.370Z] ---> Running in 871861c42e3a [2020-06-15T19:12:41.508Z] fetch http://nl.alpinelinux.org/alpine/v3.11/community/aarch64/APKINDEX.tar.gz [2020-06-15T19:12:41.631Z] Removing intermediate container 871861c42e3a [2020-06-15T19:12:41.631Z] ---> f8b92d275d6d [2020-06-15T19:12:41.631Z] Step 22/24 : LABEL arch=amd64 [2020-06-15T19:12:41.631Z] ---> Running in 10fd778e9616 [2020-06-15T19:12:41.778Z] OK: 125 MiB in 39 packages [2020-06-15T19:12:41.891Z] Removing intermediate container 10fd778e9616 [2020-06-15T19:12:41.891Z] ---> 02980a29bf91 [2020-06-15T19:12:41.891Z] Step 23/24 : LABEL git_sha=bcdb88283644107a936668d00e74c74f1869e398 [2020-06-15T19:12:41.891Z] ---> Running in f6d9451c0bc3 [2020-06-15T19:12:41.891Z] Removing intermediate container f6d9451c0bc3 [2020-06-15T19:12:41.891Z] ---> 68459eecf5c1 [2020-06-15T19:12:41.891Z] Step 24/24 : LABEL version=1.1.1 [2020-06-15T19:12:42.154Z] ---> Running in c6ef8de67a1c [2020-06-15T19:12:42.154Z] Removing intermediate container c6ef8de67a1c [2020-06-15T19:12:42.154Z] ---> 5d8734bd1a55 [2020-06-15T19:12:42.154Z] [Warning] One or more build-args [ARCH] were not consumed [2020-06-15T19:12:42.154Z] Successfully built 5d8734bd1a55 [2020-06-15T19:12:42.154Z] Successfully tagged docker-device-rest-go:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-06-15T19:12:42.374Z] provisioning config files... [2020-06-15T19:12:42.406Z] copy managed file [device-rest-go-settings] to file:/w/workspace/device-rest-go/12@tmp/config1213989635124154571tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-06-15T19:12:42.736Z] nexus3.edgexfoundry.org:10001 [2020-06-15T19:12:42.736Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-06-15T19:12:42.996Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-06-15T19:12:42.996Z] Configure a credential helper to remove this warning. See [2020-06-15T19:12:42.996Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-06-15T19:12:42.996Z] [2020-06-15T19:12:42.996Z] Login Succeeded [2020-06-15T19:12:42.996Z] nexus3.edgexfoundry.org:10002 [2020-06-15T19:12:42.996Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-06-15T19:12:42.996Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-06-15T19:12:42.996Z] Configure a credential helper to remove this warning. See [2020-06-15T19:12:42.996Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-06-15T19:12:42.996Z] [2020-06-15T19:12:42.996Z] Login Succeeded [2020-06-15T19:12:42.996Z] nexus3.edgexfoundry.org:10003 [2020-06-15T19:12:43.227Z] Removing intermediate container b50f48388483 [2020-06-15T19:12:43.227Z] ---> 9d03fc65b424 [2020-06-15T19:12:43.227Z] Step 8/24 : WORKDIR $GOPATH/src/github.com/edgexfoundry/device-rest-go [2020-06-15T19:12:43.227Z] ---> Running in 5077db543b1a [2020-06-15T19:12:43.260Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-06-15T19:12:43.260Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-06-15T19:12:43.260Z] Configure a credential helper to remove this warning. See [2020-06-15T19:12:43.260Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-06-15T19:12:43.260Z] [2020-06-15T19:12:43.260Z] Login Succeeded [2020-06-15T19:12:43.260Z] nexus3.edgexfoundry.org:10004 [2020-06-15T19:12:43.260Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-06-15T19:12:43.500Z] Removing intermediate container 5077db543b1a [2020-06-15T19:12:43.500Z] ---> 811b8a83e9f5 [2020-06-15T19:12:43.500Z] Step 9/24 : COPY go.mod . [2020-06-15T19:12:43.521Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-06-15T19:12:43.521Z] Configure a credential helper to remove this warning. See [2020-06-15T19:12:43.521Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-06-15T19:12:43.521Z] [2020-06-15T19:12:43.521Z] Login Succeeded [2020-06-15T19:12:43.521Z] docker.io [2020-06-15T19:12:43.521Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-06-15T19:12:43.781Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-06-15T19:12:43.781Z] Configure a credential helper to remove this warning. See [2020-06-15T19:12:43.781Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-06-15T19:12:43.781Z] [2020-06-15T19:12:43.781Z] Login Succeeded [Pipeline] } [2020-06-15T19:12:43.791Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-06-15T19:12:43.890Z] [edgeXDocker.push] Tagging docker image docker-device-rest-go with the following tags: [2020-06-15T19:12:43.890Z] bcdb88283644107a936668d00e74c74f1869e398 [2020-06-15T19:12:43.890Z] latest [2020-06-15T19:12:43.890Z] 1.1.1 [2020-06-15T19:12:43.890Z] bcdb88283644107a936668d00e74c74f1869e398-1.1.1 [2020-06-15T19:12:43.890Z] master [2020-06-15T19:12:43.890Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-06-15T19:12:44.098Z] ---> 7456a321d8b8 [2020-06-15T19:12:44.098Z] Step 10/24 : COPY Makefile . [2020-06-15T19:12:44.277Z] + docker tag docker-device-rest-go nexus3.edgexfoundry.org:10004/docker-device-rest-go:bcdb88283644107a936668d00e74c74f1869e398 [Pipeline] isUnix [Pipeline] sh [2020-06-15T19:12:44.584Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-rest-go:bcdb88283644107a936668d00e74c74f1869e398 [2020-06-15T19:12:44.584Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-rest-go] [2020-06-15T19:12:44.584Z] 65622801617c: Preparing [2020-06-15T19:12:44.584Z] bbeab90ee6fa: Preparing [2020-06-15T19:12:44.584Z] 1c7983936e75: Preparing [2020-06-15T19:12:44.584Z] 50644c29ef5a: Preparing [2020-06-15T19:12:44.584Z] 50644c29ef5a: Layer already exists [2020-06-15T19:12:44.584Z] bbeab90ee6fa: Pushed [2020-06-15T19:12:44.584Z] 1c7983936e75: Pushed [2020-06-15T19:12:45.077Z] ---> 208d5eeb82df [2020-06-15T19:12:45.077Z] Step 11/24 : RUN make update [2020-06-15T19:12:45.077Z] ---> Running in 9e55854b8d5c [2020-06-15T19:12:45.971Z] 65622801617c: Pushed [2020-06-15T19:12:45.971Z] bcdb88283644107a936668d00e74c74f1869e398: digest: sha256:24090a491aa71606c7a6e1c4de713f6b3f4f714c95b2db8f2593fa7eaca0bdbe size: 1154 [Pipeline] isUnix [Pipeline] sh [2020-06-15T19:12:46.300Z] + docker tag docker-device-rest-go nexus3.edgexfoundry.org:10004/docker-device-rest-go:latest [Pipeline] isUnix [Pipeline] sh [2020-06-15T19:12:46.515Z] CGO_ENABLED=0 GO111MODULE=on go mod download [2020-06-15T19:12:46.597Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-rest-go:latest [2020-06-15T19:12:46.597Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-rest-go] [2020-06-15T19:12:46.597Z] 65622801617c: Preparing [2020-06-15T19:12:46.597Z] bbeab90ee6fa: Preparing [2020-06-15T19:12:46.597Z] 1c7983936e75: Preparing [2020-06-15T19:12:46.597Z] 50644c29ef5a: Preparing [2020-06-15T19:12:46.597Z] 1c7983936e75: Layer already exists [2020-06-15T19:12:46.597Z] 50644c29ef5a: Layer already exists [2020-06-15T19:12:46.597Z] bbeab90ee6fa: Layer already exists [2020-06-15T19:12:46.597Z] 65622801617c: Layer already exists [2020-06-15T19:12:46.597Z] latest: digest: sha256:24090a491aa71606c7a6e1c4de713f6b3f4f714c95b2db8f2593fa7eaca0bdbe size: 1154 [Pipeline] isUnix [Pipeline] sh [2020-06-15T19:12:46.901Z] + docker tag docker-device-rest-go nexus3.edgexfoundry.org:10004/docker-device-rest-go:1.1.1 [Pipeline] isUnix [Pipeline] sh [2020-06-15T19:12:47.198Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-rest-go:1.1.1 [2020-06-15T19:12:47.198Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-rest-go] [2020-06-15T19:12:47.198Z] 65622801617c: Preparing [2020-06-15T19:12:47.198Z] bbeab90ee6fa: Preparing [2020-06-15T19:12:47.198Z] 1c7983936e75: Preparing [2020-06-15T19:12:47.198Z] 50644c29ef5a: Preparing [2020-06-15T19:12:47.198Z] 1c7983936e75: Layer already exists [2020-06-15T19:12:47.198Z] 50644c29ef5a: Layer already exists [2020-06-15T19:12:47.198Z] 65622801617c: Layer already exists [2020-06-15T19:12:47.198Z] bbeab90ee6fa: Layer already exists [2020-06-15T19:12:47.198Z] 1.1.1: digest: sha256:24090a491aa71606c7a6e1c4de713f6b3f4f714c95b2db8f2593fa7eaca0bdbe size: 1154 [Pipeline] isUnix [Pipeline] sh [2020-06-15T19:12:47.501Z] + docker tag docker-device-rest-go nexus3.edgexfoundry.org:10004/docker-device-rest-go:bcdb88283644107a936668d00e74c74f1869e398-1.1.1 [Pipeline] isUnix [Pipeline] sh [2020-06-15T19:12:47.800Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-rest-go:bcdb88283644107a936668d00e74c74f1869e398-1.1.1 [2020-06-15T19:12:47.800Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-rest-go] [2020-06-15T19:12:47.800Z] 65622801617c: Preparing [2020-06-15T19:12:47.800Z] bbeab90ee6fa: Preparing [2020-06-15T19:12:47.800Z] 1c7983936e75: Preparing [2020-06-15T19:12:47.800Z] 50644c29ef5a: Preparing [2020-06-15T19:12:47.800Z] 1c7983936e75: Layer already exists [2020-06-15T19:12:47.800Z] 50644c29ef5a: Layer already exists [2020-06-15T19:12:47.800Z] 65622801617c: Layer already exists [2020-06-15T19:12:47.800Z] bbeab90ee6fa: Layer already exists [2020-06-15T19:12:47.800Z] bcdb88283644107a936668d00e74c74f1869e398-1.1.1: digest: sha256:24090a491aa71606c7a6e1c4de713f6b3f4f714c95b2db8f2593fa7eaca0bdbe size: 1154 [Pipeline] isUnix [Pipeline] sh [2020-06-15T19:12:47.948Z] Removing intermediate container 9e55854b8d5c [2020-06-15T19:12:47.948Z] ---> ead2d2bd2c11 [2020-06-15T19:12:47.948Z] Step 12/24 : COPY . . [2020-06-15T19:12:48.102Z] + docker tag docker-device-rest-go nexus3.edgexfoundry.org:10004/docker-device-rest-go:master [Pipeline] isUnix [Pipeline] sh [2020-06-15T19:12:48.399Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-rest-go:master [2020-06-15T19:12:48.399Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-rest-go] [2020-06-15T19:12:48.399Z] 65622801617c: Preparing [2020-06-15T19:12:48.399Z] bbeab90ee6fa: Preparing [2020-06-15T19:12:48.399Z] 1c7983936e75: Preparing [2020-06-15T19:12:48.399Z] 50644c29ef5a: Preparing [2020-06-15T19:12:48.399Z] bbeab90ee6fa: Layer already exists [2020-06-15T19:12:48.399Z] 1c7983936e75: Layer already exists [2020-06-15T19:12:48.399Z] 50644c29ef5a: Layer already exists [2020-06-15T19:12:48.399Z] 65622801617c: Layer already exists [2020-06-15T19:12:48.399Z] master: digest: sha256:24090a491aa71606c7a6e1c4de713f6b3f4f714c95b2db8f2593fa7eaca0bdbe 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-15T19:12:48.926Z] ---> 9ff25e56b596 [2020-06-15T19:12:48.926Z] Step 13/24 : RUN $MAKE [2020-06-15T19:12:49.217Z] ---> Running in 7beebd0a03eb [2020-06-15T19:12:50.651Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-rest-go.Version=1.1.1" -o cmd/device-rest-go ./cmd [2020-06-15T19:13:17.443Z] Removing intermediate container 7beebd0a03eb [2020-06-15T19:13:17.443Z] ---> e944f8d2b79b [2020-06-15T19:13:17.443Z] Step 14/24 : FROM alpine:latest [2020-06-15T19:13:17.443Z] latest: Pulling from library/alpine [2020-06-15T19:13:17.443Z] b538f80385f9: Pulling fs layer [2020-06-15T19:13:17.716Z] b538f80385f9: Verifying Checksum [2020-06-15T19:13:17.716Z] b538f80385f9: Download complete [2020-06-15T19:13:18.314Z] b538f80385f9: Pull complete [2020-06-15T19:13:18.314Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-06-15T19:13:18.314Z] Status: Downloaded newer image for alpine:latest [2020-06-15T19:13:18.314Z] ---> 62ee0e9f8440 [2020-06-15T19:13:18.314Z] Step 15/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-06-15T19:13:18.584Z] ---> Running in 484bb769c069 [2020-06-15T19:13:19.176Z] Removing intermediate container 484bb769c069 [2020-06-15T19:13:19.176Z] ---> e232b0d61825 [2020-06-15T19:13:19.176Z] Step 16/24 : LABEL Name=device-rest-go Version=${VERSION} [2020-06-15T19:13:19.176Z] ---> Running in 3d1c9fd77501 [2020-06-15T19:13:19.767Z] Removing intermediate container 3d1c9fd77501 [2020-06-15T19:13:19.767Z] ---> 9a217c72b245 [2020-06-15T19:13:19.767Z] Step 17/24 : COPY --from=builder /go/src/github.com/edgexfoundry/device-rest-go/LICENSE / [2020-06-15T19:13:20.359Z] ---> 989b2a514a13 [2020-06-15T19:13:20.360Z] Step 18/24 : COPY --from=builder /go/src/github.com/edgexfoundry/device-rest-go/Attribution.txt / [2020-06-15T19:13:21.334Z] ---> 988c77e14313 [2020-06-15T19:13:21.334Z] Step 19/24 : COPY --from=builder /go/src/github.com/edgexfoundry/device-rest-go/cmd / [2020-06-15T19:13:22.764Z] ---> 88c52d1aca3c [2020-06-15T19:13:22.764Z] Step 20/24 : EXPOSE 49986 [2020-06-15T19:13:23.036Z] ---> Running in 6dfb793edb6b [2020-06-15T19:13:23.629Z] Removing intermediate container 6dfb793edb6b [2020-06-15T19:13:23.629Z] ---> 319adbbc25a2 [2020-06-15T19:13:23.629Z] Step 21/24 : CMD ["/device-rest-go","--cp=consul://edgex-core-consul:8500","--confdir=/res","--registry"] [2020-06-15T19:13:23.629Z] ---> Running in bc5c85e9cca2 [2020-06-15T19:13:24.225Z] Removing intermediate container bc5c85e9cca2 [2020-06-15T19:13:24.225Z] ---> d611f24f7651 [2020-06-15T19:13:24.225Z] Step 22/24 : LABEL arch=arm64 [2020-06-15T19:13:24.225Z] ---> Running in d09f7904d9da [2020-06-15T19:13:24.818Z] Removing intermediate container d09f7904d9da [2020-06-15T19:13:24.818Z] ---> a1a86a290c31 [2020-06-15T19:13:24.818Z] Step 23/24 : LABEL git_sha=bcdb88283644107a936668d00e74c74f1869e398 [2020-06-15T19:13:24.818Z] ---> Running in 598065c64c30 [2020-06-15T19:13:25.413Z] Removing intermediate container 598065c64c30 [2020-06-15T19:13:25.413Z] ---> 02a2229fa8cd [2020-06-15T19:13:25.413Z] Step 24/24 : LABEL version=1.1.1 [2020-06-15T19:13:25.413Z] ---> Running in 7a3c1bb49cb4 [2020-06-15T19:13:25.684Z] Removing intermediate container 7a3c1bb49cb4 [2020-06-15T19:13:25.684Z] ---> 5e3e2cb16cc4 [2020-06-15T19:13:25.684Z] [Warning] One or more build-args [ARCH] were not consumed [2020-06-15T19:13:25.684Z] Successfully built 5e3e2cb16cc4 [2020-06-15T19:13:25.954Z] 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-15T19:13:26.140Z] provisioning config files... [2020-06-15T19:13:26.184Z] copy managed file [device-rest-go-settings] to file:/w/workspace/device-rest-go/12@tmp/config6014159936548835778tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-06-15T19:13:26.549Z] nexus3.edgexfoundry.org:10001 [2020-06-15T19:13:26.821Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-06-15T19:13:27.092Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-06-15T19:13:27.092Z] Configure a credential helper to remove this warning. See [2020-06-15T19:13:27.092Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-06-15T19:13:27.092Z] [2020-06-15T19:13:27.092Z] Login Succeeded [2020-06-15T19:13:27.092Z] nexus3.edgexfoundry.org:10002 [2020-06-15T19:13:27.362Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-06-15T19:13:27.634Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-06-15T19:13:27.634Z] Configure a credential helper to remove this warning. See [2020-06-15T19:13:27.634Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-06-15T19:13:27.634Z] [2020-06-15T19:13:27.634Z] Login Succeeded [2020-06-15T19:13:27.634Z] nexus3.edgexfoundry.org:10003 [2020-06-15T19:13:27.907Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-06-15T19:13:28.180Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-06-15T19:13:28.180Z] Configure a credential helper to remove this warning. See [2020-06-15T19:13:28.180Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-06-15T19:13:28.180Z] [2020-06-15T19:13:28.180Z] Login Succeeded [2020-06-15T19:13:28.180Z] nexus3.edgexfoundry.org:10004 [2020-06-15T19:13:28.450Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-06-15T19:13:28.723Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-06-15T19:13:28.723Z] Configure a credential helper to remove this warning. See [2020-06-15T19:13:28.723Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-06-15T19:13:28.723Z] [2020-06-15T19:13:28.723Z] Login Succeeded [2020-06-15T19:13:28.723Z] docker.io [2020-06-15T19:13:29.325Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-06-15T19:13:29.596Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-06-15T19:13:29.596Z] Configure a credential helper to remove this warning. See [2020-06-15T19:13:29.596Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-06-15T19:13:29.596Z] [2020-06-15T19:13:29.596Z] Login Succeeded [Pipeline] } [2020-06-15T19:13:29.612Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-06-15T19:13:29.695Z] [edgeXDocker.push] Tagging docker image docker-device-rest-go-arm64 with the following tags: [2020-06-15T19:13:29.695Z] bcdb88283644107a936668d00e74c74f1869e398 [2020-06-15T19:13:29.695Z] latest [2020-06-15T19:13:29.695Z] 1.1.1 [2020-06-15T19:13:29.695Z] bcdb88283644107a936668d00e74c74f1869e398-1.1.1 [2020-06-15T19:13:29.695Z] master [2020-06-15T19:13:29.695Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-06-15T19:13:30.108Z] + docker tag docker-device-rest-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-rest-go-arm64:bcdb88283644107a936668d00e74c74f1869e398 [Pipeline] isUnix [Pipeline] sh [2020-06-15T19:13:30.436Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-rest-go-arm64:bcdb88283644107a936668d00e74c74f1869e398 [2020-06-15T19:13:30.436Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-rest-go-arm64] [2020-06-15T19:13:30.436Z] db063fc89806: Preparing [2020-06-15T19:13:30.436Z] 36a233eadfe1: Preparing [2020-06-15T19:13:30.436Z] 52da723623c3: Preparing [2020-06-15T19:13:30.436Z] e2f13739ad41: Preparing [2020-06-15T19:13:30.706Z] e2f13739ad41: Layer already exists [2020-06-15T19:13:30.706Z] 52da723623c3: Pushed [2020-06-15T19:13:30.706Z] 36a233eadfe1: Pushed [2020-06-15T19:13:34.069Z] db063fc89806: Pushed [2020-06-15T19:13:34.069Z] bcdb88283644107a936668d00e74c74f1869e398: digest: sha256:0007815e9c809a1a696dff4c1c3e203b6b7e3781dce433eabb9c0379f982e845 size: 1154 [Pipeline] isUnix [Pipeline] sh [2020-06-15T19:13:34.402Z] + docker tag docker-device-rest-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-rest-go-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-06-15T19:13:34.797Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-rest-go-arm64:latest [2020-06-15T19:13:34.798Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-rest-go-arm64] [2020-06-15T19:13:34.798Z] db063fc89806: Preparing [2020-06-15T19:13:34.798Z] 36a233eadfe1: Preparing [2020-06-15T19:13:34.798Z] 52da723623c3: Preparing [2020-06-15T19:13:34.798Z] e2f13739ad41: Preparing [2020-06-15T19:13:35.078Z] 52da723623c3: Layer already exists [2020-06-15T19:13:35.078Z] db063fc89806: Layer already exists [2020-06-15T19:13:35.078Z] e2f13739ad41: Layer already exists [2020-06-15T19:13:35.078Z] 36a233eadfe1: Layer already exists [2020-06-15T19:13:35.078Z] latest: digest: sha256:0007815e9c809a1a696dff4c1c3e203b6b7e3781dce433eabb9c0379f982e845 size: 1154 [Pipeline] isUnix [Pipeline] sh [2020-06-15T19:13:35.425Z] + docker tag docker-device-rest-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-rest-go-arm64:1.1.1 [Pipeline] isUnix [Pipeline] sh [2020-06-15T19:13:35.777Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-rest-go-arm64:1.1.1 [2020-06-15T19:13:35.777Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-rest-go-arm64] [2020-06-15T19:13:35.777Z] db063fc89806: Preparing [2020-06-15T19:13:35.777Z] 36a233eadfe1: Preparing [2020-06-15T19:13:35.777Z] 52da723623c3: Preparing [2020-06-15T19:13:35.777Z] e2f13739ad41: Preparing [2020-06-15T19:13:35.777Z] 36a233eadfe1: Layer already exists [2020-06-15T19:13:35.777Z] db063fc89806: Layer already exists [2020-06-15T19:13:35.777Z] e2f13739ad41: Layer already exists [2020-06-15T19:13:35.777Z] 52da723623c3: Layer already exists [2020-06-15T19:13:36.051Z] 1.1.1: digest: sha256:0007815e9c809a1a696dff4c1c3e203b6b7e3781dce433eabb9c0379f982e845 size: 1154 [Pipeline] isUnix [Pipeline] sh [2020-06-15T19:13:36.435Z] + docker tag docker-device-rest-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-rest-go-arm64:bcdb88283644107a936668d00e74c74f1869e398-1.1.1 [Pipeline] isUnix [Pipeline] sh [2020-06-15T19:13:36.799Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-rest-go-arm64:bcdb88283644107a936668d00e74c74f1869e398-1.1.1 [2020-06-15T19:13:36.799Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-rest-go-arm64] [2020-06-15T19:13:36.799Z] db063fc89806: Preparing [2020-06-15T19:13:36.799Z] 36a233eadfe1: Preparing [2020-06-15T19:13:36.799Z] 52da723623c3: Preparing [2020-06-15T19:13:36.799Z] e2f13739ad41: Preparing [2020-06-15T19:13:36.799Z] 36a233eadfe1: Layer already exists [2020-06-15T19:13:36.799Z] e2f13739ad41: Layer already exists [2020-06-15T19:13:36.799Z] 52da723623c3: Layer already exists [2020-06-15T19:13:36.799Z] db063fc89806: Layer already exists [2020-06-15T19:13:36.799Z] bcdb88283644107a936668d00e74c74f1869e398-1.1.1: digest: sha256:0007815e9c809a1a696dff4c1c3e203b6b7e3781dce433eabb9c0379f982e845 size: 1154 [Pipeline] isUnix [Pipeline] sh [2020-06-15T19:13:37.404Z] + docker tag docker-device-rest-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-rest-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-06-15T19:13:37.734Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-rest-go-arm64:master [2020-06-15T19:13:37.734Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-rest-go-arm64] [2020-06-15T19:13:37.734Z] db063fc89806: Preparing [2020-06-15T19:13:37.734Z] 36a233eadfe1: Preparing [2020-06-15T19:13:37.734Z] 52da723623c3: Preparing [2020-06-15T19:13:37.734Z] e2f13739ad41: Preparing [2020-06-15T19:13:37.734Z] 36a233eadfe1: Layer already exists [2020-06-15T19:13:37.734Z] e2f13739ad41: Layer already exists [2020-06-15T19:13:37.734Z] db063fc89806: Layer already exists [2020-06-15T19:13:37.734Z] 52da723623c3: Layer already exists [2020-06-15T19:13:38.005Z] master: digest: sha256:0007815e9c809a1a696dff4c1c3e203b6b7e3781dce433eabb9c0379f982e845 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-15T19:13:39.219Z] provisioning config files... [2020-06-15T19:13:39.231Z] copy managed file [device-rest-go-codecov-token] to file:/w/workspace/gexfoundry_device-rest-go_master@tmp/config1814560527013625206tmp [Pipeline] { [Pipeline] sh [2020-06-15T19:13:39.558Z] + curl -s https://codecov.io/bash [2020-06-15T19:13:39.558Z] + bash -s - -t @/w/workspace/gexfoundry_device-rest-go_master@tmp/config1814560527013625206tmp [2020-06-15T19:13:39.825Z] [2020-06-15T19:13:39.825Z] _____ _ [2020-06-15T19:13:39.825Z] / ____| | | [2020-06-15T19:13:39.825Z] | | ___ __| | ___ ___ _____ __ [2020-06-15T19:13:39.825Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2020-06-15T19:13:39.825Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2020-06-15T19:13:39.825Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2020-06-15T19:13:39.825Z] Bash-20200602-f809a24 [2020-06-15T19:13:39.825Z] [2020-06-15T19:13:39.825Z] [2020-06-15T19:13:39.825Z] ==> Jenkins CI detected. [2020-06-15T19:13:39.825Z] project root: . [2020-06-15T19:13:39.825Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2020-06-15T19:13:39.825Z] ==> Running gcov in . (disable via -X gcov) [2020-06-15T19:13:39.825Z] ==> Python coveragepy not found [2020-06-15T19:13:39.825Z] ==> Searching for coverage reports in: [2020-06-15T19:13:39.825Z] + . [2020-06-15T19:13:39.825Z] -> Found 1 reports [2020-06-15T19:13:39.825Z] ==> Detecting git/mercurial file structure [2020-06-15T19:13:39.825Z] ==> Reading reports [2020-06-15T19:13:39.825Z] + ./coverage.out bytes=9369 [2020-06-15T19:13:39.825Z] ==> Appending adjustments [2020-06-15T19:13:39.825Z] https://docs.codecov.io/docs/fixing-reports [2020-06-15T19:13:39.825Z] + Found adjustments [2020-06-15T19:13:39.825Z] ==> Gzipping contents [2020-06-15T19:13:39.825Z] ==> Uploading reports [2020-06-15T19:13:39.825Z] url: https://codecov.io [2020-06-15T19:13:39.825Z] query: branch=master&commit=bcdb88283644107a936668d00e74c74f1869e398&build=12&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-rest-go%2Fjob%2Fmaster%2F12%2F&name=&tag=&slug=edgexfoundry%2Fdevice-rest-go&service=jenkins&flags=&pr=&job= [2020-06-15T19:13:39.825Z] -> Pinging Codecov [2020-06-15T19:13:39.825Z] https://codecov.io/upload/v4?package=bash-20200602-f809a24&token=secret&branch=master&commit=bcdb88283644107a936668d00e74c74f1869e398&build=12&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-rest-go%2Fjob%2Fmaster%2F12%2F&name=&tag=&slug=edgexfoundry%2Fdevice-rest-go&service=jenkins&flags=&pr=&job= [2020-06-15T19:13:40.395Z] -> Uploading [2020-06-15T19:13:40.966Z] -> View reports at https://codecov.io/github/edgexfoundry/device-rest-go/commit/bcdb88283644107a936668d00e74c74f1869e398 [Pipeline] } [2020-06-15T19:13:40.976Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo [2020-06-15T19:13:41.384Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] echo [2020-06-15T19:13:41.385Z] [edgeXSnyk] command to run: snyk monitor --org=edgex-jenkins [Pipeline] withCredentials [2020-06-15T19:13:41.414Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-06-15T19:13:41.726Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-06-15T19:13:41.726Z] [2020-06-15T19:13:41.726Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] isUnix [Pipeline] sh [2020-06-15T19:13:42.056Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-06-15T19:13:42.056Z] 1.317.0: Pulling from edgex-devops/edgex-snyk-go [2020-06-15T19:13:42.056Z] cbdbe7a5bc2a: Pulling fs layer [2020-06-15T19:13:42.056Z] 408f87550127: Pulling fs layer [2020-06-15T19:13:42.056Z] fe522b08c979: Pulling fs layer [2020-06-15T19:13:42.056Z] 221eaa008020: Pulling fs layer [2020-06-15T19:13:42.056Z] 2a4607e5d6b9: Pulling fs layer [2020-06-15T19:13:42.056Z] 8f79b27c4fd2: Pulling fs layer [2020-06-15T19:13:42.056Z] e5c8dbe1645b: Pulling fs layer [2020-06-15T19:13:42.056Z] 23e8b3b47431: Pulling fs layer [2020-06-15T19:13:42.056Z] 5c568d65a230: Pulling fs layer [2020-06-15T19:13:42.056Z] 8f79b27c4fd2: Waiting [2020-06-15T19:13:42.056Z] 23e8b3b47431: Waiting [2020-06-15T19:13:42.056Z] 5c568d65a230: Waiting [2020-06-15T19:13:42.056Z] 221eaa008020: Waiting [2020-06-15T19:13:42.056Z] e5c8dbe1645b: Waiting [2020-06-15T19:13:42.056Z] 2a4607e5d6b9: Waiting [2020-06-15T19:13:42.056Z] fe522b08c979: Verifying Checksum [2020-06-15T19:13:42.056Z] fe522b08c979: Download complete [2020-06-15T19:13:42.056Z] 408f87550127: Download complete [2020-06-15T19:13:42.056Z] 2a4607e5d6b9: Verifying Checksum [2020-06-15T19:13:42.056Z] 2a4607e5d6b9: Download complete [2020-06-15T19:13:42.056Z] 8f79b27c4fd2: Verifying Checksum [2020-06-15T19:13:42.056Z] 8f79b27c4fd2: Download complete [2020-06-15T19:13:42.056Z] cbdbe7a5bc2a: Download complete [2020-06-15T19:13:42.656Z] e5c8dbe1645b: Download complete [2020-06-15T19:13:42.656Z] cbdbe7a5bc2a: Pull complete [2020-06-15T19:13:42.927Z] 408f87550127: Pull complete [2020-06-15T19:13:43.197Z] 23e8b3b47431: Verifying Checksum [2020-06-15T19:13:43.197Z] 23e8b3b47431: Download complete [2020-06-15T19:13:43.197Z] 5c568d65a230: Verifying Checksum [2020-06-15T19:13:43.197Z] 5c568d65a230: Download complete [2020-06-15T19:13:43.197Z] fe522b08c979: Pull complete [2020-06-15T19:13:43.775Z] 221eaa008020: Verifying Checksum [2020-06-15T19:13:43.775Z] 221eaa008020: Download complete [2020-06-15T19:13:49.089Z] 221eaa008020: Pull complete [2020-06-15T19:13:49.089Z] 2a4607e5d6b9: Pull complete [2020-06-15T19:13:49.089Z] 8f79b27c4fd2: Pull complete [2020-06-15T19:13:51.003Z] e5c8dbe1645b: Pull complete [2020-06-15T19:13:54.310Z] 23e8b3b47431: Pull complete [2020-06-15T19:13:55.695Z] 5c568d65a230: Pull complete [2020-06-15T19:13:55.695Z] Digest: sha256:57952c35bde2fbfcf87b7f40d558e42527212236f73796964c551b7cac8e72c4 [2020-06-15T19:13:55.695Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-06-15T19:13:55.695Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] withDockerContainer [2020-06-15T19:13:55.819Z] prd-centos7-docker-4c-2g-3070 does not seem to be running inside a container [2020-06-15T19:13:55.874Z] $ 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-15T19:13:56.594Z] $ docker top bb0334ac071674be0c63574f462903b8b8e8351e7eb3bf11ca98c00c27d5af25 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-06-15T19:13:57.001Z] + snyk monitor '--org=edgex-jenkins' [2020-06-15T19:14:03.609Z] [2020-06-15T19:14:03.609Z] Monitoring /w/workspace/gexfoundry_device-rest-go_master (github.com/edgexfoundry/device-rest-go)... [2020-06-15T19:14:03.609Z] [2020-06-15T19:14:03.609Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/100cb2ad-363b-48d6-95bb-098d49e3156b/history/95f56c95-1888-451b-bab2-e2fb51d693a1 [2020-06-15T19:14:03.609Z] [2020-06-15T19:14:03.609Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2020-06-15T19:14:03.609Z] [2020-06-15T19:14:03.869Z] [Pipeline] } [2020-06-15T19:14:03.886Z] $ docker stop --time=1 bb0334ac071674be0c63574f462903b8b8e8351e7eb3bf11ca98c00c27d5af25 [2020-06-15T19:14:06.246Z] $ docker rm -f bb0334ac071674be0c63574f462903b8b8e8351e7eb3bf11ca98c00c27d5af25 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-06-15T19:14:07.150Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-06-15T19:14:07.150Z] [2020-06-15T19:14:07.150Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [Pipeline] isUnix [Pipeline] sh [2020-06-15T19:14:07.472Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-06-15T19:14:07.472Z] latest: Pulling from edgex-devops/edgex-klar [2020-06-15T19:14:07.472Z] e7c96db7181b: Pulling fs layer [2020-06-15T19:14:07.472Z] 1868ca2cb446: Pulling fs layer [2020-06-15T19:14:07.472Z] 136be5d0fe8e: Pulling fs layer [2020-06-15T19:14:07.472Z] 894bfe63afcb: Pulling fs layer [2020-06-15T19:14:07.472Z] 894bfe63afcb: Waiting [2020-06-15T19:14:07.472Z] 1868ca2cb446: Verifying Checksum [2020-06-15T19:14:07.472Z] 1868ca2cb446: Download complete [2020-06-15T19:14:07.472Z] 136be5d0fe8e: Verifying Checksum [2020-06-15T19:14:07.472Z] 136be5d0fe8e: Download complete [2020-06-15T19:14:07.472Z] e7c96db7181b: Verifying Checksum [2020-06-15T19:14:07.472Z] e7c96db7181b: Download complete [2020-06-15T19:14:07.767Z] 894bfe63afcb: Verifying Checksum [2020-06-15T19:14:07.767Z] 894bfe63afcb: Download complete [2020-06-15T19:14:07.767Z] e7c96db7181b: Pull complete [2020-06-15T19:14:08.074Z] 1868ca2cb446: Pull complete [2020-06-15T19:14:08.074Z] 136be5d0fe8e: Pull complete [2020-06-15T19:14:08.380Z] 894bfe63afcb: Pull complete [2020-06-15T19:14:08.380Z] Digest: sha256:65847297bc3009f35b6e5c043f8963ac510035bee459602d1799ced28fb971b0 [2020-06-15T19:14:08.380Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-06-15T19:14:08.380Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [Pipeline] withDockerContainer [2020-06-15T19:14:08.489Z] prd-centos7-docker-4c-2g-3070 does not seem to be running inside a container [2020-06-15T19:14:08.536Z] $ 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-15T19:14:09.736Z] $ docker top 53a9c423c806d92fb75deaacaa09c74dd8bd011f1b7bdae9f868fd8f36186c96 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-06-15T19:14:10.170Z] + /klar nexus3.edgexfoundry.org:10004/docker-device-rest-go:bcdb88283644107a936668d00e74c74f1869e398 [2020-06-15T19:14:10.170Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-06-15T19:14:13.547Z] $ docker stop --time=1 53a9c423c806d92fb75deaacaa09c74dd8bd011f1b7bdae9f868fd8f36186c96 [2020-06-15T19:14:14.876Z] $ docker rm -f 53a9c423c806d92fb75deaacaa09c74dd8bd011f1b7bdae9f868fd8f36186c96 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-06-15T19:14:15.281Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-06-15T19:14:15.281Z] . [Pipeline] withDockerContainer [2020-06-15T19:14:15.382Z] prd-centos7-docker-4c-2g-3070 does not seem to be running inside a container [2020-06-15T19:14:15.431Z] $ 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-15T19:14:16.014Z] $ docker top 6fa52346cb07479a5403b2a123fb2ce5d336931a6f9e239f0f74a0f4137ce28e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-06-15T19:14:16.476Z] + /klar nexus3.edgexfoundry.org:10004/docker-device-rest-go:bcdb88283644107a936668d00e74c74f1869e398 [2020-06-15T19:14:16.476Z] + tee [2020-06-15T19:14:16.476Z] clair timeout 1m0s [2020-06-15T19:14:16.476Z] docker timeout: 1m0s [2020-06-15T19:14:16.476Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-06-15T19:14:17.102Z] $ docker stop --time=1 6fa52346cb07479a5403b2a123fb2ce5d336931a6f9e239f0f74a0f4137ce28e [2020-06-15T19:14:18.437Z] $ docker rm -f 6fa52346cb07479a5403b2a123fb2ce5d336931a6f9e239f0f74a0f4137ce28e [Pipeline] // withDockerContainer [Pipeline] sh [2020-06-15T19:14:18.865Z] + mkdir -p /w/workspace/gexfoundry_device-rest-go_master/clair-reports [Pipeline] echo [2020-06-15T19:14:18.877Z] Generated HTML Table Report. Writing to /w/workspace/gexfoundry_device-rest-go_master/clair-reports/clair_results_docker-device-rest-go_bcdb88283644107a936668d00e74c74f1869e398.html [Pipeline] writeFile [Pipeline] step [2020-06-15T19:14:18.903Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-06-15T19:14:19.223Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-06-15T19:14:19.223Z] . [Pipeline] withDockerContainer [2020-06-15T19:14:19.309Z] prd-centos7-docker-4c-2g-3070 does not seem to be running inside a container [2020-06-15T19:14:19.357Z] $ 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-15T19:14:20.134Z] $ docker top 54ea74c9fcf673d17b7890787e47f93b0f1c6c36f8077b910b5f29cf76786139 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-06-15T19:14:20.582Z] + /klar nexus3.edgexfoundry.org:10004/docker-device-rest-go-arm64:bcdb88283644107a936668d00e74c74f1869e398 [2020-06-15T19:14:20.582Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-06-15T19:14:23.986Z] $ docker stop --time=1 54ea74c9fcf673d17b7890787e47f93b0f1c6c36f8077b910b5f29cf76786139 [2020-06-15T19:14:25.332Z] $ docker rm -f 54ea74c9fcf673d17b7890787e47f93b0f1c6c36f8077b910b5f29cf76786139 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-06-15T19:14:25.742Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-06-15T19:14:25.742Z] . [Pipeline] withDockerContainer [2020-06-15T19:14:25.833Z] prd-centos7-docker-4c-2g-3070 does not seem to be running inside a container [2020-06-15T19:14:25.878Z] $ 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-15T19:14:26.425Z] $ docker top 5b9af49a1aa2dd35e9de92418209b8f762e01c1e33b36bd40817b30e06c67b5e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-06-15T19:14:26.847Z] + /klar nexus3.edgexfoundry.org:10004/docker-device-rest-go-arm64:bcdb88283644107a936668d00e74c74f1869e398 [2020-06-15T19:14:26.847Z] + tee [2020-06-15T19:14:26.847Z] clair timeout 1m0s [2020-06-15T19:14:26.847Z] docker timeout: 1m0s [2020-06-15T19:14:26.847Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-06-15T19:14:27.491Z] $ docker stop --time=1 5b9af49a1aa2dd35e9de92418209b8f762e01c1e33b36bd40817b30e06c67b5e [2020-06-15T19:14:28.819Z] $ docker rm -f 5b9af49a1aa2dd35e9de92418209b8f762e01c1e33b36bd40817b30e06c67b5e [Pipeline] // withDockerContainer [Pipeline] sh [2020-06-15T19:14:29.218Z] + mkdir -p /w/workspace/gexfoundry_device-rest-go_master/clair-reports [Pipeline] echo [2020-06-15T19:14:29.230Z] Generated HTML Table Report. Writing to /w/workspace/gexfoundry_device-rest-go_master/clair-reports/clair_results_docker-device-rest-go-arm64_bcdb88283644107a936668d00e74c74f1869e398.html [Pipeline] writeFile [Pipeline] step [2020-06-15T19:14:29.256Z] Archiving artifacts [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] unstash [Pipeline] isUnix [Pipeline] sh [2020-06-15T19:14:30.273Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-06-15T19:14:30.273Z] . [Pipeline] withDockerContainer [2020-06-15T19:14:30.360Z] prd-centos7-docker-4c-2g-3070 does not seem to be running inside a container [2020-06-15T19:14:30.400Z] $ 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-15T19:14:30.994Z] $ docker top f46655cee9c225cfcc97b355003d5943dd11699403e387d2dcc96a9bc797f09c -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-06-15T19:14:31.164Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-06-15T19:14:31.164Z] [ssh-agent] Looking for ssh-agent implementation... [2020-06-15T19:14:31.361Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-06-15T19:14:31.369Z] $ docker exec f46655cee9c225cfcc97b355003d5943dd11699403e387d2dcc96a9bc797f09c ssh-agent [2020-06-15T19:14:31.525Z] SSH_AUTH_SOCK=/tmp/ssh-9DttLex2nDUF/agent.11 [2020-06-15T19:14:31.525Z] SSH_AGENT_PID=17 [2020-06-15T19:14:31.532Z] Running ssh-add (command line suppressed) [2020-06-15T19:14:31.652Z] Identity added: /w/workspace/gexfoundry_device-rest-go_master@tmp/private_key_2152812975909120486.key (/w/workspace/gexfoundry_device-rest-go_master@tmp/private_key_2152812975909120486.key) [2020-06-15T19:14:31.694Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-06-15T19:14:31.996Z] + git semver tag [2020-06-15T19:14:31.996Z] # -> Open(): unable to determine branch for HEAD [2020-06-15T19:14:31.996Z] # $GIT_DIR = /w/workspace/gexfoundry_device-rest-go_master/.git [2020-06-15T19:14:31.996Z] # $GIT_WORK_TREE = /w/workspace/gexfoundry_device-rest-go_master [2020-06-15T19:14:31.996Z] # $SEMVER_REMOTE_NAME = origin [2020-06-15T19:14:31.996Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-06-15T19:14:31.996Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-06-15T19:14:31.996Z] # $SEMVER_BRANCH = master [2020-06-15T19:14:31.997Z] # $SEMVER_DIR = /w/workspace/gexfoundry_device-rest-go_master/.semver [2020-06-15T19:14:31.997Z] # bcdb88283644107a936668d00e74c74f1869e398 HEAD [2020-06-15T19:14:31.997Z] # -> Force: false [2020-06-15T19:14:32.257Z] # a661cea1086f4e5b80d3510e4c85353aaf785822 refs/tags/v1.1.1 [Pipeline] } [2020-06-15T19:14:32.272Z] $ docker exec --env ******** --env ******** f46655cee9c225cfcc97b355003d5943dd11699403e387d2dcc96a9bc797f09c ssh-agent -k [2020-06-15T19:14:32.391Z] unset SSH_AUTH_SOCK; [2020-06-15T19:14:32.391Z] unset SSH_AGENT_PID; [2020-06-15T19:14:32.392Z] echo Agent pid 17 killed; [2020-06-15T19:14:32.431Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-06-15T19:14:32.792Z] + git semver [Pipeline] } [2020-06-15T19:14:32.810Z] $ docker stop --time=1 f46655cee9c225cfcc97b355003d5943dd11699403e387d2dcc96a9bc797f09c [2020-06-15T19:14:34.123Z] $ docker rm -f f46655cee9c225cfcc97b355003d5943dd11699403e387d2dcc96a9bc797f09c [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2020-06-15T19:14:34.600Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-06-15T19:14:34.600Z] [2020-06-15T19:14:34.600Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2020-06-15T19:14:34.913Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-06-15T19:14:34.913Z] 0.23.1-centos7: Pulling from edgex-lftools [2020-06-15T19:14:34.913Z] ab5ef0e58194: Pulling fs layer [2020-06-15T19:14:34.913Z] 9712f1f96733: Pulling fs layer [2020-06-15T19:14:34.913Z] 63f879dbbcfc: Pulling fs layer [2020-06-15T19:14:34.913Z] 0d9ebad4ef96: Pulling fs layer [2020-06-15T19:14:34.913Z] e9a5061849ea: Pulling fs layer [2020-06-15T19:14:34.913Z] d747dcd14b5f: Pulling fs layer [2020-06-15T19:14:34.913Z] 2de7ff778b66: Pulling fs layer [2020-06-15T19:14:34.913Z] e9a5061849ea: Waiting [2020-06-15T19:14:34.913Z] d747dcd14b5f: Waiting [2020-06-15T19:14:34.913Z] 2de7ff778b66: Waiting [2020-06-15T19:14:34.913Z] 0d9ebad4ef96: Waiting [2020-06-15T19:14:34.913Z] 9712f1f96733: Verifying Checksum [2020-06-15T19:14:34.913Z] 9712f1f96733: Download complete [2020-06-15T19:14:35.486Z] 63f879dbbcfc: Verifying Checksum [2020-06-15T19:14:35.486Z] 63f879dbbcfc: Download complete [2020-06-15T19:14:35.747Z] e9a5061849ea: Verifying Checksum [2020-06-15T19:14:35.747Z] e9a5061849ea: Download complete [2020-06-15T19:14:35.747Z] d747dcd14b5f: Verifying Checksum [2020-06-15T19:14:35.747Z] d747dcd14b5f: Download complete [2020-06-15T19:14:36.008Z] 2de7ff778b66: Verifying Checksum [2020-06-15T19:14:36.008Z] 2de7ff778b66: Download complete [2020-06-15T19:14:36.008Z] 0d9ebad4ef96: Verifying Checksum [2020-06-15T19:14:36.008Z] 0d9ebad4ef96: Download complete [2020-06-15T19:14:36.268Z] ab5ef0e58194: Verifying Checksum [2020-06-15T19:14:36.268Z] ab5ef0e58194: Download complete [2020-06-15T19:14:41.577Z] ab5ef0e58194: Pull complete [2020-06-15T19:14:41.577Z] 9712f1f96733: Pull complete [2020-06-15T19:14:44.117Z] 63f879dbbcfc: Pull complete [2020-06-15T19:14:50.700Z] 0d9ebad4ef96: Pull complete [2020-06-15T19:14:50.700Z] e9a5061849ea: Pull complete [2020-06-15T19:14:50.961Z] d747dcd14b5f: Pull complete [2020-06-15T19:14:55.185Z] 2de7ff778b66: Pull complete [2020-06-15T19:14:55.185Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2020-06-15T19:14:55.185Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-06-15T19:14:55.185Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2020-06-15T19:14:55.360Z] prd-centos7-docker-4c-2g-3070 does not seem to be running inside a container [2020-06-15T19:14:55.403Z] $ 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-15T19:14:59.315Z] $ docker top fc78912255e432b808cac7b077f1a4b44267ff9ff2ae138990354d022ccf15b4 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2020-06-15T19:14:59.457Z] provisioning config files... [2020-06-15T19:14:59.464Z] copy managed file [sigul-config] to file:/w/workspace/gexfoundry_device-rest-go_master@tmp/config7440257175314002481tmp [2020-06-15T19:14:59.479Z] copy managed file [sigul-password] to file:/w/workspace/gexfoundry_device-rest-go_master@tmp/config3277174636716948808tmp [2020-06-15T19:14:59.492Z] copy managed file [sigul-pki] to file:/w/workspace/gexfoundry_device-rest-go_master@tmp/config3342650465627104559tmp [Pipeline] { [Pipeline] echo [2020-06-15T19:14:59.519Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2020-06-15T19:14:59.813Z] ---> sigul-configuration.sh [2020-06-15T19:14:59.813Z] gpg: directory `/root/.gnupg' created [2020-06-15T19:14:59.813Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2020-06-15T19:14:59.813Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2020-06-15T19:14:59.813Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2020-06-15T19:14:59.813Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2020-06-15T19:14:59.813Z] gpg: CAST5 encrypted data [2020-06-15T19:15:00.073Z] gpg: encrypted with 1 passphrase [2020-06-15T19:15:00.073Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2020-06-15T19:15:00.364Z] + mkdir /home/jenkins [2020-06-15T19:15:00.364Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2020-06-15T19:15:00.657Z] + 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-15T19:15:00.675Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-06-15T19:15:00.966Z] ---> sigul-install.sh [2020-06-15T19:15:06.277Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2020-06-15T19:15:06.582Z] + git tag --list [2020-06-15T19:15:06.582Z] v1.1.1 [Pipeline] sh [2020-06-15T19:15:06.874Z] + lftools sign git-tag v1.1.1 [2020-06-15T19:15:08.259Z] Signing Git tag with Sigul... [2020-06-15T19:15:08.259Z] Signing v1.1.1 [Pipeline] echo [2020-06-15T19:15:09.209Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2020-06-15T19:15:09.505Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2020-06-15T19:15:09.516Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2020-06-15T19:15:09.568Z] $ docker stop --time=1 fc78912255e432b808cac7b077f1a4b44267ff9ff2ae138990354d022ccf15b4 [2020-06-15T19:15:11.375Z] $ docker rm -f fc78912255e432b808cac7b077f1a4b44267ff9ff2ae138990354d022ccf15b4 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2020-06-15T19:15:11.905Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-06-15T19:15:11.905Z] . [Pipeline] withDockerContainer [2020-06-15T19:15:11.995Z] prd-centos7-docker-4c-2g-3070 does not seem to be running inside a container [2020-06-15T19:15:12.038Z] $ 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-15T19:15:12.594Z] $ docker top b658855d65337f073b6aebcb978474df931a56055d87a1d24e9f239982f2c9f7 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-06-15T19:15:12.800Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-06-15T19:15:12.800Z] [ssh-agent] Looking for ssh-agent implementation... [2020-06-15T19:15:13.005Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-06-15T19:15:13.014Z] $ docker exec b658855d65337f073b6aebcb978474df931a56055d87a1d24e9f239982f2c9f7 ssh-agent [2020-06-15T19:15:13.189Z] SSH_AUTH_SOCK=/tmp/ssh-JbHrsrdovH31/agent.12 [2020-06-15T19:15:13.189Z] SSH_AGENT_PID=17 [2020-06-15T19:15:13.196Z] Running ssh-add (command line suppressed) [2020-06-15T19:15:13.323Z] Identity added: /w/workspace/gexfoundry_device-rest-go_master@tmp/private_key_7190041867029454665.key (/w/workspace/gexfoundry_device-rest-go_master@tmp/private_key_7190041867029454665.key) [2020-06-15T19:15:13.371Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-06-15T19:15:13.675Z] + git semver bump pre [2020-06-15T19:15:13.685Z] # -> Open(): unable to determine branch for HEAD [2020-06-15T19:15:13.685Z] # $GIT_DIR = /w/workspace/gexfoundry_device-rest-go_master/.git [2020-06-15T19:15:13.685Z] # $GIT_WORK_TREE = /w/workspace/gexfoundry_device-rest-go_master [2020-06-15T19:15:13.685Z] # $SEMVER_REMOTE_NAME = origin [2020-06-15T19:15:13.685Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-06-15T19:15:13.685Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-06-15T19:15:13.685Z] # $SEMVER_BRANCH = master [2020-06-15T19:15:13.685Z] # $SEMVER_DIR = /w/workspace/gexfoundry_device-rest-go_master/.semver [2020-06-15T19:15:13.685Z] 1.1.2-dev.1 [Pipeline] } [2020-06-15T19:15:13.701Z] $ docker exec --env ******** --env ******** b658855d65337f073b6aebcb978474df931a56055d87a1d24e9f239982f2c9f7 ssh-agent -k [2020-06-15T19:15:13.820Z] unset SSH_AUTH_SOCK; [2020-06-15T19:15:13.821Z] unset SSH_AGENT_PID; [2020-06-15T19:15:13.821Z] echo Agent pid 17 killed; [2020-06-15T19:15:13.877Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-06-15T19:15:14.240Z] + git semver [Pipeline] } [2020-06-15T19:15:14.260Z] $ docker stop --time=1 b658855d65337f073b6aebcb978474df931a56055d87a1d24e9f239982f2c9f7 [2020-06-15T19:15:15.808Z] $ docker rm -f b658855d65337f073b6aebcb978474df931a56055d87a1d24e9f239982f2c9f7 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-06-15T19:15:16.310Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-06-15T19:15:16.310Z] . [Pipeline] withDockerContainer [2020-06-15T19:15:16.458Z] prd-centos7-docker-4c-2g-3070 does not seem to be running inside a container [2020-06-15T19:15:16.499Z] $ 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-15T19:15:17.181Z] $ docker top 84f7943bc85d975473246e5c0d0b7f45b8b19b32d5312a045c284a081c9248af -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-06-15T19:15:17.414Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-06-15T19:15:17.414Z] [ssh-agent] Looking for ssh-agent implementation... [2020-06-15T19:15:17.600Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-06-15T19:15:17.608Z] $ docker exec 84f7943bc85d975473246e5c0d0b7f45b8b19b32d5312a045c284a081c9248af ssh-agent [2020-06-15T19:15:17.767Z] SSH_AUTH_SOCK=/tmp/ssh-RuDEKAKWBCbQ/agent.12 [2020-06-15T19:15:17.767Z] SSH_AGENT_PID=17 [2020-06-15T19:15:17.773Z] Running ssh-add (command line suppressed) [2020-06-15T19:15:17.902Z] Identity added: /w/workspace/gexfoundry_device-rest-go_master@tmp/private_key_6993599063773976923.key (/w/workspace/gexfoundry_device-rest-go_master@tmp/private_key_6993599063773976923.key) [2020-06-15T19:15:17.947Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-06-15T19:15:18.250Z] + git semver push [2020-06-15T19:15:18.250Z] # -> Open(): unable to determine branch for HEAD [2020-06-15T19:15:18.250Z] # $GIT_DIR = /w/workspace/gexfoundry_device-rest-go_master/.git [2020-06-15T19:15:18.250Z] # $GIT_WORK_TREE = /w/workspace/gexfoundry_device-rest-go_master [2020-06-15T19:15:18.250Z] # $SEMVER_REMOTE_NAME = origin [2020-06-15T19:15:18.250Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-06-15T19:15:18.250Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-06-15T19:15:18.250Z] # $SEMVER_BRANCH = master [2020-06-15T19:15:18.250Z] # $SEMVER_DIR = /w/workspace/gexfoundry_device-rest-go_master/.semver [Pipeline] } [2020-06-15T19:15:24.847Z] $ docker exec --env ******** --env ******** 84f7943bc85d975473246e5c0d0b7f45b8b19b32d5312a045c284a081c9248af ssh-agent -k [2020-06-15T19:15:24.986Z] unset SSH_AUTH_SOCK; [2020-06-15T19:15:24.986Z] unset SSH_AGENT_PID; [2020-06-15T19:15:24.986Z] echo Agent pid 17 killed; [2020-06-15T19:15:25.048Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-06-15T19:15:25.408Z] + git semver [Pipeline] } [2020-06-15T19:15:25.428Z] $ docker stop --time=1 84f7943bc85d975473246e5c0d0b7f45b8b19b32d5312a045c284a081c9248af [2020-06-15T19:15:26.772Z] $ docker rm -f 84f7943bc85d975473246e5c0d0b7f45b8b19b32d5312a045c284a081c9248af [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-15T19:15:27.380Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-06-15T19:15:27.936Z] ---> package-listing.sh [2020-06-15T19:15:27.936Z] ++ facter osfamily [2020-06-15T19:15:27.936Z] ++ tr '[:upper:]' '[:lower:]' [2020-06-15T19:15:27.936Z] + OS_FAMILY=redhat [2020-06-15T19:15:27.936Z] + workspace=/w/workspace/gexfoundry_device-rest-go_master [2020-06-15T19:15:27.936Z] + START_PACKAGES=/tmp/packages_start.txt [2020-06-15T19:15:27.936Z] + END_PACKAGES=/tmp/packages_end.txt [2020-06-15T19:15:27.936Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-06-15T19:15:27.936Z] + PACKAGES=/tmp/packages_start.txt [2020-06-15T19:15:27.936Z] + '[' /w/workspace/gexfoundry_device-rest-go_master ']' [2020-06-15T19:15:27.936Z] + PACKAGES=/tmp/packages_end.txt [2020-06-15T19:15:27.936Z] + case "${OS_FAMILY}" in [2020-06-15T19:15:27.936Z] + rpm -qa [2020-06-15T19:15:27.936Z] + sort [2020-06-15T19:15:32.148Z] + '[' -f /tmp/packages_start.txt ']' [2020-06-15T19:15:32.148Z] + '[' -f /tmp/packages_end.txt ']' [2020-06-15T19:15:32.148Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-06-15T19:15:32.148Z] + '[' /w/workspace/gexfoundry_device-rest-go_master ']' [2020-06-15T19:15:32.148Z] + mkdir -p /w/workspace/gexfoundry_device-rest-go_master/archives/ [2020-06-15T19:15:32.148Z] + 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-15T19:15:32.532Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-06-15T19:15:32.532Z] [2020-06-15T19:15:32.532Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-06-15T19:15:32.852Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-06-15T19:15:32.852Z] alpine: Pulling from edgex-lftools-log-publisher [2020-06-15T19:15:32.852Z] c9b1b535fdd9: Pulling fs layer [2020-06-15T19:15:32.852Z] 2cc5ad85d9ab: Pulling fs layer [2020-06-15T19:15:32.852Z] 756a868c4378: Pulling fs layer [2020-06-15T19:15:32.852Z] 444b2fc9a129: Pulling fs layer [2020-06-15T19:15:32.852Z] ea15f1150254: Pulling fs layer [2020-06-15T19:15:32.852Z] 41b27a9f41bf: Pulling fs layer [2020-06-15T19:15:32.852Z] 28c525ee5125: Pulling fs layer [2020-06-15T19:15:32.852Z] 094b1ea09ed8: Pulling fs layer [2020-06-15T19:15:32.852Z] 138eaada9080: Pulling fs layer [2020-06-15T19:15:32.852Z] 0622d0fa9048: Pulling fs layer [2020-06-15T19:15:32.852Z] 41b27a9f41bf: Waiting [2020-06-15T19:15:32.852Z] 28c525ee5125: Waiting [2020-06-15T19:15:32.852Z] 138eaada9080: Waiting [2020-06-15T19:15:32.852Z] 0622d0fa9048: Waiting [2020-06-15T19:15:32.852Z] 444b2fc9a129: Waiting [2020-06-15T19:15:32.852Z] ea15f1150254: Waiting [2020-06-15T19:15:32.852Z] 094b1ea09ed8: Waiting [2020-06-15T19:15:32.852Z] 2cc5ad85d9ab: Download complete [2020-06-15T19:15:32.852Z] 444b2fc9a129: Verifying Checksum [2020-06-15T19:15:32.852Z] 444b2fc9a129: Download complete [2020-06-15T19:15:32.852Z] c9b1b535fdd9: Verifying Checksum [2020-06-15T19:15:32.852Z] c9b1b535fdd9: Download complete [2020-06-15T19:15:32.852Z] ea15f1150254: Verifying Checksum [2020-06-15T19:15:32.852Z] ea15f1150254: Download complete [2020-06-15T19:15:33.120Z] 28c525ee5125: Verifying Checksum [2020-06-15T19:15:33.120Z] 28c525ee5125: Download complete [2020-06-15T19:15:33.120Z] 756a868c4378: Verifying Checksum [2020-06-15T19:15:33.120Z] 756a868c4378: Download complete [2020-06-15T19:15:33.383Z] 138eaada9080: Verifying Checksum [2020-06-15T19:15:33.383Z] 138eaada9080: Download complete [2020-06-15T19:15:33.383Z] 0622d0fa9048: Verifying Checksum [2020-06-15T19:15:33.383Z] 0622d0fa9048: Download complete [2020-06-15T19:15:33.383Z] 094b1ea09ed8: Verifying Checksum [2020-06-15T19:15:33.383Z] 094b1ea09ed8: Download complete [2020-06-15T19:15:33.956Z] 41b27a9f41bf: Verifying Checksum [2020-06-15T19:15:33.956Z] 41b27a9f41bf: Download complete [2020-06-15T19:15:34.218Z] c9b1b535fdd9: Pull complete [2020-06-15T19:15:34.218Z] 2cc5ad85d9ab: Pull complete [2020-06-15T19:15:36.132Z] 756a868c4378: Pull complete [2020-06-15T19:15:36.393Z] 444b2fc9a129: Pull complete [2020-06-15T19:15:36.653Z] ea15f1150254: Pull complete [2020-06-15T19:15:40.874Z] 41b27a9f41bf: Pull complete [2020-06-15T19:15:41.134Z] 28c525ee5125: Pull complete [2020-06-15T19:15:43.685Z] 094b1ea09ed8: Pull complete [2020-06-15T19:15:43.685Z] 138eaada9080: Pull complete [2020-06-15T19:15:43.685Z] 0622d0fa9048: Pull complete [2020-06-15T19:15:43.685Z] Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 [2020-06-15T19:15:43.685Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-06-15T19:15:43.685Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-06-15T19:15:43.789Z] prd-centos7-docker-4c-2g-3070 does not seem to be running inside a container [2020-06-15T19:15:43.829Z] $ 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-15T19:15:47.368Z] $ docker top 7184788d69bdf693bd43ce24982d3a27df0ad9c8ea6eb3f4c39164f859acbe87 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-06-15T19:15:47.557Z] provisioning config files... [2020-06-15T19:15:47.570Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/gexfoundry_device-rest-go_master@tmp/config5358448443249049905tmp [Pipeline] { [Pipeline] echo [2020-06-15T19:15:47.599Z] Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-06-15T19:15:47.888Z] ---> create-netrc.sh [Pipeline] echo [2020-06-15T19:15:47.907Z] Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-06-15T19:15:48.195Z] ---> logs-deploy.sh [2020-06-15T19:15:48.195Z] + ARCHIVE_ARTIFACTS= [2020-06-15T19:15:48.195Z] + LOGS_SERVER=https://logs.edgexfoundry.org [2020-06-15T19:15:48.195Z] + '[' https://logs.edgexfoundry.org == None ']' [2020-06-15T19:15:48.195Z] + NEXUS_URL=https://nexus.edgexfoundry.org [2020-06-15T19:15:48.196Z] + NEXUS_PATH=production/vex-yul-edgex-jenkins-1/edgexfoundry/device-rest-go/master/12 [2020-06-15T19:15:48.196Z] + BUILD_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/device-rest-go/job/master/12/ [2020-06-15T19:15:48.196Z] + lftools deploy archives -p '' https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/device-rest-go/master/12 /w/workspace/gexfoundry_device-rest-go_master [2020-06-15T19:15:49.578Z] Archives upload complete. [2020-06-15T19:15:49.578Z] + lftools deploy logs https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/device-rest-go/master/12 https://jenkins.edgexfoundry.org/job/edgexfoundry/job/device-rest-go/job/master/12/ [2020-06-15T19:15:50.150Z] ---> uname -a: [2020-06-15T19:15:50.150Z] Linux 7184788d69bd 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 Linux [2020-06-15T19:15:50.150Z] [2020-06-15T19:15:50.150Z] [2020-06-15T19:15:50.150Z] ---> lscpu: [2020-06-15T19:15:50.150Z] Architecture: x86_64 [2020-06-15T19:15:50.150Z] CPU op-mode(s): 32-bit, 64-bit [2020-06-15T19:15:50.150Z] Byte Order: Little Endian [2020-06-15T19:15:50.150Z] Address sizes: 40 bits physical, 48 bits virtual [2020-06-15T19:15:50.150Z] CPU(s): 4 [2020-06-15T19:15:50.150Z] On-line CPU(s) list: 0-3 [2020-06-15T19:15:50.150Z] Thread(s) per core: 1 [2020-06-15T19:15:50.150Z] Core(s) per socket: 1 [2020-06-15T19:15:50.150Z] Socket(s): 4 [2020-06-15T19:15:50.150Z] NUMA node(s): 1 [2020-06-15T19:15:50.150Z] Vendor ID: GenuineIntel [2020-06-15T19:15:50.150Z] CPU family: 6 [2020-06-15T19:15:50.150Z] Model: 44 [2020-06-15T19:15:50.150Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2020-06-15T19:15:50.150Z] Stepping: 1 [2020-06-15T19:15:50.150Z] CPU MHz: 2933.438 [2020-06-15T19:15:50.150Z] BogoMIPS: 5866.87 [2020-06-15T19:15:50.150Z] Virtualization: VT-x [2020-06-15T19:15:50.150Z] Hypervisor vendor: KVM [2020-06-15T19:15:50.150Z] Virtualization type: full [2020-06-15T19:15:50.150Z] L1d cache: 128 KiB [2020-06-15T19:15:50.150Z] L1i cache: 128 KiB [2020-06-15T19:15:50.150Z] L2 cache: 16 MiB [2020-06-15T19:15:50.150Z] L3 cache: 64 MiB [2020-06-15T19:15:50.150Z] NUMA node0 CPU(s): 0-3 [2020-06-15T19:15:50.150Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2020-06-15T19:15:50.150Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2020-06-15T19:15:50.150Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2020-06-15T19:15:50.150Z] Vulnerability Meltdown: Mitigation; PTI [2020-06-15T19:15:50.150Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2020-06-15T19:15:50.150Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2020-06-15T19:15:50.150Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2020-06-15T19:15:50.150Z] Vulnerability Tsx async abort: Not affected [2020-06-15T19:15:50.150Z] 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-15T19:15:50.150Z] [2020-06-15T19:15:50.150Z] [2020-06-15T19:15:50.150Z] ---> nproc: [2020-06-15T19:15:50.150Z] 4 [2020-06-15T19:15:50.150Z] [2020-06-15T19:15:50.150Z] [2020-06-15T19:15:50.150Z] ---> df -h: [2020-06-15T19:15:50.150Z] Filesystem Size Used Available Use% Mounted on [2020-06-15T19:15:50.150Z] overlay 50.0G 8.5G 41.5G 17% / [2020-06-15T19:15:50.150Z] tmpfs 64.0M 0 64.0M 0% /dev [2020-06-15T19:15:50.150Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2020-06-15T19:15:50.150Z] shm 64.0M 0 64.0M 0% /dev/shm [2020-06-15T19:15:50.150Z] /dev/vda1 50.0G 8.5G 41.5G 17% /etc/resolv.conf [2020-06-15T19:15:50.150Z] /dev/vda1 50.0G 8.5G 41.5G 17% /etc/hostname [2020-06-15T19:15:50.150Z] /dev/vda1 50.0G 8.5G 41.5G 17% /etc/hosts [2020-06-15T19:15:50.150Z] /dev/vda1 50.0G 8.5G 41.5G 17% /var/log/sa [2020-06-15T19:15:50.150Z] /dev/vda1 50.0G 8.5G 41.5G 17% /w/workspace/gexfoundry_device-rest-go_master [2020-06-15T19:15:50.150Z] /dev/vda1 50.0G 8.5G 41.5G 17% /w/workspace/gexfoundry_device-rest-go_master@tmp [2020-06-15T19:15:50.150Z] [2020-06-15T19:15:50.150Z] [2020-06-15T19:15:50.150Z] ---> free -m: [2020-06-15T19:15:50.150Z] total used free shared buff/cache available [2020-06-15T19:15:50.150Z] Mem: 1837 769 119 0 947 1000 [2020-06-15T19:15:50.150Z] Swap: 1023 4 1019 [2020-06-15T19:15:50.150Z] [2020-06-15T19:15:50.150Z] [2020-06-15T19:15:50.150Z] ---> ip addr: [2020-06-15T19:15:50.150Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 [2020-06-15T19:15:50.150Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2020-06-15T19:15:50.150Z] inet 127.0.0.1/8 scope host lo [2020-06-15T19:15:50.150Z] valid_lft forever preferred_lft forever [2020-06-15T19:15:50.150Z] 24: eth0@if25: mtu 1458 qdisc noqueue state UP [2020-06-15T19:15:50.150Z] link/ether 02:42:0a:fa:00:01 brd ff:ff:ff:ff:ff:ff [2020-06-15T19:15:50.150Z] inet 10.250.0.1/24 brd 10.250.0.255 scope global eth0 [2020-06-15T19:15:50.150Z] valid_lft forever preferred_lft forever [2020-06-15T19:15:50.150Z] [2020-06-15T19:15:50.150Z] [2020-06-15T19:15:50.150Z] ---> sar -b -r -n DEV: [2020-06-15T19:15:50.150Z] Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 06/15/20 _x86_64_ (4 CPU) [2020-06-15T19:15:50.150Z] [2020-06-15T19:15:50.150Z] 19:07:44 LINUX RESTART [2020-06-15T19:15:50.150Z] [2020-06-15T19:15:50.150Z] 19:08:01 tps rtps wtps bread/s bwrtn/s [2020-06-15T19:15:50.150Z] 19:09:01 182.64 98.85 83.79 11633.26 40905.99 [2020-06-15T19:15:50.150Z] 19:10:01 1.47 0.00 1.47 0.00 28.63 [2020-06-15T19:15:50.150Z] 19:11:01 0.42 0.00 0.42 0.00 6.34 [2020-06-15T19:15:50.150Z] 19:12:01 0.65 0.00 0.65 0.00 7.33 [2020-06-15T19:15:50.150Z] 19:13:01 0.37 0.00 0.37 0.00 5.85 [2020-06-15T19:15:50.150Z] 19:14:01 230.99 150.29 80.70 6722.40 30620.20 [2020-06-15T19:15:50.150Z] 19:15:01 209.09 62.64 146.45 3627.10 30702.90 [2020-06-15T19:15:50.150Z] Average: 89.39 44.55 44.84 3140.90 14613.40 [2020-06-15T19:15:50.150Z] [2020-06-15T19:15:50.150Z] 19:08:01 kbmemfree kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2020-06-15T19:15:50.150Z] 19:09:01 150580 1730976 92.00 2620 1191316 1134580 38.72 408960 1159932 120 [2020-06-15T19:15:50.150Z] 19:10:01 156636 1724920 91.68 2620 1191504 1085796 37.06 407156 1156856 20 [2020-06-15T19:15:50.150Z] 19:11:01 156872 1724684 91.66 2620 1191512 1085808 37.06 407244 1156844 8 [2020-06-15T19:15:50.150Z] 19:12:01 157040 1724516 91.65 2620 1191512 1085736 37.05 406920 1156804 8 [2020-06-15T19:15:50.150Z] 19:13:01 156004 1725552 91.71 2620 1191516 1078516 36.81 412096 1153028 8 [2020-06-15T19:15:50.150Z] 19:14:01 80128 1801428 95.74 2620 1091680 1341708 45.79 580624 1014204 10640 [2020-06-15T19:15:50.150Z] 19:15:01 113876 1767680 93.95 2596 1027636 1257392 42.91 611472 872564 264 [2020-06-15T19:15:50.150Z] Average: 138734 1742822 92.63 2617 1153811 1152791 39.34 462067 1095747 1581 [2020-06-15T19:15:50.150Z] [2020-06-15T19:15:50.150Z] 19:08:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s [2020-06-15T19:15:50.150Z] 19:09:01 eth0 582.45 369.49 1305.95 226.05 0.00 0.00 0.00 [2020-06-15T19:15:50.150Z] 19:09:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-06-15T19:15:50.150Z] 19:09:01 docker0 52.39 46.61 4.24 133.56 0.00 0.00 0.00 [2020-06-15T19:15:50.150Z] 19:10:01 eth0 1.23 0.33 0.33 0.17 0.00 0.00 0.00 [2020-06-15T19:15:50.150Z] 19:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-06-15T19:15:50.150Z] 19:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-06-15T19:15:50.150Z] 19:11:01 eth0 1.00 0.30 0.32 0.23 0.00 0.00 0.00 [2020-06-15T19:15:50.150Z] 19:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-06-15T19:15:50.150Z] 19:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-06-15T19:15:50.150Z] 19:12:01 eth0 0.52 0.37 0.27 0.20 0.00 0.00 0.00 [2020-06-15T19:15:50.150Z] 19:12:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-06-15T19:15:50.151Z] 19:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-06-15T19:15:50.151Z] 19:13:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 [2020-06-15T19:15:50.151Z] 19:13:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-06-15T19:15:50.151Z] 19:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-06-15T19:15:50.151Z] 19:14:01 eth0 195.69 141.28 3827.54 18.81 0.00 0.00 0.00 [2020-06-15T19:15:50.151Z] 19:14:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-06-15T19:15:50.151Z] 19:14:01 veth3dfe939 20.42 19.42 2.71 48.88 0.00 0.00 0.00 [2020-06-15T19:15:50.151Z] 19:14:01 docker0 72.82 65.95 6.67 182.48 0.00 0.00 0.00 [2020-06-15T19:15:50.151Z] 19:15:01 vethf34d716 0.00 0.10 0.00 0.01 0.00 0.00 0.00 [2020-06-15T19:15:50.151Z] 19:15:01 eth0 1091.23 731.85 8724.87 346.49 0.00 0.00 0.00 [2020-06-15T19:15:50.151Z] 19:15:01 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 [2020-06-15T19:15:50.151Z] 19:15:01 docker0 1.91 1.76 0.37 0.75 0.00 0.00 0.00 [2020-06-15T19:15:50.151Z] Average: vethf34d716 0.00 0.01 0.00 0.00 0.00 0.00 0.00 [2020-06-15T19:15:50.151Z] Average: eth0 155.93 104.58 1246.74 49.51 0.00 0.00 0.00 [2020-06-15T19:15:50.151Z] Average: lo 0.02 0.02 0.00 0.00 0.00 0.00 0.00 [2020-06-15T19:15:50.151Z] Average: docker0 10.68 9.67 1.01 26.17 0.00 0.00 0.00 [2020-06-15T19:15:50.151Z] [2020-06-15T19:15:50.151Z] [2020-06-15T19:15:50.151Z] ---> sar -P ALL: [2020-06-15T19:15:50.151Z] Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 06/15/20 _x86_64_ (4 CPU) [2020-06-15T19:15:50.151Z] [2020-06-15T19:15:50.151Z] 19:07:44 LINUX RESTART [2020-06-15T19:15:50.151Z] [2020-06-15T19:15:50.151Z] 19:08:01 CPU %user %nice %system %iowait %steal %idle [2020-06-15T19:15:50.151Z] 19:09:01 all 16.16 0.00 8.15 8.21 0.02 67.47 [2020-06-15T19:15:50.151Z] 19:09:01 0 15.09 0.00 9.66 8.45 0.02 66.78 [2020-06-15T19:15:50.151Z] 19:09:01 1 17.64 0.00 7.84 7.03 0.03 67.46 [2020-06-15T19:15:50.151Z] 19:09:01 2 15.78 0.00 7.91 10.05 0.00 66.26 [2020-06-15T19:15:50.151Z] 19:09:01 3 16.14 0.00 7.14 7.28 0.02 69.42 [2020-06-15T19:15:50.151Z] 19:10:01 all 0.15 0.00 0.05 0.00 0.00 99.80 [2020-06-15T19:15:50.151Z] 19:10:01 0 0.05 0.00 0.03 0.00 0.00 99.92 [2020-06-15T19:15:50.151Z] 19:10:01 1 0.05 0.00 0.07 0.00 0.00 99.88 [2020-06-15T19:15:50.151Z] 19:10:01 2 0.03 0.00 0.03 0.00 0.00 99.93 [2020-06-15T19:15:50.151Z] 19:10:01 3 0.50 0.00 0.07 0.00 0.00 99.43 [2020-06-15T19:15:50.151Z] 19:11:01 all 0.15 0.00 0.03 0.00 0.00 99.83 [2020-06-15T19:15:50.151Z] 19:11:01 0 0.03 0.00 0.02 0.00 0.00 99.95 [2020-06-15T19:15:50.151Z] 19:11:01 1 0.03 0.00 0.02 0.00 0.00 99.95 [2020-06-15T19:15:50.151Z] 19:11:01 2 0.03 0.00 0.02 0.00 0.02 99.93 [2020-06-15T19:15:50.151Z] 19:11:01 3 0.48 0.00 0.05 0.00 0.00 99.47 [2020-06-15T19:15:50.151Z] 19:12:01 all 0.15 0.00 0.02 0.00 0.00 99.83 [2020-06-15T19:15:50.151Z] 19:12:01 0 0.02 0.00 0.03 0.00 0.00 99.95 [2020-06-15T19:15:50.151Z] 19:12:01 1 0.02 0.00 0.02 0.00 0.00 99.97 [2020-06-15T19:15:50.151Z] 19:12:01 2 0.03 0.00 0.05 0.00 0.00 99.92 [2020-06-15T19:15:50.151Z] 19:12:01 3 0.52 0.00 0.02 0.00 0.00 99.47 [2020-06-15T19:15:50.151Z] 19:13:01 all 0.16 0.00 0.04 0.00 0.00 99.80 [2020-06-15T19:15:50.151Z] 19:13:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2020-06-15T19:15:50.151Z] 19:13:01 1 0.05 0.00 0.05 0.00 0.00 99.90 [2020-06-15T19:15:50.151Z] 19:13:01 2 0.05 0.00 0.05 0.00 0.00 99.90 [2020-06-15T19:15:50.151Z] 19:13:01 3 0.52 0.00 0.02 0.00 0.00 99.47 [2020-06-15T19:15:50.151Z] 19:14:01 all 7.10 0.00 4.00 2.13 0.02 86.76 [2020-06-15T19:15:50.151Z] 19:14:01 0 7.36 0.00 4.03 1.97 0.02 86.62 [2020-06-15T19:15:50.151Z] 19:14:01 1 7.44 0.00 4.01 1.44 0.02 87.09 [2020-06-15T19:15:50.151Z] 19:14:01 2 7.12 0.00 4.27 2.29 0.00 86.32 [2020-06-15T19:15:50.151Z] 19:14:01 3 6.48 0.00 3.67 2.84 0.02 86.99 [2020-06-15T19:15:50.151Z] 19:15:01 all 10.11 0.00 7.25 3.12 0.03 79.49 [2020-06-15T19:15:50.151Z] 19:15:01 0 9.71 0.00 7.51 1.51 0.02 81.26 [2020-06-15T19:15:50.151Z] 19:15:01 1 9.77 0.00 7.17 2.76 0.03 80.27 [2020-06-15T19:15:50.151Z] 19:15:01 2 10.72 0.00 7.64 5.53 0.02 76.09 [2020-06-15T19:15:50.151Z] 19:15:01 3 10.24 0.00 6.71 2.66 0.05 80.34 [2020-06-15T19:15:50.151Z] Average: all 4.83 0.00 2.77 1.91 0.01 90.48 [2020-06-15T19:15:50.151Z] Average: 0 4.58 0.00 3.02 1.69 0.01 90.69 [2020-06-15T19:15:50.151Z] Average: 1 4.97 0.00 2.72 1.60 0.01 90.70 [2020-06-15T19:15:50.151Z] Average: 2 4.80 0.00 2.84 2.54 0.00 89.82 [2020-06-15T19:15:50.151Z] Average: 3 4.95 0.00 2.51 1.81 0.01 90.72 [2020-06-15T19:15:50.151Z] [2020-06-15T19:15:50.151Z] [2020-06-15T19:15:50.151Z]