Pull request #126 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 hahattan for edgexfoundry/device-virtual-go Loading trusted files from base branch master at 85ca4d9a088a28cefeda27c571c84a40d18009e2 rather than 67edd992d4dc08e8fe9888488d5b2b9bddbc7209 Obtained Jenkinsfile from 85ca4d9a088a28cefeda27c571c84a40d18009e2 Running in Durability level: MAX_SURVIVABILITY Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 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 --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 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-126/workspace@libs/edgex-global-pipelines # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 > 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 > git --version # 'git version 2.16.6' 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-155 in /w/workspace/foundry_device-virtual-go_PR-126 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Fetching without tags Cloning repository git@github.com:edgexfoundry/device-virtual-go.git > git init /w/workspace/foundry_device-virtual-go_PR-126 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git > git --version # timeout=10 > git --version # 'git version 2.16.5' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/pull/126/head:refs/remotes/origin/PR-126 +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/126/head:refs/remotes/origin/PR-126 # 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/126/head:refs/remotes/origin/PR-126 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 85ca4d9a088a28cefeda27c571c84a40d18009e2 into PR head commit 67edd992d4dc08e8fe9888488d5b2b9bddbc7209 Merge succeeded, producing 67edd992d4dc08e8fe9888488d5b2b9bddbc7209 Checking out Revision 67edd992d4dc08e8fe9888488d5b2b9bddbc7209 (PR-126) > git config core.sparsecheckout # timeout=10 > git checkout -f 67edd992d4dc08e8fe9888488d5b2b9bddbc7209 # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge 85ca4d9a088a28cefeda27c571c84a40d18009e2 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 67edd992d4dc08e8fe9888488d5b2b9bddbc7209 # timeout=10 Commit message: "Remove unused attribution in Attribution.txt" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.16.5' fatal: bad object aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-08-24T06:44:28.811Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-08-24T06:44:29.111Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-08-24T06:44:29.336Z] ========================================================= [2020-08-24T06:44:29.336Z] EdgeX Global Pipelines Version Info [2020-08-24T06:44:29.336Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-08-24T06:44:32.241Z] ------------------- [2020-08-24T06:44:32.242Z] stable info: [2020-08-24T06:44:32.242Z] ------------------- [2020-08-24T06:44:32.242Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-08-24T06:44:32.242Z] Commit SHA: aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 [2020-08-24T06:44:32.242Z] Message: update stable to v1.0.106 [2020-08-24T06:44:33.255Z] ------------------- [2020-08-24T06:44:33.255Z] experimental info: [2020-08-24T06:44:33.255Z] ------------------- [2020-08-24T06:44:33.255Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-08-24T06:44:33.255Z] Commit SHA: 69b11ffe9275ab8e68c4cba724b6d595bdc2db9b [2020-08-24T06:44:33.255Z] 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-24T06:44:36.050Z] + git log --format=format:%s -1 67edd992d4dc08e8fe9888488d5b2b9bddbc7209 [Pipeline] echo [2020-08-24T06:44:36.168Z] GIT_COMMIT: 67edd992d4dc08e8fe9888488d5b2b9bddbc7209, Commit Message: Remove unused attribution in Attribution.txt [Pipeline] echo [2020-08-24T06:44:36.241Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2020-08-24T06:44:37.076Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-08-24T06:44:37.351Z] [2020-08-24T06:44:37.351Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-08-24T06:44:37.828Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-08-24T06:44:38.132Z] latest: Pulling from edgex-devops/git-semver [2020-08-24T06:44:38.132Z] 31603596830f: Pulling fs layer [2020-08-24T06:44:38.132Z] 2a8b12db71e7: Pulling fs layer [2020-08-24T06:44:38.132Z] 6ca5941a6612: Pulling fs layer [2020-08-24T06:44:38.132Z] ecc8261a40a4: Pulling fs layer [2020-08-24T06:44:38.132Z] ecc8261a40a4: Waiting [2020-08-24T06:44:38.132Z] 2a8b12db71e7: Verifying Checksum [2020-08-24T06:44:38.132Z] 2a8b12db71e7: Download complete [2020-08-24T06:44:38.462Z] 6ca5941a6612: Verifying Checksum [2020-08-24T06:44:38.462Z] 6ca5941a6612: Download complete [2020-08-24T06:44:38.462Z] 31603596830f: Verifying Checksum [2020-08-24T06:44:38.462Z] 31603596830f: Download complete [2020-08-24T06:44:38.739Z] ecc8261a40a4: Verifying Checksum [2020-08-24T06:44:38.739Z] ecc8261a40a4: Download complete [2020-08-24T06:44:39.018Z] 31603596830f: Pull complete [2020-08-24T06:44:39.018Z] 2a8b12db71e7: Pull complete [2020-08-24T06:44:40.472Z] 6ca5941a6612: Pull complete [2020-08-24T06:44:40.739Z] ecc8261a40a4: Pull complete [2020-08-24T06:44:40.739Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-08-24T06:44:40.740Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-08-24T06:44:40.740Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-08-24T06:44:40.895Z] prd-centos7-docker-4c-2g-155 does not seem to be running inside a container [2020-08-24T06:44:40.977Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/foundry_device-virtual-go_PR-126 -v /w/workspace/foundry_device-virtual-go_PR-126:/w/workspace/foundry_device-virtual-go_PR-126:rw,z -v /w/workspace/foundry_device-virtual-go_PR-126@tmp:/w/workspace/foundry_device-virtual-go_PR-126@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-08-24T06:44:43.192Z] $ docker top b481974bedc17eea46b8206c9e27c2032f883c5532961ddef34cfeb81a649cd6 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-08-24T06:44:43.801Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-08-24T06:44:43.802Z] [ssh-agent] Looking for ssh-agent implementation... [2020-08-24T06:44:44.218Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-08-24T06:44:44.233Z] $ docker exec b481974bedc17eea46b8206c9e27c2032f883c5532961ddef34cfeb81a649cd6 ssh-agent [2020-08-24T06:44:44.451Z] SSH_AUTH_SOCK=/tmp/ssh-tz4Fi2ex3GFx/agent.11 [2020-08-24T06:44:44.451Z] SSH_AGENT_PID=16 [2020-08-24T06:44:44.464Z] Running ssh-add (command line suppressed) [2020-08-24T06:44:44.618Z] Identity added: /w/workspace/foundry_device-virtual-go_PR-126@tmp/private_key_1191592661788832872.key (/w/workspace/foundry_device-virtual-go_PR-126@tmp/private_key_1191592661788832872.key) [2020-08-24T06:44:44.674Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-08-24T06:44:45.054Z] + git describe --exact-match --tags HEAD [2020-08-24T06:44:45.054Z] fatal: No names found, cannot describe anything. [Pipeline] } [2020-08-24T06:44:45.111Z] $ docker exec --env ******** --env ******** b481974bedc17eea46b8206c9e27c2032f883c5532961ddef34cfeb81a649cd6 ssh-agent -k [2020-08-24T06:44:45.344Z] unset SSH_AUTH_SOCK; [2020-08-24T06:44:45.356Z] unset SSH_AGENT_PID; [2020-08-24T06:44:45.356Z] echo Agent pid 16 killed; [2020-08-24T06:44:45.428Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [2020-08-24T06:44:45.596Z] [WARNING]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 [2020-08-24T06:44:45.596Z] This usually means this commit has not been tagged. [Pipeline] sshagent [2020-08-24T06:44:45.788Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-08-24T06:44:45.788Z] [ssh-agent] Looking for ssh-agent implementation... [2020-08-24T06:44:46.047Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-08-24T06:44:46.060Z] $ docker exec b481974bedc17eea46b8206c9e27c2032f883c5532961ddef34cfeb81a649cd6 ssh-agent [2020-08-24T06:44:46.283Z] SSH_AUTH_SOCK=/tmp/ssh-B4COfnkmMS7Q/agent.44 [2020-08-24T06:44:46.283Z] SSH_AGENT_PID=49 [2020-08-24T06:44:46.292Z] Running ssh-add (command line suppressed) [2020-08-24T06:44:46.546Z] Identity added: /w/workspace/foundry_device-virtual-go_PR-126@tmp/private_key_8032754509318541434.key (/w/workspace/foundry_device-virtual-go_PR-126@tmp/private_key_8032754509318541434.key) [2020-08-24T06:44:46.604Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-08-24T06:44:46.993Z] + git semver init [2020-08-24T06:44:46.994Z] # -> Open(): unable to determine branch for HEAD [2020-08-24T06:44:46.994Z] # $GIT_DIR = /w/workspace/foundry_device-virtual-go_PR-126/.git [2020-08-24T06:44:46.994Z] # $GIT_WORK_TREE = /w/workspace/foundry_device-virtual-go_PR-126 [2020-08-24T06:44:46.994Z] # $SEMVER_REMOTE_NAME = origin [2020-08-24T06:44:46.994Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-08-24T06:44:46.994Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-08-24T06:44:46.994Z] # $SEMVER_BRANCH = PR-126 [2020-08-24T06:44:46.994Z] # $SEMVER_TEMP = /tmp/semver-060927181 [2020-08-24T06:44:46.994Z] # git clone --branch semver git@github.com:edgexfoundry/device-virtual-go.git $SEMVER_TEMP [2020-08-24T06:44:47.976Z] # '/tmp/semver-060927181' -> '/w/workspace/foundry_device-virtual-go_PR-126/.semver' [2020-08-24T06:44:47.976Z] # -> Force: false [2020-08-24T06:44:47.976Z] # $SEMVER_DIR = /w/workspace/foundry_device-virtual-go_PR-126/.semver [Pipeline] } [2020-08-24T06:44:48.010Z] $ docker exec --env ******** --env ******** b481974bedc17eea46b8206c9e27c2032f883c5532961ddef34cfeb81a649cd6 ssh-agent -k [2020-08-24T06:44:48.242Z] unset SSH_AUTH_SOCK; [2020-08-24T06:44:48.242Z] unset SSH_AGENT_PID; [2020-08-24T06:44:48.242Z] echo Agent pid 49 killed; [2020-08-24T06:44:48.295Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-08-24T06:44:48.852Z] + git semver [Pipeline] } [2020-08-24T06:44:48.898Z] $ docker stop --time=1 b481974bedc17eea46b8206c9e27c2032f883c5532961ddef34cfeb81a649cd6 [2020-08-24T06:44:50.320Z] $ docker rm -f b481974bedc17eea46b8206c9e27c2032f883c5532961ddef34cfeb81a649cd6 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash [2020-08-24T06:44:51.582Z] Stashed 24 file(s) [Pipeline] echo [2020-08-24T06:44:51.660Z] [edgeXSemver] initialized semver on version 0.0.0 [Pipeline] echo [2020-08-24T06:44:51.810Z] 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-24T06:45:07.506Z] Still waiting to schedule task [2020-08-24T06:45:07.506Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2020-08-24T06:45:07.536Z] Still waiting to schedule task [2020-08-24T06:45:07.537Z] ‘prd-ubuntu18.04-docker-arm64-4c-16g-154’ is offline [2020-08-24T06:47:05.924Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-157 in /w/workspace/foundry_device-virtual-go_PR-126 [Pipeline] { [Pipeline] ws [2020-08-24T06:47:06.007Z] Running in /w/workspace/device-virtual-go/1 [Pipeline] { [Pipeline] checkout [2020-08-24T06:47:11.138Z] using credential edgex-jenkins-ssh [2020-08-24T06:47:11.242Z] Cloning the remote Git repository [2020-08-24T06:47:11.243Z] Cloning with configured refspecs honoured and without tags [2020-08-24T06:47:12.407Z] Fetching without tags [2020-08-24T06:47:11.307Z] Cloning repository git@github.com:edgexfoundry/device-virtual-go.git [2020-08-24T06:47:11.424Z] > git init /w/workspace/device-virtual-go/1 # timeout=10 [2020-08-24T06:47:11.497Z] Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git [2020-08-24T06:47:11.497Z] > git --version # timeout=10 [2020-08-24T06:47:11.516Z] > git --version # 'git version 2.17.1' [2020-08-24T06:47:11.518Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-08-24T06:47:11.583Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/pull/126/head:refs/remotes/origin/PR-126 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-08-24T06:47:12.323Z] > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 [2020-08-24T06:47:12.340Z] > git config --add remote.origin.fetch +refs/pull/126/head:refs/remotes/origin/PR-126 # timeout=10 [2020-08-24T06:47:12.368Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-08-24T06:47:12.394Z] > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 [2020-08-24T06:47:12.424Z] Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git [2020-08-24T06:47:12.425Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-08-24T06:47:12.437Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/pull/126/head:refs/remotes/origin/PR-126 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-08-24T06:47:12.934Z] Merging remotes/origin/master commit 85ca4d9a088a28cefeda27c571c84a40d18009e2 into PR head commit 67edd992d4dc08e8fe9888488d5b2b9bddbc7209 [2020-08-24T06:47:13.306Z] Merge succeeded, producing 67edd992d4dc08e8fe9888488d5b2b9bddbc7209 [2020-08-24T06:47:13.306Z] Checking out Revision 67edd992d4dc08e8fe9888488d5b2b9bddbc7209 (PR-126) [2020-08-24T06:47:12.996Z] > git config core.sparsecheckout # timeout=10 [2020-08-24T06:47:13.034Z] > git checkout -f 67edd992d4dc08e8fe9888488d5b2b9bddbc7209 # timeout=10 [2020-08-24T06:47:13.143Z] > git remote # timeout=10 [2020-08-24T06:47:13.197Z] > git config --get remote.origin.url # timeout=10 [2020-08-24T06:47:13.224Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-08-24T06:47:13.240Z] > git merge 85ca4d9a088a28cefeda27c571c84a40d18009e2 # timeout=10 [2020-08-24T06:47:13.273Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-08-24T06:47:13.317Z] > git config core.sparsecheckout # timeout=10 [2020-08-24T06:47:13.340Z] > git checkout -f 67edd992d4dc08e8fe9888488d5b2b9bddbc7209 # timeout=10 [2020-08-24T06:47:16.493Z] Running on prd-centos7-docker-4c-2g-158 in /w/workspace/foundry_device-virtual-go_PR-126 [Pipeline] { [Pipeline] ws [2020-08-24T06:47:16.572Z] Running in /w/workspace/device-virtual-go/1 [Pipeline] { [Pipeline] checkout [2020-08-24T06:47:17.630Z] Commit message: "Remove unused attribution in Attribution.txt" [2020-08-24T06:47:17.692Z] > git --version # timeout=10 [2020-08-24T06:47:17.710Z] > git --version # 'git version 2.17.1' [2020-08-24T06:47:17.725Z] fatal: bad object aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-08-24T06:47:18.852Z] ========================================================= [2020-08-24T06:47:18.852Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] [2020-08-24T06:47:18.852Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-08-24T06:47:20.115Z] + 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-24T06:47:21.102Z] Sending build context to Docker daemon 525.8kB [2020-08-24T06:47:21.102Z] Step 1/8 : ARG BASE=golang:1.13-alpine [2020-08-24T06:47:21.102Z] Step 2/8 : FROM ${BASE} [2020-08-24T06:47:21.379Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-08-24T06:47:21.379Z] b538f80385f9: Pulling fs layer [2020-08-24T06:47:21.379Z] 74f711af9a0d: Pulling fs layer [2020-08-24T06:47:21.379Z] 99f96fe45779: Pulling fs layer [2020-08-24T06:47:21.379Z] fd7a069fd194: Pulling fs layer [2020-08-24T06:47:21.379Z] 66aa3694b03b: Pulling fs layer [2020-08-24T06:47:21.379Z] 170f70906a0f: Pulling fs layer [2020-08-24T06:47:21.379Z] ad7c5574e4b9: Pulling fs layer [2020-08-24T06:47:21.379Z] e772456be8f7: Pulling fs layer [2020-08-24T06:47:21.379Z] c890913d741a: Pulling fs layer [2020-08-24T06:47:21.379Z] 2480fcc9aa5a: Pulling fs layer [2020-08-24T06:47:21.379Z] 09adf4765672: Pulling fs layer [2020-08-24T06:47:21.379Z] fd7a069fd194: Waiting [2020-08-24T06:47:21.379Z] 66aa3694b03b: Waiting [2020-08-24T06:47:21.379Z] 170f70906a0f: Waiting [2020-08-24T06:47:21.379Z] ad7c5574e4b9: Waiting [2020-08-24T06:47:21.379Z] e772456be8f7: Waiting [2020-08-24T06:47:21.379Z] c890913d741a: Waiting [2020-08-24T06:47:21.379Z] 2480fcc9aa5a: Waiting [2020-08-24T06:47:21.379Z] 09adf4765672: Waiting [2020-08-24T06:47:21.379Z] 99f96fe45779: Verifying Checksum [2020-08-24T06:47:21.379Z] 99f96fe45779: Download complete [2020-08-24T06:47:21.379Z] 74f711af9a0d: Download complete [2020-08-24T06:47:21.379Z] 66aa3694b03b: Verifying Checksum [2020-08-24T06:47:21.379Z] 66aa3694b03b: Download complete [2020-08-24T06:47:21.379Z] 170f70906a0f: Download complete [2020-08-24T06:47:21.379Z] b538f80385f9: Verifying Checksum [2020-08-24T06:47:21.379Z] b538f80385f9: Download complete [2020-08-24T06:47:22.370Z] b538f80385f9: Pull complete [2020-08-24T06:47:22.985Z] 74f711af9a0d: Pull complete [2020-08-24T06:47:23.281Z] 99f96fe45779: Pull complete [2020-08-24T06:47:23.887Z] ad7c5574e4b9: Verifying Checksum [2020-08-24T06:47:23.887Z] ad7c5574e4b9: Download complete [2020-08-24T06:47:23.887Z] c890913d741a: Verifying Checksum [2020-08-24T06:47:23.887Z] c890913d741a: Download complete [2020-08-24T06:47:24.152Z] using credential edgex-jenkins-ssh [2020-08-24T06:47:24.215Z] Cloning the remote Git repository [2020-08-24T06:47:24.215Z] Cloning with configured refspecs honoured and without tags [2020-08-24T06:47:25.293Z] Fetching without tags [2020-08-24T06:47:25.339Z] 2480fcc9aa5a: Verifying Checksum [2020-08-24T06:47:25.339Z] 09adf4765672: Verifying Checksum [2020-08-24T06:47:25.339Z] 09adf4765672: Download complete [2020-08-24T06:47:24.299Z] Cloning repository git@github.com:edgexfoundry/device-virtual-go.git [2020-08-24T06:47:24.410Z] > git init /w/workspace/device-virtual-go/1 # timeout=10 [2020-08-24T06:47:24.516Z] Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git [2020-08-24T06:47:24.516Z] > git --version # timeout=10 [2020-08-24T06:47:24.531Z] > git --version # 'git version 2.16.5' [2020-08-24T06:47:24.532Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-08-24T06:47:24.590Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/pull/126/head:refs/remotes/origin/PR-126 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-08-24T06:47:25.248Z] > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 [2020-08-24T06:47:25.257Z] > git config --add remote.origin.fetch +refs/pull/126/head:refs/remotes/origin/PR-126 # timeout=10 [2020-08-24T06:47:25.263Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-08-24T06:47:25.284Z] > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 [2020-08-24T06:47:25.308Z] Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git [2020-08-24T06:47:25.309Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-08-24T06:47:25.314Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/pull/126/head:refs/remotes/origin/PR-126 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-08-24T06:47:25.747Z] Merging remotes/origin/master commit 85ca4d9a088a28cefeda27c571c84a40d18009e2 into PR head commit 67edd992d4dc08e8fe9888488d5b2b9bddbc7209 [2020-08-24T06:47:25.966Z] Merge succeeded, producing 67edd992d4dc08e8fe9888488d5b2b9bddbc7209 [2020-08-24T06:47:25.966Z] Checking out Revision 67edd992d4dc08e8fe9888488d5b2b9bddbc7209 (PR-126) [2020-08-24T06:47:25.767Z] > git config core.sparsecheckout # timeout=10 [2020-08-24T06:47:25.780Z] > git checkout -f 67edd992d4dc08e8fe9888488d5b2b9bddbc7209 # timeout=10 [2020-08-24T06:47:25.863Z] > git remote # timeout=10 [2020-08-24T06:47:25.888Z] > git config --get remote.origin.url # timeout=10 [2020-08-24T06:47:25.916Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-08-24T06:47:25.923Z] > git merge 85ca4d9a088a28cefeda27c571c84a40d18009e2 # timeout=10 [2020-08-24T06:47:25.955Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-08-24T06:47:25.982Z] > git config core.sparsecheckout # timeout=10 [2020-08-24T06:47:26.043Z] > git checkout -f 67edd992d4dc08e8fe9888488d5b2b9bddbc7209 # timeout=10 [2020-08-24T06:47:27.317Z] fd7a069fd194: Verifying Checksum [2020-08-24T06:47:27.317Z] fd7a069fd194: Download complete [2020-08-24T06:47:27.317Z] e772456be8f7: Verifying Checksum [2020-08-24T06:47:27.317Z] e772456be8f7: Download complete [2020-08-24T06:47:30.094Z] Commit message: "Remove unused attribution in Attribution.txt" [2020-08-24T06:47:30.158Z] > git --version # timeout=10 [2020-08-24T06:47:30.178Z] > git --version # 'git version 2.16.5' [2020-08-24T06:47:30.269Z] fatal: bad object aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-08-24T06:47:31.295Z] ========================================================= [2020-08-24T06:47:31.295Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] [2020-08-24T06:47:31.295Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-08-24T06:47:32.113Z] + 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-24T06:47:32.748Z] Sending build context to Docker daemon 525.8kB [2020-08-24T06:47:32.748Z] Step 1/8 : ARG BASE=golang:1.13-alpine [2020-08-24T06:47:32.748Z] Step 2/8 : FROM ${BASE} [2020-08-24T06:47:32.748Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base [2020-08-24T06:47:32.748Z] df20fa9351a1: Pulling fs layer [2020-08-24T06:47:32.748Z] ed8968b2872e: Pulling fs layer [2020-08-24T06:47:32.748Z] a92cc7c5fd73: Pulling fs layer [2020-08-24T06:47:32.748Z] 2dd03ba5bac4: Pulling fs layer [2020-08-24T06:47:32.748Z] 1e091d79d1de: Pulling fs layer [2020-08-24T06:47:32.748Z] 481702a1767f: Pulling fs layer [2020-08-24T06:47:32.748Z] f64a6f60c768: Pulling fs layer [2020-08-24T06:47:32.748Z] e78d2573fc39: Pulling fs layer [2020-08-24T06:47:32.748Z] e876d2f968b6: Pulling fs layer [2020-08-24T06:47:32.748Z] ce8a83651883: Pulling fs layer [2020-08-24T06:47:32.748Z] 07967f4d0e4b: Pulling fs layer [2020-08-24T06:47:32.748Z] f64a6f60c768: Waiting [2020-08-24T06:47:32.748Z] e78d2573fc39: Waiting [2020-08-24T06:47:32.748Z] e876d2f968b6: Waiting [2020-08-24T06:47:32.748Z] ce8a83651883: Waiting [2020-08-24T06:47:32.748Z] 07967f4d0e4b: Waiting [2020-08-24T06:47:32.748Z] 2dd03ba5bac4: Waiting [2020-08-24T06:47:32.748Z] 1e091d79d1de: Waiting [2020-08-24T06:47:32.748Z] 481702a1767f: Waiting [2020-08-24T06:47:33.067Z] a92cc7c5fd73: Verifying Checksum [2020-08-24T06:47:33.067Z] a92cc7c5fd73: Download complete [2020-08-24T06:47:33.067Z] ed8968b2872e: Verifying Checksum [2020-08-24T06:47:33.067Z] ed8968b2872e: Download complete [2020-08-24T06:47:33.067Z] 1e091d79d1de: Verifying Checksum [2020-08-24T06:47:33.067Z] 1e091d79d1de: Download complete [2020-08-24T06:47:33.067Z] 481702a1767f: Verifying Checksum [2020-08-24T06:47:33.067Z] 481702a1767f: Download complete [2020-08-24T06:47:33.067Z] df20fa9351a1: Verifying Checksum [2020-08-24T06:47:33.067Z] df20fa9351a1: Download complete [2020-08-24T06:47:33.397Z] df20fa9351a1: Pull complete [2020-08-24T06:47:34.092Z] ed8968b2872e: Pull complete [2020-08-24T06:47:34.434Z] a92cc7c5fd73: Pull complete [2020-08-24T06:47:35.498Z] f64a6f60c768: Verifying Checksum [2020-08-24T06:47:35.498Z] f64a6f60c768: Download complete [2020-08-24T06:47:35.498Z] e876d2f968b6: Verifying Checksum [2020-08-24T06:47:35.498Z] e876d2f968b6: Download complete [2020-08-24T06:47:36.141Z] e78d2573fc39: Verifying Checksum [2020-08-24T06:47:36.141Z] e78d2573fc39: Download complete [2020-08-24T06:47:36.432Z] ce8a83651883: Verifying Checksum [2020-08-24T06:47:36.432Z] ce8a83651883: Download complete [2020-08-24T06:47:36.432Z] 07967f4d0e4b: Verifying Checksum [2020-08-24T06:47:36.432Z] 07967f4d0e4b: Download complete [2020-08-24T06:47:36.432Z] 2dd03ba5bac4: Verifying Checksum [2020-08-24T06:47:36.432Z] 2dd03ba5bac4: Download complete [2020-08-24T06:47:39.743Z] fd7a069fd194: Pull complete [2020-08-24T06:47:39.743Z] 66aa3694b03b: Pull complete [2020-08-24T06:47:39.743Z] 170f70906a0f: Pull complete [2020-08-24T06:47:43.157Z] ad7c5574e4b9: Pull complete [2020-08-24T06:47:46.639Z] 2dd03ba5bac4: Pull complete [2020-08-24T06:47:46.640Z] 1e091d79d1de: Pull complete [2020-08-24T06:47:46.640Z] 481702a1767f: Pull complete [2020-08-24T06:47:47.482Z] e772456be8f7: Pull complete [2020-08-24T06:47:47.482Z] c890913d741a: Pull complete [2020-08-24T06:47:50.109Z] 2480fcc9aa5a: Pull complete [2020-08-24T06:47:50.382Z] 09adf4765672: Pull complete [2020-08-24T06:47:50.382Z] Digest: sha256:77242015624dc62c2655c7b963a03ae32e90cc8c4d034de6c6efb010c7806a28 [2020-08-24T06:47:50.382Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine [2020-08-24T06:47:50.382Z] ---> 2248a725d1cf [2020-08-24T06:47:50.382Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IOTech' [2020-08-24T06:47:50.991Z] f64a6f60c768: Pull complete [2020-08-24T06:47:55.779Z] ---> Running in 0473d20cf15d [2020-08-24T06:47:55.779Z] Removing intermediate container 0473d20cf15d [2020-08-24T06:47:55.779Z] ---> 4075244ac344 [2020-08-24T06:47:55.779Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-24T06:47:55.779Z] ---> Running in db9cd611f370 [2020-08-24T06:47:56.500Z] e78d2573fc39: Pull complete [2020-08-24T06:47:56.500Z] e876d2f968b6: Pull complete [2020-08-24T06:47:57.753Z] Removing intermediate container db9cd611f370 [2020-08-24T06:47:57.753Z] ---> e0c3d4fcef86 [2020-08-24T06:47:57.753Z] Step 5/8 : RUN apk add --update --no-cache make git openssh build-base [2020-08-24T06:47:57.958Z] ce8a83651883: Pull complete [2020-08-24T06:47:57.958Z] 07967f4d0e4b: Pull complete [2020-08-24T06:47:57.958Z] Digest: sha256:323246222269c44bbdf124594b811e87e5df8ffc2c0adf7c0e497dcaec6e6afe [2020-08-24T06:47:57.958Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine [2020-08-24T06:47:57.958Z] ---> 5d7c900382c6 [2020-08-24T06:47:57.958Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IOTech' [2020-08-24T06:47:58.028Z] ---> Running in 2ff4f7beef14 [2020-08-24T06:47:59.398Z] ---> Running in 3ab450377280 [2020-08-24T06:47:59.398Z] Removing intermediate container 3ab450377280 [2020-08-24T06:47:59.398Z] ---> 673bebd32845 [2020-08-24T06:47:59.398Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-24T06:47:59.398Z] ---> Running in 20b0536bd175 [2020-08-24T06:47:59.494Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-24T06:48:00.105Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-24T06:48:00.713Z] (1/14) Installing libmagic (5.38-r0) [2020-08-24T06:48:01.317Z] (2/14) Installing file (5.38-r0) [2020-08-24T06:48:01.549Z] Removing intermediate container 20b0536bd175 [2020-08-24T06:48:01.549Z] ---> 150f4d47cbee [2020-08-24T06:48:01.549Z] Step 5/8 : RUN apk add --update --no-cache make git openssh build-base [2020-08-24T06:48:01.549Z] ---> Running in 2720b4ce4f65 [2020-08-24T06:48:01.591Z] (3/14) Installing libc-dev (0.7.2-r3) [2020-08-24T06:48:01.591Z] (4/14) Installing g++ (9.3.0-r2) [2020-08-24T06:48:02.386Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-24T06:48:03.000Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-24T06:48:03.328Z] (1/14) Installing libmagic (5.38-r0) [2020-08-24T06:48:03.933Z] (2/14) Installing file (5.38-r0) [2020-08-24T06:48:03.933Z] (3/14) Installing libc-dev (0.7.2-r3) [2020-08-24T06:48:04.276Z] (4/14) Installing g++ (9.3.0-r2) [2020-08-24T06:48:05.872Z] (5/14) Installing fortify-headers (1.1-r0) [2020-08-24T06:48:05.872Z] (6/14) Installing patch (2.7.6-r6) [2020-08-24T06:48:05.872Z] (7/14) Installing build-base (0.5-r2) [2020-08-24T06:48:05.872Z] (8/14) Installing openssh-keygen (8.3_p1-r0) [2020-08-24T06:48:05.872Z] (9/14) Installing libedit (20191231.3.1-r0) [2020-08-24T06:48:06.141Z] (10/14) Installing openssh-client (8.3_p1-r0) [2020-08-24T06:48:06.415Z] (11/14) Installing openssh-sftp-server (8.3_p1-r0) [2020-08-24T06:48:06.415Z] (12/14) Installing openssh-server-common (8.3_p1-r0) [2020-08-24T06:48:06.686Z] (13/14) Installing openssh-server (8.3_p1-r0) [2020-08-24T06:48:06.956Z] (14/14) Installing openssh (8.3_p1-r0) [2020-08-24T06:48:07.227Z] Executing busybox-1.31.1-r16.trigger [2020-08-24T06:48:07.227Z] OK: 221 MiB in 53 packages [2020-08-24T06:48:11.070Z] (5/14) Installing fortify-headers (1.1-r0) [2020-08-24T06:48:11.070Z] (6/14) Installing patch (2.7.6-r6) [2020-08-24T06:48:11.070Z] (7/14) Installing build-base (0.5-r2) [2020-08-24T06:48:11.070Z] (8/14) Installing openssh-keygen (8.3_p1-r0) [2020-08-24T06:48:11.070Z] (9/14) Installing libedit (20191231.3.1-r0) [2020-08-24T06:48:11.070Z] (10/14) Installing openssh-client (8.3_p1-r0) [2020-08-24T06:48:11.070Z] (11/14) Installing openssh-sftp-server (8.3_p1-r0) [2020-08-24T06:48:11.070Z] (12/14) Installing openssh-server-common (8.3_p1-r0) [2020-08-24T06:48:11.070Z] (13/14) Installing openssh-server (8.3_p1-r0) [2020-08-24T06:48:11.339Z] (14/14) Installing openssh (8.3_p1-r0) [2020-08-24T06:48:11.339Z] Executing busybox-1.31.1-r16.trigger [2020-08-24T06:48:11.339Z] OK: 237 MiB in 53 packages [2020-08-24T06:48:11.532Z] Removing intermediate container 2ff4f7beef14 [2020-08-24T06:48:11.532Z] ---> e8d52bc309fe [2020-08-24T06:48:11.532Z] Step 6/8 : WORKDIR /device-virtual-go [2020-08-24T06:48:11.532Z] ---> Running in 01440af71c07 [2020-08-24T06:48:11.807Z] Removing intermediate container 01440af71c07 [2020-08-24T06:48:11.807Z] ---> 30d4459bf857 [2020-08-24T06:48:11.807Z] Step 7/8 : COPY . . [2020-08-24T06:48:12.786Z] ---> 2fbd6e2853b6 [2020-08-24T06:48:12.786Z] Step 8/8 : RUN go mod download [2020-08-24T06:48:12.786Z] ---> Running in ebabdac2d892 [2020-08-24T06:48:15.747Z] Removing intermediate container 2720b4ce4f65 [2020-08-24T06:48:15.747Z] ---> 19f37ec0acb7 [2020-08-24T06:48:15.747Z] Step 6/8 : WORKDIR /device-virtual-go [2020-08-24T06:48:16.030Z] ---> Running in bf925003156f [2020-08-24T06:48:16.325Z] Removing intermediate container bf925003156f [2020-08-24T06:48:16.325Z] ---> 8ea69c728100 [2020-08-24T06:48:16.325Z] Step 7/8 : COPY . . [2020-08-24T06:48:16.937Z] ---> be68c6849dd8 [2020-08-24T06:48:16.937Z] Step 8/8 : RUN go mod download [2020-08-24T06:48:16.937Z] ---> Running in 718e095c3d9a [2020-08-24T06:48:17.081Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-08-24T06:48:17.081Z] go: finding github.com/OneOfOne/xxhash v1.2.6 [2020-08-24T06:48:17.081Z] go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e [2020-08-24T06:48:17.081Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-08-24T06:48:17.081Z] go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 [2020-08-24T06:48:17.081Z] go: finding github.com/bgentry/speakeasy v0.1.0 [2020-08-24T06:48:17.081Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-08-24T06:48:17.081Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-08-24T06:48:17.081Z] go: finding github.com/edgexfoundry/device-sdk-go v1.2.3 [2020-08-24T06:48:17.081Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.36 [2020-08-24T06:48:17.081Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-08-24T06:48:17.081Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-08-24T06:48:17.081Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 [2020-08-24T06:48:17.081Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-08-24T06:48:17.081Z] go: finding github.com/edsrzf/mmap-go v1.0.0 [2020-08-24T06:48:17.350Z] go: finding github.com/fatih/color v1.7.0 [2020-08-24T06:48:17.350Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-08-24T06:48:17.350Z] go: finding github.com/go-kit/kit v0.8.0 [2020-08-24T06:48:17.350Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-08-24T06:48:17.350Z] go: finding github.com/go-stack/stack v1.8.0 [2020-08-24T06:48:17.619Z] go: finding github.com/golang/snappy v0.0.1 [2020-08-24T06:48:17.619Z] go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2020-08-24T06:48:17.619Z] go: finding github.com/google/uuid v1.1.0 [2020-08-24T06:48:17.619Z] go: finding github.com/gorilla/mux v1.7.1 [2020-08-24T06:48:17.619Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-08-24T06:48:17.890Z] go: finding github.com/hashicorp/consul/sdk v0.1.1 [2020-08-24T06:48:17.890Z] go: finding github.com/hashicorp/errwrap v1.0.0 [2020-08-24T06:48:17.890Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-08-24T06:48:17.890Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-08-24T06:48:17.890Z] go: finding github.com/hashicorp/go-msgpack v0.5.3 [2020-08-24T06:48:18.167Z] go: finding github.com/hashicorp/go-multierror v1.0.0 [2020-08-24T06:48:18.167Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-08-24T06:48:18.167Z] go: finding github.com/hashicorp/go-sockaddr v1.0.0 [2020-08-24T06:48:18.167Z] go: finding github.com/hashicorp/go-syslog v1.0.0 [2020-08-24T06:48:18.167Z] go: finding github.com/hashicorp/go-uuid v1.0.1 [2020-08-24T06:48:18.167Z] go: finding github.com/hashicorp/go.net v0.0.1 [2020-08-24T06:48:18.440Z] go: finding github.com/hashicorp/golang-lru v0.5.0 [2020-08-24T06:48:18.440Z] go: finding github.com/hashicorp/logutils v1.0.0 [2020-08-24T06:48:18.440Z] go: finding github.com/hashicorp/mdns v1.0.0 [2020-08-24T06:48:18.440Z] go: finding github.com/hashicorp/memberlist v0.1.3 [2020-08-24T06:48:18.440Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-08-24T06:48:18.715Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-08-24T06:48:18.715Z] go: finding github.com/mattn/go-colorable v0.0.9 [2020-08-24T06:48:18.715Z] go: finding github.com/mattn/go-isatty v0.0.3 [2020-08-24T06:48:18.715Z] go: finding github.com/miekg/dns v1.0.14 [2020-08-24T06:48:18.715Z] go: finding github.com/mitchellh/cli v1.0.0 [2020-08-24T06:48:18.986Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-08-24T06:48:18.986Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-08-24T06:48:18.986Z] go: finding github.com/mitchellh/go-homedir v1.0.0 [2020-08-24T06:48:18.986Z] go: finding github.com/mitchellh/go-testing-interface v1.0.0 [2020-08-24T06:48:18.986Z] go: finding github.com/mitchellh/gox v0.4.0 [2020-08-24T06:48:19.261Z] go: finding github.com/mitchellh/iochan v1.0.0 [2020-08-24T06:48:19.261Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-08-24T06:48:19.261Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-08-24T06:48:19.261Z] go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2020-08-24T06:48:19.261Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-08-24T06:48:19.536Z] go: finding github.com/pkg/errors v0.8.1 [2020-08-24T06:48:19.536Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-08-24T06:48:19.536Z] go: finding github.com/posener/complete v1.1.1 [2020-08-24T06:48:19.536Z] go: finding github.com/remyoudompheng/bigfft v0.0.0-20190321074620-2f0d2b0e0001 [2020-08-24T06:48:19.811Z] go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f [2020-08-24T06:48:19.811Z] go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2020-08-24T06:48:19.811Z] go: finding github.com/stretchr/objx v0.1.0 [2020-08-24T06:48:19.811Z] go: finding github.com/stretchr/testify v1.5.1 [2020-08-24T06:48:19.811Z] go: finding github.com/ugorji/go v1.1.4 [2020-08-24T06:48:20.087Z] go: finding github.com/x448/float16 v0.8.4 [2020-08-24T06:48:20.087Z] go: finding golang.org/x/crypto v0.0.0-20181029021203-45a5f77698d3 [2020-08-24T06:48:20.087Z] go: finding golang.org/x/net v0.0.0-20181201002055-351d144fa1fc [2020-08-24T06:48:20.087Z] go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-08-24T06:48:20.087Z] go: finding golang.org/x/sys v0.0.0-20190411185658-b44545bcd369 [2020-08-24T06:48:20.357Z] go: finding gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 [2020-08-24T06:48:20.357Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-08-24T06:48:20.357Z] go: finding modernc.org/b v1.0.0 [2020-08-24T06:48:20.357Z] go: finding modernc.org/db v1.0.0 [2020-08-24T06:48:20.383Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-08-24T06:48:20.383Z] go: finding github.com/OneOfOne/xxhash v1.2.6 [2020-08-24T06:48:20.383Z] go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e [2020-08-24T06:48:20.383Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-08-24T06:48:20.383Z] go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 [2020-08-24T06:48:20.383Z] go: finding github.com/bgentry/speakeasy v0.1.0 [2020-08-24T06:48:20.383Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-08-24T06:48:20.383Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-08-24T06:48:20.628Z] go: finding modernc.org/file v1.0.0 [2020-08-24T06:48:20.628Z] go: finding modernc.org/fileutil v1.0.0 [2020-08-24T06:48:20.628Z] go: finding modernc.org/golex v1.0.0 [2020-08-24T06:48:20.628Z] go: finding modernc.org/internal v1.0.0 [2020-08-24T06:48:20.663Z] go: finding github.com/edgexfoundry/device-sdk-go v1.2.3 [2020-08-24T06:48:20.663Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.36 [2020-08-24T06:48:20.663Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-08-24T06:48:20.663Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-08-24T06:48:20.663Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 [2020-08-24T06:48:20.663Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-08-24T06:48:20.898Z] go: finding modernc.org/lldb v1.0.0 [2020-08-24T06:48:20.899Z] go: finding modernc.org/mathutil v1.0.0 [2020-08-24T06:48:20.899Z] go: finding modernc.org/ql v1.0.0 [2020-08-24T06:48:20.899Z] go: finding modernc.org/sortutil v1.0.0 [2020-08-24T06:48:20.957Z] go: finding github.com/edsrzf/mmap-go v1.0.0 [2020-08-24T06:48:20.957Z] go: finding github.com/fatih/color v1.7.0 [2020-08-24T06:48:20.957Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-08-24T06:48:20.957Z] go: finding github.com/go-kit/kit v0.8.0 [2020-08-24T06:48:20.957Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-08-24T06:48:20.957Z] go: finding github.com/go-stack/stack v1.8.0 [2020-08-24T06:48:20.957Z] go: finding github.com/golang/snappy v0.0.1 [2020-08-24T06:48:21.169Z] go: finding modernc.org/strutil v1.0.0 [2020-08-24T06:48:21.169Z] go: finding modernc.org/zappy v1.0.0 [2020-08-24T06:48:21.243Z] go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2020-08-24T06:48:21.243Z] go: finding github.com/google/uuid v1.1.0 [2020-08-24T06:48:21.243Z] go: finding github.com/gorilla/mux v1.7.1 [2020-08-24T06:48:21.243Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-08-24T06:48:21.243Z] go: finding github.com/hashicorp/consul/sdk v0.1.1 [2020-08-24T06:48:21.243Z] go: finding github.com/hashicorp/errwrap v1.0.0 [2020-08-24T06:48:21.620Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-08-24T06:48:21.620Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-08-24T06:48:21.620Z] go: finding github.com/hashicorp/go-msgpack v0.5.3 [2020-08-24T06:48:21.620Z] go: finding github.com/hashicorp/go-multierror v1.0.0 [2020-08-24T06:48:21.620Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-08-24T06:48:21.620Z] go: finding github.com/hashicorp/go-sockaddr v1.0.0 [2020-08-24T06:48:22.136Z] go: finding github.com/hashicorp/go-syslog v1.0.0 [2020-08-24T06:48:22.136Z] go: finding github.com/hashicorp/go-uuid v1.0.1 [2020-08-24T06:48:22.136Z] go: finding github.com/hashicorp/go.net v0.0.1 [2020-08-24T06:48:22.136Z] go: finding github.com/hashicorp/golang-lru v0.5.0 [2020-08-24T06:48:22.136Z] go: finding github.com/hashicorp/logutils v1.0.0 [2020-08-24T06:48:22.136Z] go: finding github.com/hashicorp/mdns v1.0.0 [2020-08-24T06:48:22.439Z] go: finding github.com/hashicorp/memberlist v0.1.3 [2020-08-24T06:48:22.439Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-08-24T06:48:22.439Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-08-24T06:48:22.439Z] go: finding github.com/mattn/go-colorable v0.0.9 [2020-08-24T06:48:22.439Z] go: finding github.com/mattn/go-isatty v0.0.3 [2020-08-24T06:48:22.439Z] go: finding github.com/miekg/dns v1.0.14 [2020-08-24T06:48:22.706Z] go: finding github.com/mitchellh/cli v1.0.0 [2020-08-24T06:48:22.706Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-08-24T06:48:22.706Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-08-24T06:48:22.706Z] go: finding github.com/mitchellh/go-homedir v1.0.0 [2020-08-24T06:48:22.706Z] go: finding github.com/mitchellh/go-testing-interface v1.0.0 [2020-08-24T06:48:22.706Z] go: finding github.com/mitchellh/gox v0.4.0 [2020-08-24T06:48:22.977Z] go: finding github.com/mitchellh/iochan v1.0.0 [2020-08-24T06:48:22.977Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-08-24T06:48:22.977Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-08-24T06:48:22.977Z] go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2020-08-24T06:48:22.977Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-08-24T06:48:22.977Z] go: finding github.com/pkg/errors v0.8.1 [2020-08-24T06:48:22.977Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-08-24T06:48:23.540Z] go: finding github.com/posener/complete v1.1.1 [2020-08-24T06:48:23.540Z] go: finding github.com/remyoudompheng/bigfft v0.0.0-20190321074620-2f0d2b0e0001 [2020-08-24T06:48:23.540Z] go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f [2020-08-24T06:48:23.540Z] go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2020-08-24T06:48:23.540Z] go: finding github.com/stretchr/objx v0.1.0 [2020-08-24T06:48:23.540Z] go: finding github.com/stretchr/testify v1.5.1 [2020-08-24T06:48:23.540Z] go: finding github.com/ugorji/go v1.1.4 [2020-08-24T06:48:23.540Z] go: finding github.com/x448/float16 v0.8.4 [2020-08-24T06:48:23.540Z] go: finding golang.org/x/crypto v0.0.0-20181029021203-45a5f77698d3 [2020-08-24T06:48:23.540Z] go: finding golang.org/x/net v0.0.0-20181201002055-351d144fa1fc [2020-08-24T06:48:23.916Z] go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-08-24T06:48:23.916Z] go: finding golang.org/x/sys v0.0.0-20190411185658-b44545bcd369 [2020-08-24T06:48:23.916Z] go: finding gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 [2020-08-24T06:48:23.916Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-08-24T06:48:23.916Z] go: finding modernc.org/b v1.0.0 [2020-08-24T06:48:23.916Z] go: finding modernc.org/db v1.0.0 [2020-08-24T06:48:23.916Z] go: finding modernc.org/file v1.0.0 [2020-08-24T06:48:23.916Z] go: finding modernc.org/fileutil v1.0.0 [2020-08-24T06:48:24.215Z] go: finding modernc.org/golex v1.0.0 [2020-08-24T06:48:24.215Z] go: finding modernc.org/internal v1.0.0 [2020-08-24T06:48:24.215Z] go: finding modernc.org/lldb v1.0.0 [2020-08-24T06:48:24.215Z] go: finding modernc.org/mathutil v1.0.0 [2020-08-24T06:48:24.215Z] go: finding modernc.org/ql v1.0.0 [2020-08-24T06:48:24.215Z] go: finding modernc.org/sortutil v1.0.0 [2020-08-24T06:48:24.215Z] go: finding modernc.org/strutil v1.0.0 [2020-08-24T06:48:24.215Z] go: finding modernc.org/zappy v1.0.0 [2020-08-24T06:48:31.344Z] Removing intermediate container ebabdac2d892 [2020-08-24T06:48:31.344Z] ---> 75348739073a [2020-08-24T06:48:31.344Z] Successfully built 75348739073a [2020-08-24T06:48:31.344Z] 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-08-24T06:48:32.357Z] + docker inspect -f . ci-base-image-arm64 [2020-08-24T06:48:32.357Z] . [Pipeline] withDockerContainer [2020-08-24T06:48:32.609Z] prd-ubuntu18.04-docker-arm64-4c-16g-157 does not seem to be running inside a container [2020-08-24T06:48:32.698Z] $ 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 ******** -e ******** ci-base-image-arm64 cat [2020-08-24T06:48:34.502Z] $ docker top 613f850d9e96abc8352ccdd633d981358b13e52235c619bf6454ce3d5a3b04b9 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-08-24T06:48:35.953Z] + go version [2020-08-24T06:48:35.953Z] go version go1.13.13 linux/arm64 [Pipeline] sh [2020-08-24T06:48:37.026Z] + make test [2020-08-24T06:48:37.026Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out [2020-08-24T06:48:37.226Z] Removing intermediate container 718e095c3d9a [2020-08-24T06:48:37.226Z] ---> 6f8a9190b14b [2020-08-24T06:48:37.226Z] Successfully built 6f8a9190b14b [2020-08-24T06:48:37.226Z] 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-08-24T06:48:38.016Z] ? github.com/edgexfoundry/device-virtual-go [no test files] [2020-08-24T06:48:38.509Z] + docker inspect -f . ci-base-image-x86_64 [2020-08-24T06:48:38.803Z] . [Pipeline] withDockerContainer [2020-08-24T06:48:39.145Z] prd-centos7-docker-4c-2g-158 does not seem to be running inside a container [2020-08-24T06:48:39.683Z] $ 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 ******** -e ******** ci-base-image-x86_64 cat [2020-08-24T06:48:41.534Z] $ docker top bab6e51e6f3111c2e2769255d2c6f6c9bb5e92c8088fc5d0a06bc56ac01d017b -eo pid,comm [Pipeline] { [Pipeline] sh [2020-08-24T06:48:42.657Z] + go version [2020-08-24T06:48:42.657Z] go version go1.13.13 linux/amd64 [Pipeline] sh [2020-08-24T06:48:43.177Z] + make test [2020-08-24T06:48:43.177Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out [2020-08-24T06:48:46.208Z] ? github.com/edgexfoundry/device-virtual-go [no test files] [2020-08-24T06:49:09.066Z] ? github.com/edgexfoundry/device-virtual-go/cmd [no test files] [2020-08-24T06:49:09.352Z] ok github.com/edgexfoundry/device-virtual-go/internal/driver 0.698s coverage: 56.4% of statements [2020-08-24T06:49:09.658Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2020-08-24T06:49:17.039Z] ? github.com/edgexfoundry/device-virtual-go/cmd [no test files] [2020-08-24T06:49:17.040Z] ok github.com/edgexfoundry/device-virtual-go/internal/driver 0.756s coverage: 56.4% of statements [2020-08-24T06:49:17.314Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2020-08-24T06:49:18.313Z] gofmt -l . [2020-08-24T06:49:18.314Z] [ "`gofmt -l .`" = "" ] [2020-08-24T06:49:18.314Z] ./bin/test-attribution-txt.sh [2020-08-24T06:49:18.583Z] ./bin/test-go-mod-tidy.sh [Pipeline] stash [2020-08-24T06:49:20.394Z] Stashed 1 file(s) [Pipeline] } [2020-08-24T06:49:20.424Z] $ docker stop --time=1 bab6e51e6f3111c2e2769255d2c6f6c9bb5e92c8088fc5d0a06bc56ac01d017b [2020-08-24T06:49:22.839Z] $ docker rm -f bab6e51e6f3111c2e2769255d2c6f6c9bb5e92c8088fc5d0a06bc56ac01d017b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [2020-08-24T06:49:25.602Z] gofmt -l . [2020-08-24T06:49:25.602Z] [ "`gofmt -l .`" = "" ] [2020-08-24T06:49:25.602Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2020-08-24T06:49:25.876Z] ./bin/test-go-mod-tidy.sh [2020-08-24T06:49:26.151Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [Pipeline] stash [2020-08-24T06:49:26.515Z] Warning: overwriting stash ‘coverage-report’ [2020-08-24T06:49:26.585Z] + ls -al . [2020-08-24T06:49:26.585Z] total 108 [2020-08-24T06:49:26.585Z] drwxrwxr-x. 8 jenkins jenkins 4096 Aug 24 06:49 . [2020-08-24T06:49:26.585Z] drwxrwxr-x. 4 jenkins jenkins 28 Aug 24 06:47 .. [2020-08-24T06:49:26.585Z] -rw-rw-r--. 1 jenkins jenkins 5927 Aug 24 06:47 Attribution.txt [2020-08-24T06:49:26.585Z] drwxrwxr-x. 2 jenkins jenkins 64 Aug 24 06:47 bin [2020-08-24T06:49:26.585Z] drwxrwxr-x. 3 jenkins jenkins 32 Aug 24 06:47 cmd [2020-08-24T06:49:26.585Z] -rw-r--r--. 1 jenkins jenkins 29142 Aug 24 06:49 coverage.out [2020-08-24T06:49:26.585Z] -rw-rw-r--. 1 jenkins jenkins 1826 Aug 24 06:47 Dockerfile [2020-08-24T06:49:26.585Z] -rw-rw-r--. 1 jenkins jenkins 957 Aug 24 06:47 Dockerfile.build [2020-08-24T06:49:26.585Z] drwxrwxr-x. 8 jenkins jenkins 179 Aug 24 06:47 .git [2020-08-24T06:49:26.585Z] drwxrwxr-x. 2 jenkins jenkins 38 Aug 24 06:47 .github [2020-08-24T06:49:26.585Z] -rw-rw-r--. 1 jenkins jenkins 258 Aug 24 06:47 .gitignore [2020-08-24T06:49:26.585Z] -rw-r--r--. 1 jenkins jenkins 855 Aug 24 06:49 go.mod [2020-08-24T06:49:26.585Z] -rw-r--r--. 1 jenkins jenkins 14894 Aug 24 06:49 go.sum [2020-08-24T06:49:26.585Z] drwxrwxr-x. 3 jenkins jenkins 20 Aug 24 06:47 internal [2020-08-24T06:49:26.585Z] -rw-rw-r--. 1 jenkins jenkins 683 Aug 24 06:47 Jenkinsfile [2020-08-24T06:49:26.585Z] -rw-rw-r--. 1 jenkins jenkins 11340 Aug 24 06:47 LICENSE [2020-08-24T06:49:26.585Z] -rw-rw-r--. 1 jenkins jenkins 873 Aug 24 06:47 Makefile [2020-08-24T06:49:26.585Z] -rw-rw-r--. 1 jenkins jenkins 918 Aug 24 06:47 README.md [2020-08-24T06:49:26.585Z] drwxrwxr-x. 3 jenkins jenkins 58 Aug 24 06:47 .semver [2020-08-24T06:49:26.585Z] -rw-rw-r--. 1 jenkins jenkins 5 Aug 24 06:44 VERSION [2020-08-24T06:49:26.585Z] -rw-rw-r--. 1 jenkins jenkins 235 Aug 24 06:47 version.go [Pipeline] isUnix [Pipeline] sh [2020-08-24T06:49:27.055Z] + 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=67edd992d4dc08e8fe9888488d5b2b9bddbc7209 --label arch=amd64 --label version=0.0.0 . [2020-08-24T06:49:27.359Z] Sending build context to Docker daemon 571.4kB [2020-08-24T06:49:27.359Z] Step 1/21 : ARG BASE=golang:1.13-alpine [2020-08-24T06:49:27.359Z] Step 2/21 : FROM ${BASE} AS builder [2020-08-24T06:49:27.359Z] ---> 6f8a9190b14b [2020-08-24T06:49:27.359Z] Step 3/21 : ARG ALPINE_PKG_BASE="build-base git openssh-client" [2020-08-24T06:49:27.450Z] Stashed 1 file(s) [Pipeline] } [2020-08-24T06:49:27.479Z] $ docker stop --time=1 613f850d9e96abc8352ccdd633d981358b13e52235c619bf6454ce3d5a3b04b9 [2020-08-24T06:49:27.660Z] ---> Running in 0ef59cab942c [2020-08-24T06:49:27.944Z] Removing intermediate container 0ef59cab942c [2020-08-24T06:49:27.944Z] ---> a29986f0060c [2020-08-24T06:49:27.944Z] Step 4/21 : ARG ALPINE_PKG_EXTRA="" [2020-08-24T06:49:27.944Z] ---> Running in 157c23b4fb1e [2020-08-24T06:49:28.224Z] Removing intermediate container 157c23b4fb1e [2020-08-24T06:49:28.224Z] ---> 27d6be504912 [2020-08-24T06:49:28.224Z] Step 5/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019-2020: IOTech' [2020-08-24T06:49:28.224Z] ---> Running in d36327ed2491 [2020-08-24T06:49:28.827Z] Removing intermediate container d36327ed2491 [2020-08-24T06:49:28.827Z] ---> cd9600af3a30 [2020-08-24T06:49:28.827Z] Step 6/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-24T06:49:28.827Z] ---> Running in 9a2526ceebfe [2020-08-24T06:49:29.804Z] $ docker rm -f 613f850d9e96abc8352ccdd633d981358b13e52235c619bf6454ce3d5a3b04b9 [2020-08-24T06:49:30.279Z] Removing intermediate container 9a2526ceebfe [2020-08-24T06:49:30.279Z] ---> 7363a9226dfb [2020-08-24T06:49:30.279Z] Step 7/21 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2020-08-24T06:49:30.279Z] ---> Running in dad38d89c8b7 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [2020-08-24T06:49:30.876Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [Pipeline] script [Pipeline] { [Pipeline] sh [2020-08-24T06:49:31.444Z] + sudo chown -R jenkins:jenkins . [2020-08-24T06:49:31.463Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [Pipeline] sh [2020-08-24T06:49:31.817Z] + ls -al . [2020-08-24T06:49:31.817Z] total 136 [2020-08-24T06:49:31.817Z] drwxrwxr-x 8 jenkins jenkins 4096 Aug 24 06:49 . [2020-08-24T06:49:31.817Z] drwxrwxr-x 4 jenkins jenkins 4096 Aug 24 06:47 .. [2020-08-24T06:49:31.817Z] drwxrwxr-x 8 jenkins jenkins 4096 Aug 24 06:47 .git [2020-08-24T06:49:31.817Z] drwxrwxr-x 2 jenkins jenkins 4096 Aug 24 06:47 .github [2020-08-24T06:49:31.817Z] -rw-rw-r-- 1 jenkins jenkins 258 Aug 24 06:47 .gitignore [2020-08-24T06:49:31.817Z] drwxrwxr-x 3 jenkins jenkins 4096 Aug 24 06:47 .semver [2020-08-24T06:49:31.817Z] -rw-rw-r-- 1 jenkins jenkins 5927 Aug 24 06:47 Attribution.txt [2020-08-24T06:49:31.817Z] -rw-rw-r-- 1 jenkins jenkins 1826 Aug 24 06:47 Dockerfile [2020-08-24T06:49:31.817Z] -rw-rw-r-- 1 jenkins jenkins 957 Aug 24 06:47 Dockerfile.build [2020-08-24T06:49:31.817Z] -rw-rw-r-- 1 jenkins jenkins 683 Aug 24 06:47 Jenkinsfile [2020-08-24T06:49:31.817Z] -rw-rw-r-- 1 jenkins jenkins 11340 Aug 24 06:47 LICENSE [2020-08-24T06:49:31.817Z] -rw-rw-r-- 1 jenkins jenkins 873 Aug 24 06:47 Makefile [2020-08-24T06:49:31.817Z] -rw-rw-r-- 1 jenkins jenkins 918 Aug 24 06:47 README.md [2020-08-24T06:49:31.817Z] -rw-rw-r-- 1 jenkins jenkins 5 Aug 24 06:44 VERSION [2020-08-24T06:49:31.817Z] drwxrwxr-x 2 jenkins jenkins 4096 Aug 24 06:47 bin [2020-08-24T06:49:31.817Z] drwxrwxr-x 3 jenkins jenkins 4096 Aug 24 06:47 cmd [2020-08-24T06:49:31.817Z] -rw-r--r-- 1 jenkins jenkins 29142 Aug 24 06:49 coverage.out [2020-08-24T06:49:31.817Z] -rw-r--r-- 1 jenkins jenkins 855 Aug 24 06:49 go.mod [2020-08-24T06:49:31.817Z] -rw-r--r-- 1 jenkins jenkins 14894 Aug 24 06:49 go.sum [2020-08-24T06:49:31.817Z] drwxrwxr-x 3 jenkins jenkins 4096 Aug 24 06:47 internal [2020-08-24T06:49:31.817Z] -rw-rw-r-- 1 jenkins jenkins 235 Aug 24 06:47 version.go [Pipeline] isUnix [Pipeline] sh [2020-08-24T06:49:32.057Z] OK: 237 MiB in 53 packages [2020-08-24T06:49:32.219Z] + 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=67edd992d4dc08e8fe9888488d5b2b9bddbc7209 --label arch=arm64 --label version=0.0.0 . [2020-08-24T06:49:32.495Z] Sending build context to Docker daemon 571.4kB [2020-08-24T06:49:32.495Z] Step 1/21 : ARG BASE=golang:1.13-alpine [2020-08-24T06:49:32.495Z] Step 2/21 : FROM ${BASE} AS builder [2020-08-24T06:49:32.495Z] ---> 75348739073a [2020-08-24T06:49:32.495Z] Step 3/21 : ARG ALPINE_PKG_BASE="build-base git openssh-client" [2020-08-24T06:49:32.645Z] Removing intermediate container dad38d89c8b7 [2020-08-24T06:49:32.645Z] ---> be2abf4d3a7a [2020-08-24T06:49:32.645Z] Step 8/21 : WORKDIR $GOPATH/src/github.com/edgexfoundry/device-virtual-go [2020-08-24T06:49:32.645Z] ---> Running in d29888ff331c [2020-08-24T06:49:32.770Z] ---> Running in de20e0298836 [2020-08-24T06:49:32.933Z] Removing intermediate container d29888ff331c [2020-08-24T06:49:32.933Z] ---> 85a2500f26c1 [2020-08-24T06:49:32.933Z] Step 9/21 : COPY . . [2020-08-24T06:49:33.363Z] Removing intermediate container de20e0298836 [2020-08-24T06:49:33.363Z] ---> 67de417eeb12 [2020-08-24T06:49:33.363Z] Step 4/21 : ARG ALPINE_PKG_EXTRA="" [2020-08-24T06:49:33.363Z] ---> Running in 6f1199e9fb1f [2020-08-24T06:49:33.517Z] ---> 4318393aa717 [2020-08-24T06:49:33.517Z] Step 10/21 : ARG MAKE='make build' [2020-08-24T06:49:33.517Z] ---> Running in 4c92eb179500 [2020-08-24T06:49:33.637Z] Removing intermediate container 6f1199e9fb1f [2020-08-24T06:49:33.637Z] ---> bdd66afd8d44 [2020-08-24T06:49:33.637Z] Step 5/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019-2020: IOTech' [2020-08-24T06:49:33.786Z] Removing intermediate container 4c92eb179500 [2020-08-24T06:49:33.787Z] ---> d338220ef8e0 [2020-08-24T06:49:33.787Z] Step 11/21 : RUN $MAKE [2020-08-24T06:49:33.787Z] ---> Running in 7fc17effea72 [2020-08-24T06:49:33.910Z] ---> Running in 240dbaa2163c [2020-08-24T06:49:34.179Z] Removing intermediate container 240dbaa2163c [2020-08-24T06:49:34.179Z] ---> f84fe2d7baff [2020-08-24T06:49:34.179Z] Step 6/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-24T06:49:34.366Z] 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-24T06:49:34.450Z] ---> Running in 04c8545f4937 [2020-08-24T06:49:37.083Z] Removing intermediate container 04c8545f4937 [2020-08-24T06:49:37.083Z] ---> c105b6bf46ff [2020-08-24T06:49:37.083Z] Step 7/21 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2020-08-24T06:49:37.083Z] ---> Running in e93106b2d826 [2020-08-24T06:49:38.514Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-24T06:49:39.110Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-24T06:49:39.709Z] OK: 221 MiB in 53 packages [2020-08-24T06:49:40.693Z] Removing intermediate container e93106b2d826 [2020-08-24T06:49:40.693Z] ---> 71bb630daad2 [2020-08-24T06:49:40.693Z] Step 8/21 : WORKDIR $GOPATH/src/github.com/edgexfoundry/device-virtual-go [2020-08-24T06:49:40.965Z] ---> Running in 28332ce6a5f4 [2020-08-24T06:49:41.237Z] Removing intermediate container 28332ce6a5f4 [2020-08-24T06:49:41.237Z] ---> 0fc450353b7d [2020-08-24T06:49:41.237Z] Step 9/21 : COPY . . [2020-08-24T06:49:42.213Z] ---> 6b71d3a363e4 [2020-08-24T06:49:42.213Z] Step 10/21 : ARG MAKE='make build' [2020-08-24T06:49:42.213Z] ---> Running in e1a80178eb99 [2020-08-24T06:49:42.803Z] Removing intermediate container e1a80178eb99 [2020-08-24T06:49:42.803Z] ---> 005313af8e89 [2020-08-24T06:49:42.803Z] Step 11/21 : RUN $MAKE [2020-08-24T06:49:42.803Z] ---> Running in 31c2f443e475 [2020-08-24T06:49:44.249Z] 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-24T06:49:57.157Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2020-08-24T06:50:03.015Z] Removing intermediate container 7fc17effea72 [2020-08-24T06:50:03.015Z] ---> 71f2df2deb9a [2020-08-24T06:50:03.015Z] Step 12/21 : FROM alpine [2020-08-24T06:50:03.293Z] latest: Pulling from library/alpine [2020-08-24T06:50:03.575Z] df20fa9351a1: Already exists [2020-08-24T06:50:03.575Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-08-24T06:50:03.856Z] Status: Downloaded newer image for alpine:latest [2020-08-24T06:50:03.856Z] ---> a24bb4013296 [2020-08-24T06:50:03.856Z] Step 13/21 : ENV APP_PORT=49990 [2020-08-24T06:50:03.856Z] ---> Running in b9d9da371be9 [2020-08-24T06:50:04.177Z] Removing intermediate container b9d9da371be9 [2020-08-24T06:50:04.177Z] ---> 2ec16154526b [2020-08-24T06:50:04.177Z] Step 14/21 : EXPOSE $APP_PORT [2020-08-24T06:50:04.177Z] ---> Running in b011904a0dbe [2020-08-24T06:50:04.455Z] Removing intermediate container b011904a0dbe [2020-08-24T06:50:04.455Z] ---> a5caa83d8079 [2020-08-24T06:50:04.455Z] Step 15/21 : COPY --from=builder /go/src/github.com/edgexfoundry/device-virtual-go/cmd / [2020-08-24T06:50:05.162Z] ---> 4e45c0009f66 [2020-08-24T06:50:05.162Z] Step 16/21 : COPY --from=builder /go/src/github.com/edgexfoundry/device-virtual-go/Attribution.txt / [2020-08-24T06:50:05.433Z] ---> dc1d370a2c43 [2020-08-24T06:50:05.433Z] Step 17/21 : COPY --from=builder /go/src/github.com/edgexfoundry/device-virtual-go/LICENSE / [2020-08-24T06:50:05.723Z] ---> b92433206369 [2020-08-24T06:50:05.723Z] Step 18/21 : ENTRYPOINT ["/device-virtual","--cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-24T06:50:06.000Z] ---> Running in c85840a42be9 [2020-08-24T06:50:06.304Z] Removing intermediate container c85840a42be9 [2020-08-24T06:50:06.304Z] ---> 24769fb8cbd4 [2020-08-24T06:50:06.304Z] Step 19/21 : LABEL arch=amd64 [2020-08-24T06:50:06.304Z] ---> Running in 8e4d9e27d0e6 [2020-08-24T06:50:06.621Z] Removing intermediate container 8e4d9e27d0e6 [2020-08-24T06:50:06.621Z] ---> 11be19ba653e [2020-08-24T06:50:06.621Z] Step 20/21 : LABEL git_sha=67edd992d4dc08e8fe9888488d5b2b9bddbc7209 [2020-08-24T06:50:06.621Z] ---> Running in 28a8c7a1c21f [2020-08-24T06:50:06.953Z] Removing intermediate container 28a8c7a1c21f [2020-08-24T06:50:06.953Z] ---> 468b21e644e0 [2020-08-24T06:50:06.953Z] Step 21/21 : LABEL version=0.0.0 [2020-08-24T06:50:06.953Z] ---> Running in 4264b28dd30e [2020-08-24T06:50:07.222Z] Removing intermediate container 4264b28dd30e [2020-08-24T06:50:07.222Z] ---> 0a770ef7744c [2020-08-24T06:50:07.222Z] [Warning] One or more build-args [ARCH] were not consumed [2020-08-24T06:50:07.222Z] Successfully built 0a770ef7744c [2020-08-24T06:50:07.222Z] 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-24T06:50:16.628Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2020-08-24T06:50:24.889Z] Removing intermediate container 31c2f443e475 [2020-08-24T06:50:24.889Z] ---> 6ef450c6def0 [2020-08-24T06:50:24.889Z] Step 12/21 : FROM alpine [2020-08-24T06:50:24.889Z] latest: Pulling from library/alpine [2020-08-24T06:50:24.889Z] b538f80385f9: Already exists [2020-08-24T06:50:24.889Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-08-24T06:50:24.889Z] Status: Downloaded newer image for alpine:latest [2020-08-24T06:50:24.889Z] ---> 62ee0e9f8440 [2020-08-24T06:50:24.889Z] Step 13/21 : ENV APP_PORT=49990 [2020-08-24T06:50:24.889Z] ---> Running in b9ec968f0b7a [2020-08-24T06:50:24.889Z] Removing intermediate container b9ec968f0b7a [2020-08-24T06:50:24.889Z] ---> a6f82f24be04 [2020-08-24T06:50:24.889Z] Step 14/21 : EXPOSE $APP_PORT [2020-08-24T06:50:25.159Z] ---> Running in c5cb039fdd2e [2020-08-24T06:50:25.431Z] Removing intermediate container c5cb039fdd2e [2020-08-24T06:50:25.431Z] ---> 797e2035b118 [2020-08-24T06:50:25.431Z] Step 15/21 : COPY --from=builder /go/src/github.com/edgexfoundry/device-virtual-go/cmd / [2020-08-24T06:50:26.859Z] ---> 5d5761abd6d7 [2020-08-24T06:50:26.859Z] Step 16/21 : COPY --from=builder /go/src/github.com/edgexfoundry/device-virtual-go/Attribution.txt / [2020-08-24T06:50:27.452Z] ---> 97b23ea7d036 [2020-08-24T06:50:27.452Z] Step 17/21 : COPY --from=builder /go/src/github.com/edgexfoundry/device-virtual-go/LICENSE / [2020-08-24T06:50:28.051Z] ---> 56a01e3b1fd6 [2020-08-24T06:50:28.051Z] Step 18/21 : ENTRYPOINT ["/device-virtual","--cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-24T06:50:28.051Z] ---> Running in efaf4e256c45 [2020-08-24T06:50:28.645Z] Removing intermediate container efaf4e256c45 [2020-08-24T06:50:28.645Z] ---> 262117b1a0a6 [2020-08-24T06:50:28.645Z] Step 19/21 : LABEL arch=arm64 [2020-08-24T06:50:28.645Z] ---> Running in 6b1a11109dfd [2020-08-24T06:50:29.239Z] Removing intermediate container 6b1a11109dfd [2020-08-24T06:50:29.239Z] ---> 7e9f8cd63eee [2020-08-24T06:50:29.239Z] Step 20/21 : LABEL git_sha=67edd992d4dc08e8fe9888488d5b2b9bddbc7209 [2020-08-24T06:50:29.239Z] ---> Running in d078b2b4589d [2020-08-24T06:50:29.510Z] Removing intermediate container d078b2b4589d [2020-08-24T06:50:29.511Z] ---> f31481eef9f8 [2020-08-24T06:50:29.511Z] Step 21/21 : LABEL version=0.0.0 [2020-08-24T06:50:29.786Z] ---> Running in dd4d1cfd24c6 [2020-08-24T06:50:30.754Z] Removing intermediate container dd4d1cfd24c6 [2020-08-24T06:50:30.754Z] ---> bd41ea6e71d5 [2020-08-24T06:50:30.754Z] [Warning] One or more build-args [ARCH] were not consumed [2020-08-24T06:50:30.754Z] Successfully built bd41ea6e71d5 [2020-08-24T06:50:30.754Z] 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-24T06:50:33.340Z] provisioning config files... [2020-08-24T06:50:33.376Z] copy managed file [device-virtual-go-codecov-token] to file:/w/workspace/foundry_device-virtual-go_PR-126@tmp/config7341536444657793651tmp [Pipeline] { [Pipeline] sh [2020-08-24T06:50:33.890Z] + curl -s https://codecov.io/bash [2020-08-24T06:50:33.890Z] + bash -s - -t @/w/workspace/foundry_device-virtual-go_PR-126@tmp/config7341536444657793651tmp [Pipeline] } [2020-08-24T06:50:35.941Z] 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-24T06:50:38.895Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-08-24T06:50:39.562Z] ---> package-listing.sh [2020-08-24T06:50:39.562Z] ++ facter osfamily [2020-08-24T06:50:39.562Z] ++ tr '[:upper:]' '[:lower:]' [2020-08-24T06:50:39.834Z] + OS_FAMILY=redhat [2020-08-24T06:50:39.834Z] + workspace=/w/workspace/foundry_device-virtual-go_PR-126 [2020-08-24T06:50:39.834Z] + START_PACKAGES=/tmp/packages_start.txt [2020-08-24T06:50:39.834Z] + END_PACKAGES=/tmp/packages_end.txt [2020-08-24T06:50:39.834Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-08-24T06:50:39.834Z] + PACKAGES=/tmp/packages_start.txt [2020-08-24T06:50:39.834Z] + '[' /w/workspace/foundry_device-virtual-go_PR-126 ']' [2020-08-24T06:50:39.834Z] + PACKAGES=/tmp/packages_end.txt [2020-08-24T06:50:39.834Z] + case "${OS_FAMILY}" in [2020-08-24T06:50:39.834Z] + rpm -qa [2020-08-24T06:50:39.834Z] + sort [2020-08-24T06:50:44.097Z] + '[' -f /tmp/packages_start.txt ']' [2020-08-24T06:50:44.097Z] + '[' -f /tmp/packages_end.txt ']' [2020-08-24T06:50:44.097Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-08-24T06:50:44.097Z] + '[' /w/workspace/foundry_device-virtual-go_PR-126 ']' [2020-08-24T06:50:44.097Z] + mkdir -p /w/workspace/foundry_device-virtual-go_PR-126/archives/ [2020-08-24T06:50:44.097Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/foundry_device-virtual-go_PR-126/archives/ [Pipeline] isUnix [Pipeline] sh [2020-08-24T06:50:44.827Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-08-24T06:50:44.827Z] [2020-08-24T06:50:44.827Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-08-24T06:50:45.265Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-08-24T06:50:45.265Z] alpine: Pulling from edgex-lftools-log-publisher [2020-08-24T06:50:45.265Z] c9b1b535fdd9: Pulling fs layer [2020-08-24T06:50:45.265Z] 2cc5ad85d9ab: Pulling fs layer [2020-08-24T06:50:45.265Z] 756a868c4378: Pulling fs layer [2020-08-24T06:50:45.265Z] 444b2fc9a129: Pulling fs layer [2020-08-24T06:50:45.265Z] ea15f1150254: Pulling fs layer [2020-08-24T06:50:45.265Z] 41b27a9f41bf: Pulling fs layer [2020-08-24T06:50:45.265Z] 28c525ee5125: Pulling fs layer [2020-08-24T06:50:45.265Z] 094b1ea09ed8: Pulling fs layer [2020-08-24T06:50:45.265Z] 138eaada9080: Pulling fs layer [2020-08-24T06:50:45.265Z] 0622d0fa9048: Pulling fs layer [2020-08-24T06:50:45.265Z] 28c525ee5125: Waiting [2020-08-24T06:50:45.265Z] 094b1ea09ed8: Waiting [2020-08-24T06:50:45.265Z] 444b2fc9a129: Waiting [2020-08-24T06:50:45.265Z] 138eaada9080: Waiting [2020-08-24T06:50:45.265Z] ea15f1150254: Waiting [2020-08-24T06:50:45.265Z] 0622d0fa9048: Waiting [2020-08-24T06:50:45.265Z] 41b27a9f41bf: Waiting [2020-08-24T06:50:45.635Z] 2cc5ad85d9ab: Download complete [2020-08-24T06:50:45.635Z] 444b2fc9a129: Verifying Checksum [2020-08-24T06:50:45.635Z] 444b2fc9a129: Download complete [2020-08-24T06:50:45.635Z] c9b1b535fdd9: Verifying Checksum [2020-08-24T06:50:45.635Z] c9b1b535fdd9: Download complete [2020-08-24T06:50:45.945Z] ea15f1150254: Verifying Checksum [2020-08-24T06:50:45.945Z] ea15f1150254: Download complete [2020-08-24T06:50:45.945Z] 28c525ee5125: Verifying Checksum [2020-08-24T06:50:45.945Z] 28c525ee5125: Download complete [2020-08-24T06:50:46.790Z] c9b1b535fdd9: Pull complete [2020-08-24T06:50:47.234Z] 756a868c4378: Verifying Checksum [2020-08-24T06:50:47.234Z] 756a868c4378: Download complete [2020-08-24T06:50:47.234Z] 2cc5ad85d9ab: Pull complete [2020-08-24T06:50:48.661Z] 138eaada9080: Verifying Checksum [2020-08-24T06:50:48.661Z] 138eaada9080: Download complete [2020-08-24T06:50:48.661Z] 0622d0fa9048: Verifying Checksum [2020-08-24T06:50:48.661Z] 0622d0fa9048: Download complete [2020-08-24T06:50:49.080Z] 094b1ea09ed8: Verifying Checksum [2020-08-24T06:50:49.080Z] 094b1ea09ed8: Download complete [2020-08-24T06:50:50.128Z] 41b27a9f41bf: Verifying Checksum [2020-08-24T06:50:50.128Z] 41b27a9f41bf: Download complete [2020-08-24T06:50:50.128Z] 756a868c4378: Pull complete [2020-08-24T06:50:50.724Z] 444b2fc9a129: Pull complete [2020-08-24T06:50:51.011Z] ea15f1150254: Pull complete [2020-08-24T06:50:56.586Z] 41b27a9f41bf: Pull complete [2020-08-24T06:50:56.586Z] 28c525ee5125: Pull complete [2020-08-24T06:51:00.073Z] 094b1ea09ed8: Pull complete [2020-08-24T06:51:00.339Z] 138eaada9080: Pull complete [2020-08-24T06:51:00.959Z] 0622d0fa9048: Pull complete [2020-08-24T06:51:00.959Z] Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 [2020-08-24T06:51:00.959Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-08-24T06:51:00.959Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-08-24T06:51:01.294Z] prd-centos7-docker-4c-2g-155 does not seem to be running inside a container [2020-08-24T06:51:01.359Z] $ 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-126 -v /w/workspace/foundry_device-virtual-go_PR-126:/w/workspace/foundry_device-virtual-go_PR-126:rw,z -v /w/workspace/foundry_device-virtual-go_PR-126@tmp:/w/workspace/foundry_device-virtual-go_PR-126@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2020-08-24T06:51:05.458Z] $ docker top ee04f19a01f17d9b8df84f2d385e61996124ad2fb827d5bd73efe8d9e823ee03 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-08-24T06:51:05.870Z] provisioning config files... [2020-08-24T06:51:05.910Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/foundry_device-virtual-go_PR-126@tmp/config5516639438857058007tmp [Pipeline] { [Pipeline] echo [2020-08-24T06:51:06.067Z] Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-08-24T06:51:06.898Z] ---> create-netrc.sh [Pipeline] echo [2020-08-24T06:51:06.984Z] Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-08-24T06:51:07.356Z] ---> logs-deploy.sh [2020-08-24T06:51:07.356Z] + ARCHIVE_ARTIFACTS= [2020-08-24T06:51:07.356Z] + LOGS_SERVER=https://logs.edgexfoundry.org [2020-08-24T06:51:07.356Z] + '[' https://logs.edgexfoundry.org == None ']' [2020-08-24T06:51:07.356Z] + NEXUS_URL=https://nexus.edgexfoundry.org [2020-08-24T06:51:07.356Z] + NEXUS_PATH=production/vex-yul-edgex-jenkins-1/edgexfoundry/device-virtual-go/PR-126/1 [2020-08-24T06:51:07.357Z] + BUILD_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/device-virtual-go/job/PR-126/1/ [2020-08-24T06:51:07.357Z] + lftools deploy archives -p '' https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/device-virtual-go/PR-126/1 /w/workspace/foundry_device-virtual-go_PR-126 [2020-08-24T06:51:09.338Z] Archives upload complete. [2020-08-24T06:51:09.610Z] + lftools deploy logs https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/device-virtual-go/PR-126/1 https://jenkins.edgexfoundry.org/job/edgexfoundry/job/device-virtual-go/job/PR-126/1/ [2020-08-24T06:51:10.570Z] ---> uname -a: [2020-08-24T06:51:10.570Z] Linux ee04f19a01f1 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 Linux [2020-08-24T06:51:10.570Z] [2020-08-24T06:51:10.570Z] [2020-08-24T06:51:10.570Z] ---> lscpu: [2020-08-24T06:51:10.570Z] Architecture: x86_64 [2020-08-24T06:51:10.570Z] CPU op-mode(s): 32-bit, 64-bit [2020-08-24T06:51:10.570Z] Byte Order: Little Endian [2020-08-24T06:51:10.570Z] Address sizes: 40 bits physical, 48 bits virtual [2020-08-24T06:51:10.570Z] CPU(s): 4 [2020-08-24T06:51:10.570Z] On-line CPU(s) list: 0-3 [2020-08-24T06:51:10.570Z] Thread(s) per core: 1 [2020-08-24T06:51:10.570Z] Core(s) per socket: 1 [2020-08-24T06:51:10.570Z] Socket(s): 4 [2020-08-24T06:51:10.570Z] NUMA node(s): 1 [2020-08-24T06:51:10.570Z] Vendor ID: GenuineIntel [2020-08-24T06:51:10.570Z] CPU family: 6 [2020-08-24T06:51:10.570Z] Model: 44 [2020-08-24T06:51:10.570Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2020-08-24T06:51:10.570Z] Stepping: 1 [2020-08-24T06:51:10.570Z] CPU MHz: 2933.438 [2020-08-24T06:51:10.570Z] BogoMIPS: 5866.87 [2020-08-24T06:51:10.570Z] Virtualization: VT-x [2020-08-24T06:51:10.570Z] Hypervisor vendor: KVM [2020-08-24T06:51:10.570Z] Virtualization type: full [2020-08-24T06:51:10.570Z] L1d cache: 128 KiB [2020-08-24T06:51:10.570Z] L1i cache: 128 KiB [2020-08-24T06:51:10.570Z] L2 cache: 16 MiB [2020-08-24T06:51:10.570Z] L3 cache: 64 MiB [2020-08-24T06:51:10.570Z] NUMA node0 CPU(s): 0-3 [2020-08-24T06:51:10.570Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2020-08-24T06:51:10.570Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2020-08-24T06:51:10.570Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2020-08-24T06:51:10.570Z] Vulnerability Meltdown: Mitigation; PTI [2020-08-24T06:51:10.570Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2020-08-24T06:51:10.570Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2020-08-24T06:51:10.570Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2020-08-24T06:51:10.570Z] Vulnerability Tsx async abort: Not affected [2020-08-24T06:51:10.570Z] 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-08-24T06:51:10.570Z] [2020-08-24T06:51:10.570Z] [2020-08-24T06:51:10.570Z] ---> nproc: [2020-08-24T06:51:10.570Z] 4 [2020-08-24T06:51:10.570Z] [2020-08-24T06:51:10.570Z]