Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 4e9bdd26b0e338b4ade84edef7cdef6b7e824c9b Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 57ded3389ef25720063a8030e5c426a6b7ea5b20 # timeout=10 Commit message: "Merge pull request #323 from siggiskulason/update-snap-build" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 46d8313d362d7075c0f562900eedc504c24ea18a using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:device-sdk-go, dockerImageName:docker-device-sdk-simple, dockerFilePath:example/cmd/device-simple/Dockerfile, pushImage:false, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2]] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: device-sdk-go-settings PROJECT: device-sdk-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_PATH: example/cmd/device-simple/Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-device-sdk-simple DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: false BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task ‘prd-centos7-docker-4c-2g-32694’ is offline Running on prd-centos7-docker-4c-2g-32697 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 > 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 Checking out Revision 4e9bdd26b0e338b4ade84edef7cdef6b7e824c9b (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 4e9bdd26b0e338b4ade84edef7cdef6b7e824c9b # timeout=10 Commit message: "Merge pull request #850 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/go-mod-messaging/v2-2.0.0-dev.7" > git rev-list --no-walk 666827f8b6804176e2a9d12c5bdc6fe2f1e0b4f2 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-04-04T06:48:17.813Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-04-04T06:48:18.078Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-04-04T06:48:18.168Z] ========================================================= [2021-04-04T06:48:18.168Z] EdgeX Global Pipelines Version Info [2021-04-04T06:48:18.169Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-04-04T06:48:22.087Z] ------------------- [2021-04-04T06:48:22.088Z] stable info: [2021-04-04T06:48:22.088Z] ------------------- [2021-04-04T06:48:22.088Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-04-04T06:48:22.088Z] Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 [2021-04-04T06:48:22.088Z] Message: update stable to v1.0.186 [2021-04-04T06:48:23.094Z] ------------------- [2021-04-04T06:48:23.094Z] experimental info: [2021-04-04T06:48:23.094Z] ------------------- [2021-04-04T06:48:23.094Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-04-04T06:48:23.094Z] Commit SHA: d990d252097850d5d490fbb59df25296f5300d79 [2021-04-04T06:48:23.094Z] Message: update experimental to v1.0.188 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-04-04T06:48:23.623Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-go-settings [Pipeline] echo [2021-04-04T06:48:23.731Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-go [Pipeline] echo [2021-04-04T06:48:23.824Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-04-04T06:48:23.946Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-04-04T06:48:24.033Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-04-04T06:48:24.126Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-04-04T06:48:24.209Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-04-04T06:48:24.310Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-04-04T06:48:24.397Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = example/cmd/device-simple/Dockerfile [Pipeline] echo [2021-04-04T06:48:24.495Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-04-04T06:48:24.576Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-04-04T06:48:24.661Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-sdk-simple [Pipeline] echo [2021-04-04T06:48:24.746Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-04-04T06:48:24.832Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-04-04T06:48:24.940Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-04-04T06:48:25.024Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2021-04-04T06:48:25.134Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2021-04-04T06:48:25.220Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2021-04-04T06:48:25.302Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-04-04T06:48:25.392Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2021-04-04T06:48:25.497Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-04-04T06:48:25.605Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-04-04T06:48:25.690Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2021-04-04T06:48:25.773Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2021-04-04T06:48:25.853Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2021-04-04T06:48:25.936Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-04-04T06:48:26.026Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2021-04-04T06:48:26.110Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2021-04-04T06:48:26.215Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2021-04-04T06:48:26.305Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 4e9bdd26b0e338b4ade84edef7cdef6b7e824c9b [Pipeline] echo [2021-04-04T06:48:26.390Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 4e9bdd2 [Pipeline] echo [2021-04-04T06:48:26.479Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-04-04T06:48:26.713Z] provisioning config files... [2021-04-04T06:48:26.766Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config1693155794357774225tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-04T06:48:27.232Z] ---> docker-login.sh [2021-04-04T06:48:27.232Z] nexus3.edgexfoundry.org:10001 [2021-04-04T06:48:28.292Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-04T06:48:28.625Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-04T06:48:28.625Z] Configure a credential helper to remove this warning. See [2021-04-04T06:48:28.625Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-04T06:48:28.625Z] [2021-04-04T06:48:28.625Z] Login Succeeded [2021-04-04T06:48:28.625Z] nexus3.edgexfoundry.org:10002 [2021-04-04T06:48:29.243Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-04T06:48:29.243Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-04T06:48:29.243Z] Configure a credential helper to remove this warning. See [2021-04-04T06:48:29.243Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-04T06:48:29.243Z] [2021-04-04T06:48:29.243Z] Login Succeeded [2021-04-04T06:48:29.243Z] nexus3.edgexfoundry.org:10003 [2021-04-04T06:48:30.028Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-04T06:48:30.299Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-04T06:48:30.299Z] Configure a credential helper to remove this warning. See [2021-04-04T06:48:30.299Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-04T06:48:30.299Z] [2021-04-04T06:48:30.299Z] Login Succeeded [2021-04-04T06:48:30.299Z] nexus3.edgexfoundry.org:10004 [2021-04-04T06:48:30.299Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-04T06:48:30.603Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-04T06:48:30.603Z] Configure a credential helper to remove this warning. See [2021-04-04T06:48:30.603Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-04T06:48:30.603Z] [2021-04-04T06:48:30.603Z] Login Succeeded [2021-04-04T06:48:30.603Z] docker.io [2021-04-04T06:48:31.216Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-04T06:48:31.527Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-04T06:48:31.527Z] Configure a credential helper to remove this warning. See [2021-04-04T06:48:31.527Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-04T06:48:31.527Z] [2021-04-04T06:48:31.527Z] Login Succeeded [2021-04-04T06:48:31.527Z] ---> docker-login.sh ends [Pipeline] } [2021-04-04T06:48:31.543Z] 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-04T06:48:32.575Z] + git log --format=format:%s -1 4e9bdd26b0e338b4ade84edef7cdef6b7e824c9b [Pipeline] echo [2021-04-04T06:48:32.809Z] GIT_COMMIT: 4e9bdd26b0e338b4ade84edef7cdef6b7e824c9b, Commit Message: Merge pull request #850 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/go-mod-messaging/v2-2.0.0-dev.7 [Pipeline] echo [2021-04-04T06:48:32.856Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2021-04-04T06:48:34.111Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-04T06:48:34.392Z] [2021-04-04T06:48:34.392Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-04-04T06:48:35.006Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-04T06:48:35.397Z] latest: Pulling from edgex-devops/git-semver [2021-04-04T06:48:35.397Z] 31603596830f: Pulling fs layer [2021-04-04T06:48:35.397Z] 2a8b12db71e7: Pulling fs layer [2021-04-04T06:48:35.397Z] 6ca5941a6612: Pulling fs layer [2021-04-04T06:48:35.397Z] ecc8261a40a4: Pulling fs layer [2021-04-04T06:48:35.397Z] ecc8261a40a4: Waiting [2021-04-04T06:48:35.397Z] 2a8b12db71e7: Verifying Checksum [2021-04-04T06:48:35.397Z] 2a8b12db71e7: Download complete [2021-04-04T06:48:36.414Z] 31603596830f: Verifying Checksum [2021-04-04T06:48:36.414Z] 31603596830f: Download complete [2021-04-04T06:48:36.712Z] ecc8261a40a4: Verifying Checksum [2021-04-04T06:48:36.712Z] ecc8261a40a4: Download complete [2021-04-04T06:48:37.002Z] 6ca5941a6612: Verifying Checksum [2021-04-04T06:48:37.002Z] 6ca5941a6612: Download complete [2021-04-04T06:48:37.002Z] 31603596830f: Pull complete [2021-04-04T06:48:37.324Z] 2a8b12db71e7: Pull complete [2021-04-04T06:48:39.390Z] 6ca5941a6612: Pull complete [2021-04-04T06:48:40.162Z] ecc8261a40a4: Pull complete [2021-04-04T06:48:40.162Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-04-04T06:48:40.162Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-04T06:48:40.162Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-04-04T06:48:41.000Z] prd-centos7-docker-4c-2g-32697 does not seem to be running inside a container [2021-04-04T06:48:41.077Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-sdk-go_master -v /w/workspace/dgexfoundry_device-sdk-go_master:/w/workspace/dgexfoundry_device-sdk-go_master:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_master@tmp:/w/workspace/dgexfoundry_device-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-04-04T06:48:43.968Z] $ docker top a7a8290f2862992fc58da2b2990168e82a0aaad29ecde8d590c2c86d2fcfea67 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-04-04T06:48:44.406Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-04T06:48:44.406Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-04T06:48:45.113Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-04T06:48:45.116Z] $ docker exec a7a8290f2862992fc58da2b2990168e82a0aaad29ecde8d590c2c86d2fcfea67 ssh-agent [2021-04-04T06:48:46.282Z] SSH_AUTH_SOCK=/tmp/ssh-mo4Ymo5tWsvr/agent.11 [2021-04-04T06:48:46.282Z] SSH_AGENT_PID=16 [2021-04-04T06:48:46.330Z] Running ssh-add (command line suppressed) [2021-04-04T06:48:46.792Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_713417830816592022.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_713417830816592022.key) [2021-04-04T06:48:47.188Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-04T06:48:48.709Z] + git tag --points-at HEAD [Pipeline] } [2021-04-04T06:48:48.758Z] $ docker exec --env ******** --env ******** a7a8290f2862992fc58da2b2990168e82a0aaad29ecde8d590c2c86d2fcfea67 ssh-agent -k [2021-04-04T06:48:48.925Z] unset SSH_AUTH_SOCK; [2021-04-04T06:48:48.925Z] unset SSH_AGENT_PID; [2021-04-04T06:48:48.925Z] echo Agent pid 16 killed; [2021-04-04T06:48:49.060Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-04-04T06:48:49.193Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-04T06:48:49.193Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-04T06:48:49.455Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-04T06:48:49.456Z] $ docker exec a7a8290f2862992fc58da2b2990168e82a0aaad29ecde8d590c2c86d2fcfea67 ssh-agent [2021-04-04T06:48:49.697Z] SSH_AUTH_SOCK=/tmp/ssh-QMIeLMHuxKpz/agent.45 [2021-04-04T06:48:49.697Z] SSH_AGENT_PID=50 [2021-04-04T06:48:49.716Z] Running ssh-add (command line suppressed) [2021-04-04T06:48:49.893Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_5496453021196512995.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_5496453021196512995.key) [2021-04-04T06:48:49.981Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-04T06:48:50.924Z] + git semver init [2021-04-04T06:48:50.924Z] # -> Open(): unable to determine branch for HEAD [2021-04-04T06:48:50.924Z] # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git [2021-04-04T06:48:50.924Z] # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master [2021-04-04T06:48:50.924Z] # $SEMVER_REMOTE_NAME = origin [2021-04-04T06:48:50.924Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-04-04T06:48:50.924Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-04-04T06:48:50.924Z] # $SEMVER_BRANCH = master [2021-04-04T06:48:50.924Z] # $SEMVER_TEMP = /tmp/semver-040317322 [2021-04-04T06:48:50.924Z] # git clone --branch semver git@github.com:edgexfoundry/device-sdk-go.git $SEMVER_TEMP [2021-04-04T06:48:52.745Z] # '/tmp/semver-040317322' -> '/w/workspace/dgexfoundry_device-sdk-go_master/.semver' [2021-04-04T06:48:52.745Z] # -> Force: false [2021-04-04T06:48:52.745Z] # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver [Pipeline] } [2021-04-04T06:48:52.768Z] $ docker exec --env ******** --env ******** a7a8290f2862992fc58da2b2990168e82a0aaad29ecde8d590c2c86d2fcfea67 ssh-agent -k [2021-04-04T06:48:53.260Z] unset SSH_AUTH_SOCK; [2021-04-04T06:48:53.272Z] unset SSH_AGENT_PID; [2021-04-04T06:48:53.272Z] echo Agent pid 50 killed; [2021-04-04T06:48:53.577Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-04-04T06:48:55.089Z] + git semver [Pipeline] } [2021-04-04T06:48:55.188Z] $ docker stop --time=1 a7a8290f2862992fc58da2b2990168e82a0aaad29ecde8d590c2c86d2fcfea67 [2021-04-04T06:48:57.277Z] $ docker rm -f a7a8290f2862992fc58da2b2990168e82a0aaad29ecde8d590c2c86d2fcfea67 [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-04T06:48:58.268Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-04-04T06:48:59.502Z] Stashed 1 file(s) [Pipeline] echo [2021-04-04T06:48:59.504Z] [edgeXSemver]: initialized semver on version 2.0.0-dev.32 [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-04T06:49:14.987Z] Still waiting to schedule task [2021-04-04T06:49:14.987Z] ‘prd-centos7-blackbox-4c-2g-32647’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-centos7-docker-4c-2g-32694’ is offline; ‘prd-centos7-docker-4c-2g-32698’ is offline; ‘prd-centos7-docker-4c-2g-32700’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-32695’ doesn’t have label ‘centos7-docker-4c-2g’ [2021-04-04T06:49:14.987Z] Still waiting to schedule task [2021-04-04T06:49:14.987Z] ‘prd-ubuntu18.04-docker-arm64-4c-16g-32695’ is offline [2021-04-04T06:50:32.322Z] Running on prd-centos7-docker-4c-2g-32703 in /w/workspace/dgexfoundry_device-sdk-go_master [Pipeline] { [Pipeline] ws [2021-04-04T06:50:32.370Z] Running in /w/workspace/device-sdk-go/137 [Pipeline] { [Pipeline] checkout [2021-04-04T06:50:34.696Z] using credential edgex-jenkins-ssh [2021-04-04T06:50:34.758Z] Cloning the remote Git repository [2021-04-04T06:50:34.420Z] Cloning repository git@github.com:edgexfoundry/device-sdk-go.git [2021-04-04T06:50:34.492Z] > git init /w/workspace/device-sdk-go/137 # timeout=10 [2021-04-04T06:50:34.553Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2021-04-04T06:50:34.553Z] > git --version # timeout=10 [2021-04-04T06:50:34.560Z] > git --version # 'git version 2.24.3' [2021-04-04T06:50:34.561Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-04T06:50:34.589Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-04T06:50:36.627Z] Checking out Revision 4e9bdd26b0e338b4ade84edef7cdef6b7e824c9b (master) [2021-04-04T06:50:35.955Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2021-04-04T06:50:35.962Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-04T06:50:35.979Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2021-04-04T06:50:35.994Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2021-04-04T06:50:35.995Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-04T06:50:35.999Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-04-04T06:50:36.433Z] > git config core.sparsecheckout # timeout=10 [2021-04-04T06:50:36.438Z] > git checkout -f 4e9bdd26b0e338b4ade84edef7cdef6b7e824c9b # timeout=10 [2021-04-04T06:50:40.095Z] Commit message: "Merge pull request #850 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/go-mod-messaging/v2-2.0.0-dev.7" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-04-04T06:50:41.262Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-04-04T06:50:41.593Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-04-04T06:50:41.928Z] + sudo service docker restart [2021-04-04T06:50:41.928Z] + true [2021-04-04T06:50:41.928Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-04-04T06:50:42.936Z] provisioning config files... [2021-04-04T06:50:42.961Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/137@tmp/config2174315193702044825tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-04T06:50:43.326Z] ---> docker-login.sh [2021-04-04T06:50:43.326Z] nexus3.edgexfoundry.org:10001 [2021-04-04T06:50:43.590Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-04T06:50:43.590Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-04T06:50:43.590Z] Configure a credential helper to remove this warning. See [2021-04-04T06:50:43.590Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-04T06:50:43.590Z] [2021-04-04T06:50:43.590Z] Login Succeeded [2021-04-04T06:50:43.590Z] nexus3.edgexfoundry.org:10002 [2021-04-04T06:50:43.852Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-04T06:50:43.852Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-04T06:50:43.852Z] Configure a credential helper to remove this warning. See [2021-04-04T06:50:43.852Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-04T06:50:43.852Z] [2021-04-04T06:50:43.852Z] Login Succeeded [2021-04-04T06:50:43.852Z] nexus3.edgexfoundry.org:10003 [2021-04-04T06:50:44.114Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-04T06:50:44.114Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-04T06:50:44.114Z] Configure a credential helper to remove this warning. See [2021-04-04T06:50:44.114Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-04T06:50:44.114Z] [2021-04-04T06:50:44.114Z] Login Succeeded [2021-04-04T06:50:44.114Z] nexus3.edgexfoundry.org:10004 [2021-04-04T06:50:44.114Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-04T06:50:44.114Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-04T06:50:44.114Z] Configure a credential helper to remove this warning. See [2021-04-04T06:50:44.114Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-04T06:50:44.114Z] [2021-04-04T06:50:44.114Z] Login Succeeded [2021-04-04T06:50:44.114Z] docker.io [2021-04-04T06:50:44.377Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-04T06:50:44.642Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-04T06:50:44.642Z] Configure a credential helper to remove this warning. See [2021-04-04T06:50:44.642Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-04T06:50:44.642Z] [2021-04-04T06:50:44.642Z] Login Succeeded [2021-04-04T06:50:44.642Z] ---> docker-login.sh ends [Pipeline] } [2021-04-04T06:50:44.650Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-04-04T06:50:44.937Z] ========================================================= [2021-04-04T06:50:44.938Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-04-04T06:50:44.938Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-04-04T06:50:45.279Z] + 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-04T06:50:45.279Z] Sending build context to Docker daemon 2.342MB [2021-04-04T06:50:45.279Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-04-04T06:50:45.279Z] Step 2/8 : FROM ${BASE} [2021-04-04T06:50:45.543Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-04-04T06:50:45.543Z] 188c0c94c7c5: Pulling fs layer [2021-04-04T06:50:45.543Z] 0ef7d3d256c8: Pulling fs layer [2021-04-04T06:50:45.543Z] de9db76c5a1d: Pulling fs layer [2021-04-04T06:50:45.543Z] bca2f99d35d6: Pulling fs layer [2021-04-04T06:50:45.543Z] 93359f2a8cfa: Pulling fs layer [2021-04-04T06:50:45.543Z] 7c6f9722023f: Pulling fs layer [2021-04-04T06:50:45.543Z] a35cf1a2eb13: Pulling fs layer [2021-04-04T06:50:45.543Z] bca2f99d35d6: Waiting [2021-04-04T06:50:45.543Z] 93359f2a8cfa: Waiting [2021-04-04T06:50:45.543Z] 7c6f9722023f: Waiting [2021-04-04T06:50:45.543Z] a35cf1a2eb13: Waiting [2021-04-04T06:50:45.543Z] de9db76c5a1d: Download complete [2021-04-04T06:50:45.543Z] 0ef7d3d256c8: Verifying Checksum [2021-04-04T06:50:45.543Z] 0ef7d3d256c8: Download complete [2021-04-04T06:50:45.543Z] 93359f2a8cfa: Verifying Checksum [2021-04-04T06:50:45.543Z] 93359f2a8cfa: Download complete [2021-04-04T06:50:45.543Z] 188c0c94c7c5: Verifying Checksum [2021-04-04T06:50:45.543Z] 188c0c94c7c5: Download complete [2021-04-04T06:50:45.543Z] 7c6f9722023f: Verifying Checksum [2021-04-04T06:50:45.543Z] 7c6f9722023f: Download complete [2021-04-04T06:50:45.805Z] 188c0c94c7c5: Pull complete [2021-04-04T06:50:46.067Z] 0ef7d3d256c8: Pull complete [2021-04-04T06:50:46.067Z] de9db76c5a1d: Pull complete [2021-04-04T06:50:47.460Z] a35cf1a2eb13: Verifying Checksum [2021-04-04T06:50:47.460Z] a35cf1a2eb13: Download complete [2021-04-04T06:50:48.038Z] bca2f99d35d6: Verifying Checksum [2021-04-04T06:50:48.038Z] bca2f99d35d6: Download complete [2021-04-04T06:50:53.362Z] bca2f99d35d6: Pull complete [2021-04-04T06:50:53.362Z] 93359f2a8cfa: Pull complete [2021-04-04T06:50:53.362Z] 7c6f9722023f: Pull complete [2021-04-04T06:50:58.683Z] a35cf1a2eb13: Pull complete [2021-04-04T06:50:58.683Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-04-04T06:50:58.683Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-04-04T06:50:58.683Z] ---> a62c8e92a672 [2021-04-04T06:50:58.683Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-04-04T06:50:58.948Z] ---> Running in 523cd0d6a368 [2021-04-04T06:50:58.948Z] Removing intermediate container 523cd0d6a368 [2021-04-04T06:50:58.948Z] ---> af042f275b87 [2021-04-04T06:50:58.948Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-04T06:50:59.215Z] ---> Running in e3625c45967b [2021-04-04T06:51:00.193Z] Removing intermediate container e3625c45967b [2021-04-04T06:51:00.193Z] ---> abbdafdc366c [2021-04-04T06:51:00.194Z] Step 5/8 : RUN apk add --update --no-cache make git gcc libc-dev libsodium-dev zeromq-dev [2021-04-04T06:51:00.194Z] ---> Running in b2bcd20b2cdf [2021-04-04T06:51:00.778Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-04T06:51:01.353Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-04T06:51:02.304Z] (1/6) Installing libc-dev (0.7.2-r3) [2021-04-04T06:51:02.304Z] (2/6) Installing libsodium (1.0.18-r0) [2021-04-04T06:51:02.304Z] (3/6) Installing pkgconf (1.7.2-r0) [2021-04-04T06:51:02.565Z] (4/6) Installing libsodium-dev (1.0.18-r0) [2021-04-04T06:51:02.565Z] (5/6) Installing libzmq (4.3.3-r0) [2021-04-04T06:51:02.565Z] (6/6) Installing zeromq-dev (4.3.3-r0) [2021-04-04T06:51:02.832Z] Executing busybox-1.31.1-r19.trigger [2021-04-04T06:51:02.832Z] OK: 167 MiB in 45 packages [2021-04-04T06:51:03.779Z] Removing intermediate container b2bcd20b2cdf [2021-04-04T06:51:03.779Z] ---> fbf1eaee5dbc [2021-04-04T06:51:03.779Z] Step 6/8 : WORKDIR /device-sdk-go [2021-04-04T06:51:03.779Z] ---> Running in af86a7ad5540 [2021-04-04T06:51:03.779Z] Removing intermediate container af86a7ad5540 [2021-04-04T06:51:03.779Z] ---> 0dd9fd6e90b8 [2021-04-04T06:51:03.779Z] Step 7/8 : COPY . . [2021-04-04T06:51:04.726Z] ---> f3cd4f6c2659 [2021-04-04T06:51:04.726Z] Step 8/8 : RUN go mod download [2021-04-04T06:51:04.988Z] ---> Running in 739ba29b2f46 [2021-04-04T06:51:27.026Z] Removing intermediate container 739ba29b2f46 [2021-04-04T06:51:27.026Z] ---> d49f3bc7811b [2021-04-04T06:51:27.026Z] Successfully built d49f3bc7811b [2021-04-04T06:51:27.026Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-04-04T06:51:27.337Z] + docker inspect -f . ci-base-image-x86_64 [2021-04-04T06:51:27.338Z] . [Pipeline] withDockerContainer [2021-04-04T06:51:27.582Z] prd-centos7-docker-4c-2g-32703 does not seem to be running inside a container [2021-04-04T06:51:27.703Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/137 -v /w/workspace/device-sdk-go/137:/w/workspace/device-sdk-go/137:rw,z -v /w/workspace/device-sdk-go/137@tmp:/w/workspace/device-sdk-go/137@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-04T06:51:29.333Z] $ docker top 6a30f43ae1c0b9449c14eac239dfb05527440e42d39e8816a05ef565bf8c6f88 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-04T06:51:29.806Z] + go version [2021-04-04T06:51:29.807Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-04-04T06:51:29.828Z] $ docker stop --time=1 6a30f43ae1c0b9449c14eac239dfb05527440e42d39e8816a05ef565bf8c6f88 [2021-04-04T06:51:31.153Z] $ docker rm -f 6a30f43ae1c0b9449c14eac239dfb05527440e42d39e8816a05ef565bf8c6f88 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-04T06:51:32.000Z] + docker inspect -f . ci-base-image-x86_64 [2021-04-04T06:51:32.000Z] . [Pipeline] withDockerContainer [2021-04-04T06:51:32.104Z] prd-centos7-docker-4c-2g-32703 does not seem to be running inside a container [2021-04-04T06:51:32.156Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/137 -v /w/workspace/device-sdk-go/137:/w/workspace/device-sdk-go/137:rw,z -v /w/workspace/device-sdk-go/137@tmp:/w/workspace/device-sdk-go/137@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-04T06:51:32.721Z] $ docker top e63dc566ae6357f4716e40c70fe8ffda9a1b1cbf3966a7e890fd675128bc796c -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-04T06:51:33.189Z] + make test [2021-04-04T06:51:33.189Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-04-04T06:51:39.831Z] ? github.com/edgexfoundry/device-sdk-go/v2 [no test files] [2021-04-04T06:51:58.081Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/cmd/device-simple [no test files] [2021-04-04T06:51:58.081Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/config [no test files] [2021-04-04T06:51:58.081Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/driver [no test files] [2021-04-04T06:51:58.081Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/application [no test files] [2021-04-04T06:51:58.081Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/autodiscovery [no test files] [2021-04-04T06:52:02.341Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/autoevent 0.073s coverage: 28.1% of statements [2021-04-04T06:52:02.341Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/cache 0.069s coverage: 81.2% of statements [2021-04-04T06:52:02.926Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/clients 1.080s coverage: 7.8% of statements [2021-04-04T06:52:02.926Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/common [no test files] [2021-04-04T06:52:02.926Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/config [no test files] [2021-04-04T06:52:02.926Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/container [no test files] [2021-04-04T06:52:02.926Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http 0.080s coverage: 32.5% of statements [2021-04-04T06:52:02.926Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http/correlation [no test files] [2021-04-04T06:52:02.926Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/provision [no test files] [2021-04-04T06:52:02.926Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/telemetry [no test files] [2021-04-04T06:52:03.190Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/transformer 0.092s coverage: 57.3% of statements [2021-04-04T06:52:03.764Z] ok github.com/edgexfoundry/device-sdk-go/v2/pkg/models 1.157s coverage: 6.6% of statements [2021-04-04T06:52:04.027Z] ok github.com/edgexfoundry/device-sdk-go/v2/pkg/service 0.058s coverage: 5.0% of statements [2021-04-04T06:52:04.027Z] ? github.com/edgexfoundry/device-sdk-go/v2/pkg/startup [no test files] [2021-04-04T06:52:04.028Z] GO111MODULE=on go vet ./... [2021-04-04T06:52:19.073Z] gofmt -l . [2021-04-04T06:52:19.073Z] [ "`gofmt -l .`" = "" ] [2021-04-04T06:52:19.073Z] ./bin/test-attribution-txt.sh [2021-04-04T06:52:19.655Z] ./bin/test-go-mod-tidy.sh [Pipeline] } [2021-04-04T06:52:19.938Z] $ docker stop --time=1 e63dc566ae6357f4716e40c70fe8ffda9a1b1cbf3966a7e890fd675128bc796c [2021-04-04T06:52:21.671Z] $ docker rm -f e63dc566ae6357f4716e40c70fe8ffda9a1b1cbf3966a7e890fd675128bc796c [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-04T06:52:22.322Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-04-04T06:52:22.735Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2021-04-04T06:52:23.971Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-04-04T06:52:24.272Z] + ls -al . [2021-04-04T06:52:24.272Z] total 188 [2021-04-04T06:52:24.272Z] drwxrwxr-x. 10 jenkins jenkins 4096 Apr 4 06:52 . [2021-04-04T06:52:24.272Z] drwxrwxr-x. 4 jenkins jenkins 32 Apr 4 06:50 .. [2021-04-04T06:52:24.272Z] drwxrwxr-x. 2 jenkins jenkins 64 Apr 4 06:50 bin [2021-04-04T06:52:24.272Z] -rw-r--r--. 1 jenkins jenkins 101239 Apr 4 06:52 coverage.out [2021-04-04T06:52:24.272Z] -rw-rw-r--. 1 jenkins jenkins 987 Apr 4 06:50 Dockerfile.build [2021-04-04T06:52:24.272Z] -rw-rw-r--. 1 jenkins jenkins 140 Apr 4 06:50 .dockerignore [2021-04-04T06:52:24.272Z] drwxrwxr-x. 5 jenkins jenkins 62 Apr 4 06:50 example [2021-04-04T06:52:24.272Z] drwxrwxr-x. 8 jenkins jenkins 162 Apr 4 06:50 .git [2021-04-04T06:52:24.272Z] drwxrwxr-x. 2 jenkins jenkins 103 Apr 4 06:50 .github [2021-04-04T06:52:24.272Z] -rw-rw-r--. 1 jenkins jenkins 138 Apr 4 06:50 .gitignore [2021-04-04T06:52:24.272Z] -rw-r--r--. 1 jenkins jenkins 537 Apr 4 06:52 go.mod [2021-04-04T06:52:24.272Z] -rw-r--r--. 1 jenkins jenkins 20946 Apr 4 06:52 go.sum [2021-04-04T06:52:24.272Z] drwxrwxr-x. 14 jenkins jenkins 207 Apr 4 06:50 internal [2021-04-04T06:52:24.272Z] -rw-rw-r--. 1 jenkins jenkins 901 Apr 4 06:50 Jenkinsfile [2021-04-04T06:52:24.272Z] -rw-rw-r--. 1 jenkins jenkins 11341 Apr 4 06:50 LICENSE [2021-04-04T06:52:24.272Z] -rw-rw-r--. 1 jenkins jenkins 1022 Apr 4 06:50 Makefile [2021-04-04T06:52:24.272Z] drwxrwxr-x. 4 jenkins jenkins 26 Apr 4 06:50 openapi [2021-04-04T06:52:24.272Z] drwxrwxr-x. 5 jenkins jenkins 50 Apr 4 06:50 pkg [2021-04-04T06:52:24.272Z] -rw-rw-r--. 1 jenkins jenkins 5897 Apr 4 06:50 README.md [2021-04-04T06:52:24.272Z] -rw-rw-r--. 1 jenkins jenkins 6616 Apr 4 06:50 RELEASE-NOTES.txt [2021-04-04T06:52:24.272Z] drwxrwxr-x. 4 jenkins jenkins 54 Apr 4 06:50 snap [2021-04-04T06:52:24.272Z] -rw-rw-r--. 1 jenkins jenkins 12 Apr 4 06:48 VERSION [2021-04-04T06:52:24.272Z] -rw-rw-r--. 1 jenkins jenkins 222 Apr 4 06:50 version.go [Pipeline] isUnix [Pipeline] sh [2021-04-04T06:52:24.578Z] + 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=4e9bdd26b0e338b4ade84edef7cdef6b7e824c9b --label arch=amd64 --label version=2.0.0-dev.32 . [2021-04-04T06:52:24.848Z] Sending build context to Docker daemon 2.444MB [2021-04-04T06:52:24.848Z] Step 1/23 : ARG BASE=golang:1.15-alpine3.12 [2021-04-04T06:52:24.848Z] Step 2/23 : FROM ${BASE} AS builder [2021-04-04T06:52:24.848Z] ---> d49f3bc7811b [2021-04-04T06:52:24.848Z] Step 3/23 : WORKDIR /device-sdk-go [2021-04-04T06:52:25.431Z] ---> Running in fa00fe609f70 [2021-04-04T06:52:25.431Z] Removing intermediate container fa00fe609f70 [2021-04-04T06:52:25.431Z] ---> 7a6e7f14626f [2021-04-04T06:52:25.432Z] Step 4/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-04-04T06:52:25.432Z] ---> Running in 81a346e34b03 [2021-04-04T06:52:25.693Z] Removing intermediate container 81a346e34b03 [2021-04-04T06:52:25.693Z] ---> b4b595707733 [2021-04-04T06:52:25.693Z] Step 5/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-04T06:52:25.693Z] ---> Running in c01018789f38 [2021-04-04T06:52:26.653Z] Removing intermediate container c01018789f38 [2021-04-04T06:52:26.653Z] ---> f13a068800e1 [2021-04-04T06:52:26.653Z] Step 6/23 : RUN apk add --update --no-cache make git gcc libc-dev zeromq-dev libsodium-dev [2021-04-04T06:52:26.653Z] ---> Running in 9058046348b6 [2021-04-04T06:52:27.231Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-04T06:52:27.805Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-04T06:52:28.072Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-32705 in /w/workspace/dgexfoundry_device-sdk-go_master [Pipeline] { [Pipeline] ws [2021-04-04T06:52:28.140Z] Running in /w/workspace/device-sdk-go/137 [Pipeline] { [Pipeline] checkout [2021-04-04T06:52:28.379Z] OK: 167 MiB in 45 packages [2021-04-04T06:52:29.330Z] Removing intermediate container 9058046348b6 [2021-04-04T06:52:29.330Z] ---> 7daefca21631 [2021-04-04T06:52:29.330Z] Step 7/23 : COPY . . [2021-04-04T06:52:30.278Z] ---> 9509a7f7bd69 [2021-04-04T06:52:30.278Z] Step 8/23 : RUN go mod download [2021-04-04T06:52:30.540Z] ---> Running in 78d8b7f7eedf [2021-04-04T06:52:31.485Z] Removing intermediate container 78d8b7f7eedf [2021-04-04T06:52:31.485Z] ---> 16bce9bb5e93 [2021-04-04T06:52:31.485Z] Step 9/23 : RUN make build [2021-04-04T06:52:31.485Z] ---> Running in 033412a0f14a [2021-04-04T06:52:32.067Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-sdk-go/v2.Version=2.0.0-dev.32" -o example/cmd/device-simple/device-simple ./example/cmd/device-simple [2021-04-04T06:52:33.413Z] using credential edgex-jenkins-ssh [2021-04-04T06:52:33.506Z] Cloning the remote Git repository [2021-04-04T06:52:33.571Z] Cloning repository git@github.com:edgexfoundry/device-sdk-go.git [2021-04-04T06:52:33.698Z] > git init /w/workspace/device-sdk-go/137 # timeout=10 [2021-04-04T06:52:33.802Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2021-04-04T06:52:33.803Z] > git --version # timeout=10 [2021-04-04T06:52:33.834Z] > git --version # 'git version 2.17.1' [2021-04-04T06:52:33.836Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-04T06:52:33.922Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-04T06:52:35.174Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2021-04-04T06:52:35.196Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-04T06:52:35.231Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2021-04-04T06:52:35.271Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2021-04-04T06:52:35.272Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-04T06:52:35.284Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-04-04T06:52:35.850Z] Checking out Revision 4e9bdd26b0e338b4ade84edef7cdef6b7e824c9b (master) [2021-04-04T06:52:35.865Z] > git config core.sparsecheckout # timeout=10 [2021-04-04T06:52:35.887Z] > git checkout -f 4e9bdd26b0e338b4ade84edef7cdef6b7e824c9b # timeout=10 [2021-04-04T06:52:40.529Z] Commit message: "Merge pull request #850 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/go-mod-messaging/v2-2.0.0-dev.7" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-04-04T06:52:41.965Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-04-04T06:52:42.209Z] CGO_ENABLED=1 GO111MODULE=on go install -tags=safe [2021-04-04T06:52:42.387Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-04-04T06:52:43.925Z] Removing intermediate container 033412a0f14a [2021-04-04T06:52:43.925Z] ---> 6e4650a03b17 [2021-04-04T06:52:43.925Z] Step 10/23 : FROM alpine:3.12 [2021-04-04T06:52:43.931Z] + + truesudo [2021-04-04T06:52:43.931Z] service docker restart [2021-04-04T06:52:44.190Z] 3.12: Pulling from library/alpine [2021-04-04T06:52:44.190Z] 532819f3e44c: Pulling fs layer [2021-04-04T06:52:44.452Z] 532819f3e44c: Verifying Checksum [2021-04-04T06:52:44.452Z] 532819f3e44c: Download complete [2021-04-04T06:52:44.715Z] 532819f3e44c: Pull complete [2021-04-04T06:52:44.715Z] Digest: sha256:834e9309b5ef0f78d8d20ef0652e7b0272fe97b5baf45720e1b830eaf013cc1b [2021-04-04T06:52:44.715Z] Status: Downloaded newer image for alpine:3.12 [2021-04-04T06:52:44.715Z] ---> 7230e588e954 [2021-04-04T06:52:44.715Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [Pipeline] withEnv [Pipeline] { [2021-04-04T06:52:44.978Z] ---> Running in cf6d83aca944 [Pipeline] wrap [2021-04-04T06:52:45.031Z] provisioning config files... [2021-04-04T06:52:45.076Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/137@tmp/config6071392763832851814tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-04T06:52:45.239Z] Removing intermediate container cf6d83aca944 [2021-04-04T06:52:45.239Z] ---> 0c7b2e2bcedf [2021-04-04T06:52:45.239Z] Step 12/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-04T06:52:45.239Z] ---> Running in c254e83aef63 [2021-04-04T06:52:45.487Z] ---> docker-login.sh [2021-04-04T06:52:45.487Z] nexus3.edgexfoundry.org:10001 [2021-04-04T06:52:46.183Z] Removing intermediate container c254e83aef63 [2021-04-04T06:52:46.183Z] ---> 7ccee8c93d4d [2021-04-04T06:52:46.183Z] Step 13/23 : RUN apk add --update --no-cache zeromq [2021-04-04T06:52:46.183Z] ---> Running in d00c56690951 [2021-04-04T06:52:46.445Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-04T06:52:46.466Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-04T06:52:46.738Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-04T06:52:46.738Z] Configure a credential helper to remove this warning. See [2021-04-04T06:52:46.738Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-04T06:52:46.738Z] [2021-04-04T06:52:46.738Z] Login Succeeded [2021-04-04T06:52:46.738Z] nexus3.edgexfoundry.org:10002 [2021-04-04T06:52:47.016Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-04T06:52:47.016Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-04T06:52:47.016Z] Configure a credential helper to remove this warning. See [2021-04-04T06:52:47.016Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-04T06:52:47.016Z] [2021-04-04T06:52:47.016Z] Login Succeeded [2021-04-04T06:52:47.016Z] nexus3.edgexfoundry.org:10003 [2021-04-04T06:52:47.403Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-04T06:52:47.610Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-04T06:52:47.610Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-04T06:52:47.610Z] Configure a credential helper to remove this warning. See [2021-04-04T06:52:47.610Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-04T06:52:47.610Z] [2021-04-04T06:52:47.610Z] Login Succeeded [2021-04-04T06:52:47.610Z] nexus3.edgexfoundry.org:10004 [2021-04-04T06:52:47.665Z] (1/5) Installing libgcc (9.3.0-r2) [2021-04-04T06:52:47.665Z] (2/5) Installing libsodium (1.0.18-r0) [2021-04-04T06:52:47.885Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-04T06:52:47.926Z] (3/5) Installing libstdc++ (9.3.0-r2) [2021-04-04T06:52:47.926Z] (4/5) Installing libzmq (4.3.3-r0) [2021-04-04T06:52:48.161Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-04T06:52:48.161Z] Configure a credential helper to remove this warning. See [2021-04-04T06:52:48.161Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-04T06:52:48.161Z] [2021-04-04T06:52:48.161Z] Login Succeeded [2021-04-04T06:52:48.161Z] docker.io [2021-04-04T06:52:48.197Z] (5/5) Installing zeromq (4.3.3-r0) [2021-04-04T06:52:48.197Z] Executing busybox-1.31.1-r20.trigger [2021-04-04T06:52:48.198Z] OK: 8 MiB in 19 packages [2021-04-04T06:52:48.435Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-04T06:52:48.708Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-04T06:52:48.708Z] Configure a credential helper to remove this warning. See [2021-04-04T06:52:48.708Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-04T06:52:48.708Z] [2021-04-04T06:52:48.708Z] Login Succeeded [2021-04-04T06:52:48.708Z] ---> docker-login.sh ends [Pipeline] } [2021-04-04T06:52:48.728Z] Deleting 1 temporary files [Pipeline] // wrap [2021-04-04T06:52:48.779Z] Removing intermediate container d00c56690951 [2021-04-04T06:52:48.779Z] ---> 32181fbb86ab [2021-04-04T06:52:48.779Z] Step 14/23 : WORKDIR / [2021-04-04T06:52:48.779Z] ---> Running in 57bf9f29eed1 [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [2021-04-04T06:52:49.042Z] Removing intermediate container 57bf9f29eed1 [2021-04-04T06:52:49.042Z] ---> 665d8d63dbb9 [2021-04-04T06:52:49.042Z] Step 15/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/Attribution.txt /Attribution.txt [Pipeline] echo [2021-04-04T06:52:49.245Z] ========================================================= [2021-04-04T06:52:49.245Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-04-04T06:52:49.245Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-04-04T06:52:49.307Z] ---> 6cf356998cdb [2021-04-04T06:52:49.307Z] Step 16/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /device-simple [2021-04-04T06:52:49.634Z] + 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-04T06:52:49.881Z] ---> 0ccad2364d03 [2021-04-04T06:52:49.881Z] Step 17/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/ /res [2021-04-04T06:52:49.914Z] Sending build context to Docker daemon 2.341MB [2021-04-04T06:52:49.914Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-04-04T06:52:49.914Z] Step 2/8 : FROM ${BASE} [2021-04-04T06:52:50.145Z] ---> b4d0618210a3 [2021-04-04T06:52:50.145Z] Step 18/23 : EXPOSE 49990 [2021-04-04T06:52:50.145Z] ---> Running in bc8606242119 [2021-04-04T06:52:50.191Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-04-04T06:52:50.191Z] 5f621e34cdf4: Pulling fs layer [2021-04-04T06:52:50.191Z] a4357932f1b6: Pulling fs layer [2021-04-04T06:52:50.191Z] 18c013af1878: Pulling fs layer [2021-04-04T06:52:50.191Z] 00ac8860ef70: Pulling fs layer [2021-04-04T06:52:50.191Z] 63d7cb157983: Pulling fs layer [2021-04-04T06:52:50.191Z] b116817d02f9: Pulling fs layer [2021-04-04T06:52:50.191Z] 745a02a5169b: Pulling fs layer [2021-04-04T06:52:50.191Z] 00ac8860ef70: Waiting [2021-04-04T06:52:50.191Z] 63d7cb157983: Waiting [2021-04-04T06:52:50.191Z] b116817d02f9: Waiting [2021-04-04T06:52:50.191Z] 745a02a5169b: Waiting [2021-04-04T06:52:50.191Z] 18c013af1878: Verifying Checksum [2021-04-04T06:52:50.191Z] 18c013af1878: Download complete [2021-04-04T06:52:50.191Z] a4357932f1b6: Verifying Checksum [2021-04-04T06:52:50.191Z] a4357932f1b6: Download complete [2021-04-04T06:52:50.191Z] 63d7cb157983: Verifying Checksum [2021-04-04T06:52:50.191Z] 63d7cb157983: Download complete [2021-04-04T06:52:50.191Z] b116817d02f9: Verifying Checksum [2021-04-04T06:52:50.191Z] b116817d02f9: Download complete [2021-04-04T06:52:50.191Z] 5f621e34cdf4: Verifying Checksum [2021-04-04T06:52:50.191Z] 5f621e34cdf4: Download complete [2021-04-04T06:52:50.406Z] Removing intermediate container bc8606242119 [2021-04-04T06:52:50.406Z] ---> 1a7ca7641dd9 [2021-04-04T06:52:50.406Z] Step 19/23 : ENTRYPOINT ["/device-simple"] [2021-04-04T06:52:50.406Z] ---> Running in 26873b7f4a58 [2021-04-04T06:52:50.668Z] Removing intermediate container 26873b7f4a58 [2021-04-04T06:52:50.668Z] ---> f378800fbfa0 [2021-04-04T06:52:50.668Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-04T06:52:50.668Z] ---> Running in 189efe95dfd7 [2021-04-04T06:52:50.793Z] 5f621e34cdf4: Pull complete [2021-04-04T06:52:50.930Z] Removing intermediate container 189efe95dfd7 [2021-04-04T06:52:50.930Z] ---> 7b14e4d4c801 [2021-04-04T06:52:50.930Z] Step 21/23 : LABEL arch=amd64 [2021-04-04T06:52:50.930Z] ---> Running in cf0dd42dd270 [2021-04-04T06:52:50.930Z] Removing intermediate container cf0dd42dd270 [2021-04-04T06:52:50.930Z] ---> c02108c8ad29 [2021-04-04T06:52:50.930Z] Step 22/23 : LABEL git_sha=4e9bdd26b0e338b4ade84edef7cdef6b7e824c9b [2021-04-04T06:52:51.194Z] ---> Running in 929f440ab886 [2021-04-04T06:52:51.194Z] Removing intermediate container 929f440ab886 [2021-04-04T06:52:51.194Z] ---> 2b4a2585517e [2021-04-04T06:52:51.194Z] Step 23/23 : LABEL version=2.0.0-dev.32 [2021-04-04T06:52:51.455Z] ---> Running in eed880423e95 [2021-04-04T06:52:51.455Z] Removing intermediate container eed880423e95 [2021-04-04T06:52:51.455Z] ---> 110a362779e7 [2021-04-04T06:52:51.455Z] [Warning] One or more build-args [MAKE ARCH] were not consumed [2021-04-04T06:52:51.455Z] Successfully built 110a362779e7 [2021-04-04T06:52:51.455Z] 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) [2021-04-04T06:52:51.799Z] a4357932f1b6: Pull complete [2021-04-04T06:52:51.799Z] 18c013af1878: Pull complete Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh [2021-04-04T06:52:52.310Z] ---> job-cost.sh [2021-04-04T06:52:52.310Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-GUPQ [2021-04-04T06:52:53.249Z] 745a02a5169b: Verifying Checksum [2021-04-04T06:52:53.249Z] 745a02a5169b: Download complete [2021-04-04T06:52:53.849Z] 00ac8860ef70: Verifying Checksum [2021-04-04T06:52:53.849Z] 00ac8860ef70: Download complete [2021-04-04T06:53:04.041Z] 00ac8860ef70: Pull complete [2021-04-04T06:53:04.317Z] 63d7cb157983: Pull complete [2021-04-04T06:53:04.922Z] b116817d02f9: Pull complete [2021-04-04T06:53:07.236Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-04-04T06:53:08.322Z] 745a02a5169b: Pull complete [2021-04-04T06:53:08.322Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-04-04T06:53:08.322Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-04-04T06:53:08.322Z] ---> b7e6874047d6 [2021-04-04T06:53:08.322Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-04-04T06:53:11.720Z] ---> Running in 073a76d61909 [2021-04-04T06:53:11.995Z] Removing intermediate container 073a76d61909 [2021-04-04T06:53:11.995Z] ---> 08da53cd5c98 [2021-04-04T06:53:11.995Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-04T06:53:12.276Z] ---> Running in 52eca870b6aa [2021-04-04T06:53:14.899Z] Removing intermediate container 52eca870b6aa [2021-04-04T06:53:14.899Z] ---> 1b4e497d3e1e [2021-04-04T06:53:14.899Z] Step 5/8 : RUN apk add --update --no-cache make git gcc libc-dev libsodium-dev zeromq-dev [2021-04-04T06:53:14.899Z] ---> Running in e78a70d17ceb [2021-04-04T06:53:15.881Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-04T06:53:16.860Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-04T06:53:17.453Z] (1/6) Installing libc-dev (0.7.2-r3) [2021-04-04T06:53:17.453Z] (2/6) Installing libsodium (1.0.18-r0) [2021-04-04T06:53:17.453Z] (3/6) Installing pkgconf (1.7.2-r0) [2021-04-04T06:53:17.723Z] (4/6) Installing libsodium-dev (1.0.18-r0) [2021-04-04T06:53:17.723Z] (5/6) Installing libzmq (4.3.3-r0) [2021-04-04T06:53:17.996Z] (6/6) Installing zeromq-dev (4.3.3-r0) [2021-04-04T06:53:17.996Z] Executing busybox-1.31.1-r19.trigger [2021-04-04T06:53:17.996Z] OK: 144 MiB in 45 packages [2021-04-04T06:53:19.441Z] Removing intermediate container e78a70d17ceb [2021-04-04T06:53:19.441Z] ---> fdfa764cee4a [2021-04-04T06:53:19.441Z] Step 6/8 : WORKDIR /device-sdk-go [2021-04-04T06:53:19.441Z] ---> Running in 85794c0516a6 [2021-04-04T06:53:20.050Z] Removing intermediate container 85794c0516a6 [2021-04-04T06:53:20.050Z] ---> 82329fbeb4bc [2021-04-04T06:53:20.050Z] Step 7/8 : COPY . . [2021-04-04T06:53:21.031Z] ---> fc0f34f45365 [2021-04-04T06:53:21.031Z] Step 8/8 : RUN go mod download [2021-04-04T06:53:21.317Z] ---> Running in 697d7ac306af [2021-04-04T06:53:33.863Z] lf-activate-venv(): INFO: Adding /tmp/venv-GUPQ/bin to PATH [2021-04-04T06:53:33.863Z] INFO: No Stack... [2021-04-04T06:53:34.439Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-04-04T06:53:35.018Z] INFO: Archiving Costs [Pipeline] sh [2021-04-04T06:53:35.349Z] + cat /w/workspace/device-sdk-go/137/archives/cost.csv [2021-04-04T06:53:35.349Z] + cut -d, -f6 [Pipeline] lock [2021-04-04T06:53:35.601Z] Trying to acquire lock on [jenkins-edgexfoundry-device-sdk-go-master-137-stack-cost] [2021-04-04T06:53:35.608Z] Resource [jenkins-edgexfoundry-device-sdk-go-master-137-stack-cost] did not exist. Created. [2021-04-04T06:53:35.608Z] Lock acquired on [jenkins-edgexfoundry-device-sdk-go-master-137-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-04-04T06:53:36.030Z] + echo total: 0.029999999329447746 [Pipeline] stash [2021-04-04T06:53:36.183Z] Stashed 1 file(s) [Pipeline] } [2021-04-04T06:53:36.196Z] Lock released on resource [jenkins-edgexfoundry-device-sdk-go-master-137-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-04-04T06:53:48.165Z] Removing intermediate container 697d7ac306af [2021-04-04T06:53:48.165Z] ---> 240b390503d8 [2021-04-04T06:53:48.165Z] Successfully built 240b390503d8 [2021-04-04T06:53:48.165Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-04-04T06:53:48.524Z] + docker inspect -f . ci-base-image-arm64 [2021-04-04T06:53:48.524Z] . [Pipeline] withDockerContainer [2021-04-04T06:53:48.810Z] prd-ubuntu18.04-docker-arm64-4c-16g-32705 does not seem to be running inside a container [2021-04-04T06:53:48.890Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/137 -v /w/workspace/device-sdk-go/137:/w/workspace/device-sdk-go/137:rw,z -v /w/workspace/device-sdk-go/137@tmp:/w/workspace/device-sdk-go/137@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-04-04T06:53:50.431Z] $ docker top 245253283ef1462039d68ad32313d4564f6979621eb6cf453f0455e49b812adb -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-04T06:53:51.446Z] + go version [2021-04-04T06:53:51.446Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-04-04T06:53:51.465Z] $ docker stop --time=1 245253283ef1462039d68ad32313d4564f6979621eb6cf453f0455e49b812adb [2021-04-04T06:53:53.348Z] $ docker rm -f 245253283ef1462039d68ad32313d4564f6979621eb6cf453f0455e49b812adb [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-04T06:53:54.365Z] + docker inspect -f . ci-base-image-arm64 [2021-04-04T06:53:54.366Z] . [Pipeline] withDockerContainer [2021-04-04T06:53:54.633Z] prd-ubuntu18.04-docker-arm64-4c-16g-32705 does not seem to be running inside a container [2021-04-04T06:53:54.712Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/137 -v /w/workspace/device-sdk-go/137:/w/workspace/device-sdk-go/137:rw,z -v /w/workspace/device-sdk-go/137@tmp:/w/workspace/device-sdk-go/137@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-04-04T06:53:56.315Z] $ docker top 40c72c66e6a25ca532d6742fb7d911281fcc5de4c1986ebffc1fa1710873241f -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-04T06:53:57.338Z] + make test [2021-04-04T06:53:57.338Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-04-04T06:54:19.527Z] ? github.com/edgexfoundry/device-sdk-go/v2 [no test files] [2021-04-04T06:55:16.087Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/cmd/device-simple [no test files] [2021-04-04T06:55:16.087Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/config [no test files] [2021-04-04T06:55:16.087Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/driver [no test files] [2021-04-04T06:55:16.087Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/application [no test files] [2021-04-04T06:55:16.087Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/autodiscovery [no test files] [2021-04-04T06:55:26.259Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/autoevent 0.161s coverage: 28.1% of statements [2021-04-04T06:55:26.259Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/cache 0.209s coverage: 81.2% of statements [2021-04-04T06:55:26.259Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/clients 1.198s coverage: 7.8% of statements [2021-04-04T06:55:26.259Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/common [no test files] [2021-04-04T06:55:26.259Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/config [no test files] [2021-04-04T06:55:26.259Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/container [no test files] [2021-04-04T06:55:27.716Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http 0.256s coverage: 32.5% of statements [2021-04-04T06:55:27.716Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http/correlation [no test files] [2021-04-04T06:55:27.716Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/provision [no test files] [2021-04-04T06:55:27.716Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/telemetry [no test files] [2021-04-04T06:55:31.127Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/transformer 0.321s coverage: 57.3% of statements [2021-04-04T06:55:31.127Z] ok github.com/edgexfoundry/device-sdk-go/v2/pkg/models 3.349s coverage: 6.6% of statements [2021-04-04T06:55:31.726Z] ok github.com/edgexfoundry/device-sdk-go/v2/pkg/service 0.149s coverage: 5.0% of statements [2021-04-04T06:55:31.726Z] ? github.com/edgexfoundry/device-sdk-go/v2/pkg/startup [no test files] [2021-04-04T06:55:32.325Z] GO111MODULE=on go vet ./... [2021-04-04T06:56:28.933Z] gofmt -l . [2021-04-04T06:56:28.933Z] [ "`gofmt -l .`" = "" ] [2021-04-04T06:56:28.933Z] ./bin/test-attribution-txt.sh [2021-04-04T06:56:28.933Z] ./bin/test-go-mod-tidy.sh [Pipeline] } [2021-04-04T06:56:28.994Z] $ docker stop --time=1 40c72c66e6a25ca532d6742fb7d911281fcc5de4c1986ebffc1fa1710873241f [2021-04-04T06:56:31.421Z] $ docker rm -f 40c72c66e6a25ca532d6742fb7d911281fcc5de4c1986ebffc1fa1710873241f [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-04T06:56:32.678Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-04-04T06:56:32.721Z] Warning: overwriting stash ‘coverage-report’ [2021-04-04T06:56:33.919Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-04-04T06:56:34.611Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-04-04T06:56:34.947Z] + ls -al . [2021-04-04T06:56:34.948Z] total 224 [2021-04-04T06:56:34.948Z] drwxrwxr-x 10 jenkins jenkins 4096 Apr 4 06:56 . [2021-04-04T06:56:34.948Z] drwxrwxr-x 4 jenkins jenkins 4096 Apr 4 06:52 .. [2021-04-04T06:56:34.948Z] -rw-rw-r-- 1 jenkins jenkins 140 Apr 4 06:52 .dockerignore [2021-04-04T06:56:34.948Z] drwxrwxr-x 8 jenkins jenkins 4096 Apr 4 06:52 .git [2021-04-04T06:56:34.948Z] drwxrwxr-x 2 jenkins jenkins 4096 Apr 4 06:52 .github [2021-04-04T06:56:34.948Z] -rw-rw-r-- 1 jenkins jenkins 138 Apr 4 06:52 .gitignore [2021-04-04T06:56:34.948Z] -rw-rw-r-- 1 jenkins jenkins 987 Apr 4 06:52 Dockerfile.build [2021-04-04T06:56:34.948Z] -rw-rw-r-- 1 jenkins jenkins 901 Apr 4 06:52 Jenkinsfile [2021-04-04T06:56:34.948Z] -rw-rw-r-- 1 jenkins jenkins 11341 Apr 4 06:52 LICENSE [2021-04-04T06:56:34.948Z] -rw-rw-r-- 1 jenkins jenkins 1022 Apr 4 06:52 Makefile [2021-04-04T06:56:34.948Z] -rw-rw-r-- 1 jenkins jenkins 5897 Apr 4 06:52 README.md [2021-04-04T06:56:34.948Z] -rw-rw-r-- 1 jenkins jenkins 6616 Apr 4 06:52 RELEASE-NOTES.txt [2021-04-04T06:56:34.948Z] -rw-rw-r-- 1 jenkins jenkins 12 Apr 4 06:48 VERSION [2021-04-04T06:56:34.948Z] drwxrwxr-x 2 jenkins jenkins 4096 Apr 4 06:52 bin [2021-04-04T06:56:34.948Z] -rw-r--r-- 1 jenkins jenkins 101239 Apr 4 06:55 coverage.out [2021-04-04T06:56:34.948Z] drwxrwxr-x 5 jenkins jenkins 4096 Apr 4 06:52 example [2021-04-04T06:56:34.948Z] -rw-r--r-- 1 jenkins jenkins 537 Apr 4 06:56 go.mod [2021-04-04T06:56:34.948Z] -rw-r--r-- 1 jenkins jenkins 20946 Apr 4 06:56 go.sum [2021-04-04T06:56:34.948Z] drwxrwxr-x 14 jenkins jenkins 4096 Apr 4 06:52 internal [2021-04-04T06:56:34.948Z] drwxrwxr-x 4 jenkins jenkins 4096 Apr 4 06:52 openapi [2021-04-04T06:56:34.948Z] drwxrwxr-x 5 jenkins jenkins 4096 Apr 4 06:52 pkg [2021-04-04T06:56:34.948Z] drwxrwxr-x 4 jenkins jenkins 4096 Apr 4 06:52 snap [2021-04-04T06:56:34.948Z] -rw-rw-r-- 1 jenkins jenkins 222 Apr 4 06:52 version.go [Pipeline] isUnix [Pipeline] sh [2021-04-04T06:56:35.295Z] + 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=4e9bdd26b0e338b4ade84edef7cdef6b7e824c9b --label arch=arm64 --label version=2.0.0-dev.32 . [2021-04-04T06:56:35.568Z] Sending build context to Docker daemon 2.443MB [2021-04-04T06:56:35.842Z] Step 1/23 : ARG BASE=golang:1.15-alpine3.12 [2021-04-04T06:56:35.842Z] Step 2/23 : FROM ${BASE} AS builder [2021-04-04T06:56:35.842Z] ---> 240b390503d8 [2021-04-04T06:56:35.842Z] Step 3/23 : WORKDIR /device-sdk-go [2021-04-04T06:56:36.113Z] ---> Running in 02c664f2c302 [2021-04-04T06:56:36.384Z] Removing intermediate container 02c664f2c302 [2021-04-04T06:56:36.384Z] ---> 83b014472ab2 [2021-04-04T06:56:36.384Z] Step 4/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-04-04T06:56:36.656Z] ---> Running in ce5adec4f47e [2021-04-04T06:56:36.928Z] Removing intermediate container ce5adec4f47e [2021-04-04T06:56:36.928Z] ---> 44ce478598e3 [2021-04-04T06:56:36.928Z] Step 5/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-04T06:56:37.206Z] ---> Running in e47c398bd2e3 [2021-04-04T06:56:39.185Z] Removing intermediate container e47c398bd2e3 [2021-04-04T06:56:39.185Z] ---> bf15d49f8439 [2021-04-04T06:56:39.185Z] Step 6/23 : RUN apk add --update --no-cache make git gcc libc-dev zeromq-dev libsodium-dev [2021-04-04T06:56:39.456Z] ---> Running in 3bafc8833552 [2021-04-04T06:56:40.887Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-04T06:56:41.476Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-04T06:56:42.064Z] OK: 144 MiB in 45 packages [2021-04-04T06:56:43.500Z] Removing intermediate container 3bafc8833552 [2021-04-04T06:56:43.500Z] ---> 1ad8d85f73c1 [2021-04-04T06:56:43.500Z] Step 7/23 : COPY . . [2021-04-04T06:56:44.472Z] ---> b597724c82e8 [2021-04-04T06:56:44.472Z] Step 8/23 : RUN go mod download [2021-04-04T06:56:44.472Z] ---> Running in 824fd047488f [2021-04-04T06:56:47.107Z] Removing intermediate container 824fd047488f [2021-04-04T06:56:47.107Z] ---> 2d528ddb3c0f [2021-04-04T06:56:47.107Z] Step 9/23 : RUN make build [2021-04-04T06:56:47.107Z] ---> Running in ea45966322e5 [2021-04-04T06:56:48.089Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-sdk-go/v2.Version=2.0.0-dev.32" -o example/cmd/device-simple/device-simple ./example/cmd/device-simple [2021-04-04T06:57:27.155Z] CGO_ENABLED=1 GO111MODULE=on go install -tags=safe [2021-04-04T06:57:27.155Z] Removing intermediate container ea45966322e5 [2021-04-04T06:57:27.155Z] ---> 8fe08fcad580 [2021-04-04T06:57:27.155Z] Step 10/23 : FROM alpine:3.12 [2021-04-04T06:57:27.155Z] 3.12: Pulling from library/alpine [2021-04-04T06:57:27.155Z] 9a219e8acc52: Pulling fs layer [2021-04-04T06:57:27.155Z] 9a219e8acc52: Download complete [2021-04-04T06:57:27.155Z] 9a219e8acc52: Pull complete [2021-04-04T06:57:27.155Z] Digest: sha256:834e9309b5ef0f78d8d20ef0652e7b0272fe97b5baf45720e1b830eaf013cc1b [2021-04-04T06:57:27.155Z] Status: Downloaded newer image for alpine:3.12 [2021-04-04T06:57:27.155Z] ---> d75e27dfc0a0 [2021-04-04T06:57:27.155Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-04-04T06:57:27.155Z] ---> Running in 2902c3c9f154 [2021-04-04T06:57:27.433Z] Removing intermediate container 2902c3c9f154 [2021-04-04T06:57:27.433Z] ---> 31b7f374c4d7 [2021-04-04T06:57:27.433Z] Step 12/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-04T06:57:27.708Z] ---> Running in 7e7097600c5f [2021-04-04T06:57:29.676Z] Removing intermediate container 7e7097600c5f [2021-04-04T06:57:29.676Z] ---> 6b9a8ff81716 [2021-04-04T06:57:29.676Z] Step 13/23 : RUN apk add --update --no-cache zeromq [2021-04-04T06:57:29.949Z] ---> Running in 9e8b37e9a789 [2021-04-04T06:57:30.923Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-04T06:57:31.899Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-04T06:57:32.492Z] (1/5) Installing libgcc (9.3.0-r2) [2021-04-04T06:57:32.492Z] (2/5) Installing libsodium (1.0.18-r0) [2021-04-04T06:57:32.492Z] (3/5) Installing libstdc++ (9.3.0-r2) [2021-04-04T06:57:32.765Z] (4/5) Installing libzmq (4.3.3-r0) [2021-04-04T06:57:32.765Z] (5/5) Installing zeromq (4.3.3-r0) [2021-04-04T06:57:33.038Z] Executing busybox-1.31.1-r20.trigger [2021-04-04T06:57:33.038Z] OK: 8 MiB in 19 packages [2021-04-04T06:57:34.486Z] Removing intermediate container 9e8b37e9a789 [2021-04-04T06:57:34.486Z] ---> e4e8942daf1e [2021-04-04T06:57:34.486Z] Step 14/23 : WORKDIR / [2021-04-04T06:57:34.486Z] ---> Running in dc992927453c [2021-04-04T06:57:34.756Z] Removing intermediate container dc992927453c [2021-04-04T06:57:34.756Z] ---> 0d88e9f4d4b7 [2021-04-04T06:57:34.756Z] Step 15/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/Attribution.txt /Attribution.txt [2021-04-04T06:57:35.727Z] ---> c8f3c38821d3 [2021-04-04T06:57:35.727Z] Step 16/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /device-simple [2021-04-04T06:57:36.699Z] ---> 0256bc19e8a4 [2021-04-04T06:57:36.699Z] Step 17/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/ /res [2021-04-04T06:57:37.291Z] ---> 9bb3a5db1ac0 [2021-04-04T06:57:37.291Z] Step 18/23 : EXPOSE 49990 [2021-04-04T06:57:37.562Z] ---> Running in 762bcd9e7d6c [2021-04-04T06:57:37.837Z] Removing intermediate container 762bcd9e7d6c [2021-04-04T06:57:37.837Z] ---> 4edc8d932321 [2021-04-04T06:57:37.837Z] Step 19/23 : ENTRYPOINT ["/device-simple"] [2021-04-04T06:57:38.106Z] ---> Running in 580ba1ede4bd [2021-04-04T06:57:38.697Z] Removing intermediate container 580ba1ede4bd [2021-04-04T06:57:38.697Z] ---> ad86493a1ce1 [2021-04-04T06:57:38.697Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-04T06:57:38.697Z] ---> Running in 61070cf34c6a [2021-04-04T06:57:39.291Z] Removing intermediate container 61070cf34c6a [2021-04-04T06:57:39.291Z] ---> 3b450a0f1bf4 [2021-04-04T06:57:39.291Z] Step 21/23 : LABEL arch=arm64 [2021-04-04T06:57:39.291Z] ---> Running in 74ac7bf036aa [2021-04-04T06:57:39.884Z] Removing intermediate container 74ac7bf036aa [2021-04-04T06:57:39.884Z] ---> e69b48dbefb3 [2021-04-04T06:57:39.884Z] Step 22/23 : LABEL git_sha=4e9bdd26b0e338b4ade84edef7cdef6b7e824c9b [2021-04-04T06:57:39.884Z] ---> Running in 5c349f26a179 [2021-04-04T06:57:40.478Z] Removing intermediate container 5c349f26a179 [2021-04-04T06:57:40.478Z] ---> bd8bdad04e1b [2021-04-04T06:57:40.478Z] Step 23/23 : LABEL version=2.0.0-dev.32 [2021-04-04T06:57:40.478Z] ---> Running in 8e8698cfe9eb [2021-04-04T06:57:41.072Z] Removing intermediate container 8e8698cfe9eb [2021-04-04T06:57:41.072Z] ---> f21bc665ab58 [2021-04-04T06:57:41.072Z] [Warning] One or more build-args [ARCH MAKE] were not consumed [2021-04-04T06:57:41.072Z] Successfully built f21bc665ab58 [2021-04-04T06:57:41.072Z] Successfully tagged docker-device-sdk-simple-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh [2021-04-04T06:57:41.995Z] ---> job-cost.sh [2021-04-04T06:57:41.995Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-oNbD [2021-04-04T06:58:20.973Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-04-04T06:59:57.747Z] lf-activate-venv(): INFO: Adding /tmp/venv-oNbD/bin to PATH [2021-04-04T06:59:57.747Z] INFO: No Stack... [2021-04-04T06:59:57.747Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-04-04T06:59:57.747Z] INFO: Archiving Costs [Pipeline] sh [2021-04-04T06:59:58.115Z] + cat /w/workspace/device-sdk-go/137/archives/cost.csv [2021-04-04T06:59:58.116Z] + cut -d, -f6 [Pipeline] lock [2021-04-04T06:59:58.231Z] Trying to acquire lock on [jenkins-edgexfoundry-device-sdk-go-master-137-stack-cost] [2021-04-04T06:59:58.248Z] Resource [jenkins-edgexfoundry-device-sdk-go-master-137-stack-cost] did not exist. Created. [2021-04-04T06:59:58.248Z] Lock acquired on [jenkins-edgexfoundry-device-sdk-go-master-137-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-04-04T06:59:58.680Z] /w/workspace/device-sdk-go/137@tmp/durable-83cfceb5/script.sh: 1: /w/workspace/device-sdk-go/137@tmp/durable-83cfceb5/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh [2021-04-04T06:59:59.028Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-04-04T06:59:59.047Z] Warning: overwriting stash ‘stack-cost’ [2021-04-04T06:59:59.206Z] Stashed 1 file(s) [Pipeline] } [2021-04-04T06:59:59.226Z] Lock released on resource [jenkins-edgexfoundry-device-sdk-go-master-137-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-04T07:00:00.353Z] provisioning config files... [2021-04-04T07:00:00.390Z] copy managed file [device-sdk-go-codecov-token] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config5123472502270376059tmp [Pipeline] { [Pipeline] sh [2021-04-04T07:00:00.806Z] + set +x [2021-04-04T07:00:00.806Z] + bash -s -- [2021-04-04T07:00:00.806Z] + curl -s https://codecov.io/bash [2021-04-04T07:00:01.091Z] [2021-04-04T07:00:01.091Z] _____ _ [2021-04-04T07:00:01.091Z] / ____| | | [2021-04-04T07:00:01.091Z] | | ___ __| | ___ ___ _____ __ [2021-04-04T07:00:01.091Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-04-04T07:00:01.091Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-04-04T07:00:01.091Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-04-04T07:00:01.091Z] Bash-20210309-2b87ace [2021-04-04T07:00:01.091Z] [2021-04-04T07:00:01.091Z] [2021-04-04T07:00:01.091Z] ==> git version 2.24.3 found [2021-04-04T07:00:01.091Z] ==> 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-04T07:00:01.091Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-04-04T07:00:01.091Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-04-04T07:00:01.091Z] ==> Jenkins CI detected. [2021-04-04T07:00:01.091Z] project root: . [2021-04-04T07:00:01.091Z] --> token set from env [2021-04-04T07:00:01.091Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-04-04T07:00:01.091Z] ==> Running gcov in . (disable via -X gcov) [2021-04-04T07:00:01.091Z] ==> Python coveragepy not found [2021-04-04T07:00:01.091Z] ==> Searching for coverage reports in: [2021-04-04T07:00:01.091Z] + . [2021-04-04T07:00:01.385Z] -> Found 1 reports [2021-04-04T07:00:01.385Z] ==> Detecting git/mercurial file structure [2021-04-04T07:00:01.385Z] ==> Reading reports [2021-04-04T07:00:01.385Z] + ./coverage.out bytes=101239 [2021-04-04T07:00:01.385Z] ==> Appending adjustments [2021-04-04T07:00:01.385Z] https://docs.codecov.io/docs/fixing-reports [2021-04-04T07:00:02.255Z] + Found adjustments [2021-04-04T07:00:02.255Z] ==> Gzipping contents [2021-04-04T07:00:02.529Z] 16K /tmp/codecov.zLtpTY.gz [2021-04-04T07:00:02.529Z] ==> Uploading reports [2021-04-04T07:00:02.529Z] url: https://codecov.io [2021-04-04T07:00:02.529Z] query: branch=master&commit=4e9bdd26b0e338b4ade84edef7cdef6b7e824c9b&build=137&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2Fmaster%2F137%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=&job=&cmd_args= [2021-04-04T07:00:02.529Z] -> Pinging Codecov [2021-04-04T07:00:02.529Z] https://codecov.io/upload/v4?package=bash-20210309-2b87ace&token=secret&branch=master&commit=4e9bdd26b0e338b4ade84edef7cdef6b7e824c9b&build=137&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2Fmaster%2F137%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=&job=&cmd_args= [2021-04-04T07:00:03.349Z] -> Uploading to [2021-04-04T07:00:03.349Z] https://storage.googleapis.com/codecov/v4/raw/2021-04-04/7E55EF52A471D76F132DFD9A03CDDE97/4e9bdd26b0e338b4ade84edef7cdef6b7e824c9b/4d507f2e-3c17-40fe-adc4-7a46d344a6de.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQM3VGPYSAFECJRMNAFIPCV2R3P2BOORCJC7NM537NPJQSFLHUDNIDWA%2F20210404%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210404T070002Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=fcf7c4caee5eb39ece6165f04f62f8d8efc981a8080829a5010b37e071539b9d [2021-04-04T07:00:03.349Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-04-04T07:00:03.349Z] Dload Upload Total Spent Left Speed [2021-04-04T07:00:03.663Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 13728 0 0 100 13728 0 25301 --:--:-- --:--:-- --:--:-- 25328 [2021-04-04T07:00:03.980Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/device-sdk-go/commit/4e9bdd26b0e338b4ade84edef7cdef6b7e824c9b [Pipeline] } [2021-04-04T07:00:03.999Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo [2021-04-04T07:00:04.879Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2021-04-04T07:00:04.952Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-04T07:00:05.448Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-04-04T07:00:05.746Z] [2021-04-04T07:00:05.746Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh [2021-04-04T07:00:06.285Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-04-04T07:00:06.285Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2021-04-04T07:00:06.285Z] 188c0c94c7c5: Pulling fs layer [2021-04-04T07:00:06.285Z] 0ef7d3d256c8: Pulling fs layer [2021-04-04T07:00:06.285Z] de9db76c5a1d: Pulling fs layer [2021-04-04T07:00:06.285Z] 0eba1c9be4d2: Pulling fs layer [2021-04-04T07:00:06.285Z] 0d57e429df01: Pulling fs layer [2021-04-04T07:00:06.285Z] 4e4be7b47b0d: Pulling fs layer [2021-04-04T07:00:06.285Z] e1f770b5df2f: Pulling fs layer [2021-04-04T07:00:06.285Z] 85a0685a4137: Pulling fs layer [2021-04-04T07:00:06.285Z] 0eba1c9be4d2: Waiting [2021-04-04T07:00:06.285Z] 0d57e429df01: Waiting [2021-04-04T07:00:06.285Z] 4e4be7b47b0d: Waiting [2021-04-04T07:00:06.285Z] e1f770b5df2f: Waiting [2021-04-04T07:00:06.285Z] 85a0685a4137: Waiting [2021-04-04T07:00:06.757Z] de9db76c5a1d: Verifying Checksum [2021-04-04T07:00:06.757Z] de9db76c5a1d: Download complete [2021-04-04T07:00:06.757Z] 0ef7d3d256c8: Verifying Checksum [2021-04-04T07:00:06.757Z] 0ef7d3d256c8: Download complete [2021-04-04T07:00:06.757Z] 0d57e429df01: Verifying Checksum [2021-04-04T07:00:06.757Z] 0d57e429df01: Download complete [2021-04-04T07:00:07.081Z] 4e4be7b47b0d: Verifying Checksum [2021-04-04T07:00:07.081Z] 4e4be7b47b0d: Download complete [2021-04-04T07:00:07.396Z] 188c0c94c7c5: Verifying Checksum [2021-04-04T07:00:07.396Z] 188c0c94c7c5: Download complete [2021-04-04T07:00:08.100Z] 188c0c94c7c5: Pull complete [2021-04-04T07:00:09.424Z] 0ef7d3d256c8: Pull complete [2021-04-04T07:00:09.844Z] de9db76c5a1d: Pull complete [2021-04-04T07:00:13.070Z] e1f770b5df2f: Download complete [2021-04-04T07:00:18.624Z] 0eba1c9be4d2: Verifying Checksum [2021-04-04T07:00:18.624Z] 0eba1c9be4d2: Download complete [2021-04-04T07:00:18.952Z] 85a0685a4137: Verifying Checksum [2021-04-04T07:00:18.952Z] 85a0685a4137: Download complete [2021-04-04T07:00:37.902Z] 0eba1c9be4d2: Pull complete [2021-04-04T07:00:37.902Z] 0d57e429df01: Pull complete [2021-04-04T07:00:37.902Z] 4e4be7b47b0d: Pull complete [2021-04-04T07:00:43.605Z] e1f770b5df2f: Pull complete [2021-04-04T07:00:59.083Z] 85a0685a4137: Pull complete [2021-04-04T07:00:59.083Z] Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 [2021-04-04T07:00:59.083Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-04-04T07:00:59.083Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer [2021-04-04T07:00:59.593Z] prd-centos7-docker-4c-2g-32697 does not seem to be running inside a container [2021-04-04T07:00:59.801Z] $ 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-04T07:01:01.909Z] $ docker top 9f4c4e2c774880615d8728e2136d63304fbeb240f2fb24e3e223bb5150f7ff8f -eo pid,comm [Pipeline] { [Pipeline] echo [2021-04-04T07:01:02.287Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh [2021-04-04T07:01:02.797Z] + set -o pipefail [2021-04-04T07:01:02.797Z] + snyk monitor '--org=edgex-jenkins' [2021-04-04T07:01:36.122Z] [2021-04-04T07:01:36.122Z] Monitoring /w/workspace/dgexfoundry_device-sdk-go_master (github.com/edgexfoundry/device-sdk-go/v2)... [2021-04-04T07:01:36.122Z] [2021-04-04T07:01:36.122Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/a91414f5-c324-409e-a494-413a27791127/history/af87de70-d7e5-42f0-956b-c27356308c33 [2021-04-04T07:01:36.122Z] [2021-04-04T07:01:36.122Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2021-04-04T07:01:36.122Z] [2021-04-04T07:01:36.122Z] [2021-04-04T07:01:36.122Z] You are approaching your monthly limit of 300 private tests for your edgex-jenkins org. [2021-04-04T07:01:36.122Z] To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } [2021-04-04T07:01:36.146Z] $ docker stop --time=1 9f4c4e2c774880615d8728e2136d63304fbeb240f2fb24e3e223bb5150f7ff8f [2021-04-04T07:01:39.853Z] $ docker rm -f 9f4c4e2c774880615d8728e2136d63304fbeb240f2fb24e3e223bb5150f7ff8f [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-04T07:01:41.343Z] [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-04-04T07:01:41.397Z] provisioning config files... [2021-04-04T07:01:41.415Z] copy managed file [swaggerhub-api-key] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config6946009088772682473tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-04T07:01:41.823Z] --> edgex-publish-swagger.sh [2021-04-04T07:01:41.823Z] === Publish openapi/v1 API === [2021-04-04T07:01:41.823Z] [publishToSwagger] Publishing the API Docs [openapi/v1] to Swagger [2021-04-04T07:01:41.823Z] [publishToSwagger] Publishing API Name [device-sdk] [/w/workspace/dgexfoundry_device-sdk-go_master/openapi/v1/device-sdk.yaml] [2021-04-04T07:01:42.091Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-04-04T07:01:42.091Z] Dload Upload Total Spent Left Speed [2021-04-04T07:01:42.866Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 19947 0 0 100 19947 0 26837 --:--:-- --:--:-- --:--:-- 26955 [2021-04-04T07:01:43.134Z] [2021-04-04T07:01:43.134Z] [2021-04-04T07:01:43.134Z] === Publish openapi/v2 API === [2021-04-04T07:01:43.134Z] [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger [2021-04-04T07:01:43.134Z] [publishToSwagger] Publishing API Name [device-sdk] [/w/workspace/dgexfoundry_device-sdk-go_master/openapi/v2/device-sdk.yaml] [2021-04-04T07:01:43.134Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-04-04T07:01:43.134Z] Dload Upload Total Spent Left Speed [2021-04-04T07:01:43.774Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 51483 0 0 100 51483 0 69148 --:--:-- --:--:-- --:--:-- 69197 [2021-04-04T07:01:43.774Z] [2021-04-04T07:01:43.774Z] [Pipeline] } [2021-04-04T07:01:43.792Z] 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-04T07:01:44.913Z] + git log --format=format:%s -1 4e9bdd26b0e338b4ade84edef7cdef6b7e824c9b [Pipeline] isUnix [Pipeline] sh [2021-04-04T07:01:45.256Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-04T07:01:45.256Z] . [Pipeline] withDockerContainer [2021-04-04T07:01:45.584Z] prd-centos7-docker-4c-2g-32697 does not seem to be running inside a container [2021-04-04T07:01:45.748Z] $ 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-04T07:01:47.662Z] $ docker top 8fa258cb0fe8043ccba4f8f798f6c2d084cd36c34c1abf89a71201dfc4495ccd -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-04-04T07:01:48.287Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-04T07:01:48.287Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-04T07:01:49.060Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-04T07:01:49.124Z] $ docker exec 8fa258cb0fe8043ccba4f8f798f6c2d084cd36c34c1abf89a71201dfc4495ccd ssh-agent [2021-04-04T07:01:50.535Z] SSH_AUTH_SOCK=/tmp/ssh-zXQbVTu9Pwlq/agent.12 [2021-04-04T07:01:50.535Z] SSH_AGENT_PID=18 [2021-04-04T07:01:50.550Z] Running ssh-add (command line suppressed) [2021-04-04T07:01:51.622Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_2515320977694086686.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_2515320977694086686.key) [2021-04-04T07:01:51.958Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-04T07:01:53.162Z] + git semver tag [2021-04-04T07:01:53.162Z] # -> Open(): unable to determine branch for HEAD [2021-04-04T07:01:53.162Z] # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git [2021-04-04T07:01:53.162Z] # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master [2021-04-04T07:01:53.162Z] # $SEMVER_REMOTE_NAME = origin [2021-04-04T07:01:53.162Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-04-04T07:01:53.162Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-04-04T07:01:53.162Z] # $SEMVER_BRANCH = master [2021-04-04T07:01:53.162Z] # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver [2021-04-04T07:01:53.162Z] # 4e9bdd26b0e338b4ade84edef7cdef6b7e824c9b HEAD [2021-04-04T07:01:53.162Z] # -> Force: false [2021-04-04T07:01:53.162Z] # e28fc1fda77bd219e9c681606e93a9b0b596ef25 refs/tags/v2.0.0-dev.32 [Pipeline] } [2021-04-04T07:01:53.184Z] $ docker exec --env ******** --env ******** 8fa258cb0fe8043ccba4f8f798f6c2d084cd36c34c1abf89a71201dfc4495ccd ssh-agent -k [2021-04-04T07:01:53.866Z] unset SSH_AUTH_SOCK; [2021-04-04T07:01:53.866Z] unset SSH_AGENT_PID; [2021-04-04T07:01:53.866Z] echo Agent pid 18 killed; [2021-04-04T07:01:54.200Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-04-04T07:01:56.258Z] + git semver [Pipeline] } [2021-04-04T07:01:56.417Z] $ docker stop --time=1 8fa258cb0fe8043ccba4f8f798f6c2d084cd36c34c1abf89a71201dfc4495ccd [2021-04-04T07:02:00.259Z] $ docker rm -f 8fa258cb0fe8043ccba4f8f798f6c2d084cd36c34c1abf89a71201dfc4495ccd [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2021-04-04T07:02:02.514Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-04-04T07:02:02.836Z] [2021-04-04T07:02:02.836Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2021-04-04T07:02:03.352Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-04-04T07:02:03.967Z] 0.23.1-centos7: Pulling from edgex-lftools [2021-04-04T07:02:03.967Z] ab5ef0e58194: Pulling fs layer [2021-04-04T07:02:03.968Z] 9712f1f96733: Pulling fs layer [2021-04-04T07:02:03.968Z] 63f879dbbcfc: Pulling fs layer [2021-04-04T07:02:03.968Z] 0d9ebad4ef96: Pulling fs layer [2021-04-04T07:02:03.968Z] e9a5061849ea: Pulling fs layer [2021-04-04T07:02:03.968Z] d747dcd14b5f: Pulling fs layer [2021-04-04T07:02:03.968Z] 2de7ff778b66: Pulling fs layer [2021-04-04T07:02:03.968Z] 0d9ebad4ef96: Waiting [2021-04-04T07:02:03.968Z] e9a5061849ea: Waiting [2021-04-04T07:02:03.968Z] d747dcd14b5f: Waiting [2021-04-04T07:02:03.968Z] 2de7ff778b66: Waiting [2021-04-04T07:02:03.968Z] 9712f1f96733: Verifying Checksum [2021-04-04T07:02:03.968Z] 9712f1f96733: Download complete [2021-04-04T07:02:13.577Z] 63f879dbbcfc: Verifying Checksum [2021-04-04T07:02:13.578Z] 63f879dbbcfc: Download complete [2021-04-04T07:02:13.897Z] e9a5061849ea: Verifying Checksum [2021-04-04T07:02:13.897Z] e9a5061849ea: Download complete [2021-04-04T07:02:14.218Z] d747dcd14b5f: Verifying Checksum [2021-04-04T07:02:14.218Z] d747dcd14b5f: Download complete [2021-04-04T07:02:16.418Z] 0d9ebad4ef96: Verifying Checksum [2021-04-04T07:02:16.419Z] 0d9ebad4ef96: Download complete [2021-04-04T07:02:16.419Z] 2de7ff778b66: Verifying Checksum [2021-04-04T07:02:16.419Z] 2de7ff778b66: Download complete [2021-04-04T07:02:16.724Z] ab5ef0e58194: Verifying Checksum [2021-04-04T07:02:16.724Z] ab5ef0e58194: Download complete [2021-04-04T07:02:33.306Z] ab5ef0e58194: Pull complete [2021-04-04T07:02:33.306Z] 9712f1f96733: Pull complete [2021-04-04T07:02:36.323Z] 63f879dbbcfc: Pull complete [2021-04-04T07:02:54.861Z] 0d9ebad4ef96: Pull complete [2021-04-04T07:02:54.861Z] e9a5061849ea: Pull complete [2021-04-04T07:02:54.861Z] d747dcd14b5f: Pull complete [2021-04-04T07:03:00.413Z] 2de7ff778b66: Pull complete [2021-04-04T07:03:00.413Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2021-04-04T07:03:00.413Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-04-04T07:03:00.413Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2021-04-04T07:03:01.035Z] prd-centos7-docker-4c-2g-32697 does not seem to be running inside a container [2021-04-04T07:03:01.187Z] $ 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-04T07:03:06.534Z] $ docker top 2987451764e50e41d7876bbc1bbfbaedeae8191af2991937d36901e0db7dcd5e -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2021-04-04T07:03:06.883Z] provisioning config files... [2021-04-04T07:03:06.897Z] copy managed file [sigul-config] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config31787801091400702tmp [2021-04-04T07:03:06.926Z] copy managed file [sigul-password] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config6552293859071310563tmp [2021-04-04T07:03:06.963Z] copy managed file [sigul-pki] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config758947881761891937tmp [Pipeline] { [Pipeline] echo [2021-04-04T07:03:07.033Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-04T07:03:07.366Z] ---> sigul-configuration.sh [2021-04-04T07:03:07.670Z] gpg: directory `/root/.gnupg' created [2021-04-04T07:03:07.670Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2021-04-04T07:03:07.670Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2021-04-04T07:03:07.670Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2021-04-04T07:03:07.670Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2021-04-04T07:03:07.670Z] gpg: CAST5 encrypted data [2021-04-04T07:03:07.942Z] gpg: encrypted with 1 passphrase [2021-04-04T07:03:07.942Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2021-04-04T07:03:10.403Z] + mkdir /home/jenkins [2021-04-04T07:03:10.403Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2021-04-04T07:03:11.774Z] + 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-04T07:03:12.112Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-04T07:03:12.873Z] ---> sigul-install.sh [2021-04-04T07:03:23.242Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2021-04-04T07:03:24.924Z] + git tag --list [2021-04-04T07:03:24.924Z] 0.7.1 [2021-04-04T07:03:24.924Z] delhi-tag [2021-04-04T07:03:24.924Z] v1.0.0 [2021-04-04T07:03:24.924Z] v1.1.0 [2021-04-04T07:03:24.924Z] v1.1.1 [2021-04-04T07:03:24.924Z] v1.1.2 [2021-04-04T07:03:24.924Z] v1.2.0 [2021-04-04T07:03:24.924Z] v1.2.1 [2021-04-04T07:03:24.924Z] v1.2.2 [2021-04-04T07:03:24.924Z] v1.2.3 [2021-04-04T07:03:24.924Z] v1.3.0 [2021-04-04T07:03:24.924Z] v1.4.0 [2021-04-04T07:03:24.924Z] v2.0.0-dev.1 [2021-04-04T07:03:24.924Z] v2.0.0-dev.10 [2021-04-04T07:03:24.924Z] v2.0.0-dev.11 [2021-04-04T07:03:24.924Z] v2.0.0-dev.12 [2021-04-04T07:03:24.924Z] v2.0.0-dev.13 [2021-04-04T07:03:24.924Z] v2.0.0-dev.14 [2021-04-04T07:03:24.924Z] v2.0.0-dev.15 [2021-04-04T07:03:24.924Z] v2.0.0-dev.16 [2021-04-04T07:03:24.924Z] v2.0.0-dev.17 [2021-04-04T07:03:24.924Z] v2.0.0-dev.18 [2021-04-04T07:03:24.924Z] v2.0.0-dev.19 [2021-04-04T07:03:24.924Z] v2.0.0-dev.2 [2021-04-04T07:03:24.924Z] v2.0.0-dev.20 [2021-04-04T07:03:24.924Z] v2.0.0-dev.21 [2021-04-04T07:03:24.924Z] v2.0.0-dev.22 [2021-04-04T07:03:24.924Z] v2.0.0-dev.23 [2021-04-04T07:03:24.924Z] v2.0.0-dev.24 [2021-04-04T07:03:24.924Z] v2.0.0-dev.25 [2021-04-04T07:03:24.924Z] v2.0.0-dev.26 [2021-04-04T07:03:24.924Z] v2.0.0-dev.27 [2021-04-04T07:03:24.924Z] v2.0.0-dev.28 [2021-04-04T07:03:24.924Z] v2.0.0-dev.29 [2021-04-04T07:03:24.924Z] v2.0.0-dev.3 [2021-04-04T07:03:24.924Z] v2.0.0-dev.30 [2021-04-04T07:03:24.924Z] v2.0.0-dev.31 [2021-04-04T07:03:24.924Z] v2.0.0-dev.32 [2021-04-04T07:03:24.924Z] v2.0.0-dev.4 [2021-04-04T07:03:24.924Z] v2.0.0-dev.5 [2021-04-04T07:03:24.924Z] v2.0.0-dev.6 [2021-04-04T07:03:24.924Z] v2.0.0-dev.7 [2021-04-04T07:03:24.924Z] v2.0.0-dev.8 [2021-04-04T07:03:24.924Z] v2.0.0-dev.9 [Pipeline] sh [2021-04-04T07:03:26.134Z] + lftools sign git-tag v2.0.0-dev.32 [2021-04-04T07:03:29.034Z] Signing Git tag with Sigul... [2021-04-04T07:03:29.034Z] Signing v2.0.0-dev.32 [Pipeline] echo [2021-04-04T07:03:30.083Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-04T07:03:30.839Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2021-04-04T07:03:30.954Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2021-04-04T07:03:31.314Z] $ docker stop --time=1 2987451764e50e41d7876bbc1bbfbaedeae8191af2991937d36901e0db7dcd5e [2021-04-04T07:03:34.286Z] $ docker rm -f 2987451764e50e41d7876bbc1bbfbaedeae8191af2991937d36901e0db7dcd5e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2021-04-04T07:03:35.655Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-04T07:03:36.416Z] . [Pipeline] withDockerContainer [2021-04-04T07:03:37.090Z] prd-centos7-docker-4c-2g-32697 does not seem to be running inside a container [2021-04-04T07:03:37.735Z] $ 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-04T07:03:39.351Z] $ docker top e481891e5fba169edd8573f3dab27c19648710f8af8dcd227fa02e6106af6908 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-04-04T07:03:39.952Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-04T07:03:39.952Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-04T07:03:41.667Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-04T07:03:41.671Z] $ docker exec e481891e5fba169edd8573f3dab27c19648710f8af8dcd227fa02e6106af6908 ssh-agent [2021-04-04T07:03:42.453Z] SSH_AUTH_SOCK=/tmp/ssh-DrXm5Bb98ikz/agent.12 [2021-04-04T07:03:42.453Z] SSH_AGENT_PID=17 [2021-04-04T07:03:42.465Z] Running ssh-add (command line suppressed) [2021-04-04T07:03:43.015Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_6279984419984540619.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_6279984419984540619.key) [2021-04-04T07:03:43.280Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-04T07:03:44.046Z] + git semver bump pre [2021-04-04T07:03:44.408Z] # -> Open(): unable to determine branch for HEAD [2021-04-04T07:03:44.408Z] # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git [2021-04-04T07:03:44.408Z] # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master [2021-04-04T07:03:44.408Z] # $SEMVER_REMOTE_NAME = origin [2021-04-04T07:03:44.408Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-04-04T07:03:44.408Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-04-04T07:03:44.408Z] # $SEMVER_BRANCH = master [2021-04-04T07:03:44.408Z] # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver [2021-04-04T07:03:44.408Z] 2.0.0-dev.33 [Pipeline] } [2021-04-04T07:03:44.604Z] $ docker exec --env ******** --env ******** e481891e5fba169edd8573f3dab27c19648710f8af8dcd227fa02e6106af6908 ssh-agent -k [2021-04-04T07:03:45.600Z] unset SSH_AUTH_SOCK; [2021-04-04T07:03:45.601Z] unset SSH_AGENT_PID; [2021-04-04T07:03:45.601Z] echo Agent pid 17 killed; [2021-04-04T07:03:45.921Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-04-04T07:03:46.940Z] + git semver [Pipeline] } [2021-04-04T07:03:47.093Z] $ docker stop --time=1 e481891e5fba169edd8573f3dab27c19648710f8af8dcd227fa02e6106af6908 [2021-04-04T07:03:49.166Z] $ docker rm -f e481891e5fba169edd8573f3dab27c19648710f8af8dcd227fa02e6106af6908 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2021-04-04T07:03:50.883Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-04T07:03:50.883Z] . [Pipeline] withDockerContainer [2021-04-04T07:03:51.288Z] prd-centos7-docker-4c-2g-32697 does not seem to be running inside a container [2021-04-04T07:03:51.509Z] $ 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-04T07:03:53.761Z] $ docker top f8e86e9f41b0f0432b0c9d4f28e4634c29c6e4a3c1ddc8188ba0251b8daf1f97 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-04-04T07:03:54.432Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-04T07:03:54.432Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-04T07:03:55.687Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-04T07:03:55.690Z] $ docker exec f8e86e9f41b0f0432b0c9d4f28e4634c29c6e4a3c1ddc8188ba0251b8daf1f97 ssh-agent [2021-04-04T07:03:56.582Z] SSH_AUTH_SOCK=/tmp/ssh-6KWqz0VyclhH/agent.11 [2021-04-04T07:03:56.582Z] SSH_AGENT_PID=16 [2021-04-04T07:03:56.596Z] Running ssh-add (command line suppressed) [2021-04-04T07:03:58.124Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_7931009356549291077.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_7931009356549291077.key) [2021-04-04T07:03:58.499Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-04T07:03:59.659Z] + git semver push [2021-04-04T07:03:59.659Z] # -> Open(): unable to determine branch for HEAD [2021-04-04T07:03:59.659Z] # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git [2021-04-04T07:03:59.659Z] # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master [2021-04-04T07:03:59.659Z] # $SEMVER_REMOTE_NAME = origin [2021-04-04T07:03:59.659Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-04-04T07:03:59.659Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-04-04T07:03:59.659Z] # $SEMVER_BRANCH = master [2021-04-04T07:03:59.659Z] # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver [Pipeline] } [2021-04-04T07:04:07.032Z] $ docker exec --env ******** --env ******** f8e86e9f41b0f0432b0c9d4f28e4634c29c6e4a3c1ddc8188ba0251b8daf1f97 ssh-agent -k [2021-04-04T07:04:08.133Z] unset SSH_AUTH_SOCK; [2021-04-04T07:04:08.134Z] unset SSH_AGENT_PID; [2021-04-04T07:04:08.134Z] echo Agent pid 16 killed; [2021-04-04T07:04:08.349Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-04-04T07:04:09.690Z] + git semver [Pipeline] } [2021-04-04T07:04:09.775Z] $ docker stop --time=1 f8e86e9f41b0f0432b0c9d4f28e4634c29c6e4a3c1ddc8188ba0251b8daf1f97 [2021-04-04T07:04:12.013Z] $ docker rm -f f8e86e9f41b0f0432b0c9d4f28e4634c29c6e4a3c1ddc8188ba0251b8daf1f97 [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-04T07:04:13.833Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-04T07:04:15.157Z] ---> package-listing.sh [2021-04-04T07:04:15.157Z] ++ facter osfamily [2021-04-04T07:04:15.157Z] ++ tr '[:upper:]' '[:lower:]' [2021-04-04T07:04:15.454Z] + OS_FAMILY=redhat [2021-04-04T07:04:15.454Z] + workspace=/w/workspace/dgexfoundry_device-sdk-go_master [2021-04-04T07:04:15.454Z] + START_PACKAGES=/tmp/packages_start.txt [2021-04-04T07:04:15.454Z] + END_PACKAGES=/tmp/packages_end.txt [2021-04-04T07:04:15.454Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-04-04T07:04:15.454Z] + PACKAGES=/tmp/packages_start.txt [2021-04-04T07:04:15.454Z] + '[' /w/workspace/dgexfoundry_device-sdk-go_master ']' [2021-04-04T07:04:15.454Z] + PACKAGES=/tmp/packages_end.txt [2021-04-04T07:04:15.454Z] + case "${OS_FAMILY}" in [2021-04-04T07:04:15.454Z] + sort [2021-04-04T07:04:15.454Z] + rpm -qa [2021-04-04T07:04:23.985Z] + '[' -f /tmp/packages_start.txt ']' [2021-04-04T07:04:23.985Z] + '[' -f /tmp/packages_end.txt ']' [2021-04-04T07:04:23.985Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-04-04T07:04:23.985Z] + '[' /w/workspace/dgexfoundry_device-sdk-go_master ']' [2021-04-04T07:04:23.985Z] + mkdir -p /w/workspace/dgexfoundry_device-sdk-go_master/archives/ [2021-04-04T07:04:23.985Z] + 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-04T07:04:24.026Z] 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-04T07:04:24.503Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-04-04T07:04:25.216Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-04T07:04:25.890Z] [2021-04-04T07:04:25.890Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-04-04T07:04:26.474Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-04T07:04:26.798Z] alpine: Pulling from edgex-lftools-log-publisher [2021-04-04T07:04:26.798Z] df20fa9351a1: Pulling fs layer [2021-04-04T07:04:26.798Z] 36b3adc4ff6f: Pulling fs layer [2021-04-04T07:04:26.798Z] 8ad3a11d3b57: Pulling fs layer [2021-04-04T07:04:26.798Z] 46f8f816bc3b: Pulling fs layer [2021-04-04T07:04:26.798Z] 93b61091891f: Pulling fs layer [2021-04-04T07:04:26.798Z] 93b9cdb0e59b: Pulling fs layer [2021-04-04T07:04:26.798Z] 5e14af77c1be: Pulling fs layer [2021-04-04T07:04:26.798Z] 01666e4c0597: Pulling fs layer [2021-04-04T07:04:26.798Z] aa168da1d23b: Pulling fs layer [2021-04-04T07:04:26.798Z] 93b9cdb0e59b: Waiting [2021-04-04T07:04:26.798Z] 5e14af77c1be: Waiting [2021-04-04T07:04:26.798Z] 01666e4c0597: Waiting [2021-04-04T07:04:26.798Z] 46f8f816bc3b: Waiting [2021-04-04T07:04:26.798Z] 93b61091891f: Waiting [2021-04-04T07:04:26.798Z] aa168da1d23b: Waiting [2021-04-04T07:04:27.089Z] 36b3adc4ff6f: Verifying Checksum [2021-04-04T07:04:27.089Z] 36b3adc4ff6f: Download complete [2021-04-04T07:04:27.089Z] 46f8f816bc3b: Verifying Checksum [2021-04-04T07:04:27.089Z] 46f8f816bc3b: Download complete [2021-04-04T07:04:27.428Z] 93b61091891f: Verifying Checksum [2021-04-04T07:04:27.428Z] 93b61091891f: Download complete [2021-04-04T07:04:27.428Z] df20fa9351a1: Verifying Checksum [2021-04-04T07:04:27.428Z] df20fa9351a1: Download complete [2021-04-04T07:04:27.428Z] 93b9cdb0e59b: Verifying Checksum [2021-04-04T07:04:27.428Z] 93b9cdb0e59b: Download complete [2021-04-04T07:04:27.428Z] 5e14af77c1be: Verifying Checksum [2021-04-04T07:04:27.428Z] 5e14af77c1be: Download complete [2021-04-04T07:04:27.751Z] 01666e4c0597: Verifying Checksum [2021-04-04T07:04:27.751Z] 01666e4c0597: Download complete [2021-04-04T07:04:29.627Z] 8ad3a11d3b57: Verifying Checksum [2021-04-04T07:04:29.627Z] 8ad3a11d3b57: Download complete [2021-04-04T07:04:29.627Z] df20fa9351a1: Pull complete [2021-04-04T07:04:30.261Z] 36b3adc4ff6f: Pull complete [2021-04-04T07:04:32.403Z] 8ad3a11d3b57: Pull complete [2021-04-04T07:04:32.803Z] 46f8f816bc3b: Pull complete [2021-04-04T07:04:33.518Z] 93b61091891f: Pull complete [2021-04-04T07:04:33.945Z] 93b9cdb0e59b: Pull complete [2021-04-04T07:04:34.623Z] 5e14af77c1be: Pull complete [2021-04-04T07:04:35.266Z] 01666e4c0597: Pull complete [2021-04-04T07:04:38.076Z] aa168da1d23b: Verifying Checksum [2021-04-04T07:04:38.076Z] aa168da1d23b: Download complete [2021-04-04T07:04:57.073Z] aa168da1d23b: Pull complete [2021-04-04T07:04:57.073Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-04-04T07:04:57.073Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-04T07:04:57.073Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-04-04T07:04:57.816Z] prd-centos7-docker-4c-2g-32697 does not seem to be running inside a container [2021-04-04T07:04:58.014Z] $ 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-04T07:05:02.803Z] $ docker top 7aca5c32593e75880a5e17848b82d0f5a16afab74896b2f24be3408b4928d139 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-04T07:05:04.296Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-04-04T07:05:05.666Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-04-04T07:05:06.521Z] + ls /var/log/sa-host [2021-04-04T07:05:06.522Z] + sadf -c /var/log/sa-host/sa04 [2021-04-04T07:05:06.522Z] file_magic: OK [2021-04-04T07:05:06.522Z] HZ: Using current value: 100 [2021-04-04T07:05:06.522Z] file_header: OK [2021-04-04T07:05:06.522Z] 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-04T07:05:06.522Z] Statistics: [2021-04-04T07:05:06.522Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-04-04T07:05:06.522Z] File successfully converted to sysstat format version 12.2.1 [2021-04-04T07:05:06.522Z] + sadf -c /var/log/sa-host/sa23 [2021-04-04T07:05:06.522Z] file_magic: OK [2021-04-04T07:05:06.522Z] HZ: Using current value: 100 [2021-04-04T07:05:06.522Z] file_header: OK [2021-04-04T07:05:06.522Z] 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-04T07:05:06.522Z] Statistics: [2021-04-04T07:05:06.522Z] Hnuu...uuuununununu... [2021-04-04T07:05:06.522Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-04-04T07:05:06.791Z] provisioning config files... [2021-04-04T07:05:06.869Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config5110385484728738143tmp [Pipeline] { [Pipeline] echo [2021-04-04T07:05:06.966Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-04T07:05:08.244Z] ---> create-netrc.sh [Pipeline] } [2021-04-04T07:05:08.264Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-04-04T07:05:08.372Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-04T07:05:09.321Z] ---> python-tools-install.sh [Pipeline] echo [2021-04-04T07:05:09.324Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-04T07:05:10.434Z] ---> sudo-logs.sh [2021-04-04T07:05:10.434Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-04-04T07:05:10.550Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-04T07:05:11.023Z] ---> job-cost.sh [2021-04-04T07:05:11.334Z] lf-activate-venv: SKIPPING [2021-04-04T07:05:11.334Z] DEBUG: total: 0.20999999344348907 [2021-04-04T07:05:11.334Z] INFO: Retrieving Stack Cost... [2021-04-04T07:05:12.326Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-04-04T07:05:12.921Z] INFO: Archiving Costs [Pipeline] echo [2021-04-04T07:05:12.950Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-04T07:05:13.564Z] ---> logs-deploy.sh [2021-04-04T07:05:13.565Z] lf-activate-venv: SKIPPING [2021-04-04T07:05:13.565Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/master/137 [2021-04-04T07:05:13.565Z] INFO: archiving workspace using pattern(s): [2021-04-04T07:05:17.113Z] Archives upload complete. [2021-04-04T07:05:17.529Z] INFO: archiving logs to Nexus