Branch indexing Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from b2c68ec273215b3839fa79913927ed9c700821ef+9f44a914c3163ba6aceeb076ef4043962d95dc92 (8da9c6e41d99e46a97063e0045b683e8e3e6cbb5) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 7909e789ffc0fecf34d47f501ec8db0a80105338 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 7909e789ffc0fecf34d47f501ec8db0a80105338 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 7909e789ffc0fecf34d47f501ec8db0a80105338 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 7909e789ffc0fecf34d47f501ec8db0a80105338 # timeout=10 Commit message: "Merge pull request #245 from ernestojeda/fix-go-version-issue" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:device-sdk-go, dockerImageName:docker-device-sdk-simple, dockerFilePath:example/cmd/device-simple/Dockerfile, pushImage:false] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: device-sdk-go-settings PROJECT: device-sdk-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_PATH: example/cmd/device-simple/Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-device-sdk-simple DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: false BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 [Pipeline] node Still waiting to schedule task Waiting for next available executor Running on prd-centos7-docker-4c-2g-424 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 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 Fetching without tags Merging remotes/origin/master commit 9f44a914c3163ba6aceeb076ef4043962d95dc92 into PR head commit b2c68ec273215b3839fa79913927ed9c700821ef Merge succeeded, producing 35fb68b0c638eb5638d5346290494b848dd826c3 Checking out Revision 35fb68b0c638eb5638d5346290494b848dd826c3 (PR-582) > 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 > 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 9f44a914c3163ba6aceeb076ef4043962d95dc92 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 35fb68b0c638eb5638d5346290494b848dd826c3 # timeout=10 Commit message: "Merge commit '9f44a914c3163ba6aceeb076ef4043962d95dc92' into HEAD" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 18:43:17 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 18:43:18 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { > git rev-list --no-walk b539d53e361b45df754d5f6b6c635d8034b0d765 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] echo 18:43:18 ========================================================= 18:43:18 EdgeX Global Pipelines Version Info 18:43:18 ========================================================= [Pipeline] libraryResource [Pipeline] sh 18:43:19 ------------------- 18:43:19 stable info: 18:43:19 ------------------- 18:43:19 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 18:43:19 Commit SHA: 7909e789ffc0fecf34d47f501ec8db0a80105338 18:43:19 Message: update stable to v1.0.122 18:43:20 ------------------- 18:43:20 experimental info: 18:43:20 ------------------- 18:43:20 Commited By: **** collab-it+edgex@linuxfoundation.org 18:43:20 Commit SHA: 040e29ce4f8dcf7f02c652317e535dcbebe1b406 18:43:20 Message: update experimental to v1.0.125 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo 18:43:20 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-go-settings [Pipeline] echo 18:43:21 [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-go [Pipeline] echo 18:43:21 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 18:43:21 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 18:43:21 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 18:43:21 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 18:43:21 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 18:43:21 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 18:43:21 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = example/cmd/device-simple/Dockerfile [Pipeline] echo 18:43:21 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 18:43:21 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 18:43:22 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-sdk-simple [Pipeline] echo 18:43:22 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 18:43:22 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 18:43:22 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 18:43:22 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 18:43:22 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 18:43:22 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 18:43:22 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 18:43:22 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 18:43:22 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 18:43:22 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 18:43:23 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-582 [Pipeline] echo 18:43:23 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-582 [Pipeline] echo 18:43:23 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-582 [Pipeline] echo 18:43:23 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 35fb68b0c638eb5638d5346290494b848dd826c3 [Pipeline] echo 18:43:23 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 35fb68b [Pipeline] echo 18:43:23 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 18:43:24 + git log --format=format:%s -1 35fb68b0c638eb5638d5346290494b848dd826c3 [Pipeline] echo 18:43:24 GIT_COMMIT: 35fb68b0c638eb5638d5346290494b848dd826c3, Commit Message: Merge commit '9f44a914c3163ba6aceeb076ef4043962d95dc92' into HEAD [Pipeline] echo 18:43:24 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 18:43:24 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 18:43:25 18:43:25 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 18:43:25 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 18:43:25 latest: Pulling from edgex-devops/git-semver 18:43:25 31603596830f: Pulling fs layer 18:43:25 2a8b12db71e7: Pulling fs layer 18:43:25 6ca5941a6612: Pulling fs layer 18:43:25 ecc8261a40a4: Pulling fs layer 18:43:25 ecc8261a40a4: Waiting 18:43:25 2a8b12db71e7: Verifying Checksum 18:43:25 2a8b12db71e7: Download complete 18:43:25 31603596830f: Verifying Checksum 18:43:25 31603596830f: Download complete 18:43:25 ecc8261a40a4: Verifying Checksum 18:43:25 ecc8261a40a4: Download complete 18:43:25 6ca5941a6612: Verifying Checksum 18:43:25 6ca5941a6612: Download complete 18:43:26 31603596830f: Pull complete 18:43:26 2a8b12db71e7: Pull complete 18:43:27 6ca5941a6612: Pull complete 18:43:27 ecc8261a40a4: Pull complete 18:43:27 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 18:43:27 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 18:43:27 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 18:43:27 prd-centos7-docker-4c-2g-424 does not seem to be running inside a container 18:43:27 $ 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:29 $ docker top 253d8127794b0c131f0035eb5666ccd4ee59e50983ac20522f7d54eda9860e06 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 18:43:29 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 18:43:29 [ssh-agent] Looking for ssh-agent implementation... 18:43:30 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 18:43:30 $ docker exec 253d8127794b0c131f0035eb5666ccd4ee59e50983ac20522f7d54eda9860e06 ssh-agent 18:43:30 SSH_AUTH_SOCK=/tmp/ssh-JeCzvdBIidt7/agent.11 18:43:30 SSH_AGENT_PID=17 18:43:30 Running ssh-add (command line suppressed) 18:43:30 Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-582@tmp/private_key_2189630319230847119.key (/w/workspace/dgexfoundry_device-sdk-go_PR-582@tmp/private_key_2189630319230847119.key) 18:43:30 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 18:43:30 + git describe --exact-match --tags HEAD 18:43:30 fatal: No names found, cannot describe anything. [Pipeline] } 18:43:30 $ docker exec --env ******** --env ******** 253d8127794b0c131f0035eb5666ccd4ee59e50983ac20522f7d54eda9860e06 ssh-agent -k 18:43:31 unset SSH_AUTH_SOCK; 18:43:31 unset SSH_AGENT_PID; 18:43:31 echo Agent pid 17 killed; 18:43:31 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo 18:43:31 [edgeXSemver]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 18:43:31 This usually means this commit has not been tagged. [Pipeline] sshagent 18:43:31 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 18:43:31 [ssh-agent] Looking for ssh-agent implementation... 18:43:31 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 18:43:31 $ docker exec 253d8127794b0c131f0035eb5666ccd4ee59e50983ac20522f7d54eda9860e06 ssh-agent 18:43:31 SSH_AUTH_SOCK=/tmp/ssh-GA7XUEzeRoXo/agent.47 18:43:31 SSH_AGENT_PID=52 18:43:31 Running ssh-add (command line suppressed) 18:43:31 Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-582@tmp/private_key_591291577373667450.key (/w/workspace/dgexfoundry_device-sdk-go_PR-582@tmp/private_key_591291577373667450.key) 18:43:31 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 18:43:32 + git semver init 18:43:32 # -> Open(): unable to determine branch for HEAD 18:43:32 # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-582/.git 18:43:32 # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_PR-582 18:43:32 # $SEMVER_REMOTE_NAME = origin 18:43:32 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 18:43:32 # $SEMVER_USER_NAME = edgex-jenkins 18:43:32 # $SEMVER_BRANCH = PR-582 18:43:32 # $SEMVER_TEMP = /tmp/semver-064100244 18:43:32 # git clone --branch semver git@github.com:edgexfoundry/device-sdk-go.git $SEMVER_TEMP 18:43:32 # '/tmp/semver-064100244' -> '/w/workspace/dgexfoundry_device-sdk-go_PR-582/.semver' 18:43:32 # -> Force: false 18:43:32 # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-582/.semver [Pipeline] } 18:43:32 $ docker exec --env ******** --env ******** 253d8127794b0c131f0035eb5666ccd4ee59e50983ac20522f7d54eda9860e06 ssh-agent -k 18:43:32 unset SSH_AUTH_SOCK; 18:43:32 unset SSH_AGENT_PID; 18:43:32 echo Agent pid 52 killed; 18:43:32 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 18:43:33 + git semver [Pipeline] } 18:43:33 $ docker stop --time=1 253d8127794b0c131f0035eb5666ccd4ee59e50983ac20522f7d54eda9860e06 18:43:34 $ docker rm -f 253d8127794b0c131f0035eb5666ccd4ee59e50983ac20522f7d54eda9860e06 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash 18:43:35 Stashed 37 file(s) [Pipeline] echo 18:43:35 [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] echo 18:43:35 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:50 Still waiting to schedule task 18:43:50 ‘prd-centos7-docker-4c-2g-428’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-425’ doesn’t have label ‘centos7-docker-4c-2g’ 18:43:50 Still waiting to schedule task 18:43:50 ‘prd-ubuntu18.04-docker-arm64-4c-16g-425’ is offline 18:47:05 Running on prd-ubuntu18.04-docker-arm64-4c-16g-434 in /w/workspace/dgexfoundry_device-sdk-go_PR-582 [Pipeline] { [Pipeline] ws 18:47:05 Running in /w/workspace/device-sdk-go/7 [Pipeline] { [Pipeline] checkout 18:47:11 using credential edgex-jenkins-ssh 18:47:11 Cloning the remote Git repository 18:47:11 Cloning with configured refspecs honoured and without tags 18:47:11 Cloning repository git@github.com:edgexfoundry/device-sdk-go.git 18:47:11 > git init /w/workspace/device-sdk-go/7 # timeout=10 18:47:11 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 18:47:11 > git --version # timeout=10 18:47:11 > git --version # 'git version 2.17.1' 18:47:11 using GIT_SSH to set credentials SSH Credentials for GitHub 18:47:12 > 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:13 Fetching without tags 18:47:12 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 18:47:12 > git config --add remote.origin.fetch +refs/pull/582/head:refs/remotes/origin/PR-582 # timeout=10 18:47:13 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 18:47:13 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 18:47:13 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 18:47:13 using GIT_SSH to set credentials SSH Credentials for GitHub 18:47:13 > 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:13 Merging remotes/origin/master commit 9f44a914c3163ba6aceeb076ef4043962d95dc92 into PR head commit b2c68ec273215b3839fa79913927ed9c700821ef 18:47:14 Merge succeeded, producing 5b3e622d2575125f30095d14725af6936d3b6333 18:47:14 Checking out Revision 5b3e622d2575125f30095d14725af6936d3b6333 (PR-582) 18:47:13 > git config core.sparsecheckout # timeout=10 18:47:13 > git checkout -f b2c68ec273215b3839fa79913927ed9c700821ef # timeout=10 18:47:13 > git remote # timeout=10 18:47:13 > git config --get remote.origin.url # timeout=10 18:47:14 using GIT_SSH to set credentials SSH Credentials for GitHub 18:47:14 > git merge 9f44a914c3163ba6aceeb076ef4043962d95dc92 # timeout=10 18:47:14 > git rev-parse HEAD^{commit} # timeout=10 18:47:14 > git config core.sparsecheckout # timeout=10 18:47:14 > git checkout -f 5b3e622d2575125f30095d14725af6936d3b6333 # timeout=10 18:47:18 Commit message: "Merge commit '9f44a914c3163ba6aceeb076ef4043962d95dc92' into HEAD" 18:47:18 First time build. Skipping changelog. 18:47:18 > git rev-list --no-walk b539d53e361b45df754d5f6b6c635d8034b0d765 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 18:47:20 ========================================================= 18:47:20 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 18:47:20 ========================================================= [Pipeline] isUnix [Pipeline] sh 18:47:21 + 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:22 Sending build context to Docker daemon 3.164MB 18:47:22 Step 1/8 : ARG BASE=golang:1.15-alpine 18:47:22 Step 2/8 : FROM ${BASE} 18:47:23 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 18:47:23 b538f80385f9: Pulling fs layer 18:47:23 74f711af9a0d: Pulling fs layer 18:47:23 99f96fe45779: Pulling fs layer 18:47:23 8529a6b9a6be: Pulling fs layer 18:47:23 45590311c82a: Pulling fs layer 18:47:23 69ca0ff8b7b3: Pulling fs layer 18:47:23 209524e5b208: Pulling fs layer 18:47:23 8529a6b9a6be: Waiting 18:47:23 45590311c82a: Waiting 18:47:23 69ca0ff8b7b3: Waiting 18:47:23 209524e5b208: Waiting 18:47:23 99f96fe45779: Verifying Checksum 18:47:23 99f96fe45779: Download complete 18:47:23 74f711af9a0d: Verifying Checksum 18:47:23 74f711af9a0d: Download complete 18:47:23 45590311c82a: Verifying Checksum 18:47:23 45590311c82a: Download complete 18:47:23 69ca0ff8b7b3: Verifying Checksum 18:47:23 69ca0ff8b7b3: Download complete 18:47:23 b538f80385f9: Verifying Checksum 18:47:23 b538f80385f9: Download complete 18:47:24 b538f80385f9: Pull complete 18:47:25 74f711af9a0d: Pull complete 18:47:25 99f96fe45779: Pull complete 18:47:25 209524e5b208: Verifying Checksum 18:47:25 209524e5b208: Download complete 18:47:28 8529a6b9a6be: Verifying Checksum 18:47:28 8529a6b9a6be: Download complete 18:47:40 8529a6b9a6be: Pull complete 18:47:40 45590311c82a: Pull complete 18:47:40 69ca0ff8b7b3: Pull complete 18:47:43 209524e5b208: Pull complete 18:47:43 Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 18:47:43 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 18:47:43 ---> 5bddaf1c2fca 18:47:43 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 18:47:46 ---> Running in 5b3a638e98d4 18:47:46 Removing intermediate container 5b3a638e98d4 18:47:46 ---> 60c66c9463c9 18:47:46 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:47:47 ---> Running in 3956612c2eea 18:47:49 Removing intermediate container 3956612c2eea 18:47:49 ---> 6e3402c53ccf 18:47:49 Step 5/8 : RUN apk add --no-cache make git 18:47:50 ---> Running in 9680a0ff3e3a 18:47:51 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:47:52 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:47:53 OK: 142 MiB in 39 packages 18:47:54 Removing intermediate container 9680a0ff3e3a 18:47:54 ---> 295f0190e18f 18:47:54 Step 6/8 : WORKDIR /device-sdk-go 18:47:54 ---> Running in 5cf9a70016a6 18:47:54 Removing intermediate container 5cf9a70016a6 18:47:54 ---> f00c4c48f765 18:47:54 Step 7/8 : COPY . . 18:47:55 Running on prd-centos7-docker-4c-2g-437 in /w/workspace/dgexfoundry_device-sdk-go_PR-582 [Pipeline] { [Pipeline] ws 18:47:55 Running in /w/workspace/device-sdk-go/7 [Pipeline] { [Pipeline] checkout 18:47:56 ---> 96f828e28efa 18:47:56 Step 8/8 : RUN go mod download 18:47:56 ---> Running in d27ad3962c8f 18:47:58 using credential edgex-jenkins-ssh 18:47:58 Cloning the remote Git repository 18:47:58 Cloning with configured refspecs honoured and without tags 18:47:58 Fetching without tags 18:47:58 Cloning repository git@github.com:edgexfoundry/device-sdk-go.git 18:47:58 > git init /w/workspace/device-sdk-go/7 # timeout=10 18:47:58 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 18:47:58 > git --version # timeout=10 18:47:58 > git --version # 'git version 2.16.5' 18:47:58 using GIT_SSH to set credentials SSH Credentials for GitHub 18:47:58 > 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:58 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 18:47:58 > git config --add remote.origin.fetch +refs/pull/582/head:refs/remotes/origin/PR-582 # timeout=10 18:47:58 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 18:47:58 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 18:47:58 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 18:47:58 using GIT_SSH to set credentials SSH Credentials for GitHub 18:47:58 > 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:59 Merging remotes/origin/master commit 9f44a914c3163ba6aceeb076ef4043962d95dc92 into PR head commit b2c68ec273215b3839fa79913927ed9c700821ef 18:47:59 Merge succeeded, producing 6fe367a942d22a95002e6b0a0079dd2751d7d431 18:47:59 Checking out Revision 6fe367a942d22a95002e6b0a0079dd2751d7d431 (PR-582) 18:47:59 > git config core.sparsecheckout # timeout=10 18:47:59 > git checkout -f b2c68ec273215b3839fa79913927ed9c700821ef # timeout=10 18:47:59 > git remote # timeout=10 18:47:59 > git config --get remote.origin.url # timeout=10 18:47:59 using GIT_SSH to set credentials SSH Credentials for GitHub 18:47:59 > git merge 9f44a914c3163ba6aceeb076ef4043962d95dc92 # timeout=10 18:47:59 > git rev-parse HEAD^{commit} # timeout=10 18:47:59 > git config core.sparsecheckout # timeout=10 18:47:59 > git checkout -f 6fe367a942d22a95002e6b0a0079dd2751d7d431 # timeout=10 18:48:03 Commit message: "Merge commit '9f44a914c3163ba6aceeb076ef4043962d95dc92' into HEAD" 18:48:03 First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash 18:48:03 > git rev-list --no-walk b539d53e361b45df754d5f6b6c635d8034b0d765 # timeout=10 [Pipeline] echo 18:48:04 ========================================================= 18:48:04 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 18:48:04 ========================================================= [Pipeline] isUnix [Pipeline] sh 18:48:04 + 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:48:05 Sending build context to Docker daemon 3.164MB 18:48:05 Step 1/8 : ARG BASE=golang:1.15-alpine 18:48:05 Step 2/8 : FROM ${BASE} 18:48:05 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 18:48:05 df20fa9351a1: Pulling fs layer 18:48:05 ed8968b2872e: Pulling fs layer 18:48:05 a92cc7c5fd73: Pulling fs layer 18:48:05 e871e8e8d7a9: Pulling fs layer 18:48:05 e73272ec9a57: Pulling fs layer 18:48:05 1e910a182e73: Pulling fs layer 18:48:05 4e634b169226: Pulling fs layer 18:48:05 e73272ec9a57: Waiting 18:48:05 1e910a182e73: Waiting 18:48:05 4e634b169226: Waiting 18:48:05 e871e8e8d7a9: Waiting 18:48:05 a92cc7c5fd73: Verifying Checksum 18:48:05 a92cc7c5fd73: Download complete 18:48:05 ed8968b2872e: Verifying Checksum 18:48:05 ed8968b2872e: Download complete 18:48:05 e73272ec9a57: Verifying Checksum 18:48:05 e73272ec9a57: Download complete 18:48:05 1e910a182e73: Verifying Checksum 18:48:05 1e910a182e73: Download complete 18:48:05 df20fa9351a1: Verifying Checksum 18:48:05 df20fa9351a1: Download complete 18:48:05 df20fa9351a1: Pull complete 18:48:06 ed8968b2872e: Pull complete 18:48:06 a92cc7c5fd73: Pull complete 18:48:07 4e634b169226: Verifying Checksum 18:48:07 4e634b169226: Download complete 18:48:08 e871e8e8d7a9: Verifying Checksum 18:48:08 e871e8e8d7a9: Download complete 18:48:11 Removing intermediate container d27ad3962c8f 18:48:11 ---> a1dd1e563732 18:48:11 Successfully built a1dd1e563732 18:48:11 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 18:48:12 + docker inspect -f . ci-base-image-arm64 18:48:12 . [Pipeline] withDockerContainer 18:48:12 prd-ubuntu18.04-docker-arm64-4c-16g-434 does not seem to be running inside a container 18:48:12 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/7 -v /w/workspace/device-sdk-go/7:/w/workspace/device-sdk-go/7:rw,z -v /w/workspace/device-sdk-go/7@tmp:/w/workspace/device-sdk-go/7@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:48:14 $ docker top 3a0e95fc368aa56116b135783ad174f2d37d4a64042b7c1b69d67ea3353db191 -eo pid,comm [Pipeline] { [Pipeline] sh 18:48:14 e871e8e8d7a9: Pull complete 18:48:14 e73272ec9a57: Pull complete 18:48:14 1e910a182e73: Pull complete 18:48:15 + go version 18:48:15 go version go1.15.2 linux/arm64 [Pipeline] } 18:48:15 $ docker stop --time=1 3a0e95fc368aa56116b135783ad174f2d37d4a64042b7c1b69d67ea3353db191 18:48:17 $ docker rm -f 3a0e95fc368aa56116b135783ad174f2d37d4a64042b7c1b69d67ea3353db191 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 18:48:18 + docker inspect -f . ci-base-image-arm64 18:48:18 . [Pipeline] withDockerContainer 18:48:18 4e634b169226: Pull complete 18:48:18 Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 18:48:18 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 18:48:18 ---> f7629b54cfaa 18:48:18 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 18:48:18 ---> Running in 1e5341dcf06f 18:48:19 prd-ubuntu18.04-docker-arm64-4c-16g-434 does not seem to be running inside a container 18:48:19 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/7 -v /w/workspace/device-sdk-go/7:/w/workspace/device-sdk-go/7:rw,z -v /w/workspace/device-sdk-go/7@tmp:/w/workspace/device-sdk-go/7@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:48:19 Removing intermediate container 1e5341dcf06f 18:48:19 ---> 531011d10cce 18:48:19 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:48:19 ---> Running in 361daad5bd45 18:48:20 Removing intermediate container 361daad5bd45 18:48:20 ---> d8a6c47f6b45 18:48:20 Step 5/8 : RUN apk add --no-cache make git 18:48:20 ---> Running in 3b1a7e61af12 18:48:21 $ docker top eac9c087fb936d98e486caaa72f675cf4d656889c56b88979a41e3a9631f58d0 -eo pid,comm [Pipeline] { 18:48:21 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [Pipeline] sh 18:48:21 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:48:22 + make test 18:48:22 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 18:48:22 OK: 166 MiB in 39 packages 18:48:23 Removing intermediate container 3b1a7e61af12 18:48:23 ---> 64a530498256 18:48:23 Step 6/8 : WORKDIR /device-sdk-go 18:48:23 ---> Running in 12e0589698a4 18:48:23 Removing intermediate container 12e0589698a4 18:48:23 ---> 0fa989e491b9 18:48:23 Step 7/8 : COPY . . 18:48:24 ---> 242350345d3d 18:48:24 Step 8/8 : RUN go mod download 18:48:24 ---> Running in dac5fdff88a4 18:48:34 Removing intermediate container dac5fdff88a4 18:48:34 ---> a365602a08bd 18:48:34 Successfully built a365602a08bd 18:48:34 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 18:48:35 + docker inspect -f . ci-base-image-x86_64 18:48:35 . [Pipeline] withDockerContainer 18:48:35 prd-centos7-docker-4c-2g-437 does not seem to be running inside a container 18:48:35 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/7 -v /w/workspace/device-sdk-go/7:/w/workspace/device-sdk-go/7:rw,z -v /w/workspace/device-sdk-go/7@tmp:/w/workspace/device-sdk-go/7@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 18:48:36 $ docker top 759000fcb6e656d44ef5a84aff4c484140cca91a00b6d596bf07065f6386057b -eo pid,comm [Pipeline] { [Pipeline] sh 18:48:37 + go version 18:48:37 go version go1.15.2 linux/amd64 [Pipeline] } 18:48:37 $ docker stop --time=1 759000fcb6e656d44ef5a84aff4c484140cca91a00b6d596bf07065f6386057b 18:48:38 $ docker rm -f 759000fcb6e656d44ef5a84aff4c484140cca91a00b6d596bf07065f6386057b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 18:48:39 + docker inspect -f . ci-base-image-x86_64 18:48:39 . [Pipeline] withDockerContainer 18:48:39 prd-centos7-docker-4c-2g-437 does not seem to be running inside a container 18:48:39 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/7 -v /w/workspace/device-sdk-go/7:/w/workspace/device-sdk-go/7:rw,z -v /w/workspace/device-sdk-go/7@tmp:/w/workspace/device-sdk-go/7@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 18:48:40 $ docker top dbf9a6c2572956ca064c81a1a5566820ec029ec07ea5c227453462ede6285d04 -eo pid,comm [Pipeline] { [Pipeline] sh 18:48:41 + make test 18:48:41 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 18:48:49 ? github.com/edgexfoundry/device-sdk-go [no test files] 18:48:49 ? github.com/edgexfoundry/device-sdk-go [no test files] 18:49:04 ? github.com/edgexfoundry/device-sdk-go/example/cmd/device-simple [no test files] 18:49:04 ? github.com/edgexfoundry/device-sdk-go/example/driver [no test files] 18:49:04 ? github.com/edgexfoundry/device-sdk-go/internal/autodiscovery [no test files] 18:49:04 ok github.com/edgexfoundry/device-sdk-go/internal/autoevent 0.033s coverage: 21.0% of statements 18:49:05 ok github.com/edgexfoundry/device-sdk-go/internal/cache 0.466s coverage: 95.7% of statements 18:49:36 ? github.com/edgexfoundry/device-sdk-go/example/cmd/device-simple [no test files] 18:49:36 ? github.com/edgexfoundry/device-sdk-go/example/driver [no test files] 18:49:36 ? github.com/edgexfoundry/device-sdk-go/internal/autodiscovery [no test files] 18:49:36 ok github.com/edgexfoundry/device-sdk-go/internal/autoevent 0.055s coverage: 21.0% of statements 18:49:36 ok github.com/edgexfoundry/device-sdk-go/internal/cache 1.413s coverage: 95.7% of statements 18:49:37 ok github.com/edgexfoundry/device-sdk-go/internal/clients 30.034s coverage: 8.6% of statements 18:49:37 ok github.com/edgexfoundry/device-sdk-go/internal/common 0.028s coverage: 21.7% of statements 18:49:37 ? github.com/edgexfoundry/device-sdk-go/internal/container [no test files] 18:49:37 ok github.com/edgexfoundry/device-sdk-go/internal/controller 0.173s coverage: 37.0% of statements 18:49:37 ? github.com/edgexfoundry/device-sdk-go/internal/controller/correlation [no test files] 18:49:37 ok github.com/edgexfoundry/device-sdk-go/internal/handler 0.272s coverage: 65.4% of statements 18:49:37 ? github.com/edgexfoundry/device-sdk-go/internal/handler/callback [no test files] 18:49:37 ? github.com/edgexfoundry/device-sdk-go/internal/mock [no test files] 18:49:37 ? github.com/edgexfoundry/device-sdk-go/internal/provision [no test files] 18:49:37 ok github.com/edgexfoundry/device-sdk-go/internal/transformer 0.099s coverage: 52.6% of statements 18:49:37 ok github.com/edgexfoundry/device-sdk-go/pkg/models 2.391s coverage: 68.9% of statements 18:49:37 ? github.com/edgexfoundry/device-sdk-go/pkg/service [no test files] 18:49:37 ? github.com/edgexfoundry/device-sdk-go/pkg/startup [no test files] 18:49:37 GO111MODULE=on go vet ./... 18:49:47 gofmt -l . 18:49:47 [ "`gofmt -l .`" = "" ] 18:49:47 ./bin/test-attribution-txt.sh 18:49:47 ./bin/test-go-mod-tidy.sh [Pipeline] stash 18:49:47 Stashed 1 file(s) [Pipeline] } 18:49:47 $ docker stop --time=1 dbf9a6c2572956ca064c81a1a5566820ec029ec07ea5c227453462ede6285d04 18:49:49 $ docker rm -f dbf9a6c2572956ca064c81a1a5566820ec029ec07ea5c227453462ede6285d04 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 18:49:51 + sudo chown -R jenkins:jenkins . [Pipeline] sh 18:49:52 + ls -al . 18:49:52 total 188 18:49:52 drwxrwxr-x. 11 jenkins jenkins 4096 Sep 18 18:49 . 18:49:52 drwxrwxr-x. 4 jenkins jenkins 28 Sep 18 18:47 .. 18:49:52 drwxrwxr-x. 2 jenkins jenkins 64 Sep 18 18:47 bin 18:49:52 -rw-r--r--. 1 jenkins jenkins 111785 Sep 18 18:49 coverage.out 18:49:52 -rw-rw-r--. 1 jenkins jenkins 936 Sep 18 18:47 Dockerfile.build 18:49:52 -rw-rw-r--. 1 jenkins jenkins 140 Sep 18 18:47 .dockerignore 18:49:52 drwxrwxr-x. 4 jenkins jenkins 48 Sep 18 18:47 example 18:49:52 drwxrwxr-x. 8 jenkins jenkins 179 Sep 18 18:48 .git 18:49:52 drwxrwxr-x. 2 jenkins jenkins 60 Sep 18 18:47 .github 18:49:52 -rw-rw-r--. 1 jenkins jenkins 138 Sep 18 18:47 .gitignore 18:49:52 -rw-r--r--. 1 jenkins jenkins 446 Sep 18 18:49 go.mod 18:49:52 -rw-r--r--. 1 jenkins jenkins 12258 Sep 18 18:49 go.sum 18:49:52 drwxrwxr-x. 13 jenkins jenkins 184 Sep 18 18:47 internal 18:49:52 -rw-rw-r--. 1 jenkins jenkins 785 Sep 18 18:47 Jenkinsfile 18:49:52 -rw-rw-r--. 1 jenkins jenkins 11341 Sep 18 18:47 LICENSE 18:49:52 -rw-rw-r--. 1 jenkins jenkins 1013 Sep 18 18:47 Makefile 18:49:52 drwxrwxr-x. 4 jenkins jenkins 26 Sep 18 18:47 openapi 18:49:52 drwxrwxr-x. 5 jenkins jenkins 50 Sep 18 18:47 pkg 18:49:52 -rw-rw-r--. 1 jenkins jenkins 5897 Sep 18 18:47 README.md 18:49:52 -rw-rw-r--. 1 jenkins jenkins 4291 Sep 18 18:47 RELEASE-NOTES.txt 18:49:52 drwxrwxr-x. 3 jenkins jenkins 58 Sep 18 18:48 .semver 18:49:52 drwxrwxr-x. 4 jenkins jenkins 54 Sep 18 18:47 snap 18:49:52 -rw-rw-r--. 1 jenkins jenkins 5 Sep 18 18:43 VERSION 18:49:52 -rw-rw-r--. 1 jenkins jenkins 222 Sep 18 18:47 version.go [Pipeline] isUnix [Pipeline] sh 18:49:52 + 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=35fb68b0c638eb5638d5346290494b848dd826c3 --label arch=amd64 --label version=0.0.0 . 18:49:52 Sending build context to Docker daemon 3.278MB 18:49:52 Step 1/24 : ARG BASE=golang:1.15-alpine 18:49:52 Step 2/24 : FROM ${BASE} AS builder 18:49:52 ---> a365602a08bd 18:49:52 Step 3/24 : ARG MAKE='make build' 18:49:52 ---> Running in a3facca7b4e9 18:49:53 Removing intermediate container a3facca7b4e9 18:49:53 ---> 6680cab01208 18:49:53 Step 4/24 : WORKDIR /device-sdk-go 18:49:53 ---> Running in 982d38ad0761 18:49:53 Removing intermediate container 982d38ad0761 18:49:53 ---> 1582cf63fbc4 18:49:53 Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 18:49:53 ---> Running in 28cf3049efa1 18:49:53 Removing intermediate container 28cf3049efa1 18:49:53 ---> 74fdc9cbfe46 18:49:53 Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:49:53 ---> Running in adb3cd257ecf 18:49:54 Removing intermediate container adb3cd257ecf 18:49:54 ---> e4ca37108998 18:49:54 Step 7/24 : RUN apk add --update --no-cache make git 18:49:54 ---> Running in afa212b7e575 18:49:55 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:49:55 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:49:56 OK: 166 MiB in 39 packages 18:49:56 Removing intermediate container afa212b7e575 18:49:56 ---> 2886c4df7be1 18:49:56 Step 8/24 : COPY . . 18:49:58 ---> 7039046b1b89 18:49:58 Step 9/24 : RUN ${MAKE} 18:49:58 ---> Running in cc62da36796e 18:49:58 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:03 ok github.com/edgexfoundry/device-sdk-go/internal/clients 30.079s coverage: 8.6% of statements 18:50:03 ok github.com/edgexfoundry/device-sdk-go/internal/common 0.064s coverage: 21.7% of statements 18:50:03 ? github.com/edgexfoundry/device-sdk-go/internal/container [no test files] 18:50:03 ok github.com/edgexfoundry/device-sdk-go/internal/controller 0.522s coverage: 37.0% of statements 18:50:03 ? github.com/edgexfoundry/device-sdk-go/internal/controller/correlation [no test files] 18:50:03 ok github.com/edgexfoundry/device-sdk-go/internal/handler 0.813s coverage: 65.4% of statements 18:50:03 ? github.com/edgexfoundry/device-sdk-go/internal/handler/callback [no test files] 18:50:03 ? github.com/edgexfoundry/device-sdk-go/internal/mock [no test files] 18:50:03 ? github.com/edgexfoundry/device-sdk-go/internal/provision [no test files] 18:50:03 ok github.com/edgexfoundry/device-sdk-go/internal/transformer 0.272s coverage: 52.6% of statements 18:50:03 ok github.com/edgexfoundry/device-sdk-go/pkg/models 6.249s coverage: 68.9% of statements 18:50:03 ? github.com/edgexfoundry/device-sdk-go/pkg/service [no test files] 18:50:03 ? github.com/edgexfoundry/device-sdk-go/pkg/startup [no test files] 18:50:03 GO111MODULE=on go vet ./... 18:50:08 CGO_ENABLED=0 GO111MODULE=on go install -tags=safe 18:50:09 Removing intermediate container cc62da36796e 18:50:09 ---> 814a15066d6d 18:50:09 Step 10/24 : FROM scratch 18:50:09 ---> 18:50:09 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 18:50:09 ---> Running in 27698f51fecc 18:50:09 Removing intermediate container 27698f51fecc 18:50:09 ---> 465c2dc145e8 18:50:09 Step 12/24 : ENV APP_PORT=49990 18:50:09 ---> Running in 3f0096651c8d 18:50:10 Removing intermediate container 3f0096651c8d 18:50:10 ---> 88da55f5c6d5 18:50:10 Step 13/24 : EXPOSE $APP_PORT 18:50:10 ---> Running in 8d24cb57931c 18:50:10 Removing intermediate container 8d24cb57931c 18:50:10 ---> 00561e40a837 18:50:10 Step 14/24 : WORKDIR / 18:50:10 ---> Running in 1601880d0c3f 18:50:10 Removing intermediate container 1601880d0c3f 18:50:10 ---> f2a1e3a7f095 18:50:10 Step 15/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple 18:50:10 ---> 6f951ce95f6e 18:50:10 Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml 18:50:11 ---> 553041f6b34f 18:50:11 Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml 18:50:11 ---> a63dc232a118 18:50:11 Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png 18:50:11 ---> edc13dd10f24 18:50:11 Step 19/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg 18:50:11 ---> ae4d3e0bf1b2 18:50:11 Step 20/24 : ENTRYPOINT ["/usr/local/bin/device-simple"] 18:50:11 ---> Running in f0b5a1de44d3 18:50:11 Removing intermediate container f0b5a1de44d3 18:50:11 ---> bf4f14bc597e 18:50:11 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:50:11 ---> Running in 1d968f2c90d7 18:50:12 Removing intermediate container 1d968f2c90d7 18:50:12 ---> 14fe7ba1228f 18:50:12 Step 22/24 : LABEL arch=amd64 18:50:12 ---> Running in 7570283da632 18:50:12 Removing intermediate container 7570283da632 18:50:12 ---> ba98c5b1dd33 18:50:12 Step 23/24 : LABEL git_sha=35fb68b0c638eb5638d5346290494b848dd826c3 18:50:12 ---> Running in 340800218a51 18:50:12 Removing intermediate container 340800218a51 18:50:12 ---> 14b14eccf0b4 18:50:12 Step 24/24 : LABEL version=0.0.0 18:50:12 ---> Running in bf3a186c6ed4 18:50:12 Removing intermediate container bf3a186c6ed4 18:50:12 ---> 2172c60301c9 18:50:12 [Warning] One or more build-args [ARCH] were not consumed 18:50:13 Successfully built 2172c60301c9 18:50:13 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:50:35 gofmt -l . 18:50:35 [ "`gofmt -l .`" = "" ] 18:50:35 ./bin/test-attribution-txt.sh 18:50:35 ./bin/test-go-mod-tidy.sh [Pipeline] stash 18:50:35 Warning: overwriting stash ‘coverage-report’ 18:50:36 Stashed 1 file(s) [Pipeline] } 18:50:36 $ docker stop --time=1 eac9c087fb936d98e486caaa72f675cf4d656889c56b88979a41e3a9631f58d0 18:50:39 $ docker rm -f eac9c087fb936d98e486caaa72f675cf4d656889c56b88979a41e3a9631f58d0 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 18:50:40 + sudo chown -R jenkins:jenkins . [Pipeline] sh 18:50:40 + ls -al . 18:50:40 total 228 18:50:40 drwxrwxr-x 11 jenkins jenkins 4096 Sep 18 18:50 . 18:50:40 drwxrwxr-x 4 jenkins jenkins 4096 Sep 18 18:47 .. 18:50:40 -rw-rw-r-- 1 jenkins jenkins 140 Sep 18 18:47 .dockerignore 18:50:40 drwxrwxr-x 8 jenkins jenkins 4096 Sep 18 18:47 .git 18:50:40 drwxrwxr-x 2 jenkins jenkins 4096 Sep 18 18:47 .github 18:50:40 -rw-rw-r-- 1 jenkins jenkins 138 Sep 18 18:47 .gitignore 18:50:40 drwxrwxr-x 3 jenkins jenkins 4096 Sep 18 18:47 .semver 18:50:40 -rw-rw-r-- 1 jenkins jenkins 936 Sep 18 18:47 Dockerfile.build 18:50:40 -rw-rw-r-- 1 jenkins jenkins 785 Sep 18 18:47 Jenkinsfile 18:50:40 -rw-rw-r-- 1 jenkins jenkins 11341 Sep 18 18:47 LICENSE 18:50:40 -rw-rw-r-- 1 jenkins jenkins 1013 Sep 18 18:47 Makefile 18:50:40 -rw-rw-r-- 1 jenkins jenkins 5897 Sep 18 18:47 README.md 18:50:40 -rw-rw-r-- 1 jenkins jenkins 4291 Sep 18 18:47 RELEASE-NOTES.txt 18:50:40 -rw-rw-r-- 1 jenkins jenkins 5 Sep 18 18:43 VERSION 18:50:40 drwxrwxr-x 2 jenkins jenkins 4096 Sep 18 18:47 bin 18:50:40 -rw-r--r-- 1 jenkins jenkins 111785 Sep 18 18:50 coverage.out 18:50:40 drwxrwxr-x 4 jenkins jenkins 4096 Sep 18 18:47 example 18:50:40 -rw-r--r-- 1 jenkins jenkins 446 Sep 18 18:50 go.mod 18:50:40 -rw-r--r-- 1 jenkins jenkins 12258 Sep 18 18:50 go.sum 18:50:40 drwxrwxr-x 13 jenkins jenkins 4096 Sep 18 18:47 internal 18:50:40 drwxrwxr-x 4 jenkins jenkins 4096 Sep 18 18:47 openapi 18:50:40 drwxrwxr-x 5 jenkins jenkins 4096 Sep 18 18:47 pkg 18:50:40 drwxrwxr-x 4 jenkins jenkins 4096 Sep 18 18:47 snap 18:50:40 -rw-rw-r-- 1 jenkins jenkins 222 Sep 18 18:47 version.go [Pipeline] isUnix [Pipeline] sh 18:50:41 + 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=35fb68b0c638eb5638d5346290494b848dd826c3 --label arch=arm64 --label version=0.0.0 . 18:50:41 Sending build context to Docker daemon 3.278MB 18:50:41 Step 1/24 : ARG BASE=golang:1.15-alpine 18:50:41 Step 2/24 : FROM ${BASE} AS builder 18:50:41 ---> a1dd1e563732 18:50:41 Step 3/24 : ARG MAKE='make build' 18:50:42 ---> Running in 663ffdaec678 18:50:42 Removing intermediate container 663ffdaec678 18:50:42 ---> dba068f4322e 18:50:42 Step 4/24 : WORKDIR /device-sdk-go 18:50:42 ---> Running in e50ba4a00d8d 18:50:43 Removing intermediate container e50ba4a00d8d 18:50:43 ---> 3320869fab3d 18:50:43 Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 18:50:43 ---> Running in 1bcfa702e276 18:50:43 Removing intermediate container 1bcfa702e276 18:50:43 ---> 156a9960afd3 18:50:43 Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:50:43 ---> Running in 4a5cfaa1e6de 18:50:46 Removing intermediate container 4a5cfaa1e6de 18:50:46 ---> 56a75d2ea2ff 18:50:46 Step 7/24 : RUN apk add --update --no-cache make git 18:50:46 ---> Running in 3a1a702cfd60 18:50:47 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:50:48 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:50:49 OK: 142 MiB in 39 packages 18:50:50 Removing intermediate container 3a1a702cfd60 18:50:50 ---> 1adfc84e8f5a 18:50:50 Step 8/24 : COPY . . 18:50:52 ---> 2eeb6834b4cd 18:50:52 Step 9/24 : RUN ${MAKE} 18:50:52 ---> Running in 95f802b13af2 18:50:53 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:20 CGO_ENABLED=0 GO111MODULE=on go install -tags=safe 18:51:20 Removing intermediate container 95f802b13af2 18:51:20 ---> 6c9966a87efb 18:51:20 Step 10/24 : FROM scratch 18:51:20 ---> 18:51:20 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 18:51:20 ---> Running in c7f808741096 18:51:20 Removing intermediate container c7f808741096 18:51:20 ---> 873ac7df369a 18:51:20 Step 12/24 : ENV APP_PORT=49990 18:51:20 ---> Running in 89bbc178cb9b 18:51:21 Removing intermediate container 89bbc178cb9b 18:51:21 ---> 10eb804063fb 18:51:21 Step 13/24 : EXPOSE $APP_PORT 18:51:21 ---> Running in 4d903d59ca05 18:51:21 Removing intermediate container 4d903d59ca05 18:51:21 ---> 890e8b111f1d 18:51:21 Step 14/24 : WORKDIR / 18:51:21 ---> Running in fba6dc6c73fd 18:51:22 Removing intermediate container fba6dc6c73fd 18:51:22 ---> a0d1d647b4db 18:51:22 Step 15/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple 18:51:23 ---> fe34c0ef46b6 18:51:23 Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml 18:51:24 ---> 8a3a54b3d35b 18:51:24 Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml 18:51:25 ---> 0ce094990aa3 18:51:25 Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png 18:51:25 ---> 8914500e931c 18:51:25 Step 19/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg 18:51:26 ---> abfa393594c6 18:51:26 Step 20/24 : ENTRYPOINT ["/usr/local/bin/device-simple"] 18:51:26 ---> Running in e76204df9b8f 18:51:27 Removing intermediate container e76204df9b8f 18:51:27 ---> 3f4bf45a05dc 18:51:27 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:51:27 ---> Running in e5395c9f96bd 18:51:27 Removing intermediate container e5395c9f96bd 18:51:27 ---> 5c25cf349233 18:51:27 Step 22/24 : LABEL arch=arm64 18:51:27 ---> Running in f872930f20df 18:51:27 Removing intermediate container f872930f20df 18:51:27 ---> 0cbfede42a9b 18:51:27 Step 23/24 : LABEL git_sha=35fb68b0c638eb5638d5346290494b848dd826c3 18:51:28 ---> Running in 025e61fc7aa2 18:51:28 Removing intermediate container 025e61fc7aa2 18:51:28 ---> 069881523c49 18:51:28 Step 24/24 : LABEL version=0.0.0 18:51:28 ---> Running in 71380bd6024e 18:51:29 Removing intermediate container 71380bd6024e 18:51:29 ---> 591995c5eb7a 18:51:29 [Warning] One or more build-args [ARCH] were not consumed 18:51:29 Successfully built 591995c5eb7a 18:51:29 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:31 provisioning config files... 18:51:31 copy managed file [device-sdk-go-codecov-token] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-582@tmp/config7890011844609265826tmp [Pipeline] { [Pipeline] sh 18:51:31 + curl -s https://codecov.io/bash 18:51:31 + bash -s - -t @/w/workspace/dgexfoundry_device-sdk-go_PR-582@tmp/config7890011844609265826tmp [Pipeline] } 18:51:32 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:34 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 18:51:35 ---> package-listing.sh 18:51:35 ++ tr '[:upper:]' '[:lower:]' 18:51:35 ++ facter osfamily 18:51:35 + OS_FAMILY=redhat 18:51:35 + workspace=/w/workspace/dgexfoundry_device-sdk-go_PR-582 18:51:35 + START_PACKAGES=/tmp/packages_start.txt 18:51:35 + END_PACKAGES=/tmp/packages_end.txt 18:51:35 + DIFF_PACKAGES=/tmp/packages_diff.txt 18:51:35 + PACKAGES=/tmp/packages_start.txt 18:51:35 + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-582 ']' 18:51:35 + PACKAGES=/tmp/packages_end.txt 18:51:35 + case "${OS_FAMILY}" in 18:51:35 + rpm -qa 18:51:35 + sort 18:51:39 + '[' -f /tmp/packages_start.txt ']' 18:51:39 + '[' -f /tmp/packages_end.txt ']' 18:51:39 + diff /tmp/packages_start.txt /tmp/packages_end.txt 18:51:39 + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-582 ']' 18:51:39 + mkdir -p /w/workspace/dgexfoundry_device-sdk-go_PR-582/archives/ 18:51:39 + 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:39 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 18:51:39 18:51:39 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 18:51:40 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 18:51:40 alpine: Pulling from edgex-lftools-log-publisher 18:51:40 df20fa9351a1: Pulling fs layer 18:51:40 36b3adc4ff6f: Pulling fs layer 18:51:40 8ad3a11d3b57: Pulling fs layer 18:51:40 46f8f816bc3b: Pulling fs layer 18:51:40 0dadc02b9964: Pulling fs layer 18:51:40 ce6a7cf60c04: Pulling fs layer 18:51:40 7a184a31f384: Pulling fs layer 18:51:40 0879bd2ef858: Pulling fs layer 18:51:40 0dadc02b9964: Waiting 18:51:40 ce6a7cf60c04: Waiting 18:51:40 7a184a31f384: Waiting 18:51:40 0879bd2ef858: Waiting 18:51:40 46f8f816bc3b: Waiting 18:51:40 36b3adc4ff6f: Verifying Checksum 18:51:40 36b3adc4ff6f: Download complete 18:51:40 46f8f816bc3b: Verifying Checksum 18:51:40 46f8f816bc3b: Download complete 18:51:40 df20fa9351a1: Verifying Checksum 18:51:40 df20fa9351a1: Download complete 18:51:40 0dadc02b9964: Verifying Checksum 18:51:40 0dadc02b9964: Download complete 18:51:40 ce6a7cf60c04: Verifying Checksum 18:51:40 ce6a7cf60c04: Download complete 18:51:40 7a184a31f384: Verifying Checksum 18:51:40 8ad3a11d3b57: Verifying Checksum 18:51:40 8ad3a11d3b57: Download complete 18:51:40 df20fa9351a1: Pull complete 18:51:40 36b3adc4ff6f: Pull complete 18:51:40 0879bd2ef858: Verifying Checksum 18:51:40 0879bd2ef858: Download complete 18:51:41 8ad3a11d3b57: Pull complete 18:51:41 46f8f816bc3b: Pull complete 18:51:41 0dadc02b9964: Pull complete 18:51:42 ce6a7cf60c04: Pull complete 18:51:42 7a184a31f384: Pull complete 18:51:44 0879bd2ef858: Pull complete 18:51:44 Digest: sha256:6a0b98a82ad2e848da155b214a5d490c0357af837e10dd363e416ea0d50debb0 18:51:44 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 18:51:44 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 18:51:44 prd-centos7-docker-4c-2g-424 does not seem to be running inside a container 18:51:44 $ 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:51:49 $ docker top 99eb562d8b4e8831db80c17aa2d0167e1edacae42e88d6983552647ed08fa354 -eo pid,comm [Pipeline] { [Pipeline] sh 18:51:50 + mkdir -p /var/log/sa [Pipeline] sh 18:51:50 + ls /var/log/sa-host 18:51:50 + sadf -c /var/log/sa-host/sa05 18:51:50 file_magic: OK 18:51:50 HZ: Using current value: 100 18:51:50 file_header: OK 18:51:50 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:50 Statistics: 18:51:50 Hnuu...uuuununununu...Hnuu...uuuununununu... 18:51:50 File successfully converted to sysstat format version 12.2.1 18:51:50 + sadf -c /var/log/sa-host/sa18 18:51:50 file_magic: OK 18:51:50 HZ: Using current value: 100 18:51:50 file_header: OK 18:51:50 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:50 Statistics: 18:51:50 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 18:51:50 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 18:51:50 provisioning config files... 18:51:50 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-582@tmp/config2988930004867673762tmp [Pipeline] { [Pipeline] echo 18:51:50 Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 18:51:51 ---> create-netrc.sh [Pipeline] echo 18:51:51 Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 18:51:51 ---> logs-deploy.sh 18:51:51 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/PR-582/7 18:51:51 INFO: archiving workspace using pattern(s): 18:51:53 Archives upload complete. 18:51:53 INFO: archiving logs to Nexus