Pull request #594 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 jinlinGuan for edgexfoundry/device-sdk-go Loading trusted files from base branch master at 9f44a914c3163ba6aceeb076ef4043962d95dc92 rather than af5d391cbf31238ba33faa5cc8a943409002f058 Obtained Jenkinsfile from 9f44a914c3163ba6aceeb076ef4043962d95dc92 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 7909e789ffc0fecf34d47f501ec8db0a80105338 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 7909e789ffc0fecf34d47f501ec8db0a80105338 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-594/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 7909e789ffc0fecf34d47f501ec8db0a80105338 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 7909e789ffc0fecf34d47f501ec8db0a80105338 # timeout=10 Commit message: "Merge pull request #245 from ernestojeda/fix-go-version-issue" > 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, 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.15 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-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 Waiting for next available executor on ‘prd-centos7-docker-4c-2g-382’ Running on prd-centos7-docker-4c-2g-385 in /w/workspace/dgexfoundry_device-sdk-go_PR-594 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository git@github.com:edgexfoundry/device-sdk-go.git > git init /w/workspace/dgexfoundry_device-sdk-go_PR-594 # 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/594/head:refs/remotes/origin/PR-594 +refs/heads/master:refs/remotes/origin/master # timeout=10 Fetching without tags Merging remotes/origin/master commit 9f44a914c3163ba6aceeb076ef4043962d95dc92 into PR head commit af5d391cbf31238ba33faa5cc8a943409002f058 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/594/head:refs/remotes/origin/PR-594 # 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/594/head:refs/remotes/origin/PR-594 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f af5d391cbf31238ba33faa5cc8a943409002f058 # timeout=10 > git remote # timeout=10 Merge succeeded, producing af5d391cbf31238ba33faa5cc8a943409002f058 Checking out Revision af5d391cbf31238ba33faa5cc8a943409002f058 (PR-594) > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge 9f44a914c3163ba6aceeb076ef4043962d95dc92 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f af5d391cbf31238ba33faa5cc8a943409002f058 # timeout=10 Commit message: "Update V2 swagger file to consist with edgex-go" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.16.5' fatal: bad object 7909e789ffc0fecf34d47f501ec8db0a80105338 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-09-18T10:11:41.209Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-09-18T10:11:41.565Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-09-18T10:11:41.791Z] ========================================================= [2020-09-18T10:11:41.792Z] EdgeX Global Pipelines Version Info [2020-09-18T10:11:41.792Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-09-18T10:11:44.302Z] ------------------- [2020-09-18T10:11:44.303Z] stable info: [2020-09-18T10:11:44.303Z] ------------------- [2020-09-18T10:11:44.303Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-09-18T10:11:44.303Z] Commit SHA: 7909e789ffc0fecf34d47f501ec8db0a80105338 [2020-09-18T10:11:44.303Z] Message: update stable to v1.0.122 [2020-09-18T10:11:45.321Z] ------------------- [2020-09-18T10:11:45.321Z] experimental info: [2020-09-18T10:11:45.321Z] ------------------- [2020-09-18T10:11:45.321Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-09-18T10:11:45.321Z] Commit SHA: 040e29ce4f8dcf7f02c652317e535dcbebe1b406 [2020-09-18T10:11:45.321Z] Message: update experimental to v1.0.125 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo [2020-09-18T10:11:45.862Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-go-settings [Pipeline] echo [2020-09-18T10:11:45.986Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-go [Pipeline] echo [2020-09-18T10:11:46.110Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-09-18T10:11:46.237Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-09-18T10:11:46.370Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-09-18T10:11:46.506Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2020-09-18T10:11:46.635Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-09-18T10:11:46.769Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2020-09-18T10:11:46.907Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = example/cmd/device-simple/Dockerfile [Pipeline] echo [2020-09-18T10:11:47.042Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-09-18T10:11:47.188Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-09-18T10:11:47.329Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-sdk-simple [Pipeline] echo [2020-09-18T10:11:47.464Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-09-18T10:11:47.602Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-09-18T10:11:47.723Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2020-09-18T10:11:47.856Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2020-09-18T10:11:47.994Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2020-09-18T10:11:48.126Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2020-09-18T10:11:48.255Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2020-09-18T10:11:48.380Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2020-09-18T10:11:48.510Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2020-09-18T10:11:48.654Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2020-09-18T10:11:48.784Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-594 [Pipeline] echo [2020-09-18T10:11:48.922Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-594 [Pipeline] echo [2020-09-18T10:11:49.075Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-594 [Pipeline] echo [2020-09-18T10:11:49.204Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = af5d391cbf31238ba33faa5cc8a943409002f058 [Pipeline] echo [2020-09-18T10:11:49.333Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = af5d391 [Pipeline] echo [2020-09-18T10:11:49.481Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-09-18T10:11:50.271Z] + git log --format=format:%s -1 af5d391cbf31238ba33faa5cc8a943409002f058 [Pipeline] echo [2020-09-18T10:11:50.385Z] GIT_COMMIT: af5d391cbf31238ba33faa5cc8a943409002f058, Commit Message: Update V2 swagger file to consist with edgex-go [Pipeline] echo [2020-09-18T10:11:50.465Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2020-09-18T10:11:51.082Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-18T10:11:51.347Z] [2020-09-18T10:11:51.347Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-09-18T10:11:51.892Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-18T10:11:52.250Z] latest: Pulling from edgex-devops/git-semver [2020-09-18T10:11:52.250Z] 31603596830f: Pulling fs layer [2020-09-18T10:11:52.250Z] 2a8b12db71e7: Pulling fs layer [2020-09-18T10:11:52.250Z] 6ca5941a6612: Pulling fs layer [2020-09-18T10:11:52.250Z] ecc8261a40a4: Pulling fs layer [2020-09-18T10:11:52.250Z] ecc8261a40a4: Waiting [2020-09-18T10:11:52.250Z] 2a8b12db71e7: Verifying Checksum [2020-09-18T10:11:52.250Z] 2a8b12db71e7: Download complete [2020-09-18T10:11:52.551Z] 31603596830f: Verifying Checksum [2020-09-18T10:11:52.551Z] 31603596830f: Download complete [2020-09-18T10:11:52.866Z] ecc8261a40a4: Verifying Checksum [2020-09-18T10:11:52.866Z] ecc8261a40a4: Download complete [2020-09-18T10:11:53.184Z] 6ca5941a6612: Verifying Checksum [2020-09-18T10:11:53.184Z] 6ca5941a6612: Download complete [2020-09-18T10:11:53.462Z] 31603596830f: Pull complete [2020-09-18T10:11:53.462Z] 2a8b12db71e7: Pull complete [2020-09-18T10:11:54.429Z] 6ca5941a6612: Pull complete [2020-09-18T10:11:54.695Z] ecc8261a40a4: Pull complete [2020-09-18T10:11:54.695Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-09-18T10:11:54.695Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-18T10:11:54.695Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-09-18T10:11:54.880Z] prd-centos7-docker-4c-2g-385 does not seem to be running inside a container [2020-09-18T10:11:55.021Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-sdk-go_PR-594 -v /w/workspace/dgexfoundry_device-sdk-go_PR-594:/w/workspace/dgexfoundry_device-sdk-go_PR-594:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_PR-594@tmp:/w/workspace/dgexfoundry_device-sdk-go_PR-594@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-09-18T10:11:57.439Z] $ docker top 988772bb091c7c600c3d1080906e5c179962233e6cec25b34fb4899930fa0519 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-09-18T10:11:57.895Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-09-18T10:11:57.895Z] [ssh-agent] Looking for ssh-agent implementation... [2020-09-18T10:11:58.241Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-09-18T10:11:58.250Z] $ docker exec 988772bb091c7c600c3d1080906e5c179962233e6cec25b34fb4899930fa0519 ssh-agent [2020-09-18T10:11:58.577Z] SSH_AUTH_SOCK=/tmp/ssh-tVzx5XrTREv5/agent.12 [2020-09-18T10:11:58.577Z] SSH_AGENT_PID=18 [2020-09-18T10:11:58.592Z] Running ssh-add (command line suppressed) [2020-09-18T10:11:58.765Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-594@tmp/private_key_8580074305415901761.key (/w/workspace/dgexfoundry_device-sdk-go_PR-594@tmp/private_key_8580074305415901761.key) [2020-09-18T10:11:58.842Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-09-18T10:11:59.359Z] + git describe --exact-match --tags HEAD [2020-09-18T10:11:59.359Z] fatal: No names found, cannot describe anything. [Pipeline] } [2020-09-18T10:11:59.441Z] $ docker exec --env ******** --env ******** 988772bb091c7c600c3d1080906e5c179962233e6cec25b34fb4899930fa0519 ssh-agent -k [2020-09-18T10:11:59.850Z] unset SSH_AUTH_SOCK; [2020-09-18T10:11:59.851Z] unset SSH_AGENT_PID; [2020-09-18T10:11:59.851Z] echo Agent pid 18 killed; [2020-09-18T10:11:59.950Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [2020-09-18T10:12:00.117Z] [edgeXSemver]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 [2020-09-18T10:12:00.117Z] This usually means this commit has not been tagged. [Pipeline] sshagent [2020-09-18T10:12:00.252Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-09-18T10:12:00.252Z] [ssh-agent] Looking for ssh-agent implementation... [2020-09-18T10:12:00.559Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-09-18T10:12:00.566Z] $ docker exec 988772bb091c7c600c3d1080906e5c179962233e6cec25b34fb4899930fa0519 ssh-agent [2020-09-18T10:12:00.855Z] SSH_AUTH_SOCK=/tmp/ssh-tRvEtiF8J327/agent.46 [2020-09-18T10:12:00.855Z] SSH_AGENT_PID=51 [2020-09-18T10:12:00.864Z] Running ssh-add (command line suppressed) [2020-09-18T10:12:01.026Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-594@tmp/private_key_5303176754973393062.key (/w/workspace/dgexfoundry_device-sdk-go_PR-594@tmp/private_key_5303176754973393062.key) [2020-09-18T10:12:01.129Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-09-18T10:12:01.600Z] + git semver init [2020-09-18T10:12:01.600Z] # -> Open(): unable to determine branch for HEAD [2020-09-18T10:12:01.600Z] # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-594/.git [2020-09-18T10:12:01.600Z] # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_PR-594 [2020-09-18T10:12:01.600Z] # $SEMVER_REMOTE_NAME = origin [2020-09-18T10:12:01.600Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-09-18T10:12:01.600Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-09-18T10:12:01.600Z] # $SEMVER_BRANCH = PR-594 [2020-09-18T10:12:01.600Z] # $SEMVER_TEMP = /tmp/semver-446979276 [2020-09-18T10:12:01.600Z] # git clone --branch semver git@github.com:edgexfoundry/device-sdk-go.git $SEMVER_TEMP [2020-09-18T10:12:03.055Z] # '/tmp/semver-446979276' -> '/w/workspace/dgexfoundry_device-sdk-go_PR-594/.semver' [2020-09-18T10:12:03.055Z] # -> Force: false [2020-09-18T10:12:03.055Z] # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-594/.semver [Pipeline] } [2020-09-18T10:12:03.127Z] $ docker exec --env ******** --env ******** 988772bb091c7c600c3d1080906e5c179962233e6cec25b34fb4899930fa0519 ssh-agent -k [2020-09-18T10:12:03.426Z] unset SSH_AUTH_SOCK; [2020-09-18T10:12:03.427Z] unset SSH_AGENT_PID; [2020-09-18T10:12:03.427Z] echo Agent pid 51 killed; [2020-09-18T10:12:03.486Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-09-18T10:12:04.115Z] + git semver [Pipeline] } [2020-09-18T10:12:04.163Z] $ docker stop --time=1 988772bb091c7c600c3d1080906e5c179962233e6cec25b34fb4899930fa0519 [2020-09-18T10:12:06.046Z] $ docker rm -f 988772bb091c7c600c3d1080906e5c179962233e6cec25b34fb4899930fa0519 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash [2020-09-18T10:12:07.388Z] Stashed 37 file(s) [Pipeline] echo [2020-09-18T10:12:07.412Z] [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] echo [2020-09-18T10:12:07.547Z] 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-09-18T10:12:23.290Z] Still waiting to schedule task [2020-09-18T10:12:23.290Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2020-09-18T10:12:23.317Z] Still waiting to schedule task [2020-09-18T10:12:23.317Z] Waiting for next available executor on ‘prd-ubuntu18.04-docker-arm64-4c-16g-383’ [2020-09-18T10:15:22.145Z] Running on prd-centos7-docker-4c-2g-387 in /w/workspace/dgexfoundry_device-sdk-go_PR-594 [Pipeline] { [Pipeline] ws [2020-09-18T10:15:22.242Z] Running in /w/workspace/device-sdk-go/1 [Pipeline] { [Pipeline] checkout [2020-09-18T10:15:24.792Z] using credential edgex-jenkins-ssh [2020-09-18T10:15:24.846Z] Cloning the remote Git repository [2020-09-18T10:15:24.846Z] Cloning with configured refspecs honoured and without tags [2020-09-18T10:15:25.753Z] Fetching without tags [2020-09-18T10:15:24.879Z] Cloning repository git@github.com:edgexfoundry/device-sdk-go.git [2020-09-18T10:15:24.962Z] > git init /w/workspace/device-sdk-go/1 # timeout=10 [2020-09-18T10:15:25.021Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2020-09-18T10:15:25.021Z] > git --version # timeout=10 [2020-09-18T10:15:25.028Z] > git --version # 'git version 2.16.5' [2020-09-18T10:15:25.029Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-18T10:15:25.055Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/594/head:refs/remotes/origin/PR-594 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-18T10:15:25.715Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2020-09-18T10:15:25.721Z] > git config --add remote.origin.fetch +refs/pull/594/head:refs/remotes/origin/PR-594 # timeout=10 [2020-09-18T10:15:25.732Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-18T10:15:25.744Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2020-09-18T10:15:25.760Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2020-09-18T10:15:25.760Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-18T10:15:25.766Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/594/head:refs/remotes/origin/PR-594 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-18T10:15:26.225Z] Merging remotes/origin/master commit 9f44a914c3163ba6aceeb076ef4043962d95dc92 into PR head commit af5d391cbf31238ba33faa5cc8a943409002f058 [2020-09-18T10:15:26.321Z] Merge succeeded, producing af5d391cbf31238ba33faa5cc8a943409002f058 [2020-09-18T10:15:26.322Z] Checking out Revision af5d391cbf31238ba33faa5cc8a943409002f058 (PR-594) [2020-09-18T10:15:26.236Z] > git config core.sparsecheckout # timeout=10 [2020-09-18T10:15:26.242Z] > git checkout -f af5d391cbf31238ba33faa5cc8a943409002f058 # timeout=10 [2020-09-18T10:15:26.292Z] > git remote # timeout=10 [2020-09-18T10:15:26.299Z] > git config --get remote.origin.url # timeout=10 [2020-09-18T10:15:26.304Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-18T10:15:26.308Z] > git merge 9f44a914c3163ba6aceeb076ef4043962d95dc92 # timeout=10 [2020-09-18T10:15:26.318Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-09-18T10:15:26.327Z] > git config core.sparsecheckout # timeout=10 [2020-09-18T10:15:26.334Z] > git checkout -f af5d391cbf31238ba33faa5cc8a943409002f058 # timeout=10 [2020-09-18T10:15:29.932Z] Commit message: "Update V2 swagger file to consist with edgex-go" [2020-09-18T10:15:29.962Z] > git --version # timeout=10 [2020-09-18T10:15:29.967Z] > git --version # 'git version 2.16.5' [2020-09-18T10:15:29.972Z] fatal: bad object 7909e789ffc0fecf34d47f501ec8db0a80105338 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-09-18T10:15:31.270Z] ========================================================= [2020-09-18T10:15:31.270Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2020-09-18T10:15:31.270Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-09-18T10:15:32.060Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . [2020-09-18T10:15:32.649Z] Sending build context to Docker daemon 3.173MB [2020-09-18T10:15:32.649Z] Step 1/8 : ARG BASE=golang:1.15-alpine [2020-09-18T10:15:32.649Z] Step 2/8 : FROM ${BASE} [2020-09-18T10:15:32.649Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2020-09-18T10:15:32.649Z] df20fa9351a1: Pulling fs layer [2020-09-18T10:15:32.649Z] ed8968b2872e: Pulling fs layer [2020-09-18T10:15:32.649Z] a92cc7c5fd73: Pulling fs layer [2020-09-18T10:15:32.649Z] e871e8e8d7a9: Pulling fs layer [2020-09-18T10:15:32.649Z] e73272ec9a57: Pulling fs layer [2020-09-18T10:15:32.649Z] 1e910a182e73: Pulling fs layer [2020-09-18T10:15:32.649Z] 4e634b169226: Pulling fs layer [2020-09-18T10:15:32.649Z] e871e8e8d7a9: Waiting [2020-09-18T10:15:32.649Z] e73272ec9a57: Waiting [2020-09-18T10:15:32.649Z] 1e910a182e73: Waiting [2020-09-18T10:15:32.649Z] 4e634b169226: Waiting [2020-09-18T10:15:32.649Z] a92cc7c5fd73: Verifying Checksum [2020-09-18T10:15:32.649Z] a92cc7c5fd73: Download complete [2020-09-18T10:15:32.649Z] ed8968b2872e: Download complete [2020-09-18T10:15:32.913Z] e73272ec9a57: Download complete [2020-09-18T10:15:32.913Z] df20fa9351a1: Download complete [2020-09-18T10:15:32.913Z] 1e910a182e73: Verifying Checksum [2020-09-18T10:15:32.913Z] 1e910a182e73: Download complete [2020-09-18T10:15:33.184Z] df20fa9351a1: Pull complete [2020-09-18T10:15:33.450Z] ed8968b2872e: Pull complete [2020-09-18T10:15:33.450Z] a92cc7c5fd73: Pull complete [2020-09-18T10:15:34.091Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-386 in /w/workspace/dgexfoundry_device-sdk-go_PR-594 [Pipeline] { [Pipeline] ws [2020-09-18T10:15:34.189Z] Running in /w/workspace/device-sdk-go/1 [Pipeline] { [Pipeline] checkout [2020-09-18T10:15:34.864Z] 4e634b169226: Verifying Checksum [2020-09-18T10:15:34.865Z] 4e634b169226: Download complete [2020-09-18T10:15:35.449Z] e871e8e8d7a9: Verifying Checksum [2020-09-18T10:15:35.449Z] e871e8e8d7a9: Download complete [2020-09-18T10:15:39.460Z] using credential edgex-jenkins-ssh [2020-09-18T10:15:39.690Z] Cloning the remote Git repository [2020-09-18T10:15:39.690Z] Cloning with configured refspecs honoured and without tags [2020-09-18T10:15:39.756Z] Cloning repository git@github.com:edgexfoundry/device-sdk-go.git [2020-09-18T10:15:39.873Z] > git init /w/workspace/device-sdk-go/1 # timeout=10 [2020-09-18T10:15:39.943Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2020-09-18T10:15:39.944Z] > git --version # timeout=10 [2020-09-18T10:15:39.969Z] > git --version # 'git version 2.17.1' [2020-09-18T10:15:39.971Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-18T10:15:40.032Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/594/head:refs/remotes/origin/PR-594 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-18T10:15:40.793Z] e871e8e8d7a9: Pull complete [2020-09-18T10:15:40.793Z] e73272ec9a57: Pull complete [2020-09-18T10:15:40.793Z] 1e910a182e73: Pull complete [2020-09-18T10:15:41.072Z] Fetching without tags [2020-09-18T10:15:41.614Z] Merging remotes/origin/master commit 9f44a914c3163ba6aceeb076ef4043962d95dc92 into PR head commit af5d391cbf31238ba33faa5cc8a943409002f058 [2020-09-18T10:15:40.950Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2020-09-18T10:15:40.978Z] > git config --add remote.origin.fetch +refs/pull/594/head:refs/remotes/origin/PR-594 # timeout=10 [2020-09-18T10:15:41.008Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-18T10:15:41.039Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2020-09-18T10:15:41.078Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2020-09-18T10:15:41.079Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-18T10:15:41.090Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/594/head:refs/remotes/origin/PR-594 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-18T10:15:41.639Z] > git config core.sparsecheckout # timeout=10 [2020-09-18T10:15:41.670Z] > git checkout -f af5d391cbf31238ba33faa5cc8a943409002f058 # timeout=10 [2020-09-18T10:15:41.789Z] > git remote # timeout=10 [2020-09-18T10:15:41.816Z] > git config --get remote.origin.url # timeout=10 [2020-09-18T10:15:41.974Z] Merge succeeded, producing af5d391cbf31238ba33faa5cc8a943409002f058 [2020-09-18T10:15:41.975Z] Checking out Revision af5d391cbf31238ba33faa5cc8a943409002f058 (PR-594) [2020-09-18T10:15:41.898Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-18T10:15:41.919Z] > git merge 9f44a914c3163ba6aceeb076ef4043962d95dc92 # timeout=10 [2020-09-18T10:15:41.950Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-09-18T10:15:41.979Z] > git config core.sparsecheckout # timeout=10 [2020-09-18T10:15:42.016Z] > git checkout -f af5d391cbf31238ba33faa5cc8a943409002f058 # timeout=10 [2020-09-18T10:15:46.444Z] Commit message: "Update V2 swagger file to consist with edgex-go" [2020-09-18T10:15:46.499Z] > git --version # timeout=10 [2020-09-18T10:15:46.517Z] > git --version # 'git version 2.17.1' [2020-09-18T10:15:46.535Z] fatal: bad object 7909e789ffc0fecf34d47f501ec8db0a80105338 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-09-18T10:15:48.005Z] ========================================================= [2020-09-18T10:15:48.005Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2020-09-18T10:15:48.005Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-09-18T10:15:49.395Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . [2020-09-18T10:15:50.385Z] Sending build context to Docker daemon 3.173MB [2020-09-18T10:15:50.385Z] Step 1/8 : ARG BASE=golang:1.15-alpine [2020-09-18T10:15:50.385Z] Step 2/8 : FROM ${BASE} [2020-09-18T10:15:50.660Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-09-18T10:15:50.660Z] b538f80385f9: Pulling fs layer [2020-09-18T10:15:50.660Z] 74f711af9a0d: Pulling fs layer [2020-09-18T10:15:50.660Z] 99f96fe45779: Pulling fs layer [2020-09-18T10:15:50.660Z] 8529a6b9a6be: Pulling fs layer [2020-09-18T10:15:50.660Z] 45590311c82a: Pulling fs layer [2020-09-18T10:15:50.660Z] 69ca0ff8b7b3: Pulling fs layer [2020-09-18T10:15:50.660Z] 209524e5b208: Pulling fs layer [2020-09-18T10:15:50.660Z] 8529a6b9a6be: Waiting [2020-09-18T10:15:50.660Z] 45590311c82a: Waiting [2020-09-18T10:15:50.660Z] 69ca0ff8b7b3: Waiting [2020-09-18T10:15:50.660Z] 209524e5b208: Waiting [2020-09-18T10:15:50.660Z] 99f96fe45779: Verifying Checksum [2020-09-18T10:15:50.660Z] 99f96fe45779: Download complete [2020-09-18T10:15:50.660Z] 74f711af9a0d: Verifying Checksum [2020-09-18T10:15:50.660Z] 74f711af9a0d: Download complete [2020-09-18T10:15:50.660Z] 45590311c82a: Verifying Checksum [2020-09-18T10:15:50.660Z] 45590311c82a: Download complete [2020-09-18T10:15:50.660Z] 69ca0ff8b7b3: Verifying Checksum [2020-09-18T10:15:50.660Z] 69ca0ff8b7b3: Download complete [2020-09-18T10:15:50.660Z] b538f80385f9: Download complete [2020-09-18T10:15:50.851Z] 4e634b169226: Pull complete [2020-09-18T10:15:50.851Z] Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 [2020-09-18T10:15:50.851Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2020-09-18T10:15:50.851Z] ---> f7629b54cfaa [2020-09-18T10:15:50.851Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-09-18T10:15:50.851Z] ---> Running in aae99778eb73 [2020-09-18T10:15:50.851Z] Removing intermediate container aae99778eb73 [2020-09-18T10:15:50.851Z] ---> e7de25dde159 [2020-09-18T10:15:50.851Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-18T10:15:50.851Z] ---> Running in 49a43359d44e [2020-09-18T10:15:51.265Z] b538f80385f9: Pull complete [2020-09-18T10:15:51.869Z] 74f711af9a0d: Pull complete [2020-09-18T10:15:52.256Z] Removing intermediate container 49a43359d44e [2020-09-18T10:15:52.256Z] ---> 229f3220b3fb [2020-09-18T10:15:52.256Z] Step 5/8 : RUN apk add --no-cache make git [2020-09-18T10:15:52.256Z] ---> Running in 1786f8a66607 [2020-09-18T10:15:52.466Z] 99f96fe45779: Pull complete [2020-09-18T10:15:53.214Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-09-18T10:15:53.445Z] 209524e5b208: Verifying Checksum [2020-09-18T10:15:53.445Z] 209524e5b208: Download complete [2020-09-18T10:15:53.792Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-09-18T10:15:54.427Z] 8529a6b9a6be: Download complete [2020-09-18T10:15:54.741Z] OK: 166 MiB in 39 packages [2020-09-18T10:15:55.320Z] Removing intermediate container 1786f8a66607 [2020-09-18T10:15:55.320Z] ---> 71eaaed9d55e [2020-09-18T10:15:55.320Z] Step 6/8 : WORKDIR /device-sdk-go [2020-09-18T10:15:55.320Z] ---> Running in 967daa927f5b [2020-09-18T10:15:55.320Z] Removing intermediate container 967daa927f5b [2020-09-18T10:15:55.320Z] ---> 08e6244949a2 [2020-09-18T10:15:55.320Z] Step 7/8 : COPY . . [2020-09-18T10:15:56.717Z] ---> 0185773cf42b [2020-09-18T10:15:56.717Z] Step 8/8 : RUN go mod download [2020-09-18T10:15:56.717Z] ---> Running in 8447760e58ac [2020-09-18T10:16:04.588Z] 8529a6b9a6be: Pull complete [2020-09-18T10:16:04.862Z] 45590311c82a: Pull complete [2020-09-18T10:16:05.135Z] 69ca0ff8b7b3: Pull complete [2020-09-18T10:16:09.005Z] Removing intermediate container 8447760e58ac [2020-09-18T10:16:09.005Z] ---> 02f6a0c1e480 [2020-09-18T10:16:09.005Z] Successfully built 02f6a0c1e480 [2020-09-18T10:16:09.005Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2020-09-18T10:16:09.398Z] + docker inspect -f . ci-base-image-x86_64 [2020-09-18T10:16:09.398Z] . [Pipeline] withDockerContainer [2020-09-18T10:16:09.479Z] 209524e5b208: Pull complete [2020-09-18T10:16:09.479Z] Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 [2020-09-18T10:16:09.479Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2020-09-18T10:16:09.479Z] ---> 5bddaf1c2fca [2020-09-18T10:16:09.479Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-09-18T10:16:09.535Z] prd-centos7-docker-4c-2g-387 does not seem to be running inside a container [2020-09-18T10:16:09.589Z] $ 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 ******** ci-base-image-x86_64 cat [2020-09-18T10:16:10.858Z] $ docker top a6f342d6f4db3ab68f2aa5e33c55b385b0658b6f65d3c20876ea258afda0e6aa -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-18T10:16:11.465Z] + go version [2020-09-18T10:16:11.465Z] go version go1.15.2 linux/amd64 [Pipeline] } [2020-09-18T10:16:11.501Z] $ docker stop --time=1 a6f342d6f4db3ab68f2aa5e33c55b385b0658b6f65d3c20876ea258afda0e6aa [2020-09-18T10:16:12.110Z] ---> Running in cb33636b9b96 [2020-09-18T10:16:12.383Z] Removing intermediate container cb33636b9b96 [2020-09-18T10:16:12.383Z] ---> a3e5ea599b08 [2020-09-18T10:16:12.383Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-18T10:16:12.659Z] ---> Running in 1d884a712626 [2020-09-18T10:16:12.863Z] $ docker rm -f a6f342d6f4db3ab68f2aa5e33c55b385b0658b6f65d3c20876ea258afda0e6aa [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-18T10:16:14.076Z] + docker inspect -f . ci-base-image-x86_64 [2020-09-18T10:16:14.076Z] . [Pipeline] withDockerContainer [2020-09-18T10:16:14.203Z] prd-centos7-docker-4c-2g-387 does not seem to be running inside a container [2020-09-18T10:16:14.261Z] $ 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 ******** ci-base-image-x86_64 cat [2020-09-18T10:16:14.939Z] $ docker top 0dcfc01db0c6fd8cfd924aa8d2127ca11281916e40a3c4789313d5c1ba5028be -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-18T10:16:15.325Z] Removing intermediate container 1d884a712626 [2020-09-18T10:16:15.325Z] ---> e8f010b3221a [2020-09-18T10:16:15.325Z] Step 5/8 : RUN apk add --no-cache make git [2020-09-18T10:16:15.325Z] ---> Running in 1945fd51fe8b [2020-09-18T10:16:15.512Z] + make test [2020-09-18T10:16:15.512Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2020-09-18T10:16:16.766Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-09-18T10:16:17.741Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-09-18T10:16:18.756Z] OK: 142 MiB in 39 packages [2020-09-18T10:16:19.752Z] Removing intermediate container 1945fd51fe8b [2020-09-18T10:16:19.752Z] ---> 60c2f785706c [2020-09-18T10:16:19.752Z] Step 6/8 : WORKDIR /device-sdk-go [2020-09-18T10:16:19.752Z] ---> Running in 41986a3840ad [2020-09-18T10:16:20.363Z] Removing intermediate container 41986a3840ad [2020-09-18T10:16:20.363Z] ---> 2b4277ba2a51 [2020-09-18T10:16:20.363Z] Step 7/8 : COPY . . [2020-09-18T10:16:21.806Z] ---> 4d9271538ffa [2020-09-18T10:16:21.806Z] Step 8/8 : RUN go mod download [2020-09-18T10:16:21.806Z] ---> Running in fadc230a35de [2020-09-18T10:16:22.165Z] ? github.com/edgexfoundry/device-sdk-go [no test files] [2020-09-18T10:16:34.552Z] ? github.com/edgexfoundry/device-sdk-go/example/cmd/device-simple [no test files] [2020-09-18T10:16:34.552Z] ? github.com/edgexfoundry/device-sdk-go/example/driver [no test files] [2020-09-18T10:16:34.552Z] ? github.com/edgexfoundry/device-sdk-go/internal/autodiscovery [no test files] [2020-09-18T10:16:34.840Z] ok github.com/edgexfoundry/device-sdk-go/internal/autoevent 0.053s coverage: 21.0% of statements [2020-09-18T10:16:36.313Z] ok github.com/edgexfoundry/device-sdk-go/internal/cache 0.410s coverage: 95.7% of statements [2020-09-18T10:16:36.937Z] Removing intermediate container fadc230a35de [2020-09-18T10:16:36.937Z] ---> d3b0bd038c32 [2020-09-18T10:16:36.937Z] Successfully built d3b0bd038c32 [2020-09-18T10:16:36.937Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-09-18T10:16:37.498Z] + docker inspect -f . ci-base-image-arm64 [2020-09-18T10:16:37.498Z] . [Pipeline] withDockerContainer [2020-09-18T10:16:37.839Z] prd-ubuntu18.04-docker-arm64-4c-16g-386 does not seem to be running inside a container [2020-09-18T10:16:37.996Z] $ 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-09-18T10:16:39.962Z] $ docker top 484b90389ca7fa7441f2180fdc9d91de5526928d76a0778cfdbfaef8ec18bf07 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-18T10:16:41.497Z] + go version [2020-09-18T10:16:41.497Z] go version go1.15.2 linux/arm64 [Pipeline] } [2020-09-18T10:16:41.540Z] $ docker stop --time=1 484b90389ca7fa7441f2180fdc9d91de5526928d76a0778cfdbfaef8ec18bf07 [2020-09-18T10:16:43.558Z] $ docker rm -f 484b90389ca7fa7441f2180fdc9d91de5526928d76a0778cfdbfaef8ec18bf07 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-18T10:16:44.971Z] + docker inspect -f . ci-base-image-arm64 [2020-09-18T10:16:44.971Z] . [Pipeline] withDockerContainer [2020-09-18T10:16:45.276Z] prd-ubuntu18.04-docker-arm64-4c-16g-386 does not seem to be running inside a container [2020-09-18T10:16:45.371Z] $ 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-09-18T10:16:47.308Z] $ docker top f7ce6394800344d001b2ba164ae9689748b437c639d9751fa04aafb7715343c2 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-18T10:16:48.836Z] + make test [2020-09-18T10:16:48.836Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2020-09-18T10:17:08.598Z] ok github.com/edgexfoundry/device-sdk-go/internal/clients 30.036s coverage: 8.6% of statements [2020-09-18T10:17:08.598Z] ok github.com/edgexfoundry/device-sdk-go/internal/common 0.033s coverage: 21.7% of statements [2020-09-18T10:17:08.598Z] ? github.com/edgexfoundry/device-sdk-go/internal/container [no test files] [2020-09-18T10:17:08.598Z] ok github.com/edgexfoundry/device-sdk-go/internal/controller 0.184s coverage: 37.0% of statements [2020-09-18T10:17:08.598Z] ? github.com/edgexfoundry/device-sdk-go/internal/controller/correlation [no test files] [2020-09-18T10:17:08.598Z] ok github.com/edgexfoundry/device-sdk-go/internal/handler 0.254s coverage: 65.4% of statements [2020-09-18T10:17:08.598Z] ? github.com/edgexfoundry/device-sdk-go/internal/handler/callback [no test files] [2020-09-18T10:17:08.598Z] ? github.com/edgexfoundry/device-sdk-go/internal/mock [no test files] [2020-09-18T10:17:08.598Z] ? github.com/edgexfoundry/device-sdk-go/internal/provision [no test files] [2020-09-18T10:17:08.598Z] ok github.com/edgexfoundry/device-sdk-go/internal/transformer 0.078s coverage: 52.6% of statements [2020-09-18T10:17:08.598Z] ok github.com/edgexfoundry/device-sdk-go/pkg/models 2.359s coverage: 68.9% of statements [2020-09-18T10:17:08.598Z] ? github.com/edgexfoundry/device-sdk-go/pkg/service [no test files] [2020-09-18T10:17:08.598Z] ? github.com/edgexfoundry/device-sdk-go/pkg/startup [no test files] [2020-09-18T10:17:08.598Z] GO111MODULE=on go vet ./... [2020-09-18T10:17:11.085Z] ? github.com/edgexfoundry/device-sdk-go [no test files] [2020-09-18T10:17:13.973Z] gofmt -l . [2020-09-18T10:17:13.973Z] [ "`gofmt -l .`" = "" ] [2020-09-18T10:17:13.973Z] ./bin/test-attribution-txt.sh [2020-09-18T10:17:13.973Z] ./bin/test-go-mod-tidy.sh [Pipeline] stash [2020-09-18T10:17:14.585Z] Stashed 1 file(s) [Pipeline] } [2020-09-18T10:17:14.609Z] $ docker stop --time=1 0dcfc01db0c6fd8cfd924aa8d2127ca11281916e40a3c4789313d5c1ba5028be [2020-09-18T10:17:16.731Z] $ docker rm -f 0dcfc01db0c6fd8cfd924aa8d2127ca11281916e40a3c4789313d5c1ba5028be [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-09-18T10:17:18.549Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-09-18T10:17:18.874Z] + ls -al . [2020-09-18T10:17:18.874Z] total 188 [2020-09-18T10:17:18.874Z] drwxrwxr-x. 11 jenkins jenkins 4096 Sep 18 10:17 . [2020-09-18T10:17:18.874Z] drwxrwxr-x. 4 jenkins jenkins 28 Sep 18 10:15 .. [2020-09-18T10:17:18.874Z] drwxrwxr-x. 2 jenkins jenkins 64 Sep 18 10:15 bin [2020-09-18T10:17:18.874Z] -rw-r--r--. 1 jenkins jenkins 111785 Sep 18 10:17 coverage.out [2020-09-18T10:17:18.874Z] -rw-rw-r--. 1 jenkins jenkins 936 Sep 18 10:15 Dockerfile.build [2020-09-18T10:17:18.874Z] -rw-rw-r--. 1 jenkins jenkins 140 Sep 18 10:15 .dockerignore [2020-09-18T10:17:18.874Z] drwxrwxr-x. 4 jenkins jenkins 48 Sep 18 10:15 example [2020-09-18T10:17:18.874Z] drwxrwxr-x. 8 jenkins jenkins 179 Sep 18 10:15 .git [2020-09-18T10:17:18.874Z] drwxrwxr-x. 2 jenkins jenkins 60 Sep 18 10:15 .github [2020-09-18T10:17:18.874Z] -rw-rw-r--. 1 jenkins jenkins 138 Sep 18 10:15 .gitignore [2020-09-18T10:17:18.874Z] -rw-r--r--. 1 jenkins jenkins 446 Sep 18 10:17 go.mod [2020-09-18T10:17:18.874Z] -rw-r--r--. 1 jenkins jenkins 12179 Sep 18 10:17 go.sum [2020-09-18T10:17:18.874Z] drwxrwxr-x. 13 jenkins jenkins 184 Sep 18 10:15 internal [2020-09-18T10:17:18.874Z] -rw-rw-r--. 1 jenkins jenkins 785 Sep 18 10:15 Jenkinsfile [2020-09-18T10:17:18.874Z] -rw-rw-r--. 1 jenkins jenkins 11341 Sep 18 10:15 LICENSE [2020-09-18T10:17:18.874Z] -rw-rw-r--. 1 jenkins jenkins 1013 Sep 18 10:15 Makefile [2020-09-18T10:17:18.874Z] drwxrwxr-x. 4 jenkins jenkins 26 Sep 18 10:15 openapi [2020-09-18T10:17:18.874Z] drwxrwxr-x. 5 jenkins jenkins 50 Sep 18 10:15 pkg [2020-09-18T10:17:18.874Z] -rw-rw-r--. 1 jenkins jenkins 5897 Sep 18 10:15 README.md [2020-09-18T10:17:18.874Z] -rw-rw-r--. 1 jenkins jenkins 4291 Sep 18 10:15 RELEASE-NOTES.txt [2020-09-18T10:17:18.874Z] drwxrwxr-x. 3 jenkins jenkins 58 Sep 18 10:15 .semver [2020-09-18T10:17:18.874Z] drwxrwxr-x. 4 jenkins jenkins 54 Sep 18 10:15 snap [2020-09-18T10:17:18.874Z] -rw-rw-r--. 1 jenkins jenkins 5 Sep 18 10:12 VERSION [2020-09-18T10:17:18.874Z] -rw-rw-r--. 1 jenkins jenkins 222 Sep 18 10:15 version.go [Pipeline] isUnix [Pipeline] sh [2020-09-18T10:17:19.223Z] + 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=af5d391cbf31238ba33faa5cc8a943409002f058 --label arch=amd64 --label version=0.0.0 . [2020-09-18T10:17:19.488Z] Sending build context to Docker daemon 3.287MB [2020-09-18T10:17:19.489Z] Step 1/24 : ARG BASE=golang:1.15-alpine [2020-09-18T10:17:19.489Z] Step 2/24 : FROM ${BASE} AS builder [2020-09-18T10:17:19.489Z] ---> 02f6a0c1e480 [2020-09-18T10:17:19.489Z] Step 3/24 : ARG MAKE='make build' [2020-09-18T10:17:19.754Z] ---> Running in 96ea548f8b00 [2020-09-18T10:17:20.016Z] Removing intermediate container 96ea548f8b00 [2020-09-18T10:17:20.016Z] ---> 5467e3daf7e1 [2020-09-18T10:17:20.016Z] Step 4/24 : WORKDIR /device-sdk-go [2020-09-18T10:17:20.016Z] ---> Running in 57f21203199d [2020-09-18T10:17:20.279Z] Removing intermediate container 57f21203199d [2020-09-18T10:17:20.279Z] ---> fedee0e49570 [2020-09-18T10:17:20.279Z] Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-09-18T10:17:20.279Z] ---> Running in c9284c46ecaf [2020-09-18T10:17:20.546Z] Removing intermediate container c9284c46ecaf [2020-09-18T10:17:20.546Z] ---> beab17f17a87 [2020-09-18T10:17:20.546Z] Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-18T10:17:20.546Z] ---> Running in 0979f40ae2b3 [2020-09-18T10:17:21.951Z] Removing intermediate container 0979f40ae2b3 [2020-09-18T10:17:21.951Z] ---> b8fbfdfeaa84 [2020-09-18T10:17:21.951Z] Step 7/24 : RUN apk add --update --no-cache make git [2020-09-18T10:17:21.951Z] ---> Running in 53f9d6ec3afa [2020-09-18T10:17:22.529Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-09-18T10:17:23.106Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-09-18T10:17:24.054Z] OK: 166 MiB in 39 packages [2020-09-18T10:17:24.630Z] Removing intermediate container 53f9d6ec3afa [2020-09-18T10:17:24.630Z] ---> dcaea99e2c25 [2020-09-18T10:17:24.630Z] Step 8/24 : COPY . . [2020-09-18T10:17:25.582Z] ---> d7ac82ef4d99 [2020-09-18T10:17:25.582Z] Step 9/24 : RUN ${MAKE} [2020-09-18T10:17:25.582Z] ---> Running in 397a7a37875d [2020-09-18T10:17:26.157Z] 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-09-18T10:17:32.847Z] CGO_ENABLED=0 GO111MODULE=on go install -tags=safe [2020-09-18T10:17:34.779Z] Removing intermediate container 397a7a37875d [2020-09-18T10:17:34.779Z] ---> 2fe8eed30fc6 [2020-09-18T10:17:34.779Z] Step 10/24 : FROM scratch [2020-09-18T10:17:34.779Z] ---> [2020-09-18T10:17:34.779Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-09-18T10:17:34.779Z] ---> Running in 655ffb2be80f [2020-09-18T10:17:35.041Z] Removing intermediate container 655ffb2be80f [2020-09-18T10:17:35.041Z] ---> 5c7a2dbc40ba [2020-09-18T10:17:35.041Z] Step 12/24 : ENV APP_PORT=49990 [2020-09-18T10:17:35.041Z] ---> Running in abb58bcab883 [2020-09-18T10:17:35.305Z] Removing intermediate container abb58bcab883 [2020-09-18T10:17:35.305Z] ---> 83c91f47410f [2020-09-18T10:17:35.305Z] Step 13/24 : EXPOSE $APP_PORT [2020-09-18T10:17:35.305Z] ---> Running in b2a17ae2babe [2020-09-18T10:17:35.305Z] Removing intermediate container b2a17ae2babe [2020-09-18T10:17:35.305Z] ---> 6781f79a1108 [2020-09-18T10:17:35.305Z] Step 14/24 : WORKDIR / [2020-09-18T10:17:35.571Z] ---> Running in 56dcb2a4edbb [2020-09-18T10:17:35.571Z] Removing intermediate container 56dcb2a4edbb [2020-09-18T10:17:35.571Z] ---> 9782958b8efc [2020-09-18T10:17:35.571Z] Step 15/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple [2020-09-18T10:17:36.152Z] ---> 3eec4856db24 [2020-09-18T10:17:36.152Z] Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml [2020-09-18T10:17:36.419Z] ---> 5e290de3e6c0 [2020-09-18T10:17:36.419Z] Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml [2020-09-18T10:17:36.680Z] ---> 330d985eef9a [2020-09-18T10:17:36.680Z] Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png [2020-09-18T10:17:36.943Z] ---> ac17eb23e87c [2020-09-18T10:17:36.943Z] Step 19/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg [2020-09-18T10:17:37.205Z] ---> 07ff37d9af09 [2020-09-18T10:17:37.205Z] Step 20/24 : ENTRYPOINT ["/usr/local/bin/device-simple"] [2020-09-18T10:17:37.205Z] ---> Running in 2fb949f26c00 [2020-09-18T10:17:37.466Z] Removing intermediate container 2fb949f26c00 [2020-09-18T10:17:37.466Z] ---> 7883e18dbb13 [2020-09-18T10:17:37.466Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-09-18T10:17:37.466Z] ---> Running in d215284faa6a [2020-09-18T10:17:37.466Z] Removing intermediate container d215284faa6a [2020-09-18T10:17:37.466Z] ---> 3a36eb59911a [2020-09-18T10:17:37.466Z] Step 22/24 : LABEL arch=amd64 [2020-09-18T10:17:37.729Z] ---> Running in 54bd278d2182 [2020-09-18T10:17:37.729Z] Removing intermediate container 54bd278d2182 [2020-09-18T10:17:37.729Z] ---> 7b765b329ada [2020-09-18T10:17:37.729Z] Step 23/24 : LABEL git_sha=af5d391cbf31238ba33faa5cc8a943409002f058 [2020-09-18T10:17:37.992Z] ---> Running in fdff97a6ee62 [2020-09-18T10:17:37.992Z] Removing intermediate container fdff97a6ee62 [2020-09-18T10:17:37.992Z] ---> d729ab753169 [2020-09-18T10:17:37.992Z] Step 24/24 : LABEL version=0.0.0 [2020-09-18T10:17:37.992Z] ---> Running in 22bb5666c5d9 [2020-09-18T10:17:38.254Z] Removing intermediate container 22bb5666c5d9 [2020-09-18T10:17:38.254Z] ---> 2eeadd7cb15b [2020-09-18T10:17:38.254Z] [Warning] One or more build-args [ARCH] were not consumed [2020-09-18T10:17:38.254Z] Successfully built 2eeadd7cb15b [2020-09-18T10:17:38.254Z] 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-09-18T10:17:50.139Z] ? github.com/edgexfoundry/device-sdk-go/example/cmd/device-simple [no test files] [2020-09-18T10:17:50.139Z] ? github.com/edgexfoundry/device-sdk-go/example/driver [no test files] [2020-09-18T10:17:50.139Z] ? github.com/edgexfoundry/device-sdk-go/internal/autodiscovery [no test files] [2020-09-18T10:17:50.139Z] ok github.com/edgexfoundry/device-sdk-go/internal/autoevent 0.062s coverage: 21.0% of statements [2020-09-18T10:17:50.139Z] ok github.com/edgexfoundry/device-sdk-go/internal/cache 1.266s coverage: 95.7% of statements [2020-09-18T10:18:22.516Z] ok github.com/edgexfoundry/device-sdk-go/internal/clients 30.057s coverage: 8.6% of statements [2020-09-18T10:18:22.516Z] ok github.com/edgexfoundry/device-sdk-go/internal/common 0.047s coverage: 21.7% of statements [2020-09-18T10:18:22.516Z] ? github.com/edgexfoundry/device-sdk-go/internal/container [no test files] [2020-09-18T10:18:22.516Z] ok github.com/edgexfoundry/device-sdk-go/internal/controller 0.430s coverage: 37.0% of statements [2020-09-18T10:18:22.516Z] ? github.com/edgexfoundry/device-sdk-go/internal/controller/correlation [no test files] [2020-09-18T10:18:22.516Z] ok github.com/edgexfoundry/device-sdk-go/internal/handler 0.682s coverage: 65.4% of statements [2020-09-18T10:18:22.516Z] ? github.com/edgexfoundry/device-sdk-go/internal/handler/callback [no test files] [2020-09-18T10:18:22.516Z] ? github.com/edgexfoundry/device-sdk-go/internal/mock [no test files] [2020-09-18T10:18:22.516Z] ? github.com/edgexfoundry/device-sdk-go/internal/provision [no test files] [2020-09-18T10:18:22.516Z] ok github.com/edgexfoundry/device-sdk-go/internal/transformer 0.162s coverage: 52.6% of statements [2020-09-18T10:18:22.516Z] ok github.com/edgexfoundry/device-sdk-go/pkg/models 5.842s coverage: 68.9% of statements [2020-09-18T10:18:22.516Z] ? github.com/edgexfoundry/device-sdk-go/pkg/service [no test files] [2020-09-18T10:18:22.516Z] ? github.com/edgexfoundry/device-sdk-go/pkg/startup [no test files] [2020-09-18T10:18:22.516Z] GO111MODULE=on go vet ./... [2020-09-18T10:18:49.375Z] gofmt -l . [2020-09-18T10:18:49.375Z] [ "`gofmt -l .`" = "" ] [2020-09-18T10:18:49.375Z] ./bin/test-attribution-txt.sh [2020-09-18T10:18:49.375Z] ./bin/test-go-mod-tidy.sh [Pipeline] stash [2020-09-18T10:18:49.433Z] Warning: overwriting stash ‘coverage-report’ [2020-09-18T10:18:50.427Z] Stashed 1 file(s) [Pipeline] } [2020-09-18T10:18:50.456Z] $ docker stop --time=1 f7ce6394800344d001b2ba164ae9689748b437c639d9751fa04aafb7715343c2 [2020-09-18T10:18:52.687Z] $ docker rm -f f7ce6394800344d001b2ba164ae9689748b437c639d9751fa04aafb7715343c2 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-09-18T10:18:54.647Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-09-18T10:18:55.006Z] + ls -al . [2020-09-18T10:18:55.006Z] total 228 [2020-09-18T10:18:55.006Z] drwxrwxr-x 11 jenkins jenkins 4096 Sep 18 10:18 . [2020-09-18T10:18:55.006Z] drwxrwxr-x 4 jenkins jenkins 4096 Sep 18 10:15 .. [2020-09-18T10:18:55.006Z] -rw-rw-r-- 1 jenkins jenkins 140 Sep 18 10:15 .dockerignore [2020-09-18T10:18:55.006Z] drwxrwxr-x 8 jenkins jenkins 4096 Sep 18 10:15 .git [2020-09-18T10:18:55.006Z] drwxrwxr-x 2 jenkins jenkins 4096 Sep 18 10:15 .github [2020-09-18T10:18:55.006Z] -rw-rw-r-- 1 jenkins jenkins 138 Sep 18 10:15 .gitignore [2020-09-18T10:18:55.006Z] drwxrwxr-x 3 jenkins jenkins 4096 Sep 18 10:15 .semver [2020-09-18T10:18:55.006Z] -rw-rw-r-- 1 jenkins jenkins 936 Sep 18 10:15 Dockerfile.build [2020-09-18T10:18:55.006Z] -rw-rw-r-- 1 jenkins jenkins 785 Sep 18 10:15 Jenkinsfile [2020-09-18T10:18:55.006Z] -rw-rw-r-- 1 jenkins jenkins 11341 Sep 18 10:15 LICENSE [2020-09-18T10:18:55.006Z] -rw-rw-r-- 1 jenkins jenkins 1013 Sep 18 10:15 Makefile [2020-09-18T10:18:55.006Z] -rw-rw-r-- 1 jenkins jenkins 5897 Sep 18 10:15 README.md [2020-09-18T10:18:55.006Z] -rw-rw-r-- 1 jenkins jenkins 4291 Sep 18 10:15 RELEASE-NOTES.txt [2020-09-18T10:18:55.006Z] -rw-rw-r-- 1 jenkins jenkins 5 Sep 18 10:12 VERSION [2020-09-18T10:18:55.006Z] drwxrwxr-x 2 jenkins jenkins 4096 Sep 18 10:15 bin [2020-09-18T10:18:55.006Z] -rw-r--r-- 1 jenkins jenkins 111785 Sep 18 10:18 coverage.out [2020-09-18T10:18:55.006Z] drwxrwxr-x 4 jenkins jenkins 4096 Sep 18 10:15 example [2020-09-18T10:18:55.006Z] -rw-r--r-- 1 jenkins jenkins 446 Sep 18 10:18 go.mod [2020-09-18T10:18:55.006Z] -rw-r--r-- 1 jenkins jenkins 12179 Sep 18 10:18 go.sum [2020-09-18T10:18:55.006Z] drwxrwxr-x 13 jenkins jenkins 4096 Sep 18 10:15 internal [2020-09-18T10:18:55.006Z] drwxrwxr-x 4 jenkins jenkins 4096 Sep 18 10:15 openapi [2020-09-18T10:18:55.006Z] drwxrwxr-x 5 jenkins jenkins 4096 Sep 18 10:15 pkg [2020-09-18T10:18:55.006Z] drwxrwxr-x 4 jenkins jenkins 4096 Sep 18 10:15 snap [2020-09-18T10:18:55.006Z] -rw-rw-r-- 1 jenkins jenkins 222 Sep 18 10:15 version.go [Pipeline] isUnix [Pipeline] sh [2020-09-18T10:18:55.388Z] + 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=af5d391cbf31238ba33faa5cc8a943409002f058 --label arch=arm64 --label version=0.0.0 . [2020-09-18T10:18:55.664Z] Sending build context to Docker daemon 3.287MB [2020-09-18T10:18:55.937Z] Step 1/24 : ARG BASE=golang:1.15-alpine [2020-09-18T10:18:55.937Z] Step 2/24 : FROM ${BASE} AS builder [2020-09-18T10:18:55.937Z] ---> d3b0bd038c32 [2020-09-18T10:18:55.937Z] Step 3/24 : ARG MAKE='make build' [2020-09-18T10:18:56.215Z] ---> Running in 32a20c0e0b77 [2020-09-18T10:18:56.490Z] Removing intermediate container 32a20c0e0b77 [2020-09-18T10:18:56.490Z] ---> e1420682a52c [2020-09-18T10:18:56.490Z] Step 4/24 : WORKDIR /device-sdk-go [2020-09-18T10:18:56.765Z] ---> Running in acf01f6efed9 [2020-09-18T10:18:57.041Z] Removing intermediate container acf01f6efed9 [2020-09-18T10:18:57.041Z] ---> e8f2c4d9b4b8 [2020-09-18T10:18:57.041Z] Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-09-18T10:18:57.315Z] ---> Running in 643c2af2a171 [2020-09-18T10:18:57.589Z] Removing intermediate container 643c2af2a171 [2020-09-18T10:18:57.589Z] ---> cd20d322909e [2020-09-18T10:18:57.589Z] Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-18T10:18:57.869Z] ---> Running in 8cd9167349f1 [2020-09-18T10:19:00.505Z] Removing intermediate container 8cd9167349f1 [2020-09-18T10:19:00.505Z] ---> bba09572dfdb [2020-09-18T10:19:00.505Z] Step 7/24 : RUN apk add --update --no-cache make git [2020-09-18T10:19:00.505Z] ---> Running in c5e593b5b2c0 [2020-09-18T10:19:01.944Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-09-18T10:19:02.918Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-09-18T10:19:04.348Z] OK: 142 MiB in 39 packages [2020-09-18T10:19:05.326Z] Removing intermediate container c5e593b5b2c0 [2020-09-18T10:19:05.326Z] ---> 9226d70b478c [2020-09-18T10:19:05.326Z] Step 8/24 : COPY . . [2020-09-18T10:19:06.770Z] ---> f35eb1818d26 [2020-09-18T10:19:06.770Z] Step 9/24 : RUN ${MAKE} [2020-09-18T10:19:06.770Z] ---> Running in 220c54d9b9d6 [2020-09-18T10:19:08.206Z] 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-09-18T10:19:30.400Z] CGO_ENABLED=0 GO111MODULE=on go install -tags=safe [2020-09-18T10:19:33.025Z] Removing intermediate container 220c54d9b9d6 [2020-09-18T10:19:33.025Z] ---> 61ddbe31cf8b [2020-09-18T10:19:33.025Z] Step 10/24 : FROM scratch [2020-09-18T10:19:33.025Z] ---> [2020-09-18T10:19:33.025Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-09-18T10:19:33.025Z] ---> Running in 364bc0b73fd8 [2020-09-18T10:19:33.304Z] Removing intermediate container 364bc0b73fd8 [2020-09-18T10:19:33.304Z] ---> 97e64d9fafb6 [2020-09-18T10:19:33.304Z] Step 12/24 : ENV APP_PORT=49990 [2020-09-18T10:19:33.579Z] ---> Running in bb4636eb7f9f [2020-09-18T10:19:33.854Z] Removing intermediate container bb4636eb7f9f [2020-09-18T10:19:33.854Z] ---> 1beebbab857e [2020-09-18T10:19:33.854Z] Step 13/24 : EXPOSE $APP_PORT [2020-09-18T10:19:34.128Z] ---> Running in f611db601775 [2020-09-18T10:19:34.401Z] Removing intermediate container f611db601775 [2020-09-18T10:19:34.401Z] ---> fb7dd2862929 [2020-09-18T10:19:34.401Z] Step 14/24 : WORKDIR / [2020-09-18T10:19:34.676Z] ---> Running in 6352768795fe [2020-09-18T10:19:34.948Z] Removing intermediate container 6352768795fe [2020-09-18T10:19:34.948Z] ---> 0d70b1da7582 [2020-09-18T10:19:34.948Z] Step 15/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple [2020-09-18T10:19:36.397Z] ---> e92a7c4c2705 [2020-09-18T10:19:36.397Z] Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml [2020-09-18T10:19:36.993Z] ---> 28e035ae6a0b [2020-09-18T10:19:36.993Z] Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml [2020-09-18T10:19:37.589Z] ---> 89fa106b48cf [2020-09-18T10:19:37.589Z] Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png [2020-09-18T10:19:38.567Z] ---> 87d0a7351930 [2020-09-18T10:19:38.567Z] Step 19/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg [2020-09-18T10:19:39.165Z] ---> 846614b67a9b [2020-09-18T10:19:39.165Z] Step 20/24 : ENTRYPOINT ["/usr/local/bin/device-simple"] [2020-09-18T10:19:39.165Z] ---> Running in 770624c7c2d4 [2020-09-18T10:19:39.764Z] Removing intermediate container 770624c7c2d4 [2020-09-18T10:19:39.764Z] ---> 24dc238669d2 [2020-09-18T10:19:39.764Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-09-18T10:19:39.764Z] ---> Running in 4d86e494c103 [2020-09-18T10:19:40.367Z] Removing intermediate container 4d86e494c103 [2020-09-18T10:19:40.367Z] ---> 28e1a99ca248 [2020-09-18T10:19:40.367Z] Step 22/24 : LABEL arch=arm64 [2020-09-18T10:19:40.367Z] ---> Running in 61ffe44dd596 [2020-09-18T10:19:40.968Z] Removing intermediate container 61ffe44dd596 [2020-09-18T10:19:40.968Z] ---> 3058633aeb44 [2020-09-18T10:19:40.968Z] Step 23/24 : LABEL git_sha=af5d391cbf31238ba33faa5cc8a943409002f058 [2020-09-18T10:19:40.968Z] ---> Running in 4692c24cf04b [2020-09-18T10:19:41.559Z] Removing intermediate container 4692c24cf04b [2020-09-18T10:19:41.560Z] ---> 17be6914ebff [2020-09-18T10:19:41.560Z] Step 24/24 : LABEL version=0.0.0 [2020-09-18T10:19:41.560Z] ---> Running in 4b033c891b14 [2020-09-18T10:19:41.831Z] Removing intermediate container 4b033c891b14 [2020-09-18T10:19:41.831Z] ---> 27b45d448526 [2020-09-18T10:19:41.831Z] [Warning] One or more build-args [ARCH] were not consumed [2020-09-18T10:19:42.105Z] Successfully built 27b45d448526 [2020-09-18T10:19:42.105Z] 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-09-18T10:19:44.808Z] provisioning config files... [2020-09-18T10:19:44.822Z] copy managed file [device-sdk-go-codecov-token] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-594@tmp/config7701455037908926909tmp [Pipeline] { [Pipeline] sh [2020-09-18T10:19:45.357Z] + curl -s https://codecov.io/bash [2020-09-18T10:19:45.357Z] + bash -s - -t @/w/workspace/dgexfoundry_device-sdk-go_PR-594@tmp/config7701455037908926909tmp [Pipeline] } [2020-09-18T10:19:45.685Z] 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-09-18T10:19:49.108Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-18T10:19:49.787Z] ---> package-listing.sh [2020-09-18T10:19:49.788Z] ++ facter osfamily [2020-09-18T10:19:49.788Z] ++ tr '[:upper:]' '[:lower:]' [2020-09-18T10:19:50.062Z] + OS_FAMILY=redhat [2020-09-18T10:19:50.062Z] + workspace=/w/workspace/dgexfoundry_device-sdk-go_PR-594 [2020-09-18T10:19:50.062Z] + START_PACKAGES=/tmp/packages_start.txt [2020-09-18T10:19:50.062Z] + END_PACKAGES=/tmp/packages_end.txt [2020-09-18T10:19:50.062Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-09-18T10:19:50.062Z] + PACKAGES=/tmp/packages_start.txt [2020-09-18T10:19:50.062Z] + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-594 ']' [2020-09-18T10:19:50.062Z] + PACKAGES=/tmp/packages_end.txt [2020-09-18T10:19:50.062Z] + case "${OS_FAMILY}" in [2020-09-18T10:19:50.062Z] + rpm -qa [2020-09-18T10:19:50.062Z] + sort [2020-09-18T10:19:55.729Z] + '[' -f /tmp/packages_start.txt ']' [2020-09-18T10:19:55.729Z] + '[' -f /tmp/packages_end.txt ']' [2020-09-18T10:19:55.729Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-09-18T10:19:55.729Z] + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-594 ']' [2020-09-18T10:19:55.729Z] + mkdir -p /w/workspace/dgexfoundry_device-sdk-go_PR-594/archives/ [2020-09-18T10:19:55.729Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dgexfoundry_device-sdk-go_PR-594/archives/ [Pipeline] isUnix [Pipeline] sh [2020-09-18T10:19:56.374Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-09-18T10:19:56.728Z] [2020-09-18T10:19:56.728Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-09-18T10:19:57.193Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-09-18T10:19:57.193Z] alpine: Pulling from edgex-lftools-log-publisher [2020-09-18T10:19:57.193Z] df20fa9351a1: Pulling fs layer [2020-09-18T10:19:57.193Z] 36b3adc4ff6f: Pulling fs layer [2020-09-18T10:19:57.193Z] 8ad3a11d3b57: Pulling fs layer [2020-09-18T10:19:57.193Z] 46f8f816bc3b: Pulling fs layer [2020-09-18T10:19:57.193Z] 0dadc02b9964: Pulling fs layer [2020-09-18T10:19:57.193Z] ce6a7cf60c04: Pulling fs layer [2020-09-18T10:19:57.193Z] 7a184a31f384: Pulling fs layer [2020-09-18T10:19:57.193Z] 0879bd2ef858: Pulling fs layer [2020-09-18T10:19:57.193Z] 0dadc02b9964: Waiting [2020-09-18T10:19:57.193Z] ce6a7cf60c04: Waiting [2020-09-18T10:19:57.193Z] 7a184a31f384: Waiting [2020-09-18T10:19:57.193Z] 0879bd2ef858: Waiting [2020-09-18T10:19:57.193Z] 46f8f816bc3b: Waiting [2020-09-18T10:19:57.506Z] 36b3adc4ff6f: Download complete [2020-09-18T10:19:57.506Z] 46f8f816bc3b: Verifying Checksum [2020-09-18T10:19:57.506Z] 46f8f816bc3b: Download complete [2020-09-18T10:19:57.506Z] df20fa9351a1: Verifying Checksum [2020-09-18T10:19:57.506Z] ce6a7cf60c04: Verifying Checksum [2020-09-18T10:19:57.506Z] ce6a7cf60c04: Download complete [2020-09-18T10:19:57.506Z] 7a184a31f384: Verifying Checksum [2020-09-18T10:19:57.506Z] 7a184a31f384: Download complete [2020-09-18T10:19:58.171Z] 0dadc02b9964: Verifying Checksum [2020-09-18T10:19:58.171Z] 0dadc02b9964: Download complete [2020-09-18T10:19:58.171Z] df20fa9351a1: Pull complete [2020-09-18T10:19:58.624Z] 36b3adc4ff6f: Pull complete [2020-09-18T10:19:58.624Z] 8ad3a11d3b57: Verifying Checksum [2020-09-18T10:19:58.624Z] 8ad3a11d3b57: Download complete [2020-09-18T10:20:00.447Z] 8ad3a11d3b57: Pull complete [2020-09-18T10:20:00.447Z] 0879bd2ef858: Verifying Checksum [2020-09-18T10:20:00.447Z] 0879bd2ef858: Download complete [2020-09-18T10:20:00.447Z] 46f8f816bc3b: Pull complete [2020-09-18T10:20:00.714Z] 0dadc02b9964: Pull complete [2020-09-18T10:20:00.715Z] ce6a7cf60c04: Pull complete [2020-09-18T10:20:00.983Z] 7a184a31f384: Pull complete [2020-09-18T10:20:04.694Z] 0879bd2ef858: Pull complete [2020-09-18T10:20:04.694Z] Digest: sha256:6a0b98a82ad2e848da155b214a5d490c0357af837e10dd363e416ea0d50debb0 [2020-09-18T10:20:04.694Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-09-18T10:20:04.694Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-09-18T10:20:05.057Z] prd-centos7-docker-4c-2g-385 does not seem to be running inside a container [2020-09-18T10:20:05.204Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 -v /var/log/sa:/var/log/sa-host -w /w/workspace/dgexfoundry_device-sdk-go_PR-594 -v /w/workspace/dgexfoundry_device-sdk-go_PR-594:/w/workspace/dgexfoundry_device-sdk-go_PR-594:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_PR-594@tmp:/w/workspace/dgexfoundry_device-sdk-go_PR-594@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:10003/edgex-lftools-log-publisher:alpine cat [2020-09-18T10:20:12.102Z] $ docker top 7a7d3f4a394da4c90b4e801ec6dbdb7dade9d771fe15618ac2e9c7ebf1eb6cf7 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-18T10:20:12.894Z] + mkdir -p /var/log/sa [Pipeline] sh [2020-09-18T10:20:13.294Z] + ls /var/log/sa-host [2020-09-18T10:20:13.294Z] + sadf -c /var/log/sa-host/sa05 [2020-09-18T10:20:13.294Z] file_magic: OK [2020-09-18T10:20:13.294Z] HZ: Using current value: 100 [2020-09-18T10:20:13.294Z] file_header: OK [2020-09-18T10:20:13.294Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2020-09-18T10:20:13.294Z] Statistics: [2020-09-18T10:20:13.294Z] Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-09-18T10:20:13.294Z] File successfully converted to sysstat format version 12.2.1 [2020-09-18T10:20:13.294Z] + sadf -c /var/log/sa-host/sa18 [2020-09-18T10:20:13.294Z] file_magic: OK [2020-09-18T10:20:13.294Z] HZ: Using current value: 100 [2020-09-18T10:20:13.294Z] file_header: OK [2020-09-18T10:20:13.294Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2020-09-18T10:20:13.294Z] Statistics: [2020-09-18T10:20:13.294Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-09-18T10:20:13.294Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-09-18T10:20:13.415Z] provisioning config files... [2020-09-18T10:20:13.442Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-594@tmp/config1048235996647269150tmp [Pipeline] { [Pipeline] echo [2020-09-18T10:20:13.583Z] Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-18T10:20:13.948Z] ---> create-netrc.sh [Pipeline] echo [2020-09-18T10:20:13.977Z] Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-18T10:20:14.355Z] ---> logs-deploy.sh [2020-09-18T10:20:14.355Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/PR-594/1 [2020-09-18T10:20:14.355Z] INFO: archiving workspace using pattern(s): [2020-09-18T10:20:16.376Z] Archives upload complete. [2020-09-18T10:20:16.645Z] INFO: archiving logs to Nexus