Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from f6cce29b09ba2250dd70f8a621665f8d97cfd1e5 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-33269 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 f6cce29b09ba2250dd70f8a621665f8d97cfd1e5 (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 f6cce29b09ba2250dd70f8a621665f8d97cfd1e5 # timeout=10 Commit message: "Merge pull request #866 from hahattan/fix-origin" > git rev-list --no-walk 00c5ba735e55045c2b436cba75d2b8d60948dbc8 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-04-08T06:25:36.823Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-04-08T06:25:37.080Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-04-08T06:25:37.188Z] ========================================================= [2021-04-08T06:25:37.188Z] EdgeX Global Pipelines Version Info [2021-04-08T06:25:37.188Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-04-08T06:25:38.729Z] ------------------- [2021-04-08T06:25:38.729Z] stable info: [2021-04-08T06:25:38.729Z] ------------------- [2021-04-08T06:25:38.729Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-04-08T06:25:38.729Z] Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 [2021-04-08T06:25:38.729Z] Message: update stable to v1.0.186 [2021-04-08T06:25:39.674Z] ------------------- [2021-04-08T06:25:39.674Z] experimental info: [2021-04-08T06:25:39.674Z] ------------------- [2021-04-08T06:25:39.674Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-04-08T06:25:39.674Z] Commit SHA: d990d252097850d5d490fbb59df25296f5300d79 [2021-04-08T06:25:39.674Z] Message: update experimental to v1.0.188 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-04-08T06:25:39.953Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-go-settings [Pipeline] echo [2021-04-08T06:25:40.060Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-go [Pipeline] echo [2021-04-08T06:25:40.180Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-04-08T06:25:40.282Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-04-08T06:25:40.400Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-04-08T06:25:40.494Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-04-08T06:25:40.599Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-04-08T06:25:40.699Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-04-08T06:25:40.818Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = example/cmd/device-simple/Dockerfile [Pipeline] echo [2021-04-08T06:25:40.954Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-04-08T06:25:41.064Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-04-08T06:25:41.228Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-sdk-simple [Pipeline] echo [2021-04-08T06:25:41.371Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-04-08T06:25:41.494Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-04-08T06:25:41.614Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-04-08T06:25:41.736Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2021-04-08T06:25:41.867Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2021-04-08T06:25:41.987Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2021-04-08T06:25:42.111Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-04-08T06:25:42.229Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2021-04-08T06:25:42.403Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-04-08T06:25:42.495Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-04-08T06:25:42.590Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2021-04-08T06:25:42.690Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2021-04-08T06:25:42.793Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2021-04-08T06:25:42.912Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-04-08T06:25:43.006Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2021-04-08T06:25:43.132Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2021-04-08T06:25:43.261Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2021-04-08T06:25:43.417Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = f6cce29b09ba2250dd70f8a621665f8d97cfd1e5 [Pipeline] echo [2021-04-08T06:25:43.509Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = f6cce29 [Pipeline] echo [2021-04-08T06:25:43.646Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-04-08T06:25:43.819Z] provisioning config files... [2021-04-08T06:25:43.850Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config652786162029645286tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-08T06:25:44.208Z] ---> docker-login.sh [2021-04-08T06:25:44.208Z] nexus3.edgexfoundry.org:10001 [2021-04-08T06:25:44.474Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-08T06:25:44.736Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-08T06:25:44.736Z] Configure a credential helper to remove this warning. See [2021-04-08T06:25:44.736Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-08T06:25:44.736Z] [2021-04-08T06:25:44.736Z] Login Succeeded [2021-04-08T06:25:44.736Z] nexus3.edgexfoundry.org:10002 [2021-04-08T06:25:45.004Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-08T06:25:45.005Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-08T06:25:45.005Z] Configure a credential helper to remove this warning. See [2021-04-08T06:25:45.005Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-08T06:25:45.005Z] [2021-04-08T06:25:45.005Z] Login Succeeded [2021-04-08T06:25:45.005Z] nexus3.edgexfoundry.org:10003 [2021-04-08T06:25:45.005Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-08T06:25:45.269Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-08T06:25:45.269Z] Configure a credential helper to remove this warning. See [2021-04-08T06:25:45.269Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-08T06:25:45.269Z] [2021-04-08T06:25:45.269Z] Login Succeeded [2021-04-08T06:25:45.269Z] nexus3.edgexfoundry.org:10004 [2021-04-08T06:25:45.269Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-08T06:25:45.269Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-08T06:25:45.269Z] Configure a credential helper to remove this warning. See [2021-04-08T06:25:45.269Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-08T06:25:45.269Z] [2021-04-08T06:25:45.269Z] Login Succeeded [2021-04-08T06:25:45.269Z] docker.io [2021-04-08T06:25:45.533Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-08T06:25:45.794Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-08T06:25:45.794Z] Configure a credential helper to remove this warning. See [2021-04-08T06:25:45.794Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-08T06:25:45.794Z] [2021-04-08T06:25:45.794Z] Login Succeeded [2021-04-08T06:25:45.794Z] ---> docker-login.sh ends [Pipeline] } [2021-04-08T06:25:45.804Z] 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-08T06:25:46.641Z] + git log --format=format:%s -1 f6cce29b09ba2250dd70f8a621665f8d97cfd1e5 [Pipeline] echo [2021-04-08T06:25:46.711Z] GIT_COMMIT: f6cce29b09ba2250dd70f8a621665f8d97cfd1e5, Commit Message: Merge pull request #866 from hahattan/fix-origin [Pipeline] echo [2021-04-08T06:25:46.756Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2021-04-08T06:25:47.761Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-08T06:25:47.761Z] [2021-04-08T06:25:47.761Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-04-08T06:25:48.108Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-08T06:25:48.108Z] latest: Pulling from edgex-devops/git-semver [2021-04-08T06:25:48.108Z] 31603596830f: Pulling fs layer [2021-04-08T06:25:48.108Z] 2a8b12db71e7: Pulling fs layer [2021-04-08T06:25:48.108Z] 6ca5941a6612: Pulling fs layer [2021-04-08T06:25:48.108Z] ecc8261a40a4: Pulling fs layer [2021-04-08T06:25:48.108Z] ecc8261a40a4: Waiting [2021-04-08T06:25:48.108Z] 2a8b12db71e7: Download complete [2021-04-08T06:25:48.372Z] 31603596830f: Verifying Checksum [2021-04-08T06:25:48.372Z] 31603596830f: Download complete [2021-04-08T06:25:48.372Z] ecc8261a40a4: Verifying Checksum [2021-04-08T06:25:48.372Z] ecc8261a40a4: Download complete [2021-04-08T06:25:48.372Z] 6ca5941a6612: Verifying Checksum [2021-04-08T06:25:48.372Z] 6ca5941a6612: Download complete [2021-04-08T06:25:48.634Z] 31603596830f: Pull complete [2021-04-08T06:25:49.218Z] 2a8b12db71e7: Pull complete [2021-04-08T06:25:49.800Z] 6ca5941a6612: Pull complete [2021-04-08T06:25:50.382Z] ecc8261a40a4: Pull complete [2021-04-08T06:25:50.382Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-04-08T06:25:50.382Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-08T06:25:50.382Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-04-08T06:25:50.500Z] prd-centos7-docker-4c-2g-33269 does not seem to be running inside a container [2021-04-08T06:25:50.547Z] $ 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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-04-08T06:25:52.472Z] $ docker top 88cfcfaff82f2abd8ae3f9cd2ff8feccf639e02cd762d5cd6e99d992f2ec72ab -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-04-08T06:25:52.792Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-08T06:25:52.792Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-08T06:25:53.071Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-08T06:25:53.072Z] $ docker exec 88cfcfaff82f2abd8ae3f9cd2ff8feccf639e02cd762d5cd6e99d992f2ec72ab ssh-agent [2021-04-08T06:25:53.265Z] SSH_AUTH_SOCK=/tmp/ssh-tF5mNaJh4GdP/agent.13 [2021-04-08T06:25:53.265Z] SSH_AGENT_PID=18 [2021-04-08T06:25:53.274Z] Running ssh-add (command line suppressed) [2021-04-08T06:25:53.396Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_7822825415711684729.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_7822825415711684729.key) [2021-04-08T06:25:53.453Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-08T06:25:53.792Z] + git tag --points-at HEAD [Pipeline] } [2021-04-08T06:25:53.813Z] $ docker exec --env ******** --env ******** 88cfcfaff82f2abd8ae3f9cd2ff8feccf639e02cd762d5cd6e99d992f2ec72ab ssh-agent -k [2021-04-08T06:25:53.936Z] unset SSH_AUTH_SOCK; [2021-04-08T06:25:53.937Z] unset SSH_AGENT_PID; [2021-04-08T06:25:53.937Z] echo Agent pid 18 killed; [2021-04-08T06:25:53.988Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-04-08T06:25:54.128Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-08T06:25:54.128Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-08T06:25:54.318Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-08T06:25:54.320Z] $ docker exec 88cfcfaff82f2abd8ae3f9cd2ff8feccf639e02cd762d5cd6e99d992f2ec72ab ssh-agent [2021-04-08T06:25:54.501Z] SSH_AUTH_SOCK=/tmp/ssh-7KlJTR3jaA8b/agent.47 [2021-04-08T06:25:54.501Z] SSH_AGENT_PID=52 [2021-04-08T06:25:54.508Z] Running ssh-add (command line suppressed) [2021-04-08T06:25:54.635Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_5030321194489571392.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_5030321194489571392.key) [2021-04-08T06:25:54.698Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-08T06:25:55.034Z] + git semver init [2021-04-08T06:25:55.034Z] # -> Open(): unable to determine branch for HEAD [2021-04-08T06:25:55.034Z] # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git [2021-04-08T06:25:55.034Z] # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master [2021-04-08T06:25:55.034Z] # $SEMVER_REMOTE_NAME = origin [2021-04-08T06:25:55.034Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-04-08T06:25:55.034Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-04-08T06:25:55.034Z] # $SEMVER_BRANCH = master [2021-04-08T06:25:55.034Z] # $SEMVER_TEMP = /tmp/semver-593189292 [2021-04-08T06:25:55.034Z] # git clone --branch semver git@github.com:edgexfoundry/device-sdk-go.git $SEMVER_TEMP [2021-04-08T06:25:55.979Z] # '/tmp/semver-593189292' -> '/w/workspace/dgexfoundry_device-sdk-go_master/.semver' [2021-04-08T06:25:55.979Z] # -> Force: false [2021-04-08T06:25:55.979Z] # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver [Pipeline] } [2021-04-08T06:25:55.989Z] $ docker exec --env ******** --env ******** 88cfcfaff82f2abd8ae3f9cd2ff8feccf639e02cd762d5cd6e99d992f2ec72ab ssh-agent -k [2021-04-08T06:25:56.107Z] unset SSH_AUTH_SOCK; [2021-04-08T06:25:56.107Z] unset SSH_AGENT_PID; [2021-04-08T06:25:56.107Z] echo Agent pid 52 killed; [2021-04-08T06:25:56.164Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-04-08T06:25:56.631Z] + git semver [Pipeline] } [2021-04-08T06:25:56.645Z] $ docker stop --time=1 88cfcfaff82f2abd8ae3f9cd2ff8feccf639e02cd762d5cd6e99d992f2ec72ab [2021-04-08T06:25:58.232Z] $ docker rm -f 88cfcfaff82f2abd8ae3f9cd2ff8feccf639e02cd762d5cd6e99d992f2ec72ab [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-08T06:25:58.779Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-04-08T06:25:59.237Z] Stashed 1 file(s) [Pipeline] echo [2021-04-08T06:25:59.240Z] [edgeXSemver]: initialized semver on version 2.0.0-dev.39 [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-08T06:26:14.791Z] Still waiting to schedule task [2021-04-08T06:26:14.792Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2021-04-08T06:26:14.794Z] Still waiting to schedule task [2021-04-08T06:26:14.794Z] ‘prd-ubuntu18.04-docker-arm64-4c-16g-32989’ is offline [2021-04-08T06:28:04.024Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-33270 in /w/workspace/dgexfoundry_device-sdk-go_master [Pipeline] { [Pipeline] ws [2021-04-08T06:28:04.137Z] Running in /w/workspace/device-sdk-go/144 [Pipeline] { [Pipeline] checkout [2021-04-08T06:28:09.747Z] using credential edgex-jenkins-ssh [2021-04-08T06:28:09.808Z] Cloning the remote Git repository [2021-04-08T06:28:09.853Z] Cloning repository git@github.com:edgexfoundry/device-sdk-go.git [2021-04-08T06:28:09.968Z] > git init /w/workspace/device-sdk-go/144 # timeout=10 [2021-04-08T06:28:10.050Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2021-04-08T06:28:10.052Z] > git --version # timeout=10 [2021-04-08T06:28:10.073Z] > git --version # 'git version 2.17.1' [2021-04-08T06:28:10.075Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-08T06:28:10.162Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-08T06:28:11.361Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2021-04-08T06:28:11.375Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-08T06:28:11.412Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2021-04-08T06:28:11.453Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2021-04-08T06:28:11.454Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-08T06:28:11.466Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-04-08T06:28:12.023Z] Checking out Revision f6cce29b09ba2250dd70f8a621665f8d97cfd1e5 (master) [2021-04-08T06:28:12.023Z] > git config core.sparsecheckout # timeout=10 [2021-04-08T06:28:12.045Z] > git checkout -f f6cce29b09ba2250dd70f8a621665f8d97cfd1e5 # timeout=10 [2021-04-08T06:28:16.666Z] Commit message: "Merge pull request #866 from hahattan/fix-origin" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-04-08T06:28:18.278Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-04-08T06:28:18.694Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-04-08T06:28:19.053Z] + sudo service docker restart+ [2021-04-08T06:28:19.053Z] true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-04-08T06:28:21.806Z] provisioning config files... [2021-04-08T06:28:21.848Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/144@tmp/config8083160878875668070tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-08T06:28:22.308Z] ---> docker-login.sh [2021-04-08T06:28:22.308Z] nexus3.edgexfoundry.org:10001 [2021-04-08T06:28:22.918Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-08T06:28:23.517Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-08T06:28:23.517Z] Configure a credential helper to remove this warning. See [2021-04-08T06:28:23.517Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-08T06:28:23.517Z] [2021-04-08T06:28:23.517Z] Login Succeeded [2021-04-08T06:28:23.517Z] nexus3.edgexfoundry.org:10002 [2021-04-08T06:28:23.792Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-08T06:28:24.071Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-08T06:28:24.071Z] Configure a credential helper to remove this warning. See [2021-04-08T06:28:24.071Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-08T06:28:24.071Z] [2021-04-08T06:28:24.071Z] Login Succeeded [2021-04-08T06:28:24.071Z] nexus3.edgexfoundry.org:10003 [2021-04-08T06:28:24.346Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-08T06:28:24.346Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-08T06:28:24.346Z] Configure a credential helper to remove this warning. See [2021-04-08T06:28:24.346Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-08T06:28:24.346Z] [2021-04-08T06:28:24.346Z] Login Succeeded [2021-04-08T06:28:24.621Z] nexus3.edgexfoundry.org:10004 [2021-04-08T06:28:24.898Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-08T06:28:24.898Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-08T06:28:24.898Z] Configure a credential helper to remove this warning. See [2021-04-08T06:28:24.898Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-08T06:28:24.898Z] [2021-04-08T06:28:24.898Z] Login Succeeded [2021-04-08T06:28:24.898Z] docker.io [2021-04-08T06:28:25.495Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-08T06:28:25.766Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-08T06:28:25.766Z] Configure a credential helper to remove this warning. See [2021-04-08T06:28:25.766Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-08T06:28:25.766Z] [2021-04-08T06:28:25.766Z] Login Succeeded [2021-04-08T06:28:25.766Z] ---> docker-login.sh ends [Pipeline] } [2021-04-08T06:28:25.783Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-04-08T06:28:26.294Z] ========================================================= [2021-04-08T06:28:26.294Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-04-08T06:28:26.294Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-04-08T06:28:26.680Z] + 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-08T06:28:26.968Z] Sending build context to Docker daemon 2.385MB [2021-04-08T06:28:27.250Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-04-08T06:28:27.250Z] Step 2/8 : FROM ${BASE} [2021-04-08T06:28:27.250Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-04-08T06:28:27.250Z] 5f621e34cdf4: Pulling fs layer [2021-04-08T06:28:27.250Z] a4357932f1b6: Pulling fs layer [2021-04-08T06:28:27.250Z] 18c013af1878: Pulling fs layer [2021-04-08T06:28:27.250Z] 00ac8860ef70: Pulling fs layer [2021-04-08T06:28:27.250Z] 63d7cb157983: Pulling fs layer [2021-04-08T06:28:27.250Z] b116817d02f9: Pulling fs layer [2021-04-08T06:28:27.250Z] 745a02a5169b: Pulling fs layer [2021-04-08T06:28:27.250Z] 63d7cb157983: Waiting [2021-04-08T06:28:27.250Z] b116817d02f9: Waiting [2021-04-08T06:28:27.250Z] 745a02a5169b: Waiting [2021-04-08T06:28:27.250Z] 00ac8860ef70: Waiting [2021-04-08T06:28:27.250Z] 18c013af1878: Download complete [2021-04-08T06:28:27.250Z] a4357932f1b6: Verifying Checksum [2021-04-08T06:28:27.250Z] a4357932f1b6: Download complete [2021-04-08T06:28:27.250Z] 63d7cb157983: Verifying Checksum [2021-04-08T06:28:27.250Z] 63d7cb157983: Download complete [2021-04-08T06:28:27.523Z] b116817d02f9: Verifying Checksum [2021-04-08T06:28:27.523Z] b116817d02f9: Download complete [2021-04-08T06:28:28.127Z] 5f621e34cdf4: Verifying Checksum [2021-04-08T06:28:28.127Z] 5f621e34cdf4: Download complete [2021-04-08T06:28:28.738Z] 5f621e34cdf4: Pull complete [2021-04-08T06:28:29.342Z] a4357932f1b6: Pull complete [2021-04-08T06:28:29.616Z] 18c013af1878: Pull complete [2021-04-08T06:28:30.608Z] 745a02a5169b: Verifying Checksum [2021-04-08T06:28:30.608Z] 745a02a5169b: Download complete [2021-04-08T06:28:31.591Z] 00ac8860ef70: Verifying Checksum [2021-04-08T06:28:31.591Z] 00ac8860ef70: Download complete [2021-04-08T06:28:41.781Z] 00ac8860ef70: Pull complete [2021-04-08T06:28:41.781Z] 63d7cb157983: Pull complete [2021-04-08T06:28:42.054Z] b116817d02f9: Pull complete [2021-04-08T06:28:46.420Z] 745a02a5169b: Pull complete [2021-04-08T06:28:46.420Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-04-08T06:28:46.420Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-04-08T06:28:46.420Z] ---> b7e6874047d6 [2021-04-08T06:28:46.420Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-04-08T06:28:49.070Z] ---> Running in 91d37c8f0a9e [2021-04-08T06:28:49.070Z] Removing intermediate container 91d37c8f0a9e [2021-04-08T06:28:49.070Z] ---> 4b801cd9773f [2021-04-08T06:28:49.070Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-08T06:28:49.070Z] ---> Running in 5a5059290592 [2021-04-08T06:28:51.710Z] Removing intermediate container 5a5059290592 [2021-04-08T06:28:51.710Z] ---> b734e3fe2c77 [2021-04-08T06:28:51.710Z] Step 5/8 : RUN apk add --update --no-cache make git gcc libc-dev libsodium-dev zeromq-dev [2021-04-08T06:28:51.710Z] ---> Running in b64bcb64915d [2021-04-08T06:28:52.687Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-08T06:28:53.290Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-08T06:28:53.884Z] (1/6) Installing libc-dev (0.7.2-r3) [2021-04-08T06:28:54.156Z] (2/6) Installing libsodium (1.0.18-r0) [2021-04-08T06:28:54.156Z] (3/6) Installing pkgconf (1.7.2-r0) [2021-04-08T06:28:54.156Z] (4/6) Installing libsodium-dev (1.0.18-r0) [2021-04-08T06:28:54.428Z] (5/6) Installing libzmq (4.3.3-r0) [2021-04-08T06:28:54.428Z] (6/6) Installing zeromq-dev (4.3.3-r0) [2021-04-08T06:28:54.428Z] Executing busybox-1.31.1-r19.trigger [2021-04-08T06:28:54.704Z] OK: 144 MiB in 45 packages [2021-04-08T06:28:56.154Z] Removing intermediate container b64bcb64915d [2021-04-08T06:28:56.154Z] ---> ecc0f29d4b04 [2021-04-08T06:28:56.154Z] Step 6/8 : WORKDIR /device-sdk-go [2021-04-08T06:28:56.154Z] ---> Running in b19c7793455b [2021-04-08T06:28:56.427Z] Removing intermediate container b19c7793455b [2021-04-08T06:28:56.427Z] ---> b793e1225245 [2021-04-08T06:28:56.427Z] Step 7/8 : COPY . . [2021-04-08T06:28:57.864Z] ---> 4fe37a0439c3 [2021-04-08T06:28:57.864Z] Step 8/8 : RUN go mod download [2021-04-08T06:28:57.864Z] ---> Running in fde8efde4e0a [2021-04-08T06:29:24.662Z] Removing intermediate container fde8efde4e0a [2021-04-08T06:29:24.662Z] ---> 640827f636d1 [2021-04-08T06:29:24.662Z] Successfully built 640827f636d1 [2021-04-08T06:29:24.662Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-04-08T06:29:25.017Z] + docker inspect -f . ci-base-image-arm64 [2021-04-08T06:29:25.017Z] . [Pipeline] withDockerContainer [2021-04-08T06:29:25.301Z] prd-ubuntu18.04-docker-arm64-4c-16g-33270 does not seem to be running inside a container [2021-04-08T06:29:25.391Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/144 -v /w/workspace/device-sdk-go/144:/w/workspace/device-sdk-go/144:rw,z -v /w/workspace/device-sdk-go/144@tmp:/w/workspace/device-sdk-go/144@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-04-08T06:29:27.031Z] $ docker top 0e70292538d646412523d053e2e8a99fb9a28475ec37890609039982d850042c -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-08T06:29:28.066Z] + go version [2021-04-08T06:29:28.066Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-04-08T06:29:28.083Z] $ docker stop --time=1 0e70292538d646412523d053e2e8a99fb9a28475ec37890609039982d850042c [2021-04-08T06:29:30.059Z] $ docker rm -f 0e70292538d646412523d053e2e8a99fb9a28475ec37890609039982d850042c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-08T06:29:31.179Z] + docker inspect -f . ci-base-image-arm64 [2021-04-08T06:29:31.179Z] . [Pipeline] withDockerContainer [2021-04-08T06:29:31.440Z] prd-ubuntu18.04-docker-arm64-4c-16g-33270 does not seem to be running inside a container [2021-04-08T06:29:31.564Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/144 -v /w/workspace/device-sdk-go/144:/w/workspace/device-sdk-go/144:rw,z -v /w/workspace/device-sdk-go/144@tmp:/w/workspace/device-sdk-go/144@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-04-08T06:29:33.261Z] $ docker top d4bfebd8c7607ae302fff206715a2ba70e4ec6db5ef00a8f4529d1a8c08ec080 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-08T06:29:34.304Z] + make test [2021-04-08T06:29:34.305Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-04-08T06:29:37.551Z] Running on prd-centos7-docker-4c-2g-33271 in /w/workspace/dgexfoundry_device-sdk-go_master [Pipeline] { [Pipeline] ws [2021-04-08T06:29:37.603Z] Running in /w/workspace/device-sdk-go/144 [Pipeline] { [Pipeline] checkout [2021-04-08T06:29:50.991Z] using credential edgex-jenkins-ssh [2021-04-08T06:29:51.089Z] Cloning the remote Git repository [2021-04-08T06:29:51.183Z] Cloning repository git@github.com:edgexfoundry/device-sdk-go.git [2021-04-08T06:29:51.299Z] > git init /w/workspace/device-sdk-go/144 # timeout=10 [2021-04-08T06:29:51.588Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2021-04-08T06:29:51.589Z] > git --version # timeout=10 [2021-04-08T06:29:51.601Z] > git --version # 'git version 2.24.3' [2021-04-08T06:29:51.602Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-08T06:29:51.723Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-08T06:29:53.004Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2021-04-08T06:29:53.062Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-08T06:29:53.091Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2021-04-08T06:29:53.210Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2021-04-08T06:29:53.211Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-08T06:29:53.221Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-04-08T06:29:53.771Z] Checking out Revision f6cce29b09ba2250dd70f8a621665f8d97cfd1e5 (master) [2021-04-08T06:29:53.785Z] > git config core.sparsecheckout # timeout=10 [2021-04-08T06:29:53.851Z] > git checkout -f f6cce29b09ba2250dd70f8a621665f8d97cfd1e5 # timeout=10 [2021-04-08T06:29:56.494Z] ? github.com/edgexfoundry/device-sdk-go/v2 [no test files] [2021-04-08T06:29:58.701Z] Commit message: "Merge pull request #866 from hahattan/fix-origin" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-04-08T06:30:00.732Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-04-08T06:30:01.224Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-04-08T06:30:01.825Z] + sudo service docker restart [2021-04-08T06:30:01.825Z] + true [2021-04-08T06:30:01.825Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-04-08T06:30:04.157Z] provisioning config files... [2021-04-08T06:30:04.204Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/144@tmp/config3237051392234507231tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-08T06:30:04.913Z] ---> docker-login.sh [2021-04-08T06:30:04.913Z] nexus3.edgexfoundry.org:10001 [2021-04-08T06:30:06.116Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-08T06:30:06.612Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-08T06:30:06.612Z] Configure a credential helper to remove this warning. See [2021-04-08T06:30:06.612Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-08T06:30:06.612Z] [2021-04-08T06:30:06.612Z] Login Succeeded [2021-04-08T06:30:06.612Z] nexus3.edgexfoundry.org:10002 [2021-04-08T06:30:07.781Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-08T06:30:07.781Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-08T06:30:07.781Z] Configure a credential helper to remove this warning. See [2021-04-08T06:30:07.781Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-08T06:30:07.781Z] [2021-04-08T06:30:07.781Z] Login Succeeded [2021-04-08T06:30:07.781Z] nexus3.edgexfoundry.org:10003 [2021-04-08T06:30:08.063Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-08T06:30:08.344Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-08T06:30:08.344Z] Configure a credential helper to remove this warning. See [2021-04-08T06:30:08.344Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-08T06:30:08.344Z] [2021-04-08T06:30:08.344Z] Login Succeeded [2021-04-08T06:30:08.344Z] nexus3.edgexfoundry.org:10004 [2021-04-08T06:30:08.971Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-08T06:30:08.972Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-08T06:30:08.972Z] Configure a credential helper to remove this warning. See [2021-04-08T06:30:08.972Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-08T06:30:08.972Z] [2021-04-08T06:30:08.972Z] Login Succeeded [2021-04-08T06:30:08.972Z] docker.io [2021-04-08T06:30:09.359Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-08T06:30:10.211Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-08T06:30:10.211Z] Configure a credential helper to remove this warning. See [2021-04-08T06:30:10.211Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-08T06:30:10.211Z] [2021-04-08T06:30:10.211Z] Login Succeeded [2021-04-08T06:30:10.211Z] ---> docker-login.sh ends [Pipeline] } [2021-04-08T06:30:10.247Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-04-08T06:30:10.974Z] ========================================================= [2021-04-08T06:30:10.974Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-04-08T06:30:10.974Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-04-08T06:30:11.810Z] + 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-08T06:30:12.185Z] Sending build context to Docker daemon 2.399MB [2021-04-08T06:30:12.185Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-04-08T06:30:12.185Z] Step 2/8 : FROM ${BASE} [2021-04-08T06:30:13.061Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-04-08T06:30:13.061Z] 188c0c94c7c5: Pulling fs layer [2021-04-08T06:30:13.061Z] 0ef7d3d256c8: Pulling fs layer [2021-04-08T06:30:13.061Z] de9db76c5a1d: Pulling fs layer [2021-04-08T06:30:13.061Z] bca2f99d35d6: Pulling fs layer [2021-04-08T06:30:13.061Z] 93359f2a8cfa: Pulling fs layer [2021-04-08T06:30:13.061Z] 7c6f9722023f: Pulling fs layer [2021-04-08T06:30:13.061Z] a35cf1a2eb13: Pulling fs layer [2021-04-08T06:30:13.061Z] bca2f99d35d6: Waiting [2021-04-08T06:30:13.061Z] 93359f2a8cfa: Waiting [2021-04-08T06:30:13.061Z] 7c6f9722023f: Waiting [2021-04-08T06:30:13.061Z] a35cf1a2eb13: Waiting [2021-04-08T06:30:13.061Z] de9db76c5a1d: Verifying Checksum [2021-04-08T06:30:13.061Z] de9db76c5a1d: Download complete [2021-04-08T06:30:13.061Z] 0ef7d3d256c8: Verifying Checksum [2021-04-08T06:30:13.061Z] 0ef7d3d256c8: Download complete [2021-04-08T06:30:13.061Z] 93359f2a8cfa: Verifying Checksum [2021-04-08T06:30:13.061Z] 93359f2a8cfa: Download complete [2021-04-08T06:30:13.463Z] 7c6f9722023f: Verifying Checksum [2021-04-08T06:30:13.463Z] 7c6f9722023f: Download complete [2021-04-08T06:30:13.884Z] 188c0c94c7c5: Verifying Checksum [2021-04-08T06:30:13.884Z] 188c0c94c7c5: Download complete [2021-04-08T06:30:14.163Z] 188c0c94c7c5: Pull complete [2021-04-08T06:30:15.302Z] 0ef7d3d256c8: Pull complete [2021-04-08T06:30:15.302Z] de9db76c5a1d: Pull complete [2021-04-08T06:30:18.987Z] a35cf1a2eb13: Verifying Checksum [2021-04-08T06:30:18.987Z] a35cf1a2eb13: Download complete [2021-04-08T06:30:21.147Z] bca2f99d35d6: Verifying Checksum [2021-04-08T06:30:21.147Z] bca2f99d35d6: Download complete [2021-04-08T06:30:36.728Z] bca2f99d35d6: Pull complete [2021-04-08T06:30:37.530Z] 93359f2a8cfa: Pull complete [2021-04-08T06:30:37.870Z] 7c6f9722023f: Pull complete [2021-04-08T06:30:48.385Z] a35cf1a2eb13: Pull complete [2021-04-08T06:30:48.385Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-04-08T06:30:48.385Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-04-08T06:30:48.385Z] ---> a62c8e92a672 [2021-04-08T06:30:48.385Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-04-08T06:30:48.385Z] ---> Running in 35568d8193ee [2021-04-08T06:30:48.385Z] Removing intermediate container 35568d8193ee [2021-04-08T06:30:48.385Z] ---> b41f9e921f76 [2021-04-08T06:30:48.385Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-08T06:30:48.385Z] ---> Running in 1b4277dc5df4 [2021-04-08T06:30:51.675Z] Removing intermediate container 1b4277dc5df4 [2021-04-08T06:30:51.675Z] ---> a645702d1ba8 [2021-04-08T06:30:51.675Z] Step 5/8 : RUN apk add --update --no-cache make git gcc libc-dev libsodium-dev zeromq-dev [2021-04-08T06:30:51.675Z] ---> Running in 870e10ea9919 [2021-04-08T06:30:53.199Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/cmd/device-simple [no test files] [2021-04-08T06:30:53.199Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/config [no test files] [2021-04-08T06:30:53.199Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/driver [no test files] [2021-04-08T06:30:53.199Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/application [no test files] [2021-04-08T06:30:53.199Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/autodiscovery [no test files] [2021-04-08T06:30:53.252Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-08T06:30:54.519Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-08T06:30:54.649Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/autoevent 0.150s coverage: 28.1% of statements [2021-04-08T06:30:55.261Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/cache 0.183s coverage: 78.9% of statements [2021-04-08T06:30:55.261Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/clients 1.203s coverage: 7.8% of statements [2021-04-08T06:30:55.261Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/common [no test files] [2021-04-08T06:30:55.261Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/config [no test files] [2021-04-08T06:30:55.261Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/container [no test files] [2021-04-08T06:30:55.613Z] (1/6) Installing libc-dev (0.7.2-r3) [2021-04-08T06:30:55.900Z] (2/6) Installing libsodium (1.0.18-r0) [2021-04-08T06:30:55.900Z] (3/6) Installing pkgconf (1.7.2-r0) [2021-04-08T06:30:55.900Z] (4/6) Installing libsodium-dev (1.0.18-r0) [2021-04-08T06:30:56.166Z] (5/6) Installing libzmq (4.3.3-r0) [2021-04-08T06:30:56.166Z] (6/6) Installing zeromq-dev (4.3.3-r0) [2021-04-08T06:30:56.450Z] Executing busybox-1.31.1-r19.trigger [2021-04-08T06:30:56.450Z] OK: 167 MiB in 45 packages [2021-04-08T06:30:56.738Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http 0.322s coverage: 32.5% of statements [2021-04-08T06:30:56.739Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http/correlation [no test files] [2021-04-08T06:30:56.739Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/provision [no test files] [2021-04-08T06:30:56.739Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/telemetry [no test files] [2021-04-08T06:30:57.782Z] Removing intermediate container 870e10ea9919 [2021-04-08T06:30:57.782Z] ---> 28e028671d7e [2021-04-08T06:30:57.782Z] Step 6/8 : WORKDIR /device-sdk-go [2021-04-08T06:30:58.206Z] ---> Running in 26602ff4c826 [2021-04-08T06:30:58.518Z] Removing intermediate container 26602ff4c826 [2021-04-08T06:30:58.518Z] ---> 03029f1d2c19 [2021-04-08T06:30:58.518Z] Step 7/8 : COPY . . [2021-04-08T06:31:00.089Z] ---> 1f2959424eaf [2021-04-08T06:31:00.089Z] Step 8/8 : RUN go mod download [2021-04-08T06:31:00.089Z] ---> Running in 678b0224c8a1 [2021-04-08T06:31:01.112Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/transformer 0.282s coverage: 57.1% of statements [2021-04-08T06:31:01.112Z] ok github.com/edgexfoundry/device-sdk-go/v2/pkg/models 3.038s coverage: 6.6% of statements [2021-04-08T06:31:01.112Z] ok github.com/edgexfoundry/device-sdk-go/v2/pkg/service 0.146s coverage: 5.0% of statements [2021-04-08T06:31:01.112Z] ? github.com/edgexfoundry/device-sdk-go/v2/pkg/startup [no test files] [2021-04-08T06:31:01.387Z] GO111MODULE=on go vet ./... [2021-04-08T06:31:33.052Z] Removing intermediate container 678b0224c8a1 [2021-04-08T06:31:33.052Z] ---> 4f9d3d2fb5ff [2021-04-08T06:31:33.052Z] Successfully built 4f9d3d2fb5ff [2021-04-08T06:31:33.052Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-04-08T06:31:33.743Z] + docker inspect -f . ci-base-image-x86_64 [2021-04-08T06:31:34.372Z] . [Pipeline] withDockerContainer [2021-04-08T06:31:34.706Z] prd-centos7-docker-4c-2g-33271 does not seem to be running inside a container [2021-04-08T06:31:34.976Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/144 -v /w/workspace/device-sdk-go/144:/w/workspace/device-sdk-go/144:rw,z -v /w/workspace/device-sdk-go/144@tmp:/w/workspace/device-sdk-go/144@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-08T06:31:37.236Z] $ docker top cb84fdead6f76836c22d3d4e881667ec8ee3dcf1ba24a74de2feb710fbc259e5 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-08T06:31:38.218Z] + go version [2021-04-08T06:31:38.218Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-04-08T06:31:38.379Z] $ docker stop --time=1 cb84fdead6f76836c22d3d4e881667ec8ee3dcf1ba24a74de2feb710fbc259e5 [2021-04-08T06:31:40.105Z] $ docker rm -f cb84fdead6f76836c22d3d4e881667ec8ee3dcf1ba24a74de2feb710fbc259e5 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-08T06:31:41.661Z] + docker inspect -f . ci-base-image-x86_64 [2021-04-08T06:31:41.661Z] . [Pipeline] withDockerContainer [2021-04-08T06:31:42.073Z] prd-centos7-docker-4c-2g-33271 does not seem to be running inside a container [2021-04-08T06:31:42.231Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/144 -v /w/workspace/device-sdk-go/144:/w/workspace/device-sdk-go/144:rw,z -v /w/workspace/device-sdk-go/144@tmp:/w/workspace/device-sdk-go/144@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-08T06:31:43.768Z] $ docker top 69ed0471f19930bfb8b023e412c580c003d2928cba0b283d4a6fdd84b49e6e9b -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-08T06:31:45.283Z] + make test [2021-04-08T06:31:45.283Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-04-08T06:31:48.420Z] gofmt -l . [2021-04-08T06:31:48.420Z] [ "`gofmt -l .`" = "" ] [2021-04-08T06:31:48.420Z] ./bin/test-attribution-txt.sh [2021-04-08T06:31:48.420Z] ./bin/test-go-mod-tidy.sh [Pipeline] } [2021-04-08T06:31:48.471Z] $ docker stop --time=1 d4bfebd8c7607ae302fff206715a2ba70e4ec6db5ef00a8f4529d1a8c08ec080 [2021-04-08T06:31:50.673Z] $ docker rm -f d4bfebd8c7607ae302fff206715a2ba70e4ec6db5ef00a8f4529d1a8c08ec080 [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-08T06:31:51.925Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-04-08T06:31:53.079Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-04-08T06:31:55.985Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-04-08T06:31:56.324Z] + ls -al . [2021-04-08T06:31:56.324Z] total 224 [2021-04-08T06:31:56.324Z] drwxrwxr-x 10 jenkins jenkins 4096 Apr 8 06:31 . [2021-04-08T06:31:56.324Z] drwxrwxr-x 4 jenkins jenkins 4096 Apr 8 06:28 .. [2021-04-08T06:31:56.324Z] -rw-rw-r-- 1 jenkins jenkins 140 Apr 8 06:28 .dockerignore [2021-04-08T06:31:56.324Z] drwxrwxr-x 8 jenkins jenkins 4096 Apr 8 06:28 .git [2021-04-08T06:31:56.324Z] drwxrwxr-x 2 jenkins jenkins 4096 Apr 8 06:28 .github [2021-04-08T06:31:56.324Z] -rw-rw-r-- 1 jenkins jenkins 138 Apr 8 06:28 .gitignore [2021-04-08T06:31:56.324Z] -rw-rw-r-- 1 jenkins jenkins 987 Apr 8 06:28 Dockerfile.build [2021-04-08T06:31:56.324Z] -rw-rw-r-- 1 jenkins jenkins 901 Apr 8 06:28 Jenkinsfile [2021-04-08T06:31:56.324Z] -rw-rw-r-- 1 jenkins jenkins 11341 Apr 8 06:28 LICENSE [2021-04-08T06:31:56.324Z] -rw-rw-r-- 1 jenkins jenkins 1022 Apr 8 06:28 Makefile [2021-04-08T06:31:56.324Z] -rw-rw-r-- 1 jenkins jenkins 5897 Apr 8 06:28 README.md [2021-04-08T06:31:56.324Z] -rw-rw-r-- 1 jenkins jenkins 6616 Apr 8 06:28 RELEASE-NOTES.txt [2021-04-08T06:31:56.324Z] -rw-rw-r-- 1 jenkins jenkins 12 Apr 8 06:25 VERSION [2021-04-08T06:31:56.324Z] drwxrwxr-x 2 jenkins jenkins 4096 Apr 8 06:28 bin [2021-04-08T06:31:56.324Z] -rw-r--r-- 1 jenkins jenkins 99750 Apr 8 06:31 coverage.out [2021-04-08T06:31:56.324Z] drwxrwxr-x 5 jenkins jenkins 4096 Apr 8 06:28 example [2021-04-08T06:31:56.324Z] -rw-r--r-- 1 jenkins jenkins 572 Apr 8 06:31 go.mod [2021-04-08T06:31:56.324Z] -rw-r--r-- 1 jenkins jenkins 20946 Apr 8 06:31 go.sum [2021-04-08T06:31:56.324Z] drwxrwxr-x 14 jenkins jenkins 4096 Apr 8 06:28 internal [2021-04-08T06:31:56.324Z] drwxrwxr-x 4 jenkins jenkins 4096 Apr 8 06:28 openapi [2021-04-08T06:31:56.324Z] drwxrwxr-x 5 jenkins jenkins 4096 Apr 8 06:28 pkg [2021-04-08T06:31:56.324Z] drwxrwxr-x 4 jenkins jenkins 4096 Apr 8 06:28 snap [2021-04-08T06:31:56.324Z] -rw-rw-r-- 1 jenkins jenkins 222 Apr 8 06:28 version.go [Pipeline] isUnix [Pipeline] sh [2021-04-08T06:31:56.668Z] + 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=f6cce29b09ba2250dd70f8a621665f8d97cfd1e5 --label arch=arm64 --label version=2.0.0-dev.39 . [2021-04-08T06:31:56.945Z] Sending build context to Docker daemon 2.485MB [2021-04-08T06:31:57.220Z] Step 1/23 : ARG BASE=golang:1.15-alpine3.12 [2021-04-08T06:31:57.220Z] Step 2/23 : FROM ${BASE} AS builder [2021-04-08T06:31:57.220Z] ---> 640827f636d1 [2021-04-08T06:31:57.220Z] Step 3/23 : WORKDIR /device-sdk-go [2021-04-08T06:31:57.494Z] ---> Running in 3e82f2ca3dfa [2021-04-08T06:31:57.768Z] Removing intermediate container 3e82f2ca3dfa [2021-04-08T06:31:57.768Z] ---> 31b7a1304a90 [2021-04-08T06:31:57.768Z] Step 4/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-04-08T06:31:58.042Z] ---> Running in e3be4788ac39 [2021-04-08T06:31:58.315Z] Removing intermediate container e3be4788ac39 [2021-04-08T06:31:58.315Z] ---> 8b3dd37913a0 [2021-04-08T06:31:58.315Z] Step 5/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-08T06:31:58.587Z] ---> Running in ce3aa7faa8b1 [2021-04-08T06:32:00.563Z] Removing intermediate container ce3aa7faa8b1 [2021-04-08T06:32:00.563Z] ---> abeda4a6e728 [2021-04-08T06:32:00.563Z] Step 6/23 : RUN apk add --update --no-cache make git gcc libc-dev zeromq-dev libsodium-dev [2021-04-08T06:32:00.838Z] ---> Running in 58895f6a3e2b [2021-04-08T06:32:01.825Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-08T06:32:02.418Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-08T06:32:03.010Z] OK: 144 MiB in 45 packages [2021-04-08T06:32:04.191Z] ? github.com/edgexfoundry/device-sdk-go/v2 [no test files] [2021-04-08T06:32:04.440Z] Removing intermediate container 58895f6a3e2b [2021-04-08T06:32:04.440Z] ---> a5d90bb5d198 [2021-04-08T06:32:04.440Z] Step 7/23 : COPY . . [2021-04-08T06:32:05.431Z] ---> 322178e11b0d [2021-04-08T06:32:05.431Z] Step 8/23 : RUN go mod download [2021-04-08T06:32:05.431Z] ---> Running in 0d4d585b5087 [2021-04-08T06:32:08.063Z] Removing intermediate container 0d4d585b5087 [2021-04-08T06:32:08.063Z] ---> 9e2b2c7ab412 [2021-04-08T06:32:08.063Z] Step 9/23 : RUN make build [2021-04-08T06:32:08.063Z] ---> Running in 01cb662594df [2021-04-08T06:32:09.046Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-sdk-go/v2.Version=2.0.0-dev.39" -o example/cmd/device-simple/device-simple ./example/cmd/device-simple [2021-04-08T06:32:41.412Z] CGO_ENABLED=1 GO111MODULE=on go install -tags=safe [2021-04-08T06:32:44.798Z] Removing intermediate container 01cb662594df [2021-04-08T06:32:44.798Z] ---> 15c5f5bb5232 [2021-04-08T06:32:44.798Z] Step 10/23 : FROM alpine:3.12 [2021-04-08T06:32:44.798Z] 3.12: Pulling from library/alpine [2021-04-08T06:32:46.766Z] 9a219e8acc52: Pulling fs layer [2021-04-08T06:32:46.766Z] 9a219e8acc52: Download complete [2021-04-08T06:32:47.364Z] 9a219e8acc52: Pull complete [2021-04-08T06:32:47.365Z] Digest: sha256:834e9309b5ef0f78d8d20ef0652e7b0272fe97b5baf45720e1b830eaf013cc1b [2021-04-08T06:32:47.365Z] Status: Downloaded newer image for alpine:3.12 [2021-04-08T06:32:47.365Z] ---> d75e27dfc0a0 [2021-04-08T06:32:47.365Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-04-08T06:32:47.636Z] ---> Running in 780fcf3931b7 [2021-04-08T06:32:48.228Z] Removing intermediate container 780fcf3931b7 [2021-04-08T06:32:48.228Z] ---> 95dfa57063cc [2021-04-08T06:32:48.228Z] Step 12/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-08T06:32:48.228Z] ---> Running in afbd73f328cf [2021-04-08T06:32:50.202Z] Removing intermediate container afbd73f328cf [2021-04-08T06:32:50.202Z] ---> ae21b6eea3ac [2021-04-08T06:32:50.202Z] Step 13/23 : RUN apk add --update --no-cache zeromq [2021-04-08T06:32:50.202Z] ---> Running in 938168fe4b84 [2021-04-08T06:32:51.179Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-08T06:32:52.148Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-08T06:32:53.120Z] (1/5) Installing libgcc (9.3.0-r2) [2021-04-08T06:32:53.120Z] (2/5) Installing libsodium (1.0.18-r0) [2021-04-08T06:32:53.120Z] (3/5) Installing libstdc++ (9.3.0-r2) [2021-04-08T06:32:53.391Z] (4/5) Installing libzmq (4.3.3-r0) [2021-04-08T06:32:53.664Z] (5/5) Installing zeromq (4.3.3-r0) [2021-04-08T06:32:53.664Z] Executing busybox-1.31.1-r20.trigger [2021-04-08T06:32:53.664Z] OK: 8 MiB in 19 packages [2021-04-08T06:32:55.095Z] Removing intermediate container 938168fe4b84 [2021-04-08T06:32:55.095Z] ---> 9f14f23dcf1e [2021-04-08T06:32:55.095Z] Step 14/23 : WORKDIR / [2021-04-08T06:32:55.095Z] ---> Running in 3118b6fc3bcc [2021-04-08T06:32:55.692Z] Removing intermediate container 3118b6fc3bcc [2021-04-08T06:32:55.692Z] ---> c0f59db0dc90 [2021-04-08T06:32:55.692Z] Step 15/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/Attribution.txt /Attribution.txt [2021-04-08T06:32:56.286Z] ---> 59d89ff56e20 [2021-04-08T06:32:56.286Z] Step 16/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /device-simple [2021-04-08T06:32:57.719Z] ---> a36ac3f52b91 [2021-04-08T06:32:57.719Z] Step 17/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/ /res [2021-04-08T06:32:58.313Z] ---> c387d0c5040c [2021-04-08T06:32:58.313Z] Step 18/23 : EXPOSE 49990 [2021-04-08T06:32:58.586Z] ---> Running in 01c70264e7cb [2021-04-08T06:32:58.859Z] Removing intermediate container 01c70264e7cb [2021-04-08T06:32:58.859Z] ---> 1bf168aa53d4 [2021-04-08T06:32:58.859Z] Step 19/23 : ENTRYPOINT ["/device-simple"] [2021-04-08T06:32:59.132Z] ---> Running in 9047ed6f522d [2021-04-08T06:32:59.725Z] Removing intermediate container 9047ed6f522d [2021-04-08T06:32:59.725Z] ---> 1b76b13ef95f [2021-04-08T06:32:59.725Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-08T06:32:59.725Z] ---> Running in a47c7ddd9876 [2021-04-08T06:32:59.999Z] Removing intermediate container a47c7ddd9876 [2021-04-08T06:32:59.999Z] ---> c8c6efd97040 [2021-04-08T06:32:59.999Z] Step 21/23 : LABEL arch=arm64 [2021-04-08T06:33:00.270Z] ---> Running in d5f2e8183599 [2021-04-08T06:33:00.864Z] Removing intermediate container d5f2e8183599 [2021-04-08T06:33:00.864Z] ---> fee5a6477d17 [2021-04-08T06:33:00.864Z] Step 22/23 : LABEL git_sha=f6cce29b09ba2250dd70f8a621665f8d97cfd1e5 [2021-04-08T06:33:00.864Z] ---> Running in 38674f8dd057 [2021-04-08T06:33:01.137Z] Removing intermediate container 38674f8dd057 [2021-04-08T06:33:01.137Z] ---> 867bcaf23c0b [2021-04-08T06:33:01.137Z] Step 23/23 : LABEL version=2.0.0-dev.39 [2021-04-08T06:33:01.409Z] ---> Running in 0d9d9fd3326e [2021-04-08T06:33:02.004Z] Removing intermediate container 0d9d9fd3326e [2021-04-08T06:33:02.004Z] ---> fd5efcee60be [2021-04-08T06:33:02.004Z] [Warning] One or more build-args [ARCH MAKE] were not consumed [2021-04-08T06:33:02.004Z] Successfully built fd5efcee60be [2021-04-08T06:33:02.004Z] Successfully tagged docker-device-sdk-simple-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [2021-04-08T06:33:02.256Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/cmd/device-simple [no test files] [2021-04-08T06:33:02.256Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/config [no test files] [2021-04-08T06:33:02.256Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/driver [no test files] [2021-04-08T06:33:02.256Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/application [no test files] [2021-04-08T06:33:02.256Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/autodiscovery [no test files] Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh [2021-04-08T06:33:03.048Z] ---> job-cost.sh [2021-04-08T06:33:03.048Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-R7zA [2021-04-08T06:33:05.901Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/autoevent 0.177s coverage: 28.1% of statements [2021-04-08T06:33:05.901Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/cache 0.358s coverage: 78.9% of statements [2021-04-08T06:33:06.801Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/clients 1.423s coverage: 7.8% of statements [2021-04-08T06:33:06.801Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/common [no test files] [2021-04-08T06:33:06.801Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/config [no test files] [2021-04-08T06:33:06.801Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/container [no test files] [2021-04-08T06:33:10.072Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http 0.286s coverage: 32.5% of statements [2021-04-08T06:33:10.072Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http/correlation [no test files] [2021-04-08T06:33:10.072Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/provision [no test files] [2021-04-08T06:33:10.072Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/telemetry [no test files] [2021-04-08T06:33:10.753Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/transformer 0.130s coverage: 57.1% of statements [2021-04-08T06:33:11.057Z] ok github.com/edgexfoundry/device-sdk-go/v2/pkg/models 2.468s coverage: 6.6% of statements [2021-04-08T06:33:12.148Z] ok github.com/edgexfoundry/device-sdk-go/v2/pkg/service 0.203s coverage: 5.0% of statements [2021-04-08T06:33:12.148Z] ? github.com/edgexfoundry/device-sdk-go/v2/pkg/startup [no test files] [2021-04-08T06:33:12.750Z] GO111MODULE=on go vet ./... [2021-04-08T06:33:42.011Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-04-08T06:34:01.329Z] gofmt -l . [2021-04-08T06:34:01.329Z] [ "`gofmt -l .`" = "" ] [2021-04-08T06:34:01.329Z] ./bin/test-attribution-txt.sh [2021-04-08T06:34:01.329Z] ./bin/test-go-mod-tidy.sh [Pipeline] } [2021-04-08T06:34:01.367Z] $ docker stop --time=1 69ed0471f19930bfb8b023e412c580c003d2928cba0b283d4a6fdd84b49e6e9b [2021-04-08T06:34:04.804Z] $ docker rm -f 69ed0471f19930bfb8b023e412c580c003d2928cba0b283d4a6fdd84b49e6e9b [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-08T06:34:06.446Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-04-08T06:34:06.528Z] Warning: overwriting stash ‘coverage-report’ [2021-04-08T06:34:07.531Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2021-04-08T06:34:08.304Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-04-08T06:34:08.674Z] + ls -al . [2021-04-08T06:34:08.674Z] total 188 [2021-04-08T06:34:08.674Z] drwxrwxr-x. 10 jenkins jenkins 4096 Apr 8 06:34 . [2021-04-08T06:34:08.674Z] drwxrwxr-x. 4 jenkins jenkins 32 Apr 8 06:29 .. [2021-04-08T06:34:08.674Z] drwxrwxr-x. 2 jenkins jenkins 64 Apr 8 06:29 bin [2021-04-08T06:34:08.674Z] -rw-r--r--. 1 jenkins jenkins 99750 Apr 8 06:33 coverage.out [2021-04-08T06:34:08.674Z] -rw-rw-r--. 1 jenkins jenkins 987 Apr 8 06:29 Dockerfile.build [2021-04-08T06:34:08.674Z] -rw-rw-r--. 1 jenkins jenkins 140 Apr 8 06:29 .dockerignore [2021-04-08T06:34:08.674Z] drwxrwxr-x. 5 jenkins jenkins 62 Apr 8 06:29 example [2021-04-08T06:34:08.674Z] drwxrwxr-x. 8 jenkins jenkins 162 Apr 8 06:29 .git [2021-04-08T06:34:08.674Z] drwxrwxr-x. 2 jenkins jenkins 103 Apr 8 06:29 .github [2021-04-08T06:34:08.674Z] -rw-rw-r--. 1 jenkins jenkins 138 Apr 8 06:29 .gitignore [2021-04-08T06:34:08.674Z] -rw-r--r--. 1 jenkins jenkins 572 Apr 8 06:34 go.mod [2021-04-08T06:34:08.674Z] -rw-r--r--. 1 jenkins jenkins 20946 Apr 8 06:34 go.sum [2021-04-08T06:34:08.674Z] drwxrwxr-x. 14 jenkins jenkins 207 Apr 8 06:29 internal [2021-04-08T06:34:08.674Z] -rw-rw-r--. 1 jenkins jenkins 901 Apr 8 06:29 Jenkinsfile [2021-04-08T06:34:08.674Z] -rw-rw-r--. 1 jenkins jenkins 11341 Apr 8 06:29 LICENSE [2021-04-08T06:34:08.674Z] -rw-rw-r--. 1 jenkins jenkins 1022 Apr 8 06:29 Makefile [2021-04-08T06:34:08.674Z] drwxrwxr-x. 4 jenkins jenkins 26 Apr 8 06:29 openapi [2021-04-08T06:34:08.674Z] drwxrwxr-x. 5 jenkins jenkins 50 Apr 8 06:29 pkg [2021-04-08T06:34:08.675Z] -rw-rw-r--. 1 jenkins jenkins 5897 Apr 8 06:29 README.md [2021-04-08T06:34:08.675Z] -rw-rw-r--. 1 jenkins jenkins 6616 Apr 8 06:29 RELEASE-NOTES.txt [2021-04-08T06:34:08.675Z] drwxrwxr-x. 4 jenkins jenkins 54 Apr 8 06:29 snap [2021-04-08T06:34:08.675Z] -rw-rw-r--. 1 jenkins jenkins 12 Apr 8 06:25 VERSION [2021-04-08T06:34:08.675Z] -rw-rw-r--. 1 jenkins jenkins 222 Apr 8 06:29 version.go [Pipeline] isUnix [Pipeline] sh [2021-04-08T06:34:09.219Z] + 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=f6cce29b09ba2250dd70f8a621665f8d97cfd1e5 --label arch=amd64 --label version=2.0.0-dev.39 . [2021-04-08T06:34:10.813Z] Sending build context to Docker daemon 2.5MB [2021-04-08T06:34:10.813Z] Step 1/23 : ARG BASE=golang:1.15-alpine3.12 [2021-04-08T06:34:10.813Z] Step 2/23 : FROM ${BASE} AS builder [2021-04-08T06:34:10.813Z] ---> 4f9d3d2fb5ff [2021-04-08T06:34:10.813Z] Step 3/23 : WORKDIR /device-sdk-go [2021-04-08T06:34:11.098Z] ---> Running in 60146ae37363 [2021-04-08T06:34:11.739Z] Removing intermediate container 60146ae37363 [2021-04-08T06:34:11.739Z] ---> fc525c3a750a [2021-04-08T06:34:11.739Z] Step 4/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-04-08T06:34:11.739Z] ---> Running in 73c38269c686 [2021-04-08T06:34:12.087Z] Removing intermediate container 73c38269c686 [2021-04-08T06:34:12.087Z] ---> d744d1e0d914 [2021-04-08T06:34:12.087Z] Step 5/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-08T06:34:12.087Z] ---> Running in 6e0a30235038 [2021-04-08T06:34:14.264Z] Removing intermediate container 6e0a30235038 [2021-04-08T06:34:14.264Z] ---> af5c32a679f7 [2021-04-08T06:34:14.264Z] Step 6/23 : RUN apk add --update --no-cache make git gcc libc-dev zeromq-dev libsodium-dev [2021-04-08T06:34:14.264Z] ---> Running in 8101027d44c1 [2021-04-08T06:34:16.672Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-08T06:34:16.952Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-08T06:34:17.651Z] OK: 167 MiB in 45 packages [2021-04-08T06:34:18.703Z] Removing intermediate container 8101027d44c1 [2021-04-08T06:34:18.703Z] ---> dfc82d62722c [2021-04-08T06:34:18.703Z] Step 7/23 : COPY . . [2021-04-08T06:34:20.721Z] ---> 5b38284f1805 [2021-04-08T06:34:20.721Z] Step 8/23 : RUN go mod download [2021-04-08T06:34:20.721Z] ---> Running in ae44f5151eea [2021-04-08T06:34:24.001Z] Removing intermediate container ae44f5151eea [2021-04-08T06:34:24.001Z] ---> 94862b95f135 [2021-04-08T06:34:24.001Z] Step 9/23 : RUN make build [2021-04-08T06:34:24.810Z] ---> Running in 3235517d6bf1 [2021-04-08T06:34:25.728Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-sdk-go/v2.Version=2.0.0-dev.39" -o example/cmd/device-simple/device-simple ./example/cmd/device-simple [2021-04-08T06:34:53.743Z] CGO_ENABLED=1 GO111MODULE=on go install -tags=safe [2021-04-08T06:34:58.250Z] Removing intermediate container 3235517d6bf1 [2021-04-08T06:34:58.250Z] ---> b32a73907d9c [2021-04-08T06:34:58.250Z] Step 10/23 : FROM alpine:3.12 [2021-04-08T06:34:58.250Z] 3.12: Pulling from library/alpine [2021-04-08T06:34:58.250Z] 532819f3e44c: Pulling fs layer [2021-04-08T06:34:58.541Z] 532819f3e44c: Verifying Checksum [2021-04-08T06:34:58.541Z] 532819f3e44c: Download complete [2021-04-08T06:34:59.317Z] 532819f3e44c: Pull complete [2021-04-08T06:34:59.317Z] Digest: sha256:834e9309b5ef0f78d8d20ef0652e7b0272fe97b5baf45720e1b830eaf013cc1b [2021-04-08T06:34:59.672Z] Status: Downloaded newer image for alpine:3.12 [2021-04-08T06:34:59.672Z] ---> 7230e588e954 [2021-04-08T06:34:59.672Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-04-08T06:34:59.672Z] ---> Running in 3e3c27b548c2 [2021-04-08T06:35:00.291Z] Removing intermediate container 3e3c27b548c2 [2021-04-08T06:35:00.291Z] ---> a3aca982da90 [2021-04-08T06:35:00.291Z] Step 12/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-08T06:35:00.291Z] ---> Running in 816bf0ae0eaa [2021-04-08T06:35:02.446Z] Removing intermediate container 816bf0ae0eaa [2021-04-08T06:35:02.446Z] ---> 5a8a0998b890 [2021-04-08T06:35:02.446Z] Step 13/23 : RUN apk add --update --no-cache zeromq [2021-04-08T06:35:02.446Z] ---> Running in 2c7a0d63c982 [2021-04-08T06:35:03.054Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-08T06:35:04.155Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-08T06:35:04.767Z] (1/5) Installing libgcc (9.3.0-r2) [2021-04-08T06:35:04.767Z] (2/5) Installing libsodium (1.0.18-r0) [2021-04-08T06:35:04.767Z] (3/5) Installing libstdc++ (9.3.0-r2) [2021-04-08T06:35:05.037Z] (4/5) Installing libzmq (4.3.3-r0) [2021-04-08T06:35:05.316Z] (5/5) Installing zeromq (4.3.3-r0) [2021-04-08T06:35:05.316Z] Executing busybox-1.31.1-r20.trigger [2021-04-08T06:35:05.316Z] OK: 8 MiB in 19 packages [2021-04-08T06:35:06.354Z] Removing intermediate container 2c7a0d63c982 [2021-04-08T06:35:06.354Z] ---> ba20f5a3577b [2021-04-08T06:35:06.354Z] Step 14/23 : WORKDIR / [2021-04-08T06:35:06.354Z] ---> Running in 36ddbc6c56f7 [2021-04-08T06:35:06.644Z] Removing intermediate container 36ddbc6c56f7 [2021-04-08T06:35:06.644Z] ---> cf45a4577ebc [2021-04-08T06:35:06.644Z] Step 15/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/Attribution.txt /Attribution.txt [2021-04-08T06:35:07.681Z] ---> c34b19bdedfe [2021-04-08T06:35:07.681Z] Step 16/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /device-simple [2021-04-08T06:35:08.859Z] ---> 72706da5d745 [2021-04-08T06:35:08.859Z] Step 17/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/ /res [2021-04-08T06:35:09.950Z] ---> 430c0f9add9a [2021-04-08T06:35:09.950Z] Step 18/23 : EXPOSE 49990 [2021-04-08T06:35:09.950Z] ---> Running in 1daf5ba63c3e [2021-04-08T06:35:10.284Z] Removing intermediate container 1daf5ba63c3e [2021-04-08T06:35:10.284Z] ---> 3afafd2ae5a8 [2021-04-08T06:35:10.285Z] Step 19/23 : ENTRYPOINT ["/device-simple"] [2021-04-08T06:35:10.557Z] ---> Running in e1d1d054705c [2021-04-08T06:35:10.829Z] Removing intermediate container e1d1d054705c [2021-04-08T06:35:10.829Z] ---> 8483f2815e40 [2021-04-08T06:35:10.829Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-08T06:35:10.829Z] ---> Running in 61329832f7da [2021-04-08T06:35:11.182Z] Removing intermediate container 61329832f7da [2021-04-08T06:35:11.182Z] ---> d301ef7c4e1e [2021-04-08T06:35:11.182Z] Step 21/23 : LABEL arch=amd64 [2021-04-08T06:35:11.470Z] ---> Running in 955b8da30068 [2021-04-08T06:35:11.470Z] Removing intermediate container 955b8da30068 [2021-04-08T06:35:11.470Z] ---> 9ebe9625cce6 [2021-04-08T06:35:11.470Z] Step 22/23 : LABEL git_sha=f6cce29b09ba2250dd70f8a621665f8d97cfd1e5 [2021-04-08T06:35:11.744Z] ---> Running in 645970faa262 [2021-04-08T06:35:12.011Z] Removing intermediate container 645970faa262 [2021-04-08T06:35:12.011Z] ---> 67b0c4d9a3c9 [2021-04-08T06:35:12.011Z] Step 23/23 : LABEL version=2.0.0-dev.39 [2021-04-08T06:35:12.281Z] ---> Running in 3da2932b823d [2021-04-08T06:35:12.556Z] Removing intermediate container 3da2932b823d [2021-04-08T06:35:12.556Z] ---> 9e3edafb25e0 [2021-04-08T06:35:12.556Z] [Warning] One or more build-args [ARCH MAKE] were not consumed [2021-04-08T06:35:12.556Z] Successfully built 9e3edafb25e0 [2021-04-08T06:35:12.556Z] 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-08T06:35:13.534Z] ---> job-cost.sh [2021-04-08T06:35:13.534Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-KPsA [2021-04-08T06:35:18.765Z] lf-activate-venv(): INFO: Adding /tmp/venv-R7zA/bin to PATH [2021-04-08T06:35:18.765Z] INFO: No Stack... [2021-04-08T06:35:18.765Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-04-08T06:35:18.765Z] INFO: Archiving Costs [Pipeline] sh [2021-04-08T06:35:19.105Z] + cat /w/workspace/device-sdk-go/144/archives/cost.csv [2021-04-08T06:35:19.105Z] + cut -d, -f6 [Pipeline] lock [2021-04-08T06:35:19.219Z] Trying to acquire lock on [jenkins-edgexfoundry-device-sdk-go-master-144-stack-cost] [2021-04-08T06:35:19.228Z] Resource [jenkins-edgexfoundry-device-sdk-go-master-144-stack-cost] did not exist. Created. [2021-04-08T06:35:19.229Z] Lock acquired on [jenkins-edgexfoundry-device-sdk-go-master-144-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-04-08T06:35:19.653Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-04-08T06:35:19.869Z] Stashed 1 file(s) [Pipeline] } [2021-04-08T06:35:19.879Z] Lock released on resource [jenkins-edgexfoundry-device-sdk-go-master-144-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-04-08T06:35:46.279Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-04-08T06:36:33.927Z] lf-activate-venv(): INFO: Adding /tmp/venv-KPsA/bin to PATH [2021-04-08T06:36:33.928Z] INFO: No Stack... [2021-04-08T06:36:33.928Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-04-08T06:36:33.928Z] INFO: Archiving Costs [Pipeline] sh [2021-04-08T06:36:34.428Z] + cut -d, -f6 [2021-04-08T06:36:34.428Z] + cat /w/workspace/device-sdk-go/144/archives/cost.csv [Pipeline] lock [2021-04-08T06:36:34.569Z] Trying to acquire lock on [jenkins-edgexfoundry-device-sdk-go-master-144-stack-cost] [2021-04-08T06:36:34.587Z] Resource [jenkins-edgexfoundry-device-sdk-go-master-144-stack-cost] did not exist. Created. [2021-04-08T06:36:34.587Z] Lock acquired on [jenkins-edgexfoundry-device-sdk-go-master-144-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-04-08T06:36:35.140Z] /w/workspace/device-sdk-go/144@tmp/durable-f0ac1cce/script.sh: line 1: unexpected EOF while looking for matching `'' [Pipeline] sh [2021-04-08T06:36:35.531Z] + echo total: 0.029999999329447746 [Pipeline] stash [2021-04-08T06:36:35.603Z] Warning: overwriting stash ‘stack-cost’ [2021-04-08T06:36:36.021Z] Stashed 1 file(s) [Pipeline] } [2021-04-08T06:36:36.034Z] Lock released on resource [jenkins-edgexfoundry-device-sdk-go-master-144-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-08T06:36:37.357Z] provisioning config files... [2021-04-08T06:36:37.368Z] copy managed file [device-sdk-go-codecov-token] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config1370408505438384922tmp [Pipeline] { [Pipeline] sh [2021-04-08T06:36:37.745Z] + set +x [2021-04-08T06:36:37.745Z] + bash -s -- [2021-04-08T06:36:37.745Z] + curl -s https://codecov.io/bash [2021-04-08T06:36:38.008Z] [2021-04-08T06:36:38.008Z] _____ _ [2021-04-08T06:36:38.008Z] / ____| | | [2021-04-08T06:36:38.008Z] | | ___ __| | ___ ___ _____ __ [2021-04-08T06:36:38.008Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-04-08T06:36:38.008Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-04-08T06:36:38.008Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-04-08T06:36:38.008Z] Bash-20210309-2b87ace [2021-04-08T06:36:38.008Z] [2021-04-08T06:36:38.008Z] [2021-04-08T06:36:38.008Z] ==> git version 2.24.3 found [2021-04-08T06:36:38.008Z] ==> 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-08T06:36:38.008Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-04-08T06:36:38.008Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-04-08T06:36:38.008Z] ==> Jenkins CI detected. [2021-04-08T06:36:38.008Z] project root: . [2021-04-08T06:36:38.008Z] --> token set from env [2021-04-08T06:36:38.008Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-04-08T06:36:38.008Z] ==> Running gcov in . (disable via -X gcov) [2021-04-08T06:36:38.008Z] ==> Python coveragepy not found [2021-04-08T06:36:38.008Z] ==> Searching for coverage reports in: [2021-04-08T06:36:38.008Z] + . [2021-04-08T06:36:38.008Z] -> Found 1 reports [2021-04-08T06:36:38.008Z] ==> Detecting git/mercurial file structure [2021-04-08T06:36:38.008Z] ==> Reading reports [2021-04-08T06:36:38.008Z] + ./coverage.out bytes=99750 [2021-04-08T06:36:38.008Z] ==> Appending adjustments [2021-04-08T06:36:38.008Z] https://docs.codecov.io/docs/fixing-reports [2021-04-08T06:36:38.273Z] + Found adjustments [2021-04-08T06:36:38.273Z] ==> Gzipping contents [2021-04-08T06:36:38.273Z] 16K /tmp/codecov.KJltO5.gz [2021-04-08T06:36:38.273Z] ==> Uploading reports [2021-04-08T06:36:38.273Z] url: https://codecov.io [2021-04-08T06:36:38.273Z] query: branch=master&commit=f6cce29b09ba2250dd70f8a621665f8d97cfd1e5&build=144&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2Fmaster%2F144%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=&job=&cmd_args= [2021-04-08T06:36:38.273Z] -> Pinging Codecov [2021-04-08T06:36:38.273Z] https://codecov.io/upload/v4?package=bash-20210309-2b87ace&token=secret&branch=master&commit=f6cce29b09ba2250dd70f8a621665f8d97cfd1e5&build=144&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2Fmaster%2F144%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=&job=&cmd_args= [2021-04-08T06:36:38.848Z] -> Uploading to [2021-04-08T06:36:38.849Z] https://storage.googleapis.com/codecov/v4/raw/2021-04-08/7E55EF52A471D76F132DFD9A03CDDE97/f6cce29b09ba2250dd70f8a621665f8d97cfd1e5/2181aea3-5a55-45e6-93f7-b189bfbedddc.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQM3VGPYSAFECJRMNAFIPCV2R3P2BOORCJC7NM537NPJQSFLHUDNIDWA%2F20210408%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210408T063638Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=9bbe437a67ed8bde1f81c5094f8b1339613ffd8b85c8b070f21c0509533cf5e4 [2021-04-08T06:36:38.849Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-04-08T06:36:38.849Z] Dload Upload Total Spent Left Speed [2021-04-08T06:36:39.430Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 13507 0 0 100 13507 0 28228 --:--:-- --:--:-- --:--:-- 28257 [2021-04-08T06:36:39.430Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/device-sdk-go/commit/f6cce29b09ba2250dd70f8a621665f8d97cfd1e5 [Pipeline] } [2021-04-08T06:36:39.439Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo [2021-04-08T06:36:40.299Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2021-04-08T06:36:40.364Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-08T06:36:40.720Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-04-08T06:36:40.720Z] [2021-04-08T06:36:40.720Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh [2021-04-08T06:36:41.076Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-04-08T06:36:41.076Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2021-04-08T06:36:41.076Z] 188c0c94c7c5: Pulling fs layer [2021-04-08T06:36:41.076Z] 0ef7d3d256c8: Pulling fs layer [2021-04-08T06:36:41.076Z] de9db76c5a1d: Pulling fs layer [2021-04-08T06:36:41.076Z] 0eba1c9be4d2: Pulling fs layer [2021-04-08T06:36:41.076Z] 0d57e429df01: Pulling fs layer [2021-04-08T06:36:41.076Z] 4e4be7b47b0d: Pulling fs layer [2021-04-08T06:36:41.076Z] e1f770b5df2f: Pulling fs layer [2021-04-08T06:36:41.076Z] 85a0685a4137: Pulling fs layer [2021-04-08T06:36:41.076Z] 0eba1c9be4d2: Waiting [2021-04-08T06:36:41.076Z] 4e4be7b47b0d: Waiting [2021-04-08T06:36:41.076Z] 0d57e429df01: Waiting [2021-04-08T06:36:41.076Z] e1f770b5df2f: Waiting [2021-04-08T06:36:41.076Z] de9db76c5a1d: Verifying Checksum [2021-04-08T06:36:41.076Z] de9db76c5a1d: Download complete [2021-04-08T06:36:41.076Z] 0ef7d3d256c8: Verifying Checksum [2021-04-08T06:36:41.076Z] 0ef7d3d256c8: Download complete [2021-04-08T06:36:41.076Z] 0d57e429df01: Verifying Checksum [2021-04-08T06:36:41.076Z] 0d57e429df01: Download complete [2021-04-08T06:36:41.076Z] 188c0c94c7c5: Verifying Checksum [2021-04-08T06:36:41.076Z] 188c0c94c7c5: Download complete [2021-04-08T06:36:41.076Z] 4e4be7b47b0d: Verifying Checksum [2021-04-08T06:36:41.076Z] 4e4be7b47b0d: Download complete [2021-04-08T06:36:41.662Z] 188c0c94c7c5: Pull complete [2021-04-08T06:36:41.662Z] 0ef7d3d256c8: Pull complete [2021-04-08T06:36:41.924Z] de9db76c5a1d: Pull complete [2021-04-08T06:36:43.855Z] e1f770b5df2f: Verifying Checksum [2021-04-08T06:36:43.855Z] e1f770b5df2f: Download complete [2021-04-08T06:36:45.821Z] 0eba1c9be4d2: Verifying Checksum [2021-04-08T06:36:45.821Z] 0eba1c9be4d2: Download complete [2021-04-08T06:36:46.088Z] 85a0685a4137: Verifying Checksum [2021-04-08T06:36:46.088Z] 85a0685a4137: Download complete [2021-04-08T06:36:52.728Z] 0eba1c9be4d2: Pull complete [2021-04-08T06:36:52.728Z] 0d57e429df01: Pull complete [2021-04-08T06:36:52.728Z] 4e4be7b47b0d: Pull complete [2021-04-08T06:36:54.127Z] e1f770b5df2f: Pull complete [2021-04-08T06:37:02.326Z] 85a0685a4137: Pull complete [2021-04-08T06:37:02.326Z] Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 [2021-04-08T06:37:02.326Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-04-08T06:37:02.326Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer [2021-04-08T06:37:02.556Z] prd-centos7-docker-4c-2g-33269 does not seem to be running inside a container [2021-04-08T06:37:02.611Z] $ 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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2021-04-08T06:37:03.757Z] $ docker top 0c01c7be4af63e392657260ce2a714ee0a3a75edd2da22887fc896c0744699c7 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-04-08T06:37:04.095Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh [2021-04-08T06:37:04.399Z] + set -o pipefail [2021-04-08T06:37:04.399Z] + snyk monitor '--org=edgex-jenkins' [2021-04-08T06:37:19.360Z] [2021-04-08T06:37:19.360Z] Monitoring /w/workspace/dgexfoundry_device-sdk-go_master (github.com/edgexfoundry/device-sdk-go/v2)... [2021-04-08T06:37:19.360Z] [2021-04-08T06:37:19.360Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/a91414f5-c324-409e-a494-413a27791127/history/a850292d-c689-4d6f-ba1c-03d368142620 [2021-04-08T06:37:19.360Z] [2021-04-08T06:37:19.360Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2021-04-08T06:37:19.360Z] [2021-04-08T06:37:19.624Z] [2021-04-08T06:37:19.624Z] You have reached your monthly limit of 300 private tests for your edgex-jenkins org. [2021-04-08T06:37:19.624Z] To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } [2021-04-08T06:37:19.642Z] $ docker stop --time=1 0c01c7be4af63e392657260ce2a714ee0a3a75edd2da22887fc896c0744699c7 [2021-04-08T06:37:22.647Z] $ docker rm -f 0c01c7be4af63e392657260ce2a714ee0a3a75edd2da22887fc896c0744699c7 [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-08T06:37:23.976Z] [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-04-08T06:37:24.032Z] provisioning config files... [2021-04-08T06:37:24.044Z] copy managed file [swaggerhub-api-key] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config40014214888166092tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-08T06:37:24.433Z] --> edgex-publish-swagger.sh [2021-04-08T06:37:24.433Z] === Publish openapi/v1 API === [2021-04-08T06:37:24.433Z] [publishToSwagger] Publishing the API Docs [openapi/v1] to Swagger [2021-04-08T06:37:24.433Z] [publishToSwagger] Publishing API Name [device-sdk] [/w/workspace/dgexfoundry_device-sdk-go_master/openapi/v1/device-sdk.yaml] [2021-04-08T06:37:24.433Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-04-08T06:37:24.433Z] Dload Upload Total Spent Left Speed [2021-04-08T06:37:25.274Z] 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 24301 --:--:-- --:--:-- --:--:-- 24325 [2021-04-08T06:37:25.274Z] [2021-04-08T06:37:25.274Z] [2021-04-08T06:37:25.274Z] === Publish openapi/v2 API === [2021-04-08T06:37:25.274Z] [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger [2021-04-08T06:37:25.274Z] [publishToSwagger] Publishing API Name [device-sdk] [/w/workspace/dgexfoundry_device-sdk-go_master/openapi/v2/device-sdk.yaml] [2021-04-08T06:37:25.274Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-04-08T06:37:25.274Z] Dload Upload Total Spent Left Speed [2021-04-08T06:37:25.850Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 51483 0 0 100 51483 0 79123 --:--:-- --:--:-- --:--:-- 79082 100 51483 0 0 100 51483 0 79102 --:--:-- --:--:-- --:--:-- 79082 [2021-04-08T06:37:25.850Z] [2021-04-08T06:37:25.850Z] [Pipeline] } [2021-04-08T06:37:25.863Z] 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-08T06:37:26.812Z] + git log --format=format:%s -1 f6cce29b09ba2250dd70f8a621665f8d97cfd1e5 [Pipeline] isUnix [Pipeline] sh [2021-04-08T06:37:27.127Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-08T06:37:27.127Z] . [Pipeline] withDockerContainer [2021-04-08T06:37:27.241Z] prd-centos7-docker-4c-2g-33269 does not seem to be running inside a container [2021-04-08T06:37:27.286Z] $ 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 ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-04-08T06:37:28.293Z] $ docker top 55d9c53c259cb5629e9808b1f7e6a2738c16cdda757a58fc54b58a8eab13ae02 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-04-08T06:37:28.617Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-08T06:37:28.617Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-08T06:37:28.899Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-08T06:37:28.902Z] $ docker exec 55d9c53c259cb5629e9808b1f7e6a2738c16cdda757a58fc54b58a8eab13ae02 ssh-agent [2021-04-08T06:37:29.089Z] SSH_AUTH_SOCK=/tmp/ssh-CGBc2xfX9Y6u/agent.11 [2021-04-08T06:37:29.089Z] SSH_AGENT_PID=16 [2021-04-08T06:37:29.097Z] Running ssh-add (command line suppressed) [2021-04-08T06:37:29.246Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_7181500545654392071.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_7181500545654392071.key) [2021-04-08T06:37:29.305Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-08T06:37:29.674Z] + git semver tag [2021-04-08T06:37:29.674Z] # -> Open(): unable to determine branch for HEAD [2021-04-08T06:37:29.674Z] # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git [2021-04-08T06:37:29.674Z] # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master [2021-04-08T06:37:29.674Z] # $SEMVER_REMOTE_NAME = origin [2021-04-08T06:37:29.674Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-04-08T06:37:29.674Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-04-08T06:37:29.674Z] # $SEMVER_BRANCH = master [2021-04-08T06:37:29.674Z] # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver [2021-04-08T06:37:29.674Z] # f6cce29b09ba2250dd70f8a621665f8d97cfd1e5 HEAD [2021-04-08T06:37:29.941Z] # -> Force: false [2021-04-08T06:37:29.941Z] # ec2272cba3761dfb001fd73b0a744059198b1c23 refs/tags/v2.0.0-dev.39 [Pipeline] } [2021-04-08T06:37:29.958Z] $ docker exec --env ******** --env ******** 55d9c53c259cb5629e9808b1f7e6a2738c16cdda757a58fc54b58a8eab13ae02 ssh-agent -k [2021-04-08T06:37:30.088Z] unset SSH_AUTH_SOCK; [2021-04-08T06:37:30.088Z] unset SSH_AGENT_PID; [2021-04-08T06:37:30.088Z] echo Agent pid 16 killed; [2021-04-08T06:37:30.147Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-04-08T06:37:30.649Z] + git semver [Pipeline] } [2021-04-08T06:37:30.667Z] $ docker stop --time=1 55d9c53c259cb5629e9808b1f7e6a2738c16cdda757a58fc54b58a8eab13ae02 [2021-04-08T06:37:32.022Z] $ docker rm -f 55d9c53c259cb5629e9808b1f7e6a2738c16cdda757a58fc54b58a8eab13ae02 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2021-04-08T06:37:32.669Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-04-08T06:37:32.669Z] [2021-04-08T06:37:32.669Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2021-04-08T06:37:33.026Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-04-08T06:37:33.026Z] 0.23.1-centos7: Pulling from edgex-lftools [2021-04-08T06:37:33.026Z] ab5ef0e58194: Pulling fs layer [2021-04-08T06:37:33.026Z] 9712f1f96733: Pulling fs layer [2021-04-08T06:37:33.026Z] 63f879dbbcfc: Pulling fs layer [2021-04-08T06:37:33.026Z] 0d9ebad4ef96: Pulling fs layer [2021-04-08T06:37:33.026Z] e9a5061849ea: Pulling fs layer [2021-04-08T06:37:33.026Z] d747dcd14b5f: Pulling fs layer [2021-04-08T06:37:33.026Z] 2de7ff778b66: Pulling fs layer [2021-04-08T06:37:33.026Z] 0d9ebad4ef96: Waiting [2021-04-08T06:37:33.026Z] e9a5061849ea: Waiting [2021-04-08T06:37:33.026Z] d747dcd14b5f: Waiting [2021-04-08T06:37:33.026Z] 2de7ff778b66: Waiting [2021-04-08T06:37:33.026Z] 9712f1f96733: Download complete [2021-04-08T06:37:34.953Z] 63f879dbbcfc: Verifying Checksum [2021-04-08T06:37:34.953Z] 63f879dbbcfc: Download complete [2021-04-08T06:37:34.953Z] e9a5061849ea: Verifying Checksum [2021-04-08T06:37:34.953Z] e9a5061849ea: Download complete [2021-04-08T06:37:34.953Z] d747dcd14b5f: Verifying Checksum [2021-04-08T06:37:34.953Z] d747dcd14b5f: Download complete [2021-04-08T06:37:35.219Z] 2de7ff778b66: Verifying Checksum [2021-04-08T06:37:35.219Z] 2de7ff778b66: Download complete [2021-04-08T06:37:35.482Z] 0d9ebad4ef96: Verifying Checksum [2021-04-08T06:37:35.482Z] 0d9ebad4ef96: Download complete [2021-04-08T06:37:35.778Z] ab5ef0e58194: Verifying Checksum [2021-04-08T06:37:35.778Z] ab5ef0e58194: Download complete [2021-04-08T06:37:41.281Z] ab5ef0e58194: Pull complete [2021-04-08T06:37:41.281Z] 9712f1f96733: Pull complete [2021-04-08T06:37:43.217Z] 63f879dbbcfc: Pull complete [2021-04-08T06:37:51.413Z] 0d9ebad4ef96: Pull complete [2021-04-08T06:37:52.368Z] e9a5061849ea: Pull complete [2021-04-08T06:37:52.635Z] d747dcd14b5f: Pull complete [2021-04-08T06:37:55.206Z] 2de7ff778b66: Pull complete [2021-04-08T06:37:55.206Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2021-04-08T06:37:55.206Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-04-08T06:37:55.206Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2021-04-08T06:37:55.411Z] prd-centos7-docker-4c-2g-33269 does not seem to be running inside a container [2021-04-08T06:37:55.459Z] $ 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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2021-04-08T06:37:59.466Z] $ docker top 583b414ce252d728fc45d5149e345866dacc1b87dde82f8e80362b9bdab4a44d -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2021-04-08T06:37:59.809Z] provisioning config files... [2021-04-08T06:37:59.822Z] copy managed file [sigul-config] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config3453026854320565861tmp [2021-04-08T06:37:59.842Z] copy managed file [sigul-password] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config4282939106197225628tmp [2021-04-08T06:37:59.857Z] copy managed file [sigul-pki] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config1684765468650011366tmp [Pipeline] { [Pipeline] echo [2021-04-08T06:37:59.911Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-08T06:38:00.222Z] ---> sigul-configuration.sh [2021-04-08T06:38:00.222Z] gpg: directory `/root/.gnupg' created [2021-04-08T06:38:00.222Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2021-04-08T06:38:00.222Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2021-04-08T06:38:00.222Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2021-04-08T06:38:00.222Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2021-04-08T06:38:00.222Z] gpg: CAST5 encrypted data [2021-04-08T06:38:00.484Z] gpg: encrypted with 1 passphrase [2021-04-08T06:38:00.484Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2021-04-08T06:38:00.789Z] + mkdir /home/jenkins [2021-04-08T06:38:00.789Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2021-04-08T06:38:01.093Z] + 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-08T06:38:01.104Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-08T06:38:01.405Z] ---> sigul-install.sh [2021-04-08T06:38:09.586Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2021-04-08T06:38:09.898Z] + git tag --list [2021-04-08T06:38:09.898Z] 0.7.1 [2021-04-08T06:38:09.898Z] delhi-tag [2021-04-08T06:38:09.898Z] v1.0.0 [2021-04-08T06:38:09.898Z] v1.1.0 [2021-04-08T06:38:09.898Z] v1.1.1 [2021-04-08T06:38:09.898Z] v1.1.2 [2021-04-08T06:38:09.898Z] v1.2.0 [2021-04-08T06:38:09.898Z] v1.2.1 [2021-04-08T06:38:09.898Z] v1.2.2 [2021-04-08T06:38:09.898Z] v1.2.3 [2021-04-08T06:38:09.898Z] v1.3.0 [2021-04-08T06:38:09.898Z] v1.4.0 [2021-04-08T06:38:09.898Z] v2.0.0-dev.1 [2021-04-08T06:38:09.898Z] v2.0.0-dev.10 [2021-04-08T06:38:09.898Z] v2.0.0-dev.11 [2021-04-08T06:38:09.898Z] v2.0.0-dev.12 [2021-04-08T06:38:09.898Z] v2.0.0-dev.13 [2021-04-08T06:38:09.898Z] v2.0.0-dev.14 [2021-04-08T06:38:09.898Z] v2.0.0-dev.15 [2021-04-08T06:38:09.898Z] v2.0.0-dev.16 [2021-04-08T06:38:09.898Z] v2.0.0-dev.17 [2021-04-08T06:38:09.898Z] v2.0.0-dev.18 [2021-04-08T06:38:09.898Z] v2.0.0-dev.19 [2021-04-08T06:38:09.898Z] v2.0.0-dev.2 [2021-04-08T06:38:09.898Z] v2.0.0-dev.20 [2021-04-08T06:38:09.898Z] v2.0.0-dev.21 [2021-04-08T06:38:09.898Z] v2.0.0-dev.22 [2021-04-08T06:38:09.898Z] v2.0.0-dev.23 [2021-04-08T06:38:09.898Z] v2.0.0-dev.24 [2021-04-08T06:38:09.898Z] v2.0.0-dev.25 [2021-04-08T06:38:09.898Z] v2.0.0-dev.26 [2021-04-08T06:38:09.898Z] v2.0.0-dev.27 [2021-04-08T06:38:09.898Z] v2.0.0-dev.28 [2021-04-08T06:38:09.898Z] v2.0.0-dev.29 [2021-04-08T06:38:09.898Z] v2.0.0-dev.3 [2021-04-08T06:38:09.898Z] v2.0.0-dev.30 [2021-04-08T06:38:09.898Z] v2.0.0-dev.31 [2021-04-08T06:38:09.898Z] v2.0.0-dev.32 [2021-04-08T06:38:09.898Z] v2.0.0-dev.33 [2021-04-08T06:38:09.898Z] v2.0.0-dev.34 [2021-04-08T06:38:09.898Z] v2.0.0-dev.35 [2021-04-08T06:38:09.898Z] v2.0.0-dev.36 [2021-04-08T06:38:09.898Z] v2.0.0-dev.37 [2021-04-08T06:38:09.898Z] v2.0.0-dev.38 [2021-04-08T06:38:09.898Z] v2.0.0-dev.39 [2021-04-08T06:38:09.898Z] v2.0.0-dev.4 [2021-04-08T06:38:09.898Z] v2.0.0-dev.5 [2021-04-08T06:38:09.898Z] v2.0.0-dev.6 [2021-04-08T06:38:09.898Z] v2.0.0-dev.7 [2021-04-08T06:38:09.898Z] v2.0.0-dev.8 [2021-04-08T06:38:09.898Z] v2.0.0-dev.9 [Pipeline] sh [2021-04-08T06:38:10.204Z] + lftools sign git-tag v2.0.0-dev.39 [2021-04-08T06:38:11.596Z] Signing Git tag with Sigul... [2021-04-08T06:38:11.596Z] Signing v2.0.0-dev.39 [Pipeline] echo [2021-04-08T06:38:12.556Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-08T06:38:12.854Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2021-04-08T06:38:12.869Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2021-04-08T06:38:12.984Z] $ docker stop --time=1 583b414ce252d728fc45d5149e345866dacc1b87dde82f8e80362b9bdab4a44d [2021-04-08T06:38:15.148Z] $ docker rm -f 583b414ce252d728fc45d5149e345866dacc1b87dde82f8e80362b9bdab4a44d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2021-04-08T06:38:16.207Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-08T06:38:16.207Z] . [Pipeline] withDockerContainer [2021-04-08T06:38:17.675Z] prd-centos7-docker-4c-2g-33269 does not seem to be running inside a container [2021-04-08T06:38:17.723Z] $ 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 ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-04-08T06:38:18.598Z] $ docker top c4f03858e97b0df7e4001019c78dd86dc425822b0f635f79345401fb483c73fc -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-04-08T06:38:18.940Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-08T06:38:18.940Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-08T06:38:19.191Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-08T06:38:19.195Z] $ docker exec c4f03858e97b0df7e4001019c78dd86dc425822b0f635f79345401fb483c73fc ssh-agent [2021-04-08T06:38:19.400Z] SSH_AUTH_SOCK=/tmp/ssh-sOmSl6maNZcc/agent.12 [2021-04-08T06:38:19.400Z] SSH_AGENT_PID=18 [2021-04-08T06:38:19.409Z] Running ssh-add (command line suppressed) [2021-04-08T06:38:19.553Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_2869965639716378311.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_2869965639716378311.key) [2021-04-08T06:38:19.625Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-08T06:38:19.970Z] + git semver bump pre [2021-04-08T06:38:19.970Z] # -> Open(): unable to determine branch for HEAD [2021-04-08T06:38:19.970Z] # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git [2021-04-08T06:38:19.970Z] # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master [2021-04-08T06:38:19.970Z] # $SEMVER_REMOTE_NAME = origin [2021-04-08T06:38:19.970Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-04-08T06:38:19.970Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-04-08T06:38:19.970Z] # $SEMVER_BRANCH = master [2021-04-08T06:38:19.970Z] # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver [2021-04-08T06:38:19.970Z] 2.0.0-dev.40 [Pipeline] } [2021-04-08T06:38:19.983Z] $ docker exec --env ******** --env ******** c4f03858e97b0df7e4001019c78dd86dc425822b0f635f79345401fb483c73fc ssh-agent -k [2021-04-08T06:38:20.126Z] unset SSH_AUTH_SOCK; [2021-04-08T06:38:20.126Z] unset SSH_AGENT_PID; [2021-04-08T06:38:20.126Z] echo Agent pid 18 killed; [2021-04-08T06:38:20.181Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-04-08T06:38:20.709Z] + git semver [Pipeline] } [2021-04-08T06:38:20.727Z] $ docker stop --time=1 c4f03858e97b0df7e4001019c78dd86dc425822b0f635f79345401fb483c73fc [2021-04-08T06:38:22.141Z] $ docker rm -f c4f03858e97b0df7e4001019c78dd86dc425822b0f635f79345401fb483c73fc [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2021-04-08T06:38:22.678Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-08T06:38:22.678Z] . [Pipeline] withDockerContainer [2021-04-08T06:38:22.787Z] prd-centos7-docker-4c-2g-33269 does not seem to be running inside a container [2021-04-08T06:38:22.836Z] $ 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 ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-04-08T06:38:23.553Z] $ docker top 6a0c982be93a739093b94591c25e0975109274b930177cb1be1380747fa5bfe3 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-04-08T06:38:23.882Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-08T06:38:23.882Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-08T06:38:24.091Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-08T06:38:24.094Z] $ docker exec 6a0c982be93a739093b94591c25e0975109274b930177cb1be1380747fa5bfe3 ssh-agent [2021-04-08T06:38:24.286Z] SSH_AUTH_SOCK=/tmp/ssh-gLOyUeZV7Om6/agent.12 [2021-04-08T06:38:24.286Z] SSH_AGENT_PID=17 [2021-04-08T06:38:24.294Z] Running ssh-add (command line suppressed) [2021-04-08T06:38:24.428Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_8138938168900165176.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_8138938168900165176.key) [2021-04-08T06:38:24.489Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-08T06:38:24.821Z] + git semver push [2021-04-08T06:38:24.821Z] # -> Open(): unable to determine branch for HEAD [2021-04-08T06:38:24.821Z] # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git [2021-04-08T06:38:24.821Z] # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master [2021-04-08T06:38:24.821Z] # $SEMVER_REMOTE_NAME = origin [2021-04-08T06:38:24.821Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-04-08T06:38:24.821Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-04-08T06:38:24.821Z] # $SEMVER_BRANCH = master [2021-04-08T06:38:24.821Z] # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver [Pipeline] } [2021-04-08T06:38:30.154Z] $ docker exec --env ******** --env ******** 6a0c982be93a739093b94591c25e0975109274b930177cb1be1380747fa5bfe3 ssh-agent -k [2021-04-08T06:38:30.332Z] unset SSH_AUTH_SOCK; [2021-04-08T06:38:30.333Z] unset SSH_AGENT_PID; [2021-04-08T06:38:30.333Z] echo Agent pid 17 killed; [2021-04-08T06:38:30.403Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-04-08T06:38:30.946Z] + git semver [Pipeline] } [2021-04-08T06:38:30.968Z] $ docker stop --time=1 6a0c982be93a739093b94591c25e0975109274b930177cb1be1380747fa5bfe3 [2021-04-08T06:38:32.352Z] $ docker rm -f 6a0c982be93a739093b94591c25e0975109274b930177cb1be1380747fa5bfe3 [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-08T06:38:34.133Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-08T06:38:34.748Z] ---> package-listing.sh [2021-04-08T06:38:34.748Z] ++ facter osfamily [2021-04-08T06:38:34.748Z] ++ tr '[:upper:]' '[:lower:]' [2021-04-08T06:38:34.748Z] + OS_FAMILY=redhat [2021-04-08T06:38:34.748Z] + workspace=/w/workspace/dgexfoundry_device-sdk-go_master [2021-04-08T06:38:34.748Z] + START_PACKAGES=/tmp/packages_start.txt [2021-04-08T06:38:34.748Z] + END_PACKAGES=/tmp/packages_end.txt [2021-04-08T06:38:34.748Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-04-08T06:38:34.748Z] + PACKAGES=/tmp/packages_start.txt [2021-04-08T06:38:34.748Z] + '[' /w/workspace/dgexfoundry_device-sdk-go_master ']' [2021-04-08T06:38:34.748Z] + PACKAGES=/tmp/packages_end.txt [2021-04-08T06:38:34.748Z] + case "${OS_FAMILY}" in [2021-04-08T06:38:34.748Z] + rpm -qa [2021-04-08T06:38:34.748Z] + sort [2021-04-08T06:38:40.068Z] + '[' -f /tmp/packages_start.txt ']' [2021-04-08T06:38:40.068Z] + '[' -f /tmp/packages_end.txt ']' [2021-04-08T06:38:40.068Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-04-08T06:38:40.068Z] + '[' /w/workspace/dgexfoundry_device-sdk-go_master ']' [2021-04-08T06:38:40.068Z] + mkdir -p /w/workspace/dgexfoundry_device-sdk-go_master/archives/ [2021-04-08T06:38:40.068Z] + 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-08T06:38:40.083Z] 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-08T06:38:40.378Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-04-08T06:38:40.686Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-08T06:38:40.686Z] [2021-04-08T06:38:40.686Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-04-08T06:38:41.076Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-08T06:38:41.076Z] alpine: Pulling from edgex-lftools-log-publisher [2021-04-08T06:38:41.076Z] df20fa9351a1: Pulling fs layer [2021-04-08T06:38:41.076Z] 36b3adc4ff6f: Pulling fs layer [2021-04-08T06:38:41.076Z] 8ad3a11d3b57: Pulling fs layer [2021-04-08T06:38:41.076Z] 46f8f816bc3b: Pulling fs layer [2021-04-08T06:38:41.076Z] 93b61091891f: Pulling fs layer [2021-04-08T06:38:41.076Z] 93b9cdb0e59b: Pulling fs layer [2021-04-08T06:38:41.076Z] 5e14af77c1be: Pulling fs layer [2021-04-08T06:38:41.076Z] 01666e4c0597: Pulling fs layer [2021-04-08T06:38:41.076Z] aa168da1d23b: Pulling fs layer [2021-04-08T06:38:41.076Z] 93b9cdb0e59b: Waiting [2021-04-08T06:38:41.076Z] 5e14af77c1be: Waiting [2021-04-08T06:38:41.076Z] 46f8f816bc3b: Waiting [2021-04-08T06:38:41.076Z] 01666e4c0597: Waiting [2021-04-08T06:38:41.076Z] aa168da1d23b: Waiting [2021-04-08T06:38:41.076Z] 93b61091891f: Waiting [2021-04-08T06:38:41.076Z] 36b3adc4ff6f: Verifying Checksum [2021-04-08T06:38:41.076Z] 36b3adc4ff6f: Download complete [2021-04-08T06:38:41.340Z] 46f8f816bc3b: Verifying Checksum [2021-04-08T06:38:41.340Z] 46f8f816bc3b: Download complete [2021-04-08T06:38:41.340Z] df20fa9351a1: Verifying Checksum [2021-04-08T06:38:41.340Z] df20fa9351a1: Download complete [2021-04-08T06:38:41.340Z] 93b9cdb0e59b: Verifying Checksum [2021-04-08T06:38:41.340Z] 93b9cdb0e59b: Download complete [2021-04-08T06:38:41.340Z] 5e14af77c1be: Verifying Checksum [2021-04-08T06:38:41.340Z] 5e14af77c1be: Download complete [2021-04-08T06:38:41.340Z] 01666e4c0597: Verifying Checksum [2021-04-08T06:38:41.340Z] 01666e4c0597: Download complete [2021-04-08T06:38:41.340Z] 93b61091891f: Verifying Checksum [2021-04-08T06:38:41.340Z] 93b61091891f: Download complete [2021-04-08T06:38:41.602Z] 8ad3a11d3b57: Verifying Checksum [2021-04-08T06:38:41.602Z] 8ad3a11d3b57: Download complete [2021-04-08T06:38:41.602Z] df20fa9351a1: Pull complete [2021-04-08T06:38:41.864Z] 36b3adc4ff6f: Pull complete [2021-04-08T06:38:43.269Z] 8ad3a11d3b57: Pull complete [2021-04-08T06:38:43.269Z] 46f8f816bc3b: Pull complete [2021-04-08T06:38:43.533Z] aa168da1d23b: Verifying Checksum [2021-04-08T06:38:43.533Z] aa168da1d23b: Download complete [2021-04-08T06:38:44.486Z] 93b61091891f: Pull complete [2021-04-08T06:38:44.486Z] 93b9cdb0e59b: Pull complete [2021-04-08T06:38:44.749Z] 5e14af77c1be: Pull complete [2021-04-08T06:38:44.749Z] 01666e4c0597: Pull complete [2021-04-08T06:38:52.946Z] aa168da1d23b: Pull complete [2021-04-08T06:38:52.946Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-04-08T06:38:52.946Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-08T06:38:52.946Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-04-08T06:38:53.128Z] prd-centos7-docker-4c-2g-33269 does not seem to be running inside a container [2021-04-08T06:38:53.179Z] $ 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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-04-08T06:38:56.053Z] $ docker top e4ecdd402a350ac3b9365f2f75e9d51173d495b9427f898f19c6ef6ef675c5ff -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-08T06:38:56.599Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-04-08T06:38:56.901Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-04-08T06:38:57.203Z] + ls /var/log/sa-host [2021-04-08T06:38:57.203Z] + sadf -c /var/log/sa-host/sa08 [2021-04-08T06:38:57.203Z] file_magic: OK [2021-04-08T06:38:57.203Z] HZ: Using current value: 100 [2021-04-08T06:38:57.203Z] file_header: OK [2021-04-08T06:38:57.203Z] 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-08T06:38:57.203Z] Statistics: [2021-04-08T06:38:57.203Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-04-08T06:38:57.203Z] File successfully converted to sysstat format version 12.2.1 [2021-04-08T06:38:57.203Z] + sadf -c /var/log/sa-host/sa23 [2021-04-08T06:38:57.203Z] file_magic: OK [2021-04-08T06:38:57.203Z] HZ: Using current value: 100 [2021-04-08T06:38:57.203Z] file_header: OK [2021-04-08T06:38:57.203Z] 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-08T06:38:57.203Z] Statistics: [2021-04-08T06:38:57.203Z] Hnuu...uuuununununu... [2021-04-08T06:38:57.203Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-04-08T06:38:57.882Z] provisioning config files... [2021-04-08T06:38:57.898Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config3684326677415114980tmp [Pipeline] { [Pipeline] echo [2021-04-08T06:38:57.965Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-08T06:38:58.268Z] ---> create-netrc.sh [Pipeline] } [2021-04-08T06:38:58.279Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-04-08T06:38:58.392Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-08T06:38:58.690Z] ---> python-tools-install.sh [Pipeline] echo [2021-04-08T06:38:58.702Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-08T06:38:59.001Z] ---> sudo-logs.sh [2021-04-08T06:38:59.001Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-04-08T06:38:59.066Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-08T06:38:59.364Z] ---> job-cost.sh [2021-04-08T06:38:59.364Z] lf-activate-venv: SKIPPING [2021-04-08T06:38:59.364Z] DEBUG: total: 0.029999999329447746 [2021-04-08T06:38:59.364Z] INFO: Retrieving Stack Cost... [2021-04-08T06:39:00.316Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-04-08T06:39:00.891Z] INFO: Archiving Costs [Pipeline] echo [2021-04-08T06:39:00.904Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-08T06:39:01.211Z] ---> logs-deploy.sh [2021-04-08T06:39:01.212Z] lf-activate-venv: SKIPPING [2021-04-08T06:39:01.212Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/master/144 [2021-04-08T06:39:01.212Z] INFO: archiving workspace using pattern(s): [2021-04-08T06:39:03.143Z] Archives upload complete. [2021-04-08T06:39:03.143Z] INFO: archiving logs to Nexus