Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from b9ddf41f4f06aaded587d16ed173cde5946a86e3 Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision aa25fb65c2461e649b1a162fbf19ec71f4863fbd Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision aa25fb65c2461e649b1a162fbf19ec71f4863fbd using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision aa25fb65c2461e649b1a162fbf19ec71f4863fbd (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f aa25fb65c2461e649b1a162fbf19ec71f4863fbd # timeout=10 Commit message: "Merge pull request #336 from ernestojeda/golang-1.16" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 46d8313d362d7075c0f562900eedc504c24ea18a using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:device-sdk-go, dockerImageName:docker-device-sdk-simple, dockerFilePath:example/cmd/device-simple/Dockerfile, pushImage:false, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2]] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: device-sdk-go-settings PROJECT: device-sdk-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.16 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine DOCKER_FILE_PATH: example/cmd/device-simple/Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-device-sdk-simple DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: false BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-4365 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 b9ddf41f4f06aaded587d16ed173cde5946a86e3 (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 b9ddf41f4f06aaded587d16ed173cde5946a86e3 # timeout=10 Commit message: "Merge pull request #917 from hahattan/issue-913-snap" > git rev-list --no-walk 6cc4c25230d964bbb6ccd74e42769d1c7a10d9be # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-05-11T07:13:35.907Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-05-11T07:13:36.000Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-05-11T07:13:36.027Z] ========================================================= [2021-05-11T07:13:36.027Z] EdgeX Global Pipelines Version Info [2021-05-11T07:13:36.027Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-05-11T07:13:37.547Z] ------------------- [2021-05-11T07:13:37.547Z] stable info: [2021-05-11T07:13:37.547Z] ------------------- [2021-05-11T07:13:37.547Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-05-11T07:13:37.547Z] Commit SHA: aa25fb65c2461e649b1a162fbf19ec71f4863fbd [2021-05-11T07:13:37.547Z] Message: update stable to v1.0.191 [2021-05-11T07:13:38.500Z] ------------------- [2021-05-11T07:13:38.500Z] experimental info: [2021-05-11T07:13:38.500Z] ------------------- [2021-05-11T07:13:38.500Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-05-11T07:13:38.500Z] Commit SHA: 9d0281235b943b7ad605f650702698f9078b2862 [2021-05-11T07:13:38.500Z] Message: update experimental to v1.0.192 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-05-11T07:13:38.630Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-go-settings [Pipeline] echo [2021-05-11T07:13:38.668Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-go [Pipeline] echo [2021-05-11T07:13:38.693Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-05-11T07:13:38.730Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-05-11T07:13:38.753Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-05-11T07:13:38.793Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.16 [Pipeline] echo [2021-05-11T07:13:38.819Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-05-11T07:13:38.863Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [Pipeline] echo [2021-05-11T07:13:38.888Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = example/cmd/device-simple/Dockerfile [Pipeline] echo [2021-05-11T07:13:38.927Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-05-11T07:13:38.950Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-05-11T07:13:38.989Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-sdk-simple [Pipeline] echo [2021-05-11T07:13:39.013Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-05-11T07:13:39.053Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-05-11T07:13:39.077Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-05-11T07:13:39.120Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2021-05-11T07:13:39.145Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2021-05-11T07:13:39.185Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2021-05-11T07:13:39.209Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-05-11T07:13:39.249Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2021-05-11T07:13:39.273Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-05-11T07:13:39.311Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-05-11T07:13:39.335Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2021-05-11T07:13:39.372Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2021-05-11T07:13:39.395Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2021-05-11T07:13:39.429Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-05-11T07:13:39.456Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2021-05-11T07:13:39.508Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2021-05-11T07:13:39.531Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2021-05-11T07:13:39.565Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = b9ddf41f4f06aaded587d16ed173cde5946a86e3 [Pipeline] echo [2021-05-11T07:13:39.589Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = b9ddf41 [Pipeline] echo [2021-05-11T07:13:39.622Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-05-11T07:13:39.714Z] provisioning config files... [2021-05-11T07:13:39.746Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config6908658604383824799tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-05-11T07:13:40.082Z] ---> docker-login.sh [2021-05-11T07:13:40.082Z] nexus3.edgexfoundry.org:10001 [2021-05-11T07:13:40.345Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-11T07:13:40.609Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-11T07:13:40.609Z] Configure a credential helper to remove this warning. See [2021-05-11T07:13:40.609Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-11T07:13:40.609Z] [2021-05-11T07:13:40.609Z] Login Succeeded [2021-05-11T07:13:40.609Z] nexus3.edgexfoundry.org:10002 [2021-05-11T07:13:40.609Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-11T07:13:40.609Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-11T07:13:40.609Z] Configure a credential helper to remove this warning. See [2021-05-11T07:13:40.609Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-11T07:13:40.609Z] [2021-05-11T07:13:40.609Z] Login Succeeded [2021-05-11T07:13:40.609Z] nexus3.edgexfoundry.org:10003 [2021-05-11T07:13:40.872Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-11T07:13:40.872Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-11T07:13:40.872Z] Configure a credential helper to remove this warning. See [2021-05-11T07:13:40.872Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-11T07:13:40.872Z] [2021-05-11T07:13:40.872Z] Login Succeeded [2021-05-11T07:13:40.872Z] nexus3.edgexfoundry.org:10004 [2021-05-11T07:13:41.137Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-11T07:13:41.137Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-11T07:13:41.137Z] Configure a credential helper to remove this warning. See [2021-05-11T07:13:41.137Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-11T07:13:41.137Z] [2021-05-11T07:13:41.137Z] Login Succeeded [2021-05-11T07:13:41.137Z] docker.io [2021-05-11T07:13:41.137Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-11T07:13:41.401Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-11T07:13:41.401Z] Configure a credential helper to remove this warning. See [2021-05-11T07:13:41.401Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-11T07:13:41.401Z] [2021-05-11T07:13:41.401Z] Login Succeeded [2021-05-11T07:13:41.401Z] ---> docker-login.sh ends [Pipeline] } [2021-05-11T07:13:41.412Z] 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-11T07:13:41.931Z] + git log --format=format:%s -1 b9ddf41f4f06aaded587d16ed173cde5946a86e3 [Pipeline] echo [2021-05-11T07:13:42.014Z] GIT_COMMIT: b9ddf41f4f06aaded587d16ed173cde5946a86e3, Commit Message: Merge pull request #917 from hahattan/issue-913-snap [Pipeline] echo [2021-05-11T07:13:42.027Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2021-05-11T07:13:43.019Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-05-11T07:13:43.019Z] [2021-05-11T07:13:43.019Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-05-11T07:13:43.340Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-05-11T07:13:43.340Z] latest: Pulling from edgex-devops/git-semver [2021-05-11T07:13:43.340Z] 31603596830f: Pulling fs layer [2021-05-11T07:13:43.340Z] 54011a49482f: Pulling fs layer [2021-05-11T07:13:43.340Z] a6820b24f6d8: Pulling fs layer [2021-05-11T07:13:43.340Z] f581987b2513: Pulling fs layer [2021-05-11T07:13:43.340Z] f581987b2513: Waiting [2021-05-11T07:13:43.340Z] 54011a49482f: Verifying Checksum [2021-05-11T07:13:43.340Z] 54011a49482f: Download complete [2021-05-11T07:13:43.615Z] 31603596830f: Verifying Checksum [2021-05-11T07:13:43.615Z] 31603596830f: Download complete [2021-05-11T07:13:43.615Z] f581987b2513: Verifying Checksum [2021-05-11T07:13:43.615Z] f581987b2513: Download complete [2021-05-11T07:13:43.615Z] a6820b24f6d8: Verifying Checksum [2021-05-11T07:13:43.615Z] a6820b24f6d8: Download complete [2021-05-11T07:13:43.878Z] 31603596830f: Pull complete [2021-05-11T07:13:44.142Z] 54011a49482f: Pull complete [2021-05-11T07:13:45.095Z] a6820b24f6d8: Pull complete [2021-05-11T07:13:45.095Z] f581987b2513: Pull complete [2021-05-11T07:13:45.095Z] Digest: sha256:772af3cb61214e5a22880db9bb273bb039d0aa3a8f4edfa0c1def8b4e20ea536 [2021-05-11T07:13:45.095Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-05-11T07:13:45.095Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-05-11T07:13:45.205Z] prd-centos7-docker-4c-2g-4365 does not seem to be running inside a container [2021-05-11T07:13:45.257Z] $ 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-11T07:13:47.176Z] $ docker top 8921800befd4a25dadaac72298f477a5d74f90934c79438c43995b7adab62e17 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-05-11T07:13:47.345Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-05-11T07:13:47.345Z] [ssh-agent] Looking for ssh-agent implementation... [2021-05-11T07:13:47.565Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-05-11T07:13:47.569Z] $ docker exec 8921800befd4a25dadaac72298f477a5d74f90934c79438c43995b7adab62e17 ssh-agent [2021-05-11T07:13:47.742Z] SSH_AUTH_SOCK=/tmp/ssh-CvNRVRdEFZpj/agent.11 [2021-05-11T07:13:47.743Z] SSH_AGENT_PID=16 [2021-05-11T07:13:47.753Z] Running ssh-add (command line suppressed) [2021-05-11T07:13:47.884Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_8953891262458275460.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_8953891262458275460.key) [2021-05-11T07:13:47.941Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-05-11T07:13:48.247Z] + git tag --points-at HEAD [Pipeline] } [2021-05-11T07:13:48.266Z] $ docker exec --env ******** --env ******** 8921800befd4a25dadaac72298f477a5d74f90934c79438c43995b7adab62e17 ssh-agent -k [2021-05-11T07:13:48.377Z] unset SSH_AUTH_SOCK; [2021-05-11T07:13:48.377Z] unset SSH_AGENT_PID; [2021-05-11T07:13:48.377Z] echo Agent pid 16 killed; [2021-05-11T07:13:48.425Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-05-11T07:13:48.473Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-05-11T07:13:48.473Z] [ssh-agent] Looking for ssh-agent implementation... [2021-05-11T07:13:48.638Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-05-11T07:13:48.642Z] $ docker exec 8921800befd4a25dadaac72298f477a5d74f90934c79438c43995b7adab62e17 ssh-agent [2021-05-11T07:13:48.807Z] SSH_AUTH_SOCK=/tmp/ssh-OZIqKVLpavgW/agent.46 [2021-05-11T07:13:48.807Z] SSH_AGENT_PID=52 [2021-05-11T07:13:48.813Z] Running ssh-add (command line suppressed) [2021-05-11T07:13:48.931Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_4497685282429210684.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_4497685282429210684.key) [2021-05-11T07:13:48.982Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-05-11T07:13:49.288Z] + git semver init [2021-05-11T07:13:49.288Z] # -> Open(): unable to determine branch for HEAD [2021-05-11T07:13:49.288Z] # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git [2021-05-11T07:13:49.288Z] # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master [2021-05-11T07:13:49.288Z] # $SEMVER_REMOTE_NAME = origin [2021-05-11T07:13:49.288Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-05-11T07:13:49.288Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-05-11T07:13:49.288Z] # $SEMVER_BRANCH = master [2021-05-11T07:13:49.288Z] # $SEMVER_TEMP = /tmp/semver-371261640 [2021-05-11T07:13:49.288Z] # git clone --branch semver git@github.com:edgexfoundry/device-sdk-go.git $SEMVER_TEMP [2021-05-11T07:13:50.238Z] # '/tmp/semver-371261640' -> '/w/workspace/dgexfoundry_device-sdk-go_master/.semver' [2021-05-11T07:13:50.238Z] # -> Force: false [2021-05-11T07:13:50.238Z] # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver [Pipeline] } [2021-05-11T07:13:50.251Z] $ docker exec --env ******** --env ******** 8921800befd4a25dadaac72298f477a5d74f90934c79438c43995b7adab62e17 ssh-agent -k [2021-05-11T07:13:50.366Z] unset SSH_AUTH_SOCK; [2021-05-11T07:13:50.366Z] unset SSH_AGENT_PID; [2021-05-11T07:13:50.366Z] echo Agent pid 52 killed; [2021-05-11T07:13:50.424Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-05-11T07:13:50.769Z] + git semver [Pipeline] } [2021-05-11T07:13:50.823Z] $ docker stop --time=1 8921800befd4a25dadaac72298f477a5d74f90934c79438c43995b7adab62e17 [2021-05-11T07:13:52.400Z] $ docker rm -f 8921800befd4a25dadaac72298f477a5d74f90934c79438c43995b7adab62e17 [Pipeline] // withDockerContainer [Pipeline] sh [2021-05-11T07:13:52.803Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-05-11T07:13:53.123Z] Stashed 1 file(s) [Pipeline] echo [2021-05-11T07:13:53.127Z] [edgeXSemver]: initialized semver on version 2.0.0-dev.55 [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-11T07:14:08.372Z] Still waiting to schedule task [2021-05-11T07:14:08.373Z] Waiting for next available executor on ‘prd-centos7-docker-4c-2g-4365’ [2021-05-11T07:14:08.376Z] Still waiting to schedule task [2021-05-11T07:14:08.376Z] ‘prd-ubuntu18.04-docker-arm64-4c-16g-3702’ is offline [2021-05-11T07:16:01.932Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-4366 in /w/workspace/dgexfoundry_device-sdk-go_master [Pipeline] { [Pipeline] ws [2021-05-11T07:16:01.955Z] Running in /w/workspace/device-sdk-go/160 [Pipeline] { [Pipeline] checkout [2021-05-11T07:16:07.725Z] using credential edgex-jenkins-ssh [2021-05-11T07:16:07.745Z] Cloning the remote Git repository [2021-05-11T07:16:07.843Z] Cloning repository git@github.com:edgexfoundry/device-sdk-go.git [2021-05-11T07:16:08.002Z] > git init /w/workspace/device-sdk-go/160 # timeout=10 [2021-05-11T07:16:08.075Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2021-05-11T07:16:08.076Z] > git --version # timeout=10 [2021-05-11T07:16:08.094Z] > git --version # 'git version 2.17.1' [2021-05-11T07:16:08.096Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-11T07:16:08.187Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-05-11T07:16:09.470Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2021-05-11T07:16:09.490Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-05-11T07:16:09.520Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2021-05-11T07:16:09.553Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2021-05-11T07:16:09.554Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-11T07:16:09.571Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-05-11T07:16:10.091Z] Checking out Revision b9ddf41f4f06aaded587d16ed173cde5946a86e3 (master) [2021-05-11T07:16:10.094Z] > git config core.sparsecheckout # timeout=10 [2021-05-11T07:16:10.105Z] > git checkout -f b9ddf41f4f06aaded587d16ed173cde5946a86e3 # timeout=10 [2021-05-11T07:16:14.311Z] Commit message: "Merge pull request #917 from hahattan/issue-913-snap" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-05-11T07:16:15.680Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-05-11T07:16:16.084Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-05-11T07:16:16.421Z] + true [2021-05-11T07:16:16.421Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-05-11T07:16:19.089Z] provisioning config files... [2021-05-11T07:16:19.143Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/160@tmp/config5102913416153339450tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-05-11T07:16:19.515Z] ---> docker-login.sh [2021-05-11T07:16:19.515Z] nexus3.edgexfoundry.org:10001 [2021-05-11T07:16:20.499Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-11T07:16:20.772Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-11T07:16:20.772Z] Configure a credential helper to remove this warning. See [2021-05-11T07:16:20.772Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-11T07:16:20.772Z] [2021-05-11T07:16:20.772Z] Login Succeeded [2021-05-11T07:16:20.772Z] nexus3.edgexfoundry.org:10002 [2021-05-11T07:16:21.046Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-11T07:16:21.320Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-11T07:16:21.320Z] Configure a credential helper to remove this warning. See [2021-05-11T07:16:21.320Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-11T07:16:21.320Z] [2021-05-11T07:16:21.320Z] Login Succeeded [2021-05-11T07:16:21.320Z] nexus3.edgexfoundry.org:10003 [2021-05-11T07:16:21.592Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-11T07:16:21.880Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-11T07:16:21.880Z] Configure a credential helper to remove this warning. See [2021-05-11T07:16:21.880Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-11T07:16:21.880Z] [2021-05-11T07:16:21.880Z] Login Succeeded [2021-05-11T07:16:21.880Z] nexus3.edgexfoundry.org:10004 [2021-05-11T07:16:22.153Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-11T07:16:22.426Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-11T07:16:22.426Z] Configure a credential helper to remove this warning. See [2021-05-11T07:16:22.426Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-11T07:16:22.426Z] [2021-05-11T07:16:22.426Z] Login Succeeded [2021-05-11T07:16:22.426Z] docker.io [2021-05-11T07:16:22.697Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-11T07:16:22.968Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-11T07:16:22.968Z] Configure a credential helper to remove this warning. See [2021-05-11T07:16:22.968Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-11T07:16:22.968Z] [2021-05-11T07:16:22.968Z] Login Succeeded [2021-05-11T07:16:22.968Z] ---> docker-login.sh ends [Pipeline] } [2021-05-11T07:16:22.986Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-05-11T07:16:23.374Z] ========================================================= [2021-05-11T07:16:23.374Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine] [2021-05-11T07:16:23.374Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-05-11T07:16:23.729Z] + 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-11T07:16:24.003Z] Sending build context to Docker daemon 2.536MB [2021-05-11T07:16:24.003Z] Step 1/8 : ARG BASE=golang:1.16-alpine3.12 [2021-05-11T07:16:24.003Z] Step 2/8 : FROM ${BASE} [2021-05-11T07:16:24.279Z] 1.16-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-05-11T07:16:24.279Z] 595b0fe564bb: Pulling fs layer [2021-05-11T07:16:24.279Z] 7186ed65a4f7: Pulling fs layer [2021-05-11T07:16:24.279Z] 316046926c0a: Pulling fs layer [2021-05-11T07:16:24.279Z] 4ebd0625c992: Pulling fs layer [2021-05-11T07:16:24.279Z] 207e8628e3a3: Pulling fs layer [2021-05-11T07:16:24.279Z] c791037a9be2: Pulling fs layer [2021-05-11T07:16:24.279Z] ffd874e62e21: Pulling fs layer [2021-05-11T07:16:24.279Z] 207e8628e3a3: Waiting [2021-05-11T07:16:24.279Z] ffd874e62e21: Waiting [2021-05-11T07:16:24.279Z] c791037a9be2: Waiting [2021-05-11T07:16:24.279Z] 4ebd0625c992: Waiting [2021-05-11T07:16:24.279Z] 316046926c0a: Verifying Checksum [2021-05-11T07:16:24.279Z] 316046926c0a: Download complete [2021-05-11T07:16:24.279Z] 7186ed65a4f7: Download complete [2021-05-11T07:16:24.279Z] 207e8628e3a3: Download complete [2021-05-11T07:16:24.279Z] c791037a9be2: Verifying Checksum [2021-05-11T07:16:24.280Z] c791037a9be2: Download complete [2021-05-11T07:16:24.280Z] 595b0fe564bb: Verifying Checksum [2021-05-11T07:16:24.280Z] 595b0fe564bb: Download complete [2021-05-11T07:16:24.874Z] 595b0fe564bb: Pull complete [2021-05-11T07:16:25.468Z] 7186ed65a4f7: Pull complete [2021-05-11T07:16:26.069Z] 316046926c0a: Pull complete [2021-05-11T07:16:26.679Z] ffd874e62e21: Verifying Checksum [2021-05-11T07:16:26.679Z] ffd874e62e21: Download complete [2021-05-11T07:16:27.667Z] 4ebd0625c992: Verifying Checksum [2021-05-11T07:16:27.667Z] 4ebd0625c992: Download complete [2021-05-11T07:16:40.071Z] 4ebd0625c992: Pull complete [2021-05-11T07:16:40.071Z] 207e8628e3a3: Pull complete [2021-05-11T07:16:40.071Z] c791037a9be2: Pull complete [2021-05-11T07:16:42.082Z] ffd874e62e21: Pull complete [2021-05-11T07:16:42.359Z] Digest: sha256:fad7b58e697bd06bcf362d803a3263ca5ec03b905aa8665231fe3262941fe3e0 [2021-05-11T07:16:42.359Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine [2021-05-11T07:16:42.359Z] ---> cfc18b08335c [2021-05-11T07:16:42.359Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-05-11T07:16:44.978Z] ---> Running in ab2bbc23cdc3 [2021-05-11T07:16:45.249Z] Removing intermediate container ab2bbc23cdc3 [2021-05-11T07:16:45.249Z] ---> 76174cd0fbfa [2021-05-11T07:16:45.249Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-11T07:16:45.520Z] ---> Running in 9c14e15c8756 [2021-05-11T07:16:47.497Z] Removing intermediate container 9c14e15c8756 [2021-05-11T07:16:47.497Z] ---> cfee9251fe52 [2021-05-11T07:16:47.497Z] Step 5/8 : RUN apk add --update --no-cache make git gcc libc-dev libsodium-dev zeromq-dev [2021-05-11T07:16:47.771Z] ---> Running in 7561ade792fc [2021-05-11T07:16:48.755Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-05-11T07:16:51.372Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-05-11T07:16:51.965Z] (1/6) Installing libc-dev (0.7.2-r3) [2021-05-11T07:16:52.240Z] (2/6) Installing libsodium (1.0.18-r0) [2021-05-11T07:16:52.513Z] (3/6) Installing pkgconf (1.7.3-r0) [2021-05-11T07:16:52.514Z] (4/6) Installing libsodium-dev (1.0.18-r0) [2021-05-11T07:16:52.787Z] (5/6) Installing libzmq (4.3.3-r1) [2021-05-11T07:16:53.060Z] (6/6) Installing zeromq-dev (4.3.3-r1) [2021-05-11T07:16:53.060Z] Executing busybox-1.32.1-r6.trigger [2021-05-11T07:16:53.060Z] OK: 139 MiB in 46 packages [2021-05-11T07:16:54.523Z] Removing intermediate container 7561ade792fc [2021-05-11T07:16:54.523Z] ---> 528ef0095494 [2021-05-11T07:16:54.523Z] Step 6/8 : WORKDIR /device-sdk-go [2021-05-11T07:16:54.523Z] ---> Running in 22451e7bf98c [2021-05-11T07:16:55.119Z] Removing intermediate container 22451e7bf98c [2021-05-11T07:16:55.119Z] ---> 7d881f6f54f3 [2021-05-11T07:16:55.119Z] Step 7/8 : COPY . . [2021-05-11T07:16:56.549Z] ---> 1ef52f796f43 [2021-05-11T07:16:56.549Z] Step 8/8 : RUN go mod download [2021-05-11T07:16:56.549Z] ---> Running in f51abc279909 [2021-05-11T07:17:21.528Z] Running on prd-centos7-docker-4c-2g-4367 in /w/workspace/dgexfoundry_device-sdk-go_master [Pipeline] { [Pipeline] ws [2021-05-11T07:17:21.556Z] Running in /w/workspace/device-sdk-go/160 [Pipeline] { [Pipeline] checkout [2021-05-11T07:17:23.349Z] Removing intermediate container f51abc279909 [2021-05-11T07:17:23.349Z] ---> 9b2fed92e892 [2021-05-11T07:17:23.349Z] Successfully built 9b2fed92e892 [2021-05-11T07:17:23.349Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-05-11T07:17:23.704Z] + docker inspect -f . ci-base-image-arm64 [2021-05-11T07:17:23.705Z] . [Pipeline] withDockerContainer [2021-05-11T07:17:23.977Z] prd-ubuntu18.04-docker-arm64-4c-16g-4366 does not seem to be running inside a container [2021-05-11T07:17:24.068Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/160 -v /w/workspace/device-sdk-go/160:/w/workspace/device-sdk-go/160:rw,z -v /w/workspace/device-sdk-go/160@tmp:/w/workspace/device-sdk-go/160@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-05-11T07:17:25.607Z] $ docker top 9a0964dd0dddbdb5390281aba5026e762ef8fd56a85f723171f148dcc1cb0d02 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-11T07:17:26.529Z] + go version [2021-05-11T07:17:26.529Z] go version go1.16.3 linux/arm64 [Pipeline] } [2021-05-11T07:17:26.559Z] $ docker stop --time=1 9a0964dd0dddbdb5390281aba5026e762ef8fd56a85f723171f148dcc1cb0d02 [2021-05-11T07:17:28.438Z] $ docker rm -f 9a0964dd0dddbdb5390281aba5026e762ef8fd56a85f723171f148dcc1cb0d02 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-11T07:17:29.192Z] + docker inspect -f . ci-base-image-arm64 [2021-05-11T07:17:29.192Z] . [Pipeline] withDockerContainer [2021-05-11T07:17:29.462Z] prd-ubuntu18.04-docker-arm64-4c-16g-4366 does not seem to be running inside a container [2021-05-11T07:17:29.557Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/160 -v /w/workspace/device-sdk-go/160:/w/workspace/device-sdk-go/160:rw,z -v /w/workspace/device-sdk-go/160@tmp:/w/workspace/device-sdk-go/160@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-05-11T07:17:31.086Z] $ docker top c9b009a37a0b364b2b321a3a3b17ed970229147d0633dfe5cd8cfcfe4bb953d9 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-11T07:17:31.994Z] + go mod tidy [2021-05-11T07:17:32.041Z] using credential edgex-jenkins-ssh [2021-05-11T07:17:32.059Z] Cloning the remote Git repository [Pipeline] sh [2021-05-11T07:17:32.138Z] Cloning repository git@github.com:edgexfoundry/device-sdk-go.git [2021-05-11T07:17:32.305Z] > git init /w/workspace/device-sdk-go/160 # timeout=10 [2021-05-11T07:17:32.425Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2021-05-11T07:17:32.426Z] > git --version # timeout=10 [2021-05-11T07:17:32.511Z] > git --version # 'git version 2.24.3' [2021-05-11T07:17:32.512Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-11T07:17:32.591Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-05-11T07:17:33.243Z] + make test [2021-05-11T07:17:33.243Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-05-11T07:17:34.456Z] Checking out Revision b9ddf41f4f06aaded587d16ed173cde5946a86e3 (master) [2021-05-11T07:17:33.733Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2021-05-11T07:17:33.766Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-05-11T07:17:33.880Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2021-05-11T07:17:33.972Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2021-05-11T07:17:33.973Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-11T07:17:33.990Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-05-11T07:17:34.475Z] > git config core.sparsecheckout # timeout=10 [2021-05-11T07:17:34.501Z] > git checkout -f b9ddf41f4f06aaded587d16ed173cde5946a86e3 # timeout=10 [2021-05-11T07:17:39.479Z] Commit message: "Merge pull request #917 from hahattan/issue-913-snap" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-05-11T07:17:41.131Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-05-11T07:17:41.587Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-05-11T07:17:42.027Z] + sudo service docker restart [2021-05-11T07:17:42.027Z] + true [2021-05-11T07:17:42.027Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-05-11T07:17:44.101Z] provisioning config files... [2021-05-11T07:17:44.168Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/160@tmp/config7769547711202495074tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-05-11T07:17:44.558Z] ---> docker-login.sh [2021-05-11T07:17:44.558Z] nexus3.edgexfoundry.org:10001 [2021-05-11T07:17:45.165Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-11T07:17:45.165Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-11T07:17:45.165Z] Configure a credential helper to remove this warning. See [2021-05-11T07:17:45.165Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-11T07:17:45.165Z] [2021-05-11T07:17:45.165Z] Login Succeeded [2021-05-11T07:17:45.165Z] nexus3.edgexfoundry.org:10002 [2021-05-11T07:17:45.439Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-11T07:17:45.708Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-11T07:17:45.708Z] Configure a credential helper to remove this warning. See [2021-05-11T07:17:45.708Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-11T07:17:45.708Z] [2021-05-11T07:17:45.708Z] Login Succeeded [2021-05-11T07:17:45.708Z] nexus3.edgexfoundry.org:10003 [2021-05-11T07:17:45.708Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-11T07:17:45.974Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-11T07:17:45.974Z] Configure a credential helper to remove this warning. See [2021-05-11T07:17:45.974Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-11T07:17:45.974Z] [2021-05-11T07:17:45.974Z] Login Succeeded [2021-05-11T07:17:45.974Z] nexus3.edgexfoundry.org:10004 [2021-05-11T07:17:46.246Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-11T07:17:46.246Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-11T07:17:46.246Z] Configure a credential helper to remove this warning. See [2021-05-11T07:17:46.246Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-11T07:17:46.246Z] [2021-05-11T07:17:46.246Z] Login Succeeded [2021-05-11T07:17:46.246Z] docker.io [2021-05-11T07:17:46.514Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-11T07:17:47.127Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-11T07:17:47.127Z] Configure a credential helper to remove this warning. See [2021-05-11T07:17:47.127Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-11T07:17:47.127Z] [2021-05-11T07:17:47.127Z] Login Succeeded [2021-05-11T07:17:47.127Z] ---> docker-login.sh ends [Pipeline] } [2021-05-11T07:17:47.180Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-05-11T07:17:47.742Z] ========================================================= [2021-05-11T07:17:47.742Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine] [2021-05-11T07:17:47.742Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-05-11T07:17:48.080Z] + 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-11T07:17:48.398Z] Sending build context to Docker daemon 2.534MB [2021-05-11T07:17:48.678Z] Step 1/8 : ARG BASE=golang:1.16-alpine3.12 [2021-05-11T07:17:48.679Z] Step 2/8 : FROM ${BASE} [2021-05-11T07:17:48.679Z] 1.16-alpine: Pulling from edgex-devops/edgex-golang-base [2021-05-11T07:17:48.679Z] 540db60ca938: Pulling fs layer [2021-05-11T07:17:48.679Z] adcc1eea9eea: Pulling fs layer [2021-05-11T07:17:48.679Z] 4c4ab2625f07: Pulling fs layer [2021-05-11T07:17:48.679Z] 0510c868ecb4: Pulling fs layer [2021-05-11T07:17:48.679Z] afea3b2eda06: Pulling fs layer [2021-05-11T07:17:48.679Z] 7809a108b3ef: Pulling fs layer [2021-05-11T07:17:48.679Z] f706445af74f: Pulling fs layer [2021-05-11T07:17:48.679Z] 0510c868ecb4: Waiting [2021-05-11T07:17:48.679Z] afea3b2eda06: Waiting [2021-05-11T07:17:48.679Z] 7809a108b3ef: Waiting [2021-05-11T07:17:48.679Z] f706445af74f: Waiting [2021-05-11T07:17:48.679Z] 4c4ab2625f07: Verifying Checksum [2021-05-11T07:17:48.679Z] 4c4ab2625f07: Download complete [2021-05-11T07:17:48.679Z] adcc1eea9eea: Download complete [2021-05-11T07:17:48.679Z] afea3b2eda06: Verifying Checksum [2021-05-11T07:17:48.679Z] afea3b2eda06: Download complete [2021-05-11T07:17:48.952Z] 7809a108b3ef: Verifying Checksum [2021-05-11T07:17:48.952Z] 7809a108b3ef: Download complete [2021-05-11T07:17:48.952Z] 540db60ca938: Verifying Checksum [2021-05-11T07:17:48.952Z] 540db60ca938: Download complete [2021-05-11T07:17:49.624Z] 540db60ca938: Pull complete [2021-05-11T07:17:50.316Z] adcc1eea9eea: Pull complete [2021-05-11T07:17:50.624Z] 4c4ab2625f07: Pull complete [2021-05-11T07:17:53.319Z] f706445af74f: Verifying Checksum [2021-05-11T07:17:54.780Z] 0510c868ecb4: Verifying Checksum [2021-05-11T07:17:54.780Z] 0510c868ecb4: Download complete [2021-05-11T07:17:55.441Z] ? github.com/edgexfoundry/device-sdk-go/v2 [no test files] [2021-05-11T07:18:10.132Z] 0510c868ecb4: Pull complete [2021-05-11T07:18:10.132Z] afea3b2eda06: Pull complete [2021-05-11T07:18:10.132Z] 7809a108b3ef: Pull complete [2021-05-11T07:18:14.690Z] f706445af74f: Pull complete [2021-05-11T07:18:14.690Z] Digest: sha256:3789524f83b4b99ff44900c39f6da7fc44f99660cd9adf292610dec398b137f4 [2021-05-11T07:18:14.690Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [2021-05-11T07:18:14.690Z] ---> b068be0155e3 [2021-05-11T07:18:14.690Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-05-11T07:18:15.707Z] ---> Running in 515eeecf2782 [2021-05-11T07:18:15.978Z] Removing intermediate container 515eeecf2782 [2021-05-11T07:18:15.978Z] ---> 50fd45916a93 [2021-05-11T07:18:15.978Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-11T07:18:15.978Z] ---> Running in c8342473464e [2021-05-11T07:18:18.741Z] Removing intermediate container c8342473464e [2021-05-11T07:18:18.741Z] ---> 73c86b0ea519 [2021-05-11T07:18:18.741Z] Step 5/8 : RUN apk add --update --no-cache make git gcc libc-dev libsodium-dev zeromq-dev [2021-05-11T07:18:18.741Z] ---> Running in a93d30e940fb [2021-05-11T07:18:19.338Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-05-11T07:18:21.299Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-05-11T07:18:23.412Z] (1/6) Installing libc-dev (0.7.2-r3) [2021-05-11T07:18:23.412Z] (2/6) Installing libsodium (1.0.18-r0) [2021-05-11T07:18:23.412Z] (3/6) Installing pkgconf (1.7.3-r0) [2021-05-11T07:18:23.685Z] (4/6) Installing libsodium-dev (1.0.18-r0) [2021-05-11T07:18:23.960Z] (5/6) Installing libzmq (4.3.3-r1) [2021-05-11T07:18:23.960Z] (6/6) Installing zeromq-dev (4.3.3-r1) [2021-05-11T07:18:24.321Z] Executing busybox-1.32.1-r6.trigger [2021-05-11T07:18:24.321Z] OK: 150 MiB in 46 packages [2021-05-11T07:18:25.320Z] Removing intermediate container a93d30e940fb [2021-05-11T07:18:25.320Z] ---> 949557c69c1b [2021-05-11T07:18:25.320Z] Step 6/8 : WORKDIR /device-sdk-go [2021-05-11T07:18:25.320Z] ---> Running in 226921890c02 [2021-05-11T07:18:25.605Z] Removing intermediate container 226921890c02 [2021-05-11T07:18:25.605Z] ---> f0b8e2452656 [2021-05-11T07:18:25.605Z] Step 7/8 : COPY . . [2021-05-11T07:18:27.184Z] ---> 3b20f0ece59c [2021-05-11T07:18:27.184Z] Step 8/8 : RUN go mod download [2021-05-11T07:18:27.562Z] ---> Running in 341596807a2d [2021-05-11T07:19:00.249Z] Removing intermediate container 341596807a2d [2021-05-11T07:19:00.249Z] ---> ddfc789f8252 [2021-05-11T07:19:00.249Z] Successfully built ddfc789f8252 [2021-05-11T07:19:00.249Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-05-11T07:19:00.611Z] + docker inspect -f . ci-base-image-x86_64 [2021-05-11T07:19:00.879Z] . [Pipeline] withDockerContainer [2021-05-11T07:19:01.194Z] prd-centos7-docker-4c-2g-4367 does not seem to be running inside a container [2021-05-11T07:19:01.387Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/160 -v /w/workspace/device-sdk-go/160:/w/workspace/device-sdk-go/160:rw,z -v /w/workspace/device-sdk-go/160@tmp:/w/workspace/device-sdk-go/160@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-05-11T07:19:03.103Z] $ docker top 20676fa5441001c4533a641e3f344e18e7bdc0ae7719eedd5ce784750c8bb99c -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-11T07:19:03.702Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/cmd/device-simple [no test files] [2021-05-11T07:19:03.702Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/config [no test files] [2021-05-11T07:19:03.702Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/driver [no test files] [2021-05-11T07:19:04.080Z] + go version [2021-05-11T07:19:04.080Z] go version go1.16.3 linux/amd64 [Pipeline] } [2021-05-11T07:19:04.107Z] $ docker stop --time=1 20676fa5441001c4533a641e3f344e18e7bdc0ae7719eedd5ce784750c8bb99c [2021-05-11T07:19:05.739Z] $ docker rm -f 20676fa5441001c4533a641e3f344e18e7bdc0ae7719eedd5ce784750c8bb99c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-11T07:19:06.438Z] + docker inspect -f . ci-base-image-x86_64 [2021-05-11T07:19:06.438Z] . [Pipeline] withDockerContainer [2021-05-11T07:19:06.725Z] prd-centos7-docker-4c-2g-4367 does not seem to be running inside a container [2021-05-11T07:19:06.871Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/160 -v /w/workspace/device-sdk-go/160:/w/workspace/device-sdk-go/160:rw,z -v /w/workspace/device-sdk-go/160@tmp:/w/workspace/device-sdk-go/160@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-05-11T07:19:07.940Z] $ docker top d43082b8da5997f2d3a18dee3279f5e5c37c971fbb1da82be3ffe091ffd0b6bb -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-11T07:19:08.764Z] + go mod tidy [Pipeline] sh [2021-05-11T07:19:10.473Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/application 0.182s coverage: 25.4% of statements [2021-05-11T07:19:10.473Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/autodiscovery [no test files] [2021-05-11T07:19:10.473Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/autoevent 0.176s coverage: 28.1% of statements [2021-05-11T07:19:10.473Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/cache 0.213s coverage: 78.9% of statements [2021-05-11T07:19:10.473Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/clients 1.201s coverage: 10.7% of statements [2021-05-11T07:19:10.473Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/common [no test files] [2021-05-11T07:19:10.473Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/config [no test files] [2021-05-11T07:19:10.473Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/container [no test files] [2021-05-11T07:19:10.836Z] + make test [2021-05-11T07:19:10.836Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-05-11T07:19:12.477Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http 0.239s coverage: 30.2% of statements [2021-05-11T07:19:12.477Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http/correlation [no test files] [2021-05-11T07:19:12.477Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/handler [no test files] [2021-05-11T07:19:12.477Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/provision [no test files] [2021-05-11T07:19:12.477Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/telemetry [no test files] [2021-05-11T07:19:12.755Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/transformer 0.331s coverage: 58.4% of statements [2021-05-11T07:19:15.398Z] ok github.com/edgexfoundry/device-sdk-go/v2/pkg/models 3.170s coverage: 89.2% of statements [2021-05-11T07:19:15.398Z] ? github.com/edgexfoundry/device-sdk-go/v2/pkg/models/mocks [no test files] [2021-05-11T07:19:15.398Z] ok github.com/edgexfoundry/device-sdk-go/v2/pkg/service 0.142s coverage: 5.0% of statements [2021-05-11T07:19:15.398Z] ? github.com/edgexfoundry/device-sdk-go/v2/pkg/startup [no test files] [2021-05-11T07:19:15.673Z] GO111MODULE=on go vet ./... [2021-05-11T07:19:29.726Z] ? github.com/edgexfoundry/device-sdk-go/v2 [no test files] [2021-05-11T07:20:12.238Z] gofmt -l . [2021-05-11T07:20:12.238Z] [ "`gofmt -l .`" = "" ] [2021-05-11T07:20:12.238Z] ./bin/test-attribution-txt.sh [2021-05-11T07:20:12.238Z] ./bin/test-go-mod-tidy.sh [Pipeline] } [2021-05-11T07:20:12.867Z] $ docker stop --time=1 c9b009a37a0b364b2b321a3a3b17ed970229147d0633dfe5cd8cfcfe4bb953d9 [2021-05-11T07:20:14.999Z] $ docker rm -f c9b009a37a0b364b2b321a3a3b17ed970229147d0633dfe5cd8cfcfe4bb953d9 [Pipeline] // withDockerContainer [Pipeline] sh [2021-05-11T07:20:16.052Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-05-11T07:20:17.047Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [2021-05-11T07:20:17.435Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/cmd/device-simple [no test files] [2021-05-11T07:20:17.436Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/config [no test files] [2021-05-11T07:20:17.436Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/driver [no test files] [Pipeline] sh [2021-05-11T07:20:19.546Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-05-11T07:20:19.886Z] + ls -al . [2021-05-11T07:20:19.886Z] total 248 [2021-05-11T07:20:19.886Z] drwxrwxr-x 10 jenkins jenkins 4096 May 11 07:20 . [2021-05-11T07:20:19.886Z] drwxrwxr-x 4 jenkins jenkins 4096 May 11 07:16 .. [2021-05-11T07:20:19.886Z] -rw-rw-r-- 1 jenkins jenkins 140 May 11 07:16 .dockerignore [2021-05-11T07:20:19.886Z] drwxrwxr-x 8 jenkins jenkins 4096 May 11 07:16 .git [2021-05-11T07:20:19.886Z] drwxrwxr-x 2 jenkins jenkins 4096 May 11 07:16 .github [2021-05-11T07:20:19.886Z] -rw-rw-r-- 1 jenkins jenkins 138 May 11 07:16 .gitignore [2021-05-11T07:20:19.886Z] -rw-rw-r-- 1 jenkins jenkins 987 May 11 07:16 Dockerfile.build [2021-05-11T07:20:19.886Z] -rw-rw-r-- 1 jenkins jenkins 901 May 11 07:16 Jenkinsfile [2021-05-11T07:20:19.886Z] -rw-rw-r-- 1 jenkins jenkins 11341 May 11 07:16 LICENSE [2021-05-11T07:20:19.886Z] -rw-rw-r-- 1 jenkins jenkins 1000 May 11 07:16 Makefile [2021-05-11T07:20:19.886Z] -rw-rw-r-- 1 jenkins jenkins 7652 May 11 07:16 README.md [2021-05-11T07:20:19.886Z] -rw-rw-r-- 1 jenkins jenkins 6616 May 11 07:16 RELEASE-NOTES.txt [2021-05-11T07:20:19.886Z] -rw-rw-r-- 1 jenkins jenkins 12 May 11 07:13 VERSION [2021-05-11T07:20:19.886Z] drwxrwxr-x 2 jenkins jenkins 4096 May 11 07:16 bin [2021-05-11T07:20:19.886Z] -rw-r--r-- 1 jenkins jenkins 124140 May 11 07:19 coverage.out [2021-05-11T07:20:19.886Z] drwxrwxr-x 5 jenkins jenkins 4096 May 11 07:16 example [2021-05-11T07:20:19.886Z] -rw-r--r-- 1 jenkins jenkins 575 May 11 07:20 go.mod [2021-05-11T07:20:19.886Z] -rw-r--r-- 1 jenkins jenkins 20637 May 11 07:17 go.sum [2021-05-11T07:20:19.886Z] drwxrwxr-x 15 jenkins jenkins 4096 May 11 07:16 internal [2021-05-11T07:20:19.886Z] drwxrwxr-x 4 jenkins jenkins 4096 May 11 07:16 openapi [2021-05-11T07:20:19.886Z] drwxrwxr-x 5 jenkins jenkins 4096 May 11 07:16 pkg [2021-05-11T07:20:19.886Z] drwxrwxr-x 4 jenkins jenkins 4096 May 11 07:16 snap [2021-05-11T07:20:19.886Z] -rw-rw-r-- 1 jenkins jenkins 222 May 11 07:16 version.go [Pipeline] isUnix [Pipeline] sh [2021-05-11T07:20:20.228Z] + 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=b9ddf41f4f06aaded587d16ed173cde5946a86e3 --label arch=arm64 --label version=2.0.0-dev.55 . [2021-05-11T07:20:20.500Z] Sending build context to Docker daemon 2.661MB [2021-05-11T07:20:20.771Z] Step 1/23 : ARG BASE=golang:1.16-alpine3.12 [2021-05-11T07:20:20.771Z] Step 2/23 : FROM ${BASE} AS builder [2021-05-11T07:20:20.771Z] ---> 9b2fed92e892 [2021-05-11T07:20:20.771Z] Step 3/23 : WORKDIR /device-sdk-go [2021-05-11T07:20:20.771Z] ---> Running in 032d226bcb81 [2021-05-11T07:20:21.364Z] Removing intermediate container 032d226bcb81 [2021-05-11T07:20:21.364Z] ---> d1275b7e8cd5 [2021-05-11T07:20:21.364Z] Step 4/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-05-11T07:20:21.637Z] ---> Running in 05239fda3c10 [2021-05-11T07:20:21.909Z] Removing intermediate container 05239fda3c10 [2021-05-11T07:20:21.909Z] ---> 1e4dece12d5f [2021-05-11T07:20:21.909Z] Step 5/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-11T07:20:22.000Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/application 0.148s coverage: 25.4% of statements [2021-05-11T07:20:22.000Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/autodiscovery [no test files] [2021-05-11T07:20:22.000Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/autoevent 0.127s coverage: 28.1% of statements [2021-05-11T07:20:22.000Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/cache 0.113s coverage: 78.9% of statements [2021-05-11T07:20:22.189Z] ---> Running in cdc3c30582fe [2021-05-11T07:20:22.294Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/clients 1.095s coverage: 10.7% of statements [2021-05-11T07:20:22.294Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/common [no test files] [2021-05-11T07:20:22.294Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/config [no test files] [2021-05-11T07:20:22.294Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/container [no test files] [2021-05-11T07:20:24.160Z] Removing intermediate container cdc3c30582fe [2021-05-11T07:20:24.160Z] ---> 846c3c3f39db [2021-05-11T07:20:24.161Z] Step 6/23 : RUN apk add --update --no-cache make git gcc libc-dev zeromq-dev libsodium-dev [2021-05-11T07:20:24.161Z] ---> Running in 01bec757c7b7 [2021-05-11T07:20:24.457Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http 0.192s coverage: 30.2% of statements [2021-05-11T07:20:24.457Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http/correlation [no test files] [2021-05-11T07:20:24.457Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/handler [no test files] [2021-05-11T07:20:24.457Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/provision [no test files] [2021-05-11T07:20:24.457Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/telemetry [no test files] [2021-05-11T07:20:24.457Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/transformer 0.156s coverage: 58.4% of statements [2021-05-11T07:20:25.155Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-05-11T07:20:26.525Z] ok github.com/edgexfoundry/device-sdk-go/v2/pkg/models 1.707s coverage: 89.2% of statements [2021-05-11T07:20:26.525Z] ? github.com/edgexfoundry/device-sdk-go/v2/pkg/models/mocks [no test files] [2021-05-11T07:20:26.525Z] ok github.com/edgexfoundry/device-sdk-go/v2/pkg/service 0.139s coverage: 5.0% of statements [2021-05-11T07:20:26.525Z] ? github.com/edgexfoundry/device-sdk-go/v2/pkg/startup [no test files] [2021-05-11T07:20:26.813Z] GO111MODULE=on go vet ./... [2021-05-11T07:20:27.118Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-05-11T07:20:28.085Z] OK: 139 MiB in 46 packages [2021-05-11T07:20:29.520Z] Removing intermediate container 01bec757c7b7 [2021-05-11T07:20:29.520Z] ---> 55c4b1c5e5ae [2021-05-11T07:20:29.520Z] Step 7/23 : COPY . . [2021-05-11T07:20:30.498Z] ---> cc1675d5af3e [2021-05-11T07:20:30.498Z] Step 8/23 : RUN go mod download [2021-05-11T07:20:30.771Z] ---> Running in 54d63628efe1 [2021-05-11T07:20:32.750Z] Removing intermediate container 54d63628efe1 [2021-05-11T07:20:32.750Z] ---> f9328a78eefa [2021-05-11T07:20:32.750Z] Step 9/23 : RUN make build [2021-05-11T07:20:33.026Z] ---> Running in 9123b16005b9 [2021-05-11T07:20:34.002Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-sdk-go/v2.Version=2.0.0-dev.55" -o example/cmd/device-simple/device-simple ./example/cmd/device-simple [2021-05-11T07:21:06.366Z] CGO_ENABLED=1 GO111MODULE=on go install -tags=safe [2021-05-11T07:21:08.325Z] Removing intermediate container 9123b16005b9 [2021-05-11T07:21:08.325Z] ---> a1d7a2749d7f [2021-05-11T07:21:08.325Z] Step 10/23 : FROM alpine:3.12 [2021-05-11T07:21:08.914Z] 3.12: Pulling from library/alpine [2021-05-11T07:21:08.914Z] d2f70382dc9a: Pulling fs layer [2021-05-11T07:21:09.186Z] d2f70382dc9a: Download complete [2021-05-11T07:21:09.780Z] d2f70382dc9a: Pull complete [2021-05-11T07:21:09.780Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-05-11T07:21:09.780Z] Status: Downloaded newer image for alpine:3.12 [2021-05-11T07:21:09.780Z] ---> 9852663dfa18 [2021-05-11T07:21:09.780Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-05-11T07:21:10.051Z] ---> Running in add9a9c1f30c [2021-05-11T07:21:10.645Z] Removing intermediate container add9a9c1f30c [2021-05-11T07:21:10.645Z] ---> d8c25d49aa85 [2021-05-11T07:21:10.645Z] Step 12/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-11T07:21:10.645Z] ---> Running in 3697bc894add [2021-05-11T07:21:12.614Z] Removing intermediate container 3697bc894add [2021-05-11T07:21:12.614Z] ---> b928c14f4fb6 [2021-05-11T07:21:12.614Z] Step 13/23 : RUN apk add --update --no-cache zeromq [2021-05-11T07:21:12.614Z] ---> Running in aba787997ba2 [2021-05-11T07:21:13.591Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-05-11T07:21:15.012Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-05-11T07:21:15.986Z] (1/5) Installing libgcc (9.3.0-r2) [2021-05-11T07:21:16.262Z] (2/5) Installing libsodium (1.0.18-r0) [2021-05-11T07:21:16.262Z] (3/5) Installing libstdc++ (9.3.0-r2) [2021-05-11T07:21:16.857Z] (4/5) Installing libzmq (4.3.3-r0) [2021-05-11T07:21:16.857Z] (5/5) Installing zeromq (4.3.3-r0) [2021-05-11T07:21:17.127Z] Executing busybox-1.31.1-r20.trigger [2021-05-11T07:21:17.127Z] OK: 8 MiB in 19 packages [2021-05-11T07:21:18.564Z] Removing intermediate container aba787997ba2 [2021-05-11T07:21:18.564Z] ---> b23abde562a7 [2021-05-11T07:21:18.564Z] Step 14/23 : WORKDIR / [2021-05-11T07:21:18.564Z] ---> Running in bb1612f5abb0 [2021-05-11T07:21:19.165Z] Removing intermediate container bb1612f5abb0 [2021-05-11T07:21:19.165Z] ---> 347ec652eb30 [2021-05-11T07:21:19.165Z] Step 15/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/Attribution.txt /Attribution.txt [2021-05-11T07:21:19.760Z] ---> f99ccbcd144b [2021-05-11T07:21:19.760Z] Step 16/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /device-simple [2021-05-11T07:21:21.189Z] ---> f363d04de058 [2021-05-11T07:21:21.189Z] Step 17/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/ /res [2021-05-11T07:21:21.784Z] ---> 27768642921e [2021-05-11T07:21:21.784Z] Step 18/23 : EXPOSE 49990 [2021-05-11T07:21:22.067Z] ---> Running in 0a0204e09f78 [2021-05-11T07:21:22.355Z] Removing intermediate container 0a0204e09f78 [2021-05-11T07:21:22.355Z] ---> 698ce7f72a6c [2021-05-11T07:21:22.355Z] Step 19/23 : ENTRYPOINT ["/device-simple"] [2021-05-11T07:21:22.640Z] ---> Running in 95477d3992f6 [2021-05-11T07:21:23.238Z] Removing intermediate container 95477d3992f6 [2021-05-11T07:21:23.238Z] ---> 29bf31e74e38 [2021-05-11T07:21:23.238Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-11T07:21:23.238Z] ---> Running in 14a43a8a3727 [2021-05-11T07:21:23.837Z] Removing intermediate container 14a43a8a3727 [2021-05-11T07:21:23.837Z] ---> 3a71c57c4e88 [2021-05-11T07:21:23.837Z] Step 21/23 : LABEL arch=arm64 [2021-05-11T07:21:23.837Z] ---> Running in 379bfdb0e34c [2021-05-11T07:21:24.288Z] gofmt -l . [2021-05-11T07:21:24.288Z] [ "`gofmt -l .`" = "" ] [2021-05-11T07:21:24.288Z] ./bin/test-attribution-txt.sh [2021-05-11T07:21:24.288Z] ./bin/test-go-mod-tidy.sh [Pipeline] } [2021-05-11T07:21:24.433Z] Removing intermediate container 379bfdb0e34c [2021-05-11T07:21:24.433Z] ---> ed06ee0e00f6 [2021-05-11T07:21:24.433Z] Step 22/23 : LABEL git_sha=b9ddf41f4f06aaded587d16ed173cde5946a86e3 [2021-05-11T07:21:24.433Z] ---> Running in 1386f1d71104 [2021-05-11T07:21:24.441Z] $ docker stop --time=1 d43082b8da5997f2d3a18dee3279f5e5c37c971fbb1da82be3ffe091ffd0b6bb [2021-05-11T07:21:25.035Z] Removing intermediate container 1386f1d71104 [2021-05-11T07:21:25.035Z] ---> d8ec89b2c859 [2021-05-11T07:21:25.035Z] Step 23/23 : LABEL version=2.0.0-dev.55 [2021-05-11T07:21:25.035Z] ---> Running in a8d6a991c6c9 [2021-05-11T07:21:25.630Z] Removing intermediate container a8d6a991c6c9 [2021-05-11T07:21:25.631Z] ---> 3ed858b2b451 [2021-05-11T07:21:25.631Z] [Warning] One or more build-args [ARCH MAKE] were not consumed [2021-05-11T07:21:25.631Z] Successfully built 3ed858b2b451 [2021-05-11T07:21:25.631Z] Successfully tagged docker-device-sdk-simple-arm64:latest [2021-05-11T07:21:27.056Z] $ docker rm -f d43082b8da5997f2d3a18dee3279f5e5c37c971fbb1da82be3ffe091ffd0b6bb [Pipeline] // withDockerContainer [Pipeline] sh [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [2021-05-11T07:21:28.135Z] + sudo chown -R jenkins:jenkins . [Pipeline] libraryResource [Pipeline] sh [Pipeline] stash [2021-05-11T07:21:28.310Z] Warning: overwriting stash ‘coverage-report’ [2021-05-11T07:21:28.570Z] ---> job-cost.sh [2021-05-11T07:21:28.570Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-30VH [2021-05-11T07:21:29.324Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2021-05-11T07:21:29.879Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-05-11T07:21:30.368Z] + ls -al . [2021-05-11T07:21:30.369Z] total 212 [2021-05-11T07:21:30.369Z] drwxrwxr-x. 10 jenkins jenkins 4096 May 11 07:21 . [2021-05-11T07:21:30.369Z] drwxrwxr-x. 4 jenkins jenkins 32 May 11 07:17 .. [2021-05-11T07:21:30.369Z] drwxrwxr-x. 2 jenkins jenkins 64 May 11 07:17 bin [2021-05-11T07:21:30.369Z] -rw-r--r--. 1 jenkins jenkins 124140 May 11 07:20 coverage.out [2021-05-11T07:21:30.369Z] -rw-rw-r--. 1 jenkins jenkins 987 May 11 07:17 Dockerfile.build [2021-05-11T07:21:30.369Z] -rw-rw-r--. 1 jenkins jenkins 140 May 11 07:17 .dockerignore [2021-05-11T07:21:30.369Z] drwxrwxr-x. 5 jenkins jenkins 62 May 11 07:17 example [2021-05-11T07:21:30.369Z] drwxrwxr-x. 8 jenkins jenkins 162 May 11 07:17 .git [2021-05-11T07:21:30.369Z] drwxrwxr-x. 2 jenkins jenkins 103 May 11 07:17 .github [2021-05-11T07:21:30.369Z] -rw-rw-r--. 1 jenkins jenkins 138 May 11 07:17 .gitignore [2021-05-11T07:21:30.369Z] -rw-r--r--. 1 jenkins jenkins 575 May 11 07:21 go.mod [2021-05-11T07:21:30.369Z] -rw-r--r--. 1 jenkins jenkins 20637 May 11 07:19 go.sum [2021-05-11T07:21:30.369Z] drwxrwxr-x. 15 jenkins jenkins 222 May 11 07:17 internal [2021-05-11T07:21:30.369Z] -rw-rw-r--. 1 jenkins jenkins 901 May 11 07:17 Jenkinsfile [2021-05-11T07:21:30.369Z] -rw-rw-r--. 1 jenkins jenkins 11341 May 11 07:17 LICENSE [2021-05-11T07:21:30.369Z] -rw-rw-r--. 1 jenkins jenkins 1000 May 11 07:17 Makefile [2021-05-11T07:21:30.369Z] drwxrwxr-x. 4 jenkins jenkins 26 May 11 07:17 openapi [2021-05-11T07:21:30.369Z] drwxrwxr-x. 5 jenkins jenkins 50 May 11 07:17 pkg [2021-05-11T07:21:30.369Z] -rw-rw-r--. 1 jenkins jenkins 7652 May 11 07:17 README.md [2021-05-11T07:21:30.369Z] -rw-rw-r--. 1 jenkins jenkins 6616 May 11 07:17 RELEASE-NOTES.txt [2021-05-11T07:21:30.369Z] drwxrwxr-x. 4 jenkins jenkins 54 May 11 07:17 snap [2021-05-11T07:21:30.369Z] -rw-rw-r--. 1 jenkins jenkins 12 May 11 07:13 VERSION [2021-05-11T07:21:30.369Z] -rw-rw-r--. 1 jenkins jenkins 222 May 11 07:17 version.go [Pipeline] isUnix [Pipeline] sh [2021-05-11T07:21:30.908Z] + 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=b9ddf41f4f06aaded587d16ed173cde5946a86e3 --label arch=amd64 --label version=2.0.0-dev.55 . [2021-05-11T07:21:31.560Z] Sending build context to Docker daemon 2.659MB [2021-05-11T07:21:31.560Z] Step 1/23 : ARG BASE=golang:1.16-alpine3.12 [2021-05-11T07:21:31.560Z] Step 2/23 : FROM ${BASE} AS builder [2021-05-11T07:21:31.560Z] ---> ddfc789f8252 [2021-05-11T07:21:31.560Z] Step 3/23 : WORKDIR /device-sdk-go [2021-05-11T07:21:31.847Z] ---> Running in acd3657f70e9 [2021-05-11T07:21:32.513Z] Removing intermediate container acd3657f70e9 [2021-05-11T07:21:32.513Z] ---> 2469900cb61d [2021-05-11T07:21:32.513Z] Step 4/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-05-11T07:21:32.513Z] ---> Running in 4307fe797fac [2021-05-11T07:21:33.203Z] Removing intermediate container 4307fe797fac [2021-05-11T07:21:33.203Z] ---> 135689c661ee [2021-05-11T07:21:33.203Z] Step 5/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-11T07:21:33.203Z] ---> Running in d1313f94a8b0 [2021-05-11T07:21:36.879Z] Removing intermediate container d1313f94a8b0 [2021-05-11T07:21:36.879Z] ---> 10f4b4013d05 [2021-05-11T07:21:36.879Z] Step 6/23 : RUN apk add --update --no-cache make git gcc libc-dev zeromq-dev libsodium-dev [2021-05-11T07:21:36.879Z] ---> Running in 3bd21db79287 [2021-05-11T07:21:38.123Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-05-11T07:21:40.213Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-05-11T07:21:41.236Z] OK: 150 MiB in 46 packages [2021-05-11T07:21:41.856Z] Removing intermediate container 3bd21db79287 [2021-05-11T07:21:41.856Z] ---> 34b2075e8813 [2021-05-11T07:21:41.856Z] Step 7/23 : COPY . . [2021-05-11T07:21:42.889Z] ---> b143afb7201e [2021-05-11T07:21:42.889Z] Step 8/23 : RUN go mod download [2021-05-11T07:21:43.196Z] ---> Running in 969de4448cc6 [2021-05-11T07:21:45.953Z] Removing intermediate container 969de4448cc6 [2021-05-11T07:21:45.953Z] ---> a9b1c4c4bd71 [2021-05-11T07:21:45.953Z] Step 9/23 : RUN make build [2021-05-11T07:21:45.953Z] ---> Running in f341c9e342a1 [2021-05-11T07:21:47.475Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-sdk-go/v2.Version=2.0.0-dev.55" -o example/cmd/device-simple/device-simple ./example/cmd/device-simple [2021-05-11T07:22:07.525Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-05-11T07:22:15.090Z] CGO_ENABLED=1 GO111MODULE=on go install -tags=safe [2021-05-11T07:22:17.169Z] Removing intermediate container f341c9e342a1 [2021-05-11T07:22:17.169Z] ---> 5d4096a39ba0 [2021-05-11T07:22:17.169Z] Step 10/23 : FROM alpine:3.12 [2021-05-11T07:22:17.480Z] 3.12: Pulling from library/alpine [2021-05-11T07:22:17.480Z] 339de151aab4: Pulling fs layer [2021-05-11T07:22:17.856Z] 339de151aab4: Verifying Checksum [2021-05-11T07:22:17.856Z] 339de151aab4: Download complete [2021-05-11T07:22:18.512Z] 339de151aab4: Pull complete [2021-05-11T07:22:18.512Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-05-11T07:22:18.512Z] Status: Downloaded newer image for alpine:3.12 [2021-05-11T07:22:18.512Z] ---> 13621d1b12d4 [2021-05-11T07:22:18.512Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-05-11T07:22:18.818Z] ---> Running in 8f05ca16918b [2021-05-11T07:22:19.460Z] Removing intermediate container 8f05ca16918b [2021-05-11T07:22:19.460Z] ---> 6b3452cb06b3 [2021-05-11T07:22:19.460Z] Step 12/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-11T07:22:19.802Z] ---> Running in 29b9d00082c5 [2021-05-11T07:22:22.002Z] Removing intermediate container 29b9d00082c5 [2021-05-11T07:22:22.002Z] ---> 105dbf316fb0 [2021-05-11T07:22:22.002Z] Step 13/23 : RUN apk add --update --no-cache zeromq [2021-05-11T07:22:22.002Z] ---> Running in 97dd1dbd79e6 [2021-05-11T07:22:23.470Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-05-11T07:22:25.502Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-05-11T07:22:26.291Z] (1/5) Installing libgcc (9.3.0-r2) [2021-05-11T07:22:26.291Z] (2/5) Installing libsodium (1.0.18-r0) [2021-05-11T07:22:26.611Z] (3/5) Installing libstdc++ (9.3.0-r2) [2021-05-11T07:22:26.895Z] (4/5) Installing libzmq (4.3.3-r0) [2021-05-11T07:22:27.905Z] (5/5) Installing zeromq (4.3.3-r0) [2021-05-11T07:22:27.905Z] Executing busybox-1.31.1-r20.trigger [2021-05-11T07:22:27.905Z] OK: 8 MiB in 19 packages [2021-05-11T07:22:29.427Z] Removing intermediate container 97dd1dbd79e6 [2021-05-11T07:22:29.427Z] ---> 6bccecd49036 [2021-05-11T07:22:29.427Z] Step 14/23 : WORKDIR / [2021-05-11T07:22:29.427Z] ---> Running in d1e1ebbf992f [2021-05-11T07:22:29.717Z] Removing intermediate container d1e1ebbf992f [2021-05-11T07:22:29.717Z] ---> 550a334fd8f5 [2021-05-11T07:22:29.717Z] Step 15/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/Attribution.txt /Attribution.txt [2021-05-11T07:22:30.739Z] ---> 89bfc159ab9c [2021-05-11T07:22:30.739Z] Step 16/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /device-simple [2021-05-11T07:22:32.313Z] ---> b625efd6a382 [2021-05-11T07:22:32.313Z] Step 17/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/ /res [2021-05-11T07:22:33.025Z] ---> 42652f8c0b69 [2021-05-11T07:22:33.025Z] Step 18/23 : EXPOSE 49990 [2021-05-11T07:22:33.369Z] ---> Running in dddad16a3c68 [2021-05-11T07:22:33.974Z] Removing intermediate container dddad16a3c68 [2021-05-11T07:22:33.974Z] ---> 168ae440c6ef [2021-05-11T07:22:33.974Z] Step 19/23 : ENTRYPOINT ["/device-simple"] [2021-05-11T07:22:33.974Z] ---> Running in 3779e93e9e54 [2021-05-11T07:22:34.272Z] Removing intermediate container 3779e93e9e54 [2021-05-11T07:22:34.272Z] ---> 421c7e9bc4ae [2021-05-11T07:22:34.272Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-11T07:22:34.566Z] ---> Running in eb524b82cb3d [2021-05-11T07:22:34.939Z] Removing intermediate container eb524b82cb3d [2021-05-11T07:22:34.939Z] ---> a69348360177 [2021-05-11T07:22:34.939Z] Step 21/23 : LABEL arch=amd64 [2021-05-11T07:22:35.217Z] ---> Running in da449ae13883 [2021-05-11T07:22:35.516Z] Removing intermediate container da449ae13883 [2021-05-11T07:22:35.516Z] ---> a3613ad4a356 [2021-05-11T07:22:35.516Z] Step 22/23 : LABEL git_sha=b9ddf41f4f06aaded587d16ed173cde5946a86e3 [2021-05-11T07:22:35.813Z] ---> Running in df81731552fc [2021-05-11T07:22:36.107Z] Removing intermediate container df81731552fc [2021-05-11T07:22:36.107Z] ---> 5256e1645c17 [2021-05-11T07:22:36.107Z] Step 23/23 : LABEL version=2.0.0-dev.55 [2021-05-11T07:22:36.423Z] ---> Running in f7421296bb64 [2021-05-11T07:22:36.767Z] Removing intermediate container f7421296bb64 [2021-05-11T07:22:36.767Z] ---> 9c11c93832b5 [2021-05-11T07:22:36.767Z] [Warning] One or more build-args [ARCH MAKE] were not consumed [2021-05-11T07:22:36.767Z] Successfully built 9c11c93832b5 [2021-05-11T07:22:37.143Z] 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-11T07:22:37.825Z] ---> job-cost.sh [2021-05-11T07:22:37.825Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-4Z6k [2021-05-11T07:23:11.093Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-05-11T07:23:44.281Z] lf-activate-venv(): INFO: Adding /tmp/venv-30VH/bin to PATH [2021-05-11T07:23:44.281Z] INFO: No Stack... [2021-05-11T07:23:44.281Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-05-11T07:23:44.281Z] INFO: Archiving Costs [Pipeline] sh [2021-05-11T07:23:44.622Z] + + cat /w/workspace/device-sdk-go/160/archives/cost.csvcut [2021-05-11T07:23:44.622Z] -d, -f6 [Pipeline] lock [2021-05-11T07:23:44.737Z] Trying to acquire lock on [jenkins-edgexfoundry-device-sdk-go-master-160-stack-cost] [2021-05-11T07:23:44.753Z] Resource [jenkins-edgexfoundry-device-sdk-go-master-160-stack-cost] did not exist. Created. [2021-05-11T07:23:44.753Z] Lock acquired on [jenkins-edgexfoundry-device-sdk-go-master-160-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-05-11T07:23:45.122Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-05-11T07:23:45.292Z] Stashed 1 file(s) [Pipeline] } [2021-05-11T07:23:45.307Z] Lock released on resource [jenkins-edgexfoundry-device-sdk-go-master-160-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-05-11T07:23:58.483Z] lf-activate-venv(): INFO: Adding /tmp/venv-4Z6k/bin to PATH [2021-05-11T07:23:58.483Z] INFO: No Stack... [2021-05-11T07:23:58.483Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-05-11T07:23:58.483Z] INFO: Archiving Costs [Pipeline] sh [2021-05-11T07:23:58.872Z] + cat /w/workspace/device-sdk-go/160/archives/cost.csv [2021-05-11T07:23:58.872Z] + cut -d, -f6 [Pipeline] lock [2021-05-11T07:23:59.071Z] Trying to acquire lock on [jenkins-edgexfoundry-device-sdk-go-master-160-stack-cost] [2021-05-11T07:23:59.083Z] Resource [jenkins-edgexfoundry-device-sdk-go-master-160-stack-cost] did not exist. Created. [2021-05-11T07:23:59.083Z] Lock acquired on [jenkins-edgexfoundry-device-sdk-go-master-160-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-05-11T07:23:59.620Z] /w/workspace/device-sdk-go/160@tmp/durable-1444fcb9/script.sh: line 1: unexpected EOF while looking for matching `'' [Pipeline] sh [2021-05-11T07:24:00.116Z] + echo total: 0.029999999329447746 [Pipeline] stash [2021-05-11T07:24:00.166Z] Warning: overwriting stash ‘stack-cost’ [2021-05-11T07:24:00.526Z] Stashed 1 file(s) [Pipeline] } [2021-05-11T07:24:00.538Z] Lock released on resource [jenkins-edgexfoundry-device-sdk-go-master-160-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-11T07:24:01.329Z] provisioning config files... [2021-05-11T07:24:01.347Z] copy managed file [device-sdk-go-codecov-token] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config4046234914084158053tmp [Pipeline] { [Pipeline] sh [2021-05-11T07:24:01.690Z] + set +x [2021-05-11T07:24:01.690Z] + curl -s https://codecov.io/bash [2021-05-11T07:24:01.690Z] + bash -s -- [2021-05-11T07:24:01.954Z] [2021-05-11T07:24:01.954Z] _____ _ [2021-05-11T07:24:01.954Z] / ____| | | [2021-05-11T07:24:01.954Z] | | ___ __| | ___ ___ _____ __ [2021-05-11T07:24:01.954Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-05-11T07:24:01.954Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-05-11T07:24:01.954Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-05-11T07:24:01.954Z] Bash-1.0.2 [2021-05-11T07:24:01.954Z] [2021-05-11T07:24:01.954Z] [2021-05-11T07:24:01.954Z] ==> git version 2.24.3 found [2021-05-11T07:24:01.954Z] ==> 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-11T07:24:01.954Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-05-11T07:24:01.954Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-05-11T07:24:01.954Z] ==> Jenkins CI detected. [2021-05-11T07:24:01.954Z] project root: . [2021-05-11T07:24:01.954Z] --> token set from env [2021-05-11T07:24:01.954Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-05-11T07:24:01.954Z] ==> Running gcov in . (disable via -X gcov) [2021-05-11T07:24:01.954Z] ==> Python coveragepy not found [2021-05-11T07:24:01.954Z] ==> Searching for coverage reports in: [2021-05-11T07:24:01.954Z] + . [2021-05-11T07:24:01.954Z] -> Found 1 reports [2021-05-11T07:24:01.954Z] ==> Detecting git/mercurial file structure [2021-05-11T07:24:01.954Z] ==> Reading reports [2021-05-11T07:24:01.954Z] + ./coverage.out bytes=124140 [2021-05-11T07:24:01.954Z] ==> Appending adjustments [2021-05-11T07:24:01.954Z] https://docs.codecov.io/docs/fixing-reports [2021-05-11T07:24:02.538Z] + Found adjustments [2021-05-11T07:24:02.538Z] ==> Gzipping contents [2021-05-11T07:24:02.538Z] 16K /tmp/codecov.3Hm8tO.gz [2021-05-11T07:24:02.538Z] ==> Uploading reports [2021-05-11T07:24:02.538Z] url: https://codecov.io [2021-05-11T07:24:02.538Z] query: branch=master&commit=b9ddf41f4f06aaded587d16ed173cde5946a86e3&build=160&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2Fmaster%2F160%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=&job=&cmd_args= [2021-05-11T07:24:02.538Z] -> Pinging Codecov [2021-05-11T07:24:02.538Z] https://codecov.io/upload/v4?package=bash-1.0.2&token=secret&branch=master&commit=b9ddf41f4f06aaded587d16ed173cde5946a86e3&build=160&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2Fmaster%2F160%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=&job=&cmd_args= [2021-05-11T07:24:02.801Z] -> Uploading to [2021-05-11T07:24:02.801Z] https://storage.googleapis.com/codecov/v4/raw/2021-05-11/7E55EF52A471D76F132DFD9A03CDDE97/b9ddf41f4f06aaded587d16ed173cde5946a86e3/cdb1d5f3-2c06-4e7a-a637-ac3369161470.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQM3VGPYSAFECJRMNAFIPCV2R3P2BOORCJC7NM537NPJQSFLHUDNIDWA%2F20210511%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210511T072402Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=495047f2126b587a3fd2ad93c6b2c0dc5d0ded51f0cf30206a3aed3ff8dfb57d [2021-05-11T07:24:02.801Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-05-11T07:24:02.801Z] Dload Upload Total Spent Left Speed [2021-05-11T07:24:03.375Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 16199 0 0 100 16199 0 26340 --:--:-- --:--:-- --:--:-- 26382 [2021-05-11T07:24:03.375Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/device-sdk-go/commit/b9ddf41f4f06aaded587d16ed173cde5946a86e3 [Pipeline] } [2021-05-11T07:24:03.385Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo [2021-05-11T07:24:04.042Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2021-05-11T07:24:04.057Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-11T07:24:04.400Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-05-11T07:24:04.401Z] [2021-05-11T07:24:04.401Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh [2021-05-11T07:24:04.718Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-05-11T07:24:04.718Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2021-05-11T07:24:04.718Z] 188c0c94c7c5: Pulling fs layer [2021-05-11T07:24:04.718Z] 0ef7d3d256c8: Pulling fs layer [2021-05-11T07:24:04.718Z] de9db76c5a1d: Pulling fs layer [2021-05-11T07:24:04.718Z] 0eba1c9be4d2: Pulling fs layer [2021-05-11T07:24:04.718Z] 0d57e429df01: Pulling fs layer [2021-05-11T07:24:04.718Z] 4e4be7b47b0d: Pulling fs layer [2021-05-11T07:24:04.718Z] e1f770b5df2f: Pulling fs layer [2021-05-11T07:24:04.718Z] 85a0685a4137: Pulling fs layer [2021-05-11T07:24:04.718Z] 0d57e429df01: Waiting [2021-05-11T07:24:04.718Z] 4e4be7b47b0d: Waiting [2021-05-11T07:24:04.718Z] e1f770b5df2f: Waiting [2021-05-11T07:24:04.718Z] 85a0685a4137: Waiting [2021-05-11T07:24:04.718Z] 0eba1c9be4d2: Waiting [2021-05-11T07:24:04.718Z] de9db76c5a1d: Verifying Checksum [2021-05-11T07:24:04.718Z] de9db76c5a1d: Download complete [2021-05-11T07:24:04.718Z] 0ef7d3d256c8: Verifying Checksum [2021-05-11T07:24:04.718Z] 0ef7d3d256c8: Download complete [2021-05-11T07:24:04.718Z] 0d57e429df01: Verifying Checksum [2021-05-11T07:24:04.718Z] 0d57e429df01: Download complete [2021-05-11T07:24:04.718Z] 188c0c94c7c5: Verifying Checksum [2021-05-11T07:24:04.718Z] 188c0c94c7c5: Download complete [2021-05-11T07:24:04.718Z] 4e4be7b47b0d: Verifying Checksum [2021-05-11T07:24:04.718Z] 4e4be7b47b0d: Download complete [2021-05-11T07:24:05.304Z] 188c0c94c7c5: Pull complete [2021-05-11T07:24:05.567Z] 0ef7d3d256c8: Pull complete [2021-05-11T07:24:05.567Z] de9db76c5a1d: Pull complete [2021-05-11T07:24:06.144Z] e1f770b5df2f: Verifying Checksum [2021-05-11T07:24:06.144Z] e1f770b5df2f: Download complete [2021-05-11T07:24:08.089Z] 0eba1c9be4d2: Verifying Checksum [2021-05-11T07:24:08.089Z] 0eba1c9be4d2: Download complete [2021-05-11T07:24:08.359Z] 85a0685a4137: Verifying Checksum [2021-05-11T07:24:08.359Z] 85a0685a4137: Download complete [2021-05-11T07:24:15.015Z] 0eba1c9be4d2: Pull complete [2021-05-11T07:24:15.015Z] 0d57e429df01: Pull complete [2021-05-11T07:24:15.015Z] 4e4be7b47b0d: Pull complete [2021-05-11T07:24:16.944Z] e1f770b5df2f: Pull complete [2021-05-11T07:24:25.121Z] 85a0685a4137: Pull complete [2021-05-11T07:24:25.121Z] Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 [2021-05-11T07:24:25.121Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-05-11T07:24:25.121Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer [2021-05-11T07:24:25.334Z] prd-centos7-docker-4c-2g-4365 does not seem to be running inside a container [2021-05-11T07:24:25.389Z] $ 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-11T07:24:26.434Z] $ docker top a93197f357667e27afd6f52d01c1ced821e43f445fb3378d4eb6b5980cd8eb54 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-05-11T07:24:26.583Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh [2021-05-11T07:24:26.878Z] + set -o pipefail [2021-05-11T07:24:26.878Z] + snyk monitor '--org=edgex-jenkins' [2021-05-11T07:24:41.823Z] [2021-05-11T07:24:41.823Z] Monitoring /w/workspace/dgexfoundry_device-sdk-go_master (github.com/edgexfoundry/device-sdk-go/v2)... [2021-05-11T07:24:41.823Z] [2021-05-11T07:24:41.823Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/a91414f5-c324-409e-a494-413a27791127/history/5a643c03-dcc4-4925-8053-787eed3dcbfe [2021-05-11T07:24:41.823Z] [2021-05-11T07:24:41.823Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2021-05-11T07:24:41.823Z] [2021-05-11T07:24:41.823Z] [Pipeline] } [2021-05-11T07:24:41.840Z] $ docker stop --time=1 a93197f357667e27afd6f52d01c1ced821e43f445fb3378d4eb6b5980cd8eb54 [2021-05-11T07:24:43.520Z] $ docker rm -f a93197f357667e27afd6f52d01c1ced821e43f445fb3378d4eb6b5980cd8eb54 [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-11T07:24:44.348Z] [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-05-11T07:24:44.368Z] provisioning config files... [2021-05-11T07:24:44.379Z] copy managed file [swaggerhub-api-key] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config7790587688890131838tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-05-11T07:24:44.714Z] --> edgex-publish-swagger.sh [2021-05-11T07:24:44.714Z] === Publish openapi/v1 API === [2021-05-11T07:24:44.714Z] [publishToSwagger] Publishing the API Docs [openapi/v1] to Swagger [2021-05-11T07:24:44.714Z] [publishToSwagger] Publishing API Name [device-sdk] [/w/workspace/dgexfoundry_device-sdk-go_master/openapi/v1/device-sdk.yaml] [2021-05-11T07:24:44.714Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-05-11T07:24:44.714Z] Dload Upload Total Spent Left Speed [2021-05-11T07:24:45.296Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 19947 0 0 100 19947 0 27916 --:--:-- --:--:-- --:--:-- 27976 [2021-05-11T07:24:45.296Z] [2021-05-11T07:24:45.296Z] [2021-05-11T07:24:45.296Z] === Publish openapi/v2 API === [2021-05-11T07:24:45.296Z] [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger [2021-05-11T07:24:45.296Z] [publishToSwagger] Publishing API Name [device-sdk] [/w/workspace/dgexfoundry_device-sdk-go_master/openapi/v2/device-sdk.yaml] [2021-05-11T07:24:45.296Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-05-11T07:24:45.296Z] Dload Upload Total Spent Left Speed [2021-05-11T07:24:46.144Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 51483 0 0 100 51483 0 199k --:--:-- --:--:-- --:--:-- 199k 100 51483 0 0 100 51483 0 69618 --:--:-- --:--:-- --:--:-- 69571 [2021-05-11T07:24:46.144Z] [2021-05-11T07:24:46.144Z] [Pipeline] } [2021-05-11T07:24:46.153Z] 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-11T07:24:46.657Z] + git log --format=format:%s -1 b9ddf41f4f06aaded587d16ed173cde5946a86e3 [Pipeline] isUnix [Pipeline] sh [2021-05-11T07:24:46.986Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-05-11T07:24:46.986Z] . [Pipeline] withDockerContainer [2021-05-11T07:24:47.082Z] prd-centos7-docker-4c-2g-4365 does not seem to be running inside a container [2021-05-11T07:24:47.134Z] $ 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-11T07:24:47.926Z] $ docker top cd8ac2b50c07d97294088733939e9dd5ea2a83762206a909cf7be820ce4e7dc3 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-05-11T07:24:48.152Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-05-11T07:24:48.152Z] [ssh-agent] Looking for ssh-agent implementation... [2021-05-11T07:24:48.384Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-05-11T07:24:48.388Z] $ docker exec cd8ac2b50c07d97294088733939e9dd5ea2a83762206a909cf7be820ce4e7dc3 ssh-agent [2021-05-11T07:24:48.561Z] SSH_AUTH_SOCK=/tmp/ssh-yiaA1p1Qq6mu/agent.11 [2021-05-11T07:24:48.561Z] SSH_AGENT_PID=16 [2021-05-11T07:24:48.569Z] Running ssh-add (command line suppressed) [2021-05-11T07:24:48.718Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_2362634301957982632.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_2362634301957982632.key) [2021-05-11T07:24:48.773Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-05-11T07:24:49.075Z] + git semver tag [2021-05-11T07:24:49.075Z] # -> Open(): unable to determine branch for HEAD [2021-05-11T07:24:49.075Z] # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git [2021-05-11T07:24:49.075Z] # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master [2021-05-11T07:24:49.075Z] # $SEMVER_REMOTE_NAME = origin [2021-05-11T07:24:49.075Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-05-11T07:24:49.076Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-05-11T07:24:49.076Z] # $SEMVER_BRANCH = master [2021-05-11T07:24:49.076Z] # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver [2021-05-11T07:24:49.076Z] # b9ddf41f4f06aaded587d16ed173cde5946a86e3 HEAD [2021-05-11T07:24:49.076Z] # -> Force: false [2021-05-11T07:24:49.338Z] # 806777f095525930ab112fad40b81f0279e7a399 refs/tags/v2.0.0-dev.55 [Pipeline] } [2021-05-11T07:24:49.352Z] $ docker exec --env ******** --env ******** cd8ac2b50c07d97294088733939e9dd5ea2a83762206a909cf7be820ce4e7dc3 ssh-agent -k [2021-05-11T07:24:49.516Z] unset SSH_AUTH_SOCK; [2021-05-11T07:24:49.516Z] unset SSH_AGENT_PID; [2021-05-11T07:24:49.516Z] echo Agent pid 16 killed; [2021-05-11T07:24:49.589Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-05-11T07:24:49.943Z] + git semver [Pipeline] } [2021-05-11T07:24:49.963Z] $ docker stop --time=1 cd8ac2b50c07d97294088733939e9dd5ea2a83762206a909cf7be820ce4e7dc3 [2021-05-11T07:24:51.343Z] $ docker rm -f cd8ac2b50c07d97294088733939e9dd5ea2a83762206a909cf7be820ce4e7dc3 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2021-05-11T07:24:51.861Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-05-11T07:24:51.861Z] [2021-05-11T07:24:51.861Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2021-05-11T07:24:52.192Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-05-11T07:24:52.192Z] 0.23.1-centos7: Pulling from edgex-lftools [2021-05-11T07:24:52.192Z] ab5ef0e58194: Pulling fs layer [2021-05-11T07:24:52.192Z] 9712f1f96733: Pulling fs layer [2021-05-11T07:24:52.192Z] 63f879dbbcfc: Pulling fs layer [2021-05-11T07:24:52.192Z] 0d9ebad4ef96: Pulling fs layer [2021-05-11T07:24:52.192Z] e9a5061849ea: Pulling fs layer [2021-05-11T07:24:52.192Z] d747dcd14b5f: Pulling fs layer [2021-05-11T07:24:52.192Z] 2de7ff778b66: Pulling fs layer [2021-05-11T07:24:52.192Z] e9a5061849ea: Waiting [2021-05-11T07:24:52.192Z] d747dcd14b5f: Waiting [2021-05-11T07:24:52.192Z] 2de7ff778b66: Waiting [2021-05-11T07:24:52.192Z] 0d9ebad4ef96: Waiting [2021-05-11T07:24:52.192Z] 9712f1f96733: Verifying Checksum [2021-05-11T07:24:52.192Z] 9712f1f96733: Download complete [2021-05-11T07:24:53.594Z] 63f879dbbcfc: Verifying Checksum [2021-05-11T07:24:53.594Z] 63f879dbbcfc: Download complete [2021-05-11T07:24:53.594Z] e9a5061849ea: Verifying Checksum [2021-05-11T07:24:53.594Z] e9a5061849ea: Download complete [2021-05-11T07:24:53.594Z] d747dcd14b5f: Verifying Checksum [2021-05-11T07:24:53.594Z] d747dcd14b5f: Download complete [2021-05-11T07:24:54.175Z] 2de7ff778b66: Verifying Checksum [2021-05-11T07:24:54.175Z] 2de7ff778b66: Download complete [2021-05-11T07:24:54.756Z] ab5ef0e58194: Verifying Checksum [2021-05-11T07:24:54.756Z] ab5ef0e58194: Download complete [2021-05-11T07:24:54.756Z] 0d9ebad4ef96: Verifying Checksum [2021-05-11T07:24:54.756Z] 0d9ebad4ef96: Download complete [2021-05-11T07:24:59.012Z] ab5ef0e58194: Pull complete [2021-05-11T07:24:59.012Z] 9712f1f96733: Pull complete [2021-05-11T07:25:01.571Z] 63f879dbbcfc: Pull complete [2021-05-11T07:25:08.231Z] 0d9ebad4ef96: Pull complete [2021-05-11T07:25:09.179Z] e9a5061849ea: Pull complete [2021-05-11T07:25:09.179Z] d747dcd14b5f: Pull complete [2021-05-11T07:25:12.504Z] 2de7ff778b66: Pull complete [2021-05-11T07:25:12.504Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2021-05-11T07:25:12.504Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-05-11T07:25:12.504Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2021-05-11T07:25:12.722Z] prd-centos7-docker-4c-2g-4365 does not seem to be running inside a container [2021-05-11T07:25:12.773Z] $ 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-11T07:25:16.612Z] $ docker top 02e59da7191c20d3bb117036caac81823b898efa8b09231325ff04c0bbc18805 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2021-05-11T07:25:16.742Z] provisioning config files... [2021-05-11T07:25:16.751Z] copy managed file [sigul-config] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config7538119427278484650tmp [2021-05-11T07:25:16.766Z] copy managed file [sigul-password] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config410865977351450009tmp [2021-05-11T07:25:16.783Z] copy managed file [sigul-pki] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config8725864414148611566tmp [Pipeline] { [Pipeline] echo [2021-05-11T07:25:16.807Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-11T07:25:17.107Z] ---> sigul-configuration.sh [2021-05-11T07:25:17.108Z] gpg: directory `/root/.gnupg' created [2021-05-11T07:25:17.108Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2021-05-11T07:25:17.108Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2021-05-11T07:25:17.108Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2021-05-11T07:25:17.108Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2021-05-11T07:25:17.108Z] gpg: CAST5 encrypted data [2021-05-11T07:25:17.369Z] gpg: encrypted with 1 passphrase [2021-05-11T07:25:17.369Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2021-05-11T07:25:17.670Z] + mkdir /home/jenkins [2021-05-11T07:25:17.670Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2021-05-11T07:25:18.042Z] + 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-11T07:25:18.056Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-11T07:25:18.462Z] ---> sigul-install.sh [2021-05-11T07:25:25.108Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2021-05-11T07:25:25.411Z] + git tag --list [2021-05-11T07:25:25.411Z] 0.7.1 [2021-05-11T07:25:25.411Z] delhi-tag [2021-05-11T07:25:25.411Z] v1.0.0 [2021-05-11T07:25:25.411Z] v1.1.0 [2021-05-11T07:25:25.411Z] v1.1.1 [2021-05-11T07:25:25.411Z] v1.1.2 [2021-05-11T07:25:25.411Z] v1.2.0 [2021-05-11T07:25:25.411Z] v1.2.1 [2021-05-11T07:25:25.411Z] v1.2.2 [2021-05-11T07:25:25.411Z] v1.2.3 [2021-05-11T07:25:25.411Z] v1.3.0 [2021-05-11T07:25:25.411Z] v1.4.0 [2021-05-11T07:25:25.411Z] v2.0.0-dev.1 [2021-05-11T07:25:25.411Z] v2.0.0-dev.10 [2021-05-11T07:25:25.411Z] v2.0.0-dev.11 [2021-05-11T07:25:25.411Z] v2.0.0-dev.12 [2021-05-11T07:25:25.411Z] v2.0.0-dev.13 [2021-05-11T07:25:25.411Z] v2.0.0-dev.14 [2021-05-11T07:25:25.411Z] v2.0.0-dev.15 [2021-05-11T07:25:25.411Z] v2.0.0-dev.16 [2021-05-11T07:25:25.411Z] v2.0.0-dev.17 [2021-05-11T07:25:25.411Z] v2.0.0-dev.18 [2021-05-11T07:25:25.411Z] v2.0.0-dev.19 [2021-05-11T07:25:25.411Z] v2.0.0-dev.2 [2021-05-11T07:25:25.411Z] v2.0.0-dev.20 [2021-05-11T07:25:25.411Z] v2.0.0-dev.21 [2021-05-11T07:25:25.411Z] v2.0.0-dev.22 [2021-05-11T07:25:25.411Z] v2.0.0-dev.23 [2021-05-11T07:25:25.411Z] v2.0.0-dev.24 [2021-05-11T07:25:25.411Z] v2.0.0-dev.25 [2021-05-11T07:25:25.411Z] v2.0.0-dev.26 [2021-05-11T07:25:25.411Z] v2.0.0-dev.27 [2021-05-11T07:25:25.411Z] v2.0.0-dev.28 [2021-05-11T07:25:25.411Z] v2.0.0-dev.29 [2021-05-11T07:25:25.411Z] v2.0.0-dev.3 [2021-05-11T07:25:25.411Z] v2.0.0-dev.30 [2021-05-11T07:25:25.411Z] v2.0.0-dev.31 [2021-05-11T07:25:25.411Z] v2.0.0-dev.32 [2021-05-11T07:25:25.411Z] v2.0.0-dev.33 [2021-05-11T07:25:25.411Z] v2.0.0-dev.34 [2021-05-11T07:25:25.411Z] v2.0.0-dev.35 [2021-05-11T07:25:25.411Z] v2.0.0-dev.36 [2021-05-11T07:25:25.411Z] v2.0.0-dev.37 [2021-05-11T07:25:25.411Z] v2.0.0-dev.38 [2021-05-11T07:25:25.411Z] v2.0.0-dev.39 [2021-05-11T07:25:25.411Z] v2.0.0-dev.4 [2021-05-11T07:25:25.411Z] v2.0.0-dev.40 [2021-05-11T07:25:25.411Z] v2.0.0-dev.41 [2021-05-11T07:25:25.411Z] v2.0.0-dev.42 [2021-05-11T07:25:25.411Z] v2.0.0-dev.43 [2021-05-11T07:25:25.411Z] v2.0.0-dev.44 [2021-05-11T07:25:25.411Z] v2.0.0-dev.45 [2021-05-11T07:25:25.411Z] v2.0.0-dev.46 [2021-05-11T07:25:25.411Z] v2.0.0-dev.47 [2021-05-11T07:25:25.411Z] v2.0.0-dev.48 [2021-05-11T07:25:25.411Z] v2.0.0-dev.49 [2021-05-11T07:25:25.411Z] v2.0.0-dev.5 [2021-05-11T07:25:25.411Z] v2.0.0-dev.50 [2021-05-11T07:25:25.411Z] v2.0.0-dev.51 [2021-05-11T07:25:25.412Z] v2.0.0-dev.52 [2021-05-11T07:25:25.412Z] v2.0.0-dev.53 [2021-05-11T07:25:25.412Z] v2.0.0-dev.54 [2021-05-11T07:25:25.412Z] v2.0.0-dev.55 [2021-05-11T07:25:25.412Z] v2.0.0-dev.6 [2021-05-11T07:25:25.412Z] v2.0.0-dev.7 [2021-05-11T07:25:25.412Z] v2.0.0-dev.8 [2021-05-11T07:25:25.412Z] v2.0.0-dev.9 [Pipeline] sh [2021-05-11T07:25:25.726Z] + lftools sign git-tag v2.0.0-dev.55 [2021-05-11T07:25:27.114Z] Signing Git tag with Sigul... [2021-05-11T07:25:27.114Z] Signing v2.0.0-dev.55 [Pipeline] echo [2021-05-11T07:25:28.070Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-11T07:25:28.371Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2021-05-11T07:25:28.380Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2021-05-11T07:25:28.410Z] $ docker stop --time=1 02e59da7191c20d3bb117036caac81823b898efa8b09231325ff04c0bbc18805 [2021-05-11T07:25:29.876Z] $ docker rm -f 02e59da7191c20d3bb117036caac81823b898efa8b09231325ff04c0bbc18805 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2021-05-11T07:25:30.501Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-05-11T07:25:30.501Z] . [Pipeline] withDockerContainer [2021-05-11T07:25:30.600Z] prd-centos7-docker-4c-2g-4365 does not seem to be running inside a container [2021-05-11T07:25:30.651Z] $ 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-11T07:25:31.335Z] $ docker top ddf0c1bcec18828d0f72aeecbb8c68dd19a4459df41107ebac8944b9d4d8ad6e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-05-11T07:25:31.504Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-05-11T07:25:31.504Z] [ssh-agent] Looking for ssh-agent implementation... [2021-05-11T07:25:31.731Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-05-11T07:25:31.736Z] $ docker exec ddf0c1bcec18828d0f72aeecbb8c68dd19a4459df41107ebac8944b9d4d8ad6e ssh-agent [2021-05-11T07:25:31.910Z] SSH_AUTH_SOCK=/tmp/ssh-QSV3mMxyQlVA/agent.12 [2021-05-11T07:25:31.910Z] SSH_AGENT_PID=17 [2021-05-11T07:25:31.918Z] Running ssh-add (command line suppressed) [2021-05-11T07:25:32.049Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_4203504658306280240.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_4203504658306280240.key) [2021-05-11T07:25:32.108Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-05-11T07:25:32.414Z] + git semver bump pre [2021-05-11T07:25:32.414Z] # -> Open(): unable to determine branch for HEAD [2021-05-11T07:25:32.414Z] # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git [2021-05-11T07:25:32.414Z] # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master [2021-05-11T07:25:32.414Z] # $SEMVER_REMOTE_NAME = origin [2021-05-11T07:25:32.414Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-05-11T07:25:32.414Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-05-11T07:25:32.414Z] # $SEMVER_BRANCH = master [2021-05-11T07:25:32.414Z] # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver [2021-05-11T07:25:32.414Z] 2.0.0-dev.56 [Pipeline] } [2021-05-11T07:25:32.428Z] $ docker exec --env ******** --env ******** ddf0c1bcec18828d0f72aeecbb8c68dd19a4459df41107ebac8944b9d4d8ad6e ssh-agent -k [2021-05-11T07:25:32.550Z] unset SSH_AUTH_SOCK; [2021-05-11T07:25:32.550Z] unset SSH_AGENT_PID; [2021-05-11T07:25:32.550Z] echo Agent pid 17 killed; [2021-05-11T07:25:32.602Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-05-11T07:25:32.959Z] + git semver [Pipeline] } [2021-05-11T07:25:32.978Z] $ docker stop --time=1 ddf0c1bcec18828d0f72aeecbb8c68dd19a4459df41107ebac8944b9d4d8ad6e [2021-05-11T07:25:34.346Z] $ docker rm -f ddf0c1bcec18828d0f72aeecbb8c68dd19a4459df41107ebac8944b9d4d8ad6e [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2021-05-11T07:25:34.790Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-05-11T07:25:34.790Z] . [Pipeline] withDockerContainer [2021-05-11T07:25:34.899Z] prd-centos7-docker-4c-2g-4365 does not seem to be running inside a container [2021-05-11T07:25:34.959Z] $ 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-11T07:25:35.646Z] $ docker top 9b8e6e82fee16bd18a6356205f31d4f3a38058cb85228923b07cf16904047dca -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-05-11T07:25:35.839Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-05-11T07:25:35.839Z] [ssh-agent] Looking for ssh-agent implementation... [2021-05-11T07:25:36.050Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-05-11T07:25:36.054Z] $ docker exec 9b8e6e82fee16bd18a6356205f31d4f3a38058cb85228923b07cf16904047dca ssh-agent [2021-05-11T07:25:36.232Z] SSH_AUTH_SOCK=/tmp/ssh-ms4z072lnekb/agent.11 [2021-05-11T07:25:36.232Z] SSH_AGENT_PID=16 [2021-05-11T07:25:36.240Z] Running ssh-add (command line suppressed) [2021-05-11T07:25:36.365Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_6240615762737283343.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_6240615762737283343.key) [2021-05-11T07:25:36.423Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-05-11T07:25:36.731Z] + git semver push [2021-05-11T07:25:36.731Z] # -> Open(): unable to determine branch for HEAD [2021-05-11T07:25:36.731Z] # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git [2021-05-11T07:25:36.731Z] # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master [2021-05-11T07:25:36.731Z] # $SEMVER_REMOTE_NAME = origin [2021-05-11T07:25:36.731Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-05-11T07:25:36.731Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-05-11T07:25:36.731Z] # $SEMVER_BRANCH = master [2021-05-11T07:25:36.731Z] # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver [Pipeline] } [2021-05-11T07:25:43.342Z] $ docker exec --env ******** --env ******** 9b8e6e82fee16bd18a6356205f31d4f3a38058cb85228923b07cf16904047dca ssh-agent -k [2021-05-11T07:25:43.487Z] unset SSH_AUTH_SOCK; [2021-05-11T07:25:43.487Z] unset SSH_AGENT_PID; [2021-05-11T07:25:43.487Z] echo Agent pid 16 killed; [2021-05-11T07:25:43.543Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-05-11T07:25:43.880Z] + git semver [Pipeline] } [2021-05-11T07:25:43.899Z] $ docker stop --time=1 9b8e6e82fee16bd18a6356205f31d4f3a38058cb85228923b07cf16904047dca [2021-05-11T07:25:45.249Z] $ docker rm -f 9b8e6e82fee16bd18a6356205f31d4f3a38058cb85228923b07cf16904047dca [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-11T07:25:46.008Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-11T07:25:46.895Z] ---> package-listing.sh [2021-05-11T07:25:46.895Z] ++ facter osfamily [2021-05-11T07:25:46.895Z] ++ tr '[:upper:]' '[:lower:]' [2021-05-11T07:25:46.895Z] + OS_FAMILY=redhat [2021-05-11T07:25:46.895Z] + workspace=/w/workspace/dgexfoundry_device-sdk-go_master [2021-05-11T07:25:46.895Z] + START_PACKAGES=/tmp/packages_start.txt [2021-05-11T07:25:46.895Z] + END_PACKAGES=/tmp/packages_end.txt [2021-05-11T07:25:46.895Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-05-11T07:25:46.895Z] + PACKAGES=/tmp/packages_start.txt [2021-05-11T07:25:46.895Z] + '[' /w/workspace/dgexfoundry_device-sdk-go_master ']' [2021-05-11T07:25:46.895Z] + PACKAGES=/tmp/packages_end.txt [2021-05-11T07:25:46.895Z] + case "${OS_FAMILY}" in [2021-05-11T07:25:46.895Z] + rpm -qa [2021-05-11T07:25:46.895Z] + sort [2021-05-11T07:25:52.211Z] + '[' -f /tmp/packages_start.txt ']' [2021-05-11T07:25:52.211Z] + '[' -f /tmp/packages_end.txt ']' [2021-05-11T07:25:52.211Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-05-11T07:25:52.211Z] + '[' /w/workspace/dgexfoundry_device-sdk-go_master ']' [2021-05-11T07:25:52.211Z] + mkdir -p /w/workspace/dgexfoundry_device-sdk-go_master/archives/ [2021-05-11T07:25:52.211Z] + 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-11T07:25:52.227Z] 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-11T07:25:52.520Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-05-11T07:25:52.827Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-05-11T07:25:52.827Z] [2021-05-11T07:25:52.827Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-05-11T07:25:53.162Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-05-11T07:25:53.162Z] alpine: Pulling from edgex-lftools-log-publisher [2021-05-11T07:25:53.162Z] df20fa9351a1: Pulling fs layer [2021-05-11T07:25:53.162Z] 36b3adc4ff6f: Pulling fs layer [2021-05-11T07:25:53.162Z] 8ad3a11d3b57: Pulling fs layer [2021-05-11T07:25:53.162Z] 46f8f816bc3b: Pulling fs layer [2021-05-11T07:25:53.162Z] 93b61091891f: Pulling fs layer [2021-05-11T07:25:53.162Z] 93b9cdb0e59b: Pulling fs layer [2021-05-11T07:25:53.162Z] 5e14af77c1be: Pulling fs layer [2021-05-11T07:25:53.162Z] 01666e4c0597: Pulling fs layer [2021-05-11T07:25:53.162Z] aa168da1d23b: Pulling fs layer [2021-05-11T07:25:53.162Z] 93b9cdb0e59b: Waiting [2021-05-11T07:25:53.162Z] 5e14af77c1be: Waiting [2021-05-11T07:25:53.162Z] 01666e4c0597: Waiting [2021-05-11T07:25:53.162Z] aa168da1d23b: Waiting [2021-05-11T07:25:53.162Z] 46f8f816bc3b: Waiting [2021-05-11T07:25:53.162Z] 93b61091891f: Waiting [2021-05-11T07:25:53.162Z] 36b3adc4ff6f: Verifying Checksum [2021-05-11T07:25:53.162Z] 36b3adc4ff6f: Download complete [2021-05-11T07:25:53.162Z] 46f8f816bc3b: Verifying Checksum [2021-05-11T07:25:53.162Z] 46f8f816bc3b: Download complete [2021-05-11T07:25:53.162Z] df20fa9351a1: Verifying Checksum [2021-05-11T07:25:53.162Z] df20fa9351a1: Download complete [2021-05-11T07:25:53.162Z] 93b9cdb0e59b: Verifying Checksum [2021-05-11T07:25:53.162Z] 93b9cdb0e59b: Download complete [2021-05-11T07:25:53.432Z] 5e14af77c1be: Verifying Checksum [2021-05-11T07:25:53.432Z] 5e14af77c1be: Download complete [2021-05-11T07:25:53.432Z] 93b61091891f: Verifying Checksum [2021-05-11T07:25:53.432Z] 93b61091891f: Download complete [2021-05-11T07:25:53.432Z] 8ad3a11d3b57: Verifying Checksum [2021-05-11T07:25:53.432Z] 8ad3a11d3b57: Download complete [2021-05-11T07:25:54.006Z] df20fa9351a1: Pull complete [2021-05-11T07:25:54.273Z] 36b3adc4ff6f: Pull complete [2021-05-11T07:25:54.273Z] 01666e4c0597: Download complete [2021-05-11T07:25:55.674Z] aa168da1d23b: Verifying Checksum [2021-05-11T07:25:55.674Z] aa168da1d23b: Download complete [2021-05-11T07:25:55.940Z] 8ad3a11d3b57: Pull complete [2021-05-11T07:25:56.205Z] 46f8f816bc3b: Pull complete [2021-05-11T07:25:56.467Z] 93b61091891f: Pull complete [2021-05-11T07:25:56.467Z] 93b9cdb0e59b: Pull complete [2021-05-11T07:25:56.735Z] 5e14af77c1be: Pull complete [2021-05-11T07:25:56.736Z] 01666e4c0597: Pull complete [2021-05-11T07:26:05.878Z] aa168da1d23b: Pull complete [2021-05-11T07:26:05.878Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-05-11T07:26:05.878Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-05-11T07:26:05.878Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-05-11T07:26:06.059Z] prd-centos7-docker-4c-2g-4365 does not seem to be running inside a container [2021-05-11T07:26:06.173Z] $ 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-11T07:26:09.375Z] $ docker top 645bcc1621fa1a2794c2ac3980195aeeb98f4a2b7659e916e7d42fa4c8c730ae -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-11T07:26:09.906Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-05-11T07:26:10.206Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-05-11T07:26:10.515Z] + ls /var/log/sa-host [2021-05-11T07:26:10.515Z] + sadf -c /var/log/sa-host/sa11 [2021-05-11T07:26:10.515Z] file_magic: OK [2021-05-11T07:26:10.515Z] HZ: Using current value: 100 [2021-05-11T07:26:10.515Z] file_header: OK [2021-05-11T07:26:10.515Z] 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-11T07:26:10.515Z] Statistics: [2021-05-11T07:26:10.515Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-05-11T07:26:10.515Z] File successfully converted to sysstat format version 12.2.1 [2021-05-11T07:26:10.515Z] + sadf -c /var/log/sa-host/sa23 [2021-05-11T07:26:10.515Z] file_magic: OK [2021-05-11T07:26:10.515Z] HZ: Using current value: 100 [2021-05-11T07:26:10.515Z] file_header: OK [2021-05-11T07:26:10.515Z] 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-11T07:26:10.515Z] Statistics: [2021-05-11T07:26:10.515Z] Hnuu...uuuununununu... [2021-05-11T07:26:10.515Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-05-11T07:26:11.119Z] provisioning config files... [2021-05-11T07:26:11.135Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config2744184847095474789tmp [Pipeline] { [Pipeline] echo [2021-05-11T07:26:11.173Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-11T07:26:11.485Z] ---> create-netrc.sh [Pipeline] } [2021-05-11T07:26:11.497Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-05-11T07:26:11.524Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-11T07:26:11.823Z] ---> python-tools-install.sh [Pipeline] echo [2021-05-11T07:26:11.835Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-11T07:26:12.135Z] ---> sudo-logs.sh [2021-05-11T07:26:12.135Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-05-11T07:26:12.163Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-11T07:26:12.463Z] ---> job-cost.sh [2021-05-11T07:26:12.463Z] lf-activate-venv: SKIPPING [2021-05-11T07:26:12.463Z] DEBUG: total: 0.029999999329447746 [2021-05-11T07:26:12.463Z] INFO: Retrieving Stack Cost... [2021-05-11T07:26:13.856Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-05-11T07:26:14.118Z] INFO: Archiving Costs [Pipeline] echo [2021-05-11T07:26:14.133Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-11T07:26:14.430Z] ---> logs-deploy.sh [2021-05-11T07:26:14.430Z] lf-activate-venv: SKIPPING [2021-05-11T07:26:14.430Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/master/160 [2021-05-11T07:26:14.430Z] INFO: archiving workspace using pattern(s): [2021-05-11T07:26:16.349Z] Archives upload complete. [2021-05-11T07:26:16.349Z] INFO: archiving logs to Nexus