Pull request #575 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 venkata-subbareddyK for edgexfoundry/device-sdk-go Loading trusted files from base branch master at 108cafbdc36a33829f2cd6e77abc07459d29f393 rather than 6d7be66edf0b3c5a50ca9d8677bdcee2029dbc4c Obtained Jenkinsfile from 108cafbdc36a33829f2cd6e77abc07459d29f393 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 f17c8f7ddcfcae814424951d38f1611fe0b2aacf 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 f17c8f7ddcfcae814424951d38f1611fe0b2aacf 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-sdk-go/branches/PR-575/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 f17c8f7ddcfcae814424951d38f1611fe0b2aacf (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f f17c8f7ddcfcae814424951d38f1611fe0b2aacf # timeout=10 Commit message: "Merge pull request #232 from ernestojeda/update-snap-agent-c" > 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-sdk-go, goVersion:1.13, dockerImageName:docker-device-sdk-simple, dockerFilePath:example/cmd/device-simple/Dockerfile, pushImage:false] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: device-sdk-go-settings PROJECT: device-sdk-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.13 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine DOCKER_FILE_PATH: example/cmd/device-simple/Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-device-sdk-simple DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: false BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 [Pipeline] node Still waiting to schedule task ‘prd-centos7-docker-4c-2g-213’ is offline Running on prd-centos7-docker-4c-2g-824 in /w/workspace/dgexfoundry_device-sdk-go_PR-575 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Fetching without tags Cloning repository git@github.com:edgexfoundry/device-sdk-go.git > git init /w/workspace/dgexfoundry_device-sdk-go_PR-575 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git > git --version # timeout=10 > git --version # 'git version 2.16.5' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/575/head:refs/remotes/origin/PR-575 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/575/head:refs/remotes/origin/PR-575 # timeout=10 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/575/head:refs/remotes/origin/PR-575 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 108cafbdc36a33829f2cd6e77abc07459d29f393 into PR head commit 6d7be66edf0b3c5a50ca9d8677bdcee2029dbc4c Merge succeeded, producing 6d7be66edf0b3c5a50ca9d8677bdcee2029dbc4c Checking out Revision 6d7be66edf0b3c5a50ca9d8677bdcee2029dbc4c (PR-575) > git config core.sparsecheckout # timeout=10 > git checkout -f 6d7be66edf0b3c5a50ca9d8677bdcee2029dbc4c # 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 108cafbdc36a33829f2cd6e77abc07459d29f393 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 6d7be66edf0b3c5a50ca9d8677bdcee2029dbc4c # timeout=10 Commit message: "refactor: update dockerfile to appropriately use ENTRYPOINT and CMD, closes#569" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.16.5' fatal: bad object f17c8f7ddcfcae814424951d38f1611fe0b2aacf [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-08-31T19:16:53.463Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-08-31T19:16:53.794Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-08-31T19:16:54.091Z] ========================================================= [2020-08-31T19:16:54.091Z] EdgeX Global Pipelines Version Info [2020-08-31T19:16:54.091Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-08-31T19:16:56.002Z] ------------------- [2020-08-31T19:16:56.002Z] stable info: [2020-08-31T19:16:56.002Z] ------------------- [2020-08-31T19:16:56.002Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-08-31T19:16:56.002Z] Commit SHA: f17c8f7ddcfcae814424951d38f1611fe0b2aacf [2020-08-31T19:16:56.002Z] Message: update stable to v1.0.114 [2020-08-31T19:16:56.575Z] ------------------- [2020-08-31T19:16:56.576Z] experimental info: [2020-08-31T19:16:56.576Z] ------------------- [2020-08-31T19:16:56.576Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-08-31T19:16:56.576Z] Commit SHA: f17c8f7ddcfcae814424951d38f1611fe0b2aacf [2020-08-31T19:16:56.576Z] Message: update experimental to v1.0.114 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo [2020-08-31T19:16:57.054Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-go-settings [Pipeline] echo [2020-08-31T19:16:57.161Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-go [Pipeline] echo [2020-08-31T19:16:57.270Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-08-31T19:16:57.376Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-08-31T19:16:57.487Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-08-31T19:16:57.624Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.13 [Pipeline] echo [2020-08-31T19:16:57.741Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-08-31T19:16:57.857Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine [Pipeline] echo [2020-08-31T19:16:57.983Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = example/cmd/device-simple/Dockerfile [Pipeline] echo [2020-08-31T19:16:58.113Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-08-31T19:16:58.237Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-08-31T19:16:58.344Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-sdk-simple [Pipeline] echo [2020-08-31T19:16:58.451Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-08-31T19:16:58.573Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-08-31T19:16:58.689Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2020-08-31T19:16:58.805Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2020-08-31T19:16:59.134Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2020-08-31T19:16:59.282Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2020-08-31T19:16:59.392Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2020-08-31T19:16:59.520Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2020-08-31T19:16:59.642Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2020-08-31T19:16:59.756Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2020-08-31T19:16:59.861Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-575 [Pipeline] echo [2020-08-31T19:16:59.967Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-575 [Pipeline] echo [2020-08-31T19:17:00.115Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-575 [Pipeline] echo [2020-08-31T19:17:00.330Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 6d7be66edf0b3c5a50ca9d8677bdcee2029dbc4c [Pipeline] echo [2020-08-31T19:17:00.579Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 6d7be66 [Pipeline] echo [2020-08-31T19:17:00.735Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-08-31T19:17:01.572Z] + git log --format=format:%s -1 6d7be66edf0b3c5a50ca9d8677bdcee2029dbc4c [Pipeline] echo [2020-08-31T19:17:01.650Z] GIT_COMMIT: 6d7be66edf0b3c5a50ca9d8677bdcee2029dbc4c, Commit Message: refactor: update dockerfile to appropriately use ENTRYPOINT and CMD, closes#569 [Pipeline] echo [2020-08-31T19:17:01.727Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2020-08-31T19:17:02.596Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-08-31T19:17:02.862Z] [2020-08-31T19:17:02.862Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-08-31T19:17:03.467Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-08-31T19:17:03.467Z] latest: Pulling from edgex-devops/git-semver [2020-08-31T19:17:03.467Z] 31603596830f: Pulling fs layer [2020-08-31T19:17:03.467Z] 2a8b12db71e7: Pulling fs layer [2020-08-31T19:17:03.467Z] 6ca5941a6612: Pulling fs layer [2020-08-31T19:17:03.467Z] ecc8261a40a4: Pulling fs layer [2020-08-31T19:17:03.467Z] ecc8261a40a4: Waiting [2020-08-31T19:17:03.467Z] 2a8b12db71e7: Verifying Checksum [2020-08-31T19:17:03.467Z] 2a8b12db71e7: Download complete [2020-08-31T19:17:03.748Z] 31603596830f: Verifying Checksum [2020-08-31T19:17:03.748Z] 31603596830f: Download complete [2020-08-31T19:17:03.748Z] 6ca5941a6612: Verifying Checksum [2020-08-31T19:17:03.748Z] 6ca5941a6612: Download complete [2020-08-31T19:17:03.748Z] ecc8261a40a4: Verifying Checksum [2020-08-31T19:17:03.748Z] ecc8261a40a4: Download complete [2020-08-31T19:17:04.026Z] 31603596830f: Pull complete [2020-08-31T19:17:04.026Z] 2a8b12db71e7: Pull complete [2020-08-31T19:17:04.973Z] 6ca5941a6612: Pull complete [2020-08-31T19:17:05.236Z] ecc8261a40a4: Pull complete [2020-08-31T19:17:05.236Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-08-31T19:17:05.236Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-08-31T19:17:05.236Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-08-31T19:17:05.367Z] prd-centos7-docker-4c-2g-824 does not seem to be running inside a container [2020-08-31T19:17:05.418Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-sdk-go_PR-575 -v /w/workspace/dgexfoundry_device-sdk-go_PR-575:/w/workspace/dgexfoundry_device-sdk-go_PR-575:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_PR-575@tmp:/w/workspace/dgexfoundry_device-sdk-go_PR-575@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-08-31T19:17:07.315Z] $ docker top 87a0b238529b40b333bd6cabe8b3291f49e41dc52b0ede70a7b9f15db35893c1 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-08-31T19:17:07.672Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-08-31T19:17:07.672Z] [ssh-agent] Looking for ssh-agent implementation... [2020-08-31T19:17:07.875Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-08-31T19:17:07.885Z] $ docker exec 87a0b238529b40b333bd6cabe8b3291f49e41dc52b0ede70a7b9f15db35893c1 ssh-agent [2020-08-31T19:17:08.044Z] SSH_AUTH_SOCK=/tmp/ssh-JqIt9RkPZPBW/agent.11 [2020-08-31T19:17:08.044Z] SSH_AGENT_PID=16 [2020-08-31T19:17:08.055Z] Running ssh-add (command line suppressed) [2020-08-31T19:17:08.190Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-575@tmp/private_key_560400212592848501.key (/w/workspace/dgexfoundry_device-sdk-go_PR-575@tmp/private_key_560400212592848501.key) [2020-08-31T19:17:08.239Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-08-31T19:17:08.618Z] + git describe --exact-match --tags HEAD [2020-08-31T19:17:08.618Z] fatal: No names found, cannot describe anything. [Pipeline] } [2020-08-31T19:17:08.663Z] $ docker exec --env ******** --env ******** 87a0b238529b40b333bd6cabe8b3291f49e41dc52b0ede70a7b9f15db35893c1 ssh-agent -k [2020-08-31T19:17:08.781Z] unset SSH_AUTH_SOCK; [2020-08-31T19:17:08.782Z] unset SSH_AGENT_PID; [2020-08-31T19:17:08.782Z] echo Agent pid 16 killed; [2020-08-31T19:17:08.818Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [2020-08-31T19:17:08.967Z] [edgeXSemver]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 [2020-08-31T19:17:08.967Z] This usually means this commit has not been tagged. [Pipeline] sshagent [2020-08-31T19:17:09.084Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-08-31T19:17:09.084Z] [ssh-agent] Looking for ssh-agent implementation... [2020-08-31T19:17:09.247Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-08-31T19:17:09.256Z] $ docker exec 87a0b238529b40b333bd6cabe8b3291f49e41dc52b0ede70a7b9f15db35893c1 ssh-agent [2020-08-31T19:17:09.410Z] SSH_AUTH_SOCK=/tmp/ssh-z07PrMEtm7v9/agent.45 [2020-08-31T19:17:09.410Z] SSH_AGENT_PID=51 [2020-08-31T19:17:09.416Z] Running ssh-add (command line suppressed) [2020-08-31T19:17:09.546Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-575@tmp/private_key_2366708378341194717.key (/w/workspace/dgexfoundry_device-sdk-go_PR-575@tmp/private_key_2366708378341194717.key) [2020-08-31T19:17:09.596Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-08-31T19:17:09.978Z] + git semver init [2020-08-31T19:17:09.978Z] # -> Open(): unable to determine branch for HEAD [2020-08-31T19:17:09.978Z] # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-575/.git [2020-08-31T19:17:09.978Z] # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_PR-575 [2020-08-31T19:17:09.978Z] # $SEMVER_REMOTE_NAME = origin [2020-08-31T19:17:09.978Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-08-31T19:17:09.978Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-08-31T19:17:09.978Z] # $SEMVER_BRANCH = PR-575 [2020-08-31T19:17:09.978Z] # $SEMVER_TEMP = /tmp/semver-127856737 [2020-08-31T19:17:09.978Z] # git clone --branch semver git@github.com:edgexfoundry/device-sdk-go.git $SEMVER_TEMP [2020-08-31T19:17:10.935Z] # '/tmp/semver-127856737' -> '/w/workspace/dgexfoundry_device-sdk-go_PR-575/.semver' [2020-08-31T19:17:10.935Z] # -> Force: false [2020-08-31T19:17:10.935Z] # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-575/.semver [Pipeline] } [2020-08-31T19:17:10.960Z] $ docker exec --env ******** --env ******** 87a0b238529b40b333bd6cabe8b3291f49e41dc52b0ede70a7b9f15db35893c1 ssh-agent -k [2020-08-31T19:17:11.079Z] unset SSH_AUTH_SOCK; [2020-08-31T19:17:11.079Z] unset SSH_AGENT_PID; [2020-08-31T19:17:11.080Z] echo Agent pid 51 killed; [2020-08-31T19:17:11.124Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-08-31T19:17:11.793Z] + git semver [Pipeline] } [2020-08-31T19:17:11.842Z] $ docker stop --time=1 87a0b238529b40b333bd6cabe8b3291f49e41dc52b0ede70a7b9f15db35893c1 [2020-08-31T19:17:13.174Z] $ docker rm -f 87a0b238529b40b333bd6cabe8b3291f49e41dc52b0ede70a7b9f15db35893c1 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash [2020-08-31T19:17:14.056Z] Stashed 30 file(s) [Pipeline] echo [2020-08-31T19:17:14.075Z] [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] echo [2020-08-31T19:17:14.197Z] 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-31T19:17:29.906Z] Still waiting to schedule task [2020-08-31T19:17:29.906Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2020-08-31T19:17:29.933Z] Still waiting to schedule task [2020-08-31T19:17:29.933Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2020-08-31T19:19:17.051Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-825 in /w/workspace/dgexfoundry_device-sdk-go_PR-575 [Pipeline] { [Pipeline] ws [2020-08-31T19:19:17.138Z] Running in /w/workspace/device-sdk-go/1 [Pipeline] { [Pipeline] checkout [2020-08-31T19:19:22.461Z] using credential edgex-jenkins-ssh [2020-08-31T19:19:22.514Z] Cloning the remote Git repository [2020-08-31T19:19:22.514Z] Cloning with configured refspecs honoured and without tags [2020-08-31T19:19:22.559Z] Cloning repository git@github.com:edgexfoundry/device-sdk-go.git [2020-08-31T19:19:22.667Z] > git init /w/workspace/device-sdk-go/1 # timeout=10 [2020-08-31T19:19:22.727Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2020-08-31T19:19:22.728Z] > git --version # timeout=10 [2020-08-31T19:19:22.747Z] > git --version # 'git version 2.17.1' [2020-08-31T19:19:22.749Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-08-31T19:19:22.833Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/575/head:refs/remotes/origin/PR-575 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-08-31T19:19:24.072Z] Fetching without tags [2020-08-31T19:19:24.631Z] Merging remotes/origin/master commit 108cafbdc36a33829f2cd6e77abc07459d29f393 into PR head commit 6d7be66edf0b3c5a50ca9d8677bdcee2029dbc4c [2020-08-31T19:19:23.887Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2020-08-31T19:19:23.905Z] > git config --add remote.origin.fetch +refs/pull/575/head:refs/remotes/origin/PR-575 # timeout=10 [2020-08-31T19:19:23.922Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-08-31T19:19:23.989Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2020-08-31T19:19:24.063Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2020-08-31T19:19:24.064Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-08-31T19:19:24.075Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/575/head:refs/remotes/origin/PR-575 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-08-31T19:19:24.630Z] > git config core.sparsecheckout # timeout=10 [2020-08-31T19:19:24.650Z] > git checkout -f 6d7be66edf0b3c5a50ca9d8677bdcee2029dbc4c # timeout=10 [2020-08-31T19:19:24.759Z] > git remote # timeout=10 [2020-08-31T19:19:24.787Z] > git config --get remote.origin.url # timeout=10 [2020-08-31T19:19:24.865Z] Merge succeeded, producing 6d7be66edf0b3c5a50ca9d8677bdcee2029dbc4c [2020-08-31T19:19:24.865Z] Checking out Revision 6d7be66edf0b3c5a50ca9d8677bdcee2029dbc4c (PR-575) [2020-08-31T19:19:24.800Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-08-31T19:19:24.811Z] > git merge 108cafbdc36a33829f2cd6e77abc07459d29f393 # timeout=10 [2020-08-31T19:19:24.834Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-08-31T19:19:24.853Z] > git config core.sparsecheckout # timeout=10 [2020-08-31T19:19:24.875Z] > git checkout -f 6d7be66edf0b3c5a50ca9d8677bdcee2029dbc4c # timeout=10 [2020-08-31T19:19:29.005Z] Commit message: "refactor: update dockerfile to appropriately use ENTRYPOINT and CMD, closes#569" [2020-08-31T19:19:29.044Z] > git --version # timeout=10 [2020-08-31T19:19:29.060Z] > git --version # 'git version 2.17.1' [2020-08-31T19:19:29.070Z] fatal: bad object f17c8f7ddcfcae814424951d38f1611fe0b2aacf [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-08-31T19:19:30.624Z] ========================================================= [2020-08-31T19:19:30.624Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] [2020-08-31T19:19:30.624Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-08-31T19:19:31.933Z] + 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-31T19:19:32.920Z] Sending build context to Docker daemon 3.122MB [2020-08-31T19:19:32.920Z] Step 1/8 : ARG BASE=golang:1.13-alpine [2020-08-31T19:19:32.920Z] Step 2/8 : FROM ${BASE} [2020-08-31T19:19:33.193Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-08-31T19:19:33.193Z] b538f80385f9: Pulling fs layer [2020-08-31T19:19:33.193Z] 74f711af9a0d: Pulling fs layer [2020-08-31T19:19:33.193Z] 99f96fe45779: Pulling fs layer [2020-08-31T19:19:33.193Z] fd7a069fd194: Pulling fs layer [2020-08-31T19:19:33.193Z] 66aa3694b03b: Pulling fs layer [2020-08-31T19:19:33.193Z] 170f70906a0f: Pulling fs layer [2020-08-31T19:19:33.193Z] ad7c5574e4b9: Pulling fs layer [2020-08-31T19:19:33.193Z] e772456be8f7: Pulling fs layer [2020-08-31T19:19:33.193Z] c890913d741a: Pulling fs layer [2020-08-31T19:19:33.193Z] 2480fcc9aa5a: Pulling fs layer [2020-08-31T19:19:33.193Z] 09adf4765672: Pulling fs layer [2020-08-31T19:19:33.193Z] fd7a069fd194: Waiting [2020-08-31T19:19:33.193Z] 66aa3694b03b: Waiting [2020-08-31T19:19:33.193Z] 170f70906a0f: Waiting [2020-08-31T19:19:33.193Z] ad7c5574e4b9: Waiting [2020-08-31T19:19:33.193Z] e772456be8f7: Waiting [2020-08-31T19:19:33.193Z] c890913d741a: Waiting [2020-08-31T19:19:33.193Z] 2480fcc9aa5a: Waiting [2020-08-31T19:19:33.193Z] 09adf4765672: Waiting [2020-08-31T19:19:33.193Z] 99f96fe45779: Download complete [2020-08-31T19:19:33.193Z] 74f711af9a0d: Verifying Checksum [2020-08-31T19:19:33.193Z] 74f711af9a0d: Download complete [2020-08-31T19:19:33.193Z] 66aa3694b03b: Download complete [2020-08-31T19:19:33.193Z] 170f70906a0f: Verifying Checksum [2020-08-31T19:19:33.193Z] 170f70906a0f: Download complete [2020-08-31T19:19:33.193Z] b538f80385f9: Verifying Checksum [2020-08-31T19:19:34.179Z] b538f80385f9: Pull complete [2020-08-31T19:19:34.781Z] 74f711af9a0d: Pull complete [2020-08-31T19:19:35.055Z] 99f96fe45779: Pull complete [2020-08-31T19:19:36.039Z] ad7c5574e4b9: Verifying Checksum [2020-08-31T19:19:36.039Z] ad7c5574e4b9: Download complete [2020-08-31T19:19:36.039Z] c890913d741a: Download complete [2020-08-31T19:19:38.017Z] e772456be8f7: Verifying Checksum [2020-08-31T19:19:38.017Z] e772456be8f7: Download complete [2020-08-31T19:19:38.017Z] 09adf4765672: Verifying Checksum [2020-08-31T19:19:38.017Z] 09adf4765672: Download complete [2020-08-31T19:19:38.289Z] 2480fcc9aa5a: Verifying Checksum [2020-08-31T19:19:38.289Z] 2480fcc9aa5a: Download complete [2020-08-31T19:19:38.882Z] fd7a069fd194: Verifying Checksum [2020-08-31T19:19:38.882Z] fd7a069fd194: Download complete [2020-08-31T19:19:51.282Z] fd7a069fd194: Pull complete [2020-08-31T19:19:51.282Z] 66aa3694b03b: Pull complete [2020-08-31T19:19:51.282Z] 170f70906a0f: Pull complete [2020-08-31T19:19:54.668Z] ad7c5574e4b9: Pull complete [2020-08-31T19:19:58.983Z] e772456be8f7: Pull complete [2020-08-31T19:19:59.267Z] c890913d741a: Pull complete [2020-08-31T19:20:01.911Z] 2480fcc9aa5a: Pull complete [2020-08-31T19:20:02.184Z] 09adf4765672: Pull complete [2020-08-31T19:20:02.184Z] Digest: sha256:77242015624dc62c2655c7b963a03ae32e90cc8c4d034de6c6efb010c7806a28 [2020-08-31T19:20:02.184Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine [2020-08-31T19:20:02.184Z] ---> 2248a725d1cf [2020-08-31T19:20:02.184Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-08-31T19:20:07.607Z] ---> Running in 693cb694f642 [2020-08-31T19:20:07.607Z] Removing intermediate container 693cb694f642 [2020-08-31T19:20:07.607Z] ---> ebc71e8a5810 [2020-08-31T19:20:07.607Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-31T19:20:07.607Z] ---> Running in 7e0224ecb24c [2020-08-31T19:20:10.253Z] Removing intermediate container 7e0224ecb24c [2020-08-31T19:20:10.253Z] ---> 30203b8ffe46 [2020-08-31T19:20:10.253Z] Step 5/8 : RUN apk add --no-cache make git [2020-08-31T19:20:10.253Z] ---> Running in d82d2f83e100 [2020-08-31T19:20:11.530Z] Running on prd-centos7-docker-4c-2g-826 in /w/workspace/dgexfoundry_device-sdk-go_PR-575 [Pipeline] { [Pipeline] ws [2020-08-31T19:20:11.633Z] Running in /w/workspace/device-sdk-go/1 [Pipeline] { [2020-08-31T19:20:11.690Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [Pipeline] checkout [2020-08-31T19:20:12.282Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-31T19:20:13.258Z] OK: 142 MiB in 39 packages [2020-08-31T19:20:13.937Z] using credential edgex-jenkins-ssh [2020-08-31T19:20:13.979Z] Cloning the remote Git repository [2020-08-31T19:20:13.980Z] Cloning with configured refspecs honoured and without tags [2020-08-31T19:20:14.003Z] Cloning repository git@github.com:edgexfoundry/device-sdk-go.git [2020-08-31T19:20:14.065Z] > git init /w/workspace/device-sdk-go/1 # timeout=10 [2020-08-31T19:20:14.114Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2020-08-31T19:20:14.114Z] > git --version # timeout=10 [2020-08-31T19:20:14.123Z] > git --version # 'git version 2.16.5' [2020-08-31T19:20:14.123Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-08-31T19:20:14.143Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/575/head:refs/remotes/origin/PR-575 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-08-31T19:20:14.243Z] Removing intermediate container d82d2f83e100 [2020-08-31T19:20:14.243Z] ---> 100b46634696 [2020-08-31T19:20:14.243Z] Step 6/8 : WORKDIR /device-sdk-go [2020-08-31T19:20:14.515Z] ---> Running in 1d8eb8c26007 [2020-08-31T19:20:14.752Z] Fetching without tags [2020-08-31T19:20:15.108Z] Removing intermediate container 1d8eb8c26007 [2020-08-31T19:20:15.108Z] ---> 71e2affb03b0 [2020-08-31T19:20:15.108Z] Step 7/8 : COPY . . [2020-08-31T19:20:15.245Z] Merging remotes/origin/master commit 108cafbdc36a33829f2cd6e77abc07459d29f393 into PR head commit 6d7be66edf0b3c5a50ca9d8677bdcee2029dbc4c [2020-08-31T19:20:14.716Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2020-08-31T19:20:14.724Z] > git config --add remote.origin.fetch +refs/pull/575/head:refs/remotes/origin/PR-575 # timeout=10 [2020-08-31T19:20:14.731Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-08-31T19:20:14.745Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2020-08-31T19:20:14.757Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2020-08-31T19:20:14.758Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-08-31T19:20:14.761Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/575/head:refs/remotes/origin/PR-575 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-08-31T19:20:15.254Z] > git config core.sparsecheckout # timeout=10 [2020-08-31T19:20:15.259Z] > git checkout -f 6d7be66edf0b3c5a50ca9d8677bdcee2029dbc4c # timeout=10 [2020-08-31T19:20:15.330Z] Merge succeeded, producing 6d7be66edf0b3c5a50ca9d8677bdcee2029dbc4c [2020-08-31T19:20:15.330Z] Checking out Revision 6d7be66edf0b3c5a50ca9d8677bdcee2029dbc4c (PR-575) [2020-08-31T19:20:15.303Z] > git remote # timeout=10 [2020-08-31T19:20:15.307Z] > git config --get remote.origin.url # timeout=10 [2020-08-31T19:20:15.311Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-08-31T19:20:15.314Z] > git merge 108cafbdc36a33829f2cd6e77abc07459d29f393 # timeout=10 [2020-08-31T19:20:15.323Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-08-31T19:20:15.334Z] > git config core.sparsecheckout # timeout=10 [2020-08-31T19:20:15.340Z] > git checkout -f 6d7be66edf0b3c5a50ca9d8677bdcee2029dbc4c # timeout=10 [2020-08-31T19:20:16.548Z] ---> e4013a891c40 [2020-08-31T19:20:16.548Z] Step 8/8 : RUN go mod download [2020-08-31T19:20:16.548Z] ---> Running in 8129ce0dd44f [2020-08-31T19:20:18.845Z] Commit message: "refactor: update dockerfile to appropriately use ENTRYPOINT and CMD, closes#569" [2020-08-31T19:20:18.868Z] > git --version # timeout=10 [2020-08-31T19:20:18.875Z] > git --version # 'git version 2.16.5' [2020-08-31T19:20:18.881Z] fatal: bad object f17c8f7ddcfcae814424951d38f1611fe0b2aacf [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-08-31T19:20:19.856Z] ========================================================= [2020-08-31T19:20:19.856Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] [2020-08-31T19:20:19.856Z] ========================================================= [Pipeline] isUnix [2020-08-31T19:20:19.935Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-08-31T19:20:19.935Z] go: finding github.com/OneOfOne/xxhash v1.2.6 [2020-08-31T19:20:19.935Z] go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e [2020-08-31T19:20:19.935Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-08-31T19:20:19.935Z] go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 [2020-08-31T19:20:19.935Z] go: finding github.com/bgentry/speakeasy v0.1.0 [2020-08-31T19:20:19.935Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-08-31T19:20:19.935Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-08-31T19:20:19.935Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.37 [2020-08-31T19:20:19.935Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-08-31T19:20:19.935Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [Pipeline] sh [2020-08-31T19:20:20.205Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 [2020-08-31T19:20:20.205Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-08-31T19:20:20.205Z] go: finding github.com/fatih/color v1.7.0 [2020-08-31T19:20:20.205Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-08-31T19:20:20.205Z] go: finding github.com/go-kit/kit v0.8.0 [2020-08-31T19:20:20.205Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-08-31T19:20:20.205Z] go: finding github.com/go-stack/stack v1.8.0 [2020-08-31T19:20:20.476Z] go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2020-08-31T19:20:20.476Z] go: finding github.com/google/uuid v1.1.0 [2020-08-31T19:20:20.476Z] go: finding github.com/gorilla/mux v1.7.1 [2020-08-31T19:20:20.476Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-08-31T19:20:20.476Z] go: finding github.com/hashicorp/consul/sdk v0.1.1 [2020-08-31T19:20:20.476Z] go: finding github.com/hashicorp/errwrap v1.0.0 [2020-08-31T19:20:20.476Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-08-31T19:20:20.602Z] + 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-31T19:20:20.745Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-08-31T19:20:20.745Z] go: finding github.com/hashicorp/go-msgpack v0.5.3 [2020-08-31T19:20:20.745Z] go: finding github.com/hashicorp/go-multierror v1.0.0 [2020-08-31T19:20:20.745Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-08-31T19:20:20.745Z] go: finding github.com/hashicorp/go-sockaddr v1.0.0 [2020-08-31T19:20:20.745Z] go: finding github.com/hashicorp/go-syslog v1.0.0 [2020-08-31T19:20:20.864Z] Sending build context to Docker daemon 3.122MB [2020-08-31T19:20:20.864Z] Step 1/8 : ARG BASE=golang:1.13-alpine [2020-08-31T19:20:20.865Z] Step 2/8 : FROM ${BASE} [2020-08-31T19:20:21.015Z] go: finding github.com/hashicorp/go-uuid v1.0.1 [2020-08-31T19:20:21.015Z] go: finding github.com/hashicorp/go.net v0.0.1 [2020-08-31T19:20:21.015Z] go: finding github.com/hashicorp/golang-lru v0.5.0 [2020-08-31T19:20:21.015Z] go: finding github.com/hashicorp/logutils v1.0.0 [2020-08-31T19:20:21.015Z] go: finding github.com/hashicorp/mdns v1.0.0 [2020-08-31T19:20:21.015Z] go: finding github.com/hashicorp/memberlist v0.1.3 [2020-08-31T19:20:21.015Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-08-31T19:20:21.129Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base [2020-08-31T19:20:21.129Z] df20fa9351a1: Pulling fs layer [2020-08-31T19:20:21.129Z] ed8968b2872e: Pulling fs layer [2020-08-31T19:20:21.129Z] a92cc7c5fd73: Pulling fs layer [2020-08-31T19:20:21.129Z] 2dd03ba5bac4: Pulling fs layer [2020-08-31T19:20:21.129Z] 1e091d79d1de: Pulling fs layer [2020-08-31T19:20:21.129Z] 481702a1767f: Pulling fs layer [2020-08-31T19:20:21.129Z] f64a6f60c768: Pulling fs layer [2020-08-31T19:20:21.129Z] e78d2573fc39: Pulling fs layer [2020-08-31T19:20:21.129Z] e876d2f968b6: Pulling fs layer [2020-08-31T19:20:21.129Z] ce8a83651883: Pulling fs layer [2020-08-31T19:20:21.129Z] 07967f4d0e4b: Pulling fs layer [2020-08-31T19:20:21.129Z] f64a6f60c768: Waiting [2020-08-31T19:20:21.129Z] e78d2573fc39: Waiting [2020-08-31T19:20:21.129Z] e876d2f968b6: Waiting [2020-08-31T19:20:21.129Z] ce8a83651883: Waiting [2020-08-31T19:20:21.129Z] 07967f4d0e4b: Waiting [2020-08-31T19:20:21.129Z] 2dd03ba5bac4: Waiting [2020-08-31T19:20:21.129Z] 1e091d79d1de: Waiting [2020-08-31T19:20:21.129Z] 481702a1767f: Waiting [2020-08-31T19:20:21.129Z] a92cc7c5fd73: Verifying Checksum [2020-08-31T19:20:21.129Z] a92cc7c5fd73: Download complete [2020-08-31T19:20:21.129Z] ed8968b2872e: Verifying Checksum [2020-08-31T19:20:21.129Z] ed8968b2872e: Download complete [2020-08-31T19:20:21.129Z] 1e091d79d1de: Verifying Checksum [2020-08-31T19:20:21.129Z] 1e091d79d1de: Download complete [2020-08-31T19:20:21.129Z] 481702a1767f: Verifying Checksum [2020-08-31T19:20:21.129Z] 481702a1767f: Download complete [2020-08-31T19:20:21.129Z] df20fa9351a1: Verifying Checksum [2020-08-31T19:20:21.129Z] df20fa9351a1: Download complete [2020-08-31T19:20:21.284Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-08-31T19:20:21.284Z] go: finding github.com/mattn/go-colorable v0.0.9 [2020-08-31T19:20:21.284Z] go: finding github.com/mattn/go-isatty v0.0.3 [2020-08-31T19:20:21.284Z] go: finding github.com/miekg/dns v1.0.14 [2020-08-31T19:20:21.284Z] go: finding github.com/mitchellh/cli v1.0.0 [2020-08-31T19:20:21.284Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-08-31T19:20:21.284Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-08-31T19:20:21.408Z] df20fa9351a1: Pull complete [2020-08-31T19:20:21.556Z] go: finding github.com/mitchellh/go-homedir v1.0.0 [2020-08-31T19:20:21.556Z] go: finding github.com/mitchellh/go-testing-interface v1.0.0 [2020-08-31T19:20:21.556Z] go: finding github.com/mitchellh/gox v0.4.0 [2020-08-31T19:20:21.556Z] go: finding github.com/mitchellh/iochan v1.0.0 [2020-08-31T19:20:21.556Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-08-31T19:20:21.556Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-08-31T19:20:21.556Z] go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2020-08-31T19:20:21.834Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-08-31T19:20:21.834Z] go: finding github.com/pkg/errors v0.8.1 [2020-08-31T19:20:21.834Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-08-31T19:20:21.834Z] go: finding github.com/posener/complete v1.1.1 [2020-08-31T19:20:21.834Z] go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f [2020-08-31T19:20:21.834Z] go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2020-08-31T19:20:22.003Z] f64a6f60c768: Verifying Checksum [2020-08-31T19:20:22.003Z] f64a6f60c768: Download complete [2020-08-31T19:20:22.003Z] e876d2f968b6: Verifying Checksum [2020-08-31T19:20:22.003Z] e876d2f968b6: Download complete [2020-08-31T19:20:22.106Z] go: finding github.com/stretchr/objx v0.1.0 [2020-08-31T19:20:22.106Z] go: finding github.com/stretchr/testify v1.5.1 [2020-08-31T19:20:22.106Z] go: finding github.com/ugorji/go v1.1.4 [2020-08-31T19:20:22.106Z] go: finding github.com/x448/float16 v0.8.4 [2020-08-31T19:20:22.106Z] go: finding golang.org/x/crypto v0.0.0-20181029021203-45a5f77698d3 [2020-08-31T19:20:22.106Z] go: finding golang.org/x/net v0.0.0-20181201002055-351d144fa1fc [2020-08-31T19:20:22.106Z] go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-08-31T19:20:22.379Z] go: finding golang.org/x/sys v0.0.0-20181026203630-95b1ffbd15a5 [2020-08-31T19:20:22.379Z] go: finding gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 [2020-08-31T19:20:22.380Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-08-31T19:20:22.599Z] 2dd03ba5bac4: Verifying Checksum [2020-08-31T19:20:22.599Z] 2dd03ba5bac4: Download complete [2020-08-31T19:20:22.862Z] ce8a83651883: Verifying Checksum [2020-08-31T19:20:22.862Z] ce8a83651883: Download complete [2020-08-31T19:20:22.862Z] e78d2573fc39: Verifying Checksum [2020-08-31T19:20:22.862Z] e78d2573fc39: Download complete [2020-08-31T19:20:22.862Z] 07967f4d0e4b: Download complete [2020-08-31T19:20:23.806Z] ed8968b2872e: Pull complete [2020-08-31T19:20:24.070Z] a92cc7c5fd73: Pull complete [2020-08-31T19:20:29.397Z] 2dd03ba5bac4: Pull complete [2020-08-31T19:20:29.397Z] 1e091d79d1de: Pull complete [2020-08-31T19:20:29.397Z] 481702a1767f: Pull complete [2020-08-31T19:20:32.514Z] Removing intermediate container 8129ce0dd44f [2020-08-31T19:20:32.514Z] ---> 8f88de4a5d56 [2020-08-31T19:20:32.514Z] Successfully built 8f88de4a5d56 [2020-08-31T19:20:32.514Z] 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-31T19:20:33.502Z] + docker inspect -f . ci-base-image-arm64 [2020-08-31T19:20:33.502Z] . [Pipeline] withDockerContainer [2020-08-31T19:20:33.766Z] prd-ubuntu18.04-docker-arm64-4c-16g-825 does not seem to be running inside a container [2020-08-31T19:20:33.848Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/1 -v /w/workspace/device-sdk-go/1:/w/workspace/device-sdk-go/1:rw,z -v /w/workspace/device-sdk-go/1@tmp:/w/workspace/device-sdk-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 ******** ci-base-image-arm64 cat [2020-08-31T19:20:35.653Z] $ docker top fb2e9b58e221073976efefa1be28f2992abdb1c5565be5c95b1b998701d01d70 -eo pid,comm [Pipeline] { [2020-08-31T19:20:35.997Z] f64a6f60c768: Pull complete [Pipeline] sh [2020-08-31T19:20:37.070Z] + go version [2020-08-31T19:20:37.070Z] go version go1.13.13 linux/arm64 [Pipeline] sh [2020-08-31T19:20:38.135Z] + make test [2020-08-31T19:20:38.135Z] CGO_ENABLED=0 GO111MODULE=on go test -coverprofile=coverage.out ./... [2020-08-31T19:20:39.117Z] ? github.com/edgexfoundry/device-sdk-go [no test files] [2020-08-31T19:20:39.314Z] e78d2573fc39: Pull complete [2020-08-31T19:20:39.314Z] e876d2f968b6: Pull complete [2020-08-31T19:20:40.264Z] ce8a83651883: Pull complete [2020-08-31T19:20:40.525Z] 07967f4d0e4b: Pull complete [2020-08-31T19:20:40.525Z] Digest: sha256:323246222269c44bbdf124594b811e87e5df8ffc2c0adf7c0e497dcaec6e6afe [2020-08-31T19:20:40.525Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine [2020-08-31T19:20:40.525Z] ---> 5d7c900382c6 [2020-08-31T19:20:40.525Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-08-31T19:20:41.099Z] ---> Running in 3d43708ee75f [2020-08-31T19:20:41.360Z] Removing intermediate container 3d43708ee75f [2020-08-31T19:20:41.360Z] ---> da3a8f904cca [2020-08-31T19:20:41.360Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-31T19:20:41.360Z] ---> Running in 02b5add0e24b [2020-08-31T19:20:42.746Z] Removing intermediate container 02b5add0e24b [2020-08-31T19:20:42.746Z] ---> ebec49010c42 [2020-08-31T19:20:42.746Z] Step 5/8 : RUN apk add --no-cache make git [2020-08-31T19:20:42.746Z] ---> Running in cfed3eb7ba03 [2020-08-31T19:20:43.319Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-31T19:20:44.261Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-31T19:20:44.833Z] OK: 166 MiB in 39 packages [2020-08-31T19:20:45.094Z] Removing intermediate container cfed3eb7ba03 [2020-08-31T19:20:45.094Z] ---> 43d0624078a3 [2020-08-31T19:20:45.094Z] Step 6/8 : WORKDIR /device-sdk-go [2020-08-31T19:20:45.094Z] ---> Running in 1fd83e948e53 [2020-08-31T19:20:45.358Z] Removing intermediate container 1fd83e948e53 [2020-08-31T19:20:45.358Z] ---> 9c8104bbbc9f [2020-08-31T19:20:45.358Z] Step 7/8 : COPY . . [2020-08-31T19:20:46.753Z] ---> 85a70c9dfc65 [2020-08-31T19:20:46.753Z] Step 8/8 : RUN go mod download [2020-08-31T19:20:46.753Z] ---> Running in 4edec81e5b02 [2020-08-31T19:20:48.668Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-08-31T19:20:48.668Z] go: finding github.com/OneOfOne/xxhash v1.2.6 [2020-08-31T19:20:48.668Z] go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e [2020-08-31T19:20:48.668Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-08-31T19:20:48.668Z] go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 [2020-08-31T19:20:48.668Z] go: finding github.com/bgentry/speakeasy v0.1.0 [2020-08-31T19:20:48.668Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-08-31T19:20:48.668Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-08-31T19:20:48.668Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.37 [2020-08-31T19:20:48.668Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-08-31T19:20:48.668Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-08-31T19:20:48.931Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 [2020-08-31T19:20:48.931Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-08-31T19:20:48.931Z] go: finding github.com/fatih/color v1.7.0 [2020-08-31T19:20:48.931Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-08-31T19:20:48.931Z] go: finding github.com/go-kit/kit v0.8.0 [2020-08-31T19:20:48.931Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-08-31T19:20:48.931Z] go: finding github.com/go-stack/stack v1.8.0 [2020-08-31T19:20:49.193Z] go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2020-08-31T19:20:49.193Z] go: finding github.com/google/uuid v1.1.0 [2020-08-31T19:20:49.193Z] go: finding github.com/gorilla/mux v1.7.1 [2020-08-31T19:20:49.193Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-08-31T19:20:49.193Z] go: finding github.com/hashicorp/consul/sdk v0.1.1 [2020-08-31T19:20:49.193Z] go: finding github.com/hashicorp/errwrap v1.0.0 [2020-08-31T19:20:49.193Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-08-31T19:20:49.454Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-08-31T19:20:49.454Z] go: finding github.com/hashicorp/go-msgpack v0.5.3 [2020-08-31T19:20:49.454Z] go: finding github.com/hashicorp/go-multierror v1.0.0 [2020-08-31T19:20:49.454Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-08-31T19:20:49.454Z] go: finding github.com/hashicorp/go-sockaddr v1.0.0 [2020-08-31T19:20:49.454Z] go: finding github.com/hashicorp/go-syslog v1.0.0 [2020-08-31T19:20:49.454Z] go: finding github.com/hashicorp/go-uuid v1.0.1 [2020-08-31T19:20:49.715Z] go: finding github.com/hashicorp/go.net v0.0.1 [2020-08-31T19:20:49.715Z] go: finding github.com/hashicorp/golang-lru v0.5.0 [2020-08-31T19:20:49.715Z] go: finding github.com/hashicorp/logutils v1.0.0 [2020-08-31T19:20:49.715Z] go: finding github.com/hashicorp/mdns v1.0.0 [2020-08-31T19:20:49.715Z] go: finding github.com/hashicorp/memberlist v0.1.3 [2020-08-31T19:20:49.715Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-08-31T19:20:49.715Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-08-31T19:20:49.975Z] go: finding github.com/mattn/go-colorable v0.0.9 [2020-08-31T19:20:49.975Z] go: finding github.com/mattn/go-isatty v0.0.3 [2020-08-31T19:20:49.975Z] go: finding github.com/miekg/dns v1.0.14 [2020-08-31T19:20:49.975Z] go: finding github.com/mitchellh/cli v1.0.0 [2020-08-31T19:20:49.975Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-08-31T19:20:49.975Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-08-31T19:20:49.975Z] go: finding github.com/mitchellh/go-homedir v1.0.0 [2020-08-31T19:20:50.236Z] go: finding github.com/mitchellh/go-testing-interface v1.0.0 [2020-08-31T19:20:50.236Z] go: finding github.com/mitchellh/gox v0.4.0 [2020-08-31T19:20:50.236Z] go: finding github.com/mitchellh/iochan v1.0.0 [2020-08-31T19:20:50.236Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-08-31T19:20:50.236Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-08-31T19:20:50.236Z] go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2020-08-31T19:20:50.236Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-08-31T19:20:50.498Z] go: finding github.com/pkg/errors v0.8.1 [2020-08-31T19:20:50.498Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-08-31T19:20:50.498Z] go: finding github.com/posener/complete v1.1.1 [2020-08-31T19:20:50.498Z] go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f [2020-08-31T19:20:50.498Z] go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2020-08-31T19:20:50.498Z] go: finding github.com/stretchr/objx v0.1.0 [2020-08-31T19:20:50.498Z] go: finding github.com/stretchr/testify v1.5.1 [2020-08-31T19:20:50.759Z] go: finding github.com/ugorji/go v1.1.4 [2020-08-31T19:20:50.759Z] go: finding github.com/x448/float16 v0.8.4 [2020-08-31T19:20:50.760Z] go: finding golang.org/x/crypto v0.0.0-20181029021203-45a5f77698d3 [2020-08-31T19:20:51.020Z] go: finding golang.org/x/net v0.0.0-20181201002055-351d144fa1fc [2020-08-31T19:20:51.020Z] go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-08-31T19:20:51.020Z] go: finding golang.org/x/sys v0.0.0-20181026203630-95b1ffbd15a5 [2020-08-31T19:20:51.020Z] go: finding gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 [2020-08-31T19:20:51.020Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-08-31T19:20:59.187Z] Removing intermediate container 4edec81e5b02 [2020-08-31T19:20:59.187Z] ---> ed4176e04ea0 [2020-08-31T19:20:59.187Z] Successfully built ed4176e04ea0 [2020-08-31T19:20:59.187Z] 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-31T19:21:05.013Z] + docker inspect -f . ci-base-image-x86_64 [2020-08-31T19:21:05.013Z] . [Pipeline] withDockerContainer [2020-08-31T19:21:05.128Z] prd-centos7-docker-4c-2g-826 does not seem to be running inside a container [2020-08-31T19:21:05.171Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/1 -v /w/workspace/device-sdk-go/1:/w/workspace/device-sdk-go/1:rw,z -v /w/workspace/device-sdk-go/1@tmp:/w/workspace/device-sdk-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 ******** ci-base-image-x86_64 cat [2020-08-31T19:21:05.971Z] ? github.com/edgexfoundry/device-sdk-go/example/cmd/device-simple [no test files] [2020-08-31T19:21:05.971Z] ? github.com/edgexfoundry/device-sdk-go/example/driver [no test files] [2020-08-31T19:21:05.971Z] ? github.com/edgexfoundry/device-sdk-go/internal/autodiscovery [no test files] [2020-08-31T19:21:06.514Z] $ docker top 91608192ca0a57568d155577d5d29898e4c47dbff769d6452389681f4dafff0d -eo pid,comm [Pipeline] { [Pipeline] sh [2020-08-31T19:21:06.957Z] ok github.com/edgexfoundry/device-sdk-go/internal/autoevent 0.032s coverage: 21.0% of statements [2020-08-31T19:21:07.091Z] + go version [2020-08-31T19:21:07.091Z] go version go1.13.13 linux/amd64 [Pipeline] sh [2020-08-31T19:21:07.407Z] + make test [2020-08-31T19:21:07.407Z] CGO_ENABLED=0 GO111MODULE=on go test -coverprofile=coverage.out ./... [2020-08-31T19:21:08.365Z] ? github.com/edgexfoundry/device-sdk-go [no test files] [2020-08-31T19:21:10.364Z] ok github.com/edgexfoundry/device-sdk-go/internal/cache 0.165s coverage: 95.7% of statements [2020-08-31T19:21:16.596Z] ? github.com/edgexfoundry/device-sdk-go/example/cmd/device-simple [no test files] [2020-08-31T19:21:16.596Z] ? github.com/edgexfoundry/device-sdk-go/example/driver [no test files] [2020-08-31T19:21:16.596Z] ? github.com/edgexfoundry/device-sdk-go/internal/autodiscovery [no test files] [2020-08-31T19:21:18.542Z] ok github.com/edgexfoundry/device-sdk-go/internal/autoevent 0.008s coverage: 21.0% of statements [2020-08-31T19:21:18.812Z] ok github.com/edgexfoundry/device-sdk-go/internal/cache 0.043s coverage: 95.7% of statements [2020-08-31T19:21:42.704Z] ok github.com/edgexfoundry/device-sdk-go/internal/clients 30.068s coverage: 8.6% of statements [2020-08-31T19:21:42.704Z] ok github.com/edgexfoundry/device-sdk-go/internal/common 0.021s coverage: 21.7% of statements [2020-08-31T19:21:42.705Z] ? github.com/edgexfoundry/device-sdk-go/internal/container [no test files] [2020-08-31T19:21:42.705Z] ok github.com/edgexfoundry/device-sdk-go/internal/controller 0.104s coverage: 37.0% of statements [2020-08-31T19:21:42.705Z] ? github.com/edgexfoundry/device-sdk-go/internal/controller/correlation [no test files] [2020-08-31T19:21:42.705Z] ok github.com/edgexfoundry/device-sdk-go/internal/handler 0.122s coverage: 65.4% of statements [2020-08-31T19:21:42.705Z] ? github.com/edgexfoundry/device-sdk-go/internal/handler/callback [no test files] [2020-08-31T19:21:42.705Z] ? github.com/edgexfoundry/device-sdk-go/internal/mock [no test files] [2020-08-31T19:21:42.705Z] ? github.com/edgexfoundry/device-sdk-go/internal/provision [no test files] [2020-08-31T19:21:42.705Z] ok github.com/edgexfoundry/device-sdk-go/internal/transformer 0.060s coverage: 52.6% of statements [2020-08-31T19:21:42.705Z] ok github.com/edgexfoundry/device-sdk-go/pkg/models 0.360s coverage: 68.9% of statements [2020-08-31T19:21:42.705Z] ? github.com/edgexfoundry/device-sdk-go/pkg/service [no test files] [2020-08-31T19:21:42.705Z] ? github.com/edgexfoundry/device-sdk-go/pkg/startup [no test files] [2020-08-31T19:21:42.705Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2020-08-31T19:21:46.123Z] gofmt -l . [2020-08-31T19:21:46.396Z] [ "`gofmt -l .`" = "" ] [2020-08-31T19:21:47.004Z] ./bin/test-attribution-txt.sh [2020-08-31T19:21:47.605Z] ./bin/test-go-mod-tidy.sh [Pipeline] stash [2020-08-31T19:21:48.823Z] Stashed 1 file(s) [Pipeline] } [2020-08-31T19:21:48.849Z] $ docker stop --time=1 fb2e9b58e221073976efefa1be28f2992abdb1c5565be5c95b1b998701d01d70 [2020-08-31T19:21:50.949Z] $ docker rm -f fb2e9b58e221073976efefa1be28f2992abdb1c5565be5c95b1b998701d01d70 [2020-08-31T19:21:50.960Z] ok github.com/edgexfoundry/device-sdk-go/internal/clients 30.018s coverage: 8.6% of statements [2020-08-31T19:21:50.960Z] ok github.com/edgexfoundry/device-sdk-go/internal/common 0.010s coverage: 21.7% of statements [2020-08-31T19:21:50.960Z] ? github.com/edgexfoundry/device-sdk-go/internal/container [no test files] [2020-08-31T19:21:50.960Z] ok github.com/edgexfoundry/device-sdk-go/internal/controller 0.022s coverage: 37.0% of statements [2020-08-31T19:21:50.960Z] ? github.com/edgexfoundry/device-sdk-go/internal/controller/correlation [no test files] [2020-08-31T19:21:50.960Z] ok github.com/edgexfoundry/device-sdk-go/internal/handler 0.033s coverage: 65.4% of statements [2020-08-31T19:21:50.960Z] ? github.com/edgexfoundry/device-sdk-go/internal/handler/callback [no test files] [2020-08-31T19:21:50.960Z] ? github.com/edgexfoundry/device-sdk-go/internal/mock [no test files] [2020-08-31T19:21:50.960Z] ? github.com/edgexfoundry/device-sdk-go/internal/provision [no test files] [2020-08-31T19:21:50.960Z] ok github.com/edgexfoundry/device-sdk-go/internal/transformer 0.028s coverage: 52.6% of statements [2020-08-31T19:21:50.960Z] ok github.com/edgexfoundry/device-sdk-go/pkg/models 0.099s coverage: 68.9% of statements [2020-08-31T19:21:50.960Z] ? github.com/edgexfoundry/device-sdk-go/pkg/service [no test files] [2020-08-31T19:21:50.960Z] ? github.com/edgexfoundry/device-sdk-go/pkg/startup [no test files] [2020-08-31T19:21:50.960Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2020-08-31T19:21:50.960Z] gofmt -l . [2020-08-31T19:21:50.960Z] [ "`gofmt -l .`" = "" ] [2020-08-31T19:21:50.960Z] ./bin/test-attribution-txt.sh [2020-08-31T19:21:50.960Z] ./bin/test-go-mod-tidy.sh [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] stash [2020-08-31T19:21:51.692Z] Warning: overwriting stash ‘coverage-report’ [Pipeline] // script [Pipeline] } [Pipeline] // stage [2020-08-31T19:21:51.978Z] Stashed 1 file(s) [Pipeline] stage [Pipeline] { (Build) [Pipeline] } [2020-08-31T19:21:52.068Z] $ docker stop --time=1 91608192ca0a57568d155577d5d29898e4c47dbff769d6452389681f4dafff0d [2020-08-31T19:21:53.509Z] $ docker rm -f 91608192ca0a57568d155577d5d29898e4c47dbff769d6452389681f4dafff0d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [Pipeline] script [Pipeline] { [Pipeline] sh [2020-08-31T19:21:56.592Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-08-31T19:21:56.758Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-08-31T19:21:56.977Z] + ls -al . [2020-08-31T19:21:56.977Z] total 228 [2020-08-31T19:21:56.977Z] drwxrwxr-x 11 jenkins jenkins 4096 Aug 31 19:21 . [2020-08-31T19:21:56.977Z] drwxrwxr-x 4 jenkins jenkins 4096 Aug 31 19:19 .. [2020-08-31T19:21:56.977Z] -rw-rw-r-- 1 jenkins jenkins 140 Aug 31 19:19 .dockerignore [2020-08-31T19:21:56.977Z] drwxrwxr-x 8 jenkins jenkins 4096 Aug 31 19:19 .git [2020-08-31T19:21:56.977Z] drwxrwxr-x 2 jenkins jenkins 4096 Aug 31 19:19 .github [2020-08-31T19:21:56.977Z] -rw-rw-r-- 1 jenkins jenkins 138 Aug 31 19:19 .gitignore [2020-08-31T19:21:56.977Z] drwxrwxr-x 3 jenkins jenkins 4096 Aug 31 19:19 .semver [2020-08-31T19:21:56.977Z] -rw-rw-r-- 1 jenkins jenkins 936 Aug 31 19:19 Dockerfile.build [2020-08-31T19:21:56.977Z] -rw-rw-r-- 1 jenkins jenkins 808 Aug 31 19:19 Jenkinsfile [2020-08-31T19:21:56.977Z] -rw-rw-r-- 1 jenkins jenkins 11341 Aug 31 19:19 LICENSE [2020-08-31T19:21:56.977Z] -rw-rw-r-- 1 jenkins jenkins 892 Aug 31 19:19 Makefile [2020-08-31T19:21:56.977Z] -rw-rw-r-- 1 jenkins jenkins 5101 Aug 31 19:19 README.md [2020-08-31T19:21:56.977Z] -rw-rw-r-- 1 jenkins jenkins 4291 Aug 31 19:19 RELEASE-NOTES.txt [2020-08-31T19:21:56.977Z] -rw-rw-r-- 1 jenkins jenkins 5 Aug 31 19:17 VERSION [2020-08-31T19:21:56.977Z] drwxrwxr-x 2 jenkins jenkins 4096 Aug 31 19:19 bin [2020-08-31T19:21:56.977Z] -rw-r--r-- 1 jenkins jenkins 111650 Aug 31 19:21 coverage.out [2020-08-31T19:21:56.977Z] drwxrwxr-x 4 jenkins jenkins 4096 Aug 31 19:19 example [2020-08-31T19:21:56.977Z] -rw-r--r-- 1 jenkins jenkins 446 Aug 31 19:21 go.mod [2020-08-31T19:21:56.977Z] -rw-r--r-- 1 jenkins jenkins 12179 Aug 31 19:21 go.sum [2020-08-31T19:21:56.977Z] drwxrwxr-x 13 jenkins jenkins 4096 Aug 31 19:19 internal [2020-08-31T19:21:56.977Z] drwxrwxr-x 4 jenkins jenkins 4096 Aug 31 19:19 openapi [2020-08-31T19:21:56.977Z] drwxrwxr-x 5 jenkins jenkins 4096 Aug 31 19:19 pkg [2020-08-31T19:21:56.977Z] drwxrwxr-x 4 jenkins jenkins 4096 Aug 31 19:19 snap [2020-08-31T19:21:56.977Z] -rw-rw-r-- 1 jenkins jenkins 222 Aug 31 19:19 version.go [Pipeline] isUnix [Pipeline] sh [2020-08-31T19:21:57.082Z] + ls -al . [2020-08-31T19:21:57.082Z] total 188 [2020-08-31T19:21:57.082Z] drwxrwxr-x. 11 jenkins jenkins 4096 Aug 31 19:21 . [2020-08-31T19:21:57.082Z] drwxrwxr-x. 4 jenkins jenkins 28 Aug 31 19:20 .. [2020-08-31T19:21:57.082Z] drwxrwxr-x. 2 jenkins jenkins 64 Aug 31 19:20 bin [2020-08-31T19:21:57.082Z] -rw-r--r--. 1 jenkins jenkins 111650 Aug 31 19:21 coverage.out [2020-08-31T19:21:57.082Z] -rw-rw-r--. 1 jenkins jenkins 936 Aug 31 19:20 Dockerfile.build [2020-08-31T19:21:57.082Z] -rw-rw-r--. 1 jenkins jenkins 140 Aug 31 19:20 .dockerignore [2020-08-31T19:21:57.082Z] drwxrwxr-x. 4 jenkins jenkins 48 Aug 31 19:20 example [2020-08-31T19:21:57.082Z] drwxrwxr-x. 8 jenkins jenkins 179 Aug 31 19:20 .git [2020-08-31T19:21:57.082Z] drwxrwxr-x. 2 jenkins jenkins 38 Aug 31 19:20 .github [2020-08-31T19:21:57.082Z] -rw-rw-r--. 1 jenkins jenkins 138 Aug 31 19:20 .gitignore [2020-08-31T19:21:57.082Z] -rw-r--r--. 1 jenkins jenkins 446 Aug 31 19:21 go.mod [2020-08-31T19:21:57.082Z] -rw-r--r--. 1 jenkins jenkins 12179 Aug 31 19:21 go.sum [2020-08-31T19:21:57.082Z] drwxrwxr-x. 13 jenkins jenkins 184 Aug 31 19:20 internal [2020-08-31T19:21:57.082Z] -rw-rw-r--. 1 jenkins jenkins 808 Aug 31 19:20 Jenkinsfile [2020-08-31T19:21:57.082Z] -rw-rw-r--. 1 jenkins jenkins 11341 Aug 31 19:20 LICENSE [2020-08-31T19:21:57.082Z] -rw-rw-r--. 1 jenkins jenkins 892 Aug 31 19:20 Makefile [2020-08-31T19:21:57.082Z] drwxrwxr-x. 4 jenkins jenkins 26 Aug 31 19:20 openapi [2020-08-31T19:21:57.082Z] drwxrwxr-x. 5 jenkins jenkins 50 Aug 31 19:20 pkg [2020-08-31T19:21:57.082Z] -rw-rw-r--. 1 jenkins jenkins 5101 Aug 31 19:20 README.md [2020-08-31T19:21:57.082Z] -rw-rw-r--. 1 jenkins jenkins 4291 Aug 31 19:20 RELEASE-NOTES.txt [2020-08-31T19:21:57.082Z] drwxrwxr-x. 3 jenkins jenkins 58 Aug 31 19:20 .semver [2020-08-31T19:21:57.082Z] drwxrwxr-x. 4 jenkins jenkins 54 Aug 31 19:20 snap [2020-08-31T19:21:57.082Z] -rw-rw-r--. 1 jenkins jenkins 5 Aug 31 19:17 VERSION [2020-08-31T19:21:57.082Z] -rw-rw-r--. 1 jenkins jenkins 222 Aug 31 19:20 version.go [Pipeline] isUnix [Pipeline] sh [2020-08-31T19:21:57.341Z] + docker build -t docker-device-sdk-simple-arm64 -f example/cmd/device-simple/Dockerfile --build-arg BASE=ci-base-image-arm64 --build-arg MAKE=make build --build-arg ARCH=arm64 --label git_sha=6d7be66edf0b3c5a50ca9d8677bdcee2029dbc4c --label arch=arm64 --label version=0.0.0 . [2020-08-31T19:21:57.469Z] + docker build -t docker-device-sdk-simple -f example/cmd/device-simple/Dockerfile --build-arg BASE=ci-base-image-x86_64 --build-arg 'MAKE=make build' --build-arg ARCH=amd64 --label git_sha=6d7be66edf0b3c5a50ca9d8677bdcee2029dbc4c --label arch=amd64 --label version=0.0.0 . [2020-08-31T19:21:57.731Z] Sending build context to Docker daemon 3.236MB [2020-08-31T19:21:57.731Z] Step 1/24 : ARG BASE=golang:1.13-alpine [2020-08-31T19:21:57.731Z] Step 2/24 : FROM ${BASE} AS builder [2020-08-31T19:21:57.731Z] ---> ed4176e04ea0 [2020-08-31T19:21:57.731Z] Step 3/24 : ARG MAKE='make build' [2020-08-31T19:21:57.938Z] Sending build context to Docker daemon 3.235MB [2020-08-31T19:21:57.938Z] Step 1/24 : ARG BASE=golang:1.13-alpine [2020-08-31T19:21:57.938Z] Step 2/24 : FROM ${BASE} AS builder [2020-08-31T19:21:57.938Z] ---> 8f88de4a5d56 [2020-08-31T19:21:57.938Z] Step 3/24 : ARG MAKE='make build' [2020-08-31T19:21:57.938Z] ---> Running in fe1ee6ef30e7 [2020-08-31T19:21:57.992Z] ---> Running in 36a3fed77144 [2020-08-31T19:21:58.253Z] Removing intermediate container 36a3fed77144 [2020-08-31T19:21:58.253Z] ---> c3c180721394 [2020-08-31T19:21:58.253Z] Step 4/24 : WORKDIR /device-sdk-go [2020-08-31T19:21:58.253Z] ---> Running in b166c37207a9 [2020-08-31T19:21:58.515Z] Removing intermediate container b166c37207a9 [2020-08-31T19:21:58.515Z] ---> cb3a967881ac [2020-08-31T19:21:58.515Z] Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-08-31T19:21:58.515Z] ---> Running in 3b8b2d8e026d [2020-08-31T19:21:58.515Z] Removing intermediate container 3b8b2d8e026d [2020-08-31T19:21:58.515Z] ---> 6dbd83dfd078 [2020-08-31T19:21:58.515Z] Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-31T19:21:58.530Z] Removing intermediate container fe1ee6ef30e7 [2020-08-31T19:21:58.530Z] ---> f92409af2177 [2020-08-31T19:21:58.530Z] Step 4/24 : WORKDIR /device-sdk-go [2020-08-31T19:21:58.780Z] ---> Running in f360a55a5383 [2020-08-31T19:21:58.803Z] ---> Running in f7a5c65c2e8d [2020-08-31T19:21:59.074Z] Removing intermediate container f7a5c65c2e8d [2020-08-31T19:21:59.074Z] ---> 9602bee17660 [2020-08-31T19:21:59.074Z] Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-08-31T19:21:59.343Z] ---> Running in 0fabc74f2277 [2020-08-31T19:21:59.614Z] Removing intermediate container 0fabc74f2277 [2020-08-31T19:21:59.614Z] ---> 24955364c663 [2020-08-31T19:21:59.614Z] Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-31T19:21:59.726Z] Removing intermediate container f360a55a5383 [2020-08-31T19:21:59.726Z] ---> a04a8a27cf14 [2020-08-31T19:21:59.726Z] Step 7/24 : RUN apk add --update --no-cache make git [2020-08-31T19:21:59.726Z] ---> Running in b76945462a05 [2020-08-31T19:21:59.886Z] ---> Running in c10c33227cf4 [2020-08-31T19:21:59.987Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-31T19:22:00.928Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-31T19:22:01.507Z] OK: 166 MiB in 39 packages [2020-08-31T19:22:01.770Z] Removing intermediate container b76945462a05 [2020-08-31T19:22:01.771Z] ---> af1645fd0a42 [2020-08-31T19:22:01.771Z] Step 8/24 : COPY . . [2020-08-31T19:22:02.512Z] Removing intermediate container c10c33227cf4 [2020-08-31T19:22:02.512Z] ---> c16bb4d61280 [2020-08-31T19:22:02.512Z] Step 7/24 : RUN apk add --update --no-cache make git [2020-08-31T19:22:02.512Z] ---> Running in 471f21c48ec4 [2020-08-31T19:22:02.719Z] ---> 7b65b09d2290 [2020-08-31T19:22:02.719Z] Step 9/24 : RUN ${MAKE} [2020-08-31T19:22:02.719Z] ---> Running in 7112738ef8f2 [2020-08-31T19:22:03.294Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-sdk-go.Version=0.0.0" -o example/cmd/device-simple/device-simple ./example/cmd/device-simple [2020-08-31T19:22:03.951Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-31T19:22:04.543Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-31T19:22:05.517Z] OK: 142 MiB in 39 packages [2020-08-31T19:22:06.491Z] Removing intermediate container 471f21c48ec4 [2020-08-31T19:22:06.491Z] ---> 36258d38562f [2020-08-31T19:22:06.491Z] Step 8/24 : COPY . . [2020-08-31T19:22:07.927Z] ---> 5af447225fc1 [2020-08-31T19:22:07.927Z] Step 9/24 : RUN ${MAKE} [2020-08-31T19:22:07.927Z] ---> Running in 7425f3e0c5ca [2020-08-31T19:22:09.358Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-sdk-go.Version=0.0.0" -o example/cmd/device-simple/device-simple ./example/cmd/device-simple [2020-08-31T19:22:11.520Z] CGO_ENABLED=0 GO111MODULE=on go install -tags=safe [2020-08-31T19:22:12.465Z] Removing intermediate container 7112738ef8f2 [2020-08-31T19:22:12.465Z] ---> 08bf9ec38e2e [2020-08-31T19:22:12.465Z] Step 10/24 : FROM scratch [2020-08-31T19:22:12.465Z] ---> [2020-08-31T19:22:12.465Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-08-31T19:22:12.465Z] ---> Running in 3cc480b46a7e [2020-08-31T19:22:12.465Z] Removing intermediate container 3cc480b46a7e [2020-08-31T19:22:12.465Z] ---> 353d7f302013 [2020-08-31T19:22:12.465Z] Step 12/24 : ENV APP_PORT=49990 [2020-08-31T19:22:12.727Z] ---> Running in 407e4b4717e5 [2020-08-31T19:22:12.727Z] Removing intermediate container 407e4b4717e5 [2020-08-31T19:22:12.727Z] ---> ad4396b0e847 [2020-08-31T19:22:12.727Z] Step 13/24 : EXPOSE $APP_PORT [2020-08-31T19:22:12.727Z] ---> Running in 2014595bd57d [2020-08-31T19:22:12.988Z] Removing intermediate container 2014595bd57d [2020-08-31T19:22:12.988Z] ---> 208da1e5e1da [2020-08-31T19:22:12.988Z] Step 14/24 : WORKDIR / [2020-08-31T19:22:12.988Z] ---> Running in 507e6bf48dd9 [2020-08-31T19:22:13.250Z] Removing intermediate container 507e6bf48dd9 [2020-08-31T19:22:13.250Z] ---> 37501e9cc514 [2020-08-31T19:22:13.250Z] Step 15/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple [2020-08-31T19:22:13.822Z] ---> 3409db2c8b5f [2020-08-31T19:22:13.822Z] Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml [2020-08-31T19:22:13.822Z] ---> d90e7db341a5 [2020-08-31T19:22:13.822Z] Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml [2020-08-31T19:22:14.087Z] ---> 1878f688b335 [2020-08-31T19:22:14.087Z] Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png [2020-08-31T19:22:14.348Z] ---> 98544c60ab71 [2020-08-31T19:22:14.348Z] Step 19/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg [2020-08-31T19:22:14.610Z] ---> 681c862e5f69 [2020-08-31T19:22:14.610Z] Step 20/24 : ENTRYPOINT ["/usr/local/bin/device-simple"] [2020-08-31T19:22:14.610Z] ---> Running in 2e64311127b7 [2020-08-31T19:22:14.872Z] Removing intermediate container 2e64311127b7 [2020-08-31T19:22:14.872Z] ---> 312fe04d3544 [2020-08-31T19:22:14.873Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-08-31T19:22:14.873Z] ---> Running in 2543e0482c44 [2020-08-31T19:22:14.873Z] Removing intermediate container 2543e0482c44 [2020-08-31T19:22:14.873Z] ---> c5279b08c785 [2020-08-31T19:22:14.873Z] Step 22/24 : LABEL arch=amd64 [2020-08-31T19:22:15.135Z] ---> Running in 37f2999a6313 [2020-08-31T19:22:15.135Z] Removing intermediate container 37f2999a6313 [2020-08-31T19:22:15.135Z] ---> b0464ef12c1e [2020-08-31T19:22:15.135Z] Step 23/24 : LABEL git_sha=6d7be66edf0b3c5a50ca9d8677bdcee2029dbc4c [2020-08-31T19:22:15.135Z] ---> Running in 8ab6de0f7bae [2020-08-31T19:22:15.397Z] Removing intermediate container 8ab6de0f7bae [2020-08-31T19:22:15.397Z] ---> a0ec534456b8 [2020-08-31T19:22:15.397Z] Step 24/24 : LABEL version=0.0.0 [2020-08-31T19:22:15.397Z] ---> Running in d1053b2f54e0 [2020-08-31T19:22:15.663Z] Removing intermediate container d1053b2f54e0 [2020-08-31T19:22:15.663Z] ---> 550b80295660 [2020-08-31T19:22:15.663Z] [Warning] One or more build-args [ARCH] were not consumed [2020-08-31T19:22:15.663Z] Successfully built 550b80295660 [2020-08-31T19:22:15.663Z] Successfully tagged docker-device-sdk-simple:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-08-31T19:22:36.167Z] CGO_ENABLED=0 GO111MODULE=on go install -tags=safe [2020-08-31T19:22:36.167Z] Removing intermediate container 7425f3e0c5ca [2020-08-31T19:22:36.167Z] ---> 2ce833363ee0 [2020-08-31T19:22:36.167Z] Step 10/24 : FROM scratch [2020-08-31T19:22:36.167Z] ---> [2020-08-31T19:22:36.167Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-08-31T19:22:36.167Z] ---> Running in 8b881754979a [2020-08-31T19:22:36.167Z] Removing intermediate container 8b881754979a [2020-08-31T19:22:36.167Z] ---> d21e2c86ad60 [2020-08-31T19:22:36.167Z] Step 12/24 : ENV APP_PORT=49990 [2020-08-31T19:22:36.167Z] ---> Running in e74a57ec115d [2020-08-31T19:22:36.167Z] Removing intermediate container e74a57ec115d [2020-08-31T19:22:36.167Z] ---> ba368f38cca6 [2020-08-31T19:22:36.167Z] Step 13/24 : EXPOSE $APP_PORT [2020-08-31T19:22:36.447Z] ---> Running in 2d6a45cecd6b [2020-08-31T19:22:36.719Z] Removing intermediate container 2d6a45cecd6b [2020-08-31T19:22:36.719Z] ---> 99df93c7df71 [2020-08-31T19:22:36.719Z] Step 14/24 : WORKDIR / [2020-08-31T19:22:36.990Z] ---> Running in 8f460bf5a5f5 [2020-08-31T19:22:37.262Z] Removing intermediate container 8f460bf5a5f5 [2020-08-31T19:22:37.262Z] ---> f481d67bd271 [2020-08-31T19:22:37.262Z] Step 15/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple [2020-08-31T19:22:38.695Z] ---> efdf63d2cc8b [2020-08-31T19:22:38.695Z] Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml [2020-08-31T19:22:39.289Z] ---> e825ecf677c8 [2020-08-31T19:22:39.289Z] Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml [2020-08-31T19:22:39.889Z] ---> f542da3999d0 [2020-08-31T19:22:39.889Z] Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png [2020-08-31T19:22:40.483Z] ---> 068ac43c5bc4 [2020-08-31T19:22:40.483Z] Step 19/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg [2020-08-31T19:22:41.458Z] ---> eb0094821f73 [2020-08-31T19:22:41.458Z] Step 20/24 : ENTRYPOINT ["/usr/local/bin/device-simple"] [2020-08-31T19:22:41.458Z] ---> Running in e1cdc77540e6 [2020-08-31T19:22:42.056Z] Removing intermediate container e1cdc77540e6 [2020-08-31T19:22:42.056Z] ---> 8c43a20ed32a [2020-08-31T19:22:42.056Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-08-31T19:22:42.056Z] ---> Running in 7c594bf73c66 [2020-08-31T19:22:42.654Z] Removing intermediate container 7c594bf73c66 [2020-08-31T19:22:42.654Z] ---> 1c3ecc66101e [2020-08-31T19:22:42.654Z] Step 22/24 : LABEL arch=arm64 [2020-08-31T19:22:42.654Z] ---> Running in 4852cbecba56 [2020-08-31T19:22:43.250Z] Removing intermediate container 4852cbecba56 [2020-08-31T19:22:43.250Z] ---> 4c3dd62c4899 [2020-08-31T19:22:43.251Z] Step 23/24 : LABEL git_sha=6d7be66edf0b3c5a50ca9d8677bdcee2029dbc4c [2020-08-31T19:22:43.251Z] ---> Running in 6f4a1e1ee34f [2020-08-31T19:22:43.844Z] Removing intermediate container 6f4a1e1ee34f [2020-08-31T19:22:43.844Z] ---> b8309805c92a [2020-08-31T19:22:43.844Z] Step 24/24 : LABEL version=0.0.0 [2020-08-31T19:22:43.844Z] ---> Running in a6dc200eeddd [2020-08-31T19:22:44.436Z] Removing intermediate container a6dc200eeddd [2020-08-31T19:22:44.436Z] ---> b8c765b0435e [2020-08-31T19:22:44.436Z] [Warning] One or more build-args [ARCH] were not consumed [2020-08-31T19:22:44.436Z] Successfully built b8c765b0435e [2020-08-31T19:22:44.436Z] Successfully tagged docker-device-sdk-simple-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-31T19:22:46.733Z] provisioning config files... [2020-08-31T19:22:46.750Z] copy managed file [device-sdk-go-codecov-token] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-575@tmp/config4311666845276872838tmp [Pipeline] { [Pipeline] sh [2020-08-31T19:22:47.178Z] + curl -s https://codecov.io/bash [2020-08-31T19:22:47.178Z] + bash -s - -t @/w/workspace/dgexfoundry_device-sdk-go_PR-575@tmp/config4311666845276872838tmp [Pipeline] } [2020-08-31T19:25:08.865Z] 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-31T19:25:12.812Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-08-31T19:25:13.434Z] ---> package-listing.sh [2020-08-31T19:25:13.434Z] ++ facter osfamily [2020-08-31T19:25:13.434Z] ++ tr '[:upper:]' '[:lower:]' [2020-08-31T19:25:13.434Z] + OS_FAMILY=redhat [2020-08-31T19:25:13.434Z] + workspace=/w/workspace/dgexfoundry_device-sdk-go_PR-575 [2020-08-31T19:25:13.434Z] + START_PACKAGES=/tmp/packages_start.txt [2020-08-31T19:25:13.434Z] + END_PACKAGES=/tmp/packages_end.txt [2020-08-31T19:25:13.434Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-08-31T19:25:13.434Z] + PACKAGES=/tmp/packages_start.txt [2020-08-31T19:25:13.434Z] + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-575 ']' [2020-08-31T19:25:13.434Z] + PACKAGES=/tmp/packages_end.txt [2020-08-31T19:25:13.434Z] + case "${OS_FAMILY}" in [2020-08-31T19:25:13.434Z] + rpm -qa [2020-08-31T19:25:13.434Z] + sort [2020-08-31T19:25:18.765Z] + '[' -f /tmp/packages_start.txt ']' [2020-08-31T19:25:18.765Z] + '[' -f /tmp/packages_end.txt ']' [2020-08-31T19:25:18.765Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-08-31T19:25:18.765Z] + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-575 ']' [2020-08-31T19:25:18.765Z] + mkdir -p /w/workspace/dgexfoundry_device-sdk-go_PR-575/archives/ [2020-08-31T19:25:18.765Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dgexfoundry_device-sdk-go_PR-575/archives/ [Pipeline] isUnix [Pipeline] sh [2020-08-31T19:25:19.810Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-08-31T19:25:19.810Z] [2020-08-31T19:25:19.810Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-08-31T19:25:20.207Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-08-31T19:25:20.207Z] alpine: Pulling from edgex-lftools-log-publisher [2020-08-31T19:25:20.207Z] c9b1b535fdd9: Pulling fs layer [2020-08-31T19:25:20.207Z] 2cc5ad85d9ab: Pulling fs layer [2020-08-31T19:25:20.207Z] 756a868c4378: Pulling fs layer [2020-08-31T19:25:20.207Z] 444b2fc9a129: Pulling fs layer [2020-08-31T19:25:20.207Z] ea15f1150254: Pulling fs layer [2020-08-31T19:25:20.207Z] 41b27a9f41bf: Pulling fs layer [2020-08-31T19:25:20.207Z] 28c525ee5125: Pulling fs layer [2020-08-31T19:25:20.207Z] 094b1ea09ed8: Pulling fs layer [2020-08-31T19:25:20.207Z] 138eaada9080: Pulling fs layer [2020-08-31T19:25:20.207Z] 0622d0fa9048: Pulling fs layer [2020-08-31T19:25:20.207Z] 444b2fc9a129: Waiting [2020-08-31T19:25:20.207Z] ea15f1150254: Waiting [2020-08-31T19:25:20.207Z] 41b27a9f41bf: Waiting [2020-08-31T19:25:20.207Z] 28c525ee5125: Waiting [2020-08-31T19:25:20.207Z] 0622d0fa9048: Waiting [2020-08-31T19:25:20.207Z] 094b1ea09ed8: Waiting [2020-08-31T19:25:20.207Z] 138eaada9080: Waiting [2020-08-31T19:25:20.207Z] 2cc5ad85d9ab: Verifying Checksum [2020-08-31T19:25:20.207Z] 2cc5ad85d9ab: Download complete [2020-08-31T19:25:20.207Z] 444b2fc9a129: Verifying Checksum [2020-08-31T19:25:20.207Z] 444b2fc9a129: Download complete [2020-08-31T19:25:20.207Z] c9b1b535fdd9: Verifying Checksum [2020-08-31T19:25:20.207Z] c9b1b535fdd9: Download complete [2020-08-31T19:25:20.489Z] ea15f1150254: Verifying Checksum [2020-08-31T19:25:20.489Z] ea15f1150254: Download complete [2020-08-31T19:25:20.489Z] 28c525ee5125: Verifying Checksum [2020-08-31T19:25:20.489Z] 28c525ee5125: Download complete [2020-08-31T19:25:20.770Z] 756a868c4378: Verifying Checksum [2020-08-31T19:25:20.770Z] 756a868c4378: Download complete [2020-08-31T19:25:20.770Z] c9b1b535fdd9: Pull complete [2020-08-31T19:25:21.046Z] 138eaada9080: Verifying Checksum [2020-08-31T19:25:21.046Z] 138eaada9080: Download complete [2020-08-31T19:25:21.046Z] 0622d0fa9048: Verifying Checksum [2020-08-31T19:25:21.046Z] 0622d0fa9048: Download complete [2020-08-31T19:25:21.046Z] 094b1ea09ed8: Verifying Checksum [2020-08-31T19:25:21.046Z] 094b1ea09ed8: Download complete [2020-08-31T19:25:21.322Z] 2cc5ad85d9ab: Pull complete [2020-08-31T19:25:21.590Z] 41b27a9f41bf: Verifying Checksum [2020-08-31T19:25:21.590Z] 41b27a9f41bf: Download complete [2020-08-31T19:25:22.999Z] 756a868c4378: Pull complete [2020-08-31T19:25:23.263Z] 444b2fc9a129: Pull complete [2020-08-31T19:25:23.532Z] ea15f1150254: Pull complete [2020-08-31T19:25:27.768Z] 41b27a9f41bf: Pull complete [2020-08-31T19:25:28.034Z] 28c525ee5125: Pull complete [2020-08-31T19:25:32.363Z] 094b1ea09ed8: Pull complete [2020-08-31T19:25:32.363Z] 138eaada9080: Pull complete [2020-08-31T19:25:32.363Z] 0622d0fa9048: Pull complete [2020-08-31T19:25:32.363Z] Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 [2020-08-31T19:25:32.363Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-08-31T19:25:32.363Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-08-31T19:25:32.629Z] prd-centos7-docker-4c-2g-824 does not seem to be running inside a container [2020-08-31T19:25:32.683Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 -v /var/log/sa:/var/log/sa -w /w/workspace/dgexfoundry_device-sdk-go_PR-575 -v /w/workspace/dgexfoundry_device-sdk-go_PR-575:/w/workspace/dgexfoundry_device-sdk-go_PR-575:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_PR-575@tmp:/w/workspace/dgexfoundry_device-sdk-go_PR-575@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:10003/edgex-lftools-log-publisher:alpine cat [2020-08-31T19:25:37.308Z] $ docker top 99a92274d4fef5b542be76a35cf533692d995ffcae3367386cea18a5021c1992 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-08-31T19:25:37.786Z] provisioning config files... [2020-08-31T19:25:37.806Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-575@tmp/config1934405255821795736tmp [Pipeline] { [Pipeline] echo [2020-08-31T19:25:37.913Z] Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-08-31T19:25:38.588Z] ---> create-netrc.sh [Pipeline] echo [2020-08-31T19:25:38.618Z] Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-08-31T19:25:38.956Z] ---> logs-deploy.sh [2020-08-31T19:25:38.956Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/PR-575/1 [2020-08-31T19:25:38.956Z] INFO: archiving workspace using pattern(s): [2020-08-31T19:25:41.538Z] Archives upload complete. [2020-08-31T19:25:41.538Z] INFO: archiving logs to Nexus