Branch indexing Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from cd316ea49cf9d9825da6145ca8d2532e8c2e8a42+76d059c2e27a3d5d488ff0022063f09e99d334bf (cb78961765f971f5cc52a1bfe8fdde9954fe5ee1) 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 69a7e166112f335804d9fea76440e5140e47f034 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 69a7e166112f335804d9fea76440e5140e47f034 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 69a7e166112f335804d9fea76440e5140e47f034 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 69a7e166112f335804d9fea76440e5140e47f034 # timeout=10 Commit message: "Merge pull request #314 from ernestojeda/go-mod-semver-bump" > 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 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 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 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 # timeout=10 Commit message: "Add license check to tox" > 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-23329 in /w/workspace/dgexfoundry_device-sdk-go_PR-728 [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-728 # 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/728/head:refs/remotes/origin/PR-728 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 76d059c2e27a3d5d488ff0022063f09e99d334bf into PR head commit cd316ea49cf9d9825da6145ca8d2532e8c2e8a42 Merge succeeded, producing 12edb075caf98c30606ec6f896fc87f7cb3d60f9 Checking out Revision 12edb075caf98c30606ec6f896fc87f7cb3d60f9 (PR-728) > git config core.sparsecheckout # timeout=10 > git checkout -f cd316ea49cf9d9825da6145ca8d2532e8c2e8a42 # 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 76d059c2e27a3d5d488ff0022063f09e99d334bf # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 12edb075caf98c30606ec6f896fc87f7cb3d60f9 # timeout=10 Commit message: "Merge commit '76d059c2e27a3d5d488ff0022063f09e99d334bf' into HEAD" > git rev-list --no-walk cd316ea49cf9d9825da6145ca8d2532e8c2e8a42 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 02:43:22 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 02:43:22 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 02:43:22 ========================================================= 02:43:22 EdgeX Global Pipelines Version Info 02:43:22 ========================================================= [Pipeline] libraryResource [Pipeline] sh 02:43:23 ------------------- 02:43:23 stable info: 02:43:23 ------------------- 02:43:23 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 02:43:23 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 02:43:23 Message: update stable to v1.0.179 02:43:24 ------------------- 02:43:24 experimental info: 02:43:24 ------------------- 02:43:24 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 02:43:24 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 02:43:24 Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 02:43:25 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-go-settings [Pipeline] echo 02:43:25 [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-go [Pipeline] echo 02:43:25 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 02:43:25 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 02:43:25 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 02:43:25 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 02:43:25 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 02:43:25 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 02:43:25 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = example/cmd/device-simple/Dockerfile [Pipeline] echo 02:43:25 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 02:43:26 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 02:43:26 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-sdk-simple [Pipeline] echo 02:43:26 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 02:43:26 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 02:43:26 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 02:43:26 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 02:43:26 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 02:43:26 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 02:43:26 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 02:43:26 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 02:43:26 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 02:43:27 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 02:43:27 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 02:43:27 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 02:43:27 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 02:43:27 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 02:43:27 [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo 02:43:27 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-728 [Pipeline] echo 02:43:27 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-728 [Pipeline] echo 02:43:27 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-728 [Pipeline] echo 02:43:27 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 12edb075caf98c30606ec6f896fc87f7cb3d60f9 [Pipeline] echo 02:43:27 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 12edb07 [Pipeline] echo 02:43:28 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 02:43:28 provisioning config files... 02:43:28 copy managed file [device-sdk-go-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-728@tmp/config8836143671041940702tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 02:43:28 ---> docker-login.sh 02:43:28 nexus3.edgexfoundry.org:10001 02:43:28 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:43:29 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:43:29 Configure a credential helper to remove this warning. See 02:43:29 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:43:29 02:43:29 Login Succeeded 02:43:29 nexus3.edgexfoundry.org:10002 02:43:29 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:43:29 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:43:29 Configure a credential helper to remove this warning. See 02:43:29 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:43:29 02:43:29 Login Succeeded 02:43:29 nexus3.edgexfoundry.org:10003 02:43:29 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:43:29 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:43:29 Configure a credential helper to remove this warning. See 02:43:29 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:43:29 02:43:29 Login Succeeded 02:43:29 nexus3.edgexfoundry.org:10004 02:43:29 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:43:29 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:43:29 Configure a credential helper to remove this warning. See 02:43:29 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:43:29 02:43:29 Login Succeeded 02:43:29 docker.io 02:43:29 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:43:29 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:43:29 Configure a credential helper to remove this warning. See 02:43:29 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:43:29 02:43:29 Login Succeeded 02:43:29 ---> docker-login.sh ends [Pipeline] } 02:43:29 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 02:43:30 + git log --format=format:%s -1 12edb075caf98c30606ec6f896fc87f7cb3d60f9 [Pipeline] echo 02:43:31 GIT_COMMIT: 12edb075caf98c30606ec6f896fc87f7cb3d60f9, Commit Message: Merge commit '76d059c2e27a3d5d488ff0022063f09e99d334bf' into HEAD [Pipeline] echo 02:43:31 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 02:43:31 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 02:43:31 02:43:31 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 02:43:32 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 02:43:32 latest: Pulling from edgex-devops/git-semver 02:43:32 31603596830f: Pulling fs layer 02:43:32 2a8b12db71e7: Pulling fs layer 02:43:32 6ca5941a6612: Pulling fs layer 02:43:32 ecc8261a40a4: Pulling fs layer 02:43:32 ecc8261a40a4: Waiting 02:43:32 2a8b12db71e7: Verifying Checksum 02:43:32 2a8b12db71e7: Download complete 02:43:32 31603596830f: Verifying Checksum 02:43:32 31603596830f: Download complete 02:43:32 ecc8261a40a4: Verifying Checksum 02:43:32 ecc8261a40a4: Download complete 02:43:32 6ca5941a6612: Verifying Checksum 02:43:32 6ca5941a6612: Download complete 02:43:32 31603596830f: Pull complete 02:43:32 2a8b12db71e7: Pull complete 02:43:33 6ca5941a6612: Pull complete 02:43:33 ecc8261a40a4: Pull complete 02:43:33 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 02:43:33 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 02:43:33 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 02:43:33 prd-centos7-docker-4c-2g-23329 does not seem to be running inside a container 02:43:33 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-sdk-go_PR-728 -v /w/workspace/dgexfoundry_device-sdk-go_PR-728:/w/workspace/dgexfoundry_device-sdk-go_PR-728:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_PR-728@tmp:/w/workspace/dgexfoundry_device-sdk-go_PR-728@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 02:43:36 $ docker top e6dd30f457eb41fb33bf843792f69dcaccf8c652573d05abe5941d2da0c3bfa5 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 02:43:36 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 02:43:36 [ssh-agent] Looking for ssh-agent implementation... 02:43:36 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 02:43:36 $ docker exec e6dd30f457eb41fb33bf843792f69dcaccf8c652573d05abe5941d2da0c3bfa5 ssh-agent 02:43:36 SSH_AUTH_SOCK=/tmp/ssh-9maRepWZvv2O/agent.13 02:43:36 SSH_AGENT_PID=18 02:43:36 Running ssh-add (command line suppressed) 02:43:37 Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-728@tmp/private_key_3876498751448918305.key (/w/workspace/dgexfoundry_device-sdk-go_PR-728@tmp/private_key_3876498751448918305.key) 02:43:37 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 02:43:37 + git tag --points-at HEAD [Pipeline] } 02:43:37 $ docker exec --env ******** --env ******** e6dd30f457eb41fb33bf843792f69dcaccf8c652573d05abe5941d2da0c3bfa5 ssh-agent -k 02:43:37 unset SSH_AUTH_SOCK; 02:43:37 unset SSH_AGENT_PID; 02:43:37 echo Agent pid 18 killed; 02:43:37 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 02:43:37 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 02:43:37 [ssh-agent] Looking for ssh-agent implementation... 02:43:37 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 02:43:37 $ docker exec e6dd30f457eb41fb33bf843792f69dcaccf8c652573d05abe5941d2da0c3bfa5 ssh-agent 02:43:38 SSH_AUTH_SOCK=/tmp/ssh-Dw1Baf8bYB6I/agent.48 02:43:38 SSH_AGENT_PID=53 02:43:38 Running ssh-add (command line suppressed) 02:43:38 Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-728@tmp/private_key_52283750694946244.key (/w/workspace/dgexfoundry_device-sdk-go_PR-728@tmp/private_key_52283750694946244.key) 02:43:38 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 02:43:39 + git semver init 02:43:39 # -> Open(): unable to determine branch for HEAD 02:43:39 # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-728/.git 02:43:39 # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_PR-728 02:43:39 # $SEMVER_REMOTE_NAME = origin 02:43:39 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 02:43:39 # $SEMVER_USER_NAME = edgex-jenkins 02:43:39 # $SEMVER_BRANCH = PR-728 02:43:39 # $SEMVER_TEMP = /tmp/semver-018658760 02:43:39 # git clone --branch semver git@github.com:edgexfoundry/device-sdk-go.git $SEMVER_TEMP 02:43:39 # '/tmp/semver-018658760' -> '/w/workspace/dgexfoundry_device-sdk-go_PR-728/.semver' 02:43:39 # -> Force: false 02:43:39 # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-728/.semver [Pipeline] } 02:43:39 $ docker exec --env ******** --env ******** e6dd30f457eb41fb33bf843792f69dcaccf8c652573d05abe5941d2da0c3bfa5 ssh-agent -k 02:43:40 unset SSH_AUTH_SOCK; 02:43:40 unset SSH_AGENT_PID; 02:43:40 echo Agent pid 53 killed; 02:43:40 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 02:43:40 + git semver [Pipeline] } 02:43:40 $ docker stop --time=1 e6dd30f457eb41fb33bf843792f69dcaccf8c652573d05abe5941d2da0c3bfa5 02:43:42 $ docker rm -f e6dd30f457eb41fb33bf843792f69dcaccf8c652573d05abe5941d2da0c3bfa5 [Pipeline] // withDockerContainer [Pipeline] sh 02:43:42 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 02:43:43 Stashed 1 file(s) [Pipeline] echo 02:43:43 [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 02:43:58 Still waiting to schedule task 02:43:58 Waiting for next available executor on ‘centos7-docker-4c-2g’ 02:43:58 Still waiting to schedule task 02:43:58 ‘prd-ubuntu18.04-docker-arm64-4c-16g-18207’ is offline 02:45:10 Running on prd-centos7-docker-4c-2g-23338 in /w/workspace/dgexfoundry_device-sdk-go_PR-728 [Pipeline] { [Pipeline] ws 02:45:10 Running in /w/workspace/device-sdk-go/11 [Pipeline] { [Pipeline] checkout 02:45:13 using credential edgex-jenkins-ssh 02:45:13 Cloning the remote Git repository 02:45:13 Cloning repository git@github.com:edgexfoundry/device-sdk-go.git 02:45:13 > git init /w/workspace/device-sdk-go/11 # timeout=10 02:45:13 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 02:45:13 > git --version # timeout=10 02:45:13 > git --version # 'git version 2.24.3' 02:45:13 using GIT_SSH to set credentials SSH Credentials for GitHub 02:45:13 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 02:45:14 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 02:45:14 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 02:45:14 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 02:45:14 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 02:45:14 using GIT_SSH to set credentials SSH Credentials for GitHub 02:45:14 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/728/head:refs/remotes/origin/PR-728 +refs/heads/master:refs/remotes/origin/master # timeout=10 02:45:15 Merging remotes/origin/master commit 76d059c2e27a3d5d488ff0022063f09e99d334bf into PR head commit cd316ea49cf9d9825da6145ca8d2532e8c2e8a42 02:45:15 Merge succeeded, producing 54f82f0b67d193f0e78701279777aca66616828f 02:45:15 Checking out Revision 54f82f0b67d193f0e78701279777aca66616828f (PR-728) 02:45:15 > git config core.sparsecheckout # timeout=10 02:45:15 > git checkout -f cd316ea49cf9d9825da6145ca8d2532e8c2e8a42 # timeout=10 02:45:15 > git remote # timeout=10 02:45:15 > git config --get remote.origin.url # timeout=10 02:45:15 using GIT_SSH to set credentials SSH Credentials for GitHub 02:45:15 > git merge 76d059c2e27a3d5d488ff0022063f09e99d334bf # timeout=10 02:45:15 > git rev-parse HEAD^{commit} # timeout=10 02:45:15 > git config core.sparsecheckout # timeout=10 02:45:15 > git checkout -f 54f82f0b67d193f0e78701279777aca66616828f # timeout=10 02:45:19 Commit message: "Merge commit '76d059c2e27a3d5d488ff0022063f09e99d334bf' into HEAD" 02:45:19 > git rev-list --no-walk cd316ea49cf9d9825da6145ca8d2532e8c2e8a42 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 02:45:20 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 02:45:21 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 02:45:21 + sudo service docker restart 02:45:21 + true 02:45:21 Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 02:45:22 provisioning config files... 02:45:22 copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/11@tmp/config8307779515193114946tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 02:45:23 ---> docker-login.sh 02:45:23 nexus3.edgexfoundry.org:10001 02:45:23 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:45:23 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:45:23 Configure a credential helper to remove this warning. See 02:45:23 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:45:23 02:45:23 Login Succeeded 02:45:23 nexus3.edgexfoundry.org:10002 02:45:23 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:45:23 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:45:23 Configure a credential helper to remove this warning. See 02:45:23 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:45:23 02:45:23 Login Succeeded 02:45:23 nexus3.edgexfoundry.org:10003 02:45:24 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:45:24 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:45:24 Configure a credential helper to remove this warning. See 02:45:24 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:45:24 02:45:24 Login Succeeded 02:45:24 nexus3.edgexfoundry.org:10004 02:45:24 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:45:24 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:45:24 Configure a credential helper to remove this warning. See 02:45:24 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:45:24 02:45:24 Login Succeeded 02:45:24 docker.io 02:45:24 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:45:24 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:45:24 Configure a credential helper to remove this warning. See 02:45:24 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:45:24 02:45:24 Login Succeeded 02:45:24 ---> docker-login.sh ends [Pipeline] } 02:45:24 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 02:45:25 ========================================================= 02:45:25 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 02:45:25 ========================================================= [Pipeline] isUnix [Pipeline] sh 02:45:25 + 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 . 02:45:25 Sending build context to Docker daemon 2.569MB 02:45:26 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 02:45:26 Step 2/8 : FROM ${BASE} 02:45:26 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 02:45:26 188c0c94c7c5: Pulling fs layer 02:45:26 0ef7d3d256c8: Pulling fs layer 02:45:26 de9db76c5a1d: Pulling fs layer 02:45:26 bca2f99d35d6: Pulling fs layer 02:45:26 93359f2a8cfa: Pulling fs layer 02:45:26 7c6f9722023f: Pulling fs layer 02:45:26 a35cf1a2eb13: Pulling fs layer 02:45:26 bca2f99d35d6: Waiting 02:45:26 93359f2a8cfa: Waiting 02:45:26 7c6f9722023f: Waiting 02:45:26 a35cf1a2eb13: Waiting 02:45:26 de9db76c5a1d: Verifying Checksum 02:45:26 de9db76c5a1d: Download complete 02:45:26 0ef7d3d256c8: Verifying Checksum 02:45:26 0ef7d3d256c8: Download complete 02:45:26 93359f2a8cfa: Verifying Checksum 02:45:26 93359f2a8cfa: Download complete 02:45:26 188c0c94c7c5: Verifying Checksum 02:45:26 188c0c94c7c5: Download complete 02:45:26 7c6f9722023f: Verifying Checksum 02:45:26 7c6f9722023f: Download complete 02:45:26 188c0c94c7c5: Pull complete 02:45:26 0ef7d3d256c8: Pull complete 02:45:27 de9db76c5a1d: Pull complete 02:45:29 bca2f99d35d6: Verifying Checksum 02:45:29 bca2f99d35d6: Download complete 02:45:29 a35cf1a2eb13: Verifying Checksum 02:45:29 a35cf1a2eb13: Download complete 02:45:35 bca2f99d35d6: Pull complete 02:45:35 93359f2a8cfa: Pull complete 02:45:35 7c6f9722023f: Pull complete 02:45:44 a35cf1a2eb13: Pull complete 02:45:44 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 02:45:44 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 02:45:44 ---> a62c8e92a672 02:45:44 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 02:45:44 ---> Running in 5e30b2509b71 02:45:44 Removing intermediate container 5e30b2509b71 02:45:44 ---> 300cc2094d70 02:45:44 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:45:44 ---> Running in 7d5e169fc032 02:45:45 Removing intermediate container 7d5e169fc032 02:45:45 ---> 6ba796ba7e53 02:45:45 Step 5/8 : RUN apk add --update --no-cache make git 02:45:45 ---> Running in 7345f805a777 02:45:46 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 02:45:47 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 02:45:48 OK: 166 MiB in 39 packages 02:45:49 Removing intermediate container 7345f805a777 02:45:49 ---> 312e475a5081 02:45:49 Step 6/8 : WORKDIR /device-sdk-go 02:45:49 ---> Running in 328d58c747cf 02:45:49 Removing intermediate container 328d58c747cf 02:45:49 ---> 8c5ae702f2d6 02:45:49 Step 7/8 : COPY . . 02:45:51 ---> 0827c5e53934 02:45:51 Step 8/8 : RUN go mod download 02:45:51 ---> Running in 3731fb6f996e 02:46:09 Removing intermediate container 3731fb6f996e 02:46:09 ---> 8624e249784b 02:46:09 Successfully built 8624e249784b 02:46:09 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 02:46:09 + docker inspect -f . ci-base-image-x86_64 02:46:09 . [Pipeline] withDockerContainer 02:46:10 prd-centos7-docker-4c-2g-23338 does not seem to be running inside a container 02:46:10 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/11 -v /w/workspace/device-sdk-go/11:/w/workspace/device-sdk-go/11:rw,z -v /w/workspace/device-sdk-go/11@tmp:/w/workspace/device-sdk-go/11@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 ******** ci-base-image-x86_64 cat 02:46:11 $ docker top 95277d561867fedf3032254279e6d127878fb3306bfd16f2acff119d91e46f27 -eo pid,comm [Pipeline] { [Pipeline] sh 02:46:11 + go version 02:46:11 go version go1.15.5 linux/amd64 [Pipeline] } 02:46:11 $ docker stop --time=1 95277d561867fedf3032254279e6d127878fb3306bfd16f2acff119d91e46f27 02:46:13 $ docker rm -f 95277d561867fedf3032254279e6d127878fb3306bfd16f2acff119d91e46f27 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 02:46:13 + docker inspect -f . ci-base-image-x86_64 02:46:13 . [Pipeline] withDockerContainer 02:46:13 prd-centos7-docker-4c-2g-23338 does not seem to be running inside a container 02:46:14 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/11 -v /w/workspace/device-sdk-go/11:/w/workspace/device-sdk-go/11:rw,z -v /w/workspace/device-sdk-go/11@tmp:/w/workspace/device-sdk-go/11@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 ******** ci-base-image-x86_64 cat 02:46:14 $ docker top 67445e4c518211bc9f89d56ce1aee79c1daccb3d313ce2797b7e04522877a9f0 -eo pid,comm [Pipeline] { [Pipeline] sh 02:46:15 + make test 02:46:15 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 02:46:25 ? github.com/edgexfoundry/device-sdk-go/v2 [no test files] 02:46:40 ? github.com/edgexfoundry/device-sdk-go/v2/example/cmd/device-simple [no test files] 02:46:40 ? github.com/edgexfoundry/device-sdk-go/v2/example/driver [no test files] 02:46:40 ? github.com/edgexfoundry/device-sdk-go/v2/internal/autodiscovery [no test files] 02:46:40 ok github.com/edgexfoundry/device-sdk-go/v2/internal/autoevent 0.075s coverage: 19.4% of statements 02:46:45 ok github.com/edgexfoundry/device-sdk-go/v2/internal/cache 0.510s coverage: 97.1% of statements 02:47:12 Running on prd-ubuntu18.04-docker-arm64-4c-16g-23344 in /w/workspace/dgexfoundry_device-sdk-go_PR-728 [Pipeline] { [Pipeline] ws 02:47:12 Running in /w/workspace/device-sdk-go/11 [Pipeline] { [Pipeline] checkout 02:47:17 ok github.com/edgexfoundry/device-sdk-go/v2/internal/clients 30.079s coverage: 9.4% of statements 02:47:17 ok github.com/edgexfoundry/device-sdk-go/v2/internal/common 0.066s coverage: 21.7% of statements 02:47:17 ? github.com/edgexfoundry/device-sdk-go/v2/internal/container [no test files] 02:47:17 ok github.com/edgexfoundry/device-sdk-go/v2/internal/controller 0.238s coverage: 43.2% of statements 02:47:17 ? github.com/edgexfoundry/device-sdk-go/v2/internal/controller/correlation [no test files] 02:47:17 ok github.com/edgexfoundry/device-sdk-go/v2/internal/handler 0.283s coverage: 68.9% of statements 02:47:17 ? github.com/edgexfoundry/device-sdk-go/v2/internal/handler/callback [no test files] 02:47:17 ? github.com/edgexfoundry/device-sdk-go/v2/internal/mock [no test files] 02:47:17 ? github.com/edgexfoundry/device-sdk-go/v2/internal/provision [no test files] 02:47:17 ? github.com/edgexfoundry/device-sdk-go/v2/internal/telemetry [no test files] 02:47:17 ok github.com/edgexfoundry/device-sdk-go/v2/internal/transformer 0.075s coverage: 53.8% of statements 02:47:17 ? github.com/edgexfoundry/device-sdk-go/v2/internal/v2/application [no test files] 02:47:17 ? github.com/edgexfoundry/device-sdk-go/v2/internal/v2/cache [no test files] 02:47:17 ok github.com/edgexfoundry/device-sdk-go/v2/internal/v2/controller/http 0.076s coverage: 26.8% of statements 02:47:17 ok github.com/edgexfoundry/device-sdk-go/v2/pkg/models 3.191s coverage: 83.5% of statements 02:47:17 ok github.com/edgexfoundry/device-sdk-go/v2/pkg/service 0.068s coverage: 4.2% of statements 02:47:17 ? github.com/edgexfoundry/device-sdk-go/v2/pkg/startup [no test files] 02:47:17 GO111MODULE=on go vet ./... 02:47:17 using credential edgex-jenkins-ssh 02:47:17 Cloning the remote Git repository 02:47:17 Cloning repository git@github.com:edgexfoundry/device-sdk-go.git 02:47:18 > git init /w/workspace/device-sdk-go/11 # timeout=10 02:47:18 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 02:47:18 > git --version # timeout=10 02:47:18 > git --version # 'git version 2.17.1' 02:47:18 using GIT_SSH to set credentials SSH Credentials for GitHub 02:47:18 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 02:47:19 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 02:47:19 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 02:47:19 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 02:47:19 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 02:47:19 using GIT_SSH to set credentials SSH Credentials for GitHub 02:47:19 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/728/head:refs/remotes/origin/PR-728 +refs/heads/master:refs/remotes/origin/master # timeout=10 02:47:20 Merging remotes/origin/master commit 76d059c2e27a3d5d488ff0022063f09e99d334bf into PR head commit cd316ea49cf9d9825da6145ca8d2532e8c2e8a42 02:47:20 Merge succeeded, producing 6f4ba66e8a5c35479a33b9f2a67db5942f6bda81 02:47:20 Checking out Revision 6f4ba66e8a5c35479a33b9f2a67db5942f6bda81 (PR-728) 02:47:20 > git config core.sparsecheckout # timeout=10 02:47:20 > git checkout -f cd316ea49cf9d9825da6145ca8d2532e8c2e8a42 # timeout=10 02:47:20 > git remote # timeout=10 02:47:20 > git config --get remote.origin.url # timeout=10 02:47:20 using GIT_SSH to set credentials SSH Credentials for GitHub 02:47:20 > git merge 76d059c2e27a3d5d488ff0022063f09e99d334bf # timeout=10 02:47:20 > git rev-parse HEAD^{commit} # timeout=10 02:47:20 > git config core.sparsecheckout # timeout=10 02:47:20 > git checkout -f 6f4ba66e8a5c35479a33b9f2a67db5942f6bda81 # timeout=10 02:47:24 gofmt -l . 02:47:24 [ "`gofmt -l .`" = "" ] 02:47:24 ./bin/test-attribution-txt.sh 02:47:25 Commit message: "Merge commit '76d059c2e27a3d5d488ff0022063f09e99d334bf' into HEAD" 02:47:25 > git rev-list --no-walk cd316ea49cf9d9825da6145ca8d2532e8c2e8a42 # timeout=10 02:47:25 ./bin/test-go-mod-tidy.sh [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [Pipeline] } 02:47:26 $ docker stop --time=1 67445e4c518211bc9f89d56ce1aee79c1daccb3d313ce2797b7e04522877a9f0 02:47:26 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json 02:47:28 $ docker rm -f 67445e4c518211bc9f89d56ce1aee79c1daccb3d313ce2797b7e04522877a9f0 [Pipeline] // withDockerContainer [Pipeline] sh [Pipeline] sh 02:47:29 + sudo chown -R jenkins:jenkins . [Pipeline] stash 02:47:29 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 02:47:29 + + truesudo 02:47:29 service docker restart 02:47:30 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 02:47:31 + sudo chown -R jenkins:jenkins . [Pipeline] sh [Pipeline] withEnv [Pipeline] { 02:47:32 + ls -al . 02:47:32 total 216 02:47:32 drwxrwxr-x. 10 jenkins jenkins 4096 Jan 27 02:47 . 02:47:32 drwxrwxr-x. 4 jenkins jenkins 30 Jan 27 02:45 .. 02:47:32 drwxrwxr-x. 2 jenkins jenkins 64 Jan 27 02:45 bin 02:47:32 -rw-r--r--. 1 jenkins jenkins 136841 Jan 27 02:47 coverage.out 02:47:32 -rw-rw-r--. 1 jenkins jenkins 949 Jan 27 02:45 Dockerfile.build 02:47:32 -rw-rw-r--. 1 jenkins jenkins 140 Jan 27 02:45 .dockerignore 02:47:32 drwxrwxr-x. 4 jenkins jenkins 48 Jan 27 02:45 example 02:47:32 drwxrwxr-x. 8 jenkins jenkins 179 Jan 27 02:45 .git 02:47:32 drwxrwxr-x. 2 jenkins jenkins 103 Jan 27 02:45 .github 02:47:32 -rw-rw-r--. 1 jenkins jenkins 138 Jan 27 02:45 .gitignore 02:47:32 -rw-r--r--. 1 jenkins jenkins 514 Jan 27 02:47 go.mod 02:47:32 -rw-r--r--. 1 jenkins jenkins 14106 Jan 27 02:47 go.sum 02:47:32 drwxrwxr-x. 15 jenkins jenkins 211 Jan 27 02:45 internal 02:47:32 -rw-rw-r--. 1 jenkins jenkins 901 Jan 27 02:45 Jenkinsfile 02:47:32 -rw-rw-r--. 1 jenkins jenkins 11341 Jan 27 02:45 LICENSE 02:47:32 -rw-rw-r--. 1 jenkins jenkins 1016 Jan 27 02:45 Makefile 02:47:32 drwxrwxr-x. 4 jenkins jenkins 26 Jan 27 02:45 openapi 02:47:32 drwxrwxr-x. 5 jenkins jenkins 50 Jan 27 02:45 pkg 02:47:32 -rw-rw-r--. 1 jenkins jenkins 5897 Jan 27 02:45 README.md 02:47:32 -rw-rw-r--. 1 jenkins jenkins 6616 Jan 27 02:45 RELEASE-NOTES.txt 02:47:32 drwxrwxr-x. 4 jenkins jenkins 54 Jan 27 02:45 snap 02:47:32 -rw-rw-r--. 1 jenkins jenkins 5 Jan 27 02:43 VERSION 02:47:32 -rw-rw-r--. 1 jenkins jenkins 222 Jan 27 02:45 version.go [Pipeline] wrap 02:47:32 provisioning config files... 02:47:32 copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/11@tmp/config5495020499402776652tmp [Pipeline] isUnix [Pipeline] sh [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 02:47:32 + 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=12edb075caf98c30606ec6f896fc87f7cb3d60f9 --label arch=amd64 --label version=0.0.0 . 02:47:32 ---> docker-login.sh 02:47:32 nexus3.edgexfoundry.org:10001 02:47:32 Sending build context to Docker daemon 2.707MB 02:47:32 Step 1/24 : ARG BASE=golang:1.15-alpine3.12 02:47:32 Step 2/24 : FROM ${BASE} AS builder 02:47:32 ---> 8624e249784b 02:47:32 Step 3/24 : ARG MAKE='make build' 02:47:33 ---> Running in 0fa23c2c4410 02:47:33 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:47:33 Removing intermediate container 0fa23c2c4410 02:47:33 ---> 7e4baed4c9c6 02:47:33 Step 4/24 : WORKDIR /device-sdk-go 02:47:33 ---> Running in de7b932708ce 02:47:33 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:47:33 Configure a credential helper to remove this warning. See 02:47:33 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:47:33 02:47:33 Login Succeeded 02:47:33 nexus3.edgexfoundry.org:10002 02:47:33 Removing intermediate container de7b932708ce 02:47:33 ---> b76029760785 02:47:33 Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 02:47:33 ---> Running in 344879a60fc4 02:47:34 Removing intermediate container 344879a60fc4 02:47:34 ---> 6e9033dc2e39 02:47:34 Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:47:34 ---> Running in c4762552a852 02:47:34 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:47:34 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:47:34 Configure a credential helper to remove this warning. See 02:47:34 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:47:34 02:47:34 Login Succeeded 02:47:34 nexus3.edgexfoundry.org:10003 02:47:34 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:47:35 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:47:35 Configure a credential helper to remove this warning. See 02:47:35 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:47:35 02:47:35 Login Succeeded 02:47:35 nexus3.edgexfoundry.org:10004 02:47:35 Removing intermediate container c4762552a852 02:47:35 ---> 41ce0257f114 02:47:35 Step 7/24 : RUN apk add --update --no-cache make git 02:47:35 ---> Running in 462ea6330b97 02:47:35 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:47:35 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:47:35 Configure a credential helper to remove this warning. See 02:47:35 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:47:35 02:47:35 Login Succeeded 02:47:35 docker.io 02:47:35 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:47:36 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 02:47:36 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:47:36 Configure a credential helper to remove this warning. See 02:47:36 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:47:36 02:47:36 Login Succeeded 02:47:36 ---> docker-login.sh ends [Pipeline] } 02:47:36 Deleting 1 temporary files 02:47:36 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 02:47:37 ========================================================= 02:47:37 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 02:47:37 ========================================================= [Pipeline] isUnix [Pipeline] sh 02:47:37 + 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 . 02:47:37 OK: 166 MiB in 39 packages 02:47:38 Sending build context to Docker daemon 2.568MB 02:47:38 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 02:47:38 Step 2/8 : FROM ${BASE} 02:47:38 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 02:47:38 5f621e34cdf4: Pulling fs layer 02:47:38 a4357932f1b6: Pulling fs layer 02:47:38 18c013af1878: Pulling fs layer 02:47:38 00ac8860ef70: Pulling fs layer 02:47:38 63d7cb157983: Pulling fs layer 02:47:38 b116817d02f9: Pulling fs layer 02:47:38 745a02a5169b: Pulling fs layer 02:47:38 00ac8860ef70: Waiting 02:47:38 b116817d02f9: Waiting 02:47:38 745a02a5169b: Waiting 02:47:38 63d7cb157983: Waiting 02:47:38 18c013af1878: Verifying Checksum 02:47:38 18c013af1878: Download complete 02:47:38 a4357932f1b6: Verifying Checksum 02:47:38 a4357932f1b6: Download complete 02:47:38 Removing intermediate container 462ea6330b97 02:47:38 ---> a62ea0395ed7 02:47:38 Step 8/24 : COPY . . 02:47:38 63d7cb157983: Verifying Checksum 02:47:38 63d7cb157983: Download complete 02:47:38 b116817d02f9: Verifying Checksum 02:47:38 b116817d02f9: Download complete 02:47:38 5f621e34cdf4: Verifying Checksum 02:47:38 5f621e34cdf4: Download complete 02:47:39 ---> ed063eb44740 02:47:39 Step 9/24 : RUN ${MAKE} 02:47:39 ---> Running in e947430e68e9 02:47:39 5f621e34cdf4: Pull complete 02:47:39 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 02:47:39 a4357932f1b6: Pull complete 02:47:40 18c013af1878: Pull complete 02:47:41 745a02a5169b: Verifying Checksum 02:47:41 745a02a5169b: Download complete 02:47:42 00ac8860ef70: Download complete 02:47:49 CGO_ENABLED=0 GO111MODULE=on go install -tags=safe 02:47:50 Removing intermediate container e947430e68e9 02:47:50 ---> 336e6124c6e4 02:47:50 Step 10/24 : FROM scratch 02:47:50 ---> 02:47:50 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 02:47:50 ---> Running in 7d7b2fdf3a02 02:47:51 Removing intermediate container 7d7b2fdf3a02 02:47:51 ---> 32b7e70b621e 02:47:51 Step 12/24 : ENV APP_PORT=49990 02:47:51 ---> Running in 3d747926aa1e 02:47:51 Removing intermediate container 3d747926aa1e 02:47:51 ---> 5093de1a0195 02:47:51 Step 13/24 : EXPOSE $APP_PORT 02:47:51 ---> Running in d18625b54eca 02:47:51 Removing intermediate container d18625b54eca 02:47:51 ---> 3a0a4dea63d5 02:47:51 Step 14/24 : WORKDIR / 02:47:51 ---> Running in 77fe12403e48 02:47:51 Removing intermediate container 77fe12403e48 02:47:51 ---> 2175f4ce0b0f 02:47:51 Step 15/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple 02:47:52 ---> ff748681a760 02:47:52 Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml 02:47:52 00ac8860ef70: Pull complete 02:47:52 63d7cb157983: Pull complete 02:47:52 b116817d02f9: Pull complete 02:47:52 ---> b8eab44d6ef3 02:47:52 Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml 02:47:52 ---> 4274454255ee 02:47:52 Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png 02:47:53 ---> 2bec042a8a1f 02:47:53 Step 19/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg 02:47:53 ---> e7317fb6aa0f 02:47:53 Step 20/24 : ENTRYPOINT ["/usr/local/bin/device-simple"] 02:47:53 ---> Running in 47ef94c1675b 02:47:53 Removing intermediate container 47ef94c1675b 02:47:53 ---> cb125c7767a6 02:47:53 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 02:47:53 ---> Running in 44ad3cabaf7b 02:47:53 Removing intermediate container 44ad3cabaf7b 02:47:53 ---> 634526bd98c5 02:47:53 Step 22/24 : LABEL arch=amd64 02:47:53 ---> Running in 5a04c1c3246f 02:47:53 Removing intermediate container 5a04c1c3246f 02:47:53 ---> f93503f4ccc4 02:47:53 Step 23/24 : LABEL git_sha=12edb075caf98c30606ec6f896fc87f7cb3d60f9 02:47:54 ---> Running in d3c2b4ec7b4d 02:47:54 Removing intermediate container d3c2b4ec7b4d 02:47:54 ---> 1d704a04f77a 02:47:54 Step 24/24 : LABEL version=0.0.0 02:47:54 ---> Running in 9d67e370be40 02:47:54 Removing intermediate container 9d67e370be40 02:47:54 ---> a0aeafed0dd6 02:47:54 [Warning] One or more build-args [ARCH] were not consumed 02:47:54 Successfully built a0aeafed0dd6 02:47:54 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] } 02:47:55 745a02a5169b: Pull complete 02:47:55 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 02:47:55 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 02:47:55 ---> b7e6874047d6 02:47:55 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 02:47:59 ---> Running in ff2fc2655d11 02:47:59 Removing intermediate container ff2fc2655d11 02:47:59 ---> b73e42054447 02:47:59 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:47:59 ---> Running in e30660841acb 02:48:02 Removing intermediate container e30660841acb 02:48:02 ---> 9f299cca11d7 02:48:02 Step 5/8 : RUN apk add --update --no-cache make git 02:48:02 ---> Running in b03e52e747a5 02:48:03 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 02:48:04 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 02:48:05 OK: 142 MiB in 39 packages 02:48:06 Removing intermediate container b03e52e747a5 02:48:06 ---> 6f166bd8f6fb 02:48:06 Step 6/8 : WORKDIR /device-sdk-go 02:48:06 ---> Running in 560c707f8c57 02:48:06 Removing intermediate container 560c707f8c57 02:48:06 ---> 6a4a2fd90006 02:48:06 Step 7/8 : COPY . . 02:48:08 ---> 0778140054de 02:48:08 Step 8/8 : RUN go mod download 02:48:08 ---> Running in d2fc50429857 02:48:30 Removing intermediate container d2fc50429857 02:48:30 ---> 4e8c9ed414d8 02:48:30 Successfully built 4e8c9ed414d8 02:48:30 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 02:48:30 + docker inspect -f . ci-base-image-arm64 02:48:30 . [Pipeline] withDockerContainer 02:48:31 prd-ubuntu18.04-docker-arm64-4c-16g-23344 does not seem to be running inside a container 02:48:31 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/11 -v /w/workspace/device-sdk-go/11:/w/workspace/device-sdk-go/11:rw,z -v /w/workspace/device-sdk-go/11@tmp:/w/workspace/device-sdk-go/11@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 ******** ci-base-image-arm64 cat 02:48:32 $ docker top 15a5bcf9a4e288bd61f040d0c51670f1c4cb561830ec40d900507f2850b6f998 -eo pid,comm [Pipeline] { [Pipeline] sh 02:48:33 + go version 02:48:33 go version go1.15.5 linux/arm64 [Pipeline] } 02:48:33 $ docker stop --time=1 15a5bcf9a4e288bd61f040d0c51670f1c4cb561830ec40d900507f2850b6f998 02:48:35 $ docker rm -f 15a5bcf9a4e288bd61f040d0c51670f1c4cb561830ec40d900507f2850b6f998 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 02:48:36 + docker inspect -f . ci-base-image-arm64 02:48:36 . [Pipeline] withDockerContainer 02:48:37 prd-ubuntu18.04-docker-arm64-4c-16g-23344 does not seem to be running inside a container 02:48:37 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/11 -v /w/workspace/device-sdk-go/11:/w/workspace/device-sdk-go/11:rw,z -v /w/workspace/device-sdk-go/11@tmp:/w/workspace/device-sdk-go/11@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 ******** ci-base-image-arm64 cat 02:48:39 $ docker top de6f4037f3e90744d83222391edd9ef29205cf1d68c0fbb4234ed80bff4452f8 -eo pid,comm [Pipeline] { [Pipeline] sh 02:48:40 + make test 02:48:40 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 02:49:02 ? github.com/edgexfoundry/device-sdk-go/v2 [no test files] 02:49:49 ? github.com/edgexfoundry/device-sdk-go/v2/example/cmd/device-simple [no test files] 02:49:49 ? github.com/edgexfoundry/device-sdk-go/v2/example/driver [no test files] 02:49:49 ? github.com/edgexfoundry/device-sdk-go/v2/internal/autodiscovery [no test files] 02:49:49 ok github.com/edgexfoundry/device-sdk-go/v2/internal/autoevent 0.114s coverage: 19.4% of statements 02:49:52 ok github.com/edgexfoundry/device-sdk-go/v2/internal/cache 1.273s coverage: 97.1% of statements 02:50:19 ok github.com/edgexfoundry/device-sdk-go/v2/internal/clients 30.212s coverage: 9.4% of statements 02:50:19 ok github.com/edgexfoundry/device-sdk-go/v2/internal/common 0.130s coverage: 21.7% of statements 02:50:19 ? github.com/edgexfoundry/device-sdk-go/v2/internal/container [no test files] 02:50:19 ok github.com/edgexfoundry/device-sdk-go/v2/internal/controller 0.629s coverage: 43.2% of statements 02:50:19 ? github.com/edgexfoundry/device-sdk-go/v2/internal/controller/correlation [no test files] 02:50:19 ok github.com/edgexfoundry/device-sdk-go/v2/internal/handler 0.817s coverage: 68.9% of statements 02:50:19 ? github.com/edgexfoundry/device-sdk-go/v2/internal/handler/callback [no test files] 02:50:19 ? github.com/edgexfoundry/device-sdk-go/v2/internal/mock [no test files] 02:50:19 ? github.com/edgexfoundry/device-sdk-go/v2/internal/provision [no test files] 02:50:19 ? github.com/edgexfoundry/device-sdk-go/v2/internal/telemetry [no test files] 02:50:19 ok github.com/edgexfoundry/device-sdk-go/v2/internal/transformer 0.207s coverage: 53.8% of statements 02:50:19 ? github.com/edgexfoundry/device-sdk-go/v2/internal/v2/application [no test files] 02:50:19 ? github.com/edgexfoundry/device-sdk-go/v2/internal/v2/cache [no test files] 02:50:19 ok github.com/edgexfoundry/device-sdk-go/v2/internal/v2/controller/http 0.178s coverage: 26.8% of statements 02:50:19 ok github.com/edgexfoundry/device-sdk-go/v2/pkg/models 6.165s coverage: 83.5% of statements 02:50:19 ok github.com/edgexfoundry/device-sdk-go/v2/pkg/service 0.162s coverage: 4.2% of statements 02:50:19 ? github.com/edgexfoundry/device-sdk-go/v2/pkg/startup [no test files] 02:50:19 GO111MODULE=on go vet ./... 02:50:58 gofmt -l . 02:50:58 [ "`gofmt -l .`" = "" ] 02:50:58 ./bin/test-attribution-txt.sh 02:50:58 ./bin/test-go-mod-tidy.sh [Pipeline] } 02:50:58 $ docker stop --time=1 de6f4037f3e90744d83222391edd9ef29205cf1d68c0fbb4234ed80bff4452f8 02:51:01 $ docker rm -f de6f4037f3e90744d83222391edd9ef29205cf1d68c0fbb4234ed80bff4452f8 [Pipeline] // withDockerContainer [Pipeline] sh 02:51:03 + sudo chown -R jenkins:jenkins . [Pipeline] stash 02:51:03 Warning: overwriting stash ‘coverage-report’ 02:51:04 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 02:51:05 + sudo chown -R jenkins:jenkins . [Pipeline] sh 02:51:05 + ls -al . 02:51:05 total 252 02:51:05 drwxrwxr-x 10 jenkins jenkins 4096 Jan 27 02:50 . 02:51:05 drwxrwxr-x 4 jenkins jenkins 4096 Jan 27 02:47 .. 02:51:05 -rw-rw-r-- 1 jenkins jenkins 140 Jan 27 02:47 .dockerignore 02:51:05 drwxrwxr-x 8 jenkins jenkins 4096 Jan 27 02:47 .git 02:51:05 drwxrwxr-x 2 jenkins jenkins 4096 Jan 27 02:47 .github 02:51:05 -rw-rw-r-- 1 jenkins jenkins 138 Jan 27 02:47 .gitignore 02:51:05 -rw-rw-r-- 1 jenkins jenkins 949 Jan 27 02:47 Dockerfile.build 02:51:05 -rw-rw-r-- 1 jenkins jenkins 901 Jan 27 02:47 Jenkinsfile 02:51:05 -rw-rw-r-- 1 jenkins jenkins 11341 Jan 27 02:47 LICENSE 02:51:05 -rw-rw-r-- 1 jenkins jenkins 1016 Jan 27 02:47 Makefile 02:51:05 -rw-rw-r-- 1 jenkins jenkins 5897 Jan 27 02:47 README.md 02:51:05 -rw-rw-r-- 1 jenkins jenkins 6616 Jan 27 02:47 RELEASE-NOTES.txt 02:51:05 -rw-rw-r-- 1 jenkins jenkins 5 Jan 27 02:43 VERSION 02:51:05 drwxrwxr-x 2 jenkins jenkins 4096 Jan 27 02:47 bin 02:51:05 -rw-r--r-- 1 jenkins jenkins 136842 Jan 27 02:50 coverage.out 02:51:05 drwxrwxr-x 4 jenkins jenkins 4096 Jan 27 02:47 example 02:51:05 -rw-r--r-- 1 jenkins jenkins 514 Jan 27 02:50 go.mod 02:51:05 -rw-r--r-- 1 jenkins jenkins 14106 Jan 27 02:50 go.sum 02:51:05 drwxrwxr-x 15 jenkins jenkins 4096 Jan 27 02:47 internal 02:51:05 drwxrwxr-x 4 jenkins jenkins 4096 Jan 27 02:47 openapi 02:51:05 drwxrwxr-x 5 jenkins jenkins 4096 Jan 27 02:47 pkg 02:51:05 drwxrwxr-x 4 jenkins jenkins 4096 Jan 27 02:47 snap 02:51:05 -rw-rw-r-- 1 jenkins jenkins 222 Jan 27 02:47 version.go [Pipeline] isUnix [Pipeline] sh 02:51:06 + 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=12edb075caf98c30606ec6f896fc87f7cb3d60f9 --label arch=arm64 --label version=0.0.0 . 02:51:06 Sending build context to Docker daemon 2.706MB 02:51:06 Step 1/24 : ARG BASE=golang:1.15-alpine3.12 02:51:06 Step 2/24 : FROM ${BASE} AS builder 02:51:06 ---> 4e8c9ed414d8 02:51:06 Step 3/24 : ARG MAKE='make build' 02:51:07 ---> Running in caea76bd3901 02:51:07 Removing intermediate container caea76bd3901 02:51:07 ---> 31b4ac2295f1 02:51:07 Step 4/24 : WORKDIR /device-sdk-go 02:51:07 ---> Running in 3f621ee160a4 02:51:08 Removing intermediate container 3f621ee160a4 02:51:08 ---> 8dfee939f4bb 02:51:08 Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 02:51:08 ---> Running in 5c31a8acc26f 02:51:08 Removing intermediate container 5c31a8acc26f 02:51:08 ---> 684153efdff0 02:51:08 Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:51:08 ---> Running in 784c1acab66a 02:51:10 Removing intermediate container 784c1acab66a 02:51:10 ---> 2b965a567187 02:51:10 Step 7/24 : RUN apk add --update --no-cache make git 02:51:11 ---> Running in f8c7fc3ddbc1 02:51:12 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 02:51:13 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 02:51:15 OK: 142 MiB in 39 packages 02:51:16 Removing intermediate container f8c7fc3ddbc1 02:51:16 ---> b2d524311584 02:51:16 Step 8/24 : COPY . . 02:51:17 ---> 1c34abb81d47 02:51:17 Step 9/24 : RUN ${MAKE} 02:51:17 ---> Running in 590ce2dcd9c8 02:51:18 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 02:51:45 CGO_ENABLED=0 GO111MODULE=on go install -tags=safe 02:51:45 Removing intermediate container 590ce2dcd9c8 02:51:45 ---> 37c8367041ac 02:51:45 Step 10/24 : FROM scratch 02:51:45 ---> 02:51:45 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 02:51:45 ---> Running in e101e8388bff 02:51:45 Removing intermediate container e101e8388bff 02:51:45 ---> 35c7a8fe7575 02:51:45 Step 12/24 : ENV APP_PORT=49990 02:51:46 ---> Running in 5f90075003e9 02:51:46 Removing intermediate container 5f90075003e9 02:51:46 ---> b57c95a3eb90 02:51:46 Step 13/24 : EXPOSE $APP_PORT 02:51:46 ---> Running in 14e0e178f819 02:51:46 Removing intermediate container 14e0e178f819 02:51:46 ---> e7494d531c5f 02:51:46 Step 14/24 : WORKDIR / 02:51:46 ---> Running in 317361e8fb4d 02:51:47 Removing intermediate container 317361e8fb4d 02:51:47 ---> 8dd43e283148 02:51:47 Step 15/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple 02:51:48 ---> f33a6f74341f 02:51:48 Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml 02:51:49 ---> caf47b329e91 02:51:49 Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml 02:51:50 ---> c92c2a0410d0 02:51:50 Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png 02:51:51 ---> 2fc85bae6662 02:51:51 Step 19/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg 02:51:51 ---> 7e78af157024 02:51:51 Step 20/24 : ENTRYPOINT ["/usr/local/bin/device-simple"] 02:51:51 ---> Running in 93545b1b4501 02:51:52 Removing intermediate container 93545b1b4501 02:51:52 ---> 567181ab7f35 02:51:52 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 02:51:53 ---> Running in 4bd4d2a2e359 02:51:53 Removing intermediate container 4bd4d2a2e359 02:51:53 ---> 67a6942038d0 02:51:53 Step 22/24 : LABEL arch=arm64 02:51:54 ---> Running in eec265d87425 02:51:55 Removing intermediate container eec265d87425 02:51:55 ---> 58ff17859c28 02:51:55 Step 23/24 : LABEL git_sha=12edb075caf98c30606ec6f896fc87f7cb3d60f9 02:51:55 ---> Running in 9f5a7cc63261 02:51:56 Removing intermediate container 9f5a7cc63261 02:51:56 ---> a765b0652f8f 02:51:56 Step 24/24 : LABEL version=0.0.0 02:51:56 ---> Running in a6014ed061a0 02:51:57 Removing intermediate container a6014ed061a0 02:51:57 ---> aa4aca0f1aa4 02:51:57 [Warning] One or more build-args [ARCH] were not consumed 02:51:57 Successfully built aa4aca0f1aa4 02:51:57 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 02:51:58 provisioning config files... 02:51:58 copy managed file [device-sdk-go-codecov-token] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-728@tmp/config5588178937200574063tmp [Pipeline] { [Pipeline] sh 02:51:59 + set +x 02:51:59 + curl -s https://codecov.io/bash 02:51:59 + bash -s -- 02:51:59 02:51:59 _____ _ 02:51:59 / ____| | | 02:51:59 | | ___ __| | ___ ___ _____ __ 02:51:59 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 02:51:59 | |___| (_) | (_| | __/ (_| (_) \ V / 02:51:59 \_____\___/ \__,_|\___|\___\___/ \_/ 02:51:59 Bash-20210115-cec3c92 02:51:59 02:51:59 02:51:59 ==> git version 2.24.3 found 02:51:59 ==> 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 02:51:59 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 02:51:59 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 02:51:59 ==> Jenkins CI detected. 02:51:59 project root: . 02:51:59 --> token set from env 02:51:59 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 02:51:59 ==> Running gcov in . (disable via -X gcov) 02:51:59 ==> Python coveragepy not found 02:51:59 ==> Searching for coverage reports in: 02:51:59 + . 02:51:59 -> Found 1 reports 02:51:59 ==> Detecting git/mercurial file structure 02:51:59 ==> Reading reports 02:51:59 + ./coverage.out bytes=136842 02:51:59 ==> Appending adjustments 02:51:59 https://docs.codecov.io/docs/fixing-reports 02:52:00 + Found adjustments 02:52:00 ==> Gzipping contents 02:52:00 24K /tmp/codecov.VPQyzq.gz 02:52:00 ==> Uploading reports 02:52:00 url: https://codecov.io 02:52:00 query: branch=PR-728&commit=12edb075caf98c30606ec6f896fc87f7cb3d60f9&build=11&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2FPR-728%2F11%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=728&job=&cmd_args= 02:52:00 -> Pinging Codecov 02:52:00 https://codecov.io/upload/v4?package=bash-20210115-cec3c92&token=secret&branch=PR-728&commit=12edb075caf98c30606ec6f896fc87f7cb3d60f9&build=11&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2FPR-728%2F11%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=728&job=&cmd_args= 02:52:00 -> Uploading to 02:52:00 https://storage.googleapis.com/codecov/v4/raw/2021-01-27/7E55EF52A471D76F132DFD9A03CDDE97/12edb075caf98c30606ec6f896fc87f7cb3d60f9/743f2393-8ac5-4a6b-a56a-807d49c9bd81.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210127%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210127T025200Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=ab1e76212f19ff8a56c86235b495f7215eb59a869175725393ca89719094d464 02:52:00 % Total % Received % Xferd Average Speed Time Time Time Current 02:52:00 Dload Upload Total Spent Left Speed 02:52:00 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 21565 0 0 100 21565 0 50519 --:--:-- --:--:-- --:--:-- 50503 100 21565 0 0 100 21565 0 50500 --:--:-- --:--:-- --:--:-- 50503 02:52:00 -> View reports at https://codecov.io/github/edgexfoundry/device-sdk-go/commit/12edb075caf98c30606ec6f896fc87f7cb3d60f9 [Pipeline] } 02:52:00 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 02:52:03 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 02:52:04 ---> package-listing.sh 02:52:04 ++ facter osfamily 02:52:04 ++ tr '[:upper:]' '[:lower:]' 02:52:04 + OS_FAMILY=redhat 02:52:04 + workspace=/w/workspace/dgexfoundry_device-sdk-go_PR-728 02:52:04 + START_PACKAGES=/tmp/packages_start.txt 02:52:04 + END_PACKAGES=/tmp/packages_end.txt 02:52:04 + DIFF_PACKAGES=/tmp/packages_diff.txt 02:52:04 + PACKAGES=/tmp/packages_start.txt 02:52:04 + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-728 ']' 02:52:04 + PACKAGES=/tmp/packages_end.txt 02:52:04 + case "${OS_FAMILY}" in 02:52:04 + rpm -qa 02:52:04 + sort 02:52:09 + '[' -f /tmp/packages_start.txt ']' 02:52:09 + '[' -f /tmp/packages_end.txt ']' 02:52:09 + diff /tmp/packages_start.txt /tmp/packages_end.txt 02:52:09 + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-728 ']' 02:52:09 + mkdir -p /w/workspace/dgexfoundry_device-sdk-go_PR-728/archives/ 02:52:09 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dgexfoundry_device-sdk-go_PR-728/archives/ [Pipeline] echo 02:52:09 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-728/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 02:52:09 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 02:52:10 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 02:52:10 02:52:10 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 02:52:10 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 02:52:10 alpine: Pulling from edgex-lftools-log-publisher 02:52:10 df20fa9351a1: Pulling fs layer 02:52:10 36b3adc4ff6f: Pulling fs layer 02:52:10 8ad3a11d3b57: Pulling fs layer 02:52:10 46f8f816bc3b: Pulling fs layer 02:52:10 93b61091891f: Pulling fs layer 02:52:10 93b9cdb0e59b: Pulling fs layer 02:52:10 5e14af77c1be: Pulling fs layer 02:52:10 01666e4c0597: Pulling fs layer 02:52:10 aa168da1d23b: Pulling fs layer 02:52:10 46f8f816bc3b: Waiting 02:52:10 93b61091891f: Waiting 02:52:10 93b9cdb0e59b: Waiting 02:52:10 01666e4c0597: Waiting 02:52:10 5e14af77c1be: Waiting 02:52:10 aa168da1d23b: Waiting 02:52:10 36b3adc4ff6f: Verifying Checksum 02:52:10 36b3adc4ff6f: Download complete 02:52:10 46f8f816bc3b: Verifying Checksum 02:52:10 46f8f816bc3b: Download complete 02:52:10 df20fa9351a1: Verifying Checksum 02:52:10 93b9cdb0e59b: Verifying Checksum 02:52:10 93b9cdb0e59b: Download complete 02:52:10 93b61091891f: Download complete 02:52:10 5e14af77c1be: Verifying Checksum 02:52:10 5e14af77c1be: Download complete 02:52:10 01666e4c0597: Verifying Checksum 02:52:10 01666e4c0597: Download complete 02:52:10 8ad3a11d3b57: Verifying Checksum 02:52:10 8ad3a11d3b57: Download complete 02:52:11 df20fa9351a1: Pull complete 02:52:11 36b3adc4ff6f: Pull complete 02:52:11 8ad3a11d3b57: Pull complete 02:52:12 46f8f816bc3b: Pull complete 02:52:13 93b61091891f: Pull complete 02:52:13 aa168da1d23b: Verifying Checksum 02:52:13 aa168da1d23b: Download complete 02:52:13 93b9cdb0e59b: Pull complete 02:52:13 5e14af77c1be: Pull complete 02:52:13 01666e4c0597: Pull complete 02:52:21 aa168da1d23b: Pull complete 02:52:21 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 02:52:21 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 02:52:21 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 02:52:21 prd-centos7-docker-4c-2g-23329 does not seem to be running inside a container 02:52:21 $ 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-728/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-728 -v /w/workspace/dgexfoundry_device-sdk-go_PR-728:/w/workspace/dgexfoundry_device-sdk-go_PR-728:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_PR-728@tmp:/w/workspace/dgexfoundry_device-sdk-go_PR-728@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:10003/edgex-lftools-log-publisher:alpine cat 02:52:25 $ docker top 1ffb731a3cce0f701d7e0e9922f2567f01ea60234243d2eec15a3df8c1410ee5 -eo pid,comm [Pipeline] { [Pipeline] sh 02:52:25 + touch /tmp/pre-build-complete [Pipeline] sh 02:52:26 + mkdir -p /var/log/sa [Pipeline] sh 02:52:26 + ls /var/log/sa-host 02:52:26 + sadf -c /var/log/sa-host/sa23 02:52:26 file_magic: OK 02:52:26 HZ: Using current value: 100 02:52:26 file_header: OK 02:52:26 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 02:52:26 Statistics: 02:52:26 Hnuu...uuuununununu... 02:52:26 File successfully converted to sysstat format version 12.2.1 02:52:26 + sadf -c /var/log/sa-host/sa27 02:52:26 file_magic: OK 02:52:26 HZ: Using current value: 100 02:52:26 file_header: OK 02:52:26 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 02:52:26 Statistics: 02:52:26 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 02:52:26 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 02:52:26 provisioning config files... 02:52:26 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-728@tmp/config2048969805156860606tmp [Pipeline] { [Pipeline] echo 02:52:26 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 02:52:27 ---> create-netrc.sh [Pipeline] } 02:52:27 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 02:52:27 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 02:52:27 ---> python-tools-install.sh [Pipeline] echo 02:52:27 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 02:52:27 ---> sudo-logs.sh 02:52:27 Archiving 'sudo' log.. [Pipeline] echo 02:52:27 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 02:52:28 ---> job-cost.sh 02:52:28 lf-activate-venv: SKIPPING 02:52:28 INFO: No Stack... 02:52:29 INFO: Retrieving Pricing Info for: v1-standard-2 02:52:29 INFO: Archiving Costs [Pipeline] echo 02:52:29 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 02:52:30 ---> logs-deploy.sh 02:52:30 lf-activate-venv: SKIPPING 02:52:30 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/PR-728/11 02:52:30 INFO: archiving workspace using pattern(s): 02:52:32 Archives upload complete. 02:52:32 INFO: archiving logs to Nexus