Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 188b4cc14b9321dd8b2b5872b94485f2cb4f6961 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 Waiting for next available executor Running on prd-centos7-docker-4c-2g-1705 in /w/workspace/dgexfoundry_device-sdk-go_master [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/device-sdk-go.git > git init /w/workspace/dgexfoundry_device-sdk-go_master # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 188b4cc14b9321dd8b2b5872b94485f2cb4f6961 (master) > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 188b4cc14b9321dd8b2b5872b94485f2cb4f6961 # timeout=10 Commit message: "Merge pull request #895 from hahattan/interface" > git rev-list --no-walk a1de66810b8e114107e849a310222ed3c1b44bf0 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-04-26T05:19:10.318Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-04-26T05:19:10.424Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-04-26T05:19:10.452Z] ========================================================= [2021-04-26T05:19:10.452Z] EdgeX Global Pipelines Version Info [2021-04-26T05:19:10.452Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-04-26T05:19:12.829Z] ------------------- [2021-04-26T05:19:12.829Z] stable info: [2021-04-26T05:19:12.829Z] ------------------- [2021-04-26T05:19:12.829Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-04-26T05:19:12.829Z] Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 [2021-04-26T05:19:12.829Z] Message: update stable to v1.0.186 [2021-04-26T05:19:13.823Z] ------------------- [2021-04-26T05:19:13.823Z] experimental info: [2021-04-26T05:19:13.823Z] ------------------- [2021-04-26T05:19:13.823Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-04-26T05:19:13.823Z] Commit SHA: cb91434416315492d6e8e8a157e47fc41dd13198 [2021-04-26T05:19:13.823Z] Message: update experimental to v1.0.189 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-04-26T05:19:13.963Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-go-settings [Pipeline] echo [2021-04-26T05:19:13.986Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-go [Pipeline] echo [2021-04-26T05:19:14.008Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-04-26T05:19:14.033Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-04-26T05:19:14.061Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-04-26T05:19:14.084Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-04-26T05:19:14.107Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-04-26T05:19:14.132Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-04-26T05:19:14.154Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = example/cmd/device-simple/Dockerfile [Pipeline] echo [2021-04-26T05:19:14.187Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-04-26T05:19:14.210Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-04-26T05:19:14.235Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-sdk-simple [Pipeline] echo [2021-04-26T05:19:14.261Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-04-26T05:19:14.284Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-04-26T05:19:14.307Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-04-26T05:19:14.331Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2021-04-26T05:19:14.354Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2021-04-26T05:19:14.377Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2021-04-26T05:19:14.400Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-04-26T05:19:14.423Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2021-04-26T05:19:14.446Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-04-26T05:19:14.471Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-04-26T05:19:14.502Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2021-04-26T05:19:14.530Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2021-04-26T05:19:14.559Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2021-04-26T05:19:14.591Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-04-26T05:19:14.636Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2021-04-26T05:19:14.670Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2021-04-26T05:19:14.720Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2021-04-26T05:19:14.770Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 188b4cc14b9321dd8b2b5872b94485f2cb4f6961 [Pipeline] echo [2021-04-26T05:19:14.823Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 188b4cc [Pipeline] echo [2021-04-26T05:19:14.872Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-04-26T05:19:14.979Z] provisioning config files... [2021-04-26T05:19:15.012Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config7361326671751724568tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-26T05:19:15.377Z] ---> docker-login.sh [2021-04-26T05:19:15.377Z] nexus3.edgexfoundry.org:10001 [2021-04-26T05:19:16.805Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-26T05:19:16.805Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-26T05:19:16.805Z] Configure a credential helper to remove this warning. See [2021-04-26T05:19:16.805Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-26T05:19:16.805Z] [2021-04-26T05:19:16.805Z] Login Succeeded [2021-04-26T05:19:16.805Z] nexus3.edgexfoundry.org:10002 [2021-04-26T05:19:17.086Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-26T05:19:17.086Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-26T05:19:17.086Z] Configure a credential helper to remove this warning. See [2021-04-26T05:19:17.086Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-26T05:19:17.086Z] [2021-04-26T05:19:17.086Z] Login Succeeded [2021-04-26T05:19:17.086Z] nexus3.edgexfoundry.org:10003 [2021-04-26T05:19:17.360Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-26T05:19:17.360Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-26T05:19:17.360Z] Configure a credential helper to remove this warning. See [2021-04-26T05:19:17.360Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-26T05:19:17.360Z] [2021-04-26T05:19:17.360Z] Login Succeeded [2021-04-26T05:19:17.360Z] nexus3.edgexfoundry.org:10004 [2021-04-26T05:19:17.665Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-26T05:19:17.665Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-26T05:19:17.665Z] Configure a credential helper to remove this warning. See [2021-04-26T05:19:17.665Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-26T05:19:17.665Z] [2021-04-26T05:19:17.665Z] Login Succeeded [2021-04-26T05:19:17.665Z] docker.io [2021-04-26T05:19:17.957Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-26T05:19:18.226Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-26T05:19:18.226Z] Configure a credential helper to remove this warning. See [2021-04-26T05:19:18.226Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-26T05:19:18.226Z] [2021-04-26T05:19:18.226Z] Login Succeeded [2021-04-26T05:19:18.226Z] ---> docker-login.sh ends [Pipeline] } [2021-04-26T05:19:18.249Z] 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-26T05:19:18.747Z] + git log --format=format:%s -1 188b4cc14b9321dd8b2b5872b94485f2cb4f6961 [Pipeline] echo [2021-04-26T05:19:18.861Z] GIT_COMMIT: 188b4cc14b9321dd8b2b5872b94485f2cb4f6961, Commit Message: Merge pull request #895 from hahattan/interface [Pipeline] echo [2021-04-26T05:19:18.878Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2021-04-26T05:19:19.909Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-26T05:19:19.910Z] [2021-04-26T05:19:19.910Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-04-26T05:19:20.273Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-26T05:19:20.273Z] latest: Pulling from edgex-devops/git-semver [2021-04-26T05:19:20.273Z] 31603596830f: Pulling fs layer [2021-04-26T05:19:20.273Z] 2a8b12db71e7: Pulling fs layer [2021-04-26T05:19:20.273Z] 6ca5941a6612: Pulling fs layer [2021-04-26T05:19:20.273Z] ecc8261a40a4: Pulling fs layer [2021-04-26T05:19:20.273Z] ecc8261a40a4: Waiting [2021-04-26T05:19:20.273Z] 2a8b12db71e7: Verifying Checksum [2021-04-26T05:19:20.273Z] 2a8b12db71e7: Download complete [2021-04-26T05:19:20.545Z] 31603596830f: Verifying Checksum [2021-04-26T05:19:20.545Z] 31603596830f: Download complete [2021-04-26T05:19:20.545Z] 6ca5941a6612: Verifying Checksum [2021-04-26T05:19:20.545Z] 6ca5941a6612: Download complete [2021-04-26T05:19:20.545Z] ecc8261a40a4: Verifying Checksum [2021-04-26T05:19:20.545Z] ecc8261a40a4: Download complete [2021-04-26T05:19:21.140Z] 31603596830f: Pull complete [2021-04-26T05:19:21.409Z] 2a8b12db71e7: Pull complete [2021-04-26T05:19:22.842Z] 6ca5941a6612: Pull complete [2021-04-26T05:19:23.164Z] ecc8261a40a4: Pull complete [2021-04-26T05:19:23.164Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-04-26T05:19:23.434Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-26T05:19:23.434Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-04-26T05:19:23.577Z] prd-centos7-docker-4c-2g-1705 does not seem to be running inside a container [2021-04-26T05:19:23.714Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-sdk-go_master -v /w/workspace/dgexfoundry_device-sdk-go_master:/w/workspace/dgexfoundry_device-sdk-go_master:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_master@tmp:/w/workspace/dgexfoundry_device-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-04-26T05:19:27.370Z] $ docker top 0c1623aed685f69ca9c422bb0b7737e2be67e153c0e0399bb087e2e627b803d0 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-04-26T05:19:27.627Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-26T05:19:27.627Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-26T05:19:28.258Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-26T05:19:28.268Z] $ docker exec 0c1623aed685f69ca9c422bb0b7737e2be67e153c0e0399bb087e2e627b803d0 ssh-agent [2021-04-26T05:19:28.930Z] SSH_AUTH_SOCK=/tmp/ssh-zKY7PqBdnNge/agent.11 [2021-04-26T05:19:28.930Z] SSH_AGENT_PID=17 [2021-04-26T05:19:28.944Z] Running ssh-add (command line suppressed) [2021-04-26T05:19:29.103Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_4251471435216275593.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_4251471435216275593.key) [2021-04-26T05:19:29.180Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-26T05:19:29.516Z] + git tag --points-at HEAD [Pipeline] } [2021-04-26T05:19:29.558Z] $ docker exec --env ******** --env ******** 0c1623aed685f69ca9c422bb0b7737e2be67e153c0e0399bb087e2e627b803d0 ssh-agent -k [2021-04-26T05:19:30.032Z] unset SSH_AUTH_SOCK; [2021-04-26T05:19:30.034Z] unset SSH_AGENT_PID; [2021-04-26T05:19:30.034Z] echo Agent pid 17 killed; [2021-04-26T05:19:30.133Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-04-26T05:19:30.202Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-26T05:19:30.202Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-26T05:19:30.468Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-26T05:19:30.477Z] $ docker exec 0c1623aed685f69ca9c422bb0b7737e2be67e153c0e0399bb087e2e627b803d0 ssh-agent [2021-04-26T05:19:30.812Z] SSH_AUTH_SOCK=/tmp/ssh-exruDJPEgqBg/agent.47 [2021-04-26T05:19:30.812Z] SSH_AGENT_PID=52 [2021-04-26T05:19:30.821Z] Running ssh-add (command line suppressed) [2021-04-26T05:19:31.043Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_4163768805190426927.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_4163768805190426927.key) [2021-04-26T05:19:31.115Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-26T05:19:31.439Z] + git semver init [2021-04-26T05:19:31.439Z] # -> Open(): unable to determine branch for HEAD [2021-04-26T05:19:31.439Z] # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git [2021-04-26T05:19:31.439Z] # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master [2021-04-26T05:19:31.439Z] # $SEMVER_REMOTE_NAME = origin [2021-04-26T05:19:31.439Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-04-26T05:19:31.439Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-04-26T05:19:31.439Z] # $SEMVER_BRANCH = master [2021-04-26T05:19:31.439Z] # $SEMVER_TEMP = /tmp/semver-103409404 [2021-04-26T05:19:31.439Z] # git clone --branch semver git@github.com:edgexfoundry/device-sdk-go.git $SEMVER_TEMP [2021-04-26T05:19:32.395Z] # '/tmp/semver-103409404' -> '/w/workspace/dgexfoundry_device-sdk-go_master/.semver' [2021-04-26T05:19:32.395Z] # -> Force: false [2021-04-26T05:19:32.395Z] # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver [Pipeline] } [2021-04-26T05:19:32.417Z] $ docker exec --env ******** --env ******** 0c1623aed685f69ca9c422bb0b7737e2be67e153c0e0399bb087e2e627b803d0 ssh-agent -k [2021-04-26T05:19:32.588Z] unset SSH_AUTH_SOCK; [2021-04-26T05:19:32.589Z] unset SSH_AGENT_PID; [2021-04-26T05:19:32.590Z] echo Agent pid 52 killed; [2021-04-26T05:19:32.682Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-04-26T05:19:33.025Z] + git semver [Pipeline] } [2021-04-26T05:19:33.049Z] $ docker stop --time=1 0c1623aed685f69ca9c422bb0b7737e2be67e153c0e0399bb087e2e627b803d0 [2021-04-26T05:19:34.805Z] $ docker rm -f 0c1623aed685f69ca9c422bb0b7737e2be67e153c0e0399bb087e2e627b803d0 [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-26T05:19:36.093Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-04-26T05:19:37.316Z] Stashed 1 file(s) [Pipeline] echo [2021-04-26T05:19:37.319Z] [edgeXSemver]: initialized semver on version 2.0.0-dev.49 [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-26T05:19:52.517Z] Still waiting to schedule task [2021-04-26T05:19:52.517Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2021-04-26T05:19:52.520Z] Still waiting to schedule task [2021-04-26T05:19:52.520Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2021-04-26T05:21:12.010Z] Running on prd-centos7-docker-4c-2g-1708 in /w/workspace/dgexfoundry_device-sdk-go_master [Pipeline] { [Pipeline] ws [2021-04-26T05:21:12.031Z] Running in /w/workspace/device-sdk-go/154 [Pipeline] { [Pipeline] checkout [2021-04-26T05:21:14.737Z] using credential edgex-jenkins-ssh [2021-04-26T05:21:14.766Z] Cloning the remote Git repository [2021-04-26T05:21:14.598Z] Cloning repository git@github.com:edgexfoundry/device-sdk-go.git [2021-04-26T05:21:14.681Z] > git init /w/workspace/device-sdk-go/154 # timeout=10 [2021-04-26T05:21:14.758Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2021-04-26T05:21:14.759Z] > git --version # timeout=10 [2021-04-26T05:21:14.769Z] > git --version # 'git version 2.24.3' [2021-04-26T05:21:14.770Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-26T05:21:14.821Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-26T05:21:16.254Z] Checking out Revision 188b4cc14b9321dd8b2b5872b94485f2cb4f6961 (master) [2021-04-26T05:21:15.660Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2021-04-26T05:21:15.668Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-26T05:21:15.687Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2021-04-26T05:21:15.706Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2021-04-26T05:21:15.706Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-26T05:21:15.712Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-04-26T05:21:16.189Z] > git config core.sparsecheckout # timeout=10 [2021-04-26T05:21:16.195Z] > git checkout -f 188b4cc14b9321dd8b2b5872b94485f2cb4f6961 # timeout=10 [2021-04-26T05:21:19.856Z] Commit message: "Merge pull request #895 from hahattan/interface" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-04-26T05:21:20.812Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-04-26T05:21:21.148Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-04-26T05:21:21.449Z] + sudo service docker restart [2021-04-26T05:21:21.449Z] + true [2021-04-26T05:21:21.449Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-04-26T05:21:22.428Z] provisioning config files... [2021-04-26T05:21:22.457Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/154@tmp/config8469596463529373251tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-26T05:21:22.787Z] ---> docker-login.sh [2021-04-26T05:21:22.787Z] nexus3.edgexfoundry.org:10001 [2021-04-26T05:21:23.051Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-26T05:21:23.051Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-26T05:21:23.051Z] Configure a credential helper to remove this warning. See [2021-04-26T05:21:23.051Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-26T05:21:23.051Z] [2021-04-26T05:21:23.051Z] Login Succeeded [2021-04-26T05:21:23.051Z] nexus3.edgexfoundry.org:10002 [2021-04-26T05:21:23.312Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-26T05:21:23.578Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-26T05:21:23.578Z] Configure a credential helper to remove this warning. See [2021-04-26T05:21:23.578Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-26T05:21:23.578Z] [2021-04-26T05:21:23.578Z] Login Succeeded [2021-04-26T05:21:23.578Z] nexus3.edgexfoundry.org:10003 [2021-04-26T05:21:23.578Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-26T05:21:23.578Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-26T05:21:23.578Z] Configure a credential helper to remove this warning. See [2021-04-26T05:21:23.578Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-26T05:21:23.578Z] [2021-04-26T05:21:23.578Z] Login Succeeded [2021-04-26T05:21:23.578Z] nexus3.edgexfoundry.org:10004 [2021-04-26T05:21:23.840Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-26T05:21:23.840Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-26T05:21:23.840Z] Configure a credential helper to remove this warning. See [2021-04-26T05:21:23.840Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-26T05:21:23.840Z] [2021-04-26T05:21:23.840Z] Login Succeeded [2021-04-26T05:21:23.840Z] docker.io [2021-04-26T05:21:24.107Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-26T05:21:24.377Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-26T05:21:24.377Z] Configure a credential helper to remove this warning. See [2021-04-26T05:21:24.377Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-26T05:21:24.377Z] [2021-04-26T05:21:24.377Z] Login Succeeded [2021-04-26T05:21:24.377Z] ---> docker-login.sh ends [Pipeline] } [2021-04-26T05:21:24.386Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-04-26T05:21:24.549Z] ========================================================= [2021-04-26T05:21:24.549Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-04-26T05:21:24.549Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-04-26T05:21:24.859Z] + 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-26T05:21:24.859Z] Sending build context to Docker daemon 2.464MB [2021-04-26T05:21:24.859Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-04-26T05:21:24.859Z] Step 2/8 : FROM ${BASE} [2021-04-26T05:21:25.125Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-04-26T05:21:25.125Z] 188c0c94c7c5: Pulling fs layer [2021-04-26T05:21:25.125Z] 0ef7d3d256c8: Pulling fs layer [2021-04-26T05:21:25.125Z] de9db76c5a1d: Pulling fs layer [2021-04-26T05:21:25.125Z] bca2f99d35d6: Pulling fs layer [2021-04-26T05:21:25.125Z] 93359f2a8cfa: Pulling fs layer [2021-04-26T05:21:25.125Z] 7c6f9722023f: Pulling fs layer [2021-04-26T05:21:25.125Z] a35cf1a2eb13: Pulling fs layer [2021-04-26T05:21:25.125Z] 93359f2a8cfa: Waiting [2021-04-26T05:21:25.125Z] 7c6f9722023f: Waiting [2021-04-26T05:21:25.125Z] a35cf1a2eb13: Waiting [2021-04-26T05:21:25.125Z] bca2f99d35d6: Waiting [2021-04-26T05:21:25.125Z] de9db76c5a1d: Verifying Checksum [2021-04-26T05:21:25.125Z] de9db76c5a1d: Download complete [2021-04-26T05:21:25.125Z] 0ef7d3d256c8: Verifying Checksum [2021-04-26T05:21:25.125Z] 0ef7d3d256c8: Download complete [2021-04-26T05:21:25.125Z] 93359f2a8cfa: Verifying Checksum [2021-04-26T05:21:25.125Z] 93359f2a8cfa: Download complete [2021-04-26T05:21:25.125Z] 188c0c94c7c5: Verifying Checksum [2021-04-26T05:21:25.125Z] 188c0c94c7c5: Download complete [2021-04-26T05:21:25.125Z] 7c6f9722023f: Verifying Checksum [2021-04-26T05:21:25.125Z] 7c6f9722023f: Download complete [2021-04-26T05:21:25.390Z] 188c0c94c7c5: Pull complete [2021-04-26T05:21:25.652Z] 0ef7d3d256c8: Pull complete [2021-04-26T05:21:25.652Z] de9db76c5a1d: Pull complete [2021-04-26T05:21:27.581Z] a35cf1a2eb13: Verifying Checksum [2021-04-26T05:21:27.581Z] a35cf1a2eb13: Download complete [2021-04-26T05:21:27.851Z] bca2f99d35d6: Verifying Checksum [2021-04-26T05:21:27.851Z] bca2f99d35d6: Download complete [2021-04-26T05:21:34.515Z] bca2f99d35d6: Pull complete [2021-04-26T05:21:34.515Z] 93359f2a8cfa: Pull complete [2021-04-26T05:21:34.515Z] 7c6f9722023f: Pull complete [2021-04-26T05:21:37.851Z] a35cf1a2eb13: Pull complete [2021-04-26T05:21:37.851Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-04-26T05:21:37.851Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-04-26T05:21:37.851Z] ---> a62c8e92a672 [2021-04-26T05:21:37.851Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-04-26T05:21:38.115Z] ---> Running in a0c4989e6b17 [2021-04-26T05:21:38.380Z] Removing intermediate container a0c4989e6b17 [2021-04-26T05:21:38.380Z] ---> 53b2a2c4c36a [2021-04-26T05:21:38.380Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-26T05:21:38.655Z] ---> Running in 5f691d6f9ff0 [2021-04-26T05:21:39.616Z] Removing intermediate container 5f691d6f9ff0 [2021-04-26T05:21:39.617Z] ---> e2dd63e483e9 [2021-04-26T05:21:39.617Z] Step 5/8 : RUN apk add --update --no-cache make git gcc libc-dev libsodium-dev zeromq-dev [2021-04-26T05:21:39.617Z] ---> Running in a8e7560f539b [2021-04-26T05:21:41.024Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-26T05:21:41.453Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-1707 in /w/workspace/dgexfoundry_device-sdk-go_master [Pipeline] { [Pipeline] ws [2021-04-26T05:21:41.475Z] Running in /w/workspace/device-sdk-go/154 [Pipeline] { [Pipeline] checkout [2021-04-26T05:21:41.612Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-26T05:21:41.876Z] (1/6) Installing libc-dev (0.7.2-r3) [2021-04-26T05:21:42.140Z] (2/6) Installing libsodium (1.0.18-r0) [2021-04-26T05:21:42.140Z] (3/6) Installing pkgconf (1.7.2-r0) [2021-04-26T05:21:42.140Z] (4/6) Installing libsodium-dev (1.0.18-r0) [2021-04-26T05:21:42.404Z] (5/6) Installing libzmq (4.3.3-r0) [2021-04-26T05:21:42.404Z] (6/6) Installing zeromq-dev (4.3.3-r0) [2021-04-26T05:21:42.404Z] Executing busybox-1.31.1-r19.trigger [2021-04-26T05:21:42.404Z] OK: 167 MiB in 45 packages [2021-04-26T05:21:43.355Z] Removing intermediate container a8e7560f539b [2021-04-26T05:21:43.355Z] ---> e77d253fb0f6 [2021-04-26T05:21:43.355Z] Step 6/8 : WORKDIR /device-sdk-go [2021-04-26T05:21:43.355Z] ---> Running in 00fe264e308b [2021-04-26T05:21:43.355Z] Removing intermediate container 00fe264e308b [2021-04-26T05:21:43.355Z] ---> 01a38f641d38 [2021-04-26T05:21:43.355Z] Step 7/8 : COPY . . [2021-04-26T05:21:44.750Z] ---> 2d4e187405d2 [2021-04-26T05:21:44.750Z] Step 8/8 : RUN go mod download [2021-04-26T05:21:44.750Z] ---> Running in 6a7aa99f3dcd [2021-04-26T05:21:47.576Z] using credential edgex-jenkins-ssh [2021-04-26T05:21:47.596Z] Cloning the remote Git repository [2021-04-26T05:21:47.694Z] Cloning repository git@github.com:edgexfoundry/device-sdk-go.git [2021-04-26T05:21:47.799Z] > git init /w/workspace/device-sdk-go/154 # timeout=10 [2021-04-26T05:21:47.915Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2021-04-26T05:21:47.916Z] > git --version # timeout=10 [2021-04-26T05:21:47.955Z] > git --version # 'git version 2.17.1' [2021-04-26T05:21:47.957Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-26T05:21:48.031Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-26T05:21:50.097Z] Checking out Revision 188b4cc14b9321dd8b2b5872b94485f2cb4f6961 (master) [2021-04-26T05:21:49.441Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2021-04-26T05:21:49.467Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-26T05:21:49.501Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2021-04-26T05:21:49.550Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2021-04-26T05:21:49.551Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-26T05:21:49.563Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-04-26T05:21:50.122Z] > git config core.sparsecheckout # timeout=10 [2021-04-26T05:21:50.147Z] > git checkout -f 188b4cc14b9321dd8b2b5872b94485f2cb4f6961 # timeout=10 [2021-04-26T05:21:54.493Z] Commit message: "Merge pull request #895 from hahattan/interface" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-04-26T05:21:55.811Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-04-26T05:21:56.217Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-04-26T05:21:56.561Z] + sudo service docker restart [2021-04-26T05:21:56.561Z] + true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-04-26T05:21:59.238Z] provisioning config files... [2021-04-26T05:21:59.281Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/154@tmp/config6618746340068430568tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-26T05:21:59.666Z] ---> docker-login.sh [2021-04-26T05:21:59.666Z] nexus3.edgexfoundry.org:10001 [2021-04-26T05:22:00.654Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-26T05:22:00.928Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-26T05:22:00.928Z] Configure a credential helper to remove this warning. See [2021-04-26T05:22:00.928Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-26T05:22:00.928Z] [2021-04-26T05:22:00.928Z] Login Succeeded [2021-04-26T05:22:00.928Z] nexus3.edgexfoundry.org:10002 [2021-04-26T05:22:01.202Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-26T05:22:01.479Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-26T05:22:01.479Z] Configure a credential helper to remove this warning. See [2021-04-26T05:22:01.479Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-26T05:22:01.479Z] [2021-04-26T05:22:01.479Z] Login Succeeded [2021-04-26T05:22:01.479Z] nexus3.edgexfoundry.org:10003 [2021-04-26T05:22:01.757Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-26T05:22:02.038Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-26T05:22:02.038Z] Configure a credential helper to remove this warning. See [2021-04-26T05:22:02.038Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-26T05:22:02.038Z] [2021-04-26T05:22:02.038Z] Login Succeeded [2021-04-26T05:22:02.038Z] nexus3.edgexfoundry.org:10004 [2021-04-26T05:22:02.312Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-26T05:22:02.595Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-26T05:22:02.595Z] Configure a credential helper to remove this warning. See [2021-04-26T05:22:02.595Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-26T05:22:02.595Z] [2021-04-26T05:22:02.595Z] Login Succeeded [2021-04-26T05:22:02.595Z] docker.io [2021-04-26T05:22:03.195Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-26T05:22:03.469Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-26T05:22:03.469Z] Configure a credential helper to remove this warning. See [2021-04-26T05:22:03.469Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-26T05:22:03.469Z] [2021-04-26T05:22:03.469Z] Login Succeeded [2021-04-26T05:22:03.469Z] ---> docker-login.sh ends [Pipeline] } [2021-04-26T05:22:03.492Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-04-26T05:22:03.807Z] ========================================================= [2021-04-26T05:22:03.807Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-04-26T05:22:03.807Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-04-26T05:22:04.161Z] + 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-26T05:22:04.775Z] Sending build context to Docker daemon 2.463MB [2021-04-26T05:22:04.775Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-04-26T05:22:04.775Z] Step 2/8 : FROM ${BASE} [2021-04-26T05:22:04.775Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-04-26T05:22:04.775Z] 5f621e34cdf4: Pulling fs layer [2021-04-26T05:22:04.775Z] a4357932f1b6: Pulling fs layer [2021-04-26T05:22:04.775Z] 18c013af1878: Pulling fs layer [2021-04-26T05:22:04.775Z] 00ac8860ef70: Pulling fs layer [2021-04-26T05:22:04.775Z] 63d7cb157983: Pulling fs layer [2021-04-26T05:22:04.775Z] b116817d02f9: Pulling fs layer [2021-04-26T05:22:04.775Z] 745a02a5169b: Pulling fs layer [2021-04-26T05:22:04.775Z] 00ac8860ef70: Waiting [2021-04-26T05:22:04.775Z] 63d7cb157983: Waiting [2021-04-26T05:22:04.775Z] b116817d02f9: Waiting [2021-04-26T05:22:04.775Z] 745a02a5169b: Waiting [2021-04-26T05:22:04.775Z] 18c013af1878: Verifying Checksum [2021-04-26T05:22:04.775Z] 18c013af1878: Download complete [2021-04-26T05:22:04.775Z] a4357932f1b6: Verifying Checksum [2021-04-26T05:22:04.775Z] a4357932f1b6: Download complete [2021-04-26T05:22:04.775Z] 63d7cb157983: Verifying Checksum [2021-04-26T05:22:04.775Z] 63d7cb157983: Download complete [2021-04-26T05:22:04.775Z] b116817d02f9: Verifying Checksum [2021-04-26T05:22:04.775Z] b116817d02f9: Download complete [2021-04-26T05:22:04.775Z] 5f621e34cdf4: Verifying Checksum [2021-04-26T05:22:04.775Z] 5f621e34cdf4: Download complete [2021-04-26T05:22:05.761Z] 5f621e34cdf4: Pull complete [2021-04-26T05:22:06.365Z] a4357932f1b6: Pull complete [2021-04-26T05:22:06.643Z] 18c013af1878: Pull complete [2021-04-26T05:22:06.926Z] 745a02a5169b: Verifying Checksum [2021-04-26T05:22:06.926Z] 745a02a5169b: Download complete [2021-04-26T05:22:07.911Z] 00ac8860ef70: Verifying Checksum [2021-04-26T05:22:07.911Z] 00ac8860ef70: Download complete [2021-04-26T05:22:11.389Z] Removing intermediate container 6a7aa99f3dcd [2021-04-26T05:22:11.389Z] ---> 3694aca27551 [2021-04-26T05:22:11.389Z] Successfully built 3694aca27551 [2021-04-26T05:22:11.389Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-04-26T05:22:11.715Z] + docker inspect -f . ci-base-image-x86_64 [2021-04-26T05:22:11.715Z] . [Pipeline] withDockerContainer [2021-04-26T05:22:11.832Z] prd-centos7-docker-4c-2g-1708 does not seem to be running inside a container [2021-04-26T05:22:11.893Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/154 -v /w/workspace/device-sdk-go/154:/w/workspace/device-sdk-go/154:rw,z -v /w/workspace/device-sdk-go/154@tmp:/w/workspace/device-sdk-go/154@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-04-26T05:22:12.681Z] $ docker top 0e66ccf318fd73a3b22483c06ea37a3907d4710856e1773b3342d5c78fc0e5f3 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-26T05:22:13.174Z] + go version [2021-04-26T05:22:13.174Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-04-26T05:22:13.191Z] $ docker stop --time=1 0e66ccf318fd73a3b22483c06ea37a3907d4710856e1773b3342d5c78fc0e5f3 [2021-04-26T05:22:14.573Z] $ docker rm -f 0e66ccf318fd73a3b22483c06ea37a3907d4710856e1773b3342d5c78fc0e5f3 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-26T05:22:15.095Z] + docker inspect -f . ci-base-image-x86_64 [2021-04-26T05:22:15.095Z] . [Pipeline] withDockerContainer [2021-04-26T05:22:15.199Z] prd-centos7-docker-4c-2g-1708 does not seem to be running inside a container [2021-04-26T05:22:15.245Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/154 -v /w/workspace/device-sdk-go/154:/w/workspace/device-sdk-go/154:rw,z -v /w/workspace/device-sdk-go/154@tmp:/w/workspace/device-sdk-go/154@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-04-26T05:22:16.053Z] $ docker top f8bb50b817c4054ae58b382438ab7b83e8d06c98ee19fa93b1ac5851c7d4e77e -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-26T05:22:16.482Z] + make test [2021-04-26T05:22:16.482Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-04-26T05:22:18.126Z] 00ac8860ef70: Pull complete [2021-04-26T05:22:18.126Z] 63d7cb157983: Pull complete [2021-04-26T05:22:18.400Z] b116817d02f9: Pull complete [2021-04-26T05:22:22.728Z] 745a02a5169b: Pull complete [2021-04-26T05:22:22.728Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-04-26T05:22:22.728Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-04-26T05:22:22.728Z] ---> b7e6874047d6 [2021-04-26T05:22:22.728Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-04-26T05:22:24.719Z] ? github.com/edgexfoundry/device-sdk-go/v2 [no test files] [2021-04-26T05:22:26.125Z] ---> Running in 2fd577b7c8a6 [2021-04-26T05:22:26.125Z] Removing intermediate container 2fd577b7c8a6 [2021-04-26T05:22:26.125Z] ---> 4eafd9a3f293 [2021-04-26T05:22:26.125Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-26T05:22:26.125Z] ---> Running in 346f35a2d839 [2021-04-26T05:22:28.748Z] Removing intermediate container 346f35a2d839 [2021-04-26T05:22:28.748Z] ---> fd456e78afb5 [2021-04-26T05:22:28.748Z] Step 5/8 : RUN apk add --update --no-cache make git gcc libc-dev libsodium-dev zeromq-dev [2021-04-26T05:22:28.748Z] ---> Running in 242d6b2fdcf5 [2021-04-26T05:22:29.726Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-26T05:22:30.319Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-26T05:22:30.911Z] (1/6) Installing libc-dev (0.7.2-r3) [2021-04-26T05:22:30.911Z] (2/6) Installing libsodium (1.0.18-r0) [2021-04-26T05:22:31.181Z] (3/6) Installing pkgconf (1.7.2-r0) [2021-04-26T05:22:31.181Z] (4/6) Installing libsodium-dev (1.0.18-r0) [2021-04-26T05:22:31.181Z] (5/6) Installing libzmq (4.3.3-r0) [2021-04-26T05:22:31.451Z] (6/6) Installing zeromq-dev (4.3.3-r0) [2021-04-26T05:22:31.451Z] Executing busybox-1.31.1-r19.trigger [2021-04-26T05:22:31.451Z] OK: 144 MiB in 45 packages [2021-04-26T05:22:32.900Z] Removing intermediate container 242d6b2fdcf5 [2021-04-26T05:22:32.900Z] ---> 669f37110a24 [2021-04-26T05:22:32.900Z] Step 6/8 : WORKDIR /device-sdk-go [2021-04-26T05:22:32.900Z] ---> Running in 40cc3d64e557 [2021-04-26T05:22:33.496Z] Removing intermediate container 40cc3d64e557 [2021-04-26T05:22:33.497Z] ---> beba22d5a5c0 [2021-04-26T05:22:33.497Z] Step 7/8 : COPY . . [2021-04-26T05:22:34.922Z] ---> 5aa5b1347c9b [2021-04-26T05:22:34.922Z] Step 8/8 : RUN go mod download [2021-04-26T05:22:34.922Z] ---> Running in c65afec99da2 [2021-04-26T05:22:46.863Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/cmd/device-simple [no test files] [2021-04-26T05:22:46.863Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/config [no test files] [2021-04-26T05:22:46.863Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/driver [no test files] [2021-04-26T05:22:46.863Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/application [no test files] [2021-04-26T05:22:46.863Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/autodiscovery [no test files] [2021-04-26T05:22:46.863Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/autoevent 0.060s coverage: 28.1% of statements [2021-04-26T05:22:46.863Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/cache 0.067s coverage: 78.9% of statements [2021-04-26T05:22:47.131Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/clients 1.117s coverage: 7.8% of statements [2021-04-26T05:22:47.131Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/common [no test files] [2021-04-26T05:22:47.131Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/config [no test files] [2021-04-26T05:22:47.131Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/container [no test files] [2021-04-26T05:22:47.131Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http 0.103s coverage: 32.0% of statements [2021-04-26T05:22:47.131Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http/correlation [no test files] [2021-04-26T05:22:47.131Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/provision [no test files] [2021-04-26T05:22:47.131Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/telemetry [no test files] [2021-04-26T05:22:47.730Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/transformer 0.103s coverage: 57.2% of statements [2021-04-26T05:22:48.723Z] ok github.com/edgexfoundry/device-sdk-go/v2/pkg/models 1.209s coverage: 6.6% of statements [2021-04-26T05:22:48.723Z] ok github.com/edgexfoundry/device-sdk-go/v2/pkg/service 0.058s coverage: 5.0% of statements [2021-04-26T05:22:48.723Z] ? github.com/edgexfoundry/device-sdk-go/v2/pkg/startup [no test files] [2021-04-26T05:22:48.723Z] GO111MODULE=on go vet ./... [2021-04-26T05:23:01.731Z] Removing intermediate container c65afec99da2 [2021-04-26T05:23:01.731Z] ---> 42fa0b65615b [2021-04-26T05:23:01.731Z] Successfully built 42fa0b65615b [2021-04-26T05:23:01.731Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-04-26T05:23:02.087Z] + docker inspect -f . ci-base-image-arm64 [2021-04-26T05:23:02.087Z] . [Pipeline] withDockerContainer [2021-04-26T05:23:02.378Z] prd-ubuntu18.04-docker-arm64-4c-16g-1707 does not seem to be running inside a container [2021-04-26T05:23:02.476Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/154 -v /w/workspace/device-sdk-go/154:/w/workspace/device-sdk-go/154:rw,z -v /w/workspace/device-sdk-go/154@tmp:/w/workspace/device-sdk-go/154@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-26T05:23:04.212Z] $ docker top 4c8642b5b5e1e9c2ad903c60223da3aa1cbcdded19c7faee2f2f2b256aa5a285 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-26T05:23:05.194Z] + go version [2021-04-26T05:23:05.194Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-04-26T05:23:05.220Z] $ docker stop --time=1 4c8642b5b5e1e9c2ad903c60223da3aa1cbcdded19c7faee2f2f2b256aa5a285 [2021-04-26T05:23:07.172Z] $ docker rm -f 4c8642b5b5e1e9c2ad903c60223da3aa1cbcdded19c7faee2f2f2b256aa5a285 [2021-04-26T05:23:07.195Z] gofmt -l . [2021-04-26T05:23:07.195Z] [ "`gofmt -l .`" = "" ] [2021-04-26T05:23:07.195Z] ./bin/test-attribution-txt.sh [2021-04-26T05:23:07.195Z] ./bin/test-go-mod-tidy.sh [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] } [2021-04-26T05:23:07.455Z] $ docker stop --time=1 f8bb50b817c4054ae58b382438ab7b83e8d06c98ee19fa93b1ac5851c7d4e77e [2021-04-26T05:23:09.194Z] $ docker rm -f f8bb50b817c4054ae58b382438ab7b83e8d06c98ee19fa93b1ac5851c7d4e77e [Pipeline] // script [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] sh [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-26T05:23:09.859Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-04-26T05:23:10.007Z] + docker inspect -f . ci-base-image-arm64 [2021-04-26T05:23:10.007Z] . [Pipeline] withDockerContainer [2021-04-26T05:23:10.253Z] Stashed 1 file(s) [2021-04-26T05:23:10.278Z] prd-ubuntu18.04-docker-arm64-4c-16g-1707 does not seem to be running inside a container [2021-04-26T05:23:10.369Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/154 -v /w/workspace/device-sdk-go/154:/w/workspace/device-sdk-go/154:rw,z -v /w/workspace/device-sdk-go/154@tmp:/w/workspace/device-sdk-go/154@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-26T05:23:11.972Z] $ docker top 2c07a2db254419a7b653cdc72d5f587c1bcd73e4342361833bfad38ddf272a2f -eo pid,comm [Pipeline] { [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] sh [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [2021-04-26T05:23:12.964Z] + make test [2021-04-26T05:23:12.964Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [Pipeline] sh [2021-04-26T05:23:14.797Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-04-26T05:23:15.098Z] + ls -al . [2021-04-26T05:23:15.098Z] total 188 [2021-04-26T05:23:15.098Z] drwxrwxr-x. 10 jenkins jenkins 4096 Apr 26 05:23 . [2021-04-26T05:23:15.098Z] drwxrwxr-x. 4 jenkins jenkins 32 Apr 26 05:21 .. [2021-04-26T05:23:15.098Z] drwxrwxr-x. 2 jenkins jenkins 64 Apr 26 05:21 bin [2021-04-26T05:23:15.098Z] -rw-r--r--. 1 jenkins jenkins 100024 Apr 26 05:22 coverage.out [2021-04-26T05:23:15.098Z] -rw-rw-r--. 1 jenkins jenkins 987 Apr 26 05:21 Dockerfile.build [2021-04-26T05:23:15.098Z] -rw-rw-r--. 1 jenkins jenkins 140 Apr 26 05:21 .dockerignore [2021-04-26T05:23:15.098Z] drwxrwxr-x. 5 jenkins jenkins 62 Apr 26 05:21 example [2021-04-26T05:23:15.098Z] drwxrwxr-x. 8 jenkins jenkins 162 Apr 26 05:21 .git [2021-04-26T05:23:15.098Z] drwxrwxr-x. 2 jenkins jenkins 103 Apr 26 05:21 .github [2021-04-26T05:23:15.098Z] -rw-rw-r--. 1 jenkins jenkins 138 Apr 26 05:21 .gitignore [2021-04-26T05:23:15.098Z] -rw-r--r--. 1 jenkins jenkins 575 Apr 26 05:23 go.mod [2021-04-26T05:23:15.098Z] -rw-r--r--. 1 jenkins jenkins 20957 Apr 26 05:23 go.sum [2021-04-26T05:23:15.098Z] drwxrwxr-x. 14 jenkins jenkins 207 Apr 26 05:21 internal [2021-04-26T05:23:15.098Z] -rw-rw-r--. 1 jenkins jenkins 901 Apr 26 05:21 Jenkinsfile [2021-04-26T05:23:15.098Z] -rw-rw-r--. 1 jenkins jenkins 11341 Apr 26 05:21 LICENSE [2021-04-26T05:23:15.098Z] -rw-rw-r--. 1 jenkins jenkins 1022 Apr 26 05:21 Makefile [2021-04-26T05:23:15.098Z] drwxrwxr-x. 4 jenkins jenkins 26 Apr 26 05:21 openapi [2021-04-26T05:23:15.098Z] drwxrwxr-x. 5 jenkins jenkins 50 Apr 26 05:21 pkg [2021-04-26T05:23:15.098Z] -rw-rw-r--. 1 jenkins jenkins 7652 Apr 26 05:21 README.md [2021-04-26T05:23:15.098Z] -rw-rw-r--. 1 jenkins jenkins 6616 Apr 26 05:21 RELEASE-NOTES.txt [2021-04-26T05:23:15.098Z] drwxrwxr-x. 4 jenkins jenkins 54 Apr 26 05:21 snap [2021-04-26T05:23:15.098Z] -rw-rw-r--. 1 jenkins jenkins 12 Apr 26 05:19 VERSION [2021-04-26T05:23:15.098Z] -rw-rw-r--. 1 jenkins jenkins 222 Apr 26 05:21 version.go [Pipeline] isUnix [Pipeline] sh [2021-04-26T05:23:15.411Z] + 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=188b4cc14b9321dd8b2b5872b94485f2cb4f6961 --label arch=amd64 --label version=2.0.0-dev.49 . [2021-04-26T05:23:15.676Z] Sending build context to Docker daemon 2.565MB [2021-04-26T05:23:15.676Z] Step 1/23 : ARG BASE=golang:1.15-alpine3.12 [2021-04-26T05:23:15.676Z] Step 2/23 : FROM ${BASE} AS builder [2021-04-26T05:23:15.676Z] ---> 3694aca27551 [2021-04-26T05:23:15.676Z] Step 3/23 : WORKDIR /device-sdk-go [2021-04-26T05:23:16.260Z] ---> Running in 9b395d5b5e23 [2021-04-26T05:23:16.527Z] Removing intermediate container 9b395d5b5e23 [2021-04-26T05:23:16.527Z] ---> 3206e531e8bf [2021-04-26T05:23:16.527Z] Step 4/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-04-26T05:23:16.527Z] ---> Running in b8a0ac050ab7 [2021-04-26T05:23:16.789Z] Removing intermediate container b8a0ac050ab7 [2021-04-26T05:23:16.789Z] ---> 097bd22fb7fc [2021-04-26T05:23:16.789Z] Step 5/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-26T05:23:16.789Z] ---> Running in 7bb5d0098e17 [2021-04-26T05:23:17.738Z] Removing intermediate container 7bb5d0098e17 [2021-04-26T05:23:17.738Z] ---> 7dc9ec053495 [2021-04-26T05:23:17.738Z] Step 6/23 : RUN apk add --update --no-cache make git gcc libc-dev zeromq-dev libsodium-dev [2021-04-26T05:23:17.999Z] ---> Running in 2b91b3e6c644 [2021-04-26T05:23:18.263Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-26T05:23:18.840Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-26T05:23:19.415Z] OK: 167 MiB in 45 packages [2021-04-26T05:23:19.990Z] Removing intermediate container 2b91b3e6c644 [2021-04-26T05:23:19.990Z] ---> b301eafe0131 [2021-04-26T05:23:19.990Z] Step 7/23 : COPY . . [2021-04-26T05:23:20.940Z] ---> c7a7d619e340 [2021-04-26T05:23:20.940Z] Step 8/23 : RUN go mod download [2021-04-26T05:23:20.940Z] ---> Running in fe9137e390e1 [2021-04-26T05:23:22.359Z] Removing intermediate container fe9137e390e1 [2021-04-26T05:23:22.359Z] ---> 017751b1f0da [2021-04-26T05:23:22.359Z] Step 9/23 : RUN make build [2021-04-26T05:23:22.359Z] ---> Running in c1bd9843169f [2021-04-26T05:23:22.631Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-sdk-go/v2.Version=2.0.0-dev.49" -o example/cmd/device-simple/device-simple ./example/cmd/device-simple [2021-04-26T05:23:34.996Z] CGO_ENABLED=1 GO111MODULE=on go install -tags=safe [2021-04-26T05:23:35.188Z] ? github.com/edgexfoundry/device-sdk-go/v2 [no test files] [2021-04-26T05:23:35.571Z] Removing intermediate container c1bd9843169f [2021-04-26T05:23:35.572Z] ---> bf3c15c4bb78 [2021-04-26T05:23:35.572Z] Step 10/23 : FROM alpine:3.12 [2021-04-26T05:23:35.835Z] 3.12: Pulling from library/alpine [2021-04-26T05:23:36.099Z] 339de151aab4: Pulling fs layer [2021-04-26T05:23:36.363Z] 339de151aab4: Download complete [2021-04-26T05:23:36.627Z] 339de151aab4: Pull complete [2021-04-26T05:23:36.627Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-04-26T05:23:36.627Z] Status: Downloaded newer image for alpine:3.12 [2021-04-26T05:23:36.627Z] ---> 13621d1b12d4 [2021-04-26T05:23:36.627Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-04-26T05:23:36.890Z] ---> Running in 21b90b7cc822 [2021-04-26T05:23:36.890Z] Removing intermediate container 21b90b7cc822 [2021-04-26T05:23:36.890Z] ---> a75985a82143 [2021-04-26T05:23:36.890Z] Step 12/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-26T05:23:37.153Z] ---> Running in 0407e90c88f7 [2021-04-26T05:23:38.128Z] Removing intermediate container 0407e90c88f7 [2021-04-26T05:23:38.128Z] ---> 81e6d6bb97f4 [2021-04-26T05:23:38.128Z] Step 13/23 : RUN apk add --update --no-cache zeromq [2021-04-26T05:23:38.128Z] ---> Running in 59f552214609 [2021-04-26T05:23:38.396Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-26T05:23:39.345Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-26T05:23:39.608Z] (1/5) Installing libgcc (9.3.0-r2) [2021-04-26T05:23:39.608Z] (2/5) Installing libsodium (1.0.18-r0) [2021-04-26T05:23:39.871Z] (3/5) Installing libstdc++ (9.3.0-r2) [2021-04-26T05:23:40.818Z] (4/5) Installing libzmq (4.3.3-r0) [2021-04-26T05:23:40.818Z] (5/5) Installing zeromq (4.3.3-r0) [2021-04-26T05:23:40.818Z] Executing busybox-1.31.1-r20.trigger [2021-04-26T05:23:40.818Z] OK: 8 MiB in 19 packages [2021-04-26T05:23:41.396Z] Removing intermediate container 59f552214609 [2021-04-26T05:23:41.396Z] ---> 4f2cc783cb5a [2021-04-26T05:23:41.396Z] Step 14/23 : WORKDIR / [2021-04-26T05:23:41.396Z] ---> Running in 147e1785b11f [2021-04-26T05:23:41.660Z] Removing intermediate container 147e1785b11f [2021-04-26T05:23:41.660Z] ---> 0af7c3b8976e [2021-04-26T05:23:41.660Z] Step 15/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/Attribution.txt /Attribution.txt [2021-04-26T05:23:41.922Z] ---> a8caa631e750 [2021-04-26T05:23:41.922Z] Step 16/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /device-simple [2021-04-26T05:23:42.501Z] ---> 342a5da13cc0 [2021-04-26T05:23:42.501Z] Step 17/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/ /res [2021-04-26T05:23:42.766Z] ---> c8272ec1e5ab [2021-04-26T05:23:42.766Z] Step 18/23 : EXPOSE 49990 [2021-04-26T05:23:42.766Z] ---> Running in 7934cd51e844 [2021-04-26T05:23:43.030Z] Removing intermediate container 7934cd51e844 [2021-04-26T05:23:43.030Z] ---> c9509b9405f2 [2021-04-26T05:23:43.030Z] Step 19/23 : ENTRYPOINT ["/device-simple"] [2021-04-26T05:23:43.030Z] ---> Running in 2543b9f63d90 [2021-04-26T05:23:43.295Z] Removing intermediate container 2543b9f63d90 [2021-04-26T05:23:43.295Z] ---> 8906f96da935 [2021-04-26T05:23:43.295Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-26T05:23:43.295Z] ---> Running in 4d375172af48 [2021-04-26T05:23:43.558Z] Removing intermediate container 4d375172af48 [2021-04-26T05:23:43.558Z] ---> 8d3f5df10c95 [2021-04-26T05:23:43.558Z] Step 21/23 : LABEL arch=amd64 [2021-04-26T05:23:43.558Z] ---> Running in 7c603b202a84 [2021-04-26T05:23:43.558Z] Removing intermediate container 7c603b202a84 [2021-04-26T05:23:43.558Z] ---> d34a291f5b35 [2021-04-26T05:23:43.558Z] Step 22/23 : LABEL git_sha=188b4cc14b9321dd8b2b5872b94485f2cb4f6961 [2021-04-26T05:23:43.821Z] ---> Running in a6064ad2f8c0 [2021-04-26T05:23:43.821Z] Removing intermediate container a6064ad2f8c0 [2021-04-26T05:23:43.821Z] ---> 30796f7eb6dd [2021-04-26T05:23:43.821Z] Step 23/23 : LABEL version=2.0.0-dev.49 [2021-04-26T05:23:43.821Z] ---> Running in a19b65c4c275 [2021-04-26T05:23:44.084Z] Removing intermediate container a19b65c4c275 [2021-04-26T05:23:44.084Z] ---> b14803ede7e6 [2021-04-26T05:23:44.084Z] [Warning] One or more build-args [ARCH MAKE] were not consumed [2021-04-26T05:23:44.084Z] Successfully built b14803ede7e6 [2021-04-26T05:23:44.084Z] 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-26T05:23:44.757Z] ---> job-cost.sh [2021-04-26T05:23:44.757Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-8DBR [2021-04-26T05:23:59.714Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-04-26T05:24:26.355Z] lf-activate-venv(): INFO: Adding /tmp/venv-8DBR/bin to PATH [2021-04-26T05:24:26.355Z] INFO: No Stack... [2021-04-26T05:24:26.355Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-04-26T05:24:26.931Z] INFO: Archiving Costs [Pipeline] sh [2021-04-26T05:24:27.244Z] + cat /w/workspace/device-sdk-go/154/archives/cost.csv [2021-04-26T05:24:27.244Z] + cut -d, -f6 [Pipeline] lock [2021-04-26T05:24:27.329Z] Trying to acquire lock on [jenkins-edgexfoundry-device-sdk-go-master-154-stack-cost] [2021-04-26T05:24:27.338Z] Resource [jenkins-edgexfoundry-device-sdk-go-master-154-stack-cost] did not exist. Created. [2021-04-26T05:24:27.339Z] Lock acquired on [jenkins-edgexfoundry-device-sdk-go-master-154-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-04-26T05:24:27.676Z] + echo total: 0.029999999329447746 [Pipeline] stash [2021-04-26T05:24:27.803Z] Stashed 1 file(s) [Pipeline] } [2021-04-26T05:24:27.817Z] Lock released on resource [jenkins-edgexfoundry-device-sdk-go-master-154-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-04-26T05:24:31.762Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/cmd/device-simple [no test files] [2021-04-26T05:24:31.763Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/config [no test files] [2021-04-26T05:24:31.763Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/driver [no test files] [2021-04-26T05:24:31.763Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/application [no test files] [2021-04-26T05:24:31.763Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/autodiscovery [no test files] [2021-04-26T05:24:44.178Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/autoevent 0.181s coverage: 28.1% of statements [2021-04-26T05:24:44.178Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/cache 0.199s coverage: 78.9% of statements [2021-04-26T05:24:44.178Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/clients 1.225s coverage: 7.8% of statements [2021-04-26T05:24:44.178Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/common [no test files] [2021-04-26T05:24:44.178Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/config [no test files] [2021-04-26T05:24:44.178Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/container [no test files] [2021-04-26T05:24:46.189Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http 0.263s coverage: 32.0% of statements [2021-04-26T05:24:46.189Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http/correlation [no test files] [2021-04-26T05:24:46.189Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/provision [no test files] [2021-04-26T05:24:46.189Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/telemetry [no test files] [2021-04-26T05:24:49.611Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/transformer 0.329s coverage: 57.2% of statements [2021-04-26T05:24:49.611Z] ok github.com/edgexfoundry/device-sdk-go/v2/pkg/models 3.116s coverage: 6.6% of statements [2021-04-26T05:24:49.611Z] ok github.com/edgexfoundry/device-sdk-go/v2/pkg/service 0.150s coverage: 5.0% of statements [2021-04-26T05:24:49.611Z] ? github.com/edgexfoundry/device-sdk-go/v2/pkg/startup [no test files] [2021-04-26T05:24:50.207Z] GO111MODULE=on go vet ./... [2021-04-26T05:25:46.864Z] gofmt -l . [2021-04-26T05:25:46.864Z] [ "`gofmt -l .`" = "" ] [2021-04-26T05:25:46.864Z] ./bin/test-attribution-txt.sh [2021-04-26T05:25:46.864Z] ./bin/test-go-mod-tidy.sh [Pipeline] } [2021-04-26T05:25:46.888Z] $ docker stop --time=1 2c07a2db254419a7b653cdc72d5f587c1bcd73e4342361833bfad38ddf272a2f [2021-04-26T05:25:49.194Z] $ docker rm -f 2c07a2db254419a7b653cdc72d5f587c1bcd73e4342361833bfad38ddf272a2f [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-26T05:25:50.292Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-04-26T05:25:50.326Z] Warning: overwriting stash ‘coverage-report’ [2021-04-26T05:25:51.442Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-04-26T05:25:51.953Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-04-26T05:25:52.414Z] + ls -al . [2021-04-26T05:25:52.414Z] total 224 [2021-04-26T05:25:52.414Z] drwxrwxr-x 10 jenkins jenkins 4096 Apr 26 05:25 . [2021-04-26T05:25:52.414Z] drwxrwxr-x 4 jenkins jenkins 4096 Apr 26 05:21 .. [2021-04-26T05:25:52.414Z] -rw-rw-r-- 1 jenkins jenkins 140 Apr 26 05:21 .dockerignore [2021-04-26T05:25:52.414Z] drwxrwxr-x 8 jenkins jenkins 4096 Apr 26 05:21 .git [2021-04-26T05:25:52.414Z] drwxrwxr-x 2 jenkins jenkins 4096 Apr 26 05:21 .github [2021-04-26T05:25:52.414Z] -rw-rw-r-- 1 jenkins jenkins 138 Apr 26 05:21 .gitignore [2021-04-26T05:25:52.414Z] -rw-rw-r-- 1 jenkins jenkins 987 Apr 26 05:21 Dockerfile.build [2021-04-26T05:25:52.414Z] -rw-rw-r-- 1 jenkins jenkins 901 Apr 26 05:21 Jenkinsfile [2021-04-26T05:25:52.414Z] -rw-rw-r-- 1 jenkins jenkins 11341 Apr 26 05:21 LICENSE [2021-04-26T05:25:52.414Z] -rw-rw-r-- 1 jenkins jenkins 1022 Apr 26 05:21 Makefile [2021-04-26T05:25:52.414Z] -rw-rw-r-- 1 jenkins jenkins 7652 Apr 26 05:21 README.md [2021-04-26T05:25:52.414Z] -rw-rw-r-- 1 jenkins jenkins 6616 Apr 26 05:21 RELEASE-NOTES.txt [2021-04-26T05:25:52.414Z] -rw-rw-r-- 1 jenkins jenkins 12 Apr 26 05:19 VERSION [2021-04-26T05:25:52.414Z] drwxrwxr-x 2 jenkins jenkins 4096 Apr 26 05:21 bin [2021-04-26T05:25:52.414Z] -rw-r--r-- 1 jenkins jenkins 100024 Apr 26 05:24 coverage.out [2021-04-26T05:25:52.414Z] drwxrwxr-x 5 jenkins jenkins 4096 Apr 26 05:21 example [2021-04-26T05:25:52.414Z] -rw-r--r-- 1 jenkins jenkins 575 Apr 26 05:25 go.mod [2021-04-26T05:25:52.414Z] -rw-r--r-- 1 jenkins jenkins 20957 Apr 26 05:25 go.sum [2021-04-26T05:25:52.414Z] drwxrwxr-x 14 jenkins jenkins 4096 Apr 26 05:21 internal [2021-04-26T05:25:52.414Z] drwxrwxr-x 4 jenkins jenkins 4096 Apr 26 05:21 openapi [2021-04-26T05:25:52.414Z] drwxrwxr-x 5 jenkins jenkins 4096 Apr 26 05:21 pkg [2021-04-26T05:25:52.414Z] drwxrwxr-x 4 jenkins jenkins 4096 Apr 26 05:21 snap [2021-04-26T05:25:52.414Z] -rw-rw-r-- 1 jenkins jenkins 222 Apr 26 05:21 version.go [Pipeline] isUnix [Pipeline] sh [2021-04-26T05:25:52.866Z] + 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=188b4cc14b9321dd8b2b5872b94485f2cb4f6961 --label arch=arm64 --label version=2.0.0-dev.49 . [2021-04-26T05:25:53.478Z] Sending build context to Docker daemon 2.564MB [2021-04-26T05:25:53.478Z] Step 1/23 : ARG BASE=golang:1.15-alpine3.12 [2021-04-26T05:25:53.478Z] Step 2/23 : FROM ${BASE} AS builder [2021-04-26T05:25:53.478Z] ---> 42fa0b65615b [2021-04-26T05:25:53.478Z] Step 3/23 : WORKDIR /device-sdk-go [2021-04-26T05:25:53.759Z] ---> Running in e41728ab72a3 [2021-04-26T05:25:54.356Z] Removing intermediate container e41728ab72a3 [2021-04-26T05:25:54.356Z] ---> b0e52a6ccc11 [2021-04-26T05:25:54.356Z] Step 4/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-04-26T05:25:54.356Z] ---> Running in 2310ea487dd8 [2021-04-26T05:25:54.955Z] Removing intermediate container 2310ea487dd8 [2021-04-26T05:25:54.955Z] ---> b0fd6fcd1506 [2021-04-26T05:25:54.955Z] Step 5/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-26T05:25:54.955Z] ---> Running in c77606148714 [2021-04-26T05:25:57.581Z] Removing intermediate container c77606148714 [2021-04-26T05:25:57.581Z] ---> 1a7b18d5c418 [2021-04-26T05:25:57.581Z] Step 6/23 : RUN apk add --update --no-cache make git gcc libc-dev zeromq-dev libsodium-dev [2021-04-26T05:25:57.581Z] ---> Running in 888a02567c42 [2021-04-26T05:25:58.563Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-26T05:25:59.168Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-26T05:26:00.182Z] OK: 144 MiB in 45 packages [2021-04-26T05:26:01.168Z] Removing intermediate container 888a02567c42 [2021-04-26T05:26:01.168Z] ---> cccd5c9211b9 [2021-04-26T05:26:01.168Z] Step 7/23 : COPY . . [2021-04-26T05:26:02.601Z] ---> 34836d6c5c9a [2021-04-26T05:26:02.601Z] Step 8/23 : RUN go mod download [2021-04-26T05:26:02.601Z] ---> Running in 441af97f9714 [2021-04-26T05:26:05.225Z] Removing intermediate container 441af97f9714 [2021-04-26T05:26:05.225Z] ---> 68342a3166ba [2021-04-26T05:26:05.225Z] Step 9/23 : RUN make build [2021-04-26T05:26:05.225Z] ---> Running in 38f6ddc2a377 [2021-04-26T05:26:06.206Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-sdk-go/v2.Version=2.0.0-dev.49" -o example/cmd/device-simple/device-simple ./example/cmd/device-simple [2021-04-26T05:26:45.236Z] CGO_ENABLED=1 GO111MODULE=on go install -tags=safe [2021-04-26T05:26:46.678Z] Removing intermediate container 38f6ddc2a377 [2021-04-26T05:26:46.678Z] ---> 3afc922d445d [2021-04-26T05:26:46.678Z] Step 10/23 : FROM alpine:3.12 [2021-04-26T05:26:47.273Z] 3.12: Pulling from library/alpine [2021-04-26T05:26:47.273Z] d2f70382dc9a: Pulling fs layer [2021-04-26T05:26:47.547Z] d2f70382dc9a: Verifying Checksum [2021-04-26T05:26:47.547Z] d2f70382dc9a: Download complete [2021-04-26T05:26:48.142Z] d2f70382dc9a: Pull complete [2021-04-26T05:26:48.142Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-04-26T05:26:48.142Z] Status: Downloaded newer image for alpine:3.12 [2021-04-26T05:26:48.142Z] ---> 9852663dfa18 [2021-04-26T05:26:48.142Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-04-26T05:26:48.415Z] ---> Running in af20b6ed3dc7 [2021-04-26T05:26:49.009Z] Removing intermediate container af20b6ed3dc7 [2021-04-26T05:26:49.009Z] ---> e88e1688b853 [2021-04-26T05:26:49.009Z] Step 12/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-26T05:26:49.009Z] ---> Running in d9fa165ae1bb [2021-04-26T05:26:51.628Z] Removing intermediate container d9fa165ae1bb [2021-04-26T05:26:51.628Z] ---> 18c3c09d65ce [2021-04-26T05:26:51.628Z] Step 13/23 : RUN apk add --update --no-cache zeromq [2021-04-26T05:26:51.628Z] ---> Running in 86c03521339a [2021-04-26T05:26:52.607Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-26T05:26:53.214Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-26T05:26:54.194Z] (1/5) Installing libgcc (9.3.0-r2) [2021-04-26T05:26:54.194Z] (2/5) Installing libsodium (1.0.18-r0) [2021-04-26T05:26:54.194Z] (3/5) Installing libstdc++ (9.3.0-r2) [2021-04-26T05:26:54.469Z] (4/5) Installing libzmq (4.3.3-r0) [2021-04-26T05:26:54.469Z] (5/5) Installing zeromq (4.3.3-r0) [2021-04-26T05:26:54.469Z] Executing busybox-1.31.1-r20.trigger [2021-04-26T05:26:54.469Z] OK: 8 MiB in 19 packages [2021-04-26T05:26:55.898Z] Removing intermediate container 86c03521339a [2021-04-26T05:26:55.898Z] ---> 043d82ae2670 [2021-04-26T05:26:55.898Z] Step 14/23 : WORKDIR / [2021-04-26T05:26:56.170Z] ---> Running in b4ddafc3898a [2021-04-26T05:26:56.446Z] Removing intermediate container b4ddafc3898a [2021-04-26T05:26:56.446Z] ---> 7b84ff924f15 [2021-04-26T05:26:56.446Z] Step 15/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/Attribution.txt /Attribution.txt [2021-04-26T05:26:57.421Z] ---> 1a3c2ae363e4 [2021-04-26T05:26:57.421Z] Step 16/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /device-simple [2021-04-26T05:26:58.858Z] ---> ab9eccaba225 [2021-04-26T05:26:58.858Z] Step 17/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/ /res [2021-04-26T05:26:59.457Z] ---> 5e474380bc7b [2021-04-26T05:26:59.457Z] Step 18/23 : EXPOSE 49990 [2021-04-26T05:26:59.457Z] ---> Running in ef89009b6575 [2021-04-26T05:27:00.052Z] Removing intermediate container ef89009b6575 [2021-04-26T05:27:00.053Z] ---> 4af34a214324 [2021-04-26T05:27:00.053Z] Step 19/23 : ENTRYPOINT ["/device-simple"] [2021-04-26T05:27:00.053Z] ---> Running in 66545aec7f07 [2021-04-26T05:27:00.649Z] Removing intermediate container 66545aec7f07 [2021-04-26T05:27:00.649Z] ---> fc385221c0ee [2021-04-26T05:27:00.649Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-26T05:27:00.925Z] ---> Running in c38f73df6bf7 [2021-04-26T05:27:01.197Z] Removing intermediate container c38f73df6bf7 [2021-04-26T05:27:01.197Z] ---> c544bcadf576 [2021-04-26T05:27:01.197Z] Step 21/23 : LABEL arch=arm64 [2021-04-26T05:27:01.470Z] ---> Running in 9493853c8ff4 [2021-04-26T05:27:02.063Z] Removing intermediate container 9493853c8ff4 [2021-04-26T05:27:02.063Z] ---> 2aaee72dbf33 [2021-04-26T05:27:02.063Z] Step 22/23 : LABEL git_sha=188b4cc14b9321dd8b2b5872b94485f2cb4f6961 [2021-04-26T05:27:02.336Z] ---> Running in 71cd495aff94 [2021-04-26T05:27:02.613Z] Removing intermediate container 71cd495aff94 [2021-04-26T05:27:02.613Z] ---> e44620068742 [2021-04-26T05:27:02.613Z] Step 23/23 : LABEL version=2.0.0-dev.49 [2021-04-26T05:27:02.897Z] ---> Running in 596a58678f0c [2021-04-26T05:27:03.172Z] Removing intermediate container 596a58678f0c [2021-04-26T05:27:03.172Z] ---> eb202d40c5d3 [2021-04-26T05:27:03.172Z] [Warning] One or more build-args [ARCH MAKE] were not consumed [2021-04-26T05:27:03.444Z] Successfully built eb202d40c5d3 [2021-04-26T05:27:03.444Z] 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-26T05:27:03.914Z] ---> job-cost.sh [2021-04-26T05:27:03.914Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-kwce [2021-04-26T05:27:50.845Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-04-26T05:29:27.590Z] lf-activate-venv(): INFO: Adding /tmp/venv-kwce/bin to PATH [2021-04-26T05:29:27.590Z] INFO: No Stack... [2021-04-26T05:29:27.590Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-04-26T05:29:27.590Z] INFO: Archiving Costs [Pipeline] sh [2021-04-26T05:29:27.930Z] + cut -d, -f6 [2021-04-26T05:29:27.930Z] + cat /w/workspace/device-sdk-go/154/archives/cost.csv [Pipeline] lock [2021-04-26T05:29:28.047Z] Trying to acquire lock on [jenkins-edgexfoundry-device-sdk-go-master-154-stack-cost] [2021-04-26T05:29:28.058Z] Resource [jenkins-edgexfoundry-device-sdk-go-master-154-stack-cost] did not exist. Created. [2021-04-26T05:29:28.058Z] Lock acquired on [jenkins-edgexfoundry-device-sdk-go-master-154-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-04-26T05:29:28.426Z] /w/workspace/device-sdk-go/154@tmp/durable-8b78165a/script.sh: 1: /w/workspace/device-sdk-go/154@tmp/durable-8b78165a/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh [2021-04-26T05:29:28.773Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-04-26T05:29:28.793Z] Warning: overwriting stash ‘stack-cost’ [2021-04-26T05:29:28.960Z] Stashed 1 file(s) [Pipeline] } [2021-04-26T05:29:28.972Z] Lock released on resource [jenkins-edgexfoundry-device-sdk-go-master-154-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-26T05:29:29.544Z] provisioning config files... [2021-04-26T05:29:29.559Z] copy managed file [device-sdk-go-codecov-token] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config4634396778885309689tmp [Pipeline] { [Pipeline] sh [2021-04-26T05:29:29.938Z] + set +x [2021-04-26T05:29:29.938Z] + curl -s https://codecov.io/bash [2021-04-26T05:29:29.939Z] + bash -s -- [2021-04-26T05:29:30.202Z] [2021-04-26T05:29:30.202Z] _____ _ [2021-04-26T05:29:30.202Z] / ____| | | [2021-04-26T05:29:30.202Z] | | ___ __| | ___ ___ _____ __ [2021-04-26T05:29:30.202Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-04-26T05:29:30.202Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-04-26T05:29:30.202Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-04-26T05:29:30.202Z] Bash-1.0.2 [2021-04-26T05:29:30.202Z] [2021-04-26T05:29:30.202Z] [2021-04-26T05:29:30.202Z] ==> git version 2.24.3 found [2021-04-26T05:29:30.202Z] ==> 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-26T05:29:30.202Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-04-26T05:29:30.202Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-04-26T05:29:30.202Z] ==> Jenkins CI detected. [2021-04-26T05:29:30.202Z] project root: . [2021-04-26T05:29:30.202Z] --> token set from env [2021-04-26T05:29:30.202Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-04-26T05:29:30.202Z] ==> Running gcov in . (disable via -X gcov) [2021-04-26T05:29:30.202Z] ==> Python coveragepy not found [2021-04-26T05:29:30.202Z] ==> Searching for coverage reports in: [2021-04-26T05:29:30.202Z] + . [2021-04-26T05:29:30.202Z] -> Found 1 reports [2021-04-26T05:29:30.202Z] ==> Detecting git/mercurial file structure [2021-04-26T05:29:30.202Z] ==> Reading reports [2021-04-26T05:29:30.202Z] + ./coverage.out bytes=100024 [2021-04-26T05:29:30.467Z] ==> Appending adjustments [2021-04-26T05:29:30.467Z] https://docs.codecov.io/docs/fixing-reports [2021-04-26T05:29:30.732Z] + Found adjustments [2021-04-26T05:29:30.732Z] ==> Gzipping contents [2021-04-26T05:29:30.732Z] 16K /tmp/codecov.wNQIN1.gz [2021-04-26T05:29:30.732Z] ==> Uploading reports [2021-04-26T05:29:30.732Z] url: https://codecov.io [2021-04-26T05:29:30.732Z] query: branch=master&commit=188b4cc14b9321dd8b2b5872b94485f2cb4f6961&build=154&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2Fmaster%2F154%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=&job=&cmd_args= [2021-04-26T05:29:30.732Z] -> Pinging Codecov [2021-04-26T05:29:30.732Z] https://codecov.io/upload/v4?package=bash-1.0.2&token=secret&branch=master&commit=188b4cc14b9321dd8b2b5872b94485f2cb4f6961&build=154&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2Fmaster%2F154%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=&job=&cmd_args= [2021-04-26T05:29:31.318Z] -> Uploading to [2021-04-26T05:29:31.318Z] https://storage.googleapis.com/codecov/v4/raw/2021-04-26/7E55EF52A471D76F132DFD9A03CDDE97/188b4cc14b9321dd8b2b5872b94485f2cb4f6961/e6927287-a9d5-4de6-a392-346710f1ad38.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQM3VGPYSAFECJRMNAFIPCV2R3P2BOORCJC7NM537NPJQSFLHUDNIDWA%2F20210426%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210426T052931Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=040b59a8c558995de07c74dd009a8742e9bb38e337d9bd248bfc10d9f95ed058 [2021-04-26T05:29:31.318Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-04-26T05:29:31.318Z] Dload Upload Total Spent Left Speed [2021-04-26T05:29:31.896Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 13513 0 0 100 13513 0 32290 --:--:-- --:--:-- --:--:-- 32327 [2021-04-26T05:29:31.896Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/device-sdk-go/commit/188b4cc14b9321dd8b2b5872b94485f2cb4f6961 [Pipeline] } [2021-04-26T05:29:31.906Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo [2021-04-26T05:29:32.653Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2021-04-26T05:29:32.681Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-26T05:29:33.008Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-04-26T05:29:33.008Z] [2021-04-26T05:29:33.008Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh [2021-04-26T05:29:33.504Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-04-26T05:29:33.504Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2021-04-26T05:29:33.504Z] 188c0c94c7c5: Pulling fs layer [2021-04-26T05:29:33.504Z] 0ef7d3d256c8: Pulling fs layer [2021-04-26T05:29:33.504Z] de9db76c5a1d: Pulling fs layer [2021-04-26T05:29:33.504Z] 0eba1c9be4d2: Pulling fs layer [2021-04-26T05:29:33.504Z] 0d57e429df01: Pulling fs layer [2021-04-26T05:29:33.504Z] 4e4be7b47b0d: Pulling fs layer [2021-04-26T05:29:33.504Z] e1f770b5df2f: Pulling fs layer [2021-04-26T05:29:33.504Z] 85a0685a4137: Pulling fs layer [2021-04-26T05:29:33.504Z] 0d57e429df01: Waiting [2021-04-26T05:29:33.504Z] 4e4be7b47b0d: Waiting [2021-04-26T05:29:33.504Z] 0eba1c9be4d2: Waiting [2021-04-26T05:29:33.504Z] e1f770b5df2f: Waiting [2021-04-26T05:29:33.504Z] 85a0685a4137: Waiting [2021-04-26T05:29:33.504Z] de9db76c5a1d: Verifying Checksum [2021-04-26T05:29:33.504Z] de9db76c5a1d: Download complete [2021-04-26T05:29:33.504Z] 0ef7d3d256c8: Verifying Checksum [2021-04-26T05:29:33.504Z] 0ef7d3d256c8: Download complete [2021-04-26T05:29:33.504Z] 0d57e429df01: Verifying Checksum [2021-04-26T05:29:33.504Z] 0d57e429df01: Download complete [2021-04-26T05:29:33.504Z] 4e4be7b47b0d: Verifying Checksum [2021-04-26T05:29:33.504Z] 4e4be7b47b0d: Download complete [2021-04-26T05:29:33.504Z] 188c0c94c7c5: Verifying Checksum [2021-04-26T05:29:33.504Z] 188c0c94c7c5: Download complete [2021-04-26T05:29:34.172Z] 188c0c94c7c5: Pull complete [2021-04-26T05:29:34.443Z] 0ef7d3d256c8: Pull complete [2021-04-26T05:29:34.734Z] de9db76c5a1d: Pull complete [2021-04-26T05:29:35.709Z] e1f770b5df2f: Verifying Checksum [2021-04-26T05:29:35.709Z] e1f770b5df2f: Download complete [2021-04-26T05:29:38.346Z] 0eba1c9be4d2: Verifying Checksum [2021-04-26T05:29:38.346Z] 0eba1c9be4d2: Download complete [2021-04-26T05:29:39.369Z] 85a0685a4137: Verifying Checksum [2021-04-26T05:29:39.369Z] 85a0685a4137: Download complete [2021-04-26T05:29:49.697Z] 0eba1c9be4d2: Pull complete [2021-04-26T05:29:49.697Z] 0d57e429df01: Pull complete [2021-04-26T05:29:49.697Z] 4e4be7b47b0d: Pull complete [2021-04-26T05:29:52.440Z] e1f770b5df2f: Pull complete [2021-04-26T05:30:11.216Z] 85a0685a4137: Pull complete [2021-04-26T05:30:11.216Z] Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 [2021-04-26T05:30:11.216Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-04-26T05:30:11.216Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer [2021-04-26T05:30:11.698Z] prd-centos7-docker-4c-2g-1705 does not seem to be running inside a container [2021-04-26T05:30:11.771Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/dgexfoundry_device-sdk-go_master -v /w/workspace/dgexfoundry_device-sdk-go_master:/w/workspace/dgexfoundry_device-sdk-go_master:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_master@tmp:/w/workspace/dgexfoundry_device-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2021-04-26T05:30:13.973Z] $ docker top f5b8d032d365ad7778afefa7eb8fb17b6e48075a5f440fc1bfe8bc2b30d2e335 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-04-26T05:30:14.130Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh [2021-04-26T05:30:14.770Z] + set -o pipefail [2021-04-26T05:30:14.770Z] + snyk monitor '--org=edgex-jenkins' [2021-04-26T05:30:41.646Z] [2021-04-26T05:30:41.646Z] Monitoring /w/workspace/dgexfoundry_device-sdk-go_master (github.com/edgexfoundry/device-sdk-go/v2)... [2021-04-26T05:30:41.646Z] [2021-04-26T05:30:41.646Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/a91414f5-c324-409e-a494-413a27791127/history/1db0347f-3f4e-4f9e-8d9d-531f7578b79d [2021-04-26T05:30:41.646Z] [2021-04-26T05:30:41.646Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2021-04-26T05:30:41.646Z] [2021-04-26T05:30:41.646Z] [Pipeline] } [2021-04-26T05:30:41.671Z] $ docker stop --time=1 f5b8d032d365ad7778afefa7eb8fb17b6e48075a5f440fc1bfe8bc2b30d2e335 [2021-04-26T05:30:44.146Z] $ docker rm -f f5b8d032d365ad7778afefa7eb8fb17b6e48075a5f440fc1bfe8bc2b30d2e335 [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-26T05:30:45.224Z] [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-04-26T05:30:45.244Z] provisioning config files... [2021-04-26T05:30:45.255Z] copy managed file [swaggerhub-api-key] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config6148352350574940719tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-26T05:30:45.589Z] --> edgex-publish-swagger.sh [2021-04-26T05:30:45.589Z] === Publish openapi/v1 API === [2021-04-26T05:30:45.589Z] [publishToSwagger] Publishing the API Docs [openapi/v1] to Swagger [2021-04-26T05:30:45.589Z] [publishToSwagger] Publishing API Name [device-sdk] [/w/workspace/dgexfoundry_device-sdk-go_master/openapi/v1/device-sdk.yaml] [2021-04-26T05:30:45.589Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-04-26T05:30:45.589Z] Dload Upload Total Spent Left Speed [2021-04-26T05:30:46.758Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 19947 0 0 100 19947 0 18248 0:00:01 0:00:01 --:--:-- 18283 [2021-04-26T05:30:46.758Z] [2021-04-26T05:30:46.758Z] [2021-04-26T05:30:46.758Z] === Publish openapi/v2 API === [2021-04-26T05:30:46.758Z] [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger [2021-04-26T05:30:46.758Z] [publishToSwagger] Publishing API Name [device-sdk] [/w/workspace/dgexfoundry_device-sdk-go_master/openapi/v2/device-sdk.yaml] [2021-04-26T05:30:46.758Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-04-26T05:30:46.758Z] Dload Upload Total Spent Left Speed [2021-04-26T05:30:47.614Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 51483 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 51483 0 0 100 51483 0 56530 --:--:-- --:--:-- --:--:-- 56512 [2021-04-26T05:30:47.614Z] [2021-04-26T05:30:47.614Z] [Pipeline] } [2021-04-26T05:30:47.629Z] 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-26T05:30:48.118Z] + git log --format=format:%s -1 188b4cc14b9321dd8b2b5872b94485f2cb4f6961 [Pipeline] isUnix [Pipeline] sh [2021-04-26T05:30:48.430Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-26T05:30:48.430Z] . [Pipeline] withDockerContainer [2021-04-26T05:30:48.544Z] prd-centos7-docker-4c-2g-1705 does not seem to be running inside a container [2021-04-26T05:30:48.598Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-sdk-go_master -v /w/workspace/dgexfoundry_device-sdk-go_master:/w/workspace/dgexfoundry_device-sdk-go_master:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_master@tmp:/w/workspace/dgexfoundry_device-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-04-26T05:30:49.671Z] $ docker top 9d160c4c32091a839d5eeaf1456e1ee40641b29ddab8c6f46e5e57b613d13a00 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-04-26T05:30:49.859Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-26T05:30:49.859Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-26T05:30:50.202Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-26T05:30:50.210Z] $ docker exec 9d160c4c32091a839d5eeaf1456e1ee40641b29ddab8c6f46e5e57b613d13a00 ssh-agent [2021-04-26T05:30:50.434Z] SSH_AUTH_SOCK=/tmp/ssh-rzajomsRwtmt/agent.11 [2021-04-26T05:30:50.434Z] SSH_AGENT_PID=16 [2021-04-26T05:30:50.446Z] Running ssh-add (command line suppressed) [2021-04-26T05:30:50.634Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_8272472575384335381.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_8272472575384335381.key) [2021-04-26T05:30:50.730Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-26T05:30:51.370Z] + git semver tag [2021-04-26T05:30:51.645Z] # -> Open(): unable to determine branch for HEAD [2021-04-26T05:30:51.645Z] # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git [2021-04-26T05:30:51.645Z] # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master [2021-04-26T05:30:51.645Z] # $SEMVER_REMOTE_NAME = origin [2021-04-26T05:30:51.645Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-04-26T05:30:51.645Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-04-26T05:30:51.645Z] # $SEMVER_BRANCH = master [2021-04-26T05:30:51.645Z] # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver [2021-04-26T05:30:51.645Z] # 188b4cc14b9321dd8b2b5872b94485f2cb4f6961 HEAD [2021-04-26T05:30:51.645Z] # -> Force: false [2021-04-26T05:30:51.645Z] # 5cb1ab89aeb13e8318b22b53a4a4aa032c8e0645 refs/tags/v2.0.0-dev.49 [Pipeline] } [2021-04-26T05:30:51.663Z] $ docker exec --env ******** --env ******** 9d160c4c32091a839d5eeaf1456e1ee40641b29ddab8c6f46e5e57b613d13a00 ssh-agent -k [2021-04-26T05:30:51.840Z] unset SSH_AUTH_SOCK; [2021-04-26T05:30:51.858Z] unset SSH_AGENT_PID; [2021-04-26T05:30:51.859Z] echo Agent pid 16 killed; [2021-04-26T05:30:51.987Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-04-26T05:30:52.399Z] + git semver [Pipeline] } [2021-04-26T05:30:52.427Z] $ docker stop --time=1 9d160c4c32091a839d5eeaf1456e1ee40641b29ddab8c6f46e5e57b613d13a00 [2021-04-26T05:30:53.952Z] $ docker rm -f 9d160c4c32091a839d5eeaf1456e1ee40641b29ddab8c6f46e5e57b613d13a00 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2021-04-26T05:30:54.573Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-04-26T05:30:54.573Z] [2021-04-26T05:30:54.573Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2021-04-26T05:30:54.920Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-04-26T05:30:54.920Z] 0.23.1-centos7: Pulling from edgex-lftools [2021-04-26T05:30:54.920Z] ab5ef0e58194: Pulling fs layer [2021-04-26T05:30:54.920Z] 9712f1f96733: Pulling fs layer [2021-04-26T05:30:54.920Z] 63f879dbbcfc: Pulling fs layer [2021-04-26T05:30:54.920Z] 0d9ebad4ef96: Pulling fs layer [2021-04-26T05:30:54.920Z] e9a5061849ea: Pulling fs layer [2021-04-26T05:30:54.920Z] d747dcd14b5f: Pulling fs layer [2021-04-26T05:30:54.920Z] 2de7ff778b66: Pulling fs layer [2021-04-26T05:30:54.920Z] e9a5061849ea: Waiting [2021-04-26T05:30:54.920Z] d747dcd14b5f: Waiting [2021-04-26T05:30:54.920Z] 2de7ff778b66: Waiting [2021-04-26T05:30:54.920Z] 0d9ebad4ef96: Waiting [2021-04-26T05:30:54.920Z] 9712f1f96733: Verifying Checksum [2021-04-26T05:30:54.920Z] 9712f1f96733: Download complete [2021-04-26T05:30:56.903Z] 63f879dbbcfc: Verifying Checksum [2021-04-26T05:30:56.903Z] 63f879dbbcfc: Download complete [2021-04-26T05:30:57.486Z] e9a5061849ea: Verifying Checksum [2021-04-26T05:30:57.486Z] e9a5061849ea: Download complete [2021-04-26T05:30:57.486Z] d747dcd14b5f: Download complete [2021-04-26T05:30:57.766Z] ab5ef0e58194: Verifying Checksum [2021-04-26T05:30:57.766Z] ab5ef0e58194: Download complete [2021-04-26T05:30:58.037Z] 0d9ebad4ef96: Verifying Checksum [2021-04-26T05:30:58.037Z] 0d9ebad4ef96: Download complete [2021-04-26T05:30:58.037Z] 2de7ff778b66: Verifying Checksum [2021-04-26T05:30:58.037Z] 2de7ff778b66: Download complete [2021-04-26T05:31:06.305Z] ab5ef0e58194: Pull complete [2021-04-26T05:31:06.305Z] 9712f1f96733: Pull complete [2021-04-26T05:31:08.938Z] 63f879dbbcfc: Pull complete [2021-04-26T05:31:21.569Z] 0d9ebad4ef96: Pull complete [2021-04-26T05:31:23.066Z] e9a5061849ea: Pull complete [2021-04-26T05:31:23.655Z] d747dcd14b5f: Pull complete [2021-04-26T05:31:26.342Z] 2de7ff778b66: Pull complete [2021-04-26T05:31:26.342Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2021-04-26T05:31:26.342Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-04-26T05:31:26.342Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2021-04-26T05:31:26.704Z] prd-centos7-docker-4c-2g-1705 does not seem to be running inside a container [2021-04-26T05:31:26.829Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/dgexfoundry_device-sdk-go_master -v /w/workspace/dgexfoundry_device-sdk-go_master:/w/workspace/dgexfoundry_device-sdk-go_master:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_master@tmp:/w/workspace/dgexfoundry_device-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2021-04-26T05:31:30.687Z] $ docker top d1a4ebfa5be204afe41b8cc0669b3f9abd031e87d068a685a0ec56947a86405d -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2021-04-26T05:31:31.193Z] provisioning config files... [2021-04-26T05:31:31.218Z] copy managed file [sigul-config] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config4743498273000961456tmp [2021-04-26T05:31:31.280Z] copy managed file [sigul-password] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config3022982362619706464tmp [2021-04-26T05:31:31.323Z] copy managed file [sigul-pki] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config2357111435995741250tmp [Pipeline] { [Pipeline] echo [2021-04-26T05:31:31.363Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-26T05:31:32.008Z] ---> sigul-configuration.sh [2021-04-26T05:31:32.008Z] gpg: directory `/root/.gnupg' created [2021-04-26T05:31:32.008Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2021-04-26T05:31:32.008Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2021-04-26T05:31:32.008Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2021-04-26T05:31:32.008Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2021-04-26T05:31:32.008Z] gpg: CAST5 encrypted data [2021-04-26T05:31:32.008Z] gpg: encrypted with 1 passphrase [2021-04-26T05:31:32.008Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2021-04-26T05:31:32.612Z] + mkdir /home/jenkins [2021-04-26T05:31:32.612Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2021-04-26T05:31:32.933Z] + 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-26T05:31:32.953Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-26T05:31:33.535Z] ---> sigul-install.sh [2021-04-26T05:31:46.476Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2021-04-26T05:31:47.118Z] + git tag --list [2021-04-26T05:31:47.118Z] 0.7.1 [2021-04-26T05:31:47.118Z] delhi-tag [2021-04-26T05:31:47.118Z] v1.0.0 [2021-04-26T05:31:47.118Z] v1.1.0 [2021-04-26T05:31:47.118Z] v1.1.1 [2021-04-26T05:31:47.118Z] v1.1.2 [2021-04-26T05:31:47.118Z] v1.2.0 [2021-04-26T05:31:47.118Z] v1.2.1 [2021-04-26T05:31:47.118Z] v1.2.2 [2021-04-26T05:31:47.118Z] v1.2.3 [2021-04-26T05:31:47.118Z] v1.3.0 [2021-04-26T05:31:47.118Z] v1.4.0 [2021-04-26T05:31:47.118Z] v2.0.0-dev.1 [2021-04-26T05:31:47.118Z] v2.0.0-dev.10 [2021-04-26T05:31:47.118Z] v2.0.0-dev.11 [2021-04-26T05:31:47.118Z] v2.0.0-dev.12 [2021-04-26T05:31:47.118Z] v2.0.0-dev.13 [2021-04-26T05:31:47.118Z] v2.0.0-dev.14 [2021-04-26T05:31:47.118Z] v2.0.0-dev.15 [2021-04-26T05:31:47.118Z] v2.0.0-dev.16 [2021-04-26T05:31:47.118Z] v2.0.0-dev.17 [2021-04-26T05:31:47.118Z] v2.0.0-dev.18 [2021-04-26T05:31:47.118Z] v2.0.0-dev.19 [2021-04-26T05:31:47.118Z] v2.0.0-dev.2 [2021-04-26T05:31:47.118Z] v2.0.0-dev.20 [2021-04-26T05:31:47.118Z] v2.0.0-dev.21 [2021-04-26T05:31:47.118Z] v2.0.0-dev.22 [2021-04-26T05:31:47.118Z] v2.0.0-dev.23 [2021-04-26T05:31:47.118Z] v2.0.0-dev.24 [2021-04-26T05:31:47.118Z] v2.0.0-dev.25 [2021-04-26T05:31:47.118Z] v2.0.0-dev.26 [2021-04-26T05:31:47.118Z] v2.0.0-dev.27 [2021-04-26T05:31:47.118Z] v2.0.0-dev.28 [2021-04-26T05:31:47.118Z] v2.0.0-dev.29 [2021-04-26T05:31:47.118Z] v2.0.0-dev.3 [2021-04-26T05:31:47.118Z] v2.0.0-dev.30 [2021-04-26T05:31:47.118Z] v2.0.0-dev.31 [2021-04-26T05:31:47.118Z] v2.0.0-dev.32 [2021-04-26T05:31:47.118Z] v2.0.0-dev.33 [2021-04-26T05:31:47.118Z] v2.0.0-dev.34 [2021-04-26T05:31:47.118Z] v2.0.0-dev.35 [2021-04-26T05:31:47.118Z] v2.0.0-dev.36 [2021-04-26T05:31:47.118Z] v2.0.0-dev.37 [2021-04-26T05:31:47.118Z] v2.0.0-dev.38 [2021-04-26T05:31:47.118Z] v2.0.0-dev.39 [2021-04-26T05:31:47.118Z] v2.0.0-dev.4 [2021-04-26T05:31:47.118Z] v2.0.0-dev.40 [2021-04-26T05:31:47.118Z] v2.0.0-dev.41 [2021-04-26T05:31:47.118Z] v2.0.0-dev.42 [2021-04-26T05:31:47.118Z] v2.0.0-dev.43 [2021-04-26T05:31:47.118Z] v2.0.0-dev.44 [2021-04-26T05:31:47.118Z] v2.0.0-dev.45 [2021-04-26T05:31:47.118Z] v2.0.0-dev.46 [2021-04-26T05:31:47.118Z] v2.0.0-dev.47 [2021-04-26T05:31:47.118Z] v2.0.0-dev.48 [2021-04-26T05:31:47.118Z] v2.0.0-dev.49 [2021-04-26T05:31:47.118Z] v2.0.0-dev.5 [2021-04-26T05:31:47.118Z] v2.0.0-dev.6 [2021-04-26T05:31:47.118Z] v2.0.0-dev.7 [2021-04-26T05:31:47.118Z] v2.0.0-dev.8 [2021-04-26T05:31:47.118Z] v2.0.0-dev.9 [Pipeline] sh [2021-04-26T05:31:47.426Z] + lftools sign git-tag v2.0.0-dev.49 [2021-04-26T05:31:49.380Z] Signing Git tag with Sigul... [2021-04-26T05:31:49.381Z] Signing v2.0.0-dev.49 [Pipeline] echo [2021-04-26T05:31:50.846Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-26T05:31:51.161Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2021-04-26T05:31:51.180Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2021-04-26T05:31:51.223Z] $ docker stop --time=1 d1a4ebfa5be204afe41b8cc0669b3f9abd031e87d068a685a0ec56947a86405d [2021-04-26T05:31:54.596Z] $ docker rm -f d1a4ebfa5be204afe41b8cc0669b3f9abd031e87d068a685a0ec56947a86405d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2021-04-26T05:31:55.387Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-26T05:31:55.387Z] . [Pipeline] withDockerContainer [2021-04-26T05:31:55.516Z] prd-centos7-docker-4c-2g-1705 does not seem to be running inside a container [2021-04-26T05:31:55.584Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-sdk-go_master -v /w/workspace/dgexfoundry_device-sdk-go_master:/w/workspace/dgexfoundry_device-sdk-go_master:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_master@tmp:/w/workspace/dgexfoundry_device-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-04-26T05:31:58.047Z] $ docker top 2c14af2e3d5ebf66d17fc7d7a45245822d164783fb5a054604140ce12b3f5f0e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-04-26T05:31:58.660Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-26T05:31:58.660Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-26T05:31:59.789Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-26T05:31:59.805Z] $ docker exec 2c14af2e3d5ebf66d17fc7d7a45245822d164783fb5a054604140ce12b3f5f0e ssh-agent [2021-04-26T05:32:00.809Z] SSH_AUTH_SOCK=/tmp/ssh-BiqiPcIKjnsd/agent.11 [2021-04-26T05:32:00.809Z] SSH_AGENT_PID=16 [2021-04-26T05:32:00.822Z] Running ssh-add (command line suppressed) [2021-04-26T05:32:01.041Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_2415968185918113497.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_2415968185918113497.key) [2021-04-26T05:32:01.142Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-26T05:32:01.476Z] + git semver bump pre [2021-04-26T05:32:01.476Z] # -> Open(): unable to determine branch for HEAD [2021-04-26T05:32:01.476Z] # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git [2021-04-26T05:32:01.476Z] # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master [2021-04-26T05:32:01.476Z] # $SEMVER_REMOTE_NAME = origin [2021-04-26T05:32:01.476Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-04-26T05:32:01.476Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-04-26T05:32:01.476Z] # $SEMVER_BRANCH = master [2021-04-26T05:32:01.476Z] # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver [2021-04-26T05:32:01.743Z] 2.0.0-dev.50 [Pipeline] } [2021-04-26T05:32:01.759Z] $ docker exec --env ******** --env ******** 2c14af2e3d5ebf66d17fc7d7a45245822d164783fb5a054604140ce12b3f5f0e ssh-agent -k [2021-04-26T05:32:01.916Z] unset SSH_AUTH_SOCK; [2021-04-26T05:32:01.918Z] unset SSH_AGENT_PID; [2021-04-26T05:32:01.918Z] echo Agent pid 16 killed; [2021-04-26T05:32:02.000Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-04-26T05:32:02.344Z] + git semver [Pipeline] } [2021-04-26T05:32:02.367Z] $ docker stop --time=1 2c14af2e3d5ebf66d17fc7d7a45245822d164783fb5a054604140ce12b3f5f0e [2021-04-26T05:32:03.920Z] $ docker rm -f 2c14af2e3d5ebf66d17fc7d7a45245822d164783fb5a054604140ce12b3f5f0e [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2021-04-26T05:32:04.445Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-26T05:32:04.445Z] . [Pipeline] withDockerContainer [2021-04-26T05:32:04.608Z] prd-centos7-docker-4c-2g-1705 does not seem to be running inside a container [2021-04-26T05:32:04.670Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-sdk-go_master -v /w/workspace/dgexfoundry_device-sdk-go_master:/w/workspace/dgexfoundry_device-sdk-go_master:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_master@tmp:/w/workspace/dgexfoundry_device-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-04-26T05:32:05.971Z] $ docker top aa80698fa854c8cf6ce7f8a0f92ff0f1228e663dd19cd330e96c9b2de6529f29 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-04-26T05:32:06.197Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-26T05:32:06.197Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-26T05:32:06.472Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-26T05:32:06.481Z] $ docker exec aa80698fa854c8cf6ce7f8a0f92ff0f1228e663dd19cd330e96c9b2de6529f29 ssh-agent [2021-04-26T05:32:06.796Z] SSH_AUTH_SOCK=/tmp/ssh-V5tCoK9Cdc6V/agent.12 [2021-04-26T05:32:06.796Z] SSH_AGENT_PID=18 [2021-04-26T05:32:06.808Z] Running ssh-add (command line suppressed) [2021-04-26T05:32:07.029Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_6589310535299580184.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_6589310535299580184.key) [2021-04-26T05:32:07.106Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-26T05:32:07.425Z] + git semver push [2021-04-26T05:32:07.425Z] # -> Open(): unable to determine branch for HEAD [2021-04-26T05:32:07.425Z] # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git [2021-04-26T05:32:07.425Z] # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master [2021-04-26T05:32:07.425Z] # $SEMVER_REMOTE_NAME = origin [2021-04-26T05:32:07.425Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-04-26T05:32:07.425Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-04-26T05:32:07.425Z] # $SEMVER_BRANCH = master [2021-04-26T05:32:07.425Z] # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver [Pipeline] } [2021-04-26T05:32:14.171Z] $ docker exec --env ******** --env ******** aa80698fa854c8cf6ce7f8a0f92ff0f1228e663dd19cd330e96c9b2de6529f29 ssh-agent -k [2021-04-26T05:32:14.362Z] unset SSH_AUTH_SOCK; [2021-04-26T05:32:14.364Z] unset SSH_AGENT_PID; [2021-04-26T05:32:14.364Z] echo Agent pid 18 killed; [2021-04-26T05:32:14.453Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-04-26T05:32:15.143Z] + git semver [Pipeline] } [2021-04-26T05:32:15.167Z] $ docker stop --time=1 aa80698fa854c8cf6ce7f8a0f92ff0f1228e663dd19cd330e96c9b2de6529f29 [2021-04-26T05:32:16.667Z] $ docker rm -f aa80698fa854c8cf6ce7f8a0f92ff0f1228e663dd19cd330e96c9b2de6529f29 [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-26T05:32:17.800Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-26T05:32:18.835Z] ---> package-listing.sh [2021-04-26T05:32:18.835Z] ++ facter osfamily [2021-04-26T05:32:18.835Z] ++ tr '[:upper:]' '[:lower:]' [2021-04-26T05:32:19.166Z] + OS_FAMILY=redhat [2021-04-26T05:32:19.166Z] + workspace=/w/workspace/dgexfoundry_device-sdk-go_master [2021-04-26T05:32:19.166Z] + START_PACKAGES=/tmp/packages_start.txt [2021-04-26T05:32:19.166Z] + END_PACKAGES=/tmp/packages_end.txt [2021-04-26T05:32:19.166Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-04-26T05:32:19.166Z] + PACKAGES=/tmp/packages_start.txt [2021-04-26T05:32:19.166Z] + '[' /w/workspace/dgexfoundry_device-sdk-go_master ']' [2021-04-26T05:32:19.166Z] + PACKAGES=/tmp/packages_end.txt [2021-04-26T05:32:19.166Z] + case "${OS_FAMILY}" in [2021-04-26T05:32:19.166Z] + rpm -qa [2021-04-26T05:32:19.166Z] + sort [2021-04-26T05:32:29.629Z] + '[' -f /tmp/packages_start.txt ']' [2021-04-26T05:32:29.629Z] + '[' -f /tmp/packages_end.txt ']' [2021-04-26T05:32:29.629Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-04-26T05:32:29.629Z] + '[' /w/workspace/dgexfoundry_device-sdk-go_master ']' [2021-04-26T05:32:29.629Z] + mkdir -p /w/workspace/dgexfoundry_device-sdk-go_master/archives/ [2021-04-26T05:32:29.629Z] + 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-26T05:32:29.649Z] 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-26T05:32:29.963Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-04-26T05:32:30.551Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-26T05:32:30.551Z] [2021-04-26T05:32:30.551Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-04-26T05:32:30.896Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-26T05:32:30.896Z] alpine: Pulling from edgex-lftools-log-publisher [2021-04-26T05:32:30.896Z] df20fa9351a1: Pulling fs layer [2021-04-26T05:32:30.896Z] 36b3adc4ff6f: Pulling fs layer [2021-04-26T05:32:30.896Z] 8ad3a11d3b57: Pulling fs layer [2021-04-26T05:32:30.896Z] 46f8f816bc3b: Pulling fs layer [2021-04-26T05:32:30.896Z] 93b61091891f: Pulling fs layer [2021-04-26T05:32:30.896Z] 93b9cdb0e59b: Pulling fs layer [2021-04-26T05:32:30.896Z] 5e14af77c1be: Pulling fs layer [2021-04-26T05:32:30.896Z] 01666e4c0597: Pulling fs layer [2021-04-26T05:32:30.896Z] aa168da1d23b: Pulling fs layer [2021-04-26T05:32:30.896Z] 93b9cdb0e59b: Waiting [2021-04-26T05:32:30.896Z] 5e14af77c1be: Waiting [2021-04-26T05:32:30.896Z] 01666e4c0597: Waiting [2021-04-26T05:32:30.896Z] aa168da1d23b: Waiting [2021-04-26T05:32:30.896Z] 46f8f816bc3b: Waiting [2021-04-26T05:32:30.896Z] 93b61091891f: Waiting [2021-04-26T05:32:30.896Z] 36b3adc4ff6f: Verifying Checksum [2021-04-26T05:32:30.896Z] 36b3adc4ff6f: Download complete [2021-04-26T05:32:31.178Z] 46f8f816bc3b: Verifying Checksum [2021-04-26T05:32:31.178Z] 46f8f816bc3b: Download complete [2021-04-26T05:32:31.178Z] 93b61091891f: Download complete [2021-04-26T05:32:31.178Z] 93b9cdb0e59b: Verifying Checksum [2021-04-26T05:32:31.179Z] 93b9cdb0e59b: Download complete [2021-04-26T05:32:31.179Z] df20fa9351a1: Download complete [2021-04-26T05:32:31.179Z] 01666e4c0597: Verifying Checksum [2021-04-26T05:32:31.179Z] 01666e4c0597: Download complete [2021-04-26T05:32:31.179Z] 5e14af77c1be: Verifying Checksum [2021-04-26T05:32:31.179Z] 5e14af77c1be: Download complete [2021-04-26T05:32:31.450Z] 8ad3a11d3b57: Verifying Checksum [2021-04-26T05:32:31.450Z] 8ad3a11d3b57: Download complete [2021-04-26T05:32:32.419Z] df20fa9351a1: Pull complete [2021-04-26T05:32:33.029Z] 36b3adc4ff6f: Pull complete [2021-04-26T05:32:34.494Z] aa168da1d23b: Verifying Checksum [2021-04-26T05:32:34.494Z] aa168da1d23b: Download complete [2021-04-26T05:32:34.494Z] 8ad3a11d3b57: Pull complete [2021-04-26T05:32:34.765Z] 46f8f816bc3b: Pull complete [2021-04-26T05:32:35.739Z] 93b61091891f: Pull complete [2021-04-26T05:32:36.002Z] 93b9cdb0e59b: Pull complete [2021-04-26T05:32:36.269Z] 5e14af77c1be: Pull complete [2021-04-26T05:32:36.537Z] 01666e4c0597: Pull complete [2021-04-26T05:32:55.617Z] aa168da1d23b: Pull complete [2021-04-26T05:32:55.617Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-04-26T05:32:55.617Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-26T05:32:55.617Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-04-26T05:32:56.292Z] prd-centos7-docker-4c-2g-1705 does not seem to be running inside a container [2021-04-26T05:32:56.383Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/dgexfoundry_device-sdk-go_master/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/dgexfoundry_device-sdk-go_master -v /w/workspace/dgexfoundry_device-sdk-go_master:/w/workspace/dgexfoundry_device-sdk-go_master:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_master@tmp:/w/workspace/dgexfoundry_device-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-04-26T05:32:59.777Z] $ docker top e17ef5bb7c826d9c46c94db97ef8f2e4648c716a2ab6aec66852b734c56a9f12 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-26T05:33:00.318Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-04-26T05:33:00.985Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-04-26T05:33:01.342Z] + ls /var/log/sa-host [2021-04-26T05:33:01.342Z] + sadf -c /var/log/sa-host/sa23 [2021-04-26T05:33:01.342Z] file_magic: OK [2021-04-26T05:33:01.342Z] HZ: Using current value: 100 [2021-04-26T05:33:01.342Z] file_header: OK [2021-04-26T05:33:01.342Z] 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-26T05:33:01.342Z] Statistics: [2021-04-26T05:33:01.342Z] Hnuu...uuuununununu... [2021-04-26T05:33:01.342Z] File successfully converted to sysstat format version 12.2.1 [2021-04-26T05:33:01.342Z] + sadf -c /var/log/sa-host/sa26 [2021-04-26T05:33:01.342Z] file_magic: OK [2021-04-26T05:33:01.342Z] HZ: Using current value: 100 [2021-04-26T05:33:01.342Z] file_header: OK [2021-04-26T05:33:01.342Z] 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-26T05:33:01.342Z] Statistics: [2021-04-26T05:33:01.342Z] 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... [2021-04-26T05:33:01.342Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-04-26T05:33:01.552Z] provisioning config files... [2021-04-26T05:33:01.577Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config6339714918611192009tmp [Pipeline] { [Pipeline] echo [2021-04-26T05:33:01.606Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-26T05:33:01.919Z] ---> create-netrc.sh [Pipeline] } [2021-04-26T05:33:01.933Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-04-26T05:33:01.961Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-26T05:33:02.305Z] ---> python-tools-install.sh [Pipeline] echo [2021-04-26T05:33:02.319Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-26T05:33:02.625Z] ---> sudo-logs.sh [2021-04-26T05:33:02.625Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-04-26T05:33:02.653Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-26T05:33:03.274Z] ---> job-cost.sh [2021-04-26T05:33:03.274Z] lf-activate-venv: SKIPPING [2021-04-26T05:33:03.274Z] DEBUG: total: 0.20999999344348907 [2021-04-26T05:33:03.274Z] INFO: Retrieving Stack Cost... [2021-04-26T05:33:04.229Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-04-26T05:33:04.808Z] INFO: Archiving Costs [Pipeline] echo [2021-04-26T05:33:04.824Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-26T05:33:05.199Z] ---> logs-deploy.sh [2021-04-26T05:33:05.199Z] lf-activate-venv: SKIPPING [2021-04-26T05:33:05.199Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/master/154 [2021-04-26T05:33:05.199Z] INFO: archiving workspace using pattern(s): [2021-04-26T05:33:09.641Z] Archives upload complete. [2021-04-26T05:33:09.906Z] INFO: archiving logs to Nexus