Branch indexing Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from b2c68ec273215b3839fa79913927ed9c700821ef+acdd4826cae80a3b8a1f7d698808ff3080e1060b (196c57d54fd108ad0f1580d79a9f28cd699ecbec) 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 4bf0f353ab0057b6d66f3aea763faef2da6a0c79 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 4bf0f353ab0057b6d66f3aea763faef2da6a0c79 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 4bf0f353ab0057b6d66f3aea763faef2da6a0c79 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 4bf0f353ab0057b6d66f3aea763faef2da6a0c79 # timeout=10 Commit message: "Merge pull request #239 from ernestojeda/update-default-go-version" > 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 All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-43364 in /w/workspace/dgexfoundry_device-sdk-go_PR-582 [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-582 # 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/582/head:refs/remotes/origin/PR-582 +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/582/head:refs/remotes/origin/PR-582 # 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/582/head:refs/remotes/origin/PR-582 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit acdd4826cae80a3b8a1f7d698808ff3080e1060b into PR head commit b2c68ec273215b3839fa79913927ed9c700821ef Merge succeeded, producing b539d53e361b45df754d5f6b6c635d8034b0d765 Checking out Revision b539d53e361b45df754d5f6b6c635d8034b0d765 (PR-582) > git config core.sparsecheckout # timeout=10 > git checkout -f b2c68ec273215b3839fa79913927ed9c700821ef # 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 acdd4826cae80a3b8a1f7d698808ff3080e1060b # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f b539d53e361b45df754d5f6b6c635d8034b0d765 # timeout=10 Commit message: "Merge commit 'acdd4826cae80a3b8a1f7d698808ff3080e1060b' into HEAD" > git rev-list --no-walk b2c68ec273215b3839fa79913927ed9c700821ef # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 18:43:37 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 18:43:37 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 18:43:37 ========================================================= 18:43:37 EdgeX Global Pipelines Version Info 18:43:37 ========================================================= [Pipeline] libraryResource [Pipeline] sh 18:43:38 ------------------- 18:43:38 stable info: 18:43:38 ------------------- 18:43:38 Commited By: Emilio Reyes emilio.reyes@intel.com 18:43:38 Commit SHA: 4bf0f353ab0057b6d66f3aea763faef2da6a0c79 18:43:38 Message: update stable to v1.0.119 18:43:39 ------------------- 18:43:39 experimental info: 18:43:39 ------------------- 18:43:39 Commited By: **** collab-it+edgex@linuxfoundation.org 18:43:39 Commit SHA: 7909e789ffc0fecf34d47f501ec8db0a80105338 18:43:39 Message: update experimental to v1.0.122 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo 18:43:40 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-go-settings [Pipeline] echo 18:43:40 [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-go [Pipeline] echo 18:43:40 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 18:43:40 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 18:43:40 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 18:43:40 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 18:43:41 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 18:43:41 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 18:43:41 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = example/cmd/device-simple/Dockerfile [Pipeline] echo 18:43:41 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 18:43:41 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 18:43:41 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-sdk-simple [Pipeline] echo 18:43:41 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 18:43:41 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 18:43:42 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 18:43:42 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 18:43:42 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 18:43:42 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 18:43:42 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 18:43:42 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 18:43:42 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 18:43:42 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 18:43:42 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-582 [Pipeline] echo 18:43:42 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-582 [Pipeline] echo 18:43:43 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-582 [Pipeline] echo 18:43:43 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = b539d53e361b45df754d5f6b6c635d8034b0d765 [Pipeline] echo 18:43:43 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = b539d53 [Pipeline] echo 18:43:43 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 18:43:44 + git log --format=format:%s -1 b539d53e361b45df754d5f6b6c635d8034b0d765 [Pipeline] echo 18:43:44 GIT_COMMIT: b539d53e361b45df754d5f6b6c635d8034b0d765, Commit Message: Merge commit 'acdd4826cae80a3b8a1f7d698808ff3080e1060b' into HEAD [Pipeline] echo 18:43:44 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 18:43:44 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 18:43:45 18:43:45 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 18:43:45 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 18:43:45 latest: Pulling from edgex-devops/git-semver 18:43:45 31603596830f: Pulling fs layer 18:43:45 2a8b12db71e7: Pulling fs layer 18:43:45 6ca5941a6612: Pulling fs layer 18:43:45 ecc8261a40a4: Pulling fs layer 18:43:45 ecc8261a40a4: Waiting 18:43:45 2a8b12db71e7: Verifying Checksum 18:43:45 2a8b12db71e7: Download complete 18:43:45 31603596830f: Verifying Checksum 18:43:45 31603596830f: Download complete 18:43:45 6ca5941a6612: Verifying Checksum 18:43:45 6ca5941a6612: Download complete 18:43:45 ecc8261a40a4: Verifying Checksum 18:43:45 ecc8261a40a4: Download complete 18:43:46 31603596830f: Pull complete 18:43:46 2a8b12db71e7: Pull complete 18:43:47 6ca5941a6612: Pull complete 18:43:47 ecc8261a40a4: Pull complete 18:43:47 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 18:43:47 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 18:43:47 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 18:43:47 prd-centos7-docker-4c-2g-43364 does not seem to be running inside a container 18:43:47 $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-sdk-go_PR-582 -v /w/workspace/dgexfoundry_device-sdk-go_PR-582:/w/workspace/dgexfoundry_device-sdk-go_PR-582:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_PR-582@tmp:/w/workspace/dgexfoundry_device-sdk-go_PR-582@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 18:43:49 $ docker top 0a6fd5e5635ddfd188e2aa949559716f8c733a1679b37227faa7a17ccfc9a4d5 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 18:43:49 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 18:43:49 [ssh-agent] Looking for ssh-agent implementation... 18:43:50 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 18:43:50 $ docker exec 0a6fd5e5635ddfd188e2aa949559716f8c733a1679b37227faa7a17ccfc9a4d5 ssh-agent 18:43:50 SSH_AUTH_SOCK=/tmp/ssh-2wyVermhLsKC/agent.13 18:43:50 SSH_AGENT_PID=18 18:43:50 Running ssh-add (command line suppressed) 18:43:50 Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-582@tmp/private_key_1552969268845689166.key (/w/workspace/dgexfoundry_device-sdk-go_PR-582@tmp/private_key_1552969268845689166.key) 18:43:50 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 18:43:50 + git describe --exact-match --tags HEAD 18:43:50 fatal: No names found, cannot describe anything. [Pipeline] } 18:43:50 $ docker exec --env ******** --env ******** 0a6fd5e5635ddfd188e2aa949559716f8c733a1679b37227faa7a17ccfc9a4d5 ssh-agent -k 18:43:50 unset SSH_AUTH_SOCK; 18:43:50 unset SSH_AGENT_PID; 18:43:50 echo Agent pid 18 killed; 18:43:51 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo 18:43:51 [edgeXSemver]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 18:43:51 This usually means this commit has not been tagged. [Pipeline] sshagent 18:43:51 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 18:43:51 [ssh-agent] Looking for ssh-agent implementation... 18:43:51 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 18:43:51 $ docker exec 0a6fd5e5635ddfd188e2aa949559716f8c733a1679b37227faa7a17ccfc9a4d5 ssh-agent 18:43:51 SSH_AUTH_SOCK=/tmp/ssh-AAsRAhsTy5WV/agent.46 18:43:51 SSH_AGENT_PID=52 18:43:51 Running ssh-add (command line suppressed) 18:43:51 Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-582@tmp/private_key_5476213030442799738.key (/w/workspace/dgexfoundry_device-sdk-go_PR-582@tmp/private_key_5476213030442799738.key) 18:43:51 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 18:43:52 + git semver init 18:43:52 # -> Open(): unable to determine branch for HEAD 18:43:52 # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-582/.git 18:43:52 # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_PR-582 18:43:52 # $SEMVER_REMOTE_NAME = origin 18:43:52 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 18:43:52 # $SEMVER_USER_NAME = edgex-jenkins 18:43:52 # $SEMVER_BRANCH = PR-582 18:43:52 # $SEMVER_TEMP = /tmp/semver-657025835 18:43:52 # git clone --branch semver git@github.com:edgexfoundry/device-sdk-go.git $SEMVER_TEMP 18:43:52 # '/tmp/semver-657025835' -> '/w/workspace/dgexfoundry_device-sdk-go_PR-582/.semver' 18:43:52 # -> Force: false 18:43:52 # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-582/.semver [Pipeline] } 18:43:52 $ docker exec --env ******** --env ******** 0a6fd5e5635ddfd188e2aa949559716f8c733a1679b37227faa7a17ccfc9a4d5 ssh-agent -k 18:43:52 unset SSH_AUTH_SOCK; 18:43:52 unset SSH_AGENT_PID; 18:43:52 echo Agent pid 52 killed; 18:43:53 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 18:43:53 + git semver [Pipeline] } 18:43:53 $ docker stop --time=1 0a6fd5e5635ddfd188e2aa949559716f8c733a1679b37227faa7a17ccfc9a4d5 18:43:55 $ docker rm -f 0a6fd5e5635ddfd188e2aa949559716f8c733a1679b37227faa7a17ccfc9a4d5 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash 18:43:56 Stashed 36 file(s) [Pipeline] echo 18:43:56 [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] echo 18:43:56 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 18:44:11 Still waiting to schedule task 18:44:11 Waiting for next available executor on ‘centos7-docker-4c-2g’ 18:44:12 Still waiting to schedule task 18:44:12 ‘prd-ubuntu18.04-docker-arm64-4c-16g-43365’ is offline 18:45:32 Running on prd-centos7-docker-4c-2g-43369 in /w/workspace/dgexfoundry_device-sdk-go_PR-582 [Pipeline] { [Pipeline] ws 18:45:32 Running in /w/workspace/device-sdk-go/6 [Pipeline] { [Pipeline] checkout 18:45:41 using credential edgex-jenkins-ssh 18:45:41 Cloning the remote Git repository 18:45:41 Cloning with configured refspecs honoured and without tags 18:45:41 Cloning repository git@github.com:edgexfoundry/device-sdk-go.git 18:45:41 > git init /w/workspace/device-sdk-go/6 # timeout=10 18:45:41 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 18:45:41 > git --version # timeout=10 18:45:41 > git --version # 'git version 2.16.5' 18:45:41 using GIT_SSH to set credentials SSH Credentials for GitHub 18:45:41 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/582/head:refs/remotes/origin/PR-582 +refs/heads/master:refs/remotes/origin/master # timeout=10 18:45:42 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 18:45:42 > git config --add remote.origin.fetch +refs/pull/582/head:refs/remotes/origin/PR-582 # timeout=10 18:45:42 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 18:45:43 Fetching without tags 18:45:43 Merging remotes/origin/master commit acdd4826cae80a3b8a1f7d698808ff3080e1060b into PR head commit b2c68ec273215b3839fa79913927ed9c700821ef 18:45:44 Merge succeeded, producing 32606cbf2fe85991daeccdd34a1c13a186f27a65 18:45:44 Checking out Revision 32606cbf2fe85991daeccdd34a1c13a186f27a65 (PR-582) 18:45:42 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 18:45:43 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 18:45:43 using GIT_SSH to set credentials SSH Credentials for GitHub 18:45:43 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/582/head:refs/remotes/origin/PR-582 +refs/heads/master:refs/remotes/origin/master # timeout=10 18:45:43 > git config core.sparsecheckout # timeout=10 18:45:43 > git checkout -f b2c68ec273215b3839fa79913927ed9c700821ef # timeout=10 18:45:43 > git remote # timeout=10 18:45:43 > git config --get remote.origin.url # timeout=10 18:45:43 using GIT_SSH to set credentials SSH Credentials for GitHub 18:45:43 > git merge acdd4826cae80a3b8a1f7d698808ff3080e1060b # timeout=10 18:45:43 > git rev-parse HEAD^{commit} # timeout=10 18:45:44 > git config core.sparsecheckout # timeout=10 18:45:44 > git checkout -f 32606cbf2fe85991daeccdd34a1c13a186f27a65 # timeout=10 18:45:48 Commit message: "Merge commit 'acdd4826cae80a3b8a1f7d698808ff3080e1060b' into HEAD" 18:45:48 > git rev-list --no-walk b2c68ec273215b3839fa79913927ed9c700821ef # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 18:45:49 ========================================================= 18:45:49 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 18:45:49 ========================================================= [Pipeline] isUnix [Pipeline] sh 18:45:51 + 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 . 18:45:51 Sending build context to Docker daemon 3.167MB 18:45:51 Step 1/8 : ARG BASE=golang:1.15-alpine 18:45:51 Step 2/8 : FROM ${BASE} 18:45:51 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 18:45:51 df20fa9351a1: Pulling fs layer 18:45:51 ed8968b2872e: Pulling fs layer 18:45:51 a92cc7c5fd73: Pulling fs layer 18:45:51 e871e8e8d7a9: Pulling fs layer 18:45:51 e73272ec9a57: Pulling fs layer 18:45:51 1e910a182e73: Pulling fs layer 18:45:51 4e634b169226: Pulling fs layer 18:45:51 e871e8e8d7a9: Waiting 18:45:51 e73272ec9a57: Waiting 18:45:51 1e910a182e73: Waiting 18:45:51 4e634b169226: Waiting 18:45:51 a92cc7c5fd73: Verifying Checksum 18:45:51 a92cc7c5fd73: Download complete 18:45:51 ed8968b2872e: Verifying Checksum 18:45:51 ed8968b2872e: Download complete 18:45:51 e73272ec9a57: Verifying Checksum 18:45:51 e73272ec9a57: Download complete 18:45:52 1e910a182e73: Verifying Checksum 18:45:52 1e910a182e73: Download complete 18:45:52 df20fa9351a1: Verifying Checksum 18:45:52 df20fa9351a1: Download complete 18:45:52 df20fa9351a1: Pull complete 18:45:53 ed8968b2872e: Pull complete 18:45:53 a92cc7c5fd73: Pull complete 18:45:57 4e634b169226: Verifying Checksum 18:45:57 4e634b169226: Download complete 18:46:02 e871e8e8d7a9: Verifying Checksum 18:46:02 e871e8e8d7a9: Download complete 18:46:12 e871e8e8d7a9: Pull complete 18:46:12 e73272ec9a57: Pull complete 18:46:12 1e910a182e73: Pull complete 18:46:19 4e634b169226: Pull complete 18:46:19 Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 18:46:19 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 18:46:19 ---> f7629b54cfaa 18:46:19 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 18:46:19 ---> Running in 83ffd443db4c 18:46:19 Removing intermediate container 83ffd443db4c 18:46:19 ---> ff44195e38c0 18:46:19 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:46:19 ---> Running in 6b0ea53480a3 18:46:21 Removing intermediate container 6b0ea53480a3 18:46:21 ---> 6b85114b75fe 18:46:21 Step 5/8 : RUN apk add --no-cache make git 18:46:21 ---> Running in 5976cca56ecd 18:46:22 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:46:23 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:46:25 OK: 166 MiB in 39 packages 18:46:25 Removing intermediate container 5976cca56ecd 18:46:25 ---> 4da2e3d7db52 18:46:25 Step 6/8 : WORKDIR /device-sdk-go 18:46:26 ---> Running in 468bf0f17d03 18:46:26 Removing intermediate container 468bf0f17d03 18:46:26 ---> 3466c89b1a4f 18:46:26 Step 7/8 : COPY . . 18:46:27 ---> 4e01123108c8 18:46:27 Step 8/8 : RUN go mod download 18:46:27 ---> Running in 06551498b807 18:46:42 Removing intermediate container 06551498b807 18:46:42 ---> 359da974ffa9 18:46:42 Successfully built 359da974ffa9 18:46:42 Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 18:46:43 + docker inspect -f . ci-base-image-x86_64 18:46:43 . [Pipeline] withDockerContainer 18:46:44 prd-centos7-docker-4c-2g-43369 does not seem to be running inside a container 18:46:44 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/6 -v /w/workspace/device-sdk-go/6:/w/workspace/device-sdk-go/6:rw,z -v /w/workspace/device-sdk-go/6@tmp:/w/workspace/device-sdk-go/6@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 18:46:45 $ docker top 0acc2a67b3d72025ad67567baeb1dc2c636a5c9bb8d1c25917bca4e00690ba3c -eo pid,comm [Pipeline] { [Pipeline] sh 18:46:46 + go version 18:46:46 go version go1.15.2 linux/amd64 [Pipeline] sh 18:46:46 + make test 18:46:47 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 18:46:59 ? github.com/edgexfoundry/device-sdk-go [no test files] 18:47:23 ? github.com/edgexfoundry/device-sdk-go/example/cmd/device-simple [no test files] 18:47:23 ? github.com/edgexfoundry/device-sdk-go/example/driver [no test files] 18:47:23 ? github.com/edgexfoundry/device-sdk-go/internal/autodiscovery [no test files] 18:47:23 ok github.com/edgexfoundry/device-sdk-go/internal/autoevent 0.039s coverage: 21.0% of statements 18:47:23 ok github.com/edgexfoundry/device-sdk-go/internal/cache 0.612s coverage: 95.7% of statements 18:47:39 Running on prd-ubuntu18.04-docker-arm64-4c-16g-43374 in /w/workspace/dgexfoundry_device-sdk-go_PR-582 [Pipeline] { [Pipeline] ws 18:47:39 Running in /w/workspace/device-sdk-go/6 [Pipeline] { [Pipeline] checkout 18:47:44 using credential edgex-jenkins-ssh 18:47:44 Cloning the remote Git repository 18:47:44 Cloning with configured refspecs honoured and without tags 18:47:44 Cloning repository git@github.com:edgexfoundry/device-sdk-go.git 18:47:44 > git init /w/workspace/device-sdk-go/6 # timeout=10 18:47:45 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 18:47:45 > git --version # timeout=10 18:47:45 > git --version # 'git version 2.17.1' 18:47:45 using GIT_SSH to set credentials SSH Credentials for GitHub 18:47:45 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/582/head:refs/remotes/origin/PR-582 +refs/heads/master:refs/remotes/origin/master # timeout=10 18:47:46 Fetching without tags 18:47:46 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 18:47:46 > git config --add remote.origin.fetch +refs/pull/582/head:refs/remotes/origin/PR-582 # timeout=10 18:47:46 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 18:47:46 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 18:47:46 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 18:47:46 using GIT_SSH to set credentials SSH Credentials for GitHub 18:47:46 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/582/head:refs/remotes/origin/PR-582 +refs/heads/master:refs/remotes/origin/master # timeout=10 18:47:46 Merging remotes/origin/master commit acdd4826cae80a3b8a1f7d698808ff3080e1060b into PR head commit b2c68ec273215b3839fa79913927ed9c700821ef 18:47:47 Merge succeeded, producing a276b12c588bd60a9fb1eba3808d1e573c1f57b9 18:47:47 Checking out Revision a276b12c588bd60a9fb1eba3808d1e573c1f57b9 (PR-582) 18:47:46 > git config core.sparsecheckout # timeout=10 18:47:47 > git checkout -f b2c68ec273215b3839fa79913927ed9c700821ef # timeout=10 18:47:47 > git remote # timeout=10 18:47:47 > git config --get remote.origin.url # timeout=10 18:47:47 using GIT_SSH to set credentials SSH Credentials for GitHub 18:47:47 > git merge acdd4826cae80a3b8a1f7d698808ff3080e1060b # timeout=10 18:47:47 > git rev-parse HEAD^{commit} # timeout=10 18:47:47 > git config core.sparsecheckout # timeout=10 18:47:47 > git checkout -f a276b12c588bd60a9fb1eba3808d1e573c1f57b9 # timeout=10 18:47:51 Commit message: "Merge commit 'acdd4826cae80a3b8a1f7d698808ff3080e1060b' into HEAD" 18:47:51 > git rev-list --no-walk b2c68ec273215b3839fa79913927ed9c700821ef # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 18:47:53 ========================================================= 18:47:53 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 18:47:53 ========================================================= [Pipeline] isUnix [Pipeline] sh 18:47:54 + 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 . 18:47:55 Sending build context to Docker daemon 3.169MB 18:47:55 Step 1/8 : ARG BASE=golang:1.15-alpine 18:47:55 Step 2/8 : FROM ${BASE} 18:47:55 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 18:47:55 b538f80385f9: Pulling fs layer 18:47:55 74f711af9a0d: Pulling fs layer 18:47:55 99f96fe45779: Pulling fs layer 18:47:55 8529a6b9a6be: Pulling fs layer 18:47:55 45590311c82a: Pulling fs layer 18:47:55 69ca0ff8b7b3: Pulling fs layer 18:47:55 209524e5b208: Pulling fs layer 18:47:55 8529a6b9a6be: Waiting 18:47:55 45590311c82a: Waiting 18:47:55 69ca0ff8b7b3: Waiting 18:47:55 209524e5b208: Waiting 18:47:55 99f96fe45779: Verifying Checksum 18:47:55 99f96fe45779: Download complete 18:47:55 74f711af9a0d: Verifying Checksum 18:47:55 74f711af9a0d: Download complete 18:47:56 ok github.com/edgexfoundry/device-sdk-go/internal/clients 30.048s coverage: 8.6% of statements 18:47:56 ok github.com/edgexfoundry/device-sdk-go/internal/common 0.073s coverage: 21.7% of statements 18:47:56 ? github.com/edgexfoundry/device-sdk-go/internal/container [no test files] 18:47:56 ok github.com/edgexfoundry/device-sdk-go/internal/controller 0.260s coverage: 37.0% of statements 18:47:56 ? github.com/edgexfoundry/device-sdk-go/internal/controller/correlation [no test files] 18:47:56 ok github.com/edgexfoundry/device-sdk-go/internal/handler 0.330s coverage: 65.4% of statements 18:47:56 ? github.com/edgexfoundry/device-sdk-go/internal/handler/callback [no test files] 18:47:56 ? github.com/edgexfoundry/device-sdk-go/internal/mock [no test files] 18:47:56 ? github.com/edgexfoundry/device-sdk-go/internal/provision [no test files] 18:47:56 ok github.com/edgexfoundry/device-sdk-go/internal/transformer 0.268s coverage: 52.6% of statements 18:47:56 ok github.com/edgexfoundry/device-sdk-go/pkg/models 4.243s coverage: 68.9% of statements 18:47:56 ? github.com/edgexfoundry/device-sdk-go/pkg/service [no test files] 18:47:56 ? github.com/edgexfoundry/device-sdk-go/pkg/startup [no test files] 18:47:56 GO111MODULE=on go vet ./... 18:47:56 45590311c82a: Verifying Checksum 18:47:56 45590311c82a: Download complete 18:47:56 69ca0ff8b7b3: Verifying Checksum 18:47:56 69ca0ff8b7b3: Download complete 18:47:56 b538f80385f9: Verifying Checksum 18:47:56 b538f80385f9: Download complete 18:47:57 b538f80385f9: Pull complete 18:47:57 74f711af9a0d: Pull complete 18:47:57 99f96fe45779: Pull complete 18:47:58 209524e5b208: Download complete 18:47:59 8529a6b9a6be: Verifying Checksum 18:47:59 8529a6b9a6be: Download complete 18:48:08 gofmt -l . 18:48:08 [ "`gofmt -l .`" = "" ] 18:48:08 ./bin/test-attribution-txt.sh 18:48:08 ./bin/test-go-mod-tidy.sh [Pipeline] stash 18:48:09 Stashed 1 file(s) [Pipeline] } 18:48:09 $ docker stop --time=1 0acc2a67b3d72025ad67567baeb1dc2c636a5c9bb8d1c25917bca4e00690ba3c 18:48:10 8529a6b9a6be: Pull complete 18:48:10 45590311c82a: Pull complete 18:48:10 69ca0ff8b7b3: Pull complete 18:48:12 $ docker rm -f 0acc2a67b3d72025ad67567baeb1dc2c636a5c9bb8d1c25917bca4e00690ba3c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 18:48:13 + sudo chown -R jenkins:jenkins . [Pipeline] sh 18:48:14 + ls -al . 18:48:14 total 188 18:48:14 drwxrwxr-x. 11 jenkins jenkins 4096 Sep 15 18:48 . 18:48:14 drwxrwxr-x. 4 jenkins jenkins 28 Sep 15 18:45 .. 18:48:14 drwxrwxr-x. 2 jenkins jenkins 64 Sep 15 18:45 bin 18:48:14 -rw-r--r--. 1 jenkins jenkins 111785 Sep 15 18:47 coverage.out 18:48:14 -rw-rw-r--. 1 jenkins jenkins 936 Sep 15 18:45 Dockerfile.build 18:48:14 -rw-rw-r--. 1 jenkins jenkins 140 Sep 15 18:45 .dockerignore 18:48:14 drwxrwxr-x. 4 jenkins jenkins 48 Sep 15 18:45 example 18:48:14 drwxrwxr-x. 8 jenkins jenkins 179 Sep 15 18:45 .git 18:48:14 drwxrwxr-x. 2 jenkins jenkins 60 Sep 15 18:45 .github 18:48:14 -rw-rw-r--. 1 jenkins jenkins 138 Sep 15 18:45 .gitignore 18:48:14 -rw-r--r--. 1 jenkins jenkins 446 Sep 15 18:48 go.mod 18:48:14 -rw-r--r--. 1 jenkins jenkins 12258 Sep 15 18:48 go.sum 18:48:14 drwxrwxr-x. 13 jenkins jenkins 184 Sep 15 18:45 internal 18:48:14 -rw-rw-r--. 1 jenkins jenkins 785 Sep 15 18:45 Jenkinsfile 18:48:14 -rw-rw-r--. 1 jenkins jenkins 11341 Sep 15 18:45 LICENSE 18:48:14 -rw-rw-r--. 1 jenkins jenkins 1013 Sep 15 18:45 Makefile 18:48:14 drwxrwxr-x. 4 jenkins jenkins 26 Sep 15 18:45 openapi 18:48:14 drwxrwxr-x. 5 jenkins jenkins 50 Sep 15 18:45 pkg 18:48:14 -rw-rw-r--. 1 jenkins jenkins 5897 Sep 15 18:45 README.md 18:48:14 -rw-rw-r--. 1 jenkins jenkins 4291 Sep 15 18:45 RELEASE-NOTES.txt 18:48:14 drwxrwxr-x. 3 jenkins jenkins 58 Sep 15 18:45 .semver 18:48:14 drwxrwxr-x. 4 jenkins jenkins 54 Sep 15 18:45 snap 18:48:14 -rw-rw-r--. 1 jenkins jenkins 5 Sep 15 18:43 VERSION 18:48:14 -rw-rw-r--. 1 jenkins jenkins 222 Sep 15 18:45 version.go [Pipeline] isUnix [Pipeline] sh 18:48:14 + 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=b539d53e361b45df754d5f6b6c635d8034b0d765 --label arch=amd64 --label version=0.0.0 . 18:48:14 Sending build context to Docker daemon 3.28MB 18:48:14 Step 1/24 : ARG BASE=golang:1.15-alpine 18:48:14 Step 2/24 : FROM ${BASE} AS builder 18:48:14 ---> 359da974ffa9 18:48:14 Step 3/24 : ARG MAKE='make build' 18:48:15 209524e5b208: Pull complete 18:48:15 Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 18:48:15 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 18:48:15 ---> 5bddaf1c2fca 18:48:15 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 18:48:15 ---> Running in dd315b3092dc 18:48:15 Removing intermediate container dd315b3092dc 18:48:15 ---> e3f878cf6d45 18:48:15 Step 4/24 : WORKDIR /device-sdk-go 18:48:15 ---> Running in ec69314611ef 18:48:15 Removing intermediate container ec69314611ef 18:48:15 ---> 42eab14d4877 18:48:15 Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 18:48:16 ---> Running in 6c2641bffe66 18:48:16 Removing intermediate container 6c2641bffe66 18:48:16 ---> e34d8fb010b6 18:48:16 Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:48:16 ---> Running in ceb1a9164899 18:48:17 ---> Running in 6887d5a9e4b1 18:48:17 Removing intermediate container ceb1a9164899 18:48:17 ---> 8d402a9a8aba 18:48:17 Step 7/24 : RUN apk add --update --no-cache make git 18:48:17 ---> Running in 9f452f15e6ba 18:48:17 Removing intermediate container 6887d5a9e4b1 18:48:17 ---> e450aadf37cf 18:48:17 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:48:17 ---> Running in c6a5ae246dc6 18:48:18 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:48:19 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:48:19 OK: 166 MiB in 39 packages 18:48:20 Removing intermediate container 9f452f15e6ba 18:48:20 ---> a5d31eda1a59 18:48:20 Step 8/24 : COPY . . 18:48:20 Removing intermediate container c6a5ae246dc6 18:48:20 ---> 211faeac1b53 18:48:20 Step 5/8 : RUN apk add --no-cache make git 18:48:20 ---> Running in 41886f3da905 18:48:21 ---> be78502503c3 18:48:21 Step 9/24 : RUN ${MAKE} 18:48:21 ---> Running in 6ae59ecbff8d 18:48:21 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 18:48:22 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:48:23 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:48:23 OK: 142 MiB in 39 packages 18:48:25 Removing intermediate container 41886f3da905 18:48:25 ---> bb1c641f0f41 18:48:25 Step 6/8 : WORKDIR /device-sdk-go 18:48:25 ---> Running in 21effe507a46 18:48:25 Removing intermediate container 21effe507a46 18:48:25 ---> a3cd3ad740ce 18:48:25 Step 7/8 : COPY . . 18:48:27 ---> a0f316f9d79c 18:48:27 Step 8/8 : RUN go mod download 18:48:27 ---> Running in 56090d0bdeb3 18:48:34 CGO_ENABLED=0 GO111MODULE=on go install -tags=safe 18:48:36 Removing intermediate container 6ae59ecbff8d 18:48:36 ---> cd5c498d20f1 18:48:36 Step 10/24 : FROM scratch 18:48:36 ---> 18:48:36 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 18:48:36 ---> Running in a8cf501410ca 18:48:37 Removing intermediate container a8cf501410ca 18:48:37 ---> 7d41775e85a6 18:48:37 Step 12/24 : ENV APP_PORT=49990 18:48:37 ---> Running in 3e893c654540 18:48:37 Removing intermediate container 3e893c654540 18:48:37 ---> f88ddd9d6513 18:48:37 Step 13/24 : EXPOSE $APP_PORT 18:48:37 ---> Running in ee5a42ee2f1b 18:48:37 Removing intermediate container ee5a42ee2f1b 18:48:37 ---> 4040ae4fb152 18:48:37 Step 14/24 : WORKDIR / 18:48:37 ---> Running in 196f0786358a 18:48:38 Removing intermediate container 196f0786358a 18:48:38 ---> 05c575735eac 18:48:38 Step 15/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple 18:48:39 ---> d4b798933e57 18:48:39 Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml 18:48:39 ---> e8853e67e0d4 18:48:39 Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml 18:48:39 ---> 5e3e90a1fe5a 18:48:39 Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png 18:48:40 ---> 1657b00eea71 18:48:40 Step 19/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg 18:48:40 ---> e5f97e4e7e90 18:48:40 Step 20/24 : ENTRYPOINT ["/usr/local/bin/device-simple"] 18:48:40 ---> Running in 299100c54841 18:48:40 Removing intermediate container 299100c54841 18:48:40 ---> d308414a020a 18:48:40 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:48:40 ---> Running in 103cf917a4a9 18:48:41 Removing intermediate container 103cf917a4a9 18:48:41 ---> 6b5b841aeae8 18:48:41 Step 22/24 : LABEL arch=amd64 18:48:41 ---> Running in 19555f1cb4a3 18:48:41 Removing intermediate container 19555f1cb4a3 18:48:41 ---> 5515ed793e58 18:48:41 Step 23/24 : LABEL git_sha=b539d53e361b45df754d5f6b6c635d8034b0d765 18:48:41 ---> Running in a35fd07f05dc 18:48:41 Removing intermediate container a35fd07f05dc 18:48:41 ---> 76217afbea9c 18:48:41 Step 24/24 : LABEL version=0.0.0 18:48:41 ---> Running in b4704ff34580 18:48:41 Removing intermediate container b4704ff34580 18:48:41 ---> 6d738c2feeae 18:48:41 [Warning] One or more build-args [ARCH] were not consumed 18:48:41 Successfully built 6d738c2feeae 18:48:41 Successfully tagged docker-device-sdk-simple:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage 18:48:42 Removing intermediate container 56090d0bdeb3 18:48:42 ---> d6addc94c829 18:48:42 Successfully built d6addc94c829 18:48:42 Successfully tagged ci-base-image-arm64:latest [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] script [Pipeline] { Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] isUnix [Pipeline] sh [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv 18:48:43 + docker inspect -f . ci-base-image-arm64 18:48:43 . [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] withDockerContainer 18:48:43 prd-ubuntu18.04-docker-arm64-4c-16g-43374 does not seem to be running inside a container 18:48:43 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/6 -v /w/workspace/device-sdk-go/6:/w/workspace/device-sdk-go/6:rw,z -v /w/workspace/device-sdk-go/6@tmp:/w/workspace/device-sdk-go/6@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-arm64 cat 18:48:45 $ docker top 1294e97ab87ca3b8f2ef23d69404d0eec20e7d00010ac4e700b8c465a8df19e2 -eo pid,comm [Pipeline] { [Pipeline] // node [Pipeline] } [Pipeline] sh [Pipeline] // stage [Pipeline] } 18:48:47 + go version 18:48:47 go version go1.15.2 linux/arm64 [Pipeline] sh 18:48:48 + make test 18:48:48 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 18:49:10 ? github.com/edgexfoundry/device-sdk-go [no test files] 18:49:57 ? github.com/edgexfoundry/device-sdk-go/example/cmd/device-simple [no test files] 18:49:57 ? github.com/edgexfoundry/device-sdk-go/example/driver [no test files] 18:49:57 ? github.com/edgexfoundry/device-sdk-go/internal/autodiscovery [no test files] 18:49:57 ok github.com/edgexfoundry/device-sdk-go/internal/autoevent 0.053s coverage: 21.0% of statements 18:49:57 ok github.com/edgexfoundry/device-sdk-go/internal/cache 1.129s coverage: 95.7% of statements 18:50:24 ok github.com/edgexfoundry/device-sdk-go/internal/clients 30.051s coverage: 8.6% of statements 18:50:24 ok github.com/edgexfoundry/device-sdk-go/internal/common 0.047s coverage: 21.7% of statements 18:50:24 ? github.com/edgexfoundry/device-sdk-go/internal/container [no test files] 18:50:24 ok github.com/edgexfoundry/device-sdk-go/internal/controller 0.483s coverage: 37.0% of statements 18:50:24 ? github.com/edgexfoundry/device-sdk-go/internal/controller/correlation [no test files] 18:50:24 ok github.com/edgexfoundry/device-sdk-go/internal/handler 0.693s coverage: 65.4% of statements 18:50:24 ? github.com/edgexfoundry/device-sdk-go/internal/handler/callback [no test files] 18:50:24 ? github.com/edgexfoundry/device-sdk-go/internal/mock [no test files] 18:50:24 ? github.com/edgexfoundry/device-sdk-go/internal/provision [no test files] 18:50:24 ok github.com/edgexfoundry/device-sdk-go/internal/transformer 0.271s coverage: 52.6% of statements 18:50:24 ok github.com/edgexfoundry/device-sdk-go/pkg/models 5.787s coverage: 68.9% of statements 18:50:24 ? github.com/edgexfoundry/device-sdk-go/pkg/service [no test files] 18:50:24 ? github.com/edgexfoundry/device-sdk-go/pkg/startup [no test files] 18:50:24 GO111MODULE=on go vet ./... 18:50:51 gofmt -l . 18:50:51 [ "`gofmt -l .`" = "" ] 18:50:51 ./bin/test-attribution-txt.sh 18:50:51 ./bin/test-go-mod-tidy.sh [Pipeline] stash 18:50:51 Warning: overwriting stash ‘coverage-report’ 18:50:51 Stashed 1 file(s) [Pipeline] } 18:50:51 $ docker stop --time=1 1294e97ab87ca3b8f2ef23d69404d0eec20e7d00010ac4e700b8c465a8df19e2 18:50:54 $ docker rm -f 1294e97ab87ca3b8f2ef23d69404d0eec20e7d00010ac4e700b8c465a8df19e2 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 18:50:55 + sudo chown -R jenkins:jenkins . [Pipeline] sh 18:50:56 + ls -al . 18:50:56 total 228 18:50:56 drwxrwxr-x 11 jenkins jenkins 4096 Sep 15 18:50 . 18:50:56 drwxrwxr-x 4 jenkins jenkins 4096 Sep 15 18:47 .. 18:50:56 -rw-rw-r-- 1 jenkins jenkins 140 Sep 15 18:47 .dockerignore 18:50:56 drwxrwxr-x 8 jenkins jenkins 4096 Sep 15 18:47 .git 18:50:56 drwxrwxr-x 2 jenkins jenkins 4096 Sep 15 18:47 .github 18:50:56 -rw-rw-r-- 1 jenkins jenkins 138 Sep 15 18:47 .gitignore 18:50:56 drwxrwxr-x 3 jenkins jenkins 4096 Sep 15 18:47 .semver 18:50:56 -rw-rw-r-- 1 jenkins jenkins 936 Sep 15 18:47 Dockerfile.build 18:50:56 -rw-rw-r-- 1 jenkins jenkins 785 Sep 15 18:47 Jenkinsfile 18:50:56 -rw-rw-r-- 1 jenkins jenkins 11341 Sep 15 18:47 LICENSE 18:50:56 -rw-rw-r-- 1 jenkins jenkins 1013 Sep 15 18:47 Makefile 18:50:56 -rw-rw-r-- 1 jenkins jenkins 5897 Sep 15 18:47 README.md 18:50:56 -rw-rw-r-- 1 jenkins jenkins 4291 Sep 15 18:47 RELEASE-NOTES.txt 18:50:56 -rw-rw-r-- 1 jenkins jenkins 5 Sep 15 18:43 VERSION 18:50:56 drwxrwxr-x 2 jenkins jenkins 4096 Sep 15 18:47 bin 18:50:56 -rw-r--r-- 1 jenkins jenkins 111785 Sep 15 18:50 coverage.out 18:50:56 drwxrwxr-x 4 jenkins jenkins 4096 Sep 15 18:47 example 18:50:56 -rw-r--r-- 1 jenkins jenkins 446 Sep 15 18:50 go.mod 18:50:56 -rw-r--r-- 1 jenkins jenkins 12258 Sep 15 18:50 go.sum 18:50:56 drwxrwxr-x 13 jenkins jenkins 4096 Sep 15 18:47 internal 18:50:56 drwxrwxr-x 4 jenkins jenkins 4096 Sep 15 18:47 openapi 18:50:56 drwxrwxr-x 5 jenkins jenkins 4096 Sep 15 18:47 pkg 18:50:56 drwxrwxr-x 4 jenkins jenkins 4096 Sep 15 18:47 snap 18:50:56 -rw-rw-r-- 1 jenkins jenkins 222 Sep 15 18:47 version.go [Pipeline] isUnix [Pipeline] sh 18:50:56 + 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=b539d53e361b45df754d5f6b6c635d8034b0d765 --label arch=arm64 --label version=0.0.0 . 18:50:56 Sending build context to Docker daemon 3.282MB 18:50:56 Step 1/24 : ARG BASE=golang:1.15-alpine 18:50:56 Step 2/24 : FROM ${BASE} AS builder 18:50:56 ---> d6addc94c829 18:50:56 Step 3/24 : ARG MAKE='make build' 18:50:57 ---> Running in 05ae4069eb22 18:50:57 Removing intermediate container 05ae4069eb22 18:50:57 ---> 2de727146f35 18:50:57 Step 4/24 : WORKDIR /device-sdk-go 18:50:57 ---> Running in 2d2f21e15a5b 18:50:58 Removing intermediate container 2d2f21e15a5b 18:50:58 ---> 425b4c2b3f5a 18:50:58 Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 18:50:58 ---> Running in 8c1290ac5078 18:50:58 Removing intermediate container 8c1290ac5078 18:50:58 ---> 489fb4365b7d 18:50:58 Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:50:58 ---> Running in e9ae266bc88f 18:51:01 Removing intermediate container e9ae266bc88f 18:51:01 ---> 5e27da9749e4 18:51:01 Step 7/24 : RUN apk add --update --no-cache make git 18:51:01 ---> Running in c92d2e305874 18:51:02 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:51:03 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:51:04 OK: 142 MiB in 39 packages 18:51:05 Removing intermediate container c92d2e305874 18:51:05 ---> 356be9a36a67 18:51:05 Step 8/24 : COPY . . 18:51:06 ---> af8c6b41d1c3 18:51:06 Step 9/24 : RUN ${MAKE} 18:51:06 ---> Running in 2e8bbec7a170 18:51:08 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 18:51:30 CGO_ENABLED=0 GO111MODULE=on go install -tags=safe 18:51:33 Removing intermediate container 2e8bbec7a170 18:51:33 ---> eedce7406bb6 18:51:33 Step 10/24 : FROM scratch 18:51:33 ---> 18:51:33 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 18:51:33 ---> Running in 86bce2dd6350 18:51:34 Removing intermediate container 86bce2dd6350 18:51:34 ---> 38d7b2e6a1c2 18:51:34 Step 12/24 : ENV APP_PORT=49990 18:51:34 ---> Running in 4af1d70f5c8f 18:51:34 Removing intermediate container 4af1d70f5c8f 18:51:34 ---> bcdedf04db2f 18:51:34 Step 13/24 : EXPOSE $APP_PORT 18:51:34 ---> Running in 3d74d1eb6019 18:51:34 Removing intermediate container 3d74d1eb6019 18:51:34 ---> f1596446c362 18:51:34 Step 14/24 : WORKDIR / 18:51:35 ---> Running in c30f4e3ad20f 18:51:35 Removing intermediate container c30f4e3ad20f 18:51:35 ---> 4471419b1924 18:51:35 Step 15/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple 18:51:36 ---> 79bfacfd167c 18:51:36 Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml 18:51:37 ---> 77e099436dcc 18:51:37 Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml 18:51:38 ---> 9bf4b76ba0fc 18:51:38 Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png 18:51:39 ---> 7b9c8a45d940 18:51:39 Step 19/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg 18:51:39 ---> 8040ab78441b 18:51:39 Step 20/24 : ENTRYPOINT ["/usr/local/bin/device-simple"] 18:51:39 ---> Running in 36d9ce8a4be9 18:51:40 Removing intermediate container 36d9ce8a4be9 18:51:40 ---> ba51cb2c3174 18:51:40 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:51:40 ---> Running in 3986025e3388 18:51:40 Removing intermediate container 3986025e3388 18:51:40 ---> 5c79b03f78b8 18:51:40 Step 22/24 : LABEL arch=arm64 18:51:40 ---> Running in 2bd88714ebdb 18:51:41 Removing intermediate container 2bd88714ebdb 18:51:41 ---> b690b980c922 18:51:41 Step 23/24 : LABEL git_sha=b539d53e361b45df754d5f6b6c635d8034b0d765 18:51:41 ---> Running in b43850eb2062 18:51:42 Removing intermediate container b43850eb2062 18:51:42 ---> 39a139f8e266 18:51:42 Step 24/24 : LABEL version=0.0.0 18:51:42 ---> Running in 006f87bd6d43 18:51:42 Removing intermediate container 006f87bd6d43 18:51:42 ---> 5ca0fb8996ab 18:51:42 [Warning] One or more build-args [ARCH] were not consumed 18:51:42 Successfully built 5ca0fb8996ab 18:51:42 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 18:51:44 provisioning config files... 18:51:44 copy managed file [device-sdk-go-codecov-token] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-582@tmp/config447096144882781534tmp [Pipeline] { [Pipeline] sh 18:51:44 + curl -s https://codecov.io/bash 18:51:44 + bash -s - -t @/w/workspace/dgexfoundry_device-sdk-go_PR-582@tmp/config447096144882781534tmp [Pipeline] } 18:51:45 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 18:51:47 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 18:51:48 ---> package-listing.sh 18:51:48 ++ facter osfamily 18:51:48 ++ tr '[:upper:]' '[:lower:]' 18:51:48 + OS_FAMILY=redhat 18:51:48 + workspace=/w/workspace/dgexfoundry_device-sdk-go_PR-582 18:51:48 + START_PACKAGES=/tmp/packages_start.txt 18:51:48 + END_PACKAGES=/tmp/packages_end.txt 18:51:48 + DIFF_PACKAGES=/tmp/packages_diff.txt 18:51:48 + PACKAGES=/tmp/packages_start.txt 18:51:48 + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-582 ']' 18:51:48 + PACKAGES=/tmp/packages_end.txt 18:51:48 + case "${OS_FAMILY}" in 18:51:48 + rpm -qa 18:51:48 + sort 18:51:52 + '[' -f /tmp/packages_start.txt ']' 18:51:52 + '[' -f /tmp/packages_end.txt ']' 18:51:52 + diff /tmp/packages_start.txt /tmp/packages_end.txt 18:51:52 + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-582 ']' 18:51:52 + mkdir -p /w/workspace/dgexfoundry_device-sdk-go_PR-582/archives/ 18:51:52 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dgexfoundry_device-sdk-go_PR-582/archives/ [Pipeline] isUnix [Pipeline] sh 18:51:53 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 18:51:53 18:51:53 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 18:51:53 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 18:51:53 alpine: Pulling from edgex-lftools-log-publisher 18:51:53 df20fa9351a1: Pulling fs layer 18:51:53 36b3adc4ff6f: Pulling fs layer 18:51:53 8ad3a11d3b57: Pulling fs layer 18:51:53 46f8f816bc3b: Pulling fs layer 18:51:53 0dadc02b9964: Pulling fs layer 18:51:53 ce6a7cf60c04: Pulling fs layer 18:51:53 7a184a31f384: Pulling fs layer 18:51:53 0879bd2ef858: Pulling fs layer 18:51:53 46f8f816bc3b: Waiting 18:51:53 0dadc02b9964: Waiting 18:51:53 ce6a7cf60c04: Waiting 18:51:53 7a184a31f384: Waiting 18:51:53 36b3adc4ff6f: Verifying Checksum 18:51:53 36b3adc4ff6f: Download complete 18:51:53 46f8f816bc3b: Verifying Checksum 18:51:53 46f8f816bc3b: Download complete 18:51:53 0dadc02b9964: Verifying Checksum 18:51:53 0dadc02b9964: Download complete 18:51:53 ce6a7cf60c04: Verifying Checksum 18:51:53 ce6a7cf60c04: Download complete 18:51:53 df20fa9351a1: Verifying Checksum 18:51:53 df20fa9351a1: Download complete 18:51:53 7a184a31f384: Verifying Checksum 18:51:53 7a184a31f384: Download complete 18:51:54 8ad3a11d3b57: Verifying Checksum 18:51:54 8ad3a11d3b57: Download complete 18:51:54 df20fa9351a1: Pull complete 18:51:54 36b3adc4ff6f: Pull complete 18:51:54 8ad3a11d3b57: Pull complete 18:51:54 0879bd2ef858: Verifying Checksum 18:51:54 0879bd2ef858: Download complete 18:51:54 46f8f816bc3b: Pull complete 18:51:55 0dadc02b9964: Pull complete 18:51:55 ce6a7cf60c04: Pull complete 18:51:55 7a184a31f384: Pull complete 18:51:58 0879bd2ef858: Pull complete 18:51:58 Digest: sha256:6a0b98a82ad2e848da155b214a5d490c0357af837e10dd363e416ea0d50debb0 18:51:58 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 18:51:58 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 18:51:58 prd-centos7-docker-4c-2g-43364 does not seem to be running inside a container 18:51:58 $ 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-582 -v /w/workspace/dgexfoundry_device-sdk-go_PR-582:/w/workspace/dgexfoundry_device-sdk-go_PR-582:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_PR-582@tmp:/w/workspace/dgexfoundry_device-sdk-go_PR-582@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 18:52:03 $ docker top e8e90e01f74ded8c4b6933da3ccc542227a9b80d9a012164b1931516313bd761 -eo pid,comm [Pipeline] { [Pipeline] sh 18:52:03 + mkdir -p /var/log/sa [Pipeline] sh 18:52:03 + ls /var/log/sa-host 18:52:03 + sadf -c /var/log/sa-host/sa05 18:52:03 file_magic: OK 18:52:03 HZ: Using current value: 100 18:52:03 file_header: OK 18:52:03 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 18:52:03 Statistics: 18:52:03 Hnuu...uuuununununu...Hnuu...uuuununununu... 18:52:03 File successfully converted to sysstat format version 12.2.1 18:52:03 + sadf -c /var/log/sa-host/sa15 18:52:03 file_magic: OK 18:52:03 HZ: Using current value: 100 18:52:03 file_header: OK 18:52:03 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 18:52:03 Statistics: 18:52:03 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 18:52:03 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 18:52:03 provisioning config files... 18:52:03 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-582@tmp/config2918662202590283755tmp [Pipeline] { [Pipeline] echo 18:52:04 Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 18:52:04 ---> create-netrc.sh [Pipeline] echo 18:52:04 Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 18:52:04 ---> logs-deploy.sh 18:52:04 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/PR-582/6 18:52:04 INFO: archiving workspace using pattern(s): 18:52:06 Archives upload complete. 18:52:06 INFO: archiving logs to Nexus