Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from c62645d0ab1012df8ad15b74000ef7e30c377aaa Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 57ded3389ef25720063a8030e5c426a6b7ea5b20 # timeout=10 Commit message: "Merge pull request #323 from siggiskulason/update-snap-build" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 46d8313d362d7075c0f562900eedc504c24ea18a using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:device-sdk-go, dockerImageName:docker-device-sdk-simple, dockerFilePath:example/cmd/device-simple/Dockerfile, pushImage:false, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2]] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: device-sdk-go-settings PROJECT: device-sdk-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_PATH: example/cmd/device-simple/Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-device-sdk-simple DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: false BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-33834 in /w/workspace/dgexfoundry_device-sdk-go_master [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/device-sdk-go.git > git init /w/workspace/dgexfoundry_device-sdk-go_master # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 Checking out Revision c62645d0ab1012df8ad15b74000ef7e30c377aaa (master) > git config core.sparsecheckout # timeout=10 > git checkout -f c62645d0ab1012df8ad15b74000ef7e30c377aaa # timeout=10 Commit message: "Merge pull request #873 from hahattan/issue-871" > git rev-list --no-walk e9afc7ccd5ba2553acad713398a13835ab73bf06 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-04-13T04:37:18.960Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-04-13T04:37:19.266Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-04-13T04:37:19.372Z] ========================================================= [2021-04-13T04:37:19.373Z] EdgeX Global Pipelines Version Info [2021-04-13T04:37:19.373Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-04-13T04:37:20.850Z] ------------------- [2021-04-13T04:37:20.851Z] stable info: [2021-04-13T04:37:20.851Z] ------------------- [2021-04-13T04:37:20.851Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-04-13T04:37:20.851Z] Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 [2021-04-13T04:37:20.851Z] Message: update stable to v1.0.186 [2021-04-13T04:37:23.430Z] ------------------- [2021-04-13T04:37:23.430Z] experimental info: [2021-04-13T04:37:23.430Z] ------------------- [2021-04-13T04:37:23.430Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-04-13T04:37:23.430Z] Commit SHA: d990d252097850d5d490fbb59df25296f5300d79 [2021-04-13T04:37:23.430Z] Message: update experimental to v1.0.188 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-04-13T04:37:23.803Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-go-settings [Pipeline] echo [2021-04-13T04:37:23.895Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-go [Pipeline] echo [2021-04-13T04:37:23.982Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-04-13T04:37:24.098Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-04-13T04:37:24.189Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-04-13T04:37:24.284Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-04-13T04:37:24.419Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-04-13T04:37:24.506Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-04-13T04:37:24.597Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = example/cmd/device-simple/Dockerfile [Pipeline] echo [2021-04-13T04:37:24.685Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-04-13T04:37:24.775Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-04-13T04:37:24.862Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-sdk-simple [Pipeline] echo [2021-04-13T04:37:24.950Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-04-13T04:37:25.080Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-04-13T04:37:25.176Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-04-13T04:37:25.292Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2021-04-13T04:37:25.381Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2021-04-13T04:37:25.464Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2021-04-13T04:37:25.549Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-04-13T04:37:25.656Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2021-04-13T04:37:25.740Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-04-13T04:37:25.829Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-04-13T04:37:25.913Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2021-04-13T04:37:25.997Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2021-04-13T04:37:26.089Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2021-04-13T04:37:26.177Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-04-13T04:37:26.266Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2021-04-13T04:37:26.350Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2021-04-13T04:37:26.436Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2021-04-13T04:37:26.521Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = c62645d0ab1012df8ad15b74000ef7e30c377aaa [Pipeline] echo [2021-04-13T04:37:26.632Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = c62645d [Pipeline] echo [2021-04-13T04:37:26.738Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-04-13T04:37:26.931Z] provisioning config files... [2021-04-13T04:37:26.956Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config396564809301109809tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-13T04:37:27.316Z] ---> docker-login.sh [2021-04-13T04:37:27.316Z] nexus3.edgexfoundry.org:10001 [2021-04-13T04:37:27.578Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-13T04:37:27.841Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-13T04:37:27.841Z] Configure a credential helper to remove this warning. See [2021-04-13T04:37:27.841Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-13T04:37:27.841Z] [2021-04-13T04:37:27.841Z] Login Succeeded [2021-04-13T04:37:27.841Z] nexus3.edgexfoundry.org:10002 [2021-04-13T04:37:27.841Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-13T04:37:28.104Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-13T04:37:28.104Z] Configure a credential helper to remove this warning. See [2021-04-13T04:37:28.104Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-13T04:37:28.104Z] [2021-04-13T04:37:28.104Z] Login Succeeded [2021-04-13T04:37:28.104Z] nexus3.edgexfoundry.org:10003 [2021-04-13T04:37:28.104Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-13T04:37:28.105Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-13T04:37:28.105Z] Configure a credential helper to remove this warning. See [2021-04-13T04:37:28.105Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-13T04:37:28.105Z] [2021-04-13T04:37:28.105Z] Login Succeeded [2021-04-13T04:37:28.105Z] nexus3.edgexfoundry.org:10004 [2021-04-13T04:37:28.366Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-13T04:37:28.366Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-13T04:37:28.366Z] Configure a credential helper to remove this warning. See [2021-04-13T04:37:28.366Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-13T04:37:28.366Z] [2021-04-13T04:37:28.366Z] Login Succeeded [2021-04-13T04:37:28.366Z] docker.io [2021-04-13T04:37:28.628Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-13T04:37:28.628Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-13T04:37:28.628Z] Configure a credential helper to remove this warning. See [2021-04-13T04:37:28.628Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-13T04:37:28.628Z] [2021-04-13T04:37:28.628Z] Login Succeeded [2021-04-13T04:37:28.628Z] ---> docker-login.sh ends [Pipeline] } [2021-04-13T04:37:28.639Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-04-13T04:37:29.428Z] + git log --format=format:%s -1 c62645d0ab1012df8ad15b74000ef7e30c377aaa [Pipeline] echo [2021-04-13T04:37:29.490Z] GIT_COMMIT: c62645d0ab1012df8ad15b74000ef7e30c377aaa, Commit Message: Merge pull request #873 from hahattan/issue-871 [Pipeline] echo [2021-04-13T04:37:29.535Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2021-04-13T04:37:30.490Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-13T04:37:30.490Z] [2021-04-13T04:37:30.490Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-04-13T04:37:30.840Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-13T04:37:30.840Z] latest: Pulling from edgex-devops/git-semver [2021-04-13T04:37:30.840Z] 31603596830f: Pulling fs layer [2021-04-13T04:37:30.840Z] 2a8b12db71e7: Pulling fs layer [2021-04-13T04:37:30.840Z] 6ca5941a6612: Pulling fs layer [2021-04-13T04:37:30.840Z] ecc8261a40a4: Pulling fs layer [2021-04-13T04:37:30.840Z] ecc8261a40a4: Waiting [2021-04-13T04:37:30.840Z] 2a8b12db71e7: Download complete [2021-04-13T04:37:30.840Z] 31603596830f: Verifying Checksum [2021-04-13T04:37:30.840Z] 31603596830f: Download complete [2021-04-13T04:37:31.103Z] 6ca5941a6612: Verifying Checksum [2021-04-13T04:37:31.103Z] 6ca5941a6612: Download complete [2021-04-13T04:37:31.103Z] ecc8261a40a4: Verifying Checksum [2021-04-13T04:37:31.103Z] ecc8261a40a4: Download complete [2021-04-13T04:37:31.376Z] 31603596830f: Pull complete [2021-04-13T04:37:31.376Z] 2a8b12db71e7: Pull complete [2021-04-13T04:37:32.322Z] 6ca5941a6612: Pull complete [2021-04-13T04:37:32.587Z] ecc8261a40a4: Pull complete [2021-04-13T04:37:32.587Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-04-13T04:37:32.587Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-13T04:37:32.587Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-04-13T04:37:32.688Z] prd-centos7-docker-4c-2g-33834 does not seem to be running inside a container [2021-04-13T04:37:32.733Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-sdk-go_master -v /w/workspace/dgexfoundry_device-sdk-go_master:/w/workspace/dgexfoundry_device-sdk-go_master:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_master@tmp:/w/workspace/dgexfoundry_device-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-04-13T04:37:34.754Z] $ docker top 643ddf97246fe19961a88d74358f8e5ed349b25cef0c70ea3653fbb418064aab -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-04-13T04:37:35.042Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-13T04:37:35.042Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-13T04:37:35.253Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-13T04:37:35.257Z] $ docker exec 643ddf97246fe19961a88d74358f8e5ed349b25cef0c70ea3653fbb418064aab ssh-agent [2021-04-13T04:37:35.426Z] SSH_AUTH_SOCK=/tmp/ssh-8pyhpy9xtGv5/agent.11 [2021-04-13T04:37:35.426Z] SSH_AGENT_PID=17 [2021-04-13T04:37:35.435Z] Running ssh-add (command line suppressed) [2021-04-13T04:37:35.552Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_751562468014410967.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_751562468014410967.key) [2021-04-13T04:37:35.606Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-13T04:37:35.938Z] + git tag --points-at HEAD [Pipeline] } [2021-04-13T04:37:35.958Z] $ docker exec --env ******** --env ******** 643ddf97246fe19961a88d74358f8e5ed349b25cef0c70ea3653fbb418064aab ssh-agent -k [2021-04-13T04:37:36.068Z] unset SSH_AUTH_SOCK; [2021-04-13T04:37:36.068Z] unset SSH_AGENT_PID; [2021-04-13T04:37:36.068Z] echo Agent pid 17 killed; [2021-04-13T04:37:36.117Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-04-13T04:37:36.269Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-13T04:37:36.269Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-13T04:37:36.433Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-13T04:37:36.437Z] $ docker exec 643ddf97246fe19961a88d74358f8e5ed349b25cef0c70ea3653fbb418064aab ssh-agent [2021-04-13T04:37:36.605Z] SSH_AUTH_SOCK=/tmp/ssh-ZqsPBmnDEUAm/agent.46 [2021-04-13T04:37:36.605Z] SSH_AGENT_PID=52 [2021-04-13T04:37:36.612Z] Running ssh-add (command line suppressed) [2021-04-13T04:37:36.739Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_8772872311774319850.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_8772872311774319850.key) [2021-04-13T04:37:36.791Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-13T04:37:37.120Z] + git semver init [2021-04-13T04:37:37.120Z] # -> Open(): unable to determine branch for HEAD [2021-04-13T04:37:37.120Z] # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git [2021-04-13T04:37:37.120Z] # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master [2021-04-13T04:37:37.120Z] # $SEMVER_REMOTE_NAME = origin [2021-04-13T04:37:37.120Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-04-13T04:37:37.120Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-04-13T04:37:37.120Z] # $SEMVER_BRANCH = master [2021-04-13T04:37:37.120Z] # $SEMVER_TEMP = /tmp/semver-050536390 [2021-04-13T04:37:37.120Z] # git clone --branch semver git@github.com:edgexfoundry/device-sdk-go.git $SEMVER_TEMP [2021-04-13T04:37:38.066Z] # '/tmp/semver-050536390' -> '/w/workspace/dgexfoundry_device-sdk-go_master/.semver' [2021-04-13T04:37:38.066Z] # -> Force: false [2021-04-13T04:37:38.066Z] # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver [Pipeline] } [2021-04-13T04:37:38.078Z] $ docker exec --env ******** --env ******** 643ddf97246fe19961a88d74358f8e5ed349b25cef0c70ea3653fbb418064aab ssh-agent -k [2021-04-13T04:37:38.184Z] unset SSH_AUTH_SOCK; [2021-04-13T04:37:38.184Z] unset SSH_AGENT_PID; [2021-04-13T04:37:38.184Z] echo Agent pid 52 killed; [2021-04-13T04:37:38.237Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-04-13T04:37:38.702Z] + git semver [Pipeline] } [2021-04-13T04:37:38.720Z] $ docker stop --time=1 643ddf97246fe19961a88d74358f8e5ed349b25cef0c70ea3653fbb418064aab [2021-04-13T04:37:40.392Z] $ docker rm -f 643ddf97246fe19961a88d74358f8e5ed349b25cef0c70ea3653fbb418064aab [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-13T04:37:41.002Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-04-13T04:37:41.430Z] Stashed 1 file(s) [Pipeline] echo [2021-04-13T04:37:41.433Z] [edgeXSemver]: initialized semver on version 2.0.0-dev.42 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] node [2021-04-13T04:37:56.985Z] Still waiting to schedule task [2021-04-13T04:37:56.985Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2021-04-13T04:37:56.987Z] Still waiting to schedule task [2021-04-13T04:37:56.987Z] ‘prd-ubuntu18.04-docker-arm64-4c-16g-32989’ is offline [2021-04-13T04:39:56.687Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-33835 in /w/workspace/dgexfoundry_device-sdk-go_master [Pipeline] { [Pipeline] ws [2021-04-13T04:39:56.745Z] Running in /w/workspace/device-sdk-go/147 [Pipeline] { [Pipeline] checkout [2021-04-13T04:40:02.010Z] using credential edgex-jenkins-ssh [2021-04-13T04:40:02.070Z] Cloning the remote Git repository [2021-04-13T04:40:02.121Z] Cloning repository git@github.com:edgexfoundry/device-sdk-go.git [2021-04-13T04:40:02.231Z] > git init /w/workspace/device-sdk-go/147 # timeout=10 [2021-04-13T04:40:02.300Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2021-04-13T04:40:02.301Z] > git --version # timeout=10 [2021-04-13T04:40:02.321Z] > git --version # 'git version 2.17.1' [2021-04-13T04:40:02.322Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-13T04:40:02.407Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-13T04:40:05.482Z] Checking out Revision c62645d0ab1012df8ad15b74000ef7e30c377aaa (master) [2021-04-13T04:40:04.873Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2021-04-13T04:40:04.895Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-13T04:40:04.923Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2021-04-13T04:40:04.962Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2021-04-13T04:40:04.963Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-13T04:40:04.975Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-04-13T04:40:05.500Z] > git config core.sparsecheckout # timeout=10 [2021-04-13T04:40:05.520Z] > git checkout -f c62645d0ab1012df8ad15b74000ef7e30c377aaa # timeout=10 [2021-04-13T04:40:10.057Z] Commit message: "Merge pull request #873 from hahattan/issue-871" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-04-13T04:40:11.700Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-04-13T04:40:12.122Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-04-13T04:40:12.488Z] + true [2021-04-13T04:40:12.488Z] + sudo service docker restart [2021-04-13T04:40:14.173Z] Running on prd-centos7-docker-4c-2g-33836 in /w/workspace/dgexfoundry_device-sdk-go_master [Pipeline] { [Pipeline] ws [2021-04-13T04:40:14.224Z] Running in /w/workspace/device-sdk-go/147 [Pipeline] { [Pipeline] checkout [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-04-13T04:40:15.251Z] provisioning config files... [2021-04-13T04:40:15.291Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/147@tmp/config2541689279141867716tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-13T04:40:15.713Z] ---> docker-login.sh [2021-04-13T04:40:15.713Z] nexus3.edgexfoundry.org:10001 [2021-04-13T04:40:16.582Z] using credential edgex-jenkins-ssh [2021-04-13T04:40:16.650Z] Cloning the remote Git repository [2021-04-13T04:40:16.742Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-13T04:40:16.689Z] Cloning repository git@github.com:edgexfoundry/device-sdk-go.git [2021-04-13T04:40:16.758Z] > git init /w/workspace/device-sdk-go/147 # timeout=10 [2021-04-13T04:40:17.018Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-13T04:40:17.018Z] Configure a credential helper to remove this warning. See [2021-04-13T04:40:17.018Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-13T04:40:17.018Z] [2021-04-13T04:40:17.018Z] Login Succeeded [2021-04-13T04:40:17.018Z] nexus3.edgexfoundry.org:10002 [2021-04-13T04:40:17.292Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-13T04:40:17.567Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-13T04:40:17.567Z] Configure a credential helper to remove this warning. See [2021-04-13T04:40:17.567Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-13T04:40:17.567Z] [2021-04-13T04:40:17.567Z] Login Succeeded [2021-04-13T04:40:17.567Z] nexus3.edgexfoundry.org:10003 [2021-04-13T04:40:17.844Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-13T04:40:16.828Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2021-04-13T04:40:16.829Z] > git --version # timeout=10 [2021-04-13T04:40:16.835Z] > git --version # 'git version 2.24.3' [2021-04-13T04:40:16.836Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-13T04:40:16.860Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-13T04:40:17.535Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2021-04-13T04:40:17.542Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-13T04:40:17.554Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2021-04-13T04:40:17.570Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2021-04-13T04:40:17.570Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-13T04:40:17.574Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-04-13T04:40:17.955Z] Checking out Revision c62645d0ab1012df8ad15b74000ef7e30c377aaa (master) [2021-04-13T04:40:18.123Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-13T04:40:18.123Z] Configure a credential helper to remove this warning. See [2021-04-13T04:40:18.124Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-13T04:40:18.124Z] [2021-04-13T04:40:18.124Z] Login Succeeded [2021-04-13T04:40:18.124Z] nexus3.edgexfoundry.org:10004 [2021-04-13T04:40:18.398Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-13T04:40:18.398Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-13T04:40:18.398Z] Configure a credential helper to remove this warning. See [2021-04-13T04:40:18.398Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-13T04:40:18.398Z] [2021-04-13T04:40:18.398Z] Login Succeeded [2021-04-13T04:40:18.670Z] docker.io [2021-04-13T04:40:18.945Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-13T04:40:17.965Z] > git config core.sparsecheckout # timeout=10 [2021-04-13T04:40:17.970Z] > git checkout -f c62645d0ab1012df8ad15b74000ef7e30c377aaa # timeout=10 [2021-04-13T04:40:19.215Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-13T04:40:19.215Z] Configure a credential helper to remove this warning. See [2021-04-13T04:40:19.215Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-13T04:40:19.215Z] [2021-04-13T04:40:19.215Z] Login Succeeded [2021-04-13T04:40:19.215Z] ---> docker-login.sh ends [Pipeline] } [2021-04-13T04:40:19.233Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-04-13T04:40:19.634Z] ========================================================= [2021-04-13T04:40:19.635Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-04-13T04:40:19.635Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-04-13T04:40:20.015Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . [2021-04-13T04:40:20.289Z] Sending build context to Docker daemon 2.386MB [2021-04-13T04:40:20.572Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-04-13T04:40:20.572Z] Step 2/8 : FROM ${BASE} [2021-04-13T04:40:20.572Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-04-13T04:40:20.572Z] 5f621e34cdf4: Pulling fs layer [2021-04-13T04:40:20.572Z] a4357932f1b6: Pulling fs layer [2021-04-13T04:40:20.572Z] 18c013af1878: Pulling fs layer [2021-04-13T04:40:20.572Z] 00ac8860ef70: Pulling fs layer [2021-04-13T04:40:20.572Z] 63d7cb157983: Pulling fs layer [2021-04-13T04:40:20.572Z] b116817d02f9: Pulling fs layer [2021-04-13T04:40:20.572Z] 745a02a5169b: Pulling fs layer [2021-04-13T04:40:20.572Z] 00ac8860ef70: Waiting [2021-04-13T04:40:20.572Z] 63d7cb157983: Waiting [2021-04-13T04:40:20.572Z] b116817d02f9: Waiting [2021-04-13T04:40:20.572Z] 745a02a5169b: Waiting [2021-04-13T04:40:20.572Z] 18c013af1878: Download complete [2021-04-13T04:40:20.572Z] a4357932f1b6: Download complete [2021-04-13T04:40:20.572Z] 63d7cb157983: Verifying Checksum [2021-04-13T04:40:20.572Z] 63d7cb157983: Download complete [2021-04-13T04:40:20.572Z] b116817d02f9: Verifying Checksum [2021-04-13T04:40:20.572Z] b116817d02f9: Download complete [2021-04-13T04:40:20.572Z] 5f621e34cdf4: Download complete [2021-04-13T04:40:21.174Z] 5f621e34cdf4: Pull complete [2021-04-13T04:40:21.692Z] Commit message: "Merge pull request #873 from hahattan/issue-871" [2021-04-13T04:40:21.785Z] a4357932f1b6: Pull complete [Pipeline] withEnv [Pipeline] { [2021-04-13T04:40:22.066Z] 18c013af1878: Pull complete [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-04-13T04:40:22.912Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-04-13T04:40:23.244Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-04-13T04:40:23.547Z] + sudo service docker restart [2021-04-13T04:40:23.547Z] + true [2021-04-13T04:40:23.547Z] Redirecting to /bin/systemctl restart docker.service [2021-04-13T04:40:24.072Z] 745a02a5169b: Verifying Checksum [2021-04-13T04:40:24.072Z] 745a02a5169b: Download complete [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-04-13T04:40:24.598Z] provisioning config files... [2021-04-13T04:40:24.625Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/147@tmp/config3192367647696482474tmp [Pipeline] { [2021-04-13T04:40:24.670Z] 00ac8860ef70: Verifying Checksum [2021-04-13T04:40:24.670Z] 00ac8860ef70: Download complete [Pipeline] libraryResource [Pipeline] sh [2021-04-13T04:40:24.991Z] ---> docker-login.sh [2021-04-13T04:40:24.991Z] nexus3.edgexfoundry.org:10001 [2021-04-13T04:40:25.258Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-13T04:40:25.521Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-13T04:40:25.521Z] Configure a credential helper to remove this warning. See [2021-04-13T04:40:25.521Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-13T04:40:25.521Z] [2021-04-13T04:40:25.521Z] Login Succeeded [2021-04-13T04:40:25.521Z] nexus3.edgexfoundry.org:10002 [2021-04-13T04:40:25.521Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-13T04:40:25.521Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-13T04:40:25.521Z] Configure a credential helper to remove this warning. See [2021-04-13T04:40:25.521Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-13T04:40:25.521Z] [2021-04-13T04:40:25.521Z] Login Succeeded [2021-04-13T04:40:25.521Z] nexus3.edgexfoundry.org:10003 [2021-04-13T04:40:25.785Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-13T04:40:25.785Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-13T04:40:25.785Z] Configure a credential helper to remove this warning. See [2021-04-13T04:40:25.785Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-13T04:40:25.785Z] [2021-04-13T04:40:25.785Z] Login Succeeded [2021-04-13T04:40:25.785Z] nexus3.edgexfoundry.org:10004 [2021-04-13T04:40:25.785Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-13T04:40:26.049Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-13T04:40:26.049Z] Configure a credential helper to remove this warning. See [2021-04-13T04:40:26.049Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-13T04:40:26.049Z] [2021-04-13T04:40:26.049Z] Login Succeeded [2021-04-13T04:40:26.049Z] docker.io [2021-04-13T04:40:26.049Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-13T04:40:26.314Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-13T04:40:26.314Z] Configure a credential helper to remove this warning. See [2021-04-13T04:40:26.314Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-13T04:40:26.314Z] [2021-04-13T04:40:26.314Z] Login Succeeded [2021-04-13T04:40:26.314Z] ---> docker-login.sh ends [Pipeline] } [2021-04-13T04:40:26.325Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-04-13T04:40:26.683Z] ========================================================= [2021-04-13T04:40:26.683Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-04-13T04:40:26.683Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-04-13T04:40:27.032Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . [2021-04-13T04:40:27.032Z] Sending build context to Docker daemon 2.387MB [2021-04-13T04:40:27.032Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-04-13T04:40:27.032Z] Step 2/8 : FROM ${BASE} [2021-04-13T04:40:27.301Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-04-13T04:40:27.301Z] 188c0c94c7c5: Pulling fs layer [2021-04-13T04:40:27.301Z] 0ef7d3d256c8: Pulling fs layer [2021-04-13T04:40:27.301Z] de9db76c5a1d: Pulling fs layer [2021-04-13T04:40:27.301Z] bca2f99d35d6: Pulling fs layer [2021-04-13T04:40:27.301Z] 93359f2a8cfa: Pulling fs layer [2021-04-13T04:40:27.301Z] 7c6f9722023f: Pulling fs layer [2021-04-13T04:40:27.301Z] a35cf1a2eb13: Pulling fs layer [2021-04-13T04:40:27.301Z] bca2f99d35d6: Waiting [2021-04-13T04:40:27.301Z] 93359f2a8cfa: Waiting [2021-04-13T04:40:27.301Z] 7c6f9722023f: Waiting [2021-04-13T04:40:27.301Z] a35cf1a2eb13: Waiting [2021-04-13T04:40:27.301Z] de9db76c5a1d: Verifying Checksum [2021-04-13T04:40:27.301Z] de9db76c5a1d: Download complete [2021-04-13T04:40:27.301Z] 0ef7d3d256c8: Verifying Checksum [2021-04-13T04:40:27.301Z] 0ef7d3d256c8: Download complete [2021-04-13T04:40:27.301Z] 93359f2a8cfa: Verifying Checksum [2021-04-13T04:40:27.301Z] 93359f2a8cfa: Download complete [2021-04-13T04:40:27.301Z] 7c6f9722023f: Verifying Checksum [2021-04-13T04:40:27.301Z] 7c6f9722023f: Download complete [2021-04-13T04:40:27.301Z] 188c0c94c7c5: Verifying Checksum [2021-04-13T04:40:27.301Z] 188c0c94c7c5: Download complete [2021-04-13T04:40:27.576Z] 188c0c94c7c5: Pull complete [2021-04-13T04:40:27.842Z] 0ef7d3d256c8: Pull complete [2021-04-13T04:40:27.842Z] de9db76c5a1d: Pull complete [2021-04-13T04:40:29.247Z] a35cf1a2eb13: Verifying Checksum [2021-04-13T04:40:29.247Z] a35cf1a2eb13: Download complete [2021-04-13T04:40:29.511Z] bca2f99d35d6: Verifying Checksum [2021-04-13T04:40:29.511Z] bca2f99d35d6: Download complete [2021-04-13T04:40:34.842Z] 00ac8860ef70: Pull complete [2021-04-13T04:40:34.842Z] 63d7cb157983: Pull complete [2021-04-13T04:40:35.441Z] b116817d02f9: Pull complete [2021-04-13T04:40:36.147Z] bca2f99d35d6: Pull complete [2021-04-13T04:40:36.147Z] 93359f2a8cfa: Pull complete [2021-04-13T04:40:36.147Z] 7c6f9722023f: Pull complete [2021-04-13T04:40:39.775Z] 745a02a5169b: Pull complete [2021-04-13T04:40:39.775Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-04-13T04:40:39.775Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-04-13T04:40:39.775Z] ---> b7e6874047d6 [2021-04-13T04:40:39.775Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-04-13T04:40:42.402Z] ---> Running in c3df0ae11748 [2021-04-13T04:40:42.402Z] Removing intermediate container c3df0ae11748 [2021-04-13T04:40:42.402Z] ---> 30fa28178f83 [2021-04-13T04:40:42.402Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-13T04:40:42.690Z] ---> Running in 26a84ad1feda [2021-04-13T04:40:42.767Z] a35cf1a2eb13: Pull complete [2021-04-13T04:40:42.767Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-04-13T04:40:42.767Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-04-13T04:40:42.767Z] ---> a62c8e92a672 [2021-04-13T04:40:42.767Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-04-13T04:40:43.033Z] ---> Running in 4de0e9c15cbc [2021-04-13T04:40:43.304Z] Removing intermediate container 4de0e9c15cbc [2021-04-13T04:40:43.304Z] ---> d1b38b132d13 [2021-04-13T04:40:43.304Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-13T04:40:43.304Z] ---> Running in 01c4e834f4da [2021-04-13T04:40:44.706Z] Removing intermediate container 01c4e834f4da [2021-04-13T04:40:44.706Z] ---> 7e6aae0f83d4 [2021-04-13T04:40:44.706Z] Step 5/8 : RUN apk add --update --no-cache make git gcc libc-dev libsodium-dev zeromq-dev [2021-04-13T04:40:44.706Z] ---> Running in bc637b4ad912 [2021-04-13T04:40:45.282Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-13T04:40:45.330Z] Removing intermediate container 26a84ad1feda [2021-04-13T04:40:45.330Z] ---> 8393f6e842e4 [2021-04-13T04:40:45.330Z] Step 5/8 : RUN apk add --update --no-cache make git gcc libc-dev libsodium-dev zeromq-dev [2021-04-13T04:40:45.330Z] ---> Running in e1b8fc3fa060 [2021-04-13T04:40:45.859Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-13T04:40:46.321Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-13T04:40:46.434Z] (1/6) Installing libc-dev (0.7.2-r3) [2021-04-13T04:40:46.434Z] (2/6) Installing libsodium (1.0.18-r0) [2021-04-13T04:40:46.434Z] (3/6) Installing pkgconf (1.7.2-r0) [2021-04-13T04:40:46.698Z] (4/6) Installing libsodium-dev (1.0.18-r0) [2021-04-13T04:40:46.698Z] (5/6) Installing libzmq (4.3.3-r0) [2021-04-13T04:40:46.698Z] (6/6) Installing zeromq-dev (4.3.3-r0) [2021-04-13T04:40:46.960Z] Executing busybox-1.31.1-r19.trigger [2021-04-13T04:40:46.960Z] OK: 167 MiB in 45 packages [2021-04-13T04:40:47.297Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-13T04:40:47.536Z] Removing intermediate container bc637b4ad912 [2021-04-13T04:40:47.536Z] ---> c0b3fe40afcc [2021-04-13T04:40:47.536Z] Step 6/8 : WORKDIR /device-sdk-go [2021-04-13T04:40:47.536Z] ---> Running in fb6926be9729 [2021-04-13T04:40:47.802Z] Removing intermediate container fb6926be9729 [2021-04-13T04:40:47.802Z] ---> 95753ba522c7 [2021-04-13T04:40:47.802Z] Step 7/8 : COPY . . [2021-04-13T04:40:47.890Z] (1/6) Installing libc-dev (0.7.2-r3) [2021-04-13T04:40:48.162Z] (2/6) Installing libsodium (1.0.18-r0) [2021-04-13T04:40:48.162Z] (3/6) Installing pkgconf (1.7.2-r0) [2021-04-13T04:40:48.162Z] (4/6) Installing libsodium-dev (1.0.18-r0) [2021-04-13T04:40:48.435Z] (5/6) Installing libzmq (4.3.3-r0) [2021-04-13T04:40:48.435Z] (6/6) Installing zeromq-dev (4.3.3-r0) [2021-04-13T04:40:48.435Z] Executing busybox-1.31.1-r19.trigger [2021-04-13T04:40:48.708Z] OK: 144 MiB in 45 packages [2021-04-13T04:40:49.199Z] ---> 2d149aaef3c3 [2021-04-13T04:40:49.199Z] Step 8/8 : RUN go mod download [2021-04-13T04:40:49.199Z] ---> Running in 700f3a71ab8f [2021-04-13T04:40:50.143Z] Removing intermediate container e1b8fc3fa060 [2021-04-13T04:40:50.143Z] ---> d44e5c59c591 [2021-04-13T04:40:50.143Z] Step 6/8 : WORKDIR /device-sdk-go [2021-04-13T04:40:50.143Z] ---> Running in a9bd1c6e1a85 [2021-04-13T04:40:50.735Z] Removing intermediate container a9bd1c6e1a85 [2021-04-13T04:40:50.735Z] ---> c0a9f312780d [2021-04-13T04:40:50.735Z] Step 7/8 : COPY . . [2021-04-13T04:40:51.718Z] ---> db71e8dcf617 [2021-04-13T04:40:51.718Z] Step 8/8 : RUN go mod download [2021-04-13T04:40:51.718Z] ---> Running in 887e0e12e5b0 [2021-04-13T04:41:11.235Z] Removing intermediate container 700f3a71ab8f [2021-04-13T04:41:11.236Z] ---> 22b6b0413a47 [2021-04-13T04:41:11.236Z] Successfully built 22b6b0413a47 [2021-04-13T04:41:11.236Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-04-13T04:41:11.556Z] + docker inspect -f . ci-base-image-x86_64 [2021-04-13T04:41:11.556Z] . [Pipeline] withDockerContainer [2021-04-13T04:41:11.906Z] prd-centos7-docker-4c-2g-33836 does not seem to be running inside a container [2021-04-13T04:41:12.058Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/147 -v /w/workspace/device-sdk-go/147:/w/workspace/device-sdk-go/147:rw,z -v /w/workspace/device-sdk-go/147@tmp:/w/workspace/device-sdk-go/147@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-04-13T04:41:13.087Z] $ docker top 674f2bfaa06c0f3e1e8b0a2c896c5c4605c0016c246cd0b241d6f1a3cfe98b8b -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-13T04:41:13.644Z] + go version [2021-04-13T04:41:13.644Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-04-13T04:41:13.662Z] $ docker stop --time=1 674f2bfaa06c0f3e1e8b0a2c896c5c4605c0016c246cd0b241d6f1a3cfe98b8b [2021-04-13T04:41:15.040Z] $ docker rm -f 674f2bfaa06c0f3e1e8b0a2c896c5c4605c0016c246cd0b241d6f1a3cfe98b8b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-13T04:41:15.886Z] + docker inspect -f . ci-base-image-x86_64 [2021-04-13T04:41:15.886Z] . [Pipeline] withDockerContainer [2021-04-13T04:41:15.984Z] prd-centos7-docker-4c-2g-33836 does not seem to be running inside a container [2021-04-13T04:41:16.037Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/147 -v /w/workspace/device-sdk-go/147:/w/workspace/device-sdk-go/147:rw,z -v /w/workspace/device-sdk-go/147@tmp:/w/workspace/device-sdk-go/147@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-04-13T04:41:16.673Z] $ docker top de2f5c0f195a04f7db50e4f0f25ddd054668024edb2bf010420e771b02e4a30d -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-13T04:41:17.178Z] + make test [2021-04-13T04:41:17.178Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-04-13T04:41:18.542Z] Removing intermediate container 887e0e12e5b0 [2021-04-13T04:41:18.542Z] ---> 27f2ae9a4cc1 [2021-04-13T04:41:18.542Z] Successfully built 27f2ae9a4cc1 [2021-04-13T04:41:18.542Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-04-13T04:41:18.883Z] + docker inspect -f . ci-base-image-arm64 [2021-04-13T04:41:18.883Z] . [Pipeline] withDockerContainer [2021-04-13T04:41:19.158Z] prd-ubuntu18.04-docker-arm64-4c-16g-33835 does not seem to be running inside a container [2021-04-13T04:41:19.234Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/147 -v /w/workspace/device-sdk-go/147:/w/workspace/device-sdk-go/147:rw,z -v /w/workspace/device-sdk-go/147@tmp:/w/workspace/device-sdk-go/147@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-arm64 cat [2021-04-13T04:41:20.787Z] $ docker top 5bfd8792f33ff09a973d64af3aad85ca252a1f0a2c70b6b2d8ee201245371ae3 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-13T04:41:21.823Z] + go version [2021-04-13T04:41:21.823Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-04-13T04:41:21.838Z] $ docker stop --time=1 5bfd8792f33ff09a973d64af3aad85ca252a1f0a2c70b6b2d8ee201245371ae3 [2021-04-13T04:41:23.774Z] $ docker rm -f 5bfd8792f33ff09a973d64af3aad85ca252a1f0a2c70b6b2d8ee201245371ae3 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-13T04:41:24.806Z] + docker inspect -f . ci-base-image-arm64 [2021-04-13T04:41:24.806Z] . [Pipeline] withDockerContainer [2021-04-13T04:41:25.047Z] prd-ubuntu18.04-docker-arm64-4c-16g-33835 does not seem to be running inside a container [2021-04-13T04:41:25.118Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/147 -v /w/workspace/device-sdk-go/147:/w/workspace/device-sdk-go/147:rw,z -v /w/workspace/device-sdk-go/147@tmp:/w/workspace/device-sdk-go/147@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-arm64 cat [2021-04-13T04:41:25.383Z] ? github.com/edgexfoundry/device-sdk-go/v2 [no test files] [2021-04-13T04:41:26.636Z] $ docker top 9158b9d422ded2c01d7326e2711284bc5c8843a53b1b8d9e65392ec0fc73b2fe -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-13T04:41:27.676Z] + make test [2021-04-13T04:41:27.677Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-04-13T04:41:43.616Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/cmd/device-simple [no test files] [2021-04-13T04:41:43.616Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/config [no test files] [2021-04-13T04:41:43.616Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/driver [no test files] [2021-04-13T04:41:43.616Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/application [no test files] [2021-04-13T04:41:43.616Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/autodiscovery [no test files] [2021-04-13T04:41:47.884Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/autoevent 0.069s coverage: 28.1% of statements [2021-04-13T04:41:47.884Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/cache 0.078s coverage: 78.9% of statements [2021-04-13T04:41:48.855Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/clients 1.086s coverage: 7.8% of statements [2021-04-13T04:41:48.855Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/common [no test files] [2021-04-13T04:41:48.855Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/config [no test files] [2021-04-13T04:41:48.855Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/container [no test files] [2021-04-13T04:41:48.855Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http 0.081s coverage: 32.5% of statements [2021-04-13T04:41:48.855Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http/correlation [no test files] [2021-04-13T04:41:48.855Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/provision [no test files] [2021-04-13T04:41:48.855Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/telemetry [no test files] [2021-04-13T04:41:49.439Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/transformer 0.102s coverage: 57.1% of statements [2021-04-13T04:41:49.863Z] ? github.com/edgexfoundry/device-sdk-go/v2 [no test files] [2021-04-13T04:41:50.015Z] ok github.com/edgexfoundry/device-sdk-go/v2/pkg/models 1.196s coverage: 6.6% of statements [2021-04-13T04:41:50.015Z] ok github.com/edgexfoundry/device-sdk-go/v2/pkg/service 0.057s coverage: 5.0% of statements [2021-04-13T04:41:50.015Z] ? github.com/edgexfoundry/device-sdk-go/v2/pkg/startup [no test files] [2021-04-13T04:41:50.278Z] GO111MODULE=on go vet ./... [2021-04-13T04:42:08.536Z] gofmt -l . [2021-04-13T04:42:08.536Z] [ "`gofmt -l .`" = "" ] [2021-04-13T04:42:08.536Z] ./bin/test-attribution-txt.sh [2021-04-13T04:42:08.536Z] ./bin/test-go-mod-tidy.sh [Pipeline] } [2021-04-13T04:42:08.561Z] $ docker stop --time=1 de2f5c0f195a04f7db50e4f0f25ddd054668024edb2bf010420e771b02e4a30d [2021-04-13T04:42:10.317Z] $ docker rm -f de2f5c0f195a04f7db50e4f0f25ddd054668024edb2bf010420e771b02e4a30d [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-13T04:42:11.072Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-04-13T04:42:11.514Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2021-04-13T04:42:15.462Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-04-13T04:42:15.764Z] + ls -al . [2021-04-13T04:42:15.764Z] total 188 [2021-04-13T04:42:15.764Z] drwxrwxr-x. 10 jenkins jenkins 4096 Apr 13 04:42 . [2021-04-13T04:42:15.764Z] drwxrwxr-x. 4 jenkins jenkins 32 Apr 13 04:40 .. [2021-04-13T04:42:15.764Z] drwxrwxr-x. 2 jenkins jenkins 64 Apr 13 04:40 bin [2021-04-13T04:42:15.764Z] -rw-r--r--. 1 jenkins jenkins 99750 Apr 13 04:41 coverage.out [2021-04-13T04:42:15.764Z] -rw-rw-r--. 1 jenkins jenkins 987 Apr 13 04:40 Dockerfile.build [2021-04-13T04:42:15.764Z] -rw-rw-r--. 1 jenkins jenkins 140 Apr 13 04:40 .dockerignore [2021-04-13T04:42:15.764Z] drwxrwxr-x. 5 jenkins jenkins 62 Apr 13 04:40 example [2021-04-13T04:42:15.764Z] drwxrwxr-x. 8 jenkins jenkins 162 Apr 13 04:40 .git [2021-04-13T04:42:15.764Z] drwxrwxr-x. 2 jenkins jenkins 103 Apr 13 04:40 .github [2021-04-13T04:42:15.764Z] -rw-rw-r--. 1 jenkins jenkins 138 Apr 13 04:40 .gitignore [2021-04-13T04:42:15.764Z] -rw-r--r--. 1 jenkins jenkins 572 Apr 13 04:42 go.mod [2021-04-13T04:42:15.764Z] -rw-r--r--. 1 jenkins jenkins 20726 Apr 13 04:42 go.sum [2021-04-13T04:42:15.764Z] drwxrwxr-x. 14 jenkins jenkins 207 Apr 13 04:40 internal [2021-04-13T04:42:15.764Z] -rw-rw-r--. 1 jenkins jenkins 901 Apr 13 04:40 Jenkinsfile [2021-04-13T04:42:15.764Z] -rw-rw-r--. 1 jenkins jenkins 11341 Apr 13 04:40 LICENSE [2021-04-13T04:42:15.764Z] -rw-rw-r--. 1 jenkins jenkins 1022 Apr 13 04:40 Makefile [2021-04-13T04:42:15.764Z] drwxrwxr-x. 4 jenkins jenkins 26 Apr 13 04:40 openapi [2021-04-13T04:42:15.764Z] drwxrwxr-x. 5 jenkins jenkins 50 Apr 13 04:40 pkg [2021-04-13T04:42:15.764Z] -rw-rw-r--. 1 jenkins jenkins 5897 Apr 13 04:40 README.md [2021-04-13T04:42:15.764Z] -rw-rw-r--. 1 jenkins jenkins 6616 Apr 13 04:40 RELEASE-NOTES.txt [2021-04-13T04:42:15.764Z] drwxrwxr-x. 4 jenkins jenkins 54 Apr 13 04:40 snap [2021-04-13T04:42:15.764Z] -rw-rw-r--. 1 jenkins jenkins 12 Apr 13 04:37 VERSION [2021-04-13T04:42:15.764Z] -rw-rw-r--. 1 jenkins jenkins 222 Apr 13 04:40 version.go [Pipeline] isUnix [Pipeline] sh [2021-04-13T04:42:16.073Z] + 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=c62645d0ab1012df8ad15b74000ef7e30c377aaa --label arch=amd64 --label version=2.0.0-dev.42 . [2021-04-13T04:42:16.336Z] Sending build context to Docker daemon 2.488MB [2021-04-13T04:42:16.336Z] Step 1/23 : ARG BASE=golang:1.15-alpine3.12 [2021-04-13T04:42:16.336Z] Step 2/23 : FROM ${BASE} AS builder [2021-04-13T04:42:16.336Z] ---> 22b6b0413a47 [2021-04-13T04:42:16.336Z] Step 3/23 : WORKDIR /device-sdk-go [2021-04-13T04:42:16.916Z] ---> Running in ae3d7cede624 [2021-04-13T04:42:16.916Z] Removing intermediate container ae3d7cede624 [2021-04-13T04:42:16.916Z] ---> 0b7fc58eb738 [2021-04-13T04:42:16.916Z] Step 4/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-04-13T04:42:16.916Z] ---> Running in 613961a3aa94 [2021-04-13T04:42:17.180Z] Removing intermediate container 613961a3aa94 [2021-04-13T04:42:17.180Z] ---> 5c568598ebbc [2021-04-13T04:42:17.180Z] Step 5/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-13T04:42:17.180Z] ---> Running in 28bbcb7051ec [2021-04-13T04:42:18.130Z] Removing intermediate container 28bbcb7051ec [2021-04-13T04:42:18.130Z] ---> de294a7285bd [2021-04-13T04:42:18.130Z] Step 6/23 : RUN apk add --update --no-cache make git gcc libc-dev zeromq-dev libsodium-dev [2021-04-13T04:42:18.130Z] ---> Running in 08c82a1ca4d1 [2021-04-13T04:42:18.707Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-13T04:42:19.655Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-13T04:42:21.050Z] OK: 167 MiB in 45 packages [2021-04-13T04:42:21.629Z] Removing intermediate container 08c82a1ca4d1 [2021-04-13T04:42:21.629Z] ---> d632a5e2f167 [2021-04-13T04:42:21.629Z] Step 7/23 : COPY . . [2021-04-13T04:42:22.581Z] ---> 004f2e4c810e [2021-04-13T04:42:22.581Z] Step 8/23 : RUN go mod download [2021-04-13T04:42:22.581Z] ---> Running in 4250b5d0fdc0 [2021-04-13T04:42:23.533Z] Removing intermediate container 4250b5d0fdc0 [2021-04-13T04:42:23.533Z] ---> c1f1fab3a4d1 [2021-04-13T04:42:23.533Z] Step 9/23 : RUN make build [2021-04-13T04:42:23.533Z] ---> Running in 2e79232e2dc5 [2021-04-13T04:42:24.125Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-sdk-go/v2.Version=2.0.0-dev.42" -o example/cmd/device-simple/device-simple ./example/cmd/device-simple [2021-04-13T04:42:34.226Z] CGO_ENABLED=1 GO111MODULE=on go install -tags=safe [2021-04-13T04:42:36.782Z] Removing intermediate container 2e79232e2dc5 [2021-04-13T04:42:36.782Z] ---> 2217e4f0ff1d [2021-04-13T04:42:36.782Z] Step 10/23 : FROM alpine:3.12 [2021-04-13T04:42:37.044Z] 3.12: Pulling from library/alpine [2021-04-13T04:42:37.312Z] 532819f3e44c: Pulling fs layer [2021-04-13T04:42:37.312Z] 532819f3e44c: Verifying Checksum [2021-04-13T04:42:37.312Z] 532819f3e44c: Download complete [2021-04-13T04:42:37.573Z] 532819f3e44c: Pull complete [2021-04-13T04:42:37.573Z] Digest: sha256:834e9309b5ef0f78d8d20ef0652e7b0272fe97b5baf45720e1b830eaf013cc1b [2021-04-13T04:42:37.573Z] Status: Downloaded newer image for alpine:3.12 [2021-04-13T04:42:37.573Z] ---> 7230e588e954 [2021-04-13T04:42:37.573Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-04-13T04:42:37.836Z] ---> Running in d48fdc73dbb2 [2021-04-13T04:42:37.836Z] Removing intermediate container d48fdc73dbb2 [2021-04-13T04:42:37.836Z] ---> 97cf5936f324 [2021-04-13T04:42:37.836Z] Step 12/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-13T04:42:38.099Z] ---> Running in 7da97c613246 [2021-04-13T04:42:38.673Z] Removing intermediate container 7da97c613246 [2021-04-13T04:42:38.673Z] ---> bfba2b0249df [2021-04-13T04:42:38.673Z] Step 13/23 : RUN apk add --update --no-cache zeromq [2021-04-13T04:42:38.934Z] ---> Running in 3f650cf03e55 [2021-04-13T04:42:39.197Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-13T04:42:39.772Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-13T04:42:40.350Z] (1/5) Installing libgcc (9.3.0-r2) [2021-04-13T04:42:40.350Z] (2/5) Installing libsodium (1.0.18-r0) [2021-04-13T04:42:40.619Z] (3/5) Installing libstdc++ (9.3.0-r2) [2021-04-13T04:42:41.194Z] (4/5) Installing libzmq (4.3.3-r0) [2021-04-13T04:42:41.457Z] (5/5) Installing zeromq (4.3.3-r0) [2021-04-13T04:42:41.457Z] Executing busybox-1.31.1-r20.trigger [2021-04-13T04:42:41.457Z] OK: 8 MiB in 19 packages [2021-04-13T04:42:42.032Z] Removing intermediate container 3f650cf03e55 [2021-04-13T04:42:42.032Z] ---> 9585a4cdd9de [2021-04-13T04:42:42.032Z] Step 14/23 : WORKDIR / [2021-04-13T04:42:42.032Z] ---> Running in 9b7a84757f74 [2021-04-13T04:42:42.295Z] Removing intermediate container 9b7a84757f74 [2021-04-13T04:42:42.295Z] ---> ce1869256f61 [2021-04-13T04:42:42.295Z] Step 15/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/Attribution.txt /Attribution.txt [2021-04-13T04:42:43.242Z] ---> e42674a0e10a [2021-04-13T04:42:43.242Z] Step 16/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /device-simple [2021-04-13T04:42:43.818Z] ---> a03d4824cc01 [2021-04-13T04:42:43.818Z] Step 17/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/ /res [2021-04-13T04:42:43.818Z] ---> 055a4c7436ae [2021-04-13T04:42:43.818Z] Step 18/23 : EXPOSE 49990 [2021-04-13T04:42:44.080Z] ---> Running in d0a49b544711 [2021-04-13T04:42:44.080Z] Removing intermediate container d0a49b544711 [2021-04-13T04:42:44.080Z] ---> 810c17f6ee6a [2021-04-13T04:42:44.080Z] Step 19/23 : ENTRYPOINT ["/device-simple"] [2021-04-13T04:42:44.351Z] ---> Running in f5cb4ef9ede4 [2021-04-13T04:42:44.351Z] Removing intermediate container f5cb4ef9ede4 [2021-04-13T04:42:44.351Z] ---> 9fc8ba0d6a8f [2021-04-13T04:42:44.351Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-13T04:42:44.615Z] ---> Running in 5882b7e1bdd0 [2021-04-13T04:42:44.615Z] Removing intermediate container 5882b7e1bdd0 [2021-04-13T04:42:44.615Z] ---> 2cb438b3570d [2021-04-13T04:42:44.615Z] Step 21/23 : LABEL arch=amd64 [2021-04-13T04:42:44.615Z] ---> Running in 7f87db2cc53a [2021-04-13T04:42:44.881Z] Removing intermediate container 7f87db2cc53a [2021-04-13T04:42:44.881Z] ---> d43de1683422 [2021-04-13T04:42:44.881Z] Step 22/23 : LABEL git_sha=c62645d0ab1012df8ad15b74000ef7e30c377aaa [2021-04-13T04:42:44.881Z] ---> Running in a0e2a9eaa790 [2021-04-13T04:42:45.142Z] Removing intermediate container a0e2a9eaa790 [2021-04-13T04:42:45.142Z] ---> 6a55ffa6ceef [2021-04-13T04:42:45.142Z] Step 23/23 : LABEL version=2.0.0-dev.42 [2021-04-13T04:42:45.142Z] ---> Running in 6b6588be0207 [2021-04-13T04:42:45.406Z] Removing intermediate container 6b6588be0207 [2021-04-13T04:42:45.406Z] ---> fcf4f619f202 [2021-04-13T04:42:45.406Z] [Warning] One or more build-args [ARCH MAKE] were not consumed [2021-04-13T04:42:45.406Z] Successfully built fcf4f619f202 [2021-04-13T04:42:45.406Z] Successfully tagged docker-device-sdk-simple:latest [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh [2021-04-13T04:42:46.462Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/cmd/device-simple [no test files] [2021-04-13T04:42:46.462Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/config [no test files] [2021-04-13T04:42:46.462Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/driver [no test files] [2021-04-13T04:42:46.462Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/application [no test files] [2021-04-13T04:42:46.462Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/autodiscovery [no test files] [2021-04-13T04:42:46.663Z] ---> job-cost.sh [2021-04-13T04:42:46.663Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-tkW6 [2021-04-13T04:42:49.093Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/autoevent 0.140s coverage: 28.1% of statements [2021-04-13T04:42:50.078Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/cache 0.192s coverage: 78.9% of statements [2021-04-13T04:42:50.078Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/clients 1.140s coverage: 7.8% of statements [2021-04-13T04:42:50.078Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/common [no test files] [2021-04-13T04:42:50.078Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/config [no test files] [2021-04-13T04:42:50.078Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/container [no test files] [2021-04-13T04:42:52.075Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http 0.229s coverage: 32.5% of statements [2021-04-13T04:42:52.075Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http/correlation [no test files] [2021-04-13T04:42:52.075Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/provision [no test files] [2021-04-13T04:42:52.075Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/telemetry [no test files] [2021-04-13T04:42:55.500Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/transformer 0.298s coverage: 57.1% of statements [2021-04-13T04:42:55.500Z] ok github.com/edgexfoundry/device-sdk-go/v2/pkg/models 3.214s coverage: 6.6% of statements [2021-04-13T04:42:55.773Z] ok github.com/edgexfoundry/device-sdk-go/v2/pkg/service 0.149s coverage: 5.0% of statements [2021-04-13T04:42:55.773Z] ? github.com/edgexfoundry/device-sdk-go/v2/pkg/startup [no test files] [2021-04-13T04:42:56.046Z] GO111MODULE=on go vet ./... [2021-04-13T04:43:01.597Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-04-13T04:43:33.797Z] lf-activate-venv(): INFO: Adding /tmp/venv-tkW6/bin to PATH [2021-04-13T04:43:33.797Z] INFO: No Stack... [2021-04-13T04:43:33.797Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-04-13T04:43:33.797Z] INFO: Archiving Costs [Pipeline] sh [2021-04-13T04:43:34.109Z] + cat /w/workspace/device-sdk-go/147/archives/cost.csv [2021-04-13T04:43:34.110Z] + cut -d, -f6 [Pipeline] lock [2021-04-13T04:43:34.192Z] Trying to acquire lock on [jenkins-edgexfoundry-device-sdk-go-master-147-stack-cost] [2021-04-13T04:43:34.205Z] Resource [jenkins-edgexfoundry-device-sdk-go-master-147-stack-cost] did not exist. Created. [2021-04-13T04:43:34.205Z] Lock acquired on [jenkins-edgexfoundry-device-sdk-go-master-147-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-04-13T04:43:34.601Z] + echo total: 0.029999999329447746 [Pipeline] stash [2021-04-13T04:43:34.841Z] Stashed 1 file(s) [Pipeline] } [2021-04-13T04:43:34.854Z] Lock released on resource [jenkins-edgexfoundry-device-sdk-go-master-147-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-04-13T04:43:43.125Z] gofmt -l . [2021-04-13T04:43:43.125Z] [ "`gofmt -l .`" = "" ] [2021-04-13T04:43:43.125Z] ./bin/test-attribution-txt.sh [2021-04-13T04:43:43.125Z] ./bin/test-go-mod-tidy.sh [Pipeline] } [2021-04-13T04:43:43.129Z] $ docker stop --time=1 9158b9d422ded2c01d7326e2711284bc5c8843a53b1b8d9e65392ec0fc73b2fe [2021-04-13T04:43:45.507Z] $ docker rm -f 9158b9d422ded2c01d7326e2711284bc5c8843a53b1b8d9e65392ec0fc73b2fe [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-13T04:43:46.837Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-04-13T04:43:46.871Z] Warning: overwriting stash ‘coverage-report’ [2021-04-13T04:43:47.834Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-04-13T04:43:48.522Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-04-13T04:43:48.857Z] + ls -al . [2021-04-13T04:43:48.857Z] total 224 [2021-04-13T04:43:48.857Z] drwxrwxr-x 10 jenkins jenkins 4096 Apr 13 04:43 . [2021-04-13T04:43:48.857Z] drwxrwxr-x 4 jenkins jenkins 4096 Apr 13 04:40 .. [2021-04-13T04:43:48.857Z] -rw-rw-r-- 1 jenkins jenkins 140 Apr 13 04:40 .dockerignore [2021-04-13T04:43:48.857Z] drwxrwxr-x 8 jenkins jenkins 4096 Apr 13 04:40 .git [2021-04-13T04:43:48.857Z] drwxrwxr-x 2 jenkins jenkins 4096 Apr 13 04:40 .github [2021-04-13T04:43:48.857Z] -rw-rw-r-- 1 jenkins jenkins 138 Apr 13 04:40 .gitignore [2021-04-13T04:43:48.857Z] -rw-rw-r-- 1 jenkins jenkins 987 Apr 13 04:40 Dockerfile.build [2021-04-13T04:43:48.857Z] -rw-rw-r-- 1 jenkins jenkins 901 Apr 13 04:40 Jenkinsfile [2021-04-13T04:43:48.857Z] -rw-rw-r-- 1 jenkins jenkins 11341 Apr 13 04:40 LICENSE [2021-04-13T04:43:48.857Z] -rw-rw-r-- 1 jenkins jenkins 1022 Apr 13 04:40 Makefile [2021-04-13T04:43:48.857Z] -rw-rw-r-- 1 jenkins jenkins 5897 Apr 13 04:40 README.md [2021-04-13T04:43:48.857Z] -rw-rw-r-- 1 jenkins jenkins 6616 Apr 13 04:40 RELEASE-NOTES.txt [2021-04-13T04:43:48.857Z] -rw-rw-r-- 1 jenkins jenkins 12 Apr 13 04:37 VERSION [2021-04-13T04:43:48.857Z] drwxrwxr-x 2 jenkins jenkins 4096 Apr 13 04:40 bin [2021-04-13T04:43:48.857Z] -rw-r--r-- 1 jenkins jenkins 99750 Apr 13 04:42 coverage.out [2021-04-13T04:43:48.857Z] drwxrwxr-x 5 jenkins jenkins 4096 Apr 13 04:40 example [2021-04-13T04:43:48.857Z] -rw-r--r-- 1 jenkins jenkins 572 Apr 13 04:43 go.mod [2021-04-13T04:43:48.857Z] -rw-r--r-- 1 jenkins jenkins 20726 Apr 13 04:43 go.sum [2021-04-13T04:43:48.857Z] drwxrwxr-x 14 jenkins jenkins 4096 Apr 13 04:40 internal [2021-04-13T04:43:48.857Z] drwxrwxr-x 4 jenkins jenkins 4096 Apr 13 04:40 openapi [2021-04-13T04:43:48.857Z] drwxrwxr-x 5 jenkins jenkins 4096 Apr 13 04:40 pkg [2021-04-13T04:43:48.857Z] drwxrwxr-x 4 jenkins jenkins 4096 Apr 13 04:40 snap [2021-04-13T04:43:48.857Z] -rw-rw-r-- 1 jenkins jenkins 222 Apr 13 04:40 version.go [Pipeline] isUnix [Pipeline] sh [2021-04-13T04:43:49.201Z] + 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=c62645d0ab1012df8ad15b74000ef7e30c377aaa --label arch=arm64 --label version=2.0.0-dev.42 . [2021-04-13T04:43:49.475Z] Sending build context to Docker daemon 2.487MB [2021-04-13T04:43:49.749Z] Step 1/23 : ARG BASE=golang:1.15-alpine3.12 [2021-04-13T04:43:49.749Z] Step 2/23 : FROM ${BASE} AS builder [2021-04-13T04:43:49.749Z] ---> 27f2ae9a4cc1 [2021-04-13T04:43:49.749Z] Step 3/23 : WORKDIR /device-sdk-go [2021-04-13T04:43:50.023Z] ---> Running in cd364a888b55 [2021-04-13T04:43:50.618Z] Removing intermediate container cd364a888b55 [2021-04-13T04:43:50.618Z] ---> df6caed43e67 [2021-04-13T04:43:50.618Z] Step 4/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-04-13T04:43:50.618Z] ---> Running in 3887d5bc8e51 [2021-04-13T04:43:51.216Z] Removing intermediate container 3887d5bc8e51 [2021-04-13T04:43:51.216Z] ---> 93f383e7d458 [2021-04-13T04:43:51.216Z] Step 5/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-13T04:43:51.216Z] ---> Running in e52a8829bd69 [2021-04-13T04:43:53.194Z] Removing intermediate container e52a8829bd69 [2021-04-13T04:43:53.194Z] ---> e17549d69c83 [2021-04-13T04:43:53.194Z] Step 6/23 : RUN apk add --update --no-cache make git gcc libc-dev zeromq-dev libsodium-dev [2021-04-13T04:43:53.478Z] ---> Running in 011c05b4002b [2021-04-13T04:43:54.450Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-13T04:43:55.041Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-13T04:43:56.016Z] OK: 144 MiB in 45 packages [2021-04-13T04:43:57.019Z] Removing intermediate container 011c05b4002b [2021-04-13T04:43:57.019Z] ---> 6ad0c7a801ae [2021-04-13T04:43:57.019Z] Step 7/23 : COPY . . [2021-04-13T04:43:58.451Z] ---> 0ee0f4c20a99 [2021-04-13T04:43:58.451Z] Step 8/23 : RUN go mod download [2021-04-13T04:43:58.451Z] ---> Running in 3906825f8eb4 [2021-04-13T04:44:01.069Z] Removing intermediate container 3906825f8eb4 [2021-04-13T04:44:01.069Z] ---> f5f4c0620341 [2021-04-13T04:44:01.069Z] Step 9/23 : RUN make build [2021-04-13T04:44:01.069Z] ---> Running in 58261df565bb [2021-04-13T04:44:02.049Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-sdk-go/v2.Version=2.0.0-dev.42" -o example/cmd/device-simple/device-simple ./example/cmd/device-simple [2021-04-13T04:44:34.418Z] CGO_ENABLED=1 GO111MODULE=on go install -tags=safe [2021-04-13T04:44:37.803Z] Removing intermediate container 58261df565bb [2021-04-13T04:44:37.803Z] ---> de8c4009f23d [2021-04-13T04:44:37.803Z] Step 10/23 : FROM alpine:3.12 [2021-04-13T04:44:37.803Z] 3.12: Pulling from library/alpine [2021-04-13T04:44:37.803Z] 9a219e8acc52: Pulling fs layer [2021-04-13T04:44:38.076Z] 9a219e8acc52: Verifying Checksum [2021-04-13T04:44:38.076Z] 9a219e8acc52: Download complete [2021-04-13T04:44:38.672Z] 9a219e8acc52: Pull complete [2021-04-13T04:44:38.672Z] Digest: sha256:834e9309b5ef0f78d8d20ef0652e7b0272fe97b5baf45720e1b830eaf013cc1b [2021-04-13T04:44:38.672Z] Status: Downloaded newer image for alpine:3.12 [2021-04-13T04:44:38.672Z] ---> d75e27dfc0a0 [2021-04-13T04:44:38.672Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-04-13T04:44:38.946Z] ---> Running in 66e3036665fe [2021-04-13T04:44:39.544Z] Removing intermediate container 66e3036665fe [2021-04-13T04:44:39.544Z] ---> 23f6e3163960 [2021-04-13T04:44:39.544Z] Step 12/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-13T04:44:39.544Z] ---> Running in 7eac8f55badf [2021-04-13T04:44:42.156Z] Removing intermediate container 7eac8f55badf [2021-04-13T04:44:42.156Z] ---> 8c89f10d8413 [2021-04-13T04:44:42.156Z] Step 13/23 : RUN apk add --update --no-cache zeromq [2021-04-13T04:44:42.156Z] ---> Running in 4c292965f2f2 [2021-04-13T04:44:43.132Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-13T04:44:43.744Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-13T04:44:44.337Z] (1/5) Installing libgcc (9.3.0-r2) [2021-04-13T04:44:44.609Z] (2/5) Installing libsodium (1.0.18-r0) [2021-04-13T04:44:44.609Z] (3/5) Installing libstdc++ (9.3.0-r2) [2021-04-13T04:44:44.886Z] (4/5) Installing libzmq (4.3.3-r0) [2021-04-13T04:44:44.886Z] (5/5) Installing zeromq (4.3.3-r0) [2021-04-13T04:44:44.886Z] Executing busybox-1.31.1-r20.trigger [2021-04-13T04:44:44.886Z] OK: 8 MiB in 19 packages [2021-04-13T04:44:46.319Z] Removing intermediate container 4c292965f2f2 [2021-04-13T04:44:46.319Z] ---> 357e0a9020b3 [2021-04-13T04:44:46.319Z] Step 14/23 : WORKDIR / [2021-04-13T04:44:46.319Z] ---> Running in eaf960d8c7cf [2021-04-13T04:44:46.912Z] Removing intermediate container eaf960d8c7cf [2021-04-13T04:44:46.912Z] ---> 112e0ef96f3b [2021-04-13T04:44:46.912Z] Step 15/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/Attribution.txt /Attribution.txt [2021-04-13T04:44:47.507Z] ---> 4071260d29dc [2021-04-13T04:44:47.507Z] Step 16/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /device-simple [2021-04-13T04:44:48.941Z] ---> 2edab26558bc [2021-04-13T04:44:48.941Z] Step 17/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/ /res [2021-04-13T04:44:49.540Z] ---> 4fb748abb0bb [2021-04-13T04:44:49.540Z] Step 18/23 : EXPOSE 49990 [2021-04-13T04:44:49.816Z] ---> Running in ab12b987f481 [2021-04-13T04:44:50.411Z] Removing intermediate container ab12b987f481 [2021-04-13T04:44:50.411Z] ---> 0425ecb7c48a [2021-04-13T04:44:50.411Z] Step 19/23 : ENTRYPOINT ["/device-simple"] [2021-04-13T04:44:50.411Z] ---> Running in c85dfaa8a315 [2021-04-13T04:44:51.010Z] Removing intermediate container c85dfaa8a315 [2021-04-13T04:44:51.010Z] ---> 2b4d647d7b91 [2021-04-13T04:44:51.010Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-13T04:44:51.010Z] ---> Running in f97198b3ecc3 [2021-04-13T04:44:51.603Z] Removing intermediate container f97198b3ecc3 [2021-04-13T04:44:51.603Z] ---> 889b828572d4 [2021-04-13T04:44:51.603Z] Step 21/23 : LABEL arch=arm64 [2021-04-13T04:44:51.603Z] ---> Running in 8b9947c1dede [2021-04-13T04:44:52.204Z] Removing intermediate container 8b9947c1dede [2021-04-13T04:44:52.204Z] ---> cf8f0e6a5946 [2021-04-13T04:44:52.204Z] Step 22/23 : LABEL git_sha=c62645d0ab1012df8ad15b74000ef7e30c377aaa [2021-04-13T04:44:52.204Z] ---> Running in 4375bfe1a0c2 [2021-04-13T04:44:52.799Z] Removing intermediate container 4375bfe1a0c2 [2021-04-13T04:44:52.799Z] ---> 4f0d9bc1852e [2021-04-13T04:44:52.799Z] Step 23/23 : LABEL version=2.0.0-dev.42 [2021-04-13T04:44:52.799Z] ---> Running in ba347f910a87 [2021-04-13T04:44:53.389Z] Removing intermediate container ba347f910a87 [2021-04-13T04:44:53.389Z] ---> 21f3d8dc9208 [2021-04-13T04:44:53.389Z] [Warning] One or more build-args [MAKE ARCH] were not consumed [2021-04-13T04:44:53.389Z] Successfully built 21f3d8dc9208 [2021-04-13T04:44:53.389Z] Successfully tagged docker-device-sdk-simple-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh [2021-04-13T04:44:54.209Z] ---> job-cost.sh [2021-04-13T04:44:54.209Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-jAL9 [2021-04-13T04:45:33.154Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-04-13T04:47:09.890Z] lf-activate-venv(): INFO: Adding /tmp/venv-jAL9/bin to PATH [2021-04-13T04:47:09.890Z] INFO: No Stack... [2021-04-13T04:47:09.890Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-04-13T04:47:09.890Z] INFO: Archiving Costs [Pipeline] sh [2021-04-13T04:47:10.231Z] + cat /w/workspace/device-sdk-go/147/archives/cost.csv [2021-04-13T04:47:10.231Z] + cut -d, -f6 [Pipeline] lock [2021-04-13T04:47:10.339Z] Trying to acquire lock on [jenkins-edgexfoundry-device-sdk-go-master-147-stack-cost] [2021-04-13T04:47:10.348Z] Resource [jenkins-edgexfoundry-device-sdk-go-master-147-stack-cost] did not exist. Created. [2021-04-13T04:47:10.348Z] Lock acquired on [jenkins-edgexfoundry-device-sdk-go-master-147-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-04-13T04:47:10.823Z] /w/workspace/device-sdk-go/147@tmp/durable-e1d09218/script.sh: 1: /w/workspace/device-sdk-go/147@tmp/durable-e1d09218/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh [2021-04-13T04:47:11.169Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-04-13T04:47:11.252Z] Warning: overwriting stash ‘stack-cost’ [2021-04-13T04:47:11.432Z] Stashed 1 file(s) [Pipeline] } [2021-04-13T04:47:11.441Z] Lock released on resource [jenkins-edgexfoundry-device-sdk-go-master-147-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2021-04-13T04:47:12.955Z] provisioning config files... [2021-04-13T04:47:12.968Z] copy managed file [device-sdk-go-codecov-token] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config2350432336069577094tmp [Pipeline] { [Pipeline] sh [2021-04-13T04:47:13.360Z] + set +x [2021-04-13T04:47:13.360Z] + curl -s https://codecov.io/bash [2021-04-13T04:47:13.360Z] + bash -s -- [2021-04-13T04:47:13.623Z] [2021-04-13T04:47:13.623Z] _____ _ [2021-04-13T04:47:13.623Z] / ____| | | [2021-04-13T04:47:13.623Z] | | ___ __| | ___ ___ _____ __ [2021-04-13T04:47:13.623Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-04-13T04:47:13.623Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-04-13T04:47:13.623Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-04-13T04:47:13.623Z] Bash-20210309-2b87ace [2021-04-13T04:47:13.623Z] [2021-04-13T04:47:13.623Z] [2021-04-13T04:47:13.623Z] ==> git version 2.24.3 found [2021-04-13T04:47:13.623Z] ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 [2021-04-13T04:47:13.623Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-04-13T04:47:13.623Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-04-13T04:47:13.623Z] ==> Jenkins CI detected. [2021-04-13T04:47:13.623Z] project root: . [2021-04-13T04:47:13.623Z] --> token set from env [2021-04-13T04:47:13.623Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-04-13T04:47:13.623Z] ==> Running gcov in . (disable via -X gcov) [2021-04-13T04:47:13.623Z] ==> Python coveragepy not found [2021-04-13T04:47:13.623Z] ==> Searching for coverage reports in: [2021-04-13T04:47:13.623Z] + . [2021-04-13T04:47:13.623Z] -> Found 1 reports [2021-04-13T04:47:13.623Z] ==> Detecting git/mercurial file structure [2021-04-13T04:47:13.623Z] ==> Reading reports [2021-04-13T04:47:13.623Z] + ./coverage.out bytes=99750 [2021-04-13T04:47:13.623Z] ==> Appending adjustments [2021-04-13T04:47:13.623Z] https://docs.codecov.io/docs/fixing-reports [2021-04-13T04:47:13.891Z] + Found adjustments [2021-04-13T04:47:13.891Z] ==> Gzipping contents [2021-04-13T04:47:13.891Z] 16K /tmp/codecov.AuG7nD.gz [2021-04-13T04:47:13.891Z] ==> Uploading reports [2021-04-13T04:47:13.891Z] url: https://codecov.io [2021-04-13T04:47:13.891Z] query: branch=master&commit=c62645d0ab1012df8ad15b74000ef7e30c377aaa&build=147&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2Fmaster%2F147%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=&job=&cmd_args= [2021-04-13T04:47:14.156Z] -> Pinging Codecov [2021-04-13T04:47:14.156Z] https://codecov.io/upload/v4?package=bash-20210309-2b87ace&token=secret&branch=master&commit=c62645d0ab1012df8ad15b74000ef7e30c377aaa&build=147&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2Fmaster%2F147%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=&job=&cmd_args= [2021-04-13T04:47:14.418Z] -> Uploading to [2021-04-13T04:47:14.418Z] https://storage.googleapis.com/codecov/v4/raw/2021-04-13/7E55EF52A471D76F132DFD9A03CDDE97/c62645d0ab1012df8ad15b74000ef7e30c377aaa/47b8ec10-5dae-40ad-a743-fa16de877c92.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQM3VGPYSAFECJRMNAFIPCV2R3P2BOORCJC7NM537NPJQSFLHUDNIDWA%2F20210413%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210413T044714Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=59068057a49156fc3d55341c4308bfc0abdce922e94a111b518031adcaa16470 [2021-04-13T04:47:14.418Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-04-13T04:47:14.418Z] Dload Upload Total Spent Left Speed [2021-04-13T04:47:14.996Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 13459 0 0 100 13459 0 32464 --:--:-- --:--:-- --:--:-- 32431 100 13459 0 0 100 13459 0 32451 --:--:-- --:--:-- --:--:-- 32431 [2021-04-13T04:47:14.996Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/device-sdk-go/commit/c62645d0ab1012df8ad15b74000ef7e30c377aaa [Pipeline] } [2021-04-13T04:47:15.008Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo [2021-04-13T04:47:15.882Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2021-04-13T04:47:15.931Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-13T04:47:16.285Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-04-13T04:47:16.285Z] [2021-04-13T04:47:16.285Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh [2021-04-13T04:47:16.645Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-04-13T04:47:16.645Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2021-04-13T04:47:16.645Z] 188c0c94c7c5: Pulling fs layer [2021-04-13T04:47:16.645Z] 0ef7d3d256c8: Pulling fs layer [2021-04-13T04:47:16.645Z] de9db76c5a1d: Pulling fs layer [2021-04-13T04:47:16.645Z] 0eba1c9be4d2: Pulling fs layer [2021-04-13T04:47:16.645Z] 0d57e429df01: Pulling fs layer [2021-04-13T04:47:16.645Z] 4e4be7b47b0d: Pulling fs layer [2021-04-13T04:47:16.645Z] e1f770b5df2f: Pulling fs layer [2021-04-13T04:47:16.645Z] 85a0685a4137: Pulling fs layer [2021-04-13T04:47:16.645Z] 0d57e429df01: Waiting [2021-04-13T04:47:16.645Z] 4e4be7b47b0d: Waiting [2021-04-13T04:47:16.645Z] e1f770b5df2f: Waiting [2021-04-13T04:47:16.645Z] 85a0685a4137: Waiting [2021-04-13T04:47:16.645Z] 0eba1c9be4d2: Waiting [2021-04-13T04:47:16.645Z] de9db76c5a1d: Verifying Checksum [2021-04-13T04:47:16.645Z] de9db76c5a1d: Download complete [2021-04-13T04:47:16.645Z] 0ef7d3d256c8: Verifying Checksum [2021-04-13T04:47:16.645Z] 0ef7d3d256c8: Download complete [2021-04-13T04:47:16.645Z] 0d57e429df01: Verifying Checksum [2021-04-13T04:47:16.645Z] 0d57e429df01: Download complete [2021-04-13T04:47:16.645Z] 188c0c94c7c5: Verifying Checksum [2021-04-13T04:47:16.645Z] 188c0c94c7c5: Download complete [2021-04-13T04:47:16.645Z] 4e4be7b47b0d: Verifying Checksum [2021-04-13T04:47:16.645Z] 4e4be7b47b0d: Download complete [2021-04-13T04:47:17.224Z] 188c0c94c7c5: Pull complete [2021-04-13T04:47:17.486Z] 0ef7d3d256c8: Pull complete [2021-04-13T04:47:17.486Z] de9db76c5a1d: Pull complete [2021-04-13T04:47:18.433Z] e1f770b5df2f: Verifying Checksum [2021-04-13T04:47:18.433Z] e1f770b5df2f: Download complete [2021-04-13T04:47:20.387Z] 0eba1c9be4d2: Verifying Checksum [2021-04-13T04:47:20.387Z] 0eba1c9be4d2: Download complete [2021-04-13T04:47:20.652Z] 85a0685a4137: Verifying Checksum [2021-04-13T04:47:20.652Z] 85a0685a4137: Download complete [2021-04-13T04:47:25.973Z] 0eba1c9be4d2: Pull complete [2021-04-13T04:47:26.235Z] 0d57e429df01: Pull complete [2021-04-13T04:47:26.235Z] 4e4be7b47b0d: Pull complete [2021-04-13T04:47:28.801Z] e1f770b5df2f: Pull complete [2021-04-13T04:47:36.981Z] 85a0685a4137: Pull complete [2021-04-13T04:47:36.981Z] Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 [2021-04-13T04:47:36.981Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-04-13T04:47:36.981Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer [2021-04-13T04:47:37.202Z] prd-centos7-docker-4c-2g-33834 does not seem to be running inside a container [2021-04-13T04:47:37.251Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/dgexfoundry_device-sdk-go_master -v /w/workspace/dgexfoundry_device-sdk-go_master:/w/workspace/dgexfoundry_device-sdk-go_master:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_master@tmp:/w/workspace/dgexfoundry_device-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2021-04-13T04:47:38.356Z] $ docker top 05fea056a32ca8dd136f825d990cd4158983b1e94baae5df660e6789a528ae36 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-04-13T04:47:38.613Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh [2021-04-13T04:47:38.906Z] + set -o pipefail [2021-04-13T04:47:38.906Z] + snyk monitor '--org=edgex-jenkins' [2021-04-13T04:47:47.074Z] [2021-04-13T04:47:47.074Z] Monitoring /w/workspace/dgexfoundry_device-sdk-go_master (github.com/edgexfoundry/device-sdk-go/v2)... [2021-04-13T04:47:47.074Z] [2021-04-13T04:47:47.074Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/a91414f5-c324-409e-a494-413a27791127/history/27b70a47-c17f-4196-b4e7-3a6b9102f1b8 [2021-04-13T04:47:47.074Z] [2021-04-13T04:47:47.074Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2021-04-13T04:47:47.074Z] [2021-04-13T04:47:47.074Z] [2021-04-13T04:47:47.074Z] You have reached your monthly limit of 300 private tests for your edgex-jenkins org. [2021-04-13T04:47:47.074Z] To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } [2021-04-13T04:47:47.088Z] $ docker stop --time=1 05fea056a32ca8dd136f825d990cd4158983b1e94baae5df660e6789a528ae36 [2021-04-13T04:47:49.977Z] $ docker rm -f 05fea056a32ca8dd136f825d990cd4158983b1e94baae5df660e6789a528ae36 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo [2021-04-13T04:47:51.308Z] [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-04-13T04:47:51.363Z] provisioning config files... [2021-04-13T04:47:51.373Z] copy managed file [swaggerhub-api-key] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config7658976641924755670tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-13T04:47:51.773Z] --> edgex-publish-swagger.sh [2021-04-13T04:47:51.774Z] === Publish openapi/v1 API === [2021-04-13T04:47:51.774Z] [publishToSwagger] Publishing the API Docs [openapi/v1] to Swagger [2021-04-13T04:47:51.774Z] [publishToSwagger] Publishing API Name [device-sdk] [/w/workspace/dgexfoundry_device-sdk-go_master/openapi/v1/device-sdk.yaml] [2021-04-13T04:47:51.774Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-04-13T04:47:51.774Z] Dload Upload Total Spent Left Speed [2021-04-13T04:47:52.722Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 19947 0 0 100 19947 0 25581 --:--:-- --:--:-- --:--:-- 25573 [2021-04-13T04:47:52.722Z] [2021-04-13T04:47:52.722Z] [2021-04-13T04:47:52.722Z] === Publish openapi/v2 API === [2021-04-13T04:47:52.722Z] [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger [2021-04-13T04:47:52.722Z] [publishToSwagger] Publishing API Name [device-sdk] [/w/workspace/dgexfoundry_device-sdk-go_master/openapi/v2/device-sdk.yaml] [2021-04-13T04:47:52.722Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-04-13T04:47:52.722Z] Dload Upload Total Spent Left Speed [2021-04-13T04:47:53.297Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 51483 0 0 100 51483 0 71346 --:--:-- --:--:-- --:--:-- 71306 100 51483 0 0 100 51483 0 71328 --:--:-- --:--:-- --:--:-- 71306 [2021-04-13T04:47:53.297Z] [2021-04-13T04:47:53.297Z] [Pipeline] } [2021-04-13T04:47:53.309Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-04-13T04:47:54.167Z] + git log --format=format:%s -1 c62645d0ab1012df8ad15b74000ef7e30c377aaa [Pipeline] isUnix [Pipeline] sh [2021-04-13T04:47:54.483Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-13T04:47:54.483Z] . [Pipeline] withDockerContainer [2021-04-13T04:47:54.599Z] prd-centos7-docker-4c-2g-33834 does not seem to be running inside a container [2021-04-13T04:47:54.649Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-sdk-go_master -v /w/workspace/dgexfoundry_device-sdk-go_master:/w/workspace/dgexfoundry_device-sdk-go_master:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_master@tmp:/w/workspace/dgexfoundry_device-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-04-13T04:47:55.499Z] $ docker top 758cf967e6fc61ce44bd6972eb32644fcbec3b6960197b5414a4537330776316 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-04-13T04:47:55.795Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-13T04:47:55.795Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-13T04:47:56.054Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-13T04:47:56.057Z] $ docker exec 758cf967e6fc61ce44bd6972eb32644fcbec3b6960197b5414a4537330776316 ssh-agent [2021-04-13T04:47:56.248Z] SSH_AUTH_SOCK=/tmp/ssh-aOuAXzVeM33g/agent.12 [2021-04-13T04:47:56.248Z] SSH_AGENT_PID=17 [2021-04-13T04:47:56.256Z] Running ssh-add (command line suppressed) [2021-04-13T04:47:56.462Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_5754700187281423784.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_5754700187281423784.key) [2021-04-13T04:47:56.532Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-13T04:47:56.947Z] + git semver tag [2021-04-13T04:47:56.947Z] # -> Open(): unable to determine branch for HEAD [2021-04-13T04:47:56.947Z] # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git [2021-04-13T04:47:56.947Z] # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master [2021-04-13T04:47:56.947Z] # $SEMVER_REMOTE_NAME = origin [2021-04-13T04:47:56.947Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-04-13T04:47:56.947Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-04-13T04:47:56.947Z] # $SEMVER_BRANCH = master [2021-04-13T04:47:56.947Z] # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver [2021-04-13T04:47:56.947Z] # c62645d0ab1012df8ad15b74000ef7e30c377aaa HEAD [2021-04-13T04:47:57.219Z] # -> Force: false [2021-04-13T04:47:57.219Z] # d8a145e9d18dfd29855d9cdfc0ffc11f284a9095 refs/tags/v2.0.0-dev.42 [Pipeline] } [2021-04-13T04:47:57.231Z] $ docker exec --env ******** --env ******** 758cf967e6fc61ce44bd6972eb32644fcbec3b6960197b5414a4537330776316 ssh-agent -k [2021-04-13T04:47:57.352Z] unset SSH_AUTH_SOCK; [2021-04-13T04:47:57.352Z] unset SSH_AGENT_PID; [2021-04-13T04:47:57.352Z] echo Agent pid 17 killed; [2021-04-13T04:47:57.406Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-04-13T04:47:57.928Z] + git semver [Pipeline] } [2021-04-13T04:47:57.951Z] $ docker stop --time=1 758cf967e6fc61ce44bd6972eb32644fcbec3b6960197b5414a4537330776316 [2021-04-13T04:47:59.319Z] $ docker rm -f 758cf967e6fc61ce44bd6972eb32644fcbec3b6960197b5414a4537330776316 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2021-04-13T04:47:59.938Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-04-13T04:47:59.938Z] [2021-04-13T04:47:59.938Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2021-04-13T04:48:00.287Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-04-13T04:48:00.287Z] 0.23.1-centos7: Pulling from edgex-lftools [2021-04-13T04:48:00.287Z] ab5ef0e58194: Pulling fs layer [2021-04-13T04:48:00.287Z] 9712f1f96733: Pulling fs layer [2021-04-13T04:48:00.287Z] 63f879dbbcfc: Pulling fs layer [2021-04-13T04:48:00.287Z] 0d9ebad4ef96: Pulling fs layer [2021-04-13T04:48:00.287Z] e9a5061849ea: Pulling fs layer [2021-04-13T04:48:00.287Z] d747dcd14b5f: Pulling fs layer [2021-04-13T04:48:00.287Z] 2de7ff778b66: Pulling fs layer [2021-04-13T04:48:00.287Z] e9a5061849ea: Waiting [2021-04-13T04:48:00.287Z] 2de7ff778b66: Waiting [2021-04-13T04:48:00.287Z] d747dcd14b5f: Waiting [2021-04-13T04:48:00.287Z] 0d9ebad4ef96: Waiting [2021-04-13T04:48:00.287Z] 9712f1f96733: Verifying Checksum [2021-04-13T04:48:00.287Z] 9712f1f96733: Download complete [2021-04-13T04:48:01.690Z] 63f879dbbcfc: Verifying Checksum [2021-04-13T04:48:01.690Z] 63f879dbbcfc: Download complete [2021-04-13T04:48:01.953Z] e9a5061849ea: Verifying Checksum [2021-04-13T04:48:01.953Z] e9a5061849ea: Download complete [2021-04-13T04:48:01.953Z] d747dcd14b5f: Verifying Checksum [2021-04-13T04:48:01.953Z] d747dcd14b5f: Download complete [2021-04-13T04:48:02.218Z] 2de7ff778b66: Verifying Checksum [2021-04-13T04:48:02.218Z] 2de7ff778b66: Download complete [2021-04-13T04:48:02.486Z] ab5ef0e58194: Download complete [2021-04-13T04:48:02.752Z] 0d9ebad4ef96: Verifying Checksum [2021-04-13T04:48:02.752Z] 0d9ebad4ef96: Download complete [2021-04-13T04:48:06.997Z] ab5ef0e58194: Pull complete [2021-04-13T04:48:06.997Z] 9712f1f96733: Pull complete [2021-04-13T04:48:08.397Z] 63f879dbbcfc: Pull complete [2021-04-13T04:48:15.028Z] 0d9ebad4ef96: Pull complete [2021-04-13T04:48:16.421Z] e9a5061849ea: Pull complete [2021-04-13T04:48:16.684Z] d747dcd14b5f: Pull complete [2021-04-13T04:48:19.261Z] 2de7ff778b66: Pull complete [2021-04-13T04:48:19.261Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2021-04-13T04:48:19.261Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-04-13T04:48:19.261Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2021-04-13T04:48:19.479Z] prd-centos7-docker-4c-2g-33834 does not seem to be running inside a container [2021-04-13T04:48:19.537Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/dgexfoundry_device-sdk-go_master -v /w/workspace/dgexfoundry_device-sdk-go_master:/w/workspace/dgexfoundry_device-sdk-go_master:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_master@tmp:/w/workspace/dgexfoundry_device-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2021-04-13T04:48:23.480Z] $ docker top 1c906849d50d578215efe00df2d0f964e7e91d694b48a98f3cd2af0b4057fea9 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2021-04-13T04:48:23.881Z] provisioning config files... [2021-04-13T04:48:23.895Z] copy managed file [sigul-config] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config543527997275744087tmp [2021-04-13T04:48:23.914Z] copy managed file [sigul-password] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config7835733508597296888tmp [2021-04-13T04:48:23.929Z] copy managed file [sigul-pki] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config3026236083462616070tmp [Pipeline] { [Pipeline] echo [2021-04-13T04:48:23.987Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-13T04:48:24.290Z] ---> sigul-configuration.sh [2021-04-13T04:48:24.291Z] gpg: directory `/root/.gnupg' created [2021-04-13T04:48:24.291Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2021-04-13T04:48:24.291Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2021-04-13T04:48:24.291Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2021-04-13T04:48:24.291Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2021-04-13T04:48:24.291Z] gpg: CAST5 encrypted data [2021-04-13T04:48:24.553Z] gpg: encrypted with 1 passphrase [2021-04-13T04:48:24.553Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2021-04-13T04:48:24.854Z] + mkdir /home/jenkins [2021-04-13T04:48:24.854Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2021-04-13T04:48:25.155Z] + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /root/sigul/vex-yul-edgex-jenkins-1.ci.codeaurora.org.p12 /home/jenkins/sigul/ [Pipeline] echo [2021-04-13T04:48:25.181Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-13T04:48:25.484Z] ---> sigul-install.sh [2021-04-13T04:48:32.087Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2021-04-13T04:48:32.389Z] + git tag --list [2021-04-13T04:48:32.389Z] 0.7.1 [2021-04-13T04:48:32.389Z] delhi-tag [2021-04-13T04:48:32.389Z] v1.0.0 [2021-04-13T04:48:32.389Z] v1.1.0 [2021-04-13T04:48:32.389Z] v1.1.1 [2021-04-13T04:48:32.389Z] v1.1.2 [2021-04-13T04:48:32.389Z] v1.2.0 [2021-04-13T04:48:32.389Z] v1.2.1 [2021-04-13T04:48:32.389Z] v1.2.2 [2021-04-13T04:48:32.389Z] v1.2.3 [2021-04-13T04:48:32.389Z] v1.3.0 [2021-04-13T04:48:32.389Z] v1.4.0 [2021-04-13T04:48:32.389Z] v2.0.0-dev.1 [2021-04-13T04:48:32.389Z] v2.0.0-dev.10 [2021-04-13T04:48:32.389Z] v2.0.0-dev.11 [2021-04-13T04:48:32.389Z] v2.0.0-dev.12 [2021-04-13T04:48:32.389Z] v2.0.0-dev.13 [2021-04-13T04:48:32.389Z] v2.0.0-dev.14 [2021-04-13T04:48:32.389Z] v2.0.0-dev.15 [2021-04-13T04:48:32.389Z] v2.0.0-dev.16 [2021-04-13T04:48:32.389Z] v2.0.0-dev.17 [2021-04-13T04:48:32.389Z] v2.0.0-dev.18 [2021-04-13T04:48:32.389Z] v2.0.0-dev.19 [2021-04-13T04:48:32.389Z] v2.0.0-dev.2 [2021-04-13T04:48:32.389Z] v2.0.0-dev.20 [2021-04-13T04:48:32.389Z] v2.0.0-dev.21 [2021-04-13T04:48:32.389Z] v2.0.0-dev.22 [2021-04-13T04:48:32.389Z] v2.0.0-dev.23 [2021-04-13T04:48:32.389Z] v2.0.0-dev.24 [2021-04-13T04:48:32.389Z] v2.0.0-dev.25 [2021-04-13T04:48:32.389Z] v2.0.0-dev.26 [2021-04-13T04:48:32.389Z] v2.0.0-dev.27 [2021-04-13T04:48:32.389Z] v2.0.0-dev.28 [2021-04-13T04:48:32.389Z] v2.0.0-dev.29 [2021-04-13T04:48:32.389Z] v2.0.0-dev.3 [2021-04-13T04:48:32.389Z] v2.0.0-dev.30 [2021-04-13T04:48:32.389Z] v2.0.0-dev.31 [2021-04-13T04:48:32.389Z] v2.0.0-dev.32 [2021-04-13T04:48:32.389Z] v2.0.0-dev.33 [2021-04-13T04:48:32.389Z] v2.0.0-dev.34 [2021-04-13T04:48:32.389Z] v2.0.0-dev.35 [2021-04-13T04:48:32.389Z] v2.0.0-dev.36 [2021-04-13T04:48:32.389Z] v2.0.0-dev.37 [2021-04-13T04:48:32.389Z] v2.0.0-dev.38 [2021-04-13T04:48:32.389Z] v2.0.0-dev.39 [2021-04-13T04:48:32.389Z] v2.0.0-dev.4 [2021-04-13T04:48:32.389Z] v2.0.0-dev.40 [2021-04-13T04:48:32.389Z] v2.0.0-dev.41 [2021-04-13T04:48:32.389Z] v2.0.0-dev.42 [2021-04-13T04:48:32.389Z] v2.0.0-dev.5 [2021-04-13T04:48:32.389Z] v2.0.0-dev.6 [2021-04-13T04:48:32.389Z] v2.0.0-dev.7 [2021-04-13T04:48:32.389Z] v2.0.0-dev.8 [2021-04-13T04:48:32.389Z] v2.0.0-dev.9 [Pipeline] sh [2021-04-13T04:48:32.689Z] + lftools sign git-tag v2.0.0-dev.42 [2021-04-13T04:48:34.081Z] Signing Git tag with Sigul... [2021-04-13T04:48:34.081Z] Signing v2.0.0-dev.42 [Pipeline] echo [2021-04-13T04:48:35.039Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-13T04:48:35.337Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2021-04-13T04:48:35.347Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2021-04-13T04:48:35.495Z] $ docker stop --time=1 1c906849d50d578215efe00df2d0f964e7e91d694b48a98f3cd2af0b4057fea9 [2021-04-13T04:48:37.662Z] $ docker rm -f 1c906849d50d578215efe00df2d0f964e7e91d694b48a98f3cd2af0b4057fea9 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2021-04-13T04:48:38.628Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-13T04:48:38.628Z] . [Pipeline] withDockerContainer [2021-04-13T04:48:38.737Z] prd-centos7-docker-4c-2g-33834 does not seem to be running inside a container [2021-04-13T04:48:38.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-04-13T04:48:39.507Z] $ docker top dfe6bd965577469a17a4cb66c0b7cf9b344ba012998d6cd3e7f77b2b1252196d -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-04-13T04:48:39.892Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-13T04:48:39.892Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-13T04:48:40.091Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-13T04:48:40.093Z] $ docker exec dfe6bd965577469a17a4cb66c0b7cf9b344ba012998d6cd3e7f77b2b1252196d ssh-agent [2021-04-13T04:48:40.278Z] SSH_AUTH_SOCK=/tmp/ssh-2KmVNHEwxSCI/agent.12 [2021-04-13T04:48:40.278Z] SSH_AGENT_PID=17 [2021-04-13T04:48:40.285Z] Running ssh-add (command line suppressed) [2021-04-13T04:48:40.410Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_210887980867739137.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_210887980867739137.key) [2021-04-13T04:48:40.470Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-13T04:48:40.819Z] + git semver bump pre [2021-04-13T04:48:40.819Z] # -> Open(): unable to determine branch for HEAD [2021-04-13T04:48:40.819Z] # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git [2021-04-13T04:48:40.819Z] # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master [2021-04-13T04:48:40.819Z] # $SEMVER_REMOTE_NAME = origin [2021-04-13T04:48:40.819Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-04-13T04:48:40.819Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-04-13T04:48:40.819Z] # $SEMVER_BRANCH = master [2021-04-13T04:48:40.819Z] # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver [2021-04-13T04:48:40.819Z] 2.0.0-dev.43 [Pipeline] } [2021-04-13T04:48:40.835Z] $ docker exec --env ******** --env ******** dfe6bd965577469a17a4cb66c0b7cf9b344ba012998d6cd3e7f77b2b1252196d ssh-agent -k [2021-04-13T04:48:40.972Z] unset SSH_AUTH_SOCK; [2021-04-13T04:48:40.972Z] unset SSH_AGENT_PID; [2021-04-13T04:48:40.973Z] echo Agent pid 17 killed; [2021-04-13T04:48:41.028Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-04-13T04:48:41.508Z] + git semver [Pipeline] } [2021-04-13T04:48:41.538Z] $ docker stop --time=1 dfe6bd965577469a17a4cb66c0b7cf9b344ba012998d6cd3e7f77b2b1252196d [2021-04-13T04:48:42.896Z] $ docker rm -f dfe6bd965577469a17a4cb66c0b7cf9b344ba012998d6cd3e7f77b2b1252196d [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2021-04-13T04:48:43.463Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-13T04:48:43.463Z] . [Pipeline] withDockerContainer [2021-04-13T04:48:43.569Z] prd-centos7-docker-4c-2g-33834 does not seem to be running inside a container [2021-04-13T04:48:43.617Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-sdk-go_master -v /w/workspace/dgexfoundry_device-sdk-go_master:/w/workspace/dgexfoundry_device-sdk-go_master:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_master@tmp:/w/workspace/dgexfoundry_device-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-04-13T04:48:44.391Z] $ docker top b629f92c2ac876c2de60ecdff2c95c4f00960d54e95e43a5a4d9990e11b33fa0 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-04-13T04:48:44.815Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-13T04:48:44.815Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-13T04:48:45.044Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-13T04:48:45.046Z] $ docker exec b629f92c2ac876c2de60ecdff2c95c4f00960d54e95e43a5a4d9990e11b33fa0 ssh-agent [2021-04-13T04:48:45.233Z] SSH_AUTH_SOCK=/tmp/ssh-DIt2q5k8unV9/agent.11 [2021-04-13T04:48:45.233Z] SSH_AGENT_PID=16 [2021-04-13T04:48:45.243Z] Running ssh-add (command line suppressed) [2021-04-13T04:48:45.382Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_4972641814415478471.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_4972641814415478471.key) [2021-04-13T04:48:45.449Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-13T04:48:45.793Z] + git semver push [2021-04-13T04:48:45.793Z] # -> Open(): unable to determine branch for HEAD [2021-04-13T04:48:45.793Z] # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git [2021-04-13T04:48:45.793Z] # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master [2021-04-13T04:48:45.793Z] # $SEMVER_REMOTE_NAME = origin [2021-04-13T04:48:45.793Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-04-13T04:48:45.793Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-04-13T04:48:45.793Z] # $SEMVER_BRANCH = master [2021-04-13T04:48:45.793Z] # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver [Pipeline] } [2021-04-13T04:48:50.033Z] $ docker exec --env ******** --env ******** b629f92c2ac876c2de60ecdff2c95c4f00960d54e95e43a5a4d9990e11b33fa0 ssh-agent -k [2021-04-13T04:48:50.168Z] unset SSH_AUTH_SOCK; [2021-04-13T04:48:50.169Z] unset SSH_AGENT_PID; [2021-04-13T04:48:50.169Z] echo Agent pid 16 killed; [2021-04-13T04:48:50.225Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-04-13T04:48:50.719Z] + git semver [Pipeline] } [2021-04-13T04:48:50.737Z] $ docker stop --time=1 b629f92c2ac876c2de60ecdff2c95c4f00960d54e95e43a5a4d9990e11b33fa0 [2021-04-13T04:48:52.086Z] $ docker rm -f b629f92c2ac876c2de60ecdff2c95c4f00960d54e95e43a5a4d9990e11b33fa0 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Bump Experimental Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Bump Stable (Named) Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2021-04-13T04:48:53.713Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-13T04:48:54.289Z] ---> package-listing.sh [2021-04-13T04:48:54.289Z] ++ facter osfamily [2021-04-13T04:48:54.289Z] ++ tr '[:upper:]' '[:lower:]' [2021-04-13T04:48:54.289Z] + OS_FAMILY=redhat [2021-04-13T04:48:54.289Z] + workspace=/w/workspace/dgexfoundry_device-sdk-go_master [2021-04-13T04:48:54.289Z] + START_PACKAGES=/tmp/packages_start.txt [2021-04-13T04:48:54.289Z] + END_PACKAGES=/tmp/packages_end.txt [2021-04-13T04:48:54.289Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-04-13T04:48:54.289Z] + PACKAGES=/tmp/packages_start.txt [2021-04-13T04:48:54.289Z] + '[' /w/workspace/dgexfoundry_device-sdk-go_master ']' [2021-04-13T04:48:54.289Z] + PACKAGES=/tmp/packages_end.txt [2021-04-13T04:48:54.289Z] + case "${OS_FAMILY}" in [2021-04-13T04:48:54.289Z] + rpm -qa [2021-04-13T04:48:54.289Z] + sort [2021-04-13T04:48:59.596Z] + '[' -f /tmp/packages_start.txt ']' [2021-04-13T04:48:59.596Z] + '[' -f /tmp/packages_end.txt ']' [2021-04-13T04:48:59.596Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-04-13T04:48:59.596Z] + '[' /w/workspace/dgexfoundry_device-sdk-go_master ']' [2021-04-13T04:48:59.596Z] + mkdir -p /w/workspace/dgexfoundry_device-sdk-go_master/archives/ [2021-04-13T04:48:59.596Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dgexfoundry_device-sdk-go_master/archives/ [Pipeline] echo [2021-04-13T04:48:59.609Z] Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/dgexfoundry_device-sdk-go_master/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-04-13T04:48:59.903Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-04-13T04:49:00.209Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-13T04:49:00.209Z] [2021-04-13T04:49:00.209Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-04-13T04:49:00.576Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-13T04:49:00.576Z] alpine: Pulling from edgex-lftools-log-publisher [2021-04-13T04:49:00.576Z] df20fa9351a1: Pulling fs layer [2021-04-13T04:49:00.576Z] 36b3adc4ff6f: Pulling fs layer [2021-04-13T04:49:00.576Z] 8ad3a11d3b57: Pulling fs layer [2021-04-13T04:49:00.576Z] 46f8f816bc3b: Pulling fs layer [2021-04-13T04:49:00.576Z] 93b61091891f: Pulling fs layer [2021-04-13T04:49:00.576Z] 93b9cdb0e59b: Pulling fs layer [2021-04-13T04:49:00.576Z] 5e14af77c1be: Pulling fs layer [2021-04-13T04:49:00.576Z] 01666e4c0597: Pulling fs layer [2021-04-13T04:49:00.576Z] aa168da1d23b: Pulling fs layer [2021-04-13T04:49:00.576Z] 93b61091891f: Waiting [2021-04-13T04:49:00.576Z] 93b9cdb0e59b: Waiting [2021-04-13T04:49:00.576Z] 5e14af77c1be: Waiting [2021-04-13T04:49:00.576Z] 01666e4c0597: Waiting [2021-04-13T04:49:00.576Z] aa168da1d23b: Waiting [2021-04-13T04:49:00.576Z] 46f8f816bc3b: Waiting [2021-04-13T04:49:00.576Z] 36b3adc4ff6f: Download complete [2021-04-13T04:49:00.576Z] 46f8f816bc3b: Verifying Checksum [2021-04-13T04:49:00.576Z] 46f8f816bc3b: Download complete [2021-04-13T04:49:00.844Z] df20fa9351a1: Verifying Checksum [2021-04-13T04:49:00.844Z] df20fa9351a1: Download complete [2021-04-13T04:49:00.844Z] 93b9cdb0e59b: Verifying Checksum [2021-04-13T04:49:00.844Z] 93b9cdb0e59b: Download complete [2021-04-13T04:49:00.844Z] 93b61091891f: Verifying Checksum [2021-04-13T04:49:00.844Z] 93b61091891f: Download complete [2021-04-13T04:49:00.844Z] 5e14af77c1be: Download complete [2021-04-13T04:49:00.844Z] 01666e4c0597: Verifying Checksum [2021-04-13T04:49:00.844Z] 01666e4c0597: Download complete [2021-04-13T04:49:00.844Z] 8ad3a11d3b57: Verifying Checksum [2021-04-13T04:49:00.844Z] 8ad3a11d3b57: Download complete [2021-04-13T04:49:01.436Z] df20fa9351a1: Pull complete [2021-04-13T04:49:01.702Z] 36b3adc4ff6f: Pull complete [2021-04-13T04:49:02.672Z] 8ad3a11d3b57: Pull complete [2021-04-13T04:49:02.935Z] aa168da1d23b: Verifying Checksum [2021-04-13T04:49:02.935Z] aa168da1d23b: Download complete [2021-04-13T04:49:03.509Z] 46f8f816bc3b: Pull complete [2021-04-13T04:49:03.771Z] 93b61091891f: Pull complete [2021-04-13T04:49:04.033Z] 93b9cdb0e59b: Pull complete [2021-04-13T04:49:04.033Z] 5e14af77c1be: Pull complete [2021-04-13T04:49:04.298Z] 01666e4c0597: Pull complete [2021-04-13T04:49:12.476Z] aa168da1d23b: Pull complete [2021-04-13T04:49:12.476Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-04-13T04:49:12.476Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-13T04:49:12.476Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-04-13T04:49:12.731Z] prd-centos7-docker-4c-2g-33834 does not seem to be running inside a container [2021-04-13T04:49:12.780Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/dgexfoundry_device-sdk-go_master/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/dgexfoundry_device-sdk-go_master -v /w/workspace/dgexfoundry_device-sdk-go_master:/w/workspace/dgexfoundry_device-sdk-go_master:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_master@tmp:/w/workspace/dgexfoundry_device-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-04-13T04:49:16.085Z] $ docker top 06f9a1dcbd0cc9b624b7fc38fabd82ffda385ba7260f0013281625e112d1a6d1 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-13T04:49:16.649Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-04-13T04:49:16.949Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-04-13T04:49:17.256Z] + ls /var/log/sa-host [2021-04-13T04:49:17.257Z] + sadf -c /var/log/sa-host/sa13 [2021-04-13T04:49:17.257Z] file_magic: OK [2021-04-13T04:49:17.257Z] HZ: Using current value: 100 [2021-04-13T04:49:17.257Z] file_header: OK [2021-04-13T04:49:17.257Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-04-13T04:49:17.257Z] Statistics: [2021-04-13T04:49:17.257Z] 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... [2021-04-13T04:49:17.257Z] File successfully converted to sysstat format version 12.2.1 [2021-04-13T04:49:17.257Z] + sadf -c /var/log/sa-host/sa23 [2021-04-13T04:49:17.257Z] file_magic: OK [2021-04-13T04:49:17.257Z] HZ: Using current value: 100 [2021-04-13T04:49:17.257Z] file_header: OK [2021-04-13T04:49:17.257Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-04-13T04:49:17.257Z] Statistics: [2021-04-13T04:49:17.257Z] Hnuu...uuuununununu... [2021-04-13T04:49:17.257Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-04-13T04:49:17.953Z] provisioning config files... [2021-04-13T04:49:17.968Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config7343696154735015682tmp [Pipeline] { [Pipeline] echo [2021-04-13T04:49:18.047Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-13T04:49:18.343Z] ---> create-netrc.sh [Pipeline] } [2021-04-13T04:49:18.353Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-04-13T04:49:18.450Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-13T04:49:18.745Z] ---> python-tools-install.sh [Pipeline] echo [2021-04-13T04:49:18.757Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-13T04:49:19.054Z] ---> sudo-logs.sh [2021-04-13T04:49:19.054Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-04-13T04:49:19.178Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-13T04:49:19.476Z] ---> job-cost.sh [2021-04-13T04:49:19.476Z] lf-activate-venv: SKIPPING [2021-04-13T04:49:19.476Z] DEBUG: total: 0.20999999344348907 [2021-04-13T04:49:19.476Z] INFO: Retrieving Stack Cost... [2021-04-13T04:49:20.425Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-04-13T04:49:21.003Z] INFO: Archiving Costs [Pipeline] echo [2021-04-13T04:49:21.031Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-13T04:49:21.337Z] ---> logs-deploy.sh [2021-04-13T04:49:21.337Z] lf-activate-venv: SKIPPING [2021-04-13T04:49:21.337Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/master/147 [2021-04-13T04:49:21.337Z] INFO: archiving workspace using pattern(s): [2021-04-13T04:49:23.265Z] Archives upload complete. [2021-04-13T04:49:23.265Z] INFO: archiving logs to Nexus [2021-04-13T04:49:24.212Z] ---> uname -a: [2021-04-13T04:49:24.212Z] Linux prd-centos7-docker-4c-2g-33834.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux [2021-04-13T04:49:24.212Z] [2021-04-13T04:49:24.212Z] [2021-04-13T04:49:24.212Z] ---> lscpu: [2021-04-13T04:49:24.212Z] Architecture: x86_64 [2021-04-13T04:49:24.212Z] CPU op-mode(s): 32-bit, 64-bit [2021-04-13T04:49:24.212Z] Byte Order: Little Endian [2021-04-13T04:49:24.212Z] Address sizes: 40 bits physical, 48 bits virtual [2021-04-13T04:49:24.212Z] CPU(s): 4 [2021-04-13T04:49:24.212Z] On-line CPU(s) list: 0-3 [2021-04-13T04:49:24.212Z] Thread(s) per core: 1 [2021-04-13T04:49:24.212Z] Core(s) per socket: 1 [2021-04-13T04:49:24.212Z] Socket(s): 4 [2021-04-13T04:49:24.212Z] NUMA node(s): 1 [2021-04-13T04:49:24.212Z] Vendor ID: GenuineIntel [2021-04-13T04:49:24.212Z] CPU family: 6 [2021-04-13T04:49:24.212Z] Model: 44 [2021-04-13T04:49:24.212Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2021-04-13T04:49:24.212Z] Stepping: 1 [2021-04-13T04:49:24.212Z] CPU MHz: 2933.442 [2021-04-13T04:49:24.212Z] BogoMIPS: 5866.88 [2021-04-13T04:49:24.212Z] Virtualization: VT-x [2021-04-13T04:49:24.212Z] Hypervisor vendor: KVM [2021-04-13T04:49:24.212Z] Virtualization type: full [2021-04-13T04:49:24.212Z] L1d cache: 128 KiB [2021-04-13T04:49:24.212Z] L1i cache: 128 KiB [2021-04-13T04:49:24.212Z] L2 cache: 16 MiB [2021-04-13T04:49:24.212Z] L3 cache: 64 MiB [2021-04-13T04:49:24.212Z] NUMA node0 CPU(s): 0-3 [2021-04-13T04:49:24.212Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2021-04-13T04:49:24.212Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2021-04-13T04:49:24.212Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2021-04-13T04:49:24.212Z] Vulnerability Meltdown: Mitigation; PTI [2021-04-13T04:49:24.212Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2021-04-13T04:49:24.212Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2021-04-13T04:49:24.212Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2021-04-13T04:49:24.212Z] Vulnerability Srbds: Not affected [2021-04-13T04:49:24.212Z] Vulnerability Tsx async abort: Not affected [2021-04-13T04:49:24.212Z] Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp [2021-04-13T04:49:24.212Z] [2021-04-13T04:49:24.212Z] [2021-04-13T04:49:24.212Z] ---> nproc: [2021-04-13T04:49:24.212Z] 4 [2021-04-13T04:49:24.212Z] [2021-04-13T04:49:24.212Z] [2021-04-13T04:49:24.212Z] ---> df -h: [2021-04-13T04:49:24.212Z] Filesystem Size Used Available Use% Mounted on [2021-04-13T04:49:24.212Z] overlay 50.0G 8.5G 41.4G 17% / [2021-04-13T04:49:24.212Z] tmpfs 64.0M 0 64.0M 0% /dev [2021-04-13T04:49:24.212Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2021-04-13T04:49:24.212Z] shm 64.0M 0 64.0M 0% /dev/shm [2021-04-13T04:49:24.212Z] /dev/vda1 50.0G 8.5G 41.4G 17% /facter-os [2021-04-13T04:49:24.212Z] /dev/vda1 50.0G 8.5G 41.4G 17% /etc/resolv.conf [2021-04-13T04:49:24.212Z] /dev/vda1 50.0G 8.5G 41.4G 17% /etc/hostname [2021-04-13T04:49:24.212Z] /dev/vda1 50.0G 8.5G 41.4G 17% /etc/hosts [2021-04-13T04:49:24.212Z] /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/auth.log [2021-04-13T04:49:24.212Z] /dev/vda1 50.0G 8.5G 41.4G 17% /w/workspace/dgexfoundry_device-sdk-go_master [2021-04-13T04:49:24.212Z] /dev/vda1 50.0G 8.5G 41.4G 17% /run/cloud-init/result.json [2021-04-13T04:49:24.212Z] /dev/vda1 50.0G 8.5G 41.4G 17% /w/workspace/dgexfoundry_device-sdk-go_master@tmp [2021-04-13T04:49:24.212Z] /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/sa-host [2021-04-13T04:49:24.212Z] /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/secure [2021-04-13T04:49:24.212Z] [2021-04-13T04:49:24.212Z] [2021-04-13T04:49:24.212Z] ---> free -m: [2021-04-13T04:49:24.212Z] total used free shared buff/cache available [2021-04-13T04:49:24.212Z] Mem: 1837 821 164 0 851 952 [2021-04-13T04:49:24.212Z] Swap: 1023 2 1021 [2021-04-13T04:49:24.212Z] [2021-04-13T04:49:24.212Z]