Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 4afc3732447dbc1bcd63643089443d556eeee277 Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 57ded3389ef25720063a8030e5c426a6b7ea5b20 # timeout=10 Commit message: "Merge pull request #323 from siggiskulason/update-snap-build" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 46d8313d362d7075c0f562900eedc504c24ea18a using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:device-sdk-go, dockerImageName:docker-device-sdk-simple, dockerFilePath:example/cmd/device-simple/Dockerfile, pushImage:false, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2]] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: device-sdk-go-settings PROJECT: device-sdk-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_PATH: example/cmd/device-simple/Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-device-sdk-simple DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: false BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-383 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 4afc3732447dbc1bcd63643089443d556eeee277 (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 4afc3732447dbc1bcd63643089443d556eeee277 # timeout=10 Commit message: "Merge pull request #878 from hahattan/issue-665" > git rev-list --no-walk 94ba728ffe67abe485aa5fd1bea1962d855b8f3c # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-04-16T04:16:20.047Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-04-16T04:16:20.154Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-04-16T04:16:20.182Z] ========================================================= [2021-04-16T04:16:20.182Z] EdgeX Global Pipelines Version Info [2021-04-16T04:16:20.182Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-04-16T04:16:21.713Z] ------------------- [2021-04-16T04:16:21.713Z] stable info: [2021-04-16T04:16:21.713Z] ------------------- [2021-04-16T04:16:21.713Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-04-16T04:16:21.713Z] Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 [2021-04-16T04:16:21.713Z] Message: update stable to v1.0.186 [2021-04-16T04:16:22.664Z] ------------------- [2021-04-16T04:16:22.664Z] experimental info: [2021-04-16T04:16:22.664Z] ------------------- [2021-04-16T04:16:22.664Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-04-16T04:16:22.664Z] Commit SHA: d990d252097850d5d490fbb59df25296f5300d79 [2021-04-16T04:16:22.664Z] Message: update experimental to v1.0.188 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-04-16T04:16:22.793Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-go-settings [Pipeline] echo [2021-04-16T04:16:22.816Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-go [Pipeline] echo [2021-04-16T04:16:22.841Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-04-16T04:16:22.863Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-04-16T04:16:22.885Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-04-16T04:16:22.908Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-04-16T04:16:22.931Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-04-16T04:16:22.953Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-04-16T04:16:22.975Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = example/cmd/device-simple/Dockerfile [Pipeline] echo [2021-04-16T04:16:23.005Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-04-16T04:16:23.031Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-04-16T04:16:23.063Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-sdk-simple [Pipeline] echo [2021-04-16T04:16:23.093Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-04-16T04:16:23.116Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-04-16T04:16:23.138Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-04-16T04:16:23.160Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2021-04-16T04:16:23.183Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2021-04-16T04:16:23.205Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2021-04-16T04:16:23.228Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-04-16T04:16:23.254Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2021-04-16T04:16:23.280Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-04-16T04:16:23.302Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-04-16T04:16:23.325Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2021-04-16T04:16:23.348Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2021-04-16T04:16:23.370Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2021-04-16T04:16:23.394Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-04-16T04:16:23.417Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2021-04-16T04:16:23.440Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2021-04-16T04:16:23.463Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2021-04-16T04:16:23.503Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 4afc3732447dbc1bcd63643089443d556eeee277 [Pipeline] echo [2021-04-16T04:16:23.530Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 4afc373 [Pipeline] echo [2021-04-16T04:16:23.553Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-04-16T04:16:23.631Z] provisioning config files... [2021-04-16T04:16:23.672Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config5966733399087022381tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-16T04:16:24.008Z] ---> docker-login.sh [2021-04-16T04:16:24.008Z] nexus3.edgexfoundry.org:10001 [2021-04-16T04:16:24.276Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-16T04:16:24.543Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-16T04:16:24.543Z] Configure a credential helper to remove this warning. See [2021-04-16T04:16:24.543Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-16T04:16:24.543Z] [2021-04-16T04:16:24.543Z] Login Succeeded [2021-04-16T04:16:24.543Z] nexus3.edgexfoundry.org:10002 [2021-04-16T04:16:24.543Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-16T04:16:24.808Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-16T04:16:24.808Z] Configure a credential helper to remove this warning. See [2021-04-16T04:16:24.808Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-16T04:16:24.808Z] [2021-04-16T04:16:24.808Z] Login Succeeded [2021-04-16T04:16:24.808Z] nexus3.edgexfoundry.org:10003 [2021-04-16T04:16:24.808Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-16T04:16:24.808Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-16T04:16:24.808Z] Configure a credential helper to remove this warning. See [2021-04-16T04:16:24.808Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-16T04:16:24.808Z] [2021-04-16T04:16:24.808Z] Login Succeeded [2021-04-16T04:16:24.808Z] nexus3.edgexfoundry.org:10004 [2021-04-16T04:16:25.076Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-16T04:16:25.076Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-16T04:16:25.076Z] Configure a credential helper to remove this warning. See [2021-04-16T04:16:25.076Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-16T04:16:25.076Z] [2021-04-16T04:16:25.076Z] Login Succeeded [2021-04-16T04:16:25.076Z] docker.io [2021-04-16T04:16:25.076Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-16T04:16:25.341Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-16T04:16:25.341Z] Configure a credential helper to remove this warning. See [2021-04-16T04:16:25.341Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-16T04:16:25.341Z] [2021-04-16T04:16:25.341Z] Login Succeeded [2021-04-16T04:16:25.341Z] ---> docker-login.sh ends [Pipeline] } [2021-04-16T04:16:25.351Z] 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-16T04:16:25.807Z] + git log --format=format:%s -1 4afc3732447dbc1bcd63643089443d556eeee277 [Pipeline] echo [2021-04-16T04:16:25.894Z] GIT_COMMIT: 4afc3732447dbc1bcd63643089443d556eeee277, Commit Message: Merge pull request #878 from hahattan/issue-665 [Pipeline] echo [2021-04-16T04:16:25.908Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2021-04-16T04:16:26.841Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-16T04:16:26.841Z] [2021-04-16T04:16:26.841Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-04-16T04:16:27.161Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-16T04:16:27.161Z] latest: Pulling from edgex-devops/git-semver [2021-04-16T04:16:27.161Z] 31603596830f: Pulling fs layer [2021-04-16T04:16:27.161Z] 2a8b12db71e7: Pulling fs layer [2021-04-16T04:16:27.161Z] 6ca5941a6612: Pulling fs layer [2021-04-16T04:16:27.161Z] ecc8261a40a4: Pulling fs layer [2021-04-16T04:16:27.161Z] ecc8261a40a4: Waiting [2021-04-16T04:16:27.161Z] 2a8b12db71e7: Verifying Checksum [2021-04-16T04:16:27.161Z] 2a8b12db71e7: Download complete [2021-04-16T04:16:27.425Z] 31603596830f: Verifying Checksum [2021-04-16T04:16:27.425Z] 31603596830f: Download complete [2021-04-16T04:16:27.425Z] ecc8261a40a4: Verifying Checksum [2021-04-16T04:16:27.425Z] ecc8261a40a4: Download complete [2021-04-16T04:16:27.425Z] 6ca5941a6612: Verifying Checksum [2021-04-16T04:16:27.425Z] 6ca5941a6612: Download complete [2021-04-16T04:16:27.691Z] 31603596830f: Pull complete [2021-04-16T04:16:27.956Z] 2a8b12db71e7: Pull complete [2021-04-16T04:16:28.903Z] 6ca5941a6612: Pull complete [2021-04-16T04:16:28.903Z] ecc8261a40a4: Pull complete [2021-04-16T04:16:28.903Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-04-16T04:16:29.165Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-16T04:16:29.165Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-04-16T04:16:29.275Z] prd-centos7-docker-4c-2g-383 does not seem to be running inside a container [2021-04-16T04:16:29.328Z] $ 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-16T04:16:31.391Z] $ docker top bca0205041feb620f0379f665573ad0ce5a0c3116845ca8c82360e1b5d9e7da7 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-04-16T04:16:31.562Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-16T04:16:31.562Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-16T04:16:31.774Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-16T04:16:31.778Z] $ docker exec bca0205041feb620f0379f665573ad0ce5a0c3116845ca8c82360e1b5d9e7da7 ssh-agent [2021-04-16T04:16:31.946Z] SSH_AUTH_SOCK=/tmp/ssh-aocIUEIL95Mv/agent.12 [2021-04-16T04:16:31.946Z] SSH_AGENT_PID=17 [2021-04-16T04:16:31.956Z] Running ssh-add (command line suppressed) [2021-04-16T04:16:32.083Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_4211369011966405957.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_4211369011966405957.key) [2021-04-16T04:16:32.138Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-16T04:16:32.444Z] + git tag --points-at HEAD [Pipeline] } [2021-04-16T04:16:32.461Z] $ docker exec --env ******** --env ******** bca0205041feb620f0379f665573ad0ce5a0c3116845ca8c82360e1b5d9e7da7 ssh-agent -k [2021-04-16T04:16:32.587Z] unset SSH_AUTH_SOCK; [2021-04-16T04:16:32.587Z] unset SSH_AGENT_PID; [2021-04-16T04:16:32.587Z] echo Agent pid 17 killed; [2021-04-16T04:16:32.638Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-04-16T04:16:32.681Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-16T04:16:32.682Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-16T04:16:32.850Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-16T04:16:32.853Z] $ docker exec bca0205041feb620f0379f665573ad0ce5a0c3116845ca8c82360e1b5d9e7da7 ssh-agent [2021-04-16T04:16:33.021Z] SSH_AUTH_SOCK=/tmp/ssh-M1F8QnTSLr8s/agent.47 [2021-04-16T04:16:33.021Z] SSH_AGENT_PID=52 [2021-04-16T04:16:33.029Z] Running ssh-add (command line suppressed) [2021-04-16T04:16:33.148Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_254552874503154516.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_254552874503154516.key) [2021-04-16T04:16:33.207Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-16T04:16:33.516Z] + git semver init [2021-04-16T04:16:33.516Z] # -> Open(): unable to determine branch for HEAD [2021-04-16T04:16:33.516Z] # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git [2021-04-16T04:16:33.516Z] # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master [2021-04-16T04:16:33.516Z] # $SEMVER_REMOTE_NAME = origin [2021-04-16T04:16:33.516Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-04-16T04:16:33.516Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-04-16T04:16:33.516Z] # $SEMVER_BRANCH = master [2021-04-16T04:16:33.516Z] # $SEMVER_TEMP = /tmp/semver-132504866 [2021-04-16T04:16:33.516Z] # git clone --branch semver git@github.com:edgexfoundry/device-sdk-go.git $SEMVER_TEMP [2021-04-16T04:16:34.466Z] # '/tmp/semver-132504866' -> '/w/workspace/dgexfoundry_device-sdk-go_master/.semver' [2021-04-16T04:16:34.466Z] # -> Force: false [2021-04-16T04:16:34.466Z] # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver [Pipeline] } [2021-04-16T04:16:34.478Z] $ docker exec --env ******** --env ******** bca0205041feb620f0379f665573ad0ce5a0c3116845ca8c82360e1b5d9e7da7 ssh-agent -k [2021-04-16T04:16:34.596Z] unset SSH_AUTH_SOCK; [2021-04-16T04:16:34.596Z] unset SSH_AGENT_PID; [2021-04-16T04:16:34.597Z] echo Agent pid 52 killed; [2021-04-16T04:16:34.644Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-04-16T04:16:34.980Z] + git semver [Pipeline] } [2021-04-16T04:16:34.999Z] $ docker stop --time=1 bca0205041feb620f0379f665573ad0ce5a0c3116845ca8c82360e1b5d9e7da7 [2021-04-16T04:16:36.614Z] $ docker rm -f bca0205041feb620f0379f665573ad0ce5a0c3116845ca8c82360e1b5d9e7da7 [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-16T04:16:37.023Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-04-16T04:16:37.325Z] Stashed 1 file(s) [Pipeline] echo [2021-04-16T04:16:37.328Z] [edgeXSemver]: initialized semver on version 2.0.0-dev.44 [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-16T04:16:52.495Z] Still waiting to schedule task [2021-04-16T04:16:52.495Z] Waiting for next available executor on ‘prd-centos7-docker-4c-2g-383’ [2021-04-16T04:16:52.498Z] Still waiting to schedule task [2021-04-16T04:16:52.498Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2021-04-16T04:18:43.211Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-384 in /w/workspace/dgexfoundry_device-sdk-go_master [Pipeline] { [Pipeline] ws [2021-04-16T04:18:43.227Z] Running in /w/workspace/device-sdk-go/149 [Pipeline] { [Pipeline] checkout [2021-04-16T04:18:48.979Z] using credential edgex-jenkins-ssh [2021-04-16T04:18:48.999Z] Cloning the remote Git repository [2021-04-16T04:18:49.056Z] Cloning repository git@github.com:edgexfoundry/device-sdk-go.git [2021-04-16T04:18:49.160Z] > git init /w/workspace/device-sdk-go/149 # timeout=10 [2021-04-16T04:18:49.260Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2021-04-16T04:18:49.261Z] > git --version # timeout=10 [2021-04-16T04:18:49.279Z] > git --version # 'git version 2.17.1' [2021-04-16T04:18:49.280Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-16T04:18:49.339Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-16T04:18:50.490Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2021-04-16T04:18:50.507Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-16T04:18:50.544Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2021-04-16T04:18:50.574Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2021-04-16T04:18:50.575Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-16T04:18:50.585Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-04-16T04:18:51.062Z] Checking out Revision 4afc3732447dbc1bcd63643089443d556eeee277 (master) [2021-04-16T04:18:51.075Z] > git config core.sparsecheckout # timeout=10 [2021-04-16T04:18:51.091Z] > git checkout -f 4afc3732447dbc1bcd63643089443d556eeee277 # timeout=10 [2021-04-16T04:18:55.270Z] Commit message: "Merge pull request #878 from hahattan/issue-665" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-04-16T04:18:56.572Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-04-16T04:18:56.974Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-04-16T04:18:57.318Z] + sudo service docker restart [2021-04-16T04:18:57.318Z] + true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-04-16T04:18:59.985Z] provisioning config files... [2021-04-16T04:19:00.046Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/149@tmp/config5246513284148113961tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-16T04:19:00.435Z] ---> docker-login.sh [2021-04-16T04:19:00.435Z] nexus3.edgexfoundry.org:10001 [2021-04-16T04:19:01.421Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-16T04:19:01.700Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-16T04:19:01.700Z] Configure a credential helper to remove this warning. See [2021-04-16T04:19:01.700Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-16T04:19:01.700Z] [2021-04-16T04:19:01.700Z] Login Succeeded [2021-04-16T04:19:01.700Z] nexus3.edgexfoundry.org:10002 [2021-04-16T04:19:01.976Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-16T04:19:02.259Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-16T04:19:02.259Z] Configure a credential helper to remove this warning. See [2021-04-16T04:19:02.259Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-16T04:19:02.259Z] [2021-04-16T04:19:02.259Z] Login Succeeded [2021-04-16T04:19:02.259Z] nexus3.edgexfoundry.org:10003 [2021-04-16T04:19:02.538Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-16T04:19:02.539Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-16T04:19:02.539Z] Configure a credential helper to remove this warning. See [2021-04-16T04:19:02.539Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-16T04:19:02.539Z] [2021-04-16T04:19:02.539Z] Login Succeeded [2021-04-16T04:19:02.539Z] nexus3.edgexfoundry.org:10004 [2021-04-16T04:19:03.140Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-16T04:19:03.140Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-16T04:19:03.140Z] Configure a credential helper to remove this warning. See [2021-04-16T04:19:03.140Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-16T04:19:03.140Z] [2021-04-16T04:19:03.140Z] Login Succeeded [2021-04-16T04:19:03.140Z] docker.io [2021-04-16T04:19:03.416Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-16T04:19:04.012Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-16T04:19:04.012Z] Configure a credential helper to remove this warning. See [2021-04-16T04:19:04.012Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-16T04:19:04.012Z] [2021-04-16T04:19:04.012Z] Login Succeeded [2021-04-16T04:19:04.012Z] ---> docker-login.sh ends [Pipeline] } [2021-04-16T04:19:04.028Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-04-16T04:19:04.336Z] ========================================================= [2021-04-16T04:19:04.336Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-04-16T04:19:04.336Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-04-16T04:19:04.705Z] + 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-16T04:19:04.985Z] Sending build context to Docker daemon 2.409MB [2021-04-16T04:19:04.985Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-04-16T04:19:04.985Z] Step 2/8 : FROM ${BASE} [2021-04-16T04:19:05.261Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-04-16T04:19:05.261Z] 5f621e34cdf4: Pulling fs layer [2021-04-16T04:19:05.261Z] a4357932f1b6: Pulling fs layer [2021-04-16T04:19:05.261Z] 18c013af1878: Pulling fs layer [2021-04-16T04:19:05.261Z] 00ac8860ef70: Pulling fs layer [2021-04-16T04:19:05.261Z] 63d7cb157983: Pulling fs layer [2021-04-16T04:19:05.261Z] b116817d02f9: Pulling fs layer [2021-04-16T04:19:05.261Z] 745a02a5169b: Pulling fs layer [2021-04-16T04:19:05.261Z] 00ac8860ef70: Waiting [2021-04-16T04:19:05.261Z] 63d7cb157983: Waiting [2021-04-16T04:19:05.261Z] 745a02a5169b: Waiting [2021-04-16T04:19:05.261Z] b116817d02f9: Waiting [2021-04-16T04:19:05.261Z] 18c013af1878: Download complete [2021-04-16T04:19:05.261Z] a4357932f1b6: Verifying Checksum [2021-04-16T04:19:05.261Z] a4357932f1b6: Download complete [2021-04-16T04:19:05.261Z] 63d7cb157983: Verifying Checksum [2021-04-16T04:19:05.261Z] 63d7cb157983: Download complete [2021-04-16T04:19:05.261Z] b116817d02f9: Verifying Checksum [2021-04-16T04:19:05.261Z] b116817d02f9: Download complete [2021-04-16T04:19:05.261Z] 5f621e34cdf4: Verifying Checksum [2021-04-16T04:19:05.261Z] 5f621e34cdf4: Download complete [2021-04-16T04:19:06.249Z] 5f621e34cdf4: Pull complete [2021-04-16T04:19:06.532Z] a4357932f1b6: Pull complete [2021-04-16T04:19:07.136Z] 18c013af1878: Pull complete [2021-04-16T04:19:08.127Z] 745a02a5169b: Verifying Checksum [2021-04-16T04:19:08.127Z] 745a02a5169b: Download complete [2021-04-16T04:19:09.564Z] 00ac8860ef70: Verifying Checksum [2021-04-16T04:19:09.564Z] 00ac8860ef70: Download complete [2021-04-16T04:19:19.743Z] 00ac8860ef70: Pull complete [2021-04-16T04:19:20.338Z] 63d7cb157983: Pull complete [2021-04-16T04:19:20.613Z] b116817d02f9: Pull complete [2021-04-16T04:19:24.052Z] 745a02a5169b: Pull complete [2021-04-16T04:19:24.358Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-04-16T04:19:24.358Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-04-16T04:19:24.358Z] ---> b7e6874047d6 [2021-04-16T04:19:24.358Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-04-16T04:19:27.039Z] ---> Running in 8420de4110aa [2021-04-16T04:19:27.312Z] Removing intermediate container 8420de4110aa [2021-04-16T04:19:27.312Z] ---> 6f4507971a35 [2021-04-16T04:19:27.312Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-16T04:19:27.599Z] ---> Running in e1b5743fdddd [2021-04-16T04:19:30.235Z] Removing intermediate container e1b5743fdddd [2021-04-16T04:19:30.235Z] ---> 7e5bfdba2e5d [2021-04-16T04:19:30.235Z] Step 5/8 : RUN apk add --update --no-cache make git gcc libc-dev libsodium-dev zeromq-dev [2021-04-16T04:19:30.235Z] ---> Running in 0c06e7cfcb09 [2021-04-16T04:19:31.217Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-16T04:19:31.829Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-16T04:19:32.425Z] (1/6) Installing libc-dev (0.7.2-r3) [2021-04-16T04:19:32.697Z] (2/6) Installing libsodium (1.0.18-r0) [2021-04-16T04:19:32.697Z] (3/6) Installing pkgconf (1.7.2-r0) [2021-04-16T04:19:32.697Z] (4/6) Installing libsodium-dev (1.0.18-r0) [2021-04-16T04:19:32.967Z] (5/6) Installing libzmq (4.3.3-r0) [2021-04-16T04:19:32.967Z] (6/6) Installing zeromq-dev (4.3.3-r0) [2021-04-16T04:19:33.240Z] Executing busybox-1.31.1-r19.trigger [2021-04-16T04:19:33.240Z] OK: 144 MiB in 45 packages [2021-04-16T04:19:34.677Z] Removing intermediate container 0c06e7cfcb09 [2021-04-16T04:19:34.677Z] ---> baf4c26340e1 [2021-04-16T04:19:34.677Z] Step 6/8 : WORKDIR /device-sdk-go [2021-04-16T04:19:34.677Z] ---> Running in c7d8c18b8e04 [2021-04-16T04:19:35.276Z] Removing intermediate container c7d8c18b8e04 [2021-04-16T04:19:35.276Z] ---> 6235d8d36d40 [2021-04-16T04:19:35.276Z] Step 7/8 : COPY . . [2021-04-16T04:19:36.254Z] ---> 36bde602a88d [2021-04-16T04:19:36.254Z] Step 8/8 : RUN go mod download [2021-04-16T04:19:36.537Z] ---> Running in a174ceb00fb5 [2021-04-16T04:20:03.983Z] Removing intermediate container a174ceb00fb5 [2021-04-16T04:20:03.983Z] ---> 18f5fd8b57b6 [2021-04-16T04:20:03.983Z] Successfully built 18f5fd8b57b6 [2021-04-16T04:20:03.983Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-04-16T04:20:04.345Z] + docker inspect -f . ci-base-image-arm64 [2021-04-16T04:20:04.345Z] . [Pipeline] withDockerContainer [2021-04-16T04:20:04.601Z] prd-ubuntu18.04-docker-arm64-4c-16g-384 does not seem to be running inside a container [2021-04-16T04:20:04.690Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/149 -v /w/workspace/device-sdk-go/149:/w/workspace/device-sdk-go/149:rw,z -v /w/workspace/device-sdk-go/149@tmp:/w/workspace/device-sdk-go/149@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-16T04:20:06.200Z] $ docker top 50dab2c5a60cdb33e02e5d1d6dbc4062d9b47d9fe8f4ebe6d92400b03b0bb227 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-16T04:20:07.143Z] + go version [2021-04-16T04:20:07.143Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-04-16T04:20:07.161Z] $ docker stop --time=1 50dab2c5a60cdb33e02e5d1d6dbc4062d9b47d9fe8f4ebe6d92400b03b0bb227 [2021-04-16T04:20:09.271Z] $ docker rm -f 50dab2c5a60cdb33e02e5d1d6dbc4062d9b47d9fe8f4ebe6d92400b03b0bb227 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-16T04:20:09.971Z] + docker inspect -f . ci-base-image-arm64 [2021-04-16T04:20:09.971Z] . [Pipeline] withDockerContainer [2021-04-16T04:20:10.231Z] prd-ubuntu18.04-docker-arm64-4c-16g-384 does not seem to be running inside a container [2021-04-16T04:20:10.311Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/149 -v /w/workspace/device-sdk-go/149:/w/workspace/device-sdk-go/149:rw,z -v /w/workspace/device-sdk-go/149@tmp:/w/workspace/device-sdk-go/149@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-16T04:20:11.815Z] $ docker top 19456d6d818c56e99309bbcfcef24ab4ed1fbc5638c467a30b160b97dc52b516 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-16T04:20:12.743Z] + make test [2021-04-16T04:20:12.743Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-04-16T04:20:28.337Z] Running on prd-centos7-docker-4c-2g-386 in /w/workspace/dgexfoundry_device-sdk-go_master [Pipeline] { [Pipeline] ws [2021-04-16T04:20:28.352Z] Running in /w/workspace/device-sdk-go/149 [Pipeline] { [Pipeline] checkout [2021-04-16T04:20:34.941Z] ? github.com/edgexfoundry/device-sdk-go/v2 [no test files] [2021-04-16T04:20:41.953Z] using credential edgex-jenkins-ssh [2021-04-16T04:20:41.974Z] Cloning the remote Git repository [2021-04-16T04:20:42.154Z] Cloning repository git@github.com:edgexfoundry/device-sdk-go.git [2021-04-16T04:20:42.255Z] > git init /w/workspace/device-sdk-go/149 # timeout=10 [2021-04-16T04:20:42.437Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2021-04-16T04:20:42.437Z] > git --version # timeout=10 [2021-04-16T04:20:42.542Z] > git --version # 'git version 2.24.3' [2021-04-16T04:20:42.543Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-16T04:20:42.653Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-16T04:20:44.439Z] Checking out Revision 4afc3732447dbc1bcd63643089443d556eeee277 (master) [2021-04-16T04:20:43.797Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2021-04-16T04:20:43.806Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-16T04:20:43.852Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2021-04-16T04:20:43.876Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2021-04-16T04:20:43.876Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-16T04:20:43.893Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-04-16T04:20:44.455Z] > git config core.sparsecheckout # timeout=10 [2021-04-16T04:20:44.487Z] > git checkout -f 4afc3732447dbc1bcd63643089443d556eeee277 # timeout=10 [2021-04-16T04:20:48.863Z] Commit message: "Merge pull request #878 from hahattan/issue-665" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-04-16T04:20:50.529Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-04-16T04:20:50.980Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-04-16T04:20:51.330Z] + true [2021-04-16T04:20:51.330Z] + sudo service docker restart [2021-04-16T04:20:51.330Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-04-16T04:20:53.494Z] provisioning config files... [2021-04-16T04:20:53.552Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/149@tmp/config6489043445341696810tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-16T04:20:54.203Z] ---> docker-login.sh [2021-04-16T04:20:54.203Z] nexus3.edgexfoundry.org:10001 [2021-04-16T04:20:55.265Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-16T04:20:55.591Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-16T04:20:55.591Z] Configure a credential helper to remove this warning. See [2021-04-16T04:20:55.591Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-16T04:20:55.591Z] [2021-04-16T04:20:55.591Z] Login Succeeded [2021-04-16T04:20:55.591Z] nexus3.edgexfoundry.org:10002 [2021-04-16T04:20:56.682Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-16T04:20:56.682Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-16T04:20:56.682Z] Configure a credential helper to remove this warning. See [2021-04-16T04:20:56.682Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-16T04:20:56.682Z] [2021-04-16T04:20:56.682Z] Login Succeeded [2021-04-16T04:20:56.682Z] nexus3.edgexfoundry.org:10003 [2021-04-16T04:20:57.020Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-16T04:20:57.020Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-16T04:20:57.020Z] Configure a credential helper to remove this warning. See [2021-04-16T04:20:57.020Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-16T04:20:57.020Z] [2021-04-16T04:20:57.020Z] Login Succeeded [2021-04-16T04:20:57.020Z] nexus3.edgexfoundry.org:10004 [2021-04-16T04:20:57.881Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-16T04:20:57.881Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-16T04:20:57.881Z] Configure a credential helper to remove this warning. See [2021-04-16T04:20:57.881Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-16T04:20:57.881Z] [2021-04-16T04:20:57.881Z] Login Succeeded [2021-04-16T04:20:57.881Z] docker.io [2021-04-16T04:20:58.539Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-16T04:20:58.830Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-16T04:20:58.830Z] Configure a credential helper to remove this warning. See [2021-04-16T04:20:58.830Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-16T04:20:58.830Z] [2021-04-16T04:20:58.830Z] Login Succeeded [2021-04-16T04:20:58.830Z] ---> docker-login.sh ends [Pipeline] } [2021-04-16T04:20:58.857Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-04-16T04:20:59.345Z] ========================================================= [2021-04-16T04:20:59.346Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-04-16T04:20:59.346Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-04-16T04:20:59.746Z] + 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-16T04:21:00.346Z] Sending build context to Docker daemon 2.424MB [2021-04-16T04:21:00.346Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-04-16T04:21:00.346Z] Step 2/8 : FROM ${BASE} [2021-04-16T04:21:00.346Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-04-16T04:21:00.346Z] 188c0c94c7c5: Pulling fs layer [2021-04-16T04:21:00.346Z] 0ef7d3d256c8: Pulling fs layer [2021-04-16T04:21:00.346Z] de9db76c5a1d: Pulling fs layer [2021-04-16T04:21:00.346Z] bca2f99d35d6: Pulling fs layer [2021-04-16T04:21:00.346Z] 93359f2a8cfa: Pulling fs layer [2021-04-16T04:21:00.346Z] 7c6f9722023f: Pulling fs layer [2021-04-16T04:21:00.346Z] a35cf1a2eb13: Pulling fs layer [2021-04-16T04:21:00.346Z] 93359f2a8cfa: Waiting [2021-04-16T04:21:00.346Z] 7c6f9722023f: Waiting [2021-04-16T04:21:00.346Z] a35cf1a2eb13: Waiting [2021-04-16T04:21:00.346Z] bca2f99d35d6: Waiting [2021-04-16T04:21:00.631Z] de9db76c5a1d: Verifying Checksum [2021-04-16T04:21:00.631Z] de9db76c5a1d: Download complete [2021-04-16T04:21:00.631Z] 0ef7d3d256c8: Verifying Checksum [2021-04-16T04:21:00.631Z] 0ef7d3d256c8: Download complete [2021-04-16T04:21:00.631Z] 93359f2a8cfa: Verifying Checksum [2021-04-16T04:21:00.631Z] 93359f2a8cfa: Download complete [2021-04-16T04:21:00.631Z] 7c6f9722023f: Verifying Checksum [2021-04-16T04:21:00.631Z] 7c6f9722023f: Download complete [2021-04-16T04:21:00.631Z] 188c0c94c7c5: Verifying Checksum [2021-04-16T04:21:00.631Z] 188c0c94c7c5: Download complete [2021-04-16T04:21:01.285Z] 188c0c94c7c5: Pull complete [2021-04-16T04:21:02.071Z] 0ef7d3d256c8: Pull complete [2021-04-16T04:21:02.746Z] de9db76c5a1d: Pull complete [2021-04-16T04:21:09.970Z] a35cf1a2eb13: Verifying Checksum [2021-04-16T04:21:09.970Z] a35cf1a2eb13: Download complete [2021-04-16T04:21:12.283Z] bca2f99d35d6: Download complete [2021-04-16T04:21:27.929Z] bca2f99d35d6: Pull complete [2021-04-16T04:21:27.929Z] 93359f2a8cfa: Pull complete [2021-04-16T04:21:27.929Z] 7c6f9722023f: Pull complete [2021-04-16T04:21:31.558Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/cmd/device-simple [no test files] [2021-04-16T04:21:31.558Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/config [no test files] [2021-04-16T04:21:31.558Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/driver [no test files] [2021-04-16T04:21:31.558Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/application [no test files] [2021-04-16T04:21:31.558Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/autodiscovery [no test files] [2021-04-16T04:21:34.201Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/autoevent 0.124s coverage: 28.1% of statements [2021-04-16T04:21:34.812Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/cache 0.174s coverage: 78.9% of statements [2021-04-16T04:21:34.812Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/clients 1.141s coverage: 7.8% of statements [2021-04-16T04:21:34.812Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/common [no test files] [2021-04-16T04:21:34.812Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/config [no test files] [2021-04-16T04:21:34.812Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/container [no test files] [2021-04-16T04:21:34.978Z] a35cf1a2eb13: Pull complete [2021-04-16T04:21:35.292Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-04-16T04:21:35.292Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-04-16T04:21:35.292Z] ---> a62c8e92a672 [2021-04-16T04:21:35.292Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-04-16T04:21:35.816Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http 0.207s coverage: 32.0% of statements [2021-04-16T04:21:35.816Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http/correlation [no test files] [2021-04-16T04:21:35.816Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/provision [no test files] [2021-04-16T04:21:35.816Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/telemetry [no test files] [2021-04-16T04:21:35.975Z] ---> Running in 5fc5795fe2bc [2021-04-16T04:21:36.296Z] Removing intermediate container 5fc5795fe2bc [2021-04-16T04:21:36.296Z] ---> 2e847dc231fa [2021-04-16T04:21:36.296Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-16T04:21:36.296Z] ---> Running in 4ac0b3dc7bfb [2021-04-16T04:21:40.045Z] Removing intermediate container 4ac0b3dc7bfb [2021-04-16T04:21:40.045Z] ---> ad1facfb1568 [2021-04-16T04:21:40.045Z] Step 5/8 : RUN apk add --update --no-cache make git gcc libc-dev libsodium-dev zeromq-dev [2021-04-16T04:21:40.045Z] ---> Running in 2c5bd9603bef [2021-04-16T04:21:40.180Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/transformer 0.281s coverage: 57.1% of statements [2021-04-16T04:21:40.180Z] ok github.com/edgexfoundry/device-sdk-go/v2/pkg/models 3.063s coverage: 6.6% of statements [2021-04-16T04:21:40.180Z] ok github.com/edgexfoundry/device-sdk-go/v2/pkg/service 0.150s coverage: 5.0% of statements [2021-04-16T04:21:40.180Z] ? github.com/edgexfoundry/device-sdk-go/v2/pkg/startup [no test files] [2021-04-16T04:21:40.465Z] GO111MODULE=on go vet ./... [2021-04-16T04:21:40.689Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-16T04:21:43.369Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-16T04:21:47.800Z] (1/6) Installing libc-dev (0.7.2-r3) [2021-04-16T04:21:47.800Z] (2/6) Installing libsodium (1.0.18-r0) [2021-04-16T04:21:47.800Z] (3/6) Installing pkgconf (1.7.2-r0) [2021-04-16T04:21:48.097Z] (4/6) Installing libsodium-dev (1.0.18-r0) [2021-04-16T04:21:48.097Z] (5/6) Installing libzmq (4.3.3-r0) [2021-04-16T04:21:49.327Z] (6/6) Installing zeromq-dev (4.3.3-r0) [2021-04-16T04:21:49.327Z] Executing busybox-1.31.1-r19.trigger [2021-04-16T04:21:49.609Z] OK: 167 MiB in 45 packages [2021-04-16T04:21:51.307Z] Removing intermediate container 2c5bd9603bef [2021-04-16T04:21:51.307Z] ---> 16a4e548b5b9 [2021-04-16T04:21:51.307Z] Step 6/8 : WORKDIR /device-sdk-go [2021-04-16T04:21:51.307Z] ---> Running in 7006875cb72b [2021-04-16T04:21:51.629Z] Removing intermediate container 7006875cb72b [2021-04-16T04:21:51.629Z] ---> 40d31639a795 [2021-04-16T04:21:51.629Z] Step 7/8 : COPY . . [2021-04-16T04:21:53.743Z] ---> acf0094465ac [2021-04-16T04:21:53.743Z] Step 8/8 : RUN go mod download [2021-04-16T04:21:53.743Z] ---> Running in e5fdc57f5369 [2021-04-16T04:22:27.508Z] gofmt -l . [2021-04-16T04:22:27.508Z] [ "`gofmt -l .`" = "" ] [2021-04-16T04:22:27.508Z] ./bin/test-attribution-txt.sh [2021-04-16T04:22:27.508Z] ./bin/test-go-mod-tidy.sh [Pipeline] } [2021-04-16T04:22:27.523Z] $ docker stop --time=1 19456d6d818c56e99309bbcfcef24ab4ed1fbc5638c467a30b160b97dc52b516 [2021-04-16T04:22:29.841Z] $ docker rm -f 19456d6d818c56e99309bbcfcef24ab4ed1fbc5638c467a30b160b97dc52b516 [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-16T04:22:30.973Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-04-16T04:22:32.001Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-04-16T04:22:33.000Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-04-16T04:22:33.463Z] + ls -al . [2021-04-16T04:22:33.463Z] total 224 [2021-04-16T04:22:33.463Z] drwxrwxr-x 10 jenkins jenkins 4096 Apr 16 04:22 . [2021-04-16T04:22:33.463Z] drwxrwxr-x 4 jenkins jenkins 4096 Apr 16 04:18 .. [2021-04-16T04:22:33.463Z] -rw-rw-r-- 1 jenkins jenkins 140 Apr 16 04:18 .dockerignore [2021-04-16T04:22:33.463Z] drwxrwxr-x 8 jenkins jenkins 4096 Apr 16 04:18 .git [2021-04-16T04:22:33.463Z] drwxrwxr-x 2 jenkins jenkins 4096 Apr 16 04:18 .github [2021-04-16T04:22:33.463Z] -rw-rw-r-- 1 jenkins jenkins 138 Apr 16 04:18 .gitignore [2021-04-16T04:22:33.463Z] -rw-rw-r-- 1 jenkins jenkins 987 Apr 16 04:18 Dockerfile.build [2021-04-16T04:22:33.463Z] -rw-rw-r-- 1 jenkins jenkins 901 Apr 16 04:18 Jenkinsfile [2021-04-16T04:22:33.463Z] -rw-rw-r-- 1 jenkins jenkins 11341 Apr 16 04:18 LICENSE [2021-04-16T04:22:33.463Z] -rw-rw-r-- 1 jenkins jenkins 1022 Apr 16 04:18 Makefile [2021-04-16T04:22:33.463Z] -rw-rw-r-- 1 jenkins jenkins 5897 Apr 16 04:18 README.md [2021-04-16T04:22:33.463Z] -rw-rw-r-- 1 jenkins jenkins 6616 Apr 16 04:18 RELEASE-NOTES.txt [2021-04-16T04:22:33.463Z] -rw-rw-r-- 1 jenkins jenkins 12 Apr 16 04:16 VERSION [2021-04-16T04:22:33.463Z] drwxrwxr-x 2 jenkins jenkins 4096 Apr 16 04:18 bin [2021-04-16T04:22:33.463Z] -rw-r--r-- 1 jenkins jenkins 99932 Apr 16 04:21 coverage.out [2021-04-16T04:22:33.463Z] drwxrwxr-x 5 jenkins jenkins 4096 Apr 16 04:18 example [2021-04-16T04:22:33.463Z] -rw-r--r-- 1 jenkins jenkins 574 Apr 16 04:22 go.mod [2021-04-16T04:22:33.463Z] -rw-r--r-- 1 jenkins jenkins 20735 Apr 16 04:22 go.sum [2021-04-16T04:22:33.463Z] drwxrwxr-x 14 jenkins jenkins 4096 Apr 16 04:18 internal [2021-04-16T04:22:33.463Z] drwxrwxr-x 4 jenkins jenkins 4096 Apr 16 04:18 openapi [2021-04-16T04:22:33.463Z] drwxrwxr-x 5 jenkins jenkins 4096 Apr 16 04:18 pkg [2021-04-16T04:22:33.463Z] drwxrwxr-x 4 jenkins jenkins 4096 Apr 16 04:18 snap [2021-04-16T04:22:33.463Z] -rw-rw-r-- 1 jenkins jenkins 222 Apr 16 04:18 version.go [Pipeline] isUnix [Pipeline] sh [2021-04-16T04:22:33.823Z] Removing intermediate container e5fdc57f5369 [2021-04-16T04:22:33.823Z] ---> 05224915f8c5 [2021-04-16T04:22:33.823Z] Successfully built 05224915f8c5 [2021-04-16T04:22:33.823Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-04-16T04:22:33.957Z] + 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=4afc3732447dbc1bcd63643089443d556eeee277 --label arch=arm64 --label version=2.0.0-dev.44 . [2021-04-16T04:22:34.269Z] + docker inspect -f . ci-base-image-x86_64 [2021-04-16T04:22:34.576Z] Sending build context to Docker daemon 2.51MB [2021-04-16T04:22:34.576Z] Step 1/23 : ARG BASE=golang:1.15-alpine3.12 [2021-04-16T04:22:34.576Z] Step 2/23 : FROM ${BASE} AS builder [2021-04-16T04:22:34.576Z] ---> 18f5fd8b57b6 [2021-04-16T04:22:34.576Z] Step 3/23 : WORKDIR /device-sdk-go [2021-04-16T04:22:34.586Z] . [Pipeline] withDockerContainer [2021-04-16T04:22:34.848Z] ---> Running in d1af8f0befc1 [2021-04-16T04:22:35.131Z] prd-centos7-docker-4c-2g-386 does not seem to be running inside a container [2021-04-16T04:22:35.265Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/149 -v /w/workspace/device-sdk-go/149:/w/workspace/device-sdk-go/149:rw,z -v /w/workspace/device-sdk-go/149@tmp:/w/workspace/device-sdk-go/149@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-04-16T04:22:35.442Z] Removing intermediate container d1af8f0befc1 [2021-04-16T04:22:35.442Z] ---> 98467a92147e [2021-04-16T04:22:35.442Z] Step 4/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-04-16T04:22:35.442Z] ---> Running in 4f9fbf053b2c [2021-04-16T04:22:36.034Z] Removing intermediate container 4f9fbf053b2c [2021-04-16T04:22:36.034Z] ---> a6586a5193c5 [2021-04-16T04:22:36.034Z] Step 5/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-16T04:22:36.034Z] ---> Running in 34d12cadf0d4 [2021-04-16T04:22:37.703Z] $ docker top 5622cabc699f679ccb42dc8e8595a14dfa110d92a4d3edd3d3cef4f2adaa8f5c -eo pid,comm [Pipeline] { [2021-04-16T04:22:38.015Z] Removing intermediate container 34d12cadf0d4 [2021-04-16T04:22:38.015Z] ---> cee242b9e78e [2021-04-16T04:22:38.015Z] Step 6/23 : RUN apk add --update --no-cache make git gcc libc-dev zeromq-dev libsodium-dev [2021-04-16T04:22:38.015Z] ---> Running in 9ae45b9eb7d6 [Pipeline] sh [2021-04-16T04:22:38.974Z] + go version [2021-04-16T04:22:38.974Z] go version go1.15.5 linux/amd64 [2021-04-16T04:22:38.994Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [Pipeline] } [2021-04-16T04:22:39.109Z] $ docker stop --time=1 5622cabc699f679ccb42dc8e8595a14dfa110d92a4d3edd3d3cef4f2adaa8f5c [2021-04-16T04:22:39.968Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-16T04:22:40.555Z] OK: 144 MiB in 45 packages [2021-04-16T04:22:40.960Z] $ docker rm -f 5622cabc699f679ccb42dc8e8595a14dfa110d92a4d3edd3d3cef4f2adaa8f5c [2021-04-16T04:22:41.538Z] Removing intermediate container 9ae45b9eb7d6 [2021-04-16T04:22:41.538Z] ---> 135829157ac2 [2021-04-16T04:22:41.538Z] Step 7/23 : COPY . . [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-16T04:22:42.124Z] + docker inspect -f . ci-base-image-x86_64 [2021-04-16T04:22:42.392Z] . [Pipeline] withDockerContainer [2021-04-16T04:22:42.898Z] prd-centos7-docker-4c-2g-386 does not seem to be running inside a container [2021-04-16T04:22:42.971Z] ---> bdafeb221145 [2021-04-16T04:22:42.971Z] Step 8/23 : RUN go mod download [2021-04-16T04:22:42.971Z] ---> Running in c0b76537ad1e [2021-04-16T04:22:43.029Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/149 -v /w/workspace/device-sdk-go/149:/w/workspace/device-sdk-go/149:rw,z -v /w/workspace/device-sdk-go/149@tmp:/w/workspace/device-sdk-go/149@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-04-16T04:22:45.320Z] $ docker top 87da4238235753f49b82d5b0e1c2ac6fb4c14182963031d43861410c12d30216 -eo pid,comm [2021-04-16T04:22:45.590Z] Removing intermediate container c0b76537ad1e [2021-04-16T04:22:45.590Z] ---> f4c0ed301cee [2021-04-16T04:22:45.590Z] Step 9/23 : RUN make build [2021-04-16T04:22:45.590Z] ---> Running in 103f1f5c1a38 [Pipeline] { [Pipeline] sh [2021-04-16T04:22:46.568Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-sdk-go/v2.Version=2.0.0-dev.44" -o example/cmd/device-simple/device-simple ./example/cmd/device-simple [2021-04-16T04:22:46.642Z] + make test [2021-04-16T04:22:46.642Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-04-16T04:23:02.229Z] ? github.com/edgexfoundry/device-sdk-go/v2 [no test files] [2021-04-16T04:23:18.922Z] CGO_ENABLED=1 GO111MODULE=on go install -tags=safe [2021-04-16T04:23:20.882Z] Removing intermediate container 103f1f5c1a38 [2021-04-16T04:23:20.882Z] ---> 594f281e78ad [2021-04-16T04:23:20.882Z] Step 10/23 : FROM alpine:3.12 [2021-04-16T04:23:21.469Z] 3.12: Pulling from library/alpine [2021-04-16T04:23:21.469Z] d2f70382dc9a: Pulling fs layer [2021-04-16T04:23:21.739Z] d2f70382dc9a: Download complete [2021-04-16T04:23:22.336Z] d2f70382dc9a: Pull complete [2021-04-16T04:23:22.336Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-04-16T04:23:22.336Z] Status: Downloaded newer image for alpine:3.12 [2021-04-16T04:23:22.336Z] ---> 9852663dfa18 [2021-04-16T04:23:22.336Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-04-16T04:23:22.609Z] ---> Running in 11a9a14e823a [2021-04-16T04:23:23.202Z] Removing intermediate container 11a9a14e823a [2021-04-16T04:23:23.202Z] ---> 89b20b7e3942 [2021-04-16T04:23:23.202Z] Step 12/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-16T04:23:23.202Z] ---> Running in 2e9e08c456ca [2021-04-16T04:23:25.174Z] Removing intermediate container 2e9e08c456ca [2021-04-16T04:23:25.174Z] ---> 84c9cf209b01 [2021-04-16T04:23:25.174Z] Step 13/23 : RUN apk add --update --no-cache zeromq [2021-04-16T04:23:25.448Z] ---> Running in 8ce0c1a53226 [2021-04-16T04:23:26.421Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-16T04:23:27.396Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-16T04:23:27.985Z] (1/5) Installing libgcc (9.3.0-r2) [2021-04-16T04:23:27.985Z] (2/5) Installing libsodium (1.0.18-r0) [2021-04-16T04:23:27.985Z] (3/5) Installing libstdc++ (9.3.0-r2) [2021-04-16T04:23:28.255Z] (4/5) Installing libzmq (4.3.3-r0) [2021-04-16T04:23:28.255Z] (5/5) Installing zeromq (4.3.3-r0) [2021-04-16T04:23:28.525Z] Executing busybox-1.31.1-r20.trigger [2021-04-16T04:23:28.525Z] OK: 8 MiB in 19 packages [2021-04-16T04:23:29.958Z] Removing intermediate container 8ce0c1a53226 [2021-04-16T04:23:29.958Z] ---> cd07bbe6655b [2021-04-16T04:23:29.958Z] Step 14/23 : WORKDIR / [2021-04-16T04:23:29.958Z] ---> Running in d0b85dda4bbe [2021-04-16T04:23:30.554Z] Removing intermediate container d0b85dda4bbe [2021-04-16T04:23:30.554Z] ---> b3848abdb5f2 [2021-04-16T04:23:30.554Z] Step 15/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/Attribution.txt /Attribution.txt [2021-04-16T04:23:31.149Z] ---> 2cf9c51dce4a [2021-04-16T04:23:31.149Z] Step 16/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /device-simple [2021-04-16T04:23:32.582Z] ---> 427cc16a08a1 [2021-04-16T04:23:32.582Z] Step 17/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/ /res [2021-04-16T04:23:33.177Z] ---> d96456112b62 [2021-04-16T04:23:33.177Z] Step 18/23 : EXPOSE 49990 [2021-04-16T04:23:33.450Z] ---> Running in 6f6fb3d83778 [2021-04-16T04:23:33.724Z] Removing intermediate container 6f6fb3d83778 [2021-04-16T04:23:33.724Z] ---> cc618a327646 [2021-04-16T04:23:33.724Z] Step 19/23 : ENTRYPOINT ["/device-simple"] [2021-04-16T04:23:33.998Z] ---> Running in 5d1a0c901ca1 [2021-04-16T04:23:34.268Z] Removing intermediate container 5d1a0c901ca1 [2021-04-16T04:23:34.268Z] ---> 087cdbe3268c [2021-04-16T04:23:34.268Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-16T04:23:34.540Z] ---> Running in 6ea903d964ea [2021-04-16T04:23:34.810Z] Removing intermediate container 6ea903d964ea [2021-04-16T04:23:34.810Z] ---> 2c55a431a3fa [2021-04-16T04:23:34.810Z] Step 21/23 : LABEL arch=arm64 [2021-04-16T04:23:35.081Z] ---> Running in d5cb4f0f5cf3 [2021-04-16T04:23:35.355Z] Removing intermediate container d5cb4f0f5cf3 [2021-04-16T04:23:35.628Z] ---> 7fe17c8a2fb7 [2021-04-16T04:23:35.628Z] Step 22/23 : LABEL git_sha=4afc3732447dbc1bcd63643089443d556eeee277 [2021-04-16T04:23:35.628Z] ---> Running in 6c988f887c3e [2021-04-16T04:23:36.221Z] Removing intermediate container 6c988f887c3e [2021-04-16T04:23:36.221Z] ---> b7c992e6ccc0 [2021-04-16T04:23:36.221Z] Step 23/23 : LABEL version=2.0.0-dev.44 [2021-04-16T04:23:36.221Z] ---> Running in a0c384b005ed [2021-04-16T04:23:36.815Z] Removing intermediate container a0c384b005ed [2021-04-16T04:23:36.815Z] ---> c9cd95adb432 [2021-04-16T04:23:36.815Z] [Warning] One or more build-args [MAKE ARCH] were not consumed [2021-04-16T04:23:36.815Z] Successfully built c9cd95adb432 [2021-04-16T04:23:36.815Z] 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-16T04:23:37.344Z] ---> job-cost.sh [2021-04-16T04:23:37.344Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-cMNi [2021-04-16T04:23:50.855Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/cmd/device-simple [no test files] [2021-04-16T04:23:50.855Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/config [no test files] [2021-04-16T04:23:50.855Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/driver [no test files] [2021-04-16T04:23:50.855Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/application [no test files] [2021-04-16T04:23:50.855Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/autodiscovery [no test files] [2021-04-16T04:23:53.064Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/autoevent 0.155s coverage: 28.1% of statements [2021-04-16T04:23:53.375Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/cache 0.134s coverage: 78.9% of statements [2021-04-16T04:23:54.119Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/clients 1.133s coverage: 7.8% of statements [2021-04-16T04:23:54.119Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/common [no test files] [2021-04-16T04:23:54.119Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/config [no test files] [2021-04-16T04:23:54.119Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/container [no test files] [2021-04-16T04:23:56.109Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http 0.265s coverage: 32.0% of statements [2021-04-16T04:23:56.109Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http/correlation [no test files] [2021-04-16T04:23:56.109Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/provision [no test files] [2021-04-16T04:23:56.109Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/telemetry [no test files] [2021-04-16T04:23:57.778Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/transformer 0.248s coverage: 57.1% of statements [2021-04-16T04:23:58.920Z] ok github.com/edgexfoundry/device-sdk-go/v2/pkg/models 3.122s coverage: 6.6% of statements [2021-04-16T04:23:58.920Z] ok github.com/edgexfoundry/device-sdk-go/v2/pkg/service 0.420s coverage: 5.0% of statements [2021-04-16T04:23:58.920Z] ? github.com/edgexfoundry/device-sdk-go/v2/pkg/startup [no test files] [2021-04-16T04:23:59.244Z] GO111MODULE=on go vet ./... [2021-04-16T04:24:16.285Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-04-16T04:24:47.267Z] gofmt -l . [2021-04-16T04:24:47.267Z] [ "`gofmt -l .`" = "" ] [2021-04-16T04:24:47.267Z] ./bin/test-attribution-txt.sh [2021-04-16T04:24:47.267Z] ./bin/test-go-mod-tidy.sh [Pipeline] } [2021-04-16T04:24:47.314Z] $ docker stop --time=1 87da4238235753f49b82d5b0e1c2ac6fb4c14182963031d43861410c12d30216 [2021-04-16T04:24:49.802Z] $ docker rm -f 87da4238235753f49b82d5b0e1c2ac6fb4c14182963031d43861410c12d30216 [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-16T04:24:50.991Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-04-16T04:24:51.029Z] Warning: overwriting stash ‘coverage-report’ [2021-04-16T04:24:51.883Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2021-04-16T04:24:52.484Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-04-16T04:24:52.857Z] + ls -al . [2021-04-16T04:24:52.857Z] total 188 [2021-04-16T04:24:52.857Z] drwxrwxr-x. 10 jenkins jenkins 4096 Apr 16 04:24 . [2021-04-16T04:24:52.857Z] drwxrwxr-x. 4 jenkins jenkins 32 Apr 16 04:20 .. [2021-04-16T04:24:52.857Z] drwxrwxr-x. 2 jenkins jenkins 64 Apr 16 04:20 bin [2021-04-16T04:24:52.858Z] -rw-r--r--. 1 jenkins jenkins 99931 Apr 16 04:23 coverage.out [2021-04-16T04:24:52.858Z] -rw-rw-r--. 1 jenkins jenkins 987 Apr 16 04:20 Dockerfile.build [2021-04-16T04:24:52.858Z] -rw-rw-r--. 1 jenkins jenkins 140 Apr 16 04:20 .dockerignore [2021-04-16T04:24:52.858Z] drwxrwxr-x. 5 jenkins jenkins 62 Apr 16 04:20 example [2021-04-16T04:24:52.858Z] drwxrwxr-x. 8 jenkins jenkins 162 Apr 16 04:20 .git [2021-04-16T04:24:52.858Z] drwxrwxr-x. 2 jenkins jenkins 103 Apr 16 04:20 .github [2021-04-16T04:24:52.858Z] -rw-rw-r--. 1 jenkins jenkins 138 Apr 16 04:20 .gitignore [2021-04-16T04:24:52.858Z] -rw-r--r--. 1 jenkins jenkins 574 Apr 16 04:24 go.mod [2021-04-16T04:24:52.858Z] -rw-r--r--. 1 jenkins jenkins 20735 Apr 16 04:24 go.sum [2021-04-16T04:24:52.858Z] drwxrwxr-x. 14 jenkins jenkins 207 Apr 16 04:20 internal [2021-04-16T04:24:52.858Z] -rw-rw-r--. 1 jenkins jenkins 901 Apr 16 04:20 Jenkinsfile [2021-04-16T04:24:52.858Z] -rw-rw-r--. 1 jenkins jenkins 11341 Apr 16 04:20 LICENSE [2021-04-16T04:24:52.858Z] -rw-rw-r--. 1 jenkins jenkins 1022 Apr 16 04:20 Makefile [2021-04-16T04:24:52.858Z] drwxrwxr-x. 4 jenkins jenkins 26 Apr 16 04:20 openapi [2021-04-16T04:24:52.858Z] drwxrwxr-x. 5 jenkins jenkins 50 Apr 16 04:20 pkg [2021-04-16T04:24:52.858Z] -rw-rw-r--. 1 jenkins jenkins 5897 Apr 16 04:20 README.md [2021-04-16T04:24:52.858Z] -rw-rw-r--. 1 jenkins jenkins 6616 Apr 16 04:20 RELEASE-NOTES.txt [2021-04-16T04:24:52.858Z] drwxrwxr-x. 4 jenkins jenkins 54 Apr 16 04:20 snap [2021-04-16T04:24:52.858Z] -rw-rw-r--. 1 jenkins jenkins 12 Apr 16 04:16 VERSION [2021-04-16T04:24:52.858Z] -rw-rw-r--. 1 jenkins jenkins 222 Apr 16 04:20 version.go [Pipeline] isUnix [Pipeline] sh [2021-04-16T04:24:53.367Z] + 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=4afc3732447dbc1bcd63643089443d556eeee277 --label arch=amd64 --label version=2.0.0-dev.44 . [2021-04-16T04:24:54.887Z] Sending build context to Docker daemon 2.525MB [2021-04-16T04:24:54.887Z] Step 1/23 : ARG BASE=golang:1.15-alpine3.12 [2021-04-16T04:24:54.887Z] Step 2/23 : FROM ${BASE} AS builder [2021-04-16T04:24:54.887Z] ---> 05224915f8c5 [2021-04-16T04:24:54.887Z] Step 3/23 : WORKDIR /device-sdk-go [2021-04-16T04:24:55.513Z] ---> Running in 8d66ca9e076c [2021-04-16T04:24:55.918Z] Removing intermediate container 8d66ca9e076c [2021-04-16T04:24:55.918Z] ---> 3f044e644aaa [2021-04-16T04:24:55.918Z] Step 4/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-04-16T04:24:55.918Z] ---> Running in 83b45d6ac2b5 [2021-04-16T04:24:56.301Z] Removing intermediate container 83b45d6ac2b5 [2021-04-16T04:24:56.301Z] ---> a69588529fec [2021-04-16T04:24:56.301Z] Step 5/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-16T04:24:56.875Z] ---> Running in aab617f9947b [2021-04-16T04:24:59.948Z] Removing intermediate container aab617f9947b [2021-04-16T04:24:59.948Z] ---> 4d3b2c9dadfd [2021-04-16T04:24:59.948Z] Step 6/23 : RUN apk add --update --no-cache make git gcc libc-dev zeromq-dev libsodium-dev [2021-04-16T04:24:59.948Z] ---> Running in 0785ecfac075 [2021-04-16T04:25:01.455Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-16T04:25:02.538Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-16T04:25:04.142Z] OK: 167 MiB in 45 packages [2021-04-16T04:25:05.716Z] Removing intermediate container 0785ecfac075 [2021-04-16T04:25:05.716Z] ---> 790ea2710d3b [2021-04-16T04:25:05.716Z] Step 7/23 : COPY . . [2021-04-16T04:25:07.232Z] ---> 6d630c1b1603 [2021-04-16T04:25:07.232Z] Step 8/23 : RUN go mod download [2021-04-16T04:25:07.232Z] ---> Running in 235eaf0e55b8 [2021-04-16T04:25:11.192Z] Removing intermediate container 235eaf0e55b8 [2021-04-16T04:25:11.192Z] ---> e2afc133bca6 [2021-04-16T04:25:11.192Z] Step 9/23 : RUN make build [2021-04-16T04:25:11.192Z] ---> Running in 868d983e3a4b [2021-04-16T04:25:12.230Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-sdk-go/v2.Version=2.0.0-dev.44" -o example/cmd/device-simple/device-simple ./example/cmd/device-simple [2021-04-16T04:25:39.944Z] CGO_ENABLED=1 GO111MODULE=on go install -tags=safe [2021-04-16T04:25:42.063Z] Removing intermediate container 868d983e3a4b [2021-04-16T04:25:42.063Z] ---> 34ac7a081f8c [2021-04-16T04:25:42.063Z] Step 10/23 : FROM alpine:3.12 [2021-04-16T04:25:42.650Z] 3.12: Pulling from library/alpine [2021-04-16T04:25:43.001Z] 339de151aab4: Pulling fs layer [2021-04-16T04:25:43.001Z] 339de151aab4: Verifying Checksum [2021-04-16T04:25:43.001Z] 339de151aab4: Download complete [2021-04-16T04:25:44.096Z] 339de151aab4: Pull complete [2021-04-16T04:25:44.096Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-04-16T04:25:44.096Z] Status: Downloaded newer image for alpine:3.12 [2021-04-16T04:25:44.096Z] ---> 13621d1b12d4 [2021-04-16T04:25:44.096Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-04-16T04:25:44.096Z] ---> Running in 2f4bbcaf519f [2021-04-16T04:25:44.936Z] Removing intermediate container 2f4bbcaf519f [2021-04-16T04:25:44.936Z] ---> 35ec76416645 [2021-04-16T04:25:44.936Z] Step 12/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-16T04:25:44.936Z] ---> Running in dbc160cb234c [2021-04-16T04:25:47.942Z] Removing intermediate container dbc160cb234c [2021-04-16T04:25:47.942Z] ---> a496ab5409b1 [2021-04-16T04:25:47.942Z] Step 13/23 : RUN apk add --update --no-cache zeromq [2021-04-16T04:25:48.360Z] ---> Running in d19603700c3f [2021-04-16T04:25:49.828Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-16T04:25:50.530Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-16T04:25:50.808Z] (1/5) Installing libgcc (9.3.0-r2) [2021-04-16T04:25:51.089Z] (2/5) Installing libsodium (1.0.18-r0) [2021-04-16T04:25:51.089Z] (3/5) Installing libstdc++ (9.3.0-r2) [2021-04-16T04:25:52.360Z] (4/5) Installing libzmq (4.3.3-r0) [2021-04-16T04:25:52.360Z] (5/5) Installing zeromq (4.3.3-r0) [2021-04-16T04:25:52.360Z] Executing busybox-1.31.1-r20.trigger [2021-04-16T04:25:52.360Z] OK: 8 MiB in 19 packages [2021-04-16T04:25:53.044Z] lf-activate-venv(): INFO: Adding /tmp/venv-cMNi/bin to PATH [2021-04-16T04:25:53.045Z] INFO: No Stack... [2021-04-16T04:25:53.045Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-04-16T04:25:53.045Z] INFO: Archiving Costs [Pipeline] sh [2021-04-16T04:25:53.379Z] + + cat /w/workspace/device-sdk-go/149/archives/cost.csvcut [2021-04-16T04:25:53.379Z] -d, -f6 [Pipeline] lock [2021-04-16T04:25:53.490Z] Trying to acquire lock on [jenkins-edgexfoundry-device-sdk-go-master-149-stack-cost] [2021-04-16T04:25:53.496Z] Removing intermediate container d19603700c3f [2021-04-16T04:25:53.497Z] ---> 54e94093ce7a [2021-04-16T04:25:53.497Z] Step 14/23 : WORKDIR / [2021-04-16T04:25:53.497Z] ---> Running in 0d40b0361b3c [2021-04-16T04:25:53.500Z] Resource [jenkins-edgexfoundry-device-sdk-go-master-149-stack-cost] did not exist. Created. [2021-04-16T04:25:53.500Z] Lock acquired on [jenkins-edgexfoundry-device-sdk-go-master-149-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-04-16T04:25:53.873Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-04-16T04:25:54.057Z] Stashed 1 file(s) [Pipeline] } [2021-04-16T04:25:54.073Z] Lock released on resource [jenkins-edgexfoundry-device-sdk-go-master-149-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-04-16T04:25:54.241Z] Removing intermediate container 0d40b0361b3c [2021-04-16T04:25:54.241Z] ---> e445d3b3bacf [2021-04-16T04:25:54.241Z] Step 15/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/Attribution.txt /Attribution.txt [2021-04-16T04:25:54.531Z] ---> 82db02697508 [2021-04-16T04:25:54.531Z] Step 16/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /device-simple [2021-04-16T04:25:56.030Z] ---> 67000e623909 [2021-04-16T04:25:56.030Z] Step 17/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/ /res [2021-04-16T04:25:56.649Z] ---> 544478b49dec [2021-04-16T04:25:56.649Z] Step 18/23 : EXPOSE 49990 [2021-04-16T04:25:56.649Z] ---> Running in 6486694f460e [2021-04-16T04:25:56.936Z] Removing intermediate container 6486694f460e [2021-04-16T04:25:56.936Z] ---> c1914b9694d7 [2021-04-16T04:25:56.936Z] Step 19/23 : ENTRYPOINT ["/device-simple"] [2021-04-16T04:25:56.936Z] ---> Running in 3541ac1f822a [2021-04-16T04:25:57.596Z] Removing intermediate container 3541ac1f822a [2021-04-16T04:25:57.596Z] ---> 114056c8ee70 [2021-04-16T04:25:57.596Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-16T04:25:57.596Z] ---> Running in 94395885389b [2021-04-16T04:25:58.320Z] Removing intermediate container 94395885389b [2021-04-16T04:25:58.320Z] ---> 6a0069ed83c6 [2021-04-16T04:25:58.320Z] Step 21/23 : LABEL arch=amd64 [2021-04-16T04:25:58.320Z] ---> Running in 86db1be84794 [2021-04-16T04:25:58.692Z] Removing intermediate container 86db1be84794 [2021-04-16T04:25:58.692Z] ---> 77badf7bbf59 [2021-04-16T04:25:58.692Z] Step 22/23 : LABEL git_sha=4afc3732447dbc1bcd63643089443d556eeee277 [2021-04-16T04:25:58.983Z] ---> Running in 58777942d691 [2021-04-16T04:25:59.346Z] Removing intermediate container 58777942d691 [2021-04-16T04:25:59.346Z] ---> 1ba1d0246d99 [2021-04-16T04:25:59.346Z] Step 23/23 : LABEL version=2.0.0-dev.44 [2021-04-16T04:25:59.346Z] ---> Running in f647ecd89c9a [2021-04-16T04:25:59.947Z] Removing intermediate container f647ecd89c9a [2021-04-16T04:25:59.947Z] ---> ec787c0babf9 [2021-04-16T04:25:59.947Z] [Warning] One or more build-args [ARCH MAKE] were not consumed [2021-04-16T04:25:59.947Z] Successfully built ec787c0babf9 [2021-04-16T04:25:59.947Z] 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-16T04:26:00.560Z] ---> job-cost.sh [2021-04-16T04:26:00.560Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-6vKF [2021-04-16T04:26:28.939Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-04-16T04:27:08.693Z] lf-activate-venv(): INFO: Adding /tmp/venv-6vKF/bin to PATH [2021-04-16T04:27:08.693Z] INFO: No Stack... [2021-04-16T04:27:10.202Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-04-16T04:27:10.861Z] INFO: Archiving Costs [Pipeline] sh [2021-04-16T04:27:11.602Z] + cat /w/workspace/device-sdk-go/149/archives/cost.csv [2021-04-16T04:27:11.602Z] + cut -d, -f6 [Pipeline] lock [2021-04-16T04:27:11.984Z] Trying to acquire lock on [jenkins-edgexfoundry-device-sdk-go-master-149-stack-cost] [2021-04-16T04:27:12.000Z] Resource [jenkins-edgexfoundry-device-sdk-go-master-149-stack-cost] did not exist. Created. [2021-04-16T04:27:12.000Z] Lock acquired on [jenkins-edgexfoundry-device-sdk-go-master-149-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-04-16T04:27:12.535Z] /w/workspace/device-sdk-go/149@tmp/durable-a67188c1/script.sh: line 1: unexpected EOF while looking for matching `'' [Pipeline] sh [2021-04-16T04:27:13.127Z] + echo total: 0.029999999329447746 [Pipeline] stash [2021-04-16T04:27:13.157Z] Warning: overwriting stash ‘stack-cost’ [2021-04-16T04:27:13.620Z] Stashed 1 file(s) [Pipeline] } [2021-04-16T04:27:13.635Z] Lock released on resource [jenkins-edgexfoundry-device-sdk-go-master-149-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-16T04:27:14.251Z] provisioning config files... [2021-04-16T04:27:14.263Z] copy managed file [device-sdk-go-codecov-token] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config2989064898442831419tmp [Pipeline] { [Pipeline] sh [2021-04-16T04:27:14.604Z] + set +x [2021-04-16T04:27:14.604Z] + curl -s https://codecov.io/bash [2021-04-16T04:27:14.604Z] + bash -s -- [2021-04-16T04:27:14.867Z] [2021-04-16T04:27:14.867Z] _____ _ [2021-04-16T04:27:14.867Z] / ____| | | [2021-04-16T04:27:14.867Z] | | ___ __| | ___ ___ _____ __ [2021-04-16T04:27:14.867Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-04-16T04:27:14.867Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-04-16T04:27:14.867Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-04-16T04:27:14.867Z] Bash-1.0.1 [2021-04-16T04:27:14.867Z] [2021-04-16T04:27:14.867Z] [2021-04-16T04:27:14.867Z] ==> git version 2.24.3 found [2021-04-16T04:27:14.867Z] ==> 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-16T04:27:14.867Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-04-16T04:27:14.867Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-04-16T04:27:14.867Z] ==> Jenkins CI detected. [2021-04-16T04:27:14.867Z] project root: . [2021-04-16T04:27:14.867Z] --> token set from env [2021-04-16T04:27:14.867Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-04-16T04:27:14.867Z] ==> Running gcov in . (disable via -X gcov) [2021-04-16T04:27:14.867Z] ==> Python coveragepy not found [2021-04-16T04:27:14.867Z] ==> Searching for coverage reports in: [2021-04-16T04:27:14.867Z] + . [2021-04-16T04:27:14.867Z] -> Found 1 reports [2021-04-16T04:27:14.867Z] ==> Detecting git/mercurial file structure [2021-04-16T04:27:14.867Z] ==> Reading reports [2021-04-16T04:27:15.130Z] + ./coverage.out bytes=99931 [2021-04-16T04:27:15.130Z] ==> Appending adjustments [2021-04-16T04:27:15.130Z] https://docs.codecov.io/docs/fixing-reports [2021-04-16T04:27:15.395Z] + Found adjustments [2021-04-16T04:27:15.395Z] ==> Gzipping contents [2021-04-16T04:27:15.395Z] 16K /tmp/codecov.3X8EHW.gz [2021-04-16T04:27:15.395Z] ==> Uploading reports [2021-04-16T04:27:15.395Z] url: https://codecov.io [2021-04-16T04:27:15.395Z] query: branch=master&commit=4afc3732447dbc1bcd63643089443d556eeee277&build=149&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2Fmaster%2F149%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=&job=&cmd_args= [2021-04-16T04:27:15.395Z] -> Pinging Codecov [2021-04-16T04:27:15.395Z] https://codecov.io/upload/v4?package=bash-1.0.1&token=secret&branch=master&commit=4afc3732447dbc1bcd63643089443d556eeee277&build=149&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2Fmaster%2F149%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=&job=&cmd_args= [2021-04-16T04:27:15.973Z] -> Uploading to [2021-04-16T04:27:15.973Z] https://storage.googleapis.com/codecov/v4/raw/2021-04-16/7E55EF52A471D76F132DFD9A03CDDE97/4afc3732447dbc1bcd63643089443d556eeee277/349f5c22-9f85-43ac-8af2-4fd528585dbb.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQM3VGPYSAFECJRMNAFIPCV2R3P2BOORCJC7NM537NPJQSFLHUDNIDWA%2F20210416%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210416T042715Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=58b74cb6b57bdda8e08e6b58a27d1774bb73a7dae3d32750de12d8edd4766601 [2021-04-16T04:27:15.973Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-04-16T04:27:15.973Z] Dload Upload Total Spent Left Speed [2021-04-16T04:27:16.238Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 13520 0 0 100 13520 0 32146 --:--:-- --:--:-- --:--:-- 32190 [2021-04-16T04:27:16.238Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/device-sdk-go/commit/4afc3732447dbc1bcd63643089443d556eeee277 [Pipeline] } [2021-04-16T04:27:16.251Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo [2021-04-16T04:27:16.889Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2021-04-16T04:27:16.906Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-16T04:27:17.214Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-04-16T04:27:17.214Z] [2021-04-16T04:27:17.214Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh [2021-04-16T04:27:17.606Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-04-16T04:27:17.607Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2021-04-16T04:27:17.607Z] 188c0c94c7c5: Pulling fs layer [2021-04-16T04:27:17.607Z] 0ef7d3d256c8: Pulling fs layer [2021-04-16T04:27:17.607Z] de9db76c5a1d: Pulling fs layer [2021-04-16T04:27:17.607Z] 0eba1c9be4d2: Pulling fs layer [2021-04-16T04:27:17.607Z] 0d57e429df01: Pulling fs layer [2021-04-16T04:27:17.607Z] 4e4be7b47b0d: Pulling fs layer [2021-04-16T04:27:17.607Z] e1f770b5df2f: Pulling fs layer [2021-04-16T04:27:17.607Z] 85a0685a4137: Pulling fs layer [2021-04-16T04:27:17.607Z] 0eba1c9be4d2: Waiting [2021-04-16T04:27:17.607Z] 0d57e429df01: Waiting [2021-04-16T04:27:17.607Z] 4e4be7b47b0d: Waiting [2021-04-16T04:27:17.607Z] e1f770b5df2f: Waiting [2021-04-16T04:27:17.607Z] de9db76c5a1d: Download complete [2021-04-16T04:27:17.607Z] 0ef7d3d256c8: Verifying Checksum [2021-04-16T04:27:17.607Z] 0ef7d3d256c8: Download complete [2021-04-16T04:27:17.607Z] 0d57e429df01: Verifying Checksum [2021-04-16T04:27:17.607Z] 0d57e429df01: Download complete [2021-04-16T04:27:17.607Z] 188c0c94c7c5: Verifying Checksum [2021-04-16T04:27:17.607Z] 188c0c94c7c5: Download complete [2021-04-16T04:27:17.607Z] 4e4be7b47b0d: Verifying Checksum [2021-04-16T04:27:17.607Z] 4e4be7b47b0d: Download complete [2021-04-16T04:27:18.239Z] 188c0c94c7c5: Pull complete [2021-04-16T04:27:18.505Z] 0ef7d3d256c8: Pull complete [2021-04-16T04:27:18.505Z] de9db76c5a1d: Pull complete [2021-04-16T04:27:19.084Z] e1f770b5df2f: Verifying Checksum [2021-04-16T04:27:19.084Z] e1f770b5df2f: Download complete [2021-04-16T04:27:21.659Z] 85a0685a4137: Verifying Checksum [2021-04-16T04:27:21.659Z] 85a0685a4137: Download complete [2021-04-16T04:27:21.659Z] 0eba1c9be4d2: Verifying Checksum [2021-04-16T04:27:21.659Z] 0eba1c9be4d2: Download complete [2021-04-16T04:27:27.000Z] 0eba1c9be4d2: Pull complete [2021-04-16T04:27:27.000Z] 0d57e429df01: Pull complete [2021-04-16T04:27:27.000Z] 4e4be7b47b0d: Pull complete [2021-04-16T04:27:28.931Z] e1f770b5df2f: Pull complete [2021-04-16T04:27:37.120Z] 85a0685a4137: Pull complete [2021-04-16T04:27:37.120Z] Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 [2021-04-16T04:27:37.120Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-04-16T04:27:37.120Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer [2021-04-16T04:27:37.325Z] prd-centos7-docker-4c-2g-383 does not seem to be running inside a container [2021-04-16T04:27:37.374Z] $ 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-16T04:27:38.444Z] $ docker top ceef6c799f70a1c04bb4a7286a6b6c926840873337841e0ae74cb784b866db24 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-04-16T04:27:38.631Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh [2021-04-16T04:27:38.927Z] + set -o pipefail [2021-04-16T04:27:38.927Z] + snyk monitor '--org=edgex-jenkins' [2021-04-16T04:27:57.094Z] [2021-04-16T04:27:57.094Z] Monitoring /w/workspace/dgexfoundry_device-sdk-go_master (github.com/edgexfoundry/device-sdk-go/v2)... [2021-04-16T04:27:57.094Z] [2021-04-16T04:27:57.094Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/a91414f5-c324-409e-a494-413a27791127/history/3ae64b49-ba57-44f6-b5b4-1a5186796ce2 [2021-04-16T04:27:57.094Z] [2021-04-16T04:27:57.094Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2021-04-16T04:27:57.094Z] [2021-04-16T04:27:57.094Z] [2021-04-16T04:27:57.094Z] You have reached your monthly limit of 300 private tests for your edgex-jenkins org. [2021-04-16T04:27:57.094Z] To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } [2021-04-16T04:27:57.110Z] $ docker stop --time=1 ceef6c799f70a1c04bb4a7286a6b6c926840873337841e0ae74cb784b866db24 [2021-04-16T04:28:00.068Z] $ docker rm -f ceef6c799f70a1c04bb4a7286a6b6c926840873337841e0ae74cb784b866db24 [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-16T04:28:00.844Z] [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-04-16T04:28:00.864Z] provisioning config files... [2021-04-16T04:28:00.876Z] copy managed file [swaggerhub-api-key] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config2207104938074954676tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-16T04:28:01.199Z] --> edgex-publish-swagger.sh [2021-04-16T04:28:01.199Z] === Publish openapi/v1 API === [2021-04-16T04:28:01.199Z] [publishToSwagger] Publishing the API Docs [openapi/v1] to Swagger [2021-04-16T04:28:01.199Z] [publishToSwagger] Publishing API Name [device-sdk] [/w/workspace/dgexfoundry_device-sdk-go_master/openapi/v1/device-sdk.yaml] [2021-04-16T04:28:01.199Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-04-16T04:28:01.199Z] Dload Upload Total Spent Left Speed [2021-04-16T04:28:02.149Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 19947 0 0 100 19947 0 25355 --:--:-- --:--:-- --:--:-- 25345 100 19947 0 0 100 19947 0 25346 --:--:-- --:--:-- --:--:-- 25345 [2021-04-16T04:28:02.150Z] [2021-04-16T04:28:02.150Z] [2021-04-16T04:28:02.150Z] === Publish openapi/v2 API === [2021-04-16T04:28:02.150Z] [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger [2021-04-16T04:28:02.150Z] [publishToSwagger] Publishing API Name [device-sdk] [/w/workspace/dgexfoundry_device-sdk-go_master/openapi/v2/device-sdk.yaml] [2021-04-16T04:28:02.150Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-04-16T04:28:02.150Z] Dload Upload Total Spent Left Speed [2021-04-16T04:28:02.725Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 51483 0 0 100 51483 0 67357 --:--:-- --:--:-- --:--:-- 67474 [2021-04-16T04:28:02.725Z] [2021-04-16T04:28:02.725Z] [Pipeline] } [2021-04-16T04:28:02.743Z] 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-16T04:28:03.229Z] + git log --format=format:%s -1 4afc3732447dbc1bcd63643089443d556eeee277 [Pipeline] isUnix [Pipeline] sh [2021-04-16T04:28:03.627Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-16T04:28:03.627Z] . [Pipeline] withDockerContainer [2021-04-16T04:28:03.730Z] prd-centos7-docker-4c-2g-383 does not seem to be running inside a container [2021-04-16T04:28:03.782Z] $ 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-16T04:28:04.645Z] $ docker top 07d4b1d76b753e5c31ee852cd8d5e15b9b95711254bb24bae5bd18dc189283ec -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-04-16T04:28:04.866Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-16T04:28:04.866Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-16T04:28:05.135Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-16T04:28:05.139Z] $ docker exec 07d4b1d76b753e5c31ee852cd8d5e15b9b95711254bb24bae5bd18dc189283ec ssh-agent [2021-04-16T04:28:05.320Z] SSH_AUTH_SOCK=/tmp/ssh-DYKBatAKbeCF/agent.12 [2021-04-16T04:28:05.320Z] SSH_AGENT_PID=17 [2021-04-16T04:28:05.328Z] Running ssh-add (command line suppressed) [2021-04-16T04:28:05.464Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_3321669212260303921.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_3321669212260303921.key) [2021-04-16T04:28:05.527Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-16T04:28:05.832Z] + git semver tag [2021-04-16T04:28:05.832Z] # -> Open(): unable to determine branch for HEAD [2021-04-16T04:28:05.832Z] # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git [2021-04-16T04:28:05.832Z] # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master [2021-04-16T04:28:05.832Z] # $SEMVER_REMOTE_NAME = origin [2021-04-16T04:28:05.832Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-04-16T04:28:05.832Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-04-16T04:28:05.832Z] # $SEMVER_BRANCH = master [2021-04-16T04:28:05.832Z] # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver [2021-04-16T04:28:05.832Z] # 4afc3732447dbc1bcd63643089443d556eeee277 HEAD [2021-04-16T04:28:06.097Z] # -> Force: false [2021-04-16T04:28:06.097Z] # d6b2618495051e7068fcf28ab1f8b759846bdc12 refs/tags/v2.0.0-dev.44 [Pipeline] } [2021-04-16T04:28:06.109Z] $ docker exec --env ******** --env ******** 07d4b1d76b753e5c31ee852cd8d5e15b9b95711254bb24bae5bd18dc189283ec ssh-agent -k [2021-04-16T04:28:06.292Z] unset SSH_AUTH_SOCK; [2021-04-16T04:28:06.292Z] unset SSH_AGENT_PID; [2021-04-16T04:28:06.293Z] echo Agent pid 17 killed; [2021-04-16T04:28:06.353Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-04-16T04:28:06.698Z] + git semver [Pipeline] } [2021-04-16T04:28:06.718Z] $ docker stop --time=1 07d4b1d76b753e5c31ee852cd8d5e15b9b95711254bb24bae5bd18dc189283ec [2021-04-16T04:28:08.096Z] $ docker rm -f 07d4b1d76b753e5c31ee852cd8d5e15b9b95711254bb24bae5bd18dc189283ec [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2021-04-16T04:28:08.606Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-04-16T04:28:08.606Z] [2021-04-16T04:28:08.606Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2021-04-16T04:28:08.923Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-04-16T04:28:08.923Z] 0.23.1-centos7: Pulling from edgex-lftools [2021-04-16T04:28:08.923Z] ab5ef0e58194: Pulling fs layer [2021-04-16T04:28:08.923Z] 9712f1f96733: Pulling fs layer [2021-04-16T04:28:08.923Z] 63f879dbbcfc: Pulling fs layer [2021-04-16T04:28:08.923Z] 0d9ebad4ef96: Pulling fs layer [2021-04-16T04:28:08.923Z] e9a5061849ea: Pulling fs layer [2021-04-16T04:28:08.923Z] d747dcd14b5f: Pulling fs layer [2021-04-16T04:28:08.923Z] 2de7ff778b66: Pulling fs layer [2021-04-16T04:28:08.923Z] e9a5061849ea: Waiting [2021-04-16T04:28:08.923Z] d747dcd14b5f: Waiting [2021-04-16T04:28:08.923Z] 2de7ff778b66: Waiting [2021-04-16T04:28:08.923Z] 0d9ebad4ef96: Waiting [2021-04-16T04:28:08.923Z] 9712f1f96733: Verifying Checksum [2021-04-16T04:28:08.923Z] 9712f1f96733: Download complete [2021-04-16T04:28:10.327Z] 63f879dbbcfc: Verifying Checksum [2021-04-16T04:28:10.327Z] 63f879dbbcfc: Download complete [2021-04-16T04:28:10.591Z] e9a5061849ea: Verifying Checksum [2021-04-16T04:28:10.591Z] e9a5061849ea: Download complete [2021-04-16T04:28:10.854Z] d747dcd14b5f: Verifying Checksum [2021-04-16T04:28:10.854Z] d747dcd14b5f: Download complete [2021-04-16T04:28:11.120Z] 0d9ebad4ef96: Verifying Checksum [2021-04-16T04:28:11.120Z] 0d9ebad4ef96: Download complete [2021-04-16T04:28:11.120Z] 2de7ff778b66: Download complete [2021-04-16T04:28:11.120Z] ab5ef0e58194: Verifying Checksum [2021-04-16T04:28:11.120Z] ab5ef0e58194: Download complete [2021-04-16T04:28:16.468Z] ab5ef0e58194: Pull complete [2021-04-16T04:28:16.468Z] 9712f1f96733: Pull complete [2021-04-16T04:28:19.791Z] 63f879dbbcfc: Pull complete [2021-04-16T04:28:25.112Z] 0d9ebad4ef96: Pull complete [2021-04-16T04:28:26.520Z] e9a5061849ea: Pull complete [2021-04-16T04:28:26.520Z] d747dcd14b5f: Pull complete [2021-04-16T04:28:29.841Z] 2de7ff778b66: Pull complete [2021-04-16T04:28:29.841Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2021-04-16T04:28:29.841Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-04-16T04:28:29.841Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2021-04-16T04:28:30.079Z] prd-centos7-docker-4c-2g-383 does not seem to be running inside a container [2021-04-16T04:28:30.127Z] $ 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-16T04:28:34.047Z] $ docker top e5a3c2d55c77a5fd8c6793e78c42f728ff49a6e4baf46f039e7ec14704fdbd9a -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2021-04-16T04:28:34.263Z] provisioning config files... [2021-04-16T04:28:34.274Z] copy managed file [sigul-config] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config4761582783466408420tmp [2021-04-16T04:28:34.290Z] copy managed file [sigul-password] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config2848921795371654181tmp [2021-04-16T04:28:34.305Z] copy managed file [sigul-pki] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config8565988425446128341tmp [Pipeline] { [Pipeline] echo [2021-04-16T04:28:34.326Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-16T04:28:34.624Z] ---> sigul-configuration.sh [2021-04-16T04:28:34.625Z] gpg: directory `/root/.gnupg' created [2021-04-16T04:28:34.625Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2021-04-16T04:28:34.625Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2021-04-16T04:28:34.625Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2021-04-16T04:28:34.625Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2021-04-16T04:28:34.625Z] gpg: CAST5 encrypted data [2021-04-16T04:28:34.889Z] gpg: encrypted with 1 passphrase [2021-04-16T04:28:34.889Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2021-04-16T04:28:35.193Z] + mkdir /home/jenkins [2021-04-16T04:28:35.193Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2021-04-16T04:28:35.491Z] + 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-16T04:28:35.502Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-16T04:28:35.799Z] ---> sigul-install.sh [2021-04-16T04:28:42.405Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2021-04-16T04:28:42.709Z] + git tag --list [2021-04-16T04:28:42.709Z] 0.7.1 [2021-04-16T04:28:42.709Z] delhi-tag [2021-04-16T04:28:42.709Z] v1.0.0 [2021-04-16T04:28:42.709Z] v1.1.0 [2021-04-16T04:28:42.709Z] v1.1.1 [2021-04-16T04:28:42.709Z] v1.1.2 [2021-04-16T04:28:42.709Z] v1.2.0 [2021-04-16T04:28:42.709Z] v1.2.1 [2021-04-16T04:28:42.709Z] v1.2.2 [2021-04-16T04:28:42.709Z] v1.2.3 [2021-04-16T04:28:42.709Z] v1.3.0 [2021-04-16T04:28:42.709Z] v1.4.0 [2021-04-16T04:28:42.709Z] v2.0.0-dev.1 [2021-04-16T04:28:42.709Z] v2.0.0-dev.10 [2021-04-16T04:28:42.709Z] v2.0.0-dev.11 [2021-04-16T04:28:42.709Z] v2.0.0-dev.12 [2021-04-16T04:28:42.709Z] v2.0.0-dev.13 [2021-04-16T04:28:42.709Z] v2.0.0-dev.14 [2021-04-16T04:28:42.709Z] v2.0.0-dev.15 [2021-04-16T04:28:42.709Z] v2.0.0-dev.16 [2021-04-16T04:28:42.709Z] v2.0.0-dev.17 [2021-04-16T04:28:42.709Z] v2.0.0-dev.18 [2021-04-16T04:28:42.709Z] v2.0.0-dev.19 [2021-04-16T04:28:42.709Z] v2.0.0-dev.2 [2021-04-16T04:28:42.709Z] v2.0.0-dev.20 [2021-04-16T04:28:42.709Z] v2.0.0-dev.21 [2021-04-16T04:28:42.709Z] v2.0.0-dev.22 [2021-04-16T04:28:42.709Z] v2.0.0-dev.23 [2021-04-16T04:28:42.709Z] v2.0.0-dev.24 [2021-04-16T04:28:42.709Z] v2.0.0-dev.25 [2021-04-16T04:28:42.709Z] v2.0.0-dev.26 [2021-04-16T04:28:42.709Z] v2.0.0-dev.27 [2021-04-16T04:28:42.709Z] v2.0.0-dev.28 [2021-04-16T04:28:42.709Z] v2.0.0-dev.29 [2021-04-16T04:28:42.709Z] v2.0.0-dev.3 [2021-04-16T04:28:42.709Z] v2.0.0-dev.30 [2021-04-16T04:28:42.709Z] v2.0.0-dev.31 [2021-04-16T04:28:42.709Z] v2.0.0-dev.32 [2021-04-16T04:28:42.709Z] v2.0.0-dev.33 [2021-04-16T04:28:42.709Z] v2.0.0-dev.34 [2021-04-16T04:28:42.709Z] v2.0.0-dev.35 [2021-04-16T04:28:42.709Z] v2.0.0-dev.36 [2021-04-16T04:28:42.709Z] v2.0.0-dev.37 [2021-04-16T04:28:42.709Z] v2.0.0-dev.38 [2021-04-16T04:28:42.709Z] v2.0.0-dev.39 [2021-04-16T04:28:42.709Z] v2.0.0-dev.4 [2021-04-16T04:28:42.709Z] v2.0.0-dev.40 [2021-04-16T04:28:42.709Z] v2.0.0-dev.41 [2021-04-16T04:28:42.709Z] v2.0.0-dev.42 [2021-04-16T04:28:42.709Z] v2.0.0-dev.43 [2021-04-16T04:28:42.709Z] v2.0.0-dev.44 [2021-04-16T04:28:42.709Z] v2.0.0-dev.5 [2021-04-16T04:28:42.709Z] v2.0.0-dev.6 [2021-04-16T04:28:42.709Z] v2.0.0-dev.7 [2021-04-16T04:28:42.709Z] v2.0.0-dev.8 [2021-04-16T04:28:42.709Z] v2.0.0-dev.9 [Pipeline] sh [2021-04-16T04:28:43.011Z] + lftools sign git-tag v2.0.0-dev.44 [2021-04-16T04:28:44.418Z] Signing Git tag with Sigul... [2021-04-16T04:28:44.418Z] Signing v2.0.0-dev.44 [Pipeline] echo [2021-04-16T04:28:45.376Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-16T04:28:45.674Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2021-04-16T04:28:45.684Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2021-04-16T04:28:45.713Z] $ docker stop --time=1 e5a3c2d55c77a5fd8c6793e78c42f728ff49a6e4baf46f039e7ec14704fdbd9a [2021-04-16T04:28:47.894Z] $ docker rm -f e5a3c2d55c77a5fd8c6793e78c42f728ff49a6e4baf46f039e7ec14704fdbd9a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2021-04-16T04:28:48.472Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-16T04:28:48.472Z] . [Pipeline] withDockerContainer [2021-04-16T04:28:48.577Z] prd-centos7-docker-4c-2g-383 does not seem to be running inside a container [2021-04-16T04:28:48.628Z] $ 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-16T04:28:49.449Z] $ docker top 65c75408ade27c54b3e9198e96cfb07f84ea245a8e6973be8c043c18426f3934 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-04-16T04:28:49.654Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-16T04:28:49.654Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-16T04:28:49.903Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-16T04:28:49.906Z] $ docker exec 65c75408ade27c54b3e9198e96cfb07f84ea245a8e6973be8c043c18426f3934 ssh-agent [2021-04-16T04:28:50.101Z] SSH_AUTH_SOCK=/tmp/ssh-OuvANpDMdqQY/agent.13 [2021-04-16T04:28:50.101Z] SSH_AGENT_PID=18 [2021-04-16T04:28:50.110Z] Running ssh-add (command line suppressed) [2021-04-16T04:28:50.247Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_8814018977964566650.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_8814018977964566650.key) [2021-04-16T04:28:50.310Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-16T04:28:50.621Z] + git semver bump pre [2021-04-16T04:28:50.621Z] # -> Open(): unable to determine branch for HEAD [2021-04-16T04:28:50.621Z] # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git [2021-04-16T04:28:50.621Z] # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master [2021-04-16T04:28:50.621Z] # $SEMVER_REMOTE_NAME = origin [2021-04-16T04:28:50.621Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-04-16T04:28:50.621Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-04-16T04:28:50.621Z] # $SEMVER_BRANCH = master [2021-04-16T04:28:50.621Z] # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver [2021-04-16T04:28:50.621Z] 2.0.0-dev.45 [Pipeline] } [2021-04-16T04:28:50.633Z] $ docker exec --env ******** --env ******** 65c75408ade27c54b3e9198e96cfb07f84ea245a8e6973be8c043c18426f3934 ssh-agent -k [2021-04-16T04:28:50.761Z] unset SSH_AUTH_SOCK; [2021-04-16T04:28:50.762Z] unset SSH_AGENT_PID; [2021-04-16T04:28:50.762Z] echo Agent pid 18 killed; [2021-04-16T04:28:50.820Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-04-16T04:28:51.171Z] + git semver [Pipeline] } [2021-04-16T04:28:51.187Z] $ docker stop --time=1 65c75408ade27c54b3e9198e96cfb07f84ea245a8e6973be8c043c18426f3934 [2021-04-16T04:28:52.614Z] $ docker rm -f 65c75408ade27c54b3e9198e96cfb07f84ea245a8e6973be8c043c18426f3934 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2021-04-16T04:28:53.047Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-16T04:28:53.047Z] . [Pipeline] withDockerContainer [2021-04-16T04:28:53.153Z] prd-centos7-docker-4c-2g-383 does not seem to be running inside a container [2021-04-16T04:28:53.196Z] $ 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-16T04:28:53.870Z] $ docker top 9081376018ab52890a42045bf35c9d88a1b0a3408eac6bc58d40e3773ddd4f65 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-04-16T04:28:54.020Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-16T04:28:54.020Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-16T04:28:54.207Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-16T04:28:54.210Z] $ docker exec 9081376018ab52890a42045bf35c9d88a1b0a3408eac6bc58d40e3773ddd4f65 ssh-agent [2021-04-16T04:28:54.397Z] SSH_AUTH_SOCK=/tmp/ssh-ZthIJVcVOHYZ/agent.11 [2021-04-16T04:28:54.397Z] SSH_AGENT_PID=17 [2021-04-16T04:28:54.405Z] Running ssh-add (command line suppressed) [2021-04-16T04:28:54.539Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_7196825258847333331.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_7196825258847333331.key) [2021-04-16T04:28:54.601Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-16T04:28:54.900Z] + git semver push [2021-04-16T04:28:54.900Z] # -> Open(): unable to determine branch for HEAD [2021-04-16T04:28:54.900Z] # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git [2021-04-16T04:28:54.900Z] # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master [2021-04-16T04:28:54.900Z] # $SEMVER_REMOTE_NAME = origin [2021-04-16T04:28:54.900Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-04-16T04:28:54.900Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-04-16T04:28:54.900Z] # $SEMVER_BRANCH = master [2021-04-16T04:28:54.900Z] # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver [Pipeline] } [2021-04-16T04:28:59.133Z] $ docker exec --env ******** --env ******** 9081376018ab52890a42045bf35c9d88a1b0a3408eac6bc58d40e3773ddd4f65 ssh-agent -k [2021-04-16T04:28:59.258Z] unset SSH_AUTH_SOCK; [2021-04-16T04:28:59.258Z] unset SSH_AGENT_PID; [2021-04-16T04:28:59.258Z] echo Agent pid 17 killed; [2021-04-16T04:28:59.321Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-04-16T04:28:59.679Z] + git semver [Pipeline] } [2021-04-16T04:28:59.694Z] $ docker stop --time=1 9081376018ab52890a42045bf35c9d88a1b0a3408eac6bc58d40e3773ddd4f65 [2021-04-16T04:29:01.046Z] $ docker rm -f 9081376018ab52890a42045bf35c9d88a1b0a3408eac6bc58d40e3773ddd4f65 [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-16T04:29:01.900Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-16T04:29:02.473Z] ---> package-listing.sh [2021-04-16T04:29:02.473Z] ++ facter osfamily [2021-04-16T04:29:02.473Z] ++ tr '[:upper:]' '[:lower:]' [2021-04-16T04:29:02.473Z] + OS_FAMILY=redhat [2021-04-16T04:29:02.473Z] + workspace=/w/workspace/dgexfoundry_device-sdk-go_master [2021-04-16T04:29:02.473Z] + START_PACKAGES=/tmp/packages_start.txt [2021-04-16T04:29:02.473Z] + END_PACKAGES=/tmp/packages_end.txt [2021-04-16T04:29:02.473Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-04-16T04:29:02.473Z] + PACKAGES=/tmp/packages_start.txt [2021-04-16T04:29:02.473Z] + '[' /w/workspace/dgexfoundry_device-sdk-go_master ']' [2021-04-16T04:29:02.473Z] + PACKAGES=/tmp/packages_end.txt [2021-04-16T04:29:02.473Z] + case "${OS_FAMILY}" in [2021-04-16T04:29:02.473Z] + rpm -qa [2021-04-16T04:29:02.473Z] + sort [2021-04-16T04:29:07.797Z] + '[' -f /tmp/packages_start.txt ']' [2021-04-16T04:29:07.797Z] + '[' -f /tmp/packages_end.txt ']' [2021-04-16T04:29:07.797Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-04-16T04:29:07.797Z] + '[' /w/workspace/dgexfoundry_device-sdk-go_master ']' [2021-04-16T04:29:07.797Z] + mkdir -p /w/workspace/dgexfoundry_device-sdk-go_master/archives/ [2021-04-16T04:29:07.798Z] + 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-16T04:29:07.812Z] 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-16T04:29:08.111Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-04-16T04:29:08.421Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-16T04:29:08.421Z] [2021-04-16T04:29:08.421Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-04-16T04:29:08.744Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-16T04:29:08.744Z] alpine: Pulling from edgex-lftools-log-publisher [2021-04-16T04:29:08.744Z] df20fa9351a1: Pulling fs layer [2021-04-16T04:29:08.744Z] 36b3adc4ff6f: Pulling fs layer [2021-04-16T04:29:08.744Z] 8ad3a11d3b57: Pulling fs layer [2021-04-16T04:29:08.744Z] 46f8f816bc3b: Pulling fs layer [2021-04-16T04:29:08.744Z] 93b61091891f: Pulling fs layer [2021-04-16T04:29:08.744Z] 93b9cdb0e59b: Pulling fs layer [2021-04-16T04:29:08.744Z] 5e14af77c1be: Pulling fs layer [2021-04-16T04:29:08.744Z] 01666e4c0597: Pulling fs layer [2021-04-16T04:29:08.744Z] aa168da1d23b: Pulling fs layer [2021-04-16T04:29:08.744Z] 93b9cdb0e59b: Waiting [2021-04-16T04:29:08.744Z] 5e14af77c1be: Waiting [2021-04-16T04:29:08.744Z] 01666e4c0597: Waiting [2021-04-16T04:29:08.744Z] aa168da1d23b: Waiting [2021-04-16T04:29:08.744Z] 46f8f816bc3b: Waiting [2021-04-16T04:29:08.744Z] 93b61091891f: Waiting [2021-04-16T04:29:08.744Z] 36b3adc4ff6f: Verifying Checksum [2021-04-16T04:29:08.744Z] 36b3adc4ff6f: Download complete [2021-04-16T04:29:08.744Z] 46f8f816bc3b: Verifying Checksum [2021-04-16T04:29:08.744Z] 46f8f816bc3b: Download complete [2021-04-16T04:29:08.744Z] df20fa9351a1: Verifying Checksum [2021-04-16T04:29:08.744Z] df20fa9351a1: Download complete [2021-04-16T04:29:09.012Z] 93b9cdb0e59b: Verifying Checksum [2021-04-16T04:29:09.012Z] 93b9cdb0e59b: Download complete [2021-04-16T04:29:09.012Z] 5e14af77c1be: Verifying Checksum [2021-04-16T04:29:09.012Z] 5e14af77c1be: Download complete [2021-04-16T04:29:09.012Z] 93b61091891f: Verifying Checksum [2021-04-16T04:29:09.012Z] 93b61091891f: Download complete [2021-04-16T04:29:09.012Z] 01666e4c0597: Verifying Checksum [2021-04-16T04:29:09.012Z] 01666e4c0597: Download complete [2021-04-16T04:29:09.012Z] 8ad3a11d3b57: Verifying Checksum [2021-04-16T04:29:09.012Z] 8ad3a11d3b57: Download complete [2021-04-16T04:29:09.279Z] df20fa9351a1: Pull complete [2021-04-16T04:29:09.546Z] 36b3adc4ff6f: Pull complete [2021-04-16T04:29:10.507Z] 8ad3a11d3b57: Pull complete [2021-04-16T04:29:10.777Z] 46f8f816bc3b: Pull complete [2021-04-16T04:29:11.043Z] aa168da1d23b: Verifying Checksum [2021-04-16T04:29:11.043Z] aa168da1d23b: Download complete [2021-04-16T04:29:11.307Z] 93b61091891f: Pull complete [2021-04-16T04:29:11.570Z] 93b9cdb0e59b: Pull complete [2021-04-16T04:29:11.570Z] 5e14af77c1be: Pull complete [2021-04-16T04:29:11.833Z] 01666e4c0597: Pull complete [2021-04-16T04:29:20.016Z] aa168da1d23b: Pull complete [2021-04-16T04:29:20.016Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-04-16T04:29:20.016Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-16T04:29:20.016Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-04-16T04:29:20.138Z] prd-centos7-docker-4c-2g-383 does not seem to be running inside a container [2021-04-16T04:29:20.188Z] $ 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-16T04:29:23.119Z] $ docker top 93d7256c57c6fc19cfd28f112609225fa0432ed2e6553b5397d4a06e01f6f6cf -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-16T04:29:23.608Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-04-16T04:29:23.908Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-04-16T04:29:24.210Z] + ls /var/log/sa-host [2021-04-16T04:29:24.210Z] + sadf -c /var/log/sa-host/sa16 [2021-04-16T04:29:24.210Z] file_magic: OK [2021-04-16T04:29:24.210Z] HZ: Using current value: 100 [2021-04-16T04:29:24.210Z] file_header: OK [2021-04-16T04:29:24.210Z] 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-16T04:29:24.210Z] Statistics: [2021-04-16T04:29:24.210Z] 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... [2021-04-16T04:29:24.210Z] File successfully converted to sysstat format version 12.2.1 [2021-04-16T04:29:24.210Z] + sadf -c /var/log/sa-host/sa23 [2021-04-16T04:29:24.210Z] file_magic: OK [2021-04-16T04:29:24.210Z] HZ: Using current value: 100 [2021-04-16T04:29:24.210Z] file_header: OK [2021-04-16T04:29:24.210Z] 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-16T04:29:24.210Z] Statistics: [2021-04-16T04:29:24.210Z] Hnuu...uuuununununu... [2021-04-16T04:29:24.210Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-04-16T04:29:24.752Z] provisioning config files... [2021-04-16T04:29:24.767Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config5965524558459661091tmp [Pipeline] { [Pipeline] echo [2021-04-16T04:29:24.790Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-16T04:29:25.085Z] ---> create-netrc.sh [Pipeline] } [2021-04-16T04:29:25.094Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-04-16T04:29:25.120Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-16T04:29:25.419Z] ---> python-tools-install.sh [Pipeline] echo [2021-04-16T04:29:25.431Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-16T04:29:25.727Z] ---> sudo-logs.sh [2021-04-16T04:29:25.727Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-04-16T04:29:25.758Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-16T04:29:26.057Z] ---> job-cost.sh [2021-04-16T04:29:26.057Z] lf-activate-venv: SKIPPING [2021-04-16T04:29:26.057Z] DEBUG: total: 0.029999999329447746 [2021-04-16T04:29:26.057Z] INFO: Retrieving Stack Cost... [2021-04-16T04:29:27.006Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-04-16T04:29:27.583Z] INFO: Archiving Costs [Pipeline] echo [2021-04-16T04:29:27.599Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-16T04:29:27.899Z] ---> logs-deploy.sh [2021-04-16T04:29:27.900Z] lf-activate-venv: SKIPPING [2021-04-16T04:29:27.900Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/master/149 [2021-04-16T04:29:27.900Z] INFO: archiving workspace using pattern(s): [2021-04-16T04:29:29.821Z] Archives upload complete. [2021-04-16T04:29:29.821Z] INFO: archiving logs to Nexus