Branch indexing Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 39f6424327cfa2a2c159b16b6df03d14786ff292+d47b03cf12e2f169eefdaad978a8d5668b399891 (575fb890eea77669d53bb0bbafc66b9653392a14) 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 ‘prd-centos7-docker-4c-2g-15505’ is offline Running on prd-centos7-docker-4c-2g-21043 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 > 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 Merging remotes/origin/master commit d47b03cf12e2f169eefdaad978a8d5668b399891 into PR head commit 39f6424327cfa2a2c159b16b6df03d14786ff292 Merge succeeded, producing 446a2ee3888b4e20bf073e5449bfb97b9719054c Checking out Revision 446a2ee3888b4e20bf073e5449bfb97b9719054c (PR-733) > git config core.sparsecheckout # timeout=10 > git checkout -f 39f6424327cfa2a2c159b16b6df03d14786ff292 # 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 d47b03cf12e2f169eefdaad978a8d5668b399891 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 446a2ee3888b4e20bf073e5449bfb97b9719054c # timeout=10 Commit message: "Merge commit 'd47b03cf12e2f169eefdaad978a8d5668b399891' into HEAD" > git rev-list --no-walk 39f6424327cfa2a2c159b16b6df03d14786ff292 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 02:41:40 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 02:41:40 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 02:41:41 ========================================================= 02:41:41 EdgeX Global Pipelines Version Info 02:41:41 ========================================================= [Pipeline] libraryResource [Pipeline] sh 02:41:42 ------------------- 02:41:42 stable info: 02:41:42 ------------------- 02:41:42 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 02:41:42 Commit SHA: f82e9360b4159668f7e3e090307a6179e9a8e48d 02:41:42 Message: update stable to v1.0.177 02:41:43 ------------------- 02:41:43 experimental info: 02:41:43 ------------------- 02:41:43 Commited By: **** collab-it+edgex@linuxfoundation.org 02:41:43 Commit SHA: e10e8b1c2921d3c8fd668fd9f38a05cab6ea93a3 02:41:43 Message: update experimental to v1.0.178 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 02:41:43 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-go-settings [Pipeline] echo 02:41:43 [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-go [Pipeline] echo 02:41:43 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 02:41:44 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 02:41:44 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 02:41:44 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 02:41:44 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 02:41:44 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 02:41:44 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = example/cmd/device-simple/Dockerfile [Pipeline] echo 02:41:44 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 02:41:44 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 02:41:44 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-sdk-simple [Pipeline] echo 02:41:44 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 02:41:45 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 02:41:45 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 02:41:45 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 02:41:45 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 02:41:45 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 02:41:45 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 02:41:45 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 02:41:45 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 02:41:45 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 02:41:45 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 02:41:46 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 02:41:46 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 02:41:46 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 02:41:46 [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo 02:41:46 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-733 [Pipeline] echo 02:41:46 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-733 [Pipeline] echo 02:41:46 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-733 [Pipeline] echo 02:41:47 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 446a2ee3888b4e20bf073e5449bfb97b9719054c [Pipeline] echo 02:41:47 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 446a2ee [Pipeline] echo 02:41:47 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 02:41:47 provisioning config files... 02:41:47 copy managed file [device-sdk-go-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-733@tmp/config5822705830710843748tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 02:41:47 ---> docker-login.sh 02:41:47 nexus3.edgexfoundry.org:10001 02:41:47 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:41:48 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:41:48 Configure a credential helper to remove this warning. See 02:41:48 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:41:48 02:41:48 Login Succeeded 02:41:48 nexus3.edgexfoundry.org:10002 02:41:48 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:41:48 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:41:48 Configure a credential helper to remove this warning. See 02:41:48 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:41:48 02:41:48 Login Succeeded 02:41:48 nexus3.edgexfoundry.org:10003 02:41:48 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:41:48 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:41:48 Configure a credential helper to remove this warning. See 02:41:48 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:41:48 02:41:48 Login Succeeded 02:41:48 nexus3.edgexfoundry.org:10004 02:41:48 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:41:48 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:41:48 Configure a credential helper to remove this warning. See 02:41:48 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:41:48 02:41:48 Login Succeeded 02:41:48 docker.io 02:41:48 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:41:48 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:41:48 Configure a credential helper to remove this warning. See 02:41:48 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:41:48 02:41:48 Login Succeeded 02:41:49 ---> docker-login.sh ends [Pipeline] } 02:41:49 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:41:50 + git log --format=format:%s -1 446a2ee3888b4e20bf073e5449bfb97b9719054c [Pipeline] echo 02:41:50 GIT_COMMIT: 446a2ee3888b4e20bf073e5449bfb97b9719054c, Commit Message: Merge commit 'd47b03cf12e2f169eefdaad978a8d5668b399891' into HEAD [Pipeline] echo 02:41:50 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 02:41:51 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 02:41:51 02:41:51 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 02:41:51 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 02:41:51 latest: Pulling from edgex-devops/git-semver 02:41:51 31603596830f: Pulling fs layer 02:41:51 2a8b12db71e7: Pulling fs layer 02:41:51 6ca5941a6612: Pulling fs layer 02:41:51 ecc8261a40a4: Pulling fs layer 02:41:51 ecc8261a40a4: Waiting 02:41:51 2a8b12db71e7: Verifying Checksum 02:41:51 2a8b12db71e7: Download complete 02:41:51 31603596830f: Verifying Checksum 02:41:51 31603596830f: Download complete 02:41:51 ecc8261a40a4: Verifying Checksum 02:41:51 ecc8261a40a4: Download complete 02:41:51 6ca5941a6612: Verifying Checksum 02:41:51 6ca5941a6612: Download complete 02:41:52 31603596830f: Pull complete 02:41:52 2a8b12db71e7: Pull complete 02:41:52 6ca5941a6612: Pull complete 02:41:52 ecc8261a40a4: Pull complete 02:41:52 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 02:41:52 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 02:41:52 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 02:41:53 prd-centos7-docker-4c-2g-21043 does not seem to be running inside a container 02:41:53 $ 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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 02:41:54 $ docker top e9374e28da104e93e0e874c546bc26aeb49f6bc3080015739d4cd825d74b85fd -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 02:41:55 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 02:41:55 [ssh-agent] Looking for ssh-agent implementation... 02:41:55 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 02:41:55 $ docker exec e9374e28da104e93e0e874c546bc26aeb49f6bc3080015739d4cd825d74b85fd ssh-agent 02:41:55 SSH_AUTH_SOCK=/tmp/ssh-Qsx895qR4YSt/agent.11 02:41:55 SSH_AGENT_PID=16 02:41:55 Running ssh-add (command line suppressed) 02:41:55 Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-733@tmp/private_key_2179169793624546309.key (/w/workspace/dgexfoundry_device-sdk-go_PR-733@tmp/private_key_2179169793624546309.key) 02:41:55 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 02:41:56 + git tag --points-at HEAD [Pipeline] } 02:41:56 $ docker exec --env ******** --env ******** e9374e28da104e93e0e874c546bc26aeb49f6bc3080015739d4cd825d74b85fd ssh-agent -k 02:41:56 unset SSH_AUTH_SOCK; 02:41:56 unset SSH_AGENT_PID; 02:41:56 echo Agent pid 16 killed; 02:41:56 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 02:41:56 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 02:41:56 [ssh-agent] Looking for ssh-agent implementation... 02:41:56 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 02:41:56 $ docker exec e9374e28da104e93e0e874c546bc26aeb49f6bc3080015739d4cd825d74b85fd ssh-agent 02:41:56 SSH_AUTH_SOCK=/tmp/ssh-v1gpmIkFejoD/agent.47 02:41:56 SSH_AGENT_PID=52 02:41:56 Running ssh-add (command line suppressed) 02:41:56 Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-733@tmp/private_key_164476773784181552.key (/w/workspace/dgexfoundry_device-sdk-go_PR-733@tmp/private_key_164476773784181552.key) 02:41:56 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 02:41:57 + git semver init 02:41:57 # -> Open(): unable to determine branch for HEAD 02:41:57 # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-733/.git 02:41:57 # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_PR-733 02:41:57 # $SEMVER_REMOTE_NAME = origin 02:41:57 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 02:41:57 # $SEMVER_USER_NAME = edgex-jenkins 02:41:57 # $SEMVER_BRANCH = PR-733 02:41:57 # $SEMVER_TEMP = /tmp/semver-517966154 02:41:57 # git clone --branch semver git@github.com:edgexfoundry/device-sdk-go.git $SEMVER_TEMP 02:41:57 # '/tmp/semver-517966154' -> '/w/workspace/dgexfoundry_device-sdk-go_PR-733/.semver' 02:41:57 # -> Force: false 02:41:57 # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-733/.semver [Pipeline] } 02:41:57 $ docker exec --env ******** --env ******** e9374e28da104e93e0e874c546bc26aeb49f6bc3080015739d4cd825d74b85fd ssh-agent -k 02:41:57 unset SSH_AUTH_SOCK; 02:41:57 unset SSH_AGENT_PID; 02:41:57 echo Agent pid 52 killed; 02:41:57 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 02:41:58 + git semver [Pipeline] } 02:41:58 $ docker stop --time=1 e9374e28da104e93e0e874c546bc26aeb49f6bc3080015739d4cd825d74b85fd 02:41:59 $ docker rm -f e9374e28da104e93e0e874c546bc26aeb49f6bc3080015739d4cd825d74b85fd [Pipeline] // withDockerContainer [Pipeline] sh 02:42:00 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 02:42:00 Stashed 1 file(s) [Pipeline] echo 02:42:00 [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:42:16 Still waiting to schedule task 02:42:16 Waiting for next available executor on ‘centos7-docker-4c-2g’ 02:42:16 Still waiting to schedule task 02:42:16 ‘prd-ubuntu18.04-docker-arm64-4c-16g-18207’ is offline 02:43:34 Running on prd-centos7-docker-4c-2g-21050 in /w/workspace/dgexfoundry_device-sdk-go_PR-733 [Pipeline] { [Pipeline] ws 02:43:34 Running in /w/workspace/device-sdk-go/4 [Pipeline] { [Pipeline] checkout 02:43:36 using credential edgex-jenkins-ssh 02:43:37 Cloning the remote Git repository 02:43:36 Cloning repository git@github.com:edgexfoundry/device-sdk-go.git 02:43:37 > git init /w/workspace/device-sdk-go/4 # timeout=10 02:43:37 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 02:43:37 > git --version # timeout=10 02:43:37 > git --version # 'git version 2.24.3' 02:43:37 using GIT_SSH to set credentials SSH Credentials for GitHub 02:43:37 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 02:43:38 Merging remotes/origin/master commit d47b03cf12e2f169eefdaad978a8d5668b399891 into PR head commit 39f6424327cfa2a2c159b16b6df03d14786ff292 02:43:38 Merge succeeded, producing a7b13dd5d8ec6d314af042279a436235d73323e8 02:43:38 Checking out Revision a7b13dd5d8ec6d314af042279a436235d73323e8 (PR-733) 02:43:37 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 02:43:37 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 02:43:37 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 02:43:37 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 02:43:37 using GIT_SSH to set credentials SSH Credentials for GitHub 02:43:37 > 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 02:43:38 > git config core.sparsecheckout # timeout=10 02:43:38 > git checkout -f 39f6424327cfa2a2c159b16b6df03d14786ff292 # timeout=10 02:43:38 > git remote # timeout=10 02:43:38 > git config --get remote.origin.url # timeout=10 02:43:38 using GIT_SSH to set credentials SSH Credentials for GitHub 02:43:38 > git merge d47b03cf12e2f169eefdaad978a8d5668b399891 # timeout=10 02:43:38 > git rev-parse HEAD^{commit} # timeout=10 02:43:38 > git config core.sparsecheckout # timeout=10 02:43:38 > git checkout -f a7b13dd5d8ec6d314af042279a436235d73323e8 # timeout=10 02:43:42 Commit message: "Merge commit 'd47b03cf12e2f169eefdaad978a8d5668b399891' into HEAD" 02:43:42 > git rev-list --no-walk 39f6424327cfa2a2c159b16b6df03d14786ff292 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 02:43:43 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 02:43:43 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 02:43:44 + sudo service docker restart 02:43:44 + true 02:43:44 Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 02:43:46 provisioning config files... 02:43:46 copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/4@tmp/config5695833473376207243tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 02:43:46 ---> docker-login.sh 02:43:46 nexus3.edgexfoundry.org:10001 02:43:47 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:43:47 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:43:47 Configure a credential helper to remove this warning. See 02:43:47 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:43:47 02:43:47 Login Succeeded 02:43:47 nexus3.edgexfoundry.org:10002 02:43:47 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:43:47 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:43:47 Configure a credential helper to remove this warning. See 02:43:47 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:43:47 02:43:47 Login Succeeded 02:43:47 nexus3.edgexfoundry.org:10003 02:43:47 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:43:47 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:43:47 Configure a credential helper to remove this warning. See 02:43:47 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:43:47 02:43:47 Login Succeeded 02:43:47 nexus3.edgexfoundry.org:10004 02:43:47 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:43:47 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:43:47 Configure a credential helper to remove this warning. See 02:43:47 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:43:47 02:43:47 Login Succeeded 02:43:47 docker.io 02:43:47 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:43:48 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:43:48 Configure a credential helper to remove this warning. See 02:43:48 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:43:48 02:43:48 Login Succeeded 02:43:48 ---> docker-login.sh ends [Pipeline] } 02:43:48 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 02:43:48 ========================================================= 02:43:48 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 02:43:48 ========================================================= [Pipeline] isUnix [Pipeline] sh 02:43:48 + 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:43:48 Sending build context to Docker daemon 2.52MB 02:43:48 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 02:43:48 Step 2/8 : FROM ${BASE} 02:43:49 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 02:43:49 188c0c94c7c5: Pulling fs layer 02:43:49 0ef7d3d256c8: Pulling fs layer 02:43:49 de9db76c5a1d: Pulling fs layer 02:43:49 bca2f99d35d6: Pulling fs layer 02:43:49 93359f2a8cfa: Pulling fs layer 02:43:49 7c6f9722023f: Pulling fs layer 02:43:49 a35cf1a2eb13: Pulling fs layer 02:43:49 93359f2a8cfa: Waiting 02:43:49 7c6f9722023f: Waiting 02:43:49 bca2f99d35d6: Waiting 02:43:49 a35cf1a2eb13: Waiting 02:43:50 de9db76c5a1d: Verifying Checksum 02:43:50 de9db76c5a1d: Download complete 02:43:50 0ef7d3d256c8: Verifying Checksum 02:43:50 0ef7d3d256c8: Download complete 02:43:50 93359f2a8cfa: Download complete 02:43:50 7c6f9722023f: Verifying Checksum 02:43:50 7c6f9722023f: Download complete 02:43:50 188c0c94c7c5: Verifying Checksum 02:43:50 188c0c94c7c5: Download complete 02:43:50 188c0c94c7c5: Pull complete 02:43:50 0ef7d3d256c8: Pull complete 02:43:50 de9db76c5a1d: Pull complete 02:43:53 a35cf1a2eb13: Verifying Checksum 02:43:53 a35cf1a2eb13: Download complete 02:43:54 bca2f99d35d6: Verifying Checksum 02:43:54 bca2f99d35d6: Download complete 02:43:59 bca2f99d35d6: Pull complete 02:43:59 93359f2a8cfa: Pull complete 02:43:59 7c6f9722023f: Pull complete 02:44:06 a35cf1a2eb13: Pull complete 02:44:06 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 02:44:06 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 02:44:06 ---> a62c8e92a672 02:44:06 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 02:44:06 ---> Running in 225fefe20487 02:44:06 Removing intermediate container 225fefe20487 02:44:06 ---> 08832c270da3 02:44:06 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:44:06 ---> Running in c4be3c4d573c 02:44:07 Removing intermediate container c4be3c4d573c 02:44:07 ---> 2b095a0a646d 02:44:07 Step 5/8 : RUN apk add --update --no-cache make git 02:44:07 ---> Running in 5c3ffcd9f13c 02:44:08 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 02:44:08 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 02:44:09 OK: 166 MiB in 39 packages 02:44:10 Removing intermediate container 5c3ffcd9f13c 02:44:10 ---> ced25f888773 02:44:10 Step 6/8 : WORKDIR /device-sdk-go 02:44:10 ---> Running in 977eed361496 02:44:10 Removing intermediate container 977eed361496 02:44:10 ---> 21ae2153c942 02:44:10 Step 7/8 : COPY . . 02:44:11 ---> 94cb8a3c2986 02:44:11 Step 8/8 : RUN go mod download 02:44:11 ---> Running in 20d12c60d3d7 02:44:12 Running on prd-ubuntu18.04-docker-arm64-4c-16g-21048 in /w/workspace/dgexfoundry_device-sdk-go_PR-733 [Pipeline] { [Pipeline] ws 02:44:12 Running in /w/workspace/device-sdk-go/4 [Pipeline] { [Pipeline] checkout 02:44:17 using credential edgex-jenkins-ssh 02:44:17 Cloning the remote Git repository 02:44:17 Cloning repository git@github.com:edgexfoundry/device-sdk-go.git 02:44:18 > git init /w/workspace/device-sdk-go/4 # timeout=10 02:44:18 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 02:44:18 > git --version # timeout=10 02:44:18 > git --version # 'git version 2.17.1' 02:44:18 using GIT_SSH to set credentials SSH Credentials for GitHub 02:44:18 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 02:44:19 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 02:44:19 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 02:44:19 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 02:44:19 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 02:44:19 using GIT_SSH to set credentials SSH Credentials for GitHub 02:44:19 > 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 02:44:20 Merging remotes/origin/master commit d47b03cf12e2f169eefdaad978a8d5668b399891 into PR head commit 39f6424327cfa2a2c159b16b6df03d14786ff292 02:44:20 Merge succeeded, producing bcae9e7af50f400e514ab3fc6046052a77d78c5f 02:44:20 Checking out Revision bcae9e7af50f400e514ab3fc6046052a77d78c5f (PR-733) 02:44:20 > git config core.sparsecheckout # timeout=10 02:44:20 > git checkout -f 39f6424327cfa2a2c159b16b6df03d14786ff292 # timeout=10 02:44:20 > git remote # timeout=10 02:44:20 > git config --get remote.origin.url # timeout=10 02:44:20 using GIT_SSH to set credentials SSH Credentials for GitHub 02:44:20 > git merge d47b03cf12e2f169eefdaad978a8d5668b399891 # timeout=10 02:44:20 > git rev-parse HEAD^{commit} # timeout=10 02:44:20 > git config core.sparsecheckout # timeout=10 02:44:20 > git checkout -f bcae9e7af50f400e514ab3fc6046052a77d78c5f # timeout=10 02:44:24 Commit message: "Merge commit 'd47b03cf12e2f169eefdaad978a8d5668b399891' into HEAD" 02:44:24 > git rev-list --no-walk 39f6424327cfa2a2c159b16b6df03d14786ff292 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 02:44:26 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 02:44:27 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 02:44:27 + sudo service docker+ restart 02:44:27 true 02:44:29 Removing intermediate container 20d12c60d3d7 02:44:29 ---> 9d8d181cebdb 02:44:29 Successfully built 9d8d181cebdb 02:44:29 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 02:44:30 + docker inspect -f . ci-base-image-x86_64 02:44:30 . [Pipeline] withDockerContainer 02:44:30 prd-centos7-docker-4c-2g-21050 does not seem to be running inside a container 02:44:30 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/4 -v /w/workspace/device-sdk-go/4:/w/workspace/device-sdk-go/4:rw,z -v /w/workspace/device-sdk-go/4@tmp:/w/workspace/device-sdk-go/4@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 02:44:31 $ docker top a32dc1ebc5c94e631c292cbdf95a8e91ce08da98bfe10ddbe7ed29115b93cb02 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [Pipeline] wrap 02:44:31 provisioning config files... 02:44:31 copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/4@tmp/config2503734872128937701tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 02:44:31 + go version 02:44:31 go version go1.15.5 linux/amd64 [Pipeline] } 02:44:31 $ docker stop --time=1 a32dc1ebc5c94e631c292cbdf95a8e91ce08da98bfe10ddbe7ed29115b93cb02 02:44:31 ---> docker-login.sh 02:44:31 nexus3.edgexfoundry.org:10001 02:44:32 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:44:32 $ docker rm -f a32dc1ebc5c94e631c292cbdf95a8e91ce08da98bfe10ddbe7ed29115b93cb02 02:44:33 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:44:33 Configure a credential helper to remove this warning. See 02:44:33 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:44:33 02:44:33 Login Succeeded 02:44:33 nexus3.edgexfoundry.org:10002 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 02:44:33 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:44:33 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:44:33 Configure a credential helper to remove this warning. See 02:44:33 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:44:33 02:44:33 Login Succeeded 02:44:33 nexus3.edgexfoundry.org:10003 02:44:33 + docker inspect -f . ci-base-image-x86_64 02:44:33 . [Pipeline] withDockerContainer 02:44:33 prd-centos7-docker-4c-2g-21050 does not seem to be running inside a container 02:44:33 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/4 -v /w/workspace/device-sdk-go/4:/w/workspace/device-sdk-go/4:rw,z -v /w/workspace/device-sdk-go/4@tmp:/w/workspace/device-sdk-go/4@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 02:44:34 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:44:34 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:44:34 Configure a credential helper to remove this warning. See 02:44:34 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:44:34 02:44:34 Login Succeeded 02:44:34 nexus3.edgexfoundry.org:10004 02:44:34 $ docker top e8b1231d5073982b1d78d4abb78b45affde4c5b1ddab89204b3f25f6f256f429 -eo pid,comm [Pipeline] { [Pipeline] sh 02:44:34 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:44:34 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:44:34 Configure a credential helper to remove this warning. See 02:44:34 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:44:34 02:44:34 Login Succeeded 02:44:34 docker.io 02:44:35 + make test 02:44:35 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 02:44:35 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:44:35 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:44:35 Configure a credential helper to remove this warning. See 02:44:35 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:44:35 02:44:35 Login Succeeded 02:44:35 ---> docker-login.sh ends [Pipeline] } 02:44:35 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 02:44:36 ========================================================= 02:44:36 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 02:44:36 ========================================================= [Pipeline] isUnix [Pipeline] sh 02:44:36 + 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:44:37 Sending build context to Docker daemon 2.521MB 02:44:37 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 02:44:37 Step 2/8 : FROM ${BASE} 02:44:37 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 02:44:37 5f621e34cdf4: Pulling fs layer 02:44:37 a4357932f1b6: Pulling fs layer 02:44:37 18c013af1878: Pulling fs layer 02:44:37 00ac8860ef70: Pulling fs layer 02:44:37 63d7cb157983: Pulling fs layer 02:44:37 b116817d02f9: Pulling fs layer 02:44:37 745a02a5169b: Pulling fs layer 02:44:37 63d7cb157983: Waiting 02:44:37 b116817d02f9: Waiting 02:44:37 745a02a5169b: Waiting 02:44:37 00ac8860ef70: Waiting 02:44:37 18c013af1878: Verifying Checksum 02:44:37 18c013af1878: Download complete 02:44:37 a4357932f1b6: Download complete 02:44:37 5f621e34cdf4: Verifying Checksum 02:44:37 5f621e34cdf4: Download complete 02:44:37 63d7cb157983: Verifying Checksum 02:44:37 63d7cb157983: Download complete 02:44:37 b116817d02f9: Verifying Checksum 02:44:37 b116817d02f9: Download complete 02:44:38 5f621e34cdf4: Pull complete 02:44:38 a4357932f1b6: Pull complete 02:44:39 18c013af1878: Pull complete 02:44:39 745a02a5169b: Verifying Checksum 02:44:39 745a02a5169b: Download complete 02:44:41 00ac8860ef70: Verifying Checksum 02:44:41 00ac8860ef70: Download complete 02:44:43 ? github.com/edgexfoundry/device-sdk-go/v2 [no test files] 02:44:51 00ac8860ef70: Pull complete 02:44:51 63d7cb157983: Pull complete 02:44:51 b116817d02f9: Pull complete 02:44:55 745a02a5169b: Pull complete 02:44:55 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 02:44:55 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 02:44:55 ---> b7e6874047d6 02:44:55 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 02:44:58 ? github.com/edgexfoundry/device-sdk-go/v2/example/cmd/device-simple [no test files] 02:44:58 ? github.com/edgexfoundry/device-sdk-go/v2/example/driver [no test files] 02:44:58 ? github.com/edgexfoundry/device-sdk-go/v2/internal/autodiscovery [no test files] 02:44:58 ok github.com/edgexfoundry/device-sdk-go/v2/internal/autoevent 0.064s coverage: 19.4% of statements 02:44:58 ---> Running in da4bf4b73f3f 02:44:58 Removing intermediate container da4bf4b73f3f 02:44:58 ---> 6ce69b9196e6 02:44:58 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:44:58 ---> Running in a2d879b4701d 02:45:00 ok github.com/edgexfoundry/device-sdk-go/v2/internal/cache 0.471s coverage: 97.1% of statements 02:45:01 Removing intermediate container a2d879b4701d 02:45:01 ---> 86342a9e0d20 02:45:01 Step 5/8 : RUN apk add --update --no-cache make git 02:45:01 ---> Running in e75ec59d9377 02:45:02 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 02:45:03 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 02:45:03 OK: 142 MiB in 39 packages 02:45:05 Removing intermediate container e75ec59d9377 02:45:05 ---> ffe4b7581ecf 02:45:05 Step 6/8 : WORKDIR /device-sdk-go 02:45:05 ---> Running in 81ab1fd16b63 02:45:05 Removing intermediate container 81ab1fd16b63 02:45:05 ---> 6bdb247872b4 02:45:05 Step 7/8 : COPY . . 02:45:07 ---> 6f056442f601 02:45:07 Step 8/8 : RUN go mod download 02:45:07 ---> Running in 9d6b2b2312c6 02:45:29 Removing intermediate container 9d6b2b2312c6 02:45:29 ---> 410673baad28 02:45:29 Successfully built 410673baad28 02:45:29 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 02:45:29 + docker inspect -f . ci-base-image-arm64 02:45:29 . [Pipeline] withDockerContainer 02:45:30 prd-ubuntu18.04-docker-arm64-4c-16g-21048 does not seem to be running inside a container 02:45:30 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/4 -v /w/workspace/device-sdk-go/4:/w/workspace/device-sdk-go/4:rw,z -v /w/workspace/device-sdk-go/4@tmp:/w/workspace/device-sdk-go/4@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-arm64 cat 02:45:31 $ docker top 00a7a83afd7ae38d2fbc28b83ee695e26f42692d9280f498931445904219fbd7 -eo pid,comm [Pipeline] { [Pipeline] sh 02:45:32 ok github.com/edgexfoundry/device-sdk-go/v2/internal/clients 30.088s coverage: 9.4% of statements 02:45:32 ok github.com/edgexfoundry/device-sdk-go/v2/internal/common 0.056s coverage: 21.7% of statements 02:45:32 ? github.com/edgexfoundry/device-sdk-go/v2/internal/container [no test files] 02:45:32 ok github.com/edgexfoundry/device-sdk-go/v2/internal/controller 0.223s coverage: 42.9% of statements 02:45:32 ? github.com/edgexfoundry/device-sdk-go/v2/internal/controller/correlation [no test files] 02:45:32 ok github.com/edgexfoundry/device-sdk-go/v2/internal/handler 0.277s coverage: 68.9% of statements 02:45:32 ? github.com/edgexfoundry/device-sdk-go/v2/internal/handler/callback [no test files] 02:45:32 ? github.com/edgexfoundry/device-sdk-go/v2/internal/mock [no test files] 02:45:32 ? github.com/edgexfoundry/device-sdk-go/v2/internal/provision [no test files] 02:45:32 ? github.com/edgexfoundry/device-sdk-go/v2/internal/telemetry [no test files] 02:45:32 ok github.com/edgexfoundry/device-sdk-go/v2/internal/transformer 0.064s coverage: 53.8% of statements 02:45:32 ? github.com/edgexfoundry/device-sdk-go/v2/internal/v2/application [no test files] 02:45:32 ? github.com/edgexfoundry/device-sdk-go/v2/internal/v2/cache [no test files] 02:45:32 ok github.com/edgexfoundry/device-sdk-go/v2/internal/v2/controller/http 0.068s coverage: 25.6% of statements 02:45:32 ok github.com/edgexfoundry/device-sdk-go/v2/pkg/models 2.334s coverage: 68.9% of statements 02:45:32 ok github.com/edgexfoundry/device-sdk-go/v2/pkg/service 0.056s coverage: 4.2% of statements 02:45:32 ? github.com/edgexfoundry/device-sdk-go/v2/pkg/startup [no test files] 02:45:32 GO111MODULE=on go vet ./... 02:45:32 + go version 02:45:32 go version go1.15.5 linux/arm64 [Pipeline] } 02:45:32 $ docker stop --time=1 00a7a83afd7ae38d2fbc28b83ee695e26f42692d9280f498931445904219fbd7 02:45:34 $ docker rm -f 00a7a83afd7ae38d2fbc28b83ee695e26f42692d9280f498931445904219fbd7 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 02:45:35 + docker inspect -f . ci-base-image-arm64 02:45:35 . [Pipeline] withDockerContainer 02:45:35 prd-ubuntu18.04-docker-arm64-4c-16g-21048 does not seem to be running inside a container 02:45:35 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/4 -v /w/workspace/device-sdk-go/4:/w/workspace/device-sdk-go/4:rw,z -v /w/workspace/device-sdk-go/4@tmp:/w/workspace/device-sdk-go/4@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-arm64 cat 02:45:37 $ docker top d6556f5f1a9744f30183975e358eac80626acafef79490eac85138ff48ee437f -eo pid,comm [Pipeline] { [Pipeline] sh 02:45:38 + make test 02:45:38 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 02:45:38 gofmt -l . 02:45:38 [ "`gofmt -l .`" = "" ] 02:45:38 ./bin/test-attribution-txt.sh 02:45:39 ./bin/test-go-mod-tidy.sh [Pipeline] } 02:45:39 $ docker stop --time=1 e8b1231d5073982b1d78d4abb78b45affde4c5b1ddab89204b3f25f6f256f429 02:45:41 $ docker rm -f e8b1231d5073982b1d78d4abb78b45affde4c5b1ddab89204b3f25f6f256f429 [Pipeline] // withDockerContainer [Pipeline] sh 02:45:42 + sudo chown -R jenkins:jenkins . [Pipeline] stash 02:45:42 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 02:45:45 + sudo chown -R jenkins:jenkins . [Pipeline] sh 02:45:45 + ls -al . 02:45:45 total 224 02:45:45 drwxrwxr-x. 10 jenkins jenkins 4096 Jan 19 02:45 . 02:45:45 drwxrwxr-x. 4 jenkins jenkins 28 Jan 19 02:43 .. 02:45:45 drwxrwxr-x. 2 jenkins jenkins 64 Jan 19 02:43 bin 02:45:45 -rw-r--r--. 1 jenkins jenkins 144063 Jan 19 02:45 coverage.out 02:45:45 -rw-rw-r--. 1 jenkins jenkins 949 Jan 19 02:43 Dockerfile.build 02:45:45 -rw-rw-r--. 1 jenkins jenkins 140 Jan 19 02:43 .dockerignore 02:45:45 drwxrwxr-x. 4 jenkins jenkins 48 Jan 19 02:43 example 02:45:45 drwxrwxr-x. 8 jenkins jenkins 179 Jan 19 02:43 .git 02:45:45 drwxrwxr-x. 2 jenkins jenkins 103 Jan 19 02:43 .github 02:45:45 -rw-rw-r--. 1 jenkins jenkins 138 Jan 19 02:43 .gitignore 02:45:45 -rw-r--r--. 1 jenkins jenkins 491 Jan 19 02:45 go.mod 02:45:45 -rw-r--r--. 1 jenkins jenkins 14209 Jan 19 02:45 go.sum 02:45:45 drwxrwxr-x. 15 jenkins jenkins 211 Jan 19 02:43 internal 02:45:45 -rw-rw-r--. 1 jenkins jenkins 901 Jan 19 02:43 Jenkinsfile 02:45:45 -rw-rw-r--. 1 jenkins jenkins 11341 Jan 19 02:43 LICENSE 02:45:45 -rw-rw-r--. 1 jenkins jenkins 1016 Jan 19 02:43 Makefile 02:45:45 drwxrwxr-x. 4 jenkins jenkins 26 Jan 19 02:43 openapi 02:45:45 drwxrwxr-x. 5 jenkins jenkins 50 Jan 19 02:43 pkg 02:45:45 -rw-rw-r--. 1 jenkins jenkins 5897 Jan 19 02:43 README.md 02:45:45 -rw-rw-r--. 1 jenkins jenkins 6616 Jan 19 02:43 RELEASE-NOTES.txt 02:45:45 drwxrwxr-x. 4 jenkins jenkins 54 Jan 19 02:43 snap 02:45:45 -rw-rw-r--. 1 jenkins jenkins 5 Jan 19 02:42 VERSION 02:45:45 -rw-rw-r--. 1 jenkins jenkins 222 Jan 19 02:43 version.go [Pipeline] isUnix [Pipeline] sh 02:45:45 + 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=446a2ee3888b4e20bf073e5449bfb97b9719054c --label arch=amd64 --label version=0.0.0 . 02:45:46 Sending build context to Docker daemon 2.665MB 02:45:46 Step 1/24 : ARG BASE=golang:1.15-alpine3.12 02:45:46 Step 2/24 : FROM ${BASE} AS builder 02:45:46 ---> 9d8d181cebdb 02:45:46 Step 3/24 : ARG MAKE='make build' 02:45:46 ---> Running in 2b11f23bf034 02:45:46 Removing intermediate container 2b11f23bf034 02:45:46 ---> 85a97c09949b 02:45:46 Step 4/24 : WORKDIR /device-sdk-go 02:45:46 ---> Running in 9b020f75c143 02:45:47 Removing intermediate container 9b020f75c143 02:45:47 ---> 2b4171b3c86b 02:45:47 Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 02:45:47 ---> Running in 00885245c7ea 02:45:47 Removing intermediate container 00885245c7ea 02:45:47 ---> 07f2e1abefec 02:45:47 Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:45:47 ---> Running in 36431e7d7a27 02:45:48 Removing intermediate container 36431e7d7a27 02:45:48 ---> ff7b72e56bf2 02:45:48 Step 7/24 : RUN apk add --update --no-cache make git 02:45:48 ---> Running in 2827f26f7a7e 02:45:48 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 02:45:49 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 02:45:50 OK: 166 MiB in 39 packages 02:45:50 Removing intermediate container 2827f26f7a7e 02:45:50 ---> 92aac65878c7 02:45:50 Step 8/24 : COPY . . 02:45:51 ---> f627a419841b 02:45:51 Step 9/24 : RUN ${MAKE} 02:45:51 ---> Running in 002d78ec8690 02:45:52 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:46:00 CGO_ENABLED=0 GO111MODULE=on go install -tags=safe 02:46:00 ? github.com/edgexfoundry/device-sdk-go/v2 [no test files] 02:46:02 Removing intermediate container 002d78ec8690 02:46:02 ---> 95f5e38680ec 02:46:02 Step 10/24 : FROM scratch 02:46:02 ---> 02:46:02 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 02:46:02 ---> Running in 113c65e7a554 02:46:02 Removing intermediate container 113c65e7a554 02:46:02 ---> d4faedd28032 02:46:02 Step 12/24 : ENV APP_PORT=49990 02:46:02 ---> Running in 9b64773994b8 02:46:02 Removing intermediate container 9b64773994b8 02:46:02 ---> e992e84630cd 02:46:02 Step 13/24 : EXPOSE $APP_PORT 02:46:02 ---> Running in 5c8a79f304c2 02:46:03 Removing intermediate container 5c8a79f304c2 02:46:03 ---> ce7462f11d93 02:46:03 Step 14/24 : WORKDIR / 02:46:03 ---> Running in d217ab53902f 02:46:03 Removing intermediate container d217ab53902f 02:46:03 ---> 7071632b2b1c 02:46:03 Step 15/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple 02:46:03 ---> 6bc3be0eaa32 02:46:03 Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml 02:46:03 ---> eeca49d0b045 02:46:03 Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml 02:46:04 ---> b899148144d0 02:46:04 Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png 02:46:04 ---> 3715fe1dbae3 02:46:04 Step 19/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg 02:46:04 ---> 3ec5b14a6ba4 02:46:04 Step 20/24 : ENTRYPOINT ["/usr/local/bin/device-simple"] 02:46:04 ---> Running in 91eaa52fed61 02:46:04 Removing intermediate container 91eaa52fed61 02:46:04 ---> c6bcd07a2ebb 02:46:04 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 02:46:04 ---> Running in b74366253548 02:46:05 Removing intermediate container b74366253548 02:46:05 ---> 9786ba54c5c1 02:46:05 Step 22/24 : LABEL arch=amd64 02:46:05 ---> Running in f0916ae0dade 02:46:05 Removing intermediate container f0916ae0dade 02:46:05 ---> 952f874546b4 02:46:05 Step 23/24 : LABEL git_sha=446a2ee3888b4e20bf073e5449bfb97b9719054c 02:46:05 ---> Running in bcfd409d783c 02:46:05 Removing intermediate container bcfd409d783c 02:46:05 ---> 0992d7162eec 02:46:05 Step 24/24 : LABEL version=0.0.0 02:46:05 ---> Running in a35003c10a64 02:46:05 Removing intermediate container a35003c10a64 02:46:05 ---> b00583d1b6d7 02:46:05 [Warning] One or more build-args [ARCH] were not consumed 02:46:05 Successfully built b00583d1b6d7 02:46:05 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:46:47 ? github.com/edgexfoundry/device-sdk-go/v2/example/cmd/device-simple [no test files] 02:46:47 ? github.com/edgexfoundry/device-sdk-go/v2/example/driver [no test files] 02:46:47 ? github.com/edgexfoundry/device-sdk-go/v2/internal/autodiscovery [no test files] 02:46:47 ok github.com/edgexfoundry/device-sdk-go/v2/internal/autoevent 0.137s coverage: 19.4% of statements 02:46:48 ok github.com/edgexfoundry/device-sdk-go/v2/internal/cache 1.305s coverage: 97.1% of statements 02:47:20 ok github.com/edgexfoundry/device-sdk-go/v2/internal/clients 30.175s coverage: 9.4% of statements 02:47:20 ok github.com/edgexfoundry/device-sdk-go/v2/internal/common 0.118s coverage: 21.7% of statements 02:47:20 ? github.com/edgexfoundry/device-sdk-go/v2/internal/container [no test files] 02:47:20 ok github.com/edgexfoundry/device-sdk-go/v2/internal/controller 0.633s coverage: 42.9% of statements 02:47:20 ? github.com/edgexfoundry/device-sdk-go/v2/internal/controller/correlation [no test files] 02:47:20 ok github.com/edgexfoundry/device-sdk-go/v2/internal/handler 0.856s coverage: 68.9% of statements 02:47:20 ? github.com/edgexfoundry/device-sdk-go/v2/internal/handler/callback [no test files] 02:47:20 ? github.com/edgexfoundry/device-sdk-go/v2/internal/mock [no test files] 02:47:20 ? github.com/edgexfoundry/device-sdk-go/v2/internal/provision [no test files] 02:47:20 ? github.com/edgexfoundry/device-sdk-go/v2/internal/telemetry [no test files] 02:47:20 ok github.com/edgexfoundry/device-sdk-go/v2/internal/transformer 0.234s coverage: 53.8% of statements 02:47:20 ? github.com/edgexfoundry/device-sdk-go/v2/internal/v2/application [no test files] 02:47:20 ? github.com/edgexfoundry/device-sdk-go/v2/internal/v2/cache [no test files] 02:47:20 ok github.com/edgexfoundry/device-sdk-go/v2/internal/v2/controller/http 0.182s coverage: 25.6% of statements 02:47:20 ok github.com/edgexfoundry/device-sdk-go/v2/pkg/models 6.137s coverage: 68.9% of statements 02:47:20 ok github.com/edgexfoundry/device-sdk-go/v2/pkg/service 0.141s coverage: 4.2% of statements 02:47:20 ? github.com/edgexfoundry/device-sdk-go/v2/pkg/startup [no test files] 02:47:20 GO111MODULE=on go vet ./... 02:47:53 gofmt -l . 02:47:53 [ "`gofmt -l .`" = "" ] 02:47:53 ./bin/test-attribution-txt.sh 02:47:54 ./bin/test-go-mod-tidy.sh [Pipeline] } 02:47:54 $ docker stop --time=1 d6556f5f1a9744f30183975e358eac80626acafef79490eac85138ff48ee437f 02:47:56 $ docker rm -f d6556f5f1a9744f30183975e358eac80626acafef79490eac85138ff48ee437f [Pipeline] // withDockerContainer [Pipeline] sh 02:47:57 + sudo chown -R jenkins:jenkins . [Pipeline] stash 02:47:57 Warning: overwriting stash ‘coverage-report’ 02:47:58 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 02:47:59 + sudo chown -R jenkins:jenkins . [Pipeline] sh 02:47:59 + ls -al . 02:47:59 total 260 02:47:59 drwxrwxr-x 10 jenkins jenkins 4096 Jan 19 02:47 . 02:47:59 drwxrwxr-x 4 jenkins jenkins 4096 Jan 19 02:44 .. 02:47:59 -rw-rw-r-- 1 jenkins jenkins 140 Jan 19 02:44 .dockerignore 02:47:59 drwxrwxr-x 8 jenkins jenkins 4096 Jan 19 02:44 .git 02:47:59 drwxrwxr-x 2 jenkins jenkins 4096 Jan 19 02:44 .github 02:47:59 -rw-rw-r-- 1 jenkins jenkins 138 Jan 19 02:44 .gitignore 02:47:59 -rw-rw-r-- 1 jenkins jenkins 949 Jan 19 02:44 Dockerfile.build 02:47:59 -rw-rw-r-- 1 jenkins jenkins 901 Jan 19 02:44 Jenkinsfile 02:47:59 -rw-rw-r-- 1 jenkins jenkins 11341 Jan 19 02:44 LICENSE 02:47:59 -rw-rw-r-- 1 jenkins jenkins 1016 Jan 19 02:44 Makefile 02:47:59 -rw-rw-r-- 1 jenkins jenkins 5897 Jan 19 02:44 README.md 02:47:59 -rw-rw-r-- 1 jenkins jenkins 6616 Jan 19 02:44 RELEASE-NOTES.txt 02:47:59 -rw-rw-r-- 1 jenkins jenkins 5 Jan 19 02:42 VERSION 02:47:59 drwxrwxr-x 2 jenkins jenkins 4096 Jan 19 02:44 bin 02:47:59 -rw-r--r-- 1 jenkins jenkins 144063 Jan 19 02:47 coverage.out 02:47:59 drwxrwxr-x 4 jenkins jenkins 4096 Jan 19 02:44 example 02:47:59 -rw-r--r-- 1 jenkins jenkins 491 Jan 19 02:47 go.mod 02:47:59 -rw-r--r-- 1 jenkins jenkins 14209 Jan 19 02:47 go.sum 02:47:59 drwxrwxr-x 15 jenkins jenkins 4096 Jan 19 02:44 internal 02:47:59 drwxrwxr-x 4 jenkins jenkins 4096 Jan 19 02:44 openapi 02:47:59 drwxrwxr-x 5 jenkins jenkins 4096 Jan 19 02:44 pkg 02:47:59 drwxrwxr-x 4 jenkins jenkins 4096 Jan 19 02:44 snap 02:47:59 -rw-rw-r-- 1 jenkins jenkins 222 Jan 19 02:44 version.go [Pipeline] isUnix [Pipeline] sh 02:48:00 + 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=446a2ee3888b4e20bf073e5449bfb97b9719054c --label arch=arm64 --label version=0.0.0 . 02:48:01 Sending build context to Docker daemon 2.665MB 02:48:01 Step 1/24 : ARG BASE=golang:1.15-alpine3.12 02:48:01 Step 2/24 : FROM ${BASE} AS builder 02:48:01 ---> 410673baad28 02:48:01 Step 3/24 : ARG MAKE='make build' 02:48:01 ---> Running in 1f45caaaba42 02:48:01 Removing intermediate container 1f45caaaba42 02:48:01 ---> 214a20e4081e 02:48:01 Step 4/24 : WORKDIR /device-sdk-go 02:48:01 ---> Running in 0463386ab40f 02:48:02 Removing intermediate container 0463386ab40f 02:48:02 ---> c4901bc62fb9 02:48:02 Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 02:48:02 ---> Running in cff94bafcd36 02:48:03 Removing intermediate container cff94bafcd36 02:48:03 ---> ed7565bdcfc7 02:48:03 Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:48:03 ---> Running in 458c0abdd68f 02:48:05 Removing intermediate container 458c0abdd68f 02:48:05 ---> 2e1f41656923 02:48:05 Step 7/24 : RUN apk add --update --no-cache make git 02:48:05 ---> Running in c6e2fc45eeb2 02:48:06 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 02:48:07 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 02:48:08 OK: 142 MiB in 39 packages 02:48:09 Removing intermediate container c6e2fc45eeb2 02:48:09 ---> fb47c0fa9adf 02:48:09 Step 8/24 : COPY . . 02:48:11 ---> c3a06b7f9c80 02:48:11 Step 9/24 : RUN ${MAKE} 02:48:11 ---> Running in 3aa4a1127c14 02:48:12 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:48:45 CGO_ENABLED=0 GO111MODULE=on go install -tags=safe 02:48:45 Removing intermediate container 3aa4a1127c14 02:48:45 ---> 61427eccc595 02:48:45 Step 10/24 : FROM scratch 02:48:45 ---> 02:48:45 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 02:48:45 ---> Running in d5c161c6c433 02:48:45 Removing intermediate container d5c161c6c433 02:48:45 ---> 0bbbf1d0dc8d 02:48:45 Step 12/24 : ENV APP_PORT=49990 02:48:45 ---> Running in d353de753b4d 02:48:45 Removing intermediate container d353de753b4d 02:48:45 ---> fabd6359de62 02:48:45 Step 13/24 : EXPOSE $APP_PORT 02:48:45 ---> Running in 94b6a6d8fc26 02:48:45 Removing intermediate container 94b6a6d8fc26 02:48:45 ---> 7df43c3c79da 02:48:45 Step 14/24 : WORKDIR / 02:48:45 ---> Running in cec685c0a81f 02:48:46 Removing intermediate container cec685c0a81f 02:48:46 ---> df6c6ec59596 02:48:46 Step 15/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple 02:48:47 ---> ea7040adb7d5 02:48:47 Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml 02:48:48 ---> 8d9eae7b23ec 02:48:48 Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml 02:48:49 ---> dec213c28b0d 02:48:49 Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png 02:48:50 ---> 2064e97c8fa9 02:48:50 Step 19/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg 02:48:50 ---> d81c26f4accc 02:48:50 Step 20/24 : ENTRYPOINT ["/usr/local/bin/device-simple"] 02:48:50 ---> Running in 0dd96b5558cb 02:48:51 Removing intermediate container 0dd96b5558cb 02:48:51 ---> 7b9282370a20 02:48:51 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 02:48:51 ---> Running in 63e239ccbc00 02:48:52 Removing intermediate container 63e239ccbc00 02:48:52 ---> 4789fe2cd535 02:48:52 Step 22/24 : LABEL arch=arm64 02:48:52 ---> Running in 174d9b9bfc9c 02:48:52 Removing intermediate container 174d9b9bfc9c 02:48:52 ---> 36008d62065a 02:48:52 Step 23/24 : LABEL git_sha=446a2ee3888b4e20bf073e5449bfb97b9719054c 02:48:52 ---> Running in fad78b7afb4c 02:48:53 Removing intermediate container fad78b7afb4c 02:48:53 ---> 34b5f23530d1 02:48:53 Step 24/24 : LABEL version=0.0.0 02:48:53 ---> Running in 79432599ce96 02:48:53 Removing intermediate container 79432599ce96 02:48:53 ---> 830af61b823a 02:48:53 [Warning] One or more build-args [ARCH] were not consumed 02:48:53 Successfully built 830af61b823a 02:48:53 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:48:55 provisioning config files... 02:48:55 copy managed file [device-sdk-go-codecov-token] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-733@tmp/config8405695548845773564tmp [Pipeline] { [Pipeline] sh 02:48:55 + set +x 02:48:55 + curl -s https://codecov.io/bash 02:48:55 + bash -s -- 02:48:56 02:48:56 _____ _ 02:48:56 / ____| | | 02:48:56 | | ___ __| | ___ ___ _____ __ 02:48:56 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 02:48:56 | |___| (_) | (_| | __/ (_| (_) \ V / 02:48:56 \_____\___/ \__,_|\___|\___\___/ \_/ 02:48:56 Bash-20210115-cec3c92 02:48:56 02:48:56 02:48:56 ==> git version 2.24.3 found 02:48:56 ==> 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:48:56 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 02:48:56 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 02:48:56 ==> Jenkins CI detected. 02:48:56 project root: . 02:48:56 --> token set from env 02:48:56 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 02:48:56 ==> Running gcov in . (disable via -X gcov) 02:48:56 ==> Python coveragepy not found 02:48:56 ==> Searching for coverage reports in: 02:48:56 + . 02:48:56 -> Found 1 reports 02:48:56 ==> Detecting git/mercurial file structure 02:48:56 ==> Reading reports 02:48:56 + ./coverage.out bytes=144063 02:48:56 ==> Appending adjustments 02:48:56 https://docs.codecov.io/docs/fixing-reports 02:48:56 + Found adjustments 02:48:56 ==> Gzipping contents 02:48:56 24K /tmp/codecov.2uCBT6.gz 02:48:56 ==> Uploading reports 02:48:56 url: https://codecov.io 02:48:56 query: branch=PR-733&commit=446a2ee3888b4e20bf073e5449bfb97b9719054c&build=4&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2FPR-733%2F4%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=733&job=&cmd_args= 02:48:56 -> Pinging Codecov 02:48:56 https://codecov.io/upload/v4?package=bash-20210115-cec3c92&token=secret&branch=PR-733&commit=446a2ee3888b4e20bf073e5449bfb97b9719054c&build=4&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2FPR-733%2F4%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=733&job=&cmd_args= 02:48:56 -> Uploading to 02:48:56 https://storage.googleapis.com/codecov/v4/raw/2021-01-19/7E55EF52A471D76F132DFD9A03CDDE97/446a2ee3888b4e20bf073e5449bfb97b9719054c/f8da58ca-a83a-4b44-ba09-16a6a9a8be08.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210119%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210119T024856Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=8ef86e592cf1236c6b2023d54458a002efd5cd9e442b7cb4c5f9bc67016ead1c 02:48:56 % Total % Received % Xferd Average Speed Time Time Time Current 02:48:56 Dload Upload Total Spent Left Speed 02:48:57 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 22355 0 0 100 22355 0 50285 --:--:-- --:--:-- --:--:-- 50235 100 22355 0 0 100 22355 0 50271 --:--:-- --:--:-- --:--:-- 50235 02:48:57 -> View reports at https://codecov.io/github/edgexfoundry/device-sdk-go/commit/446a2ee3888b4e20bf073e5449bfb97b9719054c [Pipeline] } 02:48:57 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:48:59 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 02:49:00 ---> package-listing.sh 02:49:00 ++ facter osfamily 02:49:00 ++ tr '[:upper:]' '[:lower:]' 02:49:00 + OS_FAMILY=redhat 02:49:00 + workspace=/w/workspace/dgexfoundry_device-sdk-go_PR-733 02:49:00 + START_PACKAGES=/tmp/packages_start.txt 02:49:00 + END_PACKAGES=/tmp/packages_end.txt 02:49:00 + DIFF_PACKAGES=/tmp/packages_diff.txt 02:49:00 + PACKAGES=/tmp/packages_start.txt 02:49:00 + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-733 ']' 02:49:00 + PACKAGES=/tmp/packages_end.txt 02:49:00 + case "${OS_FAMILY}" in 02:49:00 + rpm -qa 02:49:00 + sort 02:49:05 + '[' -f /tmp/packages_start.txt ']' 02:49:05 + '[' -f /tmp/packages_end.txt ']' 02:49:05 + diff /tmp/packages_start.txt /tmp/packages_end.txt 02:49:05 + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-733 ']' 02:49:05 + mkdir -p /w/workspace/dgexfoundry_device-sdk-go_PR-733/archives/ 02:49:05 + 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 02:49:05 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 02:49:05 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 02:49:06 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 02:49:06 02:49:06 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 02:49:06 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 02:49:06 alpine: Pulling from edgex-lftools-log-publisher 02:49:06 df20fa9351a1: Pulling fs layer 02:49:06 36b3adc4ff6f: Pulling fs layer 02:49:06 8ad3a11d3b57: Pulling fs layer 02:49:06 46f8f816bc3b: Pulling fs layer 02:49:06 93b61091891f: Pulling fs layer 02:49:06 93b9cdb0e59b: Pulling fs layer 02:49:06 5e14af77c1be: Pulling fs layer 02:49:06 01666e4c0597: Pulling fs layer 02:49:06 aa168da1d23b: Pulling fs layer 02:49:06 46f8f816bc3b: Waiting 02:49:06 93b9cdb0e59b: Waiting 02:49:06 01666e4c0597: Waiting 02:49:06 5e14af77c1be: Waiting 02:49:06 36b3adc4ff6f: Download complete 02:49:06 46f8f816bc3b: Download complete 02:49:06 df20fa9351a1: Verifying Checksum 02:49:06 df20fa9351a1: Download complete 02:49:06 93b9cdb0e59b: Verifying Checksum 02:49:06 93b9cdb0e59b: Download complete 02:49:06 5e14af77c1be: Verifying Checksum 02:49:06 5e14af77c1be: Download complete 02:49:06 01666e4c0597: Verifying Checksum 02:49:06 01666e4c0597: Download complete 02:49:06 93b61091891f: Verifying Checksum 02:49:06 93b61091891f: Download complete 02:49:06 df20fa9351a1: Pull complete 02:49:06 8ad3a11d3b57: Verifying Checksum 02:49:06 8ad3a11d3b57: Download complete 02:49:07 36b3adc4ff6f: Pull complete 02:49:07 8ad3a11d3b57: Pull complete 02:49:07 46f8f816bc3b: Pull complete 02:49:09 aa168da1d23b: Verifying Checksum 02:49:09 aa168da1d23b: Download complete 02:49:09 93b61091891f: Pull complete 02:49:09 93b9cdb0e59b: Pull complete 02:49:09 5e14af77c1be: Pull complete 02:49:09 01666e4c0597: Pull complete 02:49:16 aa168da1d23b: Pull complete 02:49:16 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 02:49:16 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 02:49:16 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 02:49:16 prd-centos7-docker-4c-2g-21043 does not seem to be running inside a container 02:49:16 $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 02:49:19 $ docker top efe500e21e2a7ab5d6b02928a1fbafa24c27e8da8e79faec392a5938ddeea299 -eo pid,comm [Pipeline] { [Pipeline] sh 02:49:20 + touch /tmp/pre-build-complete [Pipeline] sh 02:49:20 + mkdir -p /var/log/sa [Pipeline] sh 02:49:20 + ls /var/log/sa-host 02:49:20 + sadf -c /var/log/sa-host/sa19 02:49:20 file_magic: OK 02:49:20 HZ: Using current value: 100 02:49:20 file_header: OK 02:49:20 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:49:20 Statistics: 02:49:20 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 02:49:20 File successfully converted to sysstat format version 12.2.1 02:49:20 + sadf -c /var/log/sa-host/sa23 02:49:20 file_magic: OK 02:49:20 HZ: Using current value: 100 02:49:20 file_header: OK 02:49:20 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:49:20 Statistics: 02:49:20 Hnuu...uuuununununu... 02:49:20 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 02:49:21 provisioning config files... 02:49:21 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-733@tmp/config7929009297722322618tmp [Pipeline] { [Pipeline] echo 02:49:21 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 02:49:21 ---> create-netrc.sh [Pipeline] } 02:49:21 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 02:49:22 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 02:49:22 ---> python-tools-install.sh [Pipeline] echo 02:49:22 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 02:49:22 ---> sudo-logs.sh 02:49:22 Archiving 'sudo' log.. [Pipeline] echo 02:49:22 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 02:49:23 ---> job-cost.sh 02:49:23 lf-activate-venv: SKIPPING 02:49:23 INFO: No Stack... 02:49:23 INFO: Retrieving Pricing Info for: v1-standard-2 02:49:24 INFO: Archiving Costs [Pipeline] echo 02:49:24 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 02:49:24 ---> logs-deploy.sh 02:49:24 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/PR-733/4 02:49:24 INFO: archiving workspace using pattern(s): 02:49:25 Archives upload complete. 02:49:26 INFO: archiving logs to Nexus