Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 70dff52b8df9807f5114cad14836e8310fd11d9c 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 aa25fb65c2461e649b1a162fbf19ec71f4863fbd 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 aa25fb65c2461e649b1a162fbf19ec71f4863fbd 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 aa25fb65c2461e649b1a162fbf19ec71f4863fbd (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f aa25fb65c2461e649b1a162fbf19ec71f4863fbd # timeout=10 Commit message: "Merge pull request #336 from ernestojeda/golang-1.16" > 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.16 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-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 All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-3194 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 Checking out Revision 70dff52b8df9807f5114cad14836e8310fd11d9c (master) > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 70dff52b8df9807f5114cad14836e8310fd11d9c # timeout=10 Commit message: "Merge pull request #905 from hahattan/virtual-195" > git rev-list --no-walk 92affc97e25621ac5a3617c0e5e42feb55191c77 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-05-06T10:07:35.723Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-05-06T10:07:35.839Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-05-06T10:07:35.869Z] ========================================================= [2021-05-06T10:07:35.869Z] EdgeX Global Pipelines Version Info [2021-05-06T10:07:35.869Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-05-06T10:07:37.484Z] ------------------- [2021-05-06T10:07:37.485Z] stable info: [2021-05-06T10:07:37.485Z] ------------------- [2021-05-06T10:07:37.485Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-05-06T10:07:37.485Z] Commit SHA: aa25fb65c2461e649b1a162fbf19ec71f4863fbd [2021-05-06T10:07:37.485Z] Message: update stable to v1.0.191 [2021-05-06T10:07:38.433Z] ------------------- [2021-05-06T10:07:38.433Z] experimental info: [2021-05-06T10:07:38.433Z] ------------------- [2021-05-06T10:07:38.434Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-05-06T10:07:38.434Z] Commit SHA: aa25fb65c2461e649b1a162fbf19ec71f4863fbd [2021-05-06T10:07:38.434Z] Message: update experimental to v1.0.191 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-05-06T10:07:38.563Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-go-settings [Pipeline] echo [2021-05-06T10:07:38.587Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-go [Pipeline] echo [2021-05-06T10:07:38.610Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-05-06T10:07:38.633Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-05-06T10:07:38.656Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-05-06T10:07:38.679Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.16 [Pipeline] echo [2021-05-06T10:07:38.702Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-05-06T10:07:38.726Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [Pipeline] echo [2021-05-06T10:07:38.749Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = example/cmd/device-simple/Dockerfile [Pipeline] echo [2021-05-06T10:07:38.773Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-05-06T10:07:38.797Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-05-06T10:07:38.819Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-sdk-simple [Pipeline] echo [2021-05-06T10:07:38.842Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-05-06T10:07:38.866Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-05-06T10:07:38.890Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-05-06T10:07:38.913Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2021-05-06T10:07:38.935Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2021-05-06T10:07:38.958Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2021-05-06T10:07:38.981Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-05-06T10:07:39.003Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2021-05-06T10:07:39.026Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-05-06T10:07:39.049Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-05-06T10:07:39.072Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2021-05-06T10:07:39.098Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2021-05-06T10:07:39.121Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2021-05-06T10:07:39.194Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-05-06T10:07:39.217Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2021-05-06T10:07:39.240Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2021-05-06T10:07:39.263Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2021-05-06T10:07:39.287Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 70dff52b8df9807f5114cad14836e8310fd11d9c [Pipeline] echo [2021-05-06T10:07:39.309Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 70dff52 [Pipeline] echo [2021-05-06T10:07:39.332Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-05-06T10:07:39.406Z] provisioning config files... [2021-05-06T10:07:39.438Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config4631566000405681111tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-05-06T10:07:39.772Z] ---> docker-login.sh [2021-05-06T10:07:39.772Z] nexus3.edgexfoundry.org:10001 [2021-05-06T10:07:40.035Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-06T10:07:40.300Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-06T10:07:40.300Z] Configure a credential helper to remove this warning. See [2021-05-06T10:07:40.300Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-06T10:07:40.300Z] [2021-05-06T10:07:40.300Z] Login Succeeded [2021-05-06T10:07:40.300Z] nexus3.edgexfoundry.org:10002 [2021-05-06T10:07:40.562Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-06T10:07:40.562Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-06T10:07:40.562Z] Configure a credential helper to remove this warning. See [2021-05-06T10:07:40.563Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-06T10:07:40.563Z] [2021-05-06T10:07:40.563Z] Login Succeeded [2021-05-06T10:07:40.563Z] nexus3.edgexfoundry.org:10003 [2021-05-06T10:07:40.826Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-06T10:07:40.826Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-06T10:07:40.826Z] Configure a credential helper to remove this warning. See [2021-05-06T10:07:40.826Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-06T10:07:40.826Z] [2021-05-06T10:07:40.826Z] Login Succeeded [2021-05-06T10:07:40.826Z] nexus3.edgexfoundry.org:10004 [2021-05-06T10:07:41.092Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-06T10:07:41.092Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-06T10:07:41.092Z] Configure a credential helper to remove this warning. See [2021-05-06T10:07:41.092Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-06T10:07:41.092Z] [2021-05-06T10:07:41.092Z] Login Succeeded [2021-05-06T10:07:41.092Z] docker.io [2021-05-06T10:07:41.092Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-06T10:07:41.666Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-06T10:07:41.666Z] Configure a credential helper to remove this warning. See [2021-05-06T10:07:41.666Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-06T10:07:41.666Z] [2021-05-06T10:07:41.666Z] Login Succeeded [2021-05-06T10:07:41.666Z] ---> docker-login.sh ends [Pipeline] } [2021-05-06T10:07:41.677Z] 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-05-06T10:07:42.140Z] + git log --format=format:%s -1 70dff52b8df9807f5114cad14836e8310fd11d9c [Pipeline] echo [2021-05-06T10:07:42.219Z] GIT_COMMIT: 70dff52b8df9807f5114cad14836e8310fd11d9c, Commit Message: Merge pull request #905 from hahattan/virtual-195 [Pipeline] echo [2021-05-06T10:07:42.232Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2021-05-06T10:07:43.149Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-05-06T10:07:43.149Z] [2021-05-06T10:07:43.149Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-05-06T10:07:43.464Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-05-06T10:07:43.464Z] latest: Pulling from edgex-devops/git-semver [2021-05-06T10:07:43.464Z] 31603596830f: Pulling fs layer [2021-05-06T10:07:43.464Z] 54011a49482f: Pulling fs layer [2021-05-06T10:07:43.464Z] a6820b24f6d8: Pulling fs layer [2021-05-06T10:07:43.464Z] f581987b2513: Pulling fs layer [2021-05-06T10:07:43.464Z] f581987b2513: Waiting [2021-05-06T10:07:43.464Z] 54011a49482f: Verifying Checksum [2021-05-06T10:07:43.464Z] 54011a49482f: Download complete [2021-05-06T10:07:43.729Z] 31603596830f: Download complete [2021-05-06T10:07:43.729Z] f581987b2513: Verifying Checksum [2021-05-06T10:07:43.729Z] f581987b2513: Download complete [2021-05-06T10:07:43.729Z] a6820b24f6d8: Verifying Checksum [2021-05-06T10:07:43.729Z] a6820b24f6d8: Download complete [2021-05-06T10:07:43.995Z] 31603596830f: Pull complete [2021-05-06T10:07:44.263Z] 54011a49482f: Pull complete [2021-05-06T10:07:45.243Z] a6820b24f6d8: Pull complete [2021-05-06T10:07:45.505Z] f581987b2513: Pull complete [2021-05-06T10:07:45.505Z] Digest: sha256:772af3cb61214e5a22880db9bb273bb039d0aa3a8f4edfa0c1def8b4e20ea536 [2021-05-06T10:07:45.505Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-05-06T10:07:45.505Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-05-06T10:07:45.621Z] prd-centos7-docker-4c-2g-3194 does not seem to be running inside a container [2021-05-06T10:07:45.679Z] $ 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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-05-06T10:07:47.606Z] $ docker top 49ad3cc329e09334f63d77442454addf64b314f30f757b8e94f65a01abd1d3d2 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-05-06T10:07:47.783Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-05-06T10:07:47.783Z] [ssh-agent] Looking for ssh-agent implementation... [2021-05-06T10:07:48.014Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-05-06T10:07:48.016Z] $ docker exec 49ad3cc329e09334f63d77442454addf64b314f30f757b8e94f65a01abd1d3d2 ssh-agent [2021-05-06T10:07:48.205Z] SSH_AUTH_SOCK=/tmp/ssh-1NUhgykniVOX/agent.12 [2021-05-06T10:07:48.205Z] SSH_AGENT_PID=18 [2021-05-06T10:07:48.216Z] Running ssh-add (command line suppressed) [2021-05-06T10:07:48.342Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_8070493167672640967.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_8070493167672640967.key) [2021-05-06T10:07:48.400Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-05-06T10:07:48.704Z] + git tag --points-at HEAD [Pipeline] } [2021-05-06T10:07:48.722Z] $ docker exec --env ******** --env ******** 49ad3cc329e09334f63d77442454addf64b314f30f757b8e94f65a01abd1d3d2 ssh-agent -k [2021-05-06T10:07:48.850Z] unset SSH_AUTH_SOCK; [2021-05-06T10:07:48.851Z] unset SSH_AGENT_PID; [2021-05-06T10:07:48.851Z] echo Agent pid 18 killed; [2021-05-06T10:07:48.898Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-05-06T10:07:48.957Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-05-06T10:07:48.957Z] [ssh-agent] Looking for ssh-agent implementation... [2021-05-06T10:07:49.158Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-05-06T10:07:49.161Z] $ docker exec 49ad3cc329e09334f63d77442454addf64b314f30f757b8e94f65a01abd1d3d2 ssh-agent [2021-05-06T10:07:49.354Z] SSH_AUTH_SOCK=/tmp/ssh-D06jz4HWny4u/agent.47 [2021-05-06T10:07:49.354Z] SSH_AGENT_PID=53 [2021-05-06T10:07:49.365Z] Running ssh-add (command line suppressed) [2021-05-06T10:07:49.490Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_6589469451287477594.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_6589469451287477594.key) [2021-05-06T10:07:49.547Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-05-06T10:07:49.852Z] + git semver init [2021-05-06T10:07:49.853Z] # -> Open(): unable to determine branch for HEAD [2021-05-06T10:07:49.853Z] # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git [2021-05-06T10:07:49.853Z] # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master [2021-05-06T10:07:49.853Z] # $SEMVER_REMOTE_NAME = origin [2021-05-06T10:07:49.853Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-05-06T10:07:49.853Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-05-06T10:07:49.853Z] # $SEMVER_BRANCH = master [2021-05-06T10:07:49.853Z] # $SEMVER_TEMP = /tmp/semver-117871828 [2021-05-06T10:07:49.853Z] # git clone --branch semver git@github.com:edgexfoundry/device-sdk-go.git $SEMVER_TEMP [2021-05-06T10:07:50.808Z] # '/tmp/semver-117871828' -> '/w/workspace/dgexfoundry_device-sdk-go_master/.semver' [2021-05-06T10:07:50.808Z] # -> Force: false [2021-05-06T10:07:50.808Z] # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver [Pipeline] } [2021-05-06T10:07:50.821Z] $ docker exec --env ******** --env ******** 49ad3cc329e09334f63d77442454addf64b314f30f757b8e94f65a01abd1d3d2 ssh-agent -k [2021-05-06T10:07:50.946Z] unset SSH_AUTH_SOCK; [2021-05-06T10:07:50.946Z] unset SSH_AGENT_PID; [2021-05-06T10:07:50.946Z] echo Agent pid 53 killed; [2021-05-06T10:07:51.000Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-05-06T10:07:51.364Z] + git semver [Pipeline] } [2021-05-06T10:07:51.382Z] $ docker stop --time=1 49ad3cc329e09334f63d77442454addf64b314f30f757b8e94f65a01abd1d3d2 [2021-05-06T10:07:53.141Z] $ docker rm -f 49ad3cc329e09334f63d77442454addf64b314f30f757b8e94f65a01abd1d3d2 [Pipeline] // withDockerContainer [Pipeline] sh [2021-05-06T10:07:53.653Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-05-06T10:07:54.138Z] Stashed 1 file(s) [Pipeline] echo [2021-05-06T10:07:54.142Z] [edgeXSemver]: initialized semver on version 2.0.0-dev.51 [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-05-06T10:08:09.323Z] Still waiting to schedule task [2021-05-06T10:08:09.323Z] Waiting for next available executor on ‘prd-centos7-docker-4c-2g-3194’ [2021-05-06T10:08:09.326Z] Still waiting to schedule task [2021-05-06T10:08:09.326Z] ‘prd-ubuntu18.04-docker-arm64-4c-16g-2316’ is offline [2021-05-06T10:09:57.862Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-3195 in /w/workspace/dgexfoundry_device-sdk-go_master [Pipeline] { [Pipeline] ws [2021-05-06T10:09:57.897Z] Running in /w/workspace/device-sdk-go/156 [Pipeline] { [Pipeline] checkout [2021-05-06T10:10:03.124Z] using credential edgex-jenkins-ssh [2021-05-06T10:10:03.142Z] Cloning the remote Git repository [2021-05-06T10:10:03.242Z] Cloning repository git@github.com:edgexfoundry/device-sdk-go.git [2021-05-06T10:10:03.408Z] > git init /w/workspace/device-sdk-go/156 # timeout=10 [2021-05-06T10:10:03.488Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2021-05-06T10:10:03.489Z] > git --version # timeout=10 [2021-05-06T10:10:03.517Z] > git --version # 'git version 2.17.1' [2021-05-06T10:10:03.519Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-06T10:10:03.571Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-05-06T10:10:07.891Z] Checking out Revision 70dff52b8df9807f5114cad14836e8310fd11d9c (master) [2021-05-06T10:10:06.934Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2021-05-06T10:10:06.956Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-05-06T10:10:06.987Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2021-05-06T10:10:07.022Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2021-05-06T10:10:07.023Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-06T10:10:07.035Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-05-06T10:10:07.914Z] > git config core.sparsecheckout # timeout=10 [2021-05-06T10:10:07.927Z] > git checkout -f 70dff52b8df9807f5114cad14836e8310fd11d9c # timeout=10 [2021-05-06T10:10:12.123Z] Commit message: "Merge pull request #905 from hahattan/virtual-195" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-05-06T10:10:13.729Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-05-06T10:10:14.132Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-05-06T10:10:14.470Z] + sudo service docker restart [2021-05-06T10:10:14.470Z] + true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-05-06T10:10:16.486Z] provisioning config files... [2021-05-06T10:10:16.532Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/156@tmp/config8848051844142857750tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-05-06T10:10:16.909Z] ---> docker-login.sh [2021-05-06T10:10:16.909Z] nexus3.edgexfoundry.org:10001 [2021-05-06T10:10:17.889Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-06T10:10:18.162Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-06T10:10:18.162Z] Configure a credential helper to remove this warning. See [2021-05-06T10:10:18.162Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-06T10:10:18.162Z] [2021-05-06T10:10:18.162Z] Login Succeeded [2021-05-06T10:10:18.162Z] nexus3.edgexfoundry.org:10002 [2021-05-06T10:10:18.761Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-06T10:10:18.761Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-06T10:10:18.761Z] Configure a credential helper to remove this warning. See [2021-05-06T10:10:18.761Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-06T10:10:18.761Z] [2021-05-06T10:10:18.761Z] Login Succeeded [2021-05-06T10:10:18.761Z] nexus3.edgexfoundry.org:10003 [2021-05-06T10:10:19.358Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-06T10:10:19.358Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-06T10:10:19.358Z] Configure a credential helper to remove this warning. See [2021-05-06T10:10:19.358Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-06T10:10:19.358Z] [2021-05-06T10:10:19.358Z] Login Succeeded [2021-05-06T10:10:19.358Z] nexus3.edgexfoundry.org:10004 [2021-05-06T10:10:19.632Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-06T10:10:19.905Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-06T10:10:19.905Z] Configure a credential helper to remove this warning. See [2021-05-06T10:10:19.905Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-06T10:10:19.905Z] [2021-05-06T10:10:19.905Z] Login Succeeded [2021-05-06T10:10:19.905Z] docker.io [2021-05-06T10:10:20.500Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-06T10:10:20.771Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-06T10:10:20.771Z] Configure a credential helper to remove this warning. See [2021-05-06T10:10:20.771Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-06T10:10:20.771Z] [2021-05-06T10:10:20.771Z] Login Succeeded [2021-05-06T10:10:20.771Z] ---> docker-login.sh ends [Pipeline] } [2021-05-06T10:10:20.788Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-05-06T10:10:21.083Z] ========================================================= [2021-05-06T10:10:21.083Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine] [2021-05-06T10:10:21.083Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-05-06T10:10:21.429Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine . [2021-05-06T10:10:22.036Z] Sending build context to Docker daemon 2.462MB [2021-05-06T10:10:22.036Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-05-06T10:10:22.036Z] Step 2/8 : FROM ${BASE} [2021-05-06T10:10:22.036Z] 1.16-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-05-06T10:10:22.036Z] 595b0fe564bb: Pulling fs layer [2021-05-06T10:10:22.036Z] 7186ed65a4f7: Pulling fs layer [2021-05-06T10:10:22.036Z] 316046926c0a: Pulling fs layer [2021-05-06T10:10:22.036Z] 4ebd0625c992: Pulling fs layer [2021-05-06T10:10:22.036Z] 207e8628e3a3: Pulling fs layer [2021-05-06T10:10:22.036Z] c791037a9be2: Pulling fs layer [2021-05-06T10:10:22.036Z] ffd874e62e21: Pulling fs layer [2021-05-06T10:10:22.036Z] 4ebd0625c992: Waiting [2021-05-06T10:10:22.036Z] 207e8628e3a3: Waiting [2021-05-06T10:10:22.036Z] c791037a9be2: Waiting [2021-05-06T10:10:22.036Z] 316046926c0a: Verifying Checksum [2021-05-06T10:10:22.036Z] 316046926c0a: Download complete [2021-05-06T10:10:22.036Z] 7186ed65a4f7: Download complete [2021-05-06T10:10:22.036Z] 207e8628e3a3: Verifying Checksum [2021-05-06T10:10:22.036Z] 207e8628e3a3: Download complete [2021-05-06T10:10:22.036Z] c791037a9be2: Verifying Checksum [2021-05-06T10:10:22.036Z] c791037a9be2: Download complete [2021-05-06T10:10:22.036Z] 595b0fe564bb: Verifying Checksum [2021-05-06T10:10:22.036Z] 595b0fe564bb: Download complete [2021-05-06T10:10:22.636Z] 595b0fe564bb: Pull complete [2021-05-06T10:10:23.239Z] 7186ed65a4f7: Pull complete [2021-05-06T10:10:23.846Z] 316046926c0a: Pull complete [2021-05-06T10:10:24.446Z] ffd874e62e21: Download complete [2021-05-06T10:10:25.889Z] 4ebd0625c992: Verifying Checksum [2021-05-06T10:10:25.889Z] 4ebd0625c992: Download complete [2021-05-06T10:10:33.500Z] Running on prd-centos7-docker-4c-2g-3196 in /w/workspace/dgexfoundry_device-sdk-go_master [Pipeline] { [Pipeline] ws [2021-05-06T10:10:33.518Z] Running in /w/workspace/device-sdk-go/156 [Pipeline] { [Pipeline] checkout [2021-05-06T10:10:35.877Z] using credential edgex-jenkins-ssh [2021-05-06T10:10:35.899Z] Cloning the remote Git repository [2021-05-06T10:10:36.087Z] 4ebd0625c992: Pull complete [2021-05-06T10:10:36.088Z] 207e8628e3a3: Pull complete [2021-05-06T10:10:36.686Z] c791037a9be2: Pull complete [2021-05-06T10:10:35.892Z] Cloning repository git@github.com:edgexfoundry/device-sdk-go.git [2021-05-06T10:10:35.963Z] > git init /w/workspace/device-sdk-go/156 # timeout=10 [2021-05-06T10:10:36.025Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2021-05-06T10:10:36.026Z] > git --version # timeout=10 [2021-05-06T10:10:36.035Z] > git --version # 'git version 2.24.3' [2021-05-06T10:10:36.036Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-06T10:10:36.066Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-05-06T10:10:37.476Z] Checking out Revision 70dff52b8df9807f5114cad14836e8310fd11d9c (master) [2021-05-06T10:10:36.927Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2021-05-06T10:10:36.961Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-05-06T10:10:37.009Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2021-05-06T10:10:37.023Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2021-05-06T10:10:37.023Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-06T10:10:37.028Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-05-06T10:10:37.492Z] > git config core.sparsecheckout # timeout=10 [2021-05-06T10:10:37.497Z] > git checkout -f 70dff52b8df9807f5114cad14836e8310fd11d9c # timeout=10 [2021-05-06T10:10:41.014Z] ffd874e62e21: Pull complete [2021-05-06T10:10:41.014Z] Digest: sha256:fad7b58e697bd06bcf362d803a3263ca5ec03b905aa8665231fe3262941fe3e0 [2021-05-06T10:10:41.014Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine [2021-05-06T10:10:41.014Z] ---> cfc18b08335c [2021-05-06T10:10:41.014Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-05-06T10:10:41.181Z] Commit message: "Merge pull request #905 from hahattan/virtual-195" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-05-06T10:10:42.162Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-05-06T10:10:42.490Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-05-06T10:10:42.786Z] + true [2021-05-06T10:10:42.787Z] + sudo service docker restart [2021-05-06T10:10:42.787Z] Redirecting to /bin/systemctl restart docker.service [2021-05-06T10:10:43.668Z] ---> Running in 04f86d124105 [2021-05-06T10:10:43.668Z] Removing intermediate container 04f86d124105 [2021-05-06T10:10:43.668Z] ---> 36f983f4c978 [2021-05-06T10:10:43.668Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-05-06T10:10:43.765Z] provisioning config files... [2021-05-06T10:10:43.794Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/156@tmp/config3250753658142249036tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-05-06T10:10:43.940Z] ---> Running in f1530ace7831 [2021-05-06T10:10:44.116Z] ---> docker-login.sh [2021-05-06T10:10:44.117Z] nexus3.edgexfoundry.org:10001 [2021-05-06T10:10:44.117Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-06T10:10:44.382Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-06T10:10:44.382Z] Configure a credential helper to remove this warning. See [2021-05-06T10:10:44.382Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-06T10:10:44.382Z] [2021-05-06T10:10:44.382Z] Login Succeeded [2021-05-06T10:10:44.382Z] nexus3.edgexfoundry.org:10002 [2021-05-06T10:10:44.382Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-06T10:10:44.643Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-06T10:10:44.643Z] Configure a credential helper to remove this warning. See [2021-05-06T10:10:44.643Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-06T10:10:44.643Z] [2021-05-06T10:10:44.643Z] Login Succeeded [2021-05-06T10:10:44.643Z] nexus3.edgexfoundry.org:10003 [2021-05-06T10:10:44.643Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-06T10:10:44.643Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-06T10:10:44.643Z] Configure a credential helper to remove this warning. See [2021-05-06T10:10:44.643Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-06T10:10:44.643Z] [2021-05-06T10:10:44.643Z] Login Succeeded [2021-05-06T10:10:44.643Z] nexus3.edgexfoundry.org:10004 [2021-05-06T10:10:44.906Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-06T10:10:44.906Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-06T10:10:44.906Z] Configure a credential helper to remove this warning. See [2021-05-06T10:10:44.906Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-06T10:10:44.906Z] [2021-05-06T10:10:44.906Z] Login Succeeded [2021-05-06T10:10:44.906Z] docker.io [2021-05-06T10:10:44.906Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-06T10:10:45.167Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-06T10:10:45.167Z] Configure a credential helper to remove this warning. See [2021-05-06T10:10:45.167Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-06T10:10:45.167Z] [2021-05-06T10:10:45.167Z] Login Succeeded [2021-05-06T10:10:45.167Z] ---> docker-login.sh ends [Pipeline] } [2021-05-06T10:10:45.177Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-05-06T10:10:45.350Z] ========================================================= [2021-05-06T10:10:45.350Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine] [2021-05-06T10:10:45.350Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-05-06T10:10:45.658Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine . [2021-05-06T10:10:45.658Z] Sending build context to Docker daemon 2.463MB [2021-05-06T10:10:45.658Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-05-06T10:10:45.658Z] Step 2/8 : FROM ${BASE} [2021-05-06T10:10:45.658Z] 1.16-alpine: Pulling from edgex-devops/edgex-golang-base [2021-05-06T10:10:45.658Z] 540db60ca938: Pulling fs layer [2021-05-06T10:10:45.658Z] adcc1eea9eea: Pulling fs layer [2021-05-06T10:10:45.658Z] 4c4ab2625f07: Pulling fs layer [2021-05-06T10:10:45.658Z] 0510c868ecb4: Pulling fs layer [2021-05-06T10:10:45.658Z] afea3b2eda06: Pulling fs layer [2021-05-06T10:10:45.658Z] 7809a108b3ef: Pulling fs layer [2021-05-06T10:10:45.658Z] f706445af74f: Pulling fs layer [2021-05-06T10:10:45.658Z] 0510c868ecb4: Waiting [2021-05-06T10:10:45.658Z] afea3b2eda06: Waiting [2021-05-06T10:10:45.658Z] 7809a108b3ef: Waiting [2021-05-06T10:10:45.658Z] f706445af74f: Waiting [2021-05-06T10:10:45.923Z] 4c4ab2625f07: Verifying Checksum [2021-05-06T10:10:45.923Z] 4c4ab2625f07: Download complete [2021-05-06T10:10:45.923Z] adcc1eea9eea: Download complete [2021-05-06T10:10:45.923Z] afea3b2eda06: Verifying Checksum [2021-05-06T10:10:45.923Z] afea3b2eda06: Download complete [2021-05-06T10:10:45.923Z] 7809a108b3ef: Verifying Checksum [2021-05-06T10:10:45.923Z] 7809a108b3ef: Download complete [2021-05-06T10:10:45.923Z] 540db60ca938: Verifying Checksum [2021-05-06T10:10:45.923Z] 540db60ca938: Download complete [2021-05-06T10:10:46.192Z] 540db60ca938: Pull complete [2021-05-06T10:10:46.456Z] adcc1eea9eea: Pull complete [2021-05-06T10:10:46.569Z] Removing intermediate container f1530ace7831 [2021-05-06T10:10:46.569Z] ---> 3aa078036999 [2021-05-06T10:10:46.569Z] Step 5/8 : RUN apk add --update --no-cache make git gcc libc-dev libsodium-dev zeromq-dev [2021-05-06T10:10:46.569Z] ---> Running in 52f5722296c6 [2021-05-06T10:10:46.717Z] 4c4ab2625f07: Pull complete [2021-05-06T10:10:47.550Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-05-06T10:10:47.662Z] f706445af74f: Verifying Checksum [2021-05-06T10:10:47.662Z] f706445af74f: Download complete [2021-05-06T10:10:48.239Z] 0510c868ecb4: Verifying Checksum [2021-05-06T10:10:48.239Z] 0510c868ecb4: Download complete [2021-05-06T10:10:49.510Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-05-06T10:10:50.952Z] (1/6) Installing libc-dev (0.7.2-r3) [2021-05-06T10:10:50.952Z] (2/6) Installing libsodium (1.0.18-r0) [2021-05-06T10:10:51.222Z] (3/6) Installing pkgconf (1.7.3-r0) [2021-05-06T10:10:51.493Z] (4/6) Installing libsodium-dev (1.0.18-r0) [2021-05-06T10:10:51.493Z] (5/6) Installing libzmq (4.3.3-r1) [2021-05-06T10:10:52.138Z] (6/6) Installing zeromq-dev (4.3.3-r1) [2021-05-06T10:10:52.138Z] Executing busybox-1.32.1-r6.trigger [2021-05-06T10:10:52.138Z] OK: 139 MiB in 46 packages [2021-05-06T10:10:53.584Z] Removing intermediate container 52f5722296c6 [2021-05-06T10:10:53.584Z] ---> 62dc31ec441f [2021-05-06T10:10:53.584Z] Step 6/8 : WORKDIR /device-sdk-go [2021-05-06T10:10:53.584Z] ---> Running in 7acaabef22cc [2021-05-06T10:10:53.585Z] 0510c868ecb4: Pull complete [2021-05-06T10:10:53.585Z] afea3b2eda06: Pull complete [2021-05-06T10:10:53.585Z] 7809a108b3ef: Pull complete [2021-05-06T10:10:54.182Z] Removing intermediate container 7acaabef22cc [2021-05-06T10:10:54.182Z] ---> 47cd89199ab6 [2021-05-06T10:10:54.182Z] Step 7/8 : COPY . . [2021-05-06T10:10:55.155Z] ---> 61d0dabca900 [2021-05-06T10:10:55.155Z] Step 8/8 : RUN go mod download [2021-05-06T10:10:55.436Z] ---> Running in 33ed8ea56904 [2021-05-06T10:10:58.894Z] f706445af74f: Pull complete [2021-05-06T10:10:58.894Z] Digest: sha256:3789524f83b4b99ff44900c39f6da7fc44f99660cd9adf292610dec398b137f4 [2021-05-06T10:10:58.894Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [2021-05-06T10:10:58.894Z] ---> b068be0155e3 [2021-05-06T10:10:58.894Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-05-06T10:10:59.852Z] ---> Running in cc993bdf2f99 [2021-05-06T10:11:00.114Z] Removing intermediate container cc993bdf2f99 [2021-05-06T10:11:00.114Z] ---> 2585613652c2 [2021-05-06T10:11:00.114Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-06T10:11:00.114Z] ---> Running in 1a5d7d4f4887 [2021-05-06T10:11:01.061Z] Removing intermediate container 1a5d7d4f4887 [2021-05-06T10:11:01.061Z] ---> 8bf681c65bb4 [2021-05-06T10:11:01.061Z] Step 5/8 : RUN apk add --update --no-cache make git gcc libc-dev libsodium-dev zeromq-dev [2021-05-06T10:11:01.061Z] ---> Running in 98c5c20ed959 [2021-05-06T10:11:01.637Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-05-06T10:11:03.027Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-05-06T10:11:04.414Z] (1/6) Installing libc-dev (0.7.2-r3) [2021-05-06T10:11:04.414Z] (2/6) Installing libsodium (1.0.18-r0) [2021-05-06T10:11:04.676Z] (3/6) Installing pkgconf (1.7.3-r0) [2021-05-06T10:11:04.676Z] (4/6) Installing libsodium-dev (1.0.18-r0) [2021-05-06T10:11:04.941Z] (5/6) Installing libzmq (4.3.3-r1) [2021-05-06T10:11:04.941Z] (6/6) Installing zeromq-dev (4.3.3-r1) [2021-05-06T10:11:05.202Z] Executing busybox-1.32.1-r6.trigger [2021-05-06T10:11:05.202Z] OK: 150 MiB in 46 packages [2021-05-06T10:11:05.784Z] Removing intermediate container 98c5c20ed959 [2021-05-06T10:11:05.784Z] ---> ebf65b27779f [2021-05-06T10:11:05.784Z] Step 6/8 : WORKDIR /device-sdk-go [2021-05-06T10:11:05.784Z] ---> Running in c60d5042b4f9 [2021-05-06T10:11:06.045Z] Removing intermediate container c60d5042b4f9 [2021-05-06T10:11:06.045Z] ---> 7386b835781d [2021-05-06T10:11:06.045Z] Step 7/8 : COPY . . [2021-05-06T10:11:07.434Z] ---> c5a3f33cd4d8 [2021-05-06T10:11:07.434Z] Step 8/8 : RUN go mod download [2021-05-06T10:11:07.434Z] ---> Running in 3695ea331b85 [2021-05-06T10:11:27.772Z] Removing intermediate container 33ed8ea56904 [2021-05-06T10:11:27.772Z] ---> 1592fcf8fc2d [2021-05-06T10:11:27.772Z] Successfully built 1592fcf8fc2d [2021-05-06T10:11:27.772Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-05-06T10:11:28.111Z] + docker inspect -f . ci-base-image-arm64 [2021-05-06T10:11:28.111Z] . [Pipeline] withDockerContainer [2021-05-06T10:11:28.341Z] prd-ubuntu18.04-docker-arm64-4c-16g-3195 does not seem to be running inside a container [2021-05-06T10:11:28.426Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/156 -v /w/workspace/device-sdk-go/156:/w/workspace/device-sdk-go/156:rw,z -v /w/workspace/device-sdk-go/156@tmp:/w/workspace/device-sdk-go/156@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-05-06T10:11:29.463Z] Removing intermediate container 3695ea331b85 [2021-05-06T10:11:29.463Z] ---> 9cd7c053615a [2021-05-06T10:11:29.463Z] Successfully built 9cd7c053615a [2021-05-06T10:11:29.463Z] Successfully tagged ci-base-image-x86_64:latest [2021-05-06T10:11:29.868Z] $ docker top 91f5d5bb0d6c752e7785f2479ea10ad45078acf512ae3a8088eaaefe2229a6e8 -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] isUnix [Pipeline] sh [2021-05-06T10:11:30.502Z] + docker inspect -f . ci-base-image-x86_64 [2021-05-06T10:11:30.502Z] . [Pipeline] withDockerContainer [2021-05-06T10:11:30.607Z] prd-centos7-docker-4c-2g-3196 does not seem to be running inside a container [2021-05-06T10:11:30.653Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/156 -v /w/workspace/device-sdk-go/156:/w/workspace/device-sdk-go/156:rw,z -v /w/workspace/device-sdk-go/156@tmp:/w/workspace/device-sdk-go/156@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-05-06T10:11:30.779Z] + go version [2021-05-06T10:11:30.779Z] go version go1.16.3 linux/arm64 [2021-05-06T10:11:31.332Z] $ docker top 493ff0abdd8d18ad1831ae12f2bf9b0363701a16bcc4c048ec31c36755d2bce5 -eo pid,comm [Pipeline] { [Pipeline] } [2021-05-06T10:11:31.465Z] $ docker stop --time=1 91f5d5bb0d6c752e7785f2479ea10ad45078acf512ae3a8088eaaefe2229a6e8 [2021-05-06T10:11:33.407Z] $ docker rm -f 91f5d5bb0d6c752e7785f2479ea10ad45078acf512ae3a8088eaaefe2229a6e8 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] sh [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-06T10:11:33.909Z] + go version [2021-05-06T10:11:33.909Z] go version go1.16.3 linux/amd64 [Pipeline] } [2021-05-06T10:11:33.924Z] $ docker stop --time=1 493ff0abdd8d18ad1831ae12f2bf9b0363701a16bcc4c048ec31c36755d2bce5 [2021-05-06T10:11:34.078Z] + docker inspect -f . ci-base-image-arm64 [2021-05-06T10:11:34.079Z] . [2021-05-06T10:11:35.253Z] $ docker rm -f 493ff0abdd8d18ad1831ae12f2bf9b0363701a16bcc4c048ec31c36755d2bce5 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] withDockerContainer [2021-05-06T10:11:35.561Z] prd-ubuntu18.04-docker-arm64-4c-16g-3195 does not seem to be running inside a container [2021-05-06T10:11:35.655Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/156 -v /w/workspace/device-sdk-go/156:/w/workspace/device-sdk-go/156:rw,z -v /w/workspace/device-sdk-go/156@tmp:/w/workspace/device-sdk-go/156@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-05-06T10:11:37.124Z] $ docker top 6add47fde17a847167124172f5b52b3779b84d211b2ec846f439ce31eeaa5771 -eo pid,comm [Pipeline] { [Pipeline] // script [Pipeline] } [Pipeline] sh [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-06T10:11:37.851Z] + docker inspect -f . ci-base-image-x86_64 [2021-05-06T10:11:37.851Z] . [Pipeline] withDockerContainer [2021-05-06T10:11:37.940Z] prd-centos7-docker-4c-2g-3196 does not seem to be running inside a container [2021-05-06T10:11:37.989Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/156 -v /w/workspace/device-sdk-go/156:/w/workspace/device-sdk-go/156:rw,z -v /w/workspace/device-sdk-go/156@tmp:/w/workspace/device-sdk-go/156@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-05-06T10:11:38.075Z] + go mod tidy [2021-05-06T10:11:38.520Z] $ docker top 6b7c039792cf334191b818c8b70df50f2c964c54a2332bfbdcc909c882f6b767 -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] sh [2021-05-06T10:11:38.920Z] + go mod tidy [Pipeline] sh [2021-05-06T10:11:39.328Z] + make test [2021-05-06T10:11:39.328Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-05-06T10:11:39.482Z] + make test [2021-05-06T10:11:39.482Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-05-06T10:11:47.678Z] ? github.com/edgexfoundry/device-sdk-go/v2 [no test files] [2021-05-06T10:12:01.514Z] ? github.com/edgexfoundry/device-sdk-go/v2 [no test files] [2021-05-06T10:12:09.908Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/cmd/device-simple [no test files] [2021-05-06T10:12:09.908Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/config [no test files] [2021-05-06T10:12:09.908Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/driver [no test files] [2021-05-06T10:12:09.908Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/application [no test files] [2021-05-06T10:12:09.908Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/autodiscovery [no test files] [2021-05-06T10:12:09.908Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/autoevent 0.059s coverage: 28.1% of statements [2021-05-06T10:12:09.908Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/cache 0.067s coverage: 78.9% of statements [2021-05-06T10:12:10.283Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/clients 1.061s coverage: 7.8% of statements [2021-05-06T10:12:10.283Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/common [no test files] [2021-05-06T10:12:10.283Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/config [no test files] [2021-05-06T10:12:10.283Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/container [no test files] [2021-05-06T10:12:10.283Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http 0.090s coverage: 30.2% of statements [2021-05-06T10:12:10.283Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http/correlation [no test files] [2021-05-06T10:12:10.283Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/provision [no test files] [2021-05-06T10:12:10.283Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/telemetry [no test files] [2021-05-06T10:12:10.563Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/transformer 0.107s coverage: 57.2% of statements [2021-05-06T10:12:11.156Z] ok github.com/edgexfoundry/device-sdk-go/v2/pkg/models 1.294s coverage: 6.6% of statements [2021-05-06T10:12:11.418Z] ok github.com/edgexfoundry/device-sdk-go/v2/pkg/service 0.058s coverage: 5.0% of statements [2021-05-06T10:12:11.418Z] ? github.com/edgexfoundry/device-sdk-go/v2/pkg/startup [no test files] [2021-05-06T10:12:11.680Z] GO111MODULE=on go vet ./... [2021-05-06T10:12:29.923Z] gofmt -l . [2021-05-06T10:12:29.923Z] [ "`gofmt -l .`" = "" ] [2021-05-06T10:12:29.923Z] ./bin/test-attribution-txt.sh [2021-05-06T10:12:29.923Z] ./bin/test-go-mod-tidy.sh [Pipeline] } [2021-05-06T10:12:29.947Z] $ docker stop --time=1 6b7c039792cf334191b818c8b70df50f2c964c54a2332bfbdcc909c882f6b767 [2021-05-06T10:12:31.599Z] $ docker rm -f 6b7c039792cf334191b818c8b70df50f2c964c54a2332bfbdcc909c882f6b767 [Pipeline] // withDockerContainer [Pipeline] sh [2021-05-06T10:12:32.154Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-05-06T10:12:32.493Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2021-05-06T10:12:34.903Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-05-06T10:12:35.221Z] + ls -al . [2021-05-06T10:12:35.221Z] total 188 [2021-05-06T10:12:35.221Z] drwxrwxr-x. 10 jenkins jenkins 4096 May 6 10:12 . [2021-05-06T10:12:35.221Z] drwxrwxr-x. 4 jenkins jenkins 32 May 6 10:10 .. [2021-05-06T10:12:35.221Z] drwxrwxr-x. 2 jenkins jenkins 64 May 6 10:10 bin [2021-05-06T10:12:35.221Z] -rw-r--r--. 1 jenkins jenkins 100320 May 6 10:12 coverage.out [2021-05-06T10:12:35.221Z] -rw-rw-r--. 1 jenkins jenkins 987 May 6 10:10 Dockerfile.build [2021-05-06T10:12:35.221Z] -rw-rw-r--. 1 jenkins jenkins 140 May 6 10:10 .dockerignore [2021-05-06T10:12:35.221Z] drwxrwxr-x. 5 jenkins jenkins 62 May 6 10:10 example [2021-05-06T10:12:35.221Z] drwxrwxr-x. 8 jenkins jenkins 162 May 6 10:10 .git [2021-05-06T10:12:35.221Z] drwxrwxr-x. 2 jenkins jenkins 103 May 6 10:10 .github [2021-05-06T10:12:35.221Z] -rw-rw-r--. 1 jenkins jenkins 138 May 6 10:10 .gitignore [2021-05-06T10:12:35.221Z] -rw-r--r--. 1 jenkins jenkins 575 May 6 10:12 go.mod [2021-05-06T10:12:35.221Z] -rw-r--r--. 1 jenkins jenkins 20957 May 6 10:11 go.sum [2021-05-06T10:12:35.221Z] drwxrwxr-x. 14 jenkins jenkins 207 May 6 10:10 internal [2021-05-06T10:12:35.221Z] -rw-rw-r--. 1 jenkins jenkins 901 May 6 10:10 Jenkinsfile [2021-05-06T10:12:35.221Z] -rw-rw-r--. 1 jenkins jenkins 11341 May 6 10:10 LICENSE [2021-05-06T10:12:35.221Z] -rw-rw-r--. 1 jenkins jenkins 1022 May 6 10:10 Makefile [2021-05-06T10:12:35.221Z] drwxrwxr-x. 4 jenkins jenkins 26 May 6 10:10 openapi [2021-05-06T10:12:35.221Z] drwxrwxr-x. 5 jenkins jenkins 50 May 6 10:10 pkg [2021-05-06T10:12:35.221Z] -rw-rw-r--. 1 jenkins jenkins 7652 May 6 10:10 README.md [2021-05-06T10:12:35.221Z] -rw-rw-r--. 1 jenkins jenkins 6616 May 6 10:10 RELEASE-NOTES.txt [2021-05-06T10:12:35.221Z] drwxrwxr-x. 4 jenkins jenkins 54 May 6 10:10 snap [2021-05-06T10:12:35.221Z] -rw-rw-r--. 1 jenkins jenkins 12 May 6 10:07 VERSION [2021-05-06T10:12:35.221Z] -rw-rw-r--. 1 jenkins jenkins 222 May 6 10:10 version.go [Pipeline] isUnix [Pipeline] sh [2021-05-06T10:12:35.529Z] + 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=70dff52b8df9807f5114cad14836e8310fd11d9c --label arch=amd64 --label version=2.0.0-dev.51 . [2021-05-06T10:12:35.530Z] Sending build context to Docker daemon 2.564MB [2021-05-06T10:12:35.791Z] Step 1/23 : ARG BASE=golang:1.15-alpine3.12 [2021-05-06T10:12:35.791Z] Step 2/23 : FROM ${BASE} AS builder [2021-05-06T10:12:35.791Z] ---> 9cd7c053615a [2021-05-06T10:12:35.791Z] Step 3/23 : WORKDIR /device-sdk-go [2021-05-06T10:12:36.365Z] ---> Running in cd28b4ac156d [2021-05-06T10:12:36.365Z] Removing intermediate container cd28b4ac156d [2021-05-06T10:12:36.365Z] ---> fb1289db535a [2021-05-06T10:12:36.365Z] Step 4/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-05-06T10:12:36.365Z] ---> Running in 7e656f399513 [2021-05-06T10:12:36.628Z] Removing intermediate container 7e656f399513 [2021-05-06T10:12:36.628Z] ---> 38ac810119a7 [2021-05-06T10:12:36.628Z] Step 5/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-06T10:12:36.628Z] ---> Running in f4a486cf6120 [2021-05-06T10:12:37.585Z] Removing intermediate container f4a486cf6120 [2021-05-06T10:12:37.585Z] ---> 7126cd6e535b [2021-05-06T10:12:37.585Z] Step 6/23 : RUN apk add --update --no-cache make git gcc libc-dev zeromq-dev libsodium-dev [2021-05-06T10:12:37.585Z] ---> Running in b57b1995bd75 [2021-05-06T10:12:38.164Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-05-06T10:12:39.107Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-05-06T10:12:40.501Z] OK: 150 MiB in 46 packages [2021-05-06T10:12:40.771Z] Removing intermediate container b57b1995bd75 [2021-05-06T10:12:40.771Z] ---> 9fd270e74668 [2021-05-06T10:12:40.771Z] Step 7/23 : COPY . . [2021-05-06T10:12:41.716Z] ---> 93660e84caaa [2021-05-06T10:12:41.716Z] Step 8/23 : RUN go mod download [2021-05-06T10:12:41.978Z] ---> Running in f76cb5370527 [2021-05-06T10:12:42.943Z] Removing intermediate container f76cb5370527 [2021-05-06T10:12:42.943Z] ---> 80cc4f4a0403 [2021-05-06T10:12:42.943Z] Step 9/23 : RUN make build [2021-05-06T10:12:42.943Z] ---> Running in 67ec99de7f0a [2021-05-06T10:12:43.209Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-sdk-go/v2.Version=2.0.0-dev.51" -o example/cmd/device-simple/device-simple ./example/cmd/device-simple [2021-05-06T10:12:53.321Z] CGO_ENABLED=1 GO111MODULE=on go install -tags=safe [2021-05-06T10:12:55.239Z] Removing intermediate container 67ec99de7f0a [2021-05-06T10:12:55.239Z] ---> b136e1addcbf [2021-05-06T10:12:55.239Z] Step 10/23 : FROM alpine:3.12 [2021-05-06T10:12:55.500Z] 3.12: Pulling from library/alpine [2021-05-06T10:12:55.500Z] 339de151aab4: Pulling fs layer [2021-05-06T10:12:55.761Z] 339de151aab4: Download complete [2021-05-06T10:12:56.022Z] 339de151aab4: Pull complete [2021-05-06T10:12:56.022Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-05-06T10:12:56.022Z] Status: Downloaded newer image for alpine:3.12 [2021-05-06T10:12:56.022Z] ---> 13621d1b12d4 [2021-05-06T10:12:56.022Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-05-06T10:12:56.022Z] ---> Running in a2fc1f4b77c1 [2021-05-06T10:12:56.284Z] Removing intermediate container a2fc1f4b77c1 [2021-05-06T10:12:56.284Z] ---> cec886ce491a [2021-05-06T10:12:56.284Z] Step 12/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-06T10:12:56.284Z] ---> Running in 1d3ff82f1914 [2021-05-06T10:12:57.237Z] Removing intermediate container 1d3ff82f1914 [2021-05-06T10:12:57.237Z] ---> 19ae89fb6b73 [2021-05-06T10:12:57.237Z] Step 13/23 : RUN apk add --update --no-cache zeromq [2021-05-06T10:12:57.237Z] ---> Running in a8e69d59b095 [2021-05-06T10:12:57.499Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-05-06T10:12:58.442Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-05-06T10:12:59.014Z] (1/5) Installing libgcc (9.3.0-r2) [2021-05-06T10:12:59.014Z] (2/5) Installing libsodium (1.0.18-r0) [2021-05-06T10:12:59.274Z] (3/5) Installing libstdc++ (9.3.0-r2) [2021-05-06T10:12:59.274Z] (4/5) Installing libzmq (4.3.3-r0) [2021-05-06T10:12:59.537Z] (5/5) Installing zeromq (4.3.3-r0) [2021-05-06T10:12:59.537Z] Executing busybox-1.31.1-r20.trigger [2021-05-06T10:12:59.798Z] OK: 8 MiB in 19 packages [2021-05-06T10:13:00.372Z] Removing intermediate container a8e69d59b095 [2021-05-06T10:13:00.372Z] ---> 331201db3b49 [2021-05-06T10:13:00.372Z] Step 14/23 : WORKDIR / [2021-05-06T10:13:00.372Z] ---> Running in 88388ad01313 [2021-05-06T10:13:00.372Z] Removing intermediate container 88388ad01313 [2021-05-06T10:13:00.372Z] ---> 30d47ddb243c [2021-05-06T10:13:00.372Z] Step 15/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/Attribution.txt /Attribution.txt [2021-05-06T10:13:00.634Z] ---> 5dfd9ac88c3f [2021-05-06T10:13:00.634Z] Step 16/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /device-simple [2021-05-06T10:13:01.206Z] ---> 6eeb3ccc562d [2021-05-06T10:13:01.206Z] Step 17/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/ /res [2021-05-06T10:13:01.467Z] ---> b80c628c6e46 [2021-05-06T10:13:01.467Z] Step 18/23 : EXPOSE 49990 [2021-05-06T10:13:01.728Z] ---> Running in 98e8a871527e [2021-05-06T10:13:01.728Z] Removing intermediate container 98e8a871527e [2021-05-06T10:13:01.728Z] ---> 40a0d7b1154e [2021-05-06T10:13:01.728Z] Step 19/23 : ENTRYPOINT ["/device-simple"] [2021-05-06T10:13:01.728Z] ---> Running in b5b9068bbd06 [2021-05-06T10:13:01.989Z] Removing intermediate container b5b9068bbd06 [2021-05-06T10:13:01.989Z] ---> 043fdda06ab0 [2021-05-06T10:13:01.989Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-06T10:13:01.989Z] ---> Running in 8306d61b310d [2021-05-06T10:13:02.250Z] Removing intermediate container 8306d61b310d [2021-05-06T10:13:02.250Z] ---> 7567db0f9fb3 [2021-05-06T10:13:02.250Z] Step 21/23 : LABEL arch=amd64 [2021-05-06T10:13:02.250Z] ---> Running in 827abf141a0b [2021-05-06T10:13:02.510Z] Removing intermediate container 827abf141a0b [2021-05-06T10:13:02.510Z] ---> da8d6414b9fc [2021-05-06T10:13:02.510Z] Step 22/23 : LABEL git_sha=70dff52b8df9807f5114cad14836e8310fd11d9c [2021-05-06T10:13:02.510Z] ---> Running in 1d4d4d3a6cce [2021-05-06T10:13:02.771Z] Removing intermediate container 1d4d4d3a6cce [2021-05-06T10:13:02.771Z] ---> 721f276e8924 [2021-05-06T10:13:02.771Z] Step 23/23 : LABEL version=2.0.0-dev.51 [2021-05-06T10:13:02.771Z] ---> Running in 5d222da64e06 [2021-05-06T10:13:03.031Z] Removing intermediate container 5d222da64e06 [2021-05-06T10:13:03.031Z] ---> 31e45e265ee2 [2021-05-06T10:13:03.031Z] [Warning] One or more build-args [ARCH MAKE] were not consumed [2021-05-06T10:13:03.031Z] Successfully built 31e45e265ee2 [2021-05-06T10:13:03.031Z] 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-05-06T10:13:03.700Z] ---> job-cost.sh [2021-05-06T10:13:03.700Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-GQt5 [2021-05-06T10:13:10.683Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/cmd/device-simple [no test files] [2021-05-06T10:13:10.683Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/config [no test files] [2021-05-06T10:13:10.683Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/driver [no test files] [2021-05-06T10:13:10.683Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/application [no test files] [2021-05-06T10:13:10.683Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/autodiscovery [no test files] [2021-05-06T10:13:12.670Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/autoevent 0.134s coverage: 28.1% of statements [2021-05-06T10:13:13.677Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/cache 0.279s coverage: 78.9% of statements [2021-05-06T10:13:13.677Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/clients 1.154s coverage: 7.8% of statements [2021-05-06T10:13:13.677Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/common [no test files] [2021-05-06T10:13:13.677Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/config [no test files] [2021-05-06T10:13:13.677Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/container [no test files] [2021-05-06T10:13:15.661Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http 0.245s coverage: 30.2% of statements [2021-05-06T10:13:15.661Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http/correlation [no test files] [2021-05-06T10:13:15.661Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/provision [no test files] [2021-05-06T10:13:15.661Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/telemetry [no test files] [2021-05-06T10:13:18.310Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/transformer 0.328s coverage: 57.2% of statements [2021-05-06T10:13:18.635Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-05-06T10:13:18.903Z] ok github.com/edgexfoundry/device-sdk-go/v2/pkg/models 3.159s coverage: 6.6% of statements [2021-05-06T10:13:18.903Z] ok github.com/edgexfoundry/device-sdk-go/v2/pkg/service 0.137s coverage: 5.0% of statements [2021-05-06T10:13:18.903Z] ? github.com/edgexfoundry/device-sdk-go/v2/pkg/startup [no test files] [2021-05-06T10:13:19.500Z] GO111MODULE=on go vet ./... [2021-05-06T10:13:40.644Z] lf-activate-venv(): INFO: Adding /tmp/venv-GQt5/bin to PATH [2021-05-06T10:13:40.644Z] INFO: No Stack... [2021-05-06T10:13:41.586Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-05-06T10:13:42.974Z] INFO: Archiving Costs [Pipeline] sh [2021-05-06T10:13:43.277Z] + cat /w/workspace/device-sdk-go/156/archives/cost.csv [2021-05-06T10:13:43.277Z] + cut -d, -f6 [Pipeline] lock [2021-05-06T10:13:43.356Z] Trying to acquire lock on [jenkins-edgexfoundry-device-sdk-go-master-156-stack-cost] [2021-05-06T10:13:43.382Z] Resource [jenkins-edgexfoundry-device-sdk-go-master-156-stack-cost] did not exist. Created. [2021-05-06T10:13:43.382Z] Lock acquired on [jenkins-edgexfoundry-device-sdk-go-master-156-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-05-06T10:13:43.704Z] + echo total: 0.029999999329447746 [Pipeline] stash [2021-05-06T10:13:43.797Z] Stashed 1 file(s) [Pipeline] } [2021-05-06T10:13:43.814Z] Lock released on resource [jenkins-edgexfoundry-device-sdk-go-master-156-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-05-06T10:14:16.063Z] gofmt -l . [2021-05-06T10:14:16.064Z] [ "`gofmt -l .`" = "" ] [2021-05-06T10:14:16.064Z] ./bin/test-attribution-txt.sh [2021-05-06T10:14:16.064Z] ./bin/test-go-mod-tidy.sh [Pipeline] } [2021-05-06T10:14:16.095Z] $ docker stop --time=1 6add47fde17a847167124172f5b52b3779b84d211b2ec846f439ce31eeaa5771 [2021-05-06T10:14:18.527Z] $ docker rm -f 6add47fde17a847167124172f5b52b3779b84d211b2ec846f439ce31eeaa5771 [Pipeline] // withDockerContainer [Pipeline] sh [2021-05-06T10:14:19.562Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-05-06T10:14:19.584Z] Warning: overwriting stash ‘coverage-report’ [2021-05-06T10:14:20.436Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-05-06T10:14:20.946Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-05-06T10:14:21.280Z] + ls -al . [2021-05-06T10:14:21.281Z] total 224 [2021-05-06T10:14:21.281Z] drwxrwxr-x 10 jenkins jenkins 4096 May 6 10:14 . [2021-05-06T10:14:21.281Z] drwxrwxr-x 4 jenkins jenkins 4096 May 6 10:10 .. [2021-05-06T10:14:21.281Z] -rw-rw-r-- 1 jenkins jenkins 140 May 6 10:10 .dockerignore [2021-05-06T10:14:21.281Z] drwxrwxr-x 8 jenkins jenkins 4096 May 6 10:10 .git [2021-05-06T10:14:21.281Z] drwxrwxr-x 2 jenkins jenkins 4096 May 6 10:10 .github [2021-05-06T10:14:21.281Z] -rw-rw-r-- 1 jenkins jenkins 138 May 6 10:10 .gitignore [2021-05-06T10:14:21.281Z] -rw-rw-r-- 1 jenkins jenkins 987 May 6 10:10 Dockerfile.build [2021-05-06T10:14:21.281Z] -rw-rw-r-- 1 jenkins jenkins 901 May 6 10:10 Jenkinsfile [2021-05-06T10:14:21.281Z] -rw-rw-r-- 1 jenkins jenkins 11341 May 6 10:10 LICENSE [2021-05-06T10:14:21.281Z] -rw-rw-r-- 1 jenkins jenkins 1022 May 6 10:10 Makefile [2021-05-06T10:14:21.281Z] -rw-rw-r-- 1 jenkins jenkins 7652 May 6 10:10 README.md [2021-05-06T10:14:21.281Z] -rw-rw-r-- 1 jenkins jenkins 6616 May 6 10:10 RELEASE-NOTES.txt [2021-05-06T10:14:21.281Z] -rw-rw-r-- 1 jenkins jenkins 12 May 6 10:07 VERSION [2021-05-06T10:14:21.281Z] drwxrwxr-x 2 jenkins jenkins 4096 May 6 10:10 bin [2021-05-06T10:14:21.281Z] -rw-r--r-- 1 jenkins jenkins 100320 May 6 10:13 coverage.out [2021-05-06T10:14:21.281Z] drwxrwxr-x 5 jenkins jenkins 4096 May 6 10:10 example [2021-05-06T10:14:21.281Z] -rw-r--r-- 1 jenkins jenkins 575 May 6 10:14 go.mod [2021-05-06T10:14:21.281Z] -rw-r--r-- 1 jenkins jenkins 20957 May 6 10:11 go.sum [2021-05-06T10:14:21.281Z] drwxrwxr-x 14 jenkins jenkins 4096 May 6 10:10 internal [2021-05-06T10:14:21.281Z] drwxrwxr-x 4 jenkins jenkins 4096 May 6 10:10 openapi [2021-05-06T10:14:21.281Z] drwxrwxr-x 5 jenkins jenkins 4096 May 6 10:10 pkg [2021-05-06T10:14:21.281Z] drwxrwxr-x 4 jenkins jenkins 4096 May 6 10:10 snap [2021-05-06T10:14:21.281Z] -rw-rw-r-- 1 jenkins jenkins 222 May 6 10:10 version.go [Pipeline] isUnix [Pipeline] sh [2021-05-06T10:14:21.624Z] + 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=70dff52b8df9807f5114cad14836e8310fd11d9c --label arch=arm64 --label version=2.0.0-dev.51 . [2021-05-06T10:14:21.896Z] Sending build context to Docker daemon 2.563MB [2021-05-06T10:14:21.896Z] Step 1/23 : ARG BASE=golang:1.15-alpine3.12 [2021-05-06T10:14:21.896Z] Step 2/23 : FROM ${BASE} AS builder [2021-05-06T10:14:22.181Z] ---> 1592fcf8fc2d [2021-05-06T10:14:22.181Z] Step 3/23 : WORKDIR /device-sdk-go [2021-05-06T10:14:22.469Z] ---> Running in 4b555a0cc316 [2021-05-06T10:14:22.741Z] Removing intermediate container 4b555a0cc316 [2021-05-06T10:14:22.741Z] ---> db7f766edffc [2021-05-06T10:14:22.741Z] Step 4/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-05-06T10:14:23.035Z] ---> Running in b24996e2b1a5 [2021-05-06T10:14:23.322Z] Removing intermediate container b24996e2b1a5 [2021-05-06T10:14:23.322Z] ---> dc3c9c4cfc07 [2021-05-06T10:14:23.322Z] Step 5/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-06T10:14:23.596Z] ---> Running in db1ed2078354 [2021-05-06T10:14:25.564Z] Removing intermediate container db1ed2078354 [2021-05-06T10:14:25.564Z] ---> 1001b1126589 [2021-05-06T10:14:25.564Z] Step 6/23 : RUN apk add --update --no-cache make git gcc libc-dev zeromq-dev libsodium-dev [2021-05-06T10:14:25.564Z] ---> Running in dd5e38ebf370 [2021-05-06T10:14:27.010Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-05-06T10:14:27.981Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-05-06T10:14:28.970Z] OK: 139 MiB in 46 packages [2021-05-06T10:14:30.414Z] Removing intermediate container dd5e38ebf370 [2021-05-06T10:14:30.414Z] ---> a380b7ed4503 [2021-05-06T10:14:30.414Z] Step 7/23 : COPY . . [2021-05-06T10:14:31.398Z] ---> 8113da474459 [2021-05-06T10:14:31.398Z] Step 8/23 : RUN go mod download [2021-05-06T10:14:31.672Z] ---> Running in d74b447d762e [2021-05-06T10:14:33.660Z] Removing intermediate container d74b447d762e [2021-05-06T10:14:33.660Z] ---> 3d6cdc2073ea [2021-05-06T10:14:33.660Z] Step 9/23 : RUN make build [2021-05-06T10:14:33.935Z] ---> Running in e8af72c9a389 [2021-05-06T10:14:34.932Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-sdk-go/v2.Version=2.0.0-dev.51" -o example/cmd/device-simple/device-simple ./example/cmd/device-simple [2021-05-06T10:15:07.356Z] CGO_ENABLED=1 GO111MODULE=on go install -tags=safe [2021-05-06T10:15:09.967Z] Removing intermediate container e8af72c9a389 [2021-05-06T10:15:09.967Z] ---> beefe32bf960 [2021-05-06T10:15:09.967Z] Step 10/23 : FROM alpine:3.12 [2021-05-06T10:15:09.967Z] 3.12: Pulling from library/alpine [2021-05-06T10:15:09.967Z] d2f70382dc9a: Pulling fs layer [2021-05-06T10:15:10.240Z] d2f70382dc9a: Verifying Checksum [2021-05-06T10:15:10.240Z] d2f70382dc9a: Download complete [2021-05-06T10:15:10.837Z] d2f70382dc9a: Pull complete [2021-05-06T10:15:10.837Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-05-06T10:15:10.837Z] Status: Downloaded newer image for alpine:3.12 [2021-05-06T10:15:10.837Z] ---> 9852663dfa18 [2021-05-06T10:15:10.837Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-05-06T10:15:11.112Z] ---> Running in 85f4e87d3fbd [2021-05-06T10:15:11.715Z] Removing intermediate container 85f4e87d3fbd [2021-05-06T10:15:11.715Z] ---> 0d6823159491 [2021-05-06T10:15:11.715Z] Step 12/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-06T10:15:11.715Z] ---> Running in 0976efae24cc [2021-05-06T10:15:13.687Z] Removing intermediate container 0976efae24cc [2021-05-06T10:15:13.687Z] ---> a8a385dcc14f [2021-05-06T10:15:13.687Z] Step 13/23 : RUN apk add --update --no-cache zeromq [2021-05-06T10:15:13.980Z] ---> Running in c0d654731b4f [2021-05-06T10:15:15.016Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-05-06T10:15:16.028Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-05-06T10:15:17.464Z] (1/5) Installing libgcc (9.3.0-r2) [2021-05-06T10:15:17.464Z] (2/5) Installing libsodium (1.0.18-r0) [2021-05-06T10:15:17.741Z] (3/5) Installing libstdc++ (9.3.0-r2) [2021-05-06T10:15:18.338Z] (4/5) Installing libzmq (4.3.3-r0) [2021-05-06T10:15:18.611Z] (5/5) Installing zeromq (4.3.3-r0) [2021-05-06T10:15:18.611Z] Executing busybox-1.31.1-r20.trigger [2021-05-06T10:15:18.611Z] OK: 8 MiB in 19 packages [2021-05-06T10:15:20.041Z] Removing intermediate container c0d654731b4f [2021-05-06T10:15:20.041Z] ---> 998a46e34610 [2021-05-06T10:15:20.041Z] Step 14/23 : WORKDIR / [2021-05-06T10:15:20.041Z] ---> Running in fe50a3be45d1 [2021-05-06T10:15:20.643Z] Removing intermediate container fe50a3be45d1 [2021-05-06T10:15:20.643Z] ---> 8267c2cd6876 [2021-05-06T10:15:20.643Z] Step 15/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/Attribution.txt /Attribution.txt [2021-05-06T10:15:21.243Z] ---> d32be43b4091 [2021-05-06T10:15:21.243Z] Step 16/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /device-simple [2021-05-06T10:15:22.689Z] ---> c42c1e969b9b [2021-05-06T10:15:22.689Z] Step 17/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/ /res [2021-05-06T10:15:23.290Z] ---> d3cfd126a245 [2021-05-06T10:15:23.290Z] Step 18/23 : EXPOSE 49990 [2021-05-06T10:15:23.290Z] ---> Running in 520166831bcd [2021-05-06T10:15:23.890Z] Removing intermediate container 520166831bcd [2021-05-06T10:15:23.890Z] ---> 75c39e2a2459 [2021-05-06T10:15:23.890Z] Step 19/23 : ENTRYPOINT ["/device-simple"] [2021-05-06T10:15:23.890Z] ---> Running in 18894f32077c [2021-05-06T10:15:24.168Z] Removing intermediate container 18894f32077c [2021-05-06T10:15:24.168Z] ---> 5c5ac6924c15 [2021-05-06T10:15:24.168Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-06T10:15:24.445Z] ---> Running in 8cfa2589df50 [2021-05-06T10:15:24.724Z] Removing intermediate container 8cfa2589df50 [2021-05-06T10:15:24.724Z] ---> 75b410cfa927 [2021-05-06T10:15:24.724Z] Step 21/23 : LABEL arch=arm64 [2021-05-06T10:15:24.996Z] ---> Running in 0ed9abcf82bf [2021-05-06T10:15:25.282Z] Removing intermediate container 0ed9abcf82bf [2021-05-06T10:15:25.282Z] ---> a0dfcbbc8987 [2021-05-06T10:15:25.282Z] Step 22/23 : LABEL git_sha=70dff52b8df9807f5114cad14836e8310fd11d9c [2021-05-06T10:15:25.555Z] ---> Running in 3289d012601e [2021-05-06T10:15:26.157Z] Removing intermediate container 3289d012601e [2021-05-06T10:15:26.157Z] ---> 68c6e4c533e8 [2021-05-06T10:15:26.157Z] Step 23/23 : LABEL version=2.0.0-dev.51 [2021-05-06T10:15:26.157Z] ---> Running in 5830d1603c20 [2021-05-06T10:15:26.756Z] Removing intermediate container 5830d1603c20 [2021-05-06T10:15:26.756Z] ---> 394296192717 [2021-05-06T10:15:26.756Z] [Warning] One or more build-args [ARCH MAKE] were not consumed [2021-05-06T10:15:26.756Z] Successfully built 394296192717 [2021-05-06T10:15:26.756Z] 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-05-06T10:15:27.232Z] ---> job-cost.sh [2021-05-06T10:15:27.232Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-5PAd [2021-05-06T10:16:06.206Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-05-06T10:17:42.962Z] lf-activate-venv(): INFO: Adding /tmp/venv-5PAd/bin to PATH [2021-05-06T10:17:42.962Z] INFO: No Stack... [2021-05-06T10:17:42.962Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-05-06T10:17:42.962Z] INFO: Archiving Costs [Pipeline] sh [2021-05-06T10:17:43.297Z] + cut -d, -f6 [2021-05-06T10:17:43.297Z] + cat /w/workspace/device-sdk-go/156/archives/cost.csv [Pipeline] lock [2021-05-06T10:17:43.402Z] Trying to acquire lock on [jenkins-edgexfoundry-device-sdk-go-master-156-stack-cost] [2021-05-06T10:17:43.412Z] Resource [jenkins-edgexfoundry-device-sdk-go-master-156-stack-cost] did not exist. Created. [2021-05-06T10:17:43.412Z] Lock acquired on [jenkins-edgexfoundry-device-sdk-go-master-156-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-05-06T10:17:43.778Z] /w/workspace/device-sdk-go/156@tmp/durable-31cf69ad/script.sh: 1: /w/workspace/device-sdk-go/156@tmp/durable-31cf69ad/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh [2021-05-06T10:17:44.117Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-05-06T10:17:44.137Z] Warning: overwriting stash ‘stack-cost’ [2021-05-06T10:17:44.293Z] Stashed 1 file(s) [Pipeline] } [2021-05-06T10:17:44.309Z] Lock released on resource [jenkins-edgexfoundry-device-sdk-go-master-156-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-05-06T10:17:44.899Z] provisioning config files... [2021-05-06T10:17:44.912Z] copy managed file [device-sdk-go-codecov-token] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config5668775385466308612tmp [Pipeline] { [Pipeline] sh [2021-05-06T10:17:45.264Z] + set +x [2021-05-06T10:17:45.264Z] + curl -s https://codecov.io/bash [2021-05-06T10:17:45.264Z] + bash -s -- [2021-05-06T10:17:45.528Z] [2021-05-06T10:17:45.528Z] _____ _ [2021-05-06T10:17:45.528Z] / ____| | | [2021-05-06T10:17:45.528Z] | | ___ __| | ___ ___ _____ __ [2021-05-06T10:17:45.528Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-05-06T10:17:45.528Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-05-06T10:17:45.528Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-05-06T10:17:45.528Z] Bash-1.0.2 [2021-05-06T10:17:45.528Z] [2021-05-06T10:17:45.528Z] [2021-05-06T10:17:45.528Z] ==> git version 2.24.3 found [2021-05-06T10:17:45.528Z] ==> 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-05-06T10:17:45.528Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-05-06T10:17:45.528Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-05-06T10:17:45.528Z] ==> Jenkins CI detected. [2021-05-06T10:17:45.528Z] project root: . [2021-05-06T10:17:45.528Z] --> token set from env [2021-05-06T10:17:45.528Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-05-06T10:17:45.528Z] ==> Running gcov in . (disable via -X gcov) [2021-05-06T10:17:45.528Z] ==> Python coveragepy not found [2021-05-06T10:17:45.528Z] ==> Searching for coverage reports in: [2021-05-06T10:17:45.528Z] + . [2021-05-06T10:17:45.528Z] -> Found 1 reports [2021-05-06T10:17:45.528Z] ==> Detecting git/mercurial file structure [2021-05-06T10:17:45.528Z] ==> Reading reports [2021-05-06T10:17:45.528Z] + ./coverage.out bytes=100320 [2021-05-06T10:17:45.528Z] ==> Appending adjustments [2021-05-06T10:17:45.528Z] https://docs.codecov.io/docs/fixing-reports [2021-05-06T10:17:45.793Z] + Found adjustments [2021-05-06T10:17:45.793Z] ==> Gzipping contents [2021-05-06T10:17:46.058Z] 16K /tmp/codecov.kOEbXY.gz [2021-05-06T10:17:46.058Z] ==> Uploading reports [2021-05-06T10:17:46.058Z] url: https://codecov.io [2021-05-06T10:17:46.058Z] query: branch=master&commit=70dff52b8df9807f5114cad14836e8310fd11d9c&build=156&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2Fmaster%2F156%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=&job=&cmd_args= [2021-05-06T10:17:46.058Z] -> Pinging Codecov [2021-05-06T10:17:46.058Z] https://codecov.io/upload/v4?package=bash-1.0.2&token=secret&branch=master&commit=70dff52b8df9807f5114cad14836e8310fd11d9c&build=156&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2Fmaster%2F156%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=&job=&cmd_args= [2021-05-06T10:17:46.320Z] -> Uploading to [2021-05-06T10:17:46.320Z] https://storage.googleapis.com/codecov/v4/raw/2021-05-06/7E55EF52A471D76F132DFD9A03CDDE97/70dff52b8df9807f5114cad14836e8310fd11d9c/94d4b073-c2d2-47b9-80b9-d21037f922e3.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQM3VGPYSAFECJRMNAFIPCV2R3P2BOORCJC7NM537NPJQSFLHUDNIDWA%2F20210506%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210506T101746Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=f3ef175741ec656f4257759dad26e37e3099eb25af4832ac196898e28a420e54 [2021-05-06T10:17:46.320Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-05-06T10:17:46.320Z] Dload Upload Total Spent Left Speed [2021-05-06T10:17:46.899Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 13515 0 0 100 13515 0 23508 --:--:-- --:--:-- --:--:-- 23504 100 13515 0 0 100 13515 0 23501 --:--:-- --:--:-- --:--:-- 23504 [2021-05-06T10:17:46.899Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/device-sdk-go/commit/70dff52b8df9807f5114cad14836e8310fd11d9c [Pipeline] } [2021-05-06T10:17:46.909Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo [2021-05-06T10:17:47.537Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2021-05-06T10:17:47.565Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-06T10:17:47.948Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-05-06T10:17:47.949Z] [2021-05-06T10:17:47.949Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh [2021-05-06T10:17:48.334Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-05-06T10:17:48.334Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2021-05-06T10:17:48.334Z] 188c0c94c7c5: Pulling fs layer [2021-05-06T10:17:48.334Z] 0ef7d3d256c8: Pulling fs layer [2021-05-06T10:17:48.334Z] de9db76c5a1d: Pulling fs layer [2021-05-06T10:17:48.334Z] 0eba1c9be4d2: Pulling fs layer [2021-05-06T10:17:48.334Z] 0d57e429df01: Pulling fs layer [2021-05-06T10:17:48.334Z] 4e4be7b47b0d: Pulling fs layer [2021-05-06T10:17:48.334Z] e1f770b5df2f: Pulling fs layer [2021-05-06T10:17:48.334Z] 85a0685a4137: Pulling fs layer [2021-05-06T10:17:48.334Z] 0eba1c9be4d2: Waiting [2021-05-06T10:17:48.334Z] 0d57e429df01: Waiting [2021-05-06T10:17:48.334Z] 4e4be7b47b0d: Waiting [2021-05-06T10:17:48.334Z] e1f770b5df2f: Waiting [2021-05-06T10:17:48.334Z] 85a0685a4137: Waiting [2021-05-06T10:17:48.334Z] de9db76c5a1d: Verifying Checksum [2021-05-06T10:17:48.334Z] de9db76c5a1d: Download complete [2021-05-06T10:17:48.334Z] 0ef7d3d256c8: Verifying Checksum [2021-05-06T10:17:48.334Z] 0ef7d3d256c8: Download complete [2021-05-06T10:17:48.334Z] 0d57e429df01: Verifying Checksum [2021-05-06T10:17:48.334Z] 0d57e429df01: Download complete [2021-05-06T10:17:48.334Z] 4e4be7b47b0d: Verifying Checksum [2021-05-06T10:17:48.334Z] 4e4be7b47b0d: Download complete [2021-05-06T10:17:48.335Z] 188c0c94c7c5: Verifying Checksum [2021-05-06T10:17:48.335Z] 188c0c94c7c5: Download complete [2021-05-06T10:17:48.918Z] 188c0c94c7c5: Pull complete [2021-05-06T10:17:49.192Z] 0ef7d3d256c8: Pull complete [2021-05-06T10:17:49.459Z] de9db76c5a1d: Pull complete [2021-05-06T10:17:49.721Z] e1f770b5df2f: Download complete [2021-05-06T10:17:51.661Z] 0eba1c9be4d2: Verifying Checksum [2021-05-06T10:17:51.661Z] 0eba1c9be4d2: Download complete [2021-05-06T10:17:51.930Z] 85a0685a4137: Verifying Checksum [2021-05-06T10:17:51.930Z] 85a0685a4137: Download complete [2021-05-06T10:17:57.288Z] 0eba1c9be4d2: Pull complete [2021-05-06T10:17:57.288Z] 0d57e429df01: Pull complete [2021-05-06T10:17:57.288Z] 4e4be7b47b0d: Pull complete [2021-05-06T10:17:59.860Z] e1f770b5df2f: Pull complete [2021-05-06T10:18:08.064Z] 85a0685a4137: Pull complete [2021-05-06T10:18:08.064Z] Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 [2021-05-06T10:18:08.332Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-05-06T10:18:08.332Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer [2021-05-06T10:18:08.616Z] prd-centos7-docker-4c-2g-3194 does not seem to be running inside a container [2021-05-06T10:18:08.697Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/dgexfoundry_device-sdk-go_master -v /w/workspace/dgexfoundry_device-sdk-go_master:/w/workspace/dgexfoundry_device-sdk-go_master:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_master@tmp:/w/workspace/dgexfoundry_device-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2021-05-06T10:18:10.060Z] $ docker top 499530150f869b0ab7fd8580722117d24156e1ee493343f1f14a34e714f8ef5b -eo pid,comm [Pipeline] { [Pipeline] echo [2021-05-06T10:18:10.267Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh [2021-05-06T10:18:10.566Z] + set -o pipefail [2021-05-06T10:18:10.566Z] + snyk monitor '--org=edgex-jenkins' [2021-05-06T10:18:28.744Z] [2021-05-06T10:18:28.744Z] Monitoring /w/workspace/dgexfoundry_device-sdk-go_master (github.com/edgexfoundry/device-sdk-go/v2)... [2021-05-06T10:18:28.744Z] [2021-05-06T10:18:28.744Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/a91414f5-c324-409e-a494-413a27791127/history/03c8e25f-da66-4cc2-812f-766eb131486f [2021-05-06T10:18:28.744Z] [2021-05-06T10:18:28.744Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2021-05-06T10:18:28.744Z] [2021-05-06T10:18:28.744Z] [Pipeline] } [2021-05-06T10:18:28.760Z] $ docker stop --time=1 499530150f869b0ab7fd8580722117d24156e1ee493343f1f14a34e714f8ef5b [2021-05-06T10:18:30.844Z] $ docker rm -f 499530150f869b0ab7fd8580722117d24156e1ee493343f1f14a34e714f8ef5b [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-05-06T10:18:31.705Z] [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-05-06T10:18:31.726Z] provisioning config files... [2021-05-06T10:18:31.742Z] copy managed file [swaggerhub-api-key] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config4456512255359546868tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-05-06T10:18:32.078Z] --> edgex-publish-swagger.sh [2021-05-06T10:18:32.079Z] === Publish openapi/v1 API === [2021-05-06T10:18:32.079Z] [publishToSwagger] Publishing the API Docs [openapi/v1] to Swagger [2021-05-06T10:18:32.079Z] [publishToSwagger] Publishing API Name [device-sdk] [/w/workspace/dgexfoundry_device-sdk-go_master/openapi/v1/device-sdk.yaml] [2021-05-06T10:18:32.079Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-05-06T10:18:32.079Z] Dload Upload Total Spent Left Speed [2021-05-06T10:18:33.032Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 19947 0 0 100 19947 0 23822 --:--:-- --:--:-- --:--:-- 23831 100 19947 0 0 100 19947 0 23816 --:--:-- --:--:-- --:--:-- 23803 [2021-05-06T10:18:33.032Z] [2021-05-06T10:18:33.032Z] [2021-05-06T10:18:33.032Z] === Publish openapi/v2 API === [2021-05-06T10:18:33.032Z] [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger [2021-05-06T10:18:33.032Z] [publishToSwagger] Publishing API Name [device-sdk] [/w/workspace/dgexfoundry_device-sdk-go_master/openapi/v2/device-sdk.yaml] [2021-05-06T10:18:33.032Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-05-06T10:18:33.032Z] Dload Upload Total Spent Left Speed [2021-05-06T10:18:33.608Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 51483 0 0 100 51483 0 73614 --:--:-- --:--:-- --:--:-- 73652 [2021-05-06T10:18:33.608Z] [2021-05-06T10:18:33.608Z] [Pipeline] } [2021-05-06T10:18:33.618Z] 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-05-06T10:18:34.131Z] + git log --format=format:%s -1 70dff52b8df9807f5114cad14836e8310fd11d9c [Pipeline] isUnix [Pipeline] sh [2021-05-06T10:18:34.446Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-05-06T10:18:34.446Z] . [Pipeline] withDockerContainer [2021-05-06T10:18:34.556Z] prd-centos7-docker-4c-2g-3194 does not seem to be running inside a container [2021-05-06T10:18:34.606Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-sdk-go_master -v /w/workspace/dgexfoundry_device-sdk-go_master:/w/workspace/dgexfoundry_device-sdk-go_master:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_master@tmp:/w/workspace/dgexfoundry_device-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-05-06T10:18:35.511Z] $ docker top 34601871d32cd0d6e6069279eca048461e086168490cc253c782435fd79d58c1 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-05-06T10:18:35.680Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-05-06T10:18:35.680Z] [ssh-agent] Looking for ssh-agent implementation... [2021-05-06T10:18:35.963Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-05-06T10:18:35.965Z] $ docker exec 34601871d32cd0d6e6069279eca048461e086168490cc253c782435fd79d58c1 ssh-agent [2021-05-06T10:18:36.157Z] SSH_AUTH_SOCK=/tmp/ssh-EXnGBpELevc9/agent.13 [2021-05-06T10:18:36.158Z] SSH_AGENT_PID=19 [2021-05-06T10:18:36.167Z] Running ssh-add (command line suppressed) [2021-05-06T10:18:36.318Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_8568184537698028262.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_8568184537698028262.key) [2021-05-06T10:18:36.387Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-05-06T10:18:36.695Z] + git semver tag [2021-05-06T10:18:36.695Z] # -> Open(): unable to determine branch for HEAD [2021-05-06T10:18:36.695Z] # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git [2021-05-06T10:18:36.695Z] # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master [2021-05-06T10:18:36.695Z] # $SEMVER_REMOTE_NAME = origin [2021-05-06T10:18:36.695Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-05-06T10:18:36.695Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-05-06T10:18:36.695Z] # $SEMVER_BRANCH = master [2021-05-06T10:18:36.695Z] # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver [2021-05-06T10:18:36.695Z] # 70dff52b8df9807f5114cad14836e8310fd11d9c HEAD [2021-05-06T10:18:36.958Z] # -> Force: false [2021-05-06T10:18:36.958Z] # a9881bbd37b5dc1634b0a798f33f0ff4e2d23d72 refs/tags/v2.0.0-dev.51 [Pipeline] } [2021-05-06T10:18:36.973Z] $ docker exec --env ******** --env ******** 34601871d32cd0d6e6069279eca048461e086168490cc253c782435fd79d58c1 ssh-agent -k [2021-05-06T10:18:37.104Z] unset SSH_AUTH_SOCK; [2021-05-06T10:18:37.105Z] unset SSH_AGENT_PID; [2021-05-06T10:18:37.105Z] echo Agent pid 19 killed; [2021-05-06T10:18:37.160Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-05-06T10:18:37.497Z] + git semver [Pipeline] } [2021-05-06T10:18:37.514Z] $ docker stop --time=1 34601871d32cd0d6e6069279eca048461e086168490cc253c782435fd79d58c1 [2021-05-06T10:18:38.876Z] $ docker rm -f 34601871d32cd0d6e6069279eca048461e086168490cc253c782435fd79d58c1 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2021-05-06T10:18:39.388Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-05-06T10:18:39.388Z] [2021-05-06T10:18:39.388Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2021-05-06T10:18:39.716Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-05-06T10:18:39.717Z] 0.23.1-centos7: Pulling from edgex-lftools [2021-05-06T10:18:39.717Z] ab5ef0e58194: Pulling fs layer [2021-05-06T10:18:39.717Z] 9712f1f96733: Pulling fs layer [2021-05-06T10:18:39.717Z] 63f879dbbcfc: Pulling fs layer [2021-05-06T10:18:39.717Z] 0d9ebad4ef96: Pulling fs layer [2021-05-06T10:18:39.717Z] e9a5061849ea: Pulling fs layer [2021-05-06T10:18:39.717Z] d747dcd14b5f: Pulling fs layer [2021-05-06T10:18:39.717Z] 2de7ff778b66: Pulling fs layer [2021-05-06T10:18:39.717Z] e9a5061849ea: Waiting [2021-05-06T10:18:39.717Z] d747dcd14b5f: Waiting [2021-05-06T10:18:39.717Z] 2de7ff778b66: Waiting [2021-05-06T10:18:39.717Z] 0d9ebad4ef96: Waiting [2021-05-06T10:18:39.717Z] 9712f1f96733: Download complete [2021-05-06T10:18:41.668Z] 63f879dbbcfc: Verifying Checksum [2021-05-06T10:18:41.669Z] 63f879dbbcfc: Download complete [2021-05-06T10:18:41.669Z] e9a5061849ea: Verifying Checksum [2021-05-06T10:18:41.669Z] e9a5061849ea: Download complete [2021-05-06T10:18:41.669Z] d747dcd14b5f: Verifying Checksum [2021-05-06T10:18:41.669Z] d747dcd14b5f: Download complete [2021-05-06T10:18:42.260Z] 2de7ff778b66: Verifying Checksum [2021-05-06T10:18:42.260Z] 2de7ff778b66: Download complete [2021-05-06T10:18:42.536Z] ab5ef0e58194: Verifying Checksum [2021-05-06T10:18:42.536Z] ab5ef0e58194: Download complete [2021-05-06T10:18:42.536Z] 0d9ebad4ef96: Verifying Checksum [2021-05-06T10:18:42.536Z] 0d9ebad4ef96: Download complete [2021-05-06T10:18:47.900Z] ab5ef0e58194: Pull complete [2021-05-06T10:18:47.900Z] 9712f1f96733: Pull complete [2021-05-06T10:18:50.485Z] 63f879dbbcfc: Pull complete [2021-05-06T10:18:58.687Z] 0d9ebad4ef96: Pull complete [2021-05-06T10:19:01.252Z] e9a5061849ea: Pull complete [2021-05-06T10:19:01.252Z] d747dcd14b5f: Pull complete [2021-05-06T10:19:03.201Z] 2de7ff778b66: Pull complete [2021-05-06T10:19:03.201Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2021-05-06T10:19:03.201Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-05-06T10:19:03.201Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2021-05-06T10:19:03.429Z] prd-centos7-docker-4c-2g-3194 does not seem to be running inside a container [2021-05-06T10:19:03.487Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/dgexfoundry_device-sdk-go_master -v /w/workspace/dgexfoundry_device-sdk-go_master:/w/workspace/dgexfoundry_device-sdk-go_master:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_master@tmp:/w/workspace/dgexfoundry_device-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2021-05-06T10:19:07.997Z] $ docker top b204b73f677a5fcce1f5888eedc5c468fb0249104c6f1cc01b5a4f2e8666e93f -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2021-05-06T10:19:08.172Z] provisioning config files... [2021-05-06T10:19:08.187Z] copy managed file [sigul-config] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config893934560760991221tmp [2021-05-06T10:19:08.205Z] copy managed file [sigul-password] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config7999298037724669340tmp [2021-05-06T10:19:08.221Z] copy managed file [sigul-pki] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config4757770535103253427tmp [Pipeline] { [Pipeline] echo [2021-05-06T10:19:08.244Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-06T10:19:08.552Z] ---> sigul-configuration.sh [2021-05-06T10:19:08.552Z] gpg: directory `/root/.gnupg' created [2021-05-06T10:19:08.552Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2021-05-06T10:19:08.552Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2021-05-06T10:19:08.552Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2021-05-06T10:19:08.552Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2021-05-06T10:19:08.552Z] gpg: CAST5 encrypted data [2021-05-06T10:19:08.816Z] gpg: encrypted with 1 passphrase [2021-05-06T10:19:08.816Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2021-05-06T10:19:09.127Z] + mkdir /home/jenkins [2021-05-06T10:19:09.127Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2021-05-06T10:19:09.449Z] + 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-05-06T10:19:09.462Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-06T10:19:09.776Z] ---> sigul-install.sh [2021-05-06T10:19:16.551Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2021-05-06T10:19:16.854Z] + git tag --list [2021-05-06T10:19:16.854Z] 0.7.1 [2021-05-06T10:19:16.854Z] delhi-tag [2021-05-06T10:19:16.854Z] v1.0.0 [2021-05-06T10:19:16.854Z] v1.1.0 [2021-05-06T10:19:16.854Z] v1.1.1 [2021-05-06T10:19:16.854Z] v1.1.2 [2021-05-06T10:19:16.854Z] v1.2.0 [2021-05-06T10:19:16.854Z] v1.2.1 [2021-05-06T10:19:16.854Z] v1.2.2 [2021-05-06T10:19:16.854Z] v1.2.3 [2021-05-06T10:19:16.854Z] v1.3.0 [2021-05-06T10:19:16.854Z] v1.4.0 [2021-05-06T10:19:16.854Z] v2.0.0-dev.1 [2021-05-06T10:19:16.854Z] v2.0.0-dev.10 [2021-05-06T10:19:16.854Z] v2.0.0-dev.11 [2021-05-06T10:19:16.854Z] v2.0.0-dev.12 [2021-05-06T10:19:16.854Z] v2.0.0-dev.13 [2021-05-06T10:19:16.854Z] v2.0.0-dev.14 [2021-05-06T10:19:16.854Z] v2.0.0-dev.15 [2021-05-06T10:19:16.854Z] v2.0.0-dev.16 [2021-05-06T10:19:16.854Z] v2.0.0-dev.17 [2021-05-06T10:19:16.854Z] v2.0.0-dev.18 [2021-05-06T10:19:16.854Z] v2.0.0-dev.19 [2021-05-06T10:19:16.854Z] v2.0.0-dev.2 [2021-05-06T10:19:16.854Z] v2.0.0-dev.20 [2021-05-06T10:19:16.854Z] v2.0.0-dev.21 [2021-05-06T10:19:16.854Z] v2.0.0-dev.22 [2021-05-06T10:19:16.854Z] v2.0.0-dev.23 [2021-05-06T10:19:16.854Z] v2.0.0-dev.24 [2021-05-06T10:19:16.854Z] v2.0.0-dev.25 [2021-05-06T10:19:16.854Z] v2.0.0-dev.26 [2021-05-06T10:19:16.854Z] v2.0.0-dev.27 [2021-05-06T10:19:16.854Z] v2.0.0-dev.28 [2021-05-06T10:19:16.854Z] v2.0.0-dev.29 [2021-05-06T10:19:16.854Z] v2.0.0-dev.3 [2021-05-06T10:19:16.854Z] v2.0.0-dev.30 [2021-05-06T10:19:16.854Z] v2.0.0-dev.31 [2021-05-06T10:19:16.854Z] v2.0.0-dev.32 [2021-05-06T10:19:16.854Z] v2.0.0-dev.33 [2021-05-06T10:19:16.854Z] v2.0.0-dev.34 [2021-05-06T10:19:16.854Z] v2.0.0-dev.35 [2021-05-06T10:19:16.854Z] v2.0.0-dev.36 [2021-05-06T10:19:16.854Z] v2.0.0-dev.37 [2021-05-06T10:19:16.854Z] v2.0.0-dev.38 [2021-05-06T10:19:16.854Z] v2.0.0-dev.39 [2021-05-06T10:19:16.854Z] v2.0.0-dev.4 [2021-05-06T10:19:16.854Z] v2.0.0-dev.40 [2021-05-06T10:19:16.854Z] v2.0.0-dev.41 [2021-05-06T10:19:16.854Z] v2.0.0-dev.42 [2021-05-06T10:19:16.854Z] v2.0.0-dev.43 [2021-05-06T10:19:16.854Z] v2.0.0-dev.44 [2021-05-06T10:19:16.854Z] v2.0.0-dev.45 [2021-05-06T10:19:16.854Z] v2.0.0-dev.46 [2021-05-06T10:19:16.854Z] v2.0.0-dev.47 [2021-05-06T10:19:16.854Z] v2.0.0-dev.48 [2021-05-06T10:19:16.854Z] v2.0.0-dev.49 [2021-05-06T10:19:16.854Z] v2.0.0-dev.5 [2021-05-06T10:19:16.854Z] v2.0.0-dev.50 [2021-05-06T10:19:16.854Z] v2.0.0-dev.51 [2021-05-06T10:19:16.854Z] v2.0.0-dev.6 [2021-05-06T10:19:16.854Z] v2.0.0-dev.7 [2021-05-06T10:19:16.854Z] v2.0.0-dev.8 [2021-05-06T10:19:16.854Z] v2.0.0-dev.9 [Pipeline] sh [2021-05-06T10:19:17.161Z] + lftools sign git-tag v2.0.0-dev.51 [2021-05-06T10:19:18.555Z] Signing Git tag with Sigul... [2021-05-06T10:19:18.555Z] Signing v2.0.0-dev.51 [Pipeline] echo [2021-05-06T10:19:19.967Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-06T10:19:20.305Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2021-05-06T10:19:20.582Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2021-05-06T10:19:20.613Z] $ docker stop --time=1 b204b73f677a5fcce1f5888eedc5c468fb0249104c6f1cc01b5a4f2e8666e93f [2021-05-06T10:19:22.143Z] $ docker rm -f b204b73f677a5fcce1f5888eedc5c468fb0249104c6f1cc01b5a4f2e8666e93f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2021-05-06T10:19:22.750Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-05-06T10:19:22.750Z] . [Pipeline] withDockerContainer [2021-05-06T10:19:22.862Z] prd-centos7-docker-4c-2g-3194 does not seem to be running inside a container [2021-05-06T10:19:22.925Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-sdk-go_master -v /w/workspace/dgexfoundry_device-sdk-go_master:/w/workspace/dgexfoundry_device-sdk-go_master:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_master@tmp:/w/workspace/dgexfoundry_device-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-05-06T10:19:23.878Z] $ docker top 1f415ae567f8250cb544cde422f6ba26c8243b1fd481278951dfd33808787b91 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-05-06T10:19:24.121Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-05-06T10:19:24.121Z] [ssh-agent] Looking for ssh-agent implementation... [2021-05-06T10:19:24.421Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-05-06T10:19:24.424Z] $ docker exec 1f415ae567f8250cb544cde422f6ba26c8243b1fd481278951dfd33808787b91 ssh-agent [2021-05-06T10:19:24.639Z] SSH_AUTH_SOCK=/tmp/ssh-6L8AnpedMT20/agent.11 [2021-05-06T10:19:24.639Z] SSH_AGENT_PID=16 [2021-05-06T10:19:24.648Z] Running ssh-add (command line suppressed) [2021-05-06T10:19:24.816Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_3316340662282412646.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_3316340662282412646.key) [2021-05-06T10:19:24.892Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-05-06T10:19:25.232Z] + git semver bump pre [2021-05-06T10:19:25.232Z] # -> Open(): unable to determine branch for HEAD [2021-05-06T10:19:25.232Z] # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git [2021-05-06T10:19:25.232Z] # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master [2021-05-06T10:19:25.232Z] # $SEMVER_REMOTE_NAME = origin [2021-05-06T10:19:25.232Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-05-06T10:19:25.233Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-05-06T10:19:25.233Z] # $SEMVER_BRANCH = master [2021-05-06T10:19:25.233Z] # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver [2021-05-06T10:19:25.233Z] 2.0.0-dev.52 [Pipeline] } [2021-05-06T10:19:25.247Z] $ docker exec --env ******** --env ******** 1f415ae567f8250cb544cde422f6ba26c8243b1fd481278951dfd33808787b91 ssh-agent -k [2021-05-06T10:19:25.445Z] unset SSH_AUTH_SOCK; [2021-05-06T10:19:25.446Z] unset SSH_AGENT_PID; [2021-05-06T10:19:25.446Z] echo Agent pid 16 killed; [2021-05-06T10:19:25.524Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-05-06T10:19:25.865Z] + git semver [Pipeline] } [2021-05-06T10:19:25.884Z] $ docker stop --time=1 1f415ae567f8250cb544cde422f6ba26c8243b1fd481278951dfd33808787b91 [2021-05-06T10:19:27.332Z] $ docker rm -f 1f415ae567f8250cb544cde422f6ba26c8243b1fd481278951dfd33808787b91 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2021-05-06T10:19:27.775Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-05-06T10:19:27.775Z] . [Pipeline] withDockerContainer [2021-05-06T10:19:27.878Z] prd-centos7-docker-4c-2g-3194 does not seem to be running inside a container [2021-05-06T10:19:27.937Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-sdk-go_master -v /w/workspace/dgexfoundry_device-sdk-go_master:/w/workspace/dgexfoundry_device-sdk-go_master:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_master@tmp:/w/workspace/dgexfoundry_device-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-05-06T10:19:28.548Z] $ docker top 1c750f48a095959a85d21f15505582626f76fa25deef5016958fcb7957d4c7a1 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-05-06T10:19:28.721Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-05-06T10:19:28.721Z] [ssh-agent] Looking for ssh-agent implementation... [2021-05-06T10:19:28.968Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-05-06T10:19:28.971Z] $ docker exec 1c750f48a095959a85d21f15505582626f76fa25deef5016958fcb7957d4c7a1 ssh-agent [2021-05-06T10:19:29.192Z] SSH_AUTH_SOCK=/tmp/ssh-o38qVbCIThxb/agent.12 [2021-05-06T10:19:29.192Z] SSH_AGENT_PID=18 [2021-05-06T10:19:29.200Z] Running ssh-add (command line suppressed) [2021-05-06T10:19:29.353Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_6174968209223460769.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_6174968209223460769.key) [2021-05-06T10:19:29.425Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-05-06T10:19:29.729Z] + git semver push [2021-05-06T10:19:29.730Z] # -> Open(): unable to determine branch for HEAD [2021-05-06T10:19:29.730Z] # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git [2021-05-06T10:19:29.730Z] # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master [2021-05-06T10:19:29.730Z] # $SEMVER_REMOTE_NAME = origin [2021-05-06T10:19:29.730Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-05-06T10:19:29.730Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-05-06T10:19:29.730Z] # $SEMVER_BRANCH = master [2021-05-06T10:19:29.730Z] # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver [Pipeline] } [2021-05-06T10:19:35.066Z] $ docker exec --env ******** --env ******** 1c750f48a095959a85d21f15505582626f76fa25deef5016958fcb7957d4c7a1 ssh-agent -k [2021-05-06T10:19:35.223Z] unset SSH_AUTH_SOCK; [2021-05-06T10:19:35.224Z] unset SSH_AGENT_PID; [2021-05-06T10:19:35.224Z] echo Agent pid 18 killed; [2021-05-06T10:19:35.297Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-05-06T10:19:35.661Z] + git semver [Pipeline] } [2021-05-06T10:19:35.681Z] $ docker stop --time=1 1c750f48a095959a85d21f15505582626f76fa25deef5016958fcb7957d4c7a1 [2021-05-06T10:19:37.047Z] $ docker rm -f 1c750f48a095959a85d21f15505582626f76fa25deef5016958fcb7957d4c7a1 [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-05-06T10:19:38.000Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-06T10:19:38.578Z] ---> package-listing.sh [2021-05-06T10:19:38.578Z] ++ facter osfamily [2021-05-06T10:19:38.578Z] ++ tr '[:upper:]' '[:lower:]' [2021-05-06T10:19:38.578Z] + OS_FAMILY=redhat [2021-05-06T10:19:38.578Z] + workspace=/w/workspace/dgexfoundry_device-sdk-go_master [2021-05-06T10:19:38.578Z] + START_PACKAGES=/tmp/packages_start.txt [2021-05-06T10:19:38.578Z] + END_PACKAGES=/tmp/packages_end.txt [2021-05-06T10:19:38.578Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-05-06T10:19:38.578Z] + PACKAGES=/tmp/packages_start.txt [2021-05-06T10:19:38.578Z] + '[' /w/workspace/dgexfoundry_device-sdk-go_master ']' [2021-05-06T10:19:38.578Z] + PACKAGES=/tmp/packages_end.txt [2021-05-06T10:19:38.578Z] + case "${OS_FAMILY}" in [2021-05-06T10:19:38.578Z] + rpm -qa [2021-05-06T10:19:38.578Z] + sort [2021-05-06T10:19:43.898Z] + '[' -f /tmp/packages_start.txt ']' [2021-05-06T10:19:43.898Z] + '[' -f /tmp/packages_end.txt ']' [2021-05-06T10:19:43.898Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-05-06T10:19:43.898Z] + '[' /w/workspace/dgexfoundry_device-sdk-go_master ']' [2021-05-06T10:19:43.898Z] + mkdir -p /w/workspace/dgexfoundry_device-sdk-go_master/archives/ [2021-05-06T10:19:43.898Z] + 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-05-06T10:19:43.915Z] 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-05-06T10:19:44.212Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-05-06T10:19:44.519Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-05-06T10:19:44.519Z] [2021-05-06T10:19:44.519Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-05-06T10:19:44.840Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-05-06T10:19:44.840Z] alpine: Pulling from edgex-lftools-log-publisher [2021-05-06T10:19:44.840Z] df20fa9351a1: Pulling fs layer [2021-05-06T10:19:44.840Z] 36b3adc4ff6f: Pulling fs layer [2021-05-06T10:19:44.840Z] 8ad3a11d3b57: Pulling fs layer [2021-05-06T10:19:44.840Z] 46f8f816bc3b: Pulling fs layer [2021-05-06T10:19:44.840Z] 93b61091891f: Pulling fs layer [2021-05-06T10:19:44.840Z] 93b9cdb0e59b: Pulling fs layer [2021-05-06T10:19:44.840Z] 5e14af77c1be: Pulling fs layer [2021-05-06T10:19:44.840Z] 01666e4c0597: Pulling fs layer [2021-05-06T10:19:44.840Z] aa168da1d23b: Pulling fs layer [2021-05-06T10:19:44.840Z] 93b9cdb0e59b: Waiting [2021-05-06T10:19:44.840Z] 5e14af77c1be: Waiting [2021-05-06T10:19:44.840Z] 01666e4c0597: Waiting [2021-05-06T10:19:44.840Z] aa168da1d23b: Waiting [2021-05-06T10:19:44.840Z] 46f8f816bc3b: Waiting [2021-05-06T10:19:44.840Z] 93b61091891f: Waiting [2021-05-06T10:19:44.840Z] 36b3adc4ff6f: Verifying Checksum [2021-05-06T10:19:44.840Z] 36b3adc4ff6f: Download complete [2021-05-06T10:19:44.840Z] 46f8f816bc3b: Verifying Checksum [2021-05-06T10:19:44.840Z] 46f8f816bc3b: Download complete [2021-05-06T10:19:45.105Z] df20fa9351a1: Verifying Checksum [2021-05-06T10:19:45.105Z] df20fa9351a1: Download complete [2021-05-06T10:19:45.105Z] 93b9cdb0e59b: Verifying Checksum [2021-05-06T10:19:45.105Z] 93b9cdb0e59b: Download complete [2021-05-06T10:19:45.105Z] 93b61091891f: Verifying Checksum [2021-05-06T10:19:45.105Z] 93b61091891f: Download complete [2021-05-06T10:19:45.105Z] 5e14af77c1be: Download complete [2021-05-06T10:19:45.105Z] 01666e4c0597: Verifying Checksum [2021-05-06T10:19:45.105Z] 01666e4c0597: Download complete [2021-05-06T10:19:45.105Z] 8ad3a11d3b57: Verifying Checksum [2021-05-06T10:19:45.105Z] 8ad3a11d3b57: Download complete [2021-05-06T10:19:45.368Z] df20fa9351a1: Pull complete [2021-05-06T10:19:45.633Z] 36b3adc4ff6f: Pull complete [2021-05-06T10:19:46.595Z] 8ad3a11d3b57: Pull complete [2021-05-06T10:19:46.595Z] 46f8f816bc3b: Pull complete [2021-05-06T10:19:47.546Z] 93b61091891f: Pull complete [2021-05-06T10:19:47.813Z] aa168da1d23b: Verifying Checksum [2021-05-06T10:19:47.813Z] aa168da1d23b: Download complete [2021-05-06T10:19:48.389Z] 93b9cdb0e59b: Pull complete [2021-05-06T10:19:48.652Z] 5e14af77c1be: Pull complete [2021-05-06T10:19:48.652Z] 01666e4c0597: Pull complete [2021-05-06T10:19:57.069Z] aa168da1d23b: Pull complete [2021-05-06T10:19:57.069Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-05-06T10:19:57.069Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-05-06T10:19:57.069Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-05-06T10:19:57.213Z] prd-centos7-docker-4c-2g-3194 does not seem to be running inside a container [2021-05-06T10:19:57.260Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/dgexfoundry_device-sdk-go_master/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/dgexfoundry_device-sdk-go_master -v /w/workspace/dgexfoundry_device-sdk-go_master:/w/workspace/dgexfoundry_device-sdk-go_master:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_master@tmp:/w/workspace/dgexfoundry_device-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-05-06T10:20:00.198Z] $ docker top aa0c43e069cbe1fd4fc5c027d67ccf3d6339e19f8407ad6b79d38976542b669a -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-06T10:20:00.670Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-05-06T10:20:00.971Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-05-06T10:20:01.272Z] + ls /var/log/sa-host [2021-05-06T10:20:01.272Z] + sadf -c /var/log/sa-host/sa06 [2021-05-06T10:20:01.272Z] file_magic: OK [2021-05-06T10:20:01.272Z] HZ: Using current value: 100 [2021-05-06T10:20:01.272Z] file_header: OK [2021-05-06T10:20:01.272Z] 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-05-06T10:20:01.272Z] Statistics: [2021-05-06T10:20:01.272Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-05-06T10:20:01.272Z] File successfully converted to sysstat format version 12.2.1 [2021-05-06T10:20:01.272Z] + sadf -c /var/log/sa-host/sa23 [2021-05-06T10:20:01.272Z] file_magic: OK [2021-05-06T10:20:01.273Z] HZ: Using current value: 100 [2021-05-06T10:20:01.273Z] file_header: OK [2021-05-06T10:20:01.273Z] 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-05-06T10:20:01.273Z] Statistics: [2021-05-06T10:20:01.273Z] Hnuu...uuuununununu... [2021-05-06T10:20:01.273Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-05-06T10:20:01.896Z] provisioning config files... [2021-05-06T10:20:01.919Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config697458916107728450tmp [Pipeline] { [Pipeline] echo [2021-05-06T10:20:01.942Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-06T10:20:02.242Z] ---> create-netrc.sh [Pipeline] } [2021-05-06T10:20:02.252Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-05-06T10:20:02.305Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-06T10:20:02.611Z] ---> python-tools-install.sh [Pipeline] echo [2021-05-06T10:20:02.623Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-06T10:20:02.924Z] ---> sudo-logs.sh [2021-05-06T10:20:02.924Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-05-06T10:20:02.953Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-06T10:20:03.255Z] ---> job-cost.sh [2021-05-06T10:20:03.256Z] lf-activate-venv: SKIPPING [2021-05-06T10:20:03.256Z] DEBUG: total: 0.20999999344348907 [2021-05-06T10:20:03.256Z] INFO: Retrieving Stack Cost... [2021-05-06T10:20:05.176Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-05-06T10:20:05.438Z] INFO: Archiving Costs [Pipeline] echo [2021-05-06T10:20:05.453Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-06T10:20:05.753Z] ---> logs-deploy.sh [2021-05-06T10:20:05.753Z] lf-activate-venv: SKIPPING [2021-05-06T10:20:05.753Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/master/156 [2021-05-06T10:20:05.753Z] INFO: archiving workspace using pattern(s): [2021-05-06T10:20:07.678Z] Archives upload complete. [2021-05-06T10:20:07.678Z] INFO: archiving logs to Nexus