Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 889e38f586d888c0021f1798e3d6b8462ec57b6f 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 9d0281235b943b7ad605f650702698f9078b2862 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 9d0281235b943b7ad605f650702698f9078b2862 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 9d0281235b943b7ad605f650702698f9078b2862 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 9d0281235b943b7ad605f650702698f9078b2862 # timeout=10 Commit message: "Merge pull request #315 from ernestojeda/rename-docker-images-again" > 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: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: device-sdk-simple DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: false BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-4525 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 889e38f586d888c0021f1798e3d6b8462ec57b6f (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 889e38f586d888c0021f1798e3d6b8462ec57b6f # timeout=10 Commit message: "Merge pull request #725 from ernestojeda/rename-docker-image" > git rev-list --no-walk e437657d2d11e173c1ba87cc59d8d85c228ee6bb # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-05-11T17:21:51.696Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-05-11T17:21:51.784Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-05-11T17:21:51.811Z] ========================================================= [2021-05-11T17:21:51.811Z] EdgeX Global Pipelines Version Info [2021-05-11T17:21:51.811Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-05-11T17:21:53.893Z] ------------------- [2021-05-11T17:21:53.893Z] stable info: [2021-05-11T17:21:53.893Z] ------------------- [2021-05-11T17:21:53.893Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-05-11T17:21:53.893Z] Commit SHA: 9d0281235b943b7ad605f650702698f9078b2862 [2021-05-11T17:21:53.893Z] Message: update stable to v1.0.192 [2021-05-11T17:21:54.468Z] ------------------- [2021-05-11T17:21:54.468Z] experimental info: [2021-05-11T17:21:54.468Z] ------------------- [2021-05-11T17:21:54.468Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-05-11T17:21:54.468Z] Commit SHA: 9d0281235b943b7ad605f650702698f9078b2862 [2021-05-11T17:21:54.468Z] Message: update experimental to v1.0.192 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-05-11T17:21:54.625Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-go-settings [Pipeline] echo [2021-05-11T17:21:54.652Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-go [Pipeline] echo [2021-05-11T17:21:54.689Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-05-11T17:21:54.712Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-05-11T17:21:54.735Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-05-11T17:21:54.761Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.16 [Pipeline] echo [2021-05-11T17:21:54.784Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-05-11T17:21:54.811Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [Pipeline] echo [2021-05-11T17:21:54.833Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = example/cmd/device-simple/Dockerfile [Pipeline] echo [2021-05-11T17:21:54.870Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-05-11T17:21:54.894Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-05-11T17:21:54.919Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-sdk-simple [Pipeline] echo [2021-05-11T17:21:54.942Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-05-11T17:21:54.965Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-05-11T17:21:54.988Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-05-11T17:21:55.011Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2021-05-11T17:21:55.048Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2021-05-11T17:21:55.072Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2021-05-11T17:21:55.096Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-05-11T17:21:55.119Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2021-05-11T17:21:55.143Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-05-11T17:21:55.166Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-05-11T17:21:55.192Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2021-05-11T17:21:55.229Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2021-05-11T17:21:55.261Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2021-05-11T17:21:55.286Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-05-11T17:21:55.311Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2021-05-11T17:21:55.334Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2021-05-11T17:21:55.360Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2021-05-11T17:21:55.385Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 889e38f586d888c0021f1798e3d6b8462ec57b6f [Pipeline] echo [2021-05-11T17:21:55.425Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 889e38f [Pipeline] echo [2021-05-11T17:21:55.448Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-05-11T17:21:55.528Z] provisioning config files... [2021-05-11T17:21:55.561Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config7315850087966675314tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-05-11T17:21:55.892Z] ---> docker-login.sh [2021-05-11T17:21:55.892Z] nexus3.edgexfoundry.org:10001 [2021-05-11T17:21:56.157Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-11T17:21:56.421Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-11T17:21:56.421Z] Configure a credential helper to remove this warning. See [2021-05-11T17:21:56.421Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-11T17:21:56.421Z] [2021-05-11T17:21:56.421Z] Login Succeeded [2021-05-11T17:21:56.421Z] nexus3.edgexfoundry.org:10002 [2021-05-11T17:21:56.706Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-11T17:21:56.706Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-11T17:21:56.706Z] Configure a credential helper to remove this warning. See [2021-05-11T17:21:56.706Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-11T17:21:56.706Z] [2021-05-11T17:21:56.706Z] Login Succeeded [2021-05-11T17:21:56.706Z] nexus3.edgexfoundry.org:10003 [2021-05-11T17:21:56.972Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-11T17:21:56.972Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-11T17:21:56.972Z] Configure a credential helper to remove this warning. See [2021-05-11T17:21:56.972Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-11T17:21:56.972Z] [2021-05-11T17:21:56.972Z] Login Succeeded [2021-05-11T17:21:56.972Z] nexus3.edgexfoundry.org:10004 [2021-05-11T17:21:57.250Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-11T17:21:57.250Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-11T17:21:57.250Z] Configure a credential helper to remove this warning. See [2021-05-11T17:21:57.250Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-11T17:21:57.250Z] [2021-05-11T17:21:57.250Z] Login Succeeded [2021-05-11T17:21:57.250Z] docker.io [2021-05-11T17:21:57.250Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-11T17:21:57.828Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-11T17:21:57.828Z] Configure a credential helper to remove this warning. See [2021-05-11T17:21:57.828Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-11T17:21:57.828Z] [2021-05-11T17:21:57.828Z] Login Succeeded [2021-05-11T17:21:57.828Z] ---> docker-login.sh ends [Pipeline] } [2021-05-11T17:21:57.839Z] 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-11T17:21:58.322Z] + git log --format=format:%s -1 889e38f586d888c0021f1798e3d6b8462ec57b6f [Pipeline] echo [2021-05-11T17:21:58.421Z] GIT_COMMIT: 889e38f586d888c0021f1798e3d6b8462ec57b6f, Commit Message: Merge pull request #725 from ernestojeda/rename-docker-image [Pipeline] echo [2021-05-11T17:21:58.435Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2021-05-11T17:21:59.290Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-05-11T17:21:59.291Z] [2021-05-11T17:21:59.291Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-05-11T17:21:59.618Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-05-11T17:21:59.618Z] latest: Pulling from edgex-devops/git-semver [2021-05-11T17:21:59.618Z] 31603596830f: Pulling fs layer [2021-05-11T17:21:59.618Z] 54011a49482f: Pulling fs layer [2021-05-11T17:21:59.618Z] a6820b24f6d8: Pulling fs layer [2021-05-11T17:21:59.618Z] f581987b2513: Pulling fs layer [2021-05-11T17:21:59.618Z] f581987b2513: Waiting [2021-05-11T17:21:59.618Z] 54011a49482f: Verifying Checksum [2021-05-11T17:21:59.618Z] 31603596830f: Verifying Checksum [2021-05-11T17:21:59.618Z] 31603596830f: Download complete [2021-05-11T17:21:59.888Z] f581987b2513: Verifying Checksum [2021-05-11T17:21:59.888Z] f581987b2513: Download complete [2021-05-11T17:21:59.888Z] a6820b24f6d8: Verifying Checksum [2021-05-11T17:21:59.888Z] a6820b24f6d8: Download complete [2021-05-11T17:22:00.177Z] 31603596830f: Pull complete [2021-05-11T17:22:00.444Z] 54011a49482f: Pull complete [2021-05-11T17:22:01.403Z] a6820b24f6d8: Pull complete [2021-05-11T17:22:01.668Z] f581987b2513: Pull complete [2021-05-11T17:22:01.668Z] Digest: sha256:772af3cb61214e5a22880db9bb273bb039d0aa3a8f4edfa0c1def8b4e20ea536 [2021-05-11T17:22:01.931Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-05-11T17:22:01.931Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-05-11T17:22:02.061Z] prd-centos7-docker-4c-2g-4525 does not seem to be running inside a container [2021-05-11T17:22:02.122Z] $ 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-11T17:22:04.367Z] $ docker top b5b4d765ac2a7e46312d50b0ec70fdbaa9571314375f75d6d85bfe5abbaed3aa -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-05-11T17:22:04.629Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-05-11T17:22:04.629Z] [ssh-agent] Looking for ssh-agent implementation... [2021-05-11T17:22:04.906Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-05-11T17:22:04.911Z] $ docker exec b5b4d765ac2a7e46312d50b0ec70fdbaa9571314375f75d6d85bfe5abbaed3aa ssh-agent [2021-05-11T17:22:05.135Z] SSH_AUTH_SOCK=/tmp/ssh-zyhNRT2I5WWl/agent.12 [2021-05-11T17:22:05.135Z] SSH_AGENT_PID=17 [2021-05-11T17:22:05.155Z] Running ssh-add (command line suppressed) [2021-05-11T17:22:05.287Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_1331965650103268847.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_1331965650103268847.key) [2021-05-11T17:22:05.350Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-05-11T17:22:05.677Z] + git tag --points-at HEAD [Pipeline] } [2021-05-11T17:22:05.701Z] $ docker exec --env ******** --env ******** b5b4d765ac2a7e46312d50b0ec70fdbaa9571314375f75d6d85bfe5abbaed3aa ssh-agent -k [2021-05-11T17:22:05.856Z] unset SSH_AUTH_SOCK; [2021-05-11T17:22:05.856Z] unset SSH_AGENT_PID; [2021-05-11T17:22:05.856Z] echo Agent pid 17 killed; [2021-05-11T17:22:05.912Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-05-11T17:22:05.996Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-05-11T17:22:05.996Z] [ssh-agent] Looking for ssh-agent implementation... [2021-05-11T17:22:06.194Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-05-11T17:22:06.199Z] $ docker exec b5b4d765ac2a7e46312d50b0ec70fdbaa9571314375f75d6d85bfe5abbaed3aa ssh-agent [2021-05-11T17:22:06.401Z] SSH_AUTH_SOCK=/tmp/ssh-SdMmaQLBLg0j/agent.46 [2021-05-11T17:22:06.401Z] SSH_AGENT_PID=51 [2021-05-11T17:22:06.409Z] Running ssh-add (command line suppressed) [2021-05-11T17:22:06.536Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_290371178939623002.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_290371178939623002.key) [2021-05-11T17:22:06.595Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-05-11T17:22:06.905Z] + git semver init [2021-05-11T17:22:06.906Z] # -> Open(): unable to determine branch for HEAD [2021-05-11T17:22:06.906Z] # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git [2021-05-11T17:22:06.906Z] # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master [2021-05-11T17:22:06.906Z] # $SEMVER_REMOTE_NAME = origin [2021-05-11T17:22:06.906Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-05-11T17:22:06.906Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-05-11T17:22:06.906Z] # $SEMVER_BRANCH = master [2021-05-11T17:22:06.906Z] # $SEMVER_TEMP = /tmp/semver-497870126 [2021-05-11T17:22:06.906Z] # git clone --branch semver git@github.com:edgexfoundry/device-sdk-go.git $SEMVER_TEMP [2021-05-11T17:22:07.857Z] # '/tmp/semver-497870126' -> '/w/workspace/dgexfoundry_device-sdk-go_master/.semver' [2021-05-11T17:22:07.857Z] # -> Force: false [2021-05-11T17:22:07.857Z] # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver [Pipeline] } [2021-05-11T17:22:07.870Z] $ docker exec --env ******** --env ******** b5b4d765ac2a7e46312d50b0ec70fdbaa9571314375f75d6d85bfe5abbaed3aa ssh-agent -k [2021-05-11T17:22:07.992Z] unset SSH_AUTH_SOCK; [2021-05-11T17:22:07.992Z] unset SSH_AGENT_PID; [2021-05-11T17:22:07.992Z] echo Agent pid 51 killed; [2021-05-11T17:22:08.041Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-05-11T17:22:08.373Z] + git semver [Pipeline] } [2021-05-11T17:22:08.396Z] $ docker stop --time=1 b5b4d765ac2a7e46312d50b0ec70fdbaa9571314375f75d6d85bfe5abbaed3aa [2021-05-11T17:22:10.358Z] $ docker rm -f b5b4d765ac2a7e46312d50b0ec70fdbaa9571314375f75d6d85bfe5abbaed3aa [Pipeline] // withDockerContainer [Pipeline] sh [2021-05-11T17:22:10.793Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-05-11T17:22:11.118Z] Stashed 1 file(s) [Pipeline] echo [2021-05-11T17:22:11.122Z] [edgeXSemver]: initialized semver on version 2.0.0-dev.57 [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-11T17:22:26.316Z] Still waiting to schedule task [2021-05-11T17:22:26.316Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2021-05-11T17:22:26.319Z] Still waiting to schedule task [2021-05-11T17:22:26.319Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2021-05-11T17:23:52.271Z] Running on prd-centos7-docker-4c-2g-4528 in /w/workspace/dgexfoundry_device-sdk-go_master [Pipeline] { [Pipeline] ws [2021-05-11T17:23:52.294Z] Running in /w/workspace/device-sdk-go/162 [Pipeline] { [Pipeline] checkout [2021-05-11T17:23:55.714Z] using credential edgex-jenkins-ssh [2021-05-11T17:23:55.736Z] Cloning the remote Git repository [2021-05-11T17:23:55.676Z] Cloning repository git@github.com:edgexfoundry/device-sdk-go.git [2021-05-11T17:23:55.757Z] > git init /w/workspace/device-sdk-go/162 # timeout=10 [2021-05-11T17:23:55.839Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2021-05-11T17:23:55.840Z] > git --version # timeout=10 [2021-05-11T17:23:55.850Z] > git --version # 'git version 2.24.3' [2021-05-11T17:23:55.850Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-11T17:23:55.893Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-05-11T17:23:57.255Z] Checking out Revision 889e38f586d888c0021f1798e3d6b8462ec57b6f (master) [2021-05-11T17:23:56.797Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2021-05-11T17:23:56.807Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-05-11T17:23:56.826Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2021-05-11T17:23:56.846Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2021-05-11T17:23:56.846Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-11T17:23:56.854Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-05-11T17:23:57.267Z] > git config core.sparsecheckout # timeout=10 [2021-05-11T17:23:57.272Z] > git checkout -f 889e38f586d888c0021f1798e3d6b8462ec57b6f # timeout=10 [2021-05-11T17:24:01.237Z] Commit message: "Merge pull request #725 from ernestojeda/rename-docker-image" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-05-11T17:24:02.486Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-05-11T17:24:02.839Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-05-11T17:24:03.149Z] + sudo service docker restart [2021-05-11T17:24:03.149Z] + true [2021-05-11T17:24:03.149Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-05-11T17:24:04.595Z] provisioning config files... [2021-05-11T17:24:04.642Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/162@tmp/config964539967086172584tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-05-11T17:24:05.004Z] ---> docker-login.sh [2021-05-11T17:24:05.004Z] nexus3.edgexfoundry.org:10001 [2021-05-11T17:24:05.591Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-11T17:24:05.591Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-11T17:24:05.591Z] Configure a credential helper to remove this warning. See [2021-05-11T17:24:05.591Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-11T17:24:05.591Z] [2021-05-11T17:24:05.591Z] Login Succeeded [2021-05-11T17:24:05.591Z] nexus3.edgexfoundry.org:10002 [2021-05-11T17:24:05.857Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-11T17:24:05.857Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-11T17:24:05.857Z] Configure a credential helper to remove this warning. See [2021-05-11T17:24:05.857Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-11T17:24:05.857Z] [2021-05-11T17:24:05.857Z] Login Succeeded [2021-05-11T17:24:05.857Z] nexus3.edgexfoundry.org:10003 [2021-05-11T17:24:06.134Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-11T17:24:06.134Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-11T17:24:06.134Z] Configure a credential helper to remove this warning. See [2021-05-11T17:24:06.134Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-11T17:24:06.134Z] [2021-05-11T17:24:06.134Z] Login Succeeded [2021-05-11T17:24:06.134Z] nexus3.edgexfoundry.org:10004 [2021-05-11T17:24:06.134Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-11T17:24:06.398Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-11T17:24:06.399Z] Configure a credential helper to remove this warning. See [2021-05-11T17:24:06.399Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-11T17:24:06.399Z] [2021-05-11T17:24:06.399Z] Login Succeeded [2021-05-11T17:24:06.399Z] docker.io [2021-05-11T17:24:06.663Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-11T17:24:06.926Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-11T17:24:06.926Z] Configure a credential helper to remove this warning. See [2021-05-11T17:24:06.926Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-11T17:24:06.926Z] [2021-05-11T17:24:06.926Z] Login Succeeded [2021-05-11T17:24:06.926Z] ---> docker-login.sh ends [Pipeline] } [2021-05-11T17:24:06.937Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-05-11T17:24:07.157Z] ========================================================= [2021-05-11T17:24:07.157Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine] [2021-05-11T17:24:07.157Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-05-11T17:24:07.496Z] + 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-11T17:24:07.761Z] Sending build context to Docker daemon 2.537MB [2021-05-11T17:24:07.761Z] Step 1/8 : ARG BASE=golang:1.16-alpine3.12 [2021-05-11T17:24:07.761Z] Step 2/8 : FROM ${BASE} [2021-05-11T17:24:07.761Z] 1.16-alpine: Pulling from edgex-devops/edgex-golang-base [2021-05-11T17:24:07.761Z] 540db60ca938: Pulling fs layer [2021-05-11T17:24:07.761Z] adcc1eea9eea: Pulling fs layer [2021-05-11T17:24:07.761Z] 4c4ab2625f07: Pulling fs layer [2021-05-11T17:24:07.761Z] 0510c868ecb4: Pulling fs layer [2021-05-11T17:24:07.761Z] afea3b2eda06: Pulling fs layer [2021-05-11T17:24:07.761Z] 7809a108b3ef: Pulling fs layer [2021-05-11T17:24:07.761Z] f706445af74f: Pulling fs layer [2021-05-11T17:24:07.761Z] afea3b2eda06: Waiting [2021-05-11T17:24:07.761Z] 7809a108b3ef: Waiting [2021-05-11T17:24:07.761Z] 0510c868ecb4: Waiting [2021-05-11T17:24:07.761Z] f706445af74f: Waiting [2021-05-11T17:24:08.027Z] 4c4ab2625f07: Verifying Checksum [2021-05-11T17:24:08.027Z] 4c4ab2625f07: Download complete [2021-05-11T17:24:08.027Z] adcc1eea9eea: Verifying Checksum [2021-05-11T17:24:08.027Z] adcc1eea9eea: Download complete [2021-05-11T17:24:08.027Z] afea3b2eda06: Verifying Checksum [2021-05-11T17:24:08.027Z] afea3b2eda06: Download complete [2021-05-11T17:24:08.027Z] 7809a108b3ef: Verifying Checksum [2021-05-11T17:24:08.027Z] 7809a108b3ef: Download complete [2021-05-11T17:24:08.027Z] 540db60ca938: Verifying Checksum [2021-05-11T17:24:08.027Z] 540db60ca938: Download complete [2021-05-11T17:24:08.303Z] 540db60ca938: Pull complete [2021-05-11T17:24:08.582Z] adcc1eea9eea: Pull complete [2021-05-11T17:24:08.855Z] 4c4ab2625f07: Pull complete [2021-05-11T17:24:10.295Z] f706445af74f: Verifying Checksum [2021-05-11T17:24:10.295Z] f706445af74f: Download complete [2021-05-11T17:24:11.280Z] 0510c868ecb4: Verifying Checksum [2021-05-11T17:24:11.280Z] 0510c868ecb4: Download complete [2021-05-11T17:24:19.653Z] 0510c868ecb4: Pull complete [2021-05-11T17:24:19.653Z] afea3b2eda06: Pull complete [2021-05-11T17:24:19.653Z] 7809a108b3ef: Pull complete [2021-05-11T17:24:25.182Z] f706445af74f: Pull complete [2021-05-11T17:24:25.182Z] Digest: sha256:3789524f83b4b99ff44900c39f6da7fc44f99660cd9adf292610dec398b137f4 [2021-05-11T17:24:25.182Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [2021-05-11T17:24:25.182Z] ---> b068be0155e3 [2021-05-11T17:24:25.182Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-05-11T17:24:26.638Z] ---> Running in 561c496b83c8 [2021-05-11T17:24:26.638Z] Removing intermediate container 561c496b83c8 [2021-05-11T17:24:26.638Z] ---> aa0ab1460748 [2021-05-11T17:24:26.638Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-11T17:24:26.902Z] ---> Running in 67733d5bfba6 [2021-05-11T17:24:28.604Z] Removing intermediate container 67733d5bfba6 [2021-05-11T17:24:28.604Z] ---> 253d2536ebf6 [2021-05-11T17:24:28.604Z] Step 5/8 : RUN apk add --update --no-cache make git gcc libc-dev libsodium-dev zeromq-dev [2021-05-11T17:24:28.604Z] ---> Running in 0ec1837a5029 [2021-05-11T17:24:29.284Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-05-11T17:24:30.300Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-05-11T17:24:30.931Z] (1/6) Installing libc-dev (0.7.2-r3) [2021-05-11T17:24:30.931Z] (2/6) Installing libsodium (1.0.18-r0) [2021-05-11T17:24:31.246Z] (3/6) Installing pkgconf (1.7.3-r0) [2021-05-11T17:24:31.246Z] (4/6) Installing libsodium-dev (1.0.18-r0) [2021-05-11T17:24:31.246Z] (5/6) Installing libzmq (4.3.3-r1) [2021-05-11T17:24:31.517Z] (6/6) Installing zeromq-dev (4.3.3-r1) [2021-05-11T17:24:31.517Z] Executing busybox-1.32.1-r6.trigger [2021-05-11T17:24:31.517Z] OK: 150 MiB in 46 packages [2021-05-11T17:24:32.513Z] Removing intermediate container 0ec1837a5029 [2021-05-11T17:24:32.513Z] ---> 4ad254793a9a [2021-05-11T17:24:32.514Z] Step 6/8 : WORKDIR /device-sdk-go [2021-05-11T17:24:32.514Z] ---> Running in 618b0dff90ae [2021-05-11T17:24:32.810Z] Removing intermediate container 618b0dff90ae [2021-05-11T17:24:32.810Z] ---> 6e43ab36fc9c [2021-05-11T17:24:32.810Z] Step 7/8 : COPY . . [2021-05-11T17:24:34.345Z] ---> b806a1d6def5 [2021-05-11T17:24:34.345Z] Step 8/8 : RUN go mod download [2021-05-11T17:24:34.346Z] ---> Running in 989c98d66729 [2021-05-11T17:25:06.974Z] Removing intermediate container 989c98d66729 [2021-05-11T17:25:06.974Z] ---> 42e36e29e2f3 [2021-05-11T17:25:07.260Z] Successfully built 42e36e29e2f3 [2021-05-11T17:25:07.260Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-05-11T17:25:07.724Z] + docker inspect -f . ci-base-image-x86_64 [2021-05-11T17:25:07.991Z] . [Pipeline] withDockerContainer [2021-05-11T17:25:08.200Z] prd-centos7-docker-4c-2g-4528 does not seem to be running inside a container [2021-05-11T17:25:08.392Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/162 -v /w/workspace/device-sdk-go/162:/w/workspace/device-sdk-go/162:rw,z -v /w/workspace/device-sdk-go/162@tmp:/w/workspace/device-sdk-go/162@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-05-11T17:25:10.566Z] $ docker top 281c4b3689c2313afe7338ed72e06309fc9e87d3d5a21198fb7d07687eb0e9b4 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-11T17:25:11.099Z] + go version [2021-05-11T17:25:11.100Z] go version go1.16.3 linux/amd64 [Pipeline] } [2021-05-11T17:25:11.119Z] $ docker stop --time=1 281c4b3689c2313afe7338ed72e06309fc9e87d3d5a21198fb7d07687eb0e9b4 [2021-05-11T17:25:12.654Z] $ docker rm -f 281c4b3689c2313afe7338ed72e06309fc9e87d3d5a21198fb7d07687eb0e9b4 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-11T17:25:13.227Z] + docker inspect -f . ci-base-image-x86_64 [2021-05-11T17:25:13.227Z] . [Pipeline] withDockerContainer [2021-05-11T17:25:13.400Z] prd-centos7-docker-4c-2g-4528 does not seem to be running inside a container [2021-05-11T17:25:13.553Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/162 -v /w/workspace/device-sdk-go/162:/w/workspace/device-sdk-go/162:rw,z -v /w/workspace/device-sdk-go/162@tmp:/w/workspace/device-sdk-go/162@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-05-11T17:25:14.960Z] $ docker top 2431a7af90ac30361822e26b39417d522c9ac3784eae0d3a0ffc591039d80c53 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-11T17:25:15.942Z] + go mod tidy [Pipeline] sh [2021-05-11T17:25:17.718Z] + make test [2021-05-11T17:25:17.718Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-05-11T17:25:30.795Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-4530 in /w/workspace/dgexfoundry_device-sdk-go_master [Pipeline] { [Pipeline] ws [2021-05-11T17:25:30.821Z] Running in /w/workspace/device-sdk-go/162 [Pipeline] { [Pipeline] checkout [2021-05-11T17:25:31.277Z] ? github.com/edgexfoundry/device-sdk-go/v2 [no test files] [2021-05-11T17:25:36.604Z] using credential edgex-jenkins-ssh [2021-05-11T17:25:36.634Z] Cloning the remote Git repository [2021-05-11T17:25:36.688Z] Cloning repository git@github.com:edgexfoundry/device-sdk-go.git [2021-05-11T17:25:36.795Z] > git init /w/workspace/device-sdk-go/162 # timeout=10 [2021-05-11T17:25:36.900Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2021-05-11T17:25:36.901Z] > git --version # timeout=10 [2021-05-11T17:25:36.917Z] > git --version # 'git version 2.17.1' [2021-05-11T17:25:36.918Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-11T17:25:36.970Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-05-11T17:25:39.519Z] Checking out Revision 889e38f586d888c0021f1798e3d6b8462ec57b6f (master) [2021-05-11T17:25:38.836Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2021-05-11T17:25:38.856Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-05-11T17:25:38.885Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2021-05-11T17:25:38.925Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2021-05-11T17:25:38.926Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-11T17:25:38.940Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-05-11T17:25:39.540Z] > git config core.sparsecheckout # timeout=10 [2021-05-11T17:25:39.559Z] > git checkout -f 889e38f586d888c0021f1798e3d6b8462ec57b6f # timeout=10 [2021-05-11T17:25:43.834Z] Commit message: "Merge pull request #725 from ernestojeda/rename-docker-image" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-05-11T17:25:45.288Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-05-11T17:25:45.708Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-05-11T17:25:46.058Z] + true+ [2021-05-11T17:25:46.058Z] sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-05-11T17:25:48.736Z] provisioning config files... [2021-05-11T17:25:48.779Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/162@tmp/config7814268954950532607tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-05-11T17:25:49.175Z] ---> docker-login.sh [2021-05-11T17:25:49.175Z] nexus3.edgexfoundry.org:10001 [2021-05-11T17:25:50.160Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-11T17:25:50.434Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-11T17:25:50.434Z] Configure a credential helper to remove this warning. See [2021-05-11T17:25:50.434Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-11T17:25:50.434Z] [2021-05-11T17:25:50.435Z] Login Succeeded [2021-05-11T17:25:50.435Z] nexus3.edgexfoundry.org:10002 [2021-05-11T17:25:51.046Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-11T17:25:51.046Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-11T17:25:51.046Z] Configure a credential helper to remove this warning. See [2021-05-11T17:25:51.046Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-11T17:25:51.046Z] [2021-05-11T17:25:51.046Z] Login Succeeded [2021-05-11T17:25:51.046Z] nexus3.edgexfoundry.org:10003 [2021-05-11T17:25:51.323Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-11T17:25:51.596Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-11T17:25:51.596Z] Configure a credential helper to remove this warning. See [2021-05-11T17:25:51.596Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-11T17:25:51.596Z] [2021-05-11T17:25:51.596Z] Login Succeeded [2021-05-11T17:25:51.596Z] nexus3.edgexfoundry.org:10004 [2021-05-11T17:25:51.898Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-11T17:25:52.174Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-11T17:25:52.174Z] Configure a credential helper to remove this warning. See [2021-05-11T17:25:52.174Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-11T17:25:52.174Z] [2021-05-11T17:25:52.174Z] Login Succeeded [2021-05-11T17:25:52.174Z] docker.io [2021-05-11T17:25:52.449Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-11T17:25:53.045Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-11T17:25:53.045Z] Configure a credential helper to remove this warning. See [2021-05-11T17:25:53.045Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-11T17:25:53.045Z] [2021-05-11T17:25:53.045Z] Login Succeeded [2021-05-11T17:25:53.045Z] ---> docker-login.sh ends [Pipeline] } [2021-05-11T17:25:53.063Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-05-11T17:25:53.363Z] ========================================================= [2021-05-11T17:25:53.363Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine] [2021-05-11T17:25:53.363Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-05-11T17:25:53.719Z] + 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-11T17:25:54.329Z] Sending build context to Docker daemon 2.54MB [2021-05-11T17:25:54.329Z] Step 1/8 : ARG BASE=golang:1.16-alpine3.12 [2021-05-11T17:25:54.329Z] Step 2/8 : FROM ${BASE} [2021-05-11T17:25:54.329Z] 1.16-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-05-11T17:25:54.329Z] 595b0fe564bb: Pulling fs layer [2021-05-11T17:25:54.329Z] 7186ed65a4f7: Pulling fs layer [2021-05-11T17:25:54.329Z] 316046926c0a: Pulling fs layer [2021-05-11T17:25:54.329Z] 4ebd0625c992: Pulling fs layer [2021-05-11T17:25:54.329Z] 207e8628e3a3: Pulling fs layer [2021-05-11T17:25:54.329Z] c791037a9be2: Pulling fs layer [2021-05-11T17:25:54.329Z] ffd874e62e21: Pulling fs layer [2021-05-11T17:25:54.329Z] c791037a9be2: Waiting [2021-05-11T17:25:54.329Z] ffd874e62e21: Waiting [2021-05-11T17:25:54.329Z] 4ebd0625c992: Waiting [2021-05-11T17:25:54.329Z] 207e8628e3a3: Waiting [2021-05-11T17:25:54.329Z] 316046926c0a: Verifying Checksum [2021-05-11T17:25:54.329Z] 316046926c0a: Download complete [2021-05-11T17:25:54.329Z] 7186ed65a4f7: Verifying Checksum [2021-05-11T17:25:54.329Z] 7186ed65a4f7: Download complete [2021-05-11T17:25:54.329Z] 207e8628e3a3: Download complete [2021-05-11T17:25:54.329Z] c791037a9be2: Verifying Checksum [2021-05-11T17:25:54.329Z] c791037a9be2: Download complete [2021-05-11T17:25:54.606Z] 595b0fe564bb: Verifying Checksum [2021-05-11T17:25:54.606Z] 595b0fe564bb: Download complete [2021-05-11T17:25:55.217Z] 595b0fe564bb: Pull complete [2021-05-11T17:25:55.824Z] 7186ed65a4f7: Pull complete [2021-05-11T17:25:56.104Z] 316046926c0a: Pull complete [2021-05-11T17:25:57.091Z] ffd874e62e21: Verifying Checksum [2021-05-11T17:25:59.072Z] 4ebd0625c992: Verifying Checksum [2021-05-11T17:25:59.072Z] 4ebd0625c992: Download complete [2021-05-11T17:26:03.961Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/cmd/device-simple [no test files] [2021-05-11T17:26:03.961Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/config [no test files] [2021-05-11T17:26:03.961Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/driver [no test files] [2021-05-11T17:26:06.111Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/application 0.102s coverage: 25.4% of statements [2021-05-11T17:26:06.111Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/autodiscovery [no test files] [2021-05-11T17:26:06.111Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/autoevent 0.123s coverage: 28.1% of statements [2021-05-11T17:26:06.111Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/cache 0.121s coverage: 78.9% of statements [2021-05-11T17:26:06.414Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/clients 1.164s coverage: 10.7% of statements [2021-05-11T17:26:06.414Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/common [no test files] [2021-05-11T17:26:06.414Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/config [no test files] [2021-05-11T17:26:06.414Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/container [no test files] [2021-05-11T17:26:07.503Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http 0.146s coverage: 30.2% of statements [2021-05-11T17:26:07.503Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http/correlation [no test files] [2021-05-11T17:26:07.503Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/handler [no test files] [2021-05-11T17:26:07.503Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/provision [no test files] [2021-05-11T17:26:07.503Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/telemetry [no test files] [2021-05-11T17:26:08.986Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/transformer 0.202s coverage: 58.4% of statements [2021-05-11T17:26:09.254Z] 4ebd0625c992: Pull complete [2021-05-11T17:26:09.254Z] 207e8628e3a3: Pull complete [2021-05-11T17:26:09.254Z] c791037a9be2: Pull complete [2021-05-11T17:26:10.441Z] ok github.com/edgexfoundry/device-sdk-go/v2/pkg/models 1.603s coverage: 89.2% of statements [2021-05-11T17:26:10.441Z] ? github.com/edgexfoundry/device-sdk-go/v2/pkg/models/mocks [no test files] [2021-05-11T17:26:10.441Z] ok github.com/edgexfoundry/device-sdk-go/v2/pkg/service 0.087s coverage: 5.0% of statements [2021-05-11T17:26:10.441Z] ? github.com/edgexfoundry/device-sdk-go/v2/pkg/startup [no test files] [2021-05-11T17:26:11.421Z] GO111MODULE=on go vet ./... [2021-05-11T17:26:12.674Z] ffd874e62e21: Pull complete [2021-05-11T17:26:12.675Z] Digest: sha256:fad7b58e697bd06bcf362d803a3263ca5ec03b905aa8665231fe3262941fe3e0 [2021-05-11T17:26:12.675Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine [2021-05-11T17:26:12.675Z] ---> cfc18b08335c [2021-05-11T17:26:12.675Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-05-11T17:26:15.298Z] ---> Running in cbf59a2206bc [2021-05-11T17:26:15.577Z] Removing intermediate container cbf59a2206bc [2021-05-11T17:26:15.577Z] ---> a46f0e619f1a [2021-05-11T17:26:15.577Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-11T17:26:15.577Z] ---> Running in 047702ef599a [2021-05-11T17:26:18.209Z] Removing intermediate container 047702ef599a [2021-05-11T17:26:18.209Z] ---> a020a4e99d84 [2021-05-11T17:26:18.209Z] Step 5/8 : RUN apk add --update --no-cache make git gcc libc-dev libsodium-dev zeromq-dev [2021-05-11T17:26:18.209Z] ---> Running in 8b8cce3c4ddd [2021-05-11T17:26:18.802Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-05-11T17:26:19.783Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-05-11T17:26:21.212Z] (1/6) Installing libc-dev (0.7.2-r3) [2021-05-11T17:26:21.212Z] (2/6) Installing libsodium (1.0.18-r0) [2021-05-11T17:26:21.486Z] (3/6) Installing pkgconf (1.7.3-r0) [2021-05-11T17:26:21.486Z] (4/6) Installing libsodium-dev (1.0.18-r0) [2021-05-11T17:26:21.486Z] (5/6) Installing libzmq (4.3.3-r1) [2021-05-11T17:26:21.759Z] (6/6) Installing zeromq-dev (4.3.3-r1) [2021-05-11T17:26:21.759Z] Executing busybox-1.32.1-r6.trigger [2021-05-11T17:26:21.759Z] OK: 139 MiB in 46 packages [2021-05-11T17:26:23.209Z] Removing intermediate container 8b8cce3c4ddd [2021-05-11T17:26:23.209Z] ---> d13014db8867 [2021-05-11T17:26:23.209Z] Step 6/8 : WORKDIR /device-sdk-go [2021-05-11T17:26:23.209Z] ---> Running in e6ceb7d257c6 [2021-05-11T17:26:23.800Z] Removing intermediate container e6ceb7d257c6 [2021-05-11T17:26:23.800Z] ---> 716192e61ccf [2021-05-11T17:26:23.800Z] Step 7/8 : COPY . . [2021-05-11T17:26:25.238Z] ---> c7e1b4c7e0f2 [2021-05-11T17:26:25.238Z] Step 8/8 : RUN go mod download [2021-05-11T17:26:25.238Z] ---> Running in ad30b4edefa0 [2021-05-11T17:26:44.236Z] gofmt -l . [2021-05-11T17:26:44.237Z] [ "`gofmt -l .`" = "" ] [2021-05-11T17:26:44.237Z] ./bin/test-attribution-txt.sh [2021-05-11T17:26:44.237Z] ./bin/test-go-mod-tidy.sh [Pipeline] } [2021-05-11T17:26:44.260Z] $ docker stop --time=1 2431a7af90ac30361822e26b39417d522c9ac3784eae0d3a0ffc591039d80c53 [2021-05-11T17:26:46.218Z] $ docker rm -f 2431a7af90ac30361822e26b39417d522c9ac3784eae0d3a0ffc591039d80c53 [Pipeline] // withDockerContainer [Pipeline] sh [2021-05-11T17:26:47.187Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-05-11T17:26:47.905Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2021-05-11T17:26:48.969Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-05-11T17:26:49.408Z] + ls -al . [2021-05-11T17:26:49.409Z] total 212 [2021-05-11T17:26:49.409Z] drwxrwxr-x. 10 jenkins jenkins 4096 May 11 17:26 . [2021-05-11T17:26:49.409Z] drwxrwxr-x. 4 jenkins jenkins 32 May 11 17:23 .. [2021-05-11T17:26:49.409Z] drwxrwxr-x. 2 jenkins jenkins 64 May 11 17:23 bin [2021-05-11T17:26:49.409Z] -rw-r--r--. 1 jenkins jenkins 124141 May 11 17:26 coverage.out [2021-05-11T17:26:49.409Z] -rw-rw-r--. 1 jenkins jenkins 987 May 11 17:23 Dockerfile.build [2021-05-11T17:26:49.409Z] -rw-rw-r--. 1 jenkins jenkins 140 May 11 17:23 .dockerignore [2021-05-11T17:26:49.409Z] drwxrwxr-x. 5 jenkins jenkins 62 May 11 17:23 example [2021-05-11T17:26:49.409Z] drwxrwxr-x. 8 jenkins jenkins 162 May 11 17:24 .git [2021-05-11T17:26:49.409Z] drwxrwxr-x. 2 jenkins jenkins 103 May 11 17:23 .github [2021-05-11T17:26:49.409Z] -rw-rw-r--. 1 jenkins jenkins 138 May 11 17:23 .gitignore [2021-05-11T17:26:49.409Z] -rw-r--r--. 1 jenkins jenkins 575 May 11 17:26 go.mod [2021-05-11T17:26:49.409Z] -rw-r--r--. 1 jenkins jenkins 20848 May 11 17:25 go.sum [2021-05-11T17:26:49.409Z] drwxrwxr-x. 15 jenkins jenkins 222 May 11 17:23 internal [2021-05-11T17:26:49.409Z] -rw-rw-r--. 1 jenkins jenkins 894 May 11 17:23 Jenkinsfile [2021-05-11T17:26:49.409Z] -rw-rw-r--. 1 jenkins jenkins 11341 May 11 17:23 LICENSE [2021-05-11T17:26:49.409Z] -rw-rw-r--. 1 jenkins jenkins 1000 May 11 17:23 Makefile [2021-05-11T17:26:49.409Z] drwxrwxr-x. 4 jenkins jenkins 26 May 11 17:23 openapi [2021-05-11T17:26:49.409Z] drwxrwxr-x. 5 jenkins jenkins 50 May 11 17:23 pkg [2021-05-11T17:26:49.409Z] -rw-rw-r--. 1 jenkins jenkins 7652 May 11 17:23 README.md [2021-05-11T17:26:49.409Z] -rw-rw-r--. 1 jenkins jenkins 6616 May 11 17:23 RELEASE-NOTES.txt [2021-05-11T17:26:49.409Z] drwxrwxr-x. 4 jenkins jenkins 54 May 11 17:23 snap [2021-05-11T17:26:49.409Z] -rw-rw-r--. 1 jenkins jenkins 12 May 11 17:22 VERSION [2021-05-11T17:26:49.409Z] -rw-rw-r--. 1 jenkins jenkins 222 May 11 17:23 version.go [Pipeline] isUnix [Pipeline] sh [2021-05-11T17:26:49.731Z] + docker build -t 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=889e38f586d888c0021f1798e3d6b8462ec57b6f --label arch=amd64 --label version=2.0.0-dev.57 . [2021-05-11T17:26:50.420Z] Sending build context to Docker daemon 2.662MB [2021-05-11T17:26:50.420Z] Step 1/23 : ARG BASE=golang:1.16-alpine3.12 [2021-05-11T17:26:50.420Z] Step 2/23 : FROM ${BASE} AS builder [2021-05-11T17:26:50.420Z] ---> 42e36e29e2f3 [2021-05-11T17:26:50.420Z] Step 3/23 : WORKDIR /device-sdk-go [2021-05-11T17:26:50.711Z] ---> Running in 79c04618a7cc [2021-05-11T17:26:50.995Z] Removing intermediate container 79c04618a7cc [2021-05-11T17:26:50.995Z] ---> a998e748ed19 [2021-05-11T17:26:50.995Z] Step 4/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-05-11T17:26:50.995Z] ---> Running in 736b06ca29da [2021-05-11T17:26:51.600Z] Removing intermediate container 736b06ca29da [2021-05-11T17:26:51.600Z] ---> 2096e522c15b [2021-05-11T17:26:51.600Z] Step 5/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-11T17:26:51.600Z] ---> Running in a0e796a5b5af [2021-05-11T17:26:52.128Z] Removing intermediate container ad30b4edefa0 [2021-05-11T17:26:52.128Z] ---> ca52131361fd [2021-05-11T17:26:52.129Z] Successfully built ca52131361fd [2021-05-11T17:26:52.129Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-05-11T17:26:52.486Z] + docker inspect -f . ci-base-image-arm64 [2021-05-11T17:26:52.486Z] . [Pipeline] withDockerContainer [2021-05-11T17:26:52.758Z] prd-ubuntu18.04-docker-arm64-4c-16g-4530 does not seem to be running inside a container [2021-05-11T17:26:52.844Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/162 -v /w/workspace/device-sdk-go/162:/w/workspace/device-sdk-go/162:rw,z -v /w/workspace/device-sdk-go/162@tmp:/w/workspace/device-sdk-go/162@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-11T17:26:53.600Z] Removing intermediate container a0e796a5b5af [2021-05-11T17:26:53.600Z] ---> bee18cc81e80 [2021-05-11T17:26:53.600Z] Step 6/23 : RUN apk add --update --no-cache make git gcc libc-dev zeromq-dev libsodium-dev [2021-05-11T17:26:53.600Z] ---> Running in 4d1746f67eec [2021-05-11T17:26:54.204Z] $ docker top 42a8b920953122b9f2f9111b5a6bc09454f293a7fc0d327c3b9eee0b1859c28b -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-11T17:26:54.592Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-05-11T17:26:55.102Z] + go version [2021-05-11T17:26:55.102Z] go version go1.16.3 linux/arm64 [Pipeline] } [2021-05-11T17:26:55.127Z] $ docker stop --time=1 42a8b920953122b9f2f9111b5a6bc09454f293a7fc0d327c3b9eee0b1859c28b [2021-05-11T17:26:55.173Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-05-11T17:26:55.795Z] OK: 150 MiB in 46 packages [2021-05-11T17:26:56.389Z] Removing intermediate container 4d1746f67eec [2021-05-11T17:26:56.389Z] ---> 2b3d770854a0 [2021-05-11T17:26:56.389Z] Step 7/23 : COPY . . [2021-05-11T17:26:56.979Z] $ docker rm -f 42a8b920953122b9f2f9111b5a6bc09454f293a7fc0d327c3b9eee0b1859c28b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [2021-05-11T17:26:57.406Z] ---> 07e7a97671dd [2021-05-11T17:26:57.406Z] Step 8/23 : RUN go mod download [2021-05-11T17:26:57.406Z] ---> Running in 1c4d0671185a [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-11T17:26:57.833Z] + docker inspect -f . ci-base-image-arm64 [2021-05-11T17:26:57.833Z] . [Pipeline] withDockerContainer [2021-05-11T17:26:58.101Z] prd-ubuntu18.04-docker-arm64-4c-16g-4530 does not seem to be running inside a container [2021-05-11T17:26:58.179Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/162 -v /w/workspace/device-sdk-go/162:/w/workspace/device-sdk-go/162:rw,z -v /w/workspace/device-sdk-go/162@tmp:/w/workspace/device-sdk-go/162@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-11T17:26:59.379Z] Removing intermediate container 1c4d0671185a [2021-05-11T17:26:59.379Z] ---> acb97c9bd4f1 [2021-05-11T17:26:59.379Z] Step 9/23 : RUN make build [2021-05-11T17:26:59.379Z] ---> Running in f6100f70e6f8 [2021-05-11T17:26:59.667Z] $ docker top 5139137c43400cc9bbc517e982ea10ee795e5cbdf7661ab89c8f115af6b66b7b -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-11T17:27:00.039Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-sdk-go/v2.Version=2.0.0-dev.57" -o example/cmd/device-simple/device-simple ./example/cmd/device-simple [2021-05-11T17:27:00.604Z] + go mod tidy [Pipeline] sh [2021-05-11T17:27:01.875Z] + make test [2021-05-11T17:27:01.875Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-05-11T17:27:18.620Z] CGO_ENABLED=1 GO111MODULE=on go install -tags=safe [2021-05-11T17:27:18.895Z] Removing intermediate container f6100f70e6f8 [2021-05-11T17:27:18.895Z] ---> 26c30d975cdb [2021-05-11T17:27:18.895Z] Step 10/23 : FROM alpine:3.12 [2021-05-11T17:27:19.165Z] 3.12: Pulling from library/alpine [2021-05-11T17:27:19.446Z] 339de151aab4: Pulling fs layer [2021-05-11T17:27:19.767Z] 339de151aab4: Verifying Checksum [2021-05-11T17:27:19.767Z] 339de151aab4: Download complete [2021-05-11T17:27:20.416Z] 339de151aab4: Pull complete [2021-05-11T17:27:20.416Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-05-11T17:27:20.416Z] Status: Downloaded newer image for alpine:3.12 [2021-05-11T17:27:20.416Z] ---> 13621d1b12d4 [2021-05-11T17:27:20.416Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-05-11T17:27:20.416Z] ---> Running in b3e8f4187d08 [2021-05-11T17:27:20.723Z] Removing intermediate container b3e8f4187d08 [2021-05-11T17:27:20.723Z] ---> c04c399845a9 [2021-05-11T17:27:20.723Z] Step 12/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-11T17:27:20.723Z] ---> Running in 7a3554726d15 [2021-05-11T17:27:22.762Z] Removing intermediate container 7a3554726d15 [2021-05-11T17:27:22.763Z] ---> 44531d9951a2 [2021-05-11T17:27:22.763Z] Step 13/23 : RUN apk add --update --no-cache zeromq [2021-05-11T17:27:22.763Z] ---> Running in d3e3b9fe2bc7 [2021-05-11T17:27:23.354Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-05-11T17:27:23.945Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-05-11T17:27:24.527Z] (1/5) Installing libgcc (9.3.0-r2) [2021-05-11T17:27:24.527Z] (2/5) Installing libsodium (1.0.18-r0) [2021-05-11T17:27:24.527Z] (3/5) Installing libstdc++ (9.3.0-r2) [2021-05-11T17:27:25.485Z] (4/5) Installing libzmq (4.3.3-r0) [2021-05-11T17:27:25.485Z] (5/5) Installing zeromq (4.3.3-r0) [2021-05-11T17:27:25.759Z] Executing busybox-1.31.1-r20.trigger [2021-05-11T17:27:25.759Z] OK: 8 MiB in 19 packages [2021-05-11T17:27:26.340Z] Removing intermediate container d3e3b9fe2bc7 [2021-05-11T17:27:26.340Z] ---> e8175817fb11 [2021-05-11T17:27:26.340Z] Step 14/23 : WORKDIR / [2021-05-11T17:27:26.340Z] ---> Running in 8ee0ba743ffd [2021-05-11T17:27:26.340Z] Removing intermediate container 8ee0ba743ffd [2021-05-11T17:27:26.340Z] ---> 0a300b4832da [2021-05-11T17:27:26.340Z] Step 15/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/Attribution.txt /Attribution.txt [2021-05-11T17:27:26.614Z] ---> 2b3974d68970 [2021-05-11T17:27:26.614Z] Step 16/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /device-simple [2021-05-11T17:27:27.577Z] ---> 88a0ebb66aff [2021-05-11T17:27:27.577Z] Step 17/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/ /res [2021-05-11T17:27:27.577Z] ---> cebcb0604725 [2021-05-11T17:27:27.577Z] Step 18/23 : EXPOSE 49990 [2021-05-11T17:27:27.848Z] ---> Running in 515468c947c6 [2021-05-11T17:27:27.848Z] Removing intermediate container 515468c947c6 [2021-05-11T17:27:27.848Z] ---> 28366b8ae1fe [2021-05-11T17:27:27.848Z] Step 19/23 : ENTRYPOINT ["/device-simple"] [2021-05-11T17:27:28.112Z] ---> Running in 956abdc5b54e [2021-05-11T17:27:28.378Z] Removing intermediate container 956abdc5b54e [2021-05-11T17:27:28.378Z] ---> 3bcb12a90fd0 [2021-05-11T17:27:28.378Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-11T17:27:28.378Z] ---> Running in 568700a578e8 [2021-05-11T17:27:28.645Z] Removing intermediate container 568700a578e8 [2021-05-11T17:27:28.645Z] ---> 8651c02586e1 [2021-05-11T17:27:28.645Z] Step 21/23 : LABEL arch=amd64 [2021-05-11T17:27:28.645Z] ---> Running in 143c32af58c4 [2021-05-11T17:27:28.645Z] Removing intermediate container 143c32af58c4 [2021-05-11T17:27:28.645Z] ---> 08296ba2fd2a [2021-05-11T17:27:28.645Z] Step 22/23 : LABEL git_sha=889e38f586d888c0021f1798e3d6b8462ec57b6f [2021-05-11T17:27:28.732Z] ? github.com/edgexfoundry/device-sdk-go/v2 [no test files] [2021-05-11T17:27:28.911Z] ---> Running in 0553186349bc [2021-05-11T17:27:28.911Z] Removing intermediate container 0553186349bc [2021-05-11T17:27:28.911Z] ---> 55791e42b3e2 [2021-05-11T17:27:28.911Z] Step 23/23 : LABEL version=2.0.0-dev.57 [2021-05-11T17:27:29.185Z] ---> Running in 114c1f234c6b [2021-05-11T17:27:29.185Z] Removing intermediate container 114c1f234c6b [2021-05-11T17:27:29.185Z] ---> 9f311911fca1 [2021-05-11T17:27:29.185Z] [Warning] One or more build-args [MAKE ARCH] were not consumed [2021-05-11T17:27:29.452Z] Successfully built 9f311911fca1 [2021-05-11T17:27:29.452Z] Successfully tagged 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-11T17:27:30.003Z] ---> job-cost.sh [2021-05-11T17:27:30.003Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-PqWO [2021-05-11T17:27:48.312Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-05-11T17:28:20.636Z] lf-activate-venv(): INFO: Adding /tmp/venv-PqWO/bin to PATH [2021-05-11T17:28:20.636Z] INFO: No Stack... [2021-05-11T17:28:20.636Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-05-11T17:28:20.636Z] INFO: Archiving Costs [Pipeline] sh [2021-05-11T17:28:20.978Z] + cut -d, -f6 [2021-05-11T17:28:20.978Z] + cat /w/workspace/device-sdk-go/162/archives/cost.csv [Pipeline] lock [2021-05-11T17:28:21.079Z] Trying to acquire lock on [jenkins-edgexfoundry-device-sdk-go-master-162-stack-cost] [2021-05-11T17:28:21.092Z] Resource [jenkins-edgexfoundry-device-sdk-go-master-162-stack-cost] did not exist. Created. [2021-05-11T17:28:21.092Z] Lock acquired on [jenkins-edgexfoundry-device-sdk-go-master-162-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-05-11T17:28:21.440Z] + echo total: 0.029999999329447746 [Pipeline] stash [2021-05-11T17:28:21.607Z] Stashed 1 file(s) [Pipeline] } [2021-05-11T17:28:21.620Z] Lock released on resource [jenkins-edgexfoundry-device-sdk-go-master-162-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-05-11T17:28:37.221Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/cmd/device-simple [no test files] [2021-05-11T17:28:37.221Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/config [no test files] [2021-05-11T17:28:37.221Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/driver [no test files] [2021-05-11T17:28:39.855Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/application 0.232s coverage: 25.4% of statements [2021-05-11T17:28:39.855Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/autodiscovery [no test files] [2021-05-11T17:28:39.855Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/autoevent 0.151s coverage: 28.1% of statements [2021-05-11T17:28:39.855Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/cache 0.172s coverage: 78.9% of statements [2021-05-11T17:28:39.855Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/clients 1.174s coverage: 10.7% of statements [2021-05-11T17:28:39.855Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/common [no test files] [2021-05-11T17:28:39.855Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/config [no test files] [2021-05-11T17:28:39.855Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/container [no test files] [2021-05-11T17:28:42.491Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http 0.237s coverage: 30.2% of statements [2021-05-11T17:28:42.491Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http/correlation [no test files] [2021-05-11T17:28:42.491Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/handler [no test files] [2021-05-11T17:28:42.491Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/provision [no test files] [2021-05-11T17:28:42.491Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/telemetry [no test files] [2021-05-11T17:28:42.779Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/transformer 0.337s coverage: 58.4% of statements [2021-05-11T17:28:44.778Z] ok github.com/edgexfoundry/device-sdk-go/v2/pkg/models 3.184s coverage: 89.2% of statements [2021-05-11T17:28:44.778Z] ? github.com/edgexfoundry/device-sdk-go/v2/pkg/models/mocks [no test files] [2021-05-11T17:28:44.778Z] ok github.com/edgexfoundry/device-sdk-go/v2/pkg/service 0.152s coverage: 5.0% of statements [2021-05-11T17:28:44.778Z] ? github.com/edgexfoundry/device-sdk-go/v2/pkg/startup [no test files] [2021-05-11T17:28:45.384Z] GO111MODULE=on go vet ./... [2021-05-11T17:29:41.961Z] gofmt -l . [2021-05-11T17:29:41.961Z] [ "`gofmt -l .`" = "" ] [2021-05-11T17:29:41.962Z] ./bin/test-attribution-txt.sh [2021-05-11T17:29:42.236Z] ./bin/test-go-mod-tidy.sh [Pipeline] } [2021-05-11T17:29:42.851Z] $ docker stop --time=1 5139137c43400cc9bbc517e982ea10ee795e5cbdf7661ab89c8f115af6b66b7b [2021-05-11T17:29:44.933Z] $ docker rm -f 5139137c43400cc9bbc517e982ea10ee795e5cbdf7661ab89c8f115af6b66b7b [Pipeline] // withDockerContainer [Pipeline] sh [2021-05-11T17:29:45.987Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-05-11T17:29:46.007Z] Warning: overwriting stash ‘coverage-report’ [2021-05-11T17:29:46.935Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-05-11T17:29:47.360Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-05-11T17:29:47.694Z] + ls -al . [2021-05-11T17:29:47.694Z] total 248 [2021-05-11T17:29:47.694Z] drwxrwxr-x 10 jenkins jenkins 4096 May 11 17:29 . [2021-05-11T17:29:47.694Z] drwxrwxr-x 4 jenkins jenkins 4096 May 11 17:25 .. [2021-05-11T17:29:47.694Z] -rw-rw-r-- 1 jenkins jenkins 140 May 11 17:25 .dockerignore [2021-05-11T17:29:47.694Z] drwxrwxr-x 8 jenkins jenkins 4096 May 11 17:25 .git [2021-05-11T17:29:47.694Z] drwxrwxr-x 2 jenkins jenkins 4096 May 11 17:25 .github [2021-05-11T17:29:47.694Z] -rw-rw-r-- 1 jenkins jenkins 138 May 11 17:25 .gitignore [2021-05-11T17:29:47.694Z] -rw-rw-r-- 1 jenkins jenkins 987 May 11 17:25 Dockerfile.build [2021-05-11T17:29:47.694Z] -rw-rw-r-- 1 jenkins jenkins 894 May 11 17:25 Jenkinsfile [2021-05-11T17:29:47.694Z] -rw-rw-r-- 1 jenkins jenkins 11341 May 11 17:25 LICENSE [2021-05-11T17:29:47.694Z] -rw-rw-r-- 1 jenkins jenkins 1000 May 11 17:25 Makefile [2021-05-11T17:29:47.694Z] -rw-rw-r-- 1 jenkins jenkins 7652 May 11 17:25 README.md [2021-05-11T17:29:47.694Z] -rw-rw-r-- 1 jenkins jenkins 6616 May 11 17:25 RELEASE-NOTES.txt [2021-05-11T17:29:47.694Z] -rw-rw-r-- 1 jenkins jenkins 12 May 11 17:22 VERSION [2021-05-11T17:29:47.694Z] drwxrwxr-x 2 jenkins jenkins 4096 May 11 17:25 bin [2021-05-11T17:29:47.694Z] -rw-r--r-- 1 jenkins jenkins 124140 May 11 17:28 coverage.out [2021-05-11T17:29:47.694Z] drwxrwxr-x 5 jenkins jenkins 4096 May 11 17:25 example [2021-05-11T17:29:47.694Z] -rw-r--r-- 1 jenkins jenkins 575 May 11 17:29 go.mod [2021-05-11T17:29:47.694Z] -rw-r--r-- 1 jenkins jenkins 20848 May 11 17:27 go.sum [2021-05-11T17:29:47.694Z] drwxrwxr-x 15 jenkins jenkins 4096 May 11 17:25 internal [2021-05-11T17:29:47.694Z] drwxrwxr-x 4 jenkins jenkins 4096 May 11 17:25 openapi [2021-05-11T17:29:47.694Z] drwxrwxr-x 5 jenkins jenkins 4096 May 11 17:25 pkg [2021-05-11T17:29:47.694Z] drwxrwxr-x 4 jenkins jenkins 4096 May 11 17:25 snap [2021-05-11T17:29:47.694Z] -rw-rw-r-- 1 jenkins jenkins 222 May 11 17:25 version.go [Pipeline] isUnix [Pipeline] sh [2021-05-11T17:29:48.037Z] + docker build -t 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=889e38f586d888c0021f1798e3d6b8462ec57b6f --label arch=arm64 --label version=2.0.0-dev.57 . [2021-05-11T17:29:48.309Z] Sending build context to Docker daemon 2.664MB [2021-05-11T17:29:48.582Z] Step 1/23 : ARG BASE=golang:1.16-alpine3.12 [2021-05-11T17:29:48.582Z] Step 2/23 : FROM ${BASE} AS builder [2021-05-11T17:29:48.582Z] ---> ca52131361fd [2021-05-11T17:29:48.582Z] Step 3/23 : WORKDIR /device-sdk-go [2021-05-11T17:29:48.857Z] ---> Running in 73a8c946aa9f [2021-05-11T17:29:49.130Z] Removing intermediate container 73a8c946aa9f [2021-05-11T17:29:49.130Z] ---> 8cf1809ecb1e [2021-05-11T17:29:49.130Z] Step 4/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-05-11T17:29:49.413Z] ---> Running in 5c124f7b09aa [2021-05-11T17:29:49.685Z] Removing intermediate container 5c124f7b09aa [2021-05-11T17:29:49.685Z] ---> 6e0c95272582 [2021-05-11T17:29:49.685Z] Step 5/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-11T17:29:49.963Z] ---> Running in 61beecfe280c [2021-05-11T17:29:51.924Z] Removing intermediate container 61beecfe280c [2021-05-11T17:29:51.924Z] ---> f96ab5d7f0fa [2021-05-11T17:29:51.924Z] Step 6/23 : RUN apk add --update --no-cache make git gcc libc-dev zeromq-dev libsodium-dev [2021-05-11T17:29:52.197Z] ---> Running in db81bce4197e [2021-05-11T17:29:53.176Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-05-11T17:29:54.151Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-05-11T17:29:55.133Z] OK: 139 MiB in 46 packages [2021-05-11T17:29:56.105Z] Removing intermediate container db81bce4197e [2021-05-11T17:29:56.105Z] ---> 5d6f215d8744 [2021-05-11T17:29:56.105Z] Step 7/23 : COPY . . [2021-05-11T17:29:57.533Z] ---> ba3d3b61f0e8 [2021-05-11T17:29:57.533Z] Step 8/23 : RUN go mod download [2021-05-11T17:29:57.533Z] ---> Running in 28afa7ffdadd [2021-05-11T17:29:59.512Z] Removing intermediate container 28afa7ffdadd [2021-05-11T17:29:59.512Z] ---> 65758ee3b609 [2021-05-11T17:29:59.512Z] Step 9/23 : RUN make build [2021-05-11T17:29:59.788Z] ---> Running in ccf284d0635b [2021-05-11T17:30:00.770Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-sdk-go/v2.Version=2.0.0-dev.57" -o example/cmd/device-simple/device-simple ./example/cmd/device-simple [2021-05-11T17:30:33.306Z] CGO_ENABLED=1 GO111MODULE=on go install -tags=safe [2021-05-11T17:30:35.920Z] Removing intermediate container ccf284d0635b [2021-05-11T17:30:35.920Z] ---> d24de49b3697 [2021-05-11T17:30:35.920Z] Step 10/23 : FROM alpine:3.12 [2021-05-11T17:30:36.189Z] 3.12: Pulling from library/alpine [2021-05-11T17:30:36.458Z] d2f70382dc9a: Pulling fs layer [2021-05-11T17:30:36.731Z] d2f70382dc9a: Verifying Checksum [2021-05-11T17:30:36.731Z] d2f70382dc9a: Download complete [2021-05-11T17:30:37.003Z] d2f70382dc9a: Pull complete [2021-05-11T17:30:37.280Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-05-11T17:30:37.280Z] Status: Downloaded newer image for alpine:3.12 [2021-05-11T17:30:37.280Z] ---> 9852663dfa18 [2021-05-11T17:30:37.280Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-05-11T17:30:37.280Z] ---> Running in b96629c2143d [2021-05-11T17:30:37.874Z] Removing intermediate container b96629c2143d [2021-05-11T17:30:37.874Z] ---> 9978e3c219b8 [2021-05-11T17:30:37.874Z] Step 12/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-11T17:30:37.874Z] ---> Running in 98e58fdb6a88 [2021-05-11T17:30:39.851Z] Removing intermediate container 98e58fdb6a88 [2021-05-11T17:30:39.851Z] ---> 8a0e2c404cdd [2021-05-11T17:30:39.851Z] Step 13/23 : RUN apk add --update --no-cache zeromq [2021-05-11T17:30:39.851Z] ---> Running in b07908ae94b2 [2021-05-11T17:30:40.830Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-05-11T17:30:41.802Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-05-11T17:30:42.389Z] (1/5) Installing libgcc (9.3.0-r2) [2021-05-11T17:30:42.389Z] (2/5) Installing libsodium (1.0.18-r0) [2021-05-11T17:30:42.661Z] (3/5) Installing libstdc++ (9.3.0-r2) [2021-05-11T17:30:42.661Z] (4/5) Installing libzmq (4.3.3-r0) [2021-05-11T17:30:42.932Z] (5/5) Installing zeromq (4.3.3-r0) [2021-05-11T17:30:42.932Z] Executing busybox-1.31.1-r20.trigger [2021-05-11T17:30:42.932Z] OK: 8 MiB in 19 packages [2021-05-11T17:30:43.937Z] Removing intermediate container b07908ae94b2 [2021-05-11T17:30:43.937Z] ---> 1eb88c1377f0 [2021-05-11T17:30:43.937Z] Step 14/23 : WORKDIR / [2021-05-11T17:30:44.209Z] ---> Running in 95d5ddefa1a7 [2021-05-11T17:30:44.483Z] Removing intermediate container 95d5ddefa1a7 [2021-05-11T17:30:44.483Z] ---> a6f8f51ae92b [2021-05-11T17:30:44.483Z] Step 15/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/Attribution.txt /Attribution.txt [2021-05-11T17:30:45.459Z] ---> 1cee20bc1fb2 [2021-05-11T17:30:45.459Z] Step 16/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /device-simple [2021-05-11T17:30:46.437Z] ---> 2315d50ddfa7 [2021-05-11T17:30:46.437Z] Step 17/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/ /res [2021-05-11T17:30:47.412Z] ---> b7ac316f76be [2021-05-11T17:30:47.412Z] Step 18/23 : EXPOSE 49990 [2021-05-11T17:30:47.412Z] ---> Running in b5193a23a8eb [2021-05-11T17:30:48.008Z] Removing intermediate container b5193a23a8eb [2021-05-11T17:30:48.008Z] ---> d6ab132e03b5 [2021-05-11T17:30:48.008Z] Step 19/23 : ENTRYPOINT ["/device-simple"] [2021-05-11T17:30:48.008Z] ---> Running in ef194f630343 [2021-05-11T17:30:48.599Z] Removing intermediate container ef194f630343 [2021-05-11T17:30:48.599Z] ---> 1797194ce137 [2021-05-11T17:30:48.599Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-11T17:30:48.599Z] ---> Running in 43cd2b4cf59a [2021-05-11T17:30:49.196Z] Removing intermediate container 43cd2b4cf59a [2021-05-11T17:30:49.196Z] ---> 0e3de9b5ec8e [2021-05-11T17:30:49.196Z] Step 21/23 : LABEL arch=arm64 [2021-05-11T17:30:49.196Z] ---> Running in f2767bf7f3b3 [2021-05-11T17:30:49.787Z] Removing intermediate container f2767bf7f3b3 [2021-05-11T17:30:49.787Z] ---> d832db6cecbe [2021-05-11T17:30:49.787Z] Step 22/23 : LABEL git_sha=889e38f586d888c0021f1798e3d6b8462ec57b6f [2021-05-11T17:30:49.787Z] ---> Running in c8d4dfba8e24 [2021-05-11T17:30:50.379Z] Removing intermediate container c8d4dfba8e24 [2021-05-11T17:30:50.379Z] ---> 0874c7455abe [2021-05-11T17:30:50.379Z] Step 23/23 : LABEL version=2.0.0-dev.57 [2021-05-11T17:30:50.379Z] ---> Running in 872a14ee2184 [2021-05-11T17:30:50.971Z] Removing intermediate container 872a14ee2184 [2021-05-11T17:30:50.971Z] ---> 70e55cae38bc [2021-05-11T17:30:50.971Z] [Warning] One or more build-args [ARCH MAKE] were not consumed [2021-05-11T17:30:50.971Z] Successfully built 70e55cae38bc [2021-05-11T17:30:50.971Z] Successfully tagged 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-11T17:30:51.419Z] ---> job-cost.sh [2021-05-11T17:30:51.419Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-7ij7 [2021-05-11T17:31:30.886Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-05-11T17:32:52.587Z] lf-activate-venv(): INFO: Adding /tmp/venv-7ij7/bin to PATH [2021-05-11T17:32:52.587Z] INFO: No Stack... [2021-05-11T17:32:52.587Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-05-11T17:32:52.857Z] INFO: Archiving Costs [Pipeline] sh [2021-05-11T17:32:53.191Z] + + cat /w/workspace/device-sdk-go/162/archives/cost.csvcut [2021-05-11T17:32:53.191Z] -d, -f6 [Pipeline] lock [2021-05-11T17:32:53.329Z] Trying to acquire lock on [jenkins-edgexfoundry-device-sdk-go-master-162-stack-cost] [2021-05-11T17:32:53.344Z] Resource [jenkins-edgexfoundry-device-sdk-go-master-162-stack-cost] did not exist. Created. [2021-05-11T17:32:53.345Z] Lock acquired on [jenkins-edgexfoundry-device-sdk-go-master-162-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-05-11T17:32:53.715Z] /w/workspace/device-sdk-go/162@tmp/durable-cca6277f/script.sh: 1: /w/workspace/device-sdk-go/162@tmp/durable-cca6277f/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh [2021-05-11T17:32:54.054Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-05-11T17:32:54.073Z] Warning: overwriting stash ‘stack-cost’ [2021-05-11T17:32:54.234Z] Stashed 1 file(s) [Pipeline] } [2021-05-11T17:32:54.256Z] Lock released on resource [jenkins-edgexfoundry-device-sdk-go-master-162-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-11T17:32:54.707Z] provisioning config files... [2021-05-11T17:32:54.791Z] copy managed file [device-sdk-go-codecov-token] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config222972628884609910tmp [Pipeline] { [Pipeline] sh [2021-05-11T17:32:55.292Z] + set +x [2021-05-11T17:32:55.292Z] + bash -s -- [2021-05-11T17:32:55.292Z] + curl -s https://codecov.io/bash [2021-05-11T17:32:55.591Z] [2021-05-11T17:32:55.591Z] _____ _ [2021-05-11T17:32:55.591Z] / ____| | | [2021-05-11T17:32:55.591Z] | | ___ __| | ___ ___ _____ __ [2021-05-11T17:32:55.591Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-05-11T17:32:55.591Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-05-11T17:32:55.591Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-05-11T17:32:55.591Z] Bash-1.0.2 [2021-05-11T17:32:55.591Z] [2021-05-11T17:32:55.591Z] [2021-05-11T17:32:55.591Z] ==> git version 2.24.3 found [2021-05-11T17:32:55.591Z] ==> 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-11T17:32:55.591Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-05-11T17:32:55.591Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-05-11T17:32:55.591Z] ==> Jenkins CI detected. [2021-05-11T17:32:55.591Z] project root: . [2021-05-11T17:32:55.591Z] --> token set from env [2021-05-11T17:32:55.591Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-05-11T17:32:55.591Z] ==> Running gcov in . (disable via -X gcov) [2021-05-11T17:32:55.591Z] ==> Python coveragepy not found [2021-05-11T17:32:55.591Z] ==> Searching for coverage reports in: [2021-05-11T17:32:55.591Z] + . [2021-05-11T17:32:55.591Z] -> Found 1 reports [2021-05-11T17:32:55.591Z] ==> Detecting git/mercurial file structure [2021-05-11T17:32:55.591Z] ==> Reading reports [2021-05-11T17:32:55.591Z] + ./coverage.out bytes=124140 [2021-05-11T17:32:55.591Z] ==> Appending adjustments [2021-05-11T17:32:55.591Z] https://docs.codecov.io/docs/fixing-reports [2021-05-11T17:32:56.168Z] + Found adjustments [2021-05-11T17:32:56.168Z] ==> Gzipping contents [2021-05-11T17:32:56.168Z] 16K /tmp/codecov.9OCvms.gz [2021-05-11T17:32:56.168Z] ==> Uploading reports [2021-05-11T17:32:56.168Z] url: https://codecov.io [2021-05-11T17:32:56.168Z] query: branch=master&commit=889e38f586d888c0021f1798e3d6b8462ec57b6f&build=162&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2Fmaster%2F162%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=&job=&cmd_args= [2021-05-11T17:32:56.168Z] -> Pinging Codecov [2021-05-11T17:32:56.168Z] https://codecov.io/upload/v4?package=bash-1.0.2&token=secret&branch=master&commit=889e38f586d888c0021f1798e3d6b8462ec57b6f&build=162&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2Fmaster%2F162%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=&job=&cmd_args= [2021-05-11T17:32:57.113Z] -> Uploading to [2021-05-11T17:32:57.114Z] https://storage.googleapis.com/codecov/v4/raw/2021-05-11/7E55EF52A471D76F132DFD9A03CDDE97/889e38f586d888c0021f1798e3d6b8462ec57b6f/b0e5861d-3287-4ec0-ada3-463d9ce655d6.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQM3VGPYSAFECJRMNAFIPCV2R3P2BOORCJC7NM537NPJQSFLHUDNIDWA%2F20210511%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210511T173256Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=7a98c31dcb983da7456611d8b66662074a5e78f55a17df69ee3fb229e25ee0e9 [2021-05-11T17:32:57.114Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-05-11T17:32:57.114Z] Dload Upload Total Spent Left Speed [2021-05-11T17:32:57.693Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 16200 0 0 100 16200 0 28906 --:--:-- --:--:-- --:--:-- 28877 100 16200 0 0 100 16200 0 28895 --:--:-- --:--:-- --:--:-- 28877 [2021-05-11T17:32:57.693Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/device-sdk-go/commit/889e38f586d888c0021f1798e3d6b8462ec57b6f [Pipeline] } [2021-05-11T17:32:57.707Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo [2021-05-11T17:32:58.405Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2021-05-11T17:32:58.440Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-11T17:32:58.769Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-05-11T17:32:58.769Z] [2021-05-11T17:32:58.769Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh [2021-05-11T17:32:59.111Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-05-11T17:32:59.111Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2021-05-11T17:32:59.111Z] 188c0c94c7c5: Pulling fs layer [2021-05-11T17:32:59.111Z] 0ef7d3d256c8: Pulling fs layer [2021-05-11T17:32:59.111Z] de9db76c5a1d: Pulling fs layer [2021-05-11T17:32:59.111Z] 0eba1c9be4d2: Pulling fs layer [2021-05-11T17:32:59.111Z] 0d57e429df01: Pulling fs layer [2021-05-11T17:32:59.111Z] 4e4be7b47b0d: Pulling fs layer [2021-05-11T17:32:59.111Z] e1f770b5df2f: Pulling fs layer [2021-05-11T17:32:59.111Z] 85a0685a4137: Pulling fs layer [2021-05-11T17:32:59.111Z] 4e4be7b47b0d: Waiting [2021-05-11T17:32:59.111Z] e1f770b5df2f: Waiting [2021-05-11T17:32:59.111Z] 0eba1c9be4d2: Waiting [2021-05-11T17:32:59.111Z] 0d57e429df01: Waiting [2021-05-11T17:32:59.111Z] de9db76c5a1d: Verifying Checksum [2021-05-11T17:32:59.111Z] de9db76c5a1d: Download complete [2021-05-11T17:32:59.111Z] 0ef7d3d256c8: Verifying Checksum [2021-05-11T17:32:59.111Z] 0ef7d3d256c8: Download complete [2021-05-11T17:32:59.111Z] 0d57e429df01: Verifying Checksum [2021-05-11T17:32:59.111Z] 0d57e429df01: Download complete [2021-05-11T17:32:59.111Z] 4e4be7b47b0d: Verifying Checksum [2021-05-11T17:32:59.111Z] 4e4be7b47b0d: Download complete [2021-05-11T17:32:59.111Z] 188c0c94c7c5: Download complete [2021-05-11T17:32:59.709Z] 188c0c94c7c5: Pull complete [2021-05-11T17:32:59.709Z] 0ef7d3d256c8: Pull complete [2021-05-11T17:32:59.972Z] de9db76c5a1d: Pull complete [2021-05-11T17:33:00.561Z] e1f770b5df2f: Verifying Checksum [2021-05-11T17:33:00.561Z] e1f770b5df2f: Download complete [2021-05-11T17:33:03.166Z] 0eba1c9be4d2: Download complete [2021-05-11T17:33:03.432Z] 85a0685a4137: Verifying Checksum [2021-05-11T17:33:03.432Z] 85a0685a4137: Download complete [2021-05-11T17:33:10.086Z] 0eba1c9be4d2: Pull complete [2021-05-11T17:33:10.086Z] 0d57e429df01: Pull complete [2021-05-11T17:33:10.086Z] 4e4be7b47b0d: Pull complete [2021-05-11T17:33:11.495Z] e1f770b5df2f: Pull complete [2021-05-11T17:33:19.801Z] 85a0685a4137: Pull complete [2021-05-11T17:33:19.801Z] Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 [2021-05-11T17:33:19.801Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-05-11T17:33:19.801Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer [2021-05-11T17:33:20.051Z] prd-centos7-docker-4c-2g-4525 does not seem to be running inside a container [2021-05-11T17:33:20.106Z] $ 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-11T17:33:21.342Z] $ docker top 8ed24cf69bcb0f7f1e758b27c20fc532197567a9ac2aa5d278c489840d586ce1 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-05-11T17:33:21.544Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh [2021-05-11T17:33:21.853Z] + set -o pipefail [2021-05-11T17:33:21.853Z] + snyk monitor '--org=edgex-jenkins' [2021-05-11T17:33:31.942Z] [2021-05-11T17:33:31.942Z] Monitoring /w/workspace/dgexfoundry_device-sdk-go_master (github.com/edgexfoundry/device-sdk-go/v2)... [2021-05-11T17:33:31.942Z] [2021-05-11T17:33:31.942Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/a91414f5-c324-409e-a494-413a27791127/history/f2e1db5d-2588-46b6-863a-edd8c2525d86 [2021-05-11T17:33:31.942Z] [2021-05-11T17:33:31.942Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2021-05-11T17:33:31.942Z] [2021-05-11T17:33:31.942Z] [Pipeline] } [2021-05-11T17:33:31.962Z] $ docker stop --time=1 8ed24cf69bcb0f7f1e758b27c20fc532197567a9ac2aa5d278c489840d586ce1 [2021-05-11T17:33:34.938Z] $ docker rm -f 8ed24cf69bcb0f7f1e758b27c20fc532197567a9ac2aa5d278c489840d586ce1 [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-11T17:33:35.938Z] [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-05-11T17:33:35.987Z] provisioning config files... [2021-05-11T17:33:36.001Z] copy managed file [swaggerhub-api-key] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config9160408483518273411tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-05-11T17:33:36.410Z] --> edgex-publish-swagger.sh [2021-05-11T17:33:36.410Z] === Publish openapi/v1 API === [2021-05-11T17:33:36.410Z] [publishToSwagger] Publishing the API Docs [openapi/v1] to Swagger [2021-05-11T17:33:36.410Z] [publishToSwagger] Publishing API Name [device-sdk] [/w/workspace/dgexfoundry_device-sdk-go_master/openapi/v1/device-sdk.yaml] [2021-05-11T17:33:36.410Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-05-11T17:33:36.410Z] Dload Upload Total Spent Left Speed [2021-05-11T17:33:37.273Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 19947 0 0 100 19947 0 24759 --:--:-- --:--:-- --:--:-- 24778 [2021-05-11T17:33:37.273Z] [2021-05-11T17:33:37.273Z] [2021-05-11T17:33:37.273Z] === Publish openapi/v2 API === [2021-05-11T17:33:37.273Z] [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger [2021-05-11T17:33:37.273Z] [publishToSwagger] Publishing API Name [device-sdk] [/w/workspace/dgexfoundry_device-sdk-go_master/openapi/v2/device-sdk.yaml] [2021-05-11T17:33:37.273Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-05-11T17:33:37.273Z] Dload Upload Total Spent Left Speed [2021-05-11T17:33:38.230Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 51483 0 0 100 51483 0 49550 0:00:01 0:00:01 --:--:-- 49598 100 51483 0 0 100 51483 0 49541 0:00:01 0:00:01 --:--:-- 49598 [2021-05-11T17:33:38.230Z] [2021-05-11T17:33:38.230Z] [Pipeline] } [2021-05-11T17:33:38.241Z] 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-11T17:33:38.718Z] + git log --format=format:%s -1 889e38f586d888c0021f1798e3d6b8462ec57b6f [Pipeline] isUnix [Pipeline] sh [2021-05-11T17:33:39.045Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-05-11T17:33:39.046Z] . [Pipeline] withDockerContainer [2021-05-11T17:33:39.206Z] prd-centos7-docker-4c-2g-4525 does not seem to be running inside a container [2021-05-11T17:33:39.277Z] $ 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-11T17:33:40.109Z] $ docker top 7b24d5ffe3f3ec53a0415b8b6066d10688a16c7639ea350670be1b5cb8c4d8b3 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-05-11T17:33:40.300Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-05-11T17:33:40.300Z] [ssh-agent] Looking for ssh-agent implementation... [2021-05-11T17:33:40.617Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-05-11T17:33:40.621Z] $ docker exec 7b24d5ffe3f3ec53a0415b8b6066d10688a16c7639ea350670be1b5cb8c4d8b3 ssh-agent [2021-05-11T17:33:40.829Z] SSH_AUTH_SOCK=/tmp/ssh-GyD0C27TOnJT/agent.12 [2021-05-11T17:33:40.829Z] SSH_AGENT_PID=17 [2021-05-11T17:33:40.838Z] Running ssh-add (command line suppressed) [2021-05-11T17:33:40.999Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_8849494689641593768.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_8849494689641593768.key) [2021-05-11T17:33:41.063Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-05-11T17:33:41.416Z] + git semver tag [2021-05-11T17:33:41.679Z] # -> Open(): unable to determine branch for HEAD [2021-05-11T17:33:41.679Z] # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git [2021-05-11T17:33:41.679Z] # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master [2021-05-11T17:33:41.679Z] # $SEMVER_REMOTE_NAME = origin [2021-05-11T17:33:41.679Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-05-11T17:33:41.679Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-05-11T17:33:41.679Z] # $SEMVER_BRANCH = master [2021-05-11T17:33:41.679Z] # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver [2021-05-11T17:33:41.679Z] # 889e38f586d888c0021f1798e3d6b8462ec57b6f HEAD [2021-05-11T17:33:41.679Z] # -> Force: false [2021-05-11T17:33:41.679Z] # aedb8a6a7aa40f31ebe9343da4793bfa07fac3ef refs/tags/v2.0.0-dev.57 [Pipeline] } [2021-05-11T17:33:41.699Z] $ docker exec --env ******** --env ******** 7b24d5ffe3f3ec53a0415b8b6066d10688a16c7639ea350670be1b5cb8c4d8b3 ssh-agent -k [2021-05-11T17:33:41.838Z] unset SSH_AUTH_SOCK; [2021-05-11T17:33:41.839Z] unset SSH_AGENT_PID; [2021-05-11T17:33:41.839Z] echo Agent pid 17 killed; [2021-05-11T17:33:41.898Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-05-11T17:33:42.236Z] + git semver [Pipeline] } [2021-05-11T17:33:42.257Z] $ docker stop --time=1 7b24d5ffe3f3ec53a0415b8b6066d10688a16c7639ea350670be1b5cb8c4d8b3 [2021-05-11T17:33:43.683Z] $ docker rm -f 7b24d5ffe3f3ec53a0415b8b6066d10688a16c7639ea350670be1b5cb8c4d8b3 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2021-05-11T17:33:44.194Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-05-11T17:33:44.194Z] [2021-05-11T17:33:44.194Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2021-05-11T17:33:44.524Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-05-11T17:33:44.524Z] 0.23.1-centos7: Pulling from edgex-lftools [2021-05-11T17:33:44.524Z] ab5ef0e58194: Pulling fs layer [2021-05-11T17:33:44.524Z] 9712f1f96733: Pulling fs layer [2021-05-11T17:33:44.524Z] 63f879dbbcfc: Pulling fs layer [2021-05-11T17:33:44.524Z] 0d9ebad4ef96: Pulling fs layer [2021-05-11T17:33:44.524Z] e9a5061849ea: Pulling fs layer [2021-05-11T17:33:44.524Z] d747dcd14b5f: Pulling fs layer [2021-05-11T17:33:44.524Z] 2de7ff778b66: Pulling fs layer [2021-05-11T17:33:44.524Z] e9a5061849ea: Waiting [2021-05-11T17:33:44.525Z] d747dcd14b5f: Waiting [2021-05-11T17:33:44.525Z] 0d9ebad4ef96: Waiting [2021-05-11T17:33:44.525Z] 2de7ff778b66: Waiting [2021-05-11T17:33:44.525Z] 9712f1f96733: Verifying Checksum [2021-05-11T17:33:44.525Z] 9712f1f96733: Download complete [2021-05-11T17:33:45.950Z] 63f879dbbcfc: Download complete [2021-05-11T17:33:46.220Z] e9a5061849ea: Verifying Checksum [2021-05-11T17:33:46.220Z] e9a5061849ea: Download complete [2021-05-11T17:33:46.220Z] d747dcd14b5f: Verifying Checksum [2021-05-11T17:33:46.220Z] d747dcd14b5f: Download complete [2021-05-11T17:33:46.490Z] 2de7ff778b66: Verifying Checksum [2021-05-11T17:33:46.490Z] 2de7ff778b66: Download complete [2021-05-11T17:33:47.078Z] 0d9ebad4ef96: Verifying Checksum [2021-05-11T17:33:47.078Z] 0d9ebad4ef96: Download complete [2021-05-11T17:33:47.343Z] ab5ef0e58194: Verifying Checksum [2021-05-11T17:33:47.343Z] ab5ef0e58194: Download complete [2021-05-11T17:33:52.702Z] ab5ef0e58194: Pull complete [2021-05-11T17:33:52.973Z] 9712f1f96733: Pull complete [2021-05-11T17:33:55.568Z] 63f879dbbcfc: Pull complete [2021-05-11T17:34:03.835Z] 0d9ebad4ef96: Pull complete [2021-05-11T17:34:04.412Z] e9a5061849ea: Pull complete [2021-05-11T17:34:04.674Z] d747dcd14b5f: Pull complete [2021-05-11T17:34:07.261Z] 2de7ff778b66: Pull complete [2021-05-11T17:34:07.261Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2021-05-11T17:34:07.261Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-05-11T17:34:07.261Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2021-05-11T17:34:07.543Z] prd-centos7-docker-4c-2g-4525 does not seem to be running inside a container [2021-05-11T17:34:07.606Z] $ 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-11T17:34:11.249Z] $ docker top 793199e9e755dd0a874a12e2b18a6ccd7998c098715d9041223b2b9d062b67aa -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2021-05-11T17:34:11.398Z] provisioning config files... [2021-05-11T17:34:11.408Z] copy managed file [sigul-config] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config7756565618757198406tmp [2021-05-11T17:34:11.426Z] copy managed file [sigul-password] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config2892319886173728106tmp [2021-05-11T17:34:11.442Z] copy managed file [sigul-pki] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config8239243570625650913tmp [Pipeline] { [Pipeline] echo [2021-05-11T17:34:11.468Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-11T17:34:11.775Z] ---> sigul-configuration.sh [2021-05-11T17:34:11.775Z] gpg: directory `/root/.gnupg' created [2021-05-11T17:34:11.775Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2021-05-11T17:34:11.775Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2021-05-11T17:34:11.775Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2021-05-11T17:34:11.775Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2021-05-11T17:34:11.775Z] gpg: CAST5 encrypted data [2021-05-11T17:34:12.037Z] gpg: encrypted with 1 passphrase [2021-05-11T17:34:12.037Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2021-05-11T17:34:12.342Z] + mkdir /home/jenkins [2021-05-11T17:34:12.342Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2021-05-11T17:34:12.663Z] + 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-11T17:34:12.675Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-11T17:34:12.991Z] ---> sigul-install.sh [2021-05-11T17:34:19.821Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2021-05-11T17:34:20.421Z] + git tag --list [2021-05-11T17:34:20.421Z] 0.7.1 [2021-05-11T17:34:20.421Z] delhi-tag [2021-05-11T17:34:20.421Z] v1.0.0 [2021-05-11T17:34:20.421Z] v1.1.0 [2021-05-11T17:34:20.421Z] v1.1.1 [2021-05-11T17:34:20.421Z] v1.1.2 [2021-05-11T17:34:20.421Z] v1.2.0 [2021-05-11T17:34:20.421Z] v1.2.1 [2021-05-11T17:34:20.421Z] v1.2.2 [2021-05-11T17:34:20.421Z] v1.2.3 [2021-05-11T17:34:20.421Z] v1.3.0 [2021-05-11T17:34:20.421Z] v1.4.0 [2021-05-11T17:34:20.421Z] v2.0.0-dev.1 [2021-05-11T17:34:20.421Z] v2.0.0-dev.10 [2021-05-11T17:34:20.421Z] v2.0.0-dev.11 [2021-05-11T17:34:20.421Z] v2.0.0-dev.12 [2021-05-11T17:34:20.421Z] v2.0.0-dev.13 [2021-05-11T17:34:20.421Z] v2.0.0-dev.14 [2021-05-11T17:34:20.421Z] v2.0.0-dev.15 [2021-05-11T17:34:20.421Z] v2.0.0-dev.16 [2021-05-11T17:34:20.421Z] v2.0.0-dev.17 [2021-05-11T17:34:20.421Z] v2.0.0-dev.18 [2021-05-11T17:34:20.421Z] v2.0.0-dev.19 [2021-05-11T17:34:20.421Z] v2.0.0-dev.2 [2021-05-11T17:34:20.421Z] v2.0.0-dev.20 [2021-05-11T17:34:20.421Z] v2.0.0-dev.21 [2021-05-11T17:34:20.421Z] v2.0.0-dev.22 [2021-05-11T17:34:20.421Z] v2.0.0-dev.23 [2021-05-11T17:34:20.421Z] v2.0.0-dev.24 [2021-05-11T17:34:20.421Z] v2.0.0-dev.25 [2021-05-11T17:34:20.421Z] v2.0.0-dev.26 [2021-05-11T17:34:20.421Z] v2.0.0-dev.27 [2021-05-11T17:34:20.421Z] v2.0.0-dev.28 [2021-05-11T17:34:20.421Z] v2.0.0-dev.29 [2021-05-11T17:34:20.421Z] v2.0.0-dev.3 [2021-05-11T17:34:20.421Z] v2.0.0-dev.30 [2021-05-11T17:34:20.421Z] v2.0.0-dev.31 [2021-05-11T17:34:20.421Z] v2.0.0-dev.32 [2021-05-11T17:34:20.421Z] v2.0.0-dev.33 [2021-05-11T17:34:20.421Z] v2.0.0-dev.34 [2021-05-11T17:34:20.421Z] v2.0.0-dev.35 [2021-05-11T17:34:20.421Z] v2.0.0-dev.36 [2021-05-11T17:34:20.421Z] v2.0.0-dev.37 [2021-05-11T17:34:20.421Z] v2.0.0-dev.38 [2021-05-11T17:34:20.421Z] v2.0.0-dev.39 [2021-05-11T17:34:20.421Z] v2.0.0-dev.4 [2021-05-11T17:34:20.421Z] v2.0.0-dev.40 [2021-05-11T17:34:20.421Z] v2.0.0-dev.41 [2021-05-11T17:34:20.421Z] v2.0.0-dev.42 [2021-05-11T17:34:20.421Z] v2.0.0-dev.43 [2021-05-11T17:34:20.421Z] v2.0.0-dev.44 [2021-05-11T17:34:20.421Z] v2.0.0-dev.45 [2021-05-11T17:34:20.421Z] v2.0.0-dev.46 [2021-05-11T17:34:20.421Z] v2.0.0-dev.47 [2021-05-11T17:34:20.421Z] v2.0.0-dev.48 [2021-05-11T17:34:20.421Z] v2.0.0-dev.49 [2021-05-11T17:34:20.421Z] v2.0.0-dev.5 [2021-05-11T17:34:20.421Z] v2.0.0-dev.50 [2021-05-11T17:34:20.421Z] v2.0.0-dev.51 [2021-05-11T17:34:20.421Z] v2.0.0-dev.52 [2021-05-11T17:34:20.421Z] v2.0.0-dev.53 [2021-05-11T17:34:20.421Z] v2.0.0-dev.54 [2021-05-11T17:34:20.421Z] v2.0.0-dev.55 [2021-05-11T17:34:20.421Z] v2.0.0-dev.56 [2021-05-11T17:34:20.421Z] v2.0.0-dev.57 [2021-05-11T17:34:20.421Z] v2.0.0-dev.6 [2021-05-11T17:34:20.421Z] v2.0.0-dev.7 [2021-05-11T17:34:20.421Z] v2.0.0-dev.8 [2021-05-11T17:34:20.421Z] v2.0.0-dev.9 [Pipeline] sh [2021-05-11T17:34:20.729Z] + lftools sign git-tag v2.0.0-dev.57 [2021-05-11T17:34:22.124Z] Signing Git tag with Sigul... [2021-05-11T17:34:22.124Z] Signing v2.0.0-dev.57 [Pipeline] echo [2021-05-11T17:34:23.533Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-11T17:34:23.833Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2021-05-11T17:34:23.843Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2021-05-11T17:34:23.875Z] $ docker stop --time=1 793199e9e755dd0a874a12e2b18a6ccd7998c098715d9041223b2b9d062b67aa [2021-05-11T17:34:26.078Z] $ docker rm -f 793199e9e755dd0a874a12e2b18a6ccd7998c098715d9041223b2b9d062b67aa [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2021-05-11T17:34:26.672Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-05-11T17:34:26.672Z] . [Pipeline] withDockerContainer [2021-05-11T17:34:26.816Z] prd-centos7-docker-4c-2g-4525 does not seem to be running inside a container [2021-05-11T17:34:26.887Z] $ 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-11T17:34:27.864Z] $ docker top c2ab071910546ed180d5bfec4c99b372833ec2d4df52e1a45b423538534cedc1 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-05-11T17:34:28.112Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-05-11T17:34:28.112Z] [ssh-agent] Looking for ssh-agent implementation... [2021-05-11T17:34:28.351Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-05-11T17:34:28.355Z] $ docker exec c2ab071910546ed180d5bfec4c99b372833ec2d4df52e1a45b423538534cedc1 ssh-agent [2021-05-11T17:34:28.585Z] SSH_AUTH_SOCK=/tmp/ssh-xk2SrRbFmYDL/agent.11 [2021-05-11T17:34:28.585Z] SSH_AGENT_PID=17 [2021-05-11T17:34:28.596Z] Running ssh-add (command line suppressed) [2021-05-11T17:34:28.794Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_3051501769239525787.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_3051501769239525787.key) [2021-05-11T17:34:28.874Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-05-11T17:34:29.213Z] + git semver bump pre [2021-05-11T17:34:29.213Z] # -> Open(): unable to determine branch for HEAD [2021-05-11T17:34:29.213Z] # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git [2021-05-11T17:34:29.213Z] # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master [2021-05-11T17:34:29.213Z] # $SEMVER_REMOTE_NAME = origin [2021-05-11T17:34:29.213Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-05-11T17:34:29.213Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-05-11T17:34:29.213Z] # $SEMVER_BRANCH = master [2021-05-11T17:34:29.213Z] # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver [2021-05-11T17:34:29.213Z] 2.0.0-dev.58 [Pipeline] } [2021-05-11T17:34:29.229Z] $ docker exec --env ******** --env ******** c2ab071910546ed180d5bfec4c99b372833ec2d4df52e1a45b423538534cedc1 ssh-agent -k [2021-05-11T17:34:29.396Z] unset SSH_AUTH_SOCK; [2021-05-11T17:34:29.397Z] unset SSH_AGENT_PID; [2021-05-11T17:34:29.397Z] echo Agent pid 17 killed; [2021-05-11T17:34:29.467Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-05-11T17:34:29.808Z] + git semver [Pipeline] } [2021-05-11T17:34:29.828Z] $ docker stop --time=1 c2ab071910546ed180d5bfec4c99b372833ec2d4df52e1a45b423538534cedc1 [2021-05-11T17:34:31.520Z] $ docker rm -f c2ab071910546ed180d5bfec4c99b372833ec2d4df52e1a45b423538534cedc1 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2021-05-11T17:34:32.009Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-05-11T17:34:32.009Z] . [Pipeline] withDockerContainer [2021-05-11T17:34:32.126Z] prd-centos7-docker-4c-2g-4525 does not seem to be running inside a container [2021-05-11T17:34:32.188Z] $ 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-11T17:34:33.029Z] $ docker top 569568d8b1a25500d822cb5fecf7a243a2cf7d087259aced75fa7067df2d61a8 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-05-11T17:34:33.229Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-05-11T17:34:33.229Z] [ssh-agent] Looking for ssh-agent implementation... [2021-05-11T17:34:33.491Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-05-11T17:34:33.496Z] $ docker exec 569568d8b1a25500d822cb5fecf7a243a2cf7d087259aced75fa7067df2d61a8 ssh-agent [2021-05-11T17:34:33.709Z] SSH_AUTH_SOCK=/tmp/ssh-jIlqujXL6Jkz/agent.12 [2021-05-11T17:34:33.709Z] SSH_AGENT_PID=17 [2021-05-11T17:34:33.717Z] Running ssh-add (command line suppressed) [2021-05-11T17:34:33.896Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_5293214400575236661.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_5293214400575236661.key) [2021-05-11T17:34:33.960Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-05-11T17:34:34.267Z] + git semver push [2021-05-11T17:34:34.267Z] # -> Open(): unable to determine branch for HEAD [2021-05-11T17:34:34.267Z] # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git [2021-05-11T17:34:34.267Z] # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master [2021-05-11T17:34:34.267Z] # $SEMVER_REMOTE_NAME = origin [2021-05-11T17:34:34.267Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-05-11T17:34:34.267Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-05-11T17:34:34.267Z] # $SEMVER_BRANCH = master [2021-05-11T17:34:34.267Z] # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver [Pipeline] } [2021-05-11T17:34:39.594Z] $ docker exec --env ******** --env ******** 569568d8b1a25500d822cb5fecf7a243a2cf7d087259aced75fa7067df2d61a8 ssh-agent -k [2021-05-11T17:34:39.774Z] unset SSH_AUTH_SOCK; [2021-05-11T17:34:39.775Z] unset SSH_AGENT_PID; [2021-05-11T17:34:39.775Z] echo Agent pid 17 killed; [2021-05-11T17:34:39.839Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-05-11T17:34:40.186Z] + git semver [Pipeline] } [2021-05-11T17:34:40.205Z] $ docker stop --time=1 569568d8b1a25500d822cb5fecf7a243a2cf7d087259aced75fa7067df2d61a8 [2021-05-11T17:34:41.623Z] $ docker rm -f 569568d8b1a25500d822cb5fecf7a243a2cf7d087259aced75fa7067df2d61a8 [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-11T17:34:42.393Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-11T17:34:42.969Z] ---> package-listing.sh [2021-05-11T17:34:42.969Z] ++ facter osfamily [2021-05-11T17:34:42.969Z] ++ tr '[:upper:]' '[:lower:]' [2021-05-11T17:34:42.969Z] + OS_FAMILY=redhat [2021-05-11T17:34:42.969Z] + workspace=/w/workspace/dgexfoundry_device-sdk-go_master [2021-05-11T17:34:42.969Z] + START_PACKAGES=/tmp/packages_start.txt [2021-05-11T17:34:42.969Z] + END_PACKAGES=/tmp/packages_end.txt [2021-05-11T17:34:42.969Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-05-11T17:34:42.969Z] + PACKAGES=/tmp/packages_start.txt [2021-05-11T17:34:42.969Z] + '[' /w/workspace/dgexfoundry_device-sdk-go_master ']' [2021-05-11T17:34:42.969Z] + PACKAGES=/tmp/packages_end.txt [2021-05-11T17:34:42.969Z] + case "${OS_FAMILY}" in [2021-05-11T17:34:42.969Z] + rpm -qa [2021-05-11T17:34:42.969Z] + sort [2021-05-11T17:34:48.297Z] + '[' -f /tmp/packages_start.txt ']' [2021-05-11T17:34:48.297Z] + '[' -f /tmp/packages_end.txt ']' [2021-05-11T17:34:48.297Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-05-11T17:34:48.297Z] + '[' /w/workspace/dgexfoundry_device-sdk-go_master ']' [2021-05-11T17:34:48.297Z] + mkdir -p /w/workspace/dgexfoundry_device-sdk-go_master/archives/ [2021-05-11T17:34:48.297Z] + 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-11T17:34:48.313Z] 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-11T17:34:48.631Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-05-11T17:34:49.225Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-05-11T17:34:49.493Z] [2021-05-11T17:34:49.493Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-05-11T17:34:49.886Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-05-11T17:34:49.886Z] alpine: Pulling from edgex-lftools-log-publisher [2021-05-11T17:34:49.886Z] df20fa9351a1: Pulling fs layer [2021-05-11T17:34:49.886Z] 36b3adc4ff6f: Pulling fs layer [2021-05-11T17:34:49.886Z] 8ad3a11d3b57: Pulling fs layer [2021-05-11T17:34:49.886Z] 46f8f816bc3b: Pulling fs layer [2021-05-11T17:34:49.886Z] 93b61091891f: Pulling fs layer [2021-05-11T17:34:49.886Z] 93b9cdb0e59b: Pulling fs layer [2021-05-11T17:34:49.886Z] 5e14af77c1be: Pulling fs layer [2021-05-11T17:34:49.886Z] 01666e4c0597: Pulling fs layer [2021-05-11T17:34:49.886Z] aa168da1d23b: Pulling fs layer [2021-05-11T17:34:49.886Z] 93b9cdb0e59b: Waiting [2021-05-11T17:34:49.886Z] 46f8f816bc3b: Waiting [2021-05-11T17:34:49.886Z] 93b61091891f: Waiting [2021-05-11T17:34:49.886Z] 5e14af77c1be: Waiting [2021-05-11T17:34:49.886Z] 01666e4c0597: Waiting [2021-05-11T17:34:49.886Z] aa168da1d23b: Waiting [2021-05-11T17:34:50.155Z] 36b3adc4ff6f: Download complete [2021-05-11T17:34:50.155Z] 46f8f816bc3b: Verifying Checksum [2021-05-11T17:34:50.155Z] 46f8f816bc3b: Download complete [2021-05-11T17:34:50.155Z] df20fa9351a1: Verifying Checksum [2021-05-11T17:34:50.155Z] df20fa9351a1: Download complete [2021-05-11T17:34:50.155Z] 93b61091891f: Verifying Checksum [2021-05-11T17:34:50.155Z] 93b61091891f: Download complete [2021-05-11T17:34:50.155Z] 93b9cdb0e59b: Verifying Checksum [2021-05-11T17:34:50.155Z] 93b9cdb0e59b: Download complete [2021-05-11T17:34:50.155Z] 01666e4c0597: Verifying Checksum [2021-05-11T17:34:50.155Z] 01666e4c0597: Download complete [2021-05-11T17:34:50.155Z] 5e14af77c1be: Verifying Checksum [2021-05-11T17:34:50.155Z] 5e14af77c1be: Download complete [2021-05-11T17:34:50.762Z] df20fa9351a1: Pull complete [2021-05-11T17:34:50.763Z] 8ad3a11d3b57: Verifying Checksum [2021-05-11T17:34:50.763Z] 8ad3a11d3b57: Download complete [2021-05-11T17:34:51.028Z] 36b3adc4ff6f: Pull complete [2021-05-11T17:34:53.048Z] 8ad3a11d3b57: Pull complete [2021-05-11T17:34:53.048Z] 46f8f816bc3b: Pull complete [2021-05-11T17:34:53.686Z] 93b61091891f: Pull complete [2021-05-11T17:34:53.686Z] 93b9cdb0e59b: Pull complete [2021-05-11T17:34:53.686Z] 5e14af77c1be: Pull complete [2021-05-11T17:34:53.973Z] aa168da1d23b: Verifying Checksum [2021-05-11T17:34:53.973Z] aa168da1d23b: Download complete [2021-05-11T17:34:54.237Z] 01666e4c0597: Pull complete [2021-05-11T17:35:04.397Z] aa168da1d23b: Pull complete [2021-05-11T17:35:04.397Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-05-11T17:35:04.397Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-05-11T17:35:04.397Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-05-11T17:35:04.691Z] prd-centos7-docker-4c-2g-4525 does not seem to be running inside a container [2021-05-11T17:35:04.787Z] $ 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-11T17:35:07.954Z] $ docker top 129177ad110723de8b462ea2139d2b827bb3d58dcead48f975d7fc1a01837d5f -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-11T17:35:08.455Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-05-11T17:35:08.794Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-05-11T17:35:09.109Z] + ls /var/log/sa-host [2021-05-11T17:35:09.109Z] + sadf -c /var/log/sa-host/sa11 [2021-05-11T17:35:09.109Z] file_magic: OK [2021-05-11T17:35:09.109Z] HZ: Using current value: 100 [2021-05-11T17:35:09.109Z] file_header: OK [2021-05-11T17:35:09.109Z] 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-11T17:35:09.109Z] Statistics: [2021-05-11T17:35:09.109Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-05-11T17:35:09.109Z] File successfully converted to sysstat format version 12.2.1 [2021-05-11T17:35:09.109Z] + sadf -c /var/log/sa-host/sa23 [2021-05-11T17:35:09.109Z] file_magic: OK [2021-05-11T17:35:09.109Z] HZ: Using current value: 100 [2021-05-11T17:35:09.109Z] file_header: OK [2021-05-11T17:35:09.109Z] 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-11T17:35:09.109Z] Statistics: [2021-05-11T17:35:09.109Z] Hnuu...uuuununununu... [2021-05-11T17:35:09.109Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-05-11T17:35:09.276Z] provisioning config files... [2021-05-11T17:35:09.296Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config1081070761514121029tmp [Pipeline] { [Pipeline] echo [2021-05-11T17:35:09.328Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-11T17:35:09.653Z] ---> create-netrc.sh [Pipeline] } [2021-05-11T17:35:09.668Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-05-11T17:35:09.696Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-11T17:35:10.028Z] ---> python-tools-install.sh [Pipeline] echo [2021-05-11T17:35:10.041Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-11T17:35:10.342Z] ---> sudo-logs.sh [2021-05-11T17:35:10.342Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-05-11T17:35:10.369Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-11T17:35:10.668Z] ---> job-cost.sh [2021-05-11T17:35:10.668Z] lf-activate-venv: SKIPPING [2021-05-11T17:35:10.668Z] DEBUG: total: 0.20999999344348907 [2021-05-11T17:35:10.668Z] INFO: Retrieving Stack Cost... [2021-05-11T17:35:12.068Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-05-11T17:35:12.340Z] INFO: Archiving Costs [Pipeline] echo [2021-05-11T17:35:12.359Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-11T17:35:12.674Z] ---> logs-deploy.sh [2021-05-11T17:35:12.674Z] lf-activate-venv: SKIPPING [2021-05-11T17:35:12.674Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/master/162 [2021-05-11T17:35:12.674Z] INFO: archiving workspace using pattern(s): [2021-05-11T17:35:14.611Z] Archives upload complete. [2021-05-11T17:35:14.880Z] INFO: archiving logs to Nexus