Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 6cc4c25230d964bbb6ccd74e42769d1c7a10d9be Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision aa25fb65c2461e649b1a162fbf19ec71f4863fbd Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision aa25fb65c2461e649b1a162fbf19ec71f4863fbd using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision aa25fb65c2461e649b1a162fbf19ec71f4863fbd (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f aa25fb65c2461e649b1a162fbf19ec71f4863fbd # timeout=10 Commit message: "Merge pull request #336 from ernestojeda/golang-1.16" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 46d8313d362d7075c0f562900eedc504c24ea18a using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:device-sdk-go, dockerImageName:docker-device-sdk-simple, dockerFilePath:example/cmd/device-simple/Dockerfile, pushImage:false, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2]] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: device-sdk-go-settings PROJECT: device-sdk-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.16 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine DOCKER_FILE_PATH: example/cmd/device-simple/Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-device-sdk-simple DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: false BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘prd-centos7-docker-4c-2g-4025’ Running on prd-centos7-docker-4c-2g-4027 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 6cc4c25230d964bbb6ccd74e42769d1c7a10d9be (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 6cc4c25230d964bbb6ccd74e42769d1c7a10d9be # timeout=10 Commit message: "Merge pull request #914 from hahattan/go1.16" > git rev-list --no-walk c59eaec4927ead084ac23e2dc62563ecf0e6da75 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-05-10T06:55:34.934Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-05-10T06:55:35.076Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-05-10T06:55:35.103Z] ========================================================= [2021-05-10T06:55:35.103Z] EdgeX Global Pipelines Version Info [2021-05-10T06:55:35.103Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-05-10T06:55:36.700Z] ------------------- [2021-05-10T06:55:36.700Z] stable info: [2021-05-10T06:55:36.700Z] ------------------- [2021-05-10T06:55:36.700Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-05-10T06:55:36.700Z] Commit SHA: aa25fb65c2461e649b1a162fbf19ec71f4863fbd [2021-05-10T06:55:36.701Z] Message: update stable to v1.0.191 [2021-05-10T06:55:37.648Z] ------------------- [2021-05-10T06:55:37.648Z] experimental info: [2021-05-10T06:55:37.648Z] ------------------- [2021-05-10T06:55:37.648Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-05-10T06:55:37.648Z] Commit SHA: aa25fb65c2461e649b1a162fbf19ec71f4863fbd [2021-05-10T06:55:37.648Z] Message: update experimental to v1.0.191 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-05-10T06:55:37.778Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-go-settings [Pipeline] echo [2021-05-10T06:55:37.801Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-go [Pipeline] echo [2021-05-10T06:55:37.824Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-05-10T06:55:37.846Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-05-10T06:55:37.868Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-05-10T06:55:37.891Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.16 [Pipeline] echo [2021-05-10T06:55:37.914Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-05-10T06:55:37.937Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [Pipeline] echo [2021-05-10T06:55:37.960Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = example/cmd/device-simple/Dockerfile [Pipeline] echo [2021-05-10T06:55:37.984Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-05-10T06:55:38.009Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-05-10T06:55:38.033Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-sdk-simple [Pipeline] echo [2021-05-10T06:55:38.057Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-05-10T06:55:38.082Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-05-10T06:55:38.108Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-05-10T06:55:38.133Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2021-05-10T06:55:38.156Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2021-05-10T06:55:38.180Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2021-05-10T06:55:38.205Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-05-10T06:55:38.233Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2021-05-10T06:55:38.257Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-05-10T06:55:38.291Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-05-10T06:55:38.341Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2021-05-10T06:55:38.365Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2021-05-10T06:55:38.390Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2021-05-10T06:55:38.420Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-05-10T06:55:38.446Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2021-05-10T06:55:38.470Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2021-05-10T06:55:38.496Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2021-05-10T06:55:38.520Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 6cc4c25230d964bbb6ccd74e42769d1c7a10d9be [Pipeline] echo [2021-05-10T06:55:38.543Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 6cc4c25 [Pipeline] echo [2021-05-10T06:55:38.568Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-05-10T06:55:38.645Z] provisioning config files... [2021-05-10T06:55:38.676Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config4163526417984043216tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-05-10T06:55:39.004Z] ---> docker-login.sh [2021-05-10T06:55:39.004Z] nexus3.edgexfoundry.org:10001 [2021-05-10T06:55:39.273Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-10T06:55:39.538Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-10T06:55:39.538Z] Configure a credential helper to remove this warning. See [2021-05-10T06:55:39.538Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-10T06:55:39.538Z] [2021-05-10T06:55:39.538Z] Login Succeeded [2021-05-10T06:55:39.538Z] nexus3.edgexfoundry.org:10002 [2021-05-10T06:55:39.538Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-10T06:55:39.813Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-10T06:55:39.813Z] Configure a credential helper to remove this warning. See [2021-05-10T06:55:39.813Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-10T06:55:39.813Z] [2021-05-10T06:55:39.813Z] Login Succeeded [2021-05-10T06:55:39.813Z] nexus3.edgexfoundry.org:10003 [2021-05-10T06:55:39.813Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-10T06:55:40.080Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-10T06:55:40.080Z] Configure a credential helper to remove this warning. See [2021-05-10T06:55:40.080Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-10T06:55:40.080Z] [2021-05-10T06:55:40.081Z] Login Succeeded [2021-05-10T06:55:40.081Z] nexus3.edgexfoundry.org:10004 [2021-05-10T06:55:40.081Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-10T06:55:40.081Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-10T06:55:40.081Z] Configure a credential helper to remove this warning. See [2021-05-10T06:55:40.081Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-10T06:55:40.081Z] [2021-05-10T06:55:40.081Z] Login Succeeded [2021-05-10T06:55:40.081Z] docker.io [2021-05-10T06:55:40.346Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-10T06:55:40.612Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-10T06:55:40.612Z] Configure a credential helper to remove this warning. See [2021-05-10T06:55:40.612Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-10T06:55:40.612Z] [2021-05-10T06:55:40.612Z] Login Succeeded [2021-05-10T06:55:40.612Z] ---> docker-login.sh ends [Pipeline] } [2021-05-10T06:55:40.621Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-05-10T06:55:41.077Z] + git log --format=format:%s -1 6cc4c25230d964bbb6ccd74e42769d1c7a10d9be [Pipeline] echo [2021-05-10T06:55:41.168Z] GIT_COMMIT: 6cc4c25230d964bbb6ccd74e42769d1c7a10d9be, Commit Message: Merge pull request #914 from hahattan/go1.16 [Pipeline] echo [2021-05-10T06:55:41.181Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2021-05-10T06:55:41.744Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-05-10T06:55:41.744Z] [2021-05-10T06:55:41.744Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-05-10T06:55:42.077Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-05-10T06:55:42.077Z] latest: Pulling from edgex-devops/git-semver [2021-05-10T06:55:42.077Z] 31603596830f: Pulling fs layer [2021-05-10T06:55:42.077Z] 54011a49482f: Pulling fs layer [2021-05-10T06:55:42.077Z] a6820b24f6d8: Pulling fs layer [2021-05-10T06:55:42.077Z] f581987b2513: Pulling fs layer [2021-05-10T06:55:42.077Z] 54011a49482f: Verifying Checksum [2021-05-10T06:55:42.077Z] 54011a49482f: Download complete [2021-05-10T06:55:42.077Z] 31603596830f: Download complete [2021-05-10T06:55:42.346Z] a6820b24f6d8: Verifying Checksum [2021-05-10T06:55:42.346Z] a6820b24f6d8: Download complete [2021-05-10T06:55:42.346Z] f581987b2513: Verifying Checksum [2021-05-10T06:55:42.346Z] f581987b2513: Download complete [2021-05-10T06:55:42.616Z] 31603596830f: Pull complete [2021-05-10T06:55:42.616Z] 54011a49482f: Pull complete [2021-05-10T06:55:43.587Z] a6820b24f6d8: Pull complete [2021-05-10T06:55:43.852Z] f581987b2513: Pull complete [2021-05-10T06:55:43.852Z] Digest: sha256:772af3cb61214e5a22880db9bb273bb039d0aa3a8f4edfa0c1def8b4e20ea536 [2021-05-10T06:55:43.852Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-05-10T06:55:43.852Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-05-10T06:55:44.037Z] prd-centos7-docker-4c-2g-4027 does not seem to be running inside a container [2021-05-10T06:55:44.099Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-sdk-go_master -v /w/workspace/dgexfoundry_device-sdk-go_master:/w/workspace/dgexfoundry_device-sdk-go_master:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_master@tmp:/w/workspace/dgexfoundry_device-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-05-10T06:55:45.986Z] $ docker top f8cb754932f6575d6f26c94807d28b0157eb2231418342ab291de699f4f06fe9 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-05-10T06:55:46.177Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-05-10T06:55:46.177Z] [ssh-agent] Looking for ssh-agent implementation... [2021-05-10T06:55:46.449Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-05-10T06:55:46.455Z] $ docker exec f8cb754932f6575d6f26c94807d28b0157eb2231418342ab291de699f4f06fe9 ssh-agent [2021-05-10T06:55:46.645Z] SSH_AUTH_SOCK=/tmp/ssh-eAjalNgFNPMl/agent.11 [2021-05-10T06:55:46.645Z] SSH_AGENT_PID=17 [2021-05-10T06:55:46.656Z] Running ssh-add (command line suppressed) [2021-05-10T06:55:46.785Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_8656970089035491757.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_8656970089035491757.key) [2021-05-10T06:55:46.836Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-05-10T06:55:47.140Z] + git tag --points-at HEAD [Pipeline] } [2021-05-10T06:55:47.161Z] $ docker exec --env ******** --env ******** f8cb754932f6575d6f26c94807d28b0157eb2231418342ab291de699f4f06fe9 ssh-agent -k [2021-05-10T06:55:47.294Z] unset SSH_AUTH_SOCK; [2021-05-10T06:55:47.295Z] unset SSH_AGENT_PID; [2021-05-10T06:55:47.295Z] echo Agent pid 17 killed; [2021-05-10T06:55:47.343Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-05-10T06:55:47.388Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-05-10T06:55:47.388Z] [ssh-agent] Looking for ssh-agent implementation... [2021-05-10T06:55:47.571Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-05-10T06:55:47.576Z] $ docker exec f8cb754932f6575d6f26c94807d28b0157eb2231418342ab291de699f4f06fe9 ssh-agent [2021-05-10T06:55:47.773Z] SSH_AUTH_SOCK=/tmp/ssh-wg5N8NRrs5yL/agent.46 [2021-05-10T06:55:47.773Z] SSH_AGENT_PID=51 [2021-05-10T06:55:47.781Z] Running ssh-add (command line suppressed) [2021-05-10T06:55:47.943Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_1414240954269749581.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_1414240954269749581.key) [2021-05-10T06:55:48.004Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-05-10T06:55:48.323Z] + git semver init [2021-05-10T06:55:48.323Z] # -> Open(): unable to determine branch for HEAD [2021-05-10T06:55:48.323Z] # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git [2021-05-10T06:55:48.323Z] # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master [2021-05-10T06:55:48.323Z] # $SEMVER_REMOTE_NAME = origin [2021-05-10T06:55:48.323Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-05-10T06:55:48.323Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-05-10T06:55:48.323Z] # $SEMVER_BRANCH = master [2021-05-10T06:55:48.323Z] # $SEMVER_TEMP = /tmp/semver-635029175 [2021-05-10T06:55:48.323Z] # git clone --branch semver git@github.com:edgexfoundry/device-sdk-go.git $SEMVER_TEMP [2021-05-10T06:55:49.273Z] # '/tmp/semver-635029175' -> '/w/workspace/dgexfoundry_device-sdk-go_master/.semver' [2021-05-10T06:55:49.273Z] # -> Force: false [2021-05-10T06:55:49.273Z] # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver [Pipeline] } [2021-05-10T06:55:49.289Z] $ docker exec --env ******** --env ******** f8cb754932f6575d6f26c94807d28b0157eb2231418342ab291de699f4f06fe9 ssh-agent -k [2021-05-10T06:55:49.416Z] unset SSH_AUTH_SOCK; [2021-05-10T06:55:49.417Z] unset SSH_AGENT_PID; [2021-05-10T06:55:49.417Z] echo Agent pid 51 killed; [2021-05-10T06:55:49.475Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-05-10T06:55:49.811Z] + git semver [Pipeline] } [2021-05-10T06:55:49.830Z] $ docker stop --time=1 f8cb754932f6575d6f26c94807d28b0157eb2231418342ab291de699f4f06fe9 [2021-05-10T06:55:51.181Z] $ docker rm -f f8cb754932f6575d6f26c94807d28b0157eb2231418342ab291de699f4f06fe9 [Pipeline] // withDockerContainer [Pipeline] sh [2021-05-10T06:55:51.583Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-05-10T06:55:51.940Z] Stashed 1 file(s) [Pipeline] echo [2021-05-10T06:55:51.944Z] [edgeXSemver]: initialized semver on version 2.0.0-dev.54 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] node [2021-05-10T06:56:07.132Z] Still waiting to schedule task [2021-05-10T06:56:07.132Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2021-05-10T06:56:07.135Z] Still waiting to schedule task [2021-05-10T06:56:07.135Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2021-05-10T06:57:18.756Z] Running on prd-centos7-docker-4c-2g-4030 in /w/workspace/dgexfoundry_device-sdk-go_master [Pipeline] { [Pipeline] ws [2021-05-10T06:57:18.787Z] Running in /w/workspace/device-sdk-go/159 [Pipeline] { [Pipeline] checkout [2021-05-10T06:57:21.575Z] using credential edgex-jenkins-ssh [2021-05-10T06:57:21.588Z] Cloning the remote Git repository [2021-05-10T06:57:21.300Z] Cloning repository git@github.com:edgexfoundry/device-sdk-go.git [2021-05-10T06:57:21.375Z] > git init /w/workspace/device-sdk-go/159 # timeout=10 [2021-05-10T06:57:21.438Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2021-05-10T06:57:21.439Z] > git --version # timeout=10 [2021-05-10T06:57:21.445Z] > git --version # 'git version 2.24.3' [2021-05-10T06:57:21.446Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-10T06:57:21.472Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-05-10T06:57:23.037Z] Checking out Revision 6cc4c25230d964bbb6ccd74e42769d1c7a10d9be (master) [2021-05-10T06:57:22.321Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2021-05-10T06:57:22.328Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-05-10T06:57:22.345Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2021-05-10T06:57:22.359Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2021-05-10T06:57:22.359Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-10T06:57:22.364Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-05-10T06:57:22.847Z] > git config core.sparsecheckout # timeout=10 [2021-05-10T06:57:22.854Z] > git checkout -f 6cc4c25230d964bbb6ccd74e42769d1c7a10d9be # timeout=10 [2021-05-10T06:57:26.591Z] Commit message: "Merge pull request #914 from hahattan/go1.16" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-05-10T06:57:27.558Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-05-10T06:57:27.886Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-05-10T06:57:28.197Z] + sudo service docker restart [2021-05-10T06:57:28.197Z] + true [2021-05-10T06:57:28.197Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-05-10T06:57:29.625Z] provisioning config files... [2021-05-10T06:57:29.655Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/159@tmp/config2096534321901533824tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-05-10T06:57:29.980Z] ---> docker-login.sh [2021-05-10T06:57:29.980Z] nexus3.edgexfoundry.org:10001 [2021-05-10T06:57:30.244Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-10T06:57:30.244Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-10T06:57:30.244Z] Configure a credential helper to remove this warning. See [2021-05-10T06:57:30.244Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-10T06:57:30.244Z] [2021-05-10T06:57:30.244Z] Login Succeeded [2021-05-10T06:57:30.244Z] nexus3.edgexfoundry.org:10002 [2021-05-10T06:57:30.507Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-10T06:57:30.507Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-10T06:57:30.507Z] Configure a credential helper to remove this warning. See [2021-05-10T06:57:30.507Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-10T06:57:30.507Z] [2021-05-10T06:57:30.507Z] Login Succeeded [2021-05-10T06:57:30.507Z] nexus3.edgexfoundry.org:10003 [2021-05-10T06:57:30.768Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-10T06:57:30.768Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-10T06:57:30.768Z] Configure a credential helper to remove this warning. See [2021-05-10T06:57:30.768Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-10T06:57:30.768Z] [2021-05-10T06:57:30.768Z] Login Succeeded [2021-05-10T06:57:30.768Z] nexus3.edgexfoundry.org:10004 [2021-05-10T06:57:30.768Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-10T06:57:31.030Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-10T06:57:31.030Z] Configure a credential helper to remove this warning. See [2021-05-10T06:57:31.030Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-10T06:57:31.030Z] [2021-05-10T06:57:31.030Z] Login Succeeded [2021-05-10T06:57:31.030Z] docker.io [2021-05-10T06:57:31.030Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-10T06:57:31.292Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-10T06:57:31.292Z] Configure a credential helper to remove this warning. See [2021-05-10T06:57:31.292Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-10T06:57:31.292Z] [2021-05-10T06:57:31.292Z] Login Succeeded [2021-05-10T06:57:31.292Z] ---> docker-login.sh ends [Pipeline] } [2021-05-10T06:57:31.301Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-05-10T06:57:31.464Z] ========================================================= [2021-05-10T06:57:31.465Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine] [2021-05-10T06:57:31.465Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-05-10T06:57:31.777Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine . [2021-05-10T06:57:31.777Z] Sending build context to Docker daemon 2.522MB [2021-05-10T06:57:31.777Z] Step 1/8 : ARG BASE=golang:1.16-alpine3.12 [2021-05-10T06:57:31.777Z] Step 2/8 : FROM ${BASE} [2021-05-10T06:57:32.047Z] 1.16-alpine: Pulling from edgex-devops/edgex-golang-base [2021-05-10T06:57:32.047Z] 540db60ca938: Pulling fs layer [2021-05-10T06:57:32.047Z] adcc1eea9eea: Pulling fs layer [2021-05-10T06:57:32.047Z] 4c4ab2625f07: Pulling fs layer [2021-05-10T06:57:32.047Z] 0510c868ecb4: Pulling fs layer [2021-05-10T06:57:32.047Z] afea3b2eda06: Pulling fs layer [2021-05-10T06:57:32.047Z] 7809a108b3ef: Pulling fs layer [2021-05-10T06:57:32.047Z] f706445af74f: Pulling fs layer [2021-05-10T06:57:32.047Z] 0510c868ecb4: Waiting [2021-05-10T06:57:32.047Z] afea3b2eda06: Waiting [2021-05-10T06:57:32.047Z] 7809a108b3ef: Waiting [2021-05-10T06:57:32.047Z] 4c4ab2625f07: Verifying Checksum [2021-05-10T06:57:32.047Z] 4c4ab2625f07: Download complete [2021-05-10T06:57:32.047Z] adcc1eea9eea: Verifying Checksum [2021-05-10T06:57:32.047Z] adcc1eea9eea: Download complete [2021-05-10T06:57:32.047Z] afea3b2eda06: Verifying Checksum [2021-05-10T06:57:32.047Z] afea3b2eda06: Download complete [2021-05-10T06:57:32.047Z] 540db60ca938: Verifying Checksum [2021-05-10T06:57:32.047Z] 540db60ca938: Download complete [2021-05-10T06:57:32.047Z] 7809a108b3ef: Verifying Checksum [2021-05-10T06:57:32.047Z] 7809a108b3ef: Download complete [2021-05-10T06:57:32.313Z] 540db60ca938: Pull complete [2021-05-10T06:57:32.574Z] adcc1eea9eea: Pull complete [2021-05-10T06:57:32.574Z] 4c4ab2625f07: Pull complete [2021-05-10T06:57:33.968Z] f706445af74f: Verifying Checksum [2021-05-10T06:57:33.968Z] f706445af74f: Download complete [2021-05-10T06:57:34.919Z] 0510c868ecb4: Verifying Checksum [2021-05-10T06:57:34.919Z] 0510c868ecb4: Download complete [2021-05-10T06:57:41.612Z] 0510c868ecb4: Pull complete [2021-05-10T06:57:41.612Z] afea3b2eda06: Pull complete [2021-05-10T06:57:41.612Z] 7809a108b3ef: Pull complete [2021-05-10T06:57:49.791Z] f706445af74f: Pull complete [2021-05-10T06:57:49.791Z] Digest: sha256:3789524f83b4b99ff44900c39f6da7fc44f99660cd9adf292610dec398b137f4 [2021-05-10T06:57:49.791Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [2021-05-10T06:57:49.791Z] ---> b068be0155e3 [2021-05-10T06:57:49.791Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-05-10T06:57:49.791Z] ---> Running in 1d44e1155e8d [2021-05-10T06:57:49.791Z] Removing intermediate container 1d44e1155e8d [2021-05-10T06:57:49.791Z] ---> e677b033d6ae [2021-05-10T06:57:49.791Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-10T06:57:49.791Z] ---> Running in fa4f46cc47a3 [2021-05-10T06:57:50.752Z] Removing intermediate container fa4f46cc47a3 [2021-05-10T06:57:50.752Z] ---> 3ae44ae4790b [2021-05-10T06:57:50.752Z] Step 5/8 : RUN apk add --update --no-cache make git gcc libc-dev libsodium-dev zeromq-dev [2021-05-10T06:57:50.752Z] ---> Running in 02749f3593e6 [2021-05-10T06:57:51.336Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-05-10T06:57:56.646Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-05-10T06:58:03.262Z] (1/6) Installing libc-dev (0.7.2-r3) [2021-05-10T06:58:03.527Z] (2/6) Installing libsodium (1.0.18-r0) [2021-05-10T06:58:04.103Z] (3/6) Installing pkgconf (1.7.3-r0) [2021-05-10T06:58:04.376Z] (4/6) Installing libsodium-dev (1.0.18-r0) [2021-05-10T06:58:04.376Z] (5/6) Installing libzmq (4.3.3-r1) [2021-05-10T06:58:04.957Z] (6/6) Installing zeromq-dev (4.3.3-r1) [2021-05-10T06:58:05.223Z] Executing busybox-1.32.1-r6.trigger [2021-05-10T06:58:05.223Z] OK: 150 MiB in 46 packages [2021-05-10T06:58:06.172Z] Removing intermediate container 02749f3593e6 [2021-05-10T06:58:06.172Z] ---> 28f9862d9a36 [2021-05-10T06:58:06.172Z] Step 6/8 : WORKDIR /device-sdk-go [2021-05-10T06:58:06.172Z] ---> Running in 9deaefd104ea [2021-05-10T06:58:06.172Z] Removing intermediate container 9deaefd104ea [2021-05-10T06:58:06.172Z] ---> 3207fb30b081 [2021-05-10T06:58:06.172Z] Step 7/8 : COPY . . [2021-05-10T06:58:07.572Z] ---> e20a0763f881 [2021-05-10T06:58:07.572Z] Step 8/8 : RUN go mod download [2021-05-10T06:58:07.572Z] ---> Running in 0dfbc83b3049 [2021-05-10T06:58:29.629Z] Removing intermediate container 0dfbc83b3049 [2021-05-10T06:58:29.629Z] ---> e9a5e853e803 [2021-05-10T06:58:29.629Z] Successfully built e9a5e853e803 [2021-05-10T06:58:29.629Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-05-10T06:58:29.965Z] + docker inspect -f . ci-base-image-x86_64 [2021-05-10T06:58:29.965Z] . [Pipeline] withDockerContainer [2021-05-10T06:58:30.082Z] prd-centos7-docker-4c-2g-4030 does not seem to be running inside a container [2021-05-10T06:58:30.136Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/159 -v /w/workspace/device-sdk-go/159:/w/workspace/device-sdk-go/159:rw,z -v /w/workspace/device-sdk-go/159@tmp:/w/workspace/device-sdk-go/159@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-05-10T06:58:30.938Z] $ docker top ec3112a85b3355dbc25c222166dc1913f9445a94f82fb7e57d7b8cf1ee6e72ba -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-10T06:58:31.368Z] + go version [2021-05-10T06:58:31.369Z] go version go1.16.3 linux/amd64 [Pipeline] } [2021-05-10T06:58:31.387Z] $ docker stop --time=1 ec3112a85b3355dbc25c222166dc1913f9445a94f82fb7e57d7b8cf1ee6e72ba [2021-05-10T06:58:32.765Z] $ docker rm -f ec3112a85b3355dbc25c222166dc1913f9445a94f82fb7e57d7b8cf1ee6e72ba [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-10T06:58:33.313Z] + docker inspect -f . ci-base-image-x86_64 [2021-05-10T06:58:33.314Z] . [Pipeline] withDockerContainer [2021-05-10T06:58:33.429Z] prd-centos7-docker-4c-2g-4030 does not seem to be running inside a container [2021-05-10T06:58:33.483Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/159 -v /w/workspace/device-sdk-go/159:/w/workspace/device-sdk-go/159:rw,z -v /w/workspace/device-sdk-go/159@tmp:/w/workspace/device-sdk-go/159@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-05-10T06:58:34.201Z] $ docker top e395cc1d5425c1ba1c7f88c75b29ffcd9cdea915689aa953455963548b4d81e4 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-10T06:58:34.647Z] + go mod tidy [Pipeline] sh [2021-05-10T06:58:35.536Z] + make test [2021-05-10T06:58:35.536Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-05-10T06:58:46.084Z] ? github.com/edgexfoundry/device-sdk-go/v2 [no test files] [2021-05-10T06:59:08.286Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/cmd/device-simple [no test files] [2021-05-10T06:59:08.286Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/config [no test files] [2021-05-10T06:59:08.286Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/driver [no test files] [2021-05-10T06:59:08.325Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-4031 in /w/workspace/dgexfoundry_device-sdk-go_master [Pipeline] { [Pipeline] ws [2021-05-10T06:59:08.346Z] Running in /w/workspace/device-sdk-go/159 [Pipeline] { [Pipeline] checkout [2021-05-10T06:59:11.664Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/application 0.081s coverage: 25.4% of statements [2021-05-10T06:59:11.665Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/autodiscovery [no test files] [2021-05-10T06:59:11.665Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/autoevent 0.108s coverage: 28.1% of statements [2021-05-10T06:59:11.936Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/cache 0.087s coverage: 78.9% of statements [2021-05-10T06:59:12.538Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/clients 1.077s coverage: 10.7% of statements [2021-05-10T06:59:12.538Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/common [no test files] [2021-05-10T06:59:12.538Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/config [no test files] [2021-05-10T06:59:12.538Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/container [no test files] [2021-05-10T06:59:12.813Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http 0.118s coverage: 30.2% of statements [2021-05-10T06:59:12.813Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http/correlation [no test files] [2021-05-10T06:59:12.814Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/handler [no test files] [2021-05-10T06:59:12.814Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/provision [no test files] [2021-05-10T06:59:12.814Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/telemetry [no test files] [2021-05-10T06:59:13.396Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/transformer 0.114s coverage: 58.4% of statements [2021-05-10T06:59:13.982Z] using credential edgex-jenkins-ssh [2021-05-10T06:59:13.998Z] Cloning the remote Git repository [2021-05-10T06:59:14.345Z] ok github.com/edgexfoundry/device-sdk-go/v2/pkg/models 1.290s coverage: 89.2% of statements [2021-05-10T06:59:14.345Z] ? github.com/edgexfoundry/device-sdk-go/v2/pkg/models/mocks [no test files] [2021-05-10T06:59:14.345Z] ok github.com/edgexfoundry/device-sdk-go/v2/pkg/service 0.057s coverage: 5.0% of statements [2021-05-10T06:59:14.345Z] ? github.com/edgexfoundry/device-sdk-go/v2/pkg/startup [no test files] [2021-05-10T06:59:14.612Z] GO111MODULE=on go vet ./... [2021-05-10T06:59:14.048Z] Cloning repository git@github.com:edgexfoundry/device-sdk-go.git [2021-05-10T06:59:14.164Z] > git init /w/workspace/device-sdk-go/159 # timeout=10 [2021-05-10T06:59:14.228Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2021-05-10T06:59:14.228Z] > git --version # timeout=10 [2021-05-10T06:59:14.247Z] > git --version # 'git version 2.17.1' [2021-05-10T06:59:14.249Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-10T06:59:14.323Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-05-10T06:59:15.525Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2021-05-10T06:59:15.548Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-05-10T06:59:15.571Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2021-05-10T06:59:15.598Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2021-05-10T06:59:15.599Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-10T06:59:15.609Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-05-10T06:59:16.091Z] Checking out Revision 6cc4c25230d964bbb6ccd74e42769d1c7a10d9be (master) [2021-05-10T06:59:16.111Z] > git config core.sparsecheckout # timeout=10 [2021-05-10T06:59:16.128Z] > git checkout -f 6cc4c25230d964bbb6ccd74e42769d1c7a10d9be # timeout=10 [2021-05-10T06:59:20.306Z] Commit message: "Merge pull request #914 from hahattan/go1.16" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-05-10T06:59:21.685Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-05-10T06:59:22.101Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-05-10T06:59:22.447Z] + true [2021-05-10T06:59:22.447Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-05-10T06:59:25.105Z] provisioning config files... [2021-05-10T06:59:25.151Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/159@tmp/config4365899802590367491tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-05-10T06:59:25.529Z] ---> docker-login.sh [2021-05-10T06:59:25.529Z] nexus3.edgexfoundry.org:10001 [2021-05-10T06:59:26.130Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-10T06:59:26.731Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-10T06:59:26.731Z] Configure a credential helper to remove this warning. See [2021-05-10T06:59:26.731Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-10T06:59:26.731Z] [2021-05-10T06:59:26.731Z] Login Succeeded [2021-05-10T06:59:26.731Z] nexus3.edgexfoundry.org:10002 [2021-05-10T06:59:27.005Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-10T06:59:27.281Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-10T06:59:27.281Z] Configure a credential helper to remove this warning. See [2021-05-10T06:59:27.281Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-10T06:59:27.281Z] [2021-05-10T06:59:27.281Z] Login Succeeded [2021-05-10T06:59:27.281Z] nexus3.edgexfoundry.org:10003 [2021-05-10T06:59:27.556Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-10T06:59:27.829Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-10T06:59:27.829Z] Configure a credential helper to remove this warning. See [2021-05-10T06:59:27.829Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-10T06:59:27.829Z] [2021-05-10T06:59:27.829Z] Login Succeeded [2021-05-10T06:59:27.829Z] nexus3.edgexfoundry.org:10004 [2021-05-10T06:59:28.103Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-10T06:59:28.379Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-10T06:59:28.379Z] Configure a credential helper to remove this warning. See [2021-05-10T06:59:28.379Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-10T06:59:28.379Z] [2021-05-10T06:59:28.379Z] Login Succeeded [2021-05-10T06:59:28.379Z] docker.io [2021-05-10T06:59:28.651Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-10T06:59:29.245Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-10T06:59:29.245Z] Configure a credential helper to remove this warning. See [2021-05-10T06:59:29.245Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-10T06:59:29.245Z] [2021-05-10T06:59:29.245Z] Login Succeeded [2021-05-10T06:59:29.245Z] ---> docker-login.sh ends [Pipeline] } [2021-05-10T06:59:29.262Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-05-10T06:59:29.619Z] ========================================================= [2021-05-10T06:59:29.619Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine] [2021-05-10T06:59:29.619Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-05-10T06:59:29.957Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine . [2021-05-10T06:59:30.563Z] Sending build context to Docker daemon 2.521MB [2021-05-10T06:59:30.563Z] Step 1/8 : ARG BASE=golang:1.16-alpine3.12 [2021-05-10T06:59:30.563Z] Step 2/8 : FROM ${BASE} [2021-05-10T06:59:30.563Z] 1.16-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-05-10T06:59:30.563Z] 595b0fe564bb: Pulling fs layer [2021-05-10T06:59:30.563Z] 7186ed65a4f7: Pulling fs layer [2021-05-10T06:59:30.563Z] 316046926c0a: Pulling fs layer [2021-05-10T06:59:30.563Z] 4ebd0625c992: Pulling fs layer [2021-05-10T06:59:30.563Z] 207e8628e3a3: Pulling fs layer [2021-05-10T06:59:30.563Z] c791037a9be2: Pulling fs layer [2021-05-10T06:59:30.563Z] ffd874e62e21: Pulling fs layer [2021-05-10T06:59:30.563Z] c791037a9be2: Waiting [2021-05-10T06:59:30.563Z] 4ebd0625c992: Waiting [2021-05-10T06:59:30.563Z] 207e8628e3a3: Waiting [2021-05-10T06:59:30.563Z] ffd874e62e21: Waiting [2021-05-10T06:59:30.563Z] 316046926c0a: Verifying Checksum [2021-05-10T06:59:30.563Z] 316046926c0a: Download complete [2021-05-10T06:59:30.563Z] 7186ed65a4f7: Verifying Checksum [2021-05-10T06:59:30.563Z] 7186ed65a4f7: Download complete [2021-05-10T06:59:30.563Z] 207e8628e3a3: Verifying Checksum [2021-05-10T06:59:30.563Z] 207e8628e3a3: Download complete [2021-05-10T06:59:30.563Z] c791037a9be2: Download complete [2021-05-10T06:59:30.838Z] 595b0fe564bb: Download complete [2021-05-10T06:59:31.449Z] 595b0fe564bb: Pull complete [2021-05-10T06:59:32.050Z] 7186ed65a4f7: Pull complete [2021-05-10T06:59:32.323Z] 316046926c0a: Pull complete [2021-05-10T06:59:32.915Z] ffd874e62e21: Verifying Checksum [2021-05-10T06:59:32.915Z] ffd874e62e21: Download complete [2021-05-10T06:59:34.346Z] 4ebd0625c992: Verifying Checksum [2021-05-10T06:59:34.346Z] 4ebd0625c992: Download complete [2021-05-10T06:59:36.758Z] gofmt -l . [2021-05-10T06:59:36.758Z] [ "`gofmt -l .`" = "" ] [2021-05-10T06:59:36.758Z] ./bin/test-attribution-txt.sh [2021-05-10T06:59:36.758Z] ./bin/test-go-mod-tidy.sh [Pipeline] } [2021-05-10T06:59:36.789Z] $ docker stop --time=1 e395cc1d5425c1ba1c7f88c75b29ffcd9cdea915689aa953455963548b4d81e4 [2021-05-10T06:59:38.851Z] $ docker rm -f e395cc1d5425c1ba1c7f88c75b29ffcd9cdea915689aa953455963548b4d81e4 [Pipeline] // withDockerContainer [Pipeline] sh [2021-05-10T06:59:39.551Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-05-10T06:59:39.977Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2021-05-10T06:59:41.109Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-05-10T06:59:41.419Z] + ls -al . [2021-05-10T06:59:41.419Z] total 212 [2021-05-10T06:59:41.419Z] drwxrwxr-x. 10 jenkins jenkins 4096 May 10 06:59 . [2021-05-10T06:59:41.419Z] drwxrwxr-x. 4 jenkins jenkins 32 May 10 06:57 .. [2021-05-10T06:59:41.419Z] drwxrwxr-x. 2 jenkins jenkins 64 May 10 06:57 bin [2021-05-10T06:59:41.419Z] -rw-r--r--. 1 jenkins jenkins 124140 May 10 06:59 coverage.out [2021-05-10T06:59:41.419Z] -rw-rw-r--. 1 jenkins jenkins 987 May 10 06:57 Dockerfile.build [2021-05-10T06:59:41.419Z] -rw-rw-r--. 1 jenkins jenkins 140 May 10 06:57 .dockerignore [2021-05-10T06:59:41.419Z] drwxrwxr-x. 5 jenkins jenkins 62 May 10 06:57 example [2021-05-10T06:59:41.419Z] drwxrwxr-x. 8 jenkins jenkins 162 May 10 06:57 .git [2021-05-10T06:59:41.419Z] drwxrwxr-x. 2 jenkins jenkins 103 May 10 06:57 .github [2021-05-10T06:59:41.419Z] -rw-rw-r--. 1 jenkins jenkins 138 May 10 06:57 .gitignore [2021-05-10T06:59:41.419Z] -rw-r--r--. 1 jenkins jenkins 575 May 10 06:59 go.mod [2021-05-10T06:59:41.419Z] -rw-r--r--. 1 jenkins jenkins 20637 May 10 06:58 go.sum [2021-05-10T06:59:41.419Z] drwxrwxr-x. 15 jenkins jenkins 222 May 10 06:57 internal [2021-05-10T06:59:41.419Z] -rw-rw-r--. 1 jenkins jenkins 901 May 10 06:57 Jenkinsfile [2021-05-10T06:59:41.419Z] -rw-rw-r--. 1 jenkins jenkins 11341 May 10 06:57 LICENSE [2021-05-10T06:59:41.419Z] -rw-rw-r--. 1 jenkins jenkins 1000 May 10 06:57 Makefile [2021-05-10T06:59:41.419Z] drwxrwxr-x. 4 jenkins jenkins 26 May 10 06:57 openapi [2021-05-10T06:59:41.419Z] drwxrwxr-x. 5 jenkins jenkins 50 May 10 06:57 pkg [2021-05-10T06:59:41.419Z] -rw-rw-r--. 1 jenkins jenkins 7652 May 10 06:57 README.md [2021-05-10T06:59:41.419Z] -rw-rw-r--. 1 jenkins jenkins 6616 May 10 06:57 RELEASE-NOTES.txt [2021-05-10T06:59:41.419Z] drwxrwxr-x. 4 jenkins jenkins 54 May 10 06:57 snap [2021-05-10T06:59:41.419Z] -rw-rw-r--. 1 jenkins jenkins 12 May 10 06:55 VERSION [2021-05-10T06:59:41.419Z] -rw-rw-r--. 1 jenkins jenkins 222 May 10 06:57 version.go [Pipeline] isUnix [Pipeline] sh [2021-05-10T06:59:41.731Z] + 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=6cc4c25230d964bbb6ccd74e42769d1c7a10d9be --label arch=amd64 --label version=2.0.0-dev.54 . [2021-05-10T06:59:41.996Z] Sending build context to Docker daemon 2.647MB [2021-05-10T06:59:41.996Z] Step 1/23 : ARG BASE=golang:1.16-alpine3.12 [2021-05-10T06:59:41.996Z] Step 2/23 : FROM ${BASE} AS builder [2021-05-10T06:59:41.996Z] ---> e9a5e853e803 [2021-05-10T06:59:41.996Z] Step 3/23 : WORKDIR /device-sdk-go [2021-05-10T06:59:42.572Z] ---> Running in 31d608f7f166 [2021-05-10T06:59:42.838Z] Removing intermediate container 31d608f7f166 [2021-05-10T06:59:42.838Z] ---> 85585116e95f [2021-05-10T06:59:42.838Z] Step 4/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-05-10T06:59:42.838Z] ---> Running in 7b7214fe5b7d [2021-05-10T06:59:42.838Z] Removing intermediate container 7b7214fe5b7d [2021-05-10T06:59:42.838Z] ---> e86d207fa538 [2021-05-10T06:59:42.838Z] Step 5/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-10T06:59:43.110Z] ---> Running in 164733bb44d1 [2021-05-10T06:59:44.066Z] Removing intermediate container 164733bb44d1 [2021-05-10T06:59:44.066Z] ---> fc66f41eca4d [2021-05-10T06:59:44.066Z] Step 6/23 : RUN apk add --update --no-cache make git gcc libc-dev zeromq-dev libsodium-dev [2021-05-10T06:59:44.066Z] ---> Running in 2d0cd7a8b8a3 [2021-05-10T06:59:44.531Z] 4ebd0625c992: Pull complete [2021-05-10T06:59:44.531Z] 207e8628e3a3: Pull complete [2021-05-10T06:59:44.649Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-05-10T06:59:44.804Z] c791037a9be2: Pull complete [2021-05-10T06:59:46.578Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-05-10T06:59:48.505Z] OK: 150 MiB in 46 packages [2021-05-10T06:59:49.081Z] Removing intermediate container 2d0cd7a8b8a3 [2021-05-10T06:59:49.081Z] ---> 3ea508e51bda [2021-05-10T06:59:49.081Z] Step 7/23 : COPY . . [2021-05-10T06:59:49.114Z] ffd874e62e21: Pull complete [2021-05-10T06:59:49.114Z] Digest: sha256:fad7b58e697bd06bcf362d803a3263ca5ec03b905aa8665231fe3262941fe3e0 [2021-05-10T06:59:49.114Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine [2021-05-10T06:59:49.114Z] ---> cfc18b08335c [2021-05-10T06:59:49.114Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-05-10T06:59:50.035Z] ---> 7d0ba53d3063 [2021-05-10T06:59:50.036Z] Step 8/23 : RUN go mod download [2021-05-10T06:59:50.300Z] ---> Running in e1044b1d72e9 [2021-05-10T06:59:51.251Z] Removing intermediate container e1044b1d72e9 [2021-05-10T06:59:51.251Z] ---> 5f35a438fbc2 [2021-05-10T06:59:51.251Z] Step 9/23 : RUN make build [2021-05-10T06:59:51.251Z] ---> Running in 4ab87a37ef40 [2021-05-10T06:59:51.744Z] ---> Running in 629719813aa2 [2021-05-10T06:59:51.744Z] Removing intermediate container 629719813aa2 [2021-05-10T06:59:51.744Z] ---> aa2106896517 [2021-05-10T06:59:51.744Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-10T06:59:51.744Z] ---> Running in 5c7dcb049af3 [2021-05-10T06:59:51.828Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-sdk-go/v2.Version=2.0.0-dev.54" -o example/cmd/device-simple/device-simple ./example/cmd/device-simple [2021-05-10T06:59:54.381Z] Removing intermediate container 5c7dcb049af3 [2021-05-10T06:59:54.381Z] ---> a06cf8474e70 [2021-05-10T06:59:54.381Z] Step 5/8 : RUN apk add --update --no-cache make git gcc libc-dev libsodium-dev zeromq-dev [2021-05-10T06:59:54.381Z] ---> Running in d32495510b72 [2021-05-10T06:59:55.364Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-05-10T06:59:57.335Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-05-10T06:59:59.297Z] (1/6) Installing libc-dev (0.7.2-r3) [2021-05-10T06:59:59.297Z] (2/6) Installing libsodium (1.0.18-r0) [2021-05-10T06:59:59.567Z] (3/6) Installing pkgconf (1.7.3-r0) [2021-05-10T06:59:59.838Z] (4/6) Installing libsodium-dev (1.0.18-r0) [2021-05-10T06:59:59.838Z] (5/6) Installing libzmq (4.3.3-r1) [2021-05-10T07:00:00.107Z] (6/6) Installing zeromq-dev (4.3.3-r1) [2021-05-10T07:00:00.379Z] Executing busybox-1.32.1-r6.trigger [2021-05-10T07:00:00.379Z] OK: 139 MiB in 46 packages [2021-05-10T07:00:01.817Z] Removing intermediate container d32495510b72 [2021-05-10T07:00:01.817Z] ---> 313a9eb7eeec [2021-05-10T07:00:01.817Z] Step 6/8 : WORKDIR /device-sdk-go [2021-05-10T07:00:01.817Z] ---> Running in 473a83b952d3 [2021-05-10T07:00:02.424Z] Removing intermediate container 473a83b952d3 [2021-05-10T07:00:02.424Z] ---> 9ddc5b7904ef [2021-05-10T07:00:02.424Z] Step 7/8 : COPY . . [2021-05-10T07:00:03.871Z] ---> d4ead37e15a9 [2021-05-10T07:00:03.871Z] Step 8/8 : RUN go mod download [2021-05-10T07:00:03.871Z] ---> Running in 4299b595d1fc [2021-05-10T07:00:04.221Z] CGO_ENABLED=1 GO111MODULE=on go install -tags=safe [2021-05-10T07:00:05.632Z] Removing intermediate container 4ab87a37ef40 [2021-05-10T07:00:05.632Z] ---> aef44a08e033 [2021-05-10T07:00:05.632Z] Step 10/23 : FROM alpine:3.12 [2021-05-10T07:00:05.895Z] 3.12: Pulling from library/alpine [2021-05-10T07:00:05.895Z] 339de151aab4: Pulling fs layer [2021-05-10T07:00:06.159Z] 339de151aab4: Verifying Checksum [2021-05-10T07:00:06.159Z] 339de151aab4: Download complete [2021-05-10T07:00:06.424Z] 339de151aab4: Pull complete [2021-05-10T07:00:06.424Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-05-10T07:00:06.424Z] Status: Downloaded newer image for alpine:3.12 [2021-05-10T07:00:06.424Z] ---> 13621d1b12d4 [2021-05-10T07:00:06.424Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-05-10T07:00:06.690Z] ---> Running in df4271acbf44 [2021-05-10T07:00:06.955Z] Removing intermediate container df4271acbf44 [2021-05-10T07:00:06.955Z] ---> 2d874a44a1c3 [2021-05-10T07:00:06.955Z] Step 12/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-10T07:00:06.955Z] ---> Running in e9e5b3837958 [2021-05-10T07:00:07.906Z] Removing intermediate container e9e5b3837958 [2021-05-10T07:00:07.906Z] ---> f7eac73bf97a [2021-05-10T07:00:07.906Z] Step 13/23 : RUN apk add --update --no-cache zeromq [2021-05-10T07:00:07.906Z] ---> Running in ee32099ab353 [2021-05-10T07:00:08.491Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-05-10T07:00:10.415Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-05-10T07:00:10.999Z] (1/5) Installing libgcc (9.3.0-r2) [2021-05-10T07:00:10.999Z] (2/5) Installing libsodium (1.0.18-r0) [2021-05-10T07:00:11.263Z] (3/5) Installing libstdc++ (9.3.0-r2) [2021-05-10T07:00:11.839Z] (4/5) Installing libzmq (4.3.3-r0) [2021-05-10T07:00:12.101Z] (5/5) Installing zeromq (4.3.3-r0) [2021-05-10T07:00:12.366Z] Executing busybox-1.31.1-r20.trigger [2021-05-10T07:00:12.366Z] OK: 8 MiB in 19 packages [2021-05-10T07:00:12.633Z] Removing intermediate container ee32099ab353 [2021-05-10T07:00:12.633Z] ---> d5657dc1b725 [2021-05-10T07:00:12.633Z] Step 14/23 : WORKDIR / [2021-05-10T07:00:12.900Z] ---> Running in 3bf33b5a61b3 [2021-05-10T07:00:12.900Z] Removing intermediate container 3bf33b5a61b3 [2021-05-10T07:00:12.900Z] ---> 180395029369 [2021-05-10T07:00:12.900Z] Step 15/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/Attribution.txt /Attribution.txt [2021-05-10T07:00:13.163Z] ---> c261f0d2fa4d [2021-05-10T07:00:13.163Z] Step 16/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /device-simple [2021-05-10T07:00:13.739Z] ---> de149b3f48ff [2021-05-10T07:00:13.739Z] Step 17/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/ /res [2021-05-10T07:00:14.003Z] ---> b276cf7c0f51 [2021-05-10T07:00:14.003Z] Step 18/23 : EXPOSE 49990 [2021-05-10T07:00:14.003Z] ---> Running in 4d5d8077d828 [2021-05-10T07:00:14.270Z] Removing intermediate container 4d5d8077d828 [2021-05-10T07:00:14.270Z] ---> 927b62009657 [2021-05-10T07:00:14.270Z] Step 19/23 : ENTRYPOINT ["/device-simple"] [2021-05-10T07:00:14.270Z] ---> Running in db264b7ec9f1 [2021-05-10T07:00:14.534Z] Removing intermediate container db264b7ec9f1 [2021-05-10T07:00:14.534Z] ---> fef1cf5c789b [2021-05-10T07:00:14.534Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-10T07:00:14.534Z] ---> Running in c478ee16ea29 [2021-05-10T07:00:14.800Z] Removing intermediate container c478ee16ea29 [2021-05-10T07:00:14.800Z] ---> e5c57b5916ab [2021-05-10T07:00:14.800Z] Step 21/23 : LABEL arch=amd64 [2021-05-10T07:00:14.800Z] ---> Running in 23b515425668 [2021-05-10T07:00:15.064Z] Removing intermediate container 23b515425668 [2021-05-10T07:00:15.065Z] ---> c211cb145653 [2021-05-10T07:00:15.065Z] Step 22/23 : LABEL git_sha=6cc4c25230d964bbb6ccd74e42769d1c7a10d9be [2021-05-10T07:00:15.065Z] ---> Running in dfe35645a4fe [2021-05-10T07:00:15.327Z] Removing intermediate container dfe35645a4fe [2021-05-10T07:00:15.327Z] ---> 2f8e9189fc05 [2021-05-10T07:00:15.327Z] Step 23/23 : LABEL version=2.0.0-dev.54 [2021-05-10T07:00:15.327Z] ---> Running in 6d4c1744198a [2021-05-10T07:00:15.593Z] Removing intermediate container 6d4c1744198a [2021-05-10T07:00:15.593Z] ---> ea1fae3dfae8 [2021-05-10T07:00:15.593Z] [Warning] One or more build-args [ARCH MAKE] were not consumed [2021-05-10T07:00:15.593Z] Successfully built ea1fae3dfae8 [2021-05-10T07:00:15.593Z] Successfully tagged docker-device-sdk-simple:latest [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh [2021-05-10T07:00:16.323Z] ---> job-cost.sh [2021-05-10T07:00:16.323Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-vFrY [2021-05-10T07:00:30.681Z] Removing intermediate container 4299b595d1fc [2021-05-10T07:00:30.681Z] ---> f8a1bd22873f [2021-05-10T07:00:30.681Z] Successfully built f8a1bd22873f [2021-05-10T07:00:30.681Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-05-10T07:00:31.030Z] + docker inspect -f . ci-base-image-arm64 [2021-05-10T07:00:31.030Z] . [Pipeline] withDockerContainer [2021-05-10T07:00:31.262Z] prd-ubuntu18.04-docker-arm64-4c-16g-4031 does not seem to be running inside a container [2021-05-10T07:00:31.285Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-05-10T07:00:31.350Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/159 -v /w/workspace/device-sdk-go/159:/w/workspace/device-sdk-go/159:rw,z -v /w/workspace/device-sdk-go/159@tmp:/w/workspace/device-sdk-go/159@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-05-10T07:00:32.895Z] $ docker top 9451e1c67b040de8322a4168a957bce2712bebcbd5a6296406487741cba03fe6 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-10T07:00:33.826Z] + go version [2021-05-10T07:00:33.826Z] go version go1.16.3 linux/arm64 [Pipeline] } [2021-05-10T07:00:33.853Z] $ docker stop --time=1 9451e1c67b040de8322a4168a957bce2712bebcbd5a6296406487741cba03fe6 [2021-05-10T07:00:35.792Z] $ docker rm -f 9451e1c67b040de8322a4168a957bce2712bebcbd5a6296406487741cba03fe6 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-10T07:00:36.519Z] + docker inspect -f . ci-base-image-arm64 [2021-05-10T07:00:36.519Z] . [Pipeline] withDockerContainer [2021-05-10T07:00:36.783Z] prd-ubuntu18.04-docker-arm64-4c-16g-4031 does not seem to be running inside a container [2021-05-10T07:00:36.870Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/159 -v /w/workspace/device-sdk-go/159:/w/workspace/device-sdk-go/159:rw,z -v /w/workspace/device-sdk-go/159@tmp:/w/workspace/device-sdk-go/159@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-05-10T07:00:38.377Z] $ docker top 74f60bdeca57323d56d71adc30980554b141d9f1089730a27b3e8f23efa56fc6 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-10T07:00:39.305Z] + go mod tidy [Pipeline] sh [2021-05-10T07:00:40.559Z] + make test [2021-05-10T07:00:40.559Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-05-10T07:00:57.939Z] lf-activate-venv(): INFO: Adding /tmp/venv-vFrY/bin to PATH [2021-05-10T07:00:57.939Z] INFO: No Stack... [2021-05-10T07:00:58.887Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-05-10T07:00:59.465Z] INFO: Archiving Costs [Pipeline] sh [2021-05-10T07:00:59.779Z] + cat /w/workspace/device-sdk-go/159/archives/cost.csv [2021-05-10T07:00:59.779Z] + cut -d, -f6 [Pipeline] lock [2021-05-10T07:00:59.858Z] Trying to acquire lock on [jenkins-edgexfoundry-device-sdk-go-master-159-stack-cost] [2021-05-10T07:00:59.867Z] Resource [jenkins-edgexfoundry-device-sdk-go-master-159-stack-cost] did not exist. Created. [2021-05-10T07:00:59.868Z] Lock acquired on [jenkins-edgexfoundry-device-sdk-go-master-159-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-05-10T07:01:00.198Z] + echo total: 0.029999999329447746 [Pipeline] stash [2021-05-10T07:01:00.323Z] Stashed 1 file(s) [Pipeline] } [2021-05-10T07:01:00.336Z] Lock released on resource [jenkins-edgexfoundry-device-sdk-go-master-159-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-05-10T07:01:07.403Z] ? github.com/edgexfoundry/device-sdk-go/v2 [no test files] [2021-05-10T07:02:03.999Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/cmd/device-simple [no test files] [2021-05-10T07:02:03.999Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/config [no test files] [2021-05-10T07:02:03.999Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/driver [no test files] [2021-05-10T07:02:16.414Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/application 0.248s coverage: 25.4% of statements [2021-05-10T07:02:16.414Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/autodiscovery [no test files] [2021-05-10T07:02:16.414Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/autoevent 0.129s coverage: 28.1% of statements [2021-05-10T07:02:16.414Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/cache 0.241s coverage: 78.9% of statements [2021-05-10T07:02:16.414Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/clients 1.174s coverage: 10.7% of statements [2021-05-10T07:02:16.414Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/common [no test files] [2021-05-10T07:02:16.414Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/config [no test files] [2021-05-10T07:02:16.414Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/container [no test files] [2021-05-10T07:02:19.818Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http 0.241s coverage: 30.2% of statements [2021-05-10T07:02:19.818Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http/correlation [no test files] [2021-05-10T07:02:19.818Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/handler [no test files] [2021-05-10T07:02:19.818Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/provision [no test files] [2021-05-10T07:02:19.818Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/telemetry [no test files] [2021-05-10T07:02:19.818Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/transformer 0.355s coverage: 58.4% of statements [2021-05-10T07:02:22.439Z] ok github.com/edgexfoundry/device-sdk-go/v2/pkg/models 3.139s coverage: 89.2% of statements [2021-05-10T07:02:22.439Z] ? github.com/edgexfoundry/device-sdk-go/v2/pkg/models/mocks [no test files] [2021-05-10T07:02:22.439Z] ok github.com/edgexfoundry/device-sdk-go/v2/pkg/service 0.135s coverage: 5.0% of statements [2021-05-10T07:02:22.439Z] ? github.com/edgexfoundry/device-sdk-go/v2/pkg/startup [no test files] [2021-05-10T07:02:22.439Z] GO111MODULE=on go vet ./... [2021-05-10T07:03:19.043Z] gofmt -l . [2021-05-10T07:03:19.043Z] [ "`gofmt -l .`" = "" ] [2021-05-10T07:03:19.043Z] ./bin/test-attribution-txt.sh [2021-05-10T07:03:19.043Z] ./bin/test-go-mod-tidy.sh [Pipeline] } [2021-05-10T07:03:19.346Z] $ docker stop --time=1 74f60bdeca57323d56d71adc30980554b141d9f1089730a27b3e8f23efa56fc6 [2021-05-10T07:03:21.519Z] $ docker rm -f 74f60bdeca57323d56d71adc30980554b141d9f1089730a27b3e8f23efa56fc6 [Pipeline] // withDockerContainer [Pipeline] sh [2021-05-10T07:03:22.640Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-05-10T07:03:22.673Z] Warning: overwriting stash ‘coverage-report’ [2021-05-10T07:03:23.730Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-05-10T07:03:24.192Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-05-10T07:03:24.581Z] + ls -al . [2021-05-10T07:03:24.581Z] total 248 [2021-05-10T07:03:24.581Z] drwxrwxr-x 10 jenkins jenkins 4096 May 10 07:03 . [2021-05-10T07:03:24.581Z] drwxrwxr-x 4 jenkins jenkins 4096 May 10 06:59 .. [2021-05-10T07:03:24.581Z] -rw-rw-r-- 1 jenkins jenkins 140 May 10 06:59 .dockerignore [2021-05-10T07:03:24.581Z] drwxrwxr-x 8 jenkins jenkins 4096 May 10 06:59 .git [2021-05-10T07:03:24.581Z] drwxrwxr-x 2 jenkins jenkins 4096 May 10 06:59 .github [2021-05-10T07:03:24.581Z] -rw-rw-r-- 1 jenkins jenkins 138 May 10 06:59 .gitignore [2021-05-10T07:03:24.581Z] -rw-rw-r-- 1 jenkins jenkins 987 May 10 06:59 Dockerfile.build [2021-05-10T07:03:24.581Z] -rw-rw-r-- 1 jenkins jenkins 901 May 10 06:59 Jenkinsfile [2021-05-10T07:03:24.581Z] -rw-rw-r-- 1 jenkins jenkins 11341 May 10 06:59 LICENSE [2021-05-10T07:03:24.581Z] -rw-rw-r-- 1 jenkins jenkins 1000 May 10 06:59 Makefile [2021-05-10T07:03:24.581Z] -rw-rw-r-- 1 jenkins jenkins 7652 May 10 06:59 README.md [2021-05-10T07:03:24.581Z] -rw-rw-r-- 1 jenkins jenkins 6616 May 10 06:59 RELEASE-NOTES.txt [2021-05-10T07:03:24.581Z] -rw-rw-r-- 1 jenkins jenkins 12 May 10 06:55 VERSION [2021-05-10T07:03:24.581Z] drwxrwxr-x 2 jenkins jenkins 4096 May 10 06:59 bin [2021-05-10T07:03:24.581Z] -rw-r--r-- 1 jenkins jenkins 124140 May 10 07:02 coverage.out [2021-05-10T07:03:24.581Z] drwxrwxr-x 5 jenkins jenkins 4096 May 10 06:59 example [2021-05-10T07:03:24.581Z] -rw-r--r-- 1 jenkins jenkins 575 May 10 07:03 go.mod [2021-05-10T07:03:24.581Z] -rw-r--r-- 1 jenkins jenkins 20637 May 10 07:00 go.sum [2021-05-10T07:03:24.581Z] drwxrwxr-x 15 jenkins jenkins 4096 May 10 06:59 internal [2021-05-10T07:03:24.581Z] drwxrwxr-x 4 jenkins jenkins 4096 May 10 06:59 openapi [2021-05-10T07:03:24.581Z] drwxrwxr-x 5 jenkins jenkins 4096 May 10 06:59 pkg [2021-05-10T07:03:24.581Z] drwxrwxr-x 4 jenkins jenkins 4096 May 10 06:59 snap [2021-05-10T07:03:24.581Z] -rw-rw-r-- 1 jenkins jenkins 222 May 10 06:59 version.go [Pipeline] isUnix [Pipeline] sh [2021-05-10T07:03:24.947Z] + 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=6cc4c25230d964bbb6ccd74e42769d1c7a10d9be --label arch=arm64 --label version=2.0.0-dev.54 . [2021-05-10T07:03:25.586Z] Sending build context to Docker daemon 2.646MB [2021-05-10T07:03:25.586Z] Step 1/23 : ARG BASE=golang:1.16-alpine3.12 [2021-05-10T07:03:25.586Z] Step 2/23 : FROM ${BASE} AS builder [2021-05-10T07:03:25.586Z] ---> f8a1bd22873f [2021-05-10T07:03:25.586Z] Step 3/23 : WORKDIR /device-sdk-go [2021-05-10T07:03:25.885Z] ---> Running in 39561125245d [2021-05-10T07:03:26.179Z] Removing intermediate container 39561125245d [2021-05-10T07:03:26.179Z] ---> 6e467600456f [2021-05-10T07:03:26.179Z] Step 4/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-05-10T07:03:26.457Z] ---> Running in 83e881be0aab [2021-05-10T07:03:26.730Z] Removing intermediate container 83e881be0aab [2021-05-10T07:03:26.730Z] ---> 10e1b0de69cc [2021-05-10T07:03:26.730Z] Step 5/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-10T07:03:27.003Z] ---> Running in 240d821d22c0 [2021-05-10T07:03:28.986Z] Removing intermediate container 240d821d22c0 [2021-05-10T07:03:28.986Z] ---> 333a9aa12d6a [2021-05-10T07:03:28.986Z] Step 6/23 : RUN apk add --update --no-cache make git gcc libc-dev zeromq-dev libsodium-dev [2021-05-10T07:03:29.270Z] ---> Running in 004057cc227a [2021-05-10T07:03:30.253Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-05-10T07:03:32.209Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-05-10T07:03:34.812Z] OK: 139 MiB in 46 packages [2021-05-10T07:03:35.802Z] Removing intermediate container 004057cc227a [2021-05-10T07:03:35.802Z] ---> cbf3cdb47c68 [2021-05-10T07:03:35.802Z] Step 7/23 : COPY . . [2021-05-10T07:03:37.233Z] ---> 5c9f2376ab79 [2021-05-10T07:03:37.233Z] Step 8/23 : RUN go mod download [2021-05-10T07:03:37.233Z] ---> Running in ea12085fb806 [2021-05-10T07:03:39.210Z] Removing intermediate container ea12085fb806 [2021-05-10T07:03:39.210Z] ---> e94f69da5627 [2021-05-10T07:03:39.210Z] Step 9/23 : RUN make build [2021-05-10T07:03:39.492Z] ---> Running in 0b419bbbb6df [2021-05-10T07:03:40.474Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-sdk-go/v2.Version=2.0.0-dev.54" -o example/cmd/device-simple/device-simple ./example/cmd/device-simple [2021-05-10T07:04:12.853Z] CGO_ENABLED=1 GO111MODULE=on go install -tags=safe [2021-05-10T07:04:15.464Z] Removing intermediate container 0b419bbbb6df [2021-05-10T07:04:15.464Z] ---> 11919ceb5568 [2021-05-10T07:04:15.464Z] Step 10/23 : FROM alpine:3.12 [2021-05-10T07:04:15.735Z] 3.12: Pulling from library/alpine [2021-05-10T07:04:16.005Z] d2f70382dc9a: Pulling fs layer [2021-05-10T07:04:16.278Z] d2f70382dc9a: Verifying Checksum [2021-05-10T07:04:16.278Z] d2f70382dc9a: Download complete [2021-05-10T07:04:16.872Z] d2f70382dc9a: Pull complete [2021-05-10T07:04:16.872Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-05-10T07:04:16.872Z] Status: Downloaded newer image for alpine:3.12 [2021-05-10T07:04:16.872Z] ---> 9852663dfa18 [2021-05-10T07:04:16.872Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-05-10T07:04:17.143Z] ---> Running in 40ab17d736df [2021-05-10T07:04:17.415Z] Removing intermediate container 40ab17d736df [2021-05-10T07:04:17.415Z] ---> 1fd09f30d945 [2021-05-10T07:04:17.415Z] Step 12/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-10T07:04:17.690Z] ---> Running in 4844e6095066 [2021-05-10T07:04:19.670Z] Removing intermediate container 4844e6095066 [2021-05-10T07:04:19.670Z] ---> 635ac588b2d7 [2021-05-10T07:04:19.670Z] Step 13/23 : RUN apk add --update --no-cache zeromq [2021-05-10T07:04:19.942Z] ---> Running in 9ed053534bf0 [2021-05-10T07:04:20.914Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-05-10T07:04:22.337Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-05-10T07:04:23.308Z] (1/5) Installing libgcc (9.3.0-r2) [2021-05-10T07:04:23.308Z] (2/5) Installing libsodium (1.0.18-r0) [2021-05-10T07:04:23.580Z] (3/5) Installing libstdc++ (9.3.0-r2) [2021-05-10T07:04:24.166Z] (4/5) Installing libzmq (4.3.3-r0) [2021-05-10T07:04:24.437Z] (5/5) Installing zeromq (4.3.3-r0) [2021-05-10T07:04:24.437Z] Executing busybox-1.31.1-r20.trigger [2021-05-10T07:04:24.437Z] OK: 8 MiB in 19 packages [2021-05-10T07:04:25.860Z] Removing intermediate container 9ed053534bf0 [2021-05-10T07:04:25.860Z] ---> 4d3c9824e613 [2021-05-10T07:04:25.860Z] Step 14/23 : WORKDIR / [2021-05-10T07:04:25.860Z] ---> Running in dab9346c99cb [2021-05-10T07:04:26.451Z] Removing intermediate container dab9346c99cb [2021-05-10T07:04:26.451Z] ---> db6937c35cad [2021-05-10T07:04:26.451Z] Step 15/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/Attribution.txt /Attribution.txt [2021-05-10T07:04:27.041Z] ---> 14173c28f701 [2021-05-10T07:04:27.041Z] Step 16/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /device-simple [2021-05-10T07:04:28.022Z] ---> fcf54c7b3f44 [2021-05-10T07:04:28.022Z] Step 17/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/ /res [2021-05-10T07:04:28.995Z] ---> 7e587c6a8980 [2021-05-10T07:04:28.995Z] Step 18/23 : EXPOSE 49990 [2021-05-10T07:04:28.995Z] ---> Running in 7675a0b5ab5c [2021-05-10T07:04:29.268Z] Removing intermediate container 7675a0b5ab5c [2021-05-10T07:04:29.268Z] ---> 1fe04822d468 [2021-05-10T07:04:29.268Z] Step 19/23 : ENTRYPOINT ["/device-simple"] [2021-05-10T07:04:29.540Z] ---> Running in 6fd2c43e5c84 [2021-05-10T07:04:29.815Z] Removing intermediate container 6fd2c43e5c84 [2021-05-10T07:04:29.815Z] ---> 6fec70827f87 [2021-05-10T07:04:29.815Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-10T07:04:30.091Z] ---> Running in 8abe13451afc [2021-05-10T07:04:30.363Z] Removing intermediate container 8abe13451afc [2021-05-10T07:04:30.363Z] ---> 2d1922a25442 [2021-05-10T07:04:30.363Z] Step 21/23 : LABEL arch=arm64 [2021-05-10T07:04:30.634Z] ---> Running in 259a43db4f23 [2021-05-10T07:04:30.909Z] Removing intermediate container 259a43db4f23 [2021-05-10T07:04:30.909Z] ---> 58fbfb017720 [2021-05-10T07:04:30.909Z] Step 22/23 : LABEL git_sha=6cc4c25230d964bbb6ccd74e42769d1c7a10d9be [2021-05-10T07:04:31.182Z] ---> Running in bd2fc70310e9 [2021-05-10T07:04:31.458Z] Removing intermediate container bd2fc70310e9 [2021-05-10T07:04:31.458Z] ---> 1351c91389ea [2021-05-10T07:04:31.458Z] Step 23/23 : LABEL version=2.0.0-dev.54 [2021-05-10T07:04:31.729Z] ---> Running in 13f019196d78 [2021-05-10T07:04:31.999Z] Removing intermediate container 13f019196d78 [2021-05-10T07:04:31.999Z] ---> 3de8a4499ce6 [2021-05-10T07:04:31.999Z] [Warning] One or more build-args [MAKE ARCH] were not consumed [2021-05-10T07:04:32.272Z] Successfully built 3de8a4499ce6 [2021-05-10T07:04:32.272Z] Successfully tagged docker-device-sdk-simple-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh [2021-05-10T07:04:32.767Z] ---> job-cost.sh [2021-05-10T07:04:32.767Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-XJqx [2021-05-10T07:05:11.727Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-05-10T07:06:33.486Z] lf-activate-venv(): INFO: Adding /tmp/venv-XJqx/bin to PATH [2021-05-10T07:06:33.486Z] INFO: No Stack... [2021-05-10T07:06:33.486Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-05-10T07:06:33.486Z] INFO: Archiving Costs [Pipeline] sh [2021-05-10T07:06:33.824Z] + + cut -d,cat -f6 /w/workspace/device-sdk-go/159/archives/cost.csv [2021-05-10T07:06:33.824Z] [Pipeline] lock [2021-05-10T07:06:33.928Z] Trying to acquire lock on [jenkins-edgexfoundry-device-sdk-go-master-159-stack-cost] [2021-05-10T07:06:33.936Z] Resource [jenkins-edgexfoundry-device-sdk-go-master-159-stack-cost] did not exist. Created. [2021-05-10T07:06:33.936Z] Lock acquired on [jenkins-edgexfoundry-device-sdk-go-master-159-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-05-10T07:06:34.303Z] /w/workspace/device-sdk-go/159@tmp/durable-ad58c060/script.sh: 1: /w/workspace/device-sdk-go/159@tmp/durable-ad58c060/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh [2021-05-10T07:06:34.643Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-05-10T07:06:34.661Z] Warning: overwriting stash ‘stack-cost’ [2021-05-10T07:06:34.820Z] Stashed 1 file(s) [Pipeline] } [2021-05-10T07:06:34.834Z] Lock released on resource [jenkins-edgexfoundry-device-sdk-go-master-159-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2021-05-10T07:06:35.277Z] provisioning config files... [2021-05-10T07:06:35.293Z] copy managed file [device-sdk-go-codecov-token] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config3022993305217845118tmp [Pipeline] { [Pipeline] sh [2021-05-10T07:06:35.630Z] + set +x [2021-05-10T07:06:35.630Z] + curl -s https://codecov.io/bash [2021-05-10T07:06:35.630Z] + bash -s -- [2021-05-10T07:06:35.895Z] [2021-05-10T07:06:35.895Z] _____ _ [2021-05-10T07:06:35.895Z] / ____| | | [2021-05-10T07:06:35.895Z] | | ___ __| | ___ ___ _____ __ [2021-05-10T07:06:35.895Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-05-10T07:06:35.895Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-05-10T07:06:35.895Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-05-10T07:06:35.895Z] Bash-1.0.2 [2021-05-10T07:06:35.895Z] [2021-05-10T07:06:35.895Z] [2021-05-10T07:06:35.895Z] ==> git version 2.24.3 found [2021-05-10T07:06:35.895Z] ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 [2021-05-10T07:06:35.895Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-05-10T07:06:35.895Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-05-10T07:06:35.895Z] ==> Jenkins CI detected. [2021-05-10T07:06:35.895Z] project root: . [2021-05-10T07:06:35.895Z] --> token set from env [2021-05-10T07:06:35.895Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-05-10T07:06:35.896Z] ==> Running gcov in . (disable via -X gcov) [2021-05-10T07:06:35.896Z] ==> Python coveragepy not found [2021-05-10T07:06:35.896Z] ==> Searching for coverage reports in: [2021-05-10T07:06:35.896Z] + . [2021-05-10T07:06:35.896Z] -> Found 1 reports [2021-05-10T07:06:35.896Z] ==> Detecting git/mercurial file structure [2021-05-10T07:06:35.896Z] ==> Reading reports [2021-05-10T07:06:35.896Z] + ./coverage.out bytes=124140 [2021-05-10T07:06:35.896Z] ==> Appending adjustments [2021-05-10T07:06:35.896Z] https://docs.codecov.io/docs/fixing-reports [2021-05-10T07:06:36.478Z] + Found adjustments [2021-05-10T07:06:36.478Z] ==> Gzipping contents [2021-05-10T07:06:36.478Z] 16K /tmp/codecov.Zv8WIM.gz [2021-05-10T07:06:36.478Z] ==> Uploading reports [2021-05-10T07:06:36.478Z] url: https://codecov.io [2021-05-10T07:06:36.478Z] query: branch=master&commit=6cc4c25230d964bbb6ccd74e42769d1c7a10d9be&build=159&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2Fmaster%2F159%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=&job=&cmd_args= [2021-05-10T07:06:36.478Z] -> Pinging Codecov [2021-05-10T07:06:36.478Z] https://codecov.io/upload/v4?package=bash-1.0.2&token=secret&branch=master&commit=6cc4c25230d964bbb6ccd74e42769d1c7a10d9be&build=159&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2Fmaster%2F159%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=&job=&cmd_args= [2021-05-10T07:06:37.077Z] -> Uploading to [2021-05-10T07:06:37.077Z] https://storage.googleapis.com/codecov/v4/raw/2021-05-10/7E55EF52A471D76F132DFD9A03CDDE97/6cc4c25230d964bbb6ccd74e42769d1c7a10d9be/a9c37af9-5ec8-4fbd-b265-d5f4067745ae.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQM3VGPYSAFECJRMNAFIPCV2R3P2BOORCJC7NM537NPJQSFLHUDNIDWA%2F20210510%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210510T070636Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=7a695a2a3e64fddb543d25381e1d1f25fa9a46397b74f2b6d042958ef40c90ef [2021-05-10T07:06:37.077Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-05-10T07:06:37.077Z] Dload Upload Total Spent Left Speed [2021-05-10T07:06:37.659Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 16195 0 0 100 16195 0 26963 --:--:-- --:--:-- --:--:-- 26946 100 16195 0 0 100 16195 0 26955 --:--:-- --:--:-- --:--:-- 26946 [2021-05-10T07:06:37.659Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/device-sdk-go/commit/6cc4c25230d964bbb6ccd74e42769d1c7a10d9be [Pipeline] } [2021-05-10T07:06:37.672Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo [2021-05-10T07:06:38.325Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2021-05-10T07:06:38.350Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-10T07:06:38.664Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-05-10T07:06:38.664Z] [2021-05-10T07:06:38.664Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh [2021-05-10T07:06:39.149Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-05-10T07:06:39.150Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2021-05-10T07:06:39.150Z] 188c0c94c7c5: Pulling fs layer [2021-05-10T07:06:39.150Z] 0ef7d3d256c8: Pulling fs layer [2021-05-10T07:06:39.150Z] de9db76c5a1d: Pulling fs layer [2021-05-10T07:06:39.150Z] 0eba1c9be4d2: Pulling fs layer [2021-05-10T07:06:39.150Z] 0d57e429df01: Pulling fs layer [2021-05-10T07:06:39.150Z] 4e4be7b47b0d: Pulling fs layer [2021-05-10T07:06:39.150Z] e1f770b5df2f: Pulling fs layer [2021-05-10T07:06:39.150Z] 85a0685a4137: Pulling fs layer [2021-05-10T07:06:39.150Z] 0eba1c9be4d2: Waiting [2021-05-10T07:06:39.150Z] 0d57e429df01: Waiting [2021-05-10T07:06:39.150Z] 4e4be7b47b0d: Waiting [2021-05-10T07:06:39.150Z] e1f770b5df2f: Waiting [2021-05-10T07:06:39.150Z] 85a0685a4137: Waiting [2021-05-10T07:06:39.150Z] de9db76c5a1d: Verifying Checksum [2021-05-10T07:06:39.150Z] de9db76c5a1d: Download complete [2021-05-10T07:06:39.150Z] 0ef7d3d256c8: Download complete [2021-05-10T07:06:39.150Z] 0d57e429df01: Verifying Checksum [2021-05-10T07:06:39.150Z] 0d57e429df01: Download complete [2021-05-10T07:06:39.150Z] 4e4be7b47b0d: Verifying Checksum [2021-05-10T07:06:39.150Z] 4e4be7b47b0d: Download complete [2021-05-10T07:06:39.150Z] 188c0c94c7c5: Verifying Checksum [2021-05-10T07:06:39.150Z] 188c0c94c7c5: Download complete [2021-05-10T07:06:39.812Z] 188c0c94c7c5: Pull complete [2021-05-10T07:06:40.094Z] 0ef7d3d256c8: Pull complete [2021-05-10T07:06:40.365Z] e1f770b5df2f: Verifying Checksum [2021-05-10T07:06:40.365Z] e1f770b5df2f: Download complete [2021-05-10T07:06:40.365Z] de9db76c5a1d: Pull complete [2021-05-10T07:06:42.967Z] 0eba1c9be4d2: Verifying Checksum [2021-05-10T07:06:42.967Z] 0eba1c9be4d2: Download complete [2021-05-10T07:06:43.559Z] 85a0685a4137: Verifying Checksum [2021-05-10T07:06:43.559Z] 85a0685a4137: Download complete [2021-05-10T07:06:50.238Z] 0eba1c9be4d2: Pull complete [2021-05-10T07:06:50.238Z] 0d57e429df01: Pull complete [2021-05-10T07:06:50.238Z] 4e4be7b47b0d: Pull complete [2021-05-10T07:06:51.640Z] e1f770b5df2f: Pull complete [2021-05-10T07:06:59.857Z] 85a0685a4137: Pull complete [2021-05-10T07:06:59.857Z] Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 [2021-05-10T07:06:59.857Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-05-10T07:06:59.857Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer [2021-05-10T07:07:00.129Z] prd-centos7-docker-4c-2g-4027 does not seem to be running inside a container [2021-05-10T07:07:00.196Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/dgexfoundry_device-sdk-go_master -v /w/workspace/dgexfoundry_device-sdk-go_master:/w/workspace/dgexfoundry_device-sdk-go_master:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_master@tmp:/w/workspace/dgexfoundry_device-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2021-05-10T07:07:01.373Z] $ docker top 9d8fd591210a654f28015d50f2389cbed83b875ca60cda82fca22245fc0d30f1 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-05-10T07:07:01.553Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh [2021-05-10T07:07:01.854Z] + set -o pipefail [2021-05-10T07:07:01.854Z] + snyk monitor '--org=edgex-jenkins' [2021-05-10T07:07:11.907Z] [2021-05-10T07:07:11.907Z] Monitoring /w/workspace/dgexfoundry_device-sdk-go_master (github.com/edgexfoundry/device-sdk-go/v2)... [2021-05-10T07:07:11.907Z] [2021-05-10T07:07:11.907Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/a91414f5-c324-409e-a494-413a27791127/history/92a9c020-f9d5-4c6b-a27c-5b835236f1f7 [2021-05-10T07:07:11.907Z] [2021-05-10T07:07:11.907Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2021-05-10T07:07:11.907Z] [2021-05-10T07:07:11.907Z] [Pipeline] } [2021-05-10T07:07:11.925Z] $ docker stop --time=1 9d8fd591210a654f28015d50f2389cbed83b875ca60cda82fca22245fc0d30f1 [2021-05-10T07:07:15.205Z] $ docker rm -f 9d8fd591210a654f28015d50f2389cbed83b875ca60cda82fca22245fc0d30f1 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo [2021-05-10T07:07:16.139Z] [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-05-10T07:07:16.160Z] provisioning config files... [2021-05-10T07:07:16.172Z] copy managed file [swaggerhub-api-key] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config8525159525456790685tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-05-10T07:07:16.499Z] --> edgex-publish-swagger.sh [2021-05-10T07:07:16.499Z] === Publish openapi/v1 API === [2021-05-10T07:07:16.499Z] [publishToSwagger] Publishing the API Docs [openapi/v1] to Swagger [2021-05-10T07:07:16.499Z] [publishToSwagger] Publishing API Name [device-sdk] [/w/workspace/dgexfoundry_device-sdk-go_master/openapi/v1/device-sdk.yaml] [2021-05-10T07:07:16.499Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-05-10T07:07:16.499Z] Dload Upload Total Spent Left Speed [2021-05-10T07:07:17.075Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 19947 0 0 100 19947 0 27128 --:--:-- --:--:-- --:--:-- 27175 [2021-05-10T07:07:17.075Z] [2021-05-10T07:07:17.075Z] [2021-05-10T07:07:17.075Z] === Publish openapi/v2 API === [2021-05-10T07:07:17.075Z] [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger [2021-05-10T07:07:17.075Z] [publishToSwagger] Publishing API Name [device-sdk] [/w/workspace/dgexfoundry_device-sdk-go_master/openapi/v2/device-sdk.yaml] [2021-05-10T07:07:17.075Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-05-10T07:07:17.075Z] Dload Upload Total Spent Left Speed [2021-05-10T07:07:17.915Z] 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 72271 --:--:-- --:--:-- --:--:-- 72206 [2021-05-10T07:07:17.915Z] [2021-05-10T07:07:17.915Z] [Pipeline] } [2021-05-10T07:07:17.926Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-05-10T07:07:18.404Z] + git log --format=format:%s -1 6cc4c25230d964bbb6ccd74e42769d1c7a10d9be [Pipeline] isUnix [Pipeline] sh [2021-05-10T07:07:18.721Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-05-10T07:07:18.721Z] . [Pipeline] withDockerContainer [2021-05-10T07:07:18.844Z] prd-centos7-docker-4c-2g-4027 does not seem to be running inside a container [2021-05-10T07:07:18.918Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-sdk-go_master -v /w/workspace/dgexfoundry_device-sdk-go_master:/w/workspace/dgexfoundry_device-sdk-go_master:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_master@tmp:/w/workspace/dgexfoundry_device-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-05-10T07:07:19.859Z] $ docker top 29a5fa64c70ac5844c2dbe6f682bd2e2c2d4dc6124618576eef7320cb6779af8 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-05-10T07:07:20.026Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-05-10T07:07:20.026Z] [ssh-agent] Looking for ssh-agent implementation... [2021-05-10T07:07:20.285Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-05-10T07:07:20.291Z] $ docker exec 29a5fa64c70ac5844c2dbe6f682bd2e2c2d4dc6124618576eef7320cb6779af8 ssh-agent [2021-05-10T07:07:20.497Z] SSH_AUTH_SOCK=/tmp/ssh-ssu9dhsdjvjX/agent.12 [2021-05-10T07:07:20.497Z] SSH_AGENT_PID=17 [2021-05-10T07:07:20.507Z] Running ssh-add (command line suppressed) [2021-05-10T07:07:20.647Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_6100072840616183895.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_6100072840616183895.key) [2021-05-10T07:07:20.710Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-05-10T07:07:21.023Z] + git semver tag [2021-05-10T07:07:21.023Z] # -> Open(): unable to determine branch for HEAD [2021-05-10T07:07:21.023Z] # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git [2021-05-10T07:07:21.023Z] # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master [2021-05-10T07:07:21.023Z] # $SEMVER_REMOTE_NAME = origin [2021-05-10T07:07:21.023Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-05-10T07:07:21.023Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-05-10T07:07:21.023Z] # $SEMVER_BRANCH = master [2021-05-10T07:07:21.023Z] # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver [2021-05-10T07:07:21.023Z] # 6cc4c25230d964bbb6ccd74e42769d1c7a10d9be HEAD [2021-05-10T07:07:21.286Z] # -> Force: false [2021-05-10T07:07:21.286Z] # 43b9373abe375c38e7629fa234ec81d43a806465 refs/tags/v2.0.0-dev.54 [Pipeline] } [2021-05-10T07:07:21.300Z] $ docker exec --env ******** --env ******** 29a5fa64c70ac5844c2dbe6f682bd2e2c2d4dc6124618576eef7320cb6779af8 ssh-agent -k [2021-05-10T07:07:21.436Z] unset SSH_AUTH_SOCK; [2021-05-10T07:07:21.436Z] unset SSH_AGENT_PID; [2021-05-10T07:07:21.436Z] echo Agent pid 17 killed; [2021-05-10T07:07:21.491Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-05-10T07:07:21.828Z] + git semver [Pipeline] } [2021-05-10T07:07:21.848Z] $ docker stop --time=1 29a5fa64c70ac5844c2dbe6f682bd2e2c2d4dc6124618576eef7320cb6779af8 [2021-05-10T07:07:23.219Z] $ docker rm -f 29a5fa64c70ac5844c2dbe6f682bd2e2c2d4dc6124618576eef7320cb6779af8 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2021-05-10T07:07:23.697Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-05-10T07:07:23.697Z] [2021-05-10T07:07:23.697Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2021-05-10T07:07:24.016Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-05-10T07:07:24.016Z] 0.23.1-centos7: Pulling from edgex-lftools [2021-05-10T07:07:24.016Z] ab5ef0e58194: Pulling fs layer [2021-05-10T07:07:24.016Z] 9712f1f96733: Pulling fs layer [2021-05-10T07:07:24.016Z] 63f879dbbcfc: Pulling fs layer [2021-05-10T07:07:24.016Z] 0d9ebad4ef96: Pulling fs layer [2021-05-10T07:07:24.016Z] e9a5061849ea: Pulling fs layer [2021-05-10T07:07:24.016Z] d747dcd14b5f: Pulling fs layer [2021-05-10T07:07:24.016Z] 2de7ff778b66: Pulling fs layer [2021-05-10T07:07:24.016Z] e9a5061849ea: Waiting [2021-05-10T07:07:24.016Z] d747dcd14b5f: Waiting [2021-05-10T07:07:24.016Z] 2de7ff778b66: Waiting [2021-05-10T07:07:24.016Z] 0d9ebad4ef96: Waiting [2021-05-10T07:07:24.016Z] 9712f1f96733: Download complete [2021-05-10T07:07:25.955Z] 63f879dbbcfc: Verifying Checksum [2021-05-10T07:07:25.955Z] 63f879dbbcfc: Download complete [2021-05-10T07:07:25.955Z] e9a5061849ea: Verifying Checksum [2021-05-10T07:07:25.955Z] e9a5061849ea: Download complete [2021-05-10T07:07:25.955Z] d747dcd14b5f: Verifying Checksum [2021-05-10T07:07:25.955Z] d747dcd14b5f: Download complete [2021-05-10T07:07:26.224Z] 2de7ff778b66: Verifying Checksum [2021-05-10T07:07:26.224Z] 2de7ff778b66: Download complete [2021-05-10T07:07:26.224Z] 0d9ebad4ef96: Verifying Checksum [2021-05-10T07:07:26.224Z] 0d9ebad4ef96: Download complete [2021-05-10T07:07:26.802Z] ab5ef0e58194: Download complete [2021-05-10T07:07:32.136Z] ab5ef0e58194: Pull complete [2021-05-10T07:07:32.136Z] 9712f1f96733: Pull complete [2021-05-10T07:07:34.707Z] 63f879dbbcfc: Pull complete [2021-05-10T07:07:42.922Z] 0d9ebad4ef96: Pull complete [2021-05-10T07:07:44.871Z] e9a5061849ea: Pull complete [2021-05-10T07:07:45.136Z] d747dcd14b5f: Pull complete [2021-05-10T07:07:47.704Z] 2de7ff778b66: Pull complete [2021-05-10T07:07:47.704Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2021-05-10T07:07:47.704Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-05-10T07:07:47.704Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2021-05-10T07:07:47.966Z] prd-centos7-docker-4c-2g-4027 does not seem to be running inside a container [2021-05-10T07:07:48.025Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/dgexfoundry_device-sdk-go_master -v /w/workspace/dgexfoundry_device-sdk-go_master:/w/workspace/dgexfoundry_device-sdk-go_master:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_master@tmp:/w/workspace/dgexfoundry_device-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2021-05-10T07:07:51.501Z] $ docker top 3052f4cfe3e93fe3c9846d0288cc739ccf4edf5aa0c72d32173c3627cecd0d94 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2021-05-10T07:07:51.732Z] provisioning config files... [2021-05-10T07:07:51.744Z] copy managed file [sigul-config] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config6845411141376754282tmp [2021-05-10T07:07:51.761Z] copy managed file [sigul-password] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config5782704406329015928tmp [2021-05-10T07:07:51.777Z] copy managed file [sigul-pki] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config1991165451185937341tmp [Pipeline] { [Pipeline] echo [2021-05-10T07:07:51.802Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-10T07:07:52.117Z] ---> sigul-configuration.sh [2021-05-10T07:07:52.390Z] gpg: directory `/root/.gnupg' created [2021-05-10T07:07:52.390Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2021-05-10T07:07:52.390Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2021-05-10T07:07:52.390Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2021-05-10T07:07:52.390Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2021-05-10T07:07:52.390Z] gpg: CAST5 encrypted data [2021-05-10T07:07:52.390Z] gpg: encrypted with 1 passphrase [2021-05-10T07:07:52.391Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2021-05-10T07:07:52.700Z] + mkdir /home/jenkins [2021-05-10T07:07:52.701Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2021-05-10T07:07:53.004Z] + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /root/sigul/vex-yul-edgex-jenkins-1.ci.codeaurora.org.p12 /home/jenkins/sigul/ [Pipeline] echo [2021-05-10T07:07:53.047Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-10T07:07:53.348Z] ---> sigul-install.sh [2021-05-10T07:08:01.512Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2021-05-10T07:08:01.823Z] + git tag --list [2021-05-10T07:08:01.823Z] 0.7.1 [2021-05-10T07:08:01.823Z] delhi-tag [2021-05-10T07:08:01.823Z] v1.0.0 [2021-05-10T07:08:01.823Z] v1.1.0 [2021-05-10T07:08:01.823Z] v1.1.1 [2021-05-10T07:08:01.823Z] v1.1.2 [2021-05-10T07:08:01.823Z] v1.2.0 [2021-05-10T07:08:01.823Z] v1.2.1 [2021-05-10T07:08:01.823Z] v1.2.2 [2021-05-10T07:08:01.823Z] v1.2.3 [2021-05-10T07:08:01.823Z] v1.3.0 [2021-05-10T07:08:01.823Z] v1.4.0 [2021-05-10T07:08:01.823Z] v2.0.0-dev.1 [2021-05-10T07:08:01.823Z] v2.0.0-dev.10 [2021-05-10T07:08:01.823Z] v2.0.0-dev.11 [2021-05-10T07:08:01.823Z] v2.0.0-dev.12 [2021-05-10T07:08:01.823Z] v2.0.0-dev.13 [2021-05-10T07:08:01.823Z] v2.0.0-dev.14 [2021-05-10T07:08:01.823Z] v2.0.0-dev.15 [2021-05-10T07:08:01.823Z] v2.0.0-dev.16 [2021-05-10T07:08:01.823Z] v2.0.0-dev.17 [2021-05-10T07:08:01.823Z] v2.0.0-dev.18 [2021-05-10T07:08:01.823Z] v2.0.0-dev.19 [2021-05-10T07:08:01.823Z] v2.0.0-dev.2 [2021-05-10T07:08:01.823Z] v2.0.0-dev.20 [2021-05-10T07:08:01.823Z] v2.0.0-dev.21 [2021-05-10T07:08:01.823Z] v2.0.0-dev.22 [2021-05-10T07:08:01.823Z] v2.0.0-dev.23 [2021-05-10T07:08:01.823Z] v2.0.0-dev.24 [2021-05-10T07:08:01.823Z] v2.0.0-dev.25 [2021-05-10T07:08:01.823Z] v2.0.0-dev.26 [2021-05-10T07:08:01.823Z] v2.0.0-dev.27 [2021-05-10T07:08:01.823Z] v2.0.0-dev.28 [2021-05-10T07:08:01.823Z] v2.0.0-dev.29 [2021-05-10T07:08:01.823Z] v2.0.0-dev.3 [2021-05-10T07:08:01.823Z] v2.0.0-dev.30 [2021-05-10T07:08:01.823Z] v2.0.0-dev.31 [2021-05-10T07:08:01.823Z] v2.0.0-dev.32 [2021-05-10T07:08:01.823Z] v2.0.0-dev.33 [2021-05-10T07:08:01.823Z] v2.0.0-dev.34 [2021-05-10T07:08:01.823Z] v2.0.0-dev.35 [2021-05-10T07:08:01.823Z] v2.0.0-dev.36 [2021-05-10T07:08:01.823Z] v2.0.0-dev.37 [2021-05-10T07:08:01.823Z] v2.0.0-dev.38 [2021-05-10T07:08:01.823Z] v2.0.0-dev.39 [2021-05-10T07:08:01.823Z] v2.0.0-dev.4 [2021-05-10T07:08:01.823Z] v2.0.0-dev.40 [2021-05-10T07:08:01.823Z] v2.0.0-dev.41 [2021-05-10T07:08:01.823Z] v2.0.0-dev.42 [2021-05-10T07:08:01.823Z] v2.0.0-dev.43 [2021-05-10T07:08:01.823Z] v2.0.0-dev.44 [2021-05-10T07:08:01.823Z] v2.0.0-dev.45 [2021-05-10T07:08:01.823Z] v2.0.0-dev.46 [2021-05-10T07:08:01.823Z] v2.0.0-dev.47 [2021-05-10T07:08:01.823Z] v2.0.0-dev.48 [2021-05-10T07:08:01.823Z] v2.0.0-dev.49 [2021-05-10T07:08:01.823Z] v2.0.0-dev.5 [2021-05-10T07:08:01.823Z] v2.0.0-dev.50 [2021-05-10T07:08:01.823Z] v2.0.0-dev.51 [2021-05-10T07:08:01.823Z] v2.0.0-dev.52 [2021-05-10T07:08:01.823Z] v2.0.0-dev.53 [2021-05-10T07:08:01.823Z] v2.0.0-dev.54 [2021-05-10T07:08:01.823Z] v2.0.0-dev.6 [2021-05-10T07:08:01.823Z] v2.0.0-dev.7 [2021-05-10T07:08:01.823Z] v2.0.0-dev.8 [2021-05-10T07:08:01.823Z] v2.0.0-dev.9 [Pipeline] sh [2021-05-10T07:08:02.189Z] + lftools sign git-tag v2.0.0-dev.54 [2021-05-10T07:08:03.583Z] Signing Git tag with Sigul... [2021-05-10T07:08:03.583Z] Signing v2.0.0-dev.54 [Pipeline] echo [2021-05-10T07:08:04.611Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-10T07:08:04.941Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2021-05-10T07:08:04.960Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2021-05-10T07:08:05.002Z] $ docker stop --time=1 3052f4cfe3e93fe3c9846d0288cc739ccf4edf5aa0c72d32173c3627cecd0d94 [2021-05-10T07:08:06.577Z] $ docker rm -f 3052f4cfe3e93fe3c9846d0288cc739ccf4edf5aa0c72d32173c3627cecd0d94 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2021-05-10T07:08:07.182Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-05-10T07:08:07.182Z] . [Pipeline] withDockerContainer [2021-05-10T07:08:07.306Z] prd-centos7-docker-4c-2g-4027 does not seem to be running inside a container [2021-05-10T07:08:07.362Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-sdk-go_master -v /w/workspace/dgexfoundry_device-sdk-go_master:/w/workspace/dgexfoundry_device-sdk-go_master:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_master@tmp:/w/workspace/dgexfoundry_device-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-05-10T07:08:08.177Z] $ docker top 87b58a886a1ad5ef2782b93b5f3dc7e02890d2239b94596cc738cdec2cf68cfa -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-05-10T07:08:08.441Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-05-10T07:08:08.441Z] [ssh-agent] Looking for ssh-agent implementation... [2021-05-10T07:08:08.708Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-05-10T07:08:08.714Z] $ docker exec 87b58a886a1ad5ef2782b93b5f3dc7e02890d2239b94596cc738cdec2cf68cfa ssh-agent [2021-05-10T07:08:08.915Z] SSH_AUTH_SOCK=/tmp/ssh-QH0tjgW4IaIs/agent.11 [2021-05-10T07:08:08.915Z] SSH_AGENT_PID=17 [2021-05-10T07:08:08.924Z] Running ssh-add (command line suppressed) [2021-05-10T07:08:09.071Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_3741804333511513850.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_3741804333511513850.key) [2021-05-10T07:08:09.134Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-05-10T07:08:09.444Z] + git semver bump pre [2021-05-10T07:08:09.444Z] # -> Open(): unable to determine branch for HEAD [2021-05-10T07:08:09.444Z] # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git [2021-05-10T07:08:09.444Z] # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master [2021-05-10T07:08:09.444Z] # $SEMVER_REMOTE_NAME = origin [2021-05-10T07:08:09.444Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-05-10T07:08:09.444Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-05-10T07:08:09.444Z] # $SEMVER_BRANCH = master [2021-05-10T07:08:09.444Z] # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver [2021-05-10T07:08:09.444Z] 2.0.0-dev.55 [Pipeline] } [2021-05-10T07:08:09.460Z] $ docker exec --env ******** --env ******** 87b58a886a1ad5ef2782b93b5f3dc7e02890d2239b94596cc738cdec2cf68cfa ssh-agent -k [2021-05-10T07:08:09.621Z] unset SSH_AUTH_SOCK; [2021-05-10T07:08:09.621Z] unset SSH_AGENT_PID; [2021-05-10T07:08:09.621Z] echo Agent pid 17 killed; [2021-05-10T07:08:09.691Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-05-10T07:08:10.032Z] + git semver [Pipeline] } [2021-05-10T07:08:10.054Z] $ docker stop --time=1 87b58a886a1ad5ef2782b93b5f3dc7e02890d2239b94596cc738cdec2cf68cfa [2021-05-10T07:08:11.440Z] $ docker rm -f 87b58a886a1ad5ef2782b93b5f3dc7e02890d2239b94596cc738cdec2cf68cfa [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2021-05-10T07:08:11.918Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-05-10T07:08:11.918Z] . [Pipeline] withDockerContainer [2021-05-10T07:08:12.046Z] prd-centos7-docker-4c-2g-4027 does not seem to be running inside a container [2021-05-10T07:08:12.101Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-sdk-go_master -v /w/workspace/dgexfoundry_device-sdk-go_master:/w/workspace/dgexfoundry_device-sdk-go_master:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_master@tmp:/w/workspace/dgexfoundry_device-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-05-10T07:08:13.030Z] $ docker top 39c90209ef08e4180f100cc215be35cc2d440c0db4e99b331d23b7ba14ff260c -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-05-10T07:08:13.222Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-05-10T07:08:13.222Z] [ssh-agent] Looking for ssh-agent implementation... [2021-05-10T07:08:13.474Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-05-10T07:08:13.480Z] $ docker exec 39c90209ef08e4180f100cc215be35cc2d440c0db4e99b331d23b7ba14ff260c ssh-agent [2021-05-10T07:08:13.694Z] SSH_AUTH_SOCK=/tmp/ssh-AAF16KGPc7Wh/agent.11 [2021-05-10T07:08:13.694Z] SSH_AGENT_PID=16 [2021-05-10T07:08:13.703Z] Running ssh-add (command line suppressed) [2021-05-10T07:08:13.841Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_5482331107885904734.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_5482331107885904734.key) [2021-05-10T07:08:13.907Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-05-10T07:08:14.217Z] + git semver push [2021-05-10T07:08:14.217Z] # -> Open(): unable to determine branch for HEAD [2021-05-10T07:08:14.217Z] # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git [2021-05-10T07:08:14.217Z] # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master [2021-05-10T07:08:14.217Z] # $SEMVER_REMOTE_NAME = origin [2021-05-10T07:08:14.217Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-05-10T07:08:14.217Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-05-10T07:08:14.217Z] # $SEMVER_BRANCH = master [2021-05-10T07:08:14.217Z] # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver [Pipeline] } [2021-05-10T07:08:19.544Z] $ docker exec --env ******** --env ******** 39c90209ef08e4180f100cc215be35cc2d440c0db4e99b331d23b7ba14ff260c ssh-agent -k [2021-05-10T07:08:19.686Z] unset SSH_AUTH_SOCK; [2021-05-10T07:08:19.689Z] unset SSH_AGENT_PID; [2021-05-10T07:08:19.689Z] echo Agent pid 16 killed; [2021-05-10T07:08:19.753Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-05-10T07:08:20.116Z] + git semver [Pipeline] } [2021-05-10T07:08:20.136Z] $ docker stop --time=1 39c90209ef08e4180f100cc215be35cc2d440c0db4e99b331d23b7ba14ff260c [2021-05-10T07:08:21.487Z] $ docker rm -f 39c90209ef08e4180f100cc215be35cc2d440c0db4e99b331d23b7ba14ff260c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Bump Experimental Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Bump Stable (Named) Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2021-05-10T07:08:22.203Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-10T07:08:23.089Z] ---> package-listing.sh [2021-05-10T07:08:23.089Z] ++ facter osfamily [2021-05-10T07:08:23.089Z] ++ tr '[:upper:]' '[:lower:]' [2021-05-10T07:08:23.089Z] + OS_FAMILY=redhat [2021-05-10T07:08:23.089Z] + workspace=/w/workspace/dgexfoundry_device-sdk-go_master [2021-05-10T07:08:23.089Z] + START_PACKAGES=/tmp/packages_start.txt [2021-05-10T07:08:23.089Z] + END_PACKAGES=/tmp/packages_end.txt [2021-05-10T07:08:23.089Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-05-10T07:08:23.089Z] + PACKAGES=/tmp/packages_start.txt [2021-05-10T07:08:23.089Z] + '[' /w/workspace/dgexfoundry_device-sdk-go_master ']' [2021-05-10T07:08:23.089Z] + PACKAGES=/tmp/packages_end.txt [2021-05-10T07:08:23.089Z] + case "${OS_FAMILY}" in [2021-05-10T07:08:23.089Z] + rpm -qa [2021-05-10T07:08:23.089Z] + sort [2021-05-10T07:08:28.431Z] + '[' -f /tmp/packages_start.txt ']' [2021-05-10T07:08:28.431Z] + '[' -f /tmp/packages_end.txt ']' [2021-05-10T07:08:28.431Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-05-10T07:08:28.431Z] + '[' /w/workspace/dgexfoundry_device-sdk-go_master ']' [2021-05-10T07:08:28.431Z] + mkdir -p /w/workspace/dgexfoundry_device-sdk-go_master/archives/ [2021-05-10T07:08:28.431Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dgexfoundry_device-sdk-go_master/archives/ [Pipeline] echo [2021-05-10T07:08:28.445Z] Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/dgexfoundry_device-sdk-go_master/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-05-10T07:08:28.746Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-05-10T07:08:29.059Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-05-10T07:08:29.059Z] [2021-05-10T07:08:29.059Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-05-10T07:08:29.383Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-05-10T07:08:29.383Z] alpine: Pulling from edgex-lftools-log-publisher [2021-05-10T07:08:29.383Z] df20fa9351a1: Pulling fs layer [2021-05-10T07:08:29.383Z] 36b3adc4ff6f: Pulling fs layer [2021-05-10T07:08:29.383Z] 8ad3a11d3b57: Pulling fs layer [2021-05-10T07:08:29.383Z] 46f8f816bc3b: Pulling fs layer [2021-05-10T07:08:29.383Z] 93b61091891f: Pulling fs layer [2021-05-10T07:08:29.383Z] 93b9cdb0e59b: Pulling fs layer [2021-05-10T07:08:29.383Z] 5e14af77c1be: Pulling fs layer [2021-05-10T07:08:29.383Z] 01666e4c0597: Pulling fs layer [2021-05-10T07:08:29.383Z] aa168da1d23b: Pulling fs layer [2021-05-10T07:08:29.383Z] 93b9cdb0e59b: Waiting [2021-05-10T07:08:29.383Z] 5e14af77c1be: Waiting [2021-05-10T07:08:29.383Z] 01666e4c0597: Waiting [2021-05-10T07:08:29.383Z] aa168da1d23b: Waiting [2021-05-10T07:08:29.383Z] 46f8f816bc3b: Waiting [2021-05-10T07:08:29.383Z] 93b61091891f: Waiting [2021-05-10T07:08:29.383Z] 36b3adc4ff6f: Verifying Checksum [2021-05-10T07:08:29.383Z] 36b3adc4ff6f: Download complete [2021-05-10T07:08:29.383Z] 46f8f816bc3b: Verifying Checksum [2021-05-10T07:08:29.383Z] 46f8f816bc3b: Download complete [2021-05-10T07:08:29.383Z] df20fa9351a1: Verifying Checksum [2021-05-10T07:08:29.383Z] df20fa9351a1: Download complete [2021-05-10T07:08:29.653Z] 93b9cdb0e59b: Verifying Checksum [2021-05-10T07:08:29.653Z] 93b9cdb0e59b: Download complete [2021-05-10T07:08:29.653Z] 5e14af77c1be: Verifying Checksum [2021-05-10T07:08:29.653Z] 5e14af77c1be: Download complete [2021-05-10T07:08:29.653Z] 93b61091891f: Verifying Checksum [2021-05-10T07:08:29.653Z] 93b61091891f: Download complete [2021-05-10T07:08:29.653Z] 01666e4c0597: Verifying Checksum [2021-05-10T07:08:29.653Z] 01666e4c0597: Download complete [2021-05-10T07:08:29.653Z] 8ad3a11d3b57: Verifying Checksum [2021-05-10T07:08:29.653Z] 8ad3a11d3b57: Download complete [2021-05-10T07:08:30.232Z] df20fa9351a1: Pull complete [2021-05-10T07:08:30.503Z] 36b3adc4ff6f: Pull complete [2021-05-10T07:08:31.931Z] 8ad3a11d3b57: Pull complete [2021-05-10T07:08:31.931Z] 46f8f816bc3b: Pull complete [2021-05-10T07:08:32.202Z] aa168da1d23b: Download complete [2021-05-10T07:08:32.792Z] 93b61091891f: Pull complete [2021-05-10T07:08:32.792Z] 93b9cdb0e59b: Pull complete [2021-05-10T07:08:32.792Z] 5e14af77c1be: Pull complete [2021-05-10T07:08:33.058Z] 01666e4c0597: Pull complete [2021-05-10T07:08:43.171Z] aa168da1d23b: Pull complete [2021-05-10T07:08:43.171Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-05-10T07:08:43.171Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-05-10T07:08:43.171Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-05-10T07:08:43.375Z] prd-centos7-docker-4c-2g-4027 does not seem to be running inside a container [2021-05-10T07:08:43.426Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/dgexfoundry_device-sdk-go_master/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/dgexfoundry_device-sdk-go_master -v /w/workspace/dgexfoundry_device-sdk-go_master:/w/workspace/dgexfoundry_device-sdk-go_master:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_master@tmp:/w/workspace/dgexfoundry_device-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-05-10T07:08:46.633Z] $ docker top ef5bc724f9ed39b957b08fe1ab054922bc9e664b1d3cf06a82772fbd14d75675 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-10T07:08:47.080Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-05-10T07:08:47.393Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-05-10T07:08:47.785Z] + ls /var/log/sa-host [2021-05-10T07:08:47.785Z] + sadf -c /var/log/sa-host/sa10 [2021-05-10T07:08:47.785Z] file_magic: OK [2021-05-10T07:08:47.785Z] HZ: Using current value: 100 [2021-05-10T07:08:47.785Z] file_header: OK [2021-05-10T07:08:47.785Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-05-10T07:08:47.785Z] Statistics: [2021-05-10T07:08:47.785Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-05-10T07:08:47.785Z] File successfully converted to sysstat format version 12.2.1 [2021-05-10T07:08:47.785Z] + sadf -c /var/log/sa-host/sa23 [2021-05-10T07:08:47.785Z] file_magic: OK [2021-05-10T07:08:47.785Z] HZ: Using current value: 100 [2021-05-10T07:08:47.785Z] file_header: OK [2021-05-10T07:08:47.785Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-05-10T07:08:47.785Z] Statistics: [2021-05-10T07:08:47.785Z] Hnuu...uuuununununu... [2021-05-10T07:08:47.785Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-05-10T07:08:48.004Z] provisioning config files... [2021-05-10T07:08:48.028Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config1819245617200642tmp [Pipeline] { [Pipeline] echo [2021-05-10T07:08:48.060Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-10T07:08:48.406Z] ---> create-netrc.sh [Pipeline] } [2021-05-10T07:08:48.416Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-05-10T07:08:48.442Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-10T07:08:48.745Z] ---> python-tools-install.sh [Pipeline] echo [2021-05-10T07:08:48.756Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-10T07:08:49.058Z] ---> sudo-logs.sh [2021-05-10T07:08:49.058Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-05-10T07:08:49.096Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-10T07:08:49.399Z] ---> job-cost.sh [2021-05-10T07:08:49.399Z] lf-activate-venv: SKIPPING [2021-05-10T07:08:49.399Z] DEBUG: total: 0.20999999344348907 [2021-05-10T07:08:49.399Z] INFO: Retrieving Stack Cost... [2021-05-10T07:08:50.796Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-05-10T07:08:51.370Z] INFO: Archiving Costs [Pipeline] echo [2021-05-10T07:08:51.385Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-10T07:08:51.683Z] ---> logs-deploy.sh [2021-05-10T07:08:51.683Z] lf-activate-venv: SKIPPING [2021-05-10T07:08:51.683Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/master/159 [2021-05-10T07:08:51.683Z] INFO: archiving workspace using pattern(s): [2021-05-10T07:08:53.634Z] Archives upload complete. [2021-05-10T07:08:53.634Z] INFO: archiving logs to Nexus