Branch indexing Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 245068c04ff2830f60caa5933c53c336b25cd27b+acdd4826cae80a3b8a1f7d698808ff3080e1060b (d4be06a458b0ffaf341ed200f25dc9d88b503aaf) 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-43363 in /w/workspace/dgexfoundry_device-sdk-go_PR-584 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository git@github.com:edgexfoundry/device-sdk-go.git Fetching without tags > git init /w/workspace/dgexfoundry_device-sdk-go_PR-584 # 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/584/head:refs/remotes/origin/PR-584 +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/584/head:refs/remotes/origin/PR-584 # 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/584/head:refs/remotes/origin/PR-584 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit acdd4826cae80a3b8a1f7d698808ff3080e1060b into PR head commit 245068c04ff2830f60caa5933c53c336b25cd27b Merge succeeded, producing adba7342fcd8fa32f28f5a6d726939578d7cb8b8 Checking out Revision adba7342fcd8fa32f28f5a6d726939578d7cb8b8 (PR-584) > git config core.sparsecheckout # timeout=10 > git checkout -f 245068c04ff2830f60caa5933c53c336b25cd27b # 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 adba7342fcd8fa32f28f5a6d726939578d7cb8b8 # timeout=10 Commit message: "Merge commit 'acdd4826cae80a3b8a1f7d698808ff3080e1060b' into HEAD" > git rev-list --no-walk 245068c04ff2830f60caa5933c53c336b25cd27b # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 18:42:56 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 18:42:57 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 18:42:57 ========================================================= 18:42:57 EdgeX Global Pipelines Version Info 18:42:57 ========================================================= [Pipeline] libraryResource [Pipeline] sh 18:42:59 ------------------- 18:42:59 stable info: 18:42:59 ------------------- 18:42:59 Commited By: Emilio Reyes emilio.reyes@intel.com 18:42:59 Commit SHA: 4bf0f353ab0057b6d66f3aea763faef2da6a0c79 18:42:59 Message: update stable to v1.0.119 18:43:00 ------------------- 18:43:00 experimental info: 18:43:00 ------------------- 18:43:00 Commited By: **** collab-it+edgex@linuxfoundation.org 18:43:00 Commit SHA: 7909e789ffc0fecf34d47f501ec8db0a80105338 18:43:00 Message: update experimental to v1.0.122 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo 18:43:00 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-go-settings [Pipeline] echo 18:43:00 [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-go [Pipeline] echo 18:43:00 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 18:43:00 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 18:43:01 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 18:43:01 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 18:43:01 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 18:43:01 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 18:43:01 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = example/cmd/device-simple/Dockerfile [Pipeline] echo 18:43:01 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 18:43:01 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 18:43:01 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-sdk-simple [Pipeline] echo 18:43:01 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 18:43:02 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 18:43:02 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 18:43:02 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 18:43:02 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 18:43:02 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 18:43:02 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 18:43:02 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 18:43:02 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 18:43:02 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 18:43:02 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-584 [Pipeline] echo 18:43:02 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-584 [Pipeline] echo 18:43:03 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-584 [Pipeline] echo 18:43:03 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = adba7342fcd8fa32f28f5a6d726939578d7cb8b8 [Pipeline] echo 18:43:03 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = adba734 [Pipeline] echo 18:43:03 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 18:43:04 + git log --format=format:%s -1 adba7342fcd8fa32f28f5a6d726939578d7cb8b8 [Pipeline] echo 18:43:04 GIT_COMMIT: adba7342fcd8fa32f28f5a6d726939578d7cb8b8, Commit Message: Merge commit 'acdd4826cae80a3b8a1f7d698808ff3080e1060b' into HEAD [Pipeline] echo 18:43:04 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 18:43:04 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 18:43:05 18:43:05 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 18:43:05 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 18:43:05 latest: Pulling from edgex-devops/git-semver 18:43:05 31603596830f: Pulling fs layer 18:43:05 2a8b12db71e7: Pulling fs layer 18:43:05 6ca5941a6612: Pulling fs layer 18:43:05 ecc8261a40a4: Pulling fs layer 18:43:05 ecc8261a40a4: Waiting 18:43:05 2a8b12db71e7: Verifying Checksum 18:43:05 2a8b12db71e7: Download complete 18:43:05 31603596830f: Download complete 18:43:05 ecc8261a40a4: Verifying Checksum 18:43:05 ecc8261a40a4: Download complete 18:43:05 6ca5941a6612: Verifying Checksum 18:43:05 6ca5941a6612: Download complete 18:43:06 31603596830f: Pull complete 18:43:06 2a8b12db71e7: Pull complete 18:43:07 6ca5941a6612: Pull complete 18:43:07 ecc8261a40a4: Pull complete 18:43:07 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 18:43:07 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 18:43:07 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 18:43:08 prd-centos7-docker-4c-2g-43363 does not seem to be running inside a container 18:43:08 $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-sdk-go_PR-584 -v /w/workspace/dgexfoundry_device-sdk-go_PR-584:/w/workspace/dgexfoundry_device-sdk-go_PR-584:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_PR-584@tmp:/w/workspace/dgexfoundry_device-sdk-go_PR-584@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:09 $ docker top de41445d20806219e8b4c8e0c5d262d2c98119e11dc1df7bf3f6d8455929ebcd -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 18:43:10 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 18:43:10 [ssh-agent] Looking for ssh-agent implementation... 18:43:10 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 18:43:10 $ docker exec de41445d20806219e8b4c8e0c5d262d2c98119e11dc1df7bf3f6d8455929ebcd ssh-agent 18:43:10 SSH_AUTH_SOCK=/tmp/ssh-FhipYKnaUPKp/agent.12 18:43:10 SSH_AGENT_PID=17 18:43:10 Running ssh-add (command line suppressed) 18:43:10 Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-584@tmp/private_key_617988185377613981.key (/w/workspace/dgexfoundry_device-sdk-go_PR-584@tmp/private_key_617988185377613981.key) 18:43:10 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 18:43:11 + git describe --exact-match --tags HEAD 18:43:11 fatal: No names found, cannot describe anything. [Pipeline] } 18:43:11 $ docker exec --env ******** --env ******** de41445d20806219e8b4c8e0c5d262d2c98119e11dc1df7bf3f6d8455929ebcd ssh-agent -k 18:43:11 unset SSH_AUTH_SOCK; 18:43:11 unset SSH_AGENT_PID; 18:43:11 echo Agent pid 17 killed; 18:43:11 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo 18:43:11 [edgeXSemver]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 18:43:11 This usually means this commit has not been tagged. [Pipeline] sshagent 18:43:11 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 18:43:11 [ssh-agent] Looking for ssh-agent implementation... 18:43:11 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 18:43:11 $ docker exec de41445d20806219e8b4c8e0c5d262d2c98119e11dc1df7bf3f6d8455929ebcd ssh-agent 18:43:12 SSH_AUTH_SOCK=/tmp/ssh-5301lpOqrQVX/agent.47 18:43:12 SSH_AGENT_PID=52 18:43:12 Running ssh-add (command line suppressed) 18:43:12 Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-584@tmp/private_key_8686130133460025482.key (/w/workspace/dgexfoundry_device-sdk-go_PR-584@tmp/private_key_8686130133460025482.key) 18:43:12 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 18:43:12 + git semver init 18:43:12 # -> Open(): unable to determine branch for HEAD 18:43:12 # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-584/.git 18:43:12 # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_PR-584 18:43:12 # $SEMVER_REMOTE_NAME = origin 18:43:12 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 18:43:12 # $SEMVER_USER_NAME = edgex-jenkins 18:43:12 # $SEMVER_BRANCH = PR-584 18:43:12 # $SEMVER_TEMP = /tmp/semver-778846977 18:43:12 # git clone --branch semver git@github.com:edgexfoundry/device-sdk-go.git $SEMVER_TEMP 18:43:13 # '/tmp/semver-778846977' -> '/w/workspace/dgexfoundry_device-sdk-go_PR-584/.semver' 18:43:13 # -> Force: false 18:43:13 # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-584/.semver [Pipeline] } 18:43:13 $ docker exec --env ******** --env ******** de41445d20806219e8b4c8e0c5d262d2c98119e11dc1df7bf3f6d8455929ebcd ssh-agent -k 18:43:13 unset SSH_AUTH_SOCK; 18:43:13 unset SSH_AGENT_PID; 18:43:13 echo Agent pid 52 killed; 18:43:13 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 18:43:13 + git semver [Pipeline] } 18:43:13 $ docker stop --time=1 de41445d20806219e8b4c8e0c5d262d2c98119e11dc1df7bf3f6d8455929ebcd 18:43:15 $ docker rm -f de41445d20806219e8b4c8e0c5d262d2c98119e11dc1df7bf3f6d8455929ebcd [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash 18:43:15 Stashed 36 file(s) [Pipeline] echo 18:43:15 [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] echo 18:43:16 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:43:31 Still waiting to schedule task 18:43:31 Waiting for next available executor on ‘centos7-docker-4c-2g’ 18:43:31 Still waiting to schedule task 18:43:31 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 18:45:21 Running on prd-centos7-docker-4c-2g-43371 in /w/workspace/dgexfoundry_device-sdk-go_PR-584 [Pipeline] { [Pipeline] ws 18:45:21 Running in /w/workspace/device-sdk-go/6 [Pipeline] { [Pipeline] checkout 18:45:23 using credential edgex-jenkins-ssh 18:45:23 Cloning the remote Git repository 18:45:23 Cloning with configured refspecs honoured and without tags 18:45:23 Cloning repository git@github.com:edgexfoundry/device-sdk-go.git 18:45:23 > git init /w/workspace/device-sdk-go/6 # timeout=10 18:45:23 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 18:45:23 > git --version # timeout=10 18:45:24 > git --version # 'git version 2.16.5' 18:45:24 using GIT_SSH to set credentials SSH Credentials for GitHub 18:45:25 Fetching without tags 18:45:24 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/584/head:refs/remotes/origin/PR-584 +refs/heads/master:refs/remotes/origin/master # timeout=10 18:45:25 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 18:45:25 > git config --add remote.origin.fetch +refs/pull/584/head:refs/remotes/origin/PR-584 # timeout=10 18:45:25 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 18:45:25 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 18:45:25 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 18:45:25 using GIT_SSH to set credentials SSH Credentials for GitHub 18:45:25 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/584/head:refs/remotes/origin/PR-584 +refs/heads/master:refs/remotes/origin/master # timeout=10 18:45:26 Merging remotes/origin/master commit acdd4826cae80a3b8a1f7d698808ff3080e1060b into PR head commit 245068c04ff2830f60caa5933c53c336b25cd27b 18:45:26 Merge succeeded, producing a8645a0135f538bcd0a3aa2c4837ca3517e163e9 18:45:26 Checking out Revision a8645a0135f538bcd0a3aa2c4837ca3517e163e9 (PR-584) 18:45:26 > git config core.sparsecheckout # timeout=10 18:45:26 > git checkout -f 245068c04ff2830f60caa5933c53c336b25cd27b # timeout=10 18:45:26 > git remote # timeout=10 18:45:26 > git config --get remote.origin.url # timeout=10 18:45:26 using GIT_SSH to set credentials SSH Credentials for GitHub 18:45:26 > git merge acdd4826cae80a3b8a1f7d698808ff3080e1060b # timeout=10 18:45:26 > git rev-parse HEAD^{commit} # timeout=10 18:45:26 > git config core.sparsecheckout # timeout=10 18:45:26 > git checkout -f a8645a0135f538bcd0a3aa2c4837ca3517e163e9 # timeout=10 18:45:30 Commit message: "Merge commit 'acdd4826cae80a3b8a1f7d698808ff3080e1060b' into HEAD" 18:45:30 > git rev-list --no-walk 245068c04ff2830f60caa5933c53c336b25cd27b # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 18:45:31 ========================================================= 18:45:31 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 18:45:31 ========================================================= [Pipeline] isUnix [Pipeline] sh 18:45:31 + 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:31 Sending build context to Docker daemon 3.167MB 18:45:31 Step 1/8 : ARG BASE=golang:1.15-alpine 18:45:31 Step 2/8 : FROM ${BASE} 18:45:32 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 18:45:32 df20fa9351a1: Pulling fs layer 18:45:32 ed8968b2872e: Pulling fs layer 18:45:32 a92cc7c5fd73: Pulling fs layer 18:45:32 e871e8e8d7a9: Pulling fs layer 18:45:32 e73272ec9a57: Pulling fs layer 18:45:32 1e910a182e73: Pulling fs layer 18:45:32 4e634b169226: Pulling fs layer 18:45:32 e73272ec9a57: Waiting 18:45:32 1e910a182e73: Waiting 18:45:32 4e634b169226: Waiting 18:45:32 e871e8e8d7a9: Waiting 18:45:32 a92cc7c5fd73: Verifying Checksum 18:45:32 a92cc7c5fd73: Download complete 18:45:32 ed8968b2872e: Verifying Checksum 18:45:32 ed8968b2872e: Download complete 18:45:32 e73272ec9a57: Verifying Checksum 18:45:32 e73272ec9a57: Download complete 18:45:32 1e910a182e73: Verifying Checksum 18:45:32 1e910a182e73: Download complete 18:45:32 df20fa9351a1: Verifying Checksum 18:45:32 df20fa9351a1: Download complete 18:45:32 df20fa9351a1: Pull complete 18:45:33 ed8968b2872e: Pull complete 18:45:33 a92cc7c5fd73: Pull complete 18:45:34 4e634b169226: Verifying Checksum 18:45:34 4e634b169226: Download complete 18:45:34 e871e8e8d7a9: Verifying Checksum 18:45:34 e871e8e8d7a9: Download complete 18:45:39 e871e8e8d7a9: Pull complete 18:45:40 e73272ec9a57: Pull complete 18:45:40 1e910a182e73: Pull complete 18:45:45 4e634b169226: Pull complete 18:45:45 Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 18:45:45 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 18:45:45 ---> f7629b54cfaa 18:45:45 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 18:45:45 ---> Running in c397aed4e37b 18:45:45 Removing intermediate container c397aed4e37b 18:45:45 ---> d7b598cba3bc 18:45:45 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:45:45 ---> Running in 08d07b9825be 18:45:46 Removing intermediate container 08d07b9825be 18:45:46 ---> 04dc8925c488 18:45:46 Step 5/8 : RUN apk add --no-cache make git 18:45:46 ---> Running in dfd2a3e527e3 18:45:47 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:45:47 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:45:48 OK: 166 MiB in 39 packages 18:45:48 Removing intermediate container dfd2a3e527e3 18:45:48 ---> 12fd5f895ec6 18:45:48 Step 6/8 : WORKDIR /device-sdk-go 18:45:48 ---> Running in 52204968ccad 18:45:48 Removing intermediate container 52204968ccad 18:45:48 ---> d2a0a07cebfa 18:45:48 Step 7/8 : COPY . . 18:45:50 ---> 371d8c8f9b37 18:45:50 Step 8/8 : RUN go mod download 18:45:50 ---> Running in cf987c46820f 18:46:02 Removing intermediate container cf987c46820f 18:46:02 ---> 1e17c0cd6177 18:46:02 Successfully built 1e17c0cd6177 18:46:02 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:07 + docker inspect -f . ci-base-image-x86_64 18:46:07 . [Pipeline] withDockerContainer 18:46:07 prd-centos7-docker-4c-2g-43371 does not seem to be running inside a container 18:46:07 $ 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:09 $ docker top 46013652f000fecc671a3b220ed6cede28c6d17cbf9e8c931e6dfb03fbb38ad2 -eo pid,comm [Pipeline] { [Pipeline] sh 18:46:09 + go version 18:46:09 go version go1.15.2 linux/amd64 [Pipeline] sh 18:46:10 + make test 18:46:10 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 18:46:16 ? github.com/edgexfoundry/device-sdk-go [no test files] 18:46:31 ? github.com/edgexfoundry/device-sdk-go/example/cmd/device-simple [no test files] 18:46:31 ? github.com/edgexfoundry/device-sdk-go/example/driver [no test files] 18:46:31 ? github.com/edgexfoundry/device-sdk-go/internal/autodiscovery [no test files] 18:46:31 ok github.com/edgexfoundry/device-sdk-go/internal/autoevent 0.031s coverage: 21.0% of statements 18:46:31 ok github.com/edgexfoundry/device-sdk-go/internal/cache 0.401s coverage: 95.7% of statements 18:46:39 Running on prd-ubuntu18.04-docker-arm64-4c-16g-43373 in /w/workspace/dgexfoundry_device-sdk-go_PR-584 [Pipeline] { [Pipeline] ws 18:46:39 Running in /w/workspace/device-sdk-go/6 [Pipeline] { [Pipeline] checkout 18:46:44 using credential edgex-jenkins-ssh 18:46:44 Cloning the remote Git repository 18:46:44 Cloning with configured refspecs honoured and without tags 18:46:44 Cloning repository git@github.com:edgexfoundry/device-sdk-go.git 18:46:44 > git init /w/workspace/device-sdk-go/6 # timeout=10 18:46:44 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 18:46:44 > git --version # timeout=10 18:46:44 > git --version # 'git version 2.17.1' 18:46:44 using GIT_SSH to set credentials SSH Credentials for GitHub 18:46:45 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/584/head:refs/remotes/origin/PR-584 +refs/heads/master:refs/remotes/origin/master # timeout=10 18:46:46 Fetching without tags 18:46:46 Merging remotes/origin/master commit acdd4826cae80a3b8a1f7d698808ff3080e1060b into PR head commit 245068c04ff2830f60caa5933c53c336b25cd27b 18:46:46 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 18:46:46 > git config --add remote.origin.fetch +refs/pull/584/head:refs/remotes/origin/PR-584 # timeout=10 18:46:46 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 18:46:46 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 18:46:46 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 18:46:46 using GIT_SSH to set credentials SSH Credentials for GitHub 18:46:46 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/584/head:refs/remotes/origin/PR-584 +refs/heads/master:refs/remotes/origin/master # timeout=10 18:46:46 > git config core.sparsecheckout # timeout=10 18:46:46 > git checkout -f 245068c04ff2830f60caa5933c53c336b25cd27b # timeout=10 18:46:46 > git remote # timeout=10 18:46:46 > git config --get remote.origin.url # timeout=10 18:46:47 Merge succeeded, producing 11c350e95ce5a8dbf13eb8c4862456be9a99b883 18:46:47 Checking out Revision 11c350e95ce5a8dbf13eb8c4862456be9a99b883 (PR-584) 18:46:46 using GIT_SSH to set credentials SSH Credentials for GitHub 18:46:46 > git merge acdd4826cae80a3b8a1f7d698808ff3080e1060b # timeout=10 18:46:46 > git rev-parse HEAD^{commit} # timeout=10 18:46:47 > git config core.sparsecheckout # timeout=10 18:46:47 > git checkout -f 11c350e95ce5a8dbf13eb8c4862456be9a99b883 # timeout=10 18:46:51 Commit message: "Merge commit 'acdd4826cae80a3b8a1f7d698808ff3080e1060b' into HEAD" 18:46:51 > git rev-list --no-walk 245068c04ff2830f60caa5933c53c336b25cd27b # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 18:46:52 ========================================================= 18:46:52 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 18:46:52 ========================================================= [Pipeline] isUnix [Pipeline] sh 18:46:53 + 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:46:54 Sending build context to Docker daemon 3.169MB 18:46:54 Step 1/8 : ARG BASE=golang:1.15-alpine 18:46:54 Step 2/8 : FROM ${BASE} 18:46:55 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 18:46:55 b538f80385f9: Pulling fs layer 18:46:55 74f711af9a0d: Pulling fs layer 18:46:55 99f96fe45779: Pulling fs layer 18:46:55 8529a6b9a6be: Pulling fs layer 18:46:55 45590311c82a: Pulling fs layer 18:46:55 69ca0ff8b7b3: Pulling fs layer 18:46:55 209524e5b208: Pulling fs layer 18:46:55 8529a6b9a6be: Waiting 18:46:55 45590311c82a: Waiting 18:46:55 69ca0ff8b7b3: Waiting 18:46:55 209524e5b208: Waiting 18:46:55 99f96fe45779: Verifying Checksum 18:46:55 99f96fe45779: Download complete 18:46:55 74f711af9a0d: Verifying Checksum 18:46:55 74f711af9a0d: Download complete 18:46:55 45590311c82a: Verifying Checksum 18:46:55 45590311c82a: Download complete 18:46:55 69ca0ff8b7b3: Verifying Checksum 18:46:55 69ca0ff8b7b3: Download complete 18:46:55 b538f80385f9: Verifying Checksum 18:46:55 b538f80385f9: Download complete 18:46:56 b538f80385f9: Pull complete 18:46:57 74f711af9a0d: Pull complete 18:46:57 99f96fe45779: Pull complete 18:46:58 209524e5b208: Verifying Checksum 18:46:58 209524e5b208: Download complete 18:46:58 8529a6b9a6be: Verifying Checksum 18:46:58 8529a6b9a6be: Download complete 18:47:03 ok github.com/edgexfoundry/device-sdk-go/internal/clients 30.033s coverage: 8.6% of statements 18:47:03 ok github.com/edgexfoundry/device-sdk-go/internal/common 0.036s coverage: 21.7% of statements 18:47:03 ? github.com/edgexfoundry/device-sdk-go/internal/container [no test files] 18:47:03 ok github.com/edgexfoundry/device-sdk-go/internal/controller 0.179s coverage: 37.0% of statements 18:47:03 ? github.com/edgexfoundry/device-sdk-go/internal/controller/correlation [no test files] 18:47:03 ok github.com/edgexfoundry/device-sdk-go/internal/handler 0.257s coverage: 65.4% of statements 18:47:03 ? github.com/edgexfoundry/device-sdk-go/internal/handler/callback [no test files] 18:47:03 ? github.com/edgexfoundry/device-sdk-go/internal/mock [no test files] 18:47:03 ? github.com/edgexfoundry/device-sdk-go/internal/provision [no test files] 18:47:03 ok github.com/edgexfoundry/device-sdk-go/internal/transformer 0.116s coverage: 52.6% of statements 18:47:03 ok github.com/edgexfoundry/device-sdk-go/pkg/models 2.333s coverage: 68.9% of statements 18:47:03 ? github.com/edgexfoundry/device-sdk-go/pkg/service [no test files] 18:47:03 ? github.com/edgexfoundry/device-sdk-go/pkg/startup [no test files] 18:47:03 GO111MODULE=on go vet ./... 18:47:09 gofmt -l . 18:47:09 [ "`gofmt -l .`" = "" ] 18:47:09 ./bin/test-attribution-txt.sh 18:47:09 8529a6b9a6be: Pull complete 18:47:09 45590311c82a: Pull complete 18:47:09 69ca0ff8b7b3: Pull complete 18:47:09 ./bin/test-go-mod-tidy.sh [Pipeline] stash 18:47:10 Stashed 1 file(s) [Pipeline] } 18:47:10 $ docker stop --time=1 46013652f000fecc671a3b220ed6cede28c6d17cbf9e8c931e6dfb03fbb38ad2 18:47:12 $ docker rm -f 46013652f000fecc671a3b220ed6cede28c6d17cbf9e8c931e6dfb03fbb38ad2 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { 18:47:13 209524e5b208: Pull complete 18:47:13 Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 18:47:13 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 18:47:13 ---> 5bddaf1c2fca 18:47:13 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [Pipeline] sh 18:47:13 + sudo chown -R jenkins:jenkins . [Pipeline] sh 18:47:14 + ls -al . 18:47:14 total 188 18:47:14 drwxrwxr-x. 11 jenkins jenkins 4096 Sep 15 18:47 . 18:47:14 drwxrwxr-x. 4 jenkins jenkins 28 Sep 15 18:45 .. 18:47:14 drwxrwxr-x. 2 jenkins jenkins 64 Sep 15 18:45 bin 18:47:14 -rw-r--r--. 1 jenkins jenkins 111785 Sep 15 18:47 coverage.out 18:47:14 -rw-rw-r--. 1 jenkins jenkins 936 Sep 15 18:45 Dockerfile.build 18:47:14 -rw-rw-r--. 1 jenkins jenkins 140 Sep 15 18:45 .dockerignore 18:47:14 drwxrwxr-x. 4 jenkins jenkins 48 Sep 15 18:45 example 18:47:14 drwxrwxr-x. 8 jenkins jenkins 179 Sep 15 18:45 .git 18:47:14 drwxrwxr-x. 2 jenkins jenkins 60 Sep 15 18:45 .github 18:47:14 -rw-rw-r--. 1 jenkins jenkins 138 Sep 15 18:45 .gitignore 18:47:14 -rw-r--r--. 1 jenkins jenkins 446 Sep 15 18:47 go.mod 18:47:14 -rw-r--r--. 1 jenkins jenkins 12264 Sep 15 18:47 go.sum 18:47:14 drwxrwxr-x. 13 jenkins jenkins 184 Sep 15 18:45 internal 18:47:14 -rw-rw-r--. 1 jenkins jenkins 785 Sep 15 18:45 Jenkinsfile 18:47:14 -rw-rw-r--. 1 jenkins jenkins 11341 Sep 15 18:45 LICENSE 18:47:14 -rw-rw-r--. 1 jenkins jenkins 1013 Sep 15 18:45 Makefile 18:47:14 drwxrwxr-x. 4 jenkins jenkins 26 Sep 15 18:45 openapi 18:47:14 drwxrwxr-x. 5 jenkins jenkins 50 Sep 15 18:45 pkg 18:47:14 -rw-rw-r--. 1 jenkins jenkins 5897 Sep 15 18:45 README.md 18:47:14 -rw-rw-r--. 1 jenkins jenkins 4291 Sep 15 18:45 RELEASE-NOTES.txt 18:47:14 drwxrwxr-x. 3 jenkins jenkins 58 Sep 15 18:45 .semver 18:47:14 drwxrwxr-x. 4 jenkins jenkins 54 Sep 15 18:45 snap 18:47:14 -rw-rw-r--. 1 jenkins jenkins 5 Sep 15 18:43 VERSION 18:47:14 -rw-rw-r--. 1 jenkins jenkins 222 Sep 15 18:45 version.go [Pipeline] isUnix [Pipeline] sh 18:47: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=adba7342fcd8fa32f28f5a6d726939578d7cb8b8 --label arch=amd64 --label version=0.0.0 . 18:47:14 Sending build context to Docker daemon 3.28MB 18:47:14 Step 1/24 : ARG BASE=golang:1.15-alpine 18:47:14 Step 2/24 : FROM ${BASE} AS builder 18:47:14 ---> 1e17c0cd6177 18:47:14 Step 3/24 : ARG MAKE='make build' 18:47:15 ---> Running in 7d503ba4c1ab 18:47:15 Removing intermediate container 7d503ba4c1ab 18:47:15 ---> 5310876fd77a 18:47:15 Step 4/24 : WORKDIR /device-sdk-go 18:47:15 ---> Running in 13cdf208a523 18:47:15 Removing intermediate container 13cdf208a523 18:47:15 ---> 9ff29e9c54b9 18:47:15 Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 18:47:15 ---> Running in d6d363e6fb9c 18:47:15 Removing intermediate container d6d363e6fb9c 18:47:15 ---> 3a8847b1875f 18:47:15 Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:47:16 ---> Running in 87b36a3e3248 18:47:16 ---> Running in 169c38586d7a 18:47:16 Removing intermediate container 169c38586d7a 18:47:16 ---> fbc3bb672d42 18:47:16 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:47:16 ---> Running in 5a75baf49a91 18:47:17 Removing intermediate container 87b36a3e3248 18:47:17 ---> ae1ec51dda15 18:47:17 Step 7/24 : RUN apk add --update --no-cache make git 18:47:17 ---> Running in 1feafc06f646 18:47:17 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:47:18 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:47:18 OK: 166 MiB in 39 packages 18:47:19 Removing intermediate container 1feafc06f646 18:47:19 ---> e008a8c983f8 18:47:19 Step 8/24 : COPY . . 18:47:19 Removing intermediate container 5a75baf49a91 18:47:19 ---> 091e881de0cf 18:47:19 Step 5/8 : RUN apk add --no-cache make git 18:47:19 ---> Running in 94ee9a0782d1 18:47:20 ---> ed021282d049 18:47:20 Step 9/24 : RUN ${MAKE} 18:47:20 ---> Running in 5bc038a57a20 18:47:20 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:47:21 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:47:21 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:47:22 OK: 142 MiB in 39 packages 18:47:23 Removing intermediate container 94ee9a0782d1 18:47:23 ---> f66cd8981fcb 18:47:23 Step 6/8 : WORKDIR /device-sdk-go 18:47:23 ---> Running in 305fea877503 18:47:24 Removing intermediate container 305fea877503 18:47:24 ---> 03552239a814 18:47:24 Step 7/8 : COPY . . 18:47:26 ---> 47a83743f971 18:47:26 Step 8/8 : RUN go mod download 18:47:26 ---> Running in db1db818d2e5 18:47:29 CGO_ENABLED=0 GO111MODULE=on go install -tags=safe 18:47:30 Removing intermediate container 5bc038a57a20 18:47:30 ---> 62f4ef1b2057 18:47:30 Step 10/24 : FROM scratch 18:47:30 ---> 18:47:30 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 18:47:30 ---> Running in a49cc49f4a72 18:47:30 Removing intermediate container a49cc49f4a72 18:47:30 ---> 172799ece7a4 18:47:30 Step 12/24 : ENV APP_PORT=49990 18:47:30 ---> Running in 023427c71ad3 18:47:30 Removing intermediate container 023427c71ad3 18:47:30 ---> ee9a83ae3165 18:47:30 Step 13/24 : EXPOSE $APP_PORT 18:47:30 ---> Running in da26482bf70b 18:47:30 Removing intermediate container da26482bf70b 18:47:30 ---> 51e873bfc39b 18:47:30 Step 14/24 : WORKDIR / 18:47:30 ---> Running in 5a4a2eb8c97e 18:47:30 Removing intermediate container 5a4a2eb8c97e 18:47:30 ---> 43094afe4a00 18:47:30 Step 15/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple 18:47:31 ---> d152883ab4a8 18:47:31 Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml 18:47:31 ---> 5bac7ccb0fe4 18:47:31 Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml 18:47:31 ---> 2285f556d920 18:47:31 Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png 18:47:31 ---> a7170d0d1428 18:47:31 Step 19/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg 18:47:32 ---> 57a90a8f9ea2 18:47:32 Step 20/24 : ENTRYPOINT ["/usr/local/bin/device-simple"] 18:47:32 ---> Running in 545d901d7b16 18:47:32 Removing intermediate container 545d901d7b16 18:47:32 ---> 22f83aaa6ee3 18:47:32 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:47:32 ---> Running in 52d7528a6328 18:47:32 Removing intermediate container 52d7528a6328 18:47:32 ---> 464b72ed3384 18:47:32 Step 22/24 : LABEL arch=amd64 18:47:32 ---> Running in 03ced115ff88 18:47:32 Removing intermediate container 03ced115ff88 18:47:32 ---> 17ed88ae45f0 18:47:32 Step 23/24 : LABEL git_sha=adba7342fcd8fa32f28f5a6d726939578d7cb8b8 18:47:32 ---> Running in 01a87427c5a3 18:47:32 Removing intermediate container 01a87427c5a3 18:47:32 ---> 38b941aea692 18:47:32 Step 24/24 : LABEL version=0.0.0 18:47:32 ---> Running in 78e335364448 18:47:33 Removing intermediate container 78e335364448 18:47:33 ---> 11745ff0a34e 18:47:33 [Warning] One or more build-args [ARCH] were not consumed 18:47:33 Successfully built 11745ff0a34e 18:47:33 Successfully tagged docker-device-sdk-simple:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 18:47:41 Removing intermediate container db1db818d2e5 18:47:41 ---> 6cb55d167d81 18:47:41 Successfully built 6cb55d167d81 18:47:41 Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 18:47:41 + docker inspect -f . ci-base-image-arm64 18:47:41 . [Pipeline] withDockerContainer 18:47:42 prd-ubuntu18.04-docker-arm64-4c-16g-43373 does not seem to be running inside a container 18:47:42 $ 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 ******** -e ******** ci-base-image-arm64 cat 18:47:44 $ docker top 7992924b8841dd3b4bfdf1bcb2c3452b4839444f6360ae9bbf5333f78c9e9d18 -eo pid,comm [Pipeline] { [Pipeline] sh 18:47:45 + go version 18:47:45 go version go1.15.2 linux/arm64 [Pipeline] sh 18:47:46 + make test 18:47:46 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 18:48:08 ? github.com/edgexfoundry/device-sdk-go [no test files] 18:48:48 ? github.com/edgexfoundry/device-sdk-go/example/cmd/device-simple [no test files] 18:48:48 ? github.com/edgexfoundry/device-sdk-go/example/driver [no test files] 18:48:48 ? github.com/edgexfoundry/device-sdk-go/internal/autodiscovery [no test files] 18:48:48 ok github.com/edgexfoundry/device-sdk-go/internal/autoevent 0.110s coverage: 21.0% of statements 18:48:50 ok github.com/edgexfoundry/device-sdk-go/internal/cache 1.262s coverage: 95.7% of statements 18:49:23 ok github.com/edgexfoundry/device-sdk-go/internal/clients 30.058s coverage: 8.6% of statements 18:49:23 ok github.com/edgexfoundry/device-sdk-go/internal/common 0.059s coverage: 21.7% of statements 18:49:23 ? github.com/edgexfoundry/device-sdk-go/internal/container [no test files] 18:49:23 ok github.com/edgexfoundry/device-sdk-go/internal/controller 0.549s coverage: 37.0% of statements 18:49:23 ? github.com/edgexfoundry/device-sdk-go/internal/controller/correlation [no test files] 18:49:23 ok github.com/edgexfoundry/device-sdk-go/internal/handler 0.720s coverage: 65.4% of statements 18:49:23 ? github.com/edgexfoundry/device-sdk-go/internal/handler/callback [no test files] 18:49:23 ? github.com/edgexfoundry/device-sdk-go/internal/mock [no test files] 18:49:23 ? github.com/edgexfoundry/device-sdk-go/internal/provision [no test files] 18:49:23 ok github.com/edgexfoundry/device-sdk-go/internal/transformer 0.265s coverage: 52.6% of statements 18:49:23 ok github.com/edgexfoundry/device-sdk-go/pkg/models 5.842s coverage: 68.9% of statements 18:49:23 ? github.com/edgexfoundry/device-sdk-go/pkg/service [no test files] 18:49:23 ? github.com/edgexfoundry/device-sdk-go/pkg/startup [no test files] 18:49:23 GO111MODULE=on go vet ./... 18:49:49 gofmt -l . 18:49:49 [ "`gofmt -l .`" = "" ] 18:49:49 ./bin/test-attribution-txt.sh 18:49:50 ./bin/test-go-mod-tidy.sh [Pipeline] stash 18:49:50 Warning: overwriting stash ‘coverage-report’ 18:49:51 Stashed 1 file(s) [Pipeline] } 18:49:51 $ docker stop --time=1 7992924b8841dd3b4bfdf1bcb2c3452b4839444f6360ae9bbf5333f78c9e9d18 18:49:54 $ docker rm -f 7992924b8841dd3b4bfdf1bcb2c3452b4839444f6360ae9bbf5333f78c9e9d18 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 18:49:55 + sudo chown -R jenkins:jenkins . [Pipeline] sh 18:49:55 + ls -al . 18:49:55 total 228 18:49:55 drwxrwxr-x 11 jenkins jenkins 4096 Sep 15 18:49 . 18:49:55 drwxrwxr-x 4 jenkins jenkins 4096 Sep 15 18:46 .. 18:49:55 -rw-rw-r-- 1 jenkins jenkins 140 Sep 15 18:46 .dockerignore 18:49:55 drwxrwxr-x 8 jenkins jenkins 4096 Sep 15 18:46 .git 18:49:55 drwxrwxr-x 2 jenkins jenkins 4096 Sep 15 18:46 .github 18:49:55 -rw-rw-r-- 1 jenkins jenkins 138 Sep 15 18:46 .gitignore 18:49:55 drwxrwxr-x 3 jenkins jenkins 4096 Sep 15 18:46 .semver 18:49:55 -rw-rw-r-- 1 jenkins jenkins 936 Sep 15 18:46 Dockerfile.build 18:49:55 -rw-rw-r-- 1 jenkins jenkins 785 Sep 15 18:46 Jenkinsfile 18:49:55 -rw-rw-r-- 1 jenkins jenkins 11341 Sep 15 18:46 LICENSE 18:49:55 -rw-rw-r-- 1 jenkins jenkins 1013 Sep 15 18:46 Makefile 18:49:55 -rw-rw-r-- 1 jenkins jenkins 5897 Sep 15 18:46 README.md 18:49:55 -rw-rw-r-- 1 jenkins jenkins 4291 Sep 15 18:46 RELEASE-NOTES.txt 18:49:55 -rw-rw-r-- 1 jenkins jenkins 5 Sep 15 18:43 VERSION 18:49:55 drwxrwxr-x 2 jenkins jenkins 4096 Sep 15 18:46 bin 18:49:55 -rw-r--r-- 1 jenkins jenkins 111785 Sep 15 18:49 coverage.out 18:49:55 drwxrwxr-x 4 jenkins jenkins 4096 Sep 15 18:46 example 18:49:55 -rw-r--r-- 1 jenkins jenkins 446 Sep 15 18:49 go.mod 18:49:55 -rw-r--r-- 1 jenkins jenkins 12264 Sep 15 18:49 go.sum 18:49:55 drwxrwxr-x 13 jenkins jenkins 4096 Sep 15 18:46 internal 18:49:55 drwxrwxr-x 4 jenkins jenkins 4096 Sep 15 18:46 openapi 18:49:55 drwxrwxr-x 5 jenkins jenkins 4096 Sep 15 18:46 pkg 18:49:55 drwxrwxr-x 4 jenkins jenkins 4096 Sep 15 18:46 snap 18:49:55 -rw-rw-r-- 1 jenkins jenkins 222 Sep 15 18:46 version.go [Pipeline] isUnix [Pipeline] sh 18:49: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=adba7342fcd8fa32f28f5a6d726939578d7cb8b8 --label arch=arm64 --label version=0.0.0 . 18:49:56 Sending build context to Docker daemon 3.282MB 18:49:56 Step 1/24 : ARG BASE=golang:1.15-alpine 18:49:56 Step 2/24 : FROM ${BASE} AS builder 18:49:56 ---> 6cb55d167d81 18:49:56 Step 3/24 : ARG MAKE='make build' 18:49:57 ---> Running in df85e97c1528 18:49:57 Removing intermediate container df85e97c1528 18:49:57 ---> 0410c66f0f20 18:49:57 Step 4/24 : WORKDIR /device-sdk-go 18:49:57 ---> Running in 1aeb5d3120f9 18:49:57 Removing intermediate container 1aeb5d3120f9 18:49:57 ---> 118791dd18b0 18:49:57 Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 18:49:58 ---> Running in d11418ff48f8 18:49:58 Removing intermediate container d11418ff48f8 18:49:58 ---> 3ad110ab048b 18:49:58 Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:49:58 ---> Running in 56a26c765f95 18:50:01 Removing intermediate container 56a26c765f95 18:50:01 ---> 58ef1fd7cfca 18:50:01 Step 7/24 : RUN apk add --update --no-cache make git 18:50:01 ---> Running in 84aa2ade5d17 18:50:02 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:50:03 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:50:04 OK: 142 MiB in 39 packages 18:50:05 Removing intermediate container 84aa2ade5d17 18:50:05 ---> 543a5d5801bd 18:50:05 Step 8/24 : COPY . . 18:50:07 ---> 46eeb700d2df 18:50:07 Step 9/24 : RUN ${MAKE} 18:50:07 ---> Running in ced33550ae11 18:50: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:50:30 CGO_ENABLED=0 GO111MODULE=on go install -tags=safe 18:50:32 Removing intermediate container ced33550ae11 18:50:32 ---> e421fdfe4473 18:50:32 Step 10/24 : FROM scratch 18:50:32 ---> 18:50:32 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 18:50:32 ---> Running in 21ab0a68c331 18:50:33 Removing intermediate container 21ab0a68c331 18:50:33 ---> 671d016f8468 18:50:33 Step 12/24 : ENV APP_PORT=49990 18:50:33 ---> Running in 160d12f696cb 18:50:33 Removing intermediate container 160d12f696cb 18:50:33 ---> 48739729da65 18:50:33 Step 13/24 : EXPOSE $APP_PORT 18:50:33 ---> Running in f5c2b263918e 18:50:34 Removing intermediate container f5c2b263918e 18:50:34 ---> 6a2f509e1b5c 18:50:34 Step 14/24 : WORKDIR / 18:50:34 ---> Running in 57852ac2998b 18:50:34 Removing intermediate container 57852ac2998b 18:50:34 ---> 90e01224bc04 18:50:34 Step 15/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple 18:50:35 ---> abf44772ec22 18:50:35 Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml 18:50:36 ---> 54dd3f6b7b54 18:50:36 Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml 18:50:37 ---> 75ef3792fc52 18:50:37 Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png 18:50:37 ---> fbc0025b1e15 18:50:37 Step 19/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg 18:50:38 ---> ca1e7e4bb021 18:50:38 Step 20/24 : ENTRYPOINT ["/usr/local/bin/device-simple"] 18:50:38 ---> Running in 340a8f2e7ea3 18:50:38 Removing intermediate container 340a8f2e7ea3 18:50:38 ---> 9d0ac1cb2d66 18:50:38 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:50:39 ---> Running in 77320d4f367c 18:50:39 Removing intermediate container 77320d4f367c 18:50:39 ---> 7b1937088fce 18:50:39 Step 22/24 : LABEL arch=arm64 18:50:39 ---> Running in 328753ac4852 18:50:40 Removing intermediate container 328753ac4852 18:50:40 ---> fdf334a16e97 18:50:40 Step 23/24 : LABEL git_sha=adba7342fcd8fa32f28f5a6d726939578d7cb8b8 18:50:40 ---> Running in 1a37e86b011f 18:50:40 Removing intermediate container 1a37e86b011f 18:50:40 ---> f2807976b285 18:50:40 Step 24/24 : LABEL version=0.0.0 18:50:40 ---> Running in fcdef36dad51 18:50:41 Removing intermediate container fcdef36dad51 18:50:41 ---> c939df72d167 18:50:41 [Warning] One or more build-args [ARCH] were not consumed 18:50:41 Successfully built c939df72d167 18:50:41 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:50:43 provisioning config files... 18:50:43 copy managed file [device-sdk-go-codecov-token] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-584@tmp/config2913926071572657643tmp [Pipeline] { [Pipeline] sh 18:50:43 + curl -s https://codecov.io/bash 18:50:43 + bash -s - -t @/w/workspace/dgexfoundry_device-sdk-go_PR-584@tmp/config2913926071572657643tmp [Pipeline] } 18:50:43 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:50:46 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 18:50:47 ---> package-listing.sh 18:50:47 ++ facter osfamily 18:50:47 ++ tr '[:upper:]' '[:lower:]' 18:50:47 + OS_FAMILY=redhat 18:50:47 + workspace=/w/workspace/dgexfoundry_device-sdk-go_PR-584 18:50:47 + START_PACKAGES=/tmp/packages_start.txt 18:50:47 + END_PACKAGES=/tmp/packages_end.txt 18:50:47 + DIFF_PACKAGES=/tmp/packages_diff.txt 18:50:47 + PACKAGES=/tmp/packages_start.txt 18:50:47 + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-584 ']' 18:50:47 + PACKAGES=/tmp/packages_end.txt 18:50:47 + case "${OS_FAMILY}" in 18:50:47 + rpm -qa 18:50:47 + sort 18:50:51 + '[' -f /tmp/packages_start.txt ']' 18:50:51 + '[' -f /tmp/packages_end.txt ']' 18:50:51 + diff /tmp/packages_start.txt /tmp/packages_end.txt 18:50:51 + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-584 ']' 18:50:51 + mkdir -p /w/workspace/dgexfoundry_device-sdk-go_PR-584/archives/ 18:50:51 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dgexfoundry_device-sdk-go_PR-584/archives/ [Pipeline] isUnix [Pipeline] sh 18:50:52 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 18:50:52 18:50:52 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 18:50:52 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 18:50:52 alpine: Pulling from edgex-lftools-log-publisher 18:50:52 df20fa9351a1: Pulling fs layer 18:50:52 36b3adc4ff6f: Pulling fs layer 18:50:52 8ad3a11d3b57: Pulling fs layer 18:50:52 46f8f816bc3b: Pulling fs layer 18:50:52 0dadc02b9964: Pulling fs layer 18:50:52 ce6a7cf60c04: Pulling fs layer 18:50:52 7a184a31f384: Pulling fs layer 18:50:52 0879bd2ef858: Pulling fs layer 18:50:52 46f8f816bc3b: Waiting 18:50:52 0dadc02b9964: Waiting 18:50:52 ce6a7cf60c04: Waiting 18:50:52 0879bd2ef858: Waiting 18:50:52 7a184a31f384: Waiting 18:50:52 36b3adc4ff6f: Verifying Checksum 18:50:52 36b3adc4ff6f: Download complete 18:50:52 46f8f816bc3b: Verifying Checksum 18:50:52 46f8f816bc3b: Download complete 18:50:52 df20fa9351a1: Download complete 18:50:52 ce6a7cf60c04: Verifying Checksum 18:50:52 ce6a7cf60c04: Download complete 18:50:52 7a184a31f384: Verifying Checksum 18:50:52 7a184a31f384: Download complete 18:50:53 8ad3a11d3b57: Verifying Checksum 18:50:53 8ad3a11d3b57: Download complete 18:50:53 df20fa9351a1: Pull complete 18:50:53 36b3adc4ff6f: Pull complete 18:50:53 0dadc02b9964: Verifying Checksum 18:50:53 0dadc02b9964: Download complete 18:50:53 8ad3a11d3b57: Pull complete 18:50:53 0879bd2ef858: Verifying Checksum 18:50:53 0879bd2ef858: Download complete 18:50:53 46f8f816bc3b: Pull complete 18:50:54 0dadc02b9964: Pull complete 18:50:54 ce6a7cf60c04: Pull complete 18:50:54 7a184a31f384: Pull complete 18:50:57 0879bd2ef858: Pull complete 18:50:57 Digest: sha256:6a0b98a82ad2e848da155b214a5d490c0357af837e10dd363e416ea0d50debb0 18:50:57 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 18:50:57 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 18:50:57 prd-centos7-docker-4c-2g-43363 does not seem to be running inside a container 18:50:57 $ 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-584 -v /w/workspace/dgexfoundry_device-sdk-go_PR-584:/w/workspace/dgexfoundry_device-sdk-go_PR-584:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_PR-584@tmp:/w/workspace/dgexfoundry_device-sdk-go_PR-584@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:51:03 $ docker top 7b27aa823cae5101e595a402a280f8073ad68d97349942f44e4e54c667516235 -eo pid,comm [Pipeline] { [Pipeline] sh 18:51:03 + mkdir -p /var/log/sa [Pipeline] sh 18:51:03 + ls /var/log/sa-host 18:51:03 + sadf -c /var/log/sa-host/sa05 18:51:03 file_magic: OK 18:51:03 HZ: Using current value: 100 18:51:03 file_header: OK 18:51: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:51:03 Statistics: 18:51:03 Hnuu...uuuununununu...Hnuu...uuuununununu... 18:51:03 File successfully converted to sysstat format version 12.2.1 18:51:03 + sadf -c /var/log/sa-host/sa15 18:51:03 file_magic: OK 18:51:03 HZ: Using current value: 100 18:51:03 file_header: OK 18:51: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:51:03 Statistics: 18:51:03 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 18:51:03 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 18:51:03 provisioning config files... 18:51:03 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-584@tmp/config1224021317183691894tmp [Pipeline] { [Pipeline] echo 18:51:04 Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 18:51:04 ---> create-netrc.sh [Pipeline] echo 18:51:04 Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 18:51:04 ---> logs-deploy.sh 18:51:04 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/PR-584/6 18:51:04 INFO: archiving workspace using pattern(s): 18:51:06 Archives upload complete. 18:51:06 INFO: archiving logs to Nexus