Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 4d2675d668c2f9064e370a810b18e5856622130c Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 57ded3389ef25720063a8030e5c426a6b7ea5b20 # timeout=10 Commit message: "Merge pull request #323 from siggiskulason/update-snap-build" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 46d8313d362d7075c0f562900eedc504c24ea18a using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:device-sdk-go, dockerImageName:docker-device-sdk-simple, dockerFilePath:example/cmd/device-simple/Dockerfile, pushImage:false, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2]] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: device-sdk-go-settings PROJECT: device-sdk-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_PATH: example/cmd/device-simple/Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-device-sdk-simple DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: false BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task ‘prd-centos7-blackbox-4c-2g-542’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-centos7-builder-2c-1g-957’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-centos7-builder-2c-1g-958’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-centos7-docker-4c-2g-966’ is offline; ‘prd-centos7-docker-4c-2g-972’ is offline; ‘prd-centos7-docker-4c-2g-981’ is offline; ‘prd-ubuntu18.04-docker-8c-8g-949’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-974’ doesn’t have label ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-984 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 4d2675d668c2f9064e370a810b18e5856622130c (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 4d2675d668c2f9064e370a810b18e5856622130c # timeout=10 Commit message: "Merge pull request #886 from soda480/US149" > git rev-list --no-walk 8659f99871c0873da8324f2f6a625b509cb242d1 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-04-19T21:52:12.674Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-04-19T21:52:12.756Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-04-19T21:52:12.783Z] ========================================================= [2021-04-19T21:52:12.783Z] EdgeX Global Pipelines Version Info [2021-04-19T21:52:12.783Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-04-19T21:52:14.299Z] ------------------- [2021-04-19T21:52:14.299Z] stable info: [2021-04-19T21:52:14.299Z] ------------------- [2021-04-19T21:52:14.299Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-04-19T21:52:14.299Z] Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 [2021-04-19T21:52:14.299Z] Message: update stable to v1.0.186 [2021-04-19T21:52:15.245Z] ------------------- [2021-04-19T21:52:15.245Z] experimental info: [2021-04-19T21:52:15.245Z] ------------------- [2021-04-19T21:52:15.245Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-04-19T21:52:15.245Z] Commit SHA: cb91434416315492d6e8e8a157e47fc41dd13198 [2021-04-19T21:52:15.245Z] Message: update experimental to v1.0.189 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-04-19T21:52:15.360Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-go-settings [Pipeline] echo [2021-04-19T21:52:15.384Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-go [Pipeline] echo [2021-04-19T21:52:15.408Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-04-19T21:52:15.432Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-04-19T21:52:15.457Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-04-19T21:52:15.481Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-04-19T21:52:15.505Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-04-19T21:52:15.530Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-04-19T21:52:15.572Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = example/cmd/device-simple/Dockerfile [Pipeline] echo [2021-04-19T21:52:15.597Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-04-19T21:52:15.620Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-04-19T21:52:15.644Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-sdk-simple [Pipeline] echo [2021-04-19T21:52:15.670Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-04-19T21:52:15.694Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-04-19T21:52:15.717Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-04-19T21:52:15.741Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2021-04-19T21:52:15.764Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2021-04-19T21:52:15.789Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2021-04-19T21:52:15.831Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-04-19T21:52:15.857Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2021-04-19T21:52:15.879Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-04-19T21:52:15.900Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-04-19T21:52:15.921Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2021-04-19T21:52:15.993Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2021-04-19T21:52:16.017Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2021-04-19T21:52:16.040Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-04-19T21:52:16.066Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2021-04-19T21:52:16.089Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2021-04-19T21:52:16.130Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2021-04-19T21:52:16.153Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 4d2675d668c2f9064e370a810b18e5856622130c [Pipeline] echo [2021-04-19T21:52:16.175Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 4d2675d [Pipeline] echo [2021-04-19T21:52:16.198Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-04-19T21:52:16.278Z] provisioning config files... [2021-04-19T21:52:16.304Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config2995593566096033568tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-19T21:52:16.621Z] ---> docker-login.sh [2021-04-19T21:52:16.622Z] nexus3.edgexfoundry.org:10001 [2021-04-19T21:52:16.884Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-19T21:52:16.884Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-19T21:52:16.884Z] Configure a credential helper to remove this warning. See [2021-04-19T21:52:16.884Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-19T21:52:16.884Z] [2021-04-19T21:52:16.884Z] Login Succeeded [2021-04-19T21:52:16.884Z] nexus3.edgexfoundry.org:10002 [2021-04-19T21:52:17.151Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-19T21:52:17.151Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-19T21:52:17.151Z] Configure a credential helper to remove this warning. See [2021-04-19T21:52:17.151Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-19T21:52:17.151Z] [2021-04-19T21:52:17.151Z] Login Succeeded [2021-04-19T21:52:17.151Z] nexus3.edgexfoundry.org:10003 [2021-04-19T21:52:17.412Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-19T21:52:17.413Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-19T21:52:17.413Z] Configure a credential helper to remove this warning. See [2021-04-19T21:52:17.413Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-19T21:52:17.413Z] [2021-04-19T21:52:17.413Z] Login Succeeded [2021-04-19T21:52:17.413Z] nexus3.edgexfoundry.org:10004 [2021-04-19T21:52:17.413Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-19T21:52:17.676Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-19T21:52:17.676Z] Configure a credential helper to remove this warning. See [2021-04-19T21:52:17.676Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-19T21:52:17.676Z] [2021-04-19T21:52:17.676Z] Login Succeeded [2021-04-19T21:52:17.676Z] docker.io [2021-04-19T21:52:17.676Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-19T21:52:17.939Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-19T21:52:17.939Z] Configure a credential helper to remove this warning. See [2021-04-19T21:52:17.939Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-19T21:52:17.939Z] [2021-04-19T21:52:17.939Z] Login Succeeded [2021-04-19T21:52:17.939Z] ---> docker-login.sh ends [Pipeline] } [2021-04-19T21:52:17.949Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-04-19T21:52:18.401Z] + git log --format=format:%s -1 4d2675d668c2f9064e370a810b18e5856622130c [Pipeline] echo [2021-04-19T21:52:18.484Z] GIT_COMMIT: 4d2675d668c2f9064e370a810b18e5856622130c, Commit Message: Merge pull request #886 from soda480/US149 [Pipeline] echo [2021-04-19T21:52:18.497Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2021-04-19T21:52:19.623Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-19T21:52:19.623Z] [2021-04-19T21:52:19.623Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-04-19T21:52:19.969Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-19T21:52:19.970Z] latest: Pulling from edgex-devops/git-semver [2021-04-19T21:52:19.970Z] 31603596830f: Pulling fs layer [2021-04-19T21:52:19.970Z] 2a8b12db71e7: Pulling fs layer [2021-04-19T21:52:19.970Z] 6ca5941a6612: Pulling fs layer [2021-04-19T21:52:19.970Z] ecc8261a40a4: Pulling fs layer [2021-04-19T21:52:19.970Z] ecc8261a40a4: Waiting [2021-04-19T21:52:19.970Z] 2a8b12db71e7: Verifying Checksum [2021-04-19T21:52:19.970Z] 2a8b12db71e7: Download complete [2021-04-19T21:52:19.970Z] 31603596830f: Verifying Checksum [2021-04-19T21:52:19.970Z] 31603596830f: Download complete [2021-04-19T21:52:20.238Z] ecc8261a40a4: Verifying Checksum [2021-04-19T21:52:20.238Z] ecc8261a40a4: Download complete [2021-04-19T21:52:20.238Z] 6ca5941a6612: Verifying Checksum [2021-04-19T21:52:20.238Z] 6ca5941a6612: Download complete [2021-04-19T21:52:20.502Z] 31603596830f: Pull complete [2021-04-19T21:52:20.502Z] 2a8b12db71e7: Pull complete [2021-04-19T21:52:21.450Z] 6ca5941a6612: Pull complete [2021-04-19T21:52:21.712Z] ecc8261a40a4: Pull complete [2021-04-19T21:52:21.712Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-04-19T21:52:21.712Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-19T21:52:21.712Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-04-19T21:52:21.812Z] prd-centos7-docker-4c-2g-984 does not seem to be running inside a container [2021-04-19T21:52:21.857Z] $ 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-04-19T21:52:23.803Z] $ docker top c058927500a52e755d82f3dddb693ec91cdc2e4cbf5ecf7bfeca24c335ed1aac -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-04-19T21:52:23.950Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-19T21:52:23.950Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-19T21:52:24.158Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-19T21:52:24.161Z] $ docker exec c058927500a52e755d82f3dddb693ec91cdc2e4cbf5ecf7bfeca24c335ed1aac ssh-agent [2021-04-19T21:52:24.324Z] SSH_AUTH_SOCK=/tmp/ssh-TsANzso2kqet/agent.12 [2021-04-19T21:52:24.324Z] SSH_AGENT_PID=17 [2021-04-19T21:52:24.333Z] Running ssh-add (command line suppressed) [2021-04-19T21:52:24.452Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_959491722828527489.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_959491722828527489.key) [2021-04-19T21:52:24.499Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-19T21:52:24.803Z] + git tag --points-at HEAD [Pipeline] } [2021-04-19T21:52:24.822Z] $ docker exec --env ******** --env ******** c058927500a52e755d82f3dddb693ec91cdc2e4cbf5ecf7bfeca24c335ed1aac ssh-agent -k [2021-04-19T21:52:24.934Z] unset SSH_AUTH_SOCK; [2021-04-19T21:52:24.934Z] unset SSH_AGENT_PID; [2021-04-19T21:52:24.934Z] echo Agent pid 17 killed; [2021-04-19T21:52:24.979Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-04-19T21:52:25.030Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-19T21:52:25.030Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-19T21:52:25.191Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-19T21:52:25.194Z] $ docker exec c058927500a52e755d82f3dddb693ec91cdc2e4cbf5ecf7bfeca24c335ed1aac ssh-agent [2021-04-19T21:52:25.348Z] SSH_AUTH_SOCK=/tmp/ssh-QJ1TFH0L2BrS/agent.45 [2021-04-19T21:52:25.348Z] SSH_AGENT_PID=50 [2021-04-19T21:52:25.354Z] Running ssh-add (command line suppressed) [2021-04-19T21:52:25.467Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_7300225938965419817.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_7300225938965419817.key) [2021-04-19T21:52:25.516Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-19T21:52:25.817Z] + git semver init [2021-04-19T21:52:25.817Z] # -> Open(): unable to determine branch for HEAD [2021-04-19T21:52:25.817Z] # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git [2021-04-19T21:52:25.817Z] # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master [2021-04-19T21:52:25.817Z] # $SEMVER_REMOTE_NAME = origin [2021-04-19T21:52:25.817Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-04-19T21:52:25.817Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-04-19T21:52:25.817Z] # $SEMVER_BRANCH = master [2021-04-19T21:52:25.817Z] # $SEMVER_TEMP = /tmp/semver-262200570 [2021-04-19T21:52:25.817Z] # git clone --branch semver git@github.com:edgexfoundry/device-sdk-go.git $SEMVER_TEMP [2021-04-19T21:52:26.808Z] # '/tmp/semver-262200570' -> '/w/workspace/dgexfoundry_device-sdk-go_master/.semver' [2021-04-19T21:52:26.808Z] # -> Force: false [2021-04-19T21:52:26.808Z] # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver [Pipeline] } [2021-04-19T21:52:26.822Z] $ docker exec --env ******** --env ******** c058927500a52e755d82f3dddb693ec91cdc2e4cbf5ecf7bfeca24c335ed1aac ssh-agent -k [2021-04-19T21:52:26.934Z] unset SSH_AUTH_SOCK; [2021-04-19T21:52:26.934Z] unset SSH_AGENT_PID; [2021-04-19T21:52:26.934Z] echo Agent pid 50 killed; [2021-04-19T21:52:26.978Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-04-19T21:52:27.320Z] + git semver [Pipeline] } [2021-04-19T21:52:27.342Z] $ docker stop --time=1 c058927500a52e755d82f3dddb693ec91cdc2e4cbf5ecf7bfeca24c335ed1aac [2021-04-19T21:52:29.316Z] $ docker rm -f c058927500a52e755d82f3dddb693ec91cdc2e4cbf5ecf7bfeca24c335ed1aac [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-19T21:52:29.706Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-04-19T21:52:30.012Z] Stashed 1 file(s) [Pipeline] echo [2021-04-19T21:52:30.015Z] [edgeXSemver]: initialized semver on version 2.0.0-dev.46 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] node [2021-04-19T21:52:45.183Z] Still waiting to schedule task [2021-04-19T21:52:45.183Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2021-04-19T21:52:45.186Z] Still waiting to schedule task [2021-04-19T21:52:45.186Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2021-04-19T21:54:07.301Z] Running on prd-centos7-docker-4c-2g-990 in /w/workspace/dgexfoundry_device-sdk-go_master [Pipeline] { [Pipeline] ws [2021-04-19T21:54:07.319Z] Running in /w/workspace/device-sdk-go/151 [Pipeline] { [Pipeline] checkout [2021-04-19T21:54:09.951Z] using credential edgex-jenkins-ssh [2021-04-19T21:54:09.963Z] Cloning the remote Git repository [2021-04-19T21:54:09.741Z] Cloning repository git@github.com:edgexfoundry/device-sdk-go.git [2021-04-19T21:54:09.816Z] > git init /w/workspace/device-sdk-go/151 # timeout=10 [2021-04-19T21:54:09.890Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2021-04-19T21:54:09.891Z] > git --version # timeout=10 [2021-04-19T21:54:09.898Z] > git --version # 'git version 2.24.3' [2021-04-19T21:54:09.899Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-19T21:54:09.927Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-19T21:54:11.434Z] Checking out Revision 4d2675d668c2f9064e370a810b18e5856622130c (master) [2021-04-19T21:54:10.787Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2021-04-19T21:54:10.797Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-19T21:54:10.812Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2021-04-19T21:54:10.826Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2021-04-19T21:54:10.827Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-19T21:54:10.832Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-04-19T21:54:11.316Z] > git config core.sparsecheckout # timeout=10 [2021-04-19T21:54:11.320Z] > git checkout -f 4d2675d668c2f9064e370a810b18e5856622130c # timeout=10 [2021-04-19T21:54:15.013Z] Commit message: "Merge pull request #886 from soda480/US149" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-04-19T21:54:16.083Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-04-19T21:54:16.411Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-04-19T21:54:16.710Z] + true [2021-04-19T21:54:16.710Z] + sudo service docker restart [2021-04-19T21:54:16.710Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-04-19T21:54:17.694Z] provisioning config files... [2021-04-19T21:54:17.725Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/151@tmp/config2407359670388389712tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-19T21:54:18.044Z] ---> docker-login.sh [2021-04-19T21:54:18.044Z] nexus3.edgexfoundry.org:10001 [2021-04-19T21:54:18.309Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-19T21:54:18.309Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-19T21:54:18.309Z] Configure a credential helper to remove this warning. See [2021-04-19T21:54:18.309Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-19T21:54:18.309Z] [2021-04-19T21:54:18.309Z] Login Succeeded [2021-04-19T21:54:18.309Z] nexus3.edgexfoundry.org:10002 [2021-04-19T21:54:18.570Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-19T21:54:18.570Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-19T21:54:18.570Z] Configure a credential helper to remove this warning. See [2021-04-19T21:54:18.570Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-19T21:54:18.570Z] [2021-04-19T21:54:18.570Z] Login Succeeded [2021-04-19T21:54:18.570Z] nexus3.edgexfoundry.org:10003 [2021-04-19T21:54:18.570Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-19T21:54:18.832Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-19T21:54:18.832Z] Configure a credential helper to remove this warning. See [2021-04-19T21:54:18.832Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-19T21:54:18.832Z] [2021-04-19T21:54:18.832Z] Login Succeeded [2021-04-19T21:54:18.832Z] nexus3.edgexfoundry.org:10004 [2021-04-19T21:54:18.832Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-19T21:54:18.832Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-19T21:54:18.832Z] Configure a credential helper to remove this warning. See [2021-04-19T21:54:18.832Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-19T21:54:18.832Z] [2021-04-19T21:54:18.832Z] Login Succeeded [2021-04-19T21:54:18.832Z] docker.io [2021-04-19T21:54:19.094Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-19T21:54:19.356Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-19T21:54:19.356Z] Configure a credential helper to remove this warning. See [2021-04-19T21:54:19.356Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-19T21:54:19.356Z] [2021-04-19T21:54:19.356Z] Login Succeeded [2021-04-19T21:54:19.356Z] ---> docker-login.sh ends [Pipeline] } [2021-04-19T21:54:19.370Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-04-19T21:54:19.553Z] ========================================================= [2021-04-19T21:54:19.553Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-04-19T21:54:19.553Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-04-19T21:54:19.864Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . [2021-04-19T21:54:19.864Z] Sending build context to Docker daemon 2.441MB [2021-04-19T21:54:19.864Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-04-19T21:54:19.864Z] Step 2/8 : FROM ${BASE} [2021-04-19T21:54:20.127Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-04-19T21:54:20.127Z] 188c0c94c7c5: Pulling fs layer [2021-04-19T21:54:20.127Z] 0ef7d3d256c8: Pulling fs layer [2021-04-19T21:54:20.127Z] de9db76c5a1d: Pulling fs layer [2021-04-19T21:54:20.127Z] bca2f99d35d6: Pulling fs layer [2021-04-19T21:54:20.127Z] 93359f2a8cfa: Pulling fs layer [2021-04-19T21:54:20.127Z] 7c6f9722023f: Pulling fs layer [2021-04-19T21:54:20.127Z] a35cf1a2eb13: Pulling fs layer [2021-04-19T21:54:20.127Z] 93359f2a8cfa: Waiting [2021-04-19T21:54:20.127Z] 7c6f9722023f: Waiting [2021-04-19T21:54:20.127Z] a35cf1a2eb13: Waiting [2021-04-19T21:54:20.127Z] bca2f99d35d6: Waiting [2021-04-19T21:54:20.127Z] de9db76c5a1d: Verifying Checksum [2021-04-19T21:54:20.127Z] 0ef7d3d256c8: Verifying Checksum [2021-04-19T21:54:20.127Z] 0ef7d3d256c8: Download complete [2021-04-19T21:54:20.127Z] 93359f2a8cfa: Verifying Checksum [2021-04-19T21:54:20.127Z] 93359f2a8cfa: Download complete [2021-04-19T21:54:20.127Z] 7c6f9722023f: Verifying Checksum [2021-04-19T21:54:20.127Z] 7c6f9722023f: Download complete [2021-04-19T21:54:20.127Z] 188c0c94c7c5: Download complete [2021-04-19T21:54:20.390Z] 188c0c94c7c5: Pull complete [2021-04-19T21:54:20.652Z] 0ef7d3d256c8: Pull complete [2021-04-19T21:54:20.913Z] de9db76c5a1d: Pull complete [2021-04-19T21:54:21.491Z] a35cf1a2eb13: Verifying Checksum [2021-04-19T21:54:21.491Z] a35cf1a2eb13: Download complete [2021-04-19T21:54:22.436Z] bca2f99d35d6: Verifying Checksum [2021-04-19T21:54:22.436Z] bca2f99d35d6: Download complete [2021-04-19T21:54:27.783Z] bca2f99d35d6: Pull complete [2021-04-19T21:54:27.784Z] 93359f2a8cfa: Pull complete [2021-04-19T21:54:27.784Z] 7c6f9722023f: Pull complete [2021-04-19T21:54:33.094Z] a35cf1a2eb13: Pull complete [2021-04-19T21:54:33.094Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-04-19T21:54:33.094Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-04-19T21:54:33.094Z] ---> a62c8e92a672 [2021-04-19T21:54:33.094Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-04-19T21:54:33.094Z] ---> Running in 61feecc78e2b [2021-04-19T21:54:33.094Z] Removing intermediate container 61feecc78e2b [2021-04-19T21:54:33.094Z] ---> cbd5d042e04f [2021-04-19T21:54:33.094Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-19T21:54:33.094Z] ---> Running in 112266401b3d [2021-04-19T21:54:34.058Z] Removing intermediate container 112266401b3d [2021-04-19T21:54:34.058Z] ---> 65fba108010e [2021-04-19T21:54:34.058Z] Step 5/8 : RUN apk add --update --no-cache make git gcc libc-dev libsodium-dev zeromq-dev [2021-04-19T21:54:34.058Z] ---> Running in f93723c8e217 [2021-04-19T21:54:34.638Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-19T21:54:35.218Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-19T21:54:35.792Z] (1/6) Installing libc-dev (0.7.2-r3) [2021-04-19T21:54:35.792Z] (2/6) Installing libsodium (1.0.18-r0) [2021-04-19T21:54:36.054Z] (3/6) Installing pkgconf (1.7.2-r0) [2021-04-19T21:54:36.054Z] (4/6) Installing libsodium-dev (1.0.18-r0) [2021-04-19T21:54:36.054Z] (5/6) Installing libzmq (4.3.3-r0) [2021-04-19T21:54:36.316Z] (6/6) Installing zeromq-dev (4.3.3-r0) [2021-04-19T21:54:36.316Z] Executing busybox-1.31.1-r19.trigger [2021-04-19T21:54:36.316Z] OK: 167 MiB in 45 packages [2021-04-19T21:54:36.898Z] Removing intermediate container f93723c8e217 [2021-04-19T21:54:36.898Z] ---> 23362b90767d [2021-04-19T21:54:36.898Z] Step 6/8 : WORKDIR /device-sdk-go [2021-04-19T21:54:37.162Z] ---> Running in c61985ebaa85 [2021-04-19T21:54:37.162Z] Removing intermediate container c61985ebaa85 [2021-04-19T21:54:37.162Z] ---> 09d9c878ee2f [2021-04-19T21:54:37.162Z] Step 7/8 : COPY . . [2021-04-19T21:54:38.555Z] ---> 830d6adfe6d6 [2021-04-19T21:54:38.555Z] Step 8/8 : RUN go mod download [2021-04-19T21:54:38.555Z] ---> Running in c24d4bedc9df [2021-04-19T21:55:00.565Z] Removing intermediate container c24d4bedc9df [2021-04-19T21:55:00.565Z] ---> 433ceb73c67b [2021-04-19T21:55:00.565Z] Successfully built 433ceb73c67b [2021-04-19T21:55:00.565Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-04-19T21:55:00.889Z] + docker inspect -f . ci-base-image-x86_64 [2021-04-19T21:55:00.889Z] . [Pipeline] withDockerContainer [2021-04-19T21:55:01.007Z] prd-centos7-docker-4c-2g-990 does not seem to be running inside a container [2021-04-19T21:55:01.058Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/151 -v /w/workspace/device-sdk-go/151:/w/workspace/device-sdk-go/151:rw,z -v /w/workspace/device-sdk-go/151@tmp:/w/workspace/device-sdk-go/151@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-04-19T21:55:01.807Z] $ docker top c91ba37071cc632050364e9f54ddf232ae0e6f367e49f813f3d06d7bfd3e939a -eo pid,comm [2021-04-19T21:55:01.958Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-991 in /w/workspace/dgexfoundry_device-sdk-go_master [Pipeline] { [Pipeline] { [Pipeline] sh [Pipeline] ws [2021-04-19T21:55:02.385Z] Running in /w/workspace/device-sdk-go/151 [Pipeline] { [Pipeline] checkout [2021-04-19T21:55:02.640Z] + go version [2021-04-19T21:55:02.641Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-04-19T21:55:02.713Z] $ docker stop --time=1 c91ba37071cc632050364e9f54ddf232ae0e6f367e49f813f3d06d7bfd3e939a [2021-04-19T21:55:04.045Z] $ docker rm -f c91ba37071cc632050364e9f54ddf232ae0e6f367e49f813f3d06d7bfd3e939a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-19T21:55:04.546Z] + docker inspect -f . ci-base-image-x86_64 [2021-04-19T21:55:04.546Z] . [Pipeline] withDockerContainer [2021-04-19T21:55:04.641Z] prd-centos7-docker-4c-2g-990 does not seem to be running inside a container [2021-04-19T21:55:04.686Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/151 -v /w/workspace/device-sdk-go/151:/w/workspace/device-sdk-go/151:rw,z -v /w/workspace/device-sdk-go/151@tmp:/w/workspace/device-sdk-go/151@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-04-19T21:55:05.307Z] $ docker top ca22f7c0e6c32b29eac5558f61206c4dd183f440ef8232479efb07eac5f0da3a -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-19T21:55:05.728Z] + make test [2021-04-19T21:55:05.728Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-04-19T21:55:08.498Z] using credential edgex-jenkins-ssh [2021-04-19T21:55:08.518Z] Cloning the remote Git repository [2021-04-19T21:55:08.581Z] Cloning repository git@github.com:edgexfoundry/device-sdk-go.git [2021-04-19T21:55:08.698Z] > git init /w/workspace/device-sdk-go/151 # timeout=10 [2021-04-19T21:55:08.794Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2021-04-19T21:55:08.795Z] > git --version # timeout=10 [2021-04-19T21:55:08.813Z] > git --version # 'git version 2.17.1' [2021-04-19T21:55:08.815Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-19T21:55:08.863Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-19T21:55:10.835Z] Checking out Revision 4d2675d668c2f9064e370a810b18e5856622130c (master) [2021-04-19T21:55:10.256Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2021-04-19T21:55:10.288Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-19T21:55:10.318Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2021-04-19T21:55:10.357Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2021-04-19T21:55:10.358Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-19T21:55:10.370Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-04-19T21:55:10.864Z] > git config core.sparsecheckout # timeout=10 [2021-04-19T21:55:10.884Z] > git checkout -f 4d2675d668c2f9064e370a810b18e5856622130c # timeout=10 [2021-04-19T21:55:13.952Z] ? github.com/edgexfoundry/device-sdk-go/v2 [no test files] [2021-04-19T21:55:15.343Z] Commit message: "Merge pull request #886 from soda480/US149" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-04-19T21:55:16.722Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-04-19T21:55:17.162Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-04-19T21:55:17.515Z] + + sudo service docker restart [2021-04-19T21:55:17.515Z] true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-04-19T21:55:20.192Z] provisioning config files... [2021-04-19T21:55:20.235Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/151@tmp/config1499579790514893893tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-19T21:55:20.622Z] ---> docker-login.sh [2021-04-19T21:55:20.623Z] nexus3.edgexfoundry.org:10001 [2021-04-19T21:55:21.223Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-19T21:55:21.835Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-19T21:55:21.835Z] Configure a credential helper to remove this warning. See [2021-04-19T21:55:21.835Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-19T21:55:21.835Z] [2021-04-19T21:55:21.835Z] Login Succeeded [2021-04-19T21:55:21.835Z] nexus3.edgexfoundry.org:10002 [2021-04-19T21:55:22.109Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-19T21:55:22.383Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-19T21:55:22.383Z] Configure a credential helper to remove this warning. See [2021-04-19T21:55:22.383Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-19T21:55:22.383Z] [2021-04-19T21:55:22.383Z] Login Succeeded [2021-04-19T21:55:22.383Z] nexus3.edgexfoundry.org:10003 [2021-04-19T21:55:22.978Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-19T21:55:22.978Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-19T21:55:22.978Z] Configure a credential helper to remove this warning. See [2021-04-19T21:55:22.978Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-19T21:55:22.978Z] [2021-04-19T21:55:22.978Z] Login Succeeded [2021-04-19T21:55:22.978Z] nexus3.edgexfoundry.org:10004 [2021-04-19T21:55:23.251Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-19T21:55:23.529Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-19T21:55:23.529Z] Configure a credential helper to remove this warning. See [2021-04-19T21:55:23.529Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-19T21:55:23.529Z] [2021-04-19T21:55:23.529Z] Login Succeeded [2021-04-19T21:55:23.529Z] docker.io [2021-04-19T21:55:24.128Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-19T21:55:24.400Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-19T21:55:24.400Z] Configure a credential helper to remove this warning. See [2021-04-19T21:55:24.400Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-19T21:55:24.400Z] [2021-04-19T21:55:24.400Z] Login Succeeded [2021-04-19T21:55:24.400Z] ---> docker-login.sh ends [Pipeline] } [2021-04-19T21:55:24.417Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-04-19T21:55:24.709Z] ========================================================= [2021-04-19T21:55:24.709Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-04-19T21:55:24.709Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-04-19T21:55:25.067Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . [2021-04-19T21:55:25.342Z] Sending build context to Docker daemon 2.451MB [2021-04-19T21:55:25.621Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-04-19T21:55:25.621Z] Step 2/8 : FROM ${BASE} [2021-04-19T21:55:25.621Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-04-19T21:55:25.621Z] 5f621e34cdf4: Pulling fs layer [2021-04-19T21:55:25.621Z] a4357932f1b6: Pulling fs layer [2021-04-19T21:55:25.621Z] 18c013af1878: Pulling fs layer [2021-04-19T21:55:25.621Z] 00ac8860ef70: Pulling fs layer [2021-04-19T21:55:25.621Z] 63d7cb157983: Pulling fs layer [2021-04-19T21:55:25.621Z] b116817d02f9: Pulling fs layer [2021-04-19T21:55:25.621Z] 745a02a5169b: Pulling fs layer [2021-04-19T21:55:25.621Z] 63d7cb157983: Waiting [2021-04-19T21:55:25.621Z] b116817d02f9: Waiting [2021-04-19T21:55:25.621Z] 00ac8860ef70: Waiting [2021-04-19T21:55:25.621Z] 745a02a5169b: Waiting [2021-04-19T21:55:25.621Z] 18c013af1878: Verifying Checksum [2021-04-19T21:55:25.621Z] 18c013af1878: Download complete [2021-04-19T21:55:25.621Z] a4357932f1b6: Verifying Checksum [2021-04-19T21:55:25.621Z] a4357932f1b6: Download complete [2021-04-19T21:55:25.621Z] 63d7cb157983: Verifying Checksum [2021-04-19T21:55:25.621Z] 63d7cb157983: Download complete [2021-04-19T21:55:25.621Z] b116817d02f9: Verifying Checksum [2021-04-19T21:55:25.621Z] b116817d02f9: Download complete [2021-04-19T21:55:25.621Z] 5f621e34cdf4: Verifying Checksum [2021-04-19T21:55:25.621Z] 5f621e34cdf4: Download complete [2021-04-19T21:55:26.225Z] 5f621e34cdf4: Pull complete [2021-04-19T21:55:26.841Z] a4357932f1b6: Pull complete [2021-04-19T21:55:27.444Z] 18c013af1878: Pull complete [2021-04-19T21:55:27.719Z] 745a02a5169b: Verifying Checksum [2021-04-19T21:55:27.719Z] 745a02a5169b: Download complete [2021-04-19T21:55:29.153Z] 00ac8860ef70: Verifying Checksum [2021-04-19T21:55:29.153Z] 00ac8860ef70: Download complete [2021-04-19T21:55:32.205Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/cmd/device-simple [no test files] [2021-04-19T21:55:32.205Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/config [no test files] [2021-04-19T21:55:32.205Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/driver [no test files] [2021-04-19T21:55:32.205Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/application [no test files] [2021-04-19T21:55:32.205Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/autodiscovery [no test files] [2021-04-19T21:55:34.785Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/autoevent 0.058s coverage: 28.1% of statements [2021-04-19T21:55:35.067Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/cache 0.071s coverage: 78.9% of statements [2021-04-19T21:55:35.645Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/clients 1.088s coverage: 7.8% of statements [2021-04-19T21:55:35.645Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/common [no test files] [2021-04-19T21:55:35.645Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/config [no test files] [2021-04-19T21:55:35.645Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/container [no test files] [2021-04-19T21:55:35.645Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http 0.078s coverage: 32.0% of statements [2021-04-19T21:55:35.645Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http/correlation [no test files] [2021-04-19T21:55:35.645Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/provision [no test files] [2021-04-19T21:55:35.645Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/telemetry [no test files] [2021-04-19T21:55:36.219Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/transformer 0.095s coverage: 57.1% of statements [2021-04-19T21:55:36.793Z] ok github.com/edgexfoundry/device-sdk-go/v2/pkg/models 1.169s coverage: 6.6% of statements [2021-04-19T21:55:36.793Z] ok github.com/edgexfoundry/device-sdk-go/v2/pkg/service 0.058s coverage: 5.0% of statements [2021-04-19T21:55:36.793Z] ? github.com/edgexfoundry/device-sdk-go/v2/pkg/startup [no test files] [2021-04-19T21:55:37.057Z] GO111MODULE=on go vet ./... [2021-04-19T21:55:39.348Z] 00ac8860ef70: Pull complete [2021-04-19T21:55:39.619Z] 63d7cb157983: Pull complete [2021-04-19T21:55:39.891Z] b116817d02f9: Pull complete [2021-04-19T21:55:43.272Z] 745a02a5169b: Pull complete [2021-04-19T21:55:43.272Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-04-19T21:55:43.272Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-04-19T21:55:43.272Z] ---> b7e6874047d6 [2021-04-19T21:55:43.272Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-04-19T21:55:46.661Z] ---> Running in 6b7d5ebc727e [2021-04-19T21:55:46.661Z] Removing intermediate container 6b7d5ebc727e [2021-04-19T21:55:46.661Z] ---> e0835cf12638 [2021-04-19T21:55:46.661Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-19T21:55:46.933Z] ---> Running in 69be8953f65b [2021-04-19T21:55:49.559Z] Removing intermediate container 69be8953f65b [2021-04-19T21:55:49.559Z] ---> d38e17ef1da0 [2021-04-19T21:55:49.559Z] Step 5/8 : RUN apk add --update --no-cache make git gcc libc-dev libsodium-dev zeromq-dev [2021-04-19T21:55:49.559Z] ---> Running in d2d6205525a4 [2021-04-19T21:55:50.541Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-19T21:55:51.142Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-19T21:55:52.098Z] gofmt -l . [2021-04-19T21:55:52.098Z] [ "`gofmt -l .`" = "" ] [2021-04-19T21:55:52.098Z] ./bin/test-attribution-txt.sh [2021-04-19T21:55:52.133Z] (1/6) Installing libc-dev (0.7.2-r3) [2021-04-19T21:55:52.133Z] (2/6) Installing libsodium (1.0.18-r0) [2021-04-19T21:55:52.133Z] (3/6) Installing pkgconf (1.7.2-r0) [2021-04-19T21:55:52.133Z] (4/6) Installing libsodium-dev (1.0.18-r0) [2021-04-19T21:55:52.362Z] ./bin/test-go-mod-tidy.sh [2021-04-19T21:55:52.409Z] (5/6) Installing libzmq (4.3.3-r0) [2021-04-19T21:55:52.409Z] (6/6) Installing zeromq-dev (4.3.3-r0) [2021-04-19T21:55:52.409Z] Executing busybox-1.31.1-r19.trigger [2021-04-19T21:55:52.409Z] OK: 144 MiB in 45 packages [Pipeline] } [2021-04-19T21:55:52.642Z] $ docker stop --time=1 ca22f7c0e6c32b29eac5558f61206c4dd183f440ef8232479efb07eac5f0da3a [2021-04-19T21:55:53.853Z] Removing intermediate container d2d6205525a4 [2021-04-19T21:55:53.853Z] ---> 76cc98495ad9 [2021-04-19T21:55:53.853Z] Step 6/8 : WORKDIR /device-sdk-go [2021-04-19T21:55:54.129Z] ---> Running in 81ea23d190a1 [2021-04-19T21:55:54.338Z] $ docker rm -f ca22f7c0e6c32b29eac5558f61206c4dd183f440ef8232479efb07eac5f0da3a [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-19T21:55:54.727Z] Removing intermediate container 81ea23d190a1 [2021-04-19T21:55:54.728Z] ---> 859c85d10777 [2021-04-19T21:55:54.728Z] Step 7/8 : COPY . . [2021-04-19T21:55:54.929Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-04-19T21:55:55.554Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [2021-04-19T21:55:55.710Z] ---> 578aab691f75 [2021-04-19T21:55:55.710Z] Step 8/8 : RUN go mod download [2021-04-19T21:55:55.992Z] ---> Running in b1c0d78392f1 [Pipeline] sh [2021-04-19T21:55:56.510Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-04-19T21:55:56.828Z] + ls -al . [2021-04-19T21:55:56.828Z] total 188 [2021-04-19T21:55:56.828Z] drwxrwxr-x. 10 jenkins jenkins 4096 Apr 19 21:55 . [2021-04-19T21:55:56.828Z] drwxrwxr-x. 4 jenkins jenkins 32 Apr 19 21:54 .. [2021-04-19T21:55:56.828Z] drwxrwxr-x. 2 jenkins jenkins 64 Apr 19 21:54 bin [2021-04-19T21:55:56.828Z] -rw-r--r--. 1 jenkins jenkins 100116 Apr 19 21:55 coverage.out [2021-04-19T21:55:56.828Z] -rw-rw-r--. 1 jenkins jenkins 987 Apr 19 21:54 Dockerfile.build [2021-04-19T21:55:56.828Z] -rw-rw-r--. 1 jenkins jenkins 140 Apr 19 21:54 .dockerignore [2021-04-19T21:55:56.828Z] drwxrwxr-x. 5 jenkins jenkins 62 Apr 19 21:54 example [2021-04-19T21:55:56.828Z] drwxrwxr-x. 8 jenkins jenkins 162 Apr 19 21:54 .git [2021-04-19T21:55:56.828Z] drwxrwxr-x. 2 jenkins jenkins 103 Apr 19 21:54 .github [2021-04-19T21:55:56.828Z] -rw-rw-r--. 1 jenkins jenkins 138 Apr 19 21:54 .gitignore [2021-04-19T21:55:56.828Z] -rw-r--r--. 1 jenkins jenkins 574 Apr 19 21:55 go.mod [2021-04-19T21:55:56.828Z] -rw-r--r--. 1 jenkins jenkins 20735 Apr 19 21:55 go.sum [2021-04-19T21:55:56.828Z] drwxrwxr-x. 14 jenkins jenkins 207 Apr 19 21:54 internal [2021-04-19T21:55:56.828Z] -rw-rw-r--. 1 jenkins jenkins 901 Apr 19 21:54 Jenkinsfile [2021-04-19T21:55:56.828Z] -rw-rw-r--. 1 jenkins jenkins 11341 Apr 19 21:54 LICENSE [2021-04-19T21:55:56.828Z] -rw-rw-r--. 1 jenkins jenkins 1022 Apr 19 21:54 Makefile [2021-04-19T21:55:56.829Z] drwxrwxr-x. 4 jenkins jenkins 26 Apr 19 21:54 openapi [2021-04-19T21:55:56.829Z] drwxrwxr-x. 5 jenkins jenkins 50 Apr 19 21:54 pkg [2021-04-19T21:55:56.829Z] -rw-rw-r--. 1 jenkins jenkins 7652 Apr 19 21:54 README.md [2021-04-19T21:55:56.829Z] -rw-rw-r--. 1 jenkins jenkins 6616 Apr 19 21:54 RELEASE-NOTES.txt [2021-04-19T21:55:56.829Z] drwxrwxr-x. 4 jenkins jenkins 54 Apr 19 21:54 snap [2021-04-19T21:55:56.829Z] -rw-rw-r--. 1 jenkins jenkins 12 Apr 19 21:52 VERSION [2021-04-19T21:55:56.829Z] -rw-rw-r--. 1 jenkins jenkins 222 Apr 19 21:54 version.go [Pipeline] isUnix [Pipeline] sh [2021-04-19T21:55:57.144Z] + docker build -t docker-device-sdk-simple -f example/cmd/device-simple/Dockerfile --build-arg BASE=ci-base-image-x86_64 --build-arg 'MAKE=make build' --build-arg ARCH=amd64 --label git_sha=4d2675d668c2f9064e370a810b18e5856622130c --label arch=amd64 --label version=2.0.0-dev.46 . [2021-04-19T21:55:57.407Z] Sending build context to Docker daemon 2.542MB [2021-04-19T21:55:57.407Z] Step 1/23 : ARG BASE=golang:1.15-alpine3.12 [2021-04-19T21:55:57.407Z] Step 2/23 : FROM ${BASE} AS builder [2021-04-19T21:55:57.407Z] ---> 433ceb73c67b [2021-04-19T21:55:57.407Z] Step 3/23 : WORKDIR /device-sdk-go [2021-04-19T21:55:57.983Z] ---> Running in 6e1e243063a1 [2021-04-19T21:55:57.983Z] Removing intermediate container 6e1e243063a1 [2021-04-19T21:55:57.983Z] ---> c1e700e37e1c [2021-04-19T21:55:57.983Z] Step 4/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-04-19T21:55:57.983Z] ---> Running in 4c788d271671 [2021-04-19T21:55:58.249Z] Removing intermediate container 4c788d271671 [2021-04-19T21:55:58.249Z] ---> a268410c6ede [2021-04-19T21:55:58.249Z] Step 5/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-19T21:55:58.249Z] ---> Running in 75b1b5ed615d [2021-04-19T21:55:59.209Z] Removing intermediate container 75b1b5ed615d [2021-04-19T21:55:59.209Z] ---> f19718ae0b65 [2021-04-19T21:55:59.209Z] Step 6/23 : RUN apk add --update --no-cache make git gcc libc-dev zeromq-dev libsodium-dev [2021-04-19T21:55:59.474Z] ---> Running in 8d91fca08ca1 [2021-04-19T21:55:59.741Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-19T21:56:00.315Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-19T21:56:00.892Z] OK: 167 MiB in 45 packages [2021-04-19T21:56:01.479Z] Removing intermediate container 8d91fca08ca1 [2021-04-19T21:56:01.479Z] ---> 04cb70f98406 [2021-04-19T21:56:01.479Z] Step 7/23 : COPY . . [2021-04-19T21:56:03.406Z] ---> 7cc92add7cc2 [2021-04-19T21:56:03.407Z] Step 8/23 : RUN go mod download [2021-04-19T21:56:03.407Z] ---> Running in b7a499db7c3e [2021-04-19T21:56:04.367Z] Removing intermediate container b7a499db7c3e [2021-04-19T21:56:04.367Z] ---> 181eb252ec5a [2021-04-19T21:56:04.367Z] Step 9/23 : RUN make build [2021-04-19T21:56:04.367Z] ---> Running in 0e5ec2397154 [2021-04-19T21:56:04.629Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-sdk-go/v2.Version=2.0.0-dev.46" -o example/cmd/device-simple/device-simple ./example/cmd/device-simple [2021-04-19T21:56:16.994Z] CGO_ENABLED=1 GO111MODULE=on go install -tags=safe [2021-04-19T21:56:17.256Z] Removing intermediate container 0e5ec2397154 [2021-04-19T21:56:17.256Z] ---> 3cccca216bc0 [2021-04-19T21:56:17.256Z] Step 10/23 : FROM alpine:3.12 [2021-04-19T21:56:17.518Z] 3.12: Pulling from library/alpine [2021-04-19T21:56:17.780Z] 339de151aab4: Pulling fs layer [2021-04-19T21:56:17.780Z] 339de151aab4: Verifying Checksum [2021-04-19T21:56:17.780Z] 339de151aab4: Download complete [2021-04-19T21:56:18.042Z] 339de151aab4: Pull complete [2021-04-19T21:56:18.042Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-04-19T21:56:18.042Z] Status: Downloaded newer image for alpine:3.12 [2021-04-19T21:56:18.042Z] ---> 13621d1b12d4 [2021-04-19T21:56:18.042Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-04-19T21:56:18.309Z] ---> Running in 50ac4f386bba [2021-04-19T21:56:18.309Z] Removing intermediate container 50ac4f386bba [2021-04-19T21:56:18.309Z] ---> 84aa9d79cc05 [2021-04-19T21:56:18.309Z] Step 12/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-19T21:56:18.309Z] ---> Running in 59e3841144d0 [2021-04-19T21:56:19.256Z] Removing intermediate container 59e3841144d0 [2021-04-19T21:56:19.256Z] ---> 797ed6e727e0 [2021-04-19T21:56:19.256Z] Step 13/23 : RUN apk add --update --no-cache zeromq [2021-04-19T21:56:19.517Z] ---> Running in 29e19dc3a066 [2021-04-19T21:56:19.781Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-19T21:56:20.358Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-19T21:56:21.308Z] (1/5) Installing libgcc (9.3.0-r2) [2021-04-19T21:56:21.571Z] (2/5) Installing libsodium (1.0.18-r0) [2021-04-19T21:56:21.571Z] (3/5) Installing libstdc++ (9.3.0-r2) [2021-04-19T21:56:22.146Z] (4/5) Installing libzmq (4.3.3-r0) [2021-04-19T21:56:22.408Z] (5/5) Installing zeromq (4.3.3-r0) [2021-04-19T21:56:22.408Z] Executing busybox-1.31.1-r20.trigger [2021-04-19T21:56:22.408Z] OK: 8 MiB in 19 packages [2021-04-19T21:56:22.877Z] Removing intermediate container b1c0d78392f1 [2021-04-19T21:56:22.877Z] ---> f4bc944eeb23 [2021-04-19T21:56:22.877Z] Successfully built f4bc944eeb23 [2021-04-19T21:56:22.877Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-04-19T21:56:22.984Z] Removing intermediate container 29e19dc3a066 [2021-04-19T21:56:22.984Z] ---> b923a6bc399c [2021-04-19T21:56:22.984Z] Step 14/23 : WORKDIR / [2021-04-19T21:56:22.984Z] ---> Running in c23a5f30c788 [2021-04-19T21:56:23.215Z] + docker inspect -f . ci-base-image-arm64 [2021-04-19T21:56:23.215Z] . [Pipeline] withDockerContainer [2021-04-19T21:56:23.247Z] Removing intermediate container c23a5f30c788 [2021-04-19T21:56:23.247Z] ---> 323a07a7946f [2021-04-19T21:56:23.247Z] Step 15/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/Attribution.txt /Attribution.txt [2021-04-19T21:56:23.452Z] prd-ubuntu18.04-docker-arm64-4c-16g-991 does not seem to be running inside a container [2021-04-19T21:56:23.510Z] ---> 682b87965121 [2021-04-19T21:56:23.510Z] Step 16/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /device-simple [2021-04-19T21:56:23.536Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/151 -v /w/workspace/device-sdk-go/151:/w/workspace/device-sdk-go/151:rw,z -v /w/workspace/device-sdk-go/151@tmp:/w/workspace/device-sdk-go/151@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-04-19T21:56:24.083Z] ---> e3a2ef597d75 [2021-04-19T21:56:24.083Z] Step 17/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/ /res [2021-04-19T21:56:24.346Z] ---> 055c7bf9d562 [2021-04-19T21:56:24.346Z] Step 18/23 : EXPOSE 49990 [2021-04-19T21:56:24.346Z] ---> Running in b739f97c5a95 [2021-04-19T21:56:24.608Z] Removing intermediate container b739f97c5a95 [2021-04-19T21:56:24.608Z] ---> 23fc5217e54e [2021-04-19T21:56:24.608Z] Step 19/23 : ENTRYPOINT ["/device-simple"] [2021-04-19T21:56:24.608Z] ---> Running in a829767c1392 [2021-04-19T21:56:24.608Z] Removing intermediate container a829767c1392 [2021-04-19T21:56:24.608Z] ---> 5bb9d1cf9488 [2021-04-19T21:56:24.608Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-19T21:56:24.873Z] ---> Running in 5731e530c23a [2021-04-19T21:56:24.873Z] Removing intermediate container 5731e530c23a [2021-04-19T21:56:24.873Z] ---> 7479fe68f62d [2021-04-19T21:56:24.873Z] Step 21/23 : LABEL arch=amd64 [2021-04-19T21:56:24.873Z] ---> Running in 3de8923dd6a1 [2021-04-19T21:56:24.892Z] $ docker top 277b9bef79c8f437779e2e3bcc244145c11464b419dbc65ba6087e079a065eff -eo pid,comm [2021-04-19T21:56:25.136Z] Removing intermediate container 3de8923dd6a1 [2021-04-19T21:56:25.136Z] ---> 77ff48bb5b22 [2021-04-19T21:56:25.136Z] Step 22/23 : LABEL git_sha=4d2675d668c2f9064e370a810b18e5856622130c [Pipeline] { [Pipeline] sh [2021-04-19T21:56:25.397Z] ---> Running in b9dc151f6278 [2021-04-19T21:56:25.397Z] Removing intermediate container b9dc151f6278 [2021-04-19T21:56:25.397Z] ---> 1d48c0f8f59c [2021-04-19T21:56:25.397Z] Step 23/23 : LABEL version=2.0.0-dev.46 [2021-04-19T21:56:25.397Z] ---> Running in eb5d3a03ef2f [2021-04-19T21:56:25.659Z] Removing intermediate container eb5d3a03ef2f [2021-04-19T21:56:25.659Z] ---> c3198426771e [2021-04-19T21:56:25.659Z] [Warning] One or more build-args [MAKE ARCH] were not consumed [2021-04-19T21:56:25.659Z] Successfully built c3198426771e [2021-04-19T21:56:25.659Z] Successfully tagged docker-device-sdk-simple:latest [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [2021-04-19T21:56:25.798Z] + go version [2021-04-19T21:56:25.798Z] go version go1.15.5 linux/arm64 [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh [Pipeline] } [2021-04-19T21:56:25.921Z] $ docker stop --time=1 277b9bef79c8f437779e2e3bcc244145c11464b419dbc65ba6087e079a065eff [2021-04-19T21:56:26.169Z] ---> job-cost.sh [2021-04-19T21:56:26.169Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-kYei [2021-04-19T21:56:28.291Z] $ docker rm -f 277b9bef79c8f437779e2e3bcc244145c11464b419dbc65ba6087e079a065eff [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-19T21:56:28.946Z] + docker inspect -f . ci-base-image-arm64 [2021-04-19T21:56:28.947Z] . [Pipeline] withDockerContainer [2021-04-19T21:56:29.197Z] prd-ubuntu18.04-docker-arm64-4c-16g-991 does not seem to be running inside a container [2021-04-19T21:56:29.283Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/151 -v /w/workspace/device-sdk-go/151:/w/workspace/device-sdk-go/151:rw,z -v /w/workspace/device-sdk-go/151@tmp:/w/workspace/device-sdk-go/151@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-04-19T21:56:30.654Z] $ docker top c3ec09e510648e737e2ab5cb981fc2b08b453a60778ea729911761da0052a4ae -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-19T21:56:31.622Z] + make test [2021-04-19T21:56:31.622Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-04-19T21:56:41.100Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-04-19T21:56:53.800Z] ? github.com/edgexfoundry/device-sdk-go/v2 [no test files] [2021-04-19T21:57:07.720Z] lf-activate-venv(): INFO: Adding /tmp/venv-kYei/bin to PATH [2021-04-19T21:57:07.720Z] INFO: No Stack... [2021-04-19T21:57:07.982Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-04-19T21:57:08.554Z] INFO: Archiving Costs [Pipeline] sh [2021-04-19T21:57:08.859Z] + cat /w/workspace/device-sdk-go/151/archives/cost.csv [2021-04-19T21:57:08.859Z] + cut -d, -f6 [Pipeline] lock [2021-04-19T21:57:08.944Z] Trying to acquire lock on [jenkins-edgexfoundry-device-sdk-go-master-151-stack-cost] [2021-04-19T21:57:08.951Z] Resource [jenkins-edgexfoundry-device-sdk-go-master-151-stack-cost] did not exist. Created. [2021-04-19T21:57:08.951Z] Lock acquired on [jenkins-edgexfoundry-device-sdk-go-master-151-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-04-19T21:57:09.273Z] + echo total: 0.029999999329447746 [Pipeline] stash [2021-04-19T21:57:09.392Z] Stashed 1 file(s) [Pipeline] } [2021-04-19T21:57:09.405Z] Lock released on resource [jenkins-edgexfoundry-device-sdk-go-master-151-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-04-19T21:57:50.374Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/cmd/device-simple [no test files] [2021-04-19T21:57:50.374Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/config [no test files] [2021-04-19T21:57:50.374Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/driver [no test files] [2021-04-19T21:57:50.374Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/application [no test files] [2021-04-19T21:57:50.374Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/autodiscovery [no test files] [2021-04-19T21:57:55.791Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/autoevent 0.187s coverage: 28.1% of statements [2021-04-19T21:57:56.399Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/cache 0.182s coverage: 78.9% of statements [2021-04-19T21:57:56.399Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/clients 1.130s coverage: 7.8% of statements [2021-04-19T21:57:56.399Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/common [no test files] [2021-04-19T21:57:56.399Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/config [no test files] [2021-04-19T21:57:56.399Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/container [no test files] [2021-04-19T21:57:58.391Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http 0.340s coverage: 32.0% of statements [2021-04-19T21:57:58.391Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http/correlation [no test files] [2021-04-19T21:57:58.391Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/provision [no test files] [2021-04-19T21:57:58.391Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/telemetry [no test files] [2021-04-19T21:58:01.833Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/transformer 0.325s coverage: 57.1% of statements [2021-04-19T21:58:01.833Z] ok github.com/edgexfoundry/device-sdk-go/v2/pkg/models 3.107s coverage: 6.6% of statements [2021-04-19T21:58:02.820Z] ok github.com/edgexfoundry/device-sdk-go/v2/pkg/service 0.145s coverage: 5.0% of statements [2021-04-19T21:58:02.820Z] ? github.com/edgexfoundry/device-sdk-go/v2/pkg/startup [no test files] [2021-04-19T21:58:03.093Z] GO111MODULE=on go vet ./... [2021-04-19T21:58:50.128Z] gofmt -l . [2021-04-19T21:58:50.128Z] [ "`gofmt -l .`" = "" ] [2021-04-19T21:58:50.128Z] ./bin/test-attribution-txt.sh [2021-04-19T21:58:51.108Z] ./bin/test-go-mod-tidy.sh [Pipeline] } [2021-04-19T21:58:51.415Z] $ docker stop --time=1 c3ec09e510648e737e2ab5cb981fc2b08b453a60778ea729911761da0052a4ae [2021-04-19T21:58:53.818Z] $ docker rm -f c3ec09e510648e737e2ab5cb981fc2b08b453a60778ea729911761da0052a4ae [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-19T21:58:54.862Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-04-19T21:58:54.895Z] Warning: overwriting stash ‘coverage-report’ [2021-04-19T21:58:55.840Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-04-19T21:58:56.297Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-04-19T21:58:56.714Z] + ls -al . [2021-04-19T21:58:56.714Z] total 224 [2021-04-19T21:58:56.714Z] drwxrwxr-x 10 jenkins jenkins 4096 Apr 19 21:58 . [2021-04-19T21:58:56.714Z] drwxrwxr-x 4 jenkins jenkins 4096 Apr 19 21:55 .. [2021-04-19T21:58:56.714Z] -rw-rw-r-- 1 jenkins jenkins 140 Apr 19 21:55 .dockerignore [2021-04-19T21:58:56.714Z] drwxrwxr-x 8 jenkins jenkins 4096 Apr 19 21:55 .git [2021-04-19T21:58:56.714Z] drwxrwxr-x 2 jenkins jenkins 4096 Apr 19 21:55 .github [2021-04-19T21:58:56.714Z] -rw-rw-r-- 1 jenkins jenkins 138 Apr 19 21:55 .gitignore [2021-04-19T21:58:56.714Z] -rw-rw-r-- 1 jenkins jenkins 987 Apr 19 21:55 Dockerfile.build [2021-04-19T21:58:56.714Z] -rw-rw-r-- 1 jenkins jenkins 901 Apr 19 21:55 Jenkinsfile [2021-04-19T21:58:56.714Z] -rw-rw-r-- 1 jenkins jenkins 11341 Apr 19 21:55 LICENSE [2021-04-19T21:58:56.714Z] -rw-rw-r-- 1 jenkins jenkins 1022 Apr 19 21:55 Makefile [2021-04-19T21:58:56.714Z] -rw-rw-r-- 1 jenkins jenkins 7652 Apr 19 21:55 README.md [2021-04-19T21:58:56.714Z] -rw-rw-r-- 1 jenkins jenkins 6616 Apr 19 21:55 RELEASE-NOTES.txt [2021-04-19T21:58:56.714Z] -rw-rw-r-- 1 jenkins jenkins 12 Apr 19 21:52 VERSION [2021-04-19T21:58:56.714Z] drwxrwxr-x 2 jenkins jenkins 4096 Apr 19 21:55 bin [2021-04-19T21:58:56.714Z] -rw-r--r-- 1 jenkins jenkins 100116 Apr 19 21:58 coverage.out [2021-04-19T21:58:56.714Z] drwxrwxr-x 5 jenkins jenkins 4096 Apr 19 21:55 example [2021-04-19T21:58:56.714Z] -rw-r--r-- 1 jenkins jenkins 574 Apr 19 21:58 go.mod [2021-04-19T21:58:56.714Z] -rw-r--r-- 1 jenkins jenkins 20735 Apr 19 21:58 go.sum [2021-04-19T21:58:56.714Z] drwxrwxr-x 14 jenkins jenkins 4096 Apr 19 21:55 internal [2021-04-19T21:58:56.714Z] drwxrwxr-x 4 jenkins jenkins 4096 Apr 19 21:55 openapi [2021-04-19T21:58:56.714Z] drwxrwxr-x 5 jenkins jenkins 4096 Apr 19 21:55 pkg [2021-04-19T21:58:56.714Z] drwxrwxr-x 4 jenkins jenkins 4096 Apr 19 21:55 snap [2021-04-19T21:58:56.714Z] -rw-rw-r-- 1 jenkins jenkins 222 Apr 19 21:55 version.go [Pipeline] isUnix [Pipeline] sh [2021-04-19T21:58:57.180Z] + docker build -t docker-device-sdk-simple-arm64 -f example/cmd/device-simple/Dockerfile --build-arg BASE=ci-base-image-arm64 --build-arg MAKE=make build --build-arg ARCH=arm64 --label git_sha=4d2675d668c2f9064e370a810b18e5856622130c --label arch=arm64 --label version=2.0.0-dev.46 . [2021-04-19T21:58:57.466Z] Sending build context to Docker daemon 2.552MB [2021-04-19T21:58:57.750Z] Step 1/23 : ARG BASE=golang:1.15-alpine3.12 [2021-04-19T21:58:57.750Z] Step 2/23 : FROM ${BASE} AS builder [2021-04-19T21:58:57.750Z] ---> f4bc944eeb23 [2021-04-19T21:58:57.750Z] Step 3/23 : WORKDIR /device-sdk-go [2021-04-19T21:58:58.024Z] ---> Running in 558393d0ea34 [2021-04-19T21:58:58.627Z] Removing intermediate container 558393d0ea34 [2021-04-19T21:58:58.627Z] ---> fbb4ffdfff4f [2021-04-19T21:58:58.627Z] Step 4/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-04-19T21:58:58.627Z] ---> Running in cf4e5d63a3a4 [2021-04-19T21:58:59.229Z] Removing intermediate container cf4e5d63a3a4 [2021-04-19T21:58:59.229Z] ---> a565c2ca8785 [2021-04-19T21:58:59.229Z] Step 5/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-19T21:58:59.229Z] ---> Running in 5991e230a0d6 [2021-04-19T21:59:01.200Z] Removing intermediate container 5991e230a0d6 [2021-04-19T21:59:01.200Z] ---> 50b1e5673a2a [2021-04-19T21:59:01.200Z] Step 6/23 : RUN apk add --update --no-cache make git gcc libc-dev zeromq-dev libsodium-dev [2021-04-19T21:59:01.487Z] ---> Running in 15c6e81e4753 [2021-04-19T21:59:02.464Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-19T21:59:03.069Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-19T21:59:04.049Z] OK: 144 MiB in 45 packages [2021-04-19T21:59:05.033Z] Removing intermediate container 15c6e81e4753 [2021-04-19T21:59:05.033Z] ---> c2e4ebc60a95 [2021-04-19T21:59:05.033Z] Step 7/23 : COPY . . [2021-04-19T21:59:06.468Z] ---> 11b0996a2771 [2021-04-19T21:59:06.468Z] Step 8/23 : RUN go mod download [2021-04-19T21:59:06.468Z] ---> Running in 355161ae33eb [2021-04-19T21:59:09.091Z] Removing intermediate container 355161ae33eb [2021-04-19T21:59:09.091Z] ---> 118317710de3 [2021-04-19T21:59:09.091Z] Step 9/23 : RUN make build [2021-04-19T21:59:09.091Z] ---> Running in ab69a1af5683 [2021-04-19T21:59:10.078Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-sdk-go/v2.Version=2.0.0-dev.46" -o example/cmd/device-simple/device-simple ./example/cmd/device-simple [2021-04-19T21:59:49.105Z] CGO_ENABLED=1 GO111MODULE=on go install -tags=safe [2021-04-19T21:59:49.105Z] Removing intermediate container ab69a1af5683 [2021-04-19T21:59:49.105Z] ---> 96afa3668aa5 [2021-04-19T21:59:49.105Z] Step 10/23 : FROM alpine:3.12 [2021-04-19T21:59:49.105Z] 3.12: Pulling from library/alpine [2021-04-19T21:59:49.105Z] d2f70382dc9a: Pulling fs layer [2021-04-19T21:59:49.105Z] d2f70382dc9a: Verifying Checksum [2021-04-19T21:59:49.105Z] d2f70382dc9a: Pull complete [2021-04-19T21:59:49.105Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-04-19T21:59:49.105Z] Status: Downloaded newer image for alpine:3.12 [2021-04-19T21:59:49.105Z] ---> 9852663dfa18 [2021-04-19T21:59:49.105Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-04-19T21:59:49.105Z] ---> Running in 990a9c276689 [2021-04-19T21:59:49.105Z] Removing intermediate container 990a9c276689 [2021-04-19T21:59:49.105Z] ---> 15415260df09 [2021-04-19T21:59:49.105Z] Step 12/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-19T21:59:49.105Z] ---> Running in f771c53b5f6e [2021-04-19T21:59:51.073Z] Removing intermediate container f771c53b5f6e [2021-04-19T21:59:51.073Z] ---> 4ccb3165c925 [2021-04-19T21:59:51.073Z] Step 13/23 : RUN apk add --update --no-cache zeromq [2021-04-19T21:59:51.073Z] ---> Running in 3088eb6ec406 [2021-04-19T21:59:52.046Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-19T21:59:52.639Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-19T21:59:53.613Z] (1/5) Installing libgcc (9.3.0-r2) [2021-04-19T21:59:53.614Z] (2/5) Installing libsodium (1.0.18-r0) [2021-04-19T21:59:53.614Z] (3/5) Installing libstdc++ (9.3.0-r2) [2021-04-19T21:59:53.614Z] (4/5) Installing libzmq (4.3.3-r0) [2021-04-19T21:59:54.206Z] (5/5) Installing zeromq (4.3.3-r0) [2021-04-19T21:59:54.206Z] Executing busybox-1.31.1-r20.trigger [2021-04-19T21:59:54.206Z] OK: 8 MiB in 19 packages [2021-04-19T21:59:55.632Z] Removing intermediate container 3088eb6ec406 [2021-04-19T21:59:55.632Z] ---> 7ed1599aad06 [2021-04-19T21:59:55.632Z] Step 14/23 : WORKDIR / [2021-04-19T21:59:55.632Z] ---> Running in a8c16584cab9 [2021-04-19T21:59:56.223Z] Removing intermediate container a8c16584cab9 [2021-04-19T21:59:56.223Z] ---> e0c7bd20adef [2021-04-19T21:59:56.223Z] Step 15/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/Attribution.txt /Attribution.txt [2021-04-19T21:59:56.819Z] ---> 9e9a18963e27 [2021-04-19T21:59:56.819Z] Step 16/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /device-simple [2021-04-19T21:59:58.250Z] ---> 39313fbfb872 [2021-04-19T21:59:58.250Z] Step 17/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/ /res [2021-04-19T21:59:58.842Z] ---> 7eb4982e3267 [2021-04-19T21:59:58.842Z] Step 18/23 : EXPOSE 49990 [2021-04-19T21:59:59.114Z] ---> Running in a2e917af9257 [2021-04-19T21:59:59.386Z] Removing intermediate container a2e917af9257 [2021-04-19T21:59:59.386Z] ---> f42a09acfc8f [2021-04-19T21:59:59.386Z] Step 19/23 : ENTRYPOINT ["/device-simple"] [2021-04-19T21:59:59.658Z] ---> Running in a9b4bea96c42 [2021-04-19T21:59:59.928Z] Removing intermediate container a9b4bea96c42 [2021-04-19T21:59:59.928Z] ---> 7fec6cf44db6 [2021-04-19T21:59:59.928Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-19T22:00:00.201Z] ---> Running in b3cd483248ac [2021-04-19T22:00:00.473Z] Removing intermediate container b3cd483248ac [2021-04-19T22:00:00.473Z] ---> 6c03f5f6de05 [2021-04-19T22:00:00.473Z] Step 21/23 : LABEL arch=arm64 [2021-04-19T22:00:00.758Z] ---> Running in f110459e7aae [2021-04-19T22:00:01.029Z] Removing intermediate container f110459e7aae [2021-04-19T22:00:01.029Z] ---> 5725fbaf7849 [2021-04-19T22:00:01.029Z] Step 22/23 : LABEL git_sha=4d2675d668c2f9064e370a810b18e5856622130c [2021-04-19T22:00:01.302Z] ---> Running in 37450be75431 [2021-04-19T22:00:01.577Z] Removing intermediate container 37450be75431 [2021-04-19T22:00:01.577Z] ---> 8470ec0b30b9 [2021-04-19T22:00:01.577Z] Step 23/23 : LABEL version=2.0.0-dev.46 [2021-04-19T22:00:01.851Z] ---> Running in 3c92808acb23 [2021-04-19T22:00:02.444Z] Removing intermediate container 3c92808acb23 [2021-04-19T22:00:02.445Z] ---> 18064cd7b33b [2021-04-19T22:00:02.445Z] [Warning] One or more build-args [ARCH MAKE] were not consumed [2021-04-19T22:00:02.445Z] Successfully built 18064cd7b33b [2021-04-19T22:00:02.445Z] Successfully tagged docker-device-sdk-simple-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh [2021-04-19T22:00:02.901Z] ---> job-cost.sh [2021-04-19T22:00:02.901Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-FzLa [2021-04-19T22:00:49.859Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-04-19T22:02:41.657Z] lf-activate-venv(): INFO: Adding /tmp/venv-FzLa/bin to PATH [2021-04-19T22:02:41.657Z] INFO: No Stack... [2021-04-19T22:02:41.657Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-04-19T22:02:41.657Z] INFO: Archiving Costs [Pipeline] sh [2021-04-19T22:02:42.000Z] + cat /w/workspace/device-sdk-go/151/archives/cost.csv [2021-04-19T22:02:42.000Z] + cut -d, -f6 [Pipeline] lock [2021-04-19T22:02:42.128Z] Trying to acquire lock on [jenkins-edgexfoundry-device-sdk-go-master-151-stack-cost] [2021-04-19T22:02:42.140Z] Resource [jenkins-edgexfoundry-device-sdk-go-master-151-stack-cost] did not exist. Created. [2021-04-19T22:02:42.140Z] Lock acquired on [jenkins-edgexfoundry-device-sdk-go-master-151-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-04-19T22:02:42.518Z] /w/workspace/device-sdk-go/151@tmp/durable-2eaf8d7e/script.sh: 1: /w/workspace/device-sdk-go/151@tmp/durable-2eaf8d7e/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh [2021-04-19T22:02:42.877Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-04-19T22:02:42.897Z] Warning: overwriting stash ‘stack-cost’ [2021-04-19T22:02:43.062Z] Stashed 1 file(s) [Pipeline] } [2021-04-19T22:02:43.076Z] Lock released on resource [jenkins-edgexfoundry-device-sdk-go-master-151-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2021-04-19T22:02:43.464Z] provisioning config files... [2021-04-19T22:02:43.475Z] copy managed file [device-sdk-go-codecov-token] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config5963722714294391211tmp [Pipeline] { [Pipeline] sh [2021-04-19T22:02:43.794Z] + set +x [2021-04-19T22:02:43.794Z] + curl -s https://codecov.io/bash [2021-04-19T22:02:43.794Z] + bash -s -- [2021-04-19T22:02:44.058Z] [2021-04-19T22:02:44.058Z] _____ _ [2021-04-19T22:02:44.058Z] / ____| | | [2021-04-19T22:02:44.058Z] | | ___ __| | ___ ___ _____ __ [2021-04-19T22:02:44.058Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-04-19T22:02:44.058Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-04-19T22:02:44.058Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-04-19T22:02:44.058Z] Bash-1.0.1 [2021-04-19T22:02:44.058Z] [2021-04-19T22:02:44.058Z] [2021-04-19T22:02:44.058Z] ==> git version 2.24.3 found [2021-04-19T22:02:44.058Z] ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 [2021-04-19T22:02:44.058Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-04-19T22:02:44.058Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-04-19T22:02:44.058Z] ==> Jenkins CI detected. [2021-04-19T22:02:44.058Z] project root: . [2021-04-19T22:02:44.058Z] --> token set from env [2021-04-19T22:02:44.058Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-04-19T22:02:44.058Z] ==> Running gcov in . (disable via -X gcov) [2021-04-19T22:02:44.058Z] ==> Python coveragepy not found [2021-04-19T22:02:44.058Z] ==> Searching for coverage reports in: [2021-04-19T22:02:44.058Z] + . [2021-04-19T22:02:44.058Z] -> Found 1 reports [2021-04-19T22:02:44.058Z] ==> Detecting git/mercurial file structure [2021-04-19T22:02:44.058Z] ==> Reading reports [2021-04-19T22:02:44.058Z] + ./coverage.out bytes=100116 [2021-04-19T22:02:44.058Z] ==> Appending adjustments [2021-04-19T22:02:44.058Z] https://docs.codecov.io/docs/fixing-reports [2021-04-19T22:02:44.329Z] + Found adjustments [2021-04-19T22:02:44.329Z] ==> Gzipping contents [2021-04-19T22:02:44.329Z] 16K /tmp/codecov.2NLpmT.gz [2021-04-19T22:02:44.329Z] ==> Uploading reports [2021-04-19T22:02:44.329Z] url: https://codecov.io [2021-04-19T22:02:44.329Z] query: branch=master&commit=4d2675d668c2f9064e370a810b18e5856622130c&build=151&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2Fmaster%2F151%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=&job=&cmd_args= [2021-04-19T22:02:44.329Z] -> Pinging Codecov [2021-04-19T22:02:44.329Z] https://codecov.io/upload/v4?package=bash-1.0.1&token=secret&branch=master&commit=4d2675d668c2f9064e370a810b18e5856622130c&build=151&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2Fmaster%2F151%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=&job=&cmd_args= [2021-04-19T22:02:45.282Z] -> Uploading to [2021-04-19T22:02:45.282Z] https://storage.googleapis.com/codecov/v4/raw/2021-04-19/7E55EF52A471D76F132DFD9A03CDDE97/4d2675d668c2f9064e370a810b18e5856622130c/c0b999ee-e0ea-4698-bfb3-a512b0741cf1.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQM3VGPYSAFECJRMNAFIPCV2R3P2BOORCJC7NM537NPJQSFLHUDNIDWA%2F20210419%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210419T220245Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=6f25fc6534c99632b4255dfc9ef1d97e0d1977d3b87b42ddd55c599f124a1485 [2021-04-19T22:02:45.282Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-04-19T22:02:45.282Z] Dload Upload Total Spent Left Speed [2021-04-19T22:02:45.858Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 13498 0 0 100 13498 0 36652 --:--:-- --:--:-- --:--:-- 36579 100 13498 0 0 100 13498 0 36636 --:--:-- --:--:-- --:--:-- 36579 [2021-04-19T22:02:45.858Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/device-sdk-go/commit/4d2675d668c2f9064e370a810b18e5856622130c [Pipeline] } [2021-04-19T22:02:45.867Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo [2021-04-19T22:02:46.111Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2021-04-19T22:02:46.127Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-19T22:02:46.436Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-04-19T22:02:46.437Z] [2021-04-19T22:02:46.437Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh [2021-04-19T22:02:46.758Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-04-19T22:02:46.758Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2021-04-19T22:02:46.758Z] 188c0c94c7c5: Pulling fs layer [2021-04-19T22:02:46.758Z] 0ef7d3d256c8: Pulling fs layer [2021-04-19T22:02:46.758Z] de9db76c5a1d: Pulling fs layer [2021-04-19T22:02:46.758Z] 0eba1c9be4d2: Pulling fs layer [2021-04-19T22:02:46.759Z] 0d57e429df01: Pulling fs layer [2021-04-19T22:02:46.759Z] 4e4be7b47b0d: Pulling fs layer [2021-04-19T22:02:46.759Z] e1f770b5df2f: Pulling fs layer [2021-04-19T22:02:46.759Z] 85a0685a4137: Pulling fs layer [2021-04-19T22:02:46.759Z] 0eba1c9be4d2: Waiting [2021-04-19T22:02:46.759Z] 0d57e429df01: Waiting [2021-04-19T22:02:46.759Z] 4e4be7b47b0d: Waiting [2021-04-19T22:02:46.759Z] e1f770b5df2f: Waiting [2021-04-19T22:02:46.759Z] 85a0685a4137: Waiting [2021-04-19T22:02:46.759Z] de9db76c5a1d: Verifying Checksum [2021-04-19T22:02:46.759Z] de9db76c5a1d: Download complete [2021-04-19T22:02:46.759Z] 0ef7d3d256c8: Verifying Checksum [2021-04-19T22:02:46.759Z] 0ef7d3d256c8: Download complete [2021-04-19T22:02:46.759Z] 0d57e429df01: Verifying Checksum [2021-04-19T22:02:46.759Z] 0d57e429df01: Download complete [2021-04-19T22:02:46.759Z] 4e4be7b47b0d: Verifying Checksum [2021-04-19T22:02:46.759Z] 4e4be7b47b0d: Download complete [2021-04-19T22:02:46.759Z] 188c0c94c7c5: Verifying Checksum [2021-04-19T22:02:46.759Z] 188c0c94c7c5: Download complete [2021-04-19T22:02:47.351Z] 188c0c94c7c5: Pull complete [2021-04-19T22:02:47.614Z] 0ef7d3d256c8: Pull complete [2021-04-19T22:02:47.614Z] de9db76c5a1d: Pull complete [2021-04-19T22:02:47.877Z] e1f770b5df2f: Verifying Checksum [2021-04-19T22:02:47.877Z] e1f770b5df2f: Download complete [2021-04-19T22:02:49.800Z] 0eba1c9be4d2: Verifying Checksum [2021-04-19T22:02:49.800Z] 0eba1c9be4d2: Download complete [2021-04-19T22:02:50.064Z] 85a0685a4137: Verifying Checksum [2021-04-19T22:02:50.064Z] 85a0685a4137: Download complete [2021-04-19T22:02:55.391Z] 0eba1c9be4d2: Pull complete [2021-04-19T22:02:55.391Z] 0d57e429df01: Pull complete [2021-04-19T22:02:55.391Z] 4e4be7b47b0d: Pull complete [2021-04-19T22:02:57.958Z] e1f770b5df2f: Pull complete [2021-04-19T22:03:04.597Z] 85a0685a4137: Pull complete [2021-04-19T22:03:04.597Z] Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 [2021-04-19T22:03:04.597Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-04-19T22:03:04.597Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer [2021-04-19T22:03:04.789Z] prd-centos7-docker-4c-2g-984 does not seem to be running inside a container [2021-04-19T22:03:04.839Z] $ 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-04-19T22:03:05.888Z] $ docker top 7905d5089a7453479b6c7cb213bcd9b0fdc7cea6b2977712a3daa61b4046ee57 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-04-19T22:03:06.022Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh [2021-04-19T22:03:06.318Z] + set -o pipefail [2021-04-19T22:03:06.318Z] + snyk monitor '--org=edgex-jenkins' [2021-04-19T22:03:12.841Z] [2021-04-19T22:03:12.841Z] Monitoring /w/workspace/dgexfoundry_device-sdk-go_master (github.com/edgexfoundry/device-sdk-go/v2)... [2021-04-19T22:03:12.841Z] [2021-04-19T22:03:12.841Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/a91414f5-c324-409e-a494-413a27791127/history/4275c0fe-5e0d-4497-8ca7-666aadea4308 [2021-04-19T22:03:12.841Z] [2021-04-19T22:03:12.841Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2021-04-19T22:03:12.841Z] [2021-04-19T22:03:12.841Z] [2021-04-19T22:03:12.841Z] You have reached your monthly limit of 300 private tests for your edgex-jenkins org. [2021-04-19T22:03:12.841Z] To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } [2021-04-19T22:03:12.857Z] $ docker stop --time=1 7905d5089a7453479b6c7cb213bcd9b0fdc7cea6b2977712a3daa61b4046ee57 [2021-04-19T22:03:15.692Z] $ docker rm -f 7905d5089a7453479b6c7cb213bcd9b0fdc7cea6b2977712a3daa61b4046ee57 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo [2021-04-19T22:03:16.398Z] [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-04-19T22:03:16.419Z] provisioning config files... [2021-04-19T22:03:16.432Z] copy managed file [swaggerhub-api-key] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config1262010374591352255tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-19T22:03:16.751Z] --> edgex-publish-swagger.sh [2021-04-19T22:03:16.751Z] === Publish openapi/v1 API === [2021-04-19T22:03:16.751Z] [publishToSwagger] Publishing the API Docs [openapi/v1] to Swagger [2021-04-19T22:03:16.751Z] [publishToSwagger] Publishing API Name [device-sdk] [/w/workspace/dgexfoundry_device-sdk-go_master/openapi/v1/device-sdk.yaml] [2021-04-19T22:03:16.751Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-04-19T22:03:16.751Z] Dload Upload Total Spent Left Speed [2021-04-19T22:03:17.324Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 19947 0 0 100 19947 0 27257 --:--:-- --:--:-- --:--:-- 27287 [2021-04-19T22:03:17.324Z] [2021-04-19T22:03:17.324Z] [2021-04-19T22:03:17.324Z] === Publish openapi/v2 API === [2021-04-19T22:03:17.324Z] [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger [2021-04-19T22:03:17.324Z] [publishToSwagger] Publishing API Name [device-sdk] [/w/workspace/dgexfoundry_device-sdk-go_master/openapi/v2/device-sdk.yaml] [2021-04-19T22:03:17.324Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-04-19T22:03:17.324Z] Dload Upload Total Spent Left Speed [2021-04-19T22:03:18.158Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 51483 0 0 100 51483 0 67879 --:--:-- --:--:-- --:--:-- 67830 [2021-04-19T22:03:18.158Z] [2021-04-19T22:03:18.158Z] [Pipeline] } [2021-04-19T22:03:18.169Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-04-19T22:03:18.626Z] + git log --format=format:%s -1 4d2675d668c2f9064e370a810b18e5856622130c [Pipeline] isUnix [Pipeline] sh [2021-04-19T22:03:18.934Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-19T22:03:18.934Z] . [Pipeline] withDockerContainer [2021-04-19T22:03:19.031Z] prd-centos7-docker-4c-2g-984 does not seem to be running inside a container [2021-04-19T22:03:19.077Z] $ 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-04-19T22:03:19.788Z] $ docker top 3668c2ea510e72008d86deda5d5dd299f9020c62a41f47c7b2ab5aa40735bd9b -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-04-19T22:03:19.958Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-19T22:03:19.958Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-19T22:03:20.175Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-19T22:03:20.178Z] $ docker exec 3668c2ea510e72008d86deda5d5dd299f9020c62a41f47c7b2ab5aa40735bd9b ssh-agent [2021-04-19T22:03:20.340Z] SSH_AUTH_SOCK=/tmp/ssh-AN7kreT6Nrek/agent.12 [2021-04-19T22:03:20.340Z] SSH_AGENT_PID=17 [2021-04-19T22:03:20.347Z] Running ssh-add (command line suppressed) [2021-04-19T22:03:20.476Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_4970702059642331296.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_4970702059642331296.key) [2021-04-19T22:03:20.527Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-19T22:03:20.830Z] + git semver tag [2021-04-19T22:03:20.830Z] # -> Open(): unable to determine branch for HEAD [2021-04-19T22:03:20.830Z] # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git [2021-04-19T22:03:20.830Z] # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master [2021-04-19T22:03:20.830Z] # $SEMVER_REMOTE_NAME = origin [2021-04-19T22:03:20.830Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-04-19T22:03:20.830Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-04-19T22:03:20.830Z] # $SEMVER_BRANCH = master [2021-04-19T22:03:20.830Z] # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver [2021-04-19T22:03:20.830Z] # 4d2675d668c2f9064e370a810b18e5856622130c HEAD [2021-04-19T22:03:21.094Z] # -> Force: false [2021-04-19T22:03:21.094Z] # beed1b57e30fe62bfbb6979b728d93098d1dfbe7 refs/tags/v2.0.0-dev.46 [Pipeline] } [2021-04-19T22:03:21.108Z] $ docker exec --env ******** --env ******** 3668c2ea510e72008d86deda5d5dd299f9020c62a41f47c7b2ab5aa40735bd9b ssh-agent -k [2021-04-19T22:03:21.251Z] unset SSH_AUTH_SOCK; [2021-04-19T22:03:21.251Z] unset SSH_AGENT_PID; [2021-04-19T22:03:21.251Z] echo Agent pid 17 killed; [2021-04-19T22:03:21.302Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-04-19T22:03:21.640Z] + git semver [Pipeline] } [2021-04-19T22:03:21.658Z] $ docker stop --time=1 3668c2ea510e72008d86deda5d5dd299f9020c62a41f47c7b2ab5aa40735bd9b [2021-04-19T22:03:23.047Z] $ docker rm -f 3668c2ea510e72008d86deda5d5dd299f9020c62a41f47c7b2ab5aa40735bd9b [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2021-04-19T22:03:23.531Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-04-19T22:03:23.531Z] [2021-04-19T22:03:23.531Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2021-04-19T22:03:23.847Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-04-19T22:03:23.847Z] 0.23.1-centos7: Pulling from edgex-lftools [2021-04-19T22:03:23.847Z] ab5ef0e58194: Pulling fs layer [2021-04-19T22:03:23.847Z] 9712f1f96733: Pulling fs layer [2021-04-19T22:03:23.847Z] 63f879dbbcfc: Pulling fs layer [2021-04-19T22:03:23.847Z] 0d9ebad4ef96: Pulling fs layer [2021-04-19T22:03:23.847Z] e9a5061849ea: Pulling fs layer [2021-04-19T22:03:23.847Z] d747dcd14b5f: Pulling fs layer [2021-04-19T22:03:23.847Z] 2de7ff778b66: Pulling fs layer [2021-04-19T22:03:23.847Z] e9a5061849ea: Waiting [2021-04-19T22:03:23.847Z] d747dcd14b5f: Waiting [2021-04-19T22:03:23.847Z] 2de7ff778b66: Waiting [2021-04-19T22:03:23.847Z] 0d9ebad4ef96: Waiting [2021-04-19T22:03:23.847Z] 9712f1f96733: Verifying Checksum [2021-04-19T22:03:23.847Z] 9712f1f96733: Download complete [2021-04-19T22:03:25.243Z] 63f879dbbcfc: Verifying Checksum [2021-04-19T22:03:25.243Z] 63f879dbbcfc: Download complete [2021-04-19T22:03:25.243Z] e9a5061849ea: Verifying Checksum [2021-04-19T22:03:25.243Z] e9a5061849ea: Download complete [2021-04-19T22:03:25.243Z] d747dcd14b5f: Verifying Checksum [2021-04-19T22:03:25.243Z] d747dcd14b5f: Download complete [2021-04-19T22:03:25.506Z] 2de7ff778b66: Verifying Checksum [2021-04-19T22:03:25.506Z] 2de7ff778b66: Download complete [2021-04-19T22:03:25.771Z] 0d9ebad4ef96: Verifying Checksum [2021-04-19T22:03:25.771Z] 0d9ebad4ef96: Download complete [2021-04-19T22:03:26.034Z] ab5ef0e58194: Download complete [2021-04-19T22:03:30.258Z] ab5ef0e58194: Pull complete [2021-04-19T22:03:30.258Z] 9712f1f96733: Pull complete [2021-04-19T22:03:32.811Z] 63f879dbbcfc: Pull complete [2021-04-19T22:03:38.127Z] 0d9ebad4ef96: Pull complete [2021-04-19T22:03:40.046Z] e9a5061849ea: Pull complete [2021-04-19T22:03:40.046Z] d747dcd14b5f: Pull complete [2021-04-19T22:03:42.603Z] 2de7ff778b66: Pull complete [2021-04-19T22:03:42.603Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2021-04-19T22:03:42.603Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-04-19T22:03:42.603Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2021-04-19T22:03:42.772Z] prd-centos7-docker-4c-2g-984 does not seem to be running inside a container [2021-04-19T22:03:42.816Z] $ 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-04-19T22:03:46.990Z] $ docker top 185161926ee3d8690bea87097d92651460aafc94ac22cc713c7cb5b60d647d67 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2021-04-19T22:03:47.149Z] provisioning config files... [2021-04-19T22:03:47.159Z] copy managed file [sigul-config] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config1643561709485668939tmp [2021-04-19T22:03:47.175Z] copy managed file [sigul-password] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config4846119405819910618tmp [2021-04-19T22:03:47.191Z] copy managed file [sigul-pki] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config8703936276490617409tmp [Pipeline] { [Pipeline] echo [2021-04-19T22:03:47.226Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-19T22:03:47.532Z] ---> sigul-configuration.sh [2021-04-19T22:03:47.533Z] gpg: directory `/root/.gnupg' created [2021-04-19T22:03:47.533Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2021-04-19T22:03:47.533Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2021-04-19T22:03:47.533Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2021-04-19T22:03:47.533Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2021-04-19T22:03:47.533Z] gpg: CAST5 encrypted data [2021-04-19T22:03:47.794Z] gpg: encrypted with 1 passphrase [2021-04-19T22:03:47.794Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2021-04-19T22:03:48.096Z] + mkdir /home/jenkins [2021-04-19T22:03:48.096Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2021-04-19T22:03:48.465Z] + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /root/sigul/vex-yul-edgex-jenkins-1.ci.codeaurora.org.p12 /home/jenkins/sigul/ [Pipeline] echo [2021-04-19T22:03:48.498Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-19T22:03:48.874Z] ---> sigul-install.sh [2021-04-19T22:03:57.054Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2021-04-19T22:03:57.355Z] + git tag --list [2021-04-19T22:03:57.355Z] 0.7.1 [2021-04-19T22:03:57.355Z] delhi-tag [2021-04-19T22:03:57.355Z] v1.0.0 [2021-04-19T22:03:57.355Z] v1.1.0 [2021-04-19T22:03:57.355Z] v1.1.1 [2021-04-19T22:03:57.355Z] v1.1.2 [2021-04-19T22:03:57.355Z] v1.2.0 [2021-04-19T22:03:57.355Z] v1.2.1 [2021-04-19T22:03:57.355Z] v1.2.2 [2021-04-19T22:03:57.355Z] v1.2.3 [2021-04-19T22:03:57.355Z] v1.3.0 [2021-04-19T22:03:57.355Z] v1.4.0 [2021-04-19T22:03:57.355Z] v2.0.0-dev.1 [2021-04-19T22:03:57.355Z] v2.0.0-dev.10 [2021-04-19T22:03:57.355Z] v2.0.0-dev.11 [2021-04-19T22:03:57.355Z] v2.0.0-dev.12 [2021-04-19T22:03:57.355Z] v2.0.0-dev.13 [2021-04-19T22:03:57.355Z] v2.0.0-dev.14 [2021-04-19T22:03:57.355Z] v2.0.0-dev.15 [2021-04-19T22:03:57.355Z] v2.0.0-dev.16 [2021-04-19T22:03:57.355Z] v2.0.0-dev.17 [2021-04-19T22:03:57.355Z] v2.0.0-dev.18 [2021-04-19T22:03:57.355Z] v2.0.0-dev.19 [2021-04-19T22:03:57.355Z] v2.0.0-dev.2 [2021-04-19T22:03:57.355Z] v2.0.0-dev.20 [2021-04-19T22:03:57.355Z] v2.0.0-dev.21 [2021-04-19T22:03:57.355Z] v2.0.0-dev.22 [2021-04-19T22:03:57.355Z] v2.0.0-dev.23 [2021-04-19T22:03:57.355Z] v2.0.0-dev.24 [2021-04-19T22:03:57.355Z] v2.0.0-dev.25 [2021-04-19T22:03:57.355Z] v2.0.0-dev.26 [2021-04-19T22:03:57.355Z] v2.0.0-dev.27 [2021-04-19T22:03:57.355Z] v2.0.0-dev.28 [2021-04-19T22:03:57.355Z] v2.0.0-dev.29 [2021-04-19T22:03:57.355Z] v2.0.0-dev.3 [2021-04-19T22:03:57.355Z] v2.0.0-dev.30 [2021-04-19T22:03:57.355Z] v2.0.0-dev.31 [2021-04-19T22:03:57.355Z] v2.0.0-dev.32 [2021-04-19T22:03:57.355Z] v2.0.0-dev.33 [2021-04-19T22:03:57.355Z] v2.0.0-dev.34 [2021-04-19T22:03:57.355Z] v2.0.0-dev.35 [2021-04-19T22:03:57.355Z] v2.0.0-dev.36 [2021-04-19T22:03:57.355Z] v2.0.0-dev.37 [2021-04-19T22:03:57.355Z] v2.0.0-dev.38 [2021-04-19T22:03:57.355Z] v2.0.0-dev.39 [2021-04-19T22:03:57.355Z] v2.0.0-dev.4 [2021-04-19T22:03:57.355Z] v2.0.0-dev.40 [2021-04-19T22:03:57.355Z] v2.0.0-dev.41 [2021-04-19T22:03:57.355Z] v2.0.0-dev.42 [2021-04-19T22:03:57.355Z] v2.0.0-dev.43 [2021-04-19T22:03:57.355Z] v2.0.0-dev.44 [2021-04-19T22:03:57.355Z] v2.0.0-dev.45 [2021-04-19T22:03:57.355Z] v2.0.0-dev.46 [2021-04-19T22:03:57.355Z] v2.0.0-dev.5 [2021-04-19T22:03:57.355Z] v2.0.0-dev.6 [2021-04-19T22:03:57.355Z] v2.0.0-dev.7 [2021-04-19T22:03:57.355Z] v2.0.0-dev.8 [2021-04-19T22:03:57.355Z] v2.0.0-dev.9 [Pipeline] sh [2021-04-19T22:03:57.658Z] + lftools sign git-tag v2.0.0-dev.46 [2021-04-19T22:03:59.053Z] Signing Git tag with Sigul... [2021-04-19T22:03:59.053Z] Signing v2.0.0-dev.46 [Pipeline] echo [2021-04-19T22:04:00.010Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-19T22:04:00.304Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2021-04-19T22:04:00.313Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2021-04-19T22:04:00.345Z] $ docker stop --time=1 185161926ee3d8690bea87097d92651460aafc94ac22cc713c7cb5b60d647d67 [2021-04-19T22:04:02.614Z] $ docker rm -f 185161926ee3d8690bea87097d92651460aafc94ac22cc713c7cb5b60d647d67 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2021-04-19T22:04:03.158Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-19T22:04:03.158Z] . [Pipeline] withDockerContainer [2021-04-19T22:04:03.257Z] prd-centos7-docker-4c-2g-984 does not seem to be running inside a container [2021-04-19T22:04:03.303Z] $ 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-04-19T22:04:04.007Z] $ docker top 28e1b101105a7999c0e6f79c4f79b20e2667d8ff83be94704ec3c45f8fd02ded -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-04-19T22:04:04.216Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-19T22:04:04.216Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-19T22:04:04.424Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-19T22:04:04.428Z] $ docker exec 28e1b101105a7999c0e6f79c4f79b20e2667d8ff83be94704ec3c45f8fd02ded ssh-agent [2021-04-19T22:04:04.606Z] SSH_AUTH_SOCK=/tmp/ssh-uKRzunyOHPz5/agent.11 [2021-04-19T22:04:04.606Z] SSH_AGENT_PID=16 [2021-04-19T22:04:04.613Z] Running ssh-add (command line suppressed) [2021-04-19T22:04:04.751Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_2083422875362807807.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_2083422875362807807.key) [2021-04-19T22:04:04.808Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-19T22:04:05.113Z] + git semver bump pre [2021-04-19T22:04:05.113Z] # -> Open(): unable to determine branch for HEAD [2021-04-19T22:04:05.113Z] # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git [2021-04-19T22:04:05.113Z] # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master [2021-04-19T22:04:05.113Z] # $SEMVER_REMOTE_NAME = origin [2021-04-19T22:04:05.113Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-04-19T22:04:05.113Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-04-19T22:04:05.113Z] # $SEMVER_BRANCH = master [2021-04-19T22:04:05.113Z] # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver [2021-04-19T22:04:05.113Z] 2.0.0-dev.47 [Pipeline] } [2021-04-19T22:04:05.133Z] $ docker exec --env ******** --env ******** 28e1b101105a7999c0e6f79c4f79b20e2667d8ff83be94704ec3c45f8fd02ded ssh-agent -k [2021-04-19T22:04:05.254Z] unset SSH_AUTH_SOCK; [2021-04-19T22:04:05.255Z] unset SSH_AGENT_PID; [2021-04-19T22:04:05.255Z] echo Agent pid 16 killed; [2021-04-19T22:04:05.307Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-04-19T22:04:05.649Z] + git semver [Pipeline] } [2021-04-19T22:04:05.666Z] $ docker stop --time=1 28e1b101105a7999c0e6f79c4f79b20e2667d8ff83be94704ec3c45f8fd02ded [2021-04-19T22:04:07.027Z] $ docker rm -f 28e1b101105a7999c0e6f79c4f79b20e2667d8ff83be94704ec3c45f8fd02ded [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2021-04-19T22:04:07.476Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-19T22:04:07.476Z] . [Pipeline] withDockerContainer [2021-04-19T22:04:07.577Z] prd-centos7-docker-4c-2g-984 does not seem to be running inside a container [2021-04-19T22:04:07.622Z] $ 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-04-19T22:04:08.340Z] $ docker top 19e56f0cf1d618f4d3133644f4421f72e643f8afda9117fcf6a7655e2367252b -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-04-19T22:04:08.516Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-19T22:04:08.516Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-19T22:04:08.718Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-19T22:04:08.721Z] $ docker exec 19e56f0cf1d618f4d3133644f4421f72e643f8afda9117fcf6a7655e2367252b ssh-agent [2021-04-19T22:04:08.910Z] SSH_AUTH_SOCK=/tmp/ssh-XTILUxPDNiZa/agent.12 [2021-04-19T22:04:08.910Z] SSH_AGENT_PID=18 [2021-04-19T22:04:08.916Z] Running ssh-add (command line suppressed) [2021-04-19T22:04:09.041Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_5211206742081748721.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_5211206742081748721.key) [2021-04-19T22:04:09.098Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-19T22:04:09.400Z] + git semver push [2021-04-19T22:04:09.400Z] # -> Open(): unable to determine branch for HEAD [2021-04-19T22:04:09.400Z] # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git [2021-04-19T22:04:09.400Z] # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master [2021-04-19T22:04:09.400Z] # $SEMVER_REMOTE_NAME = origin [2021-04-19T22:04:09.400Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-04-19T22:04:09.400Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-04-19T22:04:09.400Z] # $SEMVER_BRANCH = master [2021-04-19T22:04:09.400Z] # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver [Pipeline] } [2021-04-19T22:04:14.705Z] $ docker exec --env ******** --env ******** 19e56f0cf1d618f4d3133644f4421f72e643f8afda9117fcf6a7655e2367252b ssh-agent -k [2021-04-19T22:04:14.860Z] unset SSH_AUTH_SOCK; [2021-04-19T22:04:14.860Z] unset SSH_AGENT_PID; [2021-04-19T22:04:14.860Z] echo Agent pid 18 killed; [2021-04-19T22:04:14.924Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-04-19T22:04:15.265Z] + git semver [Pipeline] } [2021-04-19T22:04:15.280Z] $ docker stop --time=1 19e56f0cf1d618f4d3133644f4421f72e643f8afda9117fcf6a7655e2367252b [2021-04-19T22:04:16.653Z] $ docker rm -f 19e56f0cf1d618f4d3133644f4421f72e643f8afda9117fcf6a7655e2367252b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Bump Experimental Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Bump Stable (Named) Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2021-04-19T22:04:17.465Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-19T22:04:18.030Z] ---> package-listing.sh [2021-04-19T22:04:18.030Z] ++ facter osfamily [2021-04-19T22:04:18.030Z] ++ tr '[:upper:]' '[:lower:]' [2021-04-19T22:04:18.030Z] + OS_FAMILY=redhat [2021-04-19T22:04:18.030Z] + workspace=/w/workspace/dgexfoundry_device-sdk-go_master [2021-04-19T22:04:18.030Z] + START_PACKAGES=/tmp/packages_start.txt [2021-04-19T22:04:18.030Z] + END_PACKAGES=/tmp/packages_end.txt [2021-04-19T22:04:18.030Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-04-19T22:04:18.030Z] + PACKAGES=/tmp/packages_start.txt [2021-04-19T22:04:18.030Z] + '[' /w/workspace/dgexfoundry_device-sdk-go_master ']' [2021-04-19T22:04:18.030Z] + PACKAGES=/tmp/packages_end.txt [2021-04-19T22:04:18.030Z] + case "${OS_FAMILY}" in [2021-04-19T22:04:18.030Z] + rpm -qa [2021-04-19T22:04:18.030Z] + sort [2021-04-19T22:04:23.324Z] + '[' -f /tmp/packages_start.txt ']' [2021-04-19T22:04:23.324Z] + '[' -f /tmp/packages_end.txt ']' [2021-04-19T22:04:23.324Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-04-19T22:04:23.324Z] + '[' /w/workspace/dgexfoundry_device-sdk-go_master ']' [2021-04-19T22:04:23.324Z] + mkdir -p /w/workspace/dgexfoundry_device-sdk-go_master/archives/ [2021-04-19T22:04:23.324Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dgexfoundry_device-sdk-go_master/archives/ [Pipeline] echo [2021-04-19T22:04:23.338Z] Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/dgexfoundry_device-sdk-go_master/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-04-19T22:04:23.625Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-04-19T22:04:23.926Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-19T22:04:23.926Z] [2021-04-19T22:04:23.926Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-04-19T22:04:24.239Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-19T22:04:24.239Z] alpine: Pulling from edgex-lftools-log-publisher [2021-04-19T22:04:24.239Z] df20fa9351a1: Pulling fs layer [2021-04-19T22:04:24.239Z] 36b3adc4ff6f: Pulling fs layer [2021-04-19T22:04:24.239Z] 8ad3a11d3b57: Pulling fs layer [2021-04-19T22:04:24.239Z] 46f8f816bc3b: Pulling fs layer [2021-04-19T22:04:24.239Z] 93b61091891f: Pulling fs layer [2021-04-19T22:04:24.239Z] 93b9cdb0e59b: Pulling fs layer [2021-04-19T22:04:24.239Z] 5e14af77c1be: Pulling fs layer [2021-04-19T22:04:24.239Z] 01666e4c0597: Pulling fs layer [2021-04-19T22:04:24.239Z] aa168da1d23b: Pulling fs layer [2021-04-19T22:04:24.239Z] 93b9cdb0e59b: Waiting [2021-04-19T22:04:24.239Z] 5e14af77c1be: Waiting [2021-04-19T22:04:24.239Z] 01666e4c0597: Waiting [2021-04-19T22:04:24.239Z] 46f8f816bc3b: Waiting [2021-04-19T22:04:24.239Z] 93b61091891f: Waiting [2021-04-19T22:04:24.239Z] aa168da1d23b: Waiting [2021-04-19T22:04:24.239Z] 36b3adc4ff6f: Verifying Checksum [2021-04-19T22:04:24.239Z] 36b3adc4ff6f: Download complete [2021-04-19T22:04:24.239Z] 46f8f816bc3b: Verifying Checksum [2021-04-19T22:04:24.239Z] 46f8f816bc3b: Download complete [2021-04-19T22:04:24.239Z] df20fa9351a1: Verifying Checksum [2021-04-19T22:04:24.501Z] 93b9cdb0e59b: Verifying Checksum [2021-04-19T22:04:24.501Z] 93b9cdb0e59b: Download complete [2021-04-19T22:04:24.501Z] 5e14af77c1be: Verifying Checksum [2021-04-19T22:04:24.501Z] 5e14af77c1be: Download complete [2021-04-19T22:04:24.501Z] 93b61091891f: Verifying Checksum [2021-04-19T22:04:24.501Z] 93b61091891f: Download complete [2021-04-19T22:04:24.501Z] 01666e4c0597: Verifying Checksum [2021-04-19T22:04:24.501Z] 01666e4c0597: Download complete [2021-04-19T22:04:24.501Z] 8ad3a11d3b57: Verifying Checksum [2021-04-19T22:04:24.501Z] 8ad3a11d3b57: Download complete [2021-04-19T22:04:25.074Z] df20fa9351a1: Pull complete [2021-04-19T22:04:25.335Z] 36b3adc4ff6f: Pull complete [2021-04-19T22:04:26.280Z] aa168da1d23b: Verifying Checksum [2021-04-19T22:04:26.280Z] aa168da1d23b: Download complete [2021-04-19T22:04:27.321Z] 8ad3a11d3b57: Pull complete [2021-04-19T22:04:27.321Z] 46f8f816bc3b: Pull complete [2021-04-19T22:04:27.596Z] 93b61091891f: Pull complete [2021-04-19T22:04:27.596Z] 93b9cdb0e59b: Pull complete [2021-04-19T22:04:27.877Z] 5e14af77c1be: Pull complete [2021-04-19T22:04:27.877Z] 01666e4c0597: Pull complete [2021-04-19T22:04:36.046Z] aa168da1d23b: Pull complete [2021-04-19T22:04:36.046Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-04-19T22:04:36.046Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-19T22:04:36.046Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-04-19T22:04:36.210Z] prd-centos7-docker-4c-2g-984 does not seem to be running inside a container [2021-04-19T22:04:36.254Z] $ 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-04-19T22:04:38.765Z] $ docker top 3bd9cc5c50d7ef2b442aff0afc15bb4baf08f9a48274beff5e0391f0a52e1634 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-19T22:04:39.172Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-04-19T22:04:39.468Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-04-19T22:04:39.765Z] + ls /var/log/sa-host [2021-04-19T22:04:39.765Z] + sadf -c /var/log/sa-host/sa19 [2021-04-19T22:04:39.765Z] file_magic: OK [2021-04-19T22:04:39.765Z] HZ: Using current value: 100 [2021-04-19T22:04:39.765Z] file_header: OK [2021-04-19T22:04:39.765Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-04-19T22:04:39.765Z] Statistics: [2021-04-19T22:04:39.766Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-04-19T22:04:39.766Z] File successfully converted to sysstat format version 12.2.1 [2021-04-19T22:04:39.766Z] + sadf -c /var/log/sa-host/sa23 [2021-04-19T22:04:39.766Z] file_magic: OK [2021-04-19T22:04:39.766Z] HZ: Using current value: 100 [2021-04-19T22:04:39.766Z] file_header: OK [2021-04-19T22:04:39.766Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-04-19T22:04:39.766Z] Statistics: [2021-04-19T22:04:39.766Z] Hnuu...uuuununununu... [2021-04-19T22:04:39.766Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-04-19T22:04:39.935Z] provisioning config files... [2021-04-19T22:04:39.953Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config669632983340271217tmp [Pipeline] { [Pipeline] echo [2021-04-19T22:04:39.977Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-19T22:04:40.271Z] ---> create-netrc.sh [Pipeline] } [2021-04-19T22:04:40.281Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-04-19T22:04:40.309Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-19T22:04:40.604Z] ---> python-tools-install.sh [Pipeline] echo [2021-04-19T22:04:40.615Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-19T22:04:40.912Z] ---> sudo-logs.sh [2021-04-19T22:04:40.912Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-04-19T22:04:40.945Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-19T22:04:41.241Z] ---> job-cost.sh [2021-04-19T22:04:41.241Z] lf-activate-venv: SKIPPING [2021-04-19T22:04:41.241Z] DEBUG: total: 0.20999999344348907 [2021-04-19T22:04:41.241Z] INFO: Retrieving Stack Cost... [2021-04-19T22:04:42.187Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-04-19T22:04:42.449Z] INFO: Archiving Costs [Pipeline] echo [2021-04-19T22:04:42.464Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-19T22:04:42.761Z] ---> logs-deploy.sh [2021-04-19T22:04:42.761Z] lf-activate-venv: SKIPPING [2021-04-19T22:04:42.761Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/master/151 [2021-04-19T22:04:42.761Z] INFO: archiving workspace using pattern(s): [2021-04-19T22:04:44.148Z] Archives upload complete. [2021-04-19T22:04:44.410Z] INFO: archiving logs to Nexus