Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 94ba728ffe67abe485aa5fd1bea1962d855b8f3c Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 57ded3389ef25720063a8030e5c426a6b7ea5b20 # timeout=10 Commit message: "Merge pull request #323 from siggiskulason/update-snap-build" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 46d8313d362d7075c0f562900eedc504c24ea18a using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:device-sdk-go, dockerImageName:docker-device-sdk-simple, dockerFilePath:example/cmd/device-simple/Dockerfile, pushImage:false, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2]] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: device-sdk-go-settings PROJECT: device-sdk-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_PATH: example/cmd/device-simple/Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-device-sdk-simple DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: false BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-84 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 94ba728ffe67abe485aa5fd1bea1962d855b8f3c (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 94ba728ffe67abe485aa5fd1bea1962d855b8f3c # timeout=10 Commit message: "Merge pull request #879 from hahattan/issue-872" > git rev-list --no-walk c62645d0ab1012df8ad15b74000ef7e30c377aaa # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-04-14T09:15:34.704Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-04-14T09:15:34.814Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-04-14T09:15:34.840Z] ========================================================= [2021-04-14T09:15:34.840Z] EdgeX Global Pipelines Version Info [2021-04-14T09:15:34.840Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-04-14T09:15:36.471Z] ------------------- [2021-04-14T09:15:36.471Z] stable info: [2021-04-14T09:15:36.471Z] ------------------- [2021-04-14T09:15:36.471Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-04-14T09:15:36.471Z] Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 [2021-04-14T09:15:36.471Z] Message: update stable to v1.0.186 [2021-04-14T09:15:37.425Z] ------------------- [2021-04-14T09:15:37.425Z] experimental info: [2021-04-14T09:15:37.425Z] ------------------- [2021-04-14T09:15:37.425Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-04-14T09:15:37.425Z] Commit SHA: d990d252097850d5d490fbb59df25296f5300d79 [2021-04-14T09:15:37.425Z] Message: update experimental to v1.0.188 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-04-14T09:15:37.553Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-go-settings [Pipeline] echo [2021-04-14T09:15:37.577Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-go [Pipeline] echo [2021-04-14T09:15:37.601Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-04-14T09:15:37.626Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-04-14T09:15:37.649Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-04-14T09:15:37.672Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-04-14T09:15:37.695Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-04-14T09:15:37.717Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-04-14T09:15:37.739Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = example/cmd/device-simple/Dockerfile [Pipeline] echo [2021-04-14T09:15:37.769Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-04-14T09:15:37.791Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-04-14T09:15:37.814Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-sdk-simple [Pipeline] echo [2021-04-14T09:15:37.836Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-04-14T09:15:37.858Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-04-14T09:15:37.897Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-04-14T09:15:37.920Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2021-04-14T09:15:37.943Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2021-04-14T09:15:37.972Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2021-04-14T09:15:38.001Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-04-14T09:15:38.025Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2021-04-14T09:15:38.055Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-04-14T09:15:38.078Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-04-14T09:15:38.101Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2021-04-14T09:15:38.123Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2021-04-14T09:15:38.146Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2021-04-14T09:15:38.170Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-04-14T09:15:38.198Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2021-04-14T09:15:38.268Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2021-04-14T09:15:38.303Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2021-04-14T09:15:38.325Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 94ba728ffe67abe485aa5fd1bea1962d855b8f3c [Pipeline] echo [2021-04-14T09:15:38.348Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 94ba728 [Pipeline] echo [2021-04-14T09:15:38.370Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-04-14T09:15:38.464Z] provisioning config files... [2021-04-14T09:15:38.498Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config5910582188129911939tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-14T09:15:38.830Z] ---> docker-login.sh [2021-04-14T09:15:38.830Z] nexus3.edgexfoundry.org:10001 [2021-04-14T09:15:39.097Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-14T09:15:39.363Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-14T09:15:39.364Z] Configure a credential helper to remove this warning. See [2021-04-14T09:15:39.364Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-14T09:15:39.364Z] [2021-04-14T09:15:39.364Z] Login Succeeded [2021-04-14T09:15:39.364Z] nexus3.edgexfoundry.org:10002 [2021-04-14T09:15:39.364Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-14T09:15:39.627Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-14T09:15:39.627Z] Configure a credential helper to remove this warning. See [2021-04-14T09:15:39.627Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-14T09:15:39.627Z] [2021-04-14T09:15:39.627Z] Login Succeeded [2021-04-14T09:15:39.627Z] nexus3.edgexfoundry.org:10003 [2021-04-14T09:15:39.627Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-14T09:15:39.892Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-14T09:15:39.892Z] Configure a credential helper to remove this warning. See [2021-04-14T09:15:39.892Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-14T09:15:39.892Z] [2021-04-14T09:15:39.892Z] Login Succeeded [2021-04-14T09:15:39.892Z] nexus3.edgexfoundry.org:10004 [2021-04-14T09:15:39.892Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-14T09:15:39.892Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-14T09:15:39.892Z] Configure a credential helper to remove this warning. See [2021-04-14T09:15:39.892Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-14T09:15:39.892Z] [2021-04-14T09:15:39.892Z] Login Succeeded [2021-04-14T09:15:39.892Z] docker.io [2021-04-14T09:15:40.157Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-14T09:15:40.420Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-14T09:15:40.420Z] Configure a credential helper to remove this warning. See [2021-04-14T09:15:40.420Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-14T09:15:40.420Z] [2021-04-14T09:15:40.420Z] Login Succeeded [2021-04-14T09:15:40.420Z] ---> docker-login.sh ends [Pipeline] } [2021-04-14T09:15:40.432Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-04-14T09:15:40.894Z] + git log --format=format:%s -1 94ba728ffe67abe485aa5fd1bea1962d855b8f3c [Pipeline] echo [2021-04-14T09:15:40.982Z] GIT_COMMIT: 94ba728ffe67abe485aa5fd1bea1962d855b8f3c, Commit Message: Merge pull request #879 from hahattan/issue-872 [Pipeline] echo [2021-04-14T09:15:40.997Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2021-04-14T09:15:41.935Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-14T09:15:41.935Z] [2021-04-14T09:15:41.935Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-04-14T09:15:42.266Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-14T09:15:42.266Z] latest: Pulling from edgex-devops/git-semver [2021-04-14T09:15:42.266Z] 31603596830f: Pulling fs layer [2021-04-14T09:15:42.266Z] 2a8b12db71e7: Pulling fs layer [2021-04-14T09:15:42.266Z] 6ca5941a6612: Pulling fs layer [2021-04-14T09:15:42.266Z] ecc8261a40a4: Pulling fs layer [2021-04-14T09:15:42.266Z] ecc8261a40a4: Waiting [2021-04-14T09:15:42.266Z] 2a8b12db71e7: Verifying Checksum [2021-04-14T09:15:42.266Z] 2a8b12db71e7: Download complete [2021-04-14T09:15:42.266Z] 31603596830f: Verifying Checksum [2021-04-14T09:15:42.266Z] 31603596830f: Download complete [2021-04-14T09:15:42.540Z] ecc8261a40a4: Verifying Checksum [2021-04-14T09:15:42.540Z] ecc8261a40a4: Download complete [2021-04-14T09:15:42.540Z] 6ca5941a6612: Verifying Checksum [2021-04-14T09:15:42.540Z] 6ca5941a6612: Download complete [2021-04-14T09:15:42.804Z] 31603596830f: Pull complete [2021-04-14T09:15:43.071Z] 2a8b12db71e7: Pull complete [2021-04-14T09:15:44.039Z] 6ca5941a6612: Pull complete [2021-04-14T09:15:44.304Z] ecc8261a40a4: Pull complete [2021-04-14T09:15:44.304Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-04-14T09:15:44.304Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-14T09:15:44.304Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-04-14T09:15:44.422Z] prd-centos7-docker-4c-2g-84 does not seem to be running inside a container [2021-04-14T09:15:44.478Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-sdk-go_master -v /w/workspace/dgexfoundry_device-sdk-go_master:/w/workspace/dgexfoundry_device-sdk-go_master:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_master@tmp:/w/workspace/dgexfoundry_device-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-04-14T09:15:46.541Z] $ docker top 4055d2051de9664614abd78ae803d710216cfe0ac291c9dfce90e307893e8666 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-04-14T09:15:46.701Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-14T09:15:46.701Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-14T09:15:46.951Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-14T09:15:46.956Z] $ docker exec 4055d2051de9664614abd78ae803d710216cfe0ac291c9dfce90e307893e8666 ssh-agent [2021-04-14T09:15:47.143Z] SSH_AUTH_SOCK=/tmp/ssh-NgOqjB938Ce3/agent.12 [2021-04-14T09:15:47.143Z] SSH_AGENT_PID=17 [2021-04-14T09:15:47.154Z] Running ssh-add (command line suppressed) [2021-04-14T09:15:47.306Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_8671011390666306264.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_8671011390666306264.key) [2021-04-14T09:15:47.365Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-14T09:15:47.672Z] + git tag --points-at HEAD [Pipeline] } [2021-04-14T09:15:47.693Z] $ docker exec --env ******** --env ******** 4055d2051de9664614abd78ae803d710216cfe0ac291c9dfce90e307893e8666 ssh-agent -k [2021-04-14T09:15:47.826Z] unset SSH_AUTH_SOCK; [2021-04-14T09:15:47.827Z] unset SSH_AGENT_PID; [2021-04-14T09:15:47.827Z] echo Agent pid 17 killed; [2021-04-14T09:15:47.878Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-04-14T09:15:47.914Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-14T09:15:47.914Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-14T09:15:48.103Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-14T09:15:48.107Z] $ docker exec 4055d2051de9664614abd78ae803d710216cfe0ac291c9dfce90e307893e8666 ssh-agent [2021-04-14T09:15:48.290Z] SSH_AUTH_SOCK=/tmp/ssh-MFRdo8IAiRs9/agent.47 [2021-04-14T09:15:48.290Z] SSH_AGENT_PID=53 [2021-04-14T09:15:48.299Z] Running ssh-add (command line suppressed) [2021-04-14T09:15:48.443Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_5218084524476185476.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_5218084524476185476.key) [2021-04-14T09:15:48.506Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-14T09:15:48.822Z] + git semver init [2021-04-14T09:15:48.822Z] # -> Open(): unable to determine branch for HEAD [2021-04-14T09:15:48.822Z] # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git [2021-04-14T09:15:48.822Z] # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master [2021-04-14T09:15:48.822Z] # $SEMVER_REMOTE_NAME = origin [2021-04-14T09:15:48.822Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-04-14T09:15:48.822Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-04-14T09:15:48.822Z] # $SEMVER_BRANCH = master [2021-04-14T09:15:48.822Z] # $SEMVER_TEMP = /tmp/semver-777916519 [2021-04-14T09:15:48.822Z] # git clone --branch semver git@github.com:edgexfoundry/device-sdk-go.git $SEMVER_TEMP [2021-04-14T09:15:49.778Z] # '/tmp/semver-777916519' -> '/w/workspace/dgexfoundry_device-sdk-go_master/.semver' [2021-04-14T09:15:49.778Z] # -> Force: false [2021-04-14T09:15:49.778Z] # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver [Pipeline] } [2021-04-14T09:15:49.792Z] $ docker exec --env ******** --env ******** 4055d2051de9664614abd78ae803d710216cfe0ac291c9dfce90e307893e8666 ssh-agent -k [2021-04-14T09:15:49.936Z] unset SSH_AUTH_SOCK; [2021-04-14T09:15:49.936Z] unset SSH_AGENT_PID; [2021-04-14T09:15:49.936Z] echo Agent pid 53 killed; [2021-04-14T09:15:49.990Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-04-14T09:15:50.320Z] + git semver [Pipeline] } [2021-04-14T09:15:50.338Z] $ docker stop --time=1 4055d2051de9664614abd78ae803d710216cfe0ac291c9dfce90e307893e8666 [2021-04-14T09:15:52.024Z] $ docker rm -f 4055d2051de9664614abd78ae803d710216cfe0ac291c9dfce90e307893e8666 [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-14T09:15:52.457Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-04-14T09:15:52.803Z] Stashed 1 file(s) [Pipeline] echo [2021-04-14T09:15:52.806Z] [edgeXSemver]: initialized semver on version 2.0.0-dev.43 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] node [2021-04-14T09:16:07.974Z] Still waiting to schedule task [2021-04-14T09:16:07.974Z] ‘prd-centos7-blackbox-4c-2g-33548’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-centos7-blackbox-4c-2g-33549’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-centos7-builder-2c-1g-82’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-centos7-docker-4c-2g-32765’ is offline; ‘prd-centos7-docker-4c-2g-32816’ is offline; ‘prd-centos7-docker-4c-2g-83’ is offline; ‘prd-centos7-docker-4c-2g-85’ is offline; ‘prd-centos7-docker-4c-2g-86’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-19’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-32989’ doesn’t have label ‘centos7-docker-4c-2g’ [2021-04-14T09:16:07.976Z] Still waiting to schedule task [2021-04-14T09:16:07.976Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2021-04-14T09:17:07.759Z] Running on prd-centos7-docker-4c-2g-88 in /w/workspace/dgexfoundry_device-sdk-go_master [Pipeline] { [Pipeline] ws [2021-04-14T09:17:07.775Z] Running in /w/workspace/device-sdk-go/148 [Pipeline] { [Pipeline] checkout [2021-04-14T09:17:10.774Z] using credential edgex-jenkins-ssh [2021-04-14T09:17:10.786Z] Cloning the remote Git repository [2021-04-14T09:17:10.819Z] Cloning repository git@github.com:edgexfoundry/device-sdk-go.git [2021-04-14T09:17:10.891Z] > git init /w/workspace/device-sdk-go/148 # timeout=10 [2021-04-14T09:17:10.956Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2021-04-14T09:17:10.957Z] > git --version # timeout=10 [2021-04-14T09:17:10.965Z] > git --version # 'git version 2.24.3' [2021-04-14T09:17:10.972Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-14T09:17:11.002Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-14T09:17:12.323Z] Checking out Revision 94ba728ffe67abe485aa5fd1bea1962d855b8f3c (master) [2021-04-14T09:17:11.820Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2021-04-14T09:17:11.826Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-14T09:17:11.847Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2021-04-14T09:17:11.876Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2021-04-14T09:17:11.876Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-14T09:17:11.884Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-04-14T09:17:12.333Z] > git config core.sparsecheckout # timeout=10 [2021-04-14T09:17:12.339Z] > git checkout -f 94ba728ffe67abe485aa5fd1bea1962d855b8f3c # timeout=10 [2021-04-14T09:17:16.117Z] Commit message: "Merge pull request #879 from hahattan/issue-872" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-04-14T09:17:17.097Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-04-14T09:17:17.446Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-04-14T09:17:17.754Z] + sudo service docker restart [2021-04-14T09:17:17.754Z] + true [2021-04-14T09:17:17.754Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-04-14T09:17:18.743Z] provisioning config files... [2021-04-14T09:17:18.777Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/148@tmp/config5674710983325489806tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-14T09:17:19.118Z] ---> docker-login.sh [2021-04-14T09:17:19.118Z] nexus3.edgexfoundry.org:10001 [2021-04-14T09:17:19.385Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-14T09:17:19.652Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-14T09:17:19.652Z] Configure a credential helper to remove this warning. See [2021-04-14T09:17:19.652Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-14T09:17:19.652Z] [2021-04-14T09:17:19.652Z] Login Succeeded [2021-04-14T09:17:19.652Z] nexus3.edgexfoundry.org:10002 [2021-04-14T09:17:19.652Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-14T09:17:19.916Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-14T09:17:19.916Z] Configure a credential helper to remove this warning. See [2021-04-14T09:17:19.916Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-14T09:17:19.916Z] [2021-04-14T09:17:19.916Z] Login Succeeded [2021-04-14T09:17:19.916Z] nexus3.edgexfoundry.org:10003 [2021-04-14T09:17:19.916Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-14T09:17:20.181Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-14T09:17:20.181Z] Configure a credential helper to remove this warning. See [2021-04-14T09:17:20.181Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-14T09:17:20.181Z] [2021-04-14T09:17:20.181Z] Login Succeeded [2021-04-14T09:17:20.181Z] nexus3.edgexfoundry.org:10004 [2021-04-14T09:17:20.181Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-14T09:17:20.181Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-14T09:17:20.181Z] Configure a credential helper to remove this warning. See [2021-04-14T09:17:20.181Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-14T09:17:20.181Z] [2021-04-14T09:17:20.181Z] Login Succeeded [2021-04-14T09:17:20.181Z] docker.io [2021-04-14T09:17:20.445Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-14T09:17:20.708Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-14T09:17:20.708Z] Configure a credential helper to remove this warning. See [2021-04-14T09:17:20.708Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-14T09:17:20.708Z] [2021-04-14T09:17:20.708Z] Login Succeeded [2021-04-14T09:17:20.708Z] ---> docker-login.sh ends [Pipeline] } [2021-04-14T09:17:20.719Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-04-14T09:17:20.928Z] ========================================================= [2021-04-14T09:17:20.928Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-04-14T09:17:20.928Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-04-14T09:17:21.246Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . [2021-04-14T09:17:21.246Z] Sending build context to Docker daemon 2.405MB [2021-04-14T09:17:21.513Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-04-14T09:17:21.513Z] Step 2/8 : FROM ${BASE} [2021-04-14T09:17:21.513Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-04-14T09:17:21.513Z] 188c0c94c7c5: Pulling fs layer [2021-04-14T09:17:21.513Z] 0ef7d3d256c8: Pulling fs layer [2021-04-14T09:17:21.513Z] de9db76c5a1d: Pulling fs layer [2021-04-14T09:17:21.513Z] bca2f99d35d6: Pulling fs layer [2021-04-14T09:17:21.513Z] 93359f2a8cfa: Pulling fs layer [2021-04-14T09:17:21.513Z] 7c6f9722023f: Pulling fs layer [2021-04-14T09:17:21.513Z] a35cf1a2eb13: Pulling fs layer [2021-04-14T09:17:21.513Z] 93359f2a8cfa: Waiting [2021-04-14T09:17:21.513Z] 7c6f9722023f: Waiting [2021-04-14T09:17:21.513Z] a35cf1a2eb13: Waiting [2021-04-14T09:17:21.513Z] bca2f99d35d6: Waiting [2021-04-14T09:17:21.513Z] de9db76c5a1d: Verifying Checksum [2021-04-14T09:17:21.513Z] de9db76c5a1d: Download complete [2021-04-14T09:17:21.513Z] 0ef7d3d256c8: Verifying Checksum [2021-04-14T09:17:21.513Z] 0ef7d3d256c8: Download complete [2021-04-14T09:17:21.513Z] 93359f2a8cfa: Download complete [2021-04-14T09:17:21.513Z] 188c0c94c7c5: Verifying Checksum [2021-04-14T09:17:21.513Z] 188c0c94c7c5: Download complete [2021-04-14T09:17:21.513Z] 7c6f9722023f: Verifying Checksum [2021-04-14T09:17:21.513Z] 7c6f9722023f: Download complete [2021-04-14T09:17:21.781Z] 188c0c94c7c5: Pull complete [2021-04-14T09:17:22.044Z] 0ef7d3d256c8: Pull complete [2021-04-14T09:17:22.309Z] de9db76c5a1d: Pull complete [2021-04-14T09:17:23.710Z] a35cf1a2eb13: Verifying Checksum [2021-04-14T09:17:23.710Z] a35cf1a2eb13: Download complete [2021-04-14T09:17:25.106Z] bca2f99d35d6: Verifying Checksum [2021-04-14T09:17:25.106Z] bca2f99d35d6: Download complete [2021-04-14T09:17:30.453Z] bca2f99d35d6: Pull complete [2021-04-14T09:17:30.717Z] 93359f2a8cfa: Pull complete [2021-04-14T09:17:30.717Z] 7c6f9722023f: Pull complete [2021-04-14T09:17:34.993Z] a35cf1a2eb13: Pull complete [2021-04-14T09:17:34.993Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-04-14T09:17:34.993Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-04-14T09:17:34.993Z] ---> a62c8e92a672 [2021-04-14T09:17:34.994Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-04-14T09:17:35.259Z] ---> Running in 15fe2ecb7460 [2021-04-14T09:17:35.531Z] Removing intermediate container 15fe2ecb7460 [2021-04-14T09:17:35.531Z] ---> d99da5a17ce2 [2021-04-14T09:17:35.531Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-14T09:17:35.531Z] ---> Running in f254cda191be [2021-04-14T09:17:36.933Z] Removing intermediate container f254cda191be [2021-04-14T09:17:36.933Z] ---> 2b308c7869e5 [2021-04-14T09:17:36.933Z] Step 5/8 : RUN apk add --update --no-cache make git gcc libc-dev libsodium-dev zeromq-dev [2021-04-14T09:17:36.933Z] ---> Running in eede1b99f688 [2021-04-14T09:17:37.884Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-14T09:17:38.462Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-14T09:17:39.036Z] (1/6) Installing libc-dev (0.7.2-r3) [2021-04-14T09:17:39.036Z] (2/6) Installing libsodium (1.0.18-r0) [2021-04-14T09:17:39.036Z] (3/6) Installing pkgconf (1.7.2-r0) [2021-04-14T09:17:39.300Z] (4/6) Installing libsodium-dev (1.0.18-r0) [2021-04-14T09:17:39.300Z] (5/6) Installing libzmq (4.3.3-r0) [2021-04-14T09:17:39.564Z] (6/6) Installing zeromq-dev (4.3.3-r0) [2021-04-14T09:17:39.564Z] Executing busybox-1.31.1-r19.trigger [2021-04-14T09:17:39.564Z] OK: 167 MiB in 45 packages [2021-04-14T09:17:40.141Z] Removing intermediate container eede1b99f688 [2021-04-14T09:17:40.141Z] ---> 96a472ca51c9 [2021-04-14T09:17:40.141Z] Step 6/8 : WORKDIR /device-sdk-go [2021-04-14T09:17:40.403Z] ---> Running in 1dd30c523517 [2021-04-14T09:17:40.666Z] Removing intermediate container 1dd30c523517 [2021-04-14T09:17:40.666Z] ---> 1b686c5f4ebc [2021-04-14T09:17:40.666Z] Step 7/8 : COPY . . [2021-04-14T09:17:41.615Z] ---> b2b8e40c24d3 [2021-04-14T09:17:41.615Z] Step 8/8 : RUN go mod download [2021-04-14T09:17:41.885Z] ---> Running in e44ff38e5354 [2021-04-14T09:18:01.353Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-89 in /w/workspace/dgexfoundry_device-sdk-go_master [Pipeline] { [Pipeline] ws [2021-04-14T09:18:01.372Z] Running in /w/workspace/device-sdk-go/148 [Pipeline] { [Pipeline] checkout [2021-04-14T09:18:06.982Z] using credential edgex-jenkins-ssh [2021-04-14T09:18:07.003Z] Cloning the remote Git repository [2021-04-14T09:18:07.077Z] Cloning repository git@github.com:edgexfoundry/device-sdk-go.git [2021-04-14T09:18:07.198Z] > git init /w/workspace/device-sdk-go/148 # timeout=10 [2021-04-14T09:18:07.270Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2021-04-14T09:18:07.271Z] > git --version # timeout=10 [2021-04-14T09:18:07.314Z] > git --version # 'git version 2.17.1' [2021-04-14T09:18:07.315Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-14T09:18:07.386Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-14T09:18:08.544Z] Removing intermediate container e44ff38e5354 [2021-04-14T09:18:08.544Z] ---> 5cb2df0c5c59 [2021-04-14T09:18:08.544Z] Successfully built 5cb2df0c5c59 [2021-04-14T09:18:08.544Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-04-14T09:18:08.880Z] + docker inspect -f . ci-base-image-x86_64 [2021-04-14T09:18:08.880Z] . [Pipeline] withDockerContainer [2021-04-14T09:18:08.608Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2021-04-14T09:18:08.631Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-14T09:18:08.658Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2021-04-14T09:18:08.692Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2021-04-14T09:18:08.693Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-14T09:18:08.706Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-04-14T09:18:09.026Z] prd-centos7-docker-4c-2g-88 does not seem to be running inside a container [2021-04-14T09:18:09.085Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/148 -v /w/workspace/device-sdk-go/148:/w/workspace/device-sdk-go/148:rw,z -v /w/workspace/device-sdk-go/148@tmp:/w/workspace/device-sdk-go/148@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-04-14T09:18:09.173Z] Checking out Revision 94ba728ffe67abe485aa5fd1bea1962d855b8f3c (master) [2021-04-14T09:18:10.063Z] $ docker top d0a49d85b707d66db1666228782a38f09a5ab1b7d518b0f9dfea4b908d44a32c -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-14T09:18:09.199Z] > git config core.sparsecheckout # timeout=10 [2021-04-14T09:18:09.222Z] > git checkout -f 94ba728ffe67abe485aa5fd1bea1962d855b8f3c # timeout=10 [2021-04-14T09:18:10.535Z] + go version [2021-04-14T09:18:10.535Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-04-14T09:18:10.553Z] $ docker stop --time=1 d0a49d85b707d66db1666228782a38f09a5ab1b7d518b0f9dfea4b908d44a32c [2021-04-14T09:18:11.954Z] $ docker rm -f d0a49d85b707d66db1666228782a38f09a5ab1b7d518b0f9dfea4b908d44a32c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-14T09:18:12.462Z] + docker inspect -f . ci-base-image-x86_64 [2021-04-14T09:18:12.462Z] . [Pipeline] withDockerContainer [2021-04-14T09:18:12.570Z] prd-centos7-docker-4c-2g-88 does not seem to be running inside a container [2021-04-14T09:18:12.622Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/148 -v /w/workspace/device-sdk-go/148:/w/workspace/device-sdk-go/148:rw,z -v /w/workspace/device-sdk-go/148@tmp:/w/workspace/device-sdk-go/148@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-04-14T09:18:13.322Z] $ docker top dc9f699c382c017a2ab7a3c0d0c4cc8560da900ed5f060ca17503d86e47e1991 -eo pid,comm [Pipeline] { [2021-04-14T09:18:13.453Z] Commit message: "Merge pull request #879 from hahattan/issue-872" [Pipeline] sh [2021-04-14T09:18:13.756Z] + make test [2021-04-14T09:18:13.757Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-04-14T09:18:14.960Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-04-14T09:18:15.392Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-04-14T09:18:15.740Z] + sudo service docker restart [2021-04-14T09:18:15.740Z] + true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-04-14T09:18:17.770Z] provisioning config files... [2021-04-14T09:18:17.844Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/148@tmp/config7023892254922387666tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-14T09:18:18.230Z] ---> docker-login.sh [2021-04-14T09:18:18.230Z] nexus3.edgexfoundry.org:10001 [2021-04-14T09:18:19.219Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-14T09:18:19.493Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-14T09:18:19.493Z] Configure a credential helper to remove this warning. See [2021-04-14T09:18:19.493Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-14T09:18:19.493Z] [2021-04-14T09:18:19.493Z] Login Succeeded [2021-04-14T09:18:19.493Z] nexus3.edgexfoundry.org:10002 [2021-04-14T09:18:20.092Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-14T09:18:20.092Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-14T09:18:20.092Z] Configure a credential helper to remove this warning. See [2021-04-14T09:18:20.092Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-14T09:18:20.092Z] [2021-04-14T09:18:20.092Z] Login Succeeded [2021-04-14T09:18:20.092Z] nexus3.edgexfoundry.org:10003 [2021-04-14T09:18:20.372Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-14T09:18:20.647Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-14T09:18:20.647Z] Configure a credential helper to remove this warning. See [2021-04-14T09:18:20.647Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-14T09:18:20.647Z] [2021-04-14T09:18:20.647Z] Login Succeeded [2021-04-14T09:18:20.647Z] nexus3.edgexfoundry.org:10004 [2021-04-14T09:18:20.923Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-14T09:18:21.197Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-14T09:18:21.197Z] Configure a credential helper to remove this warning. See [2021-04-14T09:18:21.197Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-14T09:18:21.197Z] [2021-04-14T09:18:21.197Z] Login Succeeded [2021-04-14T09:18:21.197Z] docker.io [2021-04-14T09:18:21.476Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-14T09:18:22.070Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-14T09:18:22.070Z] Configure a credential helper to remove this warning. See [2021-04-14T09:18:22.070Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-14T09:18:22.070Z] [2021-04-14T09:18:22.070Z] Login Succeeded [2021-04-14T09:18:22.070Z] ---> docker-login.sh ends [Pipeline] } [2021-04-14T09:18:22.087Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-04-14T09:18:22.422Z] ========================================================= [2021-04-14T09:18:22.422Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-04-14T09:18:22.422Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-04-14T09:18:22.782Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . [2021-04-14T09:18:23.055Z] Sending build context to Docker daemon 2.404MB [2021-04-14T09:18:23.337Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-04-14T09:18:23.337Z] Step 2/8 : FROM ${BASE} [2021-04-14T09:18:23.337Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-04-14T09:18:23.337Z] 5f621e34cdf4: Pulling fs layer [2021-04-14T09:18:23.337Z] a4357932f1b6: Pulling fs layer [2021-04-14T09:18:23.337Z] 18c013af1878: Pulling fs layer [2021-04-14T09:18:23.337Z] 00ac8860ef70: Pulling fs layer [2021-04-14T09:18:23.337Z] 63d7cb157983: Pulling fs layer [2021-04-14T09:18:23.337Z] b116817d02f9: Pulling fs layer [2021-04-14T09:18:23.337Z] 745a02a5169b: Pulling fs layer [2021-04-14T09:18:23.337Z] 00ac8860ef70: Waiting [2021-04-14T09:18:23.337Z] 63d7cb157983: Waiting [2021-04-14T09:18:23.338Z] b116817d02f9: Waiting [2021-04-14T09:18:23.338Z] 745a02a5169b: Waiting [2021-04-14T09:18:23.338Z] 18c013af1878: Verifying Checksum [2021-04-14T09:18:23.338Z] 18c013af1878: Download complete [2021-04-14T09:18:23.338Z] a4357932f1b6: Verifying Checksum [2021-04-14T09:18:23.338Z] a4357932f1b6: Download complete [2021-04-14T09:18:23.338Z] 63d7cb157983: Download complete [2021-04-14T09:18:23.338Z] b116817d02f9: Verifying Checksum [2021-04-14T09:18:23.338Z] b116817d02f9: Download complete [2021-04-14T09:18:23.338Z] 5f621e34cdf4: Verifying Checksum [2021-04-14T09:18:23.338Z] 5f621e34cdf4: Download complete [2021-04-14T09:18:23.864Z] ? github.com/edgexfoundry/device-sdk-go/v2 [no test files] [2021-04-14T09:18:24.326Z] 5f621e34cdf4: Pull complete [2021-04-14T09:18:24.603Z] a4357932f1b6: Pull complete [2021-04-14T09:18:25.217Z] 18c013af1878: Pull complete [2021-04-14T09:18:25.816Z] 745a02a5169b: Verifying Checksum [2021-04-14T09:18:25.817Z] 745a02a5169b: Download complete [2021-04-14T09:18:27.249Z] 00ac8860ef70: Verifying Checksum [2021-04-14T09:18:27.249Z] 00ac8860ef70: Download complete [2021-04-14T09:18:37.417Z] 00ac8860ef70: Pull complete [2021-04-14T09:18:37.417Z] 63d7cb157983: Pull complete [2021-04-14T09:18:37.695Z] b116817d02f9: Pull complete [2021-04-14T09:18:41.091Z] 745a02a5169b: Pull complete [2021-04-14T09:18:41.091Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-04-14T09:18:41.366Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-04-14T09:18:41.366Z] ---> b7e6874047d6 [2021-04-14T09:18:41.366Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-04-14T09:18:44.774Z] ---> Running in 366734e0cfc3 [2021-04-14T09:18:44.774Z] Removing intermediate container 366734e0cfc3 [2021-04-14T09:18:44.774Z] ---> 48273ea4f631 [2021-04-14T09:18:44.774Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-14T09:18:44.774Z] ---> Running in 1399bcd48544 [2021-04-14T09:18:46.509Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/cmd/device-simple [no test files] [2021-04-14T09:18:46.509Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/config [no test files] [2021-04-14T09:18:46.509Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/driver [no test files] [2021-04-14T09:18:46.509Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/application [no test files] [2021-04-14T09:18:46.509Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/autodiscovery [no test files] [2021-04-14T09:18:47.396Z] Removing intermediate container 1399bcd48544 [2021-04-14T09:18:47.396Z] ---> 337766186a97 [2021-04-14T09:18:47.396Z] Step 5/8 : RUN apk add --update --no-cache make git gcc libc-dev libsodium-dev zeromq-dev [2021-04-14T09:18:47.396Z] ---> Running in 87174a5f7feb [2021-04-14T09:18:48.384Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-14T09:18:49.124Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/autoevent 0.091s coverage: 28.1% of statements [2021-04-14T09:18:49.125Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/cache 0.090s coverage: 78.9% of statements [2021-04-14T09:18:49.125Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/clients 1.129s coverage: 7.8% of statements [2021-04-14T09:18:49.125Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/common [no test files] [2021-04-14T09:18:49.125Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/config [no test files] [2021-04-14T09:18:49.125Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/container [no test files] [2021-04-14T09:18:49.125Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http 0.134s coverage: 32.5% of statements [2021-04-14T09:18:49.125Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http/correlation [no test files] [2021-04-14T09:18:49.125Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/provision [no test files] [2021-04-14T09:18:49.125Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/telemetry [no test files] [2021-04-14T09:18:49.356Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-14T09:18:49.952Z] (1/6) Installing libc-dev (0.7.2-r3) [2021-04-14T09:18:49.952Z] (2/6) Installing libsodium (1.0.18-r0) [2021-04-14T09:18:49.952Z] (3/6) Installing pkgconf (1.7.2-r0) [2021-04-14T09:18:50.224Z] (4/6) Installing libsodium-dev (1.0.18-r0) [2021-04-14T09:18:50.224Z] (5/6) Installing libzmq (4.3.3-r0) [2021-04-14T09:18:50.224Z] (6/6) Installing zeromq-dev (4.3.3-r0) [2021-04-14T09:18:50.498Z] Executing busybox-1.31.1-r19.trigger [2021-04-14T09:18:50.498Z] OK: 144 MiB in 45 packages [2021-04-14T09:18:51.078Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/transformer 0.103s coverage: 57.1% of statements [2021-04-14T09:18:51.078Z] ok github.com/edgexfoundry/device-sdk-go/v2/pkg/models 1.317s coverage: 6.6% of statements [2021-04-14T09:18:51.078Z] ok github.com/edgexfoundry/device-sdk-go/v2/pkg/service 0.070s coverage: 5.0% of statements [2021-04-14T09:18:51.078Z] ? github.com/edgexfoundry/device-sdk-go/v2/pkg/startup [no test files] [2021-04-14T09:18:51.344Z] GO111MODULE=on go vet ./... [2021-04-14T09:18:51.956Z] Removing intermediate container 87174a5f7feb [2021-04-14T09:18:51.956Z] ---> 301d0abd8bb3 [2021-04-14T09:18:51.956Z] Step 6/8 : WORKDIR /device-sdk-go [2021-04-14T09:18:51.956Z] ---> Running in 2236700eefd8 [2021-04-14T09:18:52.568Z] Removing intermediate container 2236700eefd8 [2021-04-14T09:18:52.568Z] ---> 809c313bb2d3 [2021-04-14T09:18:52.568Z] Step 7/8 : COPY . . [2021-04-14T09:18:53.573Z] ---> 74a67f6019a6 [2021-04-14T09:18:53.573Z] Step 8/8 : RUN go mod download [2021-04-14T09:18:53.846Z] ---> Running in d9dac6d59d87 [2021-04-14T09:19:09.705Z] gofmt -l . [2021-04-14T09:19:09.705Z] [ "`gofmt -l .`" = "" ] [2021-04-14T09:19:09.705Z] ./bin/test-attribution-txt.sh [2021-04-14T09:19:09.705Z] ./bin/test-go-mod-tidy.sh [Pipeline] } [2021-04-14T09:19:09.731Z] $ docker stop --time=1 dc9f699c382c017a2ab7a3c0d0c4cc8560da900ed5f060ca17503d86e47e1991 [2021-04-14T09:19:12.060Z] $ docker rm -f dc9f699c382c017a2ab7a3c0d0c4cc8560da900ed5f060ca17503d86e47e1991 [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-14T09:19:12.743Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-04-14T09:19:13.209Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2021-04-14T09:19:15.709Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-04-14T09:19:16.026Z] + ls -al . [2021-04-14T09:19:16.026Z] total 188 [2021-04-14T09:19:16.027Z] drwxrwxr-x. 10 jenkins jenkins 4096 Apr 14 09:19 . [2021-04-14T09:19:16.027Z] drwxrwxr-x. 4 jenkins jenkins 32 Apr 14 09:17 .. [2021-04-14T09:19:16.027Z] drwxrwxr-x. 2 jenkins jenkins 64 Apr 14 09:17 bin [2021-04-14T09:19:16.027Z] -rw-r--r--. 1 jenkins jenkins 99750 Apr 14 09:18 coverage.out [2021-04-14T09:19:16.027Z] -rw-rw-r--. 1 jenkins jenkins 987 Apr 14 09:17 Dockerfile.build [2021-04-14T09:19:16.027Z] -rw-rw-r--. 1 jenkins jenkins 140 Apr 14 09:17 .dockerignore [2021-04-14T09:19:16.027Z] drwxrwxr-x. 5 jenkins jenkins 62 Apr 14 09:17 example [2021-04-14T09:19:16.027Z] drwxrwxr-x. 8 jenkins jenkins 162 Apr 14 09:17 .git [2021-04-14T09:19:16.027Z] drwxrwxr-x. 2 jenkins jenkins 103 Apr 14 09:17 .github [2021-04-14T09:19:16.027Z] -rw-rw-r--. 1 jenkins jenkins 138 Apr 14 09:17 .gitignore [2021-04-14T09:19:16.027Z] -rw-r--r--. 1 jenkins jenkins 574 Apr 14 09:19 go.mod [2021-04-14T09:19:16.027Z] -rw-r--r--. 1 jenkins jenkins 20735 Apr 14 09:19 go.sum [2021-04-14T09:19:16.027Z] drwxrwxr-x. 14 jenkins jenkins 207 Apr 14 09:17 internal [2021-04-14T09:19:16.027Z] -rw-rw-r--. 1 jenkins jenkins 901 Apr 14 09:17 Jenkinsfile [2021-04-14T09:19:16.027Z] -rw-rw-r--. 1 jenkins jenkins 11341 Apr 14 09:17 LICENSE [2021-04-14T09:19:16.027Z] -rw-rw-r--. 1 jenkins jenkins 1022 Apr 14 09:17 Makefile [2021-04-14T09:19:16.027Z] drwxrwxr-x. 4 jenkins jenkins 26 Apr 14 09:17 openapi [2021-04-14T09:19:16.027Z] drwxrwxr-x. 5 jenkins jenkins 50 Apr 14 09:17 pkg [2021-04-14T09:19:16.027Z] -rw-rw-r--. 1 jenkins jenkins 5897 Apr 14 09:17 README.md [2021-04-14T09:19:16.027Z] -rw-rw-r--. 1 jenkins jenkins 6616 Apr 14 09:17 RELEASE-NOTES.txt [2021-04-14T09:19:16.027Z] drwxrwxr-x. 4 jenkins jenkins 54 Apr 14 09:17 snap [2021-04-14T09:19:16.027Z] -rw-rw-r--. 1 jenkins jenkins 12 Apr 14 09:15 VERSION [2021-04-14T09:19:16.027Z] -rw-rw-r--. 1 jenkins jenkins 222 Apr 14 09:17 version.go [Pipeline] isUnix [Pipeline] sh [2021-04-14T09:19:16.335Z] + 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=94ba728ffe67abe485aa5fd1bea1962d855b8f3c --label arch=amd64 --label version=2.0.0-dev.43 . [2021-04-14T09:19:16.610Z] Sending build context to Docker daemon 2.506MB [2021-04-14T09:19:16.610Z] Step 1/23 : ARG BASE=golang:1.15-alpine3.12 [2021-04-14T09:19:16.610Z] Step 2/23 : FROM ${BASE} AS builder [2021-04-14T09:19:16.610Z] ---> 5cb2df0c5c59 [2021-04-14T09:19:16.610Z] Step 3/23 : WORKDIR /device-sdk-go [2021-04-14T09:19:17.189Z] ---> Running in 86d114cd3b74 [2021-04-14T09:19:17.453Z] Removing intermediate container 86d114cd3b74 [2021-04-14T09:19:17.453Z] ---> 5b3cb1b702f0 [2021-04-14T09:19:17.453Z] Step 4/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-04-14T09:19:17.453Z] ---> Running in 0d6a37681bfe [2021-04-14T09:19:17.721Z] Removing intermediate container 0d6a37681bfe [2021-04-14T09:19:17.721Z] ---> 5ccacc3b7b75 [2021-04-14T09:19:17.721Z] Step 5/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-14T09:19:17.721Z] ---> Running in 5b4987a3c011 [2021-04-14T09:19:19.126Z] Removing intermediate container 5b4987a3c011 [2021-04-14T09:19:19.126Z] ---> 280a7defa244 [2021-04-14T09:19:19.126Z] Step 6/23 : RUN apk add --update --no-cache make git gcc libc-dev zeromq-dev libsodium-dev [2021-04-14T09:19:19.126Z] ---> Running in caf7090f6df9 [2021-04-14T09:19:19.391Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-14T09:19:20.342Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-14T09:19:20.613Z] OK: 167 MiB in 45 packages [2021-04-14T09:19:20.633Z] Removing intermediate container d9dac6d59d87 [2021-04-14T09:19:20.633Z] ---> 8a905cc2e619 [2021-04-14T09:19:20.633Z] Successfully built 8a905cc2e619 [2021-04-14T09:19:20.633Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-04-14T09:19:20.978Z] + docker inspect -f . ci-base-image-arm64 [2021-04-14T09:19:20.978Z] . [Pipeline] withDockerContainer [2021-04-14T09:19:21.207Z] Removing intermediate container caf7090f6df9 [2021-04-14T09:19:21.207Z] ---> 5fe8eacd0d54 [2021-04-14T09:19:21.207Z] Step 7/23 : COPY . . [2021-04-14T09:19:21.250Z] prd-ubuntu18.04-docker-arm64-4c-16g-89 does not seem to be running inside a container [2021-04-14T09:19:21.349Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/148 -v /w/workspace/device-sdk-go/148:/w/workspace/device-sdk-go/148:rw,z -v /w/workspace/device-sdk-go/148@tmp:/w/workspace/device-sdk-go/148@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-04-14T09:19:22.158Z] ---> e37c7f7fd88f [2021-04-14T09:19:22.158Z] Step 8/23 : RUN go mod download [2021-04-14T09:19:22.158Z] ---> Running in cb6f1da1644c [2021-04-14T09:19:22.876Z] $ docker top 1c2332311b1f2e7ce927e5655e9cca54cf866d3e145c55df60bb54ed53618393 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-14T09:19:23.572Z] Removing intermediate container cb6f1da1644c [2021-04-14T09:19:23.572Z] ---> c6122aa70e2e [2021-04-14T09:19:23.572Z] Step 9/23 : RUN make build [2021-04-14T09:19:23.572Z] ---> Running in 5fe0f76b5e28 [2021-04-14T09:19:23.797Z] + go version [2021-04-14T09:19:23.797Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-04-14T09:19:23.824Z] $ docker stop --time=1 1c2332311b1f2e7ce927e5655e9cca54cf866d3e145c55df60bb54ed53618393 [2021-04-14T09:19:24.154Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-sdk-go/v2.Version=2.0.0-dev.43" -o example/cmd/device-simple/device-simple ./example/cmd/device-simple [2021-04-14T09:19:25.799Z] $ docker rm -f 1c2332311b1f2e7ce927e5655e9cca54cf866d3e145c55df60bb54ed53618393 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-14T09:19:26.445Z] + docker inspect -f . ci-base-image-arm64 [2021-04-14T09:19:26.445Z] . [Pipeline] withDockerContainer [2021-04-14T09:19:26.710Z] prd-ubuntu18.04-docker-arm64-4c-16g-89 does not seem to be running inside a container [2021-04-14T09:19:26.795Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/148 -v /w/workspace/device-sdk-go/148:/w/workspace/device-sdk-go/148:rw,z -v /w/workspace/device-sdk-go/148@tmp:/w/workspace/device-sdk-go/148@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-04-14T09:19:28.296Z] $ docker top 6a0974472dd5c3f9ce93366136151c8a9be0bdc6d43f93c9f0e3a113ef278cbd -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-14T09:19:29.227Z] + make test [2021-04-14T09:19:29.227Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-04-14T09:19:36.508Z] CGO_ENABLED=1 GO111MODULE=on go install -tags=safe [2021-04-14T09:19:38.436Z] Removing intermediate container 5fe0f76b5e28 [2021-04-14T09:19:38.436Z] ---> 42653bde0330 [2021-04-14T09:19:38.436Z] Step 10/23 : FROM alpine:3.12 [2021-04-14T09:19:38.698Z] 3.12: Pulling from library/alpine [2021-04-14T09:19:38.698Z] 532819f3e44c: Pulling fs layer [2021-04-14T09:19:38.961Z] 532819f3e44c: Verifying Checksum [2021-04-14T09:19:38.961Z] 532819f3e44c: Download complete [2021-04-14T09:19:39.224Z] 532819f3e44c: Pull complete [2021-04-14T09:19:39.224Z] Digest: sha256:834e9309b5ef0f78d8d20ef0652e7b0272fe97b5baf45720e1b830eaf013cc1b [2021-04-14T09:19:39.224Z] Status: Downloaded newer image for alpine:3.12 [2021-04-14T09:19:39.224Z] ---> 7230e588e954 [2021-04-14T09:19:39.224Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-04-14T09:19:39.499Z] ---> Running in 43fab96f79fc [2021-04-14T09:19:39.499Z] Removing intermediate container 43fab96f79fc [2021-04-14T09:19:39.499Z] ---> 9b38991e8b7f [2021-04-14T09:19:39.499Z] Step 12/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-14T09:19:39.499Z] ---> Running in fa7b5e611897 [2021-04-14T09:19:40.908Z] Removing intermediate container fa7b5e611897 [2021-04-14T09:19:40.908Z] ---> 10faf8f59e95 [2021-04-14T09:19:40.908Z] Step 13/23 : RUN apk add --update --no-cache zeromq [2021-04-14T09:19:40.908Z] ---> Running in a7354a38d2e2 [2021-04-14T09:19:41.489Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-14T09:19:42.069Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-14T09:19:43.018Z] (1/5) Installing libgcc (9.3.0-r2) [2021-04-14T09:19:43.018Z] (2/5) Installing libsodium (1.0.18-r0) [2021-04-14T09:19:43.018Z] (3/5) Installing libstdc++ (9.3.0-r2) [2021-04-14T09:19:43.968Z] (4/5) Installing libzmq (4.3.3-r0) [2021-04-14T09:19:43.968Z] (5/5) Installing zeromq (4.3.3-r0) [2021-04-14T09:19:44.233Z] Executing busybox-1.31.1-r20.trigger [2021-04-14T09:19:44.233Z] OK: 8 MiB in 19 packages [2021-04-14T09:19:44.809Z] Removing intermediate container a7354a38d2e2 [2021-04-14T09:19:44.809Z] ---> 826777881b64 [2021-04-14T09:19:44.809Z] Step 14/23 : WORKDIR / [2021-04-14T09:19:44.809Z] ---> Running in 481c29367673 [2021-04-14T09:19:45.071Z] Removing intermediate container 481c29367673 [2021-04-14T09:19:45.071Z] ---> 7bc5132575ca [2021-04-14T09:19:45.071Z] Step 15/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/Attribution.txt /Attribution.txt [2021-04-14T09:19:45.335Z] ---> 3a4bc0c63187 [2021-04-14T09:19:45.335Z] Step 16/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /device-simple [2021-04-14T09:19:45.921Z] ---> 173567dc7d66 [2021-04-14T09:19:45.921Z] Step 17/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/ /res [2021-04-14T09:19:46.184Z] ---> aebd4f54bb26 [2021-04-14T09:19:46.184Z] Step 18/23 : EXPOSE 49990 [2021-04-14T09:19:46.184Z] ---> Running in 634180321d01 [2021-04-14T09:19:46.454Z] Removing intermediate container 634180321d01 [2021-04-14T09:19:46.454Z] ---> d60d11d4c805 [2021-04-14T09:19:46.454Z] Step 19/23 : ENTRYPOINT ["/device-simple"] [2021-04-14T09:19:46.454Z] ---> Running in 805b4532ad9d [2021-04-14T09:19:46.721Z] Removing intermediate container 805b4532ad9d [2021-04-14T09:19:46.721Z] ---> 5a1fea402227 [2021-04-14T09:19:46.721Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-14T09:19:46.721Z] ---> Running in f61a1ee5baf2 [2021-04-14T09:19:46.984Z] Removing intermediate container f61a1ee5baf2 [2021-04-14T09:19:46.984Z] ---> 8ae46950abac [2021-04-14T09:19:46.984Z] Step 21/23 : LABEL arch=amd64 [2021-04-14T09:19:46.984Z] ---> Running in 3d770573cc84 [2021-04-14T09:19:47.247Z] Removing intermediate container 3d770573cc84 [2021-04-14T09:19:47.247Z] ---> 5f90eec82a34 [2021-04-14T09:19:47.247Z] Step 22/23 : LABEL git_sha=94ba728ffe67abe485aa5fd1bea1962d855b8f3c [2021-04-14T09:19:47.247Z] ---> Running in 21015d877e1e [2021-04-14T09:19:47.512Z] Removing intermediate container 21015d877e1e [2021-04-14T09:19:47.512Z] ---> 446614fc6526 [2021-04-14T09:19:47.512Z] Step 23/23 : LABEL version=2.0.0-dev.43 [2021-04-14T09:19:47.512Z] ---> Running in 1da0cfbae39e [2021-04-14T09:19:47.776Z] Removing intermediate container 1da0cfbae39e [2021-04-14T09:19:47.776Z] ---> 26a9d4c285f2 [2021-04-14T09:19:47.776Z] [Warning] One or more build-args [ARCH MAKE] were not consumed [2021-04-14T09:19:47.776Z] Successfully built 26a9d4c285f2 [2021-04-14T09:19:47.776Z] 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-04-14T09:19:48.479Z] ---> job-cost.sh [2021-04-14T09:19:48.479Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-W7bw [2021-04-14T09:19:51.400Z] ? github.com/edgexfoundry/device-sdk-go/v2 [no test files] [2021-04-14T09:20:06.657Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-04-14T09:20:38.860Z] lf-activate-venv(): INFO: Adding /tmp/venv-W7bw/bin to PATH [2021-04-14T09:20:38.860Z] INFO: No Stack... [2021-04-14T09:20:38.860Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-04-14T09:20:38.860Z] INFO: Archiving Costs [Pipeline] sh [2021-04-14T09:20:39.176Z] + cat /w/workspace/device-sdk-go/148/archives/cost.csv [2021-04-14T09:20:39.176Z] + cut -d, -f6 [Pipeline] lock [2021-04-14T09:20:39.277Z] Trying to acquire lock on [jenkins-edgexfoundry-device-sdk-go-master-148-stack-cost] [2021-04-14T09:20:39.287Z] Resource [jenkins-edgexfoundry-device-sdk-go-master-148-stack-cost] did not exist. Created. [2021-04-14T09:20:39.287Z] Lock acquired on [jenkins-edgexfoundry-device-sdk-go-master-148-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-04-14T09:20:39.619Z] + echo total: 0.029999999329447746 [Pipeline] stash [2021-04-14T09:20:39.767Z] Stashed 1 file(s) [Pipeline] } [2021-04-14T09:20:39.781Z] Lock released on resource [jenkins-edgexfoundry-device-sdk-go-master-148-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-04-14T09:20:47.956Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/cmd/device-simple [no test files] [2021-04-14T09:20:47.956Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/config [no test files] [2021-04-14T09:20:47.956Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/driver [no test files] [2021-04-14T09:20:47.956Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/application [no test files] [2021-04-14T09:20:47.956Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/autodiscovery [no test files] [2021-04-14T09:20:51.373Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/autoevent 0.145s coverage: 28.1% of statements [2021-04-14T09:20:51.373Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/cache 0.165s coverage: 78.9% of statements [2021-04-14T09:20:51.373Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/clients 1.176s coverage: 7.8% of statements [2021-04-14T09:20:51.373Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/common [no test files] [2021-04-14T09:20:51.373Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/config [no test files] [2021-04-14T09:20:51.373Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/container [no test files] [2021-04-14T09:20:53.395Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http 0.305s coverage: 32.5% of statements [2021-04-14T09:20:53.395Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http/correlation [no test files] [2021-04-14T09:20:53.395Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/provision [no test files] [2021-04-14T09:20:53.395Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/telemetry [no test files] [2021-04-14T09:20:56.805Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/transformer 0.311s coverage: 57.1% of statements [2021-04-14T09:20:56.805Z] ok github.com/edgexfoundry/device-sdk-go/v2/pkg/models 3.155s coverage: 6.6% of statements [2021-04-14T09:20:57.394Z] ok github.com/edgexfoundry/device-sdk-go/v2/pkg/service 0.149s coverage: 5.0% of statements [2021-04-14T09:20:57.394Z] ? github.com/edgexfoundry/device-sdk-go/v2/pkg/startup [no test files] [2021-04-14T09:20:57.666Z] GO111MODULE=on go vet ./... [2021-04-14T09:21:44.707Z] gofmt -l . [2021-04-14T09:21:44.707Z] [ "`gofmt -l .`" = "" ] [2021-04-14T09:21:44.707Z] ./bin/test-attribution-txt.sh [2021-04-14T09:21:44.707Z] ./bin/test-go-mod-tidy.sh [Pipeline] } [2021-04-14T09:21:44.733Z] $ docker stop --time=1 6a0974472dd5c3f9ce93366136151c8a9be0bdc6d43f93c9f0e3a113ef278cbd [2021-04-14T09:21:47.016Z] $ docker rm -f 6a0974472dd5c3f9ce93366136151c8a9be0bdc6d43f93c9f0e3a113ef278cbd [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-14T09:21:48.041Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-04-14T09:21:48.072Z] Warning: overwriting stash ‘coverage-report’ [2021-04-14T09:21:49.007Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-04-14T09:21:49.466Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-04-14T09:21:49.875Z] + ls -al . [2021-04-14T09:21:49.875Z] total 224 [2021-04-14T09:21:49.875Z] drwxrwxr-x 10 jenkins jenkins 4096 Apr 14 09:21 . [2021-04-14T09:21:49.875Z] drwxrwxr-x 4 jenkins jenkins 4096 Apr 14 09:18 .. [2021-04-14T09:21:49.875Z] -rw-rw-r-- 1 jenkins jenkins 140 Apr 14 09:18 .dockerignore [2021-04-14T09:21:49.875Z] drwxrwxr-x 8 jenkins jenkins 4096 Apr 14 09:18 .git [2021-04-14T09:21:49.875Z] drwxrwxr-x 2 jenkins jenkins 4096 Apr 14 09:18 .github [2021-04-14T09:21:49.875Z] -rw-rw-r-- 1 jenkins jenkins 138 Apr 14 09:18 .gitignore [2021-04-14T09:21:49.875Z] -rw-rw-r-- 1 jenkins jenkins 987 Apr 14 09:18 Dockerfile.build [2021-04-14T09:21:49.875Z] -rw-rw-r-- 1 jenkins jenkins 901 Apr 14 09:18 Jenkinsfile [2021-04-14T09:21:49.875Z] -rw-rw-r-- 1 jenkins jenkins 11341 Apr 14 09:18 LICENSE [2021-04-14T09:21:49.875Z] -rw-rw-r-- 1 jenkins jenkins 1022 Apr 14 09:18 Makefile [2021-04-14T09:21:49.875Z] -rw-rw-r-- 1 jenkins jenkins 5897 Apr 14 09:18 README.md [2021-04-14T09:21:49.875Z] -rw-rw-r-- 1 jenkins jenkins 6616 Apr 14 09:18 RELEASE-NOTES.txt [2021-04-14T09:21:49.875Z] -rw-rw-r-- 1 jenkins jenkins 12 Apr 14 09:15 VERSION [2021-04-14T09:21:49.875Z] drwxrwxr-x 2 jenkins jenkins 4096 Apr 14 09:18 bin [2021-04-14T09:21:49.875Z] -rw-r--r-- 1 jenkins jenkins 99750 Apr 14 09:20 coverage.out [2021-04-14T09:21:49.875Z] drwxrwxr-x 5 jenkins jenkins 4096 Apr 14 09:18 example [2021-04-14T09:21:49.875Z] -rw-r--r-- 1 jenkins jenkins 574 Apr 14 09:21 go.mod [2021-04-14T09:21:49.875Z] -rw-r--r-- 1 jenkins jenkins 20735 Apr 14 09:21 go.sum [2021-04-14T09:21:49.875Z] drwxrwxr-x 14 jenkins jenkins 4096 Apr 14 09:18 internal [2021-04-14T09:21:49.875Z] drwxrwxr-x 4 jenkins jenkins 4096 Apr 14 09:18 openapi [2021-04-14T09:21:49.875Z] drwxrwxr-x 5 jenkins jenkins 4096 Apr 14 09:18 pkg [2021-04-14T09:21:49.875Z] drwxrwxr-x 4 jenkins jenkins 4096 Apr 14 09:18 snap [2021-04-14T09:21:49.875Z] -rw-rw-r-- 1 jenkins jenkins 222 Apr 14 09:18 version.go [Pipeline] isUnix [Pipeline] sh [2021-04-14T09:21:50.293Z] + 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=94ba728ffe67abe485aa5fd1bea1962d855b8f3c --label arch=arm64 --label version=2.0.0-dev.43 . [2021-04-14T09:21:50.929Z] Sending build context to Docker daemon 2.505MB [2021-04-14T09:21:50.929Z] Step 1/23 : ARG BASE=golang:1.15-alpine3.12 [2021-04-14T09:21:50.929Z] Step 2/23 : FROM ${BASE} AS builder [2021-04-14T09:21:50.929Z] ---> 8a905cc2e619 [2021-04-14T09:21:50.929Z] Step 3/23 : WORKDIR /device-sdk-go [2021-04-14T09:21:51.221Z] ---> Running in a431179848ea [2021-04-14T09:21:51.824Z] Removing intermediate container a431179848ea [2021-04-14T09:21:51.824Z] ---> bc2b18fef617 [2021-04-14T09:21:51.824Z] Step 4/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-04-14T09:21:51.824Z] ---> Running in 1afdf053949a [2021-04-14T09:21:52.421Z] Removing intermediate container 1afdf053949a [2021-04-14T09:21:52.421Z] ---> 49705673fc32 [2021-04-14T09:21:52.421Z] Step 5/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-14T09:21:52.421Z] ---> Running in d46ef74b95e8 [2021-04-14T09:21:54.392Z] Removing intermediate container d46ef74b95e8 [2021-04-14T09:21:54.392Z] ---> cc6f9297cfcb [2021-04-14T09:21:54.392Z] Step 6/23 : RUN apk add --update --no-cache make git gcc libc-dev zeromq-dev libsodium-dev [2021-04-14T09:21:54.663Z] ---> Running in 2ea1779e84f5 [2021-04-14T09:21:55.636Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-14T09:21:56.610Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-14T09:21:57.205Z] OK: 144 MiB in 45 packages [2021-04-14T09:21:58.203Z] Removing intermediate container 2ea1779e84f5 [2021-04-14T09:21:58.203Z] ---> ab7b1fec1979 [2021-04-14T09:21:58.203Z] Step 7/23 : COPY . . [2021-04-14T09:21:59.630Z] ---> 17300058e3cf [2021-04-14T09:21:59.630Z] Step 8/23 : RUN go mod download [2021-04-14T09:21:59.914Z] ---> Running in ad0d4a6358b4 [2021-04-14T09:22:02.531Z] Removing intermediate container ad0d4a6358b4 [2021-04-14T09:22:02.531Z] ---> 29c86d9ffd7e [2021-04-14T09:22:02.531Z] Step 9/23 : RUN make build [2021-04-14T09:22:02.531Z] ---> Running in 06117536ca0c [2021-04-14T09:22:03.507Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-sdk-go/v2.Version=2.0.0-dev.43" -o example/cmd/device-simple/device-simple ./example/cmd/device-simple [2021-04-14T09:22:35.857Z] CGO_ENABLED=1 GO111MODULE=on go install -tags=safe [2021-04-14T09:22:39.245Z] Removing intermediate container 06117536ca0c [2021-04-14T09:22:39.245Z] ---> 2ef6f209a299 [2021-04-14T09:22:39.245Z] Step 10/23 : FROM alpine:3.12 [2021-04-14T09:22:39.245Z] 3.12: Pulling from library/alpine [2021-04-14T09:22:39.518Z] 9a219e8acc52: Pulling fs layer [2021-04-14T09:22:39.518Z] 9a219e8acc52: Download complete [2021-04-14T09:22:40.115Z] 9a219e8acc52: Pull complete [2021-04-14T09:22:40.115Z] Digest: sha256:834e9309b5ef0f78d8d20ef0652e7b0272fe97b5baf45720e1b830eaf013cc1b [2021-04-14T09:22:40.115Z] Status: Downloaded newer image for alpine:3.12 [2021-04-14T09:22:40.115Z] ---> d75e27dfc0a0 [2021-04-14T09:22:40.115Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-04-14T09:22:40.386Z] ---> Running in 1534073b9df9 [2021-04-14T09:22:40.991Z] Removing intermediate container 1534073b9df9 [2021-04-14T09:22:40.991Z] ---> 5e65ce40aa0e [2021-04-14T09:22:40.991Z] Step 12/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-14T09:22:40.991Z] ---> Running in afd5554c0228 [2021-04-14T09:22:43.612Z] Removing intermediate container afd5554c0228 [2021-04-14T09:22:43.612Z] ---> 689e43adb133 [2021-04-14T09:22:43.612Z] Step 13/23 : RUN apk add --update --no-cache zeromq [2021-04-14T09:22:43.612Z] ---> Running in 4fc92c684613 [2021-04-14T09:22:44.590Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-14T09:22:45.182Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-14T09:22:45.773Z] (1/5) Installing libgcc (9.3.0-r2) [2021-04-14T09:22:46.045Z] (2/5) Installing libsodium (1.0.18-r0) [2021-04-14T09:22:46.045Z] (3/5) Installing libstdc++ (9.3.0-r2) [2021-04-14T09:22:46.317Z] (4/5) Installing libzmq (4.3.3-r0) [2021-04-14T09:22:46.317Z] (5/5) Installing zeromq (4.3.3-r0) [2021-04-14T09:22:46.317Z] Executing busybox-1.31.1-r20.trigger [2021-04-14T09:22:46.590Z] OK: 8 MiB in 19 packages [2021-04-14T09:22:48.021Z] Removing intermediate container 4fc92c684613 [2021-04-14T09:22:48.021Z] ---> 7e910eda1690 [2021-04-14T09:22:48.021Z] Step 14/23 : WORKDIR / [2021-04-14T09:22:48.021Z] ---> Running in d08d402f24ad [2021-04-14T09:22:48.617Z] Removing intermediate container d08d402f24ad [2021-04-14T09:22:48.618Z] ---> 453077c95ffc [2021-04-14T09:22:48.618Z] Step 15/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/Attribution.txt /Attribution.txt [2021-04-14T09:22:49.212Z] ---> 8a1df29f464a [2021-04-14T09:22:49.212Z] Step 16/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /device-simple [2021-04-14T09:22:50.641Z] ---> f09d50ddffb6 [2021-04-14T09:22:50.641Z] Step 17/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/ /res [2021-04-14T09:22:51.237Z] ---> 6274d0c93f44 [2021-04-14T09:22:51.237Z] Step 18/23 : EXPOSE 49990 [2021-04-14T09:22:51.237Z] ---> Running in 529d1bb87cae [2021-04-14T09:22:51.830Z] Removing intermediate container 529d1bb87cae [2021-04-14T09:22:51.830Z] ---> 4fdd984c3b43 [2021-04-14T09:22:51.830Z] Step 19/23 : ENTRYPOINT ["/device-simple"] [2021-04-14T09:22:51.830Z] ---> Running in 157392750f50 [2021-04-14T09:22:52.424Z] Removing intermediate container 157392750f50 [2021-04-14T09:22:52.424Z] ---> 00cc6ff4304e [2021-04-14T09:22:52.424Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-14T09:22:52.424Z] ---> Running in edfd39420b04 [2021-04-14T09:22:53.019Z] Removing intermediate container edfd39420b04 [2021-04-14T09:22:53.019Z] ---> f95d7a686916 [2021-04-14T09:22:53.019Z] Step 21/23 : LABEL arch=arm64 [2021-04-14T09:22:53.019Z] ---> Running in 6f88f1c22e80 [2021-04-14T09:22:53.611Z] Removing intermediate container 6f88f1c22e80 [2021-04-14T09:22:53.612Z] ---> 384bb6d91897 [2021-04-14T09:22:53.612Z] Step 22/23 : LABEL git_sha=94ba728ffe67abe485aa5fd1bea1962d855b8f3c [2021-04-14T09:22:53.612Z] ---> Running in 32828ec11efe [2021-04-14T09:22:53.885Z] Removing intermediate container 32828ec11efe [2021-04-14T09:22:53.885Z] ---> 195d0dfe6e0f [2021-04-14T09:22:53.885Z] Step 23/23 : LABEL version=2.0.0-dev.43 [2021-04-14T09:22:54.156Z] ---> Running in 3b92af5760d4 [2021-04-14T09:22:54.429Z] Removing intermediate container 3b92af5760d4 [2021-04-14T09:22:54.429Z] ---> 4376d599f700 [2021-04-14T09:22:54.429Z] [Warning] One or more build-args [ARCH MAKE] were not consumed [2021-04-14T09:22:54.706Z] Successfully built 4376d599f700 [2021-04-14T09:22:54.706Z] Successfully tagged docker-device-sdk-simple-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh [2021-04-14T09:22:55.164Z] ---> job-cost.sh [2021-04-14T09:22:55.164Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-wK7s [2021-04-14T09:23:34.116Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-04-14T09:25:10.865Z] lf-activate-venv(): INFO: Adding /tmp/venv-wK7s/bin to PATH [2021-04-14T09:25:10.865Z] INFO: No Stack... [2021-04-14T09:25:10.865Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-04-14T09:25:10.865Z] INFO: Archiving Costs [Pipeline] sh [2021-04-14T09:25:11.205Z] + cat /w/workspace/device-sdk-go/148/archives/cost.csv [2021-04-14T09:25:11.205Z] + cut -d, -f6 [Pipeline] lock [2021-04-14T09:25:11.329Z] Trying to acquire lock on [jenkins-edgexfoundry-device-sdk-go-master-148-stack-cost] [2021-04-14T09:25:11.338Z] Resource [jenkins-edgexfoundry-device-sdk-go-master-148-stack-cost] did not exist. Created. [2021-04-14T09:25:11.338Z] Lock acquired on [jenkins-edgexfoundry-device-sdk-go-master-148-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-04-14T09:25:11.700Z] /w/workspace/device-sdk-go/148@tmp/durable-d4aba91c/script.sh: 1: /w/workspace/device-sdk-go/148@tmp/durable-d4aba91c/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh [2021-04-14T09:25:12.046Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-04-14T09:25:12.065Z] Warning: overwriting stash ‘stack-cost’ [2021-04-14T09:25:12.227Z] Stashed 1 file(s) [Pipeline] } [2021-04-14T09:25:12.244Z] Lock released on resource [jenkins-edgexfoundry-device-sdk-go-master-148-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2021-04-14T09:25:12.901Z] provisioning config files... [2021-04-14T09:25:12.915Z] copy managed file [device-sdk-go-codecov-token] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config3445896578032946807tmp [Pipeline] { [Pipeline] sh [2021-04-14T09:25:13.276Z] + set +x [2021-04-14T09:25:13.276Z] + curl -s https://codecov.io/bash [2021-04-14T09:25:13.276Z] + bash -s -- [2021-04-14T09:25:13.625Z] [2021-04-14T09:25:13.626Z] _____ _ [2021-04-14T09:25:13.626Z] / ____| | | [2021-04-14T09:25:13.626Z] | | ___ __| | ___ ___ _____ __ [2021-04-14T09:25:13.626Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-04-14T09:25:13.626Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-04-14T09:25:13.626Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-04-14T09:25:13.626Z] Bash-1.0.1 [2021-04-14T09:25:13.626Z] [2021-04-14T09:25:13.626Z] [2021-04-14T09:25:13.626Z] ==> git version 2.24.3 found [2021-04-14T09:25:13.626Z] ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 [2021-04-14T09:25:13.626Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-04-14T09:25:13.626Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-04-14T09:25:13.626Z] ==> Jenkins CI detected. [2021-04-14T09:25:13.626Z] project root: . [2021-04-14T09:25:13.626Z] --> token set from env [2021-04-14T09:25:13.626Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-04-14T09:25:13.626Z] ==> Running gcov in . (disable via -X gcov) [2021-04-14T09:25:13.626Z] ==> Python coveragepy not found [2021-04-14T09:25:13.626Z] ==> Searching for coverage reports in: [2021-04-14T09:25:13.626Z] + . [2021-04-14T09:25:13.626Z] -> Found 1 reports [2021-04-14T09:25:13.626Z] ==> Detecting git/mercurial file structure [2021-04-14T09:25:13.626Z] ==> Reading reports [2021-04-14T09:25:13.626Z] + ./coverage.out bytes=99750 [2021-04-14T09:25:13.626Z] ==> Appending adjustments [2021-04-14T09:25:13.626Z] https://docs.codecov.io/docs/fixing-reports [2021-04-14T09:25:13.902Z] + Found adjustments [2021-04-14T09:25:13.902Z] ==> Gzipping contents [2021-04-14T09:25:13.902Z] 16K /tmp/codecov.cev75e.gz [2021-04-14T09:25:13.902Z] ==> Uploading reports [2021-04-14T09:25:13.902Z] url: https://codecov.io [2021-04-14T09:25:13.902Z] query: branch=master&commit=94ba728ffe67abe485aa5fd1bea1962d855b8f3c&build=148&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2Fmaster%2F148%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=&job=&cmd_args= [2021-04-14T09:25:13.902Z] -> Pinging Codecov [2021-04-14T09:25:13.902Z] https://codecov.io/upload/v4?package=bash-1.0.1&token=secret&branch=master&commit=94ba728ffe67abe485aa5fd1bea1962d855b8f3c&build=148&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2Fmaster%2F148%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=&job=&cmd_args= [2021-04-14T09:25:14.481Z] -> Uploading to [2021-04-14T09:25:14.481Z] https://storage.googleapis.com/codecov/v4/raw/2021-04-14/7E55EF52A471D76F132DFD9A03CDDE97/94ba728ffe67abe485aa5fd1bea1962d855b8f3c/b6ae302c-6aea-45e4-a5b5-2d1ba4b2aa78.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQM3VGPYSAFECJRMNAFIPCV2R3P2BOORCJC7NM537NPJQSFLHUDNIDWA%2F20210414%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210414T092514Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=df42317ab0522ebb185d67c740c54be80518fa2db9af9c57bb9b4a2e1e78663a [2021-04-14T09:25:14.481Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-04-14T09:25:14.481Z] Dload Upload Total Spent Left Speed [2021-04-14T09:25:15.058Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 13519 0 0 100 13519 0 27921 --:--:-- --:--:-- --:--:-- 27989 [2021-04-14T09:25:15.058Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/device-sdk-go/commit/94ba728ffe67abe485aa5fd1bea1962d855b8f3c [Pipeline] } [2021-04-14T09:25:15.069Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo [2021-04-14T09:25:15.679Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2021-04-14T09:25:15.704Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-14T09:25:16.017Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-04-14T09:25:16.282Z] [2021-04-14T09:25:16.282Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh [2021-04-14T09:25:16.774Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-04-14T09:25:16.774Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2021-04-14T09:25:16.774Z] 188c0c94c7c5: Pulling fs layer [2021-04-14T09:25:16.774Z] 0ef7d3d256c8: Pulling fs layer [2021-04-14T09:25:16.774Z] de9db76c5a1d: Pulling fs layer [2021-04-14T09:25:16.774Z] 0eba1c9be4d2: Pulling fs layer [2021-04-14T09:25:16.774Z] 0d57e429df01: Pulling fs layer [2021-04-14T09:25:16.774Z] 4e4be7b47b0d: Pulling fs layer [2021-04-14T09:25:16.774Z] e1f770b5df2f: Pulling fs layer [2021-04-14T09:25:16.774Z] 85a0685a4137: Pulling fs layer [2021-04-14T09:25:16.774Z] 4e4be7b47b0d: Waiting [2021-04-14T09:25:16.774Z] e1f770b5df2f: Waiting [2021-04-14T09:25:16.774Z] 0eba1c9be4d2: Waiting [2021-04-14T09:25:16.774Z] 85a0685a4137: Waiting [2021-04-14T09:25:16.774Z] 0d57e429df01: Waiting [2021-04-14T09:25:16.774Z] de9db76c5a1d: Verifying Checksum [2021-04-14T09:25:16.774Z] de9db76c5a1d: Download complete [2021-04-14T09:25:16.774Z] 0ef7d3d256c8: Download complete [2021-04-14T09:25:16.774Z] 0d57e429df01: Verifying Checksum [2021-04-14T09:25:16.774Z] 0d57e429df01: Download complete [2021-04-14T09:25:16.774Z] 188c0c94c7c5: Verifying Checksum [2021-04-14T09:25:16.774Z] 188c0c94c7c5: Download complete [2021-04-14T09:25:17.107Z] 4e4be7b47b0d: Verifying Checksum [2021-04-14T09:25:17.107Z] 4e4be7b47b0d: Download complete [2021-04-14T09:25:17.379Z] 188c0c94c7c5: Pull complete [2021-04-14T09:25:17.644Z] 0ef7d3d256c8: Pull complete [2021-04-14T09:25:17.911Z] de9db76c5a1d: Pull complete [2021-04-14T09:25:18.179Z] e1f770b5df2f: Verifying Checksum [2021-04-14T09:25:18.179Z] e1f770b5df2f: Download complete [2021-04-14T09:25:20.767Z] 0eba1c9be4d2: Download complete [2021-04-14T09:25:21.351Z] 85a0685a4137: Verifying Checksum [2021-04-14T09:25:21.351Z] 85a0685a4137: Download complete [2021-04-14T09:25:26.692Z] 0eba1c9be4d2: Pull complete [2021-04-14T09:25:26.692Z] 0d57e429df01: Pull complete [2021-04-14T09:25:26.692Z] 4e4be7b47b0d: Pull complete [2021-04-14T09:25:28.628Z] e1f770b5df2f: Pull complete [2021-04-14T09:25:36.833Z] 85a0685a4137: Pull complete [2021-04-14T09:25:36.833Z] Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 [2021-04-14T09:25:36.833Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-04-14T09:25:36.833Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer [2021-04-14T09:25:37.084Z] prd-centos7-docker-4c-2g-84 does not seem to be running inside a container [2021-04-14T09:25:37.142Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/dgexfoundry_device-sdk-go_master -v /w/workspace/dgexfoundry_device-sdk-go_master:/w/workspace/dgexfoundry_device-sdk-go_master:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_master@tmp:/w/workspace/dgexfoundry_device-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2021-04-14T09:25:38.302Z] $ docker top 494250061a09c45b8933f42c503ee3a56511911a63a740a765f2864c96063f45 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-04-14T09:25:38.444Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh [2021-04-14T09:25:38.745Z] + set -o pipefail [2021-04-14T09:25:38.745Z] + snyk monitor '--org=edgex-jenkins' [2021-04-14T09:25:46.932Z] [2021-04-14T09:25:46.932Z] Monitoring /w/workspace/dgexfoundry_device-sdk-go_master (github.com/edgexfoundry/device-sdk-go/v2)... [2021-04-14T09:25:46.932Z] [2021-04-14T09:25:46.932Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/a91414f5-c324-409e-a494-413a27791127/history/6243e2a4-cf19-4f8a-ad13-0ac4693e94f7 [2021-04-14T09:25:46.932Z] [2021-04-14T09:25:46.932Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2021-04-14T09:25:46.932Z] [2021-04-14T09:25:46.932Z] [2021-04-14T09:25:46.932Z] You have reached your monthly limit of 300 private tests for your edgex-jenkins org. [2021-04-14T09:25:46.932Z] To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } [2021-04-14T09:25:46.950Z] $ docker stop --time=1 494250061a09c45b8933f42c503ee3a56511911a63a740a765f2864c96063f45 [2021-04-14T09:25:50.017Z] $ docker rm -f 494250061a09c45b8933f42c503ee3a56511911a63a740a765f2864c96063f45 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo [2021-04-14T09:25:51.061Z] [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-04-14T09:25:51.081Z] provisioning config files... [2021-04-14T09:25:51.094Z] copy managed file [swaggerhub-api-key] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config4422735557104404810tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-14T09:25:51.423Z] --> edgex-publish-swagger.sh [2021-04-14T09:25:51.423Z] === Publish openapi/v1 API === [2021-04-14T09:25:51.423Z] [publishToSwagger] Publishing the API Docs [openapi/v1] to Swagger [2021-04-14T09:25:51.423Z] [publishToSwagger] Publishing API Name [device-sdk] [/w/workspace/dgexfoundry_device-sdk-go_master/openapi/v1/device-sdk.yaml] [2021-04-14T09:25:51.423Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-04-14T09:25:51.423Z] Dload Upload Total Spent Left Speed [2021-04-14T09:25:52.263Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 19947 0 0 100 19947 0 25590 --:--:-- --:--:-- --:--:-- 25605 [2021-04-14T09:25:52.263Z] [2021-04-14T09:25:52.263Z] [2021-04-14T09:25:52.263Z] === Publish openapi/v2 API === [2021-04-14T09:25:52.263Z] [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger [2021-04-14T09:25:52.263Z] [publishToSwagger] Publishing API Name [device-sdk] [/w/workspace/dgexfoundry_device-sdk-go_master/openapi/v2/device-sdk.yaml] [2021-04-14T09:25:52.263Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-04-14T09:25:52.263Z] Dload Upload Total Spent Left Speed [2021-04-14T09:25:52.839Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 51483 0 0 100 51483 0 82493 --:--:-- --:--:-- --:--:-- 82504 100 51483 0 0 100 51483 0 82460 --:--:-- --:--:-- --:--:-- 82372 [2021-04-14T09:25:52.839Z] [2021-04-14T09:25:52.839Z] [Pipeline] } [2021-04-14T09:25:52.860Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-04-14T09:25:53.315Z] + git log --format=format:%s -1 94ba728ffe67abe485aa5fd1bea1962d855b8f3c [Pipeline] isUnix [Pipeline] sh [2021-04-14T09:25:53.627Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-14T09:25:53.627Z] . [Pipeline] withDockerContainer [2021-04-14T09:25:53.742Z] prd-centos7-docker-4c-2g-84 does not seem to be running inside a container [2021-04-14T09:25:53.794Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-sdk-go_master -v /w/workspace/dgexfoundry_device-sdk-go_master:/w/workspace/dgexfoundry_device-sdk-go_master:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_master@tmp:/w/workspace/dgexfoundry_device-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-04-14T09:25:54.572Z] $ docker top 6cdc4bb5214f006e1b3fe69d8abeb875a67905b4314a0c6709d9da9c7cc396c3 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-04-14T09:25:54.720Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-14T09:25:54.720Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-14T09:25:54.972Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-14T09:25:54.976Z] $ docker exec 6cdc4bb5214f006e1b3fe69d8abeb875a67905b4314a0c6709d9da9c7cc396c3 ssh-agent [2021-04-14T09:25:55.166Z] SSH_AUTH_SOCK=/tmp/ssh-ufh6QlA0kZuB/agent.12 [2021-04-14T09:25:55.166Z] SSH_AGENT_PID=18 [2021-04-14T09:25:55.174Z] Running ssh-add (command line suppressed) [2021-04-14T09:25:55.313Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_7945500304461105847.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_7945500304461105847.key) [2021-04-14T09:25:55.370Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-14T09:25:55.673Z] + git semver tag [2021-04-14T09:25:55.673Z] # -> Open(): unable to determine branch for HEAD [2021-04-14T09:25:55.673Z] # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git [2021-04-14T09:25:55.673Z] # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master [2021-04-14T09:25:55.673Z] # $SEMVER_REMOTE_NAME = origin [2021-04-14T09:25:55.673Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-04-14T09:25:55.673Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-04-14T09:25:55.673Z] # $SEMVER_BRANCH = master [2021-04-14T09:25:55.673Z] # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver [2021-04-14T09:25:55.673Z] # 94ba728ffe67abe485aa5fd1bea1962d855b8f3c HEAD [2021-04-14T09:25:55.938Z] # -> Force: false [2021-04-14T09:25:55.938Z] # c69ab8890e33bdd9adfe4e7d16dabf0085d56d66 refs/tags/v2.0.0-dev.43 [Pipeline] } [2021-04-14T09:25:55.951Z] $ docker exec --env ******** --env ******** 6cdc4bb5214f006e1b3fe69d8abeb875a67905b4314a0c6709d9da9c7cc396c3 ssh-agent -k [2021-04-14T09:25:56.108Z] unset SSH_AUTH_SOCK; [2021-04-14T09:25:56.109Z] unset SSH_AGENT_PID; [2021-04-14T09:25:56.109Z] echo Agent pid 18 killed; [2021-04-14T09:25:56.174Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-04-14T09:25:56.518Z] + git semver [Pipeline] } [2021-04-14T09:25:56.538Z] $ docker stop --time=1 6cdc4bb5214f006e1b3fe69d8abeb875a67905b4314a0c6709d9da9c7cc396c3 [2021-04-14T09:25:57.921Z] $ docker rm -f 6cdc4bb5214f006e1b3fe69d8abeb875a67905b4314a0c6709d9da9c7cc396c3 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2021-04-14T09:25:58.430Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-04-14T09:25:58.430Z] [2021-04-14T09:25:58.430Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2021-04-14T09:25:58.748Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-04-14T09:25:58.748Z] 0.23.1-centos7: Pulling from edgex-lftools [2021-04-14T09:25:58.748Z] ab5ef0e58194: Pulling fs layer [2021-04-14T09:25:58.748Z] 9712f1f96733: Pulling fs layer [2021-04-14T09:25:58.748Z] 63f879dbbcfc: Pulling fs layer [2021-04-14T09:25:58.748Z] 0d9ebad4ef96: Pulling fs layer [2021-04-14T09:25:58.748Z] e9a5061849ea: Pulling fs layer [2021-04-14T09:25:58.748Z] d747dcd14b5f: Pulling fs layer [2021-04-14T09:25:58.748Z] 2de7ff778b66: Pulling fs layer [2021-04-14T09:25:58.748Z] 0d9ebad4ef96: Waiting [2021-04-14T09:25:58.748Z] e9a5061849ea: Waiting [2021-04-14T09:25:58.748Z] d747dcd14b5f: Waiting [2021-04-14T09:25:58.748Z] 2de7ff778b66: Waiting [2021-04-14T09:25:58.748Z] 9712f1f96733: Download complete [2021-04-14T09:26:00.160Z] 63f879dbbcfc: Verifying Checksum [2021-04-14T09:26:00.160Z] 63f879dbbcfc: Download complete [2021-04-14T09:26:00.433Z] e9a5061849ea: Verifying Checksum [2021-04-14T09:26:00.433Z] e9a5061849ea: Download complete [2021-04-14T09:26:00.433Z] d747dcd14b5f: Verifying Checksum [2021-04-14T09:26:00.433Z] d747dcd14b5f: Download complete [2021-04-14T09:26:01.015Z] 2de7ff778b66: Verifying Checksum [2021-04-14T09:26:01.015Z] 2de7ff778b66: Download complete [2021-04-14T09:26:01.280Z] 0d9ebad4ef96: Verifying Checksum [2021-04-14T09:26:01.280Z] 0d9ebad4ef96: Download complete [2021-04-14T09:26:01.280Z] ab5ef0e58194: Download complete [2021-04-14T09:26:06.622Z] ab5ef0e58194: Pull complete [2021-04-14T09:26:06.622Z] 9712f1f96733: Pull complete [2021-04-14T09:26:08.550Z] 63f879dbbcfc: Pull complete [2021-04-14T09:26:15.174Z] 0d9ebad4ef96: Pull complete [2021-04-14T09:26:16.571Z] e9a5061849ea: Pull complete [2021-04-14T09:26:16.835Z] d747dcd14b5f: Pull complete [2021-04-14T09:26:19.400Z] 2de7ff778b66: Pull complete [2021-04-14T09:26:19.401Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2021-04-14T09:26:19.401Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-04-14T09:26:19.401Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2021-04-14T09:26:19.625Z] prd-centos7-docker-4c-2g-84 does not seem to be running inside a container [2021-04-14T09:26:19.682Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/dgexfoundry_device-sdk-go_master -v /w/workspace/dgexfoundry_device-sdk-go_master:/w/workspace/dgexfoundry_device-sdk-go_master:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_master@tmp:/w/workspace/dgexfoundry_device-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2021-04-14T09:26:24.059Z] $ docker top 48c0f9e8947410724e6920ac6c97705f2990e701cb0f9ff175c239127eee4130 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2021-04-14T09:26:24.225Z] provisioning config files... [2021-04-14T09:26:24.237Z] copy managed file [sigul-config] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config200329294430892800tmp [2021-04-14T09:26:24.255Z] copy managed file [sigul-password] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config2819724264547350897tmp [2021-04-14T09:26:24.272Z] copy managed file [sigul-pki] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config4575025531980395288tmp [Pipeline] { [Pipeline] echo [2021-04-14T09:26:24.296Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-14T09:26:24.605Z] ---> sigul-configuration.sh [2021-04-14T09:26:24.605Z] gpg: directory `/root/.gnupg' created [2021-04-14T09:26:24.605Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2021-04-14T09:26:24.605Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2021-04-14T09:26:24.605Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2021-04-14T09:26:24.605Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2021-04-14T09:26:24.605Z] gpg: CAST5 encrypted data [2021-04-14T09:26:24.870Z] gpg: encrypted with 1 passphrase [2021-04-14T09:26:24.870Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2021-04-14T09:26:25.175Z] + mkdir /home/jenkins [2021-04-14T09:26:25.175Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2021-04-14T09:26:25.482Z] + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /root/sigul/vex-yul-edgex-jenkins-1.ci.codeaurora.org.p12 /home/jenkins/sigul/ [Pipeline] echo [2021-04-14T09:26:25.496Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-14T09:26:25.802Z] ---> sigul-install.sh [2021-04-14T09:26:33.971Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2021-04-14T09:26:34.275Z] + git tag --list [2021-04-14T09:26:34.275Z] 0.7.1 [2021-04-14T09:26:34.275Z] delhi-tag [2021-04-14T09:26:34.275Z] v1.0.0 [2021-04-14T09:26:34.275Z] v1.1.0 [2021-04-14T09:26:34.275Z] v1.1.1 [2021-04-14T09:26:34.275Z] v1.1.2 [2021-04-14T09:26:34.275Z] v1.2.0 [2021-04-14T09:26:34.275Z] v1.2.1 [2021-04-14T09:26:34.275Z] v1.2.2 [2021-04-14T09:26:34.275Z] v1.2.3 [2021-04-14T09:26:34.275Z] v1.3.0 [2021-04-14T09:26:34.275Z] v1.4.0 [2021-04-14T09:26:34.275Z] v2.0.0-dev.1 [2021-04-14T09:26:34.275Z] v2.0.0-dev.10 [2021-04-14T09:26:34.275Z] v2.0.0-dev.11 [2021-04-14T09:26:34.275Z] v2.0.0-dev.12 [2021-04-14T09:26:34.275Z] v2.0.0-dev.13 [2021-04-14T09:26:34.275Z] v2.0.0-dev.14 [2021-04-14T09:26:34.275Z] v2.0.0-dev.15 [2021-04-14T09:26:34.275Z] v2.0.0-dev.16 [2021-04-14T09:26:34.275Z] v2.0.0-dev.17 [2021-04-14T09:26:34.275Z] v2.0.0-dev.18 [2021-04-14T09:26:34.275Z] v2.0.0-dev.19 [2021-04-14T09:26:34.275Z] v2.0.0-dev.2 [2021-04-14T09:26:34.275Z] v2.0.0-dev.20 [2021-04-14T09:26:34.275Z] v2.0.0-dev.21 [2021-04-14T09:26:34.275Z] v2.0.0-dev.22 [2021-04-14T09:26:34.275Z] v2.0.0-dev.23 [2021-04-14T09:26:34.275Z] v2.0.0-dev.24 [2021-04-14T09:26:34.275Z] v2.0.0-dev.25 [2021-04-14T09:26:34.275Z] v2.0.0-dev.26 [2021-04-14T09:26:34.275Z] v2.0.0-dev.27 [2021-04-14T09:26:34.275Z] v2.0.0-dev.28 [2021-04-14T09:26:34.275Z] v2.0.0-dev.29 [2021-04-14T09:26:34.275Z] v2.0.0-dev.3 [2021-04-14T09:26:34.275Z] v2.0.0-dev.30 [2021-04-14T09:26:34.275Z] v2.0.0-dev.31 [2021-04-14T09:26:34.275Z] v2.0.0-dev.32 [2021-04-14T09:26:34.275Z] v2.0.0-dev.33 [2021-04-14T09:26:34.275Z] v2.0.0-dev.34 [2021-04-14T09:26:34.275Z] v2.0.0-dev.35 [2021-04-14T09:26:34.275Z] v2.0.0-dev.36 [2021-04-14T09:26:34.275Z] v2.0.0-dev.37 [2021-04-14T09:26:34.275Z] v2.0.0-dev.38 [2021-04-14T09:26:34.275Z] v2.0.0-dev.39 [2021-04-14T09:26:34.275Z] v2.0.0-dev.4 [2021-04-14T09:26:34.275Z] v2.0.0-dev.40 [2021-04-14T09:26:34.275Z] v2.0.0-dev.41 [2021-04-14T09:26:34.275Z] v2.0.0-dev.42 [2021-04-14T09:26:34.275Z] v2.0.0-dev.43 [2021-04-14T09:26:34.275Z] v2.0.0-dev.5 [2021-04-14T09:26:34.275Z] v2.0.0-dev.6 [2021-04-14T09:26:34.275Z] v2.0.0-dev.7 [2021-04-14T09:26:34.275Z] v2.0.0-dev.8 [2021-04-14T09:26:34.275Z] v2.0.0-dev.9 [Pipeline] sh [2021-04-14T09:26:34.580Z] + lftools sign git-tag v2.0.0-dev.43 [2021-04-14T09:26:35.976Z] Signing Git tag with Sigul... [2021-04-14T09:26:35.976Z] Signing v2.0.0-dev.43 [Pipeline] echo [2021-04-14T09:26:36.937Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-14T09:26:37.299Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2021-04-14T09:26:37.336Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2021-04-14T09:26:37.373Z] $ docker stop --time=1 48c0f9e8947410724e6920ac6c97705f2990e701cb0f9ff175c239127eee4130 [2021-04-14T09:26:39.775Z] $ docker rm -f 48c0f9e8947410724e6920ac6c97705f2990e701cb0f9ff175c239127eee4130 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2021-04-14T09:26:40.474Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-14T09:26:40.474Z] . [Pipeline] withDockerContainer [2021-04-14T09:26:40.600Z] prd-centos7-docker-4c-2g-84 does not seem to be running inside a container [2021-04-14T09:26:40.655Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-sdk-go_master -v /w/workspace/dgexfoundry_device-sdk-go_master:/w/workspace/dgexfoundry_device-sdk-go_master:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_master@tmp:/w/workspace/dgexfoundry_device-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-04-14T09:26:41.601Z] $ docker top 3af9e10e83998e4e7e1a357b8b0bddec677bc106b43cc8f3d3d13ba9ccc3fab4 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-04-14T09:26:41.818Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-14T09:26:41.818Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-14T09:26:42.077Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-14T09:26:42.083Z] $ docker exec 3af9e10e83998e4e7e1a357b8b0bddec677bc106b43cc8f3d3d13ba9ccc3fab4 ssh-agent [2021-04-14T09:26:42.289Z] SSH_AUTH_SOCK=/tmp/ssh-HsNK8yF6B0BL/agent.12 [2021-04-14T09:26:42.289Z] SSH_AGENT_PID=17 [2021-04-14T09:26:42.298Z] Running ssh-add (command line suppressed) [2021-04-14T09:26:42.456Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_9201766305502341634.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_9201766305502341634.key) [2021-04-14T09:26:42.539Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-14T09:26:42.855Z] + git semver bump pre [2021-04-14T09:26:42.856Z] # -> Open(): unable to determine branch for HEAD [2021-04-14T09:26:42.856Z] # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git [2021-04-14T09:26:42.856Z] # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master [2021-04-14T09:26:42.856Z] # $SEMVER_REMOTE_NAME = origin [2021-04-14T09:26:42.856Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-04-14T09:26:42.856Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-04-14T09:26:42.856Z] # $SEMVER_BRANCH = master [2021-04-14T09:26:42.856Z] # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver [2021-04-14T09:26:42.856Z] 2.0.0-dev.44 [Pipeline] } [2021-04-14T09:26:42.871Z] $ docker exec --env ******** --env ******** 3af9e10e83998e4e7e1a357b8b0bddec677bc106b43cc8f3d3d13ba9ccc3fab4 ssh-agent -k [2021-04-14T09:26:43.017Z] unset SSH_AUTH_SOCK; [2021-04-14T09:26:43.018Z] unset SSH_AGENT_PID; [2021-04-14T09:26:43.018Z] echo Agent pid 17 killed; [2021-04-14T09:26:43.082Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-04-14T09:26:43.443Z] + git semver [Pipeline] } [2021-04-14T09:26:43.466Z] $ docker stop --time=1 3af9e10e83998e4e7e1a357b8b0bddec677bc106b43cc8f3d3d13ba9ccc3fab4 [2021-04-14T09:26:44.868Z] $ docker rm -f 3af9e10e83998e4e7e1a357b8b0bddec677bc106b43cc8f3d3d13ba9ccc3fab4 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2021-04-14T09:26:45.309Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-14T09:26:45.309Z] . [Pipeline] withDockerContainer [2021-04-14T09:26:45.436Z] prd-centos7-docker-4c-2g-84 does not seem to be running inside a container [2021-04-14T09:26:45.491Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-sdk-go_master -v /w/workspace/dgexfoundry_device-sdk-go_master:/w/workspace/dgexfoundry_device-sdk-go_master:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_master@tmp:/w/workspace/dgexfoundry_device-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-04-14T09:26:46.132Z] $ docker top 48e3f1d9de2ab9c041c3825c4ebe58957a698fe6709523b07ef378c033e0a277 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-04-14T09:26:46.311Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-14T09:26:46.311Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-14T09:26:46.524Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-14T09:26:46.529Z] $ docker exec 48e3f1d9de2ab9c041c3825c4ebe58957a698fe6709523b07ef378c033e0a277 ssh-agent [2021-04-14T09:26:46.732Z] SSH_AUTH_SOCK=/tmp/ssh-i8omM7t5bs94/agent.11 [2021-04-14T09:26:46.732Z] SSH_AGENT_PID=16 [2021-04-14T09:26:46.742Z] Running ssh-add (command line suppressed) [2021-04-14T09:26:46.892Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_4803430329240685737.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_4803430329240685737.key) [2021-04-14T09:26:46.959Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-14T09:26:47.272Z] + git semver push [2021-04-14T09:26:47.272Z] # -> Open(): unable to determine branch for HEAD [2021-04-14T09:26:47.272Z] # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git [2021-04-14T09:26:47.272Z] # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master [2021-04-14T09:26:47.272Z] # $SEMVER_REMOTE_NAME = origin [2021-04-14T09:26:47.272Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-04-14T09:26:47.272Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-04-14T09:26:47.272Z] # $SEMVER_BRANCH = master [2021-04-14T09:26:47.272Z] # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver [Pipeline] } [2021-04-14T09:26:53.898Z] $ docker exec --env ******** --env ******** 48e3f1d9de2ab9c041c3825c4ebe58957a698fe6709523b07ef378c033e0a277 ssh-agent -k [2021-04-14T09:26:54.046Z] unset SSH_AUTH_SOCK; [2021-04-14T09:26:54.046Z] unset SSH_AGENT_PID; [2021-04-14T09:26:54.046Z] echo Agent pid 16 killed; [2021-04-14T09:26:54.112Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-04-14T09:26:54.467Z] + git semver [Pipeline] } [2021-04-14T09:26:54.488Z] $ docker stop --time=1 48e3f1d9de2ab9c041c3825c4ebe58957a698fe6709523b07ef378c033e0a277 [2021-04-14T09:26:55.853Z] $ docker rm -f 48e3f1d9de2ab9c041c3825c4ebe58957a698fe6709523b07ef378c033e0a277 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Bump Experimental Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Bump Stable (Named) Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2021-04-14T09:26:56.711Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-14T09:26:57.293Z] ---> package-listing.sh [2021-04-14T09:26:57.293Z] ++ facter osfamily [2021-04-14T09:26:57.293Z] ++ tr '[:upper:]' '[:lower:]' [2021-04-14T09:26:57.293Z] + OS_FAMILY=redhat [2021-04-14T09:26:57.293Z] + workspace=/w/workspace/dgexfoundry_device-sdk-go_master [2021-04-14T09:26:57.293Z] + START_PACKAGES=/tmp/packages_start.txt [2021-04-14T09:26:57.293Z] + END_PACKAGES=/tmp/packages_end.txt [2021-04-14T09:26:57.293Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-04-14T09:26:57.293Z] + PACKAGES=/tmp/packages_start.txt [2021-04-14T09:26:57.293Z] + '[' /w/workspace/dgexfoundry_device-sdk-go_master ']' [2021-04-14T09:26:57.293Z] + PACKAGES=/tmp/packages_end.txt [2021-04-14T09:26:57.293Z] + case "${OS_FAMILY}" in [2021-04-14T09:26:57.293Z] + rpm -qa [2021-04-14T09:26:57.293Z] + sort [2021-04-14T09:27:02.626Z] + '[' -f /tmp/packages_start.txt ']' [2021-04-14T09:27:02.626Z] + '[' -f /tmp/packages_end.txt ']' [2021-04-14T09:27:02.626Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-04-14T09:27:02.626Z] + '[' /w/workspace/dgexfoundry_device-sdk-go_master ']' [2021-04-14T09:27:02.626Z] + mkdir -p /w/workspace/dgexfoundry_device-sdk-go_master/archives/ [2021-04-14T09:27:02.626Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dgexfoundry_device-sdk-go_master/archives/ [Pipeline] echo [2021-04-14T09:27:02.641Z] Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/dgexfoundry_device-sdk-go_master/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-04-14T09:27:02.939Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-04-14T09:27:03.246Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-14T09:27:03.246Z] [2021-04-14T09:27:03.246Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-04-14T09:27:03.568Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-14T09:27:03.568Z] alpine: Pulling from edgex-lftools-log-publisher [2021-04-14T09:27:03.568Z] df20fa9351a1: Pulling fs layer [2021-04-14T09:27:03.568Z] 36b3adc4ff6f: Pulling fs layer [2021-04-14T09:27:03.568Z] 8ad3a11d3b57: Pulling fs layer [2021-04-14T09:27:03.568Z] 46f8f816bc3b: Pulling fs layer [2021-04-14T09:27:03.568Z] 93b61091891f: Pulling fs layer [2021-04-14T09:27:03.568Z] 93b9cdb0e59b: Pulling fs layer [2021-04-14T09:27:03.568Z] 5e14af77c1be: Pulling fs layer [2021-04-14T09:27:03.568Z] 01666e4c0597: Pulling fs layer [2021-04-14T09:27:03.568Z] aa168da1d23b: Pulling fs layer [2021-04-14T09:27:03.568Z] 93b9cdb0e59b: Waiting [2021-04-14T09:27:03.568Z] 5e14af77c1be: Waiting [2021-04-14T09:27:03.568Z] 01666e4c0597: Waiting [2021-04-14T09:27:03.568Z] 46f8f816bc3b: Waiting [2021-04-14T09:27:03.568Z] 93b61091891f: Waiting [2021-04-14T09:27:03.568Z] 36b3adc4ff6f: Verifying Checksum [2021-04-14T09:27:03.568Z] 36b3adc4ff6f: Download complete [2021-04-14T09:27:03.568Z] 46f8f816bc3b: Verifying Checksum [2021-04-14T09:27:03.568Z] 46f8f816bc3b: Download complete [2021-04-14T09:27:03.833Z] df20fa9351a1: Verifying Checksum [2021-04-14T09:27:03.833Z] df20fa9351a1: Download complete [2021-04-14T09:27:03.833Z] 93b9cdb0e59b: Verifying Checksum [2021-04-14T09:27:03.833Z] 93b9cdb0e59b: Download complete [2021-04-14T09:27:03.833Z] 5e14af77c1be: Verifying Checksum [2021-04-14T09:27:03.833Z] 5e14af77c1be: Download complete [2021-04-14T09:27:03.833Z] 93b61091891f: Download complete [2021-04-14T09:27:03.833Z] 01666e4c0597: Verifying Checksum [2021-04-14T09:27:03.833Z] 01666e4c0597: Download complete [2021-04-14T09:27:03.833Z] 8ad3a11d3b57: Verifying Checksum [2021-04-14T09:27:03.833Z] 8ad3a11d3b57: Download complete [2021-04-14T09:27:04.095Z] df20fa9351a1: Pull complete [2021-04-14T09:27:04.365Z] 36b3adc4ff6f: Pull complete [2021-04-14T09:27:05.781Z] 8ad3a11d3b57: Pull complete [2021-04-14T09:27:06.046Z] aa168da1d23b: Verifying Checksum [2021-04-14T09:27:06.046Z] aa168da1d23b: Download complete [2021-04-14T09:27:06.311Z] 46f8f816bc3b: Pull complete [2021-04-14T09:27:06.890Z] 93b61091891f: Pull complete [2021-04-14T09:27:07.153Z] 93b9cdb0e59b: Pull complete [2021-04-14T09:27:07.153Z] 5e14af77c1be: Pull complete [2021-04-14T09:27:07.418Z] 01666e4c0597: Pull complete [2021-04-14T09:27:15.630Z] aa168da1d23b: Pull complete [2021-04-14T09:27:15.630Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-04-14T09:27:15.630Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-14T09:27:15.630Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-04-14T09:27:15.779Z] prd-centos7-docker-4c-2g-84 does not seem to be running inside a container [2021-04-14T09:27:15.832Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/dgexfoundry_device-sdk-go_master/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/dgexfoundry_device-sdk-go_master -v /w/workspace/dgexfoundry_device-sdk-go_master:/w/workspace/dgexfoundry_device-sdk-go_master:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_master@tmp:/w/workspace/dgexfoundry_device-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-04-14T09:27:18.464Z] $ docker top 93f51bf612a767aabce14d3c91720fe2cca05df244e81675d31783267ce7007e -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-14T09:27:18.942Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-04-14T09:27:19.247Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-04-14T09:27:19.551Z] + ls /var/log/sa-host [2021-04-14T09:27:19.551Z] + sadf -c /var/log/sa-host/sa14 [2021-04-14T09:27:19.551Z] file_magic: OK [2021-04-14T09:27:19.551Z] HZ: Using current value: 100 [2021-04-14T09:27:19.551Z] file_header: OK [2021-04-14T09:27:19.551Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-04-14T09:27:19.551Z] Statistics: [2021-04-14T09:27:19.551Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-04-14T09:27:19.551Z] File successfully converted to sysstat format version 12.2.1 [2021-04-14T09:27:19.551Z] + sadf -c /var/log/sa-host/sa23 [2021-04-14T09:27:19.551Z] file_magic: OK [2021-04-14T09:27:19.551Z] HZ: Using current value: 100 [2021-04-14T09:27:19.551Z] file_header: OK [2021-04-14T09:27:19.551Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-04-14T09:27:19.551Z] Statistics: [2021-04-14T09:27:19.551Z] Hnuu...uuuununununu... [2021-04-14T09:27:19.551Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-04-14T09:27:19.764Z] provisioning config files... [2021-04-14T09:27:19.791Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config4609217627916451200tmp [Pipeline] { [Pipeline] echo [2021-04-14T09:27:19.817Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-14T09:27:20.130Z] ---> create-netrc.sh [Pipeline] } [2021-04-14T09:27:20.141Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-04-14T09:27:20.177Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-14T09:27:20.691Z] ---> python-tools-install.sh [Pipeline] echo [2021-04-14T09:27:20.726Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-14T09:27:21.064Z] ---> sudo-logs.sh [2021-04-14T09:27:21.064Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-04-14T09:27:21.105Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-14T09:27:21.417Z] ---> job-cost.sh [2021-04-14T09:27:21.418Z] lf-activate-venv: SKIPPING [2021-04-14T09:27:21.418Z] DEBUG: total: 0.20999999344348907 [2021-04-14T09:27:21.418Z] INFO: Retrieving Stack Cost... [2021-04-14T09:27:22.814Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-04-14T09:27:23.390Z] INFO: Archiving Costs [Pipeline] echo [2021-04-14T09:27:23.409Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-14T09:27:23.721Z] ---> logs-deploy.sh [2021-04-14T09:27:23.721Z] lf-activate-venv: SKIPPING [2021-04-14T09:27:23.721Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/master/148 [2021-04-14T09:27:23.721Z] INFO: archiving workspace using pattern(s): [2021-04-14T09:27:25.651Z] Archives upload complete. [2021-04-14T09:27:25.651Z] INFO: archiving logs to Nexus