Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from e437657d2d11e173c1ba87cc59d8d85c228ee6bb 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 aa25fb65c2461e649b1a162fbf19ec71f4863fbd 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 aa25fb65c2461e649b1a162fbf19ec71f4863fbd 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 aa25fb65c2461e649b1a162fbf19ec71f4863fbd (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f aa25fb65c2461e649b1a162fbf19ec71f4863fbd # timeout=10 Commit message: "Merge pull request #336 from ernestojeda/golang-1.16" > 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.16 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine DOCKER_FILE_PATH: example/cmd/device-simple/Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-device-sdk-simple DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: false BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-4379 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 e437657d2d11e173c1ba87cc59d8d85c228ee6bb (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 e437657d2d11e173c1ba87cc59d8d85c228ee6bb # timeout=10 Commit message: "Merge pull request #919 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/go-mod-messaging/v2-2.0.0-dev.14" > git rev-list --no-walk b9ddf41f4f06aaded587d16ed173cde5946a86e3 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-05-11T07:34:18.258Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-05-11T07:34:18.375Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-05-11T07:34:18.403Z] ========================================================= [2021-05-11T07:34:18.403Z] EdgeX Global Pipelines Version Info [2021-05-11T07:34:18.403Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-05-11T07:34:20.046Z] ------------------- [2021-05-11T07:34:20.046Z] stable info: [2021-05-11T07:34:20.046Z] ------------------- [2021-05-11T07:34:20.046Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-05-11T07:34:20.046Z] Commit SHA: aa25fb65c2461e649b1a162fbf19ec71f4863fbd [2021-05-11T07:34:20.046Z] Message: update stable to v1.0.191 [2021-05-11T07:34:21.001Z] ------------------- [2021-05-11T07:34:21.001Z] experimental info: [2021-05-11T07:34:21.001Z] ------------------- [2021-05-11T07:34:21.001Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-05-11T07:34:21.001Z] Commit SHA: 9d0281235b943b7ad605f650702698f9078b2862 [2021-05-11T07:34:21.001Z] Message: update experimental to v1.0.192 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-05-11T07:34:21.128Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-go-settings [Pipeline] echo [2021-05-11T07:34:21.154Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-go [Pipeline] echo [2021-05-11T07:34:21.178Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-05-11T07:34:21.200Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-05-11T07:34:21.224Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-05-11T07:34:21.248Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.16 [Pipeline] echo [2021-05-11T07:34:21.272Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-05-11T07:34:21.325Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [Pipeline] echo [2021-05-11T07:34:21.348Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = example/cmd/device-simple/Dockerfile [Pipeline] echo [2021-05-11T07:34:21.373Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-05-11T07:34:21.396Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-05-11T07:34:21.419Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-sdk-simple [Pipeline] echo [2021-05-11T07:34:21.445Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-05-11T07:34:21.469Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-05-11T07:34:21.493Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-05-11T07:34:21.518Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2021-05-11T07:34:21.542Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2021-05-11T07:34:21.566Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2021-05-11T07:34:21.590Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-05-11T07:34:21.614Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2021-05-11T07:34:21.638Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-05-11T07:34:21.662Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-05-11T07:34:21.685Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2021-05-11T07:34:21.708Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2021-05-11T07:34:21.731Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2021-05-11T07:34:21.755Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-05-11T07:34:21.779Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2021-05-11T07:34:21.837Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2021-05-11T07:34:21.864Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2021-05-11T07:34:21.892Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = e437657d2d11e173c1ba87cc59d8d85c228ee6bb [Pipeline] echo [2021-05-11T07:34:21.928Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = e437657 [Pipeline] echo [2021-05-11T07:34:21.972Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-05-11T07:34:22.062Z] provisioning config files... [2021-05-11T07:34:22.092Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config6754038563487448179tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-05-11T07:34:22.416Z] ---> docker-login.sh [2021-05-11T07:34:22.416Z] nexus3.edgexfoundry.org:10001 [2021-05-11T07:34:22.680Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-11T07:34:22.680Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-11T07:34:22.680Z] Configure a credential helper to remove this warning. See [2021-05-11T07:34:22.680Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-11T07:34:22.680Z] [2021-05-11T07:34:22.680Z] Login Succeeded [2021-05-11T07:34:22.944Z] nexus3.edgexfoundry.org:10002 [2021-05-11T07:34:22.944Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-11T07:34:22.944Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-11T07:34:22.944Z] Configure a credential helper to remove this warning. See [2021-05-11T07:34:22.944Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-11T07:34:22.945Z] [2021-05-11T07:34:22.945Z] Login Succeeded [2021-05-11T07:34:22.945Z] nexus3.edgexfoundry.org:10003 [2021-05-11T07:34:23.207Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-11T07:34:23.207Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-11T07:34:23.207Z] Configure a credential helper to remove this warning. See [2021-05-11T07:34:23.207Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-11T07:34:23.207Z] [2021-05-11T07:34:23.207Z] Login Succeeded [2021-05-11T07:34:23.207Z] nexus3.edgexfoundry.org:10004 [2021-05-11T07:34:23.207Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-11T07:34:23.469Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-11T07:34:23.469Z] Configure a credential helper to remove this warning. See [2021-05-11T07:34:23.469Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-11T07:34:23.469Z] [2021-05-11T07:34:23.469Z] Login Succeeded [2021-05-11T07:34:23.469Z] docker.io [2021-05-11T07:34:23.469Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-11T07:34:24.425Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-11T07:34:24.425Z] Configure a credential helper to remove this warning. See [2021-05-11T07:34:24.425Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-11T07:34:24.425Z] [2021-05-11T07:34:24.425Z] Login Succeeded [2021-05-11T07:34:24.425Z] ---> docker-login.sh ends [Pipeline] } [2021-05-11T07:34:24.435Z] 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-05-11T07:34:24.878Z] + git log --format=format:%s -1 e437657d2d11e173c1ba87cc59d8d85c228ee6bb [Pipeline] echo [2021-05-11T07:34:24.963Z] GIT_COMMIT: e437657d2d11e173c1ba87cc59d8d85c228ee6bb, Commit Message: Merge pull request #919 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/go-mod-messaging/v2-2.0.0-dev.14 [Pipeline] echo [2021-05-11T07:34:24.976Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2021-05-11T07:34:25.535Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-05-11T07:34:25.535Z] [2021-05-11T07:34:25.535Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-05-11T07:34:25.862Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-05-11T07:34:25.862Z] latest: Pulling from edgex-devops/git-semver [2021-05-11T07:34:25.862Z] 31603596830f: Pulling fs layer [2021-05-11T07:34:25.862Z] 54011a49482f: Pulling fs layer [2021-05-11T07:34:25.862Z] a6820b24f6d8: Pulling fs layer [2021-05-11T07:34:25.862Z] f581987b2513: Pulling fs layer [2021-05-11T07:34:25.862Z] f581987b2513: Waiting [2021-05-11T07:34:25.862Z] 54011a49482f: Verifying Checksum [2021-05-11T07:34:25.862Z] 54011a49482f: Download complete [2021-05-11T07:34:25.862Z] 31603596830f: Verifying Checksum [2021-05-11T07:34:25.862Z] 31603596830f: Download complete [2021-05-11T07:34:26.127Z] a6820b24f6d8: Verifying Checksum [2021-05-11T07:34:26.127Z] a6820b24f6d8: Download complete [2021-05-11T07:34:26.127Z] f581987b2513: Verifying Checksum [2021-05-11T07:34:26.127Z] f581987b2513: Download complete [2021-05-11T07:34:26.394Z] 31603596830f: Pull complete [2021-05-11T07:34:26.394Z] 54011a49482f: Pull complete [2021-05-11T07:34:27.354Z] a6820b24f6d8: Pull complete [2021-05-11T07:34:27.619Z] f581987b2513: Pull complete [2021-05-11T07:34:27.619Z] Digest: sha256:772af3cb61214e5a22880db9bb273bb039d0aa3a8f4edfa0c1def8b4e20ea536 [2021-05-11T07:34:27.619Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-05-11T07:34:27.619Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-05-11T07:34:27.728Z] prd-centos7-docker-4c-2g-4379 does not seem to be running inside a container [2021-05-11T07:34:27.784Z] $ 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-05-11T07:34:29.582Z] $ docker top b1f2851fb2643e2dfa80c2d3a4565ce8743dd760128f00af4e32091e01cc816a -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-05-11T07:34:29.732Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-05-11T07:34:29.732Z] [ssh-agent] Looking for ssh-agent implementation... [2021-05-11T07:34:29.964Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-05-11T07:34:29.969Z] $ docker exec b1f2851fb2643e2dfa80c2d3a4565ce8743dd760128f00af4e32091e01cc816a ssh-agent [2021-05-11T07:34:30.153Z] SSH_AUTH_SOCK=/tmp/ssh-MOH7oCHZOyyg/agent.11 [2021-05-11T07:34:30.153Z] SSH_AGENT_PID=17 [2021-05-11T07:34:30.163Z] Running ssh-add (command line suppressed) [2021-05-11T07:34:30.288Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_9193060431720124957.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_9193060431720124957.key) [2021-05-11T07:34:30.340Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-05-11T07:34:30.649Z] + git tag --points-at HEAD [Pipeline] } [2021-05-11T07:34:30.671Z] $ docker exec --env ******** --env ******** b1f2851fb2643e2dfa80c2d3a4565ce8743dd760128f00af4e32091e01cc816a ssh-agent -k [2021-05-11T07:34:30.788Z] unset SSH_AUTH_SOCK; [2021-05-11T07:34:30.789Z] unset SSH_AGENT_PID; [2021-05-11T07:34:30.789Z] echo Agent pid 17 killed; [2021-05-11T07:34:30.855Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-05-11T07:34:30.897Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-05-11T07:34:30.898Z] [ssh-agent] Looking for ssh-agent implementation... [2021-05-11T07:34:31.070Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-05-11T07:34:31.076Z] $ docker exec b1f2851fb2643e2dfa80c2d3a4565ce8743dd760128f00af4e32091e01cc816a ssh-agent [2021-05-11T07:34:31.247Z] SSH_AUTH_SOCK=/tmp/ssh-lYHThPvV7KxB/agent.47 [2021-05-11T07:34:31.247Z] SSH_AGENT_PID=53 [2021-05-11T07:34:31.256Z] Running ssh-add (command line suppressed) [2021-05-11T07:34:31.388Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_535279304153808562.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_535279304153808562.key) [2021-05-11T07:34:31.451Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-05-11T07:34:31.760Z] + git semver init [2021-05-11T07:34:31.760Z] # -> Open(): unable to determine branch for HEAD [2021-05-11T07:34:31.760Z] # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git [2021-05-11T07:34:31.760Z] # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master [2021-05-11T07:34:31.760Z] # $SEMVER_REMOTE_NAME = origin [2021-05-11T07:34:31.760Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-05-11T07:34:31.760Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-05-11T07:34:31.760Z] # $SEMVER_BRANCH = master [2021-05-11T07:34:31.760Z] # $SEMVER_TEMP = /tmp/semver-369635929 [2021-05-11T07:34:31.760Z] # git clone --branch semver git@github.com:edgexfoundry/device-sdk-go.git $SEMVER_TEMP [2021-05-11T07:34:32.726Z] # '/tmp/semver-369635929' -> '/w/workspace/dgexfoundry_device-sdk-go_master/.semver' [2021-05-11T07:34:32.726Z] # -> Force: false [2021-05-11T07:34:32.726Z] # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver [Pipeline] } [2021-05-11T07:34:32.742Z] $ docker exec --env ******** --env ******** b1f2851fb2643e2dfa80c2d3a4565ce8743dd760128f00af4e32091e01cc816a ssh-agent -k [2021-05-11T07:34:32.874Z] unset SSH_AUTH_SOCK; [2021-05-11T07:34:32.874Z] unset SSH_AGENT_PID; [2021-05-11T07:34:32.874Z] echo Agent pid 53 killed; [2021-05-11T07:34:32.919Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-05-11T07:34:33.259Z] + git semver [Pipeline] } [2021-05-11T07:34:33.279Z] $ docker stop --time=1 b1f2851fb2643e2dfa80c2d3a4565ce8743dd760128f00af4e32091e01cc816a [2021-05-11T07:34:35.114Z] $ docker rm -f b1f2851fb2643e2dfa80c2d3a4565ce8743dd760128f00af4e32091e01cc816a [Pipeline] // withDockerContainer [Pipeline] sh [2021-05-11T07:34:35.530Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-05-11T07:34:35.847Z] Stashed 1 file(s) [Pipeline] echo [2021-05-11T07:34:35.850Z] [edgeXSemver]: initialized semver on version 2.0.0-dev.56 [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-05-11T07:34:51.038Z] Still waiting to schedule task [2021-05-11T07:34:51.039Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2021-05-11T07:34:51.041Z] Still waiting to schedule task [2021-05-11T07:34:51.041Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2021-05-11T07:36:10.767Z] Running on prd-centos7-docker-4c-2g-4383 in /w/workspace/dgexfoundry_device-sdk-go_master [Pipeline] { [Pipeline] ws [2021-05-11T07:36:10.788Z] Running in /w/workspace/device-sdk-go/161 [Pipeline] { [Pipeline] checkout [2021-05-11T07:36:13.581Z] using credential edgex-jenkins-ssh [2021-05-11T07:36:13.614Z] Cloning the remote Git repository [2021-05-11T07:36:13.642Z] Cloning repository git@github.com:edgexfoundry/device-sdk-go.git [2021-05-11T07:36:13.732Z] > git init /w/workspace/device-sdk-go/161 # timeout=10 [2021-05-11T07:36:13.795Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2021-05-11T07:36:13.795Z] > git --version # timeout=10 [2021-05-11T07:36:13.802Z] > git --version # 'git version 2.24.3' [2021-05-11T07:36:13.803Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-11T07:36:13.827Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-05-11T07:36:15.074Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2021-05-11T07:36:15.083Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-05-11T07:36:15.097Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2021-05-11T07:36:15.111Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2021-05-11T07:36:15.111Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-11T07:36:15.116Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-05-11T07:36:15.518Z] Checking out Revision e437657d2d11e173c1ba87cc59d8d85c228ee6bb (master) [2021-05-11T07:36:15.526Z] > git config core.sparsecheckout # timeout=10 [2021-05-11T07:36:15.531Z] > git checkout -f e437657d2d11e173c1ba87cc59d8d85c228ee6bb # timeout=10 [2021-05-11T07:36:19.244Z] Commit message: "Merge pull request #919 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/go-mod-messaging/v2-2.0.0-dev.14" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-05-11T07:36:20.201Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-05-11T07:36:20.557Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-05-11T07:36:20.864Z] + sudo service docker restart [2021-05-11T07:36:20.864Z] + true [2021-05-11T07:36:20.864Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-05-11T07:36:21.852Z] provisioning config files... [2021-05-11T07:36:21.882Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/161@tmp/config16352665081197589tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-05-11T07:36:22.243Z] ---> docker-login.sh [2021-05-11T07:36:22.243Z] nexus3.edgexfoundry.org:10001 [2021-05-11T07:36:22.508Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-11T07:36:22.508Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-11T07:36:22.508Z] Configure a credential helper to remove this warning. See [2021-05-11T07:36:22.508Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-11T07:36:22.508Z] [2021-05-11T07:36:22.508Z] Login Succeeded [2021-05-11T07:36:22.508Z] nexus3.edgexfoundry.org:10002 [2021-05-11T07:36:22.773Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-11T07:36:22.773Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-11T07:36:22.773Z] Configure a credential helper to remove this warning. See [2021-05-11T07:36:22.773Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-11T07:36:22.773Z] [2021-05-11T07:36:22.773Z] Login Succeeded [2021-05-11T07:36:22.773Z] nexus3.edgexfoundry.org:10003 [2021-05-11T07:36:23.039Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-11T07:36:23.039Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-11T07:36:23.039Z] Configure a credential helper to remove this warning. See [2021-05-11T07:36:23.039Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-11T07:36:23.039Z] [2021-05-11T07:36:23.039Z] Login Succeeded [2021-05-11T07:36:23.039Z] nexus3.edgexfoundry.org:10004 [2021-05-11T07:36:23.039Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-11T07:36:23.039Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-11T07:36:23.039Z] Configure a credential helper to remove this warning. See [2021-05-11T07:36:23.039Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-11T07:36:23.039Z] [2021-05-11T07:36:23.039Z] Login Succeeded [2021-05-11T07:36:23.039Z] docker.io [2021-05-11T07:36:23.302Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-11T07:36:23.566Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-11T07:36:23.566Z] Configure a credential helper to remove this warning. See [2021-05-11T07:36:23.566Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-11T07:36:23.566Z] [2021-05-11T07:36:23.566Z] Login Succeeded [2021-05-11T07:36:23.566Z] ---> docker-login.sh ends [Pipeline] } [2021-05-11T07:36:23.578Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-05-11T07:36:23.807Z] ========================================================= [2021-05-11T07:36:23.807Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine] [2021-05-11T07:36:23.807Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-05-11T07:36:24.121Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine . [2021-05-11T07:36:24.122Z] Sending build context to Docker daemon 2.542MB [2021-05-11T07:36:24.384Z] Step 1/8 : ARG BASE=golang:1.16-alpine3.12 [2021-05-11T07:36:24.384Z] Step 2/8 : FROM ${BASE} [2021-05-11T07:36:24.384Z] 1.16-alpine: Pulling from edgex-devops/edgex-golang-base [2021-05-11T07:36:24.384Z] 540db60ca938: Pulling fs layer [2021-05-11T07:36:24.384Z] adcc1eea9eea: Pulling fs layer [2021-05-11T07:36:24.384Z] 4c4ab2625f07: Pulling fs layer [2021-05-11T07:36:24.384Z] 0510c868ecb4: Pulling fs layer [2021-05-11T07:36:24.384Z] afea3b2eda06: Pulling fs layer [2021-05-11T07:36:24.384Z] 7809a108b3ef: Pulling fs layer [2021-05-11T07:36:24.384Z] f706445af74f: Pulling fs layer [2021-05-11T07:36:24.384Z] afea3b2eda06: Waiting [2021-05-11T07:36:24.384Z] 7809a108b3ef: Waiting [2021-05-11T07:36:24.384Z] f706445af74f: Waiting [2021-05-11T07:36:24.384Z] 0510c868ecb4: Waiting [2021-05-11T07:36:24.384Z] 4c4ab2625f07: Download complete [2021-05-11T07:36:24.384Z] adcc1eea9eea: Verifying Checksum [2021-05-11T07:36:24.384Z] adcc1eea9eea: Download complete [2021-05-11T07:36:24.384Z] afea3b2eda06: Download complete [2021-05-11T07:36:24.384Z] 7809a108b3ef: Verifying Checksum [2021-05-11T07:36:24.384Z] 7809a108b3ef: Download complete [2021-05-11T07:36:24.384Z] 540db60ca938: Verifying Checksum [2021-05-11T07:36:24.384Z] 540db60ca938: Download complete [2021-05-11T07:36:24.653Z] 540db60ca938: Pull complete [2021-05-11T07:36:24.915Z] adcc1eea9eea: Pull complete [2021-05-11T07:36:24.915Z] 4c4ab2625f07: Pull complete [2021-05-11T07:36:26.322Z] f706445af74f: Verifying Checksum [2021-05-11T07:36:26.322Z] f706445af74f: Download complete [2021-05-11T07:36:26.586Z] 0510c868ecb4: Verifying Checksum [2021-05-11T07:36:26.586Z] 0510c868ecb4: Download complete [2021-05-11T07:36:31.951Z] 0510c868ecb4: Pull complete [2021-05-11T07:36:31.951Z] afea3b2eda06: Pull complete [2021-05-11T07:36:31.951Z] 7809a108b3ef: Pull complete [2021-05-11T07:36:40.122Z] f706445af74f: Pull complete [2021-05-11T07:36:40.122Z] Digest: sha256:3789524f83b4b99ff44900c39f6da7fc44f99660cd9adf292610dec398b137f4 [2021-05-11T07:36:40.122Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [2021-05-11T07:36:40.122Z] ---> b068be0155e3 [2021-05-11T07:36:40.122Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-05-11T07:36:40.386Z] ---> Running in 78aa2a422ed9 [2021-05-11T07:36:40.659Z] Removing intermediate container 78aa2a422ed9 [2021-05-11T07:36:40.659Z] ---> eaaea3d8f850 [2021-05-11T07:36:40.659Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-11T07:36:40.659Z] ---> Running in 3ce4c1e96a65 [2021-05-11T07:36:42.073Z] Removing intermediate container 3ce4c1e96a65 [2021-05-11T07:36:42.073Z] ---> 0bf2a176d1c3 [2021-05-11T07:36:42.073Z] Step 5/8 : RUN apk add --update --no-cache make git gcc libc-dev libsodium-dev zeromq-dev [2021-05-11T07:36:42.073Z] ---> Running in a2017fa6246c [2021-05-11T07:36:42.652Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-05-11T07:36:45.223Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-05-11T07:36:47.143Z] (1/6) Installing libc-dev (0.7.2-r3) [2021-05-11T07:36:47.143Z] (2/6) Installing libsodium (1.0.18-r0) [2021-05-11T07:36:47.405Z] (3/6) Installing pkgconf (1.7.3-r0) [2021-05-11T07:36:47.668Z] (4/6) Installing libsodium-dev (1.0.18-r0) [2021-05-11T07:36:47.668Z] (5/6) Installing libzmq (4.3.3-r1) [2021-05-11T07:36:48.243Z] (6/6) Installing zeromq-dev (4.3.3-r1) [2021-05-11T07:36:48.243Z] Executing busybox-1.32.1-r6.trigger [2021-05-11T07:36:48.243Z] OK: 150 MiB in 46 packages [2021-05-11T07:36:48.820Z] Removing intermediate container a2017fa6246c [2021-05-11T07:36:48.820Z] ---> 67d99f8ac6b5 [2021-05-11T07:36:48.820Z] Step 6/8 : WORKDIR /device-sdk-go [2021-05-11T07:36:48.820Z] ---> Running in 29ad4c8a5867 [2021-05-11T07:36:49.087Z] Removing intermediate container 29ad4c8a5867 [2021-05-11T07:36:49.087Z] ---> d858cfeaa744 [2021-05-11T07:36:49.087Z] Step 7/8 : COPY . . [2021-05-11T07:36:50.490Z] ---> d1fed5b883c5 [2021-05-11T07:36:50.491Z] Step 8/8 : RUN go mod download [2021-05-11T07:36:50.491Z] ---> Running in 191c21548f92 [2021-05-11T07:37:17.145Z] Removing intermediate container 191c21548f92 [2021-05-11T07:37:17.145Z] ---> 0fa9d84d1be1 [2021-05-11T07:37:17.145Z] Successfully built 0fa9d84d1be1 [2021-05-11T07:37:17.145Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-05-11T07:37:17.471Z] + docker inspect -f . ci-base-image-x86_64 [2021-05-11T07:37:17.471Z] . [Pipeline] withDockerContainer [2021-05-11T07:37:17.599Z] prd-centos7-docker-4c-2g-4383 does not seem to be running inside a container [2021-05-11T07:37:17.648Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/161 -v /w/workspace/device-sdk-go/161:/w/workspace/device-sdk-go/161:rw,z -v /w/workspace/device-sdk-go/161@tmp:/w/workspace/device-sdk-go/161@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-05-11T07:37:18.580Z] $ docker top 21c173d7fdc2b8943c32472c3ea218d676e887a23137a03655337e4e1e5f72a0 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-11T07:37:19.019Z] + go version [2021-05-11T07:37:19.020Z] go version go1.16.3 linux/amd64 [Pipeline] } [2021-05-11T07:37:19.035Z] $ docker stop --time=1 21c173d7fdc2b8943c32472c3ea218d676e887a23137a03655337e4e1e5f72a0 [2021-05-11T07:37:20.381Z] $ docker rm -f 21c173d7fdc2b8943c32472c3ea218d676e887a23137a03655337e4e1e5f72a0 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-11T07:37:20.936Z] + docker inspect -f . ci-base-image-x86_64 [2021-05-11T07:37:20.936Z] . [Pipeline] withDockerContainer [2021-05-11T07:37:21.036Z] prd-centos7-docker-4c-2g-4383 does not seem to be running inside a container [2021-05-11T07:37:21.092Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/161 -v /w/workspace/device-sdk-go/161:/w/workspace/device-sdk-go/161:rw,z -v /w/workspace/device-sdk-go/161@tmp:/w/workspace/device-sdk-go/161@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-05-11T07:37:21.702Z] $ docker top 8f25e0a88f730b6ddbdc5dbc3ef4a8424d62c2d8cda9df26838d5ff958a0b09a -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-11T07:37:22.138Z] + go mod tidy [Pipeline] sh [2021-05-11T07:37:23.021Z] + make test [2021-05-11T07:37:23.021Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-05-11T07:37:31.288Z] ? github.com/edgexfoundry/device-sdk-go/v2 [no test files] [2021-05-11T07:37:43.498Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-4384 in /w/workspace/dgexfoundry_device-sdk-go_master [Pipeline] { [Pipeline] ws [2021-05-11T07:37:43.517Z] Running in /w/workspace/device-sdk-go/161 [Pipeline] { [Pipeline] checkout [2021-05-11T07:37:49.172Z] using credential edgex-jenkins-ssh [2021-05-11T07:37:49.193Z] Cloning the remote Git repository [2021-05-11T07:37:49.237Z] Cloning repository git@github.com:edgexfoundry/device-sdk-go.git [2021-05-11T07:37:49.387Z] > git init /w/workspace/device-sdk-go/161 # timeout=10 [2021-05-11T07:37:49.492Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2021-05-11T07:37:49.493Z] > git --version # timeout=10 [2021-05-11T07:37:49.510Z] > git --version # 'git version 2.17.1' [2021-05-11T07:37:49.512Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-11T07:37:49.578Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-05-11T07:37:50.760Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2021-05-11T07:37:50.792Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-05-11T07:37:50.819Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2021-05-11T07:37:50.850Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2021-05-11T07:37:50.851Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-11T07:37:50.862Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-05-11T07:37:51.434Z] Checking out Revision e437657d2d11e173c1ba87cc59d8d85c228ee6bb (master) [2021-05-11T07:37:51.439Z] > git config core.sparsecheckout # timeout=10 [2021-05-11T07:37:51.462Z] > git checkout -f e437657d2d11e173c1ba87cc59d8d85c228ee6bb # timeout=10 [2021-05-11T07:37:55.742Z] Commit message: "Merge pull request #919 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/go-mod-messaging/v2-2.0.0-dev.14" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-05-11T07:37:57.170Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-05-11T07:37:57.598Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-05-11T07:37:57.954Z] + sudo service docker restart [2021-05-11T07:37:57.954Z] + true [2021-05-11T07:37:58.749Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/cmd/device-simple [no test files] [2021-05-11T07:37:58.749Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/config [no test files] [2021-05-11T07:37:58.749Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/driver [no test files] [2021-05-11T07:37:58.749Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/application 0.069s coverage: 25.4% of statements [2021-05-11T07:37:58.749Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/autodiscovery [no test files] [2021-05-11T07:37:58.749Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/autoevent 0.085s coverage: 28.1% of statements [2021-05-11T07:37:58.749Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/cache 0.074s coverage: 78.9% of statements [2021-05-11T07:37:59.334Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/clients 1.068s coverage: 10.7% of statements [2021-05-11T07:37:59.334Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/common [no test files] [2021-05-11T07:37:59.334Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/config [no test files] [2021-05-11T07:37:59.334Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/container [no test files] [2021-05-11T07:37:59.602Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http 0.093s coverage: 30.2% of statements [2021-05-11T07:37:59.602Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http/correlation [no test files] [2021-05-11T07:37:59.602Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/handler [no test files] [2021-05-11T07:37:59.602Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/provision [no test files] [2021-05-11T07:37:59.602Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/telemetry [no test files] [2021-05-11T07:38:00.194Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/transformer 0.112s coverage: 58.4% of statements [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-05-11T07:38:00.638Z] provisioning config files... [2021-05-11T07:38:00.678Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/161@tmp/config2699401998682674739tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-05-11T07:38:01.060Z] ---> docker-login.sh [2021-05-11T07:38:01.060Z] nexus3.edgexfoundry.org:10001 [2021-05-11T07:38:01.142Z] ok github.com/edgexfoundry/device-sdk-go/v2/pkg/models 1.226s coverage: 89.2% of statements [2021-05-11T07:38:01.142Z] ? github.com/edgexfoundry/device-sdk-go/v2/pkg/models/mocks [no test files] [2021-05-11T07:38:01.142Z] ok github.com/edgexfoundry/device-sdk-go/v2/pkg/service 0.058s coverage: 5.0% of statements [2021-05-11T07:38:01.142Z] ? github.com/edgexfoundry/device-sdk-go/v2/pkg/startup [no test files] [2021-05-11T07:38:01.413Z] GO111MODULE=on go vet ./... [2021-05-11T07:38:02.048Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-11T07:38:02.321Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-11T07:38:02.321Z] Configure a credential helper to remove this warning. See [2021-05-11T07:38:02.321Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-11T07:38:02.321Z] [2021-05-11T07:38:02.321Z] Login Succeeded [2021-05-11T07:38:02.321Z] nexus3.edgexfoundry.org:10002 [2021-05-11T07:38:02.596Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-11T07:38:02.870Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-11T07:38:02.870Z] Configure a credential helper to remove this warning. See [2021-05-11T07:38:02.870Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-11T07:38:02.870Z] [2021-05-11T07:38:02.870Z] Login Succeeded [2021-05-11T07:38:02.870Z] nexus3.edgexfoundry.org:10003 [2021-05-11T07:38:03.143Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-11T07:38:03.416Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-11T07:38:03.416Z] Configure a credential helper to remove this warning. See [2021-05-11T07:38:03.416Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-11T07:38:03.416Z] [2021-05-11T07:38:03.416Z] Login Succeeded [2021-05-11T07:38:03.416Z] nexus3.edgexfoundry.org:10004 [2021-05-11T07:38:03.689Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-11T07:38:03.966Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-11T07:38:03.966Z] Configure a credential helper to remove this warning. See [2021-05-11T07:38:03.966Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-11T07:38:03.966Z] [2021-05-11T07:38:03.966Z] Login Succeeded [2021-05-11T07:38:03.966Z] docker.io [2021-05-11T07:38:04.239Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-11T07:38:04.846Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-11T07:38:04.846Z] Configure a credential helper to remove this warning. See [2021-05-11T07:38:04.846Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-11T07:38:04.846Z] [2021-05-11T07:38:04.846Z] Login Succeeded [2021-05-11T07:38:04.846Z] ---> docker-login.sh ends [Pipeline] } [2021-05-11T07:38:04.862Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-05-11T07:38:05.159Z] ========================================================= [2021-05-11T07:38:05.159Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine] [2021-05-11T07:38:05.159Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-05-11T07:38:05.553Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine . [2021-05-11T07:38:05.828Z] Sending build context to Docker daemon 2.541MB [2021-05-11T07:38:06.100Z] Step 1/8 : ARG BASE=golang:1.16-alpine3.12 [2021-05-11T07:38:06.100Z] Step 2/8 : FROM ${BASE} [2021-05-11T07:38:06.100Z] 1.16-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-05-11T07:38:06.100Z] 595b0fe564bb: Pulling fs layer [2021-05-11T07:38:06.100Z] 7186ed65a4f7: Pulling fs layer [2021-05-11T07:38:06.100Z] 316046926c0a: Pulling fs layer [2021-05-11T07:38:06.100Z] 4ebd0625c992: Pulling fs layer [2021-05-11T07:38:06.100Z] 207e8628e3a3: Pulling fs layer [2021-05-11T07:38:06.100Z] c791037a9be2: Pulling fs layer [2021-05-11T07:38:06.100Z] ffd874e62e21: Pulling fs layer [2021-05-11T07:38:06.100Z] 207e8628e3a3: Waiting [2021-05-11T07:38:06.100Z] c791037a9be2: Waiting [2021-05-11T07:38:06.100Z] ffd874e62e21: Waiting [2021-05-11T07:38:06.100Z] 4ebd0625c992: Waiting [2021-05-11T07:38:06.100Z] 316046926c0a: Verifying Checksum [2021-05-11T07:38:06.100Z] 316046926c0a: Download complete [2021-05-11T07:38:06.100Z] 7186ed65a4f7: Verifying Checksum [2021-05-11T07:38:06.100Z] 7186ed65a4f7: Download complete [2021-05-11T07:38:06.100Z] 207e8628e3a3: Download complete [2021-05-11T07:38:06.100Z] c791037a9be2: Verifying Checksum [2021-05-11T07:38:06.100Z] c791037a9be2: Download complete [2021-05-11T07:38:06.381Z] 595b0fe564bb: Verifying Checksum [2021-05-11T07:38:06.983Z] 595b0fe564bb: Pull complete [2021-05-11T07:38:07.589Z] 7186ed65a4f7: Pull complete [2021-05-11T07:38:07.862Z] 316046926c0a: Pull complete [2021-05-11T07:38:08.836Z] ffd874e62e21: Verifying Checksum [2021-05-11T07:38:08.836Z] ffd874e62e21: Download complete [2021-05-11T07:38:09.829Z] 4ebd0625c992: Verifying Checksum [2021-05-11T07:38:09.829Z] 4ebd0625c992: Download complete [2021-05-11T07:38:19.976Z] 4ebd0625c992: Pull complete [2021-05-11T07:38:19.976Z] 207e8628e3a3: Pull complete [2021-05-11T07:38:19.976Z] c791037a9be2: Pull complete [2021-05-11T07:38:23.357Z] ffd874e62e21: Pull complete [2021-05-11T07:38:23.357Z] Digest: sha256:fad7b58e697bd06bcf362d803a3263ca5ec03b905aa8665231fe3262941fe3e0 [2021-05-11T07:38:23.357Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine [2021-05-11T07:38:23.357Z] ---> cfc18b08335c [2021-05-11T07:38:23.357Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-05-11T07:38:23.543Z] gofmt -l . [2021-05-11T07:38:23.543Z] [ "`gofmt -l .`" = "" ] [2021-05-11T07:38:23.543Z] ./bin/test-attribution-txt.sh [2021-05-11T07:38:23.543Z] ./bin/test-go-mod-tidy.sh [Pipeline] } [2021-05-11T07:38:23.561Z] $ docker stop --time=1 8f25e0a88f730b6ddbdc5dbc3ef4a8424d62c2d8cda9df26838d5ff958a0b09a [2021-05-11T07:38:25.268Z] $ docker rm -f 8f25e0a88f730b6ddbdc5dbc3ef4a8424d62c2d8cda9df26838d5ff958a0b09a [Pipeline] // withDockerContainer [Pipeline] sh [2021-05-11T07:38:25.953Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-05-11T07:38:26.019Z] ---> Running in 82ccea31045c [2021-05-11T07:38:26.294Z] Removing intermediate container 82ccea31045c [2021-05-11T07:38:26.294Z] ---> d2fe9b4bd21d [2021-05-11T07:38:26.294Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-11T07:38:26.364Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [2021-05-11T07:38:26.567Z] ---> Running in 813e41d9ab90 [Pipeline] sh [2021-05-11T07:38:28.826Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-05-11T07:38:29.137Z] + ls -al . [2021-05-11T07:38:29.137Z] total 212 [2021-05-11T07:38:29.137Z] drwxrwxr-x. 10 jenkins jenkins 4096 May 11 07:38 . [2021-05-11T07:38:29.137Z] drwxrwxr-x. 4 jenkins jenkins 32 May 11 07:36 .. [2021-05-11T07:38:29.137Z] drwxrwxr-x. 2 jenkins jenkins 64 May 11 07:36 bin [2021-05-11T07:38:29.137Z] -rw-r--r--. 1 jenkins jenkins 124140 May 11 07:38 coverage.out [2021-05-11T07:38:29.137Z] -rw-rw-r--. 1 jenkins jenkins 987 May 11 07:36 Dockerfile.build [2021-05-11T07:38:29.137Z] -rw-rw-r--. 1 jenkins jenkins 140 May 11 07:36 .dockerignore [2021-05-11T07:38:29.137Z] drwxrwxr-x. 5 jenkins jenkins 62 May 11 07:36 example [2021-05-11T07:38:29.137Z] drwxrwxr-x. 8 jenkins jenkins 162 May 11 07:36 .git [2021-05-11T07:38:29.137Z] drwxrwxr-x. 2 jenkins jenkins 103 May 11 07:36 .github [2021-05-11T07:38:29.137Z] -rw-rw-r--. 1 jenkins jenkins 138 May 11 07:36 .gitignore [2021-05-11T07:38:29.137Z] -rw-r--r--. 1 jenkins jenkins 575 May 11 07:38 go.mod [2021-05-11T07:38:29.137Z] -rw-r--r--. 1 jenkins jenkins 20848 May 11 07:37 go.sum [2021-05-11T07:38:29.137Z] drwxrwxr-x. 15 jenkins jenkins 222 May 11 07:36 internal [2021-05-11T07:38:29.137Z] -rw-rw-r--. 1 jenkins jenkins 901 May 11 07:36 Jenkinsfile [2021-05-11T07:38:29.137Z] -rw-rw-r--. 1 jenkins jenkins 11341 May 11 07:36 LICENSE [2021-05-11T07:38:29.137Z] -rw-rw-r--. 1 jenkins jenkins 1000 May 11 07:36 Makefile [2021-05-11T07:38:29.137Z] drwxrwxr-x. 4 jenkins jenkins 26 May 11 07:36 openapi [2021-05-11T07:38:29.137Z] drwxrwxr-x. 5 jenkins jenkins 50 May 11 07:36 pkg [2021-05-11T07:38:29.137Z] -rw-rw-r--. 1 jenkins jenkins 7652 May 11 07:36 README.md [2021-05-11T07:38:29.137Z] -rw-rw-r--. 1 jenkins jenkins 6616 May 11 07:36 RELEASE-NOTES.txt [2021-05-11T07:38:29.137Z] drwxrwxr-x. 4 jenkins jenkins 54 May 11 07:36 snap [2021-05-11T07:38:29.137Z] -rw-rw-r--. 1 jenkins jenkins 12 May 11 07:34 VERSION [2021-05-11T07:38:29.137Z] -rw-rw-r--. 1 jenkins jenkins 222 May 11 07:36 version.go [Pipeline] isUnix [Pipeline] sh [2021-05-11T07:38:29.223Z] Removing intermediate container 813e41d9ab90 [2021-05-11T07:38:29.223Z] ---> 51fa37a245c4 [2021-05-11T07:38:29.223Z] Step 5/8 : RUN apk add --update --no-cache make git gcc libc-dev libsodium-dev zeromq-dev [2021-05-11T07:38:29.223Z] ---> Running in 0d7171388cc8 [2021-05-11T07:38:29.459Z] + 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=e437657d2d11e173c1ba87cc59d8d85c228ee6bb --label arch=amd64 --label version=2.0.0-dev.56 . [2021-05-11T07:38:29.723Z] Sending build context to Docker daemon 2.667MB [2021-05-11T07:38:29.723Z] Step 1/23 : ARG BASE=golang:1.16-alpine3.12 [2021-05-11T07:38:29.723Z] Step 2/23 : FROM ${BASE} AS builder [2021-05-11T07:38:29.723Z] ---> 0fa9d84d1be1 [2021-05-11T07:38:29.723Z] Step 3/23 : WORKDIR /device-sdk-go [2021-05-11T07:38:30.206Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-05-11T07:38:30.297Z] ---> Running in 28556845a44a [2021-05-11T07:38:30.559Z] Removing intermediate container 28556845a44a [2021-05-11T07:38:30.559Z] ---> 0d79da782014 [2021-05-11T07:38:30.559Z] Step 4/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-05-11T07:38:30.559Z] ---> Running in 9ccaf5dd3804 [2021-05-11T07:38:30.826Z] Removing intermediate container 9ccaf5dd3804 [2021-05-11T07:38:30.826Z] ---> 58f921faab74 [2021-05-11T07:38:30.826Z] Step 5/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-11T07:38:30.826Z] ---> Running in 773284b0427a [2021-05-11T07:38:31.775Z] Removing intermediate container 773284b0427a [2021-05-11T07:38:31.775Z] ---> 77ade3c33e02 [2021-05-11T07:38:31.775Z] Step 6/23 : RUN apk add --update --no-cache make git gcc libc-dev zeromq-dev libsodium-dev [2021-05-11T07:38:31.775Z] ---> Running in bf9d2db9c6fc [2021-05-11T07:38:32.174Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-05-11T07:38:32.356Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-05-11T07:38:33.156Z] (1/6) Installing libc-dev (0.7.2-r3) [2021-05-11T07:38:33.156Z] (2/6) Installing libsodium (1.0.18-r0) [2021-05-11T07:38:33.427Z] (3/6) Installing pkgconf (1.7.3-r0) [2021-05-11T07:38:33.701Z] (4/6) Installing libsodium-dev (1.0.18-r0) [2021-05-11T07:38:33.701Z] (5/6) Installing libzmq (4.3.3-r1) [2021-05-11T07:38:33.976Z] (6/6) Installing zeromq-dev (4.3.3-r1) [2021-05-11T07:38:34.250Z] Executing busybox-1.32.1-r6.trigger [2021-05-11T07:38:34.250Z] OK: 139 MiB in 46 packages [2021-05-11T07:38:34.300Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-05-11T07:38:35.253Z] OK: 150 MiB in 46 packages [2021-05-11T07:38:35.708Z] Removing intermediate container 0d7171388cc8 [2021-05-11T07:38:35.708Z] ---> fec85e3c751d [2021-05-11T07:38:35.708Z] Step 6/8 : WORKDIR /device-sdk-go [2021-05-11T07:38:35.836Z] Removing intermediate container bf9d2db9c6fc [2021-05-11T07:38:35.837Z] ---> b31ff2ffd4b1 [2021-05-11T07:38:35.837Z] Step 7/23 : COPY . . [2021-05-11T07:38:35.980Z] ---> Running in 89ad53d34c4f [2021-05-11T07:38:36.255Z] Removing intermediate container 89ad53d34c4f [2021-05-11T07:38:36.255Z] ---> c11931fd936c [2021-05-11T07:38:36.255Z] Step 7/8 : COPY . . [2021-05-11T07:38:36.791Z] ---> 360908cc57f0 [2021-05-11T07:38:36.791Z] Step 8/23 : RUN go mod download [2021-05-11T07:38:36.791Z] ---> Running in b90127c16449 [2021-05-11T07:38:37.684Z] ---> 74d7117bd66f [2021-05-11T07:38:37.684Z] Step 8/8 : RUN go mod download [2021-05-11T07:38:37.956Z] ---> Running in e42d1697fd1b [2021-05-11T07:38:38.196Z] Removing intermediate container b90127c16449 [2021-05-11T07:38:38.196Z] ---> 645ddb752155 [2021-05-11T07:38:38.196Z] Step 9/23 : RUN make build [2021-05-11T07:38:38.196Z] ---> Running in 498346e01d96 [2021-05-11T07:38:38.468Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-sdk-go/v2.Version=2.0.0-dev.56" -o example/cmd/device-simple/device-simple ./example/cmd/device-simple [2021-05-11T07:38:50.881Z] CGO_ENABLED=1 GO111MODULE=on go install -tags=safe [2021-05-11T07:38:51.146Z] Removing intermediate container 498346e01d96 [2021-05-11T07:38:51.146Z] ---> 23a64909dbc2 [2021-05-11T07:38:51.146Z] Step 10/23 : FROM alpine:3.12 [2021-05-11T07:38:51.724Z] 3.12: Pulling from library/alpine [2021-05-11T07:38:51.724Z] 339de151aab4: Pulling fs layer [2021-05-11T07:38:51.988Z] 339de151aab4: Verifying Checksum [2021-05-11T07:38:51.988Z] 339de151aab4: Download complete [2021-05-11T07:38:51.988Z] 339de151aab4: Pull complete [2021-05-11T07:38:52.251Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-05-11T07:38:52.251Z] Status: Downloaded newer image for alpine:3.12 [2021-05-11T07:38:52.251Z] ---> 13621d1b12d4 [2021-05-11T07:38:52.251Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-05-11T07:38:52.251Z] ---> Running in b3ee380849a2 [2021-05-11T07:38:52.519Z] Removing intermediate container b3ee380849a2 [2021-05-11T07:38:52.519Z] ---> 2cf6fe46bced [2021-05-11T07:38:52.519Z] Step 12/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-11T07:38:52.519Z] ---> Running in decf3b3739cb [2021-05-11T07:38:53.487Z] Removing intermediate container decf3b3739cb [2021-05-11T07:38:53.487Z] ---> ba7ed83d3b79 [2021-05-11T07:38:53.487Z] Step 13/23 : RUN apk add --update --no-cache zeromq [2021-05-11T07:38:53.487Z] ---> Running in aeca478b4d26 [2021-05-11T07:38:54.072Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-05-11T07:38:55.467Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-05-11T07:38:56.417Z] (1/5) Installing libgcc (9.3.0-r2) [2021-05-11T07:38:56.680Z] (2/5) Installing libsodium (1.0.18-r0) [2021-05-11T07:38:56.942Z] (3/5) Installing libstdc++ (9.3.0-r2) [2021-05-11T07:38:57.888Z] (4/5) Installing libzmq (4.3.3-r0) [2021-05-11T07:38:58.154Z] (5/5) Installing zeromq (4.3.3-r0) [2021-05-11T07:38:58.154Z] Executing busybox-1.31.1-r20.trigger [2021-05-11T07:38:58.154Z] OK: 8 MiB in 19 packages [2021-05-11T07:38:58.729Z] Removing intermediate container aeca478b4d26 [2021-05-11T07:38:58.730Z] ---> dce13f13088c [2021-05-11T07:38:58.730Z] Step 14/23 : WORKDIR / [2021-05-11T07:38:59.004Z] ---> Running in 097744f161d8 [2021-05-11T07:38:59.004Z] Removing intermediate container 097744f161d8 [2021-05-11T07:38:59.004Z] ---> da1f56ed9efa [2021-05-11T07:38:59.004Z] Step 15/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/Attribution.txt /Attribution.txt [2021-05-11T07:38:59.267Z] ---> c4cec33a280b [2021-05-11T07:38:59.268Z] Step 16/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /device-simple [2021-05-11T07:38:59.848Z] ---> 05dd50b38e4b [2021-05-11T07:38:59.848Z] Step 17/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/ /res [2021-05-11T07:39:00.110Z] ---> 5a1c4d691cbf [2021-05-11T07:39:00.110Z] Step 18/23 : EXPOSE 49990 [2021-05-11T07:39:00.372Z] ---> Running in 28edd5aed087 [2021-05-11T07:39:00.372Z] Removing intermediate container 28edd5aed087 [2021-05-11T07:39:00.372Z] ---> 24563302767f [2021-05-11T07:39:00.372Z] Step 19/23 : ENTRYPOINT ["/device-simple"] [2021-05-11T07:39:00.372Z] ---> Running in b539d3b1f85f [2021-05-11T07:39:00.635Z] Removing intermediate container b539d3b1f85f [2021-05-11T07:39:00.635Z] ---> ec94d6f2d777 [2021-05-11T07:39:00.635Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-11T07:39:00.635Z] ---> Running in 32dd09c19b8d [2021-05-11T07:39:00.904Z] Removing intermediate container 32dd09c19b8d [2021-05-11T07:39:00.904Z] ---> 41430be02da9 [2021-05-11T07:39:00.904Z] Step 21/23 : LABEL arch=amd64 [2021-05-11T07:39:00.904Z] ---> Running in bba9c6665a8b [2021-05-11T07:39:01.167Z] Removing intermediate container bba9c6665a8b [2021-05-11T07:39:01.167Z] ---> 8cb94dae1ceb [2021-05-11T07:39:01.167Z] Step 22/23 : LABEL git_sha=e437657d2d11e173c1ba87cc59d8d85c228ee6bb [2021-05-11T07:39:01.167Z] ---> Running in 514ab57be10f [2021-05-11T07:39:01.433Z] Removing intermediate container 514ab57be10f [2021-05-11T07:39:01.433Z] ---> 35f690a95b33 [2021-05-11T07:39:01.433Z] Step 23/23 : LABEL version=2.0.0-dev.56 [2021-05-11T07:39:01.433Z] ---> Running in 1a3fcc5101d6 [2021-05-11T07:39:01.433Z] Removing intermediate container 1a3fcc5101d6 [2021-05-11T07:39:01.433Z] ---> 4a209c85e8aa [2021-05-11T07:39:01.433Z] [Warning] One or more build-args [MAKE ARCH] were not consumed [2021-05-11T07:39:01.433Z] Successfully built 4a209c85e8aa [2021-05-11T07:39:01.696Z] 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-05-11T07:39:02.369Z] ---> job-cost.sh [2021-05-11T07:39:02.369Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-HJP4 [2021-05-11T07:39:04.752Z] Removing intermediate container e42d1697fd1b [2021-05-11T07:39:04.752Z] ---> d1e482d8f608 [2021-05-11T07:39:04.752Z] Successfully built d1e482d8f608 [2021-05-11T07:39:04.752Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-05-11T07:39:05.101Z] + docker inspect -f . ci-base-image-arm64 [2021-05-11T07:39:05.101Z] . [Pipeline] withDockerContainer [2021-05-11T07:39:05.373Z] prd-ubuntu18.04-docker-arm64-4c-16g-4384 does not seem to be running inside a container [2021-05-11T07:39:05.450Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/161 -v /w/workspace/device-sdk-go/161:/w/workspace/device-sdk-go/161:rw,z -v /w/workspace/device-sdk-go/161@tmp:/w/workspace/device-sdk-go/161@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-05-11T07:39:06.861Z] $ docker top 2e9a3c425d6d25524b231cd0f9e3ee2e646a4cdab6c6811ed243bc077ae641ea -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-11T07:39:08.613Z] + go version [2021-05-11T07:39:08.613Z] go version go1.16.3 linux/arm64 [Pipeline] } [2021-05-11T07:39:08.627Z] $ docker stop --time=1 2e9a3c425d6d25524b231cd0f9e3ee2e646a4cdab6c6811ed243bc077ae641ea [2021-05-11T07:39:10.485Z] $ docker rm -f 2e9a3c425d6d25524b231cd0f9e3ee2e646a4cdab6c6811ed243bc077ae641ea [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-11T07:39:11.168Z] + docker inspect -f . ci-base-image-arm64 [2021-05-11T07:39:11.168Z] . [Pipeline] withDockerContainer [2021-05-11T07:39:11.429Z] prd-ubuntu18.04-docker-arm64-4c-16g-4384 does not seem to be running inside a container [2021-05-11T07:39:11.504Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/161 -v /w/workspace/device-sdk-go/161:/w/workspace/device-sdk-go/161:rw,z -v /w/workspace/device-sdk-go/161@tmp:/w/workspace/device-sdk-go/161@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-05-11T07:39:12.984Z] $ docker top c1ba2eaf99a33e447b5463f0041593d98f22ca345da2517a4a6bf64882c9b55e -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-11T07:39:13.958Z] + go mod tidy [Pipeline] sh [2021-05-11T07:39:15.220Z] + make test [2021-05-11T07:39:15.220Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-05-11T07:39:18.246Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-05-11T07:39:37.413Z] ? github.com/edgexfoundry/device-sdk-go/v2 [no test files] [2021-05-11T07:39:44.886Z] lf-activate-venv(): INFO: Adding /tmp/venv-HJP4/bin to PATH [2021-05-11T07:39:44.886Z] INFO: No Stack... [2021-05-11T07:39:45.831Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-05-11T07:39:46.406Z] INFO: Archiving Costs [Pipeline] sh [2021-05-11T07:39:46.714Z] + cat /w/workspace/device-sdk-go/161/archives/cost.csv [2021-05-11T07:39:46.714Z] + cut -d, -f6 [Pipeline] lock [2021-05-11T07:39:46.799Z] Trying to acquire lock on [jenkins-edgexfoundry-device-sdk-go-master-161-stack-cost] [2021-05-11T07:39:46.810Z] Resource [jenkins-edgexfoundry-device-sdk-go-master-161-stack-cost] did not exist. Created. [2021-05-11T07:39:46.810Z] Lock acquired on [jenkins-edgexfoundry-device-sdk-go-master-161-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-05-11T07:39:47.137Z] + echo total: 0.029999999329447746 [Pipeline] stash [2021-05-11T07:39:47.266Z] Stashed 1 file(s) [Pipeline] } [2021-05-11T07:39:47.280Z] Lock released on resource [jenkins-edgexfoundry-device-sdk-go-master-161-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-05-11T07:40:45.479Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/cmd/device-simple [no test files] [2021-05-11T07:40:45.479Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/config [no test files] [2021-05-11T07:40:45.479Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/driver [no test files] [2021-05-11T07:40:52.236Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/application 0.221s coverage: 25.4% of statements [2021-05-11T07:40:52.236Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/autodiscovery [no test files] [2021-05-11T07:40:52.236Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/autoevent 0.144s coverage: 28.1% of statements [2021-05-11T07:40:52.236Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/cache 0.170s coverage: 78.9% of statements [2021-05-11T07:40:52.236Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/clients 1.188s coverage: 10.7% of statements [2021-05-11T07:40:52.236Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/common [no test files] [2021-05-11T07:40:52.236Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/config [no test files] [2021-05-11T07:40:52.236Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/container [no test files] [2021-05-11T07:40:54.875Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http 0.219s coverage: 30.2% of statements [2021-05-11T07:40:54.875Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http/correlation [no test files] [2021-05-11T07:40:54.875Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/handler [no test files] [2021-05-11T07:40:54.875Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/provision [no test files] [2021-05-11T07:40:54.875Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/telemetry [no test files] [2021-05-11T07:40:55.150Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/transformer 0.379s coverage: 58.4% of statements [2021-05-11T07:40:57.780Z] ok github.com/edgexfoundry/device-sdk-go/v2/pkg/models 3.200s coverage: 89.2% of statements [2021-05-11T07:40:57.780Z] ? github.com/edgexfoundry/device-sdk-go/v2/pkg/models/mocks [no test files] [2021-05-11T07:40:57.780Z] ok github.com/edgexfoundry/device-sdk-go/v2/pkg/service 0.140s coverage: 5.0% of statements [2021-05-11T07:40:57.780Z] ? github.com/edgexfoundry/device-sdk-go/v2/pkg/startup [no test files] [2021-05-11T07:40:58.054Z] GO111MODULE=on go vet ./... [2021-05-11T07:41:54.627Z] gofmt -l . [2021-05-11T07:41:54.627Z] [ "`gofmt -l .`" = "" ] [2021-05-11T07:41:54.627Z] ./bin/test-attribution-txt.sh [2021-05-11T07:41:54.627Z] ./bin/test-go-mod-tidy.sh [Pipeline] } [2021-05-11T07:41:54.637Z] $ docker stop --time=1 c1ba2eaf99a33e447b5463f0041593d98f22ca345da2517a4a6bf64882c9b55e [2021-05-11T07:41:56.763Z] $ docker rm -f c1ba2eaf99a33e447b5463f0041593d98f22ca345da2517a4a6bf64882c9b55e [Pipeline] // withDockerContainer [Pipeline] sh [2021-05-11T07:41:57.831Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-05-11T07:41:57.864Z] Warning: overwriting stash ‘coverage-report’ [2021-05-11T07:41:59.018Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-05-11T07:41:59.467Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-05-11T07:41:59.829Z] + ls -al . [2021-05-11T07:41:59.830Z] total 248 [2021-05-11T07:41:59.830Z] drwxrwxr-x 10 jenkins jenkins 4096 May 11 07:41 . [2021-05-11T07:41:59.830Z] drwxrwxr-x 4 jenkins jenkins 4096 May 11 07:37 .. [2021-05-11T07:41:59.830Z] -rw-rw-r-- 1 jenkins jenkins 140 May 11 07:37 .dockerignore [2021-05-11T07:41:59.830Z] drwxrwxr-x 8 jenkins jenkins 4096 May 11 07:37 .git [2021-05-11T07:41:59.830Z] drwxrwxr-x 2 jenkins jenkins 4096 May 11 07:37 .github [2021-05-11T07:41:59.830Z] -rw-rw-r-- 1 jenkins jenkins 138 May 11 07:37 .gitignore [2021-05-11T07:41:59.830Z] -rw-rw-r-- 1 jenkins jenkins 987 May 11 07:37 Dockerfile.build [2021-05-11T07:41:59.830Z] -rw-rw-r-- 1 jenkins jenkins 901 May 11 07:37 Jenkinsfile [2021-05-11T07:41:59.830Z] -rw-rw-r-- 1 jenkins jenkins 11341 May 11 07:37 LICENSE [2021-05-11T07:41:59.830Z] -rw-rw-r-- 1 jenkins jenkins 1000 May 11 07:37 Makefile [2021-05-11T07:41:59.830Z] -rw-rw-r-- 1 jenkins jenkins 7652 May 11 07:37 README.md [2021-05-11T07:41:59.830Z] -rw-rw-r-- 1 jenkins jenkins 6616 May 11 07:37 RELEASE-NOTES.txt [2021-05-11T07:41:59.830Z] -rw-rw-r-- 1 jenkins jenkins 12 May 11 07:34 VERSION [2021-05-11T07:41:59.830Z] drwxrwxr-x 2 jenkins jenkins 4096 May 11 07:37 bin [2021-05-11T07:41:59.830Z] -rw-r--r-- 1 jenkins jenkins 124140 May 11 07:40 coverage.out [2021-05-11T07:41:59.830Z] drwxrwxr-x 5 jenkins jenkins 4096 May 11 07:37 example [2021-05-11T07:41:59.830Z] -rw-r--r-- 1 jenkins jenkins 575 May 11 07:41 go.mod [2021-05-11T07:41:59.830Z] -rw-r--r-- 1 jenkins jenkins 20848 May 11 07:39 go.sum [2021-05-11T07:41:59.830Z] drwxrwxr-x 15 jenkins jenkins 4096 May 11 07:37 internal [2021-05-11T07:41:59.830Z] drwxrwxr-x 4 jenkins jenkins 4096 May 11 07:37 openapi [2021-05-11T07:41:59.830Z] drwxrwxr-x 5 jenkins jenkins 4096 May 11 07:37 pkg [2021-05-11T07:41:59.830Z] drwxrwxr-x 4 jenkins jenkins 4096 May 11 07:37 snap [2021-05-11T07:41:59.830Z] -rw-rw-r-- 1 jenkins jenkins 222 May 11 07:37 version.go [Pipeline] isUnix [Pipeline] sh [2021-05-11T07:42:00.213Z] + 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=e437657d2d11e173c1ba87cc59d8d85c228ee6bb --label arch=arm64 --label version=2.0.0-dev.56 . [2021-05-11T07:42:00.844Z] Sending build context to Docker daemon 2.666MB [2021-05-11T07:42:00.844Z] Step 1/23 : ARG BASE=golang:1.16-alpine3.12 [2021-05-11T07:42:00.844Z] Step 2/23 : FROM ${BASE} AS builder [2021-05-11T07:42:00.844Z] ---> d1e482d8f608 [2021-05-11T07:42:00.844Z] Step 3/23 : WORKDIR /device-sdk-go [2021-05-11T07:42:01.139Z] ---> Running in 80cf8ed203e8 [2021-05-11T07:42:01.413Z] Removing intermediate container 80cf8ed203e8 [2021-05-11T07:42:01.413Z] ---> 00822c551ed5 [2021-05-11T07:42:01.413Z] Step 4/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-05-11T07:42:01.695Z] ---> Running in 2a3bf531d7e0 [2021-05-11T07:42:01.972Z] Removing intermediate container 2a3bf531d7e0 [2021-05-11T07:42:01.972Z] ---> dba46812fa4b [2021-05-11T07:42:01.972Z] Step 5/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-11T07:42:02.247Z] ---> Running in 96d089fbd63d [2021-05-11T07:42:04.223Z] Removing intermediate container 96d089fbd63d [2021-05-11T07:42:04.223Z] ---> 7bdc5a2510ff [2021-05-11T07:42:04.223Z] Step 6/23 : RUN apk add --update --no-cache make git gcc libc-dev zeromq-dev libsodium-dev [2021-05-11T07:42:04.497Z] ---> Running in b1f76ab5d0d6 [2021-05-11T07:42:05.471Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-05-11T07:42:06.895Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-05-11T07:42:07.866Z] OK: 139 MiB in 46 packages [2021-05-11T07:42:09.292Z] Removing intermediate container b1f76ab5d0d6 [2021-05-11T07:42:09.292Z] ---> 4e2d2453ed3f [2021-05-11T07:42:09.292Z] Step 7/23 : COPY . . [2021-05-11T07:42:10.272Z] ---> d814a9072735 [2021-05-11T07:42:10.272Z] Step 8/23 : RUN go mod download [2021-05-11T07:42:10.272Z] ---> Running in 3f7945c6d0aa [2021-05-11T07:42:12.887Z] Removing intermediate container 3f7945c6d0aa [2021-05-11T07:42:12.887Z] ---> 670ecb483e96 [2021-05-11T07:42:12.887Z] Step 9/23 : RUN make build [2021-05-11T07:42:12.887Z] ---> Running in 60e0de0147aa [2021-05-11T07:42:13.508Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-sdk-go/v2.Version=2.0.0-dev.56" -o example/cmd/device-simple/device-simple ./example/cmd/device-simple [2021-05-11T07:42:45.931Z] CGO_ENABLED=1 GO111MODULE=on go install -tags=safe [2021-05-11T07:42:48.564Z] Removing intermediate container 60e0de0147aa [2021-05-11T07:42:48.564Z] ---> 0fa5388ed7f6 [2021-05-11T07:42:48.564Z] Step 10/23 : FROM alpine:3.12 [2021-05-11T07:42:48.834Z] 3.12: Pulling from library/alpine [2021-05-11T07:42:49.106Z] d2f70382dc9a: Pulling fs layer [2021-05-11T07:42:49.380Z] d2f70382dc9a: Verifying Checksum [2021-05-11T07:42:49.380Z] d2f70382dc9a: Download complete [2021-05-11T07:42:49.983Z] d2f70382dc9a: Pull complete [2021-05-11T07:42:49.983Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-05-11T07:42:49.983Z] Status: Downloaded newer image for alpine:3.12 [2021-05-11T07:42:49.983Z] ---> 9852663dfa18 [2021-05-11T07:42:49.983Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-05-11T07:42:50.257Z] ---> Running in 97787b3cd795 [2021-05-11T07:42:50.529Z] Removing intermediate container 97787b3cd795 [2021-05-11T07:42:50.529Z] ---> 3a3dc279da29 [2021-05-11T07:42:50.529Z] Step 12/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-11T07:42:50.802Z] ---> Running in 14f3bf8fec44 [2021-05-11T07:42:52.776Z] Removing intermediate container 14f3bf8fec44 [2021-05-11T07:42:52.776Z] ---> 711e193babe7 [2021-05-11T07:42:52.776Z] Step 13/23 : RUN apk add --update --no-cache zeromq [2021-05-11T07:42:53.049Z] ---> Running in a1590c1769e6 [2021-05-11T07:42:54.023Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-05-11T07:42:55.985Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-05-11T07:42:56.954Z] (1/5) Installing libgcc (9.3.0-r2) [2021-05-11T07:42:57.235Z] (2/5) Installing libsodium (1.0.18-r0) [2021-05-11T07:42:57.235Z] (3/5) Installing libstdc++ (9.3.0-r2) [2021-05-11T07:42:57.826Z] (4/5) Installing libzmq (4.3.3-r0) [2021-05-11T07:42:57.826Z] (5/5) Installing zeromq (4.3.3-r0) [2021-05-11T07:42:58.098Z] Executing busybox-1.31.1-r20.trigger [2021-05-11T07:42:58.098Z] OK: 8 MiB in 19 packages [2021-05-11T07:42:59.534Z] Removing intermediate container a1590c1769e6 [2021-05-11T07:42:59.534Z] ---> a6aa71be0a5f [2021-05-11T07:42:59.534Z] Step 14/23 : WORKDIR / [2021-05-11T07:42:59.534Z] ---> Running in 3e324837bfb0 [2021-05-11T07:42:59.814Z] Removing intermediate container 3e324837bfb0 [2021-05-11T07:42:59.814Z] ---> 3af0df15f9b2 [2021-05-11T07:42:59.814Z] Step 15/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/Attribution.txt /Attribution.txt [2021-05-11T07:43:00.412Z] ---> d2a6aa30e601 [2021-05-11T07:43:00.412Z] Step 16/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /device-simple [2021-05-11T07:43:01.846Z] ---> 2a31a3e4f13e [2021-05-11T07:43:01.846Z] Step 17/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/ /res [2021-05-11T07:43:02.439Z] ---> a70a1241e2c2 [2021-05-11T07:43:02.439Z] Step 18/23 : EXPOSE 49990 [2021-05-11T07:43:02.713Z] ---> Running in 36117b80211b [2021-05-11T07:43:02.989Z] Removing intermediate container 36117b80211b [2021-05-11T07:43:02.989Z] ---> dca85dc9fc7d [2021-05-11T07:43:02.989Z] Step 19/23 : ENTRYPOINT ["/device-simple"] [2021-05-11T07:43:03.260Z] ---> Running in 862704af3538 [2021-05-11T07:43:03.852Z] Removing intermediate container 862704af3538 [2021-05-11T07:43:03.852Z] ---> 65e8b50fb6f2 [2021-05-11T07:43:03.852Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-11T07:43:03.852Z] ---> Running in 9b649bb5d5a6 [2021-05-11T07:43:04.131Z] Removing intermediate container 9b649bb5d5a6 [2021-05-11T07:43:04.131Z] ---> d12dac1f2aa1 [2021-05-11T07:43:04.131Z] Step 21/23 : LABEL arch=arm64 [2021-05-11T07:43:04.404Z] ---> Running in 5cec54d14b98 [2021-05-11T07:43:04.999Z] Removing intermediate container 5cec54d14b98 [2021-05-11T07:43:04.999Z] ---> 93d4499a78aa [2021-05-11T07:43:04.999Z] Step 22/23 : LABEL git_sha=e437657d2d11e173c1ba87cc59d8d85c228ee6bb [2021-05-11T07:43:04.999Z] ---> Running in ca5077767a6c [2021-05-11T07:43:05.592Z] Removing intermediate container ca5077767a6c [2021-05-11T07:43:05.592Z] ---> fb593e98a2f1 [2021-05-11T07:43:05.592Z] Step 23/23 : LABEL version=2.0.0-dev.56 [2021-05-11T07:43:05.592Z] ---> Running in d8ac308151b3 [2021-05-11T07:43:06.186Z] Removing intermediate container d8ac308151b3 [2021-05-11T07:43:06.186Z] ---> 6d03c3532c05 [2021-05-11T07:43:06.186Z] [Warning] One or more build-args [ARCH MAKE] were not consumed [2021-05-11T07:43:06.186Z] Successfully built 6d03c3532c05 [2021-05-11T07:43:06.186Z] 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-05-11T07:43:06.637Z] ---> job-cost.sh [2021-05-11T07:43:06.637Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-tVLF [2021-05-11T07:43:45.576Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-05-11T07:45:07.304Z] lf-activate-venv(): INFO: Adding /tmp/venv-tVLF/bin to PATH [2021-05-11T07:45:07.304Z] INFO: No Stack... [2021-05-11T07:45:08.274Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-05-11T07:45:08.865Z] INFO: Archiving Costs [Pipeline] sh [2021-05-11T07:45:09.201Z] + cat /w/workspace/device-sdk-go/161/archives/cost.csv [2021-05-11T07:45:09.201Z] + cut -d, -f6 [Pipeline] lock [2021-05-11T07:45:09.318Z] Trying to acquire lock on [jenkins-edgexfoundry-device-sdk-go-master-161-stack-cost] [2021-05-11T07:45:09.327Z] Resource [jenkins-edgexfoundry-device-sdk-go-master-161-stack-cost] did not exist. Created. [2021-05-11T07:45:09.327Z] Lock acquired on [jenkins-edgexfoundry-device-sdk-go-master-161-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-05-11T07:45:09.703Z] /w/workspace/device-sdk-go/161@tmp/durable-123839b0/script.sh: 1: /w/workspace/device-sdk-go/161@tmp/durable-123839b0/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh [2021-05-11T07:45:10.049Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-05-11T07:45:10.080Z] Warning: overwriting stash ‘stack-cost’ [2021-05-11T07:45:10.233Z] Stashed 1 file(s) [Pipeline] } [2021-05-11T07:45:10.265Z] Lock released on resource [jenkins-edgexfoundry-device-sdk-go-master-161-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-05-11T07:45:10.692Z] provisioning config files... [2021-05-11T07:45:10.704Z] copy managed file [device-sdk-go-codecov-token] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config777678928750284228tmp [Pipeline] { [Pipeline] sh [2021-05-11T07:45:11.036Z] + set +x [2021-05-11T07:45:11.036Z] + curl -s https://codecov.io/bash [2021-05-11T07:45:11.036Z] + bash -s -- [2021-05-11T07:45:11.301Z] [2021-05-11T07:45:11.301Z] _____ _ [2021-05-11T07:45:11.301Z] / ____| | | [2021-05-11T07:45:11.301Z] | | ___ __| | ___ ___ _____ __ [2021-05-11T07:45:11.301Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-05-11T07:45:11.301Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-05-11T07:45:11.301Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-05-11T07:45:11.301Z] Bash-1.0.2 [2021-05-11T07:45:11.301Z] [2021-05-11T07:45:11.301Z] [2021-05-11T07:45:11.301Z] ==> git version 2.24.3 found [2021-05-11T07:45:11.301Z] ==> 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-05-11T07:45:11.301Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-05-11T07:45:11.301Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-05-11T07:45:11.301Z] ==> Jenkins CI detected. [2021-05-11T07:45:11.301Z] project root: . [2021-05-11T07:45:11.301Z] --> token set from env [2021-05-11T07:45:11.301Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-05-11T07:45:11.301Z] ==> Running gcov in . (disable via -X gcov) [2021-05-11T07:45:11.301Z] ==> Python coveragepy not found [2021-05-11T07:45:11.301Z] ==> Searching for coverage reports in: [2021-05-11T07:45:11.301Z] + . [2021-05-11T07:45:11.301Z] -> Found 1 reports [2021-05-11T07:45:11.301Z] ==> Detecting git/mercurial file structure [2021-05-11T07:45:11.301Z] ==> Reading reports [2021-05-11T07:45:11.301Z] + ./coverage.out bytes=124140 [2021-05-11T07:45:11.301Z] ==> Appending adjustments [2021-05-11T07:45:11.301Z] https://docs.codecov.io/docs/fixing-reports [2021-05-11T07:45:11.564Z] + Found adjustments [2021-05-11T07:45:11.564Z] ==> Gzipping contents [2021-05-11T07:45:11.564Z] 16K /tmp/codecov.bovyHs.gz [2021-05-11T07:45:11.564Z] ==> Uploading reports [2021-05-11T07:45:11.564Z] url: https://codecov.io [2021-05-11T07:45:11.564Z] query: branch=master&commit=e437657d2d11e173c1ba87cc59d8d85c228ee6bb&build=161&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2Fmaster%2F161%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=&job=&cmd_args= [2021-05-11T07:45:11.564Z] -> Pinging Codecov [2021-05-11T07:45:11.564Z] https://codecov.io/upload/v4?package=bash-1.0.2&token=secret&branch=master&commit=e437657d2d11e173c1ba87cc59d8d85c228ee6bb&build=161&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2Fmaster%2F161%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=&job=&cmd_args= [2021-05-11T07:45:12.139Z] -> Uploading to [2021-05-11T07:45:12.139Z] https://storage.googleapis.com/codecov/v4/raw/2021-05-11/7E55EF52A471D76F132DFD9A03CDDE97/e437657d2d11e173c1ba87cc59d8d85c228ee6bb/9aeb66b7-b6ca-4de8-987d-ce42f5d4067f.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQM3VGPYSAFECJRMNAFIPCV2R3P2BOORCJC7NM537NPJQSFLHUDNIDWA%2F20210511%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210511T074512Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=69b6f8c79f0a1649a66fa168b03daa05539807247d0db41146d0100e5b035994 [2021-05-11T07:45:12.139Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-05-11T07:45:12.139Z] Dload Upload Total Spent Left Speed [2021-05-11T07:45:12.713Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 16232 0 0 100 16232 0 25225 --:--:-- --:--:-- --:--:-- 25204 100 16232 0 0 100 16232 0 25217 --:--:-- --:--:-- --:--:-- 25204 [2021-05-11T07:45:12.713Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/device-sdk-go/commit/e437657d2d11e173c1ba87cc59d8d85c228ee6bb [Pipeline] } [2021-05-11T07:45:12.723Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo [2021-05-11T07:45:12.969Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2021-05-11T07:45:12.995Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-11T07:45:13.316Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-05-11T07:45:13.316Z] [2021-05-11T07:45:13.316Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh [2021-05-11T07:45:13.740Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-05-11T07:45:13.740Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2021-05-11T07:45:13.740Z] 188c0c94c7c5: Pulling fs layer [2021-05-11T07:45:13.740Z] 0ef7d3d256c8: Pulling fs layer [2021-05-11T07:45:13.740Z] de9db76c5a1d: Pulling fs layer [2021-05-11T07:45:13.740Z] 0eba1c9be4d2: Pulling fs layer [2021-05-11T07:45:13.740Z] 0d57e429df01: Pulling fs layer [2021-05-11T07:45:13.740Z] 4e4be7b47b0d: Pulling fs layer [2021-05-11T07:45:13.740Z] e1f770b5df2f: Pulling fs layer [2021-05-11T07:45:13.740Z] 85a0685a4137: Pulling fs layer [2021-05-11T07:45:13.740Z] 4e4be7b47b0d: Waiting [2021-05-11T07:45:13.740Z] e1f770b5df2f: Waiting [2021-05-11T07:45:13.740Z] 85a0685a4137: Waiting [2021-05-11T07:45:13.740Z] 0eba1c9be4d2: Waiting [2021-05-11T07:45:13.740Z] 0d57e429df01: Waiting [2021-05-11T07:45:13.740Z] de9db76c5a1d: Download complete [2021-05-11T07:45:13.740Z] 0ef7d3d256c8: Verifying Checksum [2021-05-11T07:45:13.740Z] 0ef7d3d256c8: Download complete [2021-05-11T07:45:13.740Z] 0d57e429df01: Verifying Checksum [2021-05-11T07:45:13.740Z] 0d57e429df01: Download complete [2021-05-11T07:45:13.740Z] 188c0c94c7c5: Verifying Checksum [2021-05-11T07:45:13.740Z] 188c0c94c7c5: Download complete [2021-05-11T07:45:13.740Z] 4e4be7b47b0d: Verifying Checksum [2021-05-11T07:45:13.740Z] 4e4be7b47b0d: Download complete [2021-05-11T07:45:14.095Z] 188c0c94c7c5: Pull complete [2021-05-11T07:45:14.376Z] 0ef7d3d256c8: Pull complete [2021-05-11T07:45:14.652Z] de9db76c5a1d: Pull complete [2021-05-11T07:45:15.237Z] e1f770b5df2f: Verifying Checksum [2021-05-11T07:45:15.237Z] e1f770b5df2f: Download complete [2021-05-11T07:45:17.173Z] 0eba1c9be4d2: Verifying Checksum [2021-05-11T07:45:17.173Z] 0eba1c9be4d2: Download complete [2021-05-11T07:45:17.756Z] 85a0685a4137: Verifying Checksum [2021-05-11T07:45:17.756Z] 85a0685a4137: Download complete [2021-05-11T07:45:23.087Z] 0eba1c9be4d2: Pull complete [2021-05-11T07:45:23.087Z] 0d57e429df01: Pull complete [2021-05-11T07:45:23.087Z] 4e4be7b47b0d: Pull complete [2021-05-11T07:45:24.482Z] e1f770b5df2f: Pull complete [2021-05-11T07:45:32.696Z] 85a0685a4137: Pull complete [2021-05-11T07:45:32.696Z] Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 [2021-05-11T07:45:32.696Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-05-11T07:45:32.696Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer [2021-05-11T07:45:32.896Z] prd-centos7-docker-4c-2g-4379 does not seem to be running inside a container [2021-05-11T07:45:32.948Z] $ 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-05-11T07:45:34.072Z] $ docker top 7234e1dd67c785eaf64f5d606b31c9394399421350d567d72eba14229ee10e57 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-05-11T07:45:34.228Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh [2021-05-11T07:45:34.534Z] + set -o pipefail [2021-05-11T07:45:34.534Z] + snyk monitor '--org=edgex-jenkins' [2021-05-11T07:45:44.577Z] [2021-05-11T07:45:44.577Z] Monitoring /w/workspace/dgexfoundry_device-sdk-go_master (github.com/edgexfoundry/device-sdk-go/v2)... [2021-05-11T07:45:44.577Z] [2021-05-11T07:45:44.577Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/a91414f5-c324-409e-a494-413a27791127/history/13cddd53-988c-4e51-bdd6-83283387f74c [2021-05-11T07:45:44.577Z] [2021-05-11T07:45:44.577Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2021-05-11T07:45:44.577Z] [2021-05-11T07:45:44.841Z] [Pipeline] } [2021-05-11T07:45:44.862Z] $ docker stop --time=1 7234e1dd67c785eaf64f5d606b31c9394399421350d567d72eba14229ee10e57 [2021-05-11T07:45:47.871Z] $ docker rm -f 7234e1dd67c785eaf64f5d606b31c9394399421350d567d72eba14229ee10e57 [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-05-11T07:45:48.735Z] [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-05-11T07:45:48.759Z] provisioning config files... [2021-05-11T07:45:48.771Z] copy managed file [swaggerhub-api-key] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config4772371061072270013tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-05-11T07:45:49.109Z] --> edgex-publish-swagger.sh [2021-05-11T07:45:49.109Z] === Publish openapi/v1 API === [2021-05-11T07:45:49.109Z] [publishToSwagger] Publishing the API Docs [openapi/v1] to Swagger [2021-05-11T07:45:49.109Z] [publishToSwagger] Publishing API Name [device-sdk] [/w/workspace/dgexfoundry_device-sdk-go_master/openapi/v1/device-sdk.yaml] [2021-05-11T07:45:49.109Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-05-11T07:45:49.109Z] Dload Upload Total Spent Left Speed [2021-05-11T07:45:50.640Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 100 19947 0 0 100 19947 0 11624 0:00:01 0:00:01 --:--:-- 11624 100 19947 0 0 100 19947 0 11622 0:00:01 0:00:01 --:--:-- 11624 [2021-05-11T07:45:50.640Z] [2021-05-11T07:45:50.640Z] [2021-05-11T07:45:50.640Z] === Publish openapi/v2 API === [2021-05-11T07:45:50.640Z] [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger [2021-05-11T07:45:50.902Z] [publishToSwagger] Publishing API Name [device-sdk] [/w/workspace/dgexfoundry_device-sdk-go_master/openapi/v2/device-sdk.yaml] [2021-05-11T07:45:50.902Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-05-11T07:45:50.902Z] Dload Upload Total Spent Left Speed [2021-05-11T07:45:51.847Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 51483 0 0 100 51483 0 51988 --:--:-- --:--:-- --:--:-- 51950 100 51483 0 0 100 51483 0 51978 --:--:-- --:--:-- --:--:-- 51950 [2021-05-11T07:45:51.847Z] [2021-05-11T07:45:51.847Z] [Pipeline] } [2021-05-11T07:45:51.858Z] 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-05-11T07:45:52.324Z] + git log --format=format:%s -1 e437657d2d11e173c1ba87cc59d8d85c228ee6bb [Pipeline] isUnix [Pipeline] sh [2021-05-11T07:45:52.641Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-05-11T07:45:52.641Z] . [Pipeline] withDockerContainer [2021-05-11T07:45:52.738Z] prd-centos7-docker-4c-2g-4379 does not seem to be running inside a container [2021-05-11T07:45:52.789Z] $ 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-05-11T07:45:53.563Z] $ docker top 72c8b0adf07b20afab7c871649342b2852618ac0738e60bd346d623828e8ea20 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-05-11T07:45:53.718Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-05-11T07:45:53.718Z] [ssh-agent] Looking for ssh-agent implementation... [2021-05-11T07:45:53.935Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-05-11T07:45:53.940Z] $ docker exec 72c8b0adf07b20afab7c871649342b2852618ac0738e60bd346d623828e8ea20 ssh-agent [2021-05-11T07:45:54.116Z] SSH_AUTH_SOCK=/tmp/ssh-zkG4kdmMg9bv/agent.12 [2021-05-11T07:45:54.116Z] SSH_AGENT_PID=18 [2021-05-11T07:45:54.123Z] Running ssh-add (command line suppressed) [2021-05-11T07:45:54.250Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_7189660859201302208.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_7189660859201302208.key) [2021-05-11T07:45:54.301Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-05-11T07:45:54.605Z] + git semver tag [2021-05-11T07:45:54.605Z] # -> Open(): unable to determine branch for HEAD [2021-05-11T07:45:54.605Z] # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git [2021-05-11T07:45:54.605Z] # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master [2021-05-11T07:45:54.605Z] # $SEMVER_REMOTE_NAME = origin [2021-05-11T07:45:54.605Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-05-11T07:45:54.605Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-05-11T07:45:54.605Z] # $SEMVER_BRANCH = master [2021-05-11T07:45:54.605Z] # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver [2021-05-11T07:45:54.605Z] # e437657d2d11e173c1ba87cc59d8d85c228ee6bb HEAD [2021-05-11T07:45:54.868Z] # -> Force: false [2021-05-11T07:45:54.868Z] # 0b2749732d117032ad7727f5bfa89c89048db88c refs/tags/v2.0.0-dev.56 [Pipeline] } [2021-05-11T07:45:54.882Z] $ docker exec --env ******** --env ******** 72c8b0adf07b20afab7c871649342b2852618ac0738e60bd346d623828e8ea20 ssh-agent -k [2021-05-11T07:45:55.037Z] unset SSH_AUTH_SOCK; [2021-05-11T07:45:55.037Z] unset SSH_AGENT_PID; [2021-05-11T07:45:55.038Z] echo Agent pid 18 killed; [2021-05-11T07:45:55.090Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-05-11T07:45:55.434Z] + git semver [Pipeline] } [2021-05-11T07:45:55.452Z] $ docker stop --time=1 72c8b0adf07b20afab7c871649342b2852618ac0738e60bd346d623828e8ea20 [2021-05-11T07:45:56.812Z] $ docker rm -f 72c8b0adf07b20afab7c871649342b2852618ac0738e60bd346d623828e8ea20 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2021-05-11T07:45:57.311Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-05-11T07:45:57.311Z] [2021-05-11T07:45:57.311Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2021-05-11T07:45:57.642Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-05-11T07:45:57.642Z] 0.23.1-centos7: Pulling from edgex-lftools [2021-05-11T07:45:57.642Z] ab5ef0e58194: Pulling fs layer [2021-05-11T07:45:57.642Z] 9712f1f96733: Pulling fs layer [2021-05-11T07:45:57.642Z] 63f879dbbcfc: Pulling fs layer [2021-05-11T07:45:57.642Z] 0d9ebad4ef96: Pulling fs layer [2021-05-11T07:45:57.642Z] e9a5061849ea: Pulling fs layer [2021-05-11T07:45:57.642Z] d747dcd14b5f: Pulling fs layer [2021-05-11T07:45:57.642Z] 2de7ff778b66: Pulling fs layer [2021-05-11T07:45:57.642Z] e9a5061849ea: Waiting [2021-05-11T07:45:57.642Z] d747dcd14b5f: Waiting [2021-05-11T07:45:57.642Z] 2de7ff778b66: Waiting [2021-05-11T07:45:57.642Z] 0d9ebad4ef96: Waiting [2021-05-11T07:45:57.642Z] 9712f1f96733: Verifying Checksum [2021-05-11T07:45:59.578Z] 63f879dbbcfc: Verifying Checksum [2021-05-11T07:45:59.578Z] 63f879dbbcfc: Download complete [2021-05-11T07:45:59.578Z] e9a5061849ea: Download complete [2021-05-11T07:45:59.578Z] d747dcd14b5f: Verifying Checksum [2021-05-11T07:45:59.578Z] d747dcd14b5f: Download complete [2021-05-11T07:45:59.859Z] 0d9ebad4ef96: Verifying Checksum [2021-05-11T07:45:59.859Z] 0d9ebad4ef96: Download complete [2021-05-11T07:45:59.859Z] 2de7ff778b66: Verifying Checksum [2021-05-11T07:45:59.859Z] 2de7ff778b66: Download complete [2021-05-11T07:46:00.123Z] ab5ef0e58194: Verifying Checksum [2021-05-11T07:46:00.123Z] ab5ef0e58194: Download complete [2021-05-11T07:46:04.362Z] ab5ef0e58194: Pull complete [2021-05-11T07:46:04.362Z] 9712f1f96733: Pull complete [2021-05-11T07:46:07.682Z] 63f879dbbcfc: Pull complete [2021-05-11T07:46:14.305Z] 0d9ebad4ef96: Pull complete [2021-05-11T07:46:15.253Z] e9a5061849ea: Pull complete [2021-05-11T07:46:15.253Z] d747dcd14b5f: Pull complete [2021-05-11T07:46:17.823Z] 2de7ff778b66: Pull complete [2021-05-11T07:46:17.823Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2021-05-11T07:46:17.823Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-05-11T07:46:17.823Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2021-05-11T07:46:18.032Z] prd-centos7-docker-4c-2g-4379 does not seem to be running inside a container [2021-05-11T07:46:18.088Z] $ 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-05-11T07:46:22.238Z] $ docker top 8d6e5c46c194bf169758dadd7d6a0f15e4240de65a09c064a4eb4682e10c87ba -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2021-05-11T07:46:22.401Z] provisioning config files... [2021-05-11T07:46:22.411Z] copy managed file [sigul-config] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config7333071698258054638tmp [2021-05-11T07:46:22.426Z] copy managed file [sigul-password] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config2514286746250768573tmp [2021-05-11T07:46:22.441Z] copy managed file [sigul-pki] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config248176535138398207tmp [Pipeline] { [Pipeline] echo [2021-05-11T07:46:22.465Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-11T07:46:22.767Z] ---> sigul-configuration.sh [2021-05-11T07:46:22.767Z] gpg: directory `/root/.gnupg' created [2021-05-11T07:46:22.767Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2021-05-11T07:46:22.767Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2021-05-11T07:46:22.767Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2021-05-11T07:46:22.767Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2021-05-11T07:46:22.767Z] gpg: CAST5 encrypted data [2021-05-11T07:46:23.033Z] gpg: encrypted with 1 passphrase [2021-05-11T07:46:23.033Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2021-05-11T07:46:23.333Z] + mkdir /home/jenkins [2021-05-11T07:46:23.333Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2021-05-11T07:46:23.632Z] + 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-05-11T07:46:23.644Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-11T07:46:23.952Z] ---> sigul-install.sh [2021-05-11T07:46:32.123Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2021-05-11T07:46:32.713Z] + git tag --list [2021-05-11T07:46:32.713Z] 0.7.1 [2021-05-11T07:46:32.713Z] delhi-tag [2021-05-11T07:46:32.713Z] v1.0.0 [2021-05-11T07:46:32.713Z] v1.1.0 [2021-05-11T07:46:32.713Z] v1.1.1 [2021-05-11T07:46:32.713Z] v1.1.2 [2021-05-11T07:46:32.713Z] v1.2.0 [2021-05-11T07:46:32.713Z] v1.2.1 [2021-05-11T07:46:32.713Z] v1.2.2 [2021-05-11T07:46:32.713Z] v1.2.3 [2021-05-11T07:46:32.713Z] v1.3.0 [2021-05-11T07:46:32.713Z] v1.4.0 [2021-05-11T07:46:32.713Z] v2.0.0-dev.1 [2021-05-11T07:46:32.713Z] v2.0.0-dev.10 [2021-05-11T07:46:32.713Z] v2.0.0-dev.11 [2021-05-11T07:46:32.713Z] v2.0.0-dev.12 [2021-05-11T07:46:32.713Z] v2.0.0-dev.13 [2021-05-11T07:46:32.713Z] v2.0.0-dev.14 [2021-05-11T07:46:32.713Z] v2.0.0-dev.15 [2021-05-11T07:46:32.713Z] v2.0.0-dev.16 [2021-05-11T07:46:32.713Z] v2.0.0-dev.17 [2021-05-11T07:46:32.713Z] v2.0.0-dev.18 [2021-05-11T07:46:32.713Z] v2.0.0-dev.19 [2021-05-11T07:46:32.713Z] v2.0.0-dev.2 [2021-05-11T07:46:32.713Z] v2.0.0-dev.20 [2021-05-11T07:46:32.713Z] v2.0.0-dev.21 [2021-05-11T07:46:32.713Z] v2.0.0-dev.22 [2021-05-11T07:46:32.713Z] v2.0.0-dev.23 [2021-05-11T07:46:32.713Z] v2.0.0-dev.24 [2021-05-11T07:46:32.713Z] v2.0.0-dev.25 [2021-05-11T07:46:32.713Z] v2.0.0-dev.26 [2021-05-11T07:46:32.713Z] v2.0.0-dev.27 [2021-05-11T07:46:32.713Z] v2.0.0-dev.28 [2021-05-11T07:46:32.713Z] v2.0.0-dev.29 [2021-05-11T07:46:32.713Z] v2.0.0-dev.3 [2021-05-11T07:46:32.713Z] v2.0.0-dev.30 [2021-05-11T07:46:32.713Z] v2.0.0-dev.31 [2021-05-11T07:46:32.713Z] v2.0.0-dev.32 [2021-05-11T07:46:32.713Z] v2.0.0-dev.33 [2021-05-11T07:46:32.713Z] v2.0.0-dev.34 [2021-05-11T07:46:32.713Z] v2.0.0-dev.35 [2021-05-11T07:46:32.713Z] v2.0.0-dev.36 [2021-05-11T07:46:32.713Z] v2.0.0-dev.37 [2021-05-11T07:46:32.713Z] v2.0.0-dev.38 [2021-05-11T07:46:32.713Z] v2.0.0-dev.39 [2021-05-11T07:46:32.713Z] v2.0.0-dev.4 [2021-05-11T07:46:32.713Z] v2.0.0-dev.40 [2021-05-11T07:46:32.713Z] v2.0.0-dev.41 [2021-05-11T07:46:32.713Z] v2.0.0-dev.42 [2021-05-11T07:46:32.713Z] v2.0.0-dev.43 [2021-05-11T07:46:32.713Z] v2.0.0-dev.44 [2021-05-11T07:46:32.713Z] v2.0.0-dev.45 [2021-05-11T07:46:32.713Z] v2.0.0-dev.46 [2021-05-11T07:46:32.713Z] v2.0.0-dev.47 [2021-05-11T07:46:32.713Z] v2.0.0-dev.48 [2021-05-11T07:46:32.713Z] v2.0.0-dev.49 [2021-05-11T07:46:32.713Z] v2.0.0-dev.5 [2021-05-11T07:46:32.713Z] v2.0.0-dev.50 [2021-05-11T07:46:32.713Z] v2.0.0-dev.51 [2021-05-11T07:46:32.713Z] v2.0.0-dev.52 [2021-05-11T07:46:32.713Z] v2.0.0-dev.53 [2021-05-11T07:46:32.713Z] v2.0.0-dev.54 [2021-05-11T07:46:32.713Z] v2.0.0-dev.55 [2021-05-11T07:46:32.713Z] v2.0.0-dev.56 [2021-05-11T07:46:32.713Z] v2.0.0-dev.6 [2021-05-11T07:46:32.713Z] v2.0.0-dev.7 [2021-05-11T07:46:32.713Z] v2.0.0-dev.8 [2021-05-11T07:46:32.713Z] v2.0.0-dev.9 [Pipeline] sh [2021-05-11T07:46:33.061Z] + lftools sign git-tag v2.0.0-dev.56 [2021-05-11T07:46:34.455Z] Signing Git tag with Sigul... [2021-05-11T07:46:34.455Z] Signing v2.0.0-dev.56 [Pipeline] echo [2021-05-11T07:46:36.434Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-11T07:46:36.734Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2021-05-11T07:46:36.744Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2021-05-11T07:46:36.777Z] $ docker stop --time=1 8d6e5c46c194bf169758dadd7d6a0f15e4240de65a09c064a4eb4682e10c87ba [2021-05-11T07:46:38.994Z] $ docker rm -f 8d6e5c46c194bf169758dadd7d6a0f15e4240de65a09c064a4eb4682e10c87ba [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2021-05-11T07:46:39.626Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-05-11T07:46:39.626Z] . [Pipeline] withDockerContainer [2021-05-11T07:46:39.722Z] prd-centos7-docker-4c-2g-4379 does not seem to be running inside a container [2021-05-11T07:46:39.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-05-11T07:46:40.560Z] $ docker top 460a1da3f9d2c12ff8f6d4a9a68a6995d100954fd715627976ebd3df51cd4910 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-05-11T07:46:40.734Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-05-11T07:46:40.734Z] [ssh-agent] Looking for ssh-agent implementation... [2021-05-11T07:46:40.948Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-05-11T07:46:40.952Z] $ docker exec 460a1da3f9d2c12ff8f6d4a9a68a6995d100954fd715627976ebd3df51cd4910 ssh-agent [2021-05-11T07:46:41.132Z] SSH_AUTH_SOCK=/tmp/ssh-ZCoO1kDDLtKT/agent.11 [2021-05-11T07:46:41.132Z] SSH_AGENT_PID=16 [2021-05-11T07:46:41.140Z] Running ssh-add (command line suppressed) [2021-05-11T07:46:41.265Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_5465966283116557802.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_5465966283116557802.key) [2021-05-11T07:46:41.322Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-05-11T07:46:41.627Z] + git semver bump pre [2021-05-11T07:46:41.627Z] # -> Open(): unable to determine branch for HEAD [2021-05-11T07:46:41.627Z] # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git [2021-05-11T07:46:41.627Z] # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master [2021-05-11T07:46:41.627Z] # $SEMVER_REMOTE_NAME = origin [2021-05-11T07:46:41.627Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-05-11T07:46:41.627Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-05-11T07:46:41.627Z] # $SEMVER_BRANCH = master [2021-05-11T07:46:41.627Z] # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver [2021-05-11T07:46:41.627Z] 2.0.0-dev.57 [Pipeline] } [2021-05-11T07:46:41.640Z] $ docker exec --env ******** --env ******** 460a1da3f9d2c12ff8f6d4a9a68a6995d100954fd715627976ebd3df51cd4910 ssh-agent -k [2021-05-11T07:46:41.758Z] unset SSH_AUTH_SOCK; [2021-05-11T07:46:41.759Z] unset SSH_AGENT_PID; [2021-05-11T07:46:41.759Z] echo Agent pid 16 killed; [2021-05-11T07:46:41.809Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-05-11T07:46:42.148Z] + git semver [Pipeline] } [2021-05-11T07:46:42.166Z] $ docker stop --time=1 460a1da3f9d2c12ff8f6d4a9a68a6995d100954fd715627976ebd3df51cd4910 [2021-05-11T07:46:43.533Z] $ docker rm -f 460a1da3f9d2c12ff8f6d4a9a68a6995d100954fd715627976ebd3df51cd4910 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2021-05-11T07:46:43.971Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-05-11T07:46:43.972Z] . [Pipeline] withDockerContainer [2021-05-11T07:46:44.084Z] prd-centos7-docker-4c-2g-4379 does not seem to be running inside a container [2021-05-11T07:46:44.133Z] $ 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-05-11T07:46:44.737Z] $ docker top 890889e8672c95d0f470d070fc0407567c528fe30cba70a8fc87e5c5fdeaecf1 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-05-11T07:46:44.937Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-05-11T07:46:44.937Z] [ssh-agent] Looking for ssh-agent implementation... [2021-05-11T07:46:45.155Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-05-11T07:46:45.160Z] $ docker exec 890889e8672c95d0f470d070fc0407567c528fe30cba70a8fc87e5c5fdeaecf1 ssh-agent [2021-05-11T07:46:45.347Z] SSH_AUTH_SOCK=/tmp/ssh-MT7dCLAvvclu/agent.11 [2021-05-11T07:46:45.347Z] SSH_AGENT_PID=16 [2021-05-11T07:46:45.355Z] Running ssh-add (command line suppressed) [2021-05-11T07:46:45.485Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_7103048684674201874.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_7103048684674201874.key) [2021-05-11T07:46:45.541Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-05-11T07:46:45.843Z] + git semver push [2021-05-11T07:46:45.843Z] # -> Open(): unable to determine branch for HEAD [2021-05-11T07:46:45.843Z] # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git [2021-05-11T07:46:45.843Z] # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master [2021-05-11T07:46:45.843Z] # $SEMVER_REMOTE_NAME = origin [2021-05-11T07:46:45.843Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-05-11T07:46:45.843Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-05-11T07:46:45.843Z] # $SEMVER_BRANCH = master [2021-05-11T07:46:45.843Z] # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver [Pipeline] } [2021-05-11T07:46:51.159Z] $ docker exec --env ******** --env ******** 890889e8672c95d0f470d070fc0407567c528fe30cba70a8fc87e5c5fdeaecf1 ssh-agent -k [2021-05-11T07:46:51.279Z] unset SSH_AUTH_SOCK; [2021-05-11T07:46:51.279Z] unset SSH_AGENT_PID; [2021-05-11T07:46:51.279Z] echo Agent pid 16 killed; [2021-05-11T07:46:51.330Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-05-11T07:46:51.669Z] + git semver [Pipeline] } [2021-05-11T07:46:51.687Z] $ docker stop --time=1 890889e8672c95d0f470d070fc0407567c528fe30cba70a8fc87e5c5fdeaecf1 [2021-05-11T07:46:53.100Z] $ docker rm -f 890889e8672c95d0f470d070fc0407567c528fe30cba70a8fc87e5c5fdeaecf1 [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-05-11T07:46:53.839Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-11T07:46:54.723Z] ---> package-listing.sh [2021-05-11T07:46:54.724Z] ++ facter osfamily [2021-05-11T07:46:54.724Z] ++ tr '[:upper:]' '[:lower:]' [2021-05-11T07:46:54.724Z] + OS_FAMILY=redhat [2021-05-11T07:46:54.724Z] + workspace=/w/workspace/dgexfoundry_device-sdk-go_master [2021-05-11T07:46:54.724Z] + START_PACKAGES=/tmp/packages_start.txt [2021-05-11T07:46:54.724Z] + END_PACKAGES=/tmp/packages_end.txt [2021-05-11T07:46:54.724Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-05-11T07:46:54.724Z] + PACKAGES=/tmp/packages_start.txt [2021-05-11T07:46:54.724Z] + '[' /w/workspace/dgexfoundry_device-sdk-go_master ']' [2021-05-11T07:46:54.724Z] + PACKAGES=/tmp/packages_end.txt [2021-05-11T07:46:54.724Z] + case "${OS_FAMILY}" in [2021-05-11T07:46:54.724Z] + rpm -qa [2021-05-11T07:46:54.724Z] + sort [2021-05-11T07:47:00.027Z] + '[' -f /tmp/packages_start.txt ']' [2021-05-11T07:47:00.027Z] + '[' -f /tmp/packages_end.txt ']' [2021-05-11T07:47:00.027Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-05-11T07:47:00.027Z] + '[' /w/workspace/dgexfoundry_device-sdk-go_master ']' [2021-05-11T07:47:00.027Z] + mkdir -p /w/workspace/dgexfoundry_device-sdk-go_master/archives/ [2021-05-11T07:47:00.027Z] + 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-05-11T07:47:00.045Z] 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-05-11T07:47:00.396Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-05-11T07:47:00.706Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-05-11T07:47:00.706Z] [2021-05-11T07:47:00.706Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-05-11T07:47:01.024Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-05-11T07:47:01.024Z] alpine: Pulling from edgex-lftools-log-publisher [2021-05-11T07:47:01.024Z] df20fa9351a1: Pulling fs layer [2021-05-11T07:47:01.024Z] 36b3adc4ff6f: Pulling fs layer [2021-05-11T07:47:01.024Z] 8ad3a11d3b57: Pulling fs layer [2021-05-11T07:47:01.024Z] 46f8f816bc3b: Pulling fs layer [2021-05-11T07:47:01.024Z] 93b61091891f: Pulling fs layer [2021-05-11T07:47:01.024Z] 93b9cdb0e59b: Pulling fs layer [2021-05-11T07:47:01.024Z] 5e14af77c1be: Pulling fs layer [2021-05-11T07:47:01.024Z] 01666e4c0597: Pulling fs layer [2021-05-11T07:47:01.024Z] aa168da1d23b: Pulling fs layer [2021-05-11T07:47:01.024Z] 93b9cdb0e59b: Waiting [2021-05-11T07:47:01.024Z] 5e14af77c1be: Waiting [2021-05-11T07:47:01.024Z] 46f8f816bc3b: Waiting [2021-05-11T07:47:01.024Z] 93b61091891f: Waiting [2021-05-11T07:47:01.024Z] 01666e4c0597: Waiting [2021-05-11T07:47:01.024Z] aa168da1d23b: Waiting [2021-05-11T07:47:01.024Z] 36b3adc4ff6f: Verifying Checksum [2021-05-11T07:47:01.024Z] 36b3adc4ff6f: Download complete [2021-05-11T07:47:01.024Z] 46f8f816bc3b: Verifying Checksum [2021-05-11T07:47:01.024Z] 46f8f816bc3b: Download complete [2021-05-11T07:47:01.024Z] df20fa9351a1: Verifying Checksum [2021-05-11T07:47:01.024Z] df20fa9351a1: Download complete [2021-05-11T07:47:01.286Z] 93b9cdb0e59b: Verifying Checksum [2021-05-11T07:47:01.286Z] 93b9cdb0e59b: Download complete [2021-05-11T07:47:01.286Z] 5e14af77c1be: Verifying Checksum [2021-05-11T07:47:01.286Z] 5e14af77c1be: Download complete [2021-05-11T07:47:01.286Z] 93b61091891f: Verifying Checksum [2021-05-11T07:47:01.286Z] 93b61091891f: Download complete [2021-05-11T07:47:01.286Z] 01666e4c0597: Verifying Checksum [2021-05-11T07:47:01.286Z] 01666e4c0597: Download complete [2021-05-11T07:47:01.286Z] 8ad3a11d3b57: Verifying Checksum [2021-05-11T07:47:01.286Z] 8ad3a11d3b57: Download complete [2021-05-11T07:47:01.860Z] df20fa9351a1: Pull complete [2021-05-11T07:47:01.860Z] 36b3adc4ff6f: Pull complete [2021-05-11T07:47:03.281Z] 8ad3a11d3b57: Pull complete [2021-05-11T07:47:03.281Z] 46f8f816bc3b: Pull complete [2021-05-11T07:47:03.544Z] aa168da1d23b: Verifying Checksum [2021-05-11T07:47:03.544Z] aa168da1d23b: Download complete [2021-05-11T07:47:04.119Z] 93b61091891f: Pull complete [2021-05-11T07:47:04.119Z] 93b9cdb0e59b: Pull complete [2021-05-11T07:47:04.383Z] 5e14af77c1be: Pull complete [2021-05-11T07:47:04.383Z] 01666e4c0597: Pull complete [2021-05-11T07:47:12.580Z] aa168da1d23b: Pull complete [2021-05-11T07:47:12.580Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-05-11T07:47:12.580Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-05-11T07:47:12.580Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-05-11T07:47:12.760Z] prd-centos7-docker-4c-2g-4379 does not seem to be running inside a container [2021-05-11T07:47:12.809Z] $ 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-05-11T07:47:15.432Z] $ docker top 775eeed1219a119c6d70334cefa0f07eeb43ba8150cd8e9ff25978eebb47d2bb -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-11T07:47:15.889Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-05-11T07:47:16.189Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-05-11T07:47:16.486Z] + ls /var/log/sa-host [2021-05-11T07:47:16.486Z] + sadf -c /var/log/sa-host/sa11 [2021-05-11T07:47:16.486Z] file_magic: OK [2021-05-11T07:47:16.486Z] HZ: Using current value: 100 [2021-05-11T07:47:16.486Z] file_header: OK [2021-05-11T07:47:16.486Z] 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-05-11T07:47:16.486Z] Statistics: [2021-05-11T07:47:16.486Z] 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-05-11T07:47:16.486Z] File successfully converted to sysstat format version 12.2.1 [2021-05-11T07:47:16.486Z] + sadf -c /var/log/sa-host/sa23 [2021-05-11T07:47:16.486Z] file_magic: OK [2021-05-11T07:47:16.486Z] HZ: Using current value: 100 [2021-05-11T07:47:16.486Z] file_header: OK [2021-05-11T07:47:16.486Z] 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-05-11T07:47:16.486Z] Statistics: [2021-05-11T07:47:16.486Z] Hnuu...uuuununununu... [2021-05-11T07:47:16.486Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-05-11T07:47:16.677Z] provisioning config files... [2021-05-11T07:47:16.694Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config4410496903120051732tmp [Pipeline] { [Pipeline] echo [2021-05-11T07:47:16.716Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-11T07:47:17.012Z] ---> create-netrc.sh [Pipeline] } [2021-05-11T07:47:17.022Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-05-11T07:47:17.048Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-11T07:47:17.343Z] ---> python-tools-install.sh [Pipeline] echo [2021-05-11T07:47:17.354Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-11T07:47:17.650Z] ---> sudo-logs.sh [2021-05-11T07:47:17.650Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-05-11T07:47:17.677Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-11T07:47:17.976Z] ---> job-cost.sh [2021-05-11T07:47:17.976Z] lf-activate-venv: SKIPPING [2021-05-11T07:47:17.976Z] DEBUG: total: 0.20999999344348907 [2021-05-11T07:47:17.976Z] INFO: Retrieving Stack Cost... [2021-05-11T07:47:18.923Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-05-11T07:47:19.496Z] INFO: Archiving Costs [Pipeline] echo [2021-05-11T07:47:19.510Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-11T07:47:19.807Z] ---> logs-deploy.sh [2021-05-11T07:47:19.807Z] lf-activate-venv: SKIPPING [2021-05-11T07:47:19.807Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/master/161 [2021-05-11T07:47:19.807Z] INFO: archiving workspace using pattern(s): [2021-05-11T07:47:21.725Z] Archives upload complete. [2021-05-11T07:47:21.725Z] INFO: archiving logs to Nexus