Pull request #124 opened Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of FelixTing for edgexfoundry/device-virtual-go Obtained Jenkinsfile from d268b7b912523b285531c1ff9f8adab66f578ade+d9b83bd88a573ae11fcf404e5819c6bf4fe22e20 (5e882d5b0179a5f5e4b2803778facc3e5fc18443) Running in Durability level: MAX_SURVIVABILITY 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 aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 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 aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and with tags Cloning repository git@github.com:edgexfoundry/edgex-global-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/device-virtual-go/branches/PR-124/workspace@libs/edgex-global-pipelines # timeout=10 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 > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 > 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 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 aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 # timeout=10 Commit message: "Merge pull request #220 from ernestojeda/fix-arm64-semver" > 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 > git --version # 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-virtual-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-virtual-go-settings PROJECT: device-virtual-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.13 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-device-virtual-go DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre SNAP_CHANNEL: latest/edge BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: api/openapi/v1 [Pipeline] node Still waiting to schedule task ‘prd-centos7-docker-4c-2g-213’ is offline Running on prd-centos7-docker-4c-2g-656 in /w/workspace/foundry_device-virtual-go_PR-124 [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-virtual-go.git Fetching without tags Merging remotes/origin/master commit d9b83bd88a573ae11fcf404e5819c6bf4fe22e20 into PR head commit d268b7b912523b285531c1ff9f8adab66f578ade > git init /w/workspace/foundry_device-virtual-go_PR-124 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-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-virtual-go.git +refs/pull/124/head:refs/remotes/origin/PR-124 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/124/head:refs/remotes/origin/PR-124 # 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-virtual-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/pull/124/head:refs/remotes/origin/PR-124 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f d268b7b912523b285531c1ff9f8adab66f578ade # timeout=10 Merge succeeded, producing d268b7b912523b285531c1ff9f8adab66f578ade Checking out Revision d268b7b912523b285531c1ff9f8adab66f578ade (PR-124) > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge d9b83bd88a573ae11fcf404e5819c6bf4fe22e20 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f d268b7b912523b285531c1ff9f8adab66f578ade # timeout=10 Commit message: "doc: Update top-level README" First time build. Skipping changelog. > git --version # timeout=10 fatal: bad object aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-08-21T08:00:18.970Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-08-21T08:00:19.288Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-08-21T08:00:19.684Z] ========================================================= [2020-08-21T08:00:19.684Z] EdgeX Global Pipelines Version Info [2020-08-21T08:00:19.684Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-08-21T08:00:21.102Z] ------------------- [2020-08-21T08:00:21.102Z] stable info: [2020-08-21T08:00:21.102Z] ------------------- [2020-08-21T08:00:21.102Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-08-21T08:00:21.102Z] Commit SHA: aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 [2020-08-21T08:00:21.102Z] Message: update stable to v1.0.106 [2020-08-21T08:00:22.048Z] ------------------- [2020-08-21T08:00:22.048Z] experimental info: [2020-08-21T08:00:22.048Z] ------------------- [2020-08-21T08:00:22.049Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-08-21T08:00:22.049Z] Commit SHA: 69b11ffe9275ab8e68c4cba724b6d595bdc2db9b [2020-08-21T08:00:22.049Z] Message: update experimental to v1.0.111 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-08-21T08:00:24.669Z] + git log --format=format:%s -1 d268b7b912523b285531c1ff9f8adab66f578ade [Pipeline] echo [2020-08-21T08:00:24.749Z] GIT_COMMIT: d268b7b912523b285531c1ff9f8adab66f578ade, Commit Message: doc: Update top-level README [Pipeline] echo [2020-08-21T08:00:24.816Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2020-08-21T08:00:25.672Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-08-21T08:00:26.619Z] [2020-08-21T08:00:26.619Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-08-21T08:00:27.008Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-08-21T08:00:27.008Z] latest: Pulling from edgex-devops/git-semver [2020-08-21T08:00:27.008Z] 31603596830f: Pulling fs layer [2020-08-21T08:00:27.008Z] 2a8b12db71e7: Pulling fs layer [2020-08-21T08:00:27.008Z] 6ca5941a6612: Pulling fs layer [2020-08-21T08:00:27.008Z] ecc8261a40a4: Pulling fs layer [2020-08-21T08:00:27.008Z] ecc8261a40a4: Waiting [2020-08-21T08:00:27.008Z] 2a8b12db71e7: Verifying Checksum [2020-08-21T08:00:27.008Z] 2a8b12db71e7: Download complete [2020-08-21T08:00:27.008Z] 31603596830f: Verifying Checksum [2020-08-21T08:00:27.008Z] 31603596830f: Download complete [2020-08-21T08:00:27.272Z] ecc8261a40a4: Verifying Checksum [2020-08-21T08:00:27.272Z] ecc8261a40a4: Download complete [2020-08-21T08:00:27.272Z] 6ca5941a6612: Verifying Checksum [2020-08-21T08:00:27.272Z] 6ca5941a6612: Download complete [2020-08-21T08:00:27.534Z] 31603596830f: Pull complete [2020-08-21T08:00:27.534Z] 2a8b12db71e7: Pull complete [2020-08-21T08:00:28.479Z] 6ca5941a6612: Pull complete [2020-08-21T08:00:28.479Z] ecc8261a40a4: Pull complete [2020-08-21T08:00:28.479Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-08-21T08:00:28.479Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-08-21T08:00:28.479Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-08-21T08:00:28.598Z] prd-centos7-docker-4c-2g-656 does not seem to be running inside a container [2020-08-21T08:00:28.639Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/foundry_device-virtual-go_PR-124 -v /w/workspace/foundry_device-virtual-go_PR-124:/w/workspace/foundry_device-virtual-go_PR-124:rw,z -v /w/workspace/foundry_device-virtual-go_PR-124@tmp:/w/workspace/foundry_device-virtual-go_PR-124@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-08-21T08:00:30.319Z] $ docker top c0b40c22748eaf80d6f4d991f2f75a4d849bc80617dfa5b367b07812798e409a -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-08-21T08:00:30.797Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-08-21T08:00:30.797Z] [ssh-agent] Looking for ssh-agent implementation... [2020-08-21T08:00:31.018Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-08-21T08:00:31.018Z] $ docker exec c0b40c22748eaf80d6f4d991f2f75a4d849bc80617dfa5b367b07812798e409a ssh-agent [2020-08-21T08:00:31.192Z] SSH_AUTH_SOCK=/tmp/ssh-vHCQuu8JmKbv/agent.12 [2020-08-21T08:00:31.192Z] SSH_AGENT_PID=17 [2020-08-21T08:00:31.203Z] Running ssh-add (command line suppressed) [2020-08-21T08:00:31.318Z] Identity added: /w/workspace/foundry_device-virtual-go_PR-124@tmp/private_key_1340680114027027181.key (/w/workspace/foundry_device-virtual-go_PR-124@tmp/private_key_1340680114027027181.key) [2020-08-21T08:00:31.371Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-08-21T08:00:31.742Z] + git describe --exact-match --tags HEAD [2020-08-21T08:00:31.742Z] fatal: No names found, cannot describe anything. [Pipeline] } [2020-08-21T08:00:31.845Z] $ docker exec --env ******** --env ******** c0b40c22748eaf80d6f4d991f2f75a4d849bc80617dfa5b367b07812798e409a ssh-agent -k [2020-08-21T08:00:31.979Z] unset SSH_AUTH_SOCK; [2020-08-21T08:00:31.980Z] unset SSH_AGENT_PID; [2020-08-21T08:00:31.980Z] echo Agent pid 17 killed; [2020-08-21T08:00:32.030Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [2020-08-21T08:00:32.184Z] [WARNING]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 [2020-08-21T08:00:32.184Z] This usually means this commit has not been tagged. [Pipeline] sshagent [2020-08-21T08:00:32.340Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-08-21T08:00:32.341Z] [ssh-agent] Looking for ssh-agent implementation... [2020-08-21T08:00:32.503Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-08-21T08:00:32.503Z] $ docker exec c0b40c22748eaf80d6f4d991f2f75a4d849bc80617dfa5b367b07812798e409a ssh-agent [2020-08-21T08:00:32.663Z] SSH_AUTH_SOCK=/tmp/ssh-hLpaD5NC4dFY/agent.45 [2020-08-21T08:00:32.663Z] SSH_AGENT_PID=50 [2020-08-21T08:00:32.671Z] Running ssh-add (command line suppressed) [2020-08-21T08:00:32.784Z] Identity added: /w/workspace/foundry_device-virtual-go_PR-124@tmp/private_key_4781654573996205009.key (/w/workspace/foundry_device-virtual-go_PR-124@tmp/private_key_4781654573996205009.key) [2020-08-21T08:00:32.839Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-08-21T08:00:33.245Z] + git semver init [2020-08-21T08:00:33.245Z] # -> Open(): unable to determine branch for HEAD [2020-08-21T08:00:33.245Z] # $GIT_DIR = /w/workspace/foundry_device-virtual-go_PR-124/.git [2020-08-21T08:00:33.245Z] # $GIT_WORK_TREE = /w/workspace/foundry_device-virtual-go_PR-124 [2020-08-21T08:00:33.245Z] # $SEMVER_REMOTE_NAME = origin [2020-08-21T08:00:33.245Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-08-21T08:00:33.245Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-08-21T08:00:33.245Z] # $SEMVER_BRANCH = PR-124 [2020-08-21T08:00:33.245Z] # $SEMVER_TEMP = /tmp/semver-584682464 [2020-08-21T08:00:33.245Z] # git clone --branch semver git@github.com:edgexfoundry/device-virtual-go.git $SEMVER_TEMP [2020-08-21T08:00:33.818Z] # '/tmp/semver-584682464' -> '/w/workspace/foundry_device-virtual-go_PR-124/.semver' [2020-08-21T08:00:33.818Z] # -> Force: false [2020-08-21T08:00:33.818Z] # $SEMVER_DIR = /w/workspace/foundry_device-virtual-go_PR-124/.semver [Pipeline] } [2020-08-21T08:00:33.836Z] $ docker exec --env ******** --env ******** c0b40c22748eaf80d6f4d991f2f75a4d849bc80617dfa5b367b07812798e409a ssh-agent -k [2020-08-21T08:00:33.972Z] unset SSH_AUTH_SOCK; [2020-08-21T08:00:33.973Z] unset SSH_AGENT_PID; [2020-08-21T08:00:33.973Z] echo Agent pid 50 killed; [2020-08-21T08:00:34.024Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-08-21T08:00:34.596Z] + git semver [Pipeline] } [2020-08-21T08:00:34.621Z] $ docker stop --time=1 c0b40c22748eaf80d6f4d991f2f75a4d849bc80617dfa5b367b07812798e409a [2020-08-21T08:00:35.984Z] $ docker rm -f c0b40c22748eaf80d6f4d991f2f75a4d849bc80617dfa5b367b07812798e409a [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash [2020-08-21T08:00:36.764Z] Stashed 23 file(s) [Pipeline] echo [2020-08-21T08:00:36.785Z] [edgeXSemver] initialized semver on version 0.0.0 [Pipeline] echo [2020-08-21T08:00:36.949Z] Archived original version: [0.0.0] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] node [2020-08-21T08:00:52.571Z] Still waiting to schedule task [2020-08-21T08:00:52.571Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2020-08-21T08:00:52.594Z] Still waiting to schedule task [2020-08-21T08:00:52.594Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2020-08-21T08:02:34.787Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-657 in /w/workspace/foundry_device-virtual-go_PR-124 [Pipeline] { [Pipeline] ws [2020-08-21T08:02:34.882Z] Running in /w/workspace/device-virtual-go/1 [Pipeline] { [Pipeline] checkout [2020-08-21T08:02:40.010Z] using credential edgex-jenkins-ssh [2020-08-21T08:02:40.078Z] Cloning the remote Git repository [2020-08-21T08:02:40.078Z] Cloning with configured refspecs honoured and without tags [2020-08-21T08:02:40.140Z] Cloning repository git@github.com:edgexfoundry/device-virtual-go.git [2020-08-21T08:02:40.252Z] > git init /w/workspace/device-virtual-go/1 # timeout=10 [2020-08-21T08:02:40.326Z] Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git [2020-08-21T08:02:40.328Z] > git --version # timeout=10 [2020-08-21T08:02:40.348Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-08-21T08:02:40.396Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/pull/124/head:refs/remotes/origin/PR-124 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-08-21T08:02:41.101Z] > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 [2020-08-21T08:02:41.125Z] > git config --add remote.origin.fetch +refs/pull/124/head:refs/remotes/origin/PR-124 # timeout=10 [2020-08-21T08:02:41.141Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-08-21T08:02:41.168Z] > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 [2020-08-21T08:02:41.204Z] Fetching without tags [2020-08-21T08:02:41.744Z] Merging remotes/origin/master commit d9b83bd88a573ae11fcf404e5819c6bf4fe22e20 into PR head commit d268b7b912523b285531c1ff9f8adab66f578ade [2020-08-21T08:02:41.963Z] Merge succeeded, producing d268b7b912523b285531c1ff9f8adab66f578ade [2020-08-21T08:02:41.963Z] Checking out Revision d268b7b912523b285531c1ff9f8adab66f578ade (PR-124) [2020-08-21T08:02:41.201Z] Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git [2020-08-21T08:02:41.202Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-08-21T08:02:41.214Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/pull/124/head:refs/remotes/origin/PR-124 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-08-21T08:02:41.750Z] > git config core.sparsecheckout # timeout=10 [2020-08-21T08:02:41.769Z] > git checkout -f d268b7b912523b285531c1ff9f8adab66f578ade # timeout=10 [2020-08-21T08:02:41.851Z] > git remote # timeout=10 [2020-08-21T08:02:41.879Z] > git config --get remote.origin.url # timeout=10 [2020-08-21T08:02:41.894Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-08-21T08:02:41.906Z] > git merge d9b83bd88a573ae11fcf404e5819c6bf4fe22e20 # timeout=10 [2020-08-21T08:02:41.932Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-08-21T08:02:41.956Z] > git config core.sparsecheckout # timeout=10 [2020-08-21T08:02:41.977Z] > git checkout -f d268b7b912523b285531c1ff9f8adab66f578ade # timeout=10 [2020-08-21T08:02:46.482Z] Commit message: "doc: Update top-level README" [2020-08-21T08:02:46.524Z] > git --version # timeout=10 [2020-08-21T08:02:46.554Z] fatal: bad object aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-08-21T08:02:47.838Z] ========================================================= [2020-08-21T08:02:47.838Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] [2020-08-21T08:02:47.838Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-08-21T08:02:49.042Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine . [2020-08-21T08:02:50.027Z] Sending build context to Docker daemon 535.6kB [2020-08-21T08:02:50.027Z] Step 1/8 : ARG BASE=golang:1.13-alpine [2020-08-21T08:02:50.027Z] Step 2/8 : FROM ${BASE} [2020-08-21T08:02:50.309Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-08-21T08:02:50.309Z] b538f80385f9: Pulling fs layer [2020-08-21T08:02:50.309Z] 74f711af9a0d: Pulling fs layer [2020-08-21T08:02:50.309Z] 99f96fe45779: Pulling fs layer [2020-08-21T08:02:50.309Z] fd7a069fd194: Pulling fs layer [2020-08-21T08:02:50.309Z] 66aa3694b03b: Pulling fs layer [2020-08-21T08:02:50.309Z] 170f70906a0f: Pulling fs layer [2020-08-21T08:02:50.309Z] ad7c5574e4b9: Pulling fs layer [2020-08-21T08:02:50.309Z] e772456be8f7: Pulling fs layer [2020-08-21T08:02:50.309Z] c890913d741a: Pulling fs layer [2020-08-21T08:02:50.309Z] 2480fcc9aa5a: Pulling fs layer [2020-08-21T08:02:50.309Z] 09adf4765672: Pulling fs layer [2020-08-21T08:02:50.309Z] fd7a069fd194: Waiting [2020-08-21T08:02:50.309Z] 66aa3694b03b: Waiting [2020-08-21T08:02:50.309Z] 170f70906a0f: Waiting [2020-08-21T08:02:50.309Z] ad7c5574e4b9: Waiting [2020-08-21T08:02:50.309Z] e772456be8f7: Waiting [2020-08-21T08:02:50.309Z] c890913d741a: Waiting [2020-08-21T08:02:50.309Z] 2480fcc9aa5a: Waiting [2020-08-21T08:02:50.309Z] 09adf4765672: Waiting [2020-08-21T08:02:50.309Z] 99f96fe45779: Verifying Checksum [2020-08-21T08:02:50.309Z] 99f96fe45779: Download complete [2020-08-21T08:02:50.309Z] 74f711af9a0d: Verifying Checksum [2020-08-21T08:02:50.309Z] 74f711af9a0d: Download complete [2020-08-21T08:02:50.309Z] 66aa3694b03b: Verifying Checksum [2020-08-21T08:02:50.309Z] 66aa3694b03b: Download complete [2020-08-21T08:02:50.309Z] 170f70906a0f: Verifying Checksum [2020-08-21T08:02:50.309Z] 170f70906a0f: Download complete [2020-08-21T08:02:50.309Z] b538f80385f9: Verifying Checksum [2020-08-21T08:02:50.309Z] b538f80385f9: Download complete [2020-08-21T08:02:51.291Z] b538f80385f9: Pull complete [2020-08-21T08:02:51.905Z] 74f711af9a0d: Pull complete [2020-08-21T08:02:52.183Z] 99f96fe45779: Pull complete [2020-08-21T08:02:52.456Z] ad7c5574e4b9: Verifying Checksum [2020-08-21T08:02:52.456Z] ad7c5574e4b9: Download complete [2020-08-21T08:02:52.456Z] c890913d741a: Verifying Checksum [2020-08-21T08:02:52.456Z] c890913d741a: Download complete [2020-08-21T08:02:53.441Z] 2480fcc9aa5a: Verifying Checksum [2020-08-21T08:02:53.441Z] 2480fcc9aa5a: Download complete [2020-08-21T08:02:53.441Z] 09adf4765672: Download complete [2020-08-21T08:02:54.882Z] e772456be8f7: Verifying Checksum [2020-08-21T08:02:54.882Z] e772456be8f7: Download complete [2020-08-21T08:02:54.882Z] fd7a069fd194: Verifying Checksum [2020-08-21T08:02:54.882Z] fd7a069fd194: Download complete [2020-08-21T08:03:07.288Z] fd7a069fd194: Pull complete [2020-08-21T08:03:07.288Z] 66aa3694b03b: Pull complete [2020-08-21T08:03:07.288Z] 170f70906a0f: Pull complete [2020-08-21T08:03:10.707Z] ad7c5574e4b9: Pull complete [2020-08-21T08:03:16.122Z] e772456be8f7: Pull complete [2020-08-21T08:03:16.122Z] c890913d741a: Pull complete [2020-08-21T08:03:18.115Z] 2480fcc9aa5a: Pull complete [2020-08-21T08:03:18.716Z] 09adf4765672: Pull complete [2020-08-21T08:03:18.716Z] Digest: sha256:77242015624dc62c2655c7b963a03ae32e90cc8c4d034de6c6efb010c7806a28 [2020-08-21T08:03:18.716Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine [2020-08-21T08:03:18.716Z] ---> 2248a725d1cf [2020-08-21T08:03:18.716Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IOTech' [2020-08-21T08:03:23.028Z] ---> Running in 06ebb579b0f4 [2020-08-21T08:03:23.300Z] Removing intermediate container 06ebb579b0f4 [2020-08-21T08:03:23.300Z] ---> 6af5e02080a3 [2020-08-21T08:03:23.300Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-21T08:03:23.572Z] ---> Running in 8123c44a01ac [2020-08-21T08:03:26.191Z] Removing intermediate container 8123c44a01ac [2020-08-21T08:03:26.191Z] ---> 4541d557b7fa [2020-08-21T08:03:26.191Z] Step 5/8 : RUN apk add --update --no-cache make git openssh build-base [2020-08-21T08:03:26.191Z] ---> Running in 11ac3ae95f0c [2020-08-21T08:03:28.177Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-21T08:03:28.449Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-21T08:03:29.046Z] (1/14) Installing libmagic (5.38-r0) [2020-08-21T08:03:29.317Z] (2/14) Installing file (5.38-r0) [2020-08-21T08:03:29.590Z] (3/14) Installing libc-dev (0.7.2-r3) [2020-08-21T08:03:29.591Z] (4/14) Installing g++ (9.3.0-r2) [2020-08-21T08:03:32.978Z] (5/14) Installing fortify-headers (1.1-r0) [2020-08-21T08:03:32.978Z] (6/14) Installing patch (2.7.6-r6) [2020-08-21T08:03:32.978Z] (7/14) Installing build-base (0.5-r2) [2020-08-21T08:03:32.978Z] (8/14) Installing openssh-keygen (8.3_p1-r0) [2020-08-21T08:03:32.978Z] (9/14) Installing libedit (20191231.3.1-r0) [2020-08-21T08:03:32.978Z] (10/14) Installing openssh-client (8.3_p1-r0) [2020-08-21T08:03:33.249Z] (11/14) Installing openssh-sftp-server (8.3_p1-r0) [2020-08-21T08:03:33.249Z] (12/14) Installing openssh-server-common (8.3_p1-r0) [2020-08-21T08:03:33.518Z] (13/14) Installing openssh-server (8.3_p1-r0) [2020-08-21T08:03:33.518Z] (14/14) Installing openssh (8.3_p1-r0) [2020-08-21T08:03:33.791Z] Executing busybox-1.31.1-r16.trigger [2020-08-21T08:03:33.791Z] OK: 221 MiB in 53 packages [2020-08-21T08:03:38.117Z] Removing intermediate container 11ac3ae95f0c [2020-08-21T08:03:38.117Z] ---> 069234d378a4 [2020-08-21T08:03:38.117Z] Step 6/8 : WORKDIR /device-virtual-go [2020-08-21T08:03:38.117Z] ---> Running in d474eac03d3d [2020-08-21T08:03:38.710Z] Removing intermediate container d474eac03d3d [2020-08-21T08:03:38.710Z] ---> 09daef438758 [2020-08-21T08:03:38.710Z] Step 7/8 : COPY . . [2020-08-21T08:03:39.691Z] ---> f31ae9b530fe [2020-08-21T08:03:39.691Z] Step 8/8 : RUN go mod download [2020-08-21T08:03:39.691Z] ---> Running in e473f411b113 [2020-08-21T08:03:43.107Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-08-21T08:03:43.108Z] go: finding github.com/OneOfOne/xxhash v1.2.6 [2020-08-21T08:03:43.108Z] go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e [2020-08-21T08:03:43.108Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-08-21T08:03:43.108Z] go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 [2020-08-21T08:03:43.108Z] go: finding github.com/bgentry/speakeasy v0.1.0 [2020-08-21T08:03:43.108Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-08-21T08:03:43.378Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-08-21T08:03:43.378Z] go: finding github.com/edgexfoundry/device-sdk-go v1.2.3 [2020-08-21T08:03:43.378Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.36 [2020-08-21T08:03:43.378Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-08-21T08:03:43.378Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-08-21T08:03:43.649Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 [2020-08-21T08:03:43.649Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-08-21T08:03:43.649Z] go: finding github.com/edsrzf/mmap-go v1.0.0 [2020-08-21T08:03:43.649Z] go: finding github.com/fatih/color v1.7.0 [2020-08-21T08:03:43.649Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-08-21T08:03:43.649Z] go: finding github.com/go-kit/kit v0.8.0 [2020-08-21T08:03:43.649Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-08-21T08:03:43.919Z] go: finding github.com/go-stack/stack v1.8.0 [2020-08-21T08:03:43.919Z] go: finding github.com/golang/snappy v0.0.1 [2020-08-21T08:03:43.919Z] go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2020-08-21T08:03:43.919Z] go: finding github.com/google/uuid v1.1.0 [2020-08-21T08:03:43.919Z] go: finding github.com/gorilla/mux v1.7.1 [2020-08-21T08:03:43.919Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-08-21T08:03:44.180Z] Running on prd-centos7-docker-4c-2g-658 in /w/workspace/foundry_device-virtual-go_PR-124 [Pipeline] { [2020-08-21T08:03:44.190Z] go: finding github.com/hashicorp/consul/sdk v0.1.1 [2020-08-21T08:03:44.191Z] go: finding github.com/hashicorp/errwrap v1.0.0 [2020-08-21T08:03:44.191Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-08-21T08:03:44.191Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-08-21T08:03:44.191Z] go: finding github.com/hashicorp/go-msgpack v0.5.3 [2020-08-21T08:03:44.191Z] go: finding github.com/hashicorp/go-multierror v1.0.0 [Pipeline] ws [2020-08-21T08:03:44.274Z] Running in /w/workspace/device-virtual-go/1 [Pipeline] { [Pipeline] checkout [2020-08-21T08:03:44.461Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-08-21T08:03:44.461Z] go: finding github.com/hashicorp/go-sockaddr v1.0.0 [2020-08-21T08:03:44.461Z] go: finding github.com/hashicorp/go-syslog v1.0.0 [2020-08-21T08:03:44.461Z] go: finding github.com/hashicorp/go-uuid v1.0.1 [2020-08-21T08:03:44.461Z] go: finding github.com/hashicorp/go.net v0.0.1 [2020-08-21T08:03:44.461Z] go: finding github.com/hashicorp/golang-lru v0.5.0 [2020-08-21T08:03:44.461Z] go: finding github.com/hashicorp/logutils v1.0.0 [2020-08-21T08:03:44.729Z] go: finding github.com/hashicorp/mdns v1.0.0 [2020-08-21T08:03:44.729Z] go: finding github.com/hashicorp/memberlist v0.1.3 [2020-08-21T08:03:44.729Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-08-21T08:03:44.729Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-08-21T08:03:44.729Z] go: finding github.com/mattn/go-colorable v0.0.9 [2020-08-21T08:03:44.730Z] go: finding github.com/mattn/go-isatty v0.0.3 [2020-08-21T08:03:44.730Z] go: finding github.com/miekg/dns v1.0.14 [2020-08-21T08:03:45.000Z] go: finding github.com/mitchellh/cli v1.0.0 [2020-08-21T08:03:45.000Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-08-21T08:03:45.000Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-08-21T08:03:45.000Z] go: finding github.com/mitchellh/go-homedir v1.0.0 [2020-08-21T08:03:45.000Z] go: finding github.com/mitchellh/go-testing-interface v1.0.0 [2020-08-21T08:03:45.000Z] go: finding github.com/mitchellh/gox v0.4.0 [2020-08-21T08:03:45.270Z] go: finding github.com/mitchellh/iochan v1.0.0 [2020-08-21T08:03:45.270Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-08-21T08:03:45.270Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-08-21T08:03:45.270Z] go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2020-08-21T08:03:45.270Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-08-21T08:03:45.270Z] go: finding github.com/pkg/errors v0.8.1 [2020-08-21T08:03:45.270Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-08-21T08:03:45.542Z] go: finding github.com/posener/complete v1.1.1 [2020-08-21T08:03:45.542Z] go: finding github.com/remyoudompheng/bigfft v0.0.0-20190321074620-2f0d2b0e0001 [2020-08-21T08:03:45.542Z] go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f [2020-08-21T08:03:45.542Z] go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2020-08-21T08:03:45.542Z] go: finding github.com/stretchr/objx v0.1.0 [2020-08-21T08:03:45.542Z] go: finding github.com/stretchr/testify v1.5.1 [2020-08-21T08:03:45.818Z] go: finding github.com/ugorji/go v1.1.4 [2020-08-21T08:03:45.818Z] go: finding github.com/x448/float16 v0.8.4 [2020-08-21T08:03:45.818Z] go: finding golang.org/x/crypto v0.0.0-20181029021203-45a5f77698d3 [2020-08-21T08:03:45.818Z] go: finding golang.org/x/net v0.0.0-20181201002055-351d144fa1fc [2020-08-21T08:03:45.818Z] go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-08-21T08:03:45.818Z] go: finding golang.org/x/sys v0.0.0-20190411185658-b44545bcd369 [2020-08-21T08:03:46.091Z] go: finding gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 [2020-08-21T08:03:46.091Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-08-21T08:03:46.091Z] go: finding modernc.org/b v1.0.0 [2020-08-21T08:03:46.091Z] go: finding modernc.org/db v1.0.0 [2020-08-21T08:03:46.091Z] go: finding modernc.org/file v1.0.0 [2020-08-21T08:03:46.091Z] go: finding modernc.org/fileutil v1.0.0 [2020-08-21T08:03:46.091Z] go: finding modernc.org/golex v1.0.0 [2020-08-21T08:03:46.361Z] go: finding modernc.org/internal v1.0.0 [2020-08-21T08:03:46.361Z] go: finding modernc.org/lldb v1.0.0 [2020-08-21T08:03:46.361Z] go: finding modernc.org/mathutil v1.0.0 [2020-08-21T08:03:46.361Z] go: finding modernc.org/ql v1.0.0 [2020-08-21T08:03:46.361Z] go: finding modernc.org/sortutil v1.0.0 [2020-08-21T08:03:46.361Z] go: finding modernc.org/strutil v1.0.0 [2020-08-21T08:03:46.635Z] go: finding modernc.org/zappy v1.0.0 [2020-08-21T08:03:47.095Z] using credential edgex-jenkins-ssh [2020-08-21T08:03:47.163Z] Cloning the remote Git repository [2020-08-21T08:03:47.163Z] Cloning with configured refspecs honoured and without tags [2020-08-21T08:03:47.193Z] Cloning repository git@github.com:edgexfoundry/device-virtual-go.git [2020-08-21T08:03:47.256Z] > git init /w/workspace/device-virtual-go/1 # timeout=10 [2020-08-21T08:03:47.316Z] Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git [2020-08-21T08:03:47.317Z] > git --version # timeout=10 [2020-08-21T08:03:47.327Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-08-21T08:03:47.364Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/pull/124/head:refs/remotes/origin/PR-124 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-08-21T08:03:48.575Z] Fetching without tags [2020-08-21T08:03:48.997Z] Merging remotes/origin/master commit d9b83bd88a573ae11fcf404e5819c6bf4fe22e20 into PR head commit d268b7b912523b285531c1ff9f8adab66f578ade [2020-08-21T08:03:49.091Z] Merge succeeded, producing d268b7b912523b285531c1ff9f8adab66f578ade [2020-08-21T08:03:49.091Z] Checking out Revision d268b7b912523b285531c1ff9f8adab66f578ade (PR-124) [2020-08-21T08:03:48.527Z] > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 [2020-08-21T08:03:48.541Z] > git config --add remote.origin.fetch +refs/pull/124/head:refs/remotes/origin/PR-124 # timeout=10 [2020-08-21T08:03:48.551Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-08-21T08:03:48.565Z] > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 [2020-08-21T08:03:48.579Z] Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git [2020-08-21T08:03:48.579Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-08-21T08:03:48.583Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/pull/124/head:refs/remotes/origin/PR-124 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-08-21T08:03:49.004Z] > git config core.sparsecheckout # timeout=10 [2020-08-21T08:03:49.013Z] > git checkout -f d268b7b912523b285531c1ff9f8adab66f578ade # timeout=10 [2020-08-21T08:03:49.047Z] > git remote # timeout=10 [2020-08-21T08:03:49.057Z] > git config --get remote.origin.url # timeout=10 [2020-08-21T08:03:49.061Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-08-21T08:03:49.066Z] > git merge d9b83bd88a573ae11fcf404e5819c6bf4fe22e20 # timeout=10 [2020-08-21T08:03:49.083Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-08-21T08:03:49.093Z] > git config core.sparsecheckout # timeout=10 [2020-08-21T08:03:49.099Z] > git checkout -f d268b7b912523b285531c1ff9f8adab66f578ade # timeout=10 [2020-08-21T08:03:52.696Z] Commit message: "doc: Update top-level README" [2020-08-21T08:03:52.721Z] > git --version # timeout=10 [2020-08-21T08:03:52.730Z] fatal: bad object aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-08-21T08:03:53.797Z] ========================================================= [2020-08-21T08:03:53.797Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] [2020-08-21T08:03:53.797Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-08-21T08:03:54.555Z] + 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-08-21T08:03:55.542Z] Sending build context to Docker daemon 535.6kB [2020-08-21T08:03:55.542Z] Step 1/8 : ARG BASE=golang:1.13-alpine [2020-08-21T08:03:55.542Z] Step 2/8 : FROM ${BASE} [2020-08-21T08:03:55.824Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base [2020-08-21T08:03:55.824Z] df20fa9351a1: Pulling fs layer [2020-08-21T08:03:55.824Z] ed8968b2872e: Pulling fs layer [2020-08-21T08:03:55.824Z] a92cc7c5fd73: Pulling fs layer [2020-08-21T08:03:55.824Z] 2dd03ba5bac4: Pulling fs layer [2020-08-21T08:03:55.824Z] 1e091d79d1de: Pulling fs layer [2020-08-21T08:03:55.824Z] 481702a1767f: Pulling fs layer [2020-08-21T08:03:55.824Z] f64a6f60c768: Pulling fs layer [2020-08-21T08:03:55.824Z] e78d2573fc39: Pulling fs layer [2020-08-21T08:03:55.824Z] e876d2f968b6: Pulling fs layer [2020-08-21T08:03:55.824Z] ce8a83651883: Pulling fs layer [2020-08-21T08:03:55.824Z] 07967f4d0e4b: Pulling fs layer [2020-08-21T08:03:55.824Z] ce8a83651883: Waiting [2020-08-21T08:03:55.824Z] 07967f4d0e4b: Waiting [2020-08-21T08:03:55.824Z] 2dd03ba5bac4: Waiting [2020-08-21T08:03:55.824Z] 1e091d79d1de: Waiting [2020-08-21T08:03:55.824Z] 481702a1767f: Waiting [2020-08-21T08:03:55.824Z] f64a6f60c768: Waiting [2020-08-21T08:03:55.824Z] a92cc7c5fd73: Verifying Checksum [2020-08-21T08:03:55.824Z] a92cc7c5fd73: Download complete [2020-08-21T08:03:55.824Z] ed8968b2872e: Verifying Checksum [2020-08-21T08:03:55.824Z] ed8968b2872e: Download complete [2020-08-21T08:03:55.824Z] 1e091d79d1de: Verifying Checksum [2020-08-21T08:03:55.824Z] 1e091d79d1de: Download complete [2020-08-21T08:03:55.824Z] 481702a1767f: Verifying Checksum [2020-08-21T08:03:55.824Z] 481702a1767f: Download complete [2020-08-21T08:03:55.824Z] df20fa9351a1: Verifying Checksum [2020-08-21T08:03:55.824Z] df20fa9351a1: Download complete [2020-08-21T08:03:56.108Z] df20fa9351a1: Pull complete [2020-08-21T08:03:56.705Z] f64a6f60c768: Verifying Checksum [2020-08-21T08:03:56.705Z] f64a6f60c768: Download complete [2020-08-21T08:03:56.705Z] e876d2f968b6: Verifying Checksum [2020-08-21T08:03:56.705Z] e876d2f968b6: Download complete [2020-08-21T08:03:56.795Z] Removing intermediate container e473f411b113 [2020-08-21T08:03:56.795Z] ---> 555192a94864 [2020-08-21T08:03:56.795Z] Successfully built 555192a94864 [2020-08-21T08:03:57.067Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [2020-08-21T08:03:57.302Z] ce8a83651883: Verifying Checksum [2020-08-21T08:03:57.302Z] ce8a83651883: Download complete [2020-08-21T08:03:57.302Z] 2dd03ba5bac4: Verifying Checksum [2020-08-21T08:03:57.302Z] 2dd03ba5bac4: Download complete [2020-08-21T08:03:57.302Z] 07967f4d0e4b: Verifying Checksum [2020-08-21T08:03:57.302Z] 07967f4d0e4b: Download complete [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [2020-08-21T08:03:57.565Z] e78d2573fc39: Verifying Checksum [2020-08-21T08:03:57.565Z] e78d2573fc39: Download complete [Pipeline] isUnix [Pipeline] sh [2020-08-21T08:03:57.958Z] + docker inspect -f . ci-base-image-arm64 [2020-08-21T08:03:57.958Z] . [Pipeline] withDockerContainer [2020-08-21T08:03:58.249Z] prd-ubuntu18.04-docker-arm64-4c-16g-657 does not seem to be running inside a container [2020-08-21T08:03:58.296Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-virtual-go/1 -v /w/workspace/device-virtual-go/1:/w/workspace/device-virtual-go/1:rw,z -v /w/workspace/device-virtual-go/1@tmp:/w/workspace/device-virtual-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2020-08-21T08:03:58.516Z] ed8968b2872e: Pull complete [2020-08-21T08:03:58.780Z] a92cc7c5fd73: Pull complete [2020-08-21T08:04:00.171Z] $ docker top 348b928d32b2a3d5c07ac9a5fe6d9c49cae7ce125ac29abcf9f49bd450f559dd -eo pid,comm [Pipeline] { [Pipeline] sh [2020-08-21T08:04:01.706Z] + go version [2020-08-21T08:04:01.706Z] go version go1.13.13 linux/arm64 [Pipeline] sh [2020-08-21T08:04:02.770Z] + make test [2020-08-21T08:04:02.771Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out [2020-08-21T08:04:03.754Z] ? github.com/edgexfoundry/device-virtual-go [no test files] [2020-08-21T08:04:05.387Z] 2dd03ba5bac4: Pull complete [2020-08-21T08:04:05.387Z] 1e091d79d1de: Pull complete [2020-08-21T08:04:05.387Z] 481702a1767f: Pull complete [2020-08-21T08:04:09.623Z] f64a6f60c768: Pull complete [2020-08-21T08:04:13.886Z] e78d2573fc39: Pull complete [2020-08-21T08:04:13.886Z] e876d2f968b6: Pull complete [2020-08-21T08:04:14.465Z] ce8a83651883: Pull complete [2020-08-21T08:04:14.729Z] 07967f4d0e4b: Pull complete [2020-08-21T08:04:14.729Z] Digest: sha256:323246222269c44bbdf124594b811e87e5df8ffc2c0adf7c0e497dcaec6e6afe [2020-08-21T08:04:14.729Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine [2020-08-21T08:04:14.729Z] ---> 5d7c900382c6 [2020-08-21T08:04:14.729Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IOTech' [2020-08-21T08:04:16.119Z] ---> Running in d8db17507ae0 [2020-08-21T08:04:16.119Z] Removing intermediate container d8db17507ae0 [2020-08-21T08:04:16.119Z] ---> 46492fb75019 [2020-08-21T08:04:16.119Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-21T08:04:16.386Z] ---> Running in a9057b0f82e5 [2020-08-21T08:04:17.790Z] Removing intermediate container a9057b0f82e5 [2020-08-21T08:04:17.790Z] ---> 0540dceb6ee0 [2020-08-21T08:04:17.790Z] Step 5/8 : RUN apk add --update --no-cache make git openssh build-base [2020-08-21T08:04:17.790Z] ---> Running in 65e45f7f6b36 [2020-08-21T08:04:18.364Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-21T08:04:18.939Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-21T08:04:19.518Z] (1/14) Installing libmagic (5.38-r0) [2020-08-21T08:04:19.518Z] (2/14) Installing file (5.38-r0) [2020-08-21T08:04:19.518Z] (3/14) Installing libc-dev (0.7.2-r3) [2020-08-21T08:04:19.518Z] (4/14) Installing g++ (9.3.0-r2) [2020-08-21T08:04:22.089Z] (5/14) Installing fortify-headers (1.1-r0) [2020-08-21T08:04:22.089Z] (6/14) Installing patch (2.7.6-r6) [2020-08-21T08:04:22.351Z] (7/14) Installing build-base (0.5-r2) [2020-08-21T08:04:22.351Z] (8/14) Installing openssh-keygen (8.3_p1-r0) [2020-08-21T08:04:22.351Z] (9/14) Installing libedit (20191231.3.1-r0) [2020-08-21T08:04:22.616Z] (10/14) Installing openssh-client (8.3_p1-r0) [2020-08-21T08:04:22.878Z] (11/14) Installing openssh-sftp-server (8.3_p1-r0) [2020-08-21T08:04:22.878Z] (12/14) Installing openssh-server-common (8.3_p1-r0) [2020-08-21T08:04:22.878Z] (13/14) Installing openssh-server (8.3_p1-r0) [2020-08-21T08:04:23.141Z] (14/14) Installing openssh (8.3_p1-r0) [2020-08-21T08:04:23.141Z] Executing busybox-1.31.1-r16.trigger [2020-08-21T08:04:23.141Z] OK: 237 MiB in 53 packages [2020-08-21T08:04:26.458Z] Removing intermediate container 65e45f7f6b36 [2020-08-21T08:04:26.458Z] ---> b69cf82a111d [2020-08-21T08:04:26.458Z] Step 6/8 : WORKDIR /device-virtual-go [2020-08-21T08:04:26.458Z] ---> Running in 7c9eece87c77 [2020-08-21T08:04:26.721Z] Removing intermediate container 7c9eece87c77 [2020-08-21T08:04:26.721Z] ---> 8cb597b057ea [2020-08-21T08:04:26.721Z] Step 7/8 : COPY . . [2020-08-21T08:04:27.307Z] ---> 8eedb6f59373 [2020-08-21T08:04:27.307Z] Step 8/8 : RUN go mod download [2020-08-21T08:04:27.307Z] ---> Running in 998908f40a8a [2020-08-21T08:04:29.861Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-08-21T08:04:29.861Z] go: finding github.com/OneOfOne/xxhash v1.2.6 [2020-08-21T08:04:29.861Z] go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e [2020-08-21T08:04:29.861Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-08-21T08:04:29.861Z] go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 [2020-08-21T08:04:29.861Z] go: finding github.com/bgentry/speakeasy v0.1.0 [2020-08-21T08:04:29.861Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-08-21T08:04:29.861Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-08-21T08:04:30.124Z] go: finding github.com/edgexfoundry/device-sdk-go v1.2.3 [2020-08-21T08:04:30.124Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.36 [2020-08-21T08:04:30.124Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-08-21T08:04:30.124Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-08-21T08:04:30.124Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 [2020-08-21T08:04:30.124Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-08-21T08:04:30.385Z] go: finding github.com/edsrzf/mmap-go v1.0.0 [2020-08-21T08:04:30.385Z] go: finding github.com/fatih/color v1.7.0 [2020-08-21T08:04:30.385Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-08-21T08:04:30.385Z] go: finding github.com/go-kit/kit v0.8.0 [2020-08-21T08:04:30.385Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-08-21T08:04:30.385Z] go: finding github.com/go-stack/stack v1.8.0 [2020-08-21T08:04:30.385Z] go: finding github.com/golang/snappy v0.0.1 [2020-08-21T08:04:30.648Z] go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2020-08-21T08:04:30.648Z] go: finding github.com/google/uuid v1.1.0 [2020-08-21T08:04:30.648Z] go: finding github.com/gorilla/mux v1.7.1 [2020-08-21T08:04:30.648Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-08-21T08:04:30.648Z] go: finding github.com/hashicorp/consul/sdk v0.1.1 [2020-08-21T08:04:30.648Z] go: finding github.com/hashicorp/errwrap v1.0.0 [2020-08-21T08:04:30.911Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-08-21T08:04:30.911Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-08-21T08:04:30.911Z] go: finding github.com/hashicorp/go-msgpack v0.5.3 [2020-08-21T08:04:30.911Z] go: finding github.com/hashicorp/go-multierror v1.0.0 [2020-08-21T08:04:30.911Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-08-21T08:04:30.911Z] go: finding github.com/hashicorp/go-sockaddr v1.0.0 [2020-08-21T08:04:30.911Z] go: finding github.com/hashicorp/go-syslog v1.0.0 [2020-08-21T08:04:31.173Z] go: finding github.com/hashicorp/go-uuid v1.0.1 [2020-08-21T08:04:31.173Z] go: finding github.com/hashicorp/go.net v0.0.1 [2020-08-21T08:04:31.173Z] go: finding github.com/hashicorp/golang-lru v0.5.0 [2020-08-21T08:04:31.173Z] go: finding github.com/hashicorp/logutils v1.0.0 [2020-08-21T08:04:31.173Z] go: finding github.com/hashicorp/mdns v1.0.0 [2020-08-21T08:04:31.173Z] go: finding github.com/hashicorp/memberlist v0.1.3 [2020-08-21T08:04:31.434Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-08-21T08:04:31.434Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-08-21T08:04:31.434Z] go: finding github.com/mattn/go-colorable v0.0.9 [2020-08-21T08:04:31.434Z] go: finding github.com/mattn/go-isatty v0.0.3 [2020-08-21T08:04:31.434Z] go: finding github.com/miekg/dns v1.0.14 [2020-08-21T08:04:31.434Z] go: finding github.com/mitchellh/cli v1.0.0 [2020-08-21T08:04:31.434Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-08-21T08:04:31.697Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-08-21T08:04:31.697Z] go: finding github.com/mitchellh/go-homedir v1.0.0 [2020-08-21T08:04:31.697Z] go: finding github.com/mitchellh/go-testing-interface v1.0.0 [2020-08-21T08:04:31.697Z] go: finding github.com/mitchellh/gox v0.4.0 [2020-08-21T08:04:31.697Z] go: finding github.com/mitchellh/iochan v1.0.0 [2020-08-21T08:04:31.697Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-08-21T08:04:31.697Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-08-21T08:04:31.959Z] go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2020-08-21T08:04:31.959Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-08-21T08:04:31.959Z] go: finding github.com/pkg/errors v0.8.1 [2020-08-21T08:04:31.959Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-08-21T08:04:31.959Z] go: finding github.com/posener/complete v1.1.1 [2020-08-21T08:04:31.959Z] go: finding github.com/remyoudompheng/bigfft v0.0.0-20190321074620-2f0d2b0e0001 [2020-08-21T08:04:32.221Z] go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f [2020-08-21T08:04:32.221Z] go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2020-08-21T08:04:32.221Z] go: finding github.com/stretchr/objx v0.1.0 [2020-08-21T08:04:32.221Z] go: finding github.com/stretchr/testify v1.5.1 [2020-08-21T08:04:32.221Z] go: finding github.com/ugorji/go v1.1.4 [2020-08-21T08:04:32.221Z] go: finding github.com/x448/float16 v0.8.4 [2020-08-21T08:04:32.221Z] go: finding golang.org/x/crypto v0.0.0-20181029021203-45a5f77698d3 [2020-08-21T08:04:32.503Z] go: finding golang.org/x/net v0.0.0-20181201002055-351d144fa1fc [2020-08-21T08:04:32.503Z] go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-08-21T08:04:32.503Z] go: finding golang.org/x/sys v0.0.0-20190411185658-b44545bcd369 [2020-08-21T08:04:32.503Z] go: finding gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 [2020-08-21T08:04:32.503Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-08-21T08:04:32.503Z] go: finding modernc.org/b v1.0.0 [2020-08-21T08:04:32.503Z] go: finding modernc.org/db v1.0.0 [2020-08-21T08:04:32.782Z] go: finding modernc.org/file v1.0.0 [2020-08-21T08:04:32.782Z] go: finding modernc.org/fileutil v1.0.0 [2020-08-21T08:04:32.782Z] go: finding modernc.org/golex v1.0.0 [2020-08-21T08:04:32.782Z] go: finding modernc.org/internal v1.0.0 [2020-08-21T08:04:32.782Z] go: finding modernc.org/lldb v1.0.0 [2020-08-21T08:04:32.782Z] go: finding modernc.org/mathutil v1.0.0 [2020-08-21T08:04:32.782Z] go: finding modernc.org/ql v1.0.0 [2020-08-21T08:04:32.782Z] go: finding modernc.org/sortutil v1.0.0 [2020-08-21T08:04:33.074Z] go: finding modernc.org/strutil v1.0.0 [2020-08-21T08:04:33.074Z] go: finding modernc.org/zappy v1.0.0 [2020-08-21T08:04:42.790Z] ? github.com/edgexfoundry/device-virtual-go/cmd [no test files] [2020-08-21T08:04:43.130Z] Removing intermediate container 998908f40a8a [2020-08-21T08:04:43.130Z] ---> 8a82df524d1f [2020-08-21T08:04:43.130Z] Successfully built 8a82df524d1f [2020-08-21T08:04:43.130Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [2020-08-21T08:04:43.396Z] ok github.com/edgexfoundry/device-virtual-go/internal/driver 0.808s coverage: 56.4% of statements [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [2020-08-21T08:04:43.678Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-08-21T08:04:44.130Z] + docker inspect -f . ci-base-image-x86_64 [2020-08-21T08:04:44.130Z] . [Pipeline] withDockerContainer [2020-08-21T08:04:44.251Z] prd-centos7-docker-4c-2g-658 does not seem to be running inside a container [2020-08-21T08:04:44.294Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-virtual-go/1 -v /w/workspace/device-virtual-go/1:/w/workspace/device-virtual-go/1:rw,z -v /w/workspace/device-virtual-go/1@tmp:/w/workspace/device-virtual-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2020-08-21T08:04:45.530Z] $ docker top 92f99e3a8098108f2f08fdfe37b9cbd2e7a66a7d28465e0a01aa783e0b548b6b -eo pid,comm [Pipeline] { [Pipeline] sh [2020-08-21T08:04:46.075Z] + go version [2020-08-21T08:04:46.075Z] go version go1.13.13 linux/amd64 [Pipeline] sh [2020-08-21T08:04:46.397Z] + make test [2020-08-21T08:04:46.397Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out [2020-08-21T08:04:47.797Z] ? github.com/edgexfoundry/device-virtual-go [no test files] [2020-08-21T08:04:51.989Z] gofmt -l . [2020-08-21T08:04:51.989Z] [ "`gofmt -l .`" = "" ] [2020-08-21T08:04:51.989Z] ./bin/test-attribution-txt.sh [2020-08-21T08:04:52.260Z] ./bin/test-go-mod-tidy.sh [Pipeline] stash [2020-08-21T08:04:53.616Z] Stashed 1 file(s) [Pipeline] } [2020-08-21T08:04:53.599Z] $ docker stop --time=1 348b928d32b2a3d5c07ac9a5fe6d9c49cae7ce125ac29abcf9f49bd450f559dd [2020-08-21T08:04:55.864Z] $ docker rm -f 348b928d32b2a3d5c07ac9a5fe6d9c49cae7ce125ac29abcf9f49bd450f559dd [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-08-21T08:04:59.426Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-08-21T08:04:59.850Z] + ls -al . [2020-08-21T08:04:59.850Z] total 136 [2020-08-21T08:04:59.850Z] drwxrwxr-x 8 jenkins jenkins 4096 Aug 21 08:04 . [2020-08-21T08:04:59.850Z] drwxrwxr-x 4 jenkins jenkins 4096 Aug 21 08:02 .. [2020-08-21T08:04:59.850Z] drwxrwxr-x 8 jenkins jenkins 4096 Aug 21 08:02 .git [2020-08-21T08:04:59.850Z] drwxrwxr-x 2 jenkins jenkins 4096 Aug 21 08:02 .github [2020-08-21T08:04:59.850Z] -rw-rw-r-- 1 jenkins jenkins 258 Aug 21 08:02 .gitignore [2020-08-21T08:04:59.850Z] drwxrwxr-x 3 jenkins jenkins 4096 Aug 21 08:02 .semver [2020-08-21T08:04:59.850Z] -rw-rw-r-- 1 jenkins jenkins 6432 Aug 21 08:02 Attribution.txt [2020-08-21T08:04:59.850Z] -rw-rw-r-- 1 jenkins jenkins 1826 Aug 21 08:02 Dockerfile [2020-08-21T08:04:59.850Z] -rw-rw-r-- 1 jenkins jenkins 957 Aug 21 08:02 Dockerfile.build [2020-08-21T08:04:59.850Z] -rw-rw-r-- 1 jenkins jenkins 683 Aug 21 08:02 Jenkinsfile [2020-08-21T08:04:59.850Z] -rw-rw-r-- 1 jenkins jenkins 11340 Aug 21 08:02 LICENSE [2020-08-21T08:04:59.850Z] -rw-rw-r-- 1 jenkins jenkins 873 Aug 21 08:02 Makefile [2020-08-21T08:04:59.850Z] -rw-rw-r-- 1 jenkins jenkins 918 Aug 21 08:02 README.md [2020-08-21T08:04:59.850Z] -rw-rw-r-- 1 jenkins jenkins 5 Aug 21 08:00 VERSION [2020-08-21T08:04:59.850Z] drwxrwxr-x 2 jenkins jenkins 4096 Aug 21 08:02 bin [2020-08-21T08:04:59.850Z] drwxrwxr-x 3 jenkins jenkins 4096 Aug 21 08:02 cmd [2020-08-21T08:04:59.850Z] -rw-r--r-- 1 jenkins jenkins 29142 Aug 21 08:04 coverage.out [2020-08-21T08:04:59.850Z] -rw-r--r-- 1 jenkins jenkins 855 Aug 21 08:04 go.mod [2020-08-21T08:04:59.850Z] -rw-r--r-- 1 jenkins jenkins 14894 Aug 21 08:04 go.sum [2020-08-21T08:04:59.850Z] drwxrwxr-x 3 jenkins jenkins 4096 Aug 21 08:02 internal [2020-08-21T08:04:59.850Z] -rw-rw-r-- 1 jenkins jenkins 235 Aug 21 08:02 version.go [Pipeline] isUnix [Pipeline] sh [2020-08-21T08:05:00.204Z] ? github.com/edgexfoundry/device-virtual-go/cmd [no test files] [2020-08-21T08:05:00.253Z] + docker build -t docker-device-virtual-go-arm64 -f Dockerfile --build-arg BASE=ci-base-image-arm64 --build-arg MAKE=make build --build-arg ARCH=arm64 --label git_sha=d268b7b912523b285531c1ff9f8adab66f578ade --label arch=arm64 --label version=0.0.0 . [2020-08-21T08:05:00.467Z] ok github.com/edgexfoundry/device-virtual-go/internal/driver 0.182s coverage: 56.4% of statements [2020-08-21T08:05:00.556Z] Sending build context to Docker daemon 581.1kB [2020-08-21T08:05:00.556Z] Step 1/21 : ARG BASE=golang:1.13-alpine [2020-08-21T08:05:00.556Z] Step 2/21 : FROM ${BASE} AS builder [2020-08-21T08:05:00.556Z] ---> 555192a94864 [2020-08-21T08:05:00.556Z] Step 3/21 : ARG ALPINE_PKG_BASE="build-base git openssh-client" [2020-08-21T08:05:00.728Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2020-08-21T08:05:00.843Z] ---> Running in 5d361881225c [2020-08-21T08:05:01.440Z] Removing intermediate container 5d361881225c [2020-08-21T08:05:01.440Z] ---> adf0e394516e [2020-08-21T08:05:01.440Z] Step 4/21 : ARG ALPINE_PKG_EXTRA="" [2020-08-21T08:05:01.440Z] ---> Running in ae0b31433d21 [2020-08-21T08:05:01.715Z] Removing intermediate container ae0b31433d21 [2020-08-21T08:05:01.715Z] ---> b5b2034c96fb [2020-08-21T08:05:01.715Z] Step 5/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019-2020: IOTech' [2020-08-21T08:05:01.988Z] ---> Running in 22a16c32c53c [2020-08-21T08:05:02.261Z] Removing intermediate container 22a16c32c53c [2020-08-21T08:05:02.261Z] ---> 81a5ce8f4ea1 [2020-08-21T08:05:02.261Z] Step 6/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-21T08:05:02.534Z] ---> Running in 0f6ed8bd57da [2020-08-21T08:05:03.316Z] gofmt -l . [2020-08-21T08:05:03.316Z] [ "`gofmt -l .`" = "" ] [2020-08-21T08:05:03.316Z] ./bin/test-attribution-txt.sh [2020-08-21T08:05:04.264Z] ./bin/test-go-mod-tidy.sh [Pipeline] stash [2020-08-21T08:05:04.554Z] Warning: overwriting stash ‘coverage-report’ [2020-08-21T08:05:04.872Z] Stashed 1 file(s) [Pipeline] } [2020-08-21T08:05:04.891Z] $ docker stop --time=1 92f99e3a8098108f2f08fdfe37b9cbd2e7a66a7d28465e0a01aa783e0b548b6b [2020-08-21T08:05:05.155Z] Removing intermediate container 0f6ed8bd57da [2020-08-21T08:05:05.155Z] ---> eb205c5ee77c [2020-08-21T08:05:05.155Z] Step 7/21 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2020-08-21T08:05:05.155Z] ---> Running in b9a2fe605491 [2020-08-21T08:05:06.581Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-21T08:05:07.173Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-21T08:05:07.770Z] OK: 221 MiB in 53 packages [2020-08-21T08:05:08.442Z] $ docker rm -f 92f99e3a8098108f2f08fdfe37b9cbd2e7a66a7d28465e0a01aa783e0b548b6b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [2020-08-21T08:05:09.196Z] Removing intermediate container b9a2fe605491 [2020-08-21T08:05:09.196Z] ---> fcfc540e0a19 [2020-08-21T08:05:09.196Z] Step 8/21 : WORKDIR $GOPATH/src/github.com/edgexfoundry/device-virtual-go [2020-08-21T08:05:09.196Z] ---> Running in 4ab40367b7c4 [Pipeline] { [Pipeline] sh [2020-08-21T08:05:09.594Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-08-21T08:05:09.789Z] Removing intermediate container 4ab40367b7c4 [2020-08-21T08:05:09.789Z] ---> a4ee82d38718 [2020-08-21T08:05:09.789Z] Step 9/21 : COPY . . [2020-08-21T08:05:09.911Z] + ls -al . [2020-08-21T08:05:09.911Z] total 108 [2020-08-21T08:05:09.911Z] drwxrwxr-x. 8 jenkins jenkins 4096 Aug 21 08:05 . [2020-08-21T08:05:09.911Z] drwxrwxr-x. 4 jenkins jenkins 28 Aug 21 08:03 .. [2020-08-21T08:05:09.911Z] -rw-rw-r--. 1 jenkins jenkins 6432 Aug 21 08:03 Attribution.txt [2020-08-21T08:05:09.911Z] drwxrwxr-x. 2 jenkins jenkins 64 Aug 21 08:03 bin [2020-08-21T08:05:09.911Z] drwxrwxr-x. 3 jenkins jenkins 32 Aug 21 08:03 cmd [2020-08-21T08:05:09.911Z] -rw-r--r--. 1 jenkins jenkins 29142 Aug 21 08:05 coverage.out [2020-08-21T08:05:09.911Z] -rw-rw-r--. 1 jenkins jenkins 1826 Aug 21 08:03 Dockerfile [2020-08-21T08:05:09.911Z] -rw-rw-r--. 1 jenkins jenkins 957 Aug 21 08:03 Dockerfile.build [2020-08-21T08:05:09.911Z] drwxrwxr-x. 8 jenkins jenkins 179 Aug 21 08:03 .git [2020-08-21T08:05:09.911Z] drwxrwxr-x. 2 jenkins jenkins 38 Aug 21 08:03 .github [2020-08-21T08:05:09.911Z] -rw-rw-r--. 1 jenkins jenkins 258 Aug 21 08:03 .gitignore [2020-08-21T08:05:09.911Z] -rw-r--r--. 1 jenkins jenkins 855 Aug 21 08:05 go.mod [2020-08-21T08:05:09.911Z] -rw-r--r--. 1 jenkins jenkins 14894 Aug 21 08:05 go.sum [2020-08-21T08:05:09.911Z] drwxrwxr-x. 3 jenkins jenkins 20 Aug 21 08:03 internal [2020-08-21T08:05:09.911Z] -rw-rw-r--. 1 jenkins jenkins 683 Aug 21 08:03 Jenkinsfile [2020-08-21T08:05:09.911Z] -rw-rw-r--. 1 jenkins jenkins 11340 Aug 21 08:03 LICENSE [2020-08-21T08:05:09.911Z] -rw-rw-r--. 1 jenkins jenkins 873 Aug 21 08:03 Makefile [2020-08-21T08:05:09.911Z] -rw-rw-r--. 1 jenkins jenkins 918 Aug 21 08:03 README.md [2020-08-21T08:05:09.911Z] drwxrwxr-x. 3 jenkins jenkins 58 Aug 21 08:03 .semver [2020-08-21T08:05:09.911Z] -rw-rw-r--. 1 jenkins jenkins 5 Aug 21 08:00 VERSION [2020-08-21T08:05:09.911Z] -rw-rw-r--. 1 jenkins jenkins 235 Aug 21 08:03 version.go [Pipeline] isUnix [Pipeline] sh [2020-08-21T08:05:10.245Z] + docker build -t docker-device-virtual-go -f Dockerfile --build-arg BASE=ci-base-image-x86_64 --build-arg 'MAKE=make build' --build-arg ARCH=amd64 --label git_sha=d268b7b912523b285531c1ff9f8adab66f578ade --label arch=amd64 --label version=0.0.0 . [2020-08-21T08:05:10.245Z] Sending build context to Docker daemon 581.1kB [2020-08-21T08:05:10.245Z] Step 1/21 : ARG BASE=golang:1.13-alpine [2020-08-21T08:05:10.245Z] Step 2/21 : FROM ${BASE} AS builder [2020-08-21T08:05:10.245Z] ---> 8a82df524d1f [2020-08-21T08:05:10.245Z] Step 3/21 : ARG ALPINE_PKG_BASE="build-base git openssh-client" [2020-08-21T08:05:10.507Z] ---> Running in 6d44beeda1c5 [2020-08-21T08:05:10.769Z] Removing intermediate container 6d44beeda1c5 [2020-08-21T08:05:10.769Z] ---> 6005fe30d900 [2020-08-21T08:05:10.769Z] Step 4/21 : ARG ALPINE_PKG_EXTRA="" [2020-08-21T08:05:10.769Z] ---> Running in 77dee4bac13a [2020-08-21T08:05:10.769Z] Removing intermediate container 77dee4bac13a [2020-08-21T08:05:10.769Z] ---> 18f7fa62001c [2020-08-21T08:05:10.769Z] Step 5/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019-2020: IOTech' [2020-08-21T08:05:10.780Z] ---> 2302d80c79fb [2020-08-21T08:05:10.780Z] Step 10/21 : ARG MAKE='make build' [2020-08-21T08:05:10.780Z] ---> Running in f29d32594e71 [2020-08-21T08:05:11.033Z] ---> Running in 670a20108f26 [2020-08-21T08:05:11.033Z] Removing intermediate container 670a20108f26 [2020-08-21T08:05:11.033Z] ---> 62ce5e11bea2 [2020-08-21T08:05:11.033Z] Step 6/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-21T08:05:11.298Z] ---> Running in 9813cddc4fe8 [2020-08-21T08:05:11.374Z] Removing intermediate container f29d32594e71 [2020-08-21T08:05:11.374Z] ---> aa2de49dd4bc [2020-08-21T08:05:11.374Z] Step 11/21 : RUN $MAKE [2020-08-21T08:05:11.374Z] ---> Running in a9742a8db33b [2020-08-21T08:05:12.250Z] Removing intermediate container 9813cddc4fe8 [2020-08-21T08:05:12.250Z] ---> 90138a6c473e [2020-08-21T08:05:12.250Z] Step 7/21 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2020-08-21T08:05:12.250Z] ---> Running in d6c586f498d7 [2020-08-21T08:05:12.805Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-virtual-go.Version=0.0.0" -o cmd/device-virtual ./cmd [2020-08-21T08:05:12.823Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-21T08:05:13.397Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-21T08:05:13.670Z] OK: 237 MiB in 53 packages [2020-08-21T08:05:14.245Z] Removing intermediate container d6c586f498d7 [2020-08-21T08:05:14.245Z] ---> 7878bf6eb843 [2020-08-21T08:05:14.245Z] Step 8/21 : WORKDIR $GOPATH/src/github.com/edgexfoundry/device-virtual-go [2020-08-21T08:05:14.245Z] ---> Running in a5772774919a [2020-08-21T08:05:14.508Z] Removing intermediate container a5772774919a [2020-08-21T08:05:14.508Z] ---> c4ea6af5c0e7 [2020-08-21T08:05:14.508Z] Step 9/21 : COPY . . [2020-08-21T08:05:15.080Z] ---> 919ffa242083 [2020-08-21T08:05:15.080Z] Step 10/21 : ARG MAKE='make build' [2020-08-21T08:05:15.080Z] ---> Running in 56c294b7b8e7 [2020-08-21T08:05:15.343Z] Removing intermediate container 56c294b7b8e7 [2020-08-21T08:05:15.343Z] ---> 349f7af3ce39 [2020-08-21T08:05:15.343Z] Step 11/21 : RUN $MAKE [2020-08-21T08:05:15.343Z] ---> Running in 24cca6142d6a [2020-08-21T08:05:15.921Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-virtual-go.Version=0.0.0" -o cmd/device-virtual ./cmd [2020-08-21T08:05:28.276Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2020-08-21T08:05:30.834Z] Removing intermediate container 24cca6142d6a [2020-08-21T08:05:30.834Z] ---> 623a66ef2bcf [2020-08-21T08:05:30.834Z] Step 12/21 : FROM alpine [2020-08-21T08:05:30.834Z] latest: Pulling from library/alpine [2020-08-21T08:05:30.834Z] df20fa9351a1: Already exists [2020-08-21T08:05:31.095Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-08-21T08:05:31.095Z] Status: Downloaded newer image for alpine:latest [2020-08-21T08:05:31.095Z] ---> a24bb4013296 [2020-08-21T08:05:31.095Z] Step 13/21 : ENV APP_PORT=49990 [2020-08-21T08:05:31.095Z] ---> Running in 0a8bafa75804 [2020-08-21T08:05:31.357Z] Removing intermediate container 0a8bafa75804 [2020-08-21T08:05:31.357Z] ---> f6e869294168 [2020-08-21T08:05:31.357Z] Step 14/21 : EXPOSE $APP_PORT [2020-08-21T08:05:31.357Z] ---> Running in 05b3e33517db [2020-08-21T08:05:31.619Z] Removing intermediate container 05b3e33517db [2020-08-21T08:05:31.619Z] ---> 601d8be555cb [2020-08-21T08:05:31.619Z] Step 15/21 : COPY --from=builder /go/src/github.com/edgexfoundry/device-virtual-go/cmd / [2020-08-21T08:05:32.195Z] ---> f0102a5c69a3 [2020-08-21T08:05:32.195Z] Step 16/21 : COPY --from=builder /go/src/github.com/edgexfoundry/device-virtual-go/Attribution.txt / [2020-08-21T08:05:32.456Z] ---> b595dce1d6d8 [2020-08-21T08:05:32.456Z] Step 17/21 : COPY --from=builder /go/src/github.com/edgexfoundry/device-virtual-go/LICENSE / [2020-08-21T08:05:32.719Z] ---> 7fd7b1f5a897 [2020-08-21T08:05:32.719Z] Step 18/21 : ENTRYPOINT ["/device-virtual","--cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-21T08:05:32.719Z] ---> Running in 8658766511b0 [2020-08-21T08:05:32.982Z] Removing intermediate container 8658766511b0 [2020-08-21T08:05:32.982Z] ---> 6cf902ebf984 [2020-08-21T08:05:32.982Z] Step 19/21 : LABEL arch=amd64 [2020-08-21T08:05:32.982Z] ---> Running in 1d068f912819 [2020-08-21T08:05:32.982Z] Removing intermediate container 1d068f912819 [2020-08-21T08:05:32.982Z] ---> 51d88212a96d [2020-08-21T08:05:32.982Z] Step 20/21 : LABEL git_sha=d268b7b912523b285531c1ff9f8adab66f578ade [2020-08-21T08:05:33.242Z] ---> Running in a0e07231faa3 [2020-08-21T08:05:33.242Z] Removing intermediate container a0e07231faa3 [2020-08-21T08:05:33.242Z] ---> 5016cb2cb906 [2020-08-21T08:05:33.242Z] Step 21/21 : LABEL version=0.0.0 [2020-08-21T08:05:33.503Z] ---> Running in 8c0068272bae [2020-08-21T08:05:33.503Z] Removing intermediate container 8c0068272bae [2020-08-21T08:05:33.503Z] ---> d0dbb03e9fef [2020-08-21T08:05:33.503Z] [Warning] One or more build-args [ARCH] were not consumed [2020-08-21T08:05:33.503Z] Successfully built d0dbb03e9fef [2020-08-21T08:05:33.503Z] Successfully tagged docker-device-virtual-go:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-08-21T08:05:45.149Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2020-08-21T08:05:53.398Z] Removing intermediate container a9742a8db33b [2020-08-21T08:05:53.398Z] ---> 9c0c6cb4a8dc [2020-08-21T08:05:53.398Z] Step 12/21 : FROM alpine [2020-08-21T08:05:53.398Z] latest: Pulling from library/alpine [2020-08-21T08:05:53.398Z] b538f80385f9: Already exists [2020-08-21T08:05:53.398Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-08-21T08:05:53.398Z] Status: Downloaded newer image for alpine:latest [2020-08-21T08:05:53.398Z] ---> 62ee0e9f8440 [2020-08-21T08:05:53.398Z] Step 13/21 : ENV APP_PORT=49990 [2020-08-21T08:05:53.670Z] ---> Running in 0d6532f73449 [2020-08-21T08:05:53.944Z] Removing intermediate container 0d6532f73449 [2020-08-21T08:05:53.944Z] ---> 46adb553ad78 [2020-08-21T08:05:53.944Z] Step 14/21 : EXPOSE $APP_PORT [2020-08-21T08:05:54.218Z] ---> Running in 0dbf92ec32e5 [2020-08-21T08:05:54.814Z] Removing intermediate container 0dbf92ec32e5 [2020-08-21T08:05:54.814Z] ---> 8c3232503c8a [2020-08-21T08:05:54.814Z] Step 15/21 : COPY --from=builder /go/src/github.com/edgexfoundry/device-virtual-go/cmd / [2020-08-21T08:05:56.244Z] ---> f3e3a9b3166a [2020-08-21T08:05:56.244Z] Step 16/21 : COPY --from=builder /go/src/github.com/edgexfoundry/device-virtual-go/Attribution.txt / [2020-08-21T08:05:56.839Z] ---> 5603d686b302 [2020-08-21T08:05:56.839Z] Step 17/21 : COPY --from=builder /go/src/github.com/edgexfoundry/device-virtual-go/LICENSE / [2020-08-21T08:05:57.814Z] ---> 8eb7f1f66e5d [2020-08-21T08:05:57.814Z] Step 18/21 : ENTRYPOINT ["/device-virtual","--cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-21T08:05:57.814Z] ---> Running in d9bd17497889 [2020-08-21T08:05:58.088Z] Removing intermediate container d9bd17497889 [2020-08-21T08:05:58.088Z] ---> 550b0c087828 [2020-08-21T08:05:58.088Z] Step 19/21 : LABEL arch=arm64 [2020-08-21T08:05:58.365Z] ---> Running in ea503ac2f48b [2020-08-21T08:05:58.959Z] Removing intermediate container ea503ac2f48b [2020-08-21T08:05:58.959Z] ---> ea28af094ae0 [2020-08-21T08:05:58.959Z] Step 20/21 : LABEL git_sha=d268b7b912523b285531c1ff9f8adab66f578ade [2020-08-21T08:05:58.959Z] ---> Running in eca8cf15c976 [2020-08-21T08:05:59.553Z] Removing intermediate container eca8cf15c976 [2020-08-21T08:05:59.553Z] ---> 8f944fcc2b7b [2020-08-21T08:05:59.553Z] Step 21/21 : LABEL version=0.0.0 [2020-08-21T08:05:59.553Z] ---> Running in 507b1abc5ca9 [2020-08-21T08:06:00.145Z] Removing intermediate container 507b1abc5ca9 [2020-08-21T08:06:00.145Z] ---> f71178c1a0e1 [2020-08-21T08:06:00.145Z] [Warning] One or more build-args [ARCH] were not consumed [2020-08-21T08:06:00.145Z] Successfully built f71178c1a0e1 [2020-08-21T08:06:00.145Z] Successfully tagged docker-device-virtual-go-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2020-08-21T08:06:02.604Z] provisioning config files... [2020-08-21T08:06:02.621Z] copy managed file [device-virtual-go-codecov-token] to file:/w/workspace/foundry_device-virtual-go_PR-124@tmp/config3001683869670302259tmp [Pipeline] { [Pipeline] sh [2020-08-21T08:06:03.052Z] + curl -s https://codecov.io/bash [2020-08-21T08:06:03.052Z] + bash -s - -t @/w/workspace/foundry_device-virtual-go_PR-124@tmp/config3001683869670302259tmp [Pipeline] } [2020-08-21T08:06:03.339Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) Stage "Clair Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2020-08-21T08:06:06.226Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-08-21T08:06:06.825Z] ---> package-listing.sh [2020-08-21T08:06:06.825Z] ++ facter osfamily [2020-08-21T08:06:06.825Z] ++ tr '[:upper:]' '[:lower:]' [2020-08-21T08:06:06.825Z] + OS_FAMILY=redhat [2020-08-21T08:06:06.825Z] + workspace=/w/workspace/foundry_device-virtual-go_PR-124 [2020-08-21T08:06:06.825Z] + START_PACKAGES=/tmp/packages_start.txt [2020-08-21T08:06:06.825Z] + END_PACKAGES=/tmp/packages_end.txt [2020-08-21T08:06:06.825Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-08-21T08:06:06.825Z] + PACKAGES=/tmp/packages_start.txt [2020-08-21T08:06:06.825Z] + '[' /w/workspace/foundry_device-virtual-go_PR-124 ']' [2020-08-21T08:06:06.825Z] + PACKAGES=/tmp/packages_end.txt [2020-08-21T08:06:06.825Z] + case "${OS_FAMILY}" in [2020-08-21T08:06:06.825Z] + rpm -qa [2020-08-21T08:06:06.825Z] + sort [2020-08-21T08:06:11.041Z] + '[' -f /tmp/packages_start.txt ']' [2020-08-21T08:06:11.041Z] + '[' -f /tmp/packages_end.txt ']' [2020-08-21T08:06:11.041Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-08-21T08:06:11.041Z] + '[' /w/workspace/foundry_device-virtual-go_PR-124 ']' [2020-08-21T08:06:11.041Z] + mkdir -p /w/workspace/foundry_device-virtual-go_PR-124/archives/ [2020-08-21T08:06:11.041Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/foundry_device-virtual-go_PR-124/archives/ [Pipeline] isUnix [Pipeline] sh [2020-08-21T08:06:11.702Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-08-21T08:06:11.702Z] [2020-08-21T08:06:11.702Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-08-21T08:06:12.093Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-08-21T08:06:12.093Z] alpine: Pulling from edgex-lftools-log-publisher [2020-08-21T08:06:12.093Z] c9b1b535fdd9: Pulling fs layer [2020-08-21T08:06:12.093Z] 2cc5ad85d9ab: Pulling fs layer [2020-08-21T08:06:12.093Z] 756a868c4378: Pulling fs layer [2020-08-21T08:06:12.093Z] 444b2fc9a129: Pulling fs layer [2020-08-21T08:06:12.093Z] ea15f1150254: Pulling fs layer [2020-08-21T08:06:12.093Z] 41b27a9f41bf: Pulling fs layer [2020-08-21T08:06:12.093Z] 28c525ee5125: Pulling fs layer [2020-08-21T08:06:12.093Z] 094b1ea09ed8: Pulling fs layer [2020-08-21T08:06:12.093Z] 138eaada9080: Pulling fs layer [2020-08-21T08:06:12.093Z] 0622d0fa9048: Pulling fs layer [2020-08-21T08:06:12.093Z] 41b27a9f41bf: Waiting [2020-08-21T08:06:12.093Z] 28c525ee5125: Waiting [2020-08-21T08:06:12.093Z] 094b1ea09ed8: Waiting [2020-08-21T08:06:12.093Z] 138eaada9080: Waiting [2020-08-21T08:06:12.093Z] 0622d0fa9048: Waiting [2020-08-21T08:06:12.093Z] 444b2fc9a129: Waiting [2020-08-21T08:06:12.093Z] ea15f1150254: Waiting [2020-08-21T08:06:12.093Z] 2cc5ad85d9ab: Verifying Checksum [2020-08-21T08:06:12.093Z] 2cc5ad85d9ab: Download complete [2020-08-21T08:06:12.093Z] 444b2fc9a129: Verifying Checksum [2020-08-21T08:06:12.093Z] 444b2fc9a129: Download complete [2020-08-21T08:06:12.093Z] c9b1b535fdd9: Verifying Checksum [2020-08-21T08:06:12.093Z] c9b1b535fdd9: Download complete [2020-08-21T08:06:12.093Z] ea15f1150254: Verifying Checksum [2020-08-21T08:06:12.093Z] ea15f1150254: Download complete [2020-08-21T08:06:12.368Z] 28c525ee5125: Verifying Checksum [2020-08-21T08:06:12.368Z] 28c525ee5125: Download complete [2020-08-21T08:06:12.632Z] 756a868c4378: Verifying Checksum [2020-08-21T08:06:12.632Z] 756a868c4378: Download complete [2020-08-21T08:06:12.632Z] c9b1b535fdd9: Pull complete [2020-08-21T08:06:12.632Z] 138eaada9080: Verifying Checksum [2020-08-21T08:06:12.632Z] 138eaada9080: Download complete [2020-08-21T08:06:12.632Z] 0622d0fa9048: Verifying Checksum [2020-08-21T08:06:12.632Z] 0622d0fa9048: Download complete [2020-08-21T08:06:12.632Z] 094b1ea09ed8: Verifying Checksum [2020-08-21T08:06:12.632Z] 094b1ea09ed8: Download complete [2020-08-21T08:06:13.208Z] 41b27a9f41bf: Verifying Checksum [2020-08-21T08:06:13.208Z] 41b27a9f41bf: Download complete [2020-08-21T08:06:13.208Z] 2cc5ad85d9ab: Pull complete [2020-08-21T08:06:14.609Z] 756a868c4378: Pull complete [2020-08-21T08:06:14.609Z] 444b2fc9a129: Pull complete [2020-08-21T08:06:14.871Z] ea15f1150254: Pull complete [2020-08-21T08:06:19.100Z] 41b27a9f41bf: Pull complete [2020-08-21T08:06:19.100Z] 28c525ee5125: Pull complete [2020-08-21T08:06:21.025Z] 094b1ea09ed8: Pull complete [2020-08-21T08:06:21.286Z] 138eaada9080: Pull complete [2020-08-21T08:06:21.286Z] 0622d0fa9048: Pull complete [2020-08-21T08:06:21.546Z] Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 [2020-08-21T08:06:21.547Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-08-21T08:06:21.547Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-08-21T08:06:21.755Z] prd-centos7-docker-4c-2g-656 does not seem to be running inside a container [2020-08-21T08:06:21.797Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 -v /var/log/sa:/var/log/sa -w /w/workspace/foundry_device-virtual-go_PR-124 -v /w/workspace/foundry_device-virtual-go_PR-124:/w/workspace/foundry_device-virtual-go_PR-124:rw,z -v /w/workspace/foundry_device-virtual-go_PR-124@tmp:/w/workspace/foundry_device-virtual-go_PR-124@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2020-08-21T08:06:25.329Z] $ docker top 325b8577099f4eae9c3d4009bb9f6ea076cf056447a6b9e60327e8b4ab17824e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-08-21T08:06:25.694Z] provisioning config files... [2020-08-21T08:06:25.710Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/foundry_device-virtual-go_PR-124@tmp/config5384400346332159293tmp [Pipeline] { [Pipeline] echo [2020-08-21T08:06:25.850Z] Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-08-21T08:06:26.175Z] ---> create-netrc.sh [Pipeline] echo [2020-08-21T08:06:26.206Z] Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-08-21T08:06:26.532Z] ---> logs-deploy.sh [2020-08-21T08:06:26.532Z] + ARCHIVE_ARTIFACTS= [2020-08-21T08:06:26.532Z] + LOGS_SERVER=https://logs.edgexfoundry.org [2020-08-21T08:06:26.532Z] + '[' https://logs.edgexfoundry.org == None ']' [2020-08-21T08:06:26.532Z] + NEXUS_URL=https://nexus.edgexfoundry.org [2020-08-21T08:06:26.532Z] + NEXUS_PATH=production/vex-yul-edgex-jenkins-1/edgexfoundry/device-virtual-go/PR-124/1 [2020-08-21T08:06:26.532Z] + BUILD_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/device-virtual-go/job/PR-124/1/ [2020-08-21T08:06:26.532Z] + lftools deploy archives -p '' https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/device-virtual-go/PR-124/1 /w/workspace/foundry_device-virtual-go_PR-124 [2020-08-21T08:06:27.922Z] Archives upload complete. [2020-08-21T08:06:27.922Z] + lftools deploy logs https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/device-virtual-go/PR-124/1 https://jenkins.edgexfoundry.org/job/edgexfoundry/job/device-virtual-go/job/PR-124/1/