Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 34bcbadecb817e113f443ebd9bc4fa59ecf970a2 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-blackbox-4c-2g-32647’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-centos7-builder-2c-1g-32900’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-centos7-docker-4c-2g-32765’ is offline; ‘prd-centos7-docker-4c-2g-32816’ is offline; ‘prd-centos7-docker-4c-2g-32897’ is offline; ‘prd-centos7-docker-4c-2g-32899’ is offline; ‘prd-centos7-docker-4c-2g-32904’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-32898’ doesn’t have label ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-32906 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 34bcbadecb817e113f443ebd9bc4fa59ecf970a2 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 34bcbadecb817e113f443ebd9bc4fa59ecf970a2 # timeout=10 Commit message: "Merge pull request #861 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/go-mod-messaging/v2-2.0.0-dev.8" > git rev-list --no-walk 1894bc1e392d8688e2b497c25b4baea951eb17b4 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-04-06T06:13:39.231Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-04-06T06:13:39.532Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-04-06T06:13:39.659Z] ========================================================= [2021-04-06T06:13:39.659Z] EdgeX Global Pipelines Version Info [2021-04-06T06:13:39.659Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-04-06T06:13:43.007Z] ------------------- [2021-04-06T06:13:43.007Z] stable info: [2021-04-06T06:13:43.007Z] ------------------- [2021-04-06T06:13:43.007Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-04-06T06:13:43.007Z] Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 [2021-04-06T06:13:43.007Z] Message: update stable to v1.0.186 [2021-04-06T06:13:44.454Z] ------------------- [2021-04-06T06:13:44.454Z] experimental info: [2021-04-06T06:13:44.454Z] ------------------- [2021-04-06T06:13:44.454Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-04-06T06:13:44.454Z] Commit SHA: d990d252097850d5d490fbb59df25296f5300d79 [2021-04-06T06:13:44.454Z] Message: update experimental to v1.0.188 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-04-06T06:13:44.785Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-go-settings [Pipeline] echo [2021-04-06T06:13:44.877Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-go [Pipeline] echo [2021-04-06T06:13:44.973Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-04-06T06:13:45.066Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-04-06T06:13:45.171Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-04-06T06:13:45.261Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-04-06T06:13:45.352Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-04-06T06:13:45.464Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-04-06T06:13:45.558Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = example/cmd/device-simple/Dockerfile [Pipeline] echo [2021-04-06T06:13:45.648Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-04-06T06:13:45.756Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-04-06T06:13:45.876Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-sdk-simple [Pipeline] echo [2021-04-06T06:13:45.976Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-04-06T06:13:46.078Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-04-06T06:13:46.168Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-04-06T06:13:46.289Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2021-04-06T06:13:46.382Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2021-04-06T06:13:46.491Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2021-04-06T06:13:46.588Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-04-06T06:13:46.676Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2021-04-06T06:13:46.767Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-04-06T06:13:46.860Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-04-06T06:13:46.951Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2021-04-06T06:13:47.043Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2021-04-06T06:13:47.132Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2021-04-06T06:13:47.220Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-04-06T06:13:47.312Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2021-04-06T06:13:47.417Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2021-04-06T06:13:47.518Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2021-04-06T06:13:47.636Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 34bcbadecb817e113f443ebd9bc4fa59ecf970a2 [Pipeline] echo [2021-04-06T06:13:47.727Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 34bcbad [Pipeline] echo [2021-04-06T06:13:47.818Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-04-06T06:13:47.992Z] provisioning config files... [2021-04-06T06:13:48.023Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config1399089573046193482tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-06T06:13:48.459Z] ---> docker-login.sh [2021-04-06T06:13:48.459Z] nexus3.edgexfoundry.org:10001 [2021-04-06T06:13:49.977Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-06T06:13:50.333Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-06T06:13:50.333Z] Configure a credential helper to remove this warning. See [2021-04-06T06:13:50.333Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-06T06:13:50.333Z] [2021-04-06T06:13:50.333Z] Login Succeeded [2021-04-06T06:13:50.333Z] nexus3.edgexfoundry.org:10002 [2021-04-06T06:13:51.064Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-06T06:13:51.381Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-06T06:13:51.381Z] Configure a credential helper to remove this warning. See [2021-04-06T06:13:51.381Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-06T06:13:51.381Z] [2021-04-06T06:13:51.381Z] Login Succeeded [2021-04-06T06:13:51.381Z] nexus3.edgexfoundry.org:10003 [2021-04-06T06:13:51.994Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-06T06:13:51.995Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-06T06:13:51.995Z] Configure a credential helper to remove this warning. See [2021-04-06T06:13:51.995Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-06T06:13:51.995Z] [2021-04-06T06:13:51.995Z] Login Succeeded [2021-04-06T06:13:51.995Z] nexus3.edgexfoundry.org:10004 [2021-04-06T06:13:52.686Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-06T06:13:52.686Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-06T06:13:52.686Z] Configure a credential helper to remove this warning. See [2021-04-06T06:13:52.686Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-06T06:13:52.686Z] [2021-04-06T06:13:52.686Z] Login Succeeded [2021-04-06T06:13:52.686Z] docker.io [2021-04-06T06:13:53.319Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-06T06:13:53.621Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-06T06:13:53.621Z] Configure a credential helper to remove this warning. See [2021-04-06T06:13:53.621Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-06T06:13:53.621Z] [2021-04-06T06:13:53.621Z] Login Succeeded [2021-04-06T06:13:53.621Z] ---> docker-login.sh ends [Pipeline] } [2021-04-06T06:13:53.655Z] 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-06T06:13:54.582Z] + git log --format=format:%s -1 34bcbadecb817e113f443ebd9bc4fa59ecf970a2 [Pipeline] echo [2021-04-06T06:13:54.861Z] GIT_COMMIT: 34bcbadecb817e113f443ebd9bc4fa59ecf970a2, Commit Message: Merge pull request #861 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/go-mod-messaging/v2-2.0.0-dev.8 [Pipeline] echo [2021-04-06T06:13:54.920Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2021-04-06T06:13:56.415Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-06T06:13:56.702Z] [2021-04-06T06:13:56.702Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-04-06T06:13:57.305Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-06T06:13:57.305Z] latest: Pulling from edgex-devops/git-semver [2021-04-06T06:13:57.305Z] 31603596830f: Pulling fs layer [2021-04-06T06:13:57.305Z] 2a8b12db71e7: Pulling fs layer [2021-04-06T06:13:57.305Z] 6ca5941a6612: Pulling fs layer [2021-04-06T06:13:57.305Z] ecc8261a40a4: Pulling fs layer [2021-04-06T06:13:57.305Z] ecc8261a40a4: Waiting [2021-04-06T06:13:57.305Z] 2a8b12db71e7: Verifying Checksum [2021-04-06T06:13:57.305Z] 2a8b12db71e7: Download complete [2021-04-06T06:13:57.643Z] 31603596830f: Verifying Checksum [2021-04-06T06:13:57.643Z] 31603596830f: Download complete [2021-04-06T06:13:58.373Z] ecc8261a40a4: Verifying Checksum [2021-04-06T06:13:58.373Z] ecc8261a40a4: Download complete [2021-04-06T06:13:58.660Z] 6ca5941a6612: Verifying Checksum [2021-04-06T06:13:58.660Z] 6ca5941a6612: Download complete [2021-04-06T06:13:58.660Z] 31603596830f: Pull complete [2021-04-06T06:13:58.937Z] 2a8b12db71e7: Pull complete [2021-04-06T06:14:00.027Z] 6ca5941a6612: Pull complete [2021-04-06T06:14:00.329Z] ecc8261a40a4: Pull complete [2021-04-06T06:14:00.329Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-04-06T06:14:00.329Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-06T06:14:00.329Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-04-06T06:14:00.901Z] prd-centos7-docker-4c-2g-32906 does not seem to be running inside a container [2021-04-06T06:14:01.238Z] $ 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-06T06:14:04.625Z] $ docker top 969ab11aba644f49da9183913d72bd9877f1576e879d533f65d3e2ff26dc5a1e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-04-06T06:14:05.011Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-06T06:14:05.011Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-06T06:14:05.770Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-06T06:14:05.790Z] $ docker exec 969ab11aba644f49da9183913d72bd9877f1576e879d533f65d3e2ff26dc5a1e ssh-agent [2021-04-06T06:14:06.576Z] SSH_AUTH_SOCK=/tmp/ssh-6iyuZoyAk6Kz/agent.11 [2021-04-06T06:14:06.576Z] SSH_AGENT_PID=16 [2021-04-06T06:14:06.598Z] Running ssh-add (command line suppressed) [2021-04-06T06:14:07.495Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_3486356890141958498.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_3486356890141958498.key) [2021-04-06T06:14:07.586Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-06T06:14:08.012Z] + git tag --points-at HEAD [Pipeline] } [2021-04-06T06:14:08.096Z] $ docker exec --env ******** --env ******** 969ab11aba644f49da9183913d72bd9877f1576e879d533f65d3e2ff26dc5a1e ssh-agent -k [2021-04-06T06:14:08.799Z] unset SSH_AUTH_SOCK; [2021-04-06T06:14:08.800Z] unset SSH_AGENT_PID; [2021-04-06T06:14:08.800Z] echo Agent pid 16 killed; [2021-04-06T06:14:08.910Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-04-06T06:14:09.069Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-06T06:14:09.069Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-06T06:14:09.672Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-06T06:14:09.679Z] $ docker exec 969ab11aba644f49da9183913d72bd9877f1576e879d533f65d3e2ff26dc5a1e ssh-agent [2021-04-06T06:14:10.238Z] SSH_AUTH_SOCK=/tmp/ssh-g3niCeCmJbA8/agent.45 [2021-04-06T06:14:10.238Z] SSH_AGENT_PID=51 [2021-04-06T06:14:10.248Z] Running ssh-add (command line suppressed) [2021-04-06T06:14:10.506Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_8744091492207894073.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_8744091492207894073.key) [2021-04-06T06:14:10.603Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-06T06:14:11.264Z] + git semver init [2021-04-06T06:14:11.264Z] # -> Open(): unable to determine branch for HEAD [2021-04-06T06:14:11.264Z] # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git [2021-04-06T06:14:11.264Z] # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master [2021-04-06T06:14:11.264Z] # $SEMVER_REMOTE_NAME = origin [2021-04-06T06:14:11.264Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-04-06T06:14:11.264Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-04-06T06:14:11.264Z] # $SEMVER_BRANCH = master [2021-04-06T06:14:11.264Z] # $SEMVER_TEMP = /tmp/semver-697137573 [2021-04-06T06:14:11.264Z] # git clone --branch semver git@github.com:edgexfoundry/device-sdk-go.git $SEMVER_TEMP [2021-04-06T06:14:13.417Z] # '/tmp/semver-697137573' -> '/w/workspace/dgexfoundry_device-sdk-go_master/.semver' [2021-04-06T06:14:13.417Z] # -> Force: false [2021-04-06T06:14:13.417Z] # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver [Pipeline] } [2021-04-06T06:14:13.443Z] $ docker exec --env ******** --env ******** 969ab11aba644f49da9183913d72bd9877f1576e879d533f65d3e2ff26dc5a1e ssh-agent -k [2021-04-06T06:14:13.893Z] unset SSH_AUTH_SOCK; [2021-04-06T06:14:13.893Z] unset SSH_AGENT_PID; [2021-04-06T06:14:13.893Z] echo Agent pid 51 killed; [2021-04-06T06:14:14.049Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-04-06T06:14:14.949Z] + git semver [Pipeline] } [2021-04-06T06:14:14.992Z] $ docker stop --time=1 969ab11aba644f49da9183913d72bd9877f1576e879d533f65d3e2ff26dc5a1e [2021-04-06T06:14:17.109Z] $ docker rm -f 969ab11aba644f49da9183913d72bd9877f1576e879d533f65d3e2ff26dc5a1e [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-06T06:14:18.325Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-04-06T06:14:19.511Z] Stashed 1 file(s) [Pipeline] echo [2021-04-06T06:14:19.514Z] [edgeXSemver]: initialized semver on version 2.0.0-dev.35 [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-06T06:14:35.067Z] Still waiting to schedule task [2021-04-06T06:14:35.067Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2021-04-06T06:14:35.070Z] Still waiting to schedule task [2021-04-06T06:14:35.070Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2021-04-06T06:18:08.788Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-32908 in /w/workspace/dgexfoundry_device-sdk-go_master [Pipeline] { [Pipeline] ws [2021-04-06T06:18:08.853Z] Running in /w/workspace/device-sdk-go/140 [Pipeline] { [Pipeline] checkout [2021-04-06T06:18:13.981Z] using credential edgex-jenkins-ssh [2021-04-06T06:18:14.052Z] Cloning the remote Git repository [2021-04-06T06:18:14.112Z] Cloning repository git@github.com:edgexfoundry/device-sdk-go.git [2021-04-06T06:18:14.219Z] > git init /w/workspace/device-sdk-go/140 # timeout=10 [2021-04-06T06:18:14.281Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2021-04-06T06:18:14.282Z] > git --version # timeout=10 [2021-04-06T06:18:14.297Z] > git --version # 'git version 2.17.1' [2021-04-06T06:18:14.298Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-06T06:18:14.378Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-06T06:18:16.138Z] Checking out Revision 34bcbadecb817e113f443ebd9bc4fa59ecf970a2 (master) [2021-04-06T06:18:15.557Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2021-04-06T06:18:15.579Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-06T06:18:15.603Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2021-04-06T06:18:15.643Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2021-04-06T06:18:15.644Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-06T06:18:15.656Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-04-06T06:18:16.157Z] > git config core.sparsecheckout # timeout=10 [2021-04-06T06:18:16.171Z] > git checkout -f 34bcbadecb817e113f443ebd9bc4fa59ecf970a2 # timeout=10 [2021-04-06T06:18:20.518Z] Commit message: "Merge pull request #861 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/go-mod-messaging/v2-2.0.0-dev.8" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-04-06T06:18:22.002Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-04-06T06:18:22.413Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-04-06T06:18:22.756Z] + true [2021-04-06T06:18:22.756Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-04-06T06:18:25.509Z] provisioning config files... [2021-04-06T06:18:25.547Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/140@tmp/config2570316471080631321tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-06T06:18:25.957Z] ---> docker-login.sh [2021-04-06T06:18:25.957Z] nexus3.edgexfoundry.org:10001 [2021-04-06T06:18:26.941Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-06T06:18:27.219Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-06T06:18:27.219Z] Configure a credential helper to remove this warning. See [2021-04-06T06:18:27.219Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-06T06:18:27.219Z] [2021-04-06T06:18:27.219Z] Login Succeeded [2021-04-06T06:18:27.219Z] nexus3.edgexfoundry.org:10002 [2021-04-06T06:18:27.492Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-06T06:18:27.766Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-06T06:18:27.766Z] Configure a credential helper to remove this warning. See [2021-04-06T06:18:27.766Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-06T06:18:27.766Z] [2021-04-06T06:18:27.766Z] Login Succeeded [2021-04-06T06:18:27.766Z] nexus3.edgexfoundry.org:10003 [2021-04-06T06:18:28.039Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-06T06:18:28.312Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-06T06:18:28.312Z] Configure a credential helper to remove this warning. See [2021-04-06T06:18:28.312Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-06T06:18:28.312Z] [2021-04-06T06:18:28.312Z] Login Succeeded [2021-04-06T06:18:28.312Z] nexus3.edgexfoundry.org:10004 [2021-04-06T06:18:28.584Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-06T06:18:28.857Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-06T06:18:28.857Z] Configure a credential helper to remove this warning. See [2021-04-06T06:18:28.857Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-06T06:18:28.857Z] [2021-04-06T06:18:28.857Z] Login Succeeded [2021-04-06T06:18:28.857Z] docker.io [2021-04-06T06:18:29.130Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-06T06:18:29.402Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-06T06:18:29.402Z] Configure a credential helper to remove this warning. See [2021-04-06T06:18:29.402Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-06T06:18:29.402Z] [2021-04-06T06:18:29.402Z] Login Succeeded [2021-04-06T06:18:29.402Z] ---> docker-login.sh ends [Pipeline] } [2021-04-06T06:18:29.418Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-04-06T06:18:29.905Z] ========================================================= [2021-04-06T06:18:29.905Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-04-06T06:18:29.905Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-04-06T06:18:30.304Z] + 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-06T06:18:30.459Z] Running on prd-centos7-docker-4c-2g-32909 in /w/workspace/dgexfoundry_device-sdk-go_master [Pipeline] { [Pipeline] ws [2021-04-06T06:18:30.534Z] Running in /w/workspace/device-sdk-go/140 [Pipeline] { [2021-04-06T06:18:30.580Z] Sending build context to Docker daemon 2.356MB [Pipeline] checkout [2021-04-06T06:18:30.855Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-04-06T06:18:30.855Z] Step 2/8 : FROM ${BASE} [2021-04-06T06:18:30.855Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-04-06T06:18:30.855Z] 5f621e34cdf4: Pulling fs layer [2021-04-06T06:18:30.855Z] a4357932f1b6: Pulling fs layer [2021-04-06T06:18:30.855Z] 18c013af1878: Pulling fs layer [2021-04-06T06:18:30.855Z] 00ac8860ef70: Pulling fs layer [2021-04-06T06:18:30.855Z] 63d7cb157983: Pulling fs layer [2021-04-06T06:18:30.855Z] b116817d02f9: Pulling fs layer [2021-04-06T06:18:30.855Z] 745a02a5169b: Pulling fs layer [2021-04-06T06:18:30.855Z] 00ac8860ef70: Waiting [2021-04-06T06:18:30.855Z] b116817d02f9: Waiting [2021-04-06T06:18:30.855Z] 745a02a5169b: Waiting [2021-04-06T06:18:30.855Z] 63d7cb157983: Waiting [2021-04-06T06:18:30.855Z] 18c013af1878: Verifying Checksum [2021-04-06T06:18:30.855Z] 18c013af1878: Download complete [2021-04-06T06:18:30.855Z] a4357932f1b6: Verifying Checksum [2021-04-06T06:18:30.855Z] a4357932f1b6: Download complete [2021-04-06T06:18:30.855Z] 63d7cb157983: Verifying Checksum [2021-04-06T06:18:30.855Z] 63d7cb157983: Download complete [2021-04-06T06:18:30.855Z] 5f621e34cdf4: Verifying Checksum [2021-04-06T06:18:30.855Z] 5f621e34cdf4: Download complete [2021-04-06T06:18:30.855Z] b116817d02f9: Verifying Checksum [2021-04-06T06:18:30.855Z] b116817d02f9: Download complete [2021-04-06T06:18:31.452Z] 5f621e34cdf4: Pull complete [2021-04-06T06:18:32.056Z] a4357932f1b6: Pull complete [2021-04-06T06:18:32.670Z] 18c013af1878: Pull complete [2021-04-06T06:18:33.271Z] 745a02a5169b: Verifying Checksum [2021-04-06T06:18:33.271Z] 745a02a5169b: Download complete [2021-04-06T06:18:34.708Z] 00ac8860ef70: Download complete [2021-04-06T06:18:41.098Z] using credential edgex-jenkins-ssh [2021-04-06T06:18:41.153Z] Cloning the remote Git repository [2021-04-06T06:18:41.251Z] Cloning repository git@github.com:edgexfoundry/device-sdk-go.git [2021-04-06T06:18:41.345Z] > git init /w/workspace/device-sdk-go/140 # timeout=10 [2021-04-06T06:18:41.764Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2021-04-06T06:18:41.765Z] > git --version # timeout=10 [2021-04-06T06:18:41.799Z] > git --version # 'git version 2.24.3' [2021-04-06T06:18:41.800Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-06T06:18:41.908Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-06T06:18:43.414Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2021-04-06T06:18:43.491Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-06T06:18:43.598Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2021-04-06T06:18:43.652Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2021-04-06T06:18:43.652Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-06T06:18:43.683Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-04-06T06:18:44.129Z] Checking out Revision 34bcbadecb817e113f443ebd9bc4fa59ecf970a2 (master) [2021-04-06T06:18:44.863Z] 00ac8860ef70: Pull complete [2021-04-06T06:18:45.139Z] 63d7cb157983: Pull complete [2021-04-06T06:18:44.141Z] > git config core.sparsecheckout # timeout=10 [2021-04-06T06:18:44.180Z] > git checkout -f 34bcbadecb817e113f443ebd9bc4fa59ecf970a2 # timeout=10 [2021-04-06T06:18:45.412Z] b116817d02f9: Pull complete [2021-04-06T06:18:48.973Z] Commit message: "Merge pull request #861 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/go-mod-messaging/v2-2.0.0-dev.8" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-04-06T06:18:49.723Z] 745a02a5169b: Pull complete [2021-04-06T06:18:49.723Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-04-06T06:18:49.723Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-04-06T06:18:49.723Z] ---> b7e6874047d6 [2021-04-06T06:18:49.723Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-04-06T06:18:51.127Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-04-06T06:18:51.964Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-04-06T06:18:52.331Z] ---> Running in b849fe8a5479 [2021-04-06T06:18:52.579Z] + sudo service docker restart [2021-04-06T06:18:52.579Z] + true [2021-04-06T06:18:52.579Z] Redirecting to /bin/systemctl restart docker.service [2021-04-06T06:18:52.614Z] Removing intermediate container b849fe8a5479 [2021-04-06T06:18:52.614Z] ---> ab13c8d41947 [2021-04-06T06:18:52.614Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-06T06:18:52.614Z] ---> Running in ae2857d83903 [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-04-06T06:18:54.725Z] provisioning config files... [2021-04-06T06:18:54.786Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/140@tmp/config4089881838621911635tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-06T06:18:55.229Z] Removing intermediate container ae2857d83903 [2021-04-06T06:18:55.229Z] ---> 52fdf9dddcc7 [2021-04-06T06:18:55.229Z] Step 5/8 : RUN apk add --update --no-cache make git gcc libc-dev libsodium-dev zeromq-dev [2021-04-06T06:18:55.229Z] ---> Running in 272334833e0a [2021-04-06T06:18:55.725Z] ---> docker-login.sh [2021-04-06T06:18:55.725Z] nexus3.edgexfoundry.org:10001 [2021-04-06T06:18:56.211Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-06T06:18:57.188Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-06T06:18:57.453Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-06T06:18:57.453Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-06T06:18:57.453Z] Configure a credential helper to remove this warning. See [2021-04-06T06:18:57.453Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-06T06:18:57.453Z] [2021-04-06T06:18:57.453Z] Login Succeeded [2021-04-06T06:18:57.453Z] nexus3.edgexfoundry.org:10002 [2021-04-06T06:18:57.453Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-06T06:18:57.777Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-06T06:18:57.777Z] Configure a credential helper to remove this warning. See [2021-04-06T06:18:57.777Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-06T06:18:57.777Z] [2021-04-06T06:18:57.777Z] Login Succeeded [2021-04-06T06:18:57.777Z] nexus3.edgexfoundry.org:10003 [2021-04-06T06:18:57.792Z] (1/6) Installing libc-dev (0.7.2-r3) [2021-04-06T06:18:57.792Z] (2/6) Installing libsodium (1.0.18-r0) [2021-04-06T06:18:58.064Z] (3/6) Installing pkgconf (1.7.2-r0) [2021-04-06T06:18:58.064Z] (4/6) Installing libsodium-dev (1.0.18-r0) [2021-04-06T06:18:58.340Z] (5/6) Installing libzmq (4.3.3-r0) [2021-04-06T06:18:58.340Z] (6/6) Installing zeromq-dev (4.3.3-r0) [2021-04-06T06:18:58.477Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-06T06:18:58.477Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-06T06:18:58.477Z] Configure a credential helper to remove this warning. See [2021-04-06T06:18:58.477Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-06T06:18:58.477Z] [2021-04-06T06:18:58.477Z] Login Succeeded [2021-04-06T06:18:58.477Z] nexus3.edgexfoundry.org:10004 [2021-04-06T06:18:58.614Z] Executing busybox-1.31.1-r19.trigger [2021-04-06T06:18:58.614Z] OK: 144 MiB in 45 packages [2021-04-06T06:18:59.553Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-06T06:18:59.553Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-06T06:18:59.553Z] Configure a credential helper to remove this warning. See [2021-04-06T06:18:59.553Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-06T06:18:59.553Z] [2021-04-06T06:18:59.553Z] Login Succeeded [2021-04-06T06:18:59.553Z] docker.io [2021-04-06T06:18:59.595Z] Removing intermediate container 272334833e0a [2021-04-06T06:18:59.595Z] ---> 2ea794b9244e [2021-04-06T06:18:59.595Z] Step 6/8 : WORKDIR /device-sdk-go [2021-04-06T06:18:59.868Z] ---> Running in c75b828d6149 [2021-04-06T06:19:00.239Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-06T06:19:00.239Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-06T06:19:00.239Z] Configure a credential helper to remove this warning. See [2021-04-06T06:19:00.239Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-06T06:19:00.239Z] [2021-04-06T06:19:00.239Z] Login Succeeded [2021-04-06T06:19:00.266Z] ---> docker-login.sh ends [Pipeline] } [2021-04-06T06:19:00.268Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [2021-04-06T06:19:00.465Z] Removing intermediate container c75b828d6149 [2021-04-06T06:19:00.465Z] ---> 72ea0072d94d [2021-04-06T06:19:00.465Z] Step 7/8 : COPY . . [Pipeline] unstash [Pipeline] echo [2021-04-06T06:19:00.960Z] ========================================================= [2021-04-06T06:19:00.960Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-04-06T06:19:00.960Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-04-06T06:19:01.484Z] + 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-06T06:19:01.902Z] ---> 41fc6ec0f4de [2021-04-06T06:19:01.903Z] Step 8/8 : RUN go mod download [2021-04-06T06:19:01.903Z] ---> Running in 210b8089475a [2021-04-06T06:19:02.242Z] Sending build context to Docker daemon 2.357MB [2021-04-06T06:19:02.549Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-04-06T06:19:02.549Z] Step 2/8 : FROM ${BASE} [2021-04-06T06:19:02.549Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-04-06T06:19:02.549Z] 188c0c94c7c5: Pulling fs layer [2021-04-06T06:19:02.549Z] 0ef7d3d256c8: Pulling fs layer [2021-04-06T06:19:02.549Z] de9db76c5a1d: Pulling fs layer [2021-04-06T06:19:02.549Z] bca2f99d35d6: Pulling fs layer [2021-04-06T06:19:02.549Z] 93359f2a8cfa: Pulling fs layer [2021-04-06T06:19:02.549Z] 7c6f9722023f: Pulling fs layer [2021-04-06T06:19:02.549Z] a35cf1a2eb13: Pulling fs layer [2021-04-06T06:19:02.549Z] bca2f99d35d6: Waiting [2021-04-06T06:19:02.549Z] 93359f2a8cfa: Waiting [2021-04-06T06:19:02.549Z] 7c6f9722023f: Waiting [2021-04-06T06:19:02.549Z] a35cf1a2eb13: Waiting [2021-04-06T06:19:02.549Z] de9db76c5a1d: Verifying Checksum [2021-04-06T06:19:02.549Z] de9db76c5a1d: Download complete [2021-04-06T06:19:02.549Z] 0ef7d3d256c8: Verifying Checksum [2021-04-06T06:19:02.549Z] 0ef7d3d256c8: Download complete [2021-04-06T06:19:02.967Z] 93359f2a8cfa: Verifying Checksum [2021-04-06T06:19:02.967Z] 93359f2a8cfa: Download complete [2021-04-06T06:19:02.967Z] 7c6f9722023f: Verifying Checksum [2021-04-06T06:19:02.967Z] 7c6f9722023f: Download complete [2021-04-06T06:19:02.967Z] 188c0c94c7c5: Verifying Checksum [2021-04-06T06:19:02.967Z] 188c0c94c7c5: Download complete [2021-04-06T06:19:03.638Z] 188c0c94c7c5: Pull complete [2021-04-06T06:19:04.349Z] 0ef7d3d256c8: Pull complete [2021-04-06T06:19:04.639Z] de9db76c5a1d: Pull complete [2021-04-06T06:19:07.363Z] a35cf1a2eb13: Verifying Checksum [2021-04-06T06:19:07.363Z] a35cf1a2eb13: Download complete [2021-04-06T06:19:10.183Z] bca2f99d35d6: Download complete [2021-04-06T06:19:25.466Z] bca2f99d35d6: Pull complete [2021-04-06T06:19:25.466Z] 93359f2a8cfa: Pull complete [2021-04-06T06:19:25.466Z] 7c6f9722023f: Pull complete [2021-04-06T06:19:31.033Z] a35cf1a2eb13: Pull complete [2021-04-06T06:19:31.033Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-04-06T06:19:31.033Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-04-06T06:19:31.033Z] ---> a62c8e92a672 [2021-04-06T06:19:31.033Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-04-06T06:19:31.346Z] ---> Running in 5b59031c4cda [2021-04-06T06:19:31.988Z] Removing intermediate container 5b59031c4cda [2021-04-06T06:19:31.988Z] ---> a23dbf3fdd1b [2021-04-06T06:19:31.988Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-06T06:19:31.988Z] ---> Running in ae130146ce62 [2021-04-06T06:19:34.228Z] Removing intermediate container 210b8089475a [2021-04-06T06:19:34.229Z] ---> b0deaaebca64 [2021-04-06T06:19:34.229Z] Successfully built b0deaaebca64 [2021-04-06T06:19:34.229Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-04-06T06:19:34.568Z] + docker inspect -f . ci-base-image-arm64 [2021-04-06T06:19:34.568Z] . [Pipeline] withDockerContainer [2021-04-06T06:19:34.839Z] prd-ubuntu18.04-docker-arm64-4c-16g-32908 does not seem to be running inside a container [2021-04-06T06:19:34.920Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/140 -v /w/workspace/device-sdk-go/140:/w/workspace/device-sdk-go/140:rw,z -v /w/workspace/device-sdk-go/140@tmp:/w/workspace/device-sdk-go/140@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-06T06:19:34.970Z] Removing intermediate container ae130146ce62 [2021-04-06T06:19:34.971Z] ---> 11dbbd1dd6cd [2021-04-06T06:19:34.971Z] Step 5/8 : RUN apk add --update --no-cache make git gcc libc-dev libsodium-dev zeromq-dev [2021-04-06T06:19:34.971Z] ---> Running in dd885b2e458a [2021-04-06T06:19:36.038Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-06T06:19:36.479Z] $ docker top 1949e8c641a55cab58baaa73832f1d16d087be3ee9cdb3c376431e48ea14c593 -eo pid,comm [2021-04-06T06:19:36.679Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [Pipeline] { [Pipeline] sh [2021-04-06T06:19:37.330Z] (1/6) Installing libc-dev (0.7.2-r3) [2021-04-06T06:19:37.476Z] + go version [2021-04-06T06:19:37.476Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-04-06T06:19:37.503Z] $ docker stop --time=1 1949e8c641a55cab58baaa73832f1d16d087be3ee9cdb3c376431e48ea14c593 [2021-04-06T06:19:37.604Z] (2/6) Installing libsodium (1.0.18-r0) [2021-04-06T06:19:37.604Z] (3/6) Installing pkgconf (1.7.2-r0) [2021-04-06T06:19:37.984Z] (4/6) Installing libsodium-dev (1.0.18-r0) [2021-04-06T06:19:37.984Z] (5/6) Installing libzmq (4.3.3-r0) [2021-04-06T06:19:37.984Z] (6/6) Installing zeromq-dev (4.3.3-r0) [2021-04-06T06:19:37.984Z] Executing busybox-1.31.1-r19.trigger [2021-04-06T06:19:38.269Z] OK: 167 MiB in 45 packages [2021-04-06T06:19:38.972Z] Removing intermediate container dd885b2e458a [2021-04-06T06:19:38.972Z] ---> e962fb2953c1 [2021-04-06T06:19:38.972Z] Step 6/8 : WORKDIR /device-sdk-go [2021-04-06T06:19:39.277Z] ---> Running in c90e7bbdb917 [2021-04-06T06:19:39.450Z] $ docker rm -f 1949e8c641a55cab58baaa73832f1d16d087be3ee9cdb3c376431e48ea14c593 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [2021-04-06T06:19:39.868Z] Removing intermediate container c90e7bbdb917 [2021-04-06T06:19:39.869Z] ---> b8fd765af428 [2021-04-06T06:19:39.869Z] Step 7/8 : COPY . . [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-06T06:19:40.455Z] + docker inspect -f . ci-base-image-arm64 [2021-04-06T06:19:40.455Z] . [Pipeline] withDockerContainer [2021-04-06T06:19:40.693Z] prd-ubuntu18.04-docker-arm64-4c-16g-32908 does not seem to be running inside a container [2021-04-06T06:19:40.776Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/140 -v /w/workspace/device-sdk-go/140:/w/workspace/device-sdk-go/140:rw,z -v /w/workspace/device-sdk-go/140@tmp:/w/workspace/device-sdk-go/140@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-06T06:19:41.991Z] ---> ae896b468476 [2021-04-06T06:19:41.992Z] Step 8/8 : RUN go mod download [2021-04-06T06:19:41.992Z] ---> Running in d6e3d98bb2b4 [2021-04-06T06:19:42.301Z] $ docker top 7d942cf76857df889850143f9feaf6ef82c5e3804e1c74f458747ab12b03151b -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-06T06:19:43.285Z] + make test [2021-04-06T06:19:43.285Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-04-06T06:20:05.479Z] ? github.com/edgexfoundry/device-sdk-go/v2 [no test files] [2021-04-06T06:20:15.322Z] Removing intermediate container d6e3d98bb2b4 [2021-04-06T06:20:15.322Z] ---> 22bb72de248f [2021-04-06T06:20:15.322Z] Successfully built 22bb72de248f [2021-04-06T06:20:15.322Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-04-06T06:20:15.746Z] + docker inspect -f . ci-base-image-x86_64 [2021-04-06T06:20:16.056Z] . [Pipeline] withDockerContainer [2021-04-06T06:20:16.467Z] prd-centos7-docker-4c-2g-32909 does not seem to be running inside a container [2021-04-06T06:20:16.739Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/140 -v /w/workspace/device-sdk-go/140:/w/workspace/device-sdk-go/140:rw,z -v /w/workspace/device-sdk-go/140@tmp:/w/workspace/device-sdk-go/140@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-04-06T06:20:18.388Z] $ docker top f27f76a1739d19a8518e8173bd2c200f78ce0959433ccd593a9ab9ed6991e84e -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-06T06:20:19.848Z] + go version [2021-04-06T06:20:19.848Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-04-06T06:20:19.917Z] $ docker stop --time=1 f27f76a1739d19a8518e8173bd2c200f78ce0959433ccd593a9ab9ed6991e84e [2021-04-06T06:20:21.715Z] $ docker rm -f f27f76a1739d19a8518e8173bd2c200f78ce0959433ccd593a9ab9ed6991e84e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-06T06:20:23.180Z] + docker inspect -f . ci-base-image-x86_64 [2021-04-06T06:20:23.457Z] . [Pipeline] withDockerContainer [2021-04-06T06:20:23.863Z] prd-centos7-docker-4c-2g-32909 does not seem to be running inside a container [2021-04-06T06:20:23.990Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/140 -v /w/workspace/device-sdk-go/140:/w/workspace/device-sdk-go/140:rw,z -v /w/workspace/device-sdk-go/140@tmp:/w/workspace/device-sdk-go/140@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-04-06T06:20:25.652Z] $ docker top 34d8282302f48c3336eef56a3dda16c4da3732dd4ccf1eaf95bed8e164f98854 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-06T06:20:26.993Z] + make test [2021-04-06T06:20:26.993Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-04-06T06:20:46.047Z] ? github.com/edgexfoundry/device-sdk-go/v2 [no test files] [2021-04-06T06:21:02.093Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/cmd/device-simple [no test files] [2021-04-06T06:21:02.093Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/config [no test files] [2021-04-06T06:21:02.093Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/driver [no test files] [2021-04-06T06:21:02.093Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/application [no test files] [2021-04-06T06:21:02.093Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/autodiscovery [no test files] [2021-04-06T06:21:04.752Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/autoevent 0.169s coverage: 28.1% of statements [2021-04-06T06:21:05.036Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/cache 0.221s coverage: 81.2% of statements [2021-04-06T06:21:05.036Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/clients 1.129s coverage: 7.8% of statements [2021-04-06T06:21:05.036Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/common [no test files] [2021-04-06T06:21:05.036Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/config [no test files] [2021-04-06T06:21:05.036Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/container [no test files] [2021-04-06T06:21:07.047Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http 0.248s coverage: 32.5% of statements [2021-04-06T06:21:07.047Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http/correlation [no test files] [2021-04-06T06:21:07.047Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/provision [no test files] [2021-04-06T06:21:07.047Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/telemetry [no test files] [2021-04-06T06:21:10.494Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/transformer 0.291s coverage: 57.3% of statements [2021-04-06T06:21:10.494Z] ok github.com/edgexfoundry/device-sdk-go/v2/pkg/models 3.149s coverage: 6.6% of statements [2021-04-06T06:21:10.767Z] ok github.com/edgexfoundry/device-sdk-go/v2/pkg/service 0.140s coverage: 5.0% of statements [2021-04-06T06:21:10.767Z] ? github.com/edgexfoundry/device-sdk-go/v2/pkg/startup [no test files] [2021-04-06T06:21:11.365Z] GO111MODULE=on go vet ./... [2021-04-06T06:21:34.070Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/cmd/device-simple [no test files] [2021-04-06T06:21:34.070Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/config [no test files] [2021-04-06T06:21:34.070Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/driver [no test files] [2021-04-06T06:21:34.070Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/application [no test files] [2021-04-06T06:21:34.070Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/autodiscovery [no test files] [2021-04-06T06:21:35.626Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/autoevent 0.118s coverage: 28.1% of statements [2021-04-06T06:21:35.949Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/cache 0.167s coverage: 81.2% of statements [2021-04-06T06:21:36.264Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/clients 1.185s coverage: 7.8% of statements [2021-04-06T06:21:36.264Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/common [no test files] [2021-04-06T06:21:36.264Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/config [no test files] [2021-04-06T06:21:36.264Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/container [no test files] [2021-04-06T06:21:36.264Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http 0.185s coverage: 32.5% of statements [2021-04-06T06:21:36.264Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http/correlation [no test files] [2021-04-06T06:21:36.264Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/provision [no test files] [2021-04-06T06:21:36.264Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/telemetry [no test files] [2021-04-06T06:21:41.221Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/transformer 0.486s coverage: 57.3% of statements [2021-04-06T06:21:41.221Z] ok github.com/edgexfoundry/device-sdk-go/v2/pkg/models 3.171s coverage: 6.6% of statements [2021-04-06T06:21:41.221Z] ok github.com/edgexfoundry/device-sdk-go/v2/pkg/service 0.179s coverage: 5.0% of statements [2021-04-06T06:21:41.221Z] ? github.com/edgexfoundry/device-sdk-go/v2/pkg/startup [no test files] [2021-04-06T06:21:41.221Z] GO111MODULE=on go vet ./... [2021-04-06T06:21:58.412Z] gofmt -l . [2021-04-06T06:21:58.412Z] [ "`gofmt -l .`" = "" ] [2021-04-06T06:21:58.412Z] ./bin/test-attribution-txt.sh [2021-04-06T06:21:58.412Z] ./bin/test-go-mod-tidy.sh [Pipeline] } [2021-04-06T06:21:58.441Z] $ docker stop --time=1 7d942cf76857df889850143f9feaf6ef82c5e3804e1c74f458747ab12b03151b [2021-04-06T06:22:00.790Z] $ docker rm -f 7d942cf76857df889850143f9feaf6ef82c5e3804e1c74f458747ab12b03151b [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-06T06:22:02.033Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-04-06T06:22:03.048Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-04-06T06:22:06.124Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-04-06T06:22:06.505Z] + ls -al . [2021-04-06T06:22:06.505Z] total 224 [2021-04-06T06:22:06.505Z] drwxrwxr-x 10 jenkins jenkins 4096 Apr 6 06:21 . [2021-04-06T06:22:06.505Z] drwxrwxr-x 4 jenkins jenkins 4096 Apr 6 06:18 .. [2021-04-06T06:22:06.505Z] -rw-rw-r-- 1 jenkins jenkins 140 Apr 6 06:18 .dockerignore [2021-04-06T06:22:06.505Z] drwxrwxr-x 8 jenkins jenkins 4096 Apr 6 06:18 .git [2021-04-06T06:22:06.505Z] drwxrwxr-x 2 jenkins jenkins 4096 Apr 6 06:18 .github [2021-04-06T06:22:06.505Z] -rw-rw-r-- 1 jenkins jenkins 138 Apr 6 06:18 .gitignore [2021-04-06T06:22:06.505Z] -rw-rw-r-- 1 jenkins jenkins 987 Apr 6 06:18 Dockerfile.build [2021-04-06T06:22:06.505Z] -rw-rw-r-- 1 jenkins jenkins 901 Apr 6 06:18 Jenkinsfile [2021-04-06T06:22:06.505Z] -rw-rw-r-- 1 jenkins jenkins 11341 Apr 6 06:18 LICENSE [2021-04-06T06:22:06.505Z] -rw-rw-r-- 1 jenkins jenkins 1022 Apr 6 06:18 Makefile [2021-04-06T06:22:06.505Z] -rw-rw-r-- 1 jenkins jenkins 5897 Apr 6 06:18 README.md [2021-04-06T06:22:06.505Z] -rw-rw-r-- 1 jenkins jenkins 6616 Apr 6 06:18 RELEASE-NOTES.txt [2021-04-06T06:22:06.505Z] -rw-rw-r-- 1 jenkins jenkins 12 Apr 6 06:14 VERSION [2021-04-06T06:22:06.505Z] drwxrwxr-x 2 jenkins jenkins 4096 Apr 6 06:18 bin [2021-04-06T06:22:06.505Z] -rw-r--r-- 1 jenkins jenkins 101239 Apr 6 06:21 coverage.out [2021-04-06T06:22:06.505Z] drwxrwxr-x 5 jenkins jenkins 4096 Apr 6 06:18 example [2021-04-06T06:22:06.505Z] -rw-r--r-- 1 jenkins jenkins 572 Apr 6 06:21 go.mod [2021-04-06T06:22:06.505Z] -rw-r--r-- 1 jenkins jenkins 20946 Apr 6 06:21 go.sum [2021-04-06T06:22:06.505Z] drwxrwxr-x 14 jenkins jenkins 4096 Apr 6 06:18 internal [2021-04-06T06:22:06.505Z] drwxrwxr-x 4 jenkins jenkins 4096 Apr 6 06:18 openapi [2021-04-06T06:22:06.505Z] drwxrwxr-x 5 jenkins jenkins 4096 Apr 6 06:18 pkg [2021-04-06T06:22:06.505Z] drwxrwxr-x 4 jenkins jenkins 4096 Apr 6 06:18 snap [2021-04-06T06:22:06.505Z] -rw-rw-r-- 1 jenkins jenkins 222 Apr 6 06:18 version.go [Pipeline] isUnix [Pipeline] sh [2021-04-06T06:22:06.875Z] + 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=34bcbadecb817e113f443ebd9bc4fa59ecf970a2 --label arch=arm64 --label version=2.0.0-dev.35 . [2021-04-06T06:22:07.500Z] Sending build context to Docker daemon 2.458MB [2021-04-06T06:22:07.500Z] Step 1/23 : ARG BASE=golang:1.15-alpine3.12 [2021-04-06T06:22:07.500Z] Step 2/23 : FROM ${BASE} AS builder [2021-04-06T06:22:07.500Z] ---> b0deaaebca64 [2021-04-06T06:22:07.500Z] Step 3/23 : WORKDIR /device-sdk-go [2021-04-06T06:22:07.500Z] ---> Running in 8400bb17d71c [2021-04-06T06:22:08.101Z] Removing intermediate container 8400bb17d71c [2021-04-06T06:22:08.101Z] ---> 199f16c3babe [2021-04-06T06:22:08.101Z] Step 4/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-04-06T06:22:08.380Z] ---> Running in b768c6c0ae7f [2021-04-06T06:22:08.655Z] Removing intermediate container b768c6c0ae7f [2021-04-06T06:22:08.655Z] ---> 36e9740d481d [2021-04-06T06:22:08.655Z] Step 5/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-06T06:22:08.930Z] ---> Running in 784753f730c1 [2021-04-06T06:22:10.918Z] Removing intermediate container 784753f730c1 [2021-04-06T06:22:10.918Z] ---> 4a69be703b15 [2021-04-06T06:22:10.918Z] Step 6/23 : RUN apk add --update --no-cache make git gcc libc-dev zeromq-dev libsodium-dev [2021-04-06T06:22:11.193Z] ---> Running in b0234826a264 [2021-04-06T06:22:12.170Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-06T06:22:13.142Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-06T06:22:14.117Z] OK: 144 MiB in 45 packages [2021-04-06T06:22:15.123Z] Removing intermediate container b0234826a264 [2021-04-06T06:22:15.123Z] ---> eb47d41b16c7 [2021-04-06T06:22:15.123Z] Step 7/23 : COPY . . [2021-04-06T06:22:16.559Z] ---> 47382a44b63d [2021-04-06T06:22:16.559Z] Step 8/23 : RUN go mod download [2021-04-06T06:22:16.559Z] ---> Running in 700c2e9e35e3 [2021-04-06T06:22:19.180Z] Removing intermediate container 700c2e9e35e3 [2021-04-06T06:22:19.180Z] ---> ed646ffa5e18 [2021-04-06T06:22:19.180Z] Step 9/23 : RUN make build [2021-04-06T06:22:19.180Z] ---> Running in 57cb34f3c751 [2021-04-06T06:22:20.157Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-sdk-go/v2.Version=2.0.0-dev.35" -o example/cmd/device-simple/device-simple ./example/cmd/device-simple [2021-04-06T06:22:21.399Z] gofmt -l . [2021-04-06T06:22:21.399Z] [ "`gofmt -l .`" = "" ] [2021-04-06T06:22:21.399Z] ./bin/test-attribution-txt.sh [2021-04-06T06:22:22.652Z] ./bin/test-go-mod-tidy.sh [Pipeline] } [2021-04-06T06:22:24.267Z] $ docker stop --time=1 34d8282302f48c3336eef56a3dda16c4da3732dd4ccf1eaf95bed8e164f98854 [2021-04-06T06:22:27.873Z] $ docker rm -f 34d8282302f48c3336eef56a3dda16c4da3732dd4ccf1eaf95bed8e164f98854 [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-06T06:22:29.202Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-04-06T06:22:29.273Z] Warning: overwriting stash ‘coverage-report’ [2021-04-06T06:22:30.166Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2021-04-06T06:22:30.943Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-04-06T06:22:31.405Z] + ls -al . [2021-04-06T06:22:31.405Z] total 188 [2021-04-06T06:22:31.405Z] drwxrwxr-x. 10 jenkins jenkins 4096 Apr 6 06:22 . [2021-04-06T06:22:31.405Z] drwxrwxr-x. 4 jenkins jenkins 32 Apr 6 06:18 .. [2021-04-06T06:22:31.405Z] drwxrwxr-x. 2 jenkins jenkins 64 Apr 6 06:18 bin [2021-04-06T06:22:31.405Z] -rw-r--r--. 1 jenkins jenkins 101239 Apr 6 06:21 coverage.out [2021-04-06T06:22:31.405Z] -rw-rw-r--. 1 jenkins jenkins 987 Apr 6 06:18 Dockerfile.build [2021-04-06T06:22:31.405Z] -rw-rw-r--. 1 jenkins jenkins 140 Apr 6 06:18 .dockerignore [2021-04-06T06:22:31.405Z] drwxrwxr-x. 5 jenkins jenkins 62 Apr 6 06:18 example [2021-04-06T06:22:31.405Z] drwxrwxr-x. 8 jenkins jenkins 162 Apr 6 06:18 .git [2021-04-06T06:22:31.405Z] drwxrwxr-x. 2 jenkins jenkins 103 Apr 6 06:18 .github [2021-04-06T06:22:31.405Z] -rw-rw-r--. 1 jenkins jenkins 138 Apr 6 06:18 .gitignore [2021-04-06T06:22:31.405Z] -rw-r--r--. 1 jenkins jenkins 572 Apr 6 06:22 go.mod [2021-04-06T06:22:31.405Z] -rw-r--r--. 1 jenkins jenkins 20946 Apr 6 06:22 go.sum [2021-04-06T06:22:31.405Z] drwxrwxr-x. 14 jenkins jenkins 207 Apr 6 06:18 internal [2021-04-06T06:22:31.405Z] -rw-rw-r--. 1 jenkins jenkins 901 Apr 6 06:18 Jenkinsfile [2021-04-06T06:22:31.405Z] -rw-rw-r--. 1 jenkins jenkins 11341 Apr 6 06:18 LICENSE [2021-04-06T06:22:31.405Z] -rw-rw-r--. 1 jenkins jenkins 1022 Apr 6 06:18 Makefile [2021-04-06T06:22:31.405Z] drwxrwxr-x. 4 jenkins jenkins 26 Apr 6 06:18 openapi [2021-04-06T06:22:31.405Z] drwxrwxr-x. 5 jenkins jenkins 50 Apr 6 06:18 pkg [2021-04-06T06:22:31.405Z] -rw-rw-r--. 1 jenkins jenkins 5897 Apr 6 06:18 README.md [2021-04-06T06:22:31.405Z] -rw-rw-r--. 1 jenkins jenkins 6616 Apr 6 06:18 RELEASE-NOTES.txt [2021-04-06T06:22:31.405Z] drwxrwxr-x. 4 jenkins jenkins 54 Apr 6 06:18 snap [2021-04-06T06:22:31.405Z] -rw-rw-r--. 1 jenkins jenkins 12 Apr 6 06:14 VERSION [2021-04-06T06:22:31.405Z] -rw-rw-r--. 1 jenkins jenkins 222 Apr 6 06:18 version.go [Pipeline] isUnix [Pipeline] sh [2021-04-06T06:22:31.816Z] + 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=34bcbadecb817e113f443ebd9bc4fa59ecf970a2 --label arch=amd64 --label version=2.0.0-dev.35 . [2021-04-06T06:22:32.505Z] Sending build context to Docker daemon 2.459MB [2021-04-06T06:22:32.881Z] Step 1/23 : ARG BASE=golang:1.15-alpine3.12 [2021-04-06T06:22:32.881Z] Step 2/23 : FROM ${BASE} AS builder [2021-04-06T06:22:32.881Z] ---> 22bb72de248f [2021-04-06T06:22:32.881Z] Step 3/23 : WORKDIR /device-sdk-go [2021-04-06T06:22:33.220Z] ---> Running in fb4b0248ed95 [2021-04-06T06:22:33.516Z] Removing intermediate container fb4b0248ed95 [2021-04-06T06:22:33.516Z] ---> 108f0518ba37 [2021-04-06T06:22:33.516Z] Step 4/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-04-06T06:22:33.516Z] ---> Running in 99eebef51316 [2021-04-06T06:22:33.855Z] Removing intermediate container 99eebef51316 [2021-04-06T06:22:33.855Z] ---> be90a0a0ba43 [2021-04-06T06:22:33.855Z] Step 5/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-06T06:22:33.855Z] ---> Running in bea2f72852d9 [2021-04-06T06:22:35.866Z] Removing intermediate container bea2f72852d9 [2021-04-06T06:22:35.866Z] ---> 8152fcbd0d78 [2021-04-06T06:22:35.866Z] Step 6/23 : RUN apk add --update --no-cache make git gcc libc-dev zeromq-dev libsodium-dev [2021-04-06T06:22:36.150Z] ---> Running in f2f073df5469 [2021-04-06T06:22:37.638Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-06T06:22:38.636Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-06T06:22:39.233Z] OK: 167 MiB in 45 packages [2021-04-06T06:22:40.337Z] Removing intermediate container f2f073df5469 [2021-04-06T06:22:40.337Z] ---> f7db6fde750d [2021-04-06T06:22:40.337Z] Step 7/23 : COPY . . [2021-04-06T06:22:41.404Z] ---> 8f4eb3d09ff3 [2021-04-06T06:22:41.404Z] Step 8/23 : RUN go mod download [2021-04-06T06:22:41.897Z] ---> Running in b0a919399b47 [2021-04-06T06:22:44.167Z] Removing intermediate container b0a919399b47 [2021-04-06T06:22:44.167Z] ---> 6df76c4146b0 [2021-04-06T06:22:44.167Z] Step 9/23 : RUN make build [2021-04-06T06:22:44.167Z] ---> Running in 447dfd4d1b61 [2021-04-06T06:22:45.192Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-sdk-go/v2.Version=2.0.0-dev.35" -o example/cmd/device-simple/device-simple ./example/cmd/device-simple [2021-04-06T06:22:52.527Z] CGO_ENABLED=1 GO111MODULE=on go install -tags=safe [2021-04-06T06:22:54.508Z] Removing intermediate container 57cb34f3c751 [2021-04-06T06:22:54.509Z] ---> 505d63335e06 [2021-04-06T06:22:54.509Z] Step 10/23 : FROM alpine:3.12 [2021-04-06T06:22:55.101Z] 3.12: Pulling from library/alpine [2021-04-06T06:22:55.101Z] 9a219e8acc52: Pulling fs layer [2021-04-06T06:22:55.373Z] 9a219e8acc52: Download complete [2021-04-06T06:22:55.969Z] 9a219e8acc52: Pull complete [2021-04-06T06:22:55.969Z] Digest: sha256:834e9309b5ef0f78d8d20ef0652e7b0272fe97b5baf45720e1b830eaf013cc1b [2021-04-06T06:22:55.969Z] Status: Downloaded newer image for alpine:3.12 [2021-04-06T06:22:55.969Z] ---> d75e27dfc0a0 [2021-04-06T06:22:55.969Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-04-06T06:22:56.241Z] ---> Running in e934bcb18ea4 [2021-04-06T06:22:56.834Z] Removing intermediate container e934bcb18ea4 [2021-04-06T06:22:56.834Z] ---> d6612abc4c31 [2021-04-06T06:22:56.834Z] Step 12/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-06T06:22:56.834Z] ---> Running in 70d2d17f80c1 [2021-04-06T06:22:58.815Z] Removing intermediate container 70d2d17f80c1 [2021-04-06T06:22:58.815Z] ---> 3d6ba10e1e38 [2021-04-06T06:22:58.815Z] Step 13/23 : RUN apk add --update --no-cache zeromq [2021-04-06T06:22:59.099Z] ---> Running in 0fe20ffe7de0 [2021-04-06T06:23:00.076Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-06T06:23:01.053Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-06T06:23:01.644Z] (1/5) Installing libgcc (9.3.0-r2) [2021-04-06T06:23:01.644Z] (2/5) Installing libsodium (1.0.18-r0) [2021-04-06T06:23:01.915Z] (3/5) Installing libstdc++ (9.3.0-r2) [2021-04-06T06:23:02.185Z] (4/5) Installing libzmq (4.3.3-r0) [2021-04-06T06:23:02.455Z] (5/5) Installing zeromq (4.3.3-r0) [2021-04-06T06:23:02.455Z] Executing busybox-1.31.1-r20.trigger [2021-04-06T06:23:02.455Z] OK: 8 MiB in 19 packages [2021-04-06T06:23:03.889Z] Removing intermediate container 0fe20ffe7de0 [2021-04-06T06:23:03.889Z] ---> d30b9194fa2c [2021-04-06T06:23:03.889Z] Step 14/23 : WORKDIR / [2021-04-06T06:23:03.889Z] ---> Running in f71602c7bf46 [2021-04-06T06:23:04.169Z] Removing intermediate container f71602c7bf46 [2021-04-06T06:23:04.169Z] ---> ed287afa576b [2021-04-06T06:23:04.169Z] Step 15/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/Attribution.txt /Attribution.txt [2021-04-06T06:23:05.145Z] ---> 616f283316bb [2021-04-06T06:23:05.145Z] Step 16/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /device-simple [2021-04-06T06:23:06.589Z] ---> a80ebdeaeca3 [2021-04-06T06:23:06.589Z] Step 17/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/ /res [2021-04-06T06:23:07.179Z] ---> e4a461798fb2 [2021-04-06T06:23:07.179Z] Step 18/23 : EXPOSE 49990 [2021-04-06T06:23:07.179Z] ---> Running in 2c28c5caf4cc [2021-04-06T06:23:07.773Z] Removing intermediate container 2c28c5caf4cc [2021-04-06T06:23:07.773Z] ---> 1afa70138265 [2021-04-06T06:23:07.773Z] Step 19/23 : ENTRYPOINT ["/device-simple"] [2021-04-06T06:23:07.773Z] ---> Running in e3eb5e9c454c [2021-04-06T06:23:08.366Z] Removing intermediate container e3eb5e9c454c [2021-04-06T06:23:08.366Z] ---> 7514ce13d0c7 [2021-04-06T06:23:08.366Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-06T06:23:08.638Z] ---> Running in b5a9a26a5779 [2021-04-06T06:23:08.909Z] Removing intermediate container b5a9a26a5779 [2021-04-06T06:23:08.909Z] ---> 4b6b0f91fdfd [2021-04-06T06:23:08.909Z] Step 21/23 : LABEL arch=arm64 [2021-04-06T06:23:09.189Z] ---> Running in 113361df09f9 [2021-04-06T06:23:09.784Z] Removing intermediate container 113361df09f9 [2021-04-06T06:23:09.785Z] ---> cc9ae7622cc5 [2021-04-06T06:23:09.785Z] Step 22/23 : LABEL git_sha=34bcbadecb817e113f443ebd9bc4fa59ecf970a2 [2021-04-06T06:23:10.056Z] ---> Running in 8117a34b2da6 [2021-04-06T06:23:10.327Z] Removing intermediate container 8117a34b2da6 [2021-04-06T06:23:10.327Z] ---> c246455c350d [2021-04-06T06:23:10.327Z] Step 23/23 : LABEL version=2.0.0-dev.35 [2021-04-06T06:23:10.599Z] ---> Running in 4c8073fe9eed [2021-04-06T06:23:10.871Z] Removing intermediate container 4c8073fe9eed [2021-04-06T06:23:10.871Z] ---> 73057bb5ad86 [2021-04-06T06:23:10.871Z] [Warning] One or more build-args [MAKE ARCH] were not consumed [2021-04-06T06:23:11.142Z] Successfully built 73057bb5ad86 [2021-04-06T06:23:11.142Z] 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-06T06:23:12.169Z] ---> job-cost.sh [2021-04-06T06:23:12.169Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-Km4t [2021-04-06T06:23:13.156Z] CGO_ENABLED=1 GO111MODULE=on go install -tags=safe [2021-04-06T06:23:14.192Z] Removing intermediate container 447dfd4d1b61 [2021-04-06T06:23:14.192Z] ---> 50dae7225aef [2021-04-06T06:23:14.192Z] Step 10/23 : FROM alpine:3.12 [2021-04-06T06:23:14.895Z] 3.12: Pulling from library/alpine [2021-04-06T06:23:14.895Z] 532819f3e44c: Pulling fs layer [2021-04-06T06:23:15.251Z] 532819f3e44c: Verifying Checksum [2021-04-06T06:23:15.251Z] 532819f3e44c: Download complete [2021-04-06T06:23:16.297Z] 532819f3e44c: Pull complete [2021-04-06T06:23:16.297Z] Digest: sha256:834e9309b5ef0f78d8d20ef0652e7b0272fe97b5baf45720e1b830eaf013cc1b [2021-04-06T06:23:16.297Z] Status: Downloaded newer image for alpine:3.12 [2021-04-06T06:23:16.297Z] ---> 7230e588e954 [2021-04-06T06:23:16.297Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-04-06T06:23:16.297Z] ---> Running in 5c0361e7dec6 [2021-04-06T06:23:16.585Z] Removing intermediate container 5c0361e7dec6 [2021-04-06T06:23:16.585Z] ---> 5a9e432dffca [2021-04-06T06:23:16.585Z] Step 12/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-06T06:23:16.865Z] ---> Running in a4e24db7e4ad [2021-04-06T06:23:18.943Z] Removing intermediate container a4e24db7e4ad [2021-04-06T06:23:18.943Z] ---> 11c80a5003f5 [2021-04-06T06:23:18.943Z] Step 13/23 : RUN apk add --update --no-cache zeromq [2021-04-06T06:23:18.943Z] ---> Running in 3ae5642e8717 [2021-04-06T06:23:20.408Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-06T06:23:21.070Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-06T06:23:21.716Z] (1/5) Installing libgcc (9.3.0-r2) [2021-04-06T06:23:21.716Z] (2/5) Installing libsodium (1.0.18-r0) [2021-04-06T06:23:21.716Z] (3/5) Installing libstdc++ (9.3.0-r2) [2021-04-06T06:23:22.023Z] (4/5) Installing libzmq (4.3.3-r0) [2021-04-06T06:23:22.318Z] (5/5) Installing zeromq (4.3.3-r0) [2021-04-06T06:23:22.318Z] Executing busybox-1.31.1-r20.trigger [2021-04-06T06:23:22.318Z] OK: 8 MiB in 19 packages [2021-04-06T06:23:23.332Z] Removing intermediate container 3ae5642e8717 [2021-04-06T06:23:23.332Z] ---> dacd004e5152 [2021-04-06T06:23:23.332Z] Step 14/23 : WORKDIR / [2021-04-06T06:23:23.332Z] ---> Running in a2a2244a98ac [2021-04-06T06:23:23.607Z] Removing intermediate container a2a2244a98ac [2021-04-06T06:23:23.607Z] ---> 66a4afc353cf [2021-04-06T06:23:23.607Z] Step 15/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/Attribution.txt /Attribution.txt [2021-04-06T06:23:24.213Z] ---> ff0990e35c4a [2021-04-06T06:23:24.213Z] Step 16/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /device-simple [2021-04-06T06:23:25.817Z] ---> 0563296e7d0e [2021-04-06T06:23:25.817Z] Step 17/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/ /res [2021-04-06T06:23:26.462Z] ---> ebdeb53202f0 [2021-04-06T06:23:26.462Z] Step 18/23 : EXPOSE 49990 [2021-04-06T06:23:26.462Z] ---> Running in f6a4816f5ef2 [2021-04-06T06:23:27.202Z] Removing intermediate container f6a4816f5ef2 [2021-04-06T06:23:27.202Z] ---> 699e4116d82e [2021-04-06T06:23:27.202Z] Step 19/23 : ENTRYPOINT ["/device-simple"] [2021-04-06T06:23:27.202Z] ---> Running in 53dc279cfc62 [2021-04-06T06:23:27.566Z] Removing intermediate container 53dc279cfc62 [2021-04-06T06:23:27.566Z] ---> eb789eb03862 [2021-04-06T06:23:27.566Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-06T06:23:27.566Z] ---> Running in fb9ffaefbd8b [2021-04-06T06:23:27.848Z] Removing intermediate container fb9ffaefbd8b [2021-04-06T06:23:27.849Z] ---> 32d88c525e98 [2021-04-06T06:23:27.849Z] Step 21/23 : LABEL arch=amd64 [2021-04-06T06:23:28.116Z] ---> Running in 377a9e2a0c49 [2021-04-06T06:23:28.116Z] Removing intermediate container 377a9e2a0c49 [2021-04-06T06:23:28.116Z] ---> fec343ce8d56 [2021-04-06T06:23:28.116Z] Step 22/23 : LABEL git_sha=34bcbadecb817e113f443ebd9bc4fa59ecf970a2 [2021-04-06T06:23:28.397Z] ---> Running in 575b26c33602 [2021-04-06T06:23:28.765Z] Removing intermediate container 575b26c33602 [2021-04-06T06:23:28.765Z] ---> a1275487f9b6 [2021-04-06T06:23:28.765Z] Step 23/23 : LABEL version=2.0.0-dev.35 [2021-04-06T06:23:29.049Z] ---> Running in d117d92a5254 [2021-04-06T06:23:29.370Z] Removing intermediate container d117d92a5254 [2021-04-06T06:23:29.370Z] ---> 26ff8eca5005 [2021-04-06T06:23:29.370Z] [Warning] One or more build-args [ARCH MAKE] were not consumed [2021-04-06T06:23:29.370Z] Successfully built 26ff8eca5005 [2021-04-06T06:23:29.370Z] Successfully tagged docker-device-sdk-simple:latest [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh [2021-04-06T06:23:30.405Z] ---> job-cost.sh [2021-04-06T06:23:30.405Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-anXK [2021-04-06T06:23:51.119Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-04-06T06:23:57.287Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-04-06T06:24:45.099Z] lf-activate-venv(): INFO: Adding /tmp/venv-anXK/bin to PATH [2021-04-06T06:24:45.099Z] INFO: No Stack... [2021-04-06T06:24:45.099Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-04-06T06:24:45.099Z] INFO: Archiving Costs [Pipeline] sh [2021-04-06T06:24:45.792Z] + cat /w/workspace/device-sdk-go/140/archives/cost.csv [2021-04-06T06:24:45.792Z] + cut -d, -f6 [Pipeline] lock [2021-04-06T06:24:45.908Z] Trying to acquire lock on [jenkins-edgexfoundry-device-sdk-go-master-140-stack-cost] [2021-04-06T06:24:45.918Z] Resource [jenkins-edgexfoundry-device-sdk-go-master-140-stack-cost] did not exist. Created. [2021-04-06T06:24:45.919Z] Lock acquired on [jenkins-edgexfoundry-device-sdk-go-master-140-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-04-06T06:24:46.503Z] + echo total: 0.029999999329447746 [Pipeline] stash [2021-04-06T06:24:46.787Z] Stashed 1 file(s) [Pipeline] } [2021-04-06T06:24:46.800Z] Lock released on resource [jenkins-edgexfoundry-device-sdk-go-master-140-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-04-06T06:25:27.847Z] lf-activate-venv(): INFO: Adding /tmp/venv-Km4t/bin to PATH [2021-04-06T06:25:27.847Z] INFO: No Stack... [2021-04-06T06:25:27.847Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-04-06T06:25:27.847Z] INFO: Archiving Costs [Pipeline] sh [2021-04-06T06:25:28.183Z] + cut -d, -f6 [2021-04-06T06:25:28.183Z] + cat /w/workspace/device-sdk-go/140/archives/cost.csv [Pipeline] lock [2021-04-06T06:25:28.295Z] Trying to acquire lock on [jenkins-edgexfoundry-device-sdk-go-master-140-stack-cost] [2021-04-06T06:25:28.303Z] Resource [jenkins-edgexfoundry-device-sdk-go-master-140-stack-cost] did not exist. Created. [2021-04-06T06:25:28.303Z] Lock acquired on [jenkins-edgexfoundry-device-sdk-go-master-140-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-04-06T06:25:28.821Z] /w/workspace/device-sdk-go/140@tmp/durable-065bbffc/script.sh: 1: /w/workspace/device-sdk-go/140@tmp/durable-065bbffc/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh [2021-04-06T06:25:29.164Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-04-06T06:25:29.185Z] Warning: overwriting stash ‘stack-cost’ [2021-04-06T06:25:29.355Z] Stashed 1 file(s) [Pipeline] } [2021-04-06T06:25:29.372Z] Lock released on resource [jenkins-edgexfoundry-device-sdk-go-master-140-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-06T06:25:31.007Z] provisioning config files... [2021-04-06T06:25:31.081Z] copy managed file [device-sdk-go-codecov-token] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config1452287997215005906tmp [Pipeline] { [Pipeline] sh [2021-04-06T06:25:31.573Z] + set +x [2021-04-06T06:25:31.573Z] + curl -s https://codecov.io/bash [2021-04-06T06:25:31.573Z] + bash -s -- [2021-04-06T06:25:31.850Z] [2021-04-06T06:25:31.850Z] _____ _ [2021-04-06T06:25:31.850Z] / ____| | | [2021-04-06T06:25:31.850Z] | | ___ __| | ___ ___ _____ __ [2021-04-06T06:25:31.850Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-04-06T06:25:31.850Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-04-06T06:25:31.850Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-04-06T06:25:31.850Z] Bash-20210309-2b87ace [2021-04-06T06:25:31.850Z] [2021-04-06T06:25:31.850Z] [2021-04-06T06:25:31.850Z] ==> git version 2.24.3 found [2021-04-06T06:25:31.850Z] ==> 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-06T06:25:31.850Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-04-06T06:25:31.850Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-04-06T06:25:31.850Z] ==> Jenkins CI detected. [2021-04-06T06:25:31.850Z] project root: . [2021-04-06T06:25:31.850Z] --> token set from env [2021-04-06T06:25:31.850Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-04-06T06:25:32.160Z] ==> Running gcov in . (disable via -X gcov) [2021-04-06T06:25:32.160Z] ==> Python coveragepy not found [2021-04-06T06:25:32.160Z] ==> Searching for coverage reports in: [2021-04-06T06:25:32.160Z] + . [2021-04-06T06:25:32.160Z] -> Found 1 reports [2021-04-06T06:25:32.160Z] ==> Detecting git/mercurial file structure [2021-04-06T06:25:32.160Z] ==> Reading reports [2021-04-06T06:25:32.160Z] + ./coverage.out bytes=101239 [2021-04-06T06:25:32.160Z] ==> Appending adjustments [2021-04-06T06:25:32.160Z] https://docs.codecov.io/docs/fixing-reports [2021-04-06T06:25:33.220Z] + Found adjustments [2021-04-06T06:25:33.220Z] ==> Gzipping contents [2021-04-06T06:25:33.220Z] 16K /tmp/codecov.PJPBNC.gz [2021-04-06T06:25:33.220Z] ==> Uploading reports [2021-04-06T06:25:33.220Z] url: https://codecov.io [2021-04-06T06:25:33.220Z] query: branch=master&commit=34bcbadecb817e113f443ebd9bc4fa59ecf970a2&build=140&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2Fmaster%2F140%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=&job=&cmd_args= [2021-04-06T06:25:33.220Z] -> Pinging Codecov [2021-04-06T06:25:33.220Z] https://codecov.io/upload/v4?package=bash-20210309-2b87ace&token=secret&branch=master&commit=34bcbadecb817e113f443ebd9bc4fa59ecf970a2&build=140&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2Fmaster%2F140%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=&job=&cmd_args= [2021-04-06T06:25:33.518Z] -> Uploading to [2021-04-06T06:25:33.518Z] https://storage.googleapis.com/codecov/v4/raw/2021-04-06/7E55EF52A471D76F132DFD9A03CDDE97/34bcbadecb817e113f443ebd9bc4fa59ecf970a2/f59aabee-618d-4659-90bd-afbbda65ccff.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQM3VGPYSAFECJRMNAFIPCV2R3P2BOORCJC7NM537NPJQSFLHUDNIDWA%2F20210406%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210406T062533Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=b97b9497e9fe2aaacfd7ffe030cf876747c22e40a8b1127fa4df0ba1c07dc6d3 [2021-04-06T06:25:33.518Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-04-06T06:25:33.518Z] Dload Upload Total Spent Left Speed [2021-04-06T06:25:33.967Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 13692 0 0 100 13692 0 28075 --:--:-- --:--:-- --:--:-- 28057 [2021-04-06T06:25:33.967Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/device-sdk-go/commit/34bcbadecb817e113f443ebd9bc4fa59ecf970a2 [Pipeline] } [2021-04-06T06:25:34.003Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo [2021-04-06T06:25:34.929Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2021-04-06T06:25:35.039Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-06T06:25:35.686Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-04-06T06:25:36.291Z] [2021-04-06T06:25:36.291Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh [2021-04-06T06:25:36.910Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-04-06T06:25:37.824Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2021-04-06T06:25:37.824Z] 188c0c94c7c5: Pulling fs layer [2021-04-06T06:25:37.824Z] 0ef7d3d256c8: Pulling fs layer [2021-04-06T06:25:37.824Z] de9db76c5a1d: Pulling fs layer [2021-04-06T06:25:37.824Z] 0eba1c9be4d2: Pulling fs layer [2021-04-06T06:25:37.824Z] 0d57e429df01: Pulling fs layer [2021-04-06T06:25:37.824Z] 4e4be7b47b0d: Pulling fs layer [2021-04-06T06:25:37.824Z] e1f770b5df2f: Pulling fs layer [2021-04-06T06:25:37.824Z] 0eba1c9be4d2: Waiting [2021-04-06T06:25:37.824Z] 0d57e429df01: Waiting [2021-04-06T06:25:37.824Z] 4e4be7b47b0d: Waiting [2021-04-06T06:25:37.824Z] 85a0685a4137: Pulling fs layer [2021-04-06T06:25:37.824Z] 85a0685a4137: Waiting [2021-04-06T06:25:37.824Z] e1f770b5df2f: Waiting [2021-04-06T06:25:37.824Z] de9db76c5a1d: Verifying Checksum [2021-04-06T06:25:37.824Z] de9db76c5a1d: Download complete [2021-04-06T06:25:37.824Z] 0ef7d3d256c8: Verifying Checksum [2021-04-06T06:25:37.824Z] 0ef7d3d256c8: Download complete [2021-04-06T06:25:37.824Z] 0d57e429df01: Download complete [2021-04-06T06:25:38.146Z] 4e4be7b47b0d: Verifying Checksum [2021-04-06T06:25:38.146Z] 4e4be7b47b0d: Download complete [2021-04-06T06:25:38.146Z] 188c0c94c7c5: Verifying Checksum [2021-04-06T06:25:38.146Z] 188c0c94c7c5: Download complete [2021-04-06T06:25:39.325Z] 188c0c94c7c5: Pull complete [2021-04-06T06:25:39.967Z] 0ef7d3d256c8: Pull complete [2021-04-06T06:25:40.445Z] de9db76c5a1d: Pull complete [2021-04-06T06:25:41.263Z] e1f770b5df2f: Verifying Checksum [2021-04-06T06:25:41.263Z] e1f770b5df2f: Download complete [2021-04-06T06:25:50.237Z] 0eba1c9be4d2: Verifying Checksum [2021-04-06T06:25:51.395Z] 85a0685a4137: Verifying Checksum [2021-04-06T06:25:51.395Z] 85a0685a4137: Download complete [2021-04-06T06:26:02.498Z] 0eba1c9be4d2: Pull complete [2021-04-06T06:26:03.132Z] 0d57e429df01: Pull complete [2021-04-06T06:26:03.413Z] 4e4be7b47b0d: Pull complete [2021-04-06T06:26:06.181Z] e1f770b5df2f: Pull complete [2021-04-06T06:26:19.222Z] 85a0685a4137: Pull complete [2021-04-06T06:26:19.222Z] Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 [2021-04-06T06:26:19.623Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-04-06T06:26:19.623Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer [2021-04-06T06:26:19.993Z] prd-centos7-docker-4c-2g-32906 does not seem to be running inside a container [2021-04-06T06:26:20.233Z] $ 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-06T06:26:22.749Z] $ docker top 0025e4e0529dc10765bc0a17916311acd91f3615acf099eb56ea0756158ada4a -eo pid,comm [Pipeline] { [Pipeline] echo [2021-04-06T06:26:23.179Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh [2021-04-06T06:26:23.860Z] + set -o pipefail [2021-04-06T06:26:23.860Z] + snyk monitor '--org=edgex-jenkins' [2021-04-06T06:26:46.540Z] [2021-04-06T06:26:46.540Z] Monitoring /w/workspace/dgexfoundry_device-sdk-go_master (github.com/edgexfoundry/device-sdk-go/v2)... [2021-04-06T06:26:46.540Z] [2021-04-06T06:26:46.540Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/a91414f5-c324-409e-a494-413a27791127/history/604e1adc-7e72-4256-8f7f-2e08f5eebd49 [2021-04-06T06:26:46.540Z] [2021-04-06T06:26:46.540Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2021-04-06T06:26:46.540Z] [2021-04-06T06:26:46.540Z] [2021-04-06T06:26:46.540Z] You are approaching your monthly limit of 300 private tests for your edgex-jenkins org. [2021-04-06T06:26:46.540Z] To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } [2021-04-06T06:26:46.581Z] $ docker stop --time=1 0025e4e0529dc10765bc0a17916311acd91f3615acf099eb56ea0756158ada4a [2021-04-06T06:26:50.211Z] $ docker rm -f 0025e4e0529dc10765bc0a17916311acd91f3615acf099eb56ea0756158ada4a [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-06T06:26:52.550Z] [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-04-06T06:26:52.609Z] provisioning config files... [2021-04-06T06:26:52.645Z] copy managed file [swaggerhub-api-key] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config7090208403302341206tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-06T06:26:53.107Z] --> edgex-publish-swagger.sh [2021-04-06T06:26:53.107Z] === Publish openapi/v1 API === [2021-04-06T06:26:53.107Z] [publishToSwagger] Publishing the API Docs [openapi/v1] to Swagger [2021-04-06T06:26:53.107Z] [publishToSwagger] Publishing API Name [device-sdk] [/w/workspace/dgexfoundry_device-sdk-go_master/openapi/v1/device-sdk.yaml] [2021-04-06T06:26:53.107Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-04-06T06:26:53.107Z] Dload Upload Total Spent Left Speed [2021-04-06T06:26:54.111Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 19947 0 0 100 19947 0 23006 --:--:-- --:--:-- --:--:-- 23033 100 19947 0 0 100 19947 0 22995 --:--:-- --:--:-- --:--:-- 23006 [2021-04-06T06:26:54.111Z] [2021-04-06T06:26:54.111Z] [2021-04-06T06:26:54.111Z] === Publish openapi/v2 API === [2021-04-06T06:26:54.111Z] [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger [2021-04-06T06:26:54.111Z] [publishToSwagger] Publishing API Name [device-sdk] [/w/workspace/dgexfoundry_device-sdk-go_master/openapi/v2/device-sdk.yaml] [2021-04-06T06:26:54.111Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-04-06T06:26:54.111Z] Dload Upload Total Spent Left Speed [2021-04-06T06:26:54.739Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 51483 0 0 100 51483 0 70380 --:--:-- --:--:-- --:--:-- 70428 [2021-04-06T06:26:54.739Z] [2021-04-06T06:26:54.739Z] [Pipeline] } [2021-04-06T06:26:54.761Z] 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-06T06:26:55.976Z] + git log --format=format:%s -1 34bcbadecb817e113f443ebd9bc4fa59ecf970a2 [Pipeline] isUnix [Pipeline] sh [2021-04-06T06:26:56.439Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-06T06:26:56.739Z] . [Pipeline] withDockerContainer [2021-04-06T06:26:57.917Z] prd-centos7-docker-4c-2g-32906 does not seem to be running inside a container [2021-04-06T06:26:58.788Z] $ 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-06T06:27:01.082Z] $ docker top 8d86a21dff6f626fa0f698e78daed2131e26908ab4efd1ea592ee896634f19e4 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-04-06T06:27:01.601Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-06T06:27:01.601Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-06T06:27:01.969Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-06T06:27:01.977Z] $ docker exec 8d86a21dff6f626fa0f698e78daed2131e26908ab4efd1ea592ee896634f19e4 ssh-agent [2021-04-06T06:27:02.403Z] SSH_AUTH_SOCK=/tmp/ssh-ueagd74ts7Ej/agent.11 [2021-04-06T06:27:02.403Z] SSH_AGENT_PID=16 [2021-04-06T06:27:02.418Z] Running ssh-add (command line suppressed) [2021-04-06T06:27:03.009Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_5501069353426434409.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_5501069353426434409.key) [2021-04-06T06:27:03.145Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-06T06:27:03.898Z] + git semver tag [2021-04-06T06:27:03.898Z] # -> Open(): unable to determine branch for HEAD [2021-04-06T06:27:03.898Z] # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git [2021-04-06T06:27:03.898Z] # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master [2021-04-06T06:27:03.898Z] # $SEMVER_REMOTE_NAME = origin [2021-04-06T06:27:03.898Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-04-06T06:27:03.898Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-04-06T06:27:03.898Z] # $SEMVER_BRANCH = master [2021-04-06T06:27:03.898Z] # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver [2021-04-06T06:27:03.898Z] # 34bcbadecb817e113f443ebd9bc4fa59ecf970a2 HEAD [2021-04-06T06:27:04.228Z] # -> Force: false [2021-04-06T06:27:04.228Z] # 77edebf44b66c9ebebc8c1134f7dde84ed233a41 refs/tags/v2.0.0-dev.35 [Pipeline] } [2021-04-06T06:27:04.271Z] $ docker exec --env ******** --env ******** 8d86a21dff6f626fa0f698e78daed2131e26908ab4efd1ea592ee896634f19e4 ssh-agent -k [2021-04-06T06:27:04.894Z] unset SSH_AUTH_SOCK; [2021-04-06T06:27:04.896Z] unset SSH_AGENT_PID; [2021-04-06T06:27:04.896Z] echo Agent pid 16 killed; [2021-04-06T06:27:05.012Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-04-06T06:27:05.988Z] + git semver [Pipeline] } [2021-04-06T06:27:06.025Z] $ docker stop --time=1 8d86a21dff6f626fa0f698e78daed2131e26908ab4efd1ea592ee896634f19e4 [2021-04-06T06:27:08.191Z] $ docker rm -f 8d86a21dff6f626fa0f698e78daed2131e26908ab4efd1ea592ee896634f19e4 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2021-04-06T06:27:09.011Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-04-06T06:27:09.011Z] [2021-04-06T06:27:09.011Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2021-04-06T06:27:09.491Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-04-06T06:27:09.776Z] 0.23.1-centos7: Pulling from edgex-lftools [2021-04-06T06:27:09.776Z] ab5ef0e58194: Pulling fs layer [2021-04-06T06:27:09.776Z] 9712f1f96733: Pulling fs layer [2021-04-06T06:27:09.776Z] 63f879dbbcfc: Pulling fs layer [2021-04-06T06:27:09.776Z] 0d9ebad4ef96: Pulling fs layer [2021-04-06T06:27:09.776Z] e9a5061849ea: Pulling fs layer [2021-04-06T06:27:09.776Z] d747dcd14b5f: Pulling fs layer [2021-04-06T06:27:09.776Z] 2de7ff778b66: Pulling fs layer [2021-04-06T06:27:09.776Z] 0d9ebad4ef96: Waiting [2021-04-06T06:27:09.776Z] e9a5061849ea: Waiting [2021-04-06T06:27:09.776Z] d747dcd14b5f: Waiting [2021-04-06T06:27:09.776Z] 2de7ff778b66: Waiting [2021-04-06T06:27:10.047Z] 9712f1f96733: Verifying Checksum [2021-04-06T06:27:10.048Z] 9712f1f96733: Download complete [2021-04-06T06:27:15.657Z] 63f879dbbcfc: Verifying Checksum [2021-04-06T06:27:15.657Z] 63f879dbbcfc: Download complete [2021-04-06T06:27:15.657Z] e9a5061849ea: Verifying Checksum [2021-04-06T06:27:15.657Z] e9a5061849ea: Download complete [2021-04-06T06:27:15.657Z] d747dcd14b5f: Verifying Checksum [2021-04-06T06:27:15.657Z] d747dcd14b5f: Download complete [2021-04-06T06:27:16.311Z] 0d9ebad4ef96: Verifying Checksum [2021-04-06T06:27:16.312Z] 0d9ebad4ef96: Download complete [2021-04-06T06:27:16.595Z] 2de7ff778b66: Verifying Checksum [2021-04-06T06:27:16.595Z] 2de7ff778b66: Download complete [2021-04-06T06:27:17.195Z] ab5ef0e58194: Verifying Checksum [2021-04-06T06:27:17.195Z] ab5ef0e58194: Download complete [2021-04-06T06:27:30.150Z] ab5ef0e58194: Pull complete [2021-04-06T06:27:30.150Z] 9712f1f96733: Pull complete [2021-04-06T06:27:35.772Z] 63f879dbbcfc: Pull complete [2021-04-06T06:27:51.213Z] 0d9ebad4ef96: Pull complete [2021-04-06T06:27:54.672Z] e9a5061849ea: Pull complete [2021-04-06T06:27:54.672Z] d747dcd14b5f: Pull complete [2021-04-06T06:27:59.518Z] 2de7ff778b66: Pull complete [2021-04-06T06:27:59.518Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2021-04-06T06:27:59.518Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-04-06T06:27:59.518Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2021-04-06T06:28:00.291Z] prd-centos7-docker-4c-2g-32906 does not seem to be running inside a container [2021-04-06T06:28:00.511Z] $ 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-06T06:28:05.296Z] $ docker top d641025e8b8f55aa85c140d1fed1a9660ce05e3049ae34047b87cb4f5138ff0d -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2021-04-06T06:28:05.724Z] provisioning config files... [2021-04-06T06:28:05.762Z] copy managed file [sigul-config] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config7113248675954385287tmp [2021-04-06T06:28:05.792Z] copy managed file [sigul-password] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config3520628733910823324tmp [2021-04-06T06:28:05.844Z] copy managed file [sigul-pki] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config7724092767162052870tmp [Pipeline] { [Pipeline] echo [2021-04-06T06:28:05.914Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-06T06:28:06.607Z] ---> sigul-configuration.sh [2021-04-06T06:28:06.920Z] gpg: directory `/root/.gnupg' created [2021-04-06T06:28:06.920Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2021-04-06T06:28:06.920Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2021-04-06T06:28:06.920Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2021-04-06T06:28:06.920Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2021-04-06T06:28:06.920Z] gpg: CAST5 encrypted data [2021-04-06T06:28:06.920Z] gpg: encrypted with 1 passphrase [2021-04-06T06:28:06.920Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2021-04-06T06:28:07.763Z] + mkdir /home/jenkins [2021-04-06T06:28:07.763Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2021-04-06T06:28:08.998Z] + 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-06T06:28:09.018Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-06T06:28:09.751Z] ---> sigul-install.sh [2021-04-06T06:28:20.673Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2021-04-06T06:28:22.353Z] + git tag --list [2021-04-06T06:28:22.353Z] 0.7.1 [2021-04-06T06:28:22.353Z] delhi-tag [2021-04-06T06:28:22.353Z] v1.0.0 [2021-04-06T06:28:22.353Z] v1.1.0 [2021-04-06T06:28:22.353Z] v1.1.1 [2021-04-06T06:28:22.353Z] v1.1.2 [2021-04-06T06:28:22.353Z] v1.2.0 [2021-04-06T06:28:22.353Z] v1.2.1 [2021-04-06T06:28:22.353Z] v1.2.2 [2021-04-06T06:28:22.353Z] v1.2.3 [2021-04-06T06:28:22.353Z] v1.3.0 [2021-04-06T06:28:22.353Z] v1.4.0 [2021-04-06T06:28:22.353Z] v2.0.0-dev.1 [2021-04-06T06:28:22.353Z] v2.0.0-dev.10 [2021-04-06T06:28:22.353Z] v2.0.0-dev.11 [2021-04-06T06:28:22.353Z] v2.0.0-dev.12 [2021-04-06T06:28:22.353Z] v2.0.0-dev.13 [2021-04-06T06:28:22.353Z] v2.0.0-dev.14 [2021-04-06T06:28:22.353Z] v2.0.0-dev.15 [2021-04-06T06:28:22.353Z] v2.0.0-dev.16 [2021-04-06T06:28:22.353Z] v2.0.0-dev.17 [2021-04-06T06:28:22.353Z] v2.0.0-dev.18 [2021-04-06T06:28:22.353Z] v2.0.0-dev.19 [2021-04-06T06:28:22.353Z] v2.0.0-dev.2 [2021-04-06T06:28:22.353Z] v2.0.0-dev.20 [2021-04-06T06:28:22.353Z] v2.0.0-dev.21 [2021-04-06T06:28:22.353Z] v2.0.0-dev.22 [2021-04-06T06:28:22.353Z] v2.0.0-dev.23 [2021-04-06T06:28:22.353Z] v2.0.0-dev.24 [2021-04-06T06:28:22.353Z] v2.0.0-dev.25 [2021-04-06T06:28:22.353Z] v2.0.0-dev.26 [2021-04-06T06:28:22.353Z] v2.0.0-dev.27 [2021-04-06T06:28:22.353Z] v2.0.0-dev.28 [2021-04-06T06:28:22.353Z] v2.0.0-dev.29 [2021-04-06T06:28:22.353Z] v2.0.0-dev.3 [2021-04-06T06:28:22.353Z] v2.0.0-dev.30 [2021-04-06T06:28:22.353Z] v2.0.0-dev.31 [2021-04-06T06:28:22.353Z] v2.0.0-dev.32 [2021-04-06T06:28:22.353Z] v2.0.0-dev.33 [2021-04-06T06:28:22.353Z] v2.0.0-dev.34 [2021-04-06T06:28:22.353Z] v2.0.0-dev.35 [2021-04-06T06:28:22.353Z] v2.0.0-dev.4 [2021-04-06T06:28:22.353Z] v2.0.0-dev.5 [2021-04-06T06:28:22.353Z] v2.0.0-dev.6 [2021-04-06T06:28:22.353Z] v2.0.0-dev.7 [2021-04-06T06:28:22.353Z] v2.0.0-dev.8 [2021-04-06T06:28:22.353Z] v2.0.0-dev.9 [Pipeline] sh [2021-04-06T06:28:23.606Z] + lftools sign git-tag v2.0.0-dev.35 [2021-04-06T06:28:26.256Z] Signing Git tag with Sigul... [2021-04-06T06:28:26.256Z] Signing v2.0.0-dev.35 [Pipeline] echo [2021-04-06T06:28:27.345Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-06T06:28:28.482Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2021-04-06T06:28:28.504Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2021-04-06T06:28:28.615Z] $ docker stop --time=1 d641025e8b8f55aa85c140d1fed1a9660ce05e3049ae34047b87cb4f5138ff0d [2021-04-06T06:28:31.170Z] $ docker rm -f d641025e8b8f55aa85c140d1fed1a9660ce05e3049ae34047b87cb4f5138ff0d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2021-04-06T06:28:33.050Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-06T06:28:33.050Z] . [Pipeline] withDockerContainer [2021-04-06T06:28:34.004Z] prd-centos7-docker-4c-2g-32906 does not seem to be running inside a container [2021-04-06T06:28:34.093Z] $ 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-06T06:28:35.963Z] $ docker top 9185831dfb2f5ffe5b2180594f6ce385f533d9f8d692d26f60e6bbfac74af970 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-04-06T06:28:36.362Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-06T06:28:36.363Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-06T06:28:37.003Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-06T06:28:37.012Z] $ docker exec 9185831dfb2f5ffe5b2180594f6ce385f533d9f8d692d26f60e6bbfac74af970 ssh-agent [2021-04-06T06:28:37.546Z] SSH_AUTH_SOCK=/tmp/ssh-h2qSDCXoBDK5/agent.11 [2021-04-06T06:28:37.546Z] SSH_AGENT_PID=17 [2021-04-06T06:28:37.556Z] Running ssh-add (command line suppressed) [2021-04-06T06:28:37.962Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_4177204693665568386.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_4177204693665568386.key) [2021-04-06T06:28:38.118Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-06T06:28:39.440Z] + git semver bump pre [2021-04-06T06:28:39.440Z] # -> Open(): unable to determine branch for HEAD [2021-04-06T06:28:39.440Z] # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git [2021-04-06T06:28:39.440Z] # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master [2021-04-06T06:28:39.440Z] # $SEMVER_REMOTE_NAME = origin [2021-04-06T06:28:39.440Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-04-06T06:28:39.440Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-04-06T06:28:39.440Z] # $SEMVER_BRANCH = master [2021-04-06T06:28:39.440Z] # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver [2021-04-06T06:28:39.440Z] 2.0.0-dev.36 [Pipeline] } [2021-04-06T06:28:39.463Z] $ docker exec --env ******** --env ******** 9185831dfb2f5ffe5b2180594f6ce385f533d9f8d692d26f60e6bbfac74af970 ssh-agent -k [2021-04-06T06:28:40.100Z] unset SSH_AUTH_SOCK; [2021-04-06T06:28:40.101Z] unset SSH_AGENT_PID; [2021-04-06T06:28:40.101Z] echo Agent pid 17 killed; [2021-04-06T06:28:40.231Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-04-06T06:28:41.165Z] + git semver [Pipeline] } [2021-04-06T06:28:41.244Z] $ docker stop --time=1 9185831dfb2f5ffe5b2180594f6ce385f533d9f8d692d26f60e6bbfac74af970 [2021-04-06T06:28:43.519Z] $ docker rm -f 9185831dfb2f5ffe5b2180594f6ce385f533d9f8d692d26f60e6bbfac74af970 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2021-04-06T06:28:44.742Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-06T06:28:45.041Z] . [Pipeline] withDockerContainer [2021-04-06T06:28:45.383Z] prd-centos7-docker-4c-2g-32906 does not seem to be running inside a container [2021-04-06T06:28:45.606Z] $ 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-06T06:28:48.561Z] $ docker top 850b11588e8b5212dbb8b74a8394aebb6a4c5824c9ad8eab822d12f58eb79e11 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-04-06T06:28:49.469Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-06T06:28:49.469Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-06T06:28:50.155Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-06T06:28:50.163Z] $ docker exec 850b11588e8b5212dbb8b74a8394aebb6a4c5824c9ad8eab822d12f58eb79e11 ssh-agent [2021-04-06T06:28:51.072Z] SSH_AUTH_SOCK=/tmp/ssh-aaIrBUyIVIfN/agent.11 [2021-04-06T06:28:51.072Z] SSH_AGENT_PID=16 [2021-04-06T06:28:51.090Z] Running ssh-add (command line suppressed) [2021-04-06T06:28:52.643Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_1579737403859480137.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_1579737403859480137.key) [2021-04-06T06:28:52.838Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-06T06:28:53.432Z] + git semver push [2021-04-06T06:28:53.727Z] # -> Open(): unable to determine branch for HEAD [2021-04-06T06:28:53.727Z] # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git [2021-04-06T06:28:53.727Z] # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master [2021-04-06T06:28:53.727Z] # $SEMVER_REMOTE_NAME = origin [2021-04-06T06:28:53.727Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-04-06T06:28:53.727Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-04-06T06:28:53.727Z] # $SEMVER_BRANCH = master [2021-04-06T06:28:53.727Z] # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver [Pipeline] } [2021-04-06T06:28:59.555Z] $ docker exec --env ******** --env ******** 850b11588e8b5212dbb8b74a8394aebb6a4c5824c9ad8eab822d12f58eb79e11 ssh-agent -k [2021-04-06T06:29:00.239Z] unset SSH_AUTH_SOCK; [2021-04-06T06:29:00.245Z] unset SSH_AGENT_PID; [2021-04-06T06:29:00.245Z] echo Agent pid 16 killed; [2021-04-06T06:29:00.601Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-04-06T06:29:01.650Z] + git semver [Pipeline] } [2021-04-06T06:29:01.690Z] $ docker stop --time=1 850b11588e8b5212dbb8b74a8394aebb6a4c5824c9ad8eab822d12f58eb79e11 [2021-04-06T06:29:03.540Z] $ docker rm -f 850b11588e8b5212dbb8b74a8394aebb6a4c5824c9ad8eab822d12f58eb79e11 [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-06T06:29:05.514Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-06T06:29:07.502Z] ---> package-listing.sh [2021-04-06T06:29:07.502Z] ++ facter osfamily [2021-04-06T06:29:07.502Z] ++ tr '[:upper:]' '[:lower:]' [2021-04-06T06:29:07.502Z] + OS_FAMILY=redhat [2021-04-06T06:29:07.502Z] + workspace=/w/workspace/dgexfoundry_device-sdk-go_master [2021-04-06T06:29:07.502Z] + START_PACKAGES=/tmp/packages_start.txt [2021-04-06T06:29:07.502Z] + END_PACKAGES=/tmp/packages_end.txt [2021-04-06T06:29:07.502Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-04-06T06:29:07.502Z] + PACKAGES=/tmp/packages_start.txt [2021-04-06T06:29:07.502Z] + '[' /w/workspace/dgexfoundry_device-sdk-go_master ']' [2021-04-06T06:29:07.502Z] + PACKAGES=/tmp/packages_end.txt [2021-04-06T06:29:07.502Z] + case "${OS_FAMILY}" in [2021-04-06T06:29:07.502Z] + rpm -qa [2021-04-06T06:29:07.502Z] + sort [2021-04-06T06:29:15.887Z] + '[' -f /tmp/packages_start.txt ']' [2021-04-06T06:29:15.887Z] + '[' -f /tmp/packages_end.txt ']' [2021-04-06T06:29:15.887Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-04-06T06:29:15.887Z] + '[' /w/workspace/dgexfoundry_device-sdk-go_master ']' [2021-04-06T06:29:15.887Z] + mkdir -p /w/workspace/dgexfoundry_device-sdk-go_master/archives/ [2021-04-06T06:29:15.887Z] + 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-06T06:29:15.920Z] 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-06T06:29:16.263Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-04-06T06:29:16.791Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-06T06:29:17.132Z] [2021-04-06T06:29:17.132Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-04-06T06:29:17.682Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-06T06:29:18.384Z] alpine: Pulling from edgex-lftools-log-publisher [2021-04-06T06:29:18.384Z] df20fa9351a1: Pulling fs layer [2021-04-06T06:29:18.384Z] 36b3adc4ff6f: Pulling fs layer [2021-04-06T06:29:18.384Z] 8ad3a11d3b57: Pulling fs layer [2021-04-06T06:29:18.384Z] 46f8f816bc3b: Pulling fs layer [2021-04-06T06:29:18.384Z] 93b61091891f: Pulling fs layer [2021-04-06T06:29:18.384Z] 93b9cdb0e59b: Pulling fs layer [2021-04-06T06:29:18.384Z] 5e14af77c1be: Pulling fs layer [2021-04-06T06:29:18.384Z] 01666e4c0597: Pulling fs layer [2021-04-06T06:29:18.384Z] aa168da1d23b: Pulling fs layer [2021-04-06T06:29:18.384Z] 93b61091891f: Waiting [2021-04-06T06:29:18.384Z] 93b9cdb0e59b: Waiting [2021-04-06T06:29:18.384Z] 5e14af77c1be: Waiting [2021-04-06T06:29:18.384Z] 01666e4c0597: Waiting [2021-04-06T06:29:18.384Z] 46f8f816bc3b: Waiting [2021-04-06T06:29:18.384Z] aa168da1d23b: Waiting [2021-04-06T06:29:18.688Z] 36b3adc4ff6f: Verifying Checksum [2021-04-06T06:29:18.689Z] 36b3adc4ff6f: Download complete [2021-04-06T06:29:18.689Z] 46f8f816bc3b: Verifying Checksum [2021-04-06T06:29:18.689Z] 46f8f816bc3b: Download complete [2021-04-06T06:29:18.689Z] df20fa9351a1: Download complete [2021-04-06T06:29:18.689Z] 93b9cdb0e59b: Verifying Checksum [2021-04-06T06:29:18.689Z] 93b9cdb0e59b: Download complete [2021-04-06T06:29:18.689Z] 93b61091891f: Verifying Checksum [2021-04-06T06:29:18.689Z] 93b61091891f: Download complete [2021-04-06T06:29:18.689Z] 5e14af77c1be: Verifying Checksum [2021-04-06T06:29:18.689Z] 5e14af77c1be: Download complete [2021-04-06T06:29:18.967Z] 01666e4c0597: Verifying Checksum [2021-04-06T06:29:18.967Z] 01666e4c0597: Download complete [2021-04-06T06:29:19.627Z] 8ad3a11d3b57: Verifying Checksum [2021-04-06T06:29:19.627Z] 8ad3a11d3b57: Download complete [2021-04-06T06:29:20.033Z] df20fa9351a1: Pull complete [2021-04-06T06:29:20.856Z] 36b3adc4ff6f: Pull complete [2021-04-06T06:29:24.848Z] 8ad3a11d3b57: Pull complete [2021-04-06T06:29:25.890Z] 46f8f816bc3b: Pull complete [2021-04-06T06:29:27.025Z] 93b61091891f: Pull complete [2021-04-06T06:29:28.070Z] 93b9cdb0e59b: Pull complete [2021-04-06T06:29:28.070Z] aa168da1d23b: Verifying Checksum [2021-04-06T06:29:28.070Z] aa168da1d23b: Download complete [2021-04-06T06:29:28.393Z] 5e14af77c1be: Pull complete [2021-04-06T06:29:28.670Z] 01666e4c0597: Pull complete [2021-04-06T06:29:44.069Z] aa168da1d23b: Pull complete [2021-04-06T06:29:44.069Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-04-06T06:29:44.069Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-06T06:29:44.069Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-04-06T06:29:45.107Z] prd-centos7-docker-4c-2g-32906 does not seem to be running inside a container [2021-04-06T06:29:45.219Z] $ 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-06T06:29:49.728Z] $ docker top 0fb36928fabf7469aea70b437f580ac3e02a85cf69935f7d68c0397acf741fd0 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-06T06:29:51.123Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-04-06T06:29:52.249Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-04-06T06:29:53.012Z] + ls /var/log/sa-host [2021-04-06T06:29:53.012Z] + sadf -c /var/log/sa-host/sa06 [2021-04-06T06:29:53.012Z] file_magic: OK [2021-04-06T06:29:53.012Z] HZ: Using current value: 100 [2021-04-06T06:29:53.012Z] file_header: OK [2021-04-06T06:29:53.012Z] 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-06T06:29:53.012Z] Statistics: [2021-04-06T06:29:53.012Z] 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... [2021-04-06T06:29:53.012Z] File successfully converted to sysstat format version 12.2.1 [2021-04-06T06:29:53.012Z] + sadf -c /var/log/sa-host/sa23 [2021-04-06T06:29:53.012Z] file_magic: OK [2021-04-06T06:29:53.012Z] HZ: Using current value: 100 [2021-04-06T06:29:53.012Z] file_header: OK [2021-04-06T06:29:53.012Z] 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-06T06:29:53.012Z] Statistics: [2021-04-06T06:29:53.012Z] Hnuu...uuuununununu... [2021-04-06T06:29:53.012Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-04-06T06:29:53.664Z] provisioning config files... [2021-04-06T06:29:53.688Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config76373508095531309tmp [Pipeline] { [Pipeline] echo [2021-04-06T06:29:53.792Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-06T06:29:54.160Z] ---> create-netrc.sh [Pipeline] } [2021-04-06T06:29:54.218Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-04-06T06:29:54.310Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-06T06:29:55.466Z] ---> python-tools-install.sh [Pipeline] echo [2021-04-06T06:29:55.482Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-06T06:29:56.690Z] ---> sudo-logs.sh [2021-04-06T06:29:56.690Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-04-06T06:29:56.762Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-06T06:29:58.426Z] ---> job-cost.sh [2021-04-06T06:29:58.737Z] lf-activate-venv: SKIPPING [2021-04-06T06:29:58.737Z] DEBUG: total: 0.20999999344348907 [2021-04-06T06:29:58.737Z] INFO: Retrieving Stack Cost... [2021-04-06T06:30:00.219Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-04-06T06:30:00.852Z] INFO: Archiving Costs [Pipeline] echo [2021-04-06T06:30:00.982Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-06T06:30:02.124Z] ---> logs-deploy.sh [2021-04-06T06:30:02.124Z] lf-activate-venv: SKIPPING [2021-04-06T06:30:02.124Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/master/140 [2021-04-06T06:30:02.124Z] INFO: archiving workspace using pattern(s): [2021-04-06T06:30:06.508Z] Archives upload complete. [2021-04-06T06:30:06.508Z] INFO: archiving logs to Nexus [2021-04-06T06:30:07.990Z] ---> uname -a: [2021-04-06T06:30:07.990Z] Linux prd-centos7-docker-4c-2g-32906.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux [2021-04-06T06:30:07.990Z] [2021-04-06T06:30:07.990Z]