Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 3aea893206dfece0cb943228d650ae216607898f Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 69a7e166112f335804d9fea76440e5140e47f034 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 69a7e166112f335804d9fea76440e5140e47f034 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 69a7e166112f335804d9fea76440e5140e47f034 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 69a7e166112f335804d9fea76440e5140e47f034 # timeout=10 Commit message: "Merge pull request #314 from ernestojeda/go-mod-semver-bump" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 # timeout=10 Commit message: "Add license check to tox" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:device-sdk-go, dockerImageName:docker-device-sdk-simple, dockerFilePath:example/cmd/device-simple/Dockerfile, pushImage:false, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2]] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: device-sdk-go-settings PROJECT: device-sdk-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_PATH: example/cmd/device-simple/Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-device-sdk-simple DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: false BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task ‘prd-centos7-docker-4c-2g-24198’ is offline Running on prd-centos7-docker-4c-2g-24201 in /w/workspace/dgexfoundry_device-sdk-go_master [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_master # 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/heads/master:refs/remotes/origin/master # timeout=10 Checking out Revision 3aea893206dfece0cb943228d650ae216607898f (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 3aea893206dfece0cb943228d650ae216607898f # timeout=10 Commit message: "Merge pull request #753 from judehung/issue-352" > git rev-list --no-walk 84ea4a05cef1466ee67975698004463005cbf340 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 15:56:03 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 15:56:04 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 15:56:04 ========================================================= 15:56:04 EdgeX Global Pipelines Version Info 15:56:04 ========================================================= [Pipeline] libraryResource [Pipeline] sh 15:56:05 ------------------- 15:56:05 stable info: 15:56:05 ------------------- 15:56:05 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 15:56:05 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 15:56:05 Message: update stable to v1.0.179 15:56:06 ------------------- 15:56:06 experimental info: 15:56:06 ------------------- 15:56:06 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 15:56:06 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 15:56:06 Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 15:56:06 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-go-settings [Pipeline] echo 15:56:07 [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-go [Pipeline] echo 15:56:07 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 15:56:07 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 15:56:07 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 15:56:07 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 15:56:07 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 15:56:07 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 15:56:07 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = example/cmd/device-simple/Dockerfile [Pipeline] echo 15:56:07 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 15:56:07 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 15:56:08 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-sdk-simple [Pipeline] echo 15:56:08 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 15:56:08 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 15:56:08 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 15:56:08 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 15:56:08 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 15:56:08 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 15:56:08 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 15:56:08 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 15:56:09 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 15:56:09 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 15:56:09 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 15:56:09 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 15:56:09 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 15:56:09 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 15:56:09 [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo 15:56:09 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo 15:56:09 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo 15:56:09 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo 15:56:10 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 3aea893206dfece0cb943228d650ae216607898f [Pipeline] echo 15:56:10 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 3aea893 [Pipeline] echo 15:56:10 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 15:56:10 provisioning config files... 15:56:10 copy managed file [device-sdk-go-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config8056739944396583206tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 15:56:10 ---> docker-login.sh 15:56:10 nexus3.edgexfoundry.org:10001 15:56:11 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:56:11 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:56:11 Configure a credential helper to remove this warning. See 15:56:11 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:56:11 15:56:11 Login Succeeded 15:56:11 nexus3.edgexfoundry.org:10002 15:56:11 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:56:11 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:56:11 Configure a credential helper to remove this warning. See 15:56:11 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:56:11 15:56:11 Login Succeeded 15:56:11 nexus3.edgexfoundry.org:10003 15:56:11 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:56:11 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:56:11 Configure a credential helper to remove this warning. See 15:56:11 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:56:11 15:56:11 Login Succeeded 15:56:11 nexus3.edgexfoundry.org:10004 15:56:11 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:56:11 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:56:11 Configure a credential helper to remove this warning. See 15:56:11 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:56:11 15:56:11 Login Succeeded 15:56:11 docker.io 15:56:11 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:56:12 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:56:12 Configure a credential helper to remove this warning. See 15:56:12 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:56:12 15:56:12 Login Succeeded 15:56:12 ---> docker-login.sh ends [Pipeline] } 15:56:12 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 15:56:13 + git log --format=format:%s -1 3aea893206dfece0cb943228d650ae216607898f [Pipeline] echo 15:56:13 GIT_COMMIT: 3aea893206dfece0cb943228d650ae216607898f, Commit Message: Merge pull request #753 from judehung/issue-352 [Pipeline] echo 15:56:13 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 15:56:13 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 15:56:13 15:56:13 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 15:56:14 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 15:56:14 latest: Pulling from edgex-devops/git-semver 15:56:14 31603596830f: Pulling fs layer 15:56:14 2a8b12db71e7: Pulling fs layer 15:56:14 6ca5941a6612: Pulling fs layer 15:56:14 ecc8261a40a4: Pulling fs layer 15:56:14 ecc8261a40a4: Waiting 15:56:14 2a8b12db71e7: Verifying Checksum 15:56:14 2a8b12db71e7: Download complete 15:56:14 31603596830f: Download complete 15:56:14 ecc8261a40a4: Verifying Checksum 15:56:14 ecc8261a40a4: Download complete 15:56:14 6ca5941a6612: Verifying Checksum 15:56:14 6ca5941a6612: Download complete 15:56:14 31603596830f: Pull complete 15:56:14 2a8b12db71e7: Pull complete 15:56:15 6ca5941a6612: Pull complete 15:56:15 ecc8261a40a4: Pull complete 15:56:15 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 15:56:15 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 15:56:15 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 15:56:15 prd-centos7-docker-4c-2g-24201 does not seem to be running inside a container 15:56:16 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-sdk-go_master -v /w/workspace/dgexfoundry_device-sdk-go_master:/w/workspace/dgexfoundry_device-sdk-go_master:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_master@tmp:/w/workspace/dgexfoundry_device-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 15:56:17 $ docker top f0802f3f24eaeef19f6ccbf050026206fecc8211858a53db7a088b756db761b3 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 15:56:18 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 15:56:18 [ssh-agent] Looking for ssh-agent implementation... 15:56:18 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 15:56:18 $ docker exec f0802f3f24eaeef19f6ccbf050026206fecc8211858a53db7a088b756db761b3 ssh-agent 15:56:18 SSH_AUTH_SOCK=/tmp/ssh-RcosUgUeiftK/agent.11 15:56:18 SSH_AGENT_PID=16 15:56:18 Running ssh-add (command line suppressed) 15:56:18 Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_1574493997460050481.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_1574493997460050481.key) 15:56:18 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 15:56:19 + git tag --points-at HEAD [Pipeline] } 15:56:19 $ docker exec --env ******** --env ******** f0802f3f24eaeef19f6ccbf050026206fecc8211858a53db7a088b756db761b3 ssh-agent -k 15:56:19 unset SSH_AUTH_SOCK; 15:56:19 unset SSH_AGENT_PID; 15:56:19 echo Agent pid 16 killed; 15:56:19 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 15:56:19 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 15:56:19 [ssh-agent] Looking for ssh-agent implementation... 15:56:19 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 15:56:19 $ docker exec f0802f3f24eaeef19f6ccbf050026206fecc8211858a53db7a088b756db761b3 ssh-agent 15:56:19 SSH_AUTH_SOCK=/tmp/ssh-O0bB2n2I5YyA/agent.44 15:56:19 SSH_AGENT_PID=49 15:56:19 Running ssh-add (command line suppressed) 15:56:20 Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_877708278202440301.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_877708278202440301.key) 15:56:20 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 15:56:20 + git semver init 15:56:20 # -> Open(): unable to determine branch for HEAD 15:56:20 # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git 15:56:20 # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master 15:56:20 # $SEMVER_REMOTE_NAME = origin 15:56:20 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 15:56:20 # $SEMVER_USER_NAME = edgex-jenkins 15:56:20 # $SEMVER_BRANCH = master 15:56:20 # $SEMVER_TEMP = /tmp/semver-578966130 15:56:20 # git clone --branch semver git@github.com:edgexfoundry/device-sdk-go.git $SEMVER_TEMP 15:56:21 # '/tmp/semver-578966130' -> '/w/workspace/dgexfoundry_device-sdk-go_master/.semver' 15:56:21 # -> Force: false 15:56:21 # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver [Pipeline] } 15:56:21 $ docker exec --env ******** --env ******** f0802f3f24eaeef19f6ccbf050026206fecc8211858a53db7a088b756db761b3 ssh-agent -k 15:56:21 unset SSH_AUTH_SOCK; 15:56:21 unset SSH_AGENT_PID; 15:56:21 echo Agent pid 49 killed; 15:56:21 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 15:56:21 + git semver [Pipeline] } 15:56:21 $ docker stop --time=1 f0802f3f24eaeef19f6ccbf050026206fecc8211858a53db7a088b756db761b3 15:56:23 $ docker rm -f f0802f3f24eaeef19f6ccbf050026206fecc8211858a53db7a088b756db761b3 [Pipeline] // withDockerContainer [Pipeline] sh 15:56:23 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 15:56:24 Stashed 1 file(s) [Pipeline] echo 15:56:24 [edgeXSemver]: initialized semver on version 2.0.0-dev.10 [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 15:56:39 Still waiting to schedule task 15:56:39 Waiting for next available executor on ‘centos7-docker-4c-2g’ 15:56:39 Still waiting to schedule task 15:56:39 ‘prd-ubuntu18.04-docker-arm64-4c-16g-24199’ is offline 15:58:29 Running on prd-ubuntu18.04-docker-arm64-4c-16g-24202 in /w/workspace/dgexfoundry_device-sdk-go_master [Pipeline] { [Pipeline] ws 15:58:29 Running in /w/workspace/device-sdk-go/115 [Pipeline] { [Pipeline] checkout 15:58:35 using credential edgex-jenkins-ssh 15:58:35 Cloning the remote Git repository 15:58:35 Cloning repository git@github.com:edgexfoundry/device-sdk-go.git 15:58:35 > git init /w/workspace/device-sdk-go/115 # timeout=10 15:58:35 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 15:58:35 > git --version # timeout=10 15:58:35 > git --version # 'git version 2.17.1' 15:58:35 using GIT_SSH to set credentials SSH Credentials for GitHub 15:58:35 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 15:58:37 Checking out Revision 3aea893206dfece0cb943228d650ae216607898f (master) 15:58:36 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 15:58:36 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 15:58:36 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 15:58:36 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 15:58:36 using GIT_SSH to set credentials SSH Credentials for GitHub 15:58:36 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 15:58:37 > git config core.sparsecheckout # timeout=10 15:58:37 > git checkout -f 3aea893206dfece0cb943228d650ae216607898f # timeout=10 15:58:41 Commit message: "Merge pull request #753 from judehung/issue-352" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 15:58:43 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 15:58:43 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 15:58:44 + true 15:58:44 + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 15:58:46 provisioning config files... 15:58:46 copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/115@tmp/config7398266344848870755tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 15:58:47 ---> docker-login.sh 15:58:47 nexus3.edgexfoundry.org:10001 15:58:48 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:58:48 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:58:48 Configure a credential helper to remove this warning. See 15:58:48 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:58:48 15:58:48 Login Succeeded 15:58:48 nexus3.edgexfoundry.org:10002 15:58:48 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:58:49 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:58:49 Configure a credential helper to remove this warning. See 15:58:49 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:58:49 15:58:49 Login Succeeded 15:58:49 nexus3.edgexfoundry.org:10003 15:58:49 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:58:49 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:58:49 Configure a credential helper to remove this warning. See 15:58:49 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:58:49 15:58:49 Login Succeeded 15:58:49 nexus3.edgexfoundry.org:10004 15:58:49 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:58:50 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:58:50 Configure a credential helper to remove this warning. See 15:58:50 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:58:50 15:58:50 Login Succeeded 15:58:50 docker.io 15:58:50 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:58:50 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:58:50 Configure a credential helper to remove this warning. See 15:58:50 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:58:50 15:58:50 Login Succeeded 15:58:50 ---> docker-login.sh ends [Pipeline] } 15:58:51 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 15:58:51 ========================================================= 15:58:51 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 15:58:51 ========================================================= [Pipeline] isUnix [Pipeline] sh 15:58:51 + 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 . 15:58:52 Sending build context to Docker daemon 2.487MB 15:58:52 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 15:58:52 Step 2/8 : FROM ${BASE} 15:58:52 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 15:58:52 5f621e34cdf4: Pulling fs layer 15:58:52 a4357932f1b6: Pulling fs layer 15:58:52 18c013af1878: Pulling fs layer 15:58:52 00ac8860ef70: Pulling fs layer 15:58:52 63d7cb157983: Pulling fs layer 15:58:52 b116817d02f9: Pulling fs layer 15:58:52 745a02a5169b: Pulling fs layer 15:58:52 00ac8860ef70: Waiting 15:58:52 b116817d02f9: Waiting 15:58:52 745a02a5169b: Waiting 15:58:52 63d7cb157983: Waiting 15:58:52 18c013af1878: Verifying Checksum 15:58:52 18c013af1878: Download complete 15:58:52 a4357932f1b6: Download complete 15:58:52 63d7cb157983: Verifying Checksum 15:58:52 63d7cb157983: Download complete 15:58:52 b116817d02f9: Verifying Checksum 15:58:52 b116817d02f9: Download complete 15:58:52 5f621e34cdf4: Verifying Checksum 15:58:52 5f621e34cdf4: Download complete 15:58:53 5f621e34cdf4: Pull complete 15:58:54 a4357932f1b6: Pull complete 15:58:54 18c013af1878: Pull complete 15:58:54 745a02a5169b: Verifying Checksum 15:58:54 745a02a5169b: Download complete 15:58:55 00ac8860ef70: Verifying Checksum 15:58:55 00ac8860ef70: Download complete 15:59:03 Running on prd-centos7-docker-4c-2g-24203 in /w/workspace/dgexfoundry_device-sdk-go_master [Pipeline] { [Pipeline] ws 15:59:03 Running in /w/workspace/device-sdk-go/115 [Pipeline] { [Pipeline] checkout 15:59:06 00ac8860ef70: Pull complete 15:59:06 63d7cb157983: Pull complete 15:59:06 using credential edgex-jenkins-ssh 15:59:06 Cloning the remote Git repository 15:59:06 b116817d02f9: Pull complete 15:59:06 Cloning repository git@github.com:edgexfoundry/device-sdk-go.git 15:59:06 > git init /w/workspace/device-sdk-go/115 # timeout=10 15:59:06 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 15:59:06 > git --version # timeout=10 15:59:06 > git --version # 'git version 2.24.3' 15:59:06 using GIT_SSH to set credentials SSH Credentials for GitHub 15:59:06 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 15:59:07 Checking out Revision 3aea893206dfece0cb943228d650ae216607898f (master) 15:59:07 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 15:59:07 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 15:59:07 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 15:59:07 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 15:59:07 using GIT_SSH to set credentials SSH Credentials for GitHub 15:59:07 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 15:59:07 > git config core.sparsecheckout # timeout=10 15:59:07 > git checkout -f 3aea893206dfece0cb943228d650ae216607898f # timeout=10 15:59:10 745a02a5169b: Pull complete 15:59:10 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 15:59:10 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 15:59:10 ---> b7e6874047d6 15:59:10 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 15:59:11 Commit message: "Merge pull request #753 from judehung/issue-352" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 15:59:12 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 15:59:12 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 15:59:12 + sudo service docker restart 15:59:12 + true 15:59:12 Redirecting to /bin/systemctl restart docker.service 15:59:13 ---> Running in 713f2e06e0d9 15:59:13 Removing intermediate container 713f2e06e0d9 15:59:13 ---> 67a85e581aed 15:59:13 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:59:13 ---> Running in 24c6d37b2e43 [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 15:59:13 provisioning config files... 15:59:14 copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/115@tmp/config2085718812485825447tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 15:59:14 ---> docker-login.sh 15:59:14 nexus3.edgexfoundry.org:10001 15:59:14 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:59:14 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:59:14 Configure a credential helper to remove this warning. See 15:59:14 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:59:14 15:59:14 Login Succeeded 15:59:14 nexus3.edgexfoundry.org:10002 15:59:14 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:59:14 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:59:14 Configure a credential helper to remove this warning. See 15:59:14 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:59:14 15:59:14 Login Succeeded 15:59:14 nexus3.edgexfoundry.org:10003 15:59:14 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:59:15 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:59:15 Configure a credential helper to remove this warning. See 15:59:15 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:59:15 15:59:15 Login Succeeded 15:59:15 nexus3.edgexfoundry.org:10004 15:59:15 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:59:15 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:59:15 Configure a credential helper to remove this warning. See 15:59:15 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:59:15 15:59:15 Login Succeeded 15:59:15 docker.io 15:59:15 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:59:15 Removing intermediate container 24c6d37b2e43 15:59:15 ---> e560cf130d70 15:59:15 Step 5/8 : RUN apk add --update --no-cache make git 15:59:15 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:59:15 Configure a credential helper to remove this warning. See 15:59:15 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:59:15 15:59:15 Login Succeeded 15:59:15 ---> docker-login.sh ends [Pipeline] } 15:59:15 Deleting 1 temporary files 15:59:15 ---> Running in 4d424f86c447 [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 15:59:16 ========================================================= 15:59:16 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 15:59:16 ========================================================= [Pipeline] isUnix [Pipeline] sh 15:59:16 + 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 . 15:59:16 Sending build context to Docker daemon 2.488MB 15:59:16 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 15:59:16 Step 2/8 : FROM ${BASE} 15:59:16 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 15:59:16 188c0c94c7c5: Pulling fs layer 15:59:16 0ef7d3d256c8: Pulling fs layer 15:59:16 de9db76c5a1d: Pulling fs layer 15:59:16 bca2f99d35d6: Pulling fs layer 15:59:16 93359f2a8cfa: Pulling fs layer 15:59:16 7c6f9722023f: Pulling fs layer 15:59:16 a35cf1a2eb13: Pulling fs layer 15:59:16 93359f2a8cfa: Waiting 15:59:16 7c6f9722023f: Waiting 15:59:16 a35cf1a2eb13: Waiting 15:59:16 bca2f99d35d6: Waiting 15:59:16 de9db76c5a1d: Verifying Checksum 15:59:16 de9db76c5a1d: Download complete 15:59:16 0ef7d3d256c8: Verifying Checksum 15:59:16 0ef7d3d256c8: Download complete 15:59:16 93359f2a8cfa: Download complete 15:59:16 188c0c94c7c5: Verifying Checksum 15:59:16 188c0c94c7c5: Download complete 15:59:16 7c6f9722023f: Verifying Checksum 15:59:16 7c6f9722023f: Download complete 15:59:16 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 15:59:16 188c0c94c7c5: Pull complete 15:59:16 0ef7d3d256c8: Pull complete 15:59:17 de9db76c5a1d: Pull complete 15:59:18 a35cf1a2eb13: Verifying Checksum 15:59:18 a35cf1a2eb13: Download complete 15:59:18 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 15:59:18 bca2f99d35d6: Verifying Checksum 15:59:18 bca2f99d35d6: Download complete 15:59:22 OK: 142 MiB in 39 packages 15:59:22 Removing intermediate container 4d424f86c447 15:59:22 ---> 6b4f6aa1a907 15:59:22 Step 6/8 : WORKDIR /device-sdk-go 15:59:22 ---> Running in 2a439db5e368 15:59:23 Removing intermediate container 2a439db5e368 15:59:23 ---> 4930d100f58b 15:59:23 Step 7/8 : COPY . . 15:59:24 ---> 1ce38f234b8a 15:59:24 Step 8/8 : RUN go mod download 15:59:24 ---> Running in 66ce62d31b42 15:59:25 bca2f99d35d6: Pull complete 15:59:25 93359f2a8cfa: Pull complete 15:59:25 7c6f9722023f: Pull complete 15:59:33 a35cf1a2eb13: Pull complete 15:59:33 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 15:59:33 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 15:59:33 ---> a62c8e92a672 15:59:33 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 15:59:33 ---> Running in 791697b4b89c 15:59:33 Removing intermediate container 791697b4b89c 15:59:33 ---> 276de88e34bf 15:59:33 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:59:33 ---> Running in a5c2e84ddbbe 15:59:34 Removing intermediate container a5c2e84ddbbe 15:59:34 ---> 22b2d8cfe726 15:59:34 Step 5/8 : RUN apk add --update --no-cache make git 15:59:34 ---> Running in 69a0a2ded221 15:59:35 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:59:37 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:59:38 OK: 166 MiB in 39 packages 15:59:38 Removing intermediate container 69a0a2ded221 15:59:38 ---> d4f0917fa9c0 15:59:38 Step 6/8 : WORKDIR /device-sdk-go 15:59:38 ---> Running in f6441f549d0a 15:59:39 Removing intermediate container f6441f549d0a 15:59:39 ---> 73613fedf97f 15:59:39 Step 7/8 : COPY . . 15:59:40 ---> 5bb1523155c5 15:59:40 Step 8/8 : RUN go mod download 15:59:40 ---> Running in 4eb089fd9c4c 15:59:46 Removing intermediate container 66ce62d31b42 15:59:46 ---> 4c65d2d35314 15:59:46 Successfully built 4c65d2d35314 15:59:46 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 15:59:47 + docker inspect -f . ci-base-image-arm64 15:59:47 . [Pipeline] withDockerContainer 15:59:47 prd-ubuntu18.04-docker-arm64-4c-16g-24202 does not seem to be running inside a container 15:59:47 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/115 -v /w/workspace/device-sdk-go/115:/w/workspace/device-sdk-go/115:rw,z -v /w/workspace/device-sdk-go/115@tmp:/w/workspace/device-sdk-go/115@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 ******** ci-base-image-arm64 cat 15:59:48 $ docker top 8e6efbcd0aa8b98dee2d7e84a365e7b7445f9ca02b9fe67850964a9a3d972e70 -eo pid,comm [Pipeline] { [Pipeline] sh 15:59:50 + go version 15:59:50 go version go1.15.5 linux/arm64 [Pipeline] } 15:59:50 $ docker stop --time=1 8e6efbcd0aa8b98dee2d7e84a365e7b7445f9ca02b9fe67850964a9a3d972e70 15:59:52 $ docker rm -f 8e6efbcd0aa8b98dee2d7e84a365e7b7445f9ca02b9fe67850964a9a3d972e70 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 15:59:53 + docker inspect -f . ci-base-image-arm64 15:59:53 . [Pipeline] withDockerContainer 15:59:53 prd-ubuntu18.04-docker-arm64-4c-16g-24202 does not seem to be running inside a container 15:59:53 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/115 -v /w/workspace/device-sdk-go/115:/w/workspace/device-sdk-go/115:rw,z -v /w/workspace/device-sdk-go/115@tmp:/w/workspace/device-sdk-go/115@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 ******** ci-base-image-arm64 cat 15:59:54 $ docker top 42f7de3c4ffab7c8747d4a2109db9bf7d7f86c8208a7c326bde47cf90862f75f -eo pid,comm [Pipeline] { [Pipeline] sh 15:59:55 + make test 15:59:55 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 15:59:58 Removing intermediate container 4eb089fd9c4c 15:59:58 ---> cadf6040f184 15:59:58 Successfully built cadf6040f184 15:59:58 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 15:59:58 + docker inspect -f . ci-base-image-x86_64 15:59:58 . [Pipeline] withDockerContainer 15:59:59 prd-centos7-docker-4c-2g-24203 does not seem to be running inside a container 15:59:59 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/115 -v /w/workspace/device-sdk-go/115:/w/workspace/device-sdk-go/115:rw,z -v /w/workspace/device-sdk-go/115@tmp:/w/workspace/device-sdk-go/115@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 ******** ci-base-image-x86_64 cat 15:59:59 $ docker top b49247640e77963143e8251cba1606ffe4c565099f5822896e2cb82ccd8037b3 -eo pid,comm [Pipeline] { [Pipeline] sh 16:00:00 + go version 16:00:00 go version go1.15.5 linux/amd64 [Pipeline] } 16:00:00 $ docker stop --time=1 b49247640e77963143e8251cba1606ffe4c565099f5822896e2cb82ccd8037b3 16:00:02 $ docker rm -f b49247640e77963143e8251cba1606ffe4c565099f5822896e2cb82ccd8037b3 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 16:00:03 + docker inspect -f . ci-base-image-x86_64 16:00:03 . [Pipeline] withDockerContainer 16:00:03 prd-centos7-docker-4c-2g-24203 does not seem to be running inside a container 16:00:03 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/115 -v /w/workspace/device-sdk-go/115:/w/workspace/device-sdk-go/115:rw,z -v /w/workspace/device-sdk-go/115@tmp:/w/workspace/device-sdk-go/115@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 ******** ci-base-image-x86_64 cat 16:00:04 $ docker top a814aeecf49c4ddf7499cb3202cf04a6e8509e3ab90f19ba35e834f25e49e30d -eo pid,comm [Pipeline] { [Pipeline] sh 16:00:04 + make test 16:00:04 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 16:00:11 ? github.com/edgexfoundry/device-sdk-go/v2 [no test files] 16:00:18 ? github.com/edgexfoundry/device-sdk-go/v2 [no test files] 16:00:26 ? github.com/edgexfoundry/device-sdk-go/v2/example/cmd/device-simple [no test files] 16:00:26 ? github.com/edgexfoundry/device-sdk-go/v2/example/driver [no test files] 16:00:26 ? github.com/edgexfoundry/device-sdk-go/v2/internal/autodiscovery [no test files] 16:00:26 ok github.com/edgexfoundry/device-sdk-go/v2/internal/autoevent 0.067s coverage: 19.4% of statements 16:00:27 ok github.com/edgexfoundry/device-sdk-go/v2/internal/cache 0.441s coverage: 97.1% of statements 16:00:57 ? github.com/edgexfoundry/device-sdk-go/v2/example/cmd/device-simple [no test files] 16:00:57 ? github.com/edgexfoundry/device-sdk-go/v2/example/driver [no test files] 16:00:57 ? github.com/edgexfoundry/device-sdk-go/v2/internal/autodiscovery [no test files] 16:00:58 ok github.com/edgexfoundry/device-sdk-go/v2/internal/autoevent 0.158s coverage: 19.4% of statements 16:01:00 ok github.com/edgexfoundry/device-sdk-go/v2/internal/clients 30.043s coverage: 9.4% of statements 16:01:00 ok github.com/edgexfoundry/device-sdk-go/v2/internal/common 0.048s coverage: 21.7% of statements 16:01:00 ? github.com/edgexfoundry/device-sdk-go/v2/internal/container [no test files] 16:01:00 ok github.com/edgexfoundry/device-sdk-go/v2/internal/controller 0.210s coverage: 43.6% of statements 16:01:00 ? github.com/edgexfoundry/device-sdk-go/v2/internal/controller/correlation [no test files] 16:01:00 ok github.com/edgexfoundry/device-sdk-go/v2/internal/handler 0.275s coverage: 68.9% of statements 16:01:00 ? github.com/edgexfoundry/device-sdk-go/v2/internal/handler/callback [no test files] 16:01:00 ? github.com/edgexfoundry/device-sdk-go/v2/internal/mock [no test files] 16:01:00 ? github.com/edgexfoundry/device-sdk-go/v2/internal/provision [no test files] 16:01:00 ? github.com/edgexfoundry/device-sdk-go/v2/internal/telemetry [no test files] 16:01:00 ok github.com/edgexfoundry/device-sdk-go/v2/internal/transformer 0.075s coverage: 53.8% of statements 16:01:00 ? github.com/edgexfoundry/device-sdk-go/v2/internal/v2/application [no test files] 16:01:00 ? github.com/edgexfoundry/device-sdk-go/v2/internal/v2/cache [no test files] 16:01:00 ok github.com/edgexfoundry/device-sdk-go/v2/internal/v2/controller/http 0.079s coverage: 25.2% of statements 16:01:00 ok github.com/edgexfoundry/device-sdk-go/v2/pkg/models 2.276s coverage: 83.5% of statements 16:01:00 ok github.com/edgexfoundry/device-sdk-go/v2/pkg/service 0.054s coverage: 4.2% of statements 16:01:00 ? github.com/edgexfoundry/device-sdk-go/v2/pkg/startup [no test files] 16:01:00 GO111MODULE=on go vet ./... 16:01:03 ok github.com/edgexfoundry/device-sdk-go/v2/internal/cache 1.213s coverage: 97.1% of statements 16:01:08 gofmt -l . 16:01:08 [ "`gofmt -l .`" = "" ] 16:01:08 ./bin/test-attribution-txt.sh 16:01:08 ./bin/test-go-mod-tidy.sh [Pipeline] } 16:01:08 $ docker stop --time=1 a814aeecf49c4ddf7499cb3202cf04a6e8509e3ab90f19ba35e834f25e49e30d 16:01:10 $ docker rm -f a814aeecf49c4ddf7499cb3202cf04a6e8509e3ab90f19ba35e834f25e49e30d [Pipeline] // withDockerContainer [Pipeline] sh 16:01:11 + sudo chown -R jenkins:jenkins . [Pipeline] stash 16:01:11 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 16:01:14 + sudo chown -R jenkins:jenkins . [Pipeline] sh 16:01:14 + ls -al . 16:01:14 total 216 16:01:14 drwxrwxr-x. 10 jenkins jenkins 4096 Jan 31 16:01 . 16:01:14 drwxrwxr-x. 4 jenkins jenkins 32 Jan 31 15:59 .. 16:01:14 drwxrwxr-x. 2 jenkins jenkins 64 Jan 31 15:59 bin 16:01:14 -rw-r--r--. 1 jenkins jenkins 137332 Jan 31 16:00 coverage.out 16:01:14 -rw-rw-r--. 1 jenkins jenkins 949 Jan 31 15:59 Dockerfile.build 16:01:14 -rw-rw-r--. 1 jenkins jenkins 140 Jan 31 15:59 .dockerignore 16:01:14 drwxrwxr-x. 4 jenkins jenkins 48 Jan 31 15:59 example 16:01:14 drwxrwxr-x. 8 jenkins jenkins 162 Jan 31 15:59 .git 16:01:14 drwxrwxr-x. 2 jenkins jenkins 103 Jan 31 15:59 .github 16:01:14 -rw-rw-r--. 1 jenkins jenkins 138 Jan 31 15:59 .gitignore 16:01:14 -rw-r--r--. 1 jenkins jenkins 514 Jan 31 16:01 go.mod 16:01:14 -rw-r--r--. 1 jenkins jenkins 14191 Jan 31 16:01 go.sum 16:01:14 drwxrwxr-x. 15 jenkins jenkins 211 Jan 31 15:59 internal 16:01:14 -rw-rw-r--. 1 jenkins jenkins 901 Jan 31 15:59 Jenkinsfile 16:01:14 -rw-rw-r--. 1 jenkins jenkins 11341 Jan 31 15:59 LICENSE 16:01:14 -rw-rw-r--. 1 jenkins jenkins 1016 Jan 31 15:59 Makefile 16:01:14 drwxrwxr-x. 4 jenkins jenkins 26 Jan 31 15:59 openapi 16:01:14 drwxrwxr-x. 5 jenkins jenkins 50 Jan 31 15:59 pkg 16:01:14 -rw-rw-r--. 1 jenkins jenkins 5897 Jan 31 15:59 README.md 16:01:14 -rw-rw-r--. 1 jenkins jenkins 6616 Jan 31 15:59 RELEASE-NOTES.txt 16:01:14 drwxrwxr-x. 4 jenkins jenkins 54 Jan 31 15:59 snap 16:01:14 -rw-rw-r--. 1 jenkins jenkins 12 Jan 31 15:56 VERSION 16:01:14 -rw-rw-r--. 1 jenkins jenkins 222 Jan 31 15:59 version.go [Pipeline] isUnix [Pipeline] sh 16:01:14 + 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=3aea893206dfece0cb943228d650ae216607898f --label arch=amd64 --label version=2.0.0-dev.10 . 16:01:14 Sending build context to Docker daemon 2.626MB 16:01:14 Step 1/24 : ARG BASE=golang:1.15-alpine3.12 16:01:14 Step 2/24 : FROM ${BASE} AS builder 16:01:14 ---> cadf6040f184 16:01:14 Step 3/24 : ARG MAKE='make build' 16:01:15 ---> Running in de18fb9e94a6 16:01:15 Removing intermediate container de18fb9e94a6 16:01:15 ---> 581ce16746d6 16:01:15 Step 4/24 : WORKDIR /device-sdk-go 16:01:15 ---> Running in fa1bc1329403 16:01:15 Removing intermediate container fa1bc1329403 16:01:15 ---> 74c3fa2b3c20 16:01:15 Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 16:01:15 ---> Running in 39b9d9a37f9d 16:01:16 Removing intermediate container 39b9d9a37f9d 16:01:16 ---> 0b7f5132f734 16:01:16 Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:01:16 ---> Running in 3410ec0adcb3 16:01:17 Removing intermediate container 3410ec0adcb3 16:01:17 ---> fbae4ad51f23 16:01:17 Step 7/24 : RUN apk add --update --no-cache make git 16:01:17 ---> Running in 9dc040ea5f0a 16:01:17 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:01:18 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:01:19 OK: 166 MiB in 39 packages 16:01:20 Removing intermediate container 9dc040ea5f0a 16:01:20 ---> ec04ea6a5bbb 16:01:20 Step 8/24 : COPY . . 16:01:21 ---> 8a8fbee97206 16:01:21 Step 9/24 : RUN ${MAKE} 16:01:21 ---> Running in 3301214bbbd7 16:01:21 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-sdk-go/v2.Version=2.0.0-dev.10" -o example/cmd/device-simple/device-simple ./example/cmd/device-simple 16:01:29 CGO_ENABLED=0 GO111MODULE=on go install -tags=safe 16:01:31 Removing intermediate container 3301214bbbd7 16:01:31 ---> c098c34dfae8 16:01:31 Step 10/24 : FROM scratch 16:01:31 ---> 16:01:31 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 16:01:31 ---> Running in 5cf217e9ddf9 16:01:31 Removing intermediate container 5cf217e9ddf9 16:01:31 ---> f6b2423bb18c 16:01:31 Step 12/24 : ENV APP_PORT=49990 16:01:31 ---> Running in 31243ea7983a 16:01:31 Removing intermediate container 31243ea7983a 16:01:31 ---> 92b459fb44b3 16:01:31 Step 13/24 : EXPOSE $APP_PORT 16:01:31 ---> Running in d7da39e30e91 16:01:32 Removing intermediate container d7da39e30e91 16:01:32 ---> 11b19d13878c 16:01:32 Step 14/24 : WORKDIR / 16:01:32 ---> Running in 5c1d9dd08f52 16:01:32 Removing intermediate container 5c1d9dd08f52 16:01:32 ---> 0a5d1144acec 16:01:32 Step 15/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple 16:01:33 ---> 02e21421e465 16:01:33 Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml 16:01:33 ---> 99116f334d72 16:01:33 Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml 16:01:33 ---> b8b5d9da9885 16:01:33 Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png 16:01:33 ---> 1c9898ef7c9b 16:01:33 Step 19/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg 16:01:34 ---> 6ec23ff63606 16:01:34 Step 20/24 : ENTRYPOINT ["/usr/local/bin/device-simple"] 16:01:34 ---> Running in 91025382e4ec 16:01:34 Removing intermediate container 91025382e4ec 16:01:34 ---> dca024dd7b0f 16:01:34 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 16:01:34 ---> Running in 838d5e4d852b 16:01:34 Removing intermediate container 838d5e4d852b 16:01:34 ---> 99b45d8ab5bc 16:01:34 Step 22/24 : LABEL arch=amd64 16:01:34 ---> Running in 050ab516ab89 16:01:34 Removing intermediate container 050ab516ab89 16:01:34 ---> b557a4f1ba93 16:01:34 Step 23/24 : LABEL git_sha=3aea893206dfece0cb943228d650ae216607898f 16:01:34 ---> Running in 331bb4399bc7 16:01:34 Removing intermediate container 331bb4399bc7 16:01:34 ---> 718ee75fb6b5 16:01:34 Step 24/24 : LABEL version=2.0.0-dev.10 16:01:34 ---> Running in d6b48d331d57 16:01:35 Removing intermediate container d6b48d331d57 16:01:35 ---> b7b03f8a9603 16:01:35 [Warning] One or more build-args [ARCH] were not consumed 16:01:35 Successfully built b7b03f8a9603 16:01:35 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] } 16:01:36 ok github.com/edgexfoundry/device-sdk-go/v2/internal/clients 30.165s coverage: 9.4% of statements 16:01:36 ok github.com/edgexfoundry/device-sdk-go/v2/internal/common 0.135s coverage: 21.7% of statements 16:01:36 ? github.com/edgexfoundry/device-sdk-go/v2/internal/container [no test files] 16:01:36 ok github.com/edgexfoundry/device-sdk-go/v2/internal/controller 0.601s coverage: 43.6% of statements 16:01:36 ? github.com/edgexfoundry/device-sdk-go/v2/internal/controller/correlation [no test files] 16:01:36 ok github.com/edgexfoundry/device-sdk-go/v2/internal/handler 0.769s coverage: 68.9% of statements 16:01:36 ? github.com/edgexfoundry/device-sdk-go/v2/internal/handler/callback [no test files] 16:01:36 ? github.com/edgexfoundry/device-sdk-go/v2/internal/mock [no test files] 16:01:36 ? github.com/edgexfoundry/device-sdk-go/v2/internal/provision [no test files] 16:01:36 ? github.com/edgexfoundry/device-sdk-go/v2/internal/telemetry [no test files] 16:01:36 ok github.com/edgexfoundry/device-sdk-go/v2/internal/transformer 0.196s coverage: 53.8% of statements 16:01:36 ? github.com/edgexfoundry/device-sdk-go/v2/internal/v2/application [no test files] 16:01:36 ? github.com/edgexfoundry/device-sdk-go/v2/internal/v2/cache [no test files] 16:01:36 ok github.com/edgexfoundry/device-sdk-go/v2/internal/v2/controller/http 0.209s coverage: 25.2% of statements 16:01:36 ok github.com/edgexfoundry/device-sdk-go/v2/pkg/models 6.003s coverage: 83.5% of statements 16:01:36 ok github.com/edgexfoundry/device-sdk-go/v2/pkg/service 0.138s coverage: 4.2% of statements 16:01:36 ? github.com/edgexfoundry/device-sdk-go/v2/pkg/startup [no test files] 16:01:36 GO111MODULE=on go vet ./... [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 16:02:08 gofmt -l . 16:02:08 [ "`gofmt -l .`" = "" ] 16:02:08 ./bin/test-attribution-txt.sh 16:02:08 ./bin/test-go-mod-tidy.sh [Pipeline] } 16:02:08 $ docker stop --time=1 42f7de3c4ffab7c8747d4a2109db9bf7d7f86c8208a7c326bde47cf90862f75f 16:02:10 $ docker rm -f 42f7de3c4ffab7c8747d4a2109db9bf7d7f86c8208a7c326bde47cf90862f75f [Pipeline] // withDockerContainer [Pipeline] sh 16:02:11 + sudo chown -R jenkins:jenkins . [Pipeline] stash 16:02:11 Warning: overwriting stash ‘coverage-report’ 16:02:12 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 16:02:13 + sudo chown -R jenkins:jenkins . [Pipeline] sh 16:02:13 + ls -al . 16:02:13 total 252 16:02:13 drwxrwxr-x 10 jenkins jenkins 4096 Jan 31 16:02 . 16:02:13 drwxrwxr-x 4 jenkins jenkins 4096 Jan 31 15:58 .. 16:02:13 -rw-rw-r-- 1 jenkins jenkins 140 Jan 31 15:58 .dockerignore 16:02:13 drwxrwxr-x 8 jenkins jenkins 4096 Jan 31 15:58 .git 16:02:13 drwxrwxr-x 2 jenkins jenkins 4096 Jan 31 15:58 .github 16:02:13 -rw-rw-r-- 1 jenkins jenkins 138 Jan 31 15:58 .gitignore 16:02:13 -rw-rw-r-- 1 jenkins jenkins 949 Jan 31 15:58 Dockerfile.build 16:02:13 -rw-rw-r-- 1 jenkins jenkins 901 Jan 31 15:58 Jenkinsfile 16:02:13 -rw-rw-r-- 1 jenkins jenkins 11341 Jan 31 15:58 LICENSE 16:02:13 -rw-rw-r-- 1 jenkins jenkins 1016 Jan 31 15:58 Makefile 16:02:13 -rw-rw-r-- 1 jenkins jenkins 5897 Jan 31 15:58 README.md 16:02:13 -rw-rw-r-- 1 jenkins jenkins 6616 Jan 31 15:58 RELEASE-NOTES.txt 16:02:13 -rw-rw-r-- 1 jenkins jenkins 12 Jan 31 15:56 VERSION 16:02:13 drwxrwxr-x 2 jenkins jenkins 4096 Jan 31 15:58 bin 16:02:13 -rw-r--r-- 1 jenkins jenkins 137332 Jan 31 16:01 coverage.out 16:02:13 drwxrwxr-x 4 jenkins jenkins 4096 Jan 31 15:58 example 16:02:13 -rw-r--r-- 1 jenkins jenkins 514 Jan 31 16:02 go.mod 16:02:13 -rw-r--r-- 1 jenkins jenkins 14191 Jan 31 16:02 go.sum 16:02:13 drwxrwxr-x 15 jenkins jenkins 4096 Jan 31 15:58 internal 16:02:13 drwxrwxr-x 4 jenkins jenkins 4096 Jan 31 15:58 openapi 16:02:13 drwxrwxr-x 5 jenkins jenkins 4096 Jan 31 15:58 pkg 16:02:13 drwxrwxr-x 4 jenkins jenkins 4096 Jan 31 15:58 snap 16:02:13 -rw-rw-r-- 1 jenkins jenkins 222 Jan 31 15:58 version.go [Pipeline] isUnix [Pipeline] sh 16:02:14 + 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=3aea893206dfece0cb943228d650ae216607898f --label arch=arm64 --label version=2.0.0-dev.10 . 16:02:14 Sending build context to Docker daemon 2.625MB 16:02:14 Step 1/24 : ARG BASE=golang:1.15-alpine3.12 16:02:14 Step 2/24 : FROM ${BASE} AS builder 16:02:14 ---> 4c65d2d35314 16:02:14 Step 3/24 : ARG MAKE='make build' 16:02:15 ---> Running in 7e99e8eeeb6e 16:02:15 Removing intermediate container 7e99e8eeeb6e 16:02:15 ---> dc8b25b11150 16:02:15 Step 4/24 : WORKDIR /device-sdk-go 16:02:15 ---> Running in 20019ec04892 16:02:16 Removing intermediate container 20019ec04892 16:02:16 ---> 4a550bd3e6d0 16:02:16 Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 16:02:16 ---> Running in 6ea8bc00ab3b 16:02:16 Removing intermediate container 6ea8bc00ab3b 16:02:16 ---> 8c94a4b1397b 16:02:16 Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:02:16 ---> Running in dc2df6d69fe3 16:02:18 Removing intermediate container dc2df6d69fe3 16:02:18 ---> 9c5ec0efa581 16:02:18 Step 7/24 : RUN apk add --update --no-cache make git 16:02:19 ---> Running in 5821f4e880a6 16:02:20 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 16:02:21 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 16:02:22 OK: 142 MiB in 39 packages 16:02:23 Removing intermediate container 5821f4e880a6 16:02:23 ---> 0608b7b024ab 16:02:23 Step 8/24 : COPY . . 16:02:24 ---> e4884420a201 16:02:24 Step 9/24 : RUN ${MAKE} 16:02:24 ---> Running in 5b6450941c15 16:02:25 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-sdk-go/v2.Version=2.0.0-dev.10" -o example/cmd/device-simple/device-simple ./example/cmd/device-simple 16:02:52 CGO_ENABLED=0 GO111MODULE=on go install -tags=safe 16:02:53 Removing intermediate container 5b6450941c15 16:02:53 ---> 6afcb593911e 16:02:53 Step 10/24 : FROM scratch 16:02:53 ---> 16:02:53 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 16:02:53 ---> Running in c87953500529 16:02:53 Removing intermediate container c87953500529 16:02:53 ---> 20c5d8749136 16:02:53 Step 12/24 : ENV APP_PORT=49990 16:02:53 ---> Running in 43d31b880439 16:02:54 Removing intermediate container 43d31b880439 16:02:54 ---> 10482a89a644 16:02:54 Step 13/24 : EXPOSE $APP_PORT 16:02:54 ---> Running in b2dcf86516b6 16:02:54 Removing intermediate container b2dcf86516b6 16:02:54 ---> 62cf648a5349 16:02:54 Step 14/24 : WORKDIR / 16:02:55 ---> Running in 62f1846d7acf 16:02:55 Removing intermediate container 62f1846d7acf 16:02:55 ---> 1a74a9f1e023 16:02:55 Step 15/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple 16:02:56 ---> e9a70732642d 16:02:56 Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml 16:02:57 ---> 1b1128c97699 16:02:57 Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml 16:02:58 ---> 58b2dcfa4e4b 16:02:58 Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png 16:02:58 ---> b0a3fdca05da 16:02:58 Step 19/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg 16:02:59 ---> 62d869b20c83 16:02:59 Step 20/24 : ENTRYPOINT ["/usr/local/bin/device-simple"] 16:02:59 ---> Running in 5c95c796edae 16:03:00 Removing intermediate container 5c95c796edae 16:03:00 ---> 2870c70f9102 16:03:00 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 16:03:00 ---> Running in b4afb391efcb 16:03:00 Removing intermediate container b4afb391efcb 16:03:00 ---> dd66727abe39 16:03:00 Step 22/24 : LABEL arch=arm64 16:03:00 ---> Running in 1012e2be3771 16:03:01 Removing intermediate container 1012e2be3771 16:03:01 ---> 06655b710937 16:03:01 Step 23/24 : LABEL git_sha=3aea893206dfece0cb943228d650ae216607898f 16:03:01 ---> Running in 7ca20c1d111d 16:03:02 Removing intermediate container 7ca20c1d111d 16:03:02 ---> 78c4132177e0 16:03:02 Step 24/24 : LABEL version=2.0.0-dev.10 16:03:02 ---> Running in 450a6e6a2aba 16:03:02 Removing intermediate container 450a6e6a2aba 16:03:02 ---> 19318e112287 16:03:02 [Warning] One or more build-args [ARCH] were not consumed 16:03:02 Successfully built 19318e112287 16:03:02 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 16:03:04 provisioning config files... 16:03:04 copy managed file [device-sdk-go-codecov-token] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config765730796409264070tmp [Pipeline] { [Pipeline] sh 16:03:04 + set +x 16:03:04 + curl -s https://codecov.io/bash 16:03:04 + bash -s -- 16:03:05 16:03:05 _____ _ 16:03:05 / ____| | | 16:03:05 | | ___ __| | ___ ___ _____ __ 16:03:05 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 16:03:05 | |___| (_) | (_| | __/ (_| (_) \ V / 16:03:05 \_____\___/ \__,_|\___|\___\___/ \_/ 16:03:05 Bash-20210129-7c25fce 16:03:05 16:03:05 16:03:05 ==> git version 2.24.3 found 16:03:05 ==> 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 16:03:05 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 16:03:05 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 16:03:05 ==> Jenkins CI detected. 16:03:05 project root: . 16:03:05 --> token set from env 16:03:05 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 16:03:05 ==> Running gcov in . (disable via -X gcov) 16:03:05 ==> Python coveragepy not found 16:03:05 ==> Searching for coverage reports in: 16:03:05 + . 16:03:05 -> Found 1 reports 16:03:05 ==> Detecting git/mercurial file structure 16:03:05 ==> Reading reports 16:03:05 + ./coverage.out bytes=137332 16:03:05 ==> Appending adjustments 16:03:05 https://docs.codecov.io/docs/fixing-reports 16:03:05 + Found adjustments 16:03:05 ==> Gzipping contents 16:03:05 24K /tmp/codecov.lWBbWc.gz 16:03:05 ==> Uploading reports 16:03:05 url: https://codecov.io 16:03:05 query: branch=master&commit=3aea893206dfece0cb943228d650ae216607898f&build=115&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2Fmaster%2F115%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=&job=&cmd_args= 16:03:05 -> Pinging Codecov 16:03:05 https://codecov.io/upload/v4?package=bash-20210129-7c25fce&token=secret&branch=master&commit=3aea893206dfece0cb943228d650ae216607898f&build=115&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2Fmaster%2F115%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=&job=&cmd_args= 16:03:06 -> Uploading to 16:03:06 https://storage.googleapis.com/codecov/v4/raw/2021-01-31/7E55EF52A471D76F132DFD9A03CDDE97/3aea893206dfece0cb943228d650ae216607898f/d9bc06a6-6cb4-4be0-b490-60e573ccf2b5.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210131%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210131T160306Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=bad205a93fbe7dac24dfac5d76b498294ae600a00b64c8b6fd3829df15223f1c 16:03:06 % Total % Received % Xferd Average Speed Time Time Time Current 16:03:06 Dload Upload Total Spent Left Speed 16:03:06 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 21672 0 0 100 21672 0 44950 --:--:-- --:--:-- --:--:-- 44962 100 21672 0 0 100 21672 0 44935 --:--:-- --:--:-- --:--:-- 44869 16:03:06 -> View reports at https://codecov.io/github/edgexfoundry/device-sdk-go/commit/3aea893206dfece0cb943228d650ae216607898f [Pipeline] } 16:03:06 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo 16:03:08 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 16:03:08 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 16:03:09 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 16:03:09 16:03:09 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh 16:03:09 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 16:03:09 1.410.4: Pulling from edgex-devops/edgex-snyk-go 16:03:09 188c0c94c7c5: Pulling fs layer 16:03:09 0ef7d3d256c8: Pulling fs layer 16:03:09 de9db76c5a1d: Pulling fs layer 16:03:09 0eba1c9be4d2: Pulling fs layer 16:03:09 0d57e429df01: Pulling fs layer 16:03:09 4e4be7b47b0d: Pulling fs layer 16:03:09 e1f770b5df2f: Pulling fs layer 16:03:09 85a0685a4137: Pulling fs layer 16:03:09 0d57e429df01: Waiting 16:03:09 4e4be7b47b0d: Waiting 16:03:09 e1f770b5df2f: Waiting 16:03:09 85a0685a4137: Waiting 16:03:09 0eba1c9be4d2: Waiting 16:03:09 de9db76c5a1d: Verifying Checksum 16:03:09 de9db76c5a1d: Download complete 16:03:09 0ef7d3d256c8: Verifying Checksum 16:03:09 0ef7d3d256c8: Download complete 16:03:09 0d57e429df01: Verifying Checksum 16:03:09 0d57e429df01: Download complete 16:03:09 188c0c94c7c5: Verifying Checksum 16:03:09 188c0c94c7c5: Download complete 16:03:09 4e4be7b47b0d: Verifying Checksum 16:03:09 4e4be7b47b0d: Download complete 16:03:10 188c0c94c7c5: Pull complete 16:03:10 0ef7d3d256c8: Pull complete 16:03:10 de9db76c5a1d: Pull complete 16:03:11 e1f770b5df2f: Verifying Checksum 16:03:11 e1f770b5df2f: Download complete 16:03:13 0eba1c9be4d2: Verifying Checksum 16:03:13 0eba1c9be4d2: Download complete 16:03:13 85a0685a4137: Verifying Checksum 16:03:13 85a0685a4137: Download complete 16:03:19 0eba1c9be4d2: Pull complete 16:03:19 0d57e429df01: Pull complete 16:03:19 4e4be7b47b0d: Pull complete 16:03:22 e1f770b5df2f: Pull complete 16:03:29 85a0685a4137: Pull complete 16:03:29 Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 16:03:29 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 16:03:29 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer 16:03:29 prd-centos7-docker-4c-2g-24201 does not seem to be running inside a container 16:03:29 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/dgexfoundry_device-sdk-go_master -v /w/workspace/dgexfoundry_device-sdk-go_master:/w/workspace/dgexfoundry_device-sdk-go_master:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_master@tmp:/w/workspace/dgexfoundry_device-sdk-go_master@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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat 16:03:30 $ docker top cf80649ad9f86d17ab99d31dd02aa433d64a583dcc97ff8fddf16d84e5b1714a -eo pid,comm [Pipeline] { [Pipeline] echo 16:03:30 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh 16:03:31 + set -o pipefail 16:03:31 + snyk monitor '--org=edgex-jenkins' 16:03:37 16:03:37 Monitoring /w/workspace/dgexfoundry_device-sdk-go_master (github.com/edgexfoundry/device-sdk-go/v2)... 16:03:37 16:03:37 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/a91414f5-c324-409e-a494-413a27791127/history/77e9c3d1-9383-499f-baac-41ace32093f4 16:03:37 16:03:37 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 16:03:37 16:03:37 [Pipeline] } 16:03:37 $ docker stop --time=1 cf80649ad9f86d17ab99d31dd02aa433d64a583dcc97ff8fddf16d84e5b1714a 16:03:40 $ docker rm -f cf80649ad9f86d17ab99d31dd02aa433d64a583dcc97ff8fddf16d84e5b1714a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [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) [Pipeline] echo 16:03:42 [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 16:03:42 provisioning config files... 16:03:42 copy managed file [swaggerhub-api-key] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config5148779754700367526tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 16:03:42 --> edgex-publish-swagger.sh 16:03:42 === Publish openapi/v1 API === 16:03:42 [publishToSwagger] Publishing the API Docs [openapi/v1] to Swagger 16:03:42 [publishToSwagger] Publishing API Name [device-sdk] [/w/workspace/dgexfoundry_device-sdk-go_master/openapi/v1/device-sdk.yaml] 16:03:42 % Total % Received % Xferd Average Speed Time Time Time Current 16:03:42 Dload Upload Total Spent Left Speed 16:03:43 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 19947 0 0 100 19947 0 26418 --:--:-- --:--:-- --:--:-- 26419 16:03:43 16:03:43 16:03:43 === Publish openapi/v2 API === 16:03:43 [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger 16:03:43 [publishToSwagger] Publishing API Name [device-sdk] [/w/workspace/dgexfoundry_device-sdk-go_master/openapi/v2/device-sdk.yaml] 16:03:43 % Total % Received % Xferd Average Speed Time Time Time Current 16:03:43 Dload Upload Total Spent Left Speed 16:03:43 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 52256 0 0 100 52256 0 76314 --:--:-- --:--:-- --:--:-- 76286 100 52256 0 0 100 52256 0 76293 --:--:-- --:--:-- --:--:-- 76286 16:03:43 16:03:43 [Pipeline] } 16:03:43 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] sh 16:03:44 + git log --format=format:%s -1 3aea893206dfece0cb943228d650ae216607898f [Pipeline] isUnix [Pipeline] sh 16:03:45 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 16:03:45 . [Pipeline] withDockerContainer 16:03:45 prd-centos7-docker-4c-2g-24201 does not seem to be running inside a container 16:03:45 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-sdk-go_master -v /w/workspace/dgexfoundry_device-sdk-go_master:/w/workspace/dgexfoundry_device-sdk-go_master:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_master@tmp:/w/workspace/dgexfoundry_device-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 16:03:46 $ docker top 142f455df4c88d15ed9dd070e33bd07f926f0a45be7821b35a539d8632fd6e2d -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 16:03:46 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 16:03:46 [ssh-agent] Looking for ssh-agent implementation... 16:03:46 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 16:03:46 $ docker exec 142f455df4c88d15ed9dd070e33bd07f926f0a45be7821b35a539d8632fd6e2d ssh-agent 16:03:46 SSH_AUTH_SOCK=/tmp/ssh-cm6Bq7GKLJN3/agent.11 16:03:46 SSH_AGENT_PID=16 16:03:46 Running ssh-add (command line suppressed) 16:03:47 Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_4953687543743173450.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_4953687543743173450.key) 16:03:47 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 16:03:47 + git semver tag 16:03:47 # -> Open(): unable to determine branch for HEAD 16:03:47 # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git 16:03:47 # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master 16:03:47 # $SEMVER_REMOTE_NAME = origin 16:03:47 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 16:03:47 # $SEMVER_USER_NAME = edgex-jenkins 16:03:47 # $SEMVER_BRANCH = master 16:03:47 # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver 16:03:47 # 3aea893206dfece0cb943228d650ae216607898f HEAD 16:03:47 # -> Force: false 16:03:47 # 5b12670cc02e9be24948d70c166d630251d2a85b refs/tags/v2.0.0-dev.10 [Pipeline] } 16:03:47 $ docker exec --env ******** --env ******** 142f455df4c88d15ed9dd070e33bd07f926f0a45be7821b35a539d8632fd6e2d ssh-agent -k 16:03:47 unset SSH_AUTH_SOCK; 16:03:47 unset SSH_AGENT_PID; 16:03:47 echo Agent pid 16 killed; 16:03:47 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 16:03:48 + git semver [Pipeline] } 16:03:48 $ docker stop --time=1 142f455df4c88d15ed9dd070e33bd07f926f0a45be7821b35a539d8632fd6e2d 16:03:49 $ docker rm -f 142f455df4c88d15ed9dd070e33bd07f926f0a45be7821b35a539d8632fd6e2d [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 16:03:50 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 16:03:50 16:03:50 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 16:03:50 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 16:03:50 0.23.1-centos7: Pulling from edgex-lftools 16:03:50 ab5ef0e58194: Pulling fs layer 16:03:50 9712f1f96733: Pulling fs layer 16:03:50 63f879dbbcfc: Pulling fs layer 16:03:50 0d9ebad4ef96: Pulling fs layer 16:03:50 e9a5061849ea: Pulling fs layer 16:03:50 d747dcd14b5f: Pulling fs layer 16:03:50 2de7ff778b66: Pulling fs layer 16:03:50 e9a5061849ea: Waiting 16:03:50 0d9ebad4ef96: Waiting 16:03:50 d747dcd14b5f: Waiting 16:03:50 2de7ff778b66: Waiting 16:03:50 9712f1f96733: Verifying Checksum 16:03:50 9712f1f96733: Download complete 16:03:52 63f879dbbcfc: Verifying Checksum 16:03:52 e9a5061849ea: Download complete 16:03:52 d747dcd14b5f: Verifying Checksum 16:03:52 d747dcd14b5f: Download complete 16:03:53 2de7ff778b66: Verifying Checksum 16:03:53 2de7ff778b66: Download complete 16:03:53 0d9ebad4ef96: Verifying Checksum 16:03:53 0d9ebad4ef96: Download complete 16:03:53 ab5ef0e58194: Verifying Checksum 16:03:53 ab5ef0e58194: Download complete 16:03:57 ab5ef0e58194: Pull complete 16:03:57 9712f1f96733: Pull complete 16:04:00 63f879dbbcfc: Pull complete 16:04:07 0d9ebad4ef96: Pull complete 16:04:08 e9a5061849ea: Pull complete 16:04:08 d747dcd14b5f: Pull complete 16:04:11 2de7ff778b66: Pull complete 16:04:11 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 16:04:11 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 16:04:11 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 16:04:11 prd-centos7-docker-4c-2g-24201 does not seem to be running inside a container 16:04:11 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/dgexfoundry_device-sdk-go_master -v /w/workspace/dgexfoundry_device-sdk-go_master:/w/workspace/dgexfoundry_device-sdk-go_master:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_master@tmp:/w/workspace/dgexfoundry_device-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat 16:04:16 $ docker top 27b78261e84fa8bd8e718ff06a6de0172c264274ce14f92e2accc0c8b5a5bfac -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 16:04:16 provisioning config files... 16:04:16 copy managed file [sigul-config] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config8505640068406275936tmp 16:04:16 copy managed file [sigul-password] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config4921053240652245607tmp 16:04:16 copy managed file [sigul-pki] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config136798098260901660tmp [Pipeline] { [Pipeline] echo 16:04:16 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 16:04:16 ---> sigul-configuration.sh 16:04:16 gpg: directory `/root/.gnupg' created 16:04:16 gpg: new configuration file `/root/.gnupg/gpg.conf' created 16:04:16 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 16:04:16 gpg: keyring `/root/.gnupg/secring.gpg' created 16:04:16 gpg: keyring `/root/.gnupg/pubring.gpg' created 16:04:16 gpg: CAST5 encrypted data 16:04:17 gpg: encrypted with 1 passphrase 16:04:17 gpg: WARNING: message was not integrity protected [Pipeline] sh 16:04:17 + mkdir /home/jenkins 16:04:17 + mkdir /home/jenkins/sigul [Pipeline] sh 16:04:17 + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /root/sigul/vex-yul-edgex-jenkins-1.ci.codeaurora.org.p12 /home/jenkins/sigul/ [Pipeline] echo 16:04:17 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 16:04:18 ---> sigul-install.sh 16:04:24 Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh 16:04:24 + git tag --list 16:04:24 0.7.1 16:04:24 delhi-tag 16:04:24 v1.0.0 16:04:24 v1.1.0 16:04:24 v1.1.1 16:04:24 v1.1.2 16:04:24 v1.2.0 16:04:24 v1.2.1 16:04:24 v1.2.2 16:04:24 v1.2.3 16:04:24 v1.3.0 16:04:24 v1.4.0 16:04:24 v2.0.0-dev.1 16:04:24 v2.0.0-dev.10 16:04:24 v2.0.0-dev.2 16:04:24 v2.0.0-dev.3 16:04:24 v2.0.0-dev.4 16:04:24 v2.0.0-dev.5 16:04:24 v2.0.0-dev.6 16:04:24 v2.0.0-dev.7 16:04:24 v2.0.0-dev.8 16:04:24 v2.0.0-dev.9 [Pipeline] sh 16:04:25 + lftools sign git-tag v2.0.0-dev.10 16:04:26 Signing Git tag with Sigul... 16:04:26 Signing v2.0.0-dev.10 [Pipeline] echo 16:04:27 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 16:04:27 ---> sigul-configuration-cleanup.sh [Pipeline] } 16:04:27 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 16:04:28 $ docker stop --time=1 27b78261e84fa8bd8e718ff06a6de0172c264274ce14f92e2accc0c8b5a5bfac 16:04:30 $ docker rm -f 27b78261e84fa8bd8e718ff06a6de0172c264274ce14f92e2accc0c8b5a5bfac [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh 16:04:31 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 16:04:31 . [Pipeline] withDockerContainer 16:04:31 prd-centos7-docker-4c-2g-24201 does not seem to be running inside a container 16:04:31 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-sdk-go_master -v /w/workspace/dgexfoundry_device-sdk-go_master:/w/workspace/dgexfoundry_device-sdk-go_master:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_master@tmp:/w/workspace/dgexfoundry_device-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 16:04:32 $ docker top f1f9ff345600e52a72f7b2c334d24fcdd84b6fbd6771213b7fb7882bd0e41105 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 16:04:32 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 16:04:32 [ssh-agent] Looking for ssh-agent implementation... 16:04:32 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 16:04:32 $ docker exec f1f9ff345600e52a72f7b2c334d24fcdd84b6fbd6771213b7fb7882bd0e41105 ssh-agent 16:04:33 SSH_AUTH_SOCK=/tmp/ssh-tCDsamTjZOqV/agent.11 16:04:33 SSH_AGENT_PID=17 16:04:33 Running ssh-add (command line suppressed) 16:04:33 Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_7335271005379500973.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_7335271005379500973.key) 16:04:33 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 16:04:33 + git semver bump pre 16:04:33 # -> Open(): unable to determine branch for HEAD 16:04:33 # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git 16:04:33 # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master 16:04:33 # $SEMVER_REMOTE_NAME = origin 16:04:33 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 16:04:33 # $SEMVER_USER_NAME = edgex-jenkins 16:04:33 # $SEMVER_BRANCH = master 16:04:33 # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver 16:04:33 2.0.0-dev.11 [Pipeline] } 16:04:33 $ docker exec --env ******** --env ******** f1f9ff345600e52a72f7b2c334d24fcdd84b6fbd6771213b7fb7882bd0e41105 ssh-agent -k 16:04:33 unset SSH_AUTH_SOCK; 16:04:33 unset SSH_AGENT_PID; 16:04:33 echo Agent pid 17 killed; 16:04:33 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 16:04:34 + git semver [Pipeline] } 16:04:34 $ docker stop --time=1 f1f9ff345600e52a72f7b2c334d24fcdd84b6fbd6771213b7fb7882bd0e41105 16:04:35 $ docker rm -f f1f9ff345600e52a72f7b2c334d24fcdd84b6fbd6771213b7fb7882bd0e41105 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 16:04:36 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 16:04:36 . [Pipeline] withDockerContainer 16:04:36 prd-centos7-docker-4c-2g-24201 does not seem to be running inside a container 16:04:36 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-sdk-go_master -v /w/workspace/dgexfoundry_device-sdk-go_master:/w/workspace/dgexfoundry_device-sdk-go_master:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_master@tmp:/w/workspace/dgexfoundry_device-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 16:04:36 $ docker top 3399b72af5c58314d6867a896e96c472b430d38b8bff6fad2791bf972a2f76fa -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 16:04:37 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 16:04:37 [ssh-agent] Looking for ssh-agent implementation... 16:04:37 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 16:04:37 $ docker exec 3399b72af5c58314d6867a896e96c472b430d38b8bff6fad2791bf972a2f76fa ssh-agent 16:04:37 SSH_AUTH_SOCK=/tmp/ssh-2moGavoB2K3b/agent.11 16:04:37 SSH_AGENT_PID=17 16:04:37 Running ssh-add (command line suppressed) 16:04:37 Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_476618115111760507.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_476618115111760507.key) 16:04:37 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 16:04:38 + git semver push 16:04:38 # -> Open(): unable to determine branch for HEAD 16:04:38 # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git 16:04:38 # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master 16:04:38 # $SEMVER_REMOTE_NAME = origin 16:04:38 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 16:04:38 # $SEMVER_USER_NAME = edgex-jenkins 16:04:38 # $SEMVER_BRANCH = master 16:04:38 # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver [Pipeline] } 16:04:44 $ docker exec --env ******** --env ******** 3399b72af5c58314d6867a896e96c472b430d38b8bff6fad2791bf972a2f76fa ssh-agent -k 16:04:44 unset SSH_AUTH_SOCK; 16:04:44 unset SSH_AGENT_PID; 16:04:44 echo Agent pid 17 killed; 16:04:44 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 16:04:45 + git semver [Pipeline] } 16:04:45 $ docker stop --time=1 3399b72af5c58314d6867a896e96c472b430d38b8bff6fad2791bf972a2f76fa 16:04:46 $ docker rm -f 3399b72af5c58314d6867a896e96c472b430d38b8bff6fad2791bf972a2f76fa [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Bump Experimental Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Bump Stable (Named) Tag" 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 16:04:48 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 16:04:48 ---> package-listing.sh 16:04:48 ++ facter osfamily 16:04:48 ++ tr '[:upper:]' '[:lower:]' 16:04:48 + OS_FAMILY=redhat 16:04:48 + workspace=/w/workspace/dgexfoundry_device-sdk-go_master 16:04:48 + START_PACKAGES=/tmp/packages_start.txt 16:04:48 + END_PACKAGES=/tmp/packages_end.txt 16:04:48 + DIFF_PACKAGES=/tmp/packages_diff.txt 16:04:48 + PACKAGES=/tmp/packages_start.txt 16:04:48 + '[' /w/workspace/dgexfoundry_device-sdk-go_master ']' 16:04:48 + PACKAGES=/tmp/packages_end.txt 16:04:48 + case "${OS_FAMILY}" in 16:04:48 + rpm -qa 16:04:48 + sort 16:04:54 + '[' -f /tmp/packages_start.txt ']' 16:04:54 + '[' -f /tmp/packages_end.txt ']' 16:04:54 + diff /tmp/packages_start.txt /tmp/packages_end.txt 16:04:54 + '[' /w/workspace/dgexfoundry_device-sdk-go_master ']' 16:04:54 + mkdir -p /w/workspace/dgexfoundry_device-sdk-go_master/archives/ 16:04:54 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dgexfoundry_device-sdk-go_master/archives/ [Pipeline] echo 16:04:54 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_master/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 16:04:54 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 16:04:54 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 16:04:54 16:04:54 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 16:04:55 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 16:04:55 alpine: Pulling from edgex-lftools-log-publisher 16:04:55 df20fa9351a1: Pulling fs layer 16:04:55 36b3adc4ff6f: Pulling fs layer 16:04:55 8ad3a11d3b57: Pulling fs layer 16:04:55 46f8f816bc3b: Pulling fs layer 16:04:55 93b61091891f: Pulling fs layer 16:04:55 93b9cdb0e59b: Pulling fs layer 16:04:55 5e14af77c1be: Pulling fs layer 16:04:55 01666e4c0597: Pulling fs layer 16:04:55 aa168da1d23b: Pulling fs layer 16:04:55 93b9cdb0e59b: Waiting 16:04:55 5e14af77c1be: Waiting 16:04:55 01666e4c0597: Waiting 16:04:55 aa168da1d23b: Waiting 16:04:55 46f8f816bc3b: Waiting 16:04:55 93b61091891f: Waiting 16:04:55 36b3adc4ff6f: Verifying Checksum 16:04:55 36b3adc4ff6f: Download complete 16:04:55 46f8f816bc3b: Verifying Checksum 16:04:55 46f8f816bc3b: Download complete 16:04:55 df20fa9351a1: Verifying Checksum 16:04:55 df20fa9351a1: Download complete 16:04:55 93b9cdb0e59b: Verifying Checksum 16:04:55 93b9cdb0e59b: Download complete 16:04:55 93b61091891f: Verifying Checksum 16:04:55 5e14af77c1be: Verifying Checksum 16:04:55 5e14af77c1be: Download complete 16:04:55 93b61091891f: Download complete 16:04:55 01666e4c0597: Verifying Checksum 16:04:55 01666e4c0597: Download complete 16:04:55 8ad3a11d3b57: Verifying Checksum 16:04:55 8ad3a11d3b57: Download complete 16:04:55 df20fa9351a1: Pull complete 16:04:56 36b3adc4ff6f: Pull complete 16:04:58 8ad3a11d3b57: Pull complete 16:04:58 aa168da1d23b: Verifying Checksum 16:04:58 aa168da1d23b: Download complete 16:04:58 46f8f816bc3b: Pull complete 16:04:58 93b61091891f: Pull complete 16:04:58 93b9cdb0e59b: Pull complete 16:04:58 5e14af77c1be: Pull complete 16:04:58 01666e4c0597: Pull complete 16:05:08 aa168da1d23b: Pull complete 16:05:08 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 16:05:08 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 16:05:08 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 16:05:08 prd-centos7-docker-4c-2g-24201 does not seem to be running inside a container 16:05:08 $ 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_master/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_master -v /w/workspace/dgexfoundry_device-sdk-go_master:/w/workspace/dgexfoundry_device-sdk-go_master:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_master@tmp:/w/workspace/dgexfoundry_device-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 16:05:11 $ docker top 764328e028d3e86c41d8965195325f48df4e64e6ec05955f50e061765e6670f3 -eo pid,comm [Pipeline] { [Pipeline] sh 16:05:12 + touch /tmp/pre-build-complete [Pipeline] sh 16:05:12 + mkdir -p /var/log/sa [Pipeline] sh 16:05:12 + ls /var/log/sa-host 16:05:12 + sadf -c /var/log/sa-host/sa23 16:05:12 file_magic: OK 16:05:12 HZ: Using current value: 100 16:05:12 file_header: OK 16:05:12 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 16:05:12 Statistics: 16:05:12 Hnuu...uuuununununu... 16:05:12 File successfully converted to sysstat format version 12.2.1 16:05:12 + sadf -c /var/log/sa-host/sa31 16:05:12 file_magic: OK 16:05:12 HZ: Using current value: 100 16:05:12 file_header: OK 16:05:12 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 16:05:12 Statistics: 16:05:12 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 16:05:12 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 16:05:13 provisioning config files... 16:05:13 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config8945690940222052559tmp [Pipeline] { [Pipeline] echo 16:05:13 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 16:05:13 ---> create-netrc.sh [Pipeline] } 16:05:13 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 16:05:13 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 16:05:13 ---> python-tools-install.sh [Pipeline] echo 16:05:13 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 16:05:14 ---> sudo-logs.sh 16:05:14 Archiving 'sudo' log.. [Pipeline] echo 16:05:14 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 16:05:14 ---> job-cost.sh 16:05:14 lf-activate-venv: SKIPPING 16:05:14 INFO: No Stack... 16:05:15 INFO: Retrieving Pricing Info for: v1-standard-2 16:05:16 INFO: Archiving Costs [Pipeline] echo 16:05:16 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 16:05:16 ---> logs-deploy.sh 16:05:16 lf-activate-venv: SKIPPING 16:05:16 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/master/115 16:05:16 INFO: archiving workspace using pattern(s): 16:05:17 Archives upload complete. 16:05:18 INFO: archiving logs to Nexus