Pull request #595 updated 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 0916c9033c71b8931055140091788f6fe2f32c33 rather than 93bc9a02b3e95fd7cf692fbe9ac3cce99e4a81fd Obtained Jenkinsfile from 0916c9033c71b8931055140091788f6fe2f32c33 Running in Durability level: PERFORMANCE_OPTIMIZED 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 > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > 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 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 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 ‘prd-centos7-docker-4c-2g-638’ is offline Running on prd-centos7-docker-4c-2g-641 in /w/workspace/dgexfoundry_device-sdk-go_PR-595 [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-595 # 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/595/head:refs/remotes/origin/PR-595 +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/595/head:refs/remotes/origin/PR-595 # 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/595/head:refs/remotes/origin/PR-595 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 0916c9033c71b8931055140091788f6fe2f32c33 into PR head commit 93bc9a02b3e95fd7cf692fbe9ac3cce99e4a81fd Merge succeeded, producing 93bc9a02b3e95fd7cf692fbe9ac3cce99e4a81fd Checking out Revision 93bc9a02b3e95fd7cf692fbe9ac3cce99e4a81fd (PR-595) > git config core.sparsecheckout # timeout=10 > git checkout -f 93bc9a02b3e95fd7cf692fbe9ac3cce99e4a81fd # 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 0916c9033c71b8931055140091788f6fe2f32c33 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 93bc9a02b3e95fd7cf692fbe9ac3cce99e4a81fd # timeout=10 Commit message: "Update V2 Swagger file callback API status code" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-09-21T03:42:59.135Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { > git rev-list --no-walk 4b442f7a6535f76275386499d703889074dd882d # timeout=10 [Pipeline] withCredentials [2020-09-21T03:42:59.410Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-09-21T03:42:59.514Z] ========================================================= [2020-09-21T03:42:59.514Z] EdgeX Global Pipelines Version Info [2020-09-21T03:42:59.514Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-09-21T03:43:00.939Z] ------------------- [2020-09-21T03:43:00.939Z] stable info: [2020-09-21T03:43:00.939Z] ------------------- [2020-09-21T03:43:00.939Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-09-21T03:43:00.939Z] Commit SHA: 7909e789ffc0fecf34d47f501ec8db0a80105338 [2020-09-21T03:43:00.939Z] Message: update stable to v1.0.122 [2020-09-21T03:43:01.886Z] ------------------- [2020-09-21T03:43:01.886Z] experimental info: [2020-09-21T03:43:01.886Z] ------------------- [2020-09-21T03:43:01.886Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-09-21T03:43:01.886Z] Commit SHA: 040e29ce4f8dcf7f02c652317e535dcbebe1b406 [2020-09-21T03:43:01.886Z] Message: update experimental to v1.0.125 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo [2020-09-21T03:43:02.276Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-go-settings [Pipeline] echo [2020-09-21T03:43:02.392Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-go [Pipeline] echo [2020-09-21T03:43:02.489Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-09-21T03:43:02.592Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-09-21T03:43:02.751Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-09-21T03:43:02.847Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2020-09-21T03:43:02.938Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-09-21T03:43:03.034Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2020-09-21T03:43:03.143Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = example/cmd/device-simple/Dockerfile [Pipeline] echo [2020-09-21T03:43:03.236Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-09-21T03:43:03.337Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-09-21T03:43:03.428Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-sdk-simple [Pipeline] echo [2020-09-21T03:43:03.524Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-09-21T03:43:03.612Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-09-21T03:43:03.712Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2020-09-21T03:43:03.806Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2020-09-21T03:43:03.897Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2020-09-21T03:43:03.988Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2020-09-21T03:43:04.084Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2020-09-21T03:43:04.171Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2020-09-21T03:43:04.271Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2020-09-21T03:43:04.387Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2020-09-21T03:43:04.475Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-595 [Pipeline] echo [2020-09-21T03:43:04.572Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-595 [Pipeline] echo [2020-09-21T03:43:04.659Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-595 [Pipeline] echo [2020-09-21T03:43:04.751Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 93bc9a02b3e95fd7cf692fbe9ac3cce99e4a81fd [Pipeline] echo [2020-09-21T03:43:04.869Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 93bc9a0 [Pipeline] echo [2020-09-21T03:43:04.998Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-09-21T03:43:05.814Z] + git log --format=format:%s -1 93bc9a02b3e95fd7cf692fbe9ac3cce99e4a81fd [Pipeline] echo [2020-09-21T03:43:05.876Z] GIT_COMMIT: 93bc9a02b3e95fd7cf692fbe9ac3cce99e4a81fd, Commit Message: Update V2 Swagger file callback API status code [Pipeline] echo [2020-09-21T03:43:05.927Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2020-09-21T03:43:06.817Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-21T03:43:07.082Z] [2020-09-21T03:43:07.082Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-09-21T03:43:07.433Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-21T03:43:07.434Z] latest: Pulling from edgex-devops/git-semver [2020-09-21T03:43:07.434Z] 31603596830f: Pulling fs layer [2020-09-21T03:43:07.434Z] 2a8b12db71e7: Pulling fs layer [2020-09-21T03:43:07.434Z] 6ca5941a6612: Pulling fs layer [2020-09-21T03:43:07.434Z] ecc8261a40a4: Pulling fs layer [2020-09-21T03:43:07.434Z] ecc8261a40a4: Waiting [2020-09-21T03:43:07.434Z] 2a8b12db71e7: Verifying Checksum [2020-09-21T03:43:07.434Z] 2a8b12db71e7: Download complete [2020-09-21T03:43:07.699Z] 31603596830f: Verifying Checksum [2020-09-21T03:43:07.699Z] 31603596830f: Download complete [2020-09-21T03:43:07.699Z] ecc8261a40a4: Verifying Checksum [2020-09-21T03:43:07.699Z] ecc8261a40a4: Download complete [2020-09-21T03:43:07.699Z] 6ca5941a6612: Verifying Checksum [2020-09-21T03:43:07.699Z] 6ca5941a6612: Download complete [2020-09-21T03:43:07.963Z] 31603596830f: Pull complete [2020-09-21T03:43:08.235Z] 2a8b12db71e7: Pull complete [2020-09-21T03:43:08.814Z] 6ca5941a6612: Pull complete [2020-09-21T03:43:09.075Z] ecc8261a40a4: Pull complete [2020-09-21T03:43:09.075Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-09-21T03:43:09.075Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-21T03:43:09.075Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-09-21T03:43:09.175Z] prd-centos7-docker-4c-2g-641 does not seem to be running inside a container [2020-09-21T03:43:09.223Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-sdk-go_PR-595 -v /w/workspace/dgexfoundry_device-sdk-go_PR-595:/w/workspace/dgexfoundry_device-sdk-go_PR-595:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_PR-595@tmp:/w/workspace/dgexfoundry_device-sdk-go_PR-595@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-09-21T03:43:11.823Z] $ docker top a6f78caf4326dcca06c9c580d6e4c32c28184b6f0c649943e59d86a23e022072 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-09-21T03:43:12.137Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-09-21T03:43:12.137Z] [ssh-agent] Looking for ssh-agent implementation... [2020-09-21T03:43:12.353Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-09-21T03:43:12.358Z] $ docker exec a6f78caf4326dcca06c9c580d6e4c32c28184b6f0c649943e59d86a23e022072 ssh-agent [2020-09-21T03:43:12.517Z] SSH_AUTH_SOCK=/tmp/ssh-YC2gB6353zHX/agent.12 [2020-09-21T03:43:12.517Z] SSH_AGENT_PID=17 [2020-09-21T03:43:12.528Z] Running ssh-add (command line suppressed) [2020-09-21T03:43:12.647Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-595@tmp/private_key_4812854992897315241.key (/w/workspace/dgexfoundry_device-sdk-go_PR-595@tmp/private_key_4812854992897315241.key) [2020-09-21T03:43:12.695Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-09-21T03:43:13.029Z] + git describe --exact-match --tags HEAD [2020-09-21T03:43:13.029Z] fatal: No names found, cannot describe anything. [Pipeline] } [2020-09-21T03:43:13.053Z] $ docker exec --env ******** --env ******** a6f78caf4326dcca06c9c580d6e4c32c28184b6f0c649943e59d86a23e022072 ssh-agent -k [2020-09-21T03:43:13.166Z] unset SSH_AUTH_SOCK; [2020-09-21T03:43:13.166Z] unset SSH_AGENT_PID; [2020-09-21T03:43:13.166Z] echo Agent pid 17 killed; [2020-09-21T03:43:13.214Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [2020-09-21T03:43:13.338Z] [edgeXSemver]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 [2020-09-21T03:43:13.338Z] This usually means this commit has not been tagged. [Pipeline] sshagent [2020-09-21T03:43:13.436Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-09-21T03:43:13.436Z] [ssh-agent] Looking for ssh-agent implementation... [2020-09-21T03:43:13.604Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-09-21T03:43:13.611Z] $ docker exec a6f78caf4326dcca06c9c580d6e4c32c28184b6f0c649943e59d86a23e022072 ssh-agent [2020-09-21T03:43:13.763Z] SSH_AUTH_SOCK=/tmp/ssh-JQrCiVucgP9Q/agent.45 [2020-09-21T03:43:13.763Z] SSH_AGENT_PID=50 [2020-09-21T03:43:13.770Z] Running ssh-add (command line suppressed) [2020-09-21T03:43:13.887Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-595@tmp/private_key_2166336544380283681.key (/w/workspace/dgexfoundry_device-sdk-go_PR-595@tmp/private_key_2166336544380283681.key) [2020-09-21T03:43:13.935Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-09-21T03:43:14.269Z] + git semver init [2020-09-21T03:43:14.269Z] # -> Open(): unable to determine branch for HEAD [2020-09-21T03:43:14.269Z] # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-595/.git [2020-09-21T03:43:14.269Z] # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_PR-595 [2020-09-21T03:43:14.269Z] # $SEMVER_REMOTE_NAME = origin [2020-09-21T03:43:14.269Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-09-21T03:43:14.269Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-09-21T03:43:14.269Z] # $SEMVER_BRANCH = PR-595 [2020-09-21T03:43:14.269Z] # $SEMVER_TEMP = /tmp/semver-786741749 [2020-09-21T03:43:14.269Z] # git clone --branch semver git@github.com:edgexfoundry/device-sdk-go.git $SEMVER_TEMP [2020-09-21T03:43:14.848Z] # '/tmp/semver-786741749' -> '/w/workspace/dgexfoundry_device-sdk-go_PR-595/.semver' [2020-09-21T03:43:14.848Z] # -> Force: false [2020-09-21T03:43:14.848Z] # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-595/.semver [Pipeline] } [2020-09-21T03:43:14.862Z] $ docker exec --env ******** --env ******** a6f78caf4326dcca06c9c580d6e4c32c28184b6f0c649943e59d86a23e022072 ssh-agent -k [2020-09-21T03:43:14.972Z] unset SSH_AUTH_SOCK; [2020-09-21T03:43:14.972Z] unset SSH_AGENT_PID; [2020-09-21T03:43:14.972Z] echo Agent pid 50 killed; [2020-09-21T03:43:15.014Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-09-21T03:43:15.474Z] + git semver [Pipeline] } [2020-09-21T03:43:15.492Z] $ docker stop --time=1 a6f78caf4326dcca06c9c580d6e4c32c28184b6f0c649943e59d86a23e022072 [2020-09-21T03:43:16.838Z] $ docker rm -f a6f78caf4326dcca06c9c580d6e4c32c28184b6f0c649943e59d86a23e022072 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash [2020-09-21T03:43:17.750Z] Stashed 38 file(s) [Pipeline] echo [2020-09-21T03:43:17.752Z] [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] echo [2020-09-21T03:43:17.840Z] 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-21T03:43:33.340Z] Still waiting to schedule task [2020-09-21T03:43:33.341Z] Waiting for next available executor on ‘prd-centos7-docker-4c-2g-641’ [2020-09-21T03:43:33.343Z] Still waiting to schedule task [2020-09-21T03:43:33.343Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2020-09-21T03:45:22.596Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-642 in /w/workspace/dgexfoundry_device-sdk-go_PR-595 [Pipeline] { [Pipeline] ws [2020-09-21T03:45:22.707Z] Running in /w/workspace/device-sdk-go/2 [Pipeline] { [Pipeline] checkout [2020-09-21T03:45:27.958Z] using credential edgex-jenkins-ssh [2020-09-21T03:45:28.022Z] Cloning the remote Git repository [2020-09-21T03:45:28.023Z] Cloning with configured refspecs honoured and without tags [2020-09-21T03:45:28.092Z] Cloning repository git@github.com:edgexfoundry/device-sdk-go.git [2020-09-21T03:45:28.206Z] > git init /w/workspace/device-sdk-go/2 # timeout=10 [2020-09-21T03:45:28.267Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2020-09-21T03:45:28.267Z] > git --version # timeout=10 [2020-09-21T03:45:28.303Z] > git --version # 'git version 2.17.1' [2020-09-21T03:45:28.305Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-21T03:45:28.368Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/595/head:refs/remotes/origin/PR-595 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-21T03:45:29.321Z] Fetching without tags [2020-09-21T03:45:29.840Z] Merging remotes/origin/master commit 0916c9033c71b8931055140091788f6fe2f32c33 into PR head commit 93bc9a02b3e95fd7cf692fbe9ac3cce99e4a81fd [2020-09-21T03:45:30.223Z] Merge succeeded, producing 93bc9a02b3e95fd7cf692fbe9ac3cce99e4a81fd [2020-09-21T03:45:30.223Z] Checking out Revision 93bc9a02b3e95fd7cf692fbe9ac3cce99e4a81fd (PR-595) [2020-09-21T03:45:29.227Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2020-09-21T03:45:29.252Z] > git config --add remote.origin.fetch +refs/pull/595/head:refs/remotes/origin/PR-595 # timeout=10 [2020-09-21T03:45:29.269Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-21T03:45:29.294Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2020-09-21T03:45:29.336Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2020-09-21T03:45:29.336Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-21T03:45:29.348Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/595/head:refs/remotes/origin/PR-595 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-21T03:45:29.861Z] > git config core.sparsecheckout # timeout=10 [2020-09-21T03:45:29.884Z] > git checkout -f 93bc9a02b3e95fd7cf692fbe9ac3cce99e4a81fd # timeout=10 [2020-09-21T03:45:30.095Z] > git remote # timeout=10 [2020-09-21T03:45:30.134Z] > git config --get remote.origin.url # timeout=10 [2020-09-21T03:45:30.171Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-21T03:45:30.187Z] > git merge 0916c9033c71b8931055140091788f6fe2f32c33 # timeout=10 [2020-09-21T03:45:30.209Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-09-21T03:45:30.231Z] > git config core.sparsecheckout # timeout=10 [2020-09-21T03:45:30.255Z] > git checkout -f 93bc9a02b3e95fd7cf692fbe9ac3cce99e4a81fd # timeout=10 [2020-09-21T03:45:34.516Z] Commit message: "Update V2 Swagger file callback API status code" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-09-21T03:45:35.867Z] ========================================================= [2020-09-21T03:45:35.867Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2020-09-21T03:45:35.867Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-09-21T03:45:37.089Z] + 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-21T03:45:38.081Z] Sending build context to Docker daemon 3.173MB [2020-09-21T03:45:38.081Z] Step 1/8 : ARG BASE=golang:1.15-alpine [2020-09-21T03:45:38.081Z] Step 2/8 : FROM ${BASE} [2020-09-21T03:45:38.355Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-09-21T03:45:38.355Z] b538f80385f9: Pulling fs layer [2020-09-21T03:45:38.355Z] 74f711af9a0d: Pulling fs layer [2020-09-21T03:45:38.355Z] 99f96fe45779: Pulling fs layer [2020-09-21T03:45:38.355Z] 8529a6b9a6be: Pulling fs layer [2020-09-21T03:45:38.355Z] 45590311c82a: Pulling fs layer [2020-09-21T03:45:38.355Z] 69ca0ff8b7b3: Pulling fs layer [2020-09-21T03:45:38.355Z] 209524e5b208: Pulling fs layer [2020-09-21T03:45:38.355Z] 8529a6b9a6be: Waiting [2020-09-21T03:45:38.355Z] 45590311c82a: Waiting [2020-09-21T03:45:38.355Z] 69ca0ff8b7b3: Waiting [2020-09-21T03:45:38.355Z] 209524e5b208: Waiting [2020-09-21T03:45:38.355Z] 99f96fe45779: Verifying Checksum [2020-09-21T03:45:38.356Z] 99f96fe45779: Download complete [2020-09-21T03:45:38.356Z] 74f711af9a0d: Verifying Checksum [2020-09-21T03:45:38.356Z] 74f711af9a0d: Download complete [2020-09-21T03:45:38.356Z] 45590311c82a: Verifying Checksum [2020-09-21T03:45:38.356Z] 45590311c82a: Download complete [2020-09-21T03:45:38.356Z] 69ca0ff8b7b3: Verifying Checksum [2020-09-21T03:45:38.356Z] 69ca0ff8b7b3: Download complete [2020-09-21T03:45:38.950Z] b538f80385f9: Verifying Checksum [2020-09-21T03:45:38.950Z] b538f80385f9: Download complete [2020-09-21T03:45:39.554Z] b538f80385f9: Pull complete [2020-09-21T03:45:40.170Z] 74f711af9a0d: Pull complete [2020-09-21T03:45:40.774Z] 99f96fe45779: Pull complete [2020-09-21T03:45:41.382Z] 209524e5b208: Verifying Checksum [2020-09-21T03:45:41.382Z] 209524e5b208: Download complete [2020-09-21T03:45:42.835Z] 8529a6b9a6be: Verifying Checksum [2020-09-21T03:45:42.835Z] 8529a6b9a6be: Download complete [2020-09-21T03:45:53.010Z] 8529a6b9a6be: Pull complete [2020-09-21T03:45:53.010Z] 45590311c82a: Pull complete [2020-09-21T03:45:53.608Z] 69ca0ff8b7b3: Pull complete [2020-09-21T03:45:57.034Z] 209524e5b208: Pull complete [2020-09-21T03:45:57.034Z] Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 [2020-09-21T03:45:57.034Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2020-09-21T03:45:57.034Z] ---> 5bddaf1c2fca [2020-09-21T03:45:57.034Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-09-21T03:46:00.418Z] ---> Running in ce149e9f06a9 [2020-09-21T03:46:00.418Z] Removing intermediate container ce149e9f06a9 [2020-09-21T03:46:00.418Z] ---> dccc1a22116d [2020-09-21T03:46:00.418Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-21T03:46:00.418Z] ---> Running in 5d57370add50 [2020-09-21T03:46:03.062Z] Removing intermediate container 5d57370add50 [2020-09-21T03:46:03.062Z] ---> b43b91c35718 [2020-09-21T03:46:03.062Z] Step 5/8 : RUN apk add --no-cache make git [2020-09-21T03:46:03.062Z] ---> Running in 41f6f755326d [2020-09-21T03:46:04.513Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-09-21T03:46:05.944Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-09-21T03:46:08.567Z] OK: 142 MiB in 39 packages [2020-09-21T03:46:09.548Z] Removing intermediate container 41f6f755326d [2020-09-21T03:46:09.548Z] ---> de4db6d6d216 [2020-09-21T03:46:09.548Z] Step 6/8 : WORKDIR /device-sdk-go [2020-09-21T03:46:09.825Z] ---> Running in 9e8b96a3e0a4 [2020-09-21T03:46:10.427Z] Removing intermediate container 9e8b96a3e0a4 [2020-09-21T03:46:10.427Z] ---> 169aca6e11df [2020-09-21T03:46:10.427Z] Step 7/8 : COPY . . [2020-09-21T03:46:11.415Z] ---> 9825d9f8a55a [2020-09-21T03:46:11.415Z] Step 8/8 : RUN go mod download [2020-09-21T03:46:11.689Z] ---> Running in d6db03ffbda8 [2020-09-21T03:46:26.802Z] Removing intermediate container d6db03ffbda8 [2020-09-21T03:46:26.802Z] ---> 192eeedb7131 [2020-09-21T03:46:26.802Z] Successfully built 192eeedb7131 [2020-09-21T03:46:26.802Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-09-21T03:46:27.203Z] + docker inspect -f . ci-base-image-arm64 [2020-09-21T03:46:27.203Z] . [Pipeline] withDockerContainer [2020-09-21T03:46:27.485Z] prd-ubuntu18.04-docker-arm64-4c-16g-642 does not seem to be running inside a container [2020-09-21T03:46:27.569Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/2 -v /w/workspace/device-sdk-go/2:/w/workspace/device-sdk-go/2:rw,z -v /w/workspace/device-sdk-go/2@tmp:/w/workspace/device-sdk-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2020-09-21T03:46:29.494Z] $ docker top 1671f287e1bb88bd3ebdd7f6bb3540fb0ef45c33173adec7c63fc80726d5ce9e -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-21T03:46:30.912Z] + go version [2020-09-21T03:46:30.912Z] go version go1.15.2 linux/arm64 [Pipeline] } [2020-09-21T03:46:30.936Z] $ docker stop --time=1 1671f287e1bb88bd3ebdd7f6bb3540fb0ef45c33173adec7c63fc80726d5ce9e [2020-09-21T03:46:32.937Z] $ docker rm -f 1671f287e1bb88bd3ebdd7f6bb3540fb0ef45c33173adec7c63fc80726d5ce9e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-21T03:46:33.994Z] + docker inspect -f . ci-base-image-arm64 [2020-09-21T03:46:33.994Z] . [Pipeline] withDockerContainer [2020-09-21T03:46:34.261Z] prd-ubuntu18.04-docker-arm64-4c-16g-642 does not seem to be running inside a container [2020-09-21T03:46:34.342Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/2 -v /w/workspace/device-sdk-go/2:/w/workspace/device-sdk-go/2:rw,z -v /w/workspace/device-sdk-go/2@tmp:/w/workspace/device-sdk-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2020-09-21T03:46:36.185Z] Running on prd-centos7-docker-4c-2g-643 in /w/workspace/dgexfoundry_device-sdk-go_PR-595 [2020-09-21T03:46:36.272Z] $ docker top 2329c36cd67f9e0aaf290352079bf6fa91cf37d961ef1d9d826a37529f0ba015 -eo pid,comm [Pipeline] { [Pipeline] { [Pipeline] sh [Pipeline] ws [2020-09-21T03:46:36.776Z] Running in /w/workspace/device-sdk-go/2 [Pipeline] { [Pipeline] checkout [2020-09-21T03:46:37.746Z] + make test [2020-09-21T03:46:37.747Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2020-09-21T03:46:40.976Z] using credential edgex-jenkins-ssh [2020-09-21T03:46:41.028Z] Cloning the remote Git repository [2020-09-21T03:46:41.028Z] Cloning with configured refspecs honoured and without tags [2020-09-21T03:46:41.063Z] Cloning repository git@github.com:edgexfoundry/device-sdk-go.git [2020-09-21T03:46:41.130Z] > git init /w/workspace/device-sdk-go/2 # timeout=10 [2020-09-21T03:46:41.197Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2020-09-21T03:46:41.197Z] > git --version # timeout=10 [2020-09-21T03:46:41.209Z] > git --version # 'git version 2.16.5' [2020-09-21T03:46:41.210Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-21T03:46:41.252Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/595/head:refs/remotes/origin/PR-595 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-21T03:46:42.405Z] Fetching without tags [2020-09-21T03:46:42.844Z] Merging remotes/origin/master commit 0916c9033c71b8931055140091788f6fe2f32c33 into PR head commit 93bc9a02b3e95fd7cf692fbe9ac3cce99e4a81fd [2020-09-21T03:46:42.952Z] Merge succeeded, producing 93bc9a02b3e95fd7cf692fbe9ac3cce99e4a81fd [2020-09-21T03:46:42.953Z] Checking out Revision 93bc9a02b3e95fd7cf692fbe9ac3cce99e4a81fd (PR-595) [2020-09-21T03:46:42.347Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2020-09-21T03:46:42.369Z] > git config --add remote.origin.fetch +refs/pull/595/head:refs/remotes/origin/PR-595 # timeout=10 [2020-09-21T03:46:42.375Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-21T03:46:42.396Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2020-09-21T03:46:42.413Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2020-09-21T03:46:42.414Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-21T03:46:42.420Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/595/head:refs/remotes/origin/PR-595 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-21T03:46:42.859Z] > git config core.sparsecheckout # timeout=10 [2020-09-21T03:46:42.868Z] > git checkout -f 93bc9a02b3e95fd7cf692fbe9ac3cce99e4a81fd # timeout=10 [2020-09-21T03:46:42.918Z] > git remote # timeout=10 [2020-09-21T03:46:42.927Z] > git config --get remote.origin.url # timeout=10 [2020-09-21T03:46:42.933Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-21T03:46:42.937Z] > git merge 0916c9033c71b8931055140091788f6fe2f32c33 # timeout=10 [2020-09-21T03:46:42.948Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-09-21T03:46:42.958Z] > git config core.sparsecheckout # timeout=10 [2020-09-21T03:46:42.963Z] > git checkout -f 93bc9a02b3e95fd7cf692fbe9ac3cce99e4a81fd # timeout=10 [2020-09-21T03:46:46.794Z] Commit message: "Update V2 Swagger file callback API status code" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-09-21T03:46:47.993Z] ========================================================= [2020-09-21T03:46:47.993Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2020-09-21T03:46:47.993Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-09-21T03:46:48.871Z] + 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-21T03:46:49.465Z] Sending build context to Docker daemon 3.173MB [2020-09-21T03:46:49.465Z] Step 1/8 : ARG BASE=golang:1.15-alpine [2020-09-21T03:46:49.465Z] Step 2/8 : FROM ${BASE} [2020-09-21T03:46:49.465Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2020-09-21T03:46:49.465Z] df20fa9351a1: Pulling fs layer [2020-09-21T03:46:49.465Z] ed8968b2872e: Pulling fs layer [2020-09-21T03:46:49.465Z] a92cc7c5fd73: Pulling fs layer [2020-09-21T03:46:49.466Z] e871e8e8d7a9: Pulling fs layer [2020-09-21T03:46:49.466Z] e73272ec9a57: Pulling fs layer [2020-09-21T03:46:49.466Z] 1e910a182e73: Pulling fs layer [2020-09-21T03:46:49.466Z] 4e634b169226: Pulling fs layer [2020-09-21T03:46:49.466Z] e871e8e8d7a9: Waiting [2020-09-21T03:46:49.466Z] 1e910a182e73: Waiting [2020-09-21T03:46:49.466Z] 4e634b169226: Waiting [2020-09-21T03:46:49.466Z] e73272ec9a57: Waiting [2020-09-21T03:46:49.466Z] a92cc7c5fd73: Verifying Checksum [2020-09-21T03:46:49.466Z] a92cc7c5fd73: Download complete [2020-09-21T03:46:49.466Z] ed8968b2872e: Verifying Checksum [2020-09-21T03:46:49.466Z] ed8968b2872e: Download complete [2020-09-21T03:46:49.466Z] e73272ec9a57: Verifying Checksum [2020-09-21T03:46:49.466Z] e73272ec9a57: Download complete [2020-09-21T03:46:49.466Z] 1e910a182e73: Verifying Checksum [2020-09-21T03:46:49.466Z] 1e910a182e73: Download complete [2020-09-21T03:46:49.732Z] df20fa9351a1: Verifying Checksum [2020-09-21T03:46:49.732Z] df20fa9351a1: Download complete [2020-09-21T03:46:50.006Z] df20fa9351a1: Pull complete [2020-09-21T03:46:50.284Z] ed8968b2872e: Pull complete [2020-09-21T03:46:50.560Z] a92cc7c5fd73: Pull complete [2020-09-21T03:46:54.087Z] 4e634b169226: Verifying Checksum [2020-09-21T03:46:54.087Z] 4e634b169226: Download complete [2020-09-21T03:46:55.575Z] e871e8e8d7a9: Verifying Checksum [2020-09-21T03:46:55.575Z] e871e8e8d7a9: Download complete [2020-09-21T03:46:59.993Z] ? github.com/edgexfoundry/device-sdk-go [no test files] [2020-09-21T03:47:04.209Z] e871e8e8d7a9: Pull complete [2020-09-21T03:47:04.210Z] e73272ec9a57: Pull complete [2020-09-21T03:47:04.210Z] 1e910a182e73: Pull complete [2020-09-21T03:47:12.866Z] 4e634b169226: Pull complete [2020-09-21T03:47:12.866Z] Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 [2020-09-21T03:47:12.866Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2020-09-21T03:47:12.866Z] ---> f7629b54cfaa [2020-09-21T03:47:12.866Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-09-21T03:47:12.866Z] ---> Running in 98c89f6febad [2020-09-21T03:47:12.866Z] Removing intermediate container 98c89f6febad [2020-09-21T03:47:12.866Z] ---> 3dce1f3a27ef [2020-09-21T03:47:12.866Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-21T03:47:12.866Z] ---> Running in 7b8035ba1262 [2020-09-21T03:47:14.344Z] Removing intermediate container 7b8035ba1262 [2020-09-21T03:47:14.344Z] ---> 8e77b506aa96 [2020-09-21T03:47:14.344Z] Step 5/8 : RUN apk add --no-cache make git [2020-09-21T03:47:14.344Z] ---> Running in e63447726beb [2020-09-21T03:47:14.946Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-09-21T03:47:15.953Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-09-21T03:47:18.142Z] OK: 166 MiB in 39 packages [2020-09-21T03:47:18.748Z] Removing intermediate container e63447726beb [2020-09-21T03:47:18.748Z] ---> 6dff6ca24567 [2020-09-21T03:47:18.748Z] Step 6/8 : WORKDIR /device-sdk-go [2020-09-21T03:47:18.748Z] ---> Running in db0e6c3e4f51 [2020-09-21T03:47:19.024Z] Removing intermediate container db0e6c3e4f51 [2020-09-21T03:47:19.024Z] ---> fe54209a38b3 [2020-09-21T03:47:19.024Z] Step 7/8 : COPY . . [2020-09-21T03:47:20.450Z] ---> 45a578521be8 [2020-09-21T03:47:20.450Z] Step 8/8 : RUN go mod download [2020-09-21T03:47:20.450Z] ---> Running in 4a44859777a4 [2020-09-21T03:47:33.075Z] Removing intermediate container 4a44859777a4 [2020-09-21T03:47:33.075Z] ---> 2157f42595af [2020-09-21T03:47:33.075Z] Successfully built 2157f42595af [2020-09-21T03:47:33.075Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2020-09-21T03:47:33.725Z] + docker inspect -f . ci-base-image-x86_64 [2020-09-21T03:47:33.725Z] . [Pipeline] withDockerContainer [2020-09-21T03:47:33.867Z] prd-centos7-docker-4c-2g-643 does not seem to be running inside a container [2020-09-21T03:47:33.945Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/2 -v /w/workspace/device-sdk-go/2:/w/workspace/device-sdk-go/2:rw,z -v /w/workspace/device-sdk-go/2@tmp:/w/workspace/device-sdk-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2020-09-21T03:47:35.354Z] $ docker top e1bd684faca890230a5d4a80adbcd0809861d8325b49ed19e10f6ef05612a8e5 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-21T03:47:36.129Z] + go version [2020-09-21T03:47:36.129Z] go version go1.15.2 linux/amd64 [Pipeline] } [2020-09-21T03:47:36.152Z] $ docker stop --time=1 e1bd684faca890230a5d4a80adbcd0809861d8325b49ed19e10f6ef05612a8e5 [2020-09-21T03:47:37.633Z] $ docker rm -f e1bd684faca890230a5d4a80adbcd0809861d8325b49ed19e10f6ef05612a8e5 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-21T03:47:38.557Z] + docker inspect -f . ci-base-image-x86_64 [2020-09-21T03:47:38.557Z] . [Pipeline] withDockerContainer [2020-09-21T03:47:38.664Z] prd-centos7-docker-4c-2g-643 does not seem to be running inside a container [2020-09-21T03:47:38.727Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/2 -v /w/workspace/device-sdk-go/2:/w/workspace/device-sdk-go/2:rw,z -v /w/workspace/device-sdk-go/2@tmp:/w/workspace/device-sdk-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2020-09-21T03:47:39.069Z] ? github.com/edgexfoundry/device-sdk-go/example/cmd/device-simple [no test files] [2020-09-21T03:47:39.069Z] ? github.com/edgexfoundry/device-sdk-go/example/driver [no test files] [2020-09-21T03:47:39.069Z] ? github.com/edgexfoundry/device-sdk-go/internal/autodiscovery [no test files] [2020-09-21T03:47:39.069Z] ok github.com/edgexfoundry/device-sdk-go/internal/autoevent 0.048s coverage: 21.0% of statements [2020-09-21T03:47:39.069Z] ok github.com/edgexfoundry/device-sdk-go/internal/cache 1.164s coverage: 95.7% of statements [2020-09-21T03:47:39.429Z] $ docker top 06650fe0b5c8ae7ca0e470d56ab7684663564d3e75c460dad70057bda4b067ee -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-21T03:47:40.024Z] + make test [2020-09-21T03:47:40.024Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2020-09-21T03:47:50.300Z] ? github.com/edgexfoundry/device-sdk-go [no test files] [2020-09-21T03:48:11.420Z] ok github.com/edgexfoundry/device-sdk-go/internal/clients 30.068s coverage: 8.6% of statements [2020-09-21T03:48:11.420Z] ok github.com/edgexfoundry/device-sdk-go/internal/common 0.060s coverage: 21.7% of statements [2020-09-21T03:48:11.420Z] ? github.com/edgexfoundry/device-sdk-go/internal/container [no test files] [2020-09-21T03:48:11.420Z] ok github.com/edgexfoundry/device-sdk-go/internal/controller 0.452s coverage: 37.0% of statements [2020-09-21T03:48:11.420Z] ? github.com/edgexfoundry/device-sdk-go/internal/controller/correlation [no test files] [2020-09-21T03:48:11.420Z] ok github.com/edgexfoundry/device-sdk-go/internal/handler 0.727s coverage: 65.4% of statements [2020-09-21T03:48:11.420Z] ? github.com/edgexfoundry/device-sdk-go/internal/handler/callback [no test files] [2020-09-21T03:48:11.420Z] ? github.com/edgexfoundry/device-sdk-go/internal/mock [no test files] [2020-09-21T03:48:11.420Z] ? github.com/edgexfoundry/device-sdk-go/internal/provision [no test files] [2020-09-21T03:48:11.420Z] ok github.com/edgexfoundry/device-sdk-go/internal/transformer 0.256s coverage: 52.6% of statements [2020-09-21T03:48:11.420Z] ok github.com/edgexfoundry/device-sdk-go/pkg/models 5.872s coverage: 68.9% of statements [2020-09-21T03:48:11.420Z] ? github.com/edgexfoundry/device-sdk-go/pkg/service [no test files] [2020-09-21T03:48:11.420Z] ? github.com/edgexfoundry/device-sdk-go/pkg/startup [no test files] [2020-09-21T03:48:11.420Z] GO111MODULE=on go vet ./... [2020-09-21T03:48:13.029Z] ? github.com/edgexfoundry/device-sdk-go/example/cmd/device-simple [no test files] [2020-09-21T03:48:13.029Z] ? github.com/edgexfoundry/device-sdk-go/example/driver [no test files] [2020-09-21T03:48:13.029Z] ? github.com/edgexfoundry/device-sdk-go/internal/autodiscovery [no test files] [2020-09-21T03:48:13.029Z] ok github.com/edgexfoundry/device-sdk-go/internal/autoevent 0.039s coverage: 21.0% of statements [2020-09-21T03:48:13.029Z] ok github.com/edgexfoundry/device-sdk-go/internal/cache 0.880s coverage: 95.7% of statements [2020-09-21T03:48:38.246Z] gofmt -l . [2020-09-21T03:48:38.246Z] [ "`gofmt -l .`" = "" ] [2020-09-21T03:48:38.246Z] ./bin/test-attribution-txt.sh [2020-09-21T03:48:38.246Z] ./bin/test-go-mod-tidy.sh [Pipeline] stash [2020-09-21T03:48:39.146Z] Stashed 1 file(s) [Pipeline] } [2020-09-21T03:48:39.154Z] $ docker stop --time=1 2329c36cd67f9e0aaf290352079bf6fa91cf37d961ef1d9d826a37529f0ba015 [2020-09-21T03:48:41.443Z] $ docker rm -f 2329c36cd67f9e0aaf290352079bf6fa91cf37d961ef1d9d826a37529f0ba015 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-09-21T03:48:45.057Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-09-21T03:48:45.351Z] ok github.com/edgexfoundry/device-sdk-go/internal/clients 30.038s coverage: 8.6% of statements [2020-09-21T03:48:45.351Z] ok github.com/edgexfoundry/device-sdk-go/internal/common 0.078s coverage: 21.7% of statements [2020-09-21T03:48:45.351Z] ? github.com/edgexfoundry/device-sdk-go/internal/container [no test files] [2020-09-21T03:48:45.351Z] ok github.com/edgexfoundry/device-sdk-go/internal/controller 0.253s coverage: 37.0% of statements [2020-09-21T03:48:45.351Z] ? github.com/edgexfoundry/device-sdk-go/internal/controller/correlation [no test files] [2020-09-21T03:48:45.351Z] ok github.com/edgexfoundry/device-sdk-go/internal/handler 0.314s coverage: 65.4% of statements [2020-09-21T03:48:45.351Z] ? github.com/edgexfoundry/device-sdk-go/internal/handler/callback [no test files] [2020-09-21T03:48:45.351Z] ? github.com/edgexfoundry/device-sdk-go/internal/mock [no test files] [2020-09-21T03:48:45.351Z] ? github.com/edgexfoundry/device-sdk-go/internal/provision [no test files] [2020-09-21T03:48:45.351Z] ok github.com/edgexfoundry/device-sdk-go/internal/transformer 0.253s coverage: 52.6% of statements [2020-09-21T03:48:45.351Z] ok github.com/edgexfoundry/device-sdk-go/pkg/models 2.661s coverage: 68.9% of statements [2020-09-21T03:48:45.351Z] ? github.com/edgexfoundry/device-sdk-go/pkg/service [no test files] [2020-09-21T03:48:45.351Z] ? github.com/edgexfoundry/device-sdk-go/pkg/startup [no test files] [2020-09-21T03:48:45.351Z] GO111MODULE=on go vet ./... [2020-09-21T03:48:45.386Z] + ls -al . [2020-09-21T03:48:45.386Z] total 228 [2020-09-21T03:48:45.386Z] drwxrwxr-x 11 jenkins jenkins 4096 Sep 21 03:48 . [2020-09-21T03:48:45.386Z] drwxrwxr-x 4 jenkins jenkins 4096 Sep 21 03:45 .. [2020-09-21T03:48:45.386Z] -rw-rw-r-- 1 jenkins jenkins 140 Sep 21 03:45 .dockerignore [2020-09-21T03:48:45.386Z] drwxrwxr-x 8 jenkins jenkins 4096 Sep 21 03:45 .git [2020-09-21T03:48:45.386Z] drwxrwxr-x 2 jenkins jenkins 4096 Sep 21 03:45 .github [2020-09-21T03:48:45.386Z] -rw-rw-r-- 1 jenkins jenkins 138 Sep 21 03:45 .gitignore [2020-09-21T03:48:45.386Z] drwxrwxr-x 3 jenkins jenkins 4096 Sep 21 03:45 .semver [2020-09-21T03:48:45.386Z] -rw-rw-r-- 1 jenkins jenkins 936 Sep 21 03:45 Dockerfile.build [2020-09-21T03:48:45.386Z] -rw-rw-r-- 1 jenkins jenkins 785 Sep 21 03:45 Jenkinsfile [2020-09-21T03:48:45.386Z] -rw-rw-r-- 1 jenkins jenkins 11341 Sep 21 03:45 LICENSE [2020-09-21T03:48:45.386Z] -rw-rw-r-- 1 jenkins jenkins 1013 Sep 21 03:45 Makefile [2020-09-21T03:48:45.386Z] -rw-rw-r-- 1 jenkins jenkins 5897 Sep 21 03:45 README.md [2020-09-21T03:48:45.386Z] -rw-rw-r-- 1 jenkins jenkins 4291 Sep 21 03:45 RELEASE-NOTES.txt [2020-09-21T03:48:45.386Z] -rw-rw-r-- 1 jenkins jenkins 5 Sep 21 03:43 VERSION [2020-09-21T03:48:45.386Z] drwxrwxr-x 2 jenkins jenkins 4096 Sep 21 03:45 bin [2020-09-21T03:48:45.386Z] -rw-r--r-- 1 jenkins jenkins 111785 Sep 21 03:48 coverage.out [2020-09-21T03:48:45.386Z] drwxrwxr-x 4 jenkins jenkins 4096 Sep 21 03:45 example [2020-09-21T03:48:45.386Z] -rw-r--r-- 1 jenkins jenkins 446 Sep 21 03:48 go.mod [2020-09-21T03:48:45.386Z] -rw-r--r-- 1 jenkins jenkins 12179 Sep 21 03:48 go.sum [2020-09-21T03:48:45.386Z] drwxrwxr-x 13 jenkins jenkins 4096 Sep 21 03:45 internal [2020-09-21T03:48:45.386Z] drwxrwxr-x 4 jenkins jenkins 4096 Sep 21 03:45 openapi [2020-09-21T03:48:45.386Z] drwxrwxr-x 5 jenkins jenkins 4096 Sep 21 03:45 pkg [2020-09-21T03:48:45.386Z] drwxrwxr-x 4 jenkins jenkins 4096 Sep 21 03:45 snap [2020-09-21T03:48:45.386Z] -rw-rw-r-- 1 jenkins jenkins 222 Sep 21 03:45 version.go [Pipeline] isUnix [Pipeline] sh [2020-09-21T03:48:45.729Z] + 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=93bc9a02b3e95fd7cf692fbe9ac3cce99e4a81fd --label arch=arm64 --label version=0.0.0 . [2020-09-21T03:48:46.339Z] Sending build context to Docker daemon 3.287MB [2020-09-21T03:48:46.339Z] Step 1/24 : ARG BASE=golang:1.15-alpine [2020-09-21T03:48:46.339Z] Step 2/24 : FROM ${BASE} AS builder [2020-09-21T03:48:46.339Z] ---> 192eeedb7131 [2020-09-21T03:48:46.339Z] Step 3/24 : ARG MAKE='make build' [2020-09-21T03:48:46.613Z] ---> Running in d1fe5ec8a8ae [2020-09-21T03:48:47.210Z] Removing intermediate container d1fe5ec8a8ae [2020-09-21T03:48:47.210Z] ---> 5cee705c1017 [2020-09-21T03:48:47.210Z] Step 4/24 : WORKDIR /device-sdk-go [2020-09-21T03:48:47.210Z] ---> Running in d499345406a1 [2020-09-21T03:48:47.805Z] Removing intermediate container d499345406a1 [2020-09-21T03:48:47.805Z] ---> fb15ec00fae9 [2020-09-21T03:48:47.805Z] Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-09-21T03:48:47.805Z] ---> Running in 082b96a11893 [2020-09-21T03:48:48.398Z] Removing intermediate container 082b96a11893 [2020-09-21T03:48:48.398Z] ---> 09246379ef16 [2020-09-21T03:48:48.398Z] Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-21T03:48:48.398Z] ---> Running in 8e6995dc5208 [2020-09-21T03:48:51.012Z] Removing intermediate container 8e6995dc5208 [2020-09-21T03:48:51.012Z] ---> 4132d472f744 [2020-09-21T03:48:51.012Z] Step 7/24 : RUN apk add --update --no-cache make git [2020-09-21T03:48:51.012Z] ---> Running in 7fe31166a2ea [2020-09-21T03:48:52.441Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-09-21T03:48:53.865Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-09-21T03:48:55.294Z] OK: 142 MiB in 39 packages [2020-09-21T03:48:55.512Z] gofmt -l . [2020-09-21T03:48:55.513Z] [ "`gofmt -l .`" = "" ] [2020-09-21T03:48:55.513Z] ./bin/test-attribution-txt.sh [2020-09-21T03:48:55.513Z] ./bin/test-go-mod-tidy.sh [Pipeline] stash [2020-09-21T03:48:55.528Z] Warning: overwriting stash ‘coverage-report’ [2020-09-21T03:48:55.959Z] Stashed 1 file(s) [Pipeline] } [2020-09-21T03:48:55.968Z] $ docker stop --time=1 06650fe0b5c8ae7ca0e470d56ab7684663564d3e75c460dad70057bda4b067ee [2020-09-21T03:48:56.272Z] Removing intermediate container 7fe31166a2ea [2020-09-21T03:48:56.272Z] ---> 490ac4d3532e [2020-09-21T03:48:56.272Z] Step 8/24 : COPY . . [2020-09-21T03:48:57.705Z] ---> cf6ee0ef648e [2020-09-21T03:48:57.705Z] Step 9/24 : RUN ${MAKE} [2020-09-21T03:48:57.705Z] ---> Running in 27a9ec8f076a [2020-09-21T03:48:57.986Z] $ docker rm -f 06650fe0b5c8ae7ca0e470d56ab7684663564d3e75c460dad70057bda4b067ee [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-09-21T03:48:59.073Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-09-21T03:48:59.154Z] 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-21T03:48:59.389Z] + ls -al . [2020-09-21T03:48:59.389Z] total 188 [2020-09-21T03:48:59.389Z] drwxrwxr-x. 11 jenkins jenkins 4096 Sep 21 03:48 . [2020-09-21T03:48:59.389Z] drwxrwxr-x. 4 jenkins jenkins 28 Sep 21 03:46 .. [2020-09-21T03:48:59.389Z] drwxrwxr-x. 2 jenkins jenkins 64 Sep 21 03:46 bin [2020-09-21T03:48:59.389Z] -rw-r--r--. 1 jenkins jenkins 111785 Sep 21 03:48 coverage.out [2020-09-21T03:48:59.389Z] -rw-rw-r--. 1 jenkins jenkins 936 Sep 21 03:46 Dockerfile.build [2020-09-21T03:48:59.389Z] -rw-rw-r--. 1 jenkins jenkins 140 Sep 21 03:46 .dockerignore [2020-09-21T03:48:59.389Z] drwxrwxr-x. 4 jenkins jenkins 48 Sep 21 03:46 example [2020-09-21T03:48:59.390Z] drwxrwxr-x. 8 jenkins jenkins 179 Sep 21 03:46 .git [2020-09-21T03:48:59.390Z] drwxrwxr-x. 2 jenkins jenkins 60 Sep 21 03:46 .github [2020-09-21T03:48:59.390Z] -rw-rw-r--. 1 jenkins jenkins 138 Sep 21 03:46 .gitignore [2020-09-21T03:48:59.390Z] -rw-r--r--. 1 jenkins jenkins 446 Sep 21 03:48 go.mod [2020-09-21T03:48:59.390Z] -rw-r--r--. 1 jenkins jenkins 12179 Sep 21 03:48 go.sum [2020-09-21T03:48:59.390Z] drwxrwxr-x. 13 jenkins jenkins 184 Sep 21 03:46 internal [2020-09-21T03:48:59.390Z] -rw-rw-r--. 1 jenkins jenkins 785 Sep 21 03:46 Jenkinsfile [2020-09-21T03:48:59.390Z] -rw-rw-r--. 1 jenkins jenkins 11341 Sep 21 03:46 LICENSE [2020-09-21T03:48:59.390Z] -rw-rw-r--. 1 jenkins jenkins 1013 Sep 21 03:46 Makefile [2020-09-21T03:48:59.390Z] drwxrwxr-x. 4 jenkins jenkins 26 Sep 21 03:46 openapi [2020-09-21T03:48:59.390Z] drwxrwxr-x. 5 jenkins jenkins 50 Sep 21 03:46 pkg [2020-09-21T03:48:59.390Z] -rw-rw-r--. 1 jenkins jenkins 5897 Sep 21 03:46 README.md [2020-09-21T03:48:59.390Z] -rw-rw-r--. 1 jenkins jenkins 4291 Sep 21 03:46 RELEASE-NOTES.txt [2020-09-21T03:48:59.390Z] drwxrwxr-x. 3 jenkins jenkins 58 Sep 21 03:46 .semver [2020-09-21T03:48:59.390Z] drwxrwxr-x. 4 jenkins jenkins 54 Sep 21 03:46 snap [2020-09-21T03:48:59.390Z] -rw-rw-r--. 1 jenkins jenkins 5 Sep 21 03:43 VERSION [2020-09-21T03:48:59.390Z] -rw-rw-r--. 1 jenkins jenkins 222 Sep 21 03:46 version.go [Pipeline] isUnix [Pipeline] sh [2020-09-21T03:48:59.737Z] + 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=93bc9a02b3e95fd7cf692fbe9ac3cce99e4a81fd --label arch=amd64 --label version=0.0.0 . [2020-09-21T03:49:00.008Z] Sending build context to Docker daemon 3.287MB [2020-09-21T03:49:00.008Z] Step 1/24 : ARG BASE=golang:1.15-alpine [2020-09-21T03:49:00.008Z] Step 2/24 : FROM ${BASE} AS builder [2020-09-21T03:49:00.008Z] ---> 2157f42595af [2020-09-21T03:49:00.008Z] Step 3/24 : ARG MAKE='make build' [2020-09-21T03:49:00.285Z] ---> Running in e6da91a4b4b5 [2020-09-21T03:49:00.565Z] Removing intermediate container e6da91a4b4b5 [2020-09-21T03:49:00.565Z] ---> 42733d14f6c8 [2020-09-21T03:49:00.565Z] Step 4/24 : WORKDIR /device-sdk-go [2020-09-21T03:49:00.565Z] ---> Running in 5e198c03ad54 [2020-09-21T03:49:00.836Z] Removing intermediate container 5e198c03ad54 [2020-09-21T03:49:00.836Z] ---> 2aa602cec6f4 [2020-09-21T03:49:00.836Z] Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-09-21T03:49:01.142Z] ---> Running in 0dc610e290e8 [2020-09-21T03:49:01.142Z] Removing intermediate container 0dc610e290e8 [2020-09-21T03:49:01.142Z] ---> 4323ef22dcb1 [2020-09-21T03:49:01.142Z] Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-21T03:49:01.410Z] ---> Running in 0a33111c0ffa [2020-09-21T03:49:02.381Z] Removing intermediate container 0a33111c0ffa [2020-09-21T03:49:02.381Z] ---> cb826004a08c [2020-09-21T03:49:02.381Z] Step 7/24 : RUN apk add --update --no-cache make git [2020-09-21T03:49:02.381Z] ---> Running in 7e6a86a450b6 [2020-09-21T03:49:03.364Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-09-21T03:49:03.943Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-09-21T03:49:04.964Z] OK: 166 MiB in 39 packages [2020-09-21T03:49:05.546Z] Removing intermediate container 7e6a86a450b6 [2020-09-21T03:49:05.546Z] ---> 843964112915 [2020-09-21T03:49:05.546Z] Step 8/24 : COPY . . [2020-09-21T03:49:06.511Z] ---> 9424e7539b06 [2020-09-21T03:49:06.511Z] Step 9/24 : RUN ${MAKE} [2020-09-21T03:49:06.511Z] ---> Running in 8e85b4a8c659 [2020-09-21T03:49:07.147Z] 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-21T03:49:19.707Z] CGO_ENABLED=0 GO111MODULE=on go install -tags=safe [2020-09-21T03:49:20.323Z] Removing intermediate container 8e85b4a8c659 [2020-09-21T03:49:20.323Z] ---> 9f87f1ac3cc5 [2020-09-21T03:49:20.323Z] Step 10/24 : FROM scratch [2020-09-21T03:49:20.323Z] ---> [2020-09-21T03:49:20.323Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-09-21T03:49:20.633Z] ---> Running in f786c64e2b46 [2020-09-21T03:49:20.633Z] Removing intermediate container f786c64e2b46 [2020-09-21T03:49:20.633Z] ---> 3df2aa0b6331 [2020-09-21T03:49:20.633Z] Step 12/24 : ENV APP_PORT=49990 [2020-09-21T03:49:20.633Z] ---> Running in f7044a4232c9 [2020-09-21T03:49:20.937Z] Removing intermediate container f7044a4232c9 [2020-09-21T03:49:20.937Z] ---> e0b42d9c58c4 [2020-09-21T03:49:20.937Z] Step 13/24 : EXPOSE $APP_PORT [2020-09-21T03:49:20.937Z] ---> Running in 02d7c7ac27db [2020-09-21T03:49:21.208Z] Removing intermediate container 02d7c7ac27db [2020-09-21T03:49:21.208Z] ---> 24a0c0db1813 [2020-09-21T03:49:21.208Z] Step 14/24 : WORKDIR / [2020-09-21T03:49:21.208Z] ---> Running in 72a6c6c61948 [2020-09-21T03:49:21.344Z] CGO_ENABLED=0 GO111MODULE=on go install -tags=safe [2020-09-21T03:49:21.527Z] Removing intermediate container 72a6c6c61948 [2020-09-21T03:49:21.527Z] ---> f6f72fb07e7f [2020-09-21T03:49:21.527Z] Step 15/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple [2020-09-21T03:49:22.555Z] ---> 6e27696f437b [2020-09-21T03:49:22.555Z] Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml [2020-09-21T03:49:22.555Z] ---> b569f5cfb7cc [2020-09-21T03:49:22.555Z] Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml [2020-09-21T03:49:22.830Z] ---> 53b54a6237d7 [2020-09-21T03:49:22.830Z] Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png [2020-09-21T03:49:23.321Z] Removing intermediate container 27a9ec8f076a [2020-09-21T03:49:23.321Z] ---> 6fcabb7f1b95 [2020-09-21T03:49:23.321Z] Step 10/24 : FROM scratch [2020-09-21T03:49:23.321Z] ---> [2020-09-21T03:49:23.321Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-09-21T03:49:23.428Z] ---> 9f59f455a50c [2020-09-21T03:49:23.428Z] Step 19/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg [2020-09-21T03:49:23.593Z] ---> Running in c1bf790e8641 [2020-09-21T03:49:23.699Z] ---> 63cfa955b62e [2020-09-21T03:49:23.699Z] Step 20/24 : ENTRYPOINT ["/usr/local/bin/device-simple"] [2020-09-21T03:49:23.699Z] ---> Running in a92b75acdb8d [2020-09-21T03:49:23.866Z] Removing intermediate container c1bf790e8641 [2020-09-21T03:49:23.866Z] ---> 2ebe83a11591 [2020-09-21T03:49:23.866Z] Step 12/24 : ENV APP_PORT=49990 [2020-09-21T03:49:23.992Z] Removing intermediate container a92b75acdb8d [2020-09-21T03:49:23.992Z] ---> 94e35253c9d8 [2020-09-21T03:49:23.992Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-09-21T03:49:23.992Z] ---> Running in 45f96ce7ef6b [2020-09-21T03:49:23.992Z] Removing intermediate container 45f96ce7ef6b [2020-09-21T03:49:23.992Z] ---> 23d534a59bf1 [2020-09-21T03:49:23.992Z] Step 22/24 : LABEL arch=amd64 [2020-09-21T03:49:24.137Z] ---> Running in 62a645c1c234 [2020-09-21T03:49:24.256Z] ---> Running in af3e6a239015 [2020-09-21T03:49:24.256Z] Removing intermediate container af3e6a239015 [2020-09-21T03:49:24.256Z] ---> 1c5722ad3b79 [2020-09-21T03:49:24.256Z] Step 23/24 : LABEL git_sha=93bc9a02b3e95fd7cf692fbe9ac3cce99e4a81fd [2020-09-21T03:49:24.413Z] Removing intermediate container 62a645c1c234 [2020-09-21T03:49:24.413Z] ---> f42dc8a04ea7 [2020-09-21T03:49:24.413Z] Step 13/24 : EXPOSE $APP_PORT [2020-09-21T03:49:24.413Z] ---> Running in 920c70cd6a50 [2020-09-21T03:49:24.522Z] ---> Running in 6cf227bb01c1 [2020-09-21T03:49:24.522Z] Removing intermediate container 6cf227bb01c1 [2020-09-21T03:49:24.522Z] ---> 60874cce6276 [2020-09-21T03:49:24.522Z] Step 24/24 : LABEL version=0.0.0 [2020-09-21T03:49:24.789Z] ---> Running in 3edff0fa9ac1 [2020-09-21T03:49:24.789Z] Removing intermediate container 3edff0fa9ac1 [2020-09-21T03:49:24.789Z] ---> f7ec82292d3c [2020-09-21T03:49:24.789Z] [Warning] One or more build-args [ARCH] were not consumed [2020-09-21T03:49:24.789Z] Successfully built f7ec82292d3c [2020-09-21T03:49:24.789Z] Successfully tagged docker-device-sdk-simple:latest [2020-09-21T03:49:25.007Z] Removing intermediate container 920c70cd6a50 [2020-09-21T03:49:25.007Z] ---> cebdfdba40cc [2020-09-21T03:49:25.007Z] Step 14/24 : WORKDIR / [2020-09-21T03:49:25.007Z] ---> Running in cbe1cbe9970d [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [2020-09-21T03:49:25.611Z] Removing intermediate container cbe1cbe9970d [2020-09-21T03:49:25.611Z] ---> f4c6f9521308 [2020-09-21T03:49:25.611Z] Step 15/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple [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-21T03:49:26.593Z] ---> d09bb2bcfb6a [2020-09-21T03:49:26.593Z] Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml [2020-09-21T03:49:27.189Z] ---> deeada23aa87 [2020-09-21T03:49:27.189Z] Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml [2020-09-21T03:49:28.168Z] ---> 5cb44c455b56 [2020-09-21T03:49:28.168Z] Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png [2020-09-21T03:49:28.763Z] ---> eba585adada9 [2020-09-21T03:49:28.763Z] Step 19/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg [2020-09-21T03:49:29.359Z] ---> 16e99c0f93e2 [2020-09-21T03:49:29.359Z] Step 20/24 : ENTRYPOINT ["/usr/local/bin/device-simple"] [2020-09-21T03:49:29.631Z] ---> Running in 2a05d245f1c7 [2020-09-21T03:49:29.905Z] Removing intermediate container 2a05d245f1c7 [2020-09-21T03:49:29.905Z] ---> 4820007b6ffb [2020-09-21T03:49:29.905Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-09-21T03:49:30.175Z] ---> Running in 7ff8151ee65c [2020-09-21T03:49:30.447Z] Removing intermediate container 7ff8151ee65c [2020-09-21T03:49:30.447Z] ---> 9cc93282800b [2020-09-21T03:49:30.447Z] Step 22/24 : LABEL arch=arm64 [2020-09-21T03:49:30.716Z] ---> Running in b557cf92c106 [2020-09-21T03:49:30.994Z] Removing intermediate container b557cf92c106 [2020-09-21T03:49:30.994Z] ---> 9b9d835773de [2020-09-21T03:49:30.994Z] Step 23/24 : LABEL git_sha=93bc9a02b3e95fd7cf692fbe9ac3cce99e4a81fd [2020-09-21T03:49:31.265Z] ---> Running in 80f3cb7300ed [2020-09-21T03:49:31.536Z] Removing intermediate container 80f3cb7300ed [2020-09-21T03:49:31.536Z] ---> 397a245a8dd1 [2020-09-21T03:49:31.536Z] Step 24/24 : LABEL version=0.0.0 [2020-09-21T03:49:31.809Z] ---> Running in 4722cc02d997 [2020-09-21T03:49:32.079Z] Removing intermediate container 4722cc02d997 [2020-09-21T03:49:32.079Z] ---> 3e888be4ae91 [2020-09-21T03:49:32.079Z] [Warning] One or more build-args [ARCH] were not consumed [2020-09-21T03:49:32.348Z] Successfully built 3e888be4ae91 [2020-09-21T03:49:32.348Z] 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-21T03:49:34.260Z] provisioning config files... [2020-09-21T03:49:34.272Z] copy managed file [device-sdk-go-codecov-token] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-595@tmp/config2268980415951677622tmp [Pipeline] { [Pipeline] sh [2020-09-21T03:49:34.675Z] + curl -s https://codecov.io/bash [2020-09-21T03:49:34.675Z] + bash -s - -t @/w/workspace/dgexfoundry_device-sdk-go_PR-595@tmp/config2268980415951677622tmp [Pipeline] } [2020-09-21T03:49:34.946Z] 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-21T03:49:37.219Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-21T03:49:37.793Z] ---> package-listing.sh [2020-09-21T03:49:37.793Z] ++ facter osfamily [2020-09-21T03:49:37.793Z] ++ tr '[:upper:]' '[:lower:]' [2020-09-21T03:49:37.793Z] + OS_FAMILY=redhat [2020-09-21T03:49:37.793Z] + workspace=/w/workspace/dgexfoundry_device-sdk-go_PR-595 [2020-09-21T03:49:37.793Z] + START_PACKAGES=/tmp/packages_start.txt [2020-09-21T03:49:37.793Z] + END_PACKAGES=/tmp/packages_end.txt [2020-09-21T03:49:37.793Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-09-21T03:49:37.793Z] + PACKAGES=/tmp/packages_start.txt [2020-09-21T03:49:37.793Z] + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-595 ']' [2020-09-21T03:49:37.793Z] + PACKAGES=/tmp/packages_end.txt [2020-09-21T03:49:37.793Z] + case "${OS_FAMILY}" in [2020-09-21T03:49:37.793Z] + rpm -qa [2020-09-21T03:49:37.793Z] + sort [2020-09-21T03:49:42.016Z] + '[' -f /tmp/packages_start.txt ']' [2020-09-21T03:49:42.016Z] + '[' -f /tmp/packages_end.txt ']' [2020-09-21T03:49:42.016Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-09-21T03:49:42.016Z] + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-595 ']' [2020-09-21T03:49:42.016Z] + mkdir -p /w/workspace/dgexfoundry_device-sdk-go_PR-595/archives/ [2020-09-21T03:49:42.016Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dgexfoundry_device-sdk-go_PR-595/archives/ [Pipeline] isUnix [Pipeline] sh [2020-09-21T03:49:42.510Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-09-21T03:49:42.510Z] [2020-09-21T03:49:42.510Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-09-21T03:49:42.869Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-09-21T03:49:42.869Z] alpine: Pulling from edgex-lftools-log-publisher [2020-09-21T03:49:42.869Z] df20fa9351a1: Pulling fs layer [2020-09-21T03:49:42.869Z] 36b3adc4ff6f: Pulling fs layer [2020-09-21T03:49:42.869Z] 8ad3a11d3b57: Pulling fs layer [2020-09-21T03:49:42.869Z] 46f8f816bc3b: Pulling fs layer [2020-09-21T03:49:42.869Z] 0dadc02b9964: Pulling fs layer [2020-09-21T03:49:42.869Z] ce6a7cf60c04: Pulling fs layer [2020-09-21T03:49:42.869Z] 7a184a31f384: Pulling fs layer [2020-09-21T03:49:42.869Z] 0879bd2ef858: Pulling fs layer [2020-09-21T03:49:42.869Z] 0dadc02b9964: Waiting [2020-09-21T03:49:42.869Z] ce6a7cf60c04: Waiting [2020-09-21T03:49:42.869Z] 7a184a31f384: Waiting [2020-09-21T03:49:42.869Z] 0879bd2ef858: Waiting [2020-09-21T03:49:42.869Z] 46f8f816bc3b: Waiting [2020-09-21T03:49:42.869Z] 36b3adc4ff6f: Verifying Checksum [2020-09-21T03:49:42.869Z] 36b3adc4ff6f: Download complete [2020-09-21T03:49:42.869Z] 46f8f816bc3b: Verifying Checksum [2020-09-21T03:49:42.869Z] 46f8f816bc3b: Download complete [2020-09-21T03:49:43.136Z] df20fa9351a1: Verifying Checksum [2020-09-21T03:49:43.136Z] df20fa9351a1: Download complete [2020-09-21T03:49:43.136Z] 0dadc02b9964: Verifying Checksum [2020-09-21T03:49:43.136Z] 0dadc02b9964: Download complete [2020-09-21T03:49:43.136Z] ce6a7cf60c04: Verifying Checksum [2020-09-21T03:49:43.136Z] ce6a7cf60c04: Download complete [2020-09-21T03:49:43.136Z] 7a184a31f384: Verifying Checksum [2020-09-21T03:49:43.136Z] 7a184a31f384: Download complete [2020-09-21T03:49:43.397Z] 8ad3a11d3b57: Verifying Checksum [2020-09-21T03:49:43.397Z] 8ad3a11d3b57: Download complete [2020-09-21T03:49:43.397Z] df20fa9351a1: Pull complete [2020-09-21T03:49:43.397Z] 36b3adc4ff6f: Pull complete [2020-09-21T03:49:43.661Z] 0879bd2ef858: Verifying Checksum [2020-09-21T03:49:43.661Z] 0879bd2ef858: Download complete [2020-09-21T03:49:44.239Z] 8ad3a11d3b57: Pull complete [2020-09-21T03:49:44.239Z] 46f8f816bc3b: Pull complete [2020-09-21T03:49:44.506Z] 0dadc02b9964: Pull complete [2020-09-21T03:49:44.506Z] ce6a7cf60c04: Pull complete [2020-09-21T03:49:44.771Z] 7a184a31f384: Pull complete [2020-09-21T03:49:46.708Z] 0879bd2ef858: Pull complete [2020-09-21T03:49:46.708Z] Digest: sha256:6a0b98a82ad2e848da155b214a5d490c0357af837e10dd363e416ea0d50debb0 [2020-09-21T03:49:46.708Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-09-21T03:49:46.708Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-09-21T03:49:46.839Z] prd-centos7-docker-4c-2g-641 does not seem to be running inside a container [2020-09-21T03:49:46.885Z] $ 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-595 -v /w/workspace/dgexfoundry_device-sdk-go_PR-595:/w/workspace/dgexfoundry_device-sdk-go_PR-595:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_PR-595@tmp:/w/workspace/dgexfoundry_device-sdk-go_PR-595@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2020-09-21T03:49:52.877Z] $ docker top ff55877d7b6a0ed036eba686b49889b5ea788d54e84402f57ffbf76c265bae31 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-21T03:49:53.471Z] + mkdir -p /var/log/sa [Pipeline] sh [2020-09-21T03:49:53.767Z] + ls /var/log/sa-host [2020-09-21T03:49:53.767Z] + sadf -c /var/log/sa-host/sa05 [2020-09-21T03:49:53.767Z] file_magic: OK [2020-09-21T03:49:53.767Z] HZ: Using current value: 100 [2020-09-21T03:49:53.767Z] file_header: OK [2020-09-21T03:49:53.767Z] 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-21T03:49:53.767Z] Statistics: [2020-09-21T03:49:53.767Z] Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-09-21T03:49:53.767Z] File successfully converted to sysstat format version 12.2.1 [2020-09-21T03:49:53.767Z] + sadf -c /var/log/sa-host/sa21 [2020-09-21T03:49:53.767Z] file_magic: OK [2020-09-21T03:49:53.767Z] HZ: Using current value: 100 [2020-09-21T03:49:53.767Z] file_header: OK [2020-09-21T03:49:53.767Z] 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-21T03:49:53.767Z] Statistics: [2020-09-21T03:49:53.767Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-09-21T03:49:53.767Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-09-21T03:49:53.832Z] provisioning config files... [2020-09-21T03:49:53.853Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-595@tmp/config7602670835063069487tmp [Pipeline] { [Pipeline] echo [2020-09-21T03:49:53.922Z] Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-21T03:49:54.219Z] ---> create-netrc.sh [Pipeline] echo [2020-09-21T03:49:54.229Z] Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-21T03:49:54.525Z] ---> logs-deploy.sh [2020-09-21T03:49:54.525Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/PR-595/2 [2020-09-21T03:49:54.525Z] INFO: archiving workspace using pattern(s): [2020-09-21T03:49:55.915Z] Archives upload complete. [2020-09-21T03:49:55.915Z] INFO: archiving logs to Nexus