Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 92affc97e25621ac5a3617c0e5e42feb55191c77 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 57ded3389ef25720063a8030e5c426a6b7ea5b20 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 57ded3389ef25720063a8030e5c426a6b7ea5b20 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 57ded3389ef25720063a8030e5c426a6b7ea5b20 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 57ded3389ef25720063a8030e5c426a6b7ea5b20 # timeout=10 Commit message: "Merge pull request #323 from siggiskulason/update-snap-build" > 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 46d8313d362d7075c0f562900eedc504c24ea18a 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 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > 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 BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task Waiting for next available executor Running on prd-centos7-docker-4c-2g-1968 in /w/workspace/dgexfoundry_device-sdk-go_master [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/device-sdk-go.git > git init /w/workspace/dgexfoundry_device-sdk-go_master # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 Checking out Revision 92affc97e25621ac5a3617c0e5e42feb55191c77 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 92affc97e25621ac5a3617c0e5e42feb55191c77 # timeout=10 Commit message: "Merge pull request #898 from hahattan/issue-896" > git rev-list --no-walk 188b4cc14b9321dd8b2b5872b94485f2cb4f6961 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-04-27T03:57:05.813Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-04-27T03:57:05.926Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-04-27T03:57:05.955Z] ========================================================= [2021-04-27T03:57:05.955Z] EdgeX Global Pipelines Version Info [2021-04-27T03:57:05.955Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-04-27T03:57:07.778Z] ------------------- [2021-04-27T03:57:07.778Z] stable info: [2021-04-27T03:57:07.778Z] ------------------- [2021-04-27T03:57:07.778Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-04-27T03:57:07.778Z] Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 [2021-04-27T03:57:07.778Z] Message: update stable to v1.0.186 [2021-04-27T03:57:08.729Z] ------------------- [2021-04-27T03:57:08.729Z] experimental info: [2021-04-27T03:57:08.729Z] ------------------- [2021-04-27T03:57:08.729Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-04-27T03:57:08.729Z] Commit SHA: cb91434416315492d6e8e8a157e47fc41dd13198 [2021-04-27T03:57:08.729Z] Message: update experimental to v1.0.189 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-04-27T03:57:08.863Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-go-settings [Pipeline] echo [2021-04-27T03:57:08.887Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-go [Pipeline] echo [2021-04-27T03:57:08.911Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-04-27T03:57:08.936Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-04-27T03:57:08.960Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-04-27T03:57:08.986Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-04-27T03:57:09.010Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-04-27T03:57:09.045Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-04-27T03:57:09.071Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = example/cmd/device-simple/Dockerfile [Pipeline] echo [2021-04-27T03:57:09.094Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-04-27T03:57:09.118Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-04-27T03:57:09.142Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-sdk-simple [Pipeline] echo [2021-04-27T03:57:09.166Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-04-27T03:57:09.193Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-04-27T03:57:09.237Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-04-27T03:57:09.262Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2021-04-27T03:57:09.286Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2021-04-27T03:57:09.309Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2021-04-27T03:57:09.335Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-04-27T03:57:09.359Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2021-04-27T03:57:09.382Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-04-27T03:57:09.405Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-04-27T03:57:09.435Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2021-04-27T03:57:09.463Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2021-04-27T03:57:09.497Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2021-04-27T03:57:09.529Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-04-27T03:57:09.553Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2021-04-27T03:57:09.577Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2021-04-27T03:57:09.600Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2021-04-27T03:57:09.624Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 92affc97e25621ac5a3617c0e5e42feb55191c77 [Pipeline] echo [2021-04-27T03:57:09.649Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 92affc9 [Pipeline] echo [2021-04-27T03:57:09.721Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-04-27T03:57:09.797Z] provisioning config files... [2021-04-27T03:57:09.832Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config1479464346786886018tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-27T03:57:10.161Z] ---> docker-login.sh [2021-04-27T03:57:10.161Z] nexus3.edgexfoundry.org:10001 [2021-04-27T03:57:10.430Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-27T03:57:10.698Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-27T03:57:10.698Z] Configure a credential helper to remove this warning. See [2021-04-27T03:57:10.698Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-27T03:57:10.698Z] [2021-04-27T03:57:10.698Z] Login Succeeded [2021-04-27T03:57:10.698Z] nexus3.edgexfoundry.org:10002 [2021-04-27T03:57:10.963Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-27T03:57:10.963Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-27T03:57:10.963Z] Configure a credential helper to remove this warning. See [2021-04-27T03:57:10.963Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-27T03:57:10.963Z] [2021-04-27T03:57:10.963Z] Login Succeeded [2021-04-27T03:57:10.963Z] nexus3.edgexfoundry.org:10003 [2021-04-27T03:57:10.963Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-27T03:57:11.229Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-27T03:57:11.229Z] Configure a credential helper to remove this warning. See [2021-04-27T03:57:11.229Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-27T03:57:11.229Z] [2021-04-27T03:57:11.229Z] Login Succeeded [2021-04-27T03:57:11.229Z] nexus3.edgexfoundry.org:10004 [2021-04-27T03:57:11.229Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-27T03:57:11.229Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-27T03:57:11.229Z] Configure a credential helper to remove this warning. See [2021-04-27T03:57:11.229Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-27T03:57:11.229Z] [2021-04-27T03:57:11.229Z] Login Succeeded [2021-04-27T03:57:11.494Z] docker.io [2021-04-27T03:57:11.494Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-27T03:57:11.763Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-27T03:57:11.763Z] Configure a credential helper to remove this warning. See [2021-04-27T03:57:11.763Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-27T03:57:11.763Z] [2021-04-27T03:57:11.763Z] Login Succeeded [2021-04-27T03:57:11.763Z] ---> docker-login.sh ends [Pipeline] } [2021-04-27T03:57:11.775Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-04-27T03:57:12.267Z] + git log --format=format:%s -1 92affc97e25621ac5a3617c0e5e42feb55191c77 [Pipeline] echo [2021-04-27T03:57:12.374Z] GIT_COMMIT: 92affc97e25621ac5a3617c0e5e42feb55191c77, Commit Message: Merge pull request #898 from hahattan/issue-896 [Pipeline] echo [2021-04-27T03:57:12.387Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2021-04-27T03:57:13.323Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-27T03:57:13.324Z] [2021-04-27T03:57:13.324Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-04-27T03:57:13.694Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-27T03:57:13.694Z] latest: Pulling from edgex-devops/git-semver [2021-04-27T03:57:13.694Z] 31603596830f: Pulling fs layer [2021-04-27T03:57:13.694Z] 2a8b12db71e7: Pulling fs layer [2021-04-27T03:57:13.694Z] 6ca5941a6612: Pulling fs layer [2021-04-27T03:57:13.694Z] ecc8261a40a4: Pulling fs layer [2021-04-27T03:57:13.694Z] ecc8261a40a4: Waiting [2021-04-27T03:57:13.694Z] 2a8b12db71e7: Verifying Checksum [2021-04-27T03:57:13.694Z] 2a8b12db71e7: Download complete [2021-04-27T03:57:13.694Z] 31603596830f: Verifying Checksum [2021-04-27T03:57:13.694Z] 31603596830f: Download complete [2021-04-27T03:57:13.959Z] ecc8261a40a4: Verifying Checksum [2021-04-27T03:57:13.959Z] ecc8261a40a4: Download complete [2021-04-27T03:57:13.959Z] 6ca5941a6612: Verifying Checksum [2021-04-27T03:57:13.959Z] 6ca5941a6612: Download complete [2021-04-27T03:57:14.223Z] 31603596830f: Pull complete [2021-04-27T03:57:14.223Z] 2a8b12db71e7: Pull complete [2021-04-27T03:57:15.207Z] 6ca5941a6612: Pull complete [2021-04-27T03:57:15.476Z] ecc8261a40a4: Pull complete [2021-04-27T03:57:15.476Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-04-27T03:57:15.743Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-27T03:57:15.743Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-04-27T03:57:15.926Z] prd-centos7-docker-4c-2g-1968 does not seem to be running inside a container [2021-04-27T03:57:16.029Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-sdk-go_master -v /w/workspace/dgexfoundry_device-sdk-go_master:/w/workspace/dgexfoundry_device-sdk-go_master:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_master@tmp:/w/workspace/dgexfoundry_device-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-04-27T03:57:18.296Z] $ docker top c443772c74d79c08014fdf88a1251a79ff69e8fd6d4a8dc6bb648aaff91a1e49 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-04-27T03:57:18.487Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-27T03:57:18.487Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-27T03:57:18.744Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-27T03:57:18.750Z] $ docker exec c443772c74d79c08014fdf88a1251a79ff69e8fd6d4a8dc6bb648aaff91a1e49 ssh-agent [2021-04-27T03:57:18.948Z] SSH_AUTH_SOCK=/tmp/ssh-RuU3KhE0kHwZ/agent.11 [2021-04-27T03:57:18.948Z] SSH_AGENT_PID=16 [2021-04-27T03:57:18.964Z] Running ssh-add (command line suppressed) [2021-04-27T03:57:19.194Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_3404447516672878865.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_3404447516672878865.key) [2021-04-27T03:57:19.326Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-27T03:57:19.700Z] + git tag --points-at HEAD [Pipeline] } [2021-04-27T03:57:19.738Z] $ docker exec --env ******** --env ******** c443772c74d79c08014fdf88a1251a79ff69e8fd6d4a8dc6bb648aaff91a1e49 ssh-agent -k [2021-04-27T03:57:19.979Z] unset SSH_AUTH_SOCK; [2021-04-27T03:57:19.980Z] unset SSH_AGENT_PID; [2021-04-27T03:57:19.980Z] echo Agent pid 16 killed; [2021-04-27T03:57:20.055Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-04-27T03:57:20.103Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-27T03:57:20.103Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-27T03:57:20.456Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-27T03:57:20.463Z] $ docker exec c443772c74d79c08014fdf88a1251a79ff69e8fd6d4a8dc6bb648aaff91a1e49 ssh-agent [2021-04-27T03:57:20.711Z] SSH_AUTH_SOCK=/tmp/ssh-IPypEXd1VU01/agent.44 [2021-04-27T03:57:20.711Z] SSH_AGENT_PID=50 [2021-04-27T03:57:20.719Z] Running ssh-add (command line suppressed) [2021-04-27T03:57:20.891Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_4261378265512764159.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_4261378265512764159.key) [2021-04-27T03:57:20.983Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-27T03:57:21.651Z] + git semver init [2021-04-27T03:57:21.651Z] # -> Open(): unable to determine branch for HEAD [2021-04-27T03:57:21.651Z] # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git [2021-04-27T03:57:21.651Z] # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master [2021-04-27T03:57:21.651Z] # $SEMVER_REMOTE_NAME = origin [2021-04-27T03:57:21.651Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-04-27T03:57:21.651Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-04-27T03:57:21.651Z] # $SEMVER_BRANCH = master [2021-04-27T03:57:21.651Z] # $SEMVER_TEMP = /tmp/semver-788158245 [2021-04-27T03:57:21.651Z] # git clone --branch semver git@github.com:edgexfoundry/device-sdk-go.git $SEMVER_TEMP [2021-04-27T03:57:22.633Z] # '/tmp/semver-788158245' -> '/w/workspace/dgexfoundry_device-sdk-go_master/.semver' [2021-04-27T03:57:22.633Z] # -> Force: false [2021-04-27T03:57:22.633Z] # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver [Pipeline] } [2021-04-27T03:57:22.656Z] $ docker exec --env ******** --env ******** c443772c74d79c08014fdf88a1251a79ff69e8fd6d4a8dc6bb648aaff91a1e49 ssh-agent -k [2021-04-27T03:57:22.846Z] unset SSH_AUTH_SOCK; [2021-04-27T03:57:22.847Z] unset SSH_AGENT_PID; [2021-04-27T03:57:22.847Z] echo Agent pid 50 killed; [2021-04-27T03:57:22.921Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-04-27T03:57:23.265Z] + git semver [Pipeline] } [2021-04-27T03:57:23.298Z] $ docker stop --time=1 c443772c74d79c08014fdf88a1251a79ff69e8fd6d4a8dc6bb648aaff91a1e49 [2021-04-27T03:57:24.973Z] $ docker rm -f c443772c74d79c08014fdf88a1251a79ff69e8fd6d4a8dc6bb648aaff91a1e49 [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-27T03:57:25.386Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-04-27T03:57:25.956Z] Stashed 1 file(s) [Pipeline] echo [2021-04-27T03:57:25.959Z] [edgeXSemver]: initialized semver on version 2.0.0-dev.50 [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 [2021-04-27T03:57:41.137Z] Still waiting to schedule task [2021-04-27T03:57:41.138Z] ‘prd-centos7-docker-4c-2g-1969’ is offline; ‘prd-centos7-docker-4c-2g-1970’ is offline [2021-04-27T03:57:41.140Z] Still waiting to schedule task [2021-04-27T03:57:41.140Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2021-04-27T03:59:07.283Z] Running on prd-centos7-docker-4c-2g-1974 in /w/workspace/dgexfoundry_device-sdk-go_master [Pipeline] { [Pipeline] ws [2021-04-27T03:59:07.304Z] Running in /w/workspace/device-sdk-go/155 [Pipeline] { [Pipeline] checkout [2021-04-27T03:59:10.226Z] using credential edgex-jenkins-ssh [2021-04-27T03:59:10.257Z] Cloning the remote Git repository [2021-04-27T03:59:10.283Z] Cloning repository git@github.com:edgexfoundry/device-sdk-go.git [2021-04-27T03:59:10.351Z] > git init /w/workspace/device-sdk-go/155 # timeout=10 [2021-04-27T03:59:10.418Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2021-04-27T03:59:10.418Z] > git --version # timeout=10 [2021-04-27T03:59:10.424Z] > git --version # 'git version 2.24.3' [2021-04-27T03:59:10.425Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-27T03:59:10.451Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-27T03:59:11.732Z] Checking out Revision 92affc97e25621ac5a3617c0e5e42feb55191c77 (master) [2021-04-27T03:59:11.238Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2021-04-27T03:59:11.250Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-27T03:59:11.265Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2021-04-27T03:59:11.283Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2021-04-27T03:59:11.283Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-27T03:59:11.288Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-04-27T03:59:11.741Z] > git config core.sparsecheckout # timeout=10 [2021-04-27T03:59:11.747Z] > git checkout -f 92affc97e25621ac5a3617c0e5e42feb55191c77 # timeout=10 [2021-04-27T03:59:15.414Z] Commit message: "Merge pull request #898 from hahattan/issue-896" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-04-27T03:59:16.435Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-04-27T03:59:16.769Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-04-27T03:59:17.073Z] + sudo service docker restart [2021-04-27T03:59:17.074Z] + true [2021-04-27T03:59:17.074Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-04-27T03:59:18.071Z] provisioning config files... [2021-04-27T03:59:18.101Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/155@tmp/config8149566210154901854tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-27T03:59:18.436Z] ---> docker-login.sh [2021-04-27T03:59:18.436Z] nexus3.edgexfoundry.org:10001 [2021-04-27T03:59:18.699Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-27T03:59:18.963Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-27T03:59:18.963Z] Configure a credential helper to remove this warning. See [2021-04-27T03:59:18.963Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-27T03:59:18.963Z] [2021-04-27T03:59:18.963Z] Login Succeeded [2021-04-27T03:59:18.963Z] nexus3.edgexfoundry.org:10002 [2021-04-27T03:59:18.963Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-27T03:59:18.963Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-27T03:59:18.963Z] Configure a credential helper to remove this warning. See [2021-04-27T03:59:18.963Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-27T03:59:18.963Z] [2021-04-27T03:59:18.963Z] Login Succeeded [2021-04-27T03:59:18.963Z] nexus3.edgexfoundry.org:10003 [2021-04-27T03:59:19.227Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-27T03:59:19.227Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-27T03:59:19.227Z] Configure a credential helper to remove this warning. See [2021-04-27T03:59:19.227Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-27T03:59:19.227Z] [2021-04-27T03:59:19.227Z] Login Succeeded [2021-04-27T03:59:19.227Z] nexus3.edgexfoundry.org:10004 [2021-04-27T03:59:19.489Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-27T03:59:19.489Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-27T03:59:19.489Z] Configure a credential helper to remove this warning. See [2021-04-27T03:59:19.489Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-27T03:59:19.489Z] [2021-04-27T03:59:19.489Z] Login Succeeded [2021-04-27T03:59:19.489Z] docker.io [2021-04-27T03:59:19.489Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-27T03:59:19.755Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-27T03:59:19.755Z] Configure a credential helper to remove this warning. See [2021-04-27T03:59:19.755Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-27T03:59:19.755Z] [2021-04-27T03:59:19.755Z] Login Succeeded [2021-04-27T03:59:19.755Z] ---> docker-login.sh ends [Pipeline] } [2021-04-27T03:59:19.767Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-04-27T03:59:19.947Z] ========================================================= [2021-04-27T03:59:19.947Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-04-27T03:59:19.947Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-04-27T03:59:20.265Z] + 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 . [2021-04-27T03:59:20.266Z] Sending build context to Docker daemon 2.464MB [2021-04-27T03:59:20.266Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-04-27T03:59:20.266Z] Step 2/8 : FROM ${BASE} [2021-04-27T03:59:20.540Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-04-27T03:59:20.540Z] 188c0c94c7c5: Pulling fs layer [2021-04-27T03:59:20.540Z] 0ef7d3d256c8: Pulling fs layer [2021-04-27T03:59:20.540Z] de9db76c5a1d: Pulling fs layer [2021-04-27T03:59:20.540Z] bca2f99d35d6: Pulling fs layer [2021-04-27T03:59:20.540Z] 93359f2a8cfa: Pulling fs layer [2021-04-27T03:59:20.540Z] 7c6f9722023f: Pulling fs layer [2021-04-27T03:59:20.540Z] a35cf1a2eb13: Pulling fs layer [2021-04-27T03:59:20.540Z] 7c6f9722023f: Waiting [2021-04-27T03:59:20.540Z] 93359f2a8cfa: Waiting [2021-04-27T03:59:20.540Z] a35cf1a2eb13: Waiting [2021-04-27T03:59:20.540Z] bca2f99d35d6: Waiting [2021-04-27T03:59:20.540Z] de9db76c5a1d: Verifying Checksum [2021-04-27T03:59:20.540Z] de9db76c5a1d: Download complete [2021-04-27T03:59:20.540Z] 0ef7d3d256c8: Download complete [2021-04-27T03:59:20.540Z] 93359f2a8cfa: Download complete [2021-04-27T03:59:20.540Z] 7c6f9722023f: Verifying Checksum [2021-04-27T03:59:20.540Z] 7c6f9722023f: Download complete [2021-04-27T03:59:20.540Z] 188c0c94c7c5: Verifying Checksum [2021-04-27T03:59:20.540Z] 188c0c94c7c5: Download complete [2021-04-27T03:59:20.818Z] 188c0c94c7c5: Pull complete [2021-04-27T03:59:21.082Z] 0ef7d3d256c8: Pull complete [2021-04-27T03:59:21.348Z] de9db76c5a1d: Pull complete [2021-04-27T03:59:22.764Z] a35cf1a2eb13: Verifying Checksum [2021-04-27T03:59:22.764Z] a35cf1a2eb13: Download complete [2021-04-27T03:59:23.036Z] bca2f99d35d6: Verifying Checksum [2021-04-27T03:59:23.036Z] bca2f99d35d6: Download complete [2021-04-27T03:59:26.978Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-1972 in /w/workspace/dgexfoundry_device-sdk-go_master [Pipeline] { [Pipeline] ws [2021-04-27T03:59:26.996Z] Running in /w/workspace/device-sdk-go/155 [Pipeline] { [Pipeline] checkout [2021-04-27T03:59:29.695Z] bca2f99d35d6: Pull complete [2021-04-27T03:59:29.695Z] 93359f2a8cfa: Pull complete [2021-04-27T03:59:29.695Z] 7c6f9722023f: Pull complete [2021-04-27T03:59:32.915Z] using credential edgex-jenkins-ssh [2021-04-27T03:59:32.946Z] Cloning the remote Git repository [2021-04-27T03:59:33.012Z] Cloning repository git@github.com:edgexfoundry/device-sdk-go.git [2021-04-27T03:59:33.122Z] > git init /w/workspace/device-sdk-go/155 # timeout=10 [2021-04-27T03:59:33.193Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2021-04-27T03:59:33.194Z] > git --version # timeout=10 [2021-04-27T03:59:33.213Z] > git --version # 'git version 2.17.1' [2021-04-27T03:59:33.214Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-27T03:59:33.263Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-27T03:59:34.593Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2021-04-27T03:59:34.611Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-27T03:59:34.634Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2021-04-27T03:59:35.039Z] a35cf1a2eb13: Pull complete [2021-04-27T03:59:35.039Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-04-27T03:59:35.039Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-04-27T03:59:35.039Z] ---> a62c8e92a672 [2021-04-27T03:59:35.039Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-04-27T03:59:35.039Z] ---> Running in a420ce52a206 [2021-04-27T03:59:35.177Z] Checking out Revision 92affc97e25621ac5a3617c0e5e42feb55191c77 (master) [2021-04-27T03:59:35.305Z] Removing intermediate container a420ce52a206 [2021-04-27T03:59:35.305Z] ---> a67ce1f63f85 [2021-04-27T03:59:35.305Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-27T03:59:35.305Z] ---> Running in 25c6463a99ea [2021-04-27T03:59:34.671Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2021-04-27T03:59:34.672Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-27T03:59:34.681Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-04-27T03:59:35.199Z] > git config core.sparsecheckout # timeout=10 [2021-04-27T03:59:35.215Z] > git checkout -f 92affc97e25621ac5a3617c0e5e42feb55191c77 # timeout=10 [2021-04-27T03:59:36.255Z] Removing intermediate container 25c6463a99ea [2021-04-27T03:59:36.255Z] ---> 604e4e0a2c9c [2021-04-27T03:59:36.255Z] Step 5/8 : RUN apk add --update --no-cache make git gcc libc-dev libsodium-dev zeromq-dev [2021-04-27T03:59:36.520Z] ---> Running in 050a6895e8a5 [2021-04-27T03:59:37.482Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-27T03:59:38.061Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-27T03:59:38.638Z] (1/6) Installing libc-dev (0.7.2-r3) [2021-04-27T03:59:38.638Z] (2/6) Installing libsodium (1.0.18-r0) [2021-04-27T03:59:38.638Z] (3/6) Installing pkgconf (1.7.2-r0) [2021-04-27T03:59:38.902Z] (4/6) Installing libsodium-dev (1.0.18-r0) [2021-04-27T03:59:38.902Z] (5/6) Installing libzmq (4.3.3-r0) [2021-04-27T03:59:39.165Z] (6/6) Installing zeromq-dev (4.3.3-r0) [2021-04-27T03:59:39.165Z] Executing busybox-1.31.1-r19.trigger [2021-04-27T03:59:39.165Z] OK: 167 MiB in 45 packages [2021-04-27T03:59:39.443Z] Commit message: "Merge pull request #898 from hahattan/issue-896" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [2021-04-27T03:59:39.744Z] Removing intermediate container 050a6895e8a5 [2021-04-27T03:59:39.744Z] ---> 5359cf9e251d [2021-04-27T03:59:39.744Z] Step 6/8 : WORKDIR /device-sdk-go [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-04-27T03:59:40.012Z] ---> Running in 4240ac4e84d9 [2021-04-27T03:59:40.012Z] Removing intermediate container 4240ac4e84d9 [2021-04-27T03:59:40.012Z] ---> 10ab6222ccc2 [2021-04-27T03:59:40.012Z] Step 7/8 : COPY . . [2021-04-27T03:59:40.803Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-04-27T03:59:41.203Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-04-27T03:59:41.405Z] ---> 958f96079194 [2021-04-27T03:59:41.405Z] Step 8/8 : RUN go mod download [2021-04-27T03:59:41.405Z] ---> Running in a2168cfbeaaf [2021-04-27T03:59:41.545Z] + + true [2021-04-27T03:59:41.545Z] sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-04-27T03:59:44.209Z] provisioning config files... [2021-04-27T03:59:44.251Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/155@tmp/config6390712949333129405tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-27T03:59:44.632Z] ---> docker-login.sh [2021-04-27T03:59:44.632Z] nexus3.edgexfoundry.org:10001 [2021-04-27T03:59:45.618Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-27T03:59:45.893Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-27T03:59:45.893Z] Configure a credential helper to remove this warning. See [2021-04-27T03:59:45.893Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-27T03:59:45.893Z] [2021-04-27T03:59:45.893Z] Login Succeeded [2021-04-27T03:59:45.893Z] nexus3.edgexfoundry.org:10002 [2021-04-27T03:59:46.165Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-27T03:59:46.438Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-27T03:59:46.438Z] Configure a credential helper to remove this warning. See [2021-04-27T03:59:46.438Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-27T03:59:46.438Z] [2021-04-27T03:59:46.438Z] Login Succeeded [2021-04-27T03:59:46.438Z] nexus3.edgexfoundry.org:10003 [2021-04-27T03:59:46.713Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-27T03:59:46.714Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-27T03:59:46.714Z] Configure a credential helper to remove this warning. See [2021-04-27T03:59:46.714Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-27T03:59:46.714Z] [2021-04-27T03:59:46.714Z] Login Succeeded [2021-04-27T03:59:47.000Z] nexus3.edgexfoundry.org:10004 [2021-04-27T03:59:47.273Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-27T03:59:47.273Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-27T03:59:47.273Z] Configure a credential helper to remove this warning. See [2021-04-27T03:59:47.273Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-27T03:59:47.273Z] [2021-04-27T03:59:47.273Z] Login Succeeded [2021-04-27T03:59:47.273Z] docker.io [2021-04-27T03:59:47.869Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-27T03:59:48.140Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-27T03:59:48.140Z] Configure a credential helper to remove this warning. See [2021-04-27T03:59:48.140Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-27T03:59:48.140Z] [2021-04-27T03:59:48.141Z] Login Succeeded [2021-04-27T03:59:48.141Z] ---> docker-login.sh ends [Pipeline] } [2021-04-27T03:59:48.157Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-04-27T03:59:48.453Z] ========================================================= [2021-04-27T03:59:48.453Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-04-27T03:59:48.453Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-04-27T03:59:48.797Z] + 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 . [2021-04-27T03:59:49.073Z] Sending build context to Docker daemon 2.463MB [2021-04-27T03:59:49.359Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-04-27T03:59:49.359Z] Step 2/8 : FROM ${BASE} [2021-04-27T03:59:49.359Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-04-27T03:59:49.359Z] 5f621e34cdf4: Pulling fs layer [2021-04-27T03:59:49.359Z] a4357932f1b6: Pulling fs layer [2021-04-27T03:59:49.359Z] 18c013af1878: Pulling fs layer [2021-04-27T03:59:49.359Z] 00ac8860ef70: Pulling fs layer [2021-04-27T03:59:49.359Z] 63d7cb157983: Pulling fs layer [2021-04-27T03:59:49.359Z] b116817d02f9: Pulling fs layer [2021-04-27T03:59:49.359Z] 745a02a5169b: Pulling fs layer [2021-04-27T03:59:49.359Z] 63d7cb157983: Waiting [2021-04-27T03:59:49.359Z] b116817d02f9: Waiting [2021-04-27T03:59:49.359Z] 745a02a5169b: Waiting [2021-04-27T03:59:49.359Z] 00ac8860ef70: Waiting [2021-04-27T03:59:49.359Z] 18c013af1878: Download complete [2021-04-27T03:59:49.359Z] a4357932f1b6: Verifying Checksum [2021-04-27T03:59:49.359Z] a4357932f1b6: Download complete [2021-04-27T03:59:49.359Z] 63d7cb157983: Verifying Checksum [2021-04-27T03:59:49.359Z] 63d7cb157983: Download complete [2021-04-27T03:59:49.359Z] b116817d02f9: Download complete [2021-04-27T03:59:49.359Z] 5f621e34cdf4: Verifying Checksum [2021-04-27T03:59:49.359Z] 5f621e34cdf4: Download complete [2021-04-27T03:59:50.346Z] 5f621e34cdf4: Pull complete [2021-04-27T03:59:50.622Z] a4357932f1b6: Pull complete [2021-04-27T03:59:51.224Z] 18c013af1878: Pull complete [2021-04-27T03:59:51.224Z] 745a02a5169b: Verifying Checksum [2021-04-27T03:59:51.224Z] 745a02a5169b: Download complete [2021-04-27T03:59:52.666Z] 00ac8860ef70: Verifying Checksum [2021-04-27T03:59:52.666Z] 00ac8860ef70: Download complete [2021-04-27T04:00:02.839Z] 00ac8860ef70: Pull complete [2021-04-27T04:00:02.839Z] 63d7cb157983: Pull complete [2021-04-27T04:00:03.113Z] b116817d02f9: Pull complete [2021-04-27T04:00:07.420Z] 745a02a5169b: Pull complete [2021-04-27T04:00:07.420Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-04-27T04:00:07.420Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-04-27T04:00:07.420Z] ---> b7e6874047d6 [2021-04-27T04:00:07.420Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-04-27T04:00:08.077Z] Removing intermediate container a2168cfbeaaf [2021-04-27T04:00:08.077Z] ---> 030f14af479f [2021-04-27T04:00:08.077Z] Successfully built 030f14af479f [2021-04-27T04:00:08.077Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-04-27T04:00:08.397Z] + docker inspect -f . ci-base-image-x86_64 [2021-04-27T04:00:08.397Z] . [Pipeline] withDockerContainer [2021-04-27T04:00:08.527Z] prd-centos7-docker-4c-2g-1974 does not seem to be running inside a container [2021-04-27T04:00:08.586Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/155 -v /w/workspace/device-sdk-go/155:/w/workspace/device-sdk-go/155:rw,z -v /w/workspace/device-sdk-go/155@tmp:/w/workspace/device-sdk-go/155@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 [2021-04-27T04:00:09.410Z] $ docker top c63068775517467bc4b82e8ea90cc0e878402155a51d5b4613abba338de144c3 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-27T04:00:09.826Z] + go version [2021-04-27T04:00:09.827Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-04-27T04:00:09.841Z] $ docker stop --time=1 c63068775517467bc4b82e8ea90cc0e878402155a51d5b4613abba338de144c3 [2021-04-27T04:00:10.031Z] ---> Running in 964aef4eae25 [2021-04-27T04:00:10.031Z] Removing intermediate container 964aef4eae25 [2021-04-27T04:00:10.031Z] ---> 63679ffb83c7 [2021-04-27T04:00:10.031Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-27T04:00:10.305Z] ---> Running in 32f7a337e8ce [2021-04-27T04:00:11.237Z] $ docker rm -f c63068775517467bc4b82e8ea90cc0e878402155a51d5b4613abba338de144c3 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-27T04:00:11.765Z] + docker inspect -f . ci-base-image-x86_64 [2021-04-27T04:00:11.765Z] . [Pipeline] withDockerContainer [2021-04-27T04:00:11.869Z] prd-centos7-docker-4c-2g-1974 does not seem to be running inside a container [2021-04-27T04:00:11.921Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/155 -v /w/workspace/device-sdk-go/155:/w/workspace/device-sdk-go/155:rw,z -v /w/workspace/device-sdk-go/155@tmp:/w/workspace/device-sdk-go/155@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 [2021-04-27T04:00:12.280Z] Removing intermediate container 32f7a337e8ce [2021-04-27T04:00:12.280Z] ---> 38ce9e96cc04 [2021-04-27T04:00:12.280Z] Step 5/8 : RUN apk add --update --no-cache make git gcc libc-dev libsodium-dev zeromq-dev [2021-04-27T04:00:12.554Z] ---> Running in cd9d1dd34336 [2021-04-27T04:00:12.608Z] $ docker top 949b106c52dce853f660865be29e177b8c76045ffd9a35630c1242ab1076acad -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-27T04:00:13.072Z] + make test [2021-04-27T04:00:13.072Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-04-27T04:00:13.538Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-27T04:00:14.136Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-27T04:00:15.111Z] (1/6) Installing libc-dev (0.7.2-r3) [2021-04-27T04:00:15.111Z] (2/6) Installing libsodium (1.0.18-r0) [2021-04-27T04:00:15.111Z] (3/6) Installing pkgconf (1.7.2-r0) [2021-04-27T04:00:15.111Z] (4/6) Installing libsodium-dev (1.0.18-r0) [2021-04-27T04:00:15.386Z] (5/6) Installing libzmq (4.3.3-r0) [2021-04-27T04:00:15.386Z] (6/6) Installing zeromq-dev (4.3.3-r0) [2021-04-27T04:00:15.386Z] Executing busybox-1.31.1-r19.trigger [2021-04-27T04:00:15.386Z] OK: 144 MiB in 45 packages [2021-04-27T04:00:16.830Z] Removing intermediate container cd9d1dd34336 [2021-04-27T04:00:16.830Z] ---> 1b8810615ef7 [2021-04-27T04:00:16.830Z] Step 6/8 : WORKDIR /device-sdk-go [2021-04-27T04:00:16.830Z] ---> Running in 6a6c25f76d3b [2021-04-27T04:00:17.428Z] Removing intermediate container 6a6c25f76d3b [2021-04-27T04:00:17.428Z] ---> 348f2cd0478e [2021-04-27T04:00:17.428Z] Step 7/8 : COPY . . [2021-04-27T04:00:18.863Z] ---> 0dfbe711fee8 [2021-04-27T04:00:18.863Z] Step 8/8 : RUN go mod download [2021-04-27T04:00:18.863Z] ---> Running in fd1fb35d3247 [2021-04-27T04:00:21.306Z] ? github.com/edgexfoundry/device-sdk-go/v2 [no test files] [2021-04-27T04:00:43.415Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/cmd/device-simple [no test files] [2021-04-27T04:00:43.415Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/config [no test files] [2021-04-27T04:00:43.415Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/driver [no test files] [2021-04-27T04:00:43.415Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/application [no test files] [2021-04-27T04:00:43.415Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/autodiscovery [no test files] [2021-04-27T04:00:44.377Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/autoevent 0.101s coverage: 28.1% of statements [2021-04-27T04:00:44.647Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/cache 0.066s coverage: 78.9% of statements [2021-04-27T04:00:45.622Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/clients 1.054s coverage: 7.8% of statements [2021-04-27T04:00:45.622Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/common [no test files] [2021-04-27T04:00:45.622Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/config [no test files] [2021-04-27T04:00:45.622Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/container [no test files] [2021-04-27T04:00:45.622Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http 0.084s coverage: 30.2% of statements [2021-04-27T04:00:45.622Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http/correlation [no test files] [2021-04-27T04:00:45.622Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/provision [no test files] [2021-04-27T04:00:45.622Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/telemetry [no test files] [2021-04-27T04:00:45.698Z] Removing intermediate container fd1fb35d3247 [2021-04-27T04:00:45.698Z] ---> b4d0a225edcf [2021-04-27T04:00:45.698Z] Successfully built b4d0a225edcf [2021-04-27T04:00:45.698Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-04-27T04:00:46.038Z] + docker inspect -f . ci-base-image-arm64 [2021-04-27T04:00:46.039Z] . [Pipeline] withDockerContainer [2021-04-27T04:00:46.215Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/transformer 0.112s coverage: 57.2% of statements [2021-04-27T04:00:46.316Z] prd-ubuntu18.04-docker-arm64-4c-16g-1972 does not seem to be running inside a container [2021-04-27T04:00:46.399Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/155 -v /w/workspace/device-sdk-go/155:/w/workspace/device-sdk-go/155:rw,z -v /w/workspace/device-sdk-go/155@tmp:/w/workspace/device-sdk-go/155@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-arm64 cat [2021-04-27T04:00:46.862Z] ok github.com/edgexfoundry/device-sdk-go/v2/pkg/models 1.233s coverage: 6.6% of statements [2021-04-27T04:00:46.862Z] ok github.com/edgexfoundry/device-sdk-go/v2/pkg/service 0.058s coverage: 5.0% of statements [2021-04-27T04:00:46.862Z] ? github.com/edgexfoundry/device-sdk-go/v2/pkg/startup [no test files] [2021-04-27T04:00:46.862Z] GO111MODULE=on go vet ./... [2021-04-27T04:00:48.882Z] $ docker top 3a1497d736144676111382fe4811fa8a071c66600da86fcace967744736a04d9 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-27T04:00:49.891Z] + go version [2021-04-27T04:00:49.891Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-04-27T04:00:49.917Z] $ docker stop --time=1 3a1497d736144676111382fe4811fa8a071c66600da86fcace967744736a04d9 [2021-04-27T04:00:51.877Z] $ docker rm -f 3a1497d736144676111382fe4811fa8a071c66600da86fcace967744736a04d9 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-27T04:00:52.593Z] + docker inspect -f . ci-base-image-arm64 [2021-04-27T04:00:52.594Z] . [Pipeline] withDockerContainer [2021-04-27T04:00:52.868Z] prd-ubuntu18.04-docker-arm64-4c-16g-1972 does not seem to be running inside a container [2021-04-27T04:00:52.965Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/155 -v /w/workspace/device-sdk-go/155:/w/workspace/device-sdk-go/155:rw,z -v /w/workspace/device-sdk-go/155@tmp:/w/workspace/device-sdk-go/155@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-arm64 cat [2021-04-27T04:00:54.513Z] $ docker top e7ad84a3e0fe9a57e78a718e7a139a138dbc2c46c009a4d4b14e922ed0a348c8 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-27T04:00:55.480Z] + make test [2021-04-27T04:00:55.480Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-04-27T04:01:05.431Z] gofmt -l . [2021-04-27T04:01:05.432Z] [ "`gofmt -l .`" = "" ] [2021-04-27T04:01:05.432Z] ./bin/test-attribution-txt.sh [2021-04-27T04:01:05.432Z] ./bin/test-go-mod-tidy.sh [Pipeline] } [2021-04-27T04:01:05.452Z] $ docker stop --time=1 949b106c52dce853f660865be29e177b8c76045ffd9a35630c1242ab1076acad [2021-04-27T04:01:07.304Z] $ docker rm -f 949b106c52dce853f660865be29e177b8c76045ffd9a35630c1242ab1076acad [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-27T04:01:08.019Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-04-27T04:01:08.400Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2021-04-27T04:01:10.848Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-04-27T04:01:11.161Z] + ls -al . [2021-04-27T04:01:11.161Z] total 188 [2021-04-27T04:01:11.161Z] drwxrwxr-x. 10 jenkins jenkins 4096 Apr 27 04:01 . [2021-04-27T04:01:11.161Z] drwxrwxr-x. 4 jenkins jenkins 32 Apr 27 03:59 .. [2021-04-27T04:01:11.161Z] drwxrwxr-x. 2 jenkins jenkins 64 Apr 27 03:59 bin [2021-04-27T04:01:11.161Z] -rw-r--r--. 1 jenkins jenkins 100320 Apr 27 04:00 coverage.out [2021-04-27T04:01:11.161Z] -rw-rw-r--. 1 jenkins jenkins 987 Apr 27 03:59 Dockerfile.build [2021-04-27T04:01:11.161Z] -rw-rw-r--. 1 jenkins jenkins 140 Apr 27 03:59 .dockerignore [2021-04-27T04:01:11.161Z] drwxrwxr-x. 5 jenkins jenkins 62 Apr 27 03:59 example [2021-04-27T04:01:11.161Z] drwxrwxr-x. 8 jenkins jenkins 162 Apr 27 03:59 .git [2021-04-27T04:01:11.161Z] drwxrwxr-x. 2 jenkins jenkins 103 Apr 27 03:59 .github [2021-04-27T04:01:11.161Z] -rw-rw-r--. 1 jenkins jenkins 138 Apr 27 03:59 .gitignore [2021-04-27T04:01:11.161Z] -rw-r--r--. 1 jenkins jenkins 575 Apr 27 04:01 go.mod [2021-04-27T04:01:11.161Z] -rw-r--r--. 1 jenkins jenkins 20957 Apr 27 04:01 go.sum [2021-04-27T04:01:11.161Z] drwxrwxr-x. 14 jenkins jenkins 207 Apr 27 03:59 internal [2021-04-27T04:01:11.161Z] -rw-rw-r--. 1 jenkins jenkins 901 Apr 27 03:59 Jenkinsfile [2021-04-27T04:01:11.161Z] -rw-rw-r--. 1 jenkins jenkins 11341 Apr 27 03:59 LICENSE [2021-04-27T04:01:11.161Z] -rw-rw-r--. 1 jenkins jenkins 1022 Apr 27 03:59 Makefile [2021-04-27T04:01:11.161Z] drwxrwxr-x. 4 jenkins jenkins 26 Apr 27 03:59 openapi [2021-04-27T04:01:11.161Z] drwxrwxr-x. 5 jenkins jenkins 50 Apr 27 03:59 pkg [2021-04-27T04:01:11.161Z] -rw-rw-r--. 1 jenkins jenkins 7652 Apr 27 03:59 README.md [2021-04-27T04:01:11.161Z] -rw-rw-r--. 1 jenkins jenkins 6616 Apr 27 03:59 RELEASE-NOTES.txt [2021-04-27T04:01:11.161Z] drwxrwxr-x. 4 jenkins jenkins 54 Apr 27 03:59 snap [2021-04-27T04:01:11.161Z] -rw-rw-r--. 1 jenkins jenkins 12 Apr 27 03:57 VERSION [2021-04-27T04:01:11.161Z] -rw-rw-r--. 1 jenkins jenkins 222 Apr 27 03:59 version.go [Pipeline] isUnix [Pipeline] sh [2021-04-27T04:01:11.504Z] + 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=92affc97e25621ac5a3617c0e5e42feb55191c77 --label arch=amd64 --label version=2.0.0-dev.50 . [2021-04-27T04:01:11.766Z] Sending build context to Docker daemon 2.565MB [2021-04-27T04:01:11.766Z] Step 1/23 : ARG BASE=golang:1.15-alpine3.12 [2021-04-27T04:01:11.766Z] Step 2/23 : FROM ${BASE} AS builder [2021-04-27T04:01:11.766Z] ---> 030f14af479f [2021-04-27T04:01:11.766Z] Step 3/23 : WORKDIR /device-sdk-go [2021-04-27T04:01:12.364Z] ---> Running in d98416be690c [2021-04-27T04:01:12.364Z] Removing intermediate container d98416be690c [2021-04-27T04:01:12.364Z] ---> 3c32c57b8db2 [2021-04-27T04:01:12.364Z] Step 4/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-04-27T04:01:12.626Z] ---> Running in a2338aec79f1 [2021-04-27T04:01:12.626Z] Removing intermediate container a2338aec79f1 [2021-04-27T04:01:12.626Z] ---> 34b7e4642b62 [2021-04-27T04:01:12.626Z] Step 5/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-27T04:01:12.891Z] ---> Running in 5ca2c1550538 [2021-04-27T04:01:13.848Z] Removing intermediate container 5ca2c1550538 [2021-04-27T04:01:13.848Z] ---> 45e9fc641b75 [2021-04-27T04:01:13.848Z] Step 6/23 : RUN apk add --update --no-cache make git gcc libc-dev zeromq-dev libsodium-dev [2021-04-27T04:01:13.848Z] ---> Running in d23b13ba9c80 [2021-04-27T04:01:14.428Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-27T04:01:15.007Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-27T04:01:15.591Z] OK: 167 MiB in 45 packages [2021-04-27T04:01:16.170Z] Removing intermediate container d23b13ba9c80 [2021-04-27T04:01:16.170Z] ---> 181ce2e4b0ee [2021-04-27T04:01:16.170Z] Step 7/23 : COPY . . [2021-04-27T04:01:17.128Z] ---> c1411ee234fc [2021-04-27T04:01:17.128Z] Step 8/23 : RUN go mod download [2021-04-27T04:01:17.128Z] ---> Running in 6e1d5bca9442 [2021-04-27T04:01:17.664Z] ? github.com/edgexfoundry/device-sdk-go/v2 [no test files] [2021-04-27T04:01:18.532Z] Removing intermediate container 6e1d5bca9442 [2021-04-27T04:01:18.532Z] ---> e791777f70df [2021-04-27T04:01:18.532Z] Step 9/23 : RUN make build [2021-04-27T04:01:18.532Z] ---> Running in 77ed243af765 [2021-04-27T04:01:18.806Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-sdk-go/v2.Version=2.0.0-dev.50" -o example/cmd/device-simple/device-simple ./example/cmd/device-simple [2021-04-27T04:01:31.205Z] CGO_ENABLED=1 GO111MODULE=on go install -tags=safe [2021-04-27T04:01:32.159Z] Removing intermediate container 77ed243af765 [2021-04-27T04:01:32.159Z] ---> 8533fa0a26f1 [2021-04-27T04:01:32.159Z] Step 10/23 : FROM alpine:3.12 [2021-04-27T04:01:32.735Z] 3.12: Pulling from library/alpine [2021-04-27T04:01:32.735Z] 339de151aab4: Pulling fs layer [2021-04-27T04:01:32.997Z] 339de151aab4: Verifying Checksum [2021-04-27T04:01:32.997Z] 339de151aab4: Download complete [2021-04-27T04:01:33.261Z] 339de151aab4: Pull complete [2021-04-27T04:01:33.261Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-04-27T04:01:33.261Z] Status: Downloaded newer image for alpine:3.12 [2021-04-27T04:01:33.261Z] ---> 13621d1b12d4 [2021-04-27T04:01:33.261Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-04-27T04:01:33.261Z] ---> Running in 32fc54be47cb [2021-04-27T04:01:33.527Z] Removing intermediate container 32fc54be47cb [2021-04-27T04:01:33.527Z] ---> ac0e7c14841e [2021-04-27T04:01:33.527Z] Step 12/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-27T04:01:33.527Z] ---> Running in 25b3a1966f6e [2021-04-27T04:01:35.453Z] Removing intermediate container 25b3a1966f6e [2021-04-27T04:01:35.453Z] ---> 29b209ef1ab0 [2021-04-27T04:01:35.453Z] Step 13/23 : RUN apk add --update --no-cache zeromq [2021-04-27T04:01:35.453Z] ---> Running in 1afccc75948c [2021-04-27T04:01:35.715Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-27T04:01:36.671Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-27T04:01:36.933Z] (1/5) Installing libgcc (9.3.0-r2) [2021-04-27T04:01:37.196Z] (2/5) Installing libsodium (1.0.18-r0) [2021-04-27T04:01:37.196Z] (3/5) Installing libstdc++ (9.3.0-r2) [2021-04-27T04:01:37.460Z] (4/5) Installing libzmq (4.3.3-r0) [2021-04-27T04:01:37.460Z] (5/5) Installing zeromq (4.3.3-r0) [2021-04-27T04:01:37.460Z] Executing busybox-1.31.1-r20.trigger [2021-04-27T04:01:37.722Z] OK: 8 MiB in 19 packages [2021-04-27T04:01:38.300Z] Removing intermediate container 1afccc75948c [2021-04-27T04:01:38.300Z] ---> cb7b3d7be7b0 [2021-04-27T04:01:38.300Z] Step 14/23 : WORKDIR / [2021-04-27T04:01:38.300Z] ---> Running in d4398616f532 [2021-04-27T04:01:38.300Z] Removing intermediate container d4398616f532 [2021-04-27T04:01:38.300Z] ---> 2e2b1841cc4b [2021-04-27T04:01:38.300Z] Step 15/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/Attribution.txt /Attribution.txt [2021-04-27T04:01:38.566Z] ---> 1a9d006f4a86 [2021-04-27T04:01:38.566Z] Step 16/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /device-simple [2021-04-27T04:01:39.516Z] ---> 2e0a71d66d41 [2021-04-27T04:01:39.516Z] Step 17/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/ /res [2021-04-27T04:01:39.517Z] ---> 8e21c537ce97 [2021-04-27T04:01:39.517Z] Step 18/23 : EXPOSE 49990 [2021-04-27T04:01:39.517Z] ---> Running in c314b710fa37 [2021-04-27T04:01:39.781Z] Removing intermediate container c314b710fa37 [2021-04-27T04:01:39.781Z] ---> 4507d0be54c6 [2021-04-27T04:01:39.781Z] Step 19/23 : ENTRYPOINT ["/device-simple"] [2021-04-27T04:01:39.781Z] ---> Running in 1756d3403fb5 [2021-04-27T04:01:40.048Z] Removing intermediate container 1756d3403fb5 [2021-04-27T04:01:40.048Z] ---> 3f3575c15d1f [2021-04-27T04:01:40.048Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-27T04:01:40.048Z] ---> Running in ae0e1f0aca0d [2021-04-27T04:01:40.315Z] Removing intermediate container ae0e1f0aca0d [2021-04-27T04:01:40.315Z] ---> 0a16f46a3e09 [2021-04-27T04:01:40.315Z] Step 21/23 : LABEL arch=amd64 [2021-04-27T04:01:40.315Z] ---> Running in a94f7165eb32 [2021-04-27T04:01:40.577Z] Removing intermediate container a94f7165eb32 [2021-04-27T04:01:40.577Z] ---> 10624337ec75 [2021-04-27T04:01:40.577Z] Step 22/23 : LABEL git_sha=92affc97e25621ac5a3617c0e5e42feb55191c77 [2021-04-27T04:01:40.577Z] ---> Running in 629967feac19 [2021-04-27T04:01:40.842Z] Removing intermediate container 629967feac19 [2021-04-27T04:01:40.842Z] ---> 133e914900f0 [2021-04-27T04:01:40.842Z] Step 23/23 : LABEL version=2.0.0-dev.50 [2021-04-27T04:01:40.842Z] ---> Running in c52fe54af3e8 [2021-04-27T04:01:41.105Z] Removing intermediate container c52fe54af3e8 [2021-04-27T04:01:41.105Z] ---> 3c212ce14aef [2021-04-27T04:01:41.105Z] [Warning] One or more build-args [ARCH MAKE] were not consumed [2021-04-27T04:01:41.105Z] Successfully built 3c212ce14aef [2021-04-27T04:01:41.105Z] 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 Post stage [Pipeline] libraryResource [Pipeline] sh [2021-04-27T04:01:41.826Z] ---> job-cost.sh [2021-04-27T04:01:41.826Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-rf9g [2021-04-27T04:01:56.789Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-04-27T04:02:14.254Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/cmd/device-simple [no test files] [2021-04-27T04:02:14.254Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/config [no test files] [2021-04-27T04:02:14.254Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/driver [no test files] [2021-04-27T04:02:14.254Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/application [no test files] [2021-04-27T04:02:14.254Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/autodiscovery [no test files] [2021-04-27T04:02:20.997Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/autoevent 0.209s coverage: 28.1% of statements [2021-04-27T04:02:21.994Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/cache 0.191s coverage: 78.9% of statements [2021-04-27T04:02:21.994Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/clients 1.225s coverage: 7.8% of statements [2021-04-27T04:02:21.994Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/common [no test files] [2021-04-27T04:02:21.994Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/config [no test files] [2021-04-27T04:02:21.994Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/container [no test files] [2021-04-27T04:02:23.992Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http 0.245s coverage: 30.2% of statements [2021-04-27T04:02:23.992Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http/correlation [no test files] [2021-04-27T04:02:23.992Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/provision [no test files] [2021-04-27T04:02:23.992Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/telemetry [no test files] [2021-04-27T04:02:27.402Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/transformer 0.305s coverage: 57.2% of statements [2021-04-27T04:02:27.402Z] ok github.com/edgexfoundry/device-sdk-go/v2/pkg/models 3.166s coverage: 6.6% of statements [2021-04-27T04:02:27.402Z] ok github.com/edgexfoundry/device-sdk-go/v2/pkg/service 0.156s coverage: 5.0% of statements [2021-04-27T04:02:27.402Z] ? github.com/edgexfoundry/device-sdk-go/v2/pkg/startup [no test files] [2021-04-27T04:02:27.995Z] GO111MODULE=on go vet ./... [2021-04-27T04:02:28.960Z] lf-activate-venv(): INFO: Adding /tmp/venv-rf9g/bin to PATH [2021-04-27T04:02:28.960Z] INFO: No Stack... [2021-04-27T04:02:28.960Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-04-27T04:02:28.960Z] INFO: Archiving Costs [Pipeline] sh [2021-04-27T04:02:29.268Z] + cut -d, -f6 [2021-04-27T04:02:29.268Z] + cat /w/workspace/device-sdk-go/155/archives/cost.csv [Pipeline] lock [2021-04-27T04:02:29.351Z] Trying to acquire lock on [jenkins-edgexfoundry-device-sdk-go-master-155-stack-cost] [2021-04-27T04:02:29.361Z] Resource [jenkins-edgexfoundry-device-sdk-go-master-155-stack-cost] did not exist. Created. [2021-04-27T04:02:29.362Z] Lock acquired on [jenkins-edgexfoundry-device-sdk-go-master-155-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-04-27T04:02:29.690Z] + echo total: 0.029999999329447746 [Pipeline] stash [2021-04-27T04:02:29.816Z] Stashed 1 file(s) [Pipeline] } [2021-04-27T04:02:29.828Z] Lock released on resource [jenkins-edgexfoundry-device-sdk-go-master-155-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-04-27T04:03:15.010Z] gofmt -l . [2021-04-27T04:03:15.010Z] [ "`gofmt -l .`" = "" ] [2021-04-27T04:03:15.010Z] ./bin/test-attribution-txt.sh [2021-04-27T04:03:15.991Z] ./bin/test-go-mod-tidy.sh [Pipeline] } [2021-04-27T04:03:16.614Z] $ docker stop --time=1 e7ad84a3e0fe9a57e78a718e7a139a138dbc2c46c009a4d4b14e922ed0a348c8 [2021-04-27T04:03:19.033Z] $ docker rm -f e7ad84a3e0fe9a57e78a718e7a139a138dbc2c46c009a4d4b14e922ed0a348c8 [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-27T04:03:20.107Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-04-27T04:03:20.140Z] Warning: overwriting stash ‘coverage-report’ [2021-04-27T04:03:21.344Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-04-27T04:03:21.816Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-04-27T04:03:22.176Z] + ls -al . [2021-04-27T04:03:22.176Z] total 224 [2021-04-27T04:03:22.176Z] drwxrwxr-x 10 jenkins jenkins 4096 Apr 27 04:03 . [2021-04-27T04:03:22.176Z] drwxrwxr-x 4 jenkins jenkins 4096 Apr 27 03:59 .. [2021-04-27T04:03:22.176Z] -rw-rw-r-- 1 jenkins jenkins 140 Apr 27 03:59 .dockerignore [2021-04-27T04:03:22.176Z] drwxrwxr-x 8 jenkins jenkins 4096 Apr 27 03:59 .git [2021-04-27T04:03:22.176Z] drwxrwxr-x 2 jenkins jenkins 4096 Apr 27 03:59 .github [2021-04-27T04:03:22.176Z] -rw-rw-r-- 1 jenkins jenkins 138 Apr 27 03:59 .gitignore [2021-04-27T04:03:22.176Z] -rw-rw-r-- 1 jenkins jenkins 987 Apr 27 03:59 Dockerfile.build [2021-04-27T04:03:22.176Z] -rw-rw-r-- 1 jenkins jenkins 901 Apr 27 03:59 Jenkinsfile [2021-04-27T04:03:22.176Z] -rw-rw-r-- 1 jenkins jenkins 11341 Apr 27 03:59 LICENSE [2021-04-27T04:03:22.176Z] -rw-rw-r-- 1 jenkins jenkins 1022 Apr 27 03:59 Makefile [2021-04-27T04:03:22.176Z] -rw-rw-r-- 1 jenkins jenkins 7652 Apr 27 03:59 README.md [2021-04-27T04:03:22.176Z] -rw-rw-r-- 1 jenkins jenkins 6616 Apr 27 03:59 RELEASE-NOTES.txt [2021-04-27T04:03:22.176Z] -rw-rw-r-- 1 jenkins jenkins 12 Apr 27 03:57 VERSION [2021-04-27T04:03:22.176Z] drwxrwxr-x 2 jenkins jenkins 4096 Apr 27 03:59 bin [2021-04-27T04:03:22.176Z] -rw-r--r-- 1 jenkins jenkins 100320 Apr 27 04:02 coverage.out [2021-04-27T04:03:22.176Z] drwxrwxr-x 5 jenkins jenkins 4096 Apr 27 03:59 example [2021-04-27T04:03:22.176Z] -rw-r--r-- 1 jenkins jenkins 575 Apr 27 04:03 go.mod [2021-04-27T04:03:22.176Z] -rw-r--r-- 1 jenkins jenkins 20957 Apr 27 04:03 go.sum [2021-04-27T04:03:22.176Z] drwxrwxr-x 14 jenkins jenkins 4096 Apr 27 03:59 internal [2021-04-27T04:03:22.176Z] drwxrwxr-x 4 jenkins jenkins 4096 Apr 27 03:59 openapi [2021-04-27T04:03:22.176Z] drwxrwxr-x 5 jenkins jenkins 4096 Apr 27 03:59 pkg [2021-04-27T04:03:22.176Z] drwxrwxr-x 4 jenkins jenkins 4096 Apr 27 03:59 snap [2021-04-27T04:03:22.176Z] -rw-rw-r-- 1 jenkins jenkins 222 Apr 27 03:59 version.go [Pipeline] isUnix [Pipeline] sh [2021-04-27T04:03:22.568Z] + 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=92affc97e25621ac5a3617c0e5e42feb55191c77 --label arch=arm64 --label version=2.0.0-dev.50 . [2021-04-27T04:03:23.225Z] Sending build context to Docker daemon 2.564MB [2021-04-27T04:03:23.225Z] Step 1/23 : ARG BASE=golang:1.15-alpine3.12 [2021-04-27T04:03:23.225Z] Step 2/23 : FROM ${BASE} AS builder [2021-04-27T04:03:23.225Z] ---> b4d0a225edcf [2021-04-27T04:03:23.225Z] Step 3/23 : WORKDIR /device-sdk-go [2021-04-27T04:03:24.119Z] ---> Running in 120966a5bb1c [2021-04-27T04:03:24.119Z] Removing intermediate container 120966a5bb1c [2021-04-27T04:03:24.119Z] ---> 60c2c24a3e1c [2021-04-27T04:03:24.119Z] Step 4/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-04-27T04:03:24.119Z] ---> Running in a858c087c994 [2021-04-27T04:03:24.727Z] Removing intermediate container a858c087c994 [2021-04-27T04:03:24.727Z] ---> 43c04087205d [2021-04-27T04:03:24.727Z] Step 5/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-27T04:03:24.727Z] ---> Running in 326336ea823d [2021-04-27T04:03:27.372Z] Removing intermediate container 326336ea823d [2021-04-27T04:03:27.372Z] ---> 7436a23d652a [2021-04-27T04:03:27.372Z] Step 6/23 : RUN apk add --update --no-cache make git gcc libc-dev zeromq-dev libsodium-dev [2021-04-27T04:03:27.372Z] ---> Running in 103c7bbf5a1f [2021-04-27T04:03:28.346Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-27T04:03:28.940Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-27T04:03:29.915Z] OK: 144 MiB in 45 packages [2021-04-27T04:03:30.891Z] Removing intermediate container 103c7bbf5a1f [2021-04-27T04:03:30.891Z] ---> 7414060acf9e [2021-04-27T04:03:30.891Z] Step 7/23 : COPY . . [2021-04-27T04:03:32.341Z] ---> 8c5ae5060edf [2021-04-27T04:03:32.341Z] Step 8/23 : RUN go mod download [2021-04-27T04:03:32.341Z] ---> Running in 777c10648d5c [2021-04-27T04:03:34.953Z] Removing intermediate container 777c10648d5c [2021-04-27T04:03:34.953Z] ---> dc7238fe4028 [2021-04-27T04:03:34.953Z] Step 9/23 : RUN make build [2021-04-27T04:03:34.953Z] ---> Running in 1484c270b3b9 [2021-04-27T04:03:35.939Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-sdk-go/v2.Version=2.0.0-dev.50" -o example/cmd/device-simple/device-simple ./example/cmd/device-simple [2021-04-27T04:04:14.958Z] CGO_ENABLED=1 GO111MODULE=on go install -tags=safe [2021-04-27T04:04:14.958Z] Removing intermediate container 1484c270b3b9 [2021-04-27T04:04:14.958Z] ---> 27760bb23a59 [2021-04-27T04:04:14.958Z] Step 10/23 : FROM alpine:3.12 [2021-04-27T04:04:15.231Z] 3.12: Pulling from library/alpine [2021-04-27T04:04:15.231Z] d2f70382dc9a: Pulling fs layer [2021-04-27T04:04:15.505Z] d2f70382dc9a: Verifying Checksum [2021-04-27T04:04:15.505Z] d2f70382dc9a: Download complete [2021-04-27T04:04:16.099Z] d2f70382dc9a: Pull complete [2021-04-27T04:04:16.099Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-04-27T04:04:16.099Z] Status: Downloaded newer image for alpine:3.12 [2021-04-27T04:04:16.099Z] ---> 9852663dfa18 [2021-04-27T04:04:16.099Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-04-27T04:04:16.372Z] ---> Running in 06eeb4d0c89d [2021-04-27T04:04:16.658Z] Removing intermediate container 06eeb4d0c89d [2021-04-27T04:04:16.658Z] ---> d1d3ea1ed71b [2021-04-27T04:04:16.658Z] Step 12/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-27T04:04:16.933Z] ---> Running in 917acd232233 [2021-04-27T04:04:18.910Z] Removing intermediate container 917acd232233 [2021-04-27T04:04:18.910Z] ---> 6cdbf3665101 [2021-04-27T04:04:18.910Z] Step 13/23 : RUN apk add --update --no-cache zeromq [2021-04-27T04:04:19.183Z] ---> Running in da63be921c72 [2021-04-27T04:04:20.614Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-27T04:04:21.209Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-27T04:04:22.194Z] (1/5) Installing libgcc (9.3.0-r2) [2021-04-27T04:04:22.194Z] (2/5) Installing libsodium (1.0.18-r0) [2021-04-27T04:04:22.195Z] (3/5) Installing libstdc++ (9.3.0-r2) [2021-04-27T04:04:22.465Z] (4/5) Installing libzmq (4.3.3-r0) [2021-04-27T04:04:22.465Z] (5/5) Installing zeromq (4.3.3-r0) [2021-04-27T04:04:22.738Z] Executing busybox-1.31.1-r20.trigger [2021-04-27T04:04:22.738Z] OK: 8 MiB in 19 packages [2021-04-27T04:04:23.719Z] Removing intermediate container da63be921c72 [2021-04-27T04:04:23.719Z] ---> 3623848fb236 [2021-04-27T04:04:23.719Z] Step 14/23 : WORKDIR / [2021-04-27T04:04:23.992Z] ---> Running in 6372bdbc395c [2021-04-27T04:04:24.585Z] Removing intermediate container 6372bdbc395c [2021-04-27T04:04:24.585Z] ---> b6347aafb46b [2021-04-27T04:04:24.585Z] Step 15/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/Attribution.txt /Attribution.txt [2021-04-27T04:04:25.192Z] ---> 50e1bdd34ed7 [2021-04-27T04:04:25.192Z] Step 16/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /device-simple [2021-04-27T04:04:26.641Z] ---> b6599e91f1d8 [2021-04-27T04:04:26.641Z] Step 17/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/ /res [2021-04-27T04:04:27.236Z] ---> 9bbaff816a78 [2021-04-27T04:04:27.236Z] Step 18/23 : EXPOSE 49990 [2021-04-27T04:04:27.236Z] ---> Running in 0d628a37e41f [2021-04-27T04:04:27.835Z] Removing intermediate container 0d628a37e41f [2021-04-27T04:04:27.835Z] ---> ba2b36b9dbd7 [2021-04-27T04:04:27.835Z] Step 19/23 : ENTRYPOINT ["/device-simple"] [2021-04-27T04:04:27.835Z] ---> Running in 208facc46914 [2021-04-27T04:04:28.440Z] Removing intermediate container 208facc46914 [2021-04-27T04:04:28.441Z] ---> c0e1e3b0d4b6 [2021-04-27T04:04:28.441Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-27T04:04:28.441Z] ---> Running in 445bfa984a13 [2021-04-27T04:04:29.037Z] Removing intermediate container 445bfa984a13 [2021-04-27T04:04:29.037Z] ---> cb7c3355ae71 [2021-04-27T04:04:29.037Z] Step 21/23 : LABEL arch=arm64 [2021-04-27T04:04:29.037Z] ---> Running in fb4f96db1f2d [2021-04-27T04:04:29.634Z] Removing intermediate container fb4f96db1f2d [2021-04-27T04:04:29.634Z] ---> 333b96145025 [2021-04-27T04:04:29.634Z] Step 22/23 : LABEL git_sha=92affc97e25621ac5a3617c0e5e42feb55191c77 [2021-04-27T04:04:29.634Z] ---> Running in 3bf691ef680c [2021-04-27T04:04:30.231Z] Removing intermediate container 3bf691ef680c [2021-04-27T04:04:30.231Z] ---> 426cfa3215e8 [2021-04-27T04:04:30.231Z] Step 23/23 : LABEL version=2.0.0-dev.50 [2021-04-27T04:04:30.231Z] ---> Running in 13e0fd5e3871 [2021-04-27T04:04:30.830Z] Removing intermediate container 13e0fd5e3871 [2021-04-27T04:04:30.830Z] ---> c994adbd350e [2021-04-27T04:04:30.830Z] [Warning] One or more build-args [ARCH MAKE] were not consumed [2021-04-27T04:04:30.830Z] Successfully built c994adbd350e [2021-04-27T04:04:30.830Z] 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 Post stage [Pipeline] libraryResource [Pipeline] sh [2021-04-27T04:04:31.307Z] ---> job-cost.sh [2021-04-27T04:04:31.307Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-z8W1 [2021-04-27T04:05:18.250Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-04-27T04:06:54.990Z] lf-activate-venv(): INFO: Adding /tmp/venv-z8W1/bin to PATH [2021-04-27T04:06:54.990Z] INFO: No Stack... [2021-04-27T04:06:55.583Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-04-27T04:06:56.178Z] INFO: Archiving Costs [Pipeline] sh [2021-04-27T04:06:56.517Z] + cut -d, -f6 [2021-04-27T04:06:56.518Z] + cat /w/workspace/device-sdk-go/155/archives/cost.csv [Pipeline] lock [2021-04-27T04:06:56.626Z] Trying to acquire lock on [jenkins-edgexfoundry-device-sdk-go-master-155-stack-cost] [2021-04-27T04:06:56.634Z] Resource [jenkins-edgexfoundry-device-sdk-go-master-155-stack-cost] did not exist. Created. [2021-04-27T04:06:56.634Z] Lock acquired on [jenkins-edgexfoundry-device-sdk-go-master-155-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-04-27T04:06:56.993Z] /w/workspace/device-sdk-go/155@tmp/durable-79bc1619/script.sh: 1: /w/workspace/device-sdk-go/155@tmp/durable-79bc1619/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh [2021-04-27T04:06:57.340Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-04-27T04:06:57.361Z] Warning: overwriting stash ‘stack-cost’ [2021-04-27T04:06:57.519Z] Stashed 1 file(s) [Pipeline] } [2021-04-27T04:06:57.532Z] Lock released on resource [jenkins-edgexfoundry-device-sdk-go-master-155-stack-cost] [Pipeline] // lock [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 [2021-04-27T04:06:58.071Z] provisioning config files... [2021-04-27T04:06:58.082Z] copy managed file [device-sdk-go-codecov-token] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config6498783291250332691tmp [Pipeline] { [Pipeline] sh [2021-04-27T04:06:58.402Z] + set +x [2021-04-27T04:06:58.402Z] + curl -s https://codecov.io/bash [2021-04-27T04:06:58.402Z] + bash -s -- [2021-04-27T04:06:58.665Z] [2021-04-27T04:06:58.665Z] _____ _ [2021-04-27T04:06:58.665Z] / ____| | | [2021-04-27T04:06:58.665Z] | | ___ __| | ___ ___ _____ __ [2021-04-27T04:06:58.665Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-04-27T04:06:58.665Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-04-27T04:06:58.665Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-04-27T04:06:58.665Z] Bash-1.0.2 [2021-04-27T04:06:58.665Z] [2021-04-27T04:06:58.665Z] [2021-04-27T04:06:58.665Z] ==> git version 2.24.3 found [2021-04-27T04:06:58.665Z] ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 [2021-04-27T04:06:58.665Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-04-27T04:06:58.665Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-04-27T04:06:58.665Z] ==> Jenkins CI detected. [2021-04-27T04:06:58.665Z] project root: . [2021-04-27T04:06:58.665Z] --> token set from env [2021-04-27T04:06:58.665Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-04-27T04:06:58.665Z] ==> Running gcov in . (disable via -X gcov) [2021-04-27T04:06:58.665Z] ==> Python coveragepy not found [2021-04-27T04:06:58.665Z] ==> Searching for coverage reports in: [2021-04-27T04:06:58.665Z] + . [2021-04-27T04:06:58.665Z] -> Found 1 reports [2021-04-27T04:06:58.665Z] ==> Detecting git/mercurial file structure [2021-04-27T04:06:58.665Z] ==> Reading reports [2021-04-27T04:06:58.665Z] + ./coverage.out bytes=100320 [2021-04-27T04:06:58.665Z] ==> Appending adjustments [2021-04-27T04:06:58.665Z] https://docs.codecov.io/docs/fixing-reports [2021-04-27T04:06:58.931Z] + Found adjustments [2021-04-27T04:06:59.203Z] ==> Gzipping contents [2021-04-27T04:06:59.203Z] 16K /tmp/codecov.KZ78D2.gz [2021-04-27T04:06:59.203Z] ==> Uploading reports [2021-04-27T04:06:59.203Z] url: https://codecov.io [2021-04-27T04:06:59.203Z] query: branch=master&commit=92affc97e25621ac5a3617c0e5e42feb55191c77&build=155&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2Fmaster%2F155%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=&job=&cmd_args= [2021-04-27T04:06:59.203Z] -> Pinging Codecov [2021-04-27T04:06:59.203Z] https://codecov.io/upload/v4?package=bash-1.0.2&token=secret&branch=master&commit=92affc97e25621ac5a3617c0e5e42feb55191c77&build=155&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2Fmaster%2F155%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=&job=&cmd_args= [2021-04-27T04:06:59.780Z] -> Uploading to [2021-04-27T04:06:59.780Z] https://storage.googleapis.com/codecov/v4/raw/2021-04-27/7E55EF52A471D76F132DFD9A03CDDE97/92affc97e25621ac5a3617c0e5e42feb55191c77/37e87248-19b3-4ead-b8b4-63bbdb8b20fc.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQM3VGPYSAFECJRMNAFIPCV2R3P2BOORCJC7NM537NPJQSFLHUDNIDWA%2F20210427%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210427T040659Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=2e87683295a680bf061814340a1f10f3508b7f8ec433413b938e77434dfafa3d [2021-04-27T04:06:59.780Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-04-27T04:06:59.780Z] Dload Upload Total Spent Left Speed [2021-04-27T04:07:00.043Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 13535 0 0 100 13535 0 27195 --:--:-- --:--:-- --:--:-- 27178 [2021-04-27T04:07:00.043Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/device-sdk-go/commit/92affc97e25621ac5a3617c0e5e42feb55191c77 [Pipeline] } [2021-04-27T04:07:00.054Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo [2021-04-27T04:07:00.749Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2021-04-27T04:07:00.785Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-27T04:07:01.108Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-04-27T04:07:01.109Z] [2021-04-27T04:07:01.109Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh [2021-04-27T04:07:01.483Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-04-27T04:07:01.483Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2021-04-27T04:07:01.483Z] 188c0c94c7c5: Pulling fs layer [2021-04-27T04:07:01.483Z] 0ef7d3d256c8: Pulling fs layer [2021-04-27T04:07:01.483Z] de9db76c5a1d: Pulling fs layer [2021-04-27T04:07:01.483Z] 0eba1c9be4d2: Pulling fs layer [2021-04-27T04:07:01.483Z] 0d57e429df01: Pulling fs layer [2021-04-27T04:07:01.483Z] 4e4be7b47b0d: Pulling fs layer [2021-04-27T04:07:01.483Z] e1f770b5df2f: Pulling fs layer [2021-04-27T04:07:01.483Z] 85a0685a4137: Pulling fs layer [2021-04-27T04:07:01.483Z] 0eba1c9be4d2: Waiting [2021-04-27T04:07:01.483Z] 0d57e429df01: Waiting [2021-04-27T04:07:01.483Z] 4e4be7b47b0d: Waiting [2021-04-27T04:07:01.483Z] e1f770b5df2f: Waiting [2021-04-27T04:07:01.483Z] de9db76c5a1d: Verifying Checksum [2021-04-27T04:07:01.483Z] de9db76c5a1d: Download complete [2021-04-27T04:07:01.483Z] 0ef7d3d256c8: Download complete [2021-04-27T04:07:01.483Z] 0d57e429df01: Download complete [2021-04-27T04:07:01.758Z] 4e4be7b47b0d: Verifying Checksum [2021-04-27T04:07:01.758Z] 4e4be7b47b0d: Download complete [2021-04-27T04:07:01.758Z] 188c0c94c7c5: Download complete [2021-04-27T04:07:02.023Z] 188c0c94c7c5: Pull complete [2021-04-27T04:07:02.313Z] 0ef7d3d256c8: Pull complete [2021-04-27T04:07:02.600Z] de9db76c5a1d: Pull complete [2021-04-27T04:07:03.186Z] e1f770b5df2f: Verifying Checksum [2021-04-27T04:07:03.186Z] e1f770b5df2f: Download complete [2021-04-27T04:07:06.634Z] 0eba1c9be4d2: Download complete [2021-04-27T04:07:06.917Z] 85a0685a4137: Verifying Checksum [2021-04-27T04:07:06.918Z] 85a0685a4137: Download complete [2021-04-27T04:07:15.225Z] 0eba1c9be4d2: Pull complete [2021-04-27T04:07:15.225Z] 0d57e429df01: Pull complete [2021-04-27T04:07:15.489Z] 4e4be7b47b0d: Pull complete [2021-04-27T04:07:16.903Z] e1f770b5df2f: Pull complete [2021-04-27T04:07:25.178Z] 85a0685a4137: Pull complete [2021-04-27T04:07:25.178Z] Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 [2021-04-27T04:07:25.178Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-04-27T04:07:25.178Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer [2021-04-27T04:07:25.474Z] prd-centos7-docker-4c-2g-1968 does not seem to be running inside a container [2021-04-27T04:07:25.537Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/dgexfoundry_device-sdk-go_master -v /w/workspace/dgexfoundry_device-sdk-go_master:/w/workspace/dgexfoundry_device-sdk-go_master:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_master@tmp:/w/workspace/dgexfoundry_device-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2021-04-27T04:07:26.958Z] $ docker top c655b9216752b88b12f8cf690652216540e1db6a12f722ee74ae8f2c91ea64fe -eo pid,comm [Pipeline] { [Pipeline] echo [2021-04-27T04:07:27.220Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh [2021-04-27T04:07:27.652Z] + set -o pipefail [2021-04-27T04:07:27.652Z] + snyk monitor '--org=edgex-jenkins' [2021-04-27T04:07:37.749Z] [2021-04-27T04:07:37.749Z] Monitoring /w/workspace/dgexfoundry_device-sdk-go_master (github.com/edgexfoundry/device-sdk-go/v2)... [2021-04-27T04:07:37.749Z] [2021-04-27T04:07:37.749Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/a91414f5-c324-409e-a494-413a27791127/history/349cba28-b147-4140-8e96-a922231c471e [2021-04-27T04:07:37.749Z] [2021-04-27T04:07:37.749Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2021-04-27T04:07:37.749Z] [2021-04-27T04:07:37.749Z] [Pipeline] } [2021-04-27T04:07:37.768Z] $ docker stop --time=1 c655b9216752b88b12f8cf690652216540e1db6a12f722ee74ae8f2c91ea64fe [2021-04-27T04:07:40.686Z] $ docker rm -f c655b9216752b88b12f8cf690652216540e1db6a12f722ee74ae8f2c91ea64fe [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [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 [2021-04-27T04:07:41.669Z] [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-04-27T04:07:41.694Z] provisioning config files... [2021-04-27T04:07:41.708Z] copy managed file [swaggerhub-api-key] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config6769427801696197498tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-27T04:07:42.050Z] --> edgex-publish-swagger.sh [2021-04-27T04:07:42.050Z] === Publish openapi/v1 API === [2021-04-27T04:07:42.050Z] [publishToSwagger] Publishing the API Docs [openapi/v1] to Swagger [2021-04-27T04:07:42.050Z] [publishToSwagger] Publishing API Name [device-sdk] [/w/workspace/dgexfoundry_device-sdk-go_master/openapi/v1/device-sdk.yaml] [2021-04-27T04:07:42.051Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-04-27T04:07:42.051Z] Dload Upload Total Spent Left Speed [2021-04-27T04:07:42.640Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 19947 0 0 100 19947 0 26341 --:--:-- --:--:-- --:--:-- 26350 100 19947 0 0 100 19947 0 26332 --:--:-- --:--:-- --:--:-- 26315 [2021-04-27T04:07:42.640Z] [2021-04-27T04:07:42.640Z] [2021-04-27T04:07:42.640Z] === Publish openapi/v2 API === [2021-04-27T04:07:42.640Z] [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger [2021-04-27T04:07:42.640Z] [publishToSwagger] Publishing API Name [device-sdk] [/w/workspace/dgexfoundry_device-sdk-go_master/openapi/v2/device-sdk.yaml] [2021-04-27T04:07:42.905Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-04-27T04:07:42.905Z] Dload Upload Total Spent Left Speed [2021-04-27T04:07:43.487Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 51483 0 0 100 51483 0 74106 --:--:-- --:--:-- --:--:-- 74182 [2021-04-27T04:07:43.487Z] [2021-04-27T04:07:43.487Z] [Pipeline] } [2021-04-27T04:07:43.501Z] 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 [2021-04-27T04:07:43.991Z] + git log --format=format:%s -1 92affc97e25621ac5a3617c0e5e42feb55191c77 [Pipeline] isUnix [Pipeline] sh [2021-04-27T04:07:44.312Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-27T04:07:44.313Z] . [Pipeline] withDockerContainer [2021-04-27T04:07:44.423Z] prd-centos7-docker-4c-2g-1968 does not seem to be running inside a container [2021-04-27T04:07:44.484Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-sdk-go_master -v /w/workspace/dgexfoundry_device-sdk-go_master:/w/workspace/dgexfoundry_device-sdk-go_master:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_master@tmp:/w/workspace/dgexfoundry_device-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-04-27T04:07:45.401Z] $ docker top 2361cba41e4ea30a5ddc82462790d0c9b73b7c0de04bb7b510306d9dbbdab450 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-04-27T04:07:45.662Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-27T04:07:45.662Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-27T04:07:45.960Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-27T04:07:45.965Z] $ docker exec 2361cba41e4ea30a5ddc82462790d0c9b73b7c0de04bb7b510306d9dbbdab450 ssh-agent [2021-04-27T04:07:46.203Z] SSH_AUTH_SOCK=/tmp/ssh-3Y05AtGlncls/agent.12 [2021-04-27T04:07:46.203Z] SSH_AGENT_PID=18 [2021-04-27T04:07:46.222Z] Running ssh-add (command line suppressed) [2021-04-27T04:07:46.444Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_1201313719812356344.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_1201313719812356344.key) [2021-04-27T04:07:46.533Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-27T04:07:46.856Z] + git semver tag [2021-04-27T04:07:47.121Z] # -> Open(): unable to determine branch for HEAD [2021-04-27T04:07:47.121Z] # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git [2021-04-27T04:07:47.122Z] # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master [2021-04-27T04:07:47.122Z] # $SEMVER_REMOTE_NAME = origin [2021-04-27T04:07:47.122Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-04-27T04:07:47.122Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-04-27T04:07:47.122Z] # $SEMVER_BRANCH = master [2021-04-27T04:07:47.122Z] # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver [2021-04-27T04:07:47.122Z] # 92affc97e25621ac5a3617c0e5e42feb55191c77 HEAD [2021-04-27T04:07:47.122Z] # -> Force: false [2021-04-27T04:07:47.122Z] # 4a9b88f48e24a773f25481177b3b461a807e1539 refs/tags/v2.0.0-dev.50 [Pipeline] } [2021-04-27T04:07:47.139Z] $ docker exec --env ******** --env ******** 2361cba41e4ea30a5ddc82462790d0c9b73b7c0de04bb7b510306d9dbbdab450 ssh-agent -k [2021-04-27T04:07:47.385Z] unset SSH_AUTH_SOCK; [2021-04-27T04:07:47.385Z] unset SSH_AGENT_PID; [2021-04-27T04:07:47.385Z] echo Agent pid 18 killed; [2021-04-27T04:07:47.451Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-04-27T04:07:47.824Z] + git semver [Pipeline] } [2021-04-27T04:07:47.845Z] $ docker stop --time=1 2361cba41e4ea30a5ddc82462790d0c9b73b7c0de04bb7b510306d9dbbdab450 [2021-04-27T04:07:49.287Z] $ docker rm -f 2361cba41e4ea30a5ddc82462790d0c9b73b7c0de04bb7b510306d9dbbdab450 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2021-04-27T04:07:49.798Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-04-27T04:07:49.798Z] [2021-04-27T04:07:49.798Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2021-04-27T04:07:50.165Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-04-27T04:07:50.165Z] 0.23.1-centos7: Pulling from edgex-lftools [2021-04-27T04:07:50.165Z] ab5ef0e58194: Pulling fs layer [2021-04-27T04:07:50.165Z] 9712f1f96733: Pulling fs layer [2021-04-27T04:07:50.165Z] 63f879dbbcfc: Pulling fs layer [2021-04-27T04:07:50.165Z] 0d9ebad4ef96: Pulling fs layer [2021-04-27T04:07:50.165Z] e9a5061849ea: Pulling fs layer [2021-04-27T04:07:50.165Z] d747dcd14b5f: Pulling fs layer [2021-04-27T04:07:50.165Z] 2de7ff778b66: Pulling fs layer [2021-04-27T04:07:50.165Z] e9a5061849ea: Waiting [2021-04-27T04:07:50.165Z] d747dcd14b5f: Waiting [2021-04-27T04:07:50.165Z] 2de7ff778b66: Waiting [2021-04-27T04:07:50.165Z] 0d9ebad4ef96: Waiting [2021-04-27T04:07:50.165Z] 9712f1f96733: Verifying Checksum [2021-04-27T04:07:50.165Z] 9712f1f96733: Download complete [2021-04-27T04:07:52.140Z] 63f879dbbcfc: Verifying Checksum [2021-04-27T04:07:52.140Z] 63f879dbbcfc: Download complete [2021-04-27T04:07:52.140Z] e9a5061849ea: Verifying Checksum [2021-04-27T04:07:52.140Z] e9a5061849ea: Download complete [2021-04-27T04:07:52.140Z] d747dcd14b5f: Download complete [2021-04-27T04:07:52.411Z] 2de7ff778b66: Verifying Checksum [2021-04-27T04:07:52.411Z] 2de7ff778b66: Download complete [2021-04-27T04:07:52.678Z] 0d9ebad4ef96: Verifying Checksum [2021-04-27T04:07:52.678Z] 0d9ebad4ef96: Download complete [2021-04-27T04:07:52.678Z] ab5ef0e58194: Verifying Checksum [2021-04-27T04:07:52.678Z] ab5ef0e58194: Download complete [2021-04-27T04:07:58.033Z] ab5ef0e58194: Pull complete [2021-04-27T04:07:58.033Z] 9712f1f96733: Pull complete [2021-04-27T04:08:00.600Z] 63f879dbbcfc: Pull complete [2021-04-27T04:08:08.857Z] 0d9ebad4ef96: Pull complete [2021-04-27T04:08:09.437Z] e9a5061849ea: Pull complete [2021-04-27T04:08:09.700Z] d747dcd14b5f: Pull complete [2021-04-27T04:08:12.294Z] 2de7ff778b66: Pull complete [2021-04-27T04:08:12.294Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2021-04-27T04:08:12.294Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-04-27T04:08:12.294Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2021-04-27T04:08:12.577Z] prd-centos7-docker-4c-2g-1968 does not seem to be running inside a container [2021-04-27T04:08:12.654Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/dgexfoundry_device-sdk-go_master -v /w/workspace/dgexfoundry_device-sdk-go_master:/w/workspace/dgexfoundry_device-sdk-go_master:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_master@tmp:/w/workspace/dgexfoundry_device-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2021-04-27T04:08:16.406Z] $ docker top 130a665dd9cb91cb71f22e429cd63e4691b3a2deb047b7bbf4b68b24a0abb5d9 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2021-04-27T04:08:16.552Z] provisioning config files... [2021-04-27T04:08:16.563Z] copy managed file [sigul-config] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config4697684298864368843tmp [2021-04-27T04:08:16.582Z] copy managed file [sigul-password] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config564104047633737171tmp [2021-04-27T04:08:16.598Z] copy managed file [sigul-pki] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config6810421215794135600tmp [Pipeline] { [Pipeline] echo [2021-04-27T04:08:16.621Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-27T04:08:16.924Z] ---> sigul-configuration.sh [2021-04-27T04:08:16.925Z] gpg: directory `/root/.gnupg' created [2021-04-27T04:08:16.925Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2021-04-27T04:08:16.925Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2021-04-27T04:08:16.925Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2021-04-27T04:08:16.925Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2021-04-27T04:08:16.925Z] gpg: CAST5 encrypted data [2021-04-27T04:08:17.188Z] gpg: encrypted with 1 passphrase [2021-04-27T04:08:17.188Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2021-04-27T04:08:17.494Z] + mkdir /home/jenkins [2021-04-27T04:08:17.494Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2021-04-27T04:08:17.797Z] + 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 [2021-04-27T04:08:17.809Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-27T04:08:18.111Z] ---> sigul-install.sh [2021-04-27T04:08:28.147Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2021-04-27T04:08:28.450Z] + git tag --list [2021-04-27T04:08:28.451Z] 0.7.1 [2021-04-27T04:08:28.451Z] delhi-tag [2021-04-27T04:08:28.451Z] v1.0.0 [2021-04-27T04:08:28.451Z] v1.1.0 [2021-04-27T04:08:28.451Z] v1.1.1 [2021-04-27T04:08:28.451Z] v1.1.2 [2021-04-27T04:08:28.451Z] v1.2.0 [2021-04-27T04:08:28.451Z] v1.2.1 [2021-04-27T04:08:28.451Z] v1.2.2 [2021-04-27T04:08:28.451Z] v1.2.3 [2021-04-27T04:08:28.451Z] v1.3.0 [2021-04-27T04:08:28.451Z] v1.4.0 [2021-04-27T04:08:28.451Z] v2.0.0-dev.1 [2021-04-27T04:08:28.451Z] v2.0.0-dev.10 [2021-04-27T04:08:28.451Z] v2.0.0-dev.11 [2021-04-27T04:08:28.451Z] v2.0.0-dev.12 [2021-04-27T04:08:28.451Z] v2.0.0-dev.13 [2021-04-27T04:08:28.451Z] v2.0.0-dev.14 [2021-04-27T04:08:28.451Z] v2.0.0-dev.15 [2021-04-27T04:08:28.451Z] v2.0.0-dev.16 [2021-04-27T04:08:28.451Z] v2.0.0-dev.17 [2021-04-27T04:08:28.451Z] v2.0.0-dev.18 [2021-04-27T04:08:28.451Z] v2.0.0-dev.19 [2021-04-27T04:08:28.451Z] v2.0.0-dev.2 [2021-04-27T04:08:28.451Z] v2.0.0-dev.20 [2021-04-27T04:08:28.451Z] v2.0.0-dev.21 [2021-04-27T04:08:28.451Z] v2.0.0-dev.22 [2021-04-27T04:08:28.451Z] v2.0.0-dev.23 [2021-04-27T04:08:28.451Z] v2.0.0-dev.24 [2021-04-27T04:08:28.451Z] v2.0.0-dev.25 [2021-04-27T04:08:28.451Z] v2.0.0-dev.26 [2021-04-27T04:08:28.451Z] v2.0.0-dev.27 [2021-04-27T04:08:28.451Z] v2.0.0-dev.28 [2021-04-27T04:08:28.451Z] v2.0.0-dev.29 [2021-04-27T04:08:28.451Z] v2.0.0-dev.3 [2021-04-27T04:08:28.451Z] v2.0.0-dev.30 [2021-04-27T04:08:28.451Z] v2.0.0-dev.31 [2021-04-27T04:08:28.451Z] v2.0.0-dev.32 [2021-04-27T04:08:28.451Z] v2.0.0-dev.33 [2021-04-27T04:08:28.451Z] v2.0.0-dev.34 [2021-04-27T04:08:28.451Z] v2.0.0-dev.35 [2021-04-27T04:08:28.451Z] v2.0.0-dev.36 [2021-04-27T04:08:28.451Z] v2.0.0-dev.37 [2021-04-27T04:08:28.451Z] v2.0.0-dev.38 [2021-04-27T04:08:28.451Z] v2.0.0-dev.39 [2021-04-27T04:08:28.451Z] v2.0.0-dev.4 [2021-04-27T04:08:28.451Z] v2.0.0-dev.40 [2021-04-27T04:08:28.451Z] v2.0.0-dev.41 [2021-04-27T04:08:28.451Z] v2.0.0-dev.42 [2021-04-27T04:08:28.451Z] v2.0.0-dev.43 [2021-04-27T04:08:28.451Z] v2.0.0-dev.44 [2021-04-27T04:08:28.451Z] v2.0.0-dev.45 [2021-04-27T04:08:28.451Z] v2.0.0-dev.46 [2021-04-27T04:08:28.451Z] v2.0.0-dev.47 [2021-04-27T04:08:28.451Z] v2.0.0-dev.48 [2021-04-27T04:08:28.451Z] v2.0.0-dev.49 [2021-04-27T04:08:28.451Z] v2.0.0-dev.5 [2021-04-27T04:08:28.451Z] v2.0.0-dev.50 [2021-04-27T04:08:28.451Z] v2.0.0-dev.6 [2021-04-27T04:08:28.451Z] v2.0.0-dev.7 [2021-04-27T04:08:28.451Z] v2.0.0-dev.8 [2021-04-27T04:08:28.451Z] v2.0.0-dev.9 [Pipeline] sh [2021-04-27T04:08:28.759Z] + lftools sign git-tag v2.0.0-dev.50 [2021-04-27T04:08:30.163Z] Signing Git tag with Sigul... [2021-04-27T04:08:30.163Z] Signing v2.0.0-dev.50 [Pipeline] echo [2021-04-27T04:08:31.575Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-27T04:08:31.877Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2021-04-27T04:08:31.888Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2021-04-27T04:08:31.919Z] $ docker stop --time=1 130a665dd9cb91cb71f22e429cd63e4691b3a2deb047b7bbf4b68b24a0abb5d9 [2021-04-27T04:08:33.975Z] $ docker rm -f 130a665dd9cb91cb71f22e429cd63e4691b3a2deb047b7bbf4b68b24a0abb5d9 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2021-04-27T04:08:34.558Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-27T04:08:34.558Z] . [Pipeline] withDockerContainer [2021-04-27T04:08:34.674Z] prd-centos7-docker-4c-2g-1968 does not seem to be running inside a container [2021-04-27T04:08:34.726Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-sdk-go_master -v /w/workspace/dgexfoundry_device-sdk-go_master:/w/workspace/dgexfoundry_device-sdk-go_master:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_master@tmp:/w/workspace/dgexfoundry_device-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-04-27T04:08:35.552Z] $ docker top 40b672b978893672486ac85149cb5e7124dbde579b10bf372f06f55b06dc46f1 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-04-27T04:08:35.802Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-27T04:08:35.802Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-27T04:08:36.066Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-27T04:08:36.071Z] $ docker exec 40b672b978893672486ac85149cb5e7124dbde579b10bf372f06f55b06dc46f1 ssh-agent [2021-04-27T04:08:36.274Z] SSH_AUTH_SOCK=/tmp/ssh-q3gQ5XBeXNrF/agent.11 [2021-04-27T04:08:36.274Z] SSH_AGENT_PID=17 [2021-04-27T04:08:36.284Z] Running ssh-add (command line suppressed) [2021-04-27T04:08:36.443Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_1940327906423311219.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_1940327906423311219.key) [2021-04-27T04:08:36.508Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-27T04:08:36.827Z] + git semver bump pre [2021-04-27T04:08:36.827Z] # -> Open(): unable to determine branch for HEAD [2021-04-27T04:08:36.827Z] # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git [2021-04-27T04:08:36.827Z] # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master [2021-04-27T04:08:36.827Z] # $SEMVER_REMOTE_NAME = origin [2021-04-27T04:08:36.827Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-04-27T04:08:36.828Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-04-27T04:08:36.828Z] # $SEMVER_BRANCH = master [2021-04-27T04:08:36.828Z] # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver [2021-04-27T04:08:36.828Z] 2.0.0-dev.51 [Pipeline] } [2021-04-27T04:08:36.842Z] $ docker exec --env ******** --env ******** 40b672b978893672486ac85149cb5e7124dbde579b10bf372f06f55b06dc46f1 ssh-agent -k [2021-04-27T04:08:36.977Z] unset SSH_AUTH_SOCK; [2021-04-27T04:08:36.977Z] unset SSH_AGENT_PID; [2021-04-27T04:08:36.978Z] echo Agent pid 17 killed; [2021-04-27T04:08:37.039Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-04-27T04:08:37.471Z] + git semver [Pipeline] } [2021-04-27T04:08:37.505Z] $ docker stop --time=1 40b672b978893672486ac85149cb5e7124dbde579b10bf372f06f55b06dc46f1 [2021-04-27T04:08:38.967Z] $ docker rm -f 40b672b978893672486ac85149cb5e7124dbde579b10bf372f06f55b06dc46f1 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2021-04-27T04:08:39.469Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-27T04:08:39.469Z] . [Pipeline] withDockerContainer [2021-04-27T04:08:39.587Z] prd-centos7-docker-4c-2g-1968 does not seem to be running inside a container [2021-04-27T04:08:39.654Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-sdk-go_master -v /w/workspace/dgexfoundry_device-sdk-go_master:/w/workspace/dgexfoundry_device-sdk-go_master:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_master@tmp:/w/workspace/dgexfoundry_device-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-04-27T04:08:40.470Z] $ docker top 3d4400470a170b452b7be59cc4eb61b5fd992c93c9fbe0294212253226643e11 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-04-27T04:08:40.679Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-27T04:08:40.680Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-27T04:08:40.958Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-27T04:08:40.962Z] $ docker exec 3d4400470a170b452b7be59cc4eb61b5fd992c93c9fbe0294212253226643e11 ssh-agent [2021-04-27T04:08:41.195Z] SSH_AUTH_SOCK=/tmp/ssh-L8tbg3TjvbQc/agent.11 [2021-04-27T04:08:41.195Z] SSH_AGENT_PID=16 [2021-04-27T04:08:41.202Z] Running ssh-add (command line suppressed) [2021-04-27T04:08:41.383Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_7596586812793800567.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_7596586812793800567.key) [2021-04-27T04:08:41.455Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-27T04:08:41.765Z] + git semver push [2021-04-27T04:08:41.765Z] # -> Open(): unable to determine branch for HEAD [2021-04-27T04:08:41.765Z] # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git [2021-04-27T04:08:41.765Z] # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master [2021-04-27T04:08:41.765Z] # $SEMVER_REMOTE_NAME = origin [2021-04-27T04:08:41.765Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-04-27T04:08:41.765Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-04-27T04:08:41.765Z] # $SEMVER_BRANCH = master [2021-04-27T04:08:41.765Z] # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver [Pipeline] } [2021-04-27T04:08:47.100Z] $ docker exec --env ******** --env ******** 3d4400470a170b452b7be59cc4eb61b5fd992c93c9fbe0294212253226643e11 ssh-agent -k [2021-04-27T04:08:47.261Z] unset SSH_AUTH_SOCK; [2021-04-27T04:08:47.262Z] unset SSH_AGENT_PID; [2021-04-27T04:08:47.263Z] echo Agent pid 16 killed; [2021-04-27T04:08:47.328Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-04-27T04:08:47.682Z] + git semver [Pipeline] } [2021-04-27T04:08:47.706Z] $ docker stop --time=1 3d4400470a170b452b7be59cc4eb61b5fd992c93c9fbe0294212253226643e11 [2021-04-27T04:08:49.105Z] $ docker rm -f 3d4400470a170b452b7be59cc4eb61b5fd992c93c9fbe0294212253226643e11 [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 [2021-04-27T04:08:49.875Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-27T04:08:50.447Z] ---> package-listing.sh [2021-04-27T04:08:50.447Z] ++ facter osfamily [2021-04-27T04:08:50.447Z] ++ tr '[:upper:]' '[:lower:]' [2021-04-27T04:08:50.447Z] + OS_FAMILY=redhat [2021-04-27T04:08:50.447Z] + workspace=/w/workspace/dgexfoundry_device-sdk-go_master [2021-04-27T04:08:50.447Z] + START_PACKAGES=/tmp/packages_start.txt [2021-04-27T04:08:50.447Z] + END_PACKAGES=/tmp/packages_end.txt [2021-04-27T04:08:50.447Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-04-27T04:08:50.447Z] + PACKAGES=/tmp/packages_start.txt [2021-04-27T04:08:50.447Z] + '[' /w/workspace/dgexfoundry_device-sdk-go_master ']' [2021-04-27T04:08:50.447Z] + PACKAGES=/tmp/packages_end.txt [2021-04-27T04:08:50.447Z] + case "${OS_FAMILY}" in [2021-04-27T04:08:50.447Z] + rpm -qa [2021-04-27T04:08:50.447Z] + sort [2021-04-27T04:08:55.802Z] + '[' -f /tmp/packages_start.txt ']' [2021-04-27T04:08:55.802Z] + '[' -f /tmp/packages_end.txt ']' [2021-04-27T04:08:55.802Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-04-27T04:08:55.802Z] + '[' /w/workspace/dgexfoundry_device-sdk-go_master ']' [2021-04-27T04:08:55.802Z] + mkdir -p /w/workspace/dgexfoundry_device-sdk-go_master/archives/ [2021-04-27T04:08:55.802Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dgexfoundry_device-sdk-go_master/archives/ [Pipeline] echo [2021-04-27T04:08:55.820Z] 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 [2021-04-27T04:08:56.120Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-04-27T04:08:56.705Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-27T04:08:56.705Z] [2021-04-27T04:08:56.705Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-04-27T04:08:57.027Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-27T04:08:57.027Z] alpine: Pulling from edgex-lftools-log-publisher [2021-04-27T04:08:57.027Z] df20fa9351a1: Pulling fs layer [2021-04-27T04:08:57.027Z] 36b3adc4ff6f: Pulling fs layer [2021-04-27T04:08:57.027Z] 8ad3a11d3b57: Pulling fs layer [2021-04-27T04:08:57.027Z] 46f8f816bc3b: Pulling fs layer [2021-04-27T04:08:57.027Z] 93b61091891f: Pulling fs layer [2021-04-27T04:08:57.027Z] 93b9cdb0e59b: Pulling fs layer [2021-04-27T04:08:57.027Z] 5e14af77c1be: Pulling fs layer [2021-04-27T04:08:57.027Z] 01666e4c0597: Pulling fs layer [2021-04-27T04:08:57.027Z] aa168da1d23b: Pulling fs layer [2021-04-27T04:08:57.027Z] 93b9cdb0e59b: Waiting [2021-04-27T04:08:57.027Z] 01666e4c0597: Waiting [2021-04-27T04:08:57.027Z] aa168da1d23b: Waiting [2021-04-27T04:08:57.027Z] 5e14af77c1be: Waiting [2021-04-27T04:08:57.027Z] 46f8f816bc3b: Waiting [2021-04-27T04:08:57.027Z] 93b61091891f: Waiting [2021-04-27T04:08:57.027Z] 36b3adc4ff6f: Download complete [2021-04-27T04:08:57.027Z] 46f8f816bc3b: Download complete [2021-04-27T04:08:57.027Z] df20fa9351a1: Verifying Checksum [2021-04-27T04:08:57.027Z] df20fa9351a1: Download complete [2021-04-27T04:08:57.027Z] 93b9cdb0e59b: Verifying Checksum [2021-04-27T04:08:57.027Z] 93b9cdb0e59b: Download complete [2021-04-27T04:08:57.027Z] 93b61091891f: Verifying Checksum [2021-04-27T04:08:57.027Z] 93b61091891f: Download complete [2021-04-27T04:08:57.027Z] 5e14af77c1be: Download complete [2021-04-27T04:08:57.297Z] 01666e4c0597: Verifying Checksum [2021-04-27T04:08:57.297Z] 01666e4c0597: Download complete [2021-04-27T04:08:57.565Z] df20fa9351a1: Pull complete [2021-04-27T04:08:57.565Z] 8ad3a11d3b57: Verifying Checksum [2021-04-27T04:08:57.565Z] 8ad3a11d3b57: Download complete [2021-04-27T04:08:57.842Z] 36b3adc4ff6f: Pull complete [2021-04-27T04:08:59.269Z] 8ad3a11d3b57: Pull complete [2021-04-27T04:08:59.539Z] 46f8f816bc3b: Pull complete [2021-04-27T04:08:59.805Z] aa168da1d23b: Verifying Checksum [2021-04-27T04:08:59.805Z] aa168da1d23b: Download complete [2021-04-27T04:09:00.069Z] 93b61091891f: Pull complete [2021-04-27T04:09:00.338Z] 93b9cdb0e59b: Pull complete [2021-04-27T04:09:00.338Z] 5e14af77c1be: Pull complete [2021-04-27T04:09:00.614Z] 01666e4c0597: Pull complete [2021-04-27T04:09:08.872Z] aa168da1d23b: Pull complete [2021-04-27T04:09:08.872Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-04-27T04:09:08.872Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-27T04:09:08.872Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-04-27T04:09:09.083Z] prd-centos7-docker-4c-2g-1968 does not seem to be running inside a container [2021-04-27T04:09:09.140Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/dgexfoundry_device-sdk-go_master/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/dgexfoundry_device-sdk-go_master -v /w/workspace/dgexfoundry_device-sdk-go_master:/w/workspace/dgexfoundry_device-sdk-go_master:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_master@tmp:/w/workspace/dgexfoundry_device-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-04-27T04:09:12.410Z] $ docker top 737d9539dc010d2876baa2edc90d3cd84e709851ec735dd0c7f13a50dbe23b0a -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-27T04:09:12.906Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-04-27T04:09:13.239Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-04-27T04:09:13.588Z] + ls /var/log/sa-host [2021-04-27T04:09:13.588Z] + sadf -c /var/log/sa-host/sa23 [2021-04-27T04:09:13.588Z] file_magic: OK [2021-04-27T04:09:13.588Z] HZ: Using current value: 100 [2021-04-27T04:09:13.588Z] file_header: OK [2021-04-27T04:09:13.588Z] 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 [2021-04-27T04:09:13.588Z] Statistics: [2021-04-27T04:09:13.588Z] Hnuu...uuuununununu... [2021-04-27T04:09:13.588Z] File successfully converted to sysstat format version 12.2.1 [2021-04-27T04:09:13.588Z] + sadf -c /var/log/sa-host/sa27 [2021-04-27T04:09:13.588Z] file_magic: OK [2021-04-27T04:09:13.588Z] HZ: Using current value: 100 [2021-04-27T04:09:13.588Z] file_header: OK [2021-04-27T04:09:13.588Z] 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 [2021-04-27T04:09:13.588Z] Statistics: [2021-04-27T04:09:13.588Z] 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... [2021-04-27T04:09:13.588Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-04-27T04:09:13.762Z] provisioning config files... [2021-04-27T04:09:13.784Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config2503632840628675797tmp [Pipeline] { [Pipeline] echo [2021-04-27T04:09:13.810Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-27T04:09:14.140Z] ---> create-netrc.sh [Pipeline] } [2021-04-27T04:09:14.163Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-04-27T04:09:14.199Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-27T04:09:14.534Z] ---> python-tools-install.sh [Pipeline] echo [2021-04-27T04:09:14.548Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-27T04:09:15.017Z] ---> sudo-logs.sh [2021-04-27T04:09:15.017Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-04-27T04:09:15.103Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-27T04:09:15.415Z] ---> job-cost.sh [2021-04-27T04:09:15.416Z] lf-activate-venv: SKIPPING [2021-04-27T04:09:15.416Z] DEBUG: total: 0.20999999344348907 [2021-04-27T04:09:15.416Z] INFO: Retrieving Stack Cost... [2021-04-27T04:09:16.812Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-04-27T04:09:17.076Z] INFO: Archiving Costs [Pipeline] echo [2021-04-27T04:09:17.091Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-27T04:09:17.397Z] ---> logs-deploy.sh [2021-04-27T04:09:17.397Z] lf-activate-venv: SKIPPING [2021-04-27T04:09:17.397Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/master/155 [2021-04-27T04:09:17.397Z] INFO: archiving workspace using pattern(s): [2021-04-27T04:09:19.323Z] Archives upload complete. [2021-04-27T04:09:19.586Z] INFO: archiving logs to Nexus