Started by upstream project "edgexfoundry/cd-management/release" build number 36 originally caused by: Push event to branch release Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 43893dea7cdf8ffe29fac0bba279684163774e51 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 4d45bb06fbd349d05c83df7b0a7176550fae40e6 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 4d45bb06fbd349d05c83df7b0a7176550fae40e6 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 4d45bb06fbd349d05c83df7b0a7176550fae40e6 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 4d45bb06fbd349d05c83df7b0a7176550fae40e6 # timeout=10 Commit message: "Merge pull request #295 from ernestojeda/always-docker-auth" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b86a95d4aff1c43a521ca3be618780efd0ee2800 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:device-sdk-go, dockerImageName:docker-device-sdk-simple, dockerFilePath:example/cmd/device-simple/Dockerfile, pushImage:false, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2]] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: device-sdk-go-settings PROJECT: device-sdk-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_PATH: example/cmd/device-simple/Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-device-sdk-simple DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: false BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘prd-centos7-docker-4c-2g-11828’ Running on prd-centos7-docker-4c-2g-11831 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.16.5' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 43893dea7cdf8ffe29fac0bba279684163774e51 (master) > 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 --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 43893dea7cdf8ffe29fac0bba279684163774e51 # timeout=10 Commit message: "Merge pull request #646 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/go-mod-bootstrap-0.0.57" > git rev-list --no-walk 43893dea7cdf8ffe29fac0bba279684163774e51 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-11-11T16:05:58.918Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-11-11T16:05:59.208Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-11-11T16:05:59.305Z] ========================================================= [2020-11-11T16:05:59.305Z] EdgeX Global Pipelines Version Info [2020-11-11T16:05:59.305Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-11-11T16:06:03.308Z] ------------------- [2020-11-11T16:06:03.309Z] stable info: [2020-11-11T16:06:03.309Z] ------------------- [2020-11-11T16:06:03.309Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-11-11T16:06:03.309Z] Commit SHA: 4d45bb06fbd349d05c83df7b0a7176550fae40e6 [2020-11-11T16:06:03.309Z] Message: update stable to v1.0.162 [2020-11-11T16:06:04.313Z] ------------------- [2020-11-11T16:06:04.313Z] experimental info: [2020-11-11T16:06:04.313Z] ------------------- [2020-11-11T16:06:04.313Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-11-11T16:06:04.313Z] Commit SHA: 4d45bb06fbd349d05c83df7b0a7176550fae40e6 [2020-11-11T16:06:04.313Z] Message: update experimental to v1.0.162 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo [2020-11-11T16:06:04.722Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-go-settings [Pipeline] echo [2020-11-11T16:06:04.811Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-go [Pipeline] echo [2020-11-11T16:06:04.915Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-11-11T16:06:05.006Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-11-11T16:06:05.093Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-11-11T16:06:05.188Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2020-11-11T16:06:05.275Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-11-11T16:06:05.359Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2020-11-11T16:06:05.465Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = example/cmd/device-simple/Dockerfile [Pipeline] echo [2020-11-11T16:06:05.562Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-11-11T16:06:05.646Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-11-11T16:06:05.746Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-sdk-simple [Pipeline] echo [2020-11-11T16:06:05.832Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-11-11T16:06:05.926Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-11-11T16:06:06.023Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2020-11-11T16:06:06.114Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2020-11-11T16:06:06.212Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2020-11-11T16:06:06.301Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2020-11-11T16:06:06.390Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2020-11-11T16:06:06.473Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2020-11-11T16:06:06.566Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2020-11-11T16:06:06.646Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2020-11-11T16:06:06.732Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2020-11-11T16:06:06.842Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2020-11-11T16:06:06.929Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2020-11-11T16:06:07.011Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2020-11-11T16:06:07.096Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2020-11-11T16:06:07.213Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2020-11-11T16:06:07.330Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2020-11-11T16:06:07.420Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 43893dea7cdf8ffe29fac0bba279684163774e51 [Pipeline] echo [2020-11-11T16:06:07.512Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 43893de [Pipeline] echo [2020-11-11T16:06:07.599Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-11-11T16:06:07.773Z] provisioning config files... [2020-11-11T16:06:07.815Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config756129237913172012tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-11-11T16:06:08.345Z] ---> docker-login.sh [2020-11-11T16:06:08.345Z] nexus3.edgexfoundry.org:10001 [2020-11-11T16:06:09.386Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-11T16:06:09.703Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-11T16:06:09.703Z] Configure a credential helper to remove this warning. See [2020-11-11T16:06:09.703Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-11T16:06:09.703Z] [2020-11-11T16:06:09.703Z] Login Succeeded [2020-11-11T16:06:09.703Z] nexus3.edgexfoundry.org:10002 [2020-11-11T16:06:09.703Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-11T16:06:10.001Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-11T16:06:10.001Z] Configure a credential helper to remove this warning. See [2020-11-11T16:06:10.001Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-11T16:06:10.001Z] [2020-11-11T16:06:10.001Z] Login Succeeded [2020-11-11T16:06:10.001Z] nexus3.edgexfoundry.org:10003 [2020-11-11T16:06:10.280Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-11T16:06:10.280Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-11T16:06:10.280Z] Configure a credential helper to remove this warning. See [2020-11-11T16:06:10.280Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-11T16:06:10.280Z] [2020-11-11T16:06:10.280Z] Login Succeeded [2020-11-11T16:06:10.280Z] nexus3.edgexfoundry.org:10004 [2020-11-11T16:06:10.605Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-11T16:06:10.984Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-11T16:06:10.984Z] Configure a credential helper to remove this warning. See [2020-11-11T16:06:10.984Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-11T16:06:10.984Z] [2020-11-11T16:06:10.984Z] Login Succeeded [2020-11-11T16:06:10.984Z] docker.io [2020-11-11T16:06:11.283Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-11T16:06:11.912Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-11T16:06:11.912Z] Configure a credential helper to remove this warning. See [2020-11-11T16:06:11.912Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-11T16:06:11.912Z] [2020-11-11T16:06:11.912Z] Login Succeeded [2020-11-11T16:06:11.912Z] ---> docker-login.sh ends [Pipeline] } [2020-11-11T16:06:11.927Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-11-11T16:06:12.809Z] + git log --format=format:%s -1 43893dea7cdf8ffe29fac0bba279684163774e51 [Pipeline] echo [2020-11-11T16:06:13.023Z] GIT_COMMIT: 43893dea7cdf8ffe29fac0bba279684163774e51, Commit Message: Merge pull request #646 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/go-mod-bootstrap-0.0.57 [Pipeline] echo [2020-11-11T16:06:13.066Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2020-11-11T16:06:13.938Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-11-11T16:06:13.938Z] [2020-11-11T16:06:13.938Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-11-11T16:06:14.622Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-11-11T16:06:15.799Z] latest: Pulling from edgex-devops/git-semver [2020-11-11T16:06:15.799Z] 31603596830f: Pulling fs layer [2020-11-11T16:06:15.799Z] 2a8b12db71e7: Pulling fs layer [2020-11-11T16:06:15.799Z] 6ca5941a6612: Pulling fs layer [2020-11-11T16:06:15.799Z] ecc8261a40a4: Pulling fs layer [2020-11-11T16:06:15.799Z] ecc8261a40a4: Waiting [2020-11-11T16:06:15.799Z] 2a8b12db71e7: Verifying Checksum [2020-11-11T16:06:15.799Z] 2a8b12db71e7: Download complete [2020-11-11T16:06:16.935Z] 31603596830f: Verifying Checksum [2020-11-11T16:06:16.935Z] 31603596830f: Download complete [2020-11-11T16:06:17.336Z] ecc8261a40a4: Verifying Checksum [2020-11-11T16:06:17.336Z] ecc8261a40a4: Download complete [2020-11-11T16:06:17.998Z] 6ca5941a6612: Verifying Checksum [2020-11-11T16:06:17.998Z] 6ca5941a6612: Download complete [2020-11-11T16:06:18.393Z] 31603596830f: Pull complete [2020-11-11T16:06:18.745Z] 2a8b12db71e7: Pull complete [2020-11-11T16:06:22.571Z] 6ca5941a6612: Pull complete [2020-11-11T16:06:24.194Z] ecc8261a40a4: Pull complete [2020-11-11T16:06:24.194Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-11-11T16:06:24.194Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-11-11T16:06:24.194Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-11-11T16:06:24.606Z] prd-centos7-docker-4c-2g-11831 does not seem to be running inside a container [2020-11-11T16:06:24.878Z] $ 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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-11-11T16:06:28.478Z] $ docker top 38ade876f05123ff54da7d0da6edde1656b0deea1688aa4589db34aad0add04f -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-11-11T16:06:29.206Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-11-11T16:06:29.206Z] [ssh-agent] Looking for ssh-agent implementation... [2020-11-11T16:06:29.974Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-11-11T16:06:30.006Z] $ docker exec 38ade876f05123ff54da7d0da6edde1656b0deea1688aa4589db34aad0add04f ssh-agent [2020-11-11T16:06:30.675Z] SSH_AUTH_SOCK=/tmp/ssh-5RUb22zYr1hm/agent.11 [2020-11-11T16:06:30.675Z] SSH_AGENT_PID=16 [2020-11-11T16:06:30.793Z] Running ssh-add (command line suppressed) [2020-11-11T16:06:31.843Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_3836384061718319685.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_3836384061718319685.key) [2020-11-11T16:06:32.114Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-11-11T16:06:33.375Z] + git tag --points-at HEAD [Pipeline] } [2020-11-11T16:06:33.434Z] $ docker exec --env ******** --env ******** 38ade876f05123ff54da7d0da6edde1656b0deea1688aa4589db34aad0add04f ssh-agent -k [2020-11-11T16:06:33.847Z] unset SSH_AUTH_SOCK; [2020-11-11T16:06:33.880Z] unset SSH_AGENT_PID; [2020-11-11T16:06:33.881Z] echo Agent pid 16 killed; [2020-11-11T16:06:33.988Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [2020-11-11T16:06:34.137Z] [edgeXSemver]: set GITSEMVER_HEAD_TAG to 'v1.2.4-dev.35|v1.3.0' [Pipeline] sshagent [2020-11-11T16:06:34.250Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-11-11T16:06:34.250Z] [ssh-agent] Looking for ssh-agent implementation... [2020-11-11T16:06:34.687Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-11-11T16:06:34.692Z] $ docker exec 38ade876f05123ff54da7d0da6edde1656b0deea1688aa4589db34aad0add04f ssh-agent [2020-11-11T16:06:35.286Z] SSH_AUTH_SOCK=/tmp/ssh-fsO3Oc7kcx6K/agent.44 [2020-11-11T16:06:35.286Z] SSH_AGENT_PID=49 [2020-11-11T16:06:35.297Z] Running ssh-add (command line suppressed) [2020-11-11T16:06:35.747Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_7599347269816125215.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_7599347269816125215.key) [2020-11-11T16:06:35.925Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-11-11T16:06:36.719Z] + git semver init [2020-11-11T16:06:36.719Z] # -> Open(): unable to determine branch for HEAD [2020-11-11T16:06:36.719Z] # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git [2020-11-11T16:06:36.719Z] # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master [2020-11-11T16:06:36.719Z] # $SEMVER_REMOTE_NAME = origin [2020-11-11T16:06:36.719Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-11-11T16:06:36.719Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-11-11T16:06:36.719Z] # $SEMVER_BRANCH = master [2020-11-11T16:06:36.719Z] # $SEMVER_TEMP = /tmp/semver-867602580 [2020-11-11T16:06:36.719Z] # git clone --branch semver git@github.com:edgexfoundry/device-sdk-go.git $SEMVER_TEMP [2020-11-11T16:06:37.727Z] # '/tmp/semver-867602580' -> '/w/workspace/dgexfoundry_device-sdk-go_master/.semver' [2020-11-11T16:06:37.727Z] # -> Force: false [2020-11-11T16:06:37.727Z] # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver [Pipeline] } [2020-11-11T16:06:37.750Z] $ docker exec --env ******** --env ******** 38ade876f05123ff54da7d0da6edde1656b0deea1688aa4589db34aad0add04f ssh-agent -k [2020-11-11T16:06:38.004Z] unset SSH_AUTH_SOCK; [2020-11-11T16:06:38.010Z] unset SSH_AGENT_PID; [2020-11-11T16:06:38.011Z] echo Agent pid 49 killed; [2020-11-11T16:06:38.134Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-11-11T16:06:38.714Z] + git semver [Pipeline] } [2020-11-11T16:06:39.076Z] $ docker stop --time=1 38ade876f05123ff54da7d0da6edde1656b0deea1688aa4589db34aad0add04f [2020-11-11T16:06:41.102Z] $ docker rm -f 38ade876f05123ff54da7d0da6edde1656b0deea1688aa4589db34aad0add04f [Pipeline] // withDockerContainer [Pipeline] sh [2020-11-11T16:06:41.792Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2020-11-11T16:06:42.656Z] Stashed 1 file(s) [Pipeline] echo [2020-11-11T16:06:42.658Z] [edgeXSemver]: initialized semver on version 1.3.0 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] node [2020-11-11T16:06:58.177Z] Still waiting to schedule task [2020-11-11T16:06:58.177Z] ‘prd-centos7-docker-4c-2g-11835’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-10024’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-11550’ doesn’t have label ‘centos7-docker-4c-2g’ [2020-11-11T16:06:58.179Z] Still waiting to schedule task [2020-11-11T16:06:58.179Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2020-11-11T16:11:32.289Z] Running on prd-centos7-docker-4c-2g-11838 in /w/workspace/dgexfoundry_device-sdk-go_master [Pipeline] { [Pipeline] ws [2020-11-11T16:11:32.346Z] Running in /w/workspace/device-sdk-go/87 [Pipeline] { [Pipeline] checkout [2020-11-11T16:11:35.133Z] using credential edgex-jenkins-ssh [2020-11-11T16:11:35.182Z] Cloning the remote Git repository [2020-11-11T16:11:35.211Z] Cloning repository git@github.com:edgexfoundry/device-sdk-go.git [2020-11-11T16:11:35.276Z] > git init /w/workspace/device-sdk-go/87 # timeout=10 [2020-11-11T16:11:35.326Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2020-11-11T16:11:35.326Z] > git --version # timeout=10 [2020-11-11T16:11:35.332Z] > git --version # 'git version 2.16.5' [2020-11-11T16:11:35.332Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-11-11T16:11:35.358Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-11-11T16:11:36.431Z] Checking out Revision 43893dea7cdf8ffe29fac0bba279684163774e51 (master) [2020-11-11T16:11:36.032Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2020-11-11T16:11:36.041Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-11-11T16:11:36.054Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2020-11-11T16:11:36.069Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2020-11-11T16:11:36.069Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-11-11T16:11:36.074Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-11-11T16:11:36.462Z] > git config core.sparsecheckout # timeout=10 [2020-11-11T16:11:36.470Z] > git checkout -f 43893dea7cdf8ffe29fac0bba279684163774e51 # timeout=10 [2020-11-11T16:11:40.112Z] Commit message: "Merge pull request #646 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/go-mod-bootstrap-0.0.57" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-11-11T16:11:40.859Z] provisioning config files... [2020-11-11T16:11:40.887Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/87@tmp/config902305168576032419tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-11-11T16:11:41.636Z] ---> docker-login.sh [2020-11-11T16:11:41.636Z] nexus3.edgexfoundry.org:10001 [2020-11-11T16:11:41.636Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-11T16:11:41.901Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-11T16:11:41.901Z] Configure a credential helper to remove this warning. See [2020-11-11T16:11:41.901Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-11T16:11:41.901Z] [2020-11-11T16:11:41.901Z] Login Succeeded [2020-11-11T16:11:41.901Z] nexus3.edgexfoundry.org:10002 [2020-11-11T16:11:42.165Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-11T16:11:42.165Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-11T16:11:42.165Z] Configure a credential helper to remove this warning. See [2020-11-11T16:11:42.165Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-11T16:11:42.165Z] [2020-11-11T16:11:42.165Z] Login Succeeded [2020-11-11T16:11:42.165Z] nexus3.edgexfoundry.org:10003 [2020-11-11T16:11:42.165Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-11T16:11:42.430Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-11T16:11:42.430Z] Configure a credential helper to remove this warning. See [2020-11-11T16:11:42.430Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-11T16:11:42.430Z] [2020-11-11T16:11:42.430Z] Login Succeeded [2020-11-11T16:11:42.430Z] nexus3.edgexfoundry.org:10004 [2020-11-11T16:11:42.430Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-11T16:11:42.430Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-11T16:11:42.430Z] Configure a credential helper to remove this warning. See [2020-11-11T16:11:42.430Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-11T16:11:42.430Z] [2020-11-11T16:11:42.430Z] Login Succeeded [2020-11-11T16:11:42.430Z] docker.io [2020-11-11T16:11:42.693Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-11T16:11:42.956Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-11T16:11:42.956Z] Configure a credential helper to remove this warning. See [2020-11-11T16:11:42.956Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-11T16:11:42.956Z] [2020-11-11T16:11:42.956Z] Login Succeeded [2020-11-11T16:11:42.956Z] ---> docker-login.sh ends [Pipeline] } [2020-11-11T16:11:42.996Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2020-11-11T16:11:44.006Z] ========================================================= [2020-11-11T16:11:44.006Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2020-11-11T16:11:44.006Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-11-11T16:11:44.381Z] + 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 . [2020-11-11T16:11:44.647Z] Sending build context to Docker daemon 2.337MB [2020-11-11T16:11:44.647Z] Step 1/8 : ARG BASE=golang:1.15-alpine [2020-11-11T16:11:44.647Z] Step 2/8 : FROM ${BASE} [2020-11-11T16:11:44.647Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2020-11-11T16:11:44.647Z] df20fa9351a1: Pulling fs layer [2020-11-11T16:11:44.647Z] ed8968b2872e: Pulling fs layer [2020-11-11T16:11:44.647Z] a92cc7c5fd73: Pulling fs layer [2020-11-11T16:11:44.647Z] e871e8e8d7a9: Pulling fs layer [2020-11-11T16:11:44.647Z] e73272ec9a57: Pulling fs layer [2020-11-11T16:11:44.647Z] 1e910a182e73: Pulling fs layer [2020-11-11T16:11:44.647Z] 4e634b169226: Pulling fs layer [2020-11-11T16:11:44.647Z] e871e8e8d7a9: Waiting [2020-11-11T16:11:44.647Z] e73272ec9a57: Waiting [2020-11-11T16:11:44.647Z] 1e910a182e73: Waiting [2020-11-11T16:11:44.647Z] 4e634b169226: Waiting [2020-11-11T16:11:44.647Z] a92cc7c5fd73: Verifying Checksum [2020-11-11T16:11:44.647Z] a92cc7c5fd73: Download complete [2020-11-11T16:11:44.647Z] ed8968b2872e: Download complete [2020-11-11T16:11:44.647Z] e73272ec9a57: Verifying Checksum [2020-11-11T16:11:44.647Z] e73272ec9a57: Download complete [2020-11-11T16:11:44.647Z] 1e910a182e73: Verifying Checksum [2020-11-11T16:11:44.647Z] 1e910a182e73: Download complete [2020-11-11T16:11:44.647Z] df20fa9351a1: Verifying Checksum [2020-11-11T16:11:44.647Z] df20fa9351a1: Download complete [2020-11-11T16:11:44.910Z] df20fa9351a1: Pull complete [2020-11-11T16:11:45.174Z] ed8968b2872e: Pull complete [2020-11-11T16:11:45.438Z] a92cc7c5fd73: Pull complete [2020-11-11T16:11:46.838Z] 4e634b169226: Verifying Checksum [2020-11-11T16:11:47.102Z] e871e8e8d7a9: Verifying Checksum [2020-11-11T16:11:47.102Z] e871e8e8d7a9: Download complete [2020-11-11T16:11:53.714Z] e871e8e8d7a9: Pull complete [2020-11-11T16:11:53.714Z] e73272ec9a57: Pull complete [2020-11-11T16:11:53.714Z] 1e910a182e73: Pull complete [2020-11-11T16:11:57.963Z] 4e634b169226: Pull complete [2020-11-11T16:11:57.963Z] Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 [2020-11-11T16:11:57.963Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2020-11-11T16:11:57.963Z] ---> f7629b54cfaa [2020-11-11T16:11:57.963Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-11-11T16:11:57.963Z] ---> Running in 87e90e04bc9e [2020-11-11T16:11:57.963Z] Removing intermediate container 87e90e04bc9e [2020-11-11T16:11:57.963Z] ---> 583c17b9b05c [2020-11-11T16:11:57.963Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-11T16:11:57.963Z] ---> Running in ed61860d8992 [2020-11-11T16:11:58.918Z] Removing intermediate container ed61860d8992 [2020-11-11T16:11:58.918Z] ---> 66b7ab784bdc [2020-11-11T16:11:58.918Z] Step 5/8 : RUN apk add --no-cache make git [2020-11-11T16:11:59.183Z] ---> Running in 7c99bf6e8fac [2020-11-11T16:12:00.131Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-11-11T16:12:01.522Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-11-11T16:12:02.473Z] OK: 166 MiB in 39 packages [2020-11-11T16:12:03.053Z] Removing intermediate container 7c99bf6e8fac [2020-11-11T16:12:03.053Z] ---> 89eb6a5fedaf [2020-11-11T16:12:03.053Z] Step 6/8 : WORKDIR /device-sdk-go [2020-11-11T16:12:03.053Z] ---> Running in 04da55304cc8 [2020-11-11T16:12:03.053Z] Removing intermediate container 04da55304cc8 [2020-11-11T16:12:03.053Z] ---> 20d2c7f90620 [2020-11-11T16:12:03.053Z] Step 7/8 : COPY . . [2020-11-11T16:12:04.445Z] ---> ffc66e608cb0 [2020-11-11T16:12:04.445Z] Step 8/8 : RUN go mod download [2020-11-11T16:12:04.445Z] ---> Running in 75a9ad1c54f0 [2020-11-11T16:12:22.610Z] Removing intermediate container 75a9ad1c54f0 [2020-11-11T16:12:22.610Z] ---> 808f0a5a5fe9 [2020-11-11T16:12:22.610Z] Successfully built 808f0a5a5fe9 [2020-11-11T16:12:22.610Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2020-11-11T16:12:22.920Z] + docker inspect -f . ci-base-image-x86_64 [2020-11-11T16:12:23.184Z] . [Pipeline] withDockerContainer [2020-11-11T16:12:23.301Z] prd-centos7-docker-4c-2g-11838 does not seem to be running inside a container [2020-11-11T16:12:23.356Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/87 -v /w/workspace/device-sdk-go/87:/w/workspace/device-sdk-go/87:rw,z -v /w/workspace/device-sdk-go/87@tmp:/w/workspace/device-sdk-go/87@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 ******** ci-base-image-x86_64 cat [2020-11-11T16:12:24.146Z] $ docker top 50d00bd9593d0ce4ff717eb46c40aec981ca91aea757aa1651bff3f74095120d -eo pid,comm [Pipeline] { [Pipeline] sh [2020-11-11T16:12:24.806Z] + go version [2020-11-11T16:12:24.806Z] go version go1.15.2 linux/amd64 [Pipeline] } [2020-11-11T16:12:24.851Z] $ docker stop --time=1 50d00bd9593d0ce4ff717eb46c40aec981ca91aea757aa1651bff3f74095120d [2020-11-11T16:12:26.206Z] $ docker rm -f 50d00bd9593d0ce4ff717eb46c40aec981ca91aea757aa1651bff3f74095120d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-11T16:12:27.192Z] + docker inspect -f . ci-base-image-x86_64 [2020-11-11T16:12:27.192Z] . [Pipeline] withDockerContainer [2020-11-11T16:12:27.294Z] prd-centos7-docker-4c-2g-11838 does not seem to be running inside a container [2020-11-11T16:12:27.351Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/87 -v /w/workspace/device-sdk-go/87:/w/workspace/device-sdk-go/87:rw,z -v /w/workspace/device-sdk-go/87@tmp:/w/workspace/device-sdk-go/87@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 ******** ci-base-image-x86_64 cat [2020-11-11T16:12:28.004Z] $ docker top 5232f785e97f94e4398dda64163404520e8a64a341b51b467f9e0ea5369d8b5c -eo pid,comm [Pipeline] { [Pipeline] sh [2020-11-11T16:12:28.494Z] + make test [2020-11-11T16:12:28.495Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2020-11-11T16:12:35.121Z] ? github.com/edgexfoundry/device-sdk-go [no test files] [2020-11-11T16:12:50.170Z] ? github.com/edgexfoundry/device-sdk-go/example/cmd/device-simple [no test files] [2020-11-11T16:12:50.170Z] ? github.com/edgexfoundry/device-sdk-go/example/driver [no test files] [2020-11-11T16:12:50.170Z] ? github.com/edgexfoundry/device-sdk-go/internal/autodiscovery [no test files] [2020-11-11T16:12:50.170Z] ok github.com/edgexfoundry/device-sdk-go/internal/autoevent 0.067s coverage: 21.4% of statements [2020-11-11T16:12:50.434Z] ok github.com/edgexfoundry/device-sdk-go/internal/cache 0.439s coverage: 97.1% of statements [2020-11-11T16:13:22.624Z] ok github.com/edgexfoundry/device-sdk-go/internal/clients 30.053s coverage: 9.4% of statements [2020-11-11T16:13:22.624Z] ok github.com/edgexfoundry/device-sdk-go/internal/common 0.057s coverage: 21.9% of statements [2020-11-11T16:13:22.624Z] ? github.com/edgexfoundry/device-sdk-go/internal/container [no test files] [2020-11-11T16:13:22.624Z] ok github.com/edgexfoundry/device-sdk-go/internal/controller 0.219s coverage: 42.6% of statements [2020-11-11T16:13:22.624Z] ? github.com/edgexfoundry/device-sdk-go/internal/controller/correlation [no test files] [2020-11-11T16:13:22.624Z] ok github.com/edgexfoundry/device-sdk-go/internal/handler 0.278s coverage: 68.9% of statements [2020-11-11T16:13:22.624Z] ? github.com/edgexfoundry/device-sdk-go/internal/handler/callback [no test files] [2020-11-11T16:13:22.624Z] ? github.com/edgexfoundry/device-sdk-go/internal/mock [no test files] [2020-11-11T16:13:22.624Z] ? github.com/edgexfoundry/device-sdk-go/internal/provision [no test files] [2020-11-11T16:13:22.624Z] ? github.com/edgexfoundry/device-sdk-go/internal/telemetry [no test files] [2020-11-11T16:13:22.624Z] ok github.com/edgexfoundry/device-sdk-go/internal/transformer 0.067s coverage: 52.6% of statements [2020-11-11T16:13:22.624Z] ? github.com/edgexfoundry/device-sdk-go/internal/v2/application [no test files] [2020-11-11T16:13:22.624Z] ? github.com/edgexfoundry/device-sdk-go/internal/v2/cache [no test files] [2020-11-11T16:13:22.624Z] ? github.com/edgexfoundry/device-sdk-go/internal/v2/controller/http [no test files] [2020-11-11T16:13:22.624Z] ok github.com/edgexfoundry/device-sdk-go/pkg/models 2.350s coverage: 68.9% of statements [2020-11-11T16:13:22.624Z] ok github.com/edgexfoundry/device-sdk-go/pkg/service 0.054s coverage: 4.7% of statements [2020-11-11T16:13:22.624Z] ? github.com/edgexfoundry/device-sdk-go/pkg/startup [no test files] [2020-11-11T16:13:22.624Z] GO111MODULE=on go vet ./... [2020-11-11T16:13:29.320Z] gofmt -l . [2020-11-11T16:13:29.320Z] [ "`gofmt -l .`" = "" ] [2020-11-11T16:13:29.320Z] ./bin/test-attribution-txt.sh [2020-11-11T16:13:29.899Z] ./bin/test-go-mod-tidy.sh [Pipeline] } [2020-11-11T16:13:30.184Z] $ docker stop --time=1 5232f785e97f94e4398dda64163404520e8a64a341b51b467f9e0ea5369d8b5c [2020-11-11T16:13:32.182Z] $ docker rm -f 5232f785e97f94e4398dda64163404520e8a64a341b51b467f9e0ea5369d8b5c [Pipeline] // withDockerContainer [Pipeline] sh [2020-11-11T16:13:32.873Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2020-11-11T16:13:33.264Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2020-11-11T16:13:34.765Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-11-11T16:13:35.085Z] + ls -al . [2020-11-11T16:13:35.085Z] total 208 [2020-11-11T16:13:35.085Z] drwxrwxr-x. 10 jenkins jenkins 4096 Nov 11 16:13 . [2020-11-11T16:13:35.085Z] drwxrwxr-x. 4 jenkins jenkins 30 Nov 11 16:11 .. [2020-11-11T16:13:35.085Z] drwxrwxr-x. 2 jenkins jenkins 64 Nov 11 16:11 bin [2020-11-11T16:13:35.085Z] -rw-r--r--. 1 jenkins jenkins 127611 Nov 11 16:13 coverage.out [2020-11-11T16:13:35.085Z] -rw-rw-r--. 1 jenkins jenkins 936 Nov 11 16:11 Dockerfile.build [2020-11-11T16:13:35.085Z] -rw-rw-r--. 1 jenkins jenkins 140 Nov 11 16:11 .dockerignore [2020-11-11T16:13:35.085Z] drwxrwxr-x. 4 jenkins jenkins 48 Nov 11 16:11 example [2020-11-11T16:13:35.085Z] drwxrwxr-x. 8 jenkins jenkins 162 Nov 11 16:11 .git [2020-11-11T16:13:35.085Z] drwxrwxr-x. 2 jenkins jenkins 60 Nov 11 16:11 .github [2020-11-11T16:13:35.085Z] -rw-rw-r--. 1 jenkins jenkins 138 Nov 11 16:11 .gitignore [2020-11-11T16:13:35.085Z] -rw-r--r--. 1 jenkins jenkins 518 Nov 11 16:13 go.mod [2020-11-11T16:13:35.085Z] -rw-r--r--. 1 jenkins jenkins 13436 Nov 11 16:13 go.sum [2020-11-11T16:13:35.085Z] drwxrwxr-x. 15 jenkins jenkins 211 Nov 11 16:11 internal [2020-11-11T16:13:35.085Z] -rw-rw-r--. 1 jenkins jenkins 901 Nov 11 16:11 Jenkinsfile [2020-11-11T16:13:35.085Z] -rw-rw-r--. 1 jenkins jenkins 11341 Nov 11 16:11 LICENSE [2020-11-11T16:13:35.085Z] -rw-rw-r--. 1 jenkins jenkins 1013 Nov 11 16:11 Makefile [2020-11-11T16:13:35.085Z] drwxrwxr-x. 4 jenkins jenkins 26 Nov 11 16:11 openapi [2020-11-11T16:13:35.085Z] drwxrwxr-x. 5 jenkins jenkins 50 Nov 11 16:11 pkg [2020-11-11T16:13:35.085Z] -rw-rw-r--. 1 jenkins jenkins 5897 Nov 11 16:11 README.md [2020-11-11T16:13:35.085Z] -rw-rw-r--. 1 jenkins jenkins 4291 Nov 11 16:11 RELEASE-NOTES.txt [2020-11-11T16:13:35.085Z] drwxrwxr-x. 4 jenkins jenkins 54 Nov 11 16:11 snap [2020-11-11T16:13:35.085Z] -rw-rw-r--. 1 jenkins jenkins 5 Nov 11 16:06 VERSION [2020-11-11T16:13:35.085Z] -rw-rw-r--. 1 jenkins jenkins 222 Nov 11 16:11 version.go [Pipeline] isUnix [Pipeline] sh [2020-11-11T16:13:35.393Z] + 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=43893dea7cdf8ffe29fac0bba279684163774e51 --label arch=amd64 --label version=1.3.0 . [2020-11-11T16:13:35.655Z] Sending build context to Docker daemon 2.465MB [2020-11-11T16:13:35.655Z] Step 1/24 : ARG BASE=golang:1.15-alpine [2020-11-11T16:13:35.655Z] Step 2/24 : FROM ${BASE} AS builder [2020-11-11T16:13:35.655Z] ---> 808f0a5a5fe9 [2020-11-11T16:13:35.655Z] Step 3/24 : ARG MAKE='make build' [2020-11-11T16:13:36.228Z] ---> Running in aec1878ddb29 [2020-11-11T16:13:36.490Z] Removing intermediate container aec1878ddb29 [2020-11-11T16:13:36.490Z] ---> 3b2ab1d72857 [2020-11-11T16:13:36.490Z] Step 4/24 : WORKDIR /device-sdk-go [2020-11-11T16:13:36.490Z] ---> Running in 7bde0de6e4f3 [2020-11-11T16:13:36.753Z] Removing intermediate container 7bde0de6e4f3 [2020-11-11T16:13:36.753Z] ---> 91af929b1a10 [2020-11-11T16:13:36.753Z] Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-11-11T16:13:37.016Z] ---> Running in b053c1c1b331 [2020-11-11T16:13:37.016Z] Removing intermediate container b053c1c1b331 [2020-11-11T16:13:37.016Z] ---> 2fc95846f8cb [2020-11-11T16:13:37.016Z] Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-11T16:13:37.289Z] ---> Running in 09f06776704e [2020-11-11T16:13:38.255Z] Removing intermediate container 09f06776704e [2020-11-11T16:13:38.255Z] ---> 1c813e34d487 [2020-11-11T16:13:38.255Z] Step 7/24 : RUN apk add --update --no-cache make git [2020-11-11T16:13:38.518Z] ---> Running in 4fd6424c2294 [2020-11-11T16:13:38.781Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-11-11T16:13:40.174Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-11-11T16:13:41.122Z] OK: 166 MiB in 39 packages [2020-11-11T16:13:41.386Z] Removing intermediate container 4fd6424c2294 [2020-11-11T16:13:41.386Z] ---> c6eb9e6262e6 [2020-11-11T16:13:41.386Z] Step 8/24 : COPY . . [2020-11-11T16:13:42.342Z] ---> 3aac219ad24f [2020-11-11T16:13:42.342Z] Step 9/24 : RUN ${MAKE} [2020-11-11T16:13:42.342Z] ---> Running in b99816ecd26e [2020-11-11T16:13:42.921Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-sdk-go.Version=1.3.0" -o example/cmd/device-simple/device-simple ./example/cmd/device-simple [2020-11-11T16:13:51.123Z] CGO_ENABLED=0 GO111MODULE=on go install -tags=safe [2020-11-11T16:13:53.058Z] Removing intermediate container b99816ecd26e [2020-11-11T16:13:53.058Z] ---> d84158e18a76 [2020-11-11T16:13:53.058Z] Step 10/24 : FROM scratch [2020-11-11T16:13:53.058Z] ---> [2020-11-11T16:13:53.058Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-11-11T16:13:53.058Z] ---> Running in 5b1b1ff380bc [2020-11-11T16:13:53.635Z] Removing intermediate container 5b1b1ff380bc [2020-11-11T16:13:53.635Z] ---> 731e79895149 [2020-11-11T16:13:53.635Z] Step 12/24 : ENV APP_PORT=49990 [2020-11-11T16:13:53.635Z] ---> Running in b552c5a2cdca [2020-11-11T16:13:53.899Z] Removing intermediate container b552c5a2cdca [2020-11-11T16:13:53.899Z] ---> 883e6e1a1cc9 [2020-11-11T16:13:53.899Z] Step 13/24 : EXPOSE $APP_PORT [2020-11-11T16:13:54.162Z] ---> Running in 170e55fa624f [2020-11-11T16:13:54.162Z] Removing intermediate container 170e55fa624f [2020-11-11T16:13:54.162Z] ---> bf7943a1fbce [2020-11-11T16:13:54.162Z] Step 14/24 : WORKDIR / [2020-11-11T16:13:54.424Z] ---> Running in 7a5d09625a6e [2020-11-11T16:13:54.687Z] Removing intermediate container 7a5d09625a6e [2020-11-11T16:13:54.687Z] ---> 62808b23635d [2020-11-11T16:13:54.687Z] Step 15/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple [2020-11-11T16:13:55.274Z] ---> 988ad0e268ee [2020-11-11T16:13:55.274Z] Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml [2020-11-11T16:13:55.537Z] ---> 2e31300c53df [2020-11-11T16:13:55.538Z] Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml [2020-11-11T16:13:55.800Z] ---> 67df4f621ddb [2020-11-11T16:13:55.800Z] Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png [2020-11-11T16:13:56.063Z] ---> 0281981faef9 [2020-11-11T16:13:56.063Z] Step 19/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg [2020-11-11T16:13:56.326Z] ---> 0e0201d98399 [2020-11-11T16:13:56.326Z] Step 20/24 : ENTRYPOINT ["/usr/local/bin/device-simple"] [2020-11-11T16:13:56.326Z] ---> Running in 9e6660093c5e [2020-11-11T16:13:56.589Z] Removing intermediate container 9e6660093c5e [2020-11-11T16:13:56.589Z] ---> 37f670028f85 [2020-11-11T16:13:56.589Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-11-11T16:13:56.589Z] ---> Running in a416fa616e2a [2020-11-11T16:13:56.858Z] Removing intermediate container a416fa616e2a [2020-11-11T16:13:56.858Z] ---> b6015043f73a [2020-11-11T16:13:56.858Z] Step 22/24 : LABEL arch=amd64 [2020-11-11T16:13:56.858Z] ---> Running in c0b37d3e54ff [2020-11-11T16:13:57.120Z] Removing intermediate container c0b37d3e54ff [2020-11-11T16:13:57.120Z] ---> 1574645bea10 [2020-11-11T16:13:57.120Z] Step 23/24 : LABEL git_sha=43893dea7cdf8ffe29fac0bba279684163774e51 [2020-11-11T16:13:57.384Z] ---> Running in 26180a07c69d [2020-11-11T16:13:57.384Z] Removing intermediate container 26180a07c69d [2020-11-11T16:13:57.384Z] ---> 8c92c7e33086 [2020-11-11T16:13:57.384Z] Step 24/24 : LABEL version=1.3.0 [2020-11-11T16:13:57.647Z] ---> Running in 67e295609686 [2020-11-11T16:13:57.911Z] Removing intermediate container 67e295609686 [2020-11-11T16:13:57.911Z] ---> 74151df79a1b [2020-11-11T16:13:57.911Z] [Warning] One or more build-args [ARCH] were not consumed [2020-11-11T16:13:57.912Z] Successfully built 74151df79a1b [2020-11-11T16:13:57.912Z] Successfully tagged docker-device-sdk-simple:latest [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-11-11T16:16:03.642Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-11839 in /w/workspace/dgexfoundry_device-sdk-go_master [Pipeline] { [Pipeline] ws [2020-11-11T16:16:03.695Z] Running in /w/workspace/device-sdk-go/87 [Pipeline] { [Pipeline] checkout [2020-11-11T16:16:09.145Z] using credential edgex-jenkins-ssh [2020-11-11T16:16:09.204Z] Cloning the remote Git repository [2020-11-11T16:16:09.280Z] Cloning repository git@github.com:edgexfoundry/device-sdk-go.git [2020-11-11T16:16:09.389Z] > git init /w/workspace/device-sdk-go/87 # timeout=10 [2020-11-11T16:16:09.462Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2020-11-11T16:16:09.463Z] > git --version # timeout=10 [2020-11-11T16:16:09.482Z] > git --version # 'git version 2.17.1' [2020-11-11T16:16:09.483Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-11-11T16:16:09.534Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-11-11T16:16:11.310Z] Checking out Revision 43893dea7cdf8ffe29fac0bba279684163774e51 (master) [2020-11-11T16:16:10.735Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2020-11-11T16:16:10.754Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-11-11T16:16:10.779Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2020-11-11T16:16:10.808Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2020-11-11T16:16:10.809Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-11-11T16:16:10.839Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-11-11T16:16:11.334Z] > git config core.sparsecheckout # timeout=10 [2020-11-11T16:16:11.352Z] > git checkout -f 43893dea7cdf8ffe29fac0bba279684163774e51 # timeout=10 [2020-11-11T16:16:15.734Z] Commit message: "Merge pull request #646 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/go-mod-bootstrap-0.0.57" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-11-11T16:16:16.415Z] provisioning config files... [2020-11-11T16:16:16.452Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/87@tmp/config4445542453891640906tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-11-11T16:16:17.364Z] ---> docker-login.sh [2020-11-11T16:16:17.364Z] nexus3.edgexfoundry.org:10001 [2020-11-11T16:16:17.960Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-11T16:16:18.560Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-11T16:16:18.560Z] Configure a credential helper to remove this warning. See [2020-11-11T16:16:18.560Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-11T16:16:18.560Z] [2020-11-11T16:16:18.560Z] Login Succeeded [2020-11-11T16:16:18.560Z] nexus3.edgexfoundry.org:10002 [2020-11-11T16:16:18.833Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-11T16:16:18.833Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-11T16:16:18.833Z] Configure a credential helper to remove this warning. See [2020-11-11T16:16:18.833Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-11T16:16:18.833Z] [2020-11-11T16:16:18.833Z] Login Succeeded [2020-11-11T16:16:18.833Z] nexus3.edgexfoundry.org:10003 [2020-11-11T16:16:19.473Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-11T16:16:19.473Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-11T16:16:19.473Z] Configure a credential helper to remove this warning. See [2020-11-11T16:16:19.473Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-11T16:16:19.473Z] [2020-11-11T16:16:19.473Z] Login Succeeded [2020-11-11T16:16:19.473Z] nexus3.edgexfoundry.org:10004 [2020-11-11T16:16:19.755Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-11T16:16:20.032Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-11T16:16:20.032Z] Configure a credential helper to remove this warning. See [2020-11-11T16:16:20.032Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-11T16:16:20.032Z] [2020-11-11T16:16:20.032Z] Login Succeeded [2020-11-11T16:16:20.032Z] docker.io [2020-11-11T16:16:20.308Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-11T16:16:20.902Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-11T16:16:20.902Z] Configure a credential helper to remove this warning. See [2020-11-11T16:16:20.902Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-11T16:16:20.902Z] [2020-11-11T16:16:20.902Z] Login Succeeded [2020-11-11T16:16:20.902Z] ---> docker-login.sh ends [Pipeline] } [2020-11-11T16:16:20.976Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2020-11-11T16:16:21.436Z] ========================================================= [2020-11-11T16:16:21.436Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2020-11-11T16:16:21.436Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-11-11T16:16:21.847Z] + 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 . [2020-11-11T16:16:22.122Z] Sending build context to Docker daemon 2.335MB [2020-11-11T16:16:22.397Z] Step 1/8 : ARG BASE=golang:1.15-alpine [2020-11-11T16:16:22.397Z] Step 2/8 : FROM ${BASE} [2020-11-11T16:16:22.397Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-11-11T16:16:22.397Z] b538f80385f9: Pulling fs layer [2020-11-11T16:16:22.397Z] 74f711af9a0d: Pulling fs layer [2020-11-11T16:16:22.397Z] 99f96fe45779: Pulling fs layer [2020-11-11T16:16:22.397Z] 8529a6b9a6be: Pulling fs layer [2020-11-11T16:16:22.397Z] 45590311c82a: Pulling fs layer [2020-11-11T16:16:22.397Z] 69ca0ff8b7b3: Pulling fs layer [2020-11-11T16:16:22.397Z] 209524e5b208: Pulling fs layer [2020-11-11T16:16:22.397Z] 8529a6b9a6be: Waiting [2020-11-11T16:16:22.397Z] 45590311c82a: Waiting [2020-11-11T16:16:22.397Z] 69ca0ff8b7b3: Waiting [2020-11-11T16:16:22.397Z] 209524e5b208: Waiting [2020-11-11T16:16:22.397Z] 99f96fe45779: Verifying Checksum [2020-11-11T16:16:22.397Z] 99f96fe45779: Download complete [2020-11-11T16:16:22.397Z] 74f711af9a0d: Verifying Checksum [2020-11-11T16:16:22.397Z] 74f711af9a0d: Download complete [2020-11-11T16:16:22.397Z] 45590311c82a: Verifying Checksum [2020-11-11T16:16:22.397Z] 45590311c82a: Download complete [2020-11-11T16:16:22.397Z] 69ca0ff8b7b3: Download complete [2020-11-11T16:16:22.397Z] b538f80385f9: Verifying Checksum [2020-11-11T16:16:22.397Z] b538f80385f9: Download complete [2020-11-11T16:16:23.389Z] b538f80385f9: Pull complete [2020-11-11T16:16:23.991Z] 74f711af9a0d: Pull complete [2020-11-11T16:16:24.268Z] 99f96fe45779: Pull complete [2020-11-11T16:16:24.877Z] 209524e5b208: Verifying Checksum [2020-11-11T16:16:26.309Z] 8529a6b9a6be: Verifying Checksum [2020-11-11T16:16:26.309Z] 8529a6b9a6be: Download complete [2020-11-11T16:16:36.472Z] 8529a6b9a6be: Pull complete [2020-11-11T16:16:36.472Z] 45590311c82a: Pull complete [2020-11-11T16:16:36.749Z] 69ca0ff8b7b3: Pull complete [2020-11-11T16:16:40.140Z] 209524e5b208: Pull complete [2020-11-11T16:16:40.141Z] Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 [2020-11-11T16:16:40.141Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2020-11-11T16:16:40.141Z] ---> 5bddaf1c2fca [2020-11-11T16:16:40.141Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-11-11T16:16:43.533Z] ---> Running in 159c4d619170 [2020-11-11T16:16:43.533Z] Removing intermediate container 159c4d619170 [2020-11-11T16:16:43.533Z] ---> 880e817114c9 [2020-11-11T16:16:43.533Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-11T16:16:43.806Z] ---> Running in b61f07cd637c [2020-11-11T16:16:46.429Z] Removing intermediate container b61f07cd637c [2020-11-11T16:16:46.429Z] ---> 1ae3dec1f989 [2020-11-11T16:16:46.429Z] Step 5/8 : RUN apk add --no-cache make git [2020-11-11T16:16:46.704Z] ---> Running in a13146eabb86 [2020-11-11T16:16:48.145Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-11-11T16:16:49.120Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-11-11T16:16:50.098Z] OK: 142 MiB in 39 packages [2020-11-11T16:16:51.541Z] Removing intermediate container a13146eabb86 [2020-11-11T16:16:51.541Z] ---> ca87ef4779a8 [2020-11-11T16:16:51.541Z] Step 6/8 : WORKDIR /device-sdk-go [2020-11-11T16:16:51.541Z] ---> Running in 12fae69a9e53 [2020-11-11T16:16:51.814Z] Removing intermediate container 12fae69a9e53 [2020-11-11T16:16:51.814Z] ---> 2dab27ab6d98 [2020-11-11T16:16:51.814Z] Step 7/8 : COPY . . [2020-11-11T16:16:53.251Z] ---> 0efdc5ba4c57 [2020-11-11T16:16:53.251Z] Step 8/8 : RUN go mod download [2020-11-11T16:16:53.251Z] ---> Running in dd398c011a48 [2020-11-11T16:17:15.411Z] Removing intermediate container dd398c011a48 [2020-11-11T16:17:15.411Z] ---> da1b7a6556d9 [2020-11-11T16:17:15.411Z] Successfully built da1b7a6556d9 [2020-11-11T16:17:15.411Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-11-11T16:17:15.754Z] + docker inspect -f . ci-base-image-arm64 [2020-11-11T16:17:15.754Z] . [Pipeline] withDockerContainer [2020-11-11T16:17:16.030Z] prd-ubuntu18.04-docker-arm64-4c-16g-11839 does not seem to be running inside a container [2020-11-11T16:17:16.119Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/87 -v /w/workspace/device-sdk-go/87:/w/workspace/device-sdk-go/87:rw,z -v /w/workspace/device-sdk-go/87@tmp:/w/workspace/device-sdk-go/87@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 ******** ci-base-image-arm64 cat [2020-11-11T16:17:17.929Z] $ docker top 3f08a45b2f73237a4745275bb276969b347206265609a1b2a339c185cdbaa400 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-11-11T16:17:19.357Z] + go version [2020-11-11T16:17:19.357Z] go version go1.15.2 linux/arm64 [Pipeline] } [2020-11-11T16:17:19.382Z] $ docker stop --time=1 3f08a45b2f73237a4745275bb276969b347206265609a1b2a339c185cdbaa400 [2020-11-11T16:17:21.276Z] $ docker rm -f 3f08a45b2f73237a4745275bb276969b347206265609a1b2a339c185cdbaa400 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-11T16:17:22.517Z] + docker inspect -f . ci-base-image-arm64 [2020-11-11T16:17:22.517Z] . [Pipeline] withDockerContainer [2020-11-11T16:17:22.785Z] prd-ubuntu18.04-docker-arm64-4c-16g-11839 does not seem to be running inside a container [2020-11-11T16:17:22.871Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/87 -v /w/workspace/device-sdk-go/87:/w/workspace/device-sdk-go/87:rw,z -v /w/workspace/device-sdk-go/87@tmp:/w/workspace/device-sdk-go/87@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 ******** ci-base-image-arm64 cat [2020-11-11T16:17:24.658Z] $ docker top 2d78ddf0f03e116ff7866e020e107b6a6a3006488559e200b038d539cab2fe90 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-11-11T16:17:26.043Z] + make test [2020-11-11T16:17:26.043Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2020-11-11T16:17:48.262Z] ? github.com/edgexfoundry/device-sdk-go [no test files] [2020-11-11T16:18:27.284Z] ? github.com/edgexfoundry/device-sdk-go/example/cmd/device-simple [no test files] [2020-11-11T16:18:27.284Z] ? github.com/edgexfoundry/device-sdk-go/example/driver [no test files] [2020-11-11T16:18:27.284Z] ? github.com/edgexfoundry/device-sdk-go/internal/autodiscovery [no test files] [2020-11-11T16:18:27.284Z] ok github.com/edgexfoundry/device-sdk-go/internal/autoevent 0.140s coverage: 21.4% of statements [2020-11-11T16:18:30.681Z] ok github.com/edgexfoundry/device-sdk-go/internal/cache 1.166s coverage: 97.1% of statements [2020-11-11T16:19:03.067Z] ok github.com/edgexfoundry/device-sdk-go/internal/clients 30.131s coverage: 9.4% of statements [2020-11-11T16:19:03.067Z] ok github.com/edgexfoundry/device-sdk-go/internal/common 0.107s coverage: 21.9% of statements [2020-11-11T16:19:03.067Z] ? github.com/edgexfoundry/device-sdk-go/internal/container [no test files] [2020-11-11T16:19:03.067Z] ok github.com/edgexfoundry/device-sdk-go/internal/controller 0.568s coverage: 42.6% of statements [2020-11-11T16:19:03.067Z] ? github.com/edgexfoundry/device-sdk-go/internal/controller/correlation [no test files] [2020-11-11T16:19:03.067Z] ok github.com/edgexfoundry/device-sdk-go/internal/handler 0.783s coverage: 68.9% of statements [2020-11-11T16:19:03.067Z] ? github.com/edgexfoundry/device-sdk-go/internal/handler/callback [no test files] [2020-11-11T16:19:03.067Z] ? github.com/edgexfoundry/device-sdk-go/internal/mock [no test files] [2020-11-11T16:19:03.067Z] ? github.com/edgexfoundry/device-sdk-go/internal/provision [no test files] [2020-11-11T16:19:03.067Z] ? github.com/edgexfoundry/device-sdk-go/internal/telemetry [no test files] [2020-11-11T16:19:03.067Z] ok github.com/edgexfoundry/device-sdk-go/internal/transformer 0.179s coverage: 52.6% of statements [2020-11-11T16:19:03.067Z] ? github.com/edgexfoundry/device-sdk-go/internal/v2/application [no test files] [2020-11-11T16:19:03.067Z] ? github.com/edgexfoundry/device-sdk-go/internal/v2/cache [no test files] [2020-11-11T16:19:03.067Z] ? github.com/edgexfoundry/device-sdk-go/internal/v2/controller/http [no test files] [2020-11-11T16:19:03.067Z] ok github.com/edgexfoundry/device-sdk-go/pkg/models 5.796s coverage: 68.9% of statements [2020-11-11T16:19:03.067Z] ok github.com/edgexfoundry/device-sdk-go/pkg/service 0.140s coverage: 4.7% of statements [2020-11-11T16:19:03.067Z] ? github.com/edgexfoundry/device-sdk-go/pkg/startup [no test files] [2020-11-11T16:19:03.067Z] GO111MODULE=on go vet ./... [2020-11-11T16:19:29.886Z] gofmt -l . [2020-11-11T16:19:29.886Z] [ "`gofmt -l .`" = "" ] [2020-11-11T16:19:29.886Z] ./bin/test-attribution-txt.sh [2020-11-11T16:19:29.886Z] ./bin/test-go-mod-tidy.sh [Pipeline] } [2020-11-11T16:19:29.906Z] $ docker stop --time=1 2d78ddf0f03e116ff7866e020e107b6a6a3006488559e200b038d539cab2fe90 [2020-11-11T16:19:32.073Z] $ docker rm -f 2d78ddf0f03e116ff7866e020e107b6a6a3006488559e200b038d539cab2fe90 [Pipeline] // withDockerContainer [Pipeline] sh [2020-11-11T16:19:33.179Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2020-11-11T16:19:33.269Z] Warning: overwriting stash ‘coverage-report’ [2020-11-11T16:19:34.484Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-11-11T16:19:35.338Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-11-11T16:19:35.694Z] + ls -al . [2020-11-11T16:19:35.694Z] total 244 [2020-11-11T16:19:35.694Z] drwxrwxr-x 10 jenkins jenkins 4096 Nov 11 16:19 . [2020-11-11T16:19:35.694Z] drwxrwxr-x 4 jenkins jenkins 4096 Nov 11 16:16 .. [2020-11-11T16:19:35.694Z] -rw-rw-r-- 1 jenkins jenkins 140 Nov 11 16:16 .dockerignore [2020-11-11T16:19:35.694Z] drwxrwxr-x 8 jenkins jenkins 4096 Nov 11 16:16 .git [2020-11-11T16:19:35.694Z] drwxrwxr-x 2 jenkins jenkins 4096 Nov 11 16:16 .github [2020-11-11T16:19:35.694Z] -rw-rw-r-- 1 jenkins jenkins 138 Nov 11 16:16 .gitignore [2020-11-11T16:19:35.694Z] -rw-rw-r-- 1 jenkins jenkins 936 Nov 11 16:16 Dockerfile.build [2020-11-11T16:19:35.694Z] -rw-rw-r-- 1 jenkins jenkins 901 Nov 11 16:16 Jenkinsfile [2020-11-11T16:19:35.694Z] -rw-rw-r-- 1 jenkins jenkins 11341 Nov 11 16:16 LICENSE [2020-11-11T16:19:35.694Z] -rw-rw-r-- 1 jenkins jenkins 1013 Nov 11 16:16 Makefile [2020-11-11T16:19:35.694Z] -rw-rw-r-- 1 jenkins jenkins 5897 Nov 11 16:16 README.md [2020-11-11T16:19:35.694Z] -rw-rw-r-- 1 jenkins jenkins 4291 Nov 11 16:16 RELEASE-NOTES.txt [2020-11-11T16:19:35.694Z] -rw-rw-r-- 1 jenkins jenkins 5 Nov 11 16:06 VERSION [2020-11-11T16:19:35.694Z] drwxrwxr-x 2 jenkins jenkins 4096 Nov 11 16:16 bin [2020-11-11T16:19:35.694Z] -rw-r--r-- 1 jenkins jenkins 127611 Nov 11 16:18 coverage.out [2020-11-11T16:19:35.694Z] drwxrwxr-x 4 jenkins jenkins 4096 Nov 11 16:16 example [2020-11-11T16:19:35.694Z] -rw-r--r-- 1 jenkins jenkins 518 Nov 11 16:19 go.mod [2020-11-11T16:19:35.694Z] -rw-r--r-- 1 jenkins jenkins 13436 Nov 11 16:19 go.sum [2020-11-11T16:19:35.694Z] drwxrwxr-x 15 jenkins jenkins 4096 Nov 11 16:16 internal [2020-11-11T16:19:35.694Z] drwxrwxr-x 4 jenkins jenkins 4096 Nov 11 16:16 openapi [2020-11-11T16:19:35.694Z] drwxrwxr-x 5 jenkins jenkins 4096 Nov 11 16:16 pkg [2020-11-11T16:19:35.694Z] drwxrwxr-x 4 jenkins jenkins 4096 Nov 11 16:16 snap [2020-11-11T16:19:35.694Z] -rw-rw-r-- 1 jenkins jenkins 222 Nov 11 16:16 version.go [Pipeline] isUnix [Pipeline] sh [2020-11-11T16:19:36.040Z] + 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=43893dea7cdf8ffe29fac0bba279684163774e51 --label arch=arm64 --label version=1.3.0 . [2020-11-11T16:19:36.641Z] Sending build context to Docker daemon 2.463MB [2020-11-11T16:19:36.641Z] Step 1/24 : ARG BASE=golang:1.15-alpine [2020-11-11T16:19:36.641Z] Step 2/24 : FROM ${BASE} AS builder [2020-11-11T16:19:36.641Z] ---> da1b7a6556d9 [2020-11-11T16:19:36.641Z] Step 3/24 : ARG MAKE='make build' [2020-11-11T16:19:36.917Z] ---> Running in 86498ec4da17 [2020-11-11T16:19:37.188Z] Removing intermediate container 86498ec4da17 [2020-11-11T16:19:37.188Z] ---> f72968ffdf9a [2020-11-11T16:19:37.188Z] Step 4/24 : WORKDIR /device-sdk-go [2020-11-11T16:19:37.462Z] ---> Running in bd3d8b076cfd [2020-11-11T16:19:37.737Z] Removing intermediate container bd3d8b076cfd [2020-11-11T16:19:37.737Z] ---> 7d84107e3095 [2020-11-11T16:19:37.737Z] Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-11-11T16:19:38.011Z] ---> Running in 54f0f373a3e0 [2020-11-11T16:19:38.608Z] Removing intermediate container 54f0f373a3e0 [2020-11-11T16:19:38.608Z] ---> 4b542727003f [2020-11-11T16:19:38.608Z] Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-11T16:19:38.608Z] ---> Running in 38728649855c [2020-11-11T16:19:41.249Z] Removing intermediate container 38728649855c [2020-11-11T16:19:41.249Z] ---> b71c667ad1d5 [2020-11-11T16:19:41.249Z] Step 7/24 : RUN apk add --update --no-cache make git [2020-11-11T16:19:41.249Z] ---> Running in dfaec42d1996 [2020-11-11T16:19:42.685Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-11-11T16:19:43.657Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-11-11T16:19:44.254Z] OK: 142 MiB in 39 packages [2020-11-11T16:19:45.700Z] Removing intermediate container dfaec42d1996 [2020-11-11T16:19:45.700Z] ---> 71a025da0741 [2020-11-11T16:19:45.700Z] Step 8/24 : COPY . . [2020-11-11T16:19:46.677Z] ---> 7f471f0284a1 [2020-11-11T16:19:46.677Z] Step 9/24 : RUN ${MAKE} [2020-11-11T16:19:46.951Z] ---> Running in cc1e9e248b53 [2020-11-11T16:19:48.379Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-sdk-go.Version=1.3.0" -o example/cmd/device-simple/device-simple ./example/cmd/device-simple [2020-11-11T16:20:15.202Z] CGO_ENABLED=0 GO111MODULE=on go install -tags=safe [2020-11-11T16:20:15.202Z] Removing intermediate container cc1e9e248b53 [2020-11-11T16:20:15.202Z] ---> f0a9d6d9f9a8 [2020-11-11T16:20:15.202Z] Step 10/24 : FROM scratch [2020-11-11T16:20:15.202Z] ---> [2020-11-11T16:20:15.202Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-11-11T16:20:15.202Z] ---> Running in 5c07ef9f4b41 [2020-11-11T16:20:15.473Z] Removing intermediate container 5c07ef9f4b41 [2020-11-11T16:20:15.473Z] ---> d9b55e3a6265 [2020-11-11T16:20:15.473Z] Step 12/24 : ENV APP_PORT=49990 [2020-11-11T16:20:15.473Z] ---> Running in 08c8266ccfa4 [2020-11-11T16:20:16.066Z] Removing intermediate container 08c8266ccfa4 [2020-11-11T16:20:16.066Z] ---> 3434f738d99b [2020-11-11T16:20:16.066Z] Step 13/24 : EXPOSE $APP_PORT [2020-11-11T16:20:16.066Z] ---> Running in 7efce22fc86a [2020-11-11T16:20:16.337Z] Removing intermediate container 7efce22fc86a [2020-11-11T16:20:16.337Z] ---> bd854ba140d9 [2020-11-11T16:20:16.337Z] Step 14/24 : WORKDIR / [2020-11-11T16:20:16.609Z] ---> Running in 6f0dab3a895c [2020-11-11T16:20:16.890Z] Removing intermediate container 6f0dab3a895c [2020-11-11T16:20:16.890Z] ---> 642c7cc165fa [2020-11-11T16:20:16.890Z] Step 15/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple [2020-11-11T16:20:18.330Z] ---> 9ac1eb7d9b2c [2020-11-11T16:20:18.330Z] Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml [2020-11-11T16:20:18.921Z] ---> 8aff281329af [2020-11-11T16:20:18.921Z] Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml [2020-11-11T16:20:19.513Z] ---> 575225ec6e97 [2020-11-11T16:20:19.513Z] Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png [2020-11-11T16:20:20.105Z] ---> 78e0ae0e5a76 [2020-11-11T16:20:20.105Z] Step 19/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg [2020-11-11T16:20:21.080Z] ---> 89a90d1ac4c8 [2020-11-11T16:20:21.080Z] Step 20/24 : ENTRYPOINT ["/usr/local/bin/device-simple"] [2020-11-11T16:20:21.080Z] ---> Running in 4b7132b6a1b2 [2020-11-11T16:20:21.352Z] Removing intermediate container 4b7132b6a1b2 [2020-11-11T16:20:21.352Z] ---> cfec4c0508fb [2020-11-11T16:20:21.352Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-11-11T16:20:21.625Z] ---> Running in b23bca82047d [2020-11-11T16:20:21.897Z] Removing intermediate container b23bca82047d [2020-11-11T16:20:21.897Z] ---> 01b08d6f973f [2020-11-11T16:20:21.897Z] Step 22/24 : LABEL arch=arm64 [2020-11-11T16:20:22.167Z] ---> Running in c0b923200a94 [2020-11-11T16:20:22.438Z] Removing intermediate container c0b923200a94 [2020-11-11T16:20:22.438Z] ---> 5e80c57ead2e [2020-11-11T16:20:22.438Z] Step 23/24 : LABEL git_sha=43893dea7cdf8ffe29fac0bba279684163774e51 [2020-11-11T16:20:22.709Z] ---> Running in ca81527da5ef [2020-11-11T16:20:22.981Z] Removing intermediate container ca81527da5ef [2020-11-11T16:20:22.981Z] ---> d532667da7a1 [2020-11-11T16:20:22.981Z] Step 24/24 : LABEL version=1.3.0 [2020-11-11T16:20:23.254Z] ---> Running in 858078ac3d32 [2020-11-11T16:20:23.528Z] Removing intermediate container 858078ac3d32 [2020-11-11T16:20:23.528Z] ---> 8c34d7d42a9d [2020-11-11T16:20:23.528Z] [Warning] One or more build-args [ARCH] were not consumed [2020-11-11T16:20:23.528Z] Successfully built 8c34d7d42a9d [2020-11-11T16:20:23.528Z] 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 [2020-11-11T16:20:25.594Z] provisioning config files... [2020-11-11T16:20:25.608Z] copy managed file [device-sdk-go-codecov-token] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config6392459714575740643tmp [Pipeline] { [Pipeline] sh [2020-11-11T16:20:26.046Z] + set +x [2020-11-11T16:20:26.046Z] + curl -s https://codecov.io/bash [2020-11-11T16:20:26.046Z] + bash -s -- [2020-11-11T16:20:26.315Z] [2020-11-11T16:20:26.315Z] _____ _ [2020-11-11T16:20:26.315Z] / ____| | | [2020-11-11T16:20:26.315Z] | | ___ __| | ___ ___ _____ __ [2020-11-11T16:20:26.315Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2020-11-11T16:20:26.315Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2020-11-11T16:20:26.315Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2020-11-11T16:20:26.315Z] Bash-20201106-81372f2 [2020-11-11T16:20:26.315Z] [2020-11-11T16:20:26.315Z] [2020-11-11T16:20:26.315Z] ==> Jenkins CI detected. [2020-11-11T16:20:26.315Z] project root: . [2020-11-11T16:20:26.315Z] --> token set from env [2020-11-11T16:20:26.315Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2020-11-11T16:20:26.315Z] ==> Running gcov in . (disable via -X gcov) [2020-11-11T16:20:26.315Z] ==> Python coveragepy not found [2020-11-11T16:20:26.315Z] ==> Searching for coverage reports in: [2020-11-11T16:20:26.315Z] + . [2020-11-11T16:20:26.584Z] -> Found 1 reports [2020-11-11T16:20:26.584Z] ==> Detecting git/mercurial file structure [2020-11-11T16:20:26.584Z] ==> Reading reports [2020-11-11T16:20:26.584Z] + ./coverage.out bytes=127611 [2020-11-11T16:20:26.584Z] ==> Appending adjustments [2020-11-11T16:20:26.584Z] https://docs.codecov.io/docs/fixing-reports [2020-11-11T16:20:27.200Z] + Found adjustments [2020-11-11T16:20:27.200Z] ==> Gzipping contents [2020-11-11T16:20:27.200Z] ==> Uploading reports [2020-11-11T16:20:27.200Z] url: https://codecov.io [2020-11-11T16:20:27.200Z] query: branch=master&commit=43893dea7cdf8ffe29fac0bba279684163774e51&build=87&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2Fmaster%2F87%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=&job=&cmd_args= [2020-11-11T16:20:27.469Z] -> Pinging Codecov [2020-11-11T16:20:27.469Z] https://codecov.io/upload/v4?package=bash-20201106-81372f2&token=secret&branch=master&commit=43893dea7cdf8ffe29fac0bba279684163774e51&build=87&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2Fmaster%2F87%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=&job=&cmd_args= [2020-11-11T16:20:27.749Z] -> Uploading to [2020-11-11T16:20:27.749Z] https://storage.googleapis.com/codecov/v4/raw/2020-11-11/7E55EF52A471D76F132DFD9A03CDDE97/43893dea7cdf8ffe29fac0bba279684163774e51/dfef82cd-3e2d-4035-b25b-8db8236a17e3.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20201111%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20201111T162027Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=65b3e7cd6ee3e8b24ab54de389dbfc31f0ebbe1e3e9b8f946790ce55211e6228 [2020-11-11T16:20:28.040Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-11-11T16:20:28.040Z] Dload Upload Total Spent Left Speed [2020-11-11T16:20:28.310Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 20847 0 0 100 20847 0 39473 --:--:-- --:--:-- --:--:-- 39557 [2020-11-11T16:20:28.310Z] -> View reports at https://codecov.io/github/edgexfoundry/device-sdk-go/commit/43893dea7cdf8ffe29fac0bba279684163774e51 [Pipeline] } [2020-11-11T16:20:28.326Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo [2020-11-11T16:20:28.799Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2020-11-11T16:20:28.890Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-11T16:20:29.279Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-11-11T16:20:29.549Z] [2020-11-11T16:20:29.549Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh [2020-11-11T16:20:30.102Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-11-11T16:20:30.430Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2020-11-11T16:20:30.430Z] 188c0c94c7c5: Pulling fs layer [2020-11-11T16:20:30.430Z] 0ef7d3d256c8: Pulling fs layer [2020-11-11T16:20:30.430Z] de9db76c5a1d: Pulling fs layer [2020-11-11T16:20:30.430Z] 0eba1c9be4d2: Pulling fs layer [2020-11-11T16:20:30.430Z] 0d57e429df01: Pulling fs layer [2020-11-11T16:20:30.430Z] 4e4be7b47b0d: Pulling fs layer [2020-11-11T16:20:30.430Z] e1f770b5df2f: Pulling fs layer [2020-11-11T16:20:30.430Z] 0eba1c9be4d2: Waiting [2020-11-11T16:20:30.430Z] 0d57e429df01: Waiting [2020-11-11T16:20:30.430Z] 4e4be7b47b0d: Waiting [2020-11-11T16:20:30.430Z] 85a0685a4137: Pulling fs layer [2020-11-11T16:20:30.430Z] e1f770b5df2f: Waiting [2020-11-11T16:20:30.430Z] 85a0685a4137: Waiting [2020-11-11T16:20:30.759Z] de9db76c5a1d: Verifying Checksum [2020-11-11T16:20:30.759Z] de9db76c5a1d: Download complete [2020-11-11T16:20:30.759Z] 0ef7d3d256c8: Verifying Checksum [2020-11-11T16:20:30.759Z] 0ef7d3d256c8: Download complete [2020-11-11T16:20:31.477Z] 0d57e429df01: Download complete [2020-11-11T16:20:31.477Z] 4e4be7b47b0d: Verifying Checksum [2020-11-11T16:20:31.477Z] 4e4be7b47b0d: Download complete [2020-11-11T16:20:31.823Z] 188c0c94c7c5: Verifying Checksum [2020-11-11T16:20:31.823Z] 188c0c94c7c5: Download complete [2020-11-11T16:20:32.874Z] 188c0c94c7c5: Pull complete [2020-11-11T16:20:32.874Z] 0ef7d3d256c8: Pull complete [2020-11-11T16:20:33.220Z] de9db76c5a1d: Pull complete [2020-11-11T16:20:35.362Z] e1f770b5df2f: Verifying Checksum [2020-11-11T16:20:35.362Z] e1f770b5df2f: Download complete [2020-11-11T16:20:41.081Z] 0eba1c9be4d2: Verifying Checksum [2020-11-11T16:20:41.081Z] 0eba1c9be4d2: Download complete [2020-11-11T16:20:43.200Z] 85a0685a4137: Verifying Checksum [2020-11-11T16:20:43.200Z] 85a0685a4137: Download complete [2020-11-11T16:20:53.758Z] 0eba1c9be4d2: Pull complete [2020-11-11T16:20:53.758Z] 0d57e429df01: Pull complete [2020-11-11T16:20:53.758Z] 4e4be7b47b0d: Pull complete [2020-11-11T16:20:54.815Z] e1f770b5df2f: Pull complete [2020-11-11T16:21:10.379Z] 85a0685a4137: Pull complete [2020-11-11T16:21:10.379Z] Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 [2020-11-11T16:21:10.379Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-11-11T16:21:10.379Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer [2020-11-11T16:21:10.916Z] prd-centos7-docker-4c-2g-11831 does not seem to be running inside a container [2020-11-11T16:21:11.034Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2020-11-11T16:21:12.608Z] $ docker top 6cd24ed93532618bba6f82eddeb8443b1e5d6996bd6c012aeadabae11695cde0 -eo pid,comm [Pipeline] { [Pipeline] echo [2020-11-11T16:21:13.013Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh [2020-11-11T16:21:13.539Z] + set -o pipefail [2020-11-11T16:21:13.539Z] + snyk monitor '--org=edgex-jenkins' [2020-11-11T16:21:26.195Z] [2020-11-11T16:21:26.195Z] Monitoring /w/workspace/dgexfoundry_device-sdk-go_master (github.com/edgexfoundry/device-sdk-go)... [2020-11-11T16:21:26.195Z] [2020-11-11T16:21:26.195Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/057beb34-70d8-4945-961c-fe027db76abc/history/d7f3db20-cf38-421e-94f9-1c0cbe99bd35 [2020-11-11T16:21:26.195Z] [2020-11-11T16:21:26.195Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2020-11-11T16:21:26.195Z] [2020-11-11T16:21:26.195Z] [Pipeline] } [2020-11-11T16:21:26.227Z] $ docker stop --time=1 6cd24ed93532618bba6f82eddeb8443b1e5d6996bd6c012aeadabae11695cde0 [2020-11-11T16:21:29.536Z] $ docker rm -f 6cd24ed93532618bba6f82eddeb8443b1e5d6996bd6c012aeadabae11695cde0 [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 [2020-11-11T16:21:32.844Z] [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-11-11T16:21:32.899Z] provisioning config files... [2020-11-11T16:21:32.922Z] copy managed file [swaggerhub-api-key] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config7365988207650244348tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-11-11T16:21:33.516Z] --> edgex-publish-swagger.sh [2020-11-11T16:21:33.516Z] === Publish openapi/v1 API === [2020-11-11T16:21:33.516Z] [publishToSwagger] Publishing the API Docs [openapi/v1] to Swagger [2020-11-11T16:21:33.516Z] [publishToSwagger] Publishing API Name [device-sdk] [2020-11-11T16:21:33.516Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-11-11T16:21:33.516Z] Dload Upload Total Spent Left Speed [2020-11-11T16:21:34.371Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 20188 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 20188 0 0 100 20188 0 21614 --:--:-- --:--:-- --:--:-- 21637 [2020-11-11T16:21:34.371Z] [2020-11-11T16:21:34.371Z] [2020-11-11T16:21:34.371Z] === Publish openapi/v2 API === [2020-11-11T16:21:34.371Z] [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger [2020-11-11T16:21:34.371Z] [publishToSwagger] Publishing API Name [device-sdk] [2020-11-11T16:21:34.371Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-11-11T16:21:34.371Z] Dload Upload Total Spent Left Speed [2020-11-11T16:21:35.359Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 49274 0 0 100 49274 0 58397 --:--:-- --:--:-- --:--:-- 58381 100 49274 0 0 100 49274 0 58370 --:--:-- --:--:-- --:--:-- 58381 [2020-11-11T16:21:35.359Z] [2020-11-11T16:21:35.359Z] [Pipeline] } [2020-11-11T16:21:35.411Z] 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 [2020-11-11T16:21:36.371Z] + git log --format=format:%s -1 43893dea7cdf8ffe29fac0bba279684163774e51 [Pipeline] isUnix [Pipeline] sh [2020-11-11T16:21:36.754Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-11-11T16:21:36.754Z] . [Pipeline] withDockerContainer [2020-11-11T16:21:37.000Z] prd-centos7-docker-4c-2g-11831 does not seem to be running inside a container [2020-11-11T16:21:37.103Z] $ 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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-11-11T16:21:38.783Z] $ docker top 97f47527e38328c97702fac8bf2a4b23e77315394d70a4ed4e1c2cb9ed8469f6 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-11-11T16:21:39.375Z] [edgeXSemver]: ignoring command tag because GITSEMVER_HEAD_TAG is already set to 'v1.2.4-dev.35|v1.3.0' [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-11-11T16:21:40.171Z] + git semver [Pipeline] } [2020-11-11T16:21:40.198Z] $ docker stop --time=1 97f47527e38328c97702fac8bf2a4b23e77315394d70a4ed4e1c2cb9ed8469f6 [2020-11-11T16:21:41.764Z] $ docker rm -f 97f47527e38328c97702fac8bf2a4b23e77315394d70a4ed4e1c2cb9ed8469f6 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2020-11-11T16:21:42.718Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-11-11T16:21:43.354Z] [2020-11-11T16:21:43.354Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2020-11-11T16:21:43.749Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-11-11T16:21:44.042Z] 0.23.1-centos7: Pulling from edgex-lftools [2020-11-11T16:21:44.042Z] ab5ef0e58194: Pulling fs layer [2020-11-11T16:21:44.042Z] 9712f1f96733: Pulling fs layer [2020-11-11T16:21:44.042Z] 63f879dbbcfc: Pulling fs layer [2020-11-11T16:21:44.042Z] 0d9ebad4ef96: Pulling fs layer [2020-11-11T16:21:44.042Z] e9a5061849ea: Pulling fs layer [2020-11-11T16:21:44.042Z] d747dcd14b5f: Pulling fs layer [2020-11-11T16:21:44.042Z] 2de7ff778b66: Pulling fs layer [2020-11-11T16:21:44.042Z] 0d9ebad4ef96: Waiting [2020-11-11T16:21:44.042Z] d747dcd14b5f: Waiting [2020-11-11T16:21:44.042Z] 2de7ff778b66: Waiting [2020-11-11T16:21:44.042Z] e9a5061849ea: Waiting [2020-11-11T16:21:44.042Z] 9712f1f96733: Verifying Checksum [2020-11-11T16:21:44.042Z] 9712f1f96733: Download complete [2020-11-11T16:21:49.957Z] 63f879dbbcfc: Verifying Checksum [2020-11-11T16:21:49.957Z] 63f879dbbcfc: Download complete [2020-11-11T16:21:49.957Z] e9a5061849ea: Verifying Checksum [2020-11-11T16:21:49.957Z] e9a5061849ea: Download complete [2020-11-11T16:21:49.957Z] d747dcd14b5f: Verifying Checksum [2020-11-11T16:21:49.957Z] d747dcd14b5f: Download complete [2020-11-11T16:21:51.373Z] 2de7ff778b66: Verifying Checksum [2020-11-11T16:21:51.373Z] 2de7ff778b66: Download complete [2020-11-11T16:21:51.766Z] 0d9ebad4ef96: Verifying Checksum [2020-11-11T16:21:51.766Z] 0d9ebad4ef96: Download complete [2020-11-11T16:21:52.919Z] ab5ef0e58194: Verifying Checksum [2020-11-11T16:21:52.919Z] ab5ef0e58194: Download complete [2020-11-11T16:22:03.327Z] ab5ef0e58194: Pull complete [2020-11-11T16:22:03.327Z] 9712f1f96733: Pull complete [2020-11-11T16:22:07.917Z] 63f879dbbcfc: Pull complete [2020-11-11T16:22:23.298Z] 0d9ebad4ef96: Pull complete [2020-11-11T16:22:23.298Z] e9a5061849ea: Pull complete [2020-11-11T16:22:23.298Z] d747dcd14b5f: Pull complete [2020-11-11T16:22:28.988Z] 2de7ff778b66: Pull complete [2020-11-11T16:22:28.988Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2020-11-11T16:22:28.988Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-11-11T16:22:28.988Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2020-11-11T16:22:29.475Z] prd-centos7-docker-4c-2g-11831 does not seem to be running inside a container [2020-11-11T16:22:29.641Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2020-11-11T16:22:33.729Z] $ docker top 0ed36e44223b5958b5ffc78cb5545532af3827d79ddc912d8ac39f3c49187998 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2020-11-11T16:22:34.250Z] provisioning config files... [2020-11-11T16:22:34.268Z] copy managed file [sigul-config] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config1295592239077079831tmp [2020-11-11T16:22:34.301Z] copy managed file [sigul-password] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config1687509093148979317tmp [2020-11-11T16:22:34.373Z] copy managed file [sigul-pki] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config8132747253769945357tmp [Pipeline] { [Pipeline] echo [2020-11-11T16:22:34.448Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-11T16:22:35.125Z] ---> sigul-configuration.sh [2020-11-11T16:22:35.125Z] gpg: directory `/root/.gnupg' created [2020-11-11T16:22:35.125Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2020-11-11T16:22:35.125Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2020-11-11T16:22:35.125Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2020-11-11T16:22:35.125Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2020-11-11T16:22:35.125Z] gpg: CAST5 encrypted data [2020-11-11T16:22:35.401Z] gpg: encrypted with 1 passphrase [2020-11-11T16:22:35.401Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2020-11-11T16:22:36.344Z] + mkdir /home/jenkins [2020-11-11T16:22:36.626Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2020-11-11T16:22:37.288Z] + 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 [2020-11-11T16:22:37.311Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-11T16:22:37.956Z] ---> sigul-install.sh [2020-11-11T16:22:48.273Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2020-11-11T16:22:49.010Z] + git tag --list [2020-11-11T16:22:49.010Z] 0.7.1 [2020-11-11T16:22:49.010Z] delhi-tag [2020-11-11T16:22:49.010Z] v1.0.0 [2020-11-11T16:22:49.010Z] v1.1.0 [2020-11-11T16:22:49.010Z] v1.1.1 [2020-11-11T16:22:49.010Z] v1.1.2 [2020-11-11T16:22:49.010Z] v1.2.0 [2020-11-11T16:22:49.010Z] v1.2.1 [2020-11-11T16:22:49.010Z] v1.2.2 [2020-11-11T16:22:49.010Z] v1.2.3 [2020-11-11T16:22:49.010Z] v1.2.4-dev.1 [2020-11-11T16:22:49.010Z] v1.2.4-dev.10 [2020-11-11T16:22:49.010Z] v1.2.4-dev.11 [2020-11-11T16:22:49.010Z] v1.2.4-dev.12 [2020-11-11T16:22:49.010Z] v1.2.4-dev.13 [2020-11-11T16:22:49.010Z] v1.2.4-dev.14 [2020-11-11T16:22:49.010Z] v1.2.4-dev.15 [2020-11-11T16:22:49.010Z] v1.2.4-dev.16 [2020-11-11T16:22:49.010Z] v1.2.4-dev.17 [2020-11-11T16:22:49.010Z] v1.2.4-dev.18 [2020-11-11T16:22:49.010Z] v1.2.4-dev.19 [2020-11-11T16:22:49.010Z] v1.2.4-dev.2 [2020-11-11T16:22:49.010Z] v1.2.4-dev.20 [2020-11-11T16:22:49.010Z] v1.2.4-dev.21 [2020-11-11T16:22:49.010Z] v1.2.4-dev.22 [2020-11-11T16:22:49.010Z] v1.2.4-dev.23 [2020-11-11T16:22:49.010Z] v1.2.4-dev.24 [2020-11-11T16:22:49.010Z] v1.2.4-dev.25 [2020-11-11T16:22:49.010Z] v1.2.4-dev.26 [2020-11-11T16:22:49.010Z] v1.2.4-dev.27 [2020-11-11T16:22:49.010Z] v1.2.4-dev.28 [2020-11-11T16:22:49.010Z] v1.2.4-dev.29 [2020-11-11T16:22:49.010Z] v1.2.4-dev.3 [2020-11-11T16:22:49.010Z] v1.2.4-dev.30 [2020-11-11T16:22:49.010Z] v1.2.4-dev.31 [2020-11-11T16:22:49.010Z] v1.2.4-dev.32 [2020-11-11T16:22:49.010Z] v1.2.4-dev.33 [2020-11-11T16:22:49.010Z] v1.2.4-dev.34 [2020-11-11T16:22:49.010Z] v1.2.4-dev.35 [2020-11-11T16:22:49.010Z] v1.2.4-dev.4 [2020-11-11T16:22:49.010Z] v1.2.4-dev.5 [2020-11-11T16:22:49.010Z] v1.2.4-dev.6 [2020-11-11T16:22:49.010Z] v1.2.4-dev.7 [2020-11-11T16:22:49.010Z] v1.2.4-dev.8 [2020-11-11T16:22:49.010Z] v1.2.4-dev.9 [2020-11-11T16:22:49.010Z] v1.3.0 [Pipeline] sh [2020-11-11T16:22:49.344Z] + lftools sign git-tag v1.3.0 [2020-11-11T16:22:52.126Z] Signing Git tag with Sigul... [2020-11-11T16:22:52.126Z] Signing v1.3.0 [Pipeline] echo [2020-11-11T16:22:53.581Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-11T16:22:53.963Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2020-11-11T16:22:54.056Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2020-11-11T16:22:54.167Z] $ docker stop --time=1 0ed36e44223b5958b5ffc78cb5545532af3827d79ddc912d8ac39f3c49187998 [2020-11-11T16:22:56.290Z] $ docker rm -f 0ed36e44223b5958b5ffc78cb5545532af3827d79ddc912d8ac39f3c49187998 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2020-11-11T16:22:57.483Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-11-11T16:22:57.483Z] . [Pipeline] withDockerContainer [2020-11-11T16:22:57.878Z] prd-centos7-docker-4c-2g-11831 does not seem to be running inside a container [2020-11-11T16:22:58.004Z] $ 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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-11-11T16:22:59.226Z] $ docker top fee6c229d0cb54e1a2d06827191aaab4c4c8ac05b26558959d5e0cf5c331a78c -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-11-11T16:22:59.628Z] [edgeXSemver]: ignoring command bump pre because GITSEMVER_HEAD_TAG is already set to 'v1.2.4-dev.35|v1.3.0' [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-11-11T16:23:01.490Z] + git semver [Pipeline] } [2020-11-11T16:23:01.579Z] $ docker stop --time=1 fee6c229d0cb54e1a2d06827191aaab4c4c8ac05b26558959d5e0cf5c331a78c [2020-11-11T16:23:04.139Z] $ docker rm -f fee6c229d0cb54e1a2d06827191aaab4c4c8ac05b26558959d5e0cf5c331a78c [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-11-11T16:23:04.983Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-11-11T16:23:04.983Z] . [Pipeline] withDockerContainer [2020-11-11T16:23:05.189Z] prd-centos7-docker-4c-2g-11831 does not seem to be running inside a container [2020-11-11T16:23:05.279Z] $ 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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-11-11T16:23:06.815Z] $ docker top 9fd8ce2b9dc53662f9aeea32725f73cc68c8e517ec31000881c1be58d42398a5 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-11-11T16:23:08.047Z] [edgeXSemver]: ignoring command push because GITSEMVER_HEAD_TAG is already set to 'v1.2.4-dev.35|v1.3.0' [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-11-11T16:23:08.839Z] + git semver [Pipeline] } [2020-11-11T16:23:08.904Z] $ docker stop --time=1 9fd8ce2b9dc53662f9aeea32725f73cc68c8e517ec31000881c1be58d42398a5 [2020-11-11T16:23:11.296Z] $ docker rm -f 9fd8ce2b9dc53662f9aeea32725f73cc68c8e517ec31000881c1be58d42398a5 [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 [2020-11-11T16:23:13.271Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-11T16:23:14.226Z] ---> package-listing.sh [2020-11-11T16:23:14.227Z] ++ facter osfamily [2020-11-11T16:23:14.227Z] ++ tr '[:upper:]' '[:lower:]' [2020-11-11T16:23:14.495Z] + OS_FAMILY=redhat [2020-11-11T16:23:14.495Z] + workspace=/w/workspace/dgexfoundry_device-sdk-go_master [2020-11-11T16:23:14.495Z] + START_PACKAGES=/tmp/packages_start.txt [2020-11-11T16:23:14.495Z] + END_PACKAGES=/tmp/packages_end.txt [2020-11-11T16:23:14.495Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-11-11T16:23:14.495Z] + PACKAGES=/tmp/packages_start.txt [2020-11-11T16:23:14.495Z] + '[' /w/workspace/dgexfoundry_device-sdk-go_master ']' [2020-11-11T16:23:14.495Z] + PACKAGES=/tmp/packages_end.txt [2020-11-11T16:23:14.495Z] + case "${OS_FAMILY}" in [2020-11-11T16:23:14.495Z] + sort [2020-11-11T16:23:14.495Z] + rpm -qa [2020-11-11T16:23:21.277Z] + '[' -f /tmp/packages_start.txt ']' [2020-11-11T16:23:21.277Z] + '[' -f /tmp/packages_end.txt ']' [2020-11-11T16:23:21.277Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-11-11T16:23:21.277Z] + '[' /w/workspace/dgexfoundry_device-sdk-go_master ']' [2020-11-11T16:23:21.277Z] + mkdir -p /w/workspace/dgexfoundry_device-sdk-go_master/archives/ [2020-11-11T16:23:21.277Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dgexfoundry_device-sdk-go_master/archives/ [Pipeline] echo [2020-11-11T16:23:21.300Z] 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 [2020-11-11T16:23:21.645Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2020-11-11T16:23:23.750Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-11-11T16:23:23.750Z] [2020-11-11T16:23:23.750Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-11-11T16:23:24.522Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-11-11T16:23:24.807Z] alpine: Pulling from edgex-lftools-log-publisher [2020-11-11T16:23:24.807Z] df20fa9351a1: Pulling fs layer [2020-11-11T16:23:24.807Z] 36b3adc4ff6f: Pulling fs layer [2020-11-11T16:23:24.807Z] 8ad3a11d3b57: Pulling fs layer [2020-11-11T16:23:24.807Z] 46f8f816bc3b: Pulling fs layer [2020-11-11T16:23:24.807Z] 93b61091891f: Pulling fs layer [2020-11-11T16:23:24.807Z] 93b9cdb0e59b: Pulling fs layer [2020-11-11T16:23:24.807Z] 5e14af77c1be: Pulling fs layer [2020-11-11T16:23:24.807Z] 01666e4c0597: Pulling fs layer [2020-11-11T16:23:24.807Z] aa168da1d23b: Pulling fs layer [2020-11-11T16:23:24.807Z] 46f8f816bc3b: Waiting [2020-11-11T16:23:24.807Z] 93b61091891f: Waiting [2020-11-11T16:23:24.807Z] 93b9cdb0e59b: Waiting [2020-11-11T16:23:24.807Z] 5e14af77c1be: Waiting [2020-11-11T16:23:24.807Z] 01666e4c0597: Waiting [2020-11-11T16:23:24.807Z] aa168da1d23b: Waiting [2020-11-11T16:23:24.807Z] 36b3adc4ff6f: Verifying Checksum [2020-11-11T16:23:24.807Z] 36b3adc4ff6f: Download complete [2020-11-11T16:23:24.807Z] 46f8f816bc3b: Verifying Checksum [2020-11-11T16:23:24.807Z] 46f8f816bc3b: Download complete [2020-11-11T16:23:25.200Z] df20fa9351a1: Verifying Checksum [2020-11-11T16:23:25.200Z] df20fa9351a1: Download complete [2020-11-11T16:23:25.547Z] 93b9cdb0e59b: Verifying Checksum [2020-11-11T16:23:25.547Z] 93b9cdb0e59b: Download complete [2020-11-11T16:23:25.547Z] 5e14af77c1be: Verifying Checksum [2020-11-11T16:23:25.547Z] 5e14af77c1be: Download complete [2020-11-11T16:23:25.547Z] 01666e4c0597: Verifying Checksum [2020-11-11T16:23:25.547Z] 01666e4c0597: Download complete [2020-11-11T16:23:25.547Z] 93b61091891f: Verifying Checksum [2020-11-11T16:23:25.547Z] 93b61091891f: Download complete [2020-11-11T16:23:26.642Z] df20fa9351a1: Pull complete [2020-11-11T16:23:26.947Z] 8ad3a11d3b57: Verifying Checksum [2020-11-11T16:23:26.947Z] 8ad3a11d3b57: Download complete [2020-11-11T16:23:27.232Z] 36b3adc4ff6f: Pull complete [2020-11-11T16:23:30.026Z] 8ad3a11d3b57: Pull complete [2020-11-11T16:23:30.316Z] 46f8f816bc3b: Pull complete [2020-11-11T16:23:31.402Z] 93b61091891f: Pull complete [2020-11-11T16:23:32.062Z] 93b9cdb0e59b: Pull complete [2020-11-11T16:23:32.411Z] 5e14af77c1be: Pull complete [2020-11-11T16:23:33.062Z] 01666e4c0597: Pull complete [2020-11-11T16:23:34.103Z] aa168da1d23b: Verifying Checksum [2020-11-11T16:23:34.103Z] aa168da1d23b: Download complete [2020-11-11T16:23:47.016Z] aa168da1d23b: Pull complete [2020-11-11T16:23:47.016Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2020-11-11T16:23:47.016Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-11-11T16:23:47.016Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-11-11T16:23:47.730Z] prd-centos7-docker-4c-2g-11831 does not seem to be running inside a container [2020-11-11T16:23:48.054Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2020-11-11T16:23:53.536Z] $ docker top af00da4b15579cad1a877f5faf1fb439c5f7619926d8b5a97e5a0f59a72ff4af -eo pid,comm [Pipeline] { [Pipeline] sh [2020-11-11T16:23:55.240Z] + touch /tmp/pre-build-complete [Pipeline] sh [2020-11-11T16:23:56.059Z] + mkdir -p /var/log/sa [Pipeline] sh [2020-11-11T16:23:57.929Z] + ls /var/log/sa-host [2020-11-11T16:23:57.929Z] + sadf -c /var/log/sa-host/sa05 [2020-11-11T16:23:57.929Z] file_magic: OK [2020-11-11T16:23:57.929Z] HZ: Using current value: 100 [2020-11-11T16:23:57.929Z] file_header: OK [2020-11-11T16:23:57.929Z] 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 [2020-11-11T16:23:57.929Z] Statistics: [2020-11-11T16:23:57.929Z] Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-11-11T16:23:57.929Z] File successfully converted to sysstat format version 12.2.1 [2020-11-11T16:23:57.929Z] + sadf -c /var/log/sa-host/sa11 [2020-11-11T16:23:57.929Z] file_magic: OK [2020-11-11T16:23:57.929Z] HZ: Using current value: 100 [2020-11-11T16:23:57.929Z] file_header: OK [2020-11-11T16:23:57.929Z] 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 [2020-11-11T16:23:57.929Z] Statistics: [2020-11-11T16:23:57.929Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-11-11T16:23:57.929Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-11-11T16:23:58.171Z] provisioning config files... [2020-11-11T16:23:58.197Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config4739747995959058130tmp [Pipeline] { [Pipeline] echo [2020-11-11T16:23:58.289Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-11T16:23:59.136Z] ---> create-netrc.sh [Pipeline] } [2020-11-11T16:23:59.192Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2020-11-11T16:23:59.320Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-11T16:24:00.119Z] ---> python-tools-install.sh [Pipeline] echo [2020-11-11T16:24:00.170Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-11T16:24:00.931Z] ---> sudo-logs.sh [2020-11-11T16:24:00.931Z] Archiving 'sudo' log.. [Pipeline] echo [2020-11-11T16:24:01.043Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-11T16:24:02.003Z] ---> job-cost.sh [2020-11-11T16:24:02.003Z] lf-activate-venv: SKIPPING [2020-11-11T16:24:02.003Z] INFO: No Stack... [2020-11-11T16:24:03.535Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2020-11-11T16:24:04.121Z] INFO: Archiving Costs [Pipeline] echo [2020-11-11T16:24:04.139Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-11T16:24:04.907Z] ---> logs-deploy.sh [2020-11-11T16:24:04.907Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/master/87 [2020-11-11T16:24:04.907Z] INFO: archiving workspace using pattern(s): [2020-11-11T16:24:10.633Z] Archives upload complete. [2020-11-11T16:24:10.633Z] INFO: archiving logs to Nexus