Pull request #738 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of hahattan for edgexfoundry/device-sdk-go Obtained Jenkinsfile from d5deea81f03dc35c07b2ed0c5de32627ba71ed6c+69f04b7fdf1dcdf1d7249d6f4cf0fd5d90d15cbb (214da38941671b27e153df8480714b3eeee9e608) 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 f82e9360b4159668f7e3e090307a6179e9a8e48d 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 f82e9360b4159668f7e3e090307a6179e9a8e48d 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 f82e9360b4159668f7e3e090307a6179e9a8e48d (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f f82e9360b4159668f7e3e090307a6179e9a8e48d # timeout=10 Commit message: "Merge pull request #311 from ernestojeda/fix-data-binary" > 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. Loading library lf-pipelines@master Attempting to resolve master 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 -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b86a95d4aff1c43a521ca3be618780efd0ee2800 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:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-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 --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > 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:lfit/releng-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, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2]] ========================================================= [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: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-21166 in /w/workspace/dgexfoundry_device-sdk-go_PR-738 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/device-sdk-go.git > git init /w/workspace/dgexfoundry_device-sdk-go_PR-738 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # 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 --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/738/head:refs/remotes/origin/PR-738 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 69f04b7fdf1dcdf1d7249d6f4cf0fd5d90d15cbb into PR head commit d5deea81f03dc35c07b2ed0c5de32627ba71ed6c Merge succeeded, producing d5deea81f03dc35c07b2ed0c5de32627ba71ed6c Checking out Revision d5deea81f03dc35c07b2ed0c5de32627ba71ed6c (PR-738) > git config core.sparsecheckout # timeout=10 > git checkout -f d5deea81f03dc35c07b2ed0c5de32627ba71ed6c # 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 69f04b7fdf1dcdf1d7249d6f4cf0fd5d90d15cbb # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f d5deea81f03dc35c07b2ed0c5de32627ba71ed6c # timeout=10 Commit message: "refactor: remove ValueType enumeration in Go-SDK" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 07:57:48 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 07:57:49 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 07:57:49 ========================================================= 07:57:49 EdgeX Global Pipelines Version Info 07:57:49 ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk 9e21f7aaa05ce715440a955ecf777a7356d89dab # timeout=10 07:57:51 ------------------- 07:57:51 stable info: 07:57:51 ------------------- 07:57:51 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 07:57:51 Commit SHA: f82e9360b4159668f7e3e090307a6179e9a8e48d 07:57:51 Message: update stable to v1.0.177 07:57:52 ------------------- 07:57:52 experimental info: 07:57:52 ------------------- 07:57:52 Commited By: **** collab-it+edgex@linuxfoundation.org 07:57:52 Commit SHA: e10e8b1c2921d3c8fd668fd9f38a05cab6ea93a3 07:57:52 Message: update experimental to v1.0.178 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 07:57:53 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-go-settings [Pipeline] echo 07:57:53 [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-go [Pipeline] echo 07:57:53 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 07:57:53 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 07:57:53 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 07:57:53 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 07:57:53 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 07:57:53 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 07:57:53 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = example/cmd/device-simple/Dockerfile [Pipeline] echo 07:57:53 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 07:57:54 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 07:57:54 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-sdk-simple [Pipeline] echo 07:57:54 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 07:57:54 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 07:57:54 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 07:57:54 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 07:57:54 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 07:57:54 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 07:57:54 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 07:57:54 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 07:57:55 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 07:57:55 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 07:57:55 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 07:57:55 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 07:57:55 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 07:57:55 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 07:57:55 [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo 07:57:55 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-738 [Pipeline] echo 07:57:55 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-738 [Pipeline] echo 07:57:55 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-738 [Pipeline] echo 07:57:56 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = d5deea81f03dc35c07b2ed0c5de32627ba71ed6c [Pipeline] echo 07:57:56 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = d5deea8 [Pipeline] echo 07:57:56 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 07:57:56 provisioning config files... 07:57:56 copy managed file [device-sdk-go-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-738@tmp/config8686367160841985043tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 07:57:56 ---> docker-login.sh 07:57:56 nexus3.edgexfoundry.org:10001 07:57:57 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:57:57 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:57:57 Configure a credential helper to remove this warning. See 07:57:57 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:57:57 07:57:57 Login Succeeded 07:57:57 nexus3.edgexfoundry.org:10002 07:57:58 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:57:58 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:57:58 Configure a credential helper to remove this warning. See 07:57:58 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:57:58 07:57:58 Login Succeeded 07:57:58 nexus3.edgexfoundry.org:10003 07:57:59 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:57:59 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:57:59 Configure a credential helper to remove this warning. See 07:57:59 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:57:59 07:57:59 Login Succeeded 07:57:59 nexus3.edgexfoundry.org:10004 07:57:59 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:57:59 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:57:59 Configure a credential helper to remove this warning. See 07:57:59 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:57:59 07:57:59 Login Succeeded 07:57:59 docker.io 07:57:59 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:58:00 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:58:00 Configure a credential helper to remove this warning. See 07:58:00 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:58:00 07:58:00 Login Succeeded 07:58:00 ---> docker-login.sh ends [Pipeline] } 07:58:00 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 07:58:01 + git log --format=format:%s -1 d5deea81f03dc35c07b2ed0c5de32627ba71ed6c [Pipeline] echo 07:58:01 GIT_COMMIT: d5deea81f03dc35c07b2ed0c5de32627ba71ed6c, Commit Message: refactor: remove ValueType enumeration in Go-SDK [Pipeline] echo 07:58:01 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 07:58:02 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 07:58:02 07:58:02 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 07:58:02 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 07:58:03 latest: Pulling from edgex-devops/git-semver 07:58:03 31603596830f: Pulling fs layer 07:58:03 2a8b12db71e7: Pulling fs layer 07:58:03 6ca5941a6612: Pulling fs layer 07:58:03 ecc8261a40a4: Pulling fs layer 07:58:03 ecc8261a40a4: Waiting 07:58:03 2a8b12db71e7: Verifying Checksum 07:58:03 2a8b12db71e7: Download complete 07:58:03 31603596830f: Verifying Checksum 07:58:03 31603596830f: Download complete 07:58:03 ecc8261a40a4: Verifying Checksum 07:58:03 ecc8261a40a4: Download complete 07:58:03 6ca5941a6612: Verifying Checksum 07:58:03 6ca5941a6612: Download complete 07:58:04 31603596830f: Pull complete 07:58:04 2a8b12db71e7: Pull complete 07:58:06 6ca5941a6612: Pull complete 07:58:07 ecc8261a40a4: Pull complete 07:58:07 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 07:58:07 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 07:58:07 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 07:58:07 prd-centos7-docker-4c-2g-21166 does not seem to be running inside a container 07:58:07 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-sdk-go_PR-738 -v /w/workspace/dgexfoundry_device-sdk-go_PR-738:/w/workspace/dgexfoundry_device-sdk-go_PR-738:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_PR-738@tmp:/w/workspace/dgexfoundry_device-sdk-go_PR-738@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 07:58:10 $ docker top 8fe072846a32caae3cff9f36b4992b7d76e8a2b3371533ebf8cee6eb092d35fb -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 07:58:10 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 07:58:10 [ssh-agent] Looking for ssh-agent implementation... 07:58:11 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 07:58:11 $ docker exec 8fe072846a32caae3cff9f36b4992b7d76e8a2b3371533ebf8cee6eb092d35fb ssh-agent 07:58:11 SSH_AUTH_SOCK=/tmp/ssh-I0mMqFg4rkJN/agent.11 07:58:11 SSH_AGENT_PID=16 07:58:11 Running ssh-add (command line suppressed) 07:58:11 Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-738@tmp/private_key_6085013920111428889.key (/w/workspace/dgexfoundry_device-sdk-go_PR-738@tmp/private_key_6085013920111428889.key) 07:58:12 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 07:58:12 + git tag --points-at HEAD [Pipeline] } 07:58:13 $ docker exec --env ******** --env ******** 8fe072846a32caae3cff9f36b4992b7d76e8a2b3371533ebf8cee6eb092d35fb ssh-agent -k 07:58:13 unset SSH_AUTH_SOCK; 07:58:13 unset SSH_AGENT_PID; 07:58:13 echo Agent pid 16 killed; 07:58:13 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 07:58:13 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 07:58:13 [ssh-agent] Looking for ssh-agent implementation... 07:58:14 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 07:58:14 $ docker exec 8fe072846a32caae3cff9f36b4992b7d76e8a2b3371533ebf8cee6eb092d35fb ssh-agent 07:58:14 SSH_AUTH_SOCK=/tmp/ssh-ZIcyewTpzLFc/agent.44 07:58:14 SSH_AGENT_PID=49 07:58:14 Running ssh-add (command line suppressed) 07:58:15 Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-738@tmp/private_key_61570476723750519.key (/w/workspace/dgexfoundry_device-sdk-go_PR-738@tmp/private_key_61570476723750519.key) 07:58:15 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 07:58:15 + git semver init 07:58:15 # -> Open(): unable to determine branch for HEAD 07:58:15 # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-738/.git 07:58:15 # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_PR-738 07:58:15 # $SEMVER_REMOTE_NAME = origin 07:58:15 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 07:58:15 # $SEMVER_USER_NAME = edgex-jenkins 07:58:15 # $SEMVER_BRANCH = PR-738 07:58:15 # $SEMVER_TEMP = /tmp/semver-440157889 07:58:15 # git clone --branch semver git@github.com:edgexfoundry/device-sdk-go.git $SEMVER_TEMP 07:58:17 # '/tmp/semver-440157889' -> '/w/workspace/dgexfoundry_device-sdk-go_PR-738/.semver' 07:58:17 # -> Force: false 07:58:17 # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-738/.semver [Pipeline] } 07:58:17 $ docker exec --env ******** --env ******** 8fe072846a32caae3cff9f36b4992b7d76e8a2b3371533ebf8cee6eb092d35fb ssh-agent -k 07:58:18 unset SSH_AUTH_SOCK; 07:58:18 unset SSH_AGENT_PID; 07:58:18 echo Agent pid 49 killed; 07:58:18 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 07:58:18 + git semver [Pipeline] } 07:58:18 $ docker stop --time=1 8fe072846a32caae3cff9f36b4992b7d76e8a2b3371533ebf8cee6eb092d35fb 07:58:20 $ docker rm -f 8fe072846a32caae3cff9f36b4992b7d76e8a2b3371533ebf8cee6eb092d35fb [Pipeline] // withDockerContainer [Pipeline] sh 07:58:21 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 07:58:22 Stashed 1 file(s) [Pipeline] echo 07:58:22 [edgeXSemver]: initialized semver on 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 07:58:37 Still waiting to schedule task 07:58:37 Waiting for next available executor on ‘centos7-docker-4c-2g’ 07:58:37 Still waiting to schedule task 07:58:37 ‘prd-ubuntu18.04-docker-arm64-4c-16g-18207’ is offline 08:00:26 Running on prd-ubuntu18.04-docker-arm64-4c-16g-21167 in /w/workspace/dgexfoundry_device-sdk-go_PR-738 [Pipeline] { [Pipeline] ws 08:00:26 Running in /w/workspace/device-sdk-go/3 [Pipeline] { [Pipeline] checkout 08:00:31 using credential edgex-jenkins-ssh 08:00:31 Cloning the remote Git repository 08:00:32 Cloning repository git@github.com:edgexfoundry/device-sdk-go.git 08:00:32 > git init /w/workspace/device-sdk-go/3 # timeout=10 08:00:32 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 08:00:32 > git --version # timeout=10 08:00:32 > git --version # 'git version 2.17.1' 08:00:32 using GIT_SSH to set credentials SSH Credentials for GitHub 08:00:32 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 08:00:34 Merging remotes/origin/master commit 69f04b7fdf1dcdf1d7249d6f4cf0fd5d90d15cbb into PR head commit d5deea81f03dc35c07b2ed0c5de32627ba71ed6c 08:00:33 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 08:00:33 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 08:00:33 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 08:00:33 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 08:00:33 using GIT_SSH to set credentials SSH Credentials for GitHub 08:00:33 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/738/head:refs/remotes/origin/PR-738 +refs/heads/master:refs/remotes/origin/master # timeout=10 08:00:34 > git config core.sparsecheckout # timeout=10 08:00:34 > git checkout -f d5deea81f03dc35c07b2ed0c5de32627ba71ed6c # timeout=10 08:00:34 Merge succeeded, producing d5deea81f03dc35c07b2ed0c5de32627ba71ed6c 08:00:34 Checking out Revision d5deea81f03dc35c07b2ed0c5de32627ba71ed6c (PR-738) 08:00:34 > git remote # timeout=10 08:00:34 > git config --get remote.origin.url # timeout=10 08:00:34 using GIT_SSH to set credentials SSH Credentials for GitHub 08:00:34 > git merge 69f04b7fdf1dcdf1d7249d6f4cf0fd5d90d15cbb # timeout=10 08:00:34 > git rev-parse HEAD^{commit} # timeout=10 08:00:34 > git config core.sparsecheckout # timeout=10 08:00:34 > git checkout -f d5deea81f03dc35c07b2ed0c5de32627ba71ed6c # timeout=10 08:00:38 Commit message: "refactor: remove ValueType enumeration in Go-SDK" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 08:00:40 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 08:00:41 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 08:00:41 + + true 08:00:41 sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 08:00:43 provisioning config files... 08:00:43 copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/3@tmp/config2988895873743161707tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 08:00:44 ---> docker-login.sh 08:00:44 nexus3.edgexfoundry.org:10001 08:00:45 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:00:45 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:00:45 Configure a credential helper to remove this warning. See 08:00:45 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:00:45 08:00:45 Login Succeeded 08:00:45 nexus3.edgexfoundry.org:10002 08:00:45 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:00:46 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:00:46 Configure a credential helper to remove this warning. See 08:00:46 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:00:46 08:00:46 Login Succeeded 08:00:46 nexus3.edgexfoundry.org:10003 08:00:46 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:00:46 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:00:46 Configure a credential helper to remove this warning. See 08:00:46 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:00:46 08:00:46 Login Succeeded 08:00:46 nexus3.edgexfoundry.org:10004 08:00:46 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:00:46 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:00:46 Configure a credential helper to remove this warning. See 08:00:46 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:00:46 08:00:46 Login Succeeded 08:00:46 docker.io 08:00:47 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:00:47 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:00:47 Configure a credential helper to remove this warning. See 08:00:47 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:00:47 08:00:47 Login Succeeded 08:00:47 ---> docker-login.sh ends [Pipeline] } 08:00:47 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 08:00:48 ========================================================= 08:00:48 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 08:00:48 ========================================================= [Pipeline] isUnix [Pipeline] sh 08:00:48 + 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 . 08:00:49 Running on prd-centos7-docker-4c-2g-21168 in /w/workspace/dgexfoundry_device-sdk-go_PR-738 [Pipeline] { [Pipeline] ws 08:00:49 Running in /w/workspace/device-sdk-go/3 [Pipeline] { [Pipeline] checkout 08:00:49 Sending build context to Docker daemon 2.593MB 08:00:49 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 08:00:49 Step 2/8 : FROM ${BASE} 08:00:49 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 08:00:49 5f621e34cdf4: Pulling fs layer 08:00:49 a4357932f1b6: Pulling fs layer 08:00:49 18c013af1878: Pulling fs layer 08:00:49 00ac8860ef70: Pulling fs layer 08:00:49 63d7cb157983: Pulling fs layer 08:00:49 b116817d02f9: Pulling fs layer 08:00:49 745a02a5169b: Pulling fs layer 08:00:49 00ac8860ef70: Waiting 08:00:49 63d7cb157983: Waiting 08:00:49 b116817d02f9: Waiting 08:00:49 745a02a5169b: Waiting 08:00:49 18c013af1878: Verifying Checksum 08:00:49 18c013af1878: Download complete 08:00:49 a4357932f1b6: Verifying Checksum 08:00:49 a4357932f1b6: Download complete 08:00:49 63d7cb157983: Download complete 08:00:49 5f621e34cdf4: Verifying Checksum 08:00:49 b116817d02f9: Verifying Checksum 08:00:49 b116817d02f9: Download complete 08:00:50 5f621e34cdf4: Pull complete 08:00:50 a4357932f1b6: Pull complete 08:00:51 18c013af1878: Pull complete 08:00:51 using credential edgex-jenkins-ssh 08:00:51 Cloning the remote Git repository 08:00:50 Cloning repository git@github.com:edgexfoundry/device-sdk-go.git 08:00:51 > git init /w/workspace/device-sdk-go/3 # timeout=10 08:00:51 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 08:00:51 > git --version # timeout=10 08:00:51 > git --version # 'git version 2.24.3' 08:00:51 using GIT_SSH to set credentials SSH Credentials for GitHub 08:00:51 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 08:00:52 745a02a5169b: Download complete 08:00:53 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 08:00:53 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 08:00:53 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 08:00:53 00ac8860ef70: Verifying Checksum 08:00:53 00ac8860ef70: Download complete 08:00:53 Merging remotes/origin/master commit 69f04b7fdf1dcdf1d7249d6f4cf0fd5d90d15cbb into PR head commit d5deea81f03dc35c07b2ed0c5de32627ba71ed6c 08:00:54 Merge succeeded, producing d5deea81f03dc35c07b2ed0c5de32627ba71ed6c 08:00:54 Checking out Revision d5deea81f03dc35c07b2ed0c5de32627ba71ed6c (PR-738) 08:00:53 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 08:00:53 using GIT_SSH to set credentials SSH Credentials for GitHub 08:00:53 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/738/head:refs/remotes/origin/PR-738 +refs/heads/master:refs/remotes/origin/master # timeout=10 08:00:53 > git config core.sparsecheckout # timeout=10 08:00:53 > git checkout -f d5deea81f03dc35c07b2ed0c5de32627ba71ed6c # timeout=10 08:00:53 > git remote # timeout=10 08:00:53 > git config --get remote.origin.url # timeout=10 08:00:53 using GIT_SSH to set credentials SSH Credentials for GitHub 08:00:53 > git merge 69f04b7fdf1dcdf1d7249d6f4cf0fd5d90d15cbb # timeout=10 08:00:53 > git rev-parse HEAD^{commit} # timeout=10 08:00:53 > git config core.sparsecheckout # timeout=10 08:00:53 > git checkout -f d5deea81f03dc35c07b2ed0c5de32627ba71ed6c # timeout=10 08:00:57 Commit message: "refactor: remove ValueType enumeration in Go-SDK" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 08:00:58 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 08:00:59 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 08:00:59 + sudo service docker restart 08:00:59 + true 08:00:59 Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 08:01:00 provisioning config files... 08:01:00 copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/3@tmp/config8251428054265921585tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 08:01:01 ---> docker-login.sh 08:01:01 nexus3.edgexfoundry.org:10001 08:01:01 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:01:01 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:01:01 Configure a credential helper to remove this warning. See 08:01:01 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:01:01 08:01:01 Login Succeeded 08:01:01 nexus3.edgexfoundry.org:10002 08:01:01 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:01:01 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:01:01 Configure a credential helper to remove this warning. See 08:01:01 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:01:01 08:01:01 Login Succeeded 08:01:01 nexus3.edgexfoundry.org:10003 08:01:01 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:01:02 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:01:02 Configure a credential helper to remove this warning. See 08:01:02 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:01:02 08:01:02 Login Succeeded 08:01:02 nexus3.edgexfoundry.org:10004 08:01:02 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:01:02 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:01:02 Configure a credential helper to remove this warning. See 08:01:02 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:01:02 08:01:02 Login Succeeded 08:01:02 docker.io 08:01:02 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:01:02 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:01:02 Configure a credential helper to remove this warning. See 08:01:02 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:01:02 08:01:02 Login Succeeded 08:01:02 ---> docker-login.sh ends [Pipeline] } 08:01:02 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 08:01:02 ========================================================= 08:01:02 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 08:01:02 ========================================================= [Pipeline] isUnix [Pipeline] sh 08:01:03 + 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 . 08:01:03 Sending build context to Docker daemon 2.594MB 08:01:03 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 08:01:03 Step 2/8 : FROM ${BASE} 08:01:03 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 08:01:03 188c0c94c7c5: Pulling fs layer 08:01:03 0ef7d3d256c8: Pulling fs layer 08:01:03 de9db76c5a1d: Pulling fs layer 08:01:03 bca2f99d35d6: Pulling fs layer 08:01:03 93359f2a8cfa: Pulling fs layer 08:01:03 7c6f9722023f: Pulling fs layer 08:01:03 a35cf1a2eb13: Pulling fs layer 08:01:03 bca2f99d35d6: Waiting 08:01:03 93359f2a8cfa: Waiting 08:01:03 7c6f9722023f: Waiting 08:01:03 a35cf1a2eb13: Waiting 08:01:03 de9db76c5a1d: Download complete 08:01:03 0ef7d3d256c8: Verifying Checksum 08:01:03 0ef7d3d256c8: Download complete 08:01:03 93359f2a8cfa: Verifying Checksum 08:01:03 93359f2a8cfa: Download complete 08:01:03 7c6f9722023f: Verifying Checksum 08:01:03 7c6f9722023f: Download complete 08:01:03 188c0c94c7c5: Verifying Checksum 08:01:03 188c0c94c7c5: Download complete 08:01:03 188c0c94c7c5: Pull complete 08:01:03 00ac8860ef70: Pull complete 08:01:04 0ef7d3d256c8: Pull complete 08:01:04 de9db76c5a1d: Pull complete 08:01:04 63d7cb157983: Pull complete 08:01:04 b116817d02f9: Pull complete 08:01:06 a35cf1a2eb13: Verifying Checksum 08:01:06 a35cf1a2eb13: Download complete 08:01:06 bca2f99d35d6: Download complete 08:01:09 745a02a5169b: Pull complete 08:01:09 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 08:01:09 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 08:01:09 ---> b7e6874047d6 08:01:09 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 08:01:11 bca2f99d35d6: Pull complete 08:01:11 93359f2a8cfa: Pull complete 08:01:11 7c6f9722023f: Pull complete 08:01:11 ---> Running in 2ade1d84c453 08:01:11 Removing intermediate container 2ade1d84c453 08:01:11 ---> 19f530053793 08:01:11 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:01:12 ---> Running in d37e9fa750ee 08:01:14 Removing intermediate container d37e9fa750ee 08:01:14 ---> 52610f71053e 08:01:14 Step 5/8 : RUN apk add --update --no-cache make git 08:01:14 ---> Running in 8fb6cd3cb987 08:01:15 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:01:16 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:01:16 OK: 142 MiB in 39 packages 08:01:16 a35cf1a2eb13: Pull complete 08:01:16 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 08:01:16 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 08:01:16 ---> a62c8e92a672 08:01:16 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 08:01:17 ---> Running in 7f27d39f3dad 08:01:17 Removing intermediate container 7f27d39f3dad 08:01:17 ---> 7f0a81c32f25 08:01:17 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:01:17 ---> Running in 712f5614529d 08:01:17 Removing intermediate container 8fb6cd3cb987 08:01:17 ---> 12f97963ae53 08:01:17 Step 6/8 : WORKDIR /device-sdk-go 08:01:18 ---> Running in 9313c9cf62e6 08:01:18 Removing intermediate container 712f5614529d 08:01:18 ---> ed1acc516eb7 08:01:18 Step 5/8 : RUN apk add --update --no-cache make git 08:01:18 ---> Running in 5dfebb8045c7 08:01:18 Removing intermediate container 9313c9cf62e6 08:01:18 ---> f6b154657613 08:01:18 Step 7/8 : COPY . . 08:01:19 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:01:19 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:01:20 OK: 166 MiB in 39 packages 08:01:20 ---> 88f00c1f0475 08:01:20 Step 8/8 : RUN go mod download 08:01:20 ---> Running in e483389a4fd4 08:01:20 Removing intermediate container 5dfebb8045c7 08:01:20 ---> 9171c0134531 08:01:20 Step 6/8 : WORKDIR /device-sdk-go 08:01:20 ---> Running in 9f471e6154fa 08:01:20 Removing intermediate container 9f471e6154fa 08:01:20 ---> 9a8da007775b 08:01:20 Step 7/8 : COPY . . 08:01:22 ---> 18e28bf3de52 08:01:22 Step 8/8 : RUN go mod download 08:01:22 ---> Running in 4f2223a0f5e6 08:01:40 Removing intermediate container 4f2223a0f5e6 08:01:40 ---> c4f3a5987075 08:01:40 Successfully built c4f3a5987075 08:01:40 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 08:01:40 + docker inspect -f . ci-base-image-x86_64 08:01:40 . [Pipeline] withDockerContainer 08:01:41 prd-centos7-docker-4c-2g-21168 does not seem to be running inside a container 08:01:41 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/3 -v /w/workspace/device-sdk-go/3:/w/workspace/device-sdk-go/3:rw,z -v /w/workspace/device-sdk-go/3@tmp:/w/workspace/device-sdk-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 08:01:41 $ docker top 74cd681f44505e06e2f200e7275a98b1c10b8136bf82bfd8f50b62cfb5228301 -eo pid,comm [Pipeline] { [Pipeline] sh 08:01:42 Removing intermediate container e483389a4fd4 08:01:42 ---> 3b1737dc2bcb 08:01:42 Successfully built 3b1737dc2bcb 08:01:42 Successfully tagged ci-base-image-arm64:latest 08:01:42 + go version 08:01:42 go version go1.15.5 linux/amd64 [Pipeline] isUnix [Pipeline] sh [Pipeline] } 08:01:42 $ docker stop --time=1 74cd681f44505e06e2f200e7275a98b1c10b8136bf82bfd8f50b62cfb5228301 08:01:42 + docker inspect -f . ci-base-image-arm64 08:01:42 . 08:01:43 $ docker rm -f 74cd681f44505e06e2f200e7275a98b1c10b8136bf82bfd8f50b62cfb5228301 [Pipeline] // withDockerContainer [Pipeline] withDockerContainer 08:01:44 prd-ubuntu18.04-docker-arm64-4c-16g-21167 does not seem to be running inside a container 08:01:44 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/3 -v /w/workspace/device-sdk-go/3:/w/workspace/device-sdk-go/3:rw,z -v /w/workspace/device-sdk-go/3@tmp:/w/workspace/device-sdk-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 08:01:45 $ docker top 333037837d571a4a82f46f697e04e9edff62730eed5e4cc778384526d3ddc73e -eo pid,comm [Pipeline] { [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] sh [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 08:01:46 + docker inspect -f . ci-base-image-x86_64 08:01:46 . 08:01:46 + go version 08:01:46 go version go1.15.5 linux/arm64 [Pipeline] withDockerContainer 08:01:47 prd-centos7-docker-4c-2g-21168 does not seem to be running inside a container 08:01:47 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/3 -v /w/workspace/device-sdk-go/3:/w/workspace/device-sdk-go/3:rw,z -v /w/workspace/device-sdk-go/3@tmp:/w/workspace/device-sdk-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 08:01:47 $ docker top 98efdfcb796452e0a891b795ddce4b40419b274d7ab8e2b4fd860ffabb9d43cc -eo pid,comm [Pipeline] { [Pipeline] } 08:01:47 $ docker stop --time=1 333037837d571a4a82f46f697e04e9edff62730eed5e4cc778384526d3ddc73e 08:01:49 $ docker rm -f 333037837d571a4a82f46f697e04e9edff62730eed5e4cc778384526d3ddc73e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] sh [Pipeline] // script [Pipeline] } [Pipeline] // stage 08:01:50 + make test 08:01:50 GO111MODULE=on go test -race -coverprofile=coverage.out ./... [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 08:01:51 + docker inspect -f . ci-base-image-arm64 08:01:51 . [Pipeline] withDockerContainer 08:01:51 prd-ubuntu18.04-docker-arm64-4c-16g-21167 does not seem to be running inside a container 08:01:51 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/3 -v /w/workspace/device-sdk-go/3:/w/workspace/device-sdk-go/3:rw,z -v /w/workspace/device-sdk-go/3@tmp:/w/workspace/device-sdk-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 08:01:52 $ docker top 48465bf51bb79c1241bd39667075b90a0ec84b4d05c0b961a7e638c6ddd53fc2 -eo pid,comm [Pipeline] { [Pipeline] sh 08:01:54 + make test 08:01:54 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 08:01:57 ? github.com/edgexfoundry/device-sdk-go/v2 [no test files] 08:02:12 ? github.com/edgexfoundry/device-sdk-go/v2/example/cmd/device-simple [no test files] 08:02:12 ? github.com/edgexfoundry/device-sdk-go/v2/example/driver [no test files] 08:02:12 ? github.com/edgexfoundry/device-sdk-go/v2/internal/autodiscovery [no test files] 08:02:12 ok github.com/edgexfoundry/device-sdk-go/v2/internal/autoevent 0.056s coverage: 19.4% of statements 08:02:12 ok github.com/edgexfoundry/device-sdk-go/v2/internal/cache 0.432s coverage: 97.1% of statements 08:02:16 ? github.com/edgexfoundry/device-sdk-go/v2 [no test files] 08:02:44 ok github.com/edgexfoundry/device-sdk-go/v2/internal/clients 30.049s coverage: 9.4% of statements 08:02:44 ok github.com/edgexfoundry/device-sdk-go/v2/internal/common 0.055s coverage: 21.7% of statements 08:02:44 ? github.com/edgexfoundry/device-sdk-go/v2/internal/container [no test files] 08:02:44 ok github.com/edgexfoundry/device-sdk-go/v2/internal/controller 0.208s coverage: 43.2% of statements 08:02:44 ? github.com/edgexfoundry/device-sdk-go/v2/internal/controller/correlation [no test files] 08:02:44 ok github.com/edgexfoundry/device-sdk-go/v2/internal/handler 0.285s coverage: 68.9% of statements 08:02:44 ? github.com/edgexfoundry/device-sdk-go/v2/internal/handler/callback [no test files] 08:02:44 ? github.com/edgexfoundry/device-sdk-go/v2/internal/mock [no test files] 08:02:44 ? github.com/edgexfoundry/device-sdk-go/v2/internal/provision [no test files] 08:02:44 ? github.com/edgexfoundry/device-sdk-go/v2/internal/telemetry [no test files] 08:02:44 ok github.com/edgexfoundry/device-sdk-go/v2/internal/transformer 0.067s coverage: 53.8% of statements 08:02:44 ? github.com/edgexfoundry/device-sdk-go/v2/internal/v2/application [no test files] 08:02:44 ? github.com/edgexfoundry/device-sdk-go/v2/internal/v2/cache [no test files] 08:02:44 ok github.com/edgexfoundry/device-sdk-go/v2/internal/v2/controller/http 0.081s coverage: 26.8% of statements 08:02:44 ok github.com/edgexfoundry/device-sdk-go/v2/pkg/models 2.212s coverage: 83.5% of statements 08:02:44 ok github.com/edgexfoundry/device-sdk-go/v2/pkg/service 0.057s coverage: 4.2% of statements 08:02:44 ? github.com/edgexfoundry/device-sdk-go/v2/pkg/startup [no test files] 08:02:44 GO111MODULE=on go vet ./... 08:02:51 gofmt -l . 08:02:51 [ "`gofmt -l .`" = "" ] 08:02:51 ./bin/test-attribution-txt.sh 08:02:52 ./bin/test-go-mod-tidy.sh [Pipeline] } 08:02:52 $ docker stop --time=1 98efdfcb796452e0a891b795ddce4b40419b274d7ab8e2b4fd860ffabb9d43cc 08:02:54 $ docker rm -f 98efdfcb796452e0a891b795ddce4b40419b274d7ab8e2b4fd860ffabb9d43cc [Pipeline] // withDockerContainer [Pipeline] sh 08:02:55 ? github.com/edgexfoundry/device-sdk-go/v2/example/cmd/device-simple [no test files] 08:02:55 ? github.com/edgexfoundry/device-sdk-go/v2/example/driver [no test files] 08:02:55 ? github.com/edgexfoundry/device-sdk-go/v2/internal/autodiscovery [no test files] 08:02:55 + sudo chown -R jenkins:jenkins . [Pipeline] stash 08:02:55 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) 08:02:56 ok github.com/edgexfoundry/device-sdk-go/v2/internal/autoevent 0.112s coverage: 19.4% of statements [Pipeline] sh 08:02:58 + sudo chown -R jenkins:jenkins . [Pipeline] sh 08:02:58 + ls -al . 08:02:58 total 216 08:02:58 drwxrwxr-x. 10 jenkins jenkins 4096 Jan 19 08:02 . 08:02:58 drwxrwxr-x. 4 jenkins jenkins 28 Jan 19 08:00 .. 08:02:58 drwxrwxr-x. 2 jenkins jenkins 64 Jan 19 08:00 bin 08:02:58 -rw-r--r--. 1 jenkins jenkins 136842 Jan 19 08:02 coverage.out 08:02:58 -rw-rw-r--. 1 jenkins jenkins 949 Jan 19 08:00 Dockerfile.build 08:02:58 -rw-rw-r--. 1 jenkins jenkins 140 Jan 19 08:00 .dockerignore 08:02:58 drwxrwxr-x. 4 jenkins jenkins 48 Jan 19 08:00 example 08:02:58 drwxrwxr-x. 8 jenkins jenkins 179 Jan 19 08:00 .git 08:02:58 drwxrwxr-x. 2 jenkins jenkins 103 Jan 19 08:00 .github 08:02:58 -rw-rw-r--. 1 jenkins jenkins 138 Jan 19 08:00 .gitignore 08:02:58 -rw-r--r--. 1 jenkins jenkins 491 Jan 19 08:02 go.mod 08:02:58 -rw-r--r--. 1 jenkins jenkins 14124 Jan 19 08:02 go.sum 08:02:58 drwxrwxr-x. 15 jenkins jenkins 211 Jan 19 08:00 internal 08:02:58 -rw-rw-r--. 1 jenkins jenkins 901 Jan 19 08:00 Jenkinsfile 08:02:58 -rw-rw-r--. 1 jenkins jenkins 11341 Jan 19 08:00 LICENSE 08:02:58 -rw-rw-r--. 1 jenkins jenkins 1016 Jan 19 08:00 Makefile 08:02:58 drwxrwxr-x. 4 jenkins jenkins 26 Jan 19 08:00 openapi 08:02:58 drwxrwxr-x. 5 jenkins jenkins 50 Jan 19 08:00 pkg 08:02:58 -rw-rw-r--. 1 jenkins jenkins 5897 Jan 19 08:00 README.md 08:02:58 -rw-rw-r--. 1 jenkins jenkins 6616 Jan 19 08:00 RELEASE-NOTES.txt 08:02:58 drwxrwxr-x. 4 jenkins jenkins 54 Jan 19 08:00 snap 08:02:58 -rw-rw-r--. 1 jenkins jenkins 5 Jan 19 07:58 VERSION 08:02:58 -rw-rw-r--. 1 jenkins jenkins 222 Jan 19 08:00 version.go [Pipeline] isUnix [Pipeline] sh 08:02:58 + 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=d5deea81f03dc35c07b2ed0c5de32627ba71ed6c --label arch=amd64 --label version=0.0.0 . 08:02:59 Sending build context to Docker daemon 2.732MB 08:02:59 Step 1/24 : ARG BASE=golang:1.15-alpine3.12 08:02:59 Step 2/24 : FROM ${BASE} AS builder 08:02:59 ---> c4f3a5987075 08:02:59 Step 3/24 : ARG MAKE='make build' 08:02:59 ---> Running in e58c346d9009 08:03:00 Removing intermediate container e58c346d9009 08:03:00 ---> 486c3d3b5707 08:03:00 Step 4/24 : WORKDIR /device-sdk-go 08:03:00 ---> Running in f8dd6ee79b9d 08:03:00 Removing intermediate container f8dd6ee79b9d 08:03:00 ---> 97832c1fda3e 08:03:00 Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 08:03:00 ---> Running in ba60c76c0926 08:03:00 Removing intermediate container ba60c76c0926 08:03:00 ---> 2cbeeed255e4 08:03:00 Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:03:00 ---> Running in 14b60262d744 08:03:01 Removing intermediate container 14b60262d744 08:03:01 ---> e917655c60b3 08:03:01 Step 7/24 : RUN apk add --update --no-cache make git 08:03:01 ---> Running in f31e0c615f11 08:03:01 ok github.com/edgexfoundry/device-sdk-go/v2/internal/cache 1.209s coverage: 97.1% of statements 08:03:01 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:03:02 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:03:02 OK: 166 MiB in 39 packages 08:03:03 Removing intermediate container f31e0c615f11 08:03:03 ---> 01ac08414e76 08:03:03 Step 8/24 : COPY . . 08:03:04 ---> 1ec9c3591e15 08:03:04 Step 9/24 : RUN ${MAKE} 08:03:04 ---> Running in 781ac5d1ed75 08:03:05 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-sdk-go/v2.Version=0.0.0" -o example/cmd/device-simple/device-simple ./example/cmd/device-simple 08:03:13 CGO_ENABLED=0 GO111MODULE=on go install -tags=safe 08:03:14 Removing intermediate container 781ac5d1ed75 08:03:14 ---> 0e554941c9b7 08:03:14 Step 10/24 : FROM scratch 08:03:14 ---> 08:03:14 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 08:03:15 ---> Running in 21bd5d1f1fe3 08:03:15 Removing intermediate container 21bd5d1f1fe3 08:03:15 ---> 6b805493a5c7 08:03:15 Step 12/24 : ENV APP_PORT=49990 08:03:15 ---> Running in bfbdeaecbcd8 08:03:15 Removing intermediate container bfbdeaecbcd8 08:03:15 ---> 85c16dcdbb77 08:03:15 Step 13/24 : EXPOSE $APP_PORT 08:03:15 ---> Running in 941f026d1031 08:03:15 Removing intermediate container 941f026d1031 08:03:15 ---> 4df58c1c56d0 08:03:15 Step 14/24 : WORKDIR / 08:03:15 ---> Running in 32f8ecc4f25f 08:03:15 Removing intermediate container 32f8ecc4f25f 08:03:15 ---> f05c5e020e71 08:03:15 Step 15/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple 08:03:16 ---> 8d0844b65991 08:03:16 Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml 08:03:16 ---> e896ced990f1 08:03:16 Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml 08:03:17 ---> 20f2e51edaac 08:03:17 Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png 08:03:17 ---> 8ce49f9f31c8 08:03:17 Step 19/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg 08:03:17 ---> 80394704f4ad 08:03:17 Step 20/24 : ENTRYPOINT ["/usr/local/bin/device-simple"] 08:03:17 ---> Running in 75da2f4870e7 08:03:17 Removing intermediate container 75da2f4870e7 08:03:17 ---> 842a515550a3 08:03:17 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 08:03:17 ---> Running in 37f6cca70e0e 08:03:18 Removing intermediate container 37f6cca70e0e 08:03:18 ---> a34a8fc6ab0f 08:03:18 Step 22/24 : LABEL arch=amd64 08:03:18 ---> Running in f2a89ce56c97 08:03:18 Removing intermediate container f2a89ce56c97 08:03:18 ---> 494c0af777cb 08:03:18 Step 23/24 : LABEL git_sha=d5deea81f03dc35c07b2ed0c5de32627ba71ed6c 08:03:18 ---> Running in 0d0241c22700 08:03:18 Removing intermediate container 0d0241c22700 08:03:18 ---> 1e2baa7eeca2 08:03:18 Step 24/24 : LABEL version=0.0.0 08:03:18 ---> Running in 290364ec5fcb 08:03:18 Removing intermediate container 290364ec5fcb 08:03:18 ---> 7faacea3e8b5 08:03:18 [Warning] One or more build-args [ARCH] were not consumed 08:03:18 Successfully built 7faacea3e8b5 08:03:18 Successfully tagged docker-device-sdk-simple:latest [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] } 08:03:34 ok github.com/edgexfoundry/device-sdk-go/v2/internal/clients 30.156s coverage: 9.4% of statements 08:03:34 ok github.com/edgexfoundry/device-sdk-go/v2/internal/common 0.110s coverage: 21.7% of statements 08:03:34 ? github.com/edgexfoundry/device-sdk-go/v2/internal/container [no test files] 08:03:34 ok github.com/edgexfoundry/device-sdk-go/v2/internal/controller 0.598s coverage: 43.2% of statements 08:03:34 ? github.com/edgexfoundry/device-sdk-go/v2/internal/controller/correlation [no test files] 08:03:34 ok github.com/edgexfoundry/device-sdk-go/v2/internal/handler 0.756s coverage: 68.9% of statements 08:03:34 ? github.com/edgexfoundry/device-sdk-go/v2/internal/handler/callback [no test files] 08:03:34 ? github.com/edgexfoundry/device-sdk-go/v2/internal/mock [no test files] 08:03:34 ? github.com/edgexfoundry/device-sdk-go/v2/internal/provision [no test files] 08:03:34 ? github.com/edgexfoundry/device-sdk-go/v2/internal/telemetry [no test files] 08:03:34 ok github.com/edgexfoundry/device-sdk-go/v2/internal/transformer 0.205s coverage: 53.8% of statements 08:03:34 ? github.com/edgexfoundry/device-sdk-go/v2/internal/v2/application [no test files] 08:03:34 ? github.com/edgexfoundry/device-sdk-go/v2/internal/v2/cache [no test files] 08:03:34 ok github.com/edgexfoundry/device-sdk-go/v2/internal/v2/controller/http 0.174s coverage: 26.8% of statements 08:03:34 ok github.com/edgexfoundry/device-sdk-go/v2/pkg/models 5.967s coverage: 83.5% of statements 08:03:34 ok github.com/edgexfoundry/device-sdk-go/v2/pkg/service 0.141s coverage: 4.2% of statements 08:03:34 ? github.com/edgexfoundry/device-sdk-go/v2/pkg/startup [no test files] 08:03:34 GO111MODULE=on go vet ./... 08:04:06 gofmt -l . 08:04:06 [ "`gofmt -l .`" = "" ] 08:04:06 ./bin/test-attribution-txt.sh 08:04:06 ./bin/test-go-mod-tidy.sh [Pipeline] } 08:04:06 $ docker stop --time=1 48465bf51bb79c1241bd39667075b90a0ec84b4d05c0b961a7e638c6ddd53fc2 08:04:08 $ docker rm -f 48465bf51bb79c1241bd39667075b90a0ec84b4d05c0b961a7e638c6ddd53fc2 [Pipeline] // withDockerContainer [Pipeline] sh 08:04:09 + sudo chown -R jenkins:jenkins . [Pipeline] stash 08:04:09 Warning: overwriting stash ‘coverage-report’ 08:04:10 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 08:04:11 + sudo chown -R jenkins:jenkins . [Pipeline] sh 08:04:11 + ls -al . 08:04:11 total 252 08:04:11 drwxrwxr-x 10 jenkins jenkins 4096 Jan 19 08:04 . 08:04:11 drwxrwxr-x 4 jenkins jenkins 4096 Jan 19 08:00 .. 08:04:11 -rw-rw-r-- 1 jenkins jenkins 140 Jan 19 08:00 .dockerignore 08:04:11 drwxrwxr-x 8 jenkins jenkins 4096 Jan 19 08:00 .git 08:04:11 drwxrwxr-x 2 jenkins jenkins 4096 Jan 19 08:00 .github 08:04:11 -rw-rw-r-- 1 jenkins jenkins 138 Jan 19 08:00 .gitignore 08:04:11 -rw-rw-r-- 1 jenkins jenkins 949 Jan 19 08:00 Dockerfile.build 08:04:11 -rw-rw-r-- 1 jenkins jenkins 901 Jan 19 08:00 Jenkinsfile 08:04:11 -rw-rw-r-- 1 jenkins jenkins 11341 Jan 19 08:00 LICENSE 08:04:11 -rw-rw-r-- 1 jenkins jenkins 1016 Jan 19 08:00 Makefile 08:04:11 -rw-rw-r-- 1 jenkins jenkins 5897 Jan 19 08:00 README.md 08:04:11 -rw-rw-r-- 1 jenkins jenkins 6616 Jan 19 08:00 RELEASE-NOTES.txt 08:04:11 -rw-rw-r-- 1 jenkins jenkins 5 Jan 19 07:58 VERSION 08:04:11 drwxrwxr-x 2 jenkins jenkins 4096 Jan 19 08:00 bin 08:04:11 -rw-r--r-- 1 jenkins jenkins 136842 Jan 19 08:03 coverage.out 08:04:11 drwxrwxr-x 4 jenkins jenkins 4096 Jan 19 08:00 example 08:04:11 -rw-r--r-- 1 jenkins jenkins 491 Jan 19 08:04 go.mod 08:04:11 -rw-r--r-- 1 jenkins jenkins 14124 Jan 19 08:04 go.sum 08:04:11 drwxrwxr-x 15 jenkins jenkins 4096 Jan 19 08:00 internal 08:04:11 drwxrwxr-x 4 jenkins jenkins 4096 Jan 19 08:00 openapi 08:04:11 drwxrwxr-x 5 jenkins jenkins 4096 Jan 19 08:00 pkg 08:04:11 drwxrwxr-x 4 jenkins jenkins 4096 Jan 19 08:00 snap 08:04:11 -rw-rw-r-- 1 jenkins jenkins 222 Jan 19 08:00 version.go [Pipeline] isUnix [Pipeline] sh 08:04:12 + 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=d5deea81f03dc35c07b2ed0c5de32627ba71ed6c --label arch=arm64 --label version=0.0.0 . 08:04:12 Sending build context to Docker daemon 2.731MB 08:04:12 Step 1/24 : ARG BASE=golang:1.15-alpine3.12 08:04:12 Step 2/24 : FROM ${BASE} AS builder 08:04:12 ---> 3b1737dc2bcb 08:04:12 Step 3/24 : ARG MAKE='make build' 08:04:12 ---> Running in 3a9cb37cfce3 08:04:13 Removing intermediate container 3a9cb37cfce3 08:04:13 ---> 11cf7c520391 08:04:13 Step 4/24 : WORKDIR /device-sdk-go 08:04:13 ---> Running in a91146bb58da 08:04:14 Removing intermediate container a91146bb58da 08:04:14 ---> 16a5df6387d5 08:04:14 Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 08:04:14 ---> Running in 9aaae1c19b06 08:04:14 Removing intermediate container 9aaae1c19b06 08:04:14 ---> ff858e8c5044 08:04:14 Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:04:14 ---> Running in 7eb8f5cfec9e 08:04:16 Removing intermediate container 7eb8f5cfec9e 08:04:16 ---> f45100e6aa2e 08:04:16 Step 7/24 : RUN apk add --update --no-cache make git 08:04:16 ---> Running in 264fddeb1a2a 08:04:17 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:04:18 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:04:19 OK: 142 MiB in 39 packages 08:04:20 Removing intermediate container 264fddeb1a2a 08:04:20 ---> 2e4144066d73 08:04:20 Step 8/24 : COPY . . 08:04:21 ---> 79a2150016ac 08:04:21 Step 9/24 : RUN ${MAKE} 08:04:22 ---> Running in a8f0e423cd25 08:04:23 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-sdk-go/v2.Version=0.0.0" -o example/cmd/device-simple/device-simple ./example/cmd/device-simple 08:04:49 CGO_ENABLED=0 GO111MODULE=on go install -tags=safe 08:04:49 Removing intermediate container a8f0e423cd25 08:04:49 ---> 8090127f919b 08:04:49 Step 10/24 : FROM scratch 08:04:49 ---> 08:04:49 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 08:04:49 ---> Running in fa63c8eef618 08:04:50 Removing intermediate container fa63c8eef618 08:04:50 ---> d069575833cf 08:04:50 Step 12/24 : ENV APP_PORT=49990 08:04:50 ---> Running in 40d4dcffdfe1 08:04:50 Removing intermediate container 40d4dcffdfe1 08:04:50 ---> d4cc95b6afc5 08:04:50 Step 13/24 : EXPOSE $APP_PORT 08:04:51 ---> Running in 03367066275c 08:04:51 Removing intermediate container 03367066275c 08:04:51 ---> eaf882a731ea 08:04:51 Step 14/24 : WORKDIR / 08:04:51 ---> Running in 4457fc13181b 08:04:51 Removing intermediate container 4457fc13181b 08:04:51 ---> 14e44fb69f95 08:04:51 Step 15/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple 08:04:52 ---> 1c6298d3f98e 08:04:52 Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml 08:04:53 ---> 18a85adcbd26 08:04:53 Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml 08:04:54 ---> 85b343e4c8b4 08:04:54 Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png 08:04:55 ---> 9ce3a3c0e268 08:04:55 Step 19/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg 08:04:56 ---> 7f4768ec4819 08:04:56 Step 20/24 : ENTRYPOINT ["/usr/local/bin/device-simple"] 08:04:56 ---> Running in 4efe300bb6af 08:04:56 Removing intermediate container 4efe300bb6af 08:04:56 ---> a776d9bfd3ee 08:04:56 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 08:04:56 ---> Running in d17d8376bb0d 08:04:57 Removing intermediate container d17d8376bb0d 08:04:57 ---> 0b05630a8a97 08:04:57 Step 22/24 : LABEL arch=arm64 08:04:57 ---> Running in c0922c5ea731 08:04:57 Removing intermediate container c0922c5ea731 08:04:57 ---> 3baab9b47c0c 08:04:57 Step 23/24 : LABEL git_sha=d5deea81f03dc35c07b2ed0c5de32627ba71ed6c 08:04:58 ---> Running in 1321f6abfda6 08:04:58 Removing intermediate container 1321f6abfda6 08:04:58 ---> 8310c5a0f31d 08:04:58 Step 24/24 : LABEL version=0.0.0 08:04:58 ---> Running in 27f1eacf816e 08:04:59 Removing intermediate container 27f1eacf816e 08:04:59 ---> cea027f9009a 08:04:59 [Warning] One or more build-args [ARCH] were not consumed 08:04:59 Successfully built cea027f9009a 08:04:59 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] } [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 08:05:01 provisioning config files... 08:05:01 copy managed file [device-sdk-go-codecov-token] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-738@tmp/config6110580055382390741tmp [Pipeline] { [Pipeline] sh 08:05:01 + set +x 08:05:01 + curl -s https://codecov.io/bash 08:05:01 + bash -s -- 08:05:02 08:05:02 _____ _ 08:05:02 / ____| | | 08:05:02 | | ___ __| | ___ ___ _____ __ 08:05:02 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 08:05:02 | |___| (_) | (_| | __/ (_| (_) \ V / 08:05:02 \_____\___/ \__,_|\___|\___\___/ \_/ 08:05:02 Bash-20210115-cec3c92 08:05:02 08:05:02 08:05:02 ==> git version 2.24.3 found 08:05:02 ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 08:05:02 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 08:05:02 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 08:05:02 ==> Jenkins CI detected. 08:05:02 project root: . 08:05:02 --> token set from env 08:05:02 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 08:05:02 ==> Running gcov in . (disable via -X gcov) 08:05:02 ==> Python coveragepy not found 08:05:02 ==> Searching for coverage reports in: 08:05:02 + . 08:05:02 -> Found 1 reports 08:05:02 ==> Detecting git/mercurial file structure 08:05:02 ==> Reading reports 08:05:02 + ./coverage.out bytes=136842 08:05:02 ==> Appending adjustments 08:05:02 https://docs.codecov.io/docs/fixing-reports 08:05:03 + Found adjustments 08:05:03 ==> Gzipping contents 08:05:03 24K /tmp/codecov.EhdzIu.gz 08:05:03 ==> Uploading reports 08:05:03 url: https://codecov.io 08:05:03 query: branch=PR-738&commit=d5deea81f03dc35c07b2ed0c5de32627ba71ed6c&build=3&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2FPR-738%2F3%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=738&job=&cmd_args= 08:05:03 -> Pinging Codecov 08:05:03 https://codecov.io/upload/v4?package=bash-20210115-cec3c92&token=secret&branch=PR-738&commit=d5deea81f03dc35c07b2ed0c5de32627ba71ed6c&build=3&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2FPR-738%2F3%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=738&job=&cmd_args= 08:05:04 -> Uploading to 08:05:04 https://storage.googleapis.com/codecov/v4/raw/2021-01-19/7E55EF52A471D76F132DFD9A03CDDE97/d5deea81f03dc35c07b2ed0c5de32627ba71ed6c/7fff5c96-fa70-4bd8-a85d-006bf41716d6.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210119%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210119T080504Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=497838f4ecd39bc898eace8ae9fc69989552fe101de680b83f64d359be28001c 08:05:04 % Total % Received % Xferd Average Speed Time Time Time Current 08:05:04 Dload Upload Total Spent Left Speed 08:05:04 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 21532 0 0 100 21532 0 35119 --:--:-- --:--:-- --:--:-- 35183 08:05:04 -> View reports at https://codecov.io/github/edgexfoundry/device-sdk-go/commit/d5deea81f03dc35c07b2ed0c5de32627ba71ed6c [Pipeline] } 08:05:04 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) Stage "Snyk Dependency Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) Stage "Snyk Docker Image Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" 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 08:05:09 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 08:05:10 ---> package-listing.sh 08:05:10 ++ facter osfamily 08:05:10 ++ tr '[:upper:]' '[:lower:]' 08:05:10 + OS_FAMILY=redhat 08:05:10 + workspace=/w/workspace/dgexfoundry_device-sdk-go_PR-738 08:05:10 + START_PACKAGES=/tmp/packages_start.txt 08:05:10 + END_PACKAGES=/tmp/packages_end.txt 08:05:10 + DIFF_PACKAGES=/tmp/packages_diff.txt 08:05:10 + PACKAGES=/tmp/packages_start.txt 08:05:10 + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-738 ']' 08:05:10 + PACKAGES=/tmp/packages_end.txt 08:05:10 + case "${OS_FAMILY}" in 08:05:10 + rpm -qa 08:05:10 + sort 08:05:18 + '[' -f /tmp/packages_start.txt ']' 08:05:18 + '[' -f /tmp/packages_end.txt ']' 08:05:18 + diff /tmp/packages_start.txt /tmp/packages_end.txt 08:05:18 + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-738 ']' 08:05:18 + mkdir -p /w/workspace/dgexfoundry_device-sdk-go_PR-738/archives/ 08:05:18 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dgexfoundry_device-sdk-go_PR-738/archives/ [Pipeline] echo 08:05:18 Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/dgexfoundry_device-sdk-go_PR-738/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 08:05:19 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 08:05:19 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 08:05:20 08:05:20 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 08:05:20 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 08:05:20 alpine: Pulling from edgex-lftools-log-publisher 08:05:20 df20fa9351a1: Pulling fs layer 08:05:20 36b3adc4ff6f: Pulling fs layer 08:05:20 8ad3a11d3b57: Pulling fs layer 08:05:20 46f8f816bc3b: Pulling fs layer 08:05:20 93b61091891f: Pulling fs layer 08:05:20 93b9cdb0e59b: Pulling fs layer 08:05:20 5e14af77c1be: Pulling fs layer 08:05:20 01666e4c0597: Pulling fs layer 08:05:20 aa168da1d23b: Pulling fs layer 08:05:20 93b9cdb0e59b: Waiting 08:05:20 5e14af77c1be: Waiting 08:05:20 01666e4c0597: Waiting 08:05:20 aa168da1d23b: Waiting 08:05:20 46f8f816bc3b: Waiting 08:05:20 93b61091891f: Waiting 08:05:20 36b3adc4ff6f: Verifying Checksum 08:05:20 36b3adc4ff6f: Download complete 08:05:20 46f8f816bc3b: Verifying Checksum 08:05:20 46f8f816bc3b: Download complete 08:05:21 df20fa9351a1: Download complete 08:05:21 93b9cdb0e59b: Verifying Checksum 08:05:21 93b9cdb0e59b: Download complete 08:05:21 5e14af77c1be: Verifying Checksum 08:05:21 5e14af77c1be: Download complete 08:05:21 01666e4c0597: Verifying Checksum 08:05:21 01666e4c0597: Download complete 08:05:21 93b61091891f: Verifying Checksum 08:05:21 93b61091891f: Download complete 08:05:22 df20fa9351a1: Pull complete 08:05:22 8ad3a11d3b57: Verifying Checksum 08:05:22 8ad3a11d3b57: Download complete 08:05:22 36b3adc4ff6f: Pull complete 08:05:26 8ad3a11d3b57: Pull complete 08:05:26 46f8f816bc3b: Pull complete 08:05:27 93b61091891f: Pull complete 08:05:27 93b9cdb0e59b: Pull complete 08:05:28 5e14af77c1be: Pull complete 08:05:28 01666e4c0597: Pull complete 08:05:29 aa168da1d23b: Verifying Checksum 08:05:29 aa168da1d23b: Download complete 08:05:45 aa168da1d23b: Pull complete 08:05:45 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 08:05:45 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 08:05:45 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 08:05:45 prd-centos7-docker-4c-2g-21166 does not seem to be running inside a container 08:05:45 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/dgexfoundry_device-sdk-go_PR-738/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/dgexfoundry_device-sdk-go_PR-738 -v /w/workspace/dgexfoundry_device-sdk-go_PR-738:/w/workspace/dgexfoundry_device-sdk-go_PR-738:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_PR-738@tmp:/w/workspace/dgexfoundry_device-sdk-go_PR-738@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 08:05:49 $ docker top 02f68050d1fe365bf6404a0a6c64137d4813d32b5e51f1d78e55ece67067546f -eo pid,comm [Pipeline] { [Pipeline] sh 08:05:50 + touch /tmp/pre-build-complete [Pipeline] sh 08:05:51 + mkdir -p /var/log/sa [Pipeline] sh 08:05:51 + ls /var/log/sa-host 08:05:51 + sadf -c /var/log/sa-host/sa19 08:05:51 file_magic: OK 08:05:51 HZ: Using current value: 100 08:05:51 file_header: OK 08:05:51 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 08:05:51 Statistics: 08:05:51 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 08:05:51 File successfully converted to sysstat format version 12.2.1 08:05:51 + sadf -c /var/log/sa-host/sa23 08:05:51 file_magic: OK 08:05:51 HZ: Using current value: 100 08:05:51 file_header: OK 08:05:51 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 08:05:51 Statistics: 08:05:51 Hnuu...uuuununununu... 08:05:51 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 08:05:52 provisioning config files... 08:05:52 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-738@tmp/config3730715518666973524tmp [Pipeline] { [Pipeline] echo 08:05:53 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 08:05:53 ---> create-netrc.sh [Pipeline] } 08:05:53 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 08:05:53 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 08:05:54 ---> python-tools-install.sh [Pipeline] echo 08:05:54 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 08:05:55 ---> sudo-logs.sh 08:05:55 Archiving 'sudo' log.. [Pipeline] echo 08:05:55 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 08:05:56 ---> job-cost.sh 08:05:56 lf-activate-venv: SKIPPING 08:05:56 INFO: No Stack... 08:05:57 INFO: Retrieving Pricing Info for: v1-standard-2 08:05:58 INFO: Archiving Costs [Pipeline] echo 08:05:58 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 08:05:58 ---> logs-deploy.sh 08:05:58 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/PR-738/3 08:05:58 INFO: archiving workspace using pattern(s): 08:06:02 Archives upload complete. 08:06:02 INFO: archiving logs to Nexus