Pull request #733 event Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 88af9cc1869ea574e79c9fe1bc39821b0f2262d1+d47b03cf12e2f169eefdaad978a8d5668b399891 (b1410428d345ffe82f43a280ac8e79e7f2996273) 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 Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-21108 in /w/workspace/dgexfoundry_device-sdk-go_PR-733 [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-733 # 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 Merging remotes/origin/master commit d47b03cf12e2f169eefdaad978a8d5668b399891 into PR head commit 88af9cc1869ea574e79c9fe1bc39821b0f2262d1 > 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/733/head:refs/remotes/origin/PR-733 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 88af9cc1869ea574e79c9fe1bc39821b0f2262d1 # timeout=10 Merge succeeded, producing 88af9cc1869ea574e79c9fe1bc39821b0f2262d1 Checking out Revision 88af9cc1869ea574e79c9fe1bc39821b0f2262d1 (PR-733) > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge d47b03cf12e2f169eefdaad978a8d5668b399891 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 88af9cc1869ea574e79c9fe1bc39821b0f2262d1 # timeout=10 Commit message: "build(deps): bump github.com/google/uuid from 1.1.4 to 1.1.5" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 03:43:52 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 03:43:52 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 03:43:52 ========================================================= 03:43:52 EdgeX Global Pipelines Version Info 03:43:52 ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk 446a2ee3888b4e20bf073e5449bfb97b9719054c # timeout=10 03:43:55 ------------------- 03:43:55 stable info: 03:43:55 ------------------- 03:43:55 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 03:43:55 Commit SHA: f82e9360b4159668f7e3e090307a6179e9a8e48d 03:43:55 Message: update stable to v1.0.177 03:43:56 ------------------- 03:43:56 experimental info: 03:43:56 ------------------- 03:43:56 Commited By: **** collab-it+edgex@linuxfoundation.org 03:43:56 Commit SHA: e10e8b1c2921d3c8fd668fd9f38a05cab6ea93a3 03:43:56 Message: update experimental to v1.0.178 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 03:43:56 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-go-settings [Pipeline] echo 03:43:56 [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-go [Pipeline] echo 03:43:56 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 03:43:56 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 03:43:56 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 03:43:57 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 03:43:57 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 03:43:57 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 03:43:57 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = example/cmd/device-simple/Dockerfile [Pipeline] echo 03:43:57 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 03:43:57 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 03:43:57 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-sdk-simple [Pipeline] echo 03:43:57 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 03:43:57 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 03:43:57 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 03:43:57 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 03:43:58 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 03:43:58 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 03:43:58 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 03:43:58 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 03:43:58 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 03:43:58 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 03:43:58 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 03:43:58 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 03:43:58 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 03:43:58 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 03:43:58 [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo 03:43:59 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-733 [Pipeline] echo 03:43:59 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-733 [Pipeline] echo 03:43:59 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-733 [Pipeline] echo 03:43:59 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 88af9cc1869ea574e79c9fe1bc39821b0f2262d1 [Pipeline] echo 03:43:59 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 88af9cc [Pipeline] echo 03:43:59 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 03:43:59 provisioning config files... 03:43:59 copy managed file [device-sdk-go-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-733@tmp/config7757163861832703326tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 03:44:00 ---> docker-login.sh 03:44:00 nexus3.edgexfoundry.org:10001 03:44:00 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:44:01 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:44:01 Configure a credential helper to remove this warning. See 03:44:01 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:44:01 03:44:01 Login Succeeded 03:44:01 nexus3.edgexfoundry.org:10002 03:44:01 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:44:01 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:44:01 Configure a credential helper to remove this warning. See 03:44:01 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:44:01 03:44:01 Login Succeeded 03:44:01 nexus3.edgexfoundry.org:10003 03:44:02 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:44:02 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:44:02 Configure a credential helper to remove this warning. See 03:44:02 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:44:02 03:44:02 Login Succeeded 03:44:02 nexus3.edgexfoundry.org:10004 03:44:02 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:44:02 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:44:02 Configure a credential helper to remove this warning. See 03:44:02 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:44:02 03:44:02 Login Succeeded 03:44:02 docker.io 03:44:02 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:44:03 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:44:03 Configure a credential helper to remove this warning. See 03:44:03 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:44:03 03:44:03 Login Succeeded 03:44:03 ---> docker-login.sh ends [Pipeline] } 03:44:03 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 03:44:04 + git log --format=format:%s -1 88af9cc1869ea574e79c9fe1bc39821b0f2262d1 [Pipeline] echo 03:44:04 GIT_COMMIT: 88af9cc1869ea574e79c9fe1bc39821b0f2262d1, Commit Message: build(deps): bump github.com/google/uuid from 1.1.4 to 1.1.5 [Pipeline] echo 03:44:04 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 03:44:05 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 03:44:05 03:44:05 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 03:44:06 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 03:44:06 latest: Pulling from edgex-devops/git-semver 03:44:06 31603596830f: Pulling fs layer 03:44:06 2a8b12db71e7: Pulling fs layer 03:44:06 6ca5941a6612: Pulling fs layer 03:44:06 ecc8261a40a4: Pulling fs layer 03:44:06 ecc8261a40a4: Waiting 03:44:06 2a8b12db71e7: Download complete 03:44:06 31603596830f: Verifying Checksum 03:44:06 31603596830f: Download complete 03:44:07 ecc8261a40a4: Verifying Checksum 03:44:07 ecc8261a40a4: Download complete 03:44:07 31603596830f: Pull complete 03:44:07 6ca5941a6612: Verifying Checksum 03:44:07 6ca5941a6612: Download complete 03:44:07 2a8b12db71e7: Pull complete 03:44:09 6ca5941a6612: Pull complete 03:44:10 ecc8261a40a4: Pull complete 03:44:10 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 03:44:10 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 03:44:10 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 03:44:10 prd-centos7-docker-4c-2g-21108 does not seem to be running inside a container 03:44:11 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-sdk-go_PR-733 -v /w/workspace/dgexfoundry_device-sdk-go_PR-733:/w/workspace/dgexfoundry_device-sdk-go_PR-733:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_PR-733@tmp:/w/workspace/dgexfoundry_device-sdk-go_PR-733@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 03:44:13 $ docker top b23a7f7ef802bbac6ba69dfc1617ad36ae163149e82142f93a36b1694883283b -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 03:44:14 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 03:44:14 [ssh-agent] Looking for ssh-agent implementation... 03:44:14 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 03:44:14 $ docker exec b23a7f7ef802bbac6ba69dfc1617ad36ae163149e82142f93a36b1694883283b ssh-agent 03:44:14 SSH_AUTH_SOCK=/tmp/ssh-9KicqKxNgO55/agent.11 03:44:14 SSH_AGENT_PID=16 03:44:14 Running ssh-add (command line suppressed) 03:44:15 Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-733@tmp/private_key_4758381298981005331.key (/w/workspace/dgexfoundry_device-sdk-go_PR-733@tmp/private_key_4758381298981005331.key) 03:44:15 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 03:44:16 + git tag --points-at HEAD [Pipeline] } 03:44:16 $ docker exec --env ******** --env ******** b23a7f7ef802bbac6ba69dfc1617ad36ae163149e82142f93a36b1694883283b ssh-agent -k 03:44:16 unset SSH_AUTH_SOCK; 03:44:16 unset SSH_AGENT_PID; 03:44:16 echo Agent pid 16 killed; 03:44:16 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 03:44:16 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 03:44:16 [ssh-agent] Looking for ssh-agent implementation... 03:44:17 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 03:44:17 $ docker exec b23a7f7ef802bbac6ba69dfc1617ad36ae163149e82142f93a36b1694883283b ssh-agent 03:44:17 SSH_AUTH_SOCK=/tmp/ssh-OhUG9RMK68rU/agent.45 03:44:17 SSH_AGENT_PID=50 03:44:17 Running ssh-add (command line suppressed) 03:44:17 Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-733@tmp/private_key_3137427358882617999.key (/w/workspace/dgexfoundry_device-sdk-go_PR-733@tmp/private_key_3137427358882617999.key) 03:44:18 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 03:44:18 + git semver init 03:44:18 # -> Open(): unable to determine branch for HEAD 03:44:18 # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-733/.git 03:44:18 # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_PR-733 03:44:18 # $SEMVER_REMOTE_NAME = origin 03:44:18 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 03:44:18 # $SEMVER_USER_NAME = edgex-jenkins 03:44:18 # $SEMVER_BRANCH = PR-733 03:44:18 # $SEMVER_TEMP = /tmp/semver-733997630 03:44:18 # git clone --branch semver git@github.com:edgexfoundry/device-sdk-go.git $SEMVER_TEMP 03:44:19 # '/tmp/semver-733997630' -> '/w/workspace/dgexfoundry_device-sdk-go_PR-733/.semver' 03:44:19 # -> Force: false 03:44:19 # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-733/.semver [Pipeline] } 03:44:19 $ docker exec --env ******** --env ******** b23a7f7ef802bbac6ba69dfc1617ad36ae163149e82142f93a36b1694883283b ssh-agent -k 03:44:20 unset SSH_AUTH_SOCK; 03:44:20 unset SSH_AGENT_PID; 03:44:20 echo Agent pid 50 killed; 03:44:20 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 03:44:21 + git semver [Pipeline] } 03:44:21 $ docker stop --time=1 b23a7f7ef802bbac6ba69dfc1617ad36ae163149e82142f93a36b1694883283b 03:44:22 $ docker rm -f b23a7f7ef802bbac6ba69dfc1617ad36ae163149e82142f93a36b1694883283b [Pipeline] // withDockerContainer [Pipeline] sh 03:44:23 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 03:44:24 Stashed 1 file(s) [Pipeline] echo 03:44:24 [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 03:44:39 Still waiting to schedule task 03:44:39 Waiting for next available executor on ‘centos7-docker-4c-2g’ 03:44:39 Still waiting to schedule task 03:44:39 ‘prd-ubuntu18.04-docker-arm64-4c-16g-18207’ is offline 03:46:27 Running on prd-ubuntu18.04-docker-arm64-4c-16g-21109 in /w/workspace/dgexfoundry_device-sdk-go_PR-733 [Pipeline] { [Pipeline] ws 03:46:27 Running in /w/workspace/device-sdk-go/5 [Pipeline] { [Pipeline] checkout 03:46:32 using credential edgex-jenkins-ssh 03:46:32 Cloning the remote Git repository 03:46:32 Cloning repository git@github.com:edgexfoundry/device-sdk-go.git 03:46:32 > git init /w/workspace/device-sdk-go/5 # timeout=10 03:46:32 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 03:46:32 > git --version # timeout=10 03:46:32 > git --version # 'git version 2.17.1' 03:46:32 using GIT_SSH to set credentials SSH Credentials for GitHub 03:46:32 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 03:46:34 Merging remotes/origin/master commit d47b03cf12e2f169eefdaad978a8d5668b399891 into PR head commit 88af9cc1869ea574e79c9fe1bc39821b0f2262d1 03:46:34 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 03:46:34 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 03:46:34 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 03:46:34 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 03:46:34 using GIT_SSH to set credentials SSH Credentials for GitHub 03:46:34 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/733/head:refs/remotes/origin/PR-733 +refs/heads/master:refs/remotes/origin/master # timeout=10 03:46:34 > git config core.sparsecheckout # timeout=10 03:46:34 > git checkout -f 88af9cc1869ea574e79c9fe1bc39821b0f2262d1 # timeout=10 03:46:34 > git remote # timeout=10 03:46:34 > git config --get remote.origin.url # timeout=10 03:46:34 Merge succeeded, producing 88af9cc1869ea574e79c9fe1bc39821b0f2262d1 03:46:34 Checking out Revision 88af9cc1869ea574e79c9fe1bc39821b0f2262d1 (PR-733) 03:46:34 using GIT_SSH to set credentials SSH Credentials for GitHub 03:46:34 > git merge d47b03cf12e2f169eefdaad978a8d5668b399891 # timeout=10 03:46:34 > git rev-parse HEAD^{commit} # timeout=10 03:46:34 > git config core.sparsecheckout # timeout=10 03:46:34 > git checkout -f 88af9cc1869ea574e79c9fe1bc39821b0f2262d1 # timeout=10 03:46:39 Commit message: "build(deps): bump github.com/google/uuid from 1.1.4 to 1.1.5" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 03:46:41 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 03:46:41 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 03:46:41 + true 03:46:41 + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 03:46:44 provisioning config files... 03:46:44 copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/5@tmp/config4217863741805301850tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 03:46:44 ---> docker-login.sh 03:46:44 nexus3.edgexfoundry.org:10001 03:46:45 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:46:46 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:46:46 Configure a credential helper to remove this warning. See 03:46:46 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:46:46 03:46:46 Login Succeeded 03:46:46 nexus3.edgexfoundry.org:10002 03:46:46 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:46:46 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:46:46 Configure a credential helper to remove this warning. See 03:46:46 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:46:46 03:46:46 Login Succeeded 03:46:46 nexus3.edgexfoundry.org:10003 03:46:47 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:46:47 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:46:47 Configure a credential helper to remove this warning. See 03:46:47 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:46:47 03:46:47 Login Succeeded 03:46:47 nexus3.edgexfoundry.org:10004 03:46:47 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:46:47 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:46:47 Configure a credential helper to remove this warning. See 03:46:47 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:46:47 03:46:47 Login Succeeded 03:46:47 docker.io 03:46:48 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:46:48 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:46:48 Configure a credential helper to remove this warning. See 03:46:48 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:46:48 03:46:48 Login Succeeded 03:46:48 ---> docker-login.sh ends [Pipeline] } 03:46:48 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 03:46:48 ========================================================= 03:46:48 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 03:46:48 ========================================================= [Pipeline] isUnix [Pipeline] sh 03:46:49 Running on prd-centos7-docker-4c-2g-21110 in /w/workspace/dgexfoundry_device-sdk-go_PR-733 [Pipeline] { [Pipeline] ws 03:46:49 Running in /w/workspace/device-sdk-go/5 03:46:49 + 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 . [Pipeline] { [Pipeline] checkout 03:46:49 Sending build context to Docker daemon 2.517MB 03:46:49 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 03:46:49 Step 2/8 : FROM ${BASE} 03:46:49 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 03:46:49 5f621e34cdf4: Pulling fs layer 03:46:49 a4357932f1b6: Pulling fs layer 03:46:49 18c013af1878: Pulling fs layer 03:46:49 00ac8860ef70: Pulling fs layer 03:46:49 63d7cb157983: Pulling fs layer 03:46:49 b116817d02f9: Pulling fs layer 03:46:49 745a02a5169b: Pulling fs layer 03:46:49 63d7cb157983: Waiting 03:46:49 b116817d02f9: Waiting 03:46:49 745a02a5169b: Waiting 03:46:49 00ac8860ef70: Waiting 03:46:49 18c013af1878: Verifying Checksum 03:46:49 18c013af1878: Download complete 03:46:49 a4357932f1b6: Verifying Checksum 03:46:49 a4357932f1b6: Download complete 03:46:49 63d7cb157983: Verifying Checksum 03:46:49 63d7cb157983: Download complete 03:46:49 b116817d02f9: Verifying Checksum 03:46:49 b116817d02f9: Download complete 03:46:49 5f621e34cdf4: Verifying Checksum 03:46:49 5f621e34cdf4: Download complete 03:46:50 5f621e34cdf4: Pull complete 03:46:51 a4357932f1b6: Pull complete 03:46:51 18c013af1878: Pull complete 03:46:51 using credential edgex-jenkins-ssh 03:46:51 Cloning the remote Git repository 03:46:51 Cloning repository git@github.com:edgexfoundry/device-sdk-go.git 03:46:51 > git init /w/workspace/device-sdk-go/5 # timeout=10 03:46:51 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 03:46:51 > git --version # timeout=10 03:46:51 > git --version # 'git version 2.24.3' 03:46:51 using GIT_SSH to set credentials SSH Credentials for GitHub 03:46:51 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 03:46:53 745a02a5169b: Verifying Checksum 03:46:53 745a02a5169b: Download complete 03:46:53 Merging remotes/origin/master commit d47b03cf12e2f169eefdaad978a8d5668b399891 into PR head commit 88af9cc1869ea574e79c9fe1bc39821b0f2262d1 03:46:53 Merge succeeded, producing 88af9cc1869ea574e79c9fe1bc39821b0f2262d1 03:46:53 Checking out Revision 88af9cc1869ea574e79c9fe1bc39821b0f2262d1 (PR-733) 03:46:52 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 03:46:52 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 03:46:52 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 03:46:52 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 03:46:52 using GIT_SSH to set credentials SSH Credentials for GitHub 03:46:52 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/733/head:refs/remotes/origin/PR-733 +refs/heads/master:refs/remotes/origin/master # timeout=10 03:46:53 > git config core.sparsecheckout # timeout=10 03:46:53 > git checkout -f 88af9cc1869ea574e79c9fe1bc39821b0f2262d1 # timeout=10 03:46:53 > git remote # timeout=10 03:46:53 > git config --get remote.origin.url # timeout=10 03:46:53 using GIT_SSH to set credentials SSH Credentials for GitHub 03:46:53 > git merge d47b03cf12e2f169eefdaad978a8d5668b399891 # timeout=10 03:46:53 > git rev-parse HEAD^{commit} # timeout=10 03:46:53 > git config core.sparsecheckout # timeout=10 03:46:53 > git checkout -f 88af9cc1869ea574e79c9fe1bc39821b0f2262d1 # timeout=10 03:46:54 00ac8860ef70: Verifying Checksum 03:46:54 00ac8860ef70: Download complete 03:46:57 Commit message: "build(deps): bump github.com/google/uuid from 1.1.4 to 1.1.5" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 03:46:58 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 03:46:58 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 03:46:58 + sudo service docker restart 03:46:58 + true 03:46:58 Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 03:47:00 provisioning config files... 03:47:00 copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/5@tmp/config4319293122344830562tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 03:47:00 ---> docker-login.sh 03:47:00 nexus3.edgexfoundry.org:10001 03:47:00 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:47:00 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:47:00 Configure a credential helper to remove this warning. See 03:47:00 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:47:00 03:47:00 Login Succeeded 03:47:00 nexus3.edgexfoundry.org:10002 03:47:01 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:47:01 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:47:01 Configure a credential helper to remove this warning. See 03:47:01 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:47:01 03:47:01 Login Succeeded 03:47:01 nexus3.edgexfoundry.org:10003 03:47:01 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:47:01 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:47:01 Configure a credential helper to remove this warning. See 03:47:01 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:47:01 03:47:01 Login Succeeded 03:47:01 nexus3.edgexfoundry.org:10004 03:47:01 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:47:01 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:47:01 Configure a credential helper to remove this warning. See 03:47:01 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:47:01 03:47:01 Login Succeeded 03:47:01 docker.io 03:47:01 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:47:02 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:47:02 Configure a credential helper to remove this warning. See 03:47:02 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:47:02 03:47:02 Login Succeeded 03:47:02 ---> docker-login.sh ends [Pipeline] } 03:47:02 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 03:47:02 ========================================================= 03:47:02 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 03:47:02 ========================================================= [Pipeline] isUnix [Pipeline] sh 03:47:02 + 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 . 03:47:03 Sending build context to Docker daemon 2.518MB 03:47:03 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 03:47:03 Step 2/8 : FROM ${BASE} 03:47:03 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 03:47:03 188c0c94c7c5: Pulling fs layer 03:47:03 0ef7d3d256c8: Pulling fs layer 03:47:03 de9db76c5a1d: Pulling fs layer 03:47:03 bca2f99d35d6: Pulling fs layer 03:47:03 93359f2a8cfa: Pulling fs layer 03:47:03 7c6f9722023f: Pulling fs layer 03:47:03 a35cf1a2eb13: Pulling fs layer 03:47:03 bca2f99d35d6: Waiting 03:47:03 93359f2a8cfa: Waiting 03:47:03 7c6f9722023f: Waiting 03:47:03 a35cf1a2eb13: Waiting 03:47:03 de9db76c5a1d: Verifying Checksum 03:47:03 de9db76c5a1d: Download complete 03:47:03 0ef7d3d256c8: Verifying Checksum 03:47:03 0ef7d3d256c8: Download complete 03:47:03 188c0c94c7c5: Verifying Checksum 03:47:03 188c0c94c7c5: Download complete 03:47:03 93359f2a8cfa: Download complete 03:47:03 7c6f9722023f: Verifying Checksum 03:47:03 7c6f9722023f: Download complete 03:47:03 188c0c94c7c5: Pull complete 03:47:03 0ef7d3d256c8: Pull complete 03:47:03 de9db76c5a1d: Pull complete 03:47:04 00ac8860ef70: Pull complete 03:47:04 a35cf1a2eb13: Verifying Checksum 03:47:04 a35cf1a2eb13: Download complete 03:47:04 63d7cb157983: Pull complete 03:47:05 b116817d02f9: Pull complete 03:47:05 bca2f99d35d6: Verifying Checksum 03:47:05 bca2f99d35d6: Download complete 03:47:08 745a02a5169b: Pull complete 03:47:08 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 03:47:08 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 03:47:08 ---> b7e6874047d6 03:47:08 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 03:47:10 bca2f99d35d6: Pull complete 03:47:10 93359f2a8cfa: Pull complete 03:47:10 7c6f9722023f: Pull complete 03:47:11 ---> Running in dc685f177462 03:47:11 Removing intermediate container dc685f177462 03:47:11 ---> c4022c0871c0 03:47:11 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:47:11 ---> Running in f05e6a029302 03:47:14 Removing intermediate container f05e6a029302 03:47:14 ---> ef0491eaade1 03:47:14 Step 5/8 : RUN apk add --update --no-cache make git 03:47:14 ---> Running in 3b9199596fb7 03:47:15 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 03:47:16 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 03:47:17 OK: 142 MiB in 39 packages 03:47:17 a35cf1a2eb13: Pull complete 03:47:17 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 03:47:17 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 03:47:17 ---> a62c8e92a672 03:47:17 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 03:47:17 ---> Running in 01145ee8861e 03:47:17 Removing intermediate container 01145ee8861e 03:47:17 ---> eaaf61a34f48 03:47:17 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:47:17 ---> Running in 217daa1a7676 03:47:18 Removing intermediate container 3b9199596fb7 03:47:18 ---> 0fed0a37f7da 03:47:18 Step 6/8 : WORKDIR /device-sdk-go 03:47:18 ---> Running in 3d5ee6c103df 03:47:18 Removing intermediate container 217daa1a7676 03:47:18 ---> b05fa7c0553f 03:47:18 Step 5/8 : RUN apk add --update --no-cache make git 03:47:18 ---> Running in 21cbc664ce37 03:47:18 Removing intermediate container 3d5ee6c103df 03:47:18 ---> 280171332de4 03:47:18 Step 7/8 : COPY . . 03:47:19 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 03:47:20 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 03:47:20 ---> 98c771c71a14 03:47:20 Step 8/8 : RUN go mod download 03:47:20 ---> Running in cc1d5b3a89e0 03:47:20 OK: 166 MiB in 39 packages 03:47:20 Removing intermediate container 21cbc664ce37 03:47:20 ---> 3bcc9f708744 03:47:20 Step 6/8 : WORKDIR /device-sdk-go 03:47:20 ---> Running in 5ea20b9a2d7c 03:47:21 Removing intermediate container 5ea20b9a2d7c 03:47:21 ---> 7a5001d6ace9 03:47:21 Step 7/8 : COPY . . 03:47:22 ---> 517254b0710d 03:47:22 Step 8/8 : RUN go mod download 03:47:22 ---> Running in 72ed02ba5469 03:47:40 Removing intermediate container 72ed02ba5469 03:47:40 ---> fbfac9eaa7e1 03:47:40 Successfully built fbfac9eaa7e1 03:47:40 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 03:47:40 + docker inspect -f . ci-base-image-x86_64 03:47:40 . [Pipeline] withDockerContainer 03:47:41 prd-centos7-docker-4c-2g-21110 does not seem to be running inside a container 03:47:41 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/5 -v /w/workspace/device-sdk-go/5:/w/workspace/device-sdk-go/5:rw,z -v /w/workspace/device-sdk-go/5@tmp:/w/workspace/device-sdk-go/5@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 ******** ci-base-image-x86_64 cat 03:47:42 $ docker top 96c190da6d4f00724d3cee8f5d71ed020abd9e99b879fded3796c6fbd3cfba5e -eo pid,comm [Pipeline] { [Pipeline] sh 03:47:42 Removing intermediate container cc1d5b3a89e0 03:47:42 ---> d6f7d1794aa1 03:47:42 Successfully built d6f7d1794aa1 03:47:42 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 03:47:42 + go version 03:47:42 go version go1.15.5 linux/amd64 [Pipeline] } 03:47:42 $ docker stop --time=1 96c190da6d4f00724d3cee8f5d71ed020abd9e99b879fded3796c6fbd3cfba5e 03:47:42 + docker inspect -f . ci-base-image-arm64 03:47:42 . 03:47:43 $ docker rm -f 96c190da6d4f00724d3cee8f5d71ed020abd9e99b879fded3796c6fbd3cfba5e [Pipeline] // withDockerContainer [Pipeline] withDockerContainer 03:47:44 prd-ubuntu18.04-docker-arm64-4c-16g-21109 does not seem to be running inside a container 03:47:44 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/5 -v /w/workspace/device-sdk-go/5:/w/workspace/device-sdk-go/5:rw,z -v /w/workspace/device-sdk-go/5@tmp:/w/workspace/device-sdk-go/5@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 ******** ci-base-image-arm64 cat 03:47:45 $ docker top 149cbba5969bea582bdc0f9ee8a6deb466cb06a241cecb62cc4ab581edbb0be2 -eo pid,comm [Pipeline] { [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] sh [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 03:47:46 + docker inspect -f . ci-base-image-x86_64 03:47:46 . [Pipeline] withDockerContainer 03:47:47 + go version 03:47:47 go version go1.15.5 linux/arm64 03:47:47 prd-centos7-docker-4c-2g-21110 does not seem to be running inside a container 03:47:47 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/5 -v /w/workspace/device-sdk-go/5:/w/workspace/device-sdk-go/5:rw,z -v /w/workspace/device-sdk-go/5@tmp:/w/workspace/device-sdk-go/5@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 ******** ci-base-image-x86_64 cat 03:47:47 $ docker top 06925504905e85bcdf21ccab58b70100c9bde94da496ebcd578427a623193a4c -eo pid,comm [Pipeline] { [Pipeline] } 03:47:47 $ docker stop --time=1 149cbba5969bea582bdc0f9ee8a6deb466cb06a241cecb62cc4ab581edbb0be2 03:47:49 $ docker rm -f 149cbba5969bea582bdc0f9ee8a6deb466cb06a241cecb62cc4ab581edbb0be2 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] sh [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) 03:47:50 + make test 03:47:50 GO111MODULE=on go test -race -coverprofile=coverage.out ./... [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 03:47:50 + docker inspect -f . ci-base-image-arm64 03:47:50 . [Pipeline] withDockerContainer 03:47:51 prd-ubuntu18.04-docker-arm64-4c-16g-21109 does not seem to be running inside a container 03:47:51 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/5 -v /w/workspace/device-sdk-go/5:/w/workspace/device-sdk-go/5:rw,z -v /w/workspace/device-sdk-go/5@tmp:/w/workspace/device-sdk-go/5@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 ******** ci-base-image-arm64 cat 03:47:52 $ docker top 6a87f5d23e6730804e274ac40dccc19e06ab109d5830b4de74706b9a2f943ce2 -eo pid,comm [Pipeline] { [Pipeline] sh 03:47:53 + make test 03:47:53 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 03:47:58 ? github.com/edgexfoundry/device-sdk-go/v2 [no test files] 03:48:13 ? github.com/edgexfoundry/device-sdk-go/v2/example/cmd/device-simple [no test files] 03:48:13 ? github.com/edgexfoundry/device-sdk-go/v2/example/driver [no test files] 03:48:13 ? github.com/edgexfoundry/device-sdk-go/v2/internal/autodiscovery [no test files] 03:48:13 ok github.com/edgexfoundry/device-sdk-go/v2/internal/autoevent 0.101s coverage: 19.4% of statements 03:48:14 ok github.com/edgexfoundry/device-sdk-go/v2/internal/cache 0.448s coverage: 97.1% of statements 03:48:15 ? github.com/edgexfoundry/device-sdk-go/v2 [no test files] 03:48:46 ok github.com/edgexfoundry/device-sdk-go/v2/internal/clients 30.072s coverage: 9.4% of statements 03:48:46 ok github.com/edgexfoundry/device-sdk-go/v2/internal/common 0.044s coverage: 21.7% of statements 03:48:46 ? github.com/edgexfoundry/device-sdk-go/v2/internal/container [no test files] 03:48:46 ok github.com/edgexfoundry/device-sdk-go/v2/internal/controller 0.220s coverage: 42.9% of statements 03:48:46 ? github.com/edgexfoundry/device-sdk-go/v2/internal/controller/correlation [no test files] 03:48:46 ok github.com/edgexfoundry/device-sdk-go/v2/internal/handler 0.284s coverage: 68.9% of statements 03:48:46 ? github.com/edgexfoundry/device-sdk-go/v2/internal/handler/callback [no test files] 03:48:46 ? github.com/edgexfoundry/device-sdk-go/v2/internal/mock [no test files] 03:48:46 ? github.com/edgexfoundry/device-sdk-go/v2/internal/provision [no test files] 03:48:46 ? github.com/edgexfoundry/device-sdk-go/v2/internal/telemetry [no test files] 03:48:46 ok github.com/edgexfoundry/device-sdk-go/v2/internal/transformer 0.076s coverage: 53.8% of statements 03:48:46 ? github.com/edgexfoundry/device-sdk-go/v2/internal/v2/application [no test files] 03:48:46 ? github.com/edgexfoundry/device-sdk-go/v2/internal/v2/cache [no test files] 03:48:46 ok github.com/edgexfoundry/device-sdk-go/v2/internal/v2/controller/http 0.070s coverage: 25.6% of statements 03:48:46 ok github.com/edgexfoundry/device-sdk-go/v2/pkg/models 2.354s coverage: 68.9% of statements 03:48:46 ok github.com/edgexfoundry/device-sdk-go/v2/pkg/service 0.054s coverage: 4.2% of statements 03:48:46 ? github.com/edgexfoundry/device-sdk-go/v2/pkg/startup [no test files] 03:48:46 GO111MODULE=on go vet ./... 03:48:55 ? github.com/edgexfoundry/device-sdk-go/v2/example/cmd/device-simple [no test files] 03:48:55 ? github.com/edgexfoundry/device-sdk-go/v2/example/driver [no test files] 03:48:55 ? github.com/edgexfoundry/device-sdk-go/v2/internal/autodiscovery [no test files] 03:48:55 gofmt -l . 03:48:55 ok github.com/edgexfoundry/device-sdk-go/v2/internal/autoevent 0.166s coverage: 19.4% of statements 03:48:55 [ "`gofmt -l .`" = "" ] 03:48:55 ./bin/test-attribution-txt.sh 03:48:55 ./bin/test-go-mod-tidy.sh [Pipeline] } 03:48:56 $ docker stop --time=1 06925504905e85bcdf21ccab58b70100c9bde94da496ebcd578427a623193a4c 03:48:58 $ docker rm -f 06925504905e85bcdf21ccab58b70100c9bde94da496ebcd578427a623193a4c [Pipeline] // withDockerContainer [Pipeline] sh 03:48:58 + sudo chown -R jenkins:jenkins . [Pipeline] stash 03:48:59 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 03:49:02 ok github.com/edgexfoundry/device-sdk-go/v2/internal/cache 1.244s coverage: 97.1% of statements 03:49:02 + sudo chown -R jenkins:jenkins . [Pipeline] sh 03:49:02 + ls -al . 03:49:02 total 224 03:49:02 drwxrwxr-x. 10 jenkins jenkins 4096 Jan 19 03:48 . 03:49:02 drwxrwxr-x. 4 jenkins jenkins 28 Jan 19 03:46 .. 03:49:02 drwxrwxr-x. 2 jenkins jenkins 64 Jan 19 03:46 bin 03:49:02 -rw-r--r--. 1 jenkins jenkins 144063 Jan 19 03:48 coverage.out 03:49:02 -rw-rw-r--. 1 jenkins jenkins 949 Jan 19 03:46 Dockerfile.build 03:49:02 -rw-rw-r--. 1 jenkins jenkins 140 Jan 19 03:46 .dockerignore 03:49:02 drwxrwxr-x. 4 jenkins jenkins 48 Jan 19 03:46 example 03:49:02 drwxrwxr-x. 8 jenkins jenkins 179 Jan 19 03:46 .git 03:49:02 drwxrwxr-x. 2 jenkins jenkins 103 Jan 19 03:46 .github 03:49:02 -rw-rw-r--. 1 jenkins jenkins 138 Jan 19 03:46 .gitignore 03:49:02 -rw-r--r--. 1 jenkins jenkins 491 Jan 19 03:48 go.mod 03:49:02 -rw-r--r--. 1 jenkins jenkins 14209 Jan 19 03:48 go.sum 03:49:02 drwxrwxr-x. 15 jenkins jenkins 211 Jan 19 03:46 internal 03:49:02 -rw-rw-r--. 1 jenkins jenkins 901 Jan 19 03:46 Jenkinsfile 03:49:02 -rw-rw-r--. 1 jenkins jenkins 11341 Jan 19 03:46 LICENSE 03:49:02 -rw-rw-r--. 1 jenkins jenkins 1016 Jan 19 03:46 Makefile 03:49:02 drwxrwxr-x. 4 jenkins jenkins 26 Jan 19 03:46 openapi 03:49:02 drwxrwxr-x. 5 jenkins jenkins 50 Jan 19 03:46 pkg 03:49:02 -rw-rw-r--. 1 jenkins jenkins 5897 Jan 19 03:46 README.md 03:49:02 -rw-rw-r--. 1 jenkins jenkins 6616 Jan 19 03:46 RELEASE-NOTES.txt 03:49:02 drwxrwxr-x. 4 jenkins jenkins 54 Jan 19 03:46 snap 03:49:02 -rw-rw-r--. 1 jenkins jenkins 5 Jan 19 03:44 VERSION 03:49:02 -rw-rw-r--. 1 jenkins jenkins 222 Jan 19 03:46 version.go [Pipeline] isUnix [Pipeline] sh 03:49:02 + 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=88af9cc1869ea574e79c9fe1bc39821b0f2262d1 --label arch=amd64 --label version=0.0.0 . 03:49:02 Sending build context to Docker daemon 2.663MB 03:49:02 Step 1/24 : ARG BASE=golang:1.15-alpine3.12 03:49:02 Step 2/24 : FROM ${BASE} AS builder 03:49:02 ---> fbfac9eaa7e1 03:49:02 Step 3/24 : ARG MAKE='make build' 03:49:03 ---> Running in 4ad39362bced 03:49:03 Removing intermediate container 4ad39362bced 03:49:03 ---> a8477165a8db 03:49:03 Step 4/24 : WORKDIR /device-sdk-go 03:49:03 ---> Running in 4111c9fc463e 03:49:03 Removing intermediate container 4111c9fc463e 03:49:03 ---> 22dcefc41a58 03:49:03 Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 03:49:04 ---> Running in 7e4314038af3 03:49:04 Removing intermediate container 7e4314038af3 03:49:04 ---> 6ca2d97946dc 03:49:04 Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:49:04 ---> Running in b114ced9ee88 03:49:05 Removing intermediate container b114ced9ee88 03:49:05 ---> 49fdeb3655a0 03:49:05 Step 7/24 : RUN apk add --update --no-cache make git 03:49:05 ---> Running in b112234d85ed 03:49:05 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 03:49:06 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 03:49:07 OK: 166 MiB in 39 packages 03:49:07 Removing intermediate container b112234d85ed 03:49:07 ---> 07c7d5d94e5e 03:49:07 Step 8/24 : COPY . . 03:49:08 ---> 5d2f9701a56b 03:49:08 Step 9/24 : RUN ${MAKE} 03:49:08 ---> Running in 728993182cf1 03:49:09 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 03:49:17 CGO_ENABLED=0 GO111MODULE=on go install -tags=safe 03:49:19 Removing intermediate container 728993182cf1 03:49:19 ---> e2f85cbbe2f6 03:49:19 Step 10/24 : FROM scratch 03:49:19 ---> 03:49:19 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 03:49:19 ---> Running in 7c6bc9bed267 03:49:19 Removing intermediate container 7c6bc9bed267 03:49:19 ---> e20779247571 03:49:19 Step 12/24 : ENV APP_PORT=49990 03:49:19 ---> Running in d4fc80ada120 03:49:19 Removing intermediate container d4fc80ada120 03:49:19 ---> d75370dcdc90 03:49:19 Step 13/24 : EXPOSE $APP_PORT 03:49:19 ---> Running in 8c7fdfa3fa10 03:49:20 Removing intermediate container 8c7fdfa3fa10 03:49:20 ---> 40652c28bcf2 03:49:20 Step 14/24 : WORKDIR / 03:49:20 ---> Running in 9dc0c1da0d14 03:49:20 Removing intermediate container 9dc0c1da0d14 03:49:20 ---> ac2d1c1a165d 03:49:20 Step 15/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple 03:49:20 ---> f8db9031e20e 03:49:20 Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml 03:49:20 ---> 44e0dd54a221 03:49:20 Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml 03:49:21 ---> 8a09064a2f4f 03:49:21 Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png 03:49:21 ---> 3abd17e76895 03:49:21 Step 19/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg 03:49:21 ---> 40c71f029143 03:49:21 Step 20/24 : ENTRYPOINT ["/usr/local/bin/device-simple"] 03:49:21 ---> Running in 7eecadab4323 03:49:22 Removing intermediate container 7eecadab4323 03:49:22 ---> 6895e14f0361 03:49:22 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 03:49:22 ---> Running in efec40e29275 03:49:22 Removing intermediate container efec40e29275 03:49:22 ---> 202386291f7b 03:49:22 Step 22/24 : LABEL arch=amd64 03:49:22 ---> Running in 459402a6a516 03:49:22 Removing intermediate container 459402a6a516 03:49:22 ---> 8afaa82d408a 03:49:22 Step 23/24 : LABEL git_sha=88af9cc1869ea574e79c9fe1bc39821b0f2262d1 03:49:22 ---> Running in 146b56d8f7d6 03:49:22 Removing intermediate container 146b56d8f7d6 03:49:22 ---> 2b9cb80976ef 03:49:22 Step 24/24 : LABEL version=0.0.0 03:49:22 ---> Running in 07eec1a7f8c6 03:49:22 Removing intermediate container 07eec1a7f8c6 03:49:22 ---> 77bc76eaeb8e 03:49:22 [Warning] One or more build-args [ARCH] were not consumed 03:49:22 Successfully built 77bc76eaeb8e 03:49:22 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] } 03:49:28 ok github.com/edgexfoundry/device-sdk-go/v2/internal/clients 30.163s coverage: 9.4% of statements 03:49:28 ok github.com/edgexfoundry/device-sdk-go/v2/internal/common 0.113s coverage: 21.7% of statements 03:49:28 ? github.com/edgexfoundry/device-sdk-go/v2/internal/container [no test files] 03:49:28 ok github.com/edgexfoundry/device-sdk-go/v2/internal/controller 0.591s coverage: 42.9% of statements 03:49:28 ? github.com/edgexfoundry/device-sdk-go/v2/internal/controller/correlation [no test files] 03:49:28 ok github.com/edgexfoundry/device-sdk-go/v2/internal/handler 0.727s coverage: 68.9% of statements 03:49:28 ? github.com/edgexfoundry/device-sdk-go/v2/internal/handler/callback [no test files] 03:49:28 ? github.com/edgexfoundry/device-sdk-go/v2/internal/mock [no test files] 03:49:28 ? github.com/edgexfoundry/device-sdk-go/v2/internal/provision [no test files] 03:49:28 ? github.com/edgexfoundry/device-sdk-go/v2/internal/telemetry [no test files] 03:49:28 ok github.com/edgexfoundry/device-sdk-go/v2/internal/transformer 0.194s coverage: 53.8% of statements 03:49:28 ? github.com/edgexfoundry/device-sdk-go/v2/internal/v2/application [no test files] 03:49:28 ? github.com/edgexfoundry/device-sdk-go/v2/internal/v2/cache [no test files] 03:49:28 ok github.com/edgexfoundry/device-sdk-go/v2/internal/v2/controller/http 0.170s coverage: 25.6% of statements 03:49:28 ok github.com/edgexfoundry/device-sdk-go/v2/pkg/models 6.003s coverage: 68.9% of statements 03:49:28 ok github.com/edgexfoundry/device-sdk-go/v2/pkg/service 0.131s coverage: 4.2% of statements 03:49:28 ? github.com/edgexfoundry/device-sdk-go/v2/pkg/startup [no test files] 03:49:28 GO111MODULE=on go vet ./... 03:50:01 gofmt -l . 03:50:01 [ "`gofmt -l .`" = "" ] 03:50:01 ./bin/test-attribution-txt.sh 03:50:01 ./bin/test-go-mod-tidy.sh [Pipeline] } 03:50:02 $ docker stop --time=1 6a87f5d23e6730804e274ac40dccc19e06ab109d5830b4de74706b9a2f943ce2 03:50:04 $ docker rm -f 6a87f5d23e6730804e274ac40dccc19e06ab109d5830b4de74706b9a2f943ce2 [Pipeline] // withDockerContainer [Pipeline] sh 03:50:05 + sudo chown -R jenkins:jenkins . [Pipeline] stash 03:50:05 Warning: overwriting stash ‘coverage-report’ 03:50:06 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 03:50:07 + sudo chown -R jenkins:jenkins . [Pipeline] sh 03:50:07 + ls -al . 03:50:07 total 260 03:50:07 drwxrwxr-x 10 jenkins jenkins 4096 Jan 19 03:50 . 03:50:07 drwxrwxr-x 4 jenkins jenkins 4096 Jan 19 03:46 .. 03:50:07 -rw-rw-r-- 1 jenkins jenkins 140 Jan 19 03:46 .dockerignore 03:50:07 drwxrwxr-x 8 jenkins jenkins 4096 Jan 19 03:46 .git 03:50:07 drwxrwxr-x 2 jenkins jenkins 4096 Jan 19 03:46 .github 03:50:07 -rw-rw-r-- 1 jenkins jenkins 138 Jan 19 03:46 .gitignore 03:50:07 -rw-rw-r-- 1 jenkins jenkins 949 Jan 19 03:46 Dockerfile.build 03:50:07 -rw-rw-r-- 1 jenkins jenkins 901 Jan 19 03:46 Jenkinsfile 03:50:07 -rw-rw-r-- 1 jenkins jenkins 11341 Jan 19 03:46 LICENSE 03:50:07 -rw-rw-r-- 1 jenkins jenkins 1016 Jan 19 03:46 Makefile 03:50:07 -rw-rw-r-- 1 jenkins jenkins 5897 Jan 19 03:46 README.md 03:50:07 -rw-rw-r-- 1 jenkins jenkins 6616 Jan 19 03:46 RELEASE-NOTES.txt 03:50:07 -rw-rw-r-- 1 jenkins jenkins 5 Jan 19 03:44 VERSION 03:50:07 drwxrwxr-x 2 jenkins jenkins 4096 Jan 19 03:46 bin 03:50:07 -rw-r--r-- 1 jenkins jenkins 144063 Jan 19 03:49 coverage.out 03:50:07 drwxrwxr-x 4 jenkins jenkins 4096 Jan 19 03:46 example 03:50:07 -rw-r--r-- 1 jenkins jenkins 491 Jan 19 03:50 go.mod 03:50:07 -rw-r--r-- 1 jenkins jenkins 14209 Jan 19 03:50 go.sum 03:50:07 drwxrwxr-x 15 jenkins jenkins 4096 Jan 19 03:46 internal 03:50:07 drwxrwxr-x 4 jenkins jenkins 4096 Jan 19 03:46 openapi 03:50:07 drwxrwxr-x 5 jenkins jenkins 4096 Jan 19 03:46 pkg 03:50:07 drwxrwxr-x 4 jenkins jenkins 4096 Jan 19 03:46 snap 03:50:07 -rw-rw-r-- 1 jenkins jenkins 222 Jan 19 03:46 version.go [Pipeline] isUnix [Pipeline] sh 03:50:08 + 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=88af9cc1869ea574e79c9fe1bc39821b0f2262d1 --label arch=arm64 --label version=0.0.0 . 03:50:08 Sending build context to Docker daemon 2.662MB 03:50:08 Step 1/24 : ARG BASE=golang:1.15-alpine3.12 03:50:08 Step 2/24 : FROM ${BASE} AS builder 03:50:08 ---> d6f7d1794aa1 03:50:08 Step 3/24 : ARG MAKE='make build' 03:50:08 ---> Running in d817c8e061f9 03:50:09 Removing intermediate container d817c8e061f9 03:50:09 ---> 6023fde05df6 03:50:09 Step 4/24 : WORKDIR /device-sdk-go 03:50:09 ---> Running in 56843aed94be 03:50:09 Removing intermediate container 56843aed94be 03:50:09 ---> 86dfd784b9cd 03:50:09 Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 03:50:10 ---> Running in 844ddabfd78e 03:50:10 Removing intermediate container 844ddabfd78e 03:50:10 ---> c914a14f9f80 03:50:10 Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:50:10 ---> Running in dbe2898ecf9a 03:50:12 Removing intermediate container dbe2898ecf9a 03:50:12 ---> 91ca6410aa47 03:50:12 Step 7/24 : RUN apk add --update --no-cache make git 03:50:12 ---> Running in fe2355a75880 03:50:13 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 03:50:14 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 03:50:15 OK: 142 MiB in 39 packages 03:50:16 Removing intermediate container fe2355a75880 03:50:16 ---> 1f7e567cdac6 03:50:16 Step 8/24 : COPY . . 03:50:18 ---> 6f64c520403c 03:50:18 Step 9/24 : RUN ${MAKE} 03:50:18 ---> Running in e8f541e0556e 03:50:19 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 03:50:46 CGO_ENABLED=0 GO111MODULE=on go install -tags=safe 03:50:46 Removing intermediate container e8f541e0556e 03:50:46 ---> d346dc6c42f6 03:50:46 Step 10/24 : FROM scratch 03:50:46 ---> 03:50:46 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 03:50:46 ---> Running in 6980e3c325a1 03:50:46 Removing intermediate container 6980e3c325a1 03:50:46 ---> 40125e8caf30 03:50:46 Step 12/24 : ENV APP_PORT=49990 03:50:46 ---> Running in 24b59501001c 03:50:47 Removing intermediate container 24b59501001c 03:50:47 ---> 30aadf8efd41 03:50:47 Step 13/24 : EXPOSE $APP_PORT 03:50:47 ---> Running in 59527f9611d6 03:50:47 Removing intermediate container 59527f9611d6 03:50:47 ---> b1c15600afc7 03:50:47 Step 14/24 : WORKDIR / 03:50:47 ---> Running in 70bfccbb34ef 03:50:48 Removing intermediate container 70bfccbb34ef 03:50:48 ---> 493f39749121 03:50:48 Step 15/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple 03:50:49 ---> 0cb507c4b084 03:50:49 Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml 03:50:50 ---> 34fd47e4adcd 03:50:50 Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml 03:50:50 ---> 2f0b39fb8242 03:50:50 Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png 03:50:51 ---> d306e38f46a9 03:50:51 Step 19/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg 03:50:51 ---> 3f2368879d88 03:50:51 Step 20/24 : ENTRYPOINT ["/usr/local/bin/device-simple"] 03:50:52 ---> Running in 08d566c1e91f 03:50:52 Removing intermediate container 08d566c1e91f 03:50:52 ---> eb1a6f6ef3b1 03:50:52 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 03:50:52 ---> Running in 26e140bc75a4 03:50:52 Removing intermediate container 26e140bc75a4 03:50:52 ---> 20a7fa08e433 03:50:52 Step 22/24 : LABEL arch=arm64 03:50:53 ---> Running in ea374f1620aa 03:50:53 Removing intermediate container ea374f1620aa 03:50:53 ---> 6aad37a79a38 03:50:53 Step 23/24 : LABEL git_sha=88af9cc1869ea574e79c9fe1bc39821b0f2262d1 03:50:53 ---> Running in 17dbb4fec7c1 03:50:54 Removing intermediate container 17dbb4fec7c1 03:50:54 ---> e5d712ec0e18 03:50:54 Step 24/24 : LABEL version=0.0.0 03:50:54 ---> Running in 24a231baf004 03:50:54 Removing intermediate container 24a231baf004 03:50:54 ---> c72cca3735b9 03:50:54 [Warning] One or more build-args [ARCH] were not consumed 03:50:54 Successfully built c72cca3735b9 03:50:54 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 03:50:57 provisioning config files... 03:50:57 copy managed file [device-sdk-go-codecov-token] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-733@tmp/config8284725010558817553tmp [Pipeline] { [Pipeline] sh 03:50:57 + set +x 03:50:57 + curl -s https://codecov.io/bash 03:50:57 + bash -s -- 03:50:58 03:50:58 _____ _ 03:50:58 / ____| | | 03:50:58 | | ___ __| | ___ ___ _____ __ 03:50:58 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 03:50:58 | |___| (_) | (_| | __/ (_| (_) \ V / 03:50:58 \_____\___/ \__,_|\___|\___\___/ \_/ 03:50:58 Bash-20210115-cec3c92 03:50:58 03:50:58 03:50:58 ==> git version 2.24.3 found 03:50:58 ==> 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 03:50:58 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 03:50:58 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 03:50:58 ==> Jenkins CI detected. 03:50:58 project root: . 03:50:58 --> token set from env 03:50:58 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 03:50:58 ==> Running gcov in . (disable via -X gcov) 03:50:58 ==> Python coveragepy not found 03:50:58 ==> Searching for coverage reports in: 03:50:58 + . 03:50:58 -> Found 1 reports 03:50:58 ==> Detecting git/mercurial file structure 03:50:58 ==> Reading reports 03:50:58 + ./coverage.out bytes=144063 03:50:58 ==> Appending adjustments 03:50:58 https://docs.codecov.io/docs/fixing-reports 03:50:59 + Found adjustments 03:50:59 ==> Gzipping contents 03:50:59 24K /tmp/codecov.Od5tn7.gz 03:50:59 ==> Uploading reports 03:50:59 url: https://codecov.io 03:50:59 query: branch=PR-733&commit=88af9cc1869ea574e79c9fe1bc39821b0f2262d1&build=5&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2FPR-733%2F5%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=733&job=&cmd_args= 03:50:59 -> Pinging Codecov 03:50:59 https://codecov.io/upload/v4?package=bash-20210115-cec3c92&token=secret&branch=PR-733&commit=88af9cc1869ea574e79c9fe1bc39821b0f2262d1&build=5&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2FPR-733%2F5%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=733&job=&cmd_args= 03:51:00 -> Uploading to 03:51:00 https://storage.googleapis.com/codecov/v4/raw/2021-01-19/7E55EF52A471D76F132DFD9A03CDDE97/88af9cc1869ea574e79c9fe1bc39821b0f2262d1/1d8cd023-1769-4ad3-81bd-e562bcb65c0b.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210119%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210119T035059Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=46d96aa5fae03999023c725feac36c92123c7ba5879595acb1680231912c20a0 03:51:00 % Total % Received % Xferd Average Speed Time Time Time Current 03:51:00 Dload Upload Total Spent Left Speed 03:51:00 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 22321 0 0 100 22321 0 42521 --:--:-- --:--:-- --:--:-- 42597 03:51:00 -> View reports at https://codecov.io/github/edgexfoundry/device-sdk-go/commit/88af9cc1869ea574e79c9fe1bc39821b0f2262d1 [Pipeline] } 03:51: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 03:51:03 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 03:51:04 ---> package-listing.sh 03:51:04 ++ facter osfamily 03:51:04 ++ tr '[:upper:]' '[:lower:]' 03:51:04 + OS_FAMILY=redhat 03:51:04 + workspace=/w/workspace/dgexfoundry_device-sdk-go_PR-733 03:51:04 + START_PACKAGES=/tmp/packages_start.txt 03:51:04 + END_PACKAGES=/tmp/packages_end.txt 03:51:04 + DIFF_PACKAGES=/tmp/packages_diff.txt 03:51:04 + PACKAGES=/tmp/packages_start.txt 03:51:04 + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-733 ']' 03:51:04 + PACKAGES=/tmp/packages_end.txt 03:51:04 + case "${OS_FAMILY}" in 03:51:04 + sort 03:51:04 + rpm -qa 03:51:11 + '[' -f /tmp/packages_start.txt ']' 03:51:11 + '[' -f /tmp/packages_end.txt ']' 03:51:11 + diff /tmp/packages_start.txt /tmp/packages_end.txt 03:51:11 + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-733 ']' 03:51:11 + mkdir -p /w/workspace/dgexfoundry_device-sdk-go_PR-733/archives/ 03:51:11 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dgexfoundry_device-sdk-go_PR-733/archives/ [Pipeline] echo 03:51:11 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-733/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 03:51:11 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 03:51:12 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 03:51:12 03:51:12 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 03:51:12 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 03:51:13 alpine: Pulling from edgex-lftools-log-publisher 03:51:13 df20fa9351a1: Pulling fs layer 03:51:13 36b3adc4ff6f: Pulling fs layer 03:51:13 8ad3a11d3b57: Pulling fs layer 03:51:13 46f8f816bc3b: Pulling fs layer 03:51:13 93b61091891f: Pulling fs layer 03:51:13 93b9cdb0e59b: Pulling fs layer 03:51:13 5e14af77c1be: Pulling fs layer 03:51:13 01666e4c0597: Pulling fs layer 03:51:13 aa168da1d23b: Pulling fs layer 03:51:13 93b61091891f: Waiting 03:51:13 93b9cdb0e59b: Waiting 03:51:13 5e14af77c1be: Waiting 03:51:13 01666e4c0597: Waiting 03:51:13 46f8f816bc3b: Waiting 03:51:13 aa168da1d23b: Waiting 03:51:13 36b3adc4ff6f: Verifying Checksum 03:51:13 36b3adc4ff6f: Download complete 03:51:13 46f8f816bc3b: Verifying Checksum 03:51:13 46f8f816bc3b: Download complete 03:51:13 df20fa9351a1: Verifying Checksum 03:51:13 df20fa9351a1: Download complete 03:51:13 93b9cdb0e59b: Verifying Checksum 03:51:13 93b9cdb0e59b: Download complete 03:51:13 93b61091891f: Verifying Checksum 03:51:13 93b61091891f: Download complete 03:51:13 5e14af77c1be: Verifying Checksum 03:51:13 5e14af77c1be: Download complete 03:51:13 01666e4c0597: Verifying Checksum 03:51:13 01666e4c0597: Download complete 03:51:14 df20fa9351a1: Pull complete 03:51:14 8ad3a11d3b57: Verifying Checksum 03:51:14 8ad3a11d3b57: Download complete 03:51:15 36b3adc4ff6f: Pull complete 03:51:17 8ad3a11d3b57: Pull complete 03:51:17 46f8f816bc3b: Pull complete 03:51:18 93b61091891f: Pull complete 03:51:18 93b9cdb0e59b: Pull complete 03:51:18 5e14af77c1be: Pull complete 03:51:20 01666e4c0597: Pull complete 03:51:21 aa168da1d23b: Verifying Checksum 03:51:21 aa168da1d23b: Download complete 03:51:37 aa168da1d23b: Pull complete 03:51:37 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 03:51:37 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 03:51:37 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 03:51:37 prd-centos7-docker-4c-2g-21108 does not seem to be running inside a container 03:51:37 $ 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-733/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-733 -v /w/workspace/dgexfoundry_device-sdk-go_PR-733:/w/workspace/dgexfoundry_device-sdk-go_PR-733:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_PR-733@tmp:/w/workspace/dgexfoundry_device-sdk-go_PR-733@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 03:51:42 $ docker top b8ace30b1a8f7e5e05d865b045566df485d919f6ea5a53097365776b60ecc766 -eo pid,comm [Pipeline] { [Pipeline] sh 03:51:42 + touch /tmp/pre-build-complete [Pipeline] sh 03:51:43 + mkdir -p /var/log/sa [Pipeline] sh 03:51:43 + ls /var/log/sa-host 03:51:43 + sadf -c /var/log/sa-host/sa19 03:51:43 file_magic: OK 03:51:43 HZ: Using current value: 100 03:51:43 file_header: OK 03:51:43 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 03:51:43 Statistics: 03:51:43 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 03:51:43 File successfully converted to sysstat format version 12.2.1 03:51:43 + sadf -c /var/log/sa-host/sa23 03:51:43 file_magic: OK 03:51:43 HZ: Using current value: 100 03:51:43 file_header: OK 03:51:43 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 03:51:43 Statistics: 03:51:43 Hnuu...uuuununununu... 03:51:43 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 03:51:43 provisioning config files... 03:51:43 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-733@tmp/config3420902178677836598tmp [Pipeline] { [Pipeline] echo 03:51:43 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 03:51:44 ---> create-netrc.sh [Pipeline] } 03:51:44 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 03:51:44 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 03:51:45 ---> python-tools-install.sh [Pipeline] echo 03:51:45 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 03:51:45 ---> sudo-logs.sh 03:51:45 Archiving 'sudo' log.. [Pipeline] echo 03:51:45 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 03:51:46 ---> job-cost.sh 03:51:46 lf-activate-venv: SKIPPING 03:51:46 INFO: No Stack... 03:51:47 INFO: Retrieving Pricing Info for: v1-standard-2 03:51:48 INFO: Archiving Costs [Pipeline] echo 03:51:48 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 03:51:48 ---> logs-deploy.sh 03:51:48 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/PR-733/5 03:51:48 INFO: archiving workspace using pattern(s): 03:51:51 Archives upload complete. 03:51:51 INFO: archiving logs to Nexus 03:51:52 ---> uname -a: 03:51:52 Linux prd-centos7-docker-4c-2g-21108.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 03:51:52 03:51:52