Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 913720342204c874872800d189d2482144693ed5 Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision aa25fb65c2461e649b1a162fbf19ec71f4863fbd Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision aa25fb65c2461e649b1a162fbf19ec71f4863fbd using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision aa25fb65c2461e649b1a162fbf19ec71f4863fbd (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f aa25fb65c2461e649b1a162fbf19ec71f4863fbd # timeout=10 Commit message: "Merge pull request #336 from ernestojeda/golang-1.16" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 46d8313d362d7075c0f562900eedc504c24ea18a using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:device-mqtt-go, buildSnap:true] ========================================================= [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-mqtt-go-settings PROJECT: device-mqtt-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.16 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-device-mqtt-go DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: true PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 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-2522 in /w/workspace/gexfoundry_device-mqtt-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-mqtt-go.git > git init /w/workspace/gexfoundry_device-mqtt-go_master # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub Checking out Revision 913720342204c874872800d189d2482144693ed5 (master) > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-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-mqtt-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 913720342204c874872800d189d2482144693ed5 # timeout=10 Commit message: "Merge pull request #226 from lenny-intel/SecretStoreType" > git rev-list --no-walk f5de971355c2828ff055b6ba79681098725335d7 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-04-30T21:27:31.488Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-04-30T21:27:31.631Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-04-30T21:27:31.693Z] ========================================================= [2021-04-30T21:27:31.693Z] EdgeX Global Pipelines Version Info [2021-04-30T21:27:31.693Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-04-30T21:27:34.276Z] ------------------- [2021-04-30T21:27:34.276Z] stable info: [2021-04-30T21:27:34.276Z] ------------------- [2021-04-30T21:27:34.276Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-04-30T21:27:34.276Z] Commit SHA: aa25fb65c2461e649b1a162fbf19ec71f4863fbd [2021-04-30T21:27:34.276Z] Message: update stable to v1.0.191 [2021-04-30T21:27:35.303Z] ------------------- [2021-04-30T21:27:35.303Z] experimental info: [2021-04-30T21:27:35.303Z] ------------------- [2021-04-30T21:27:35.303Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-04-30T21:27:35.303Z] Commit SHA: aa25fb65c2461e649b1a162fbf19ec71f4863fbd [2021-04-30T21:27:35.303Z] Message: update experimental to v1.0.191 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-04-30T21:27:35.460Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-mqtt-go-settings [Pipeline] echo [2021-04-30T21:27:35.483Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-mqtt-go [Pipeline] echo [2021-04-30T21:27:35.506Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-04-30T21:27:35.529Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-04-30T21:27:35.552Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-04-30T21:27:35.576Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.16 [Pipeline] echo [2021-04-30T21:27:35.598Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-04-30T21:27:35.622Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [Pipeline] echo [2021-04-30T21:27:35.646Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2021-04-30T21:27:35.668Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-04-30T21:27:35.691Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-04-30T21:27:35.742Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-mqtt-go [Pipeline] echo [2021-04-30T21:27:35.766Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-04-30T21:27:35.789Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-04-30T21:27:35.812Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-04-30T21:27:35.835Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-04-30T21:27:35.858Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2021-04-30T21:27:35.881Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2021-04-30T21:27:35.903Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-04-30T21:27:35.926Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-04-30T21:27:35.949Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2021-04-30T21:27:35.971Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2021-04-30T21:27:36.017Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2021-04-30T21:27:36.040Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2021-04-30T21:27:36.063Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2021-04-30T21:27:36.087Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-04-30T21:27:36.109Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2021-04-30T21:27:36.133Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2021-04-30T21:27:36.157Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2021-04-30T21:27:36.180Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 913720342204c874872800d189d2482144693ed5 [Pipeline] echo [2021-04-30T21:27:36.204Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 9137203 [Pipeline] echo [2021-04-30T21:27:36.226Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-04-30T21:27:36.301Z] provisioning config files... [2021-04-30T21:27:36.338Z] copy managed file [device-mqtt-go-settings] to file:/w/workspace/gexfoundry_device-mqtt-go_master@tmp/config8972476260900687401tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-30T21:27:36.709Z] ---> docker-login.sh [2021-04-30T21:27:36.710Z] nexus3.edgexfoundry.org:10001 [2021-04-30T21:27:37.823Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-30T21:27:37.823Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-30T21:27:37.823Z] Configure a credential helper to remove this warning. See [2021-04-30T21:27:37.823Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-30T21:27:37.823Z] [2021-04-30T21:27:37.823Z] Login Succeeded [2021-04-30T21:27:37.823Z] nexus3.edgexfoundry.org:10002 [2021-04-30T21:27:38.461Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-30T21:27:38.461Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-30T21:27:38.461Z] Configure a credential helper to remove this warning. See [2021-04-30T21:27:38.461Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-30T21:27:38.461Z] [2021-04-30T21:27:38.461Z] Login Succeeded [2021-04-30T21:27:38.461Z] nexus3.edgexfoundry.org:10003 [2021-04-30T21:27:39.122Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-30T21:27:39.578Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-30T21:27:39.578Z] Configure a credential helper to remove this warning. See [2021-04-30T21:27:39.578Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-30T21:27:39.578Z] [2021-04-30T21:27:39.578Z] Login Succeeded [2021-04-30T21:27:39.578Z] nexus3.edgexfoundry.org:10004 [2021-04-30T21:27:39.853Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-30T21:27:40.226Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-30T21:27:40.226Z] Configure a credential helper to remove this warning. See [2021-04-30T21:27:40.226Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-30T21:27:40.226Z] [2021-04-30T21:27:40.226Z] Login Succeeded [2021-04-30T21:27:40.226Z] docker.io [2021-04-30T21:27:41.279Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-30T21:27:41.279Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-30T21:27:41.279Z] Configure a credential helper to remove this warning. See [2021-04-30T21:27:41.279Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-30T21:27:41.279Z] [2021-04-30T21:27:41.279Z] Login Succeeded [2021-04-30T21:27:41.279Z] ---> docker-login.sh ends [Pipeline] } [2021-04-30T21:27:41.298Z] 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-30T21:27:41.813Z] + git log --format=format:%s -1 913720342204c874872800d189d2482144693ed5 [Pipeline] echo [2021-04-30T21:27:41.960Z] GIT_COMMIT: 913720342204c874872800d189d2482144693ed5, Commit Message: Merge pull request #226 from lenny-intel/SecretStoreType [Pipeline] echo [2021-04-30T21:27:41.974Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2021-04-30T21:27:42.965Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-30T21:27:42.965Z] [2021-04-30T21:27:42.965Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-04-30T21:27:43.306Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-30T21:27:43.307Z] latest: Pulling from edgex-devops/git-semver [2021-04-30T21:27:43.307Z] 31603596830f: Pulling fs layer [2021-04-30T21:27:43.307Z] 54011a49482f: Pulling fs layer [2021-04-30T21:27:43.307Z] a6820b24f6d8: Pulling fs layer [2021-04-30T21:27:43.307Z] f581987b2513: Pulling fs layer [2021-04-30T21:27:43.307Z] f581987b2513: Waiting [2021-04-30T21:27:43.307Z] 54011a49482f: Download complete [2021-04-30T21:27:43.598Z] 31603596830f: Verifying Checksum [2021-04-30T21:27:43.598Z] 31603596830f: Download complete [2021-04-30T21:27:43.598Z] f581987b2513: Verifying Checksum [2021-04-30T21:27:43.598Z] f581987b2513: Download complete [2021-04-30T21:27:43.888Z] a6820b24f6d8: Verifying Checksum [2021-04-30T21:27:43.888Z] a6820b24f6d8: Download complete [2021-04-30T21:27:44.167Z] 31603596830f: Pull complete [2021-04-30T21:27:44.440Z] 54011a49482f: Pull complete [2021-04-30T21:27:46.495Z] a6820b24f6d8: Pull complete [2021-04-30T21:27:46.495Z] f581987b2513: Pull complete [2021-04-30T21:27:46.772Z] Digest: sha256:772af3cb61214e5a22880db9bb273bb039d0aa3a8f4edfa0c1def8b4e20ea536 [2021-04-30T21:27:46.772Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-30T21:27:46.772Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-04-30T21:27:46.984Z] prd-centos7-docker-4c-2g-2522 does not seem to be running inside a container [2021-04-30T21:27:47.073Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_device-mqtt-go_master -v /w/workspace/gexfoundry_device-mqtt-go_master:/w/workspace/gexfoundry_device-mqtt-go_master:rw,z -v /w/workspace/gexfoundry_device-mqtt-go_master@tmp:/w/workspace/gexfoundry_device-mqtt-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-04-30T21:27:49.943Z] $ docker top 8efe9ba6e10ba2b3c3706da80080a131f135ce9e45e963e7c09a894bad156718 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-04-30T21:27:50.149Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-30T21:27:50.149Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-30T21:27:50.530Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-30T21:27:50.538Z] $ docker exec 8efe9ba6e10ba2b3c3706da80080a131f135ce9e45e963e7c09a894bad156718 ssh-agent [2021-04-30T21:27:50.827Z] SSH_AUTH_SOCK=/tmp/ssh-7MNv5JoRWHmc/agent.12 [2021-04-30T21:27:50.827Z] SSH_AGENT_PID=17 [2021-04-30T21:27:50.840Z] Running ssh-add (command line suppressed) [2021-04-30T21:27:51.064Z] Identity added: /w/workspace/gexfoundry_device-mqtt-go_master@tmp/private_key_3916187742565789050.key (/w/workspace/gexfoundry_device-mqtt-go_master@tmp/private_key_3916187742565789050.key) [2021-04-30T21:27:51.145Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-30T21:27:51.479Z] + git tag --points-at HEAD [Pipeline] } [2021-04-30T21:27:51.538Z] $ docker exec --env ******** --env ******** 8efe9ba6e10ba2b3c3706da80080a131f135ce9e45e963e7c09a894bad156718 ssh-agent -k [2021-04-30T21:27:51.846Z] unset SSH_AUTH_SOCK; [2021-04-30T21:27:51.847Z] unset SSH_AGENT_PID; [2021-04-30T21:27:51.848Z] echo Agent pid 17 killed; [2021-04-30T21:27:51.981Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-04-30T21:27:52.019Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-30T21:27:52.019Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-30T21:27:52.444Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-30T21:27:52.455Z] $ docker exec 8efe9ba6e10ba2b3c3706da80080a131f135ce9e45e963e7c09a894bad156718 ssh-agent [2021-04-30T21:27:52.888Z] SSH_AUTH_SOCK=/tmp/ssh-lVcXKG9zqcMk/agent.45 [2021-04-30T21:27:52.888Z] SSH_AGENT_PID=50 [2021-04-30T21:27:52.900Z] Running ssh-add (command line suppressed) [2021-04-30T21:27:53.397Z] Identity added: /w/workspace/gexfoundry_device-mqtt-go_master@tmp/private_key_528077221347635084.key (/w/workspace/gexfoundry_device-mqtt-go_master@tmp/private_key_528077221347635084.key) [2021-04-30T21:27:53.481Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-30T21:27:54.147Z] + git semver init [2021-04-30T21:27:54.147Z] # -> Open(): unable to determine branch for HEAD [2021-04-30T21:27:54.147Z] # $GIT_DIR = /w/workspace/gexfoundry_device-mqtt-go_master/.git [2021-04-30T21:27:54.147Z] # $GIT_WORK_TREE = /w/workspace/gexfoundry_device-mqtt-go_master [2021-04-30T21:27:54.147Z] # $SEMVER_REMOTE_NAME = origin [2021-04-30T21:27:54.147Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-04-30T21:27:54.147Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-04-30T21:27:54.147Z] # $SEMVER_BRANCH = master [2021-04-30T21:27:54.147Z] # $SEMVER_TEMP = /tmp/semver-090659620 [2021-04-30T21:27:54.147Z] # git clone --branch semver git@github.com:edgexfoundry/device-mqtt-go.git $SEMVER_TEMP [2021-04-30T21:27:54.736Z] # '/tmp/semver-090659620' -> '/w/workspace/gexfoundry_device-mqtt-go_master/.semver' [2021-04-30T21:27:54.736Z] # -> Force: false [2021-04-30T21:27:54.736Z] # $SEMVER_DIR = /w/workspace/gexfoundry_device-mqtt-go_master/.semver [Pipeline] } [2021-04-30T21:27:54.763Z] $ docker exec --env ******** --env ******** 8efe9ba6e10ba2b3c3706da80080a131f135ce9e45e963e7c09a894bad156718 ssh-agent -k [2021-04-30T21:27:55.111Z] unset SSH_AUTH_SOCK; [2021-04-30T21:27:55.114Z] unset SSH_AGENT_PID; [2021-04-30T21:27:55.115Z] echo Agent pid 50 killed; [2021-04-30T21:27:55.194Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-04-30T21:27:55.555Z] + git semver [Pipeline] } [2021-04-30T21:27:55.584Z] $ docker stop --time=1 8efe9ba6e10ba2b3c3706da80080a131f135ce9e45e963e7c09a894bad156718 [2021-04-30T21:27:57.419Z] $ docker rm -f 8efe9ba6e10ba2b3c3706da80080a131f135ce9e45e963e7c09a894bad156718 [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-30T21:27:58.096Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-04-30T21:27:58.780Z] Stashed 1 file(s) [Pipeline] echo [2021-04-30T21:27:58.783Z] [edgeXSemver]: initialized semver on version 1.3.2-dev.8 [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-30T21:28:13.963Z] Still waiting to schedule task [2021-04-30T21:28:13.963Z] Waiting for next available executor on ‘prd-centos7-docker-4c-2g-2522’ [2021-04-30T21:28:13.966Z] Still waiting to schedule task [2021-04-30T21:28:13.966Z] ‘prd-ubuntu18.04-docker-arm64-4c-16g-2316’ is offline [2021-04-30T21:30:08.231Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-2523 in /w/workspace/gexfoundry_device-mqtt-go_master [Pipeline] { [Pipeline] ws [2021-04-30T21:30:08.251Z] Running in /w/workspace/device-mqtt-go/39 [Pipeline] { [Pipeline] checkout [2021-04-30T21:30:14.111Z] using credential edgex-jenkins-ssh [2021-04-30T21:30:14.131Z] Cloning the remote Git repository [2021-04-30T21:30:14.212Z] Cloning repository git@github.com:edgexfoundry/device-mqtt-go.git [2021-04-30T21:30:14.352Z] > git init /w/workspace/device-mqtt-go/39 # timeout=10 [2021-04-30T21:30:14.450Z] Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git [2021-04-30T21:30:14.450Z] > git --version # timeout=10 [2021-04-30T21:30:14.466Z] > git --version # 'git version 2.17.1' [2021-04-30T21:30:14.468Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-30T21:30:14.529Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-30T21:30:15.842Z] Checking out Revision 913720342204c874872800d189d2482144693ed5 (master) [2021-04-30T21:30:15.304Z] > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 [2021-04-30T21:30:15.319Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-30T21:30:15.344Z] > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 [2021-04-30T21:30:15.379Z] Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git [2021-04-30T21:30:15.379Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-30T21:30:15.393Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-04-30T21:30:15.878Z] > git config core.sparsecheckout # timeout=10 [2021-04-30T21:30:15.891Z] > git checkout -f 913720342204c874872800d189d2482144693ed5 # timeout=10 [2021-04-30T21:30:20.036Z] Commit message: "Merge pull request #226 from lenny-intel/SecretStoreType" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-04-30T21:30:21.612Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-04-30T21:30:22.008Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-04-30T21:30:22.349Z] + true [2021-04-30T21:30:22.349Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-04-30T21:30:25.014Z] provisioning config files... [2021-04-30T21:30:25.058Z] copy managed file [device-mqtt-go-settings] to file:/w/workspace/device-mqtt-go/39@tmp/config1664737520334674222tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-30T21:30:25.449Z] ---> docker-login.sh [2021-04-30T21:30:25.449Z] nexus3.edgexfoundry.org:10001 [2021-04-30T21:30:26.445Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-30T21:30:26.722Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-30T21:30:26.722Z] Configure a credential helper to remove this warning. See [2021-04-30T21:30:26.722Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-30T21:30:26.722Z] [2021-04-30T21:30:26.722Z] Login Succeeded [2021-04-30T21:30:26.722Z] nexus3.edgexfoundry.org:10002 [2021-04-30T21:30:26.999Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-30T21:30:27.273Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-30T21:30:27.273Z] Configure a credential helper to remove this warning. See [2021-04-30T21:30:27.273Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-30T21:30:27.273Z] [2021-04-30T21:30:27.273Z] Login Succeeded [2021-04-30T21:30:27.273Z] nexus3.edgexfoundry.org:10003 [2021-04-30T21:30:27.551Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-30T21:30:27.823Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-30T21:30:27.823Z] Configure a credential helper to remove this warning. See [2021-04-30T21:30:27.823Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-30T21:30:27.823Z] [2021-04-30T21:30:27.823Z] Login Succeeded [2021-04-30T21:30:27.823Z] nexus3.edgexfoundry.org:10004 [2021-04-30T21:30:28.096Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-30T21:30:28.096Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-30T21:30:28.096Z] Configure a credential helper to remove this warning. See [2021-04-30T21:30:28.096Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-30T21:30:28.096Z] [2021-04-30T21:30:28.096Z] Login Succeeded [2021-04-30T21:30:28.096Z] docker.io [2021-04-30T21:30:28.689Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-30T21:30:28.958Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-30T21:30:28.958Z] Configure a credential helper to remove this warning. See [2021-04-30T21:30:28.958Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-30T21:30:28.958Z] [2021-04-30T21:30:28.958Z] Login Succeeded [2021-04-30T21:30:28.958Z] ---> docker-login.sh ends [Pipeline] } [2021-04-30T21:30:28.976Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-04-30T21:30:29.277Z] ========================================================= [2021-04-30T21:30:29.277Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine] [2021-04-30T21:30:29.277Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-04-30T21:30:29.632Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine . [2021-04-30T21:30:29.906Z] Sending build context to Docker daemon 543.7kB [2021-04-30T21:30:29.907Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-04-30T21:30:29.907Z] Step 2/8 : FROM ${BASE} [2021-04-30T21:30:30.180Z] 1.16-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-04-30T21:30:30.180Z] 595b0fe564bb: Pulling fs layer [2021-04-30T21:30:30.180Z] 7186ed65a4f7: Pulling fs layer [2021-04-30T21:30:30.180Z] 316046926c0a: Pulling fs layer [2021-04-30T21:30:30.180Z] 4ebd0625c992: Pulling fs layer [2021-04-30T21:30:30.180Z] 207e8628e3a3: Pulling fs layer [2021-04-30T21:30:30.180Z] c791037a9be2: Pulling fs layer [2021-04-30T21:30:30.180Z] ffd874e62e21: Pulling fs layer [2021-04-30T21:30:30.180Z] 4ebd0625c992: Waiting [2021-04-30T21:30:30.180Z] 207e8628e3a3: Waiting [2021-04-30T21:30:30.180Z] c791037a9be2: Waiting [2021-04-30T21:30:30.180Z] ffd874e62e21: Waiting [2021-04-30T21:30:30.180Z] 316046926c0a: Verifying Checksum [2021-04-30T21:30:30.180Z] 316046926c0a: Download complete [2021-04-30T21:30:30.180Z] 7186ed65a4f7: Download complete [2021-04-30T21:30:30.180Z] 207e8628e3a3: Verifying Checksum [2021-04-30T21:30:30.180Z] 207e8628e3a3: Download complete [2021-04-30T21:30:30.180Z] c791037a9be2: Download complete [2021-04-30T21:30:30.180Z] 595b0fe564bb: Verifying Checksum [2021-04-30T21:30:30.180Z] 595b0fe564bb: Download complete [2021-04-30T21:30:31.161Z] 595b0fe564bb: Pull complete [2021-04-30T21:30:31.439Z] 7186ed65a4f7: Pull complete [2021-04-30T21:30:32.040Z] 316046926c0a: Pull complete [2021-04-30T21:30:32.655Z] ffd874e62e21: Verifying Checksum [2021-04-30T21:30:32.655Z] ffd874e62e21: Download complete [2021-04-30T21:30:33.635Z] 4ebd0625c992: Verifying Checksum [2021-04-30T21:30:33.635Z] 4ebd0625c992: Download complete [2021-04-30T21:30:41.129Z] Running on prd-centos7-docker-4c-2g-2524 in /w/workspace/gexfoundry_device-mqtt-go_master [Pipeline] { [Pipeline] ws [2021-04-30T21:30:41.147Z] Running in /w/workspace/device-mqtt-go/39 [Pipeline] { [Pipeline] checkout [2021-04-30T21:30:43.621Z] using credential edgex-jenkins-ssh [2021-04-30T21:30:43.634Z] Cloning the remote Git repository [2021-04-30T21:30:43.818Z] 4ebd0625c992: Pull complete [2021-04-30T21:30:43.818Z] 207e8628e3a3: Pull complete [2021-04-30T21:30:44.090Z] c791037a9be2: Pull complete [2021-04-30T21:30:43.655Z] Cloning repository git@github.com:edgexfoundry/device-mqtt-go.git [2021-04-30T21:30:43.719Z] > git init /w/workspace/device-mqtt-go/39 # timeout=10 [2021-04-30T21:30:43.776Z] Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git [2021-04-30T21:30:43.777Z] > git --version # timeout=10 [2021-04-30T21:30:43.783Z] > git --version # 'git version 2.24.3' [2021-04-30T21:30:43.784Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-30T21:30:43.808Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-30T21:30:44.414Z] > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 [2021-04-30T21:30:44.420Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-30T21:30:44.432Z] > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 [2021-04-30T21:30:44.451Z] Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git [2021-04-30T21:30:44.451Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-30T21:30:44.455Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-04-30T21:30:44.904Z] Checking out Revision 913720342204c874872800d189d2482144693ed5 (master) [2021-04-30T21:30:44.912Z] > git config core.sparsecheckout # timeout=10 [2021-04-30T21:30:44.917Z] > git checkout -f 913720342204c874872800d189d2482144693ed5 # timeout=10 [2021-04-30T21:30:47.492Z] ffd874e62e21: Pull complete [2021-04-30T21:30:47.492Z] Digest: sha256:fad7b58e697bd06bcf362d803a3263ca5ec03b905aa8665231fe3262941fe3e0 [2021-04-30T21:30:47.765Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine [2021-04-30T21:30:47.765Z] ---> cfc18b08335c [2021-04-30T21:30:47.765Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020-2021: IOTech' [2021-04-30T21:30:48.622Z] Commit message: "Merge pull request #226 from lenny-intel/SecretStoreType" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-04-30T21:30:49.598Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-04-30T21:30:49.919Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-04-30T21:30:50.221Z] + sudo service docker restart [2021-04-30T21:30:50.221Z] + true [2021-04-30T21:30:50.221Z] Redirecting to /bin/systemctl restart docker.service [2021-04-30T21:30:50.434Z] ---> Running in 01a640787946 [2021-04-30T21:30:50.707Z] Removing intermediate container 01a640787946 [2021-04-30T21:30:50.707Z] ---> c19844733067 [2021-04-30T21:30:50.707Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-30T21:30:50.980Z] ---> Running in ac609bcba687 [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-04-30T21:30:51.205Z] provisioning config files... [2021-04-30T21:30:51.240Z] copy managed file [device-mqtt-go-settings] to file:/w/workspace/device-mqtt-go/39@tmp/config6233386375957794860tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-30T21:30:51.566Z] ---> docker-login.sh [2021-04-30T21:30:51.566Z] nexus3.edgexfoundry.org:10001 [2021-04-30T21:30:51.828Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-30T21:30:51.828Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-30T21:30:51.828Z] Configure a credential helper to remove this warning. See [2021-04-30T21:30:51.828Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-30T21:30:51.828Z] [2021-04-30T21:30:51.828Z] Login Succeeded [2021-04-30T21:30:51.828Z] nexus3.edgexfoundry.org:10002 [2021-04-30T21:30:52.093Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-30T21:30:52.093Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-30T21:30:52.093Z] Configure a credential helper to remove this warning. See [2021-04-30T21:30:52.093Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-30T21:30:52.093Z] [2021-04-30T21:30:52.093Z] Login Succeeded [2021-04-30T21:30:52.093Z] nexus3.edgexfoundry.org:10003 [2021-04-30T21:30:52.093Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-30T21:30:52.358Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-30T21:30:52.358Z] Configure a credential helper to remove this warning. See [2021-04-30T21:30:52.358Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-30T21:30:52.358Z] [2021-04-30T21:30:52.358Z] Login Succeeded [2021-04-30T21:30:52.358Z] nexus3.edgexfoundry.org:10004 [2021-04-30T21:30:52.358Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-30T21:30:52.358Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-30T21:30:52.358Z] Configure a credential helper to remove this warning. See [2021-04-30T21:30:52.358Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-30T21:30:52.358Z] [2021-04-30T21:30:52.358Z] Login Succeeded [2021-04-30T21:30:52.358Z] docker.io [2021-04-30T21:30:52.620Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-30T21:30:52.884Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-30T21:30:52.884Z] Configure a credential helper to remove this warning. See [2021-04-30T21:30:52.884Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-30T21:30:52.884Z] [2021-04-30T21:30:52.884Z] Login Succeeded [2021-04-30T21:30:52.884Z] ---> docker-login.sh ends [Pipeline] } [2021-04-30T21:30:52.893Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-04-30T21:30:53.068Z] ========================================================= [2021-04-30T21:30:53.068Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine] [2021-04-30T21:30:53.068Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-04-30T21:30:53.381Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine . [2021-04-30T21:30:53.382Z] Sending build context to Docker daemon 544.8kB [2021-04-30T21:30:53.382Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-04-30T21:30:53.382Z] Step 2/8 : FROM ${BASE} [2021-04-30T21:30:53.619Z] Removing intermediate container ac609bcba687 [2021-04-30T21:30:53.619Z] ---> 8ec173185b4c [2021-04-30T21:30:53.619Z] Step 5/8 : RUN apk add --update --no-cache make git openssh gcc libc-dev zeromq-dev libsodium-dev [2021-04-30T21:30:53.619Z] ---> Running in c1449a5326b3 [2021-04-30T21:30:53.647Z] 1.16-alpine: Pulling from edgex-devops/edgex-golang-base [2021-04-30T21:30:53.647Z] 540db60ca938: Pulling fs layer [2021-04-30T21:30:53.647Z] adcc1eea9eea: Pulling fs layer [2021-04-30T21:30:53.647Z] 4c4ab2625f07: Pulling fs layer [2021-04-30T21:30:53.647Z] 0510c868ecb4: Pulling fs layer [2021-04-30T21:30:53.647Z] afea3b2eda06: Pulling fs layer [2021-04-30T21:30:53.647Z] 7809a108b3ef: Pulling fs layer [2021-04-30T21:30:53.647Z] f706445af74f: Pulling fs layer [2021-04-30T21:30:53.647Z] afea3b2eda06: Waiting [2021-04-30T21:30:53.647Z] 7809a108b3ef: Waiting [2021-04-30T21:30:53.647Z] f706445af74f: Waiting [2021-04-30T21:30:53.647Z] 0510c868ecb4: Waiting [2021-04-30T21:30:53.647Z] 4c4ab2625f07: Verifying Checksum [2021-04-30T21:30:53.647Z] 4c4ab2625f07: Download complete [2021-04-30T21:30:53.647Z] adcc1eea9eea: Verifying Checksum [2021-04-30T21:30:53.647Z] adcc1eea9eea: Download complete [2021-04-30T21:30:53.647Z] afea3b2eda06: Verifying Checksum [2021-04-30T21:30:53.647Z] afea3b2eda06: Download complete [2021-04-30T21:30:53.647Z] 540db60ca938: Verifying Checksum [2021-04-30T21:30:53.647Z] 540db60ca938: Download complete [2021-04-30T21:30:53.647Z] 7809a108b3ef: Verifying Checksum [2021-04-30T21:30:53.647Z] 7809a108b3ef: Download complete [2021-04-30T21:30:53.910Z] 540db60ca938: Pull complete [2021-04-30T21:30:54.177Z] adcc1eea9eea: Pull complete [2021-04-30T21:30:54.177Z] 4c4ab2625f07: Pull complete [2021-04-30T21:30:54.606Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-04-30T21:30:55.127Z] f706445af74f: Verifying Checksum [2021-04-30T21:30:55.127Z] f706445af74f: Download complete [2021-04-30T21:30:55.587Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-04-30T21:30:56.077Z] 0510c868ecb4: Verifying Checksum [2021-04-30T21:30:56.077Z] 0510c868ecb4: Download complete [2021-04-30T21:30:56.566Z] (1/13) Installing libc-dev (0.7.2-r3) [2021-04-30T21:30:56.566Z] (2/13) Installing libsodium (1.0.18-r0) [2021-04-30T21:30:56.837Z] (3/13) Installing pkgconf (1.7.3-r0) [2021-04-30T21:30:56.837Z] (4/13) Installing libsodium-dev (1.0.18-r0) [2021-04-30T21:30:57.107Z] (5/13) Installing openssh-keygen (8.4_p1-r3) [2021-04-30T21:30:57.107Z] (6/13) Installing libedit (20191231.3.1-r1) [2021-04-30T21:30:57.107Z] (7/13) Installing openssh-client (8.4_p1-r3) [2021-04-30T21:30:58.077Z] (8/13) Installing openssh-sftp-server (8.4_p1-r3) [2021-04-30T21:30:58.077Z] (9/13) Installing openssh-server-common (8.4_p1-r3) [2021-04-30T21:30:58.077Z] (10/13) Installing openssh-server (8.4_p1-r3) [2021-04-30T21:30:58.077Z] (11/13) Installing openssh (8.4_p1-r3) [2021-04-30T21:30:58.349Z] (12/13) Installing libzmq (4.3.3-r1) [2021-04-30T21:30:58.349Z] (13/13) Installing zeromq-dev (4.3.3-r1) [2021-04-30T21:30:58.620Z] Executing busybox-1.32.1-r6.trigger [2021-04-30T21:30:58.620Z] OK: 145 MiB in 53 packages [2021-04-30T21:31:00.057Z] Removing intermediate container c1449a5326b3 [2021-04-30T21:31:00.058Z] ---> 84cd9bd44ceb [2021-04-30T21:31:00.058Z] Step 6/8 : WORKDIR /device-mqtt-go [2021-04-30T21:31:00.331Z] ---> Running in a9a60df7c3a7 [2021-04-30T21:31:00.935Z] Removing intermediate container a9a60df7c3a7 [2021-04-30T21:31:00.936Z] ---> d0b4d4c3d6ea [2021-04-30T21:31:00.936Z] Step 7/8 : COPY . . [2021-04-30T21:31:01.399Z] 0510c868ecb4: Pull complete [2021-04-30T21:31:01.661Z] afea3b2eda06: Pull complete [2021-04-30T21:31:01.661Z] 7809a108b3ef: Pull complete [2021-04-30T21:31:01.918Z] ---> a401ce051328 [2021-04-30T21:31:01.918Z] Step 8/8 : RUN go mod download [2021-04-30T21:31:01.919Z] ---> Running in 41c431e60b92 [2021-04-30T21:31:05.934Z] f706445af74f: Pull complete [2021-04-30T21:31:05.934Z] Digest: sha256:3789524f83b4b99ff44900c39f6da7fc44f99660cd9adf292610dec398b137f4 [2021-04-30T21:31:05.934Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [2021-04-30T21:31:05.934Z] ---> b068be0155e3 [2021-04-30T21:31:05.934Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020-2021: IOTech' [2021-04-30T21:31:05.934Z] ---> Running in c59aa218db81 [2021-04-30T21:31:05.934Z] Removing intermediate container c59aa218db81 [2021-04-30T21:31:05.934Z] ---> 9f8cfc45415a [2021-04-30T21:31:05.934Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-30T21:31:05.934Z] ---> Running in 21ab7b4638bc [2021-04-30T21:31:06.890Z] Removing intermediate container 21ab7b4638bc [2021-04-30T21:31:06.890Z] ---> 31be7cb1f2da [2021-04-30T21:31:06.890Z] Step 5/8 : RUN apk add --update --no-cache make git openssh gcc libc-dev zeromq-dev libsodium-dev [2021-04-30T21:31:06.890Z] ---> Running in bbf1f812ad03 [2021-04-30T21:31:08.291Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-04-30T21:31:08.865Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-04-30T21:31:09.442Z] (1/13) Installing libc-dev (0.7.2-r3) [2021-04-30T21:31:09.442Z] (2/13) Installing libsodium (1.0.18-r0) [2021-04-30T21:31:09.442Z] (3/13) Installing pkgconf (1.7.3-r0) [2021-04-30T21:31:09.705Z] (4/13) Installing libsodium-dev (1.0.18-r0) [2021-04-30T21:31:09.705Z] (5/13) Installing openssh-keygen (8.4_p1-r3) [2021-04-30T21:31:09.705Z] (6/13) Installing libedit (20191231.3.1-r1) [2021-04-30T21:31:09.968Z] (7/13) Installing openssh-client (8.4_p1-r3) [2021-04-30T21:31:10.232Z] (8/13) Installing openssh-sftp-server (8.4_p1-r3) [2021-04-30T21:31:10.494Z] (9/13) Installing openssh-server-common (8.4_p1-r3) [2021-04-30T21:31:10.494Z] (10/13) Installing openssh-server (8.4_p1-r3) [2021-04-30T21:31:10.494Z] (11/13) Installing openssh (8.4_p1-r3) [2021-04-30T21:31:10.765Z] (12/13) Installing libzmq (4.3.3-r1) [2021-04-30T21:31:10.765Z] (13/13) Installing zeromq-dev (4.3.3-r1) [2021-04-30T21:31:10.765Z] Executing busybox-1.32.1-r6.trigger [2021-04-30T21:31:10.765Z] OK: 156 MiB in 53 packages [2021-04-30T21:31:11.718Z] Removing intermediate container bbf1f812ad03 [2021-04-30T21:31:11.718Z] ---> 92a2b02545b8 [2021-04-30T21:31:11.718Z] Step 6/8 : WORKDIR /device-mqtt-go [2021-04-30T21:31:11.718Z] ---> Running in 9467779a3b52 [2021-04-30T21:31:11.980Z] Removing intermediate container 9467779a3b52 [2021-04-30T21:31:11.980Z] ---> 513c51b068bf [2021-04-30T21:31:11.980Z] Step 7/8 : COPY . . [2021-04-30T21:31:12.926Z] ---> ef612f457b33 [2021-04-30T21:31:12.926Z] Step 8/8 : RUN go mod download [2021-04-30T21:31:12.926Z] ---> Running in cad6f1f3ff2e [2021-04-30T21:31:28.703Z] Removing intermediate container 41c431e60b92 [2021-04-30T21:31:28.703Z] ---> ac48e2726980 [2021-04-30T21:31:28.703Z] Successfully built ac48e2726980 [2021-04-30T21:31:28.703Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-04-30T21:31:29.039Z] + docker inspect -f . ci-base-image-arm64 [2021-04-30T21:31:29.039Z] . [Pipeline] withDockerContainer [2021-04-30T21:31:29.265Z] prd-ubuntu18.04-docker-arm64-4c-16g-2523 does not seem to be running inside a container [2021-04-30T21:31:29.371Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-mqtt-go/39 -v /w/workspace/device-mqtt-go/39:/w/workspace/device-mqtt-go/39:rw,z -v /w/workspace/device-mqtt-go/39@tmp:/w/workspace/device-mqtt-go/39@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-04-30T21:31:30.742Z] $ docker top 14bc7535567d46644b45c5f6352f7f6a6256149cc783811db5fb59f80e499b70 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-30T21:31:31.657Z] + go version [2021-04-30T21:31:31.657Z] go version go1.16.3 linux/arm64 [Pipeline] } [2021-04-30T21:31:31.707Z] $ docker stop --time=1 14bc7535567d46644b45c5f6352f7f6a6256149cc783811db5fb59f80e499b70 [2021-04-30T21:31:33.695Z] $ docker rm -f 14bc7535567d46644b45c5f6352f7f6a6256149cc783811db5fb59f80e499b70 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-30T21:31:34.360Z] + docker inspect -f . ci-base-image-arm64 [2021-04-30T21:31:34.360Z] . [Pipeline] withDockerContainer [2021-04-30T21:31:34.617Z] prd-ubuntu18.04-docker-arm64-4c-16g-2523 does not seem to be running inside a container [2021-04-30T21:31:34.729Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-mqtt-go/39 -v /w/workspace/device-mqtt-go/39:/w/workspace/device-mqtt-go/39:rw,z -v /w/workspace/device-mqtt-go/39@tmp:/w/workspace/device-mqtt-go/39@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-04-30T21:31:34.946Z] Removing intermediate container cad6f1f3ff2e [2021-04-30T21:31:34.946Z] ---> aa721c9d0cc3 [2021-04-30T21:31:34.946Z] Successfully built aa721c9d0cc3 [2021-04-30T21:31:34.946Z] Successfully tagged ci-base-image-x86_64:latest [2021-04-30T21:31:36.253Z] $ docker top 748c5d318af8f8a6eacbd454efaf2e8c8ee3d3cf19217d9735ad9cc6b4148c75 -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] isUnix [Pipeline] sh [2021-04-30T21:31:36.922Z] + docker inspect -f . ci-base-image-x86_64 [2021-04-30T21:31:36.922Z] . [Pipeline] withDockerContainer [2021-04-30T21:31:37.037Z] prd-centos7-docker-4c-2g-2524 does not seem to be running inside a container [2021-04-30T21:31:37.104Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-mqtt-go/39 -v /w/workspace/device-mqtt-go/39:/w/workspace/device-mqtt-go/39:rw,z -v /w/workspace/device-mqtt-go/39@tmp:/w/workspace/device-mqtt-go/39@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-30T21:31:37.193Z] + go mod tidy [2021-04-30T21:31:37.872Z] $ docker top d93c8fb32d21e2e8094ab469800c28843d6188d4445e66262cd51ec5267406a6 -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] sh [2021-04-30T21:31:38.341Z] + go version [2021-04-30T21:31:38.342Z] go version go1.16.3 linux/amd64 [Pipeline] } [2021-04-30T21:31:38.355Z] $ docker stop --time=1 d93c8fb32d21e2e8094ab469800c28843d6188d4445e66262cd51ec5267406a6 [2021-04-30T21:31:38.633Z] + make test [2021-04-30T21:31:38.633Z] GCO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out [2021-04-30T21:31:39.611Z] ? github.com/edgexfoundry/device-mqtt-go [no test files] [2021-04-30T21:31:39.694Z] $ docker rm -f d93c8fb32d21e2e8094ab469800c28843d6188d4445e66262cd51ec5267406a6 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-30T21:31:40.191Z] + docker inspect -f . ci-base-image-x86_64 [2021-04-30T21:31:40.191Z] . [Pipeline] withDockerContainer [2021-04-30T21:31:40.292Z] prd-centos7-docker-4c-2g-2524 does not seem to be running inside a container [2021-04-30T21:31:40.333Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-mqtt-go/39 -v /w/workspace/device-mqtt-go/39:/w/workspace/device-mqtt-go/39:rw,z -v /w/workspace/device-mqtt-go/39@tmp:/w/workspace/device-mqtt-go/39@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-30T21:31:40.866Z] $ docker top 58ca74472f52e8ca22b8ac728d28dc31d51b5a55f473574fc80c5887ba146fc2 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-30T21:31:41.281Z] + go mod tidy [Pipeline] sh [2021-04-30T21:31:42.161Z] + make test [2021-04-30T21:31:42.161Z] GCO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out [2021-04-30T21:31:42.745Z] ? github.com/edgexfoundry/device-mqtt-go [no test files] [2021-04-30T21:32:04.900Z] ? github.com/edgexfoundry/device-mqtt-go/cmd [no test files] [2021-04-30T21:32:04.900Z] ok github.com/edgexfoundry/device-mqtt-go/internal/driver 0.018s coverage: 24.9% of statements [2021-04-30T21:32:04.900Z] ? github.com/edgexfoundry/device-mqtt-go/mock [no test files] [2021-04-30T21:32:04.900Z] GCO_ENABLED=1 GO111MODULE=on go vet ./... [2021-04-30T21:32:10.277Z] gofmt -l . [2021-04-30T21:32:10.277Z] ["`gofmt -l .`" = ""] [2021-04-30T21:32:10.277Z] ./bin/test-attribution-txt.sh [2021-04-30T21:32:10.853Z] ./bin/test-go-mod-tidy.sh [Pipeline] } [2021-04-30T21:32:11.132Z] $ docker stop --time=1 58ca74472f52e8ca22b8ac728d28dc31d51b5a55f473574fc80c5887ba146fc2 [2021-04-30T21:32:13.050Z] $ docker rm -f 58ca74472f52e8ca22b8ac728d28dc31d51b5a55f473574fc80c5887ba146fc2 [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-30T21:32:13.642Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-04-30T21:32:14.026Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2021-04-30T21:32:16.449Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-04-30T21:32:16.749Z] + ls -al . [2021-04-30T21:32:16.749Z] total 108 [2021-04-30T21:32:16.749Z] drwxrwxr-x. 9 jenkins jenkins 4096 Apr 30 21:32 . [2021-04-30T21:32:16.749Z] drwxrwxr-x. 4 jenkins jenkins 30 Apr 30 21:30 .. [2021-04-30T21:32:16.749Z] -rw-rw-r--. 1 jenkins jenkins 7100 Apr 30 21:30 Attribution.txt [2021-04-30T21:32:16.749Z] drwxrwxr-x. 2 jenkins jenkins 87 Apr 30 21:30 bin [2021-04-30T21:32:16.749Z] drwxrwxr-x. 3 jenkins jenkins 32 Apr 30 21:30 cmd [2021-04-30T21:32:16.749Z] -rw-r--r--. 1 jenkins jenkins 19386 Apr 30 21:32 coverage.out [2021-04-30T21:32:16.749Z] -rw-rw-r--. 1 jenkins jenkins 1861 Apr 30 21:30 Dockerfile [2021-04-30T21:32:16.749Z] -rw-rw-r--. 1 jenkins jenkins 994 Apr 30 21:30 Dockerfile.build [2021-04-30T21:32:16.749Z] -rw-rw-r--. 1 jenkins jenkins 140 Apr 30 21:30 .dockerignore [2021-04-30T21:32:16.749Z] drwxrwxr-x. 8 jenkins jenkins 162 Apr 30 21:30 .git [2021-04-30T21:32:16.749Z] drwxrwxr-x. 2 jenkins jenkins 103 Apr 30 21:30 .github [2021-04-30T21:32:16.749Z] -rw-rw-r--. 1 jenkins jenkins 336 Apr 30 21:30 .gitignore [2021-04-30T21:32:16.749Z] -rw-r--r--. 1 jenkins jenkins 409 Apr 30 21:32 go.mod [2021-04-30T21:32:16.749Z] -rw-r--r--. 1 jenkins jenkins 21534 Apr 30 21:31 go.sum [2021-04-30T21:32:16.749Z] drwxrwxr-x. 3 jenkins jenkins 20 Apr 30 21:30 internal [2021-04-30T21:32:16.749Z] -rw-rw-r--. 1 jenkins jenkins 677 Apr 30 21:30 Jenkinsfile [2021-04-30T21:32:16.749Z] -rw-rw-r--. 1 jenkins jenkins 11340 Apr 30 21:30 LICENSE [2021-04-30T21:32:16.749Z] -rw-rw-r--. 1 jenkins jenkins 950 Apr 30 21:30 Makefile [2021-04-30T21:32:16.749Z] drwxrwxr-x. 2 jenkins jenkins 23 Apr 30 21:30 mock [2021-04-30T21:32:16.749Z] -rw-rw-r--. 1 jenkins jenkins 2217 Apr 30 21:30 README.md [2021-04-30T21:32:16.749Z] drwxrwxr-x. 4 jenkins jenkins 71 Apr 30 21:30 snap [2021-04-30T21:32:16.749Z] -rw-rw-r--. 1 jenkins jenkins 11 Apr 30 21:27 VERSION [2021-04-30T21:32:16.749Z] -rw-rw-r--. 1 jenkins jenkins 227 Apr 30 21:30 version.go [Pipeline] isUnix [Pipeline] sh [2021-04-30T21:32:17.061Z] + docker build -t docker-device-mqtt-go -f Dockerfile --build-arg BASE=ci-base-image-x86_64 --build-arg 'MAKE=make build' --build-arg ARCH=amd64 --label git_sha=913720342204c874872800d189d2482144693ed5 --label arch=amd64 --label version=1.3.2-dev.8 . [2021-04-30T21:32:17.061Z] Sending build context to Docker daemon 564.7kB [2021-04-30T21:32:17.323Z] Step 1/23 : ARG BASE=golang:1.15-alpine3.12 [2021-04-30T21:32:17.323Z] Step 2/23 : FROM ${BASE} AS builder [2021-04-30T21:32:17.323Z] ---> aa721c9d0cc3 [2021-04-30T21:32:17.323Z] Step 3/23 : ARG ALPINE_PKG_BASE="make git openssh-client gcc libc-dev zeromq-dev libsodium-dev" [2021-04-30T21:32:17.323Z] ---> Running in ad03ed464116 [2021-04-30T21:32:17.585Z] Removing intermediate container ad03ed464116 [2021-04-30T21:32:17.585Z] ---> 8effe4085143 [2021-04-30T21:32:17.586Z] Step 4/23 : ARG ALPINE_PKG_EXTRA="" [2021-04-30T21:32:17.586Z] ---> Running in 744ceed0cacd [2021-04-30T21:32:17.848Z] Removing intermediate container 744ceed0cacd [2021-04-30T21:32:17.848Z] ---> 5b4395e0615c [2021-04-30T21:32:17.848Z] Step 5/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-30T21:32:17.848Z] ---> Running in bbe983ecb3b6 [2021-04-30T21:32:18.794Z] Removing intermediate container bbe983ecb3b6 [2021-04-30T21:32:18.794Z] ---> 0071a1953fbb [2021-04-30T21:32:18.794Z] Step 6/23 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2021-04-30T21:32:18.794Z] ---> Running in 7be1c90fb854 [2021-04-30T21:32:19.057Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-04-30T21:32:20.003Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-04-30T21:32:20.580Z] OK: 156 MiB in 53 packages [2021-04-30T21:32:20.843Z] Removing intermediate container 7be1c90fb854 [2021-04-30T21:32:20.843Z] ---> c0a7338f4c04 [2021-04-30T21:32:20.843Z] Step 7/23 : WORKDIR /device-mqtt-go [2021-04-30T21:32:20.843Z] ---> Running in 8618ad4bbc22 [2021-04-30T21:32:21.107Z] Removing intermediate container 8618ad4bbc22 [2021-04-30T21:32:21.107Z] ---> 3df968f3dc32 [2021-04-30T21:32:21.107Z] Step 8/23 : COPY . . [2021-04-30T21:32:22.059Z] ---> fa0a9fdf6a7e [2021-04-30T21:32:22.059Z] Step 9/23 : RUN go mod download [2021-04-30T21:32:22.059Z] ---> Running in 5867fce53184 [2021-04-30T21:32:23.020Z] Removing intermediate container 5867fce53184 [2021-04-30T21:32:23.020Z] ---> 8ae8ad7c1812 [2021-04-30T21:32:23.020Z] Step 10/23 : ARG MAKE='make build' [2021-04-30T21:32:23.020Z] ---> Running in 17cdc8b8c529 [2021-04-30T21:32:23.290Z] Removing intermediate container 17cdc8b8c529 [2021-04-30T21:32:23.290Z] ---> 496c16f4f65a [2021-04-30T21:32:23.290Z] Step 11/23 : RUN $MAKE [2021-04-30T21:32:23.290Z] ---> Running in 4895a0d18bf9 [2021-04-30T21:32:23.865Z] GCO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-mqtt-go.Version=1.3.2-dev.8" -o cmd/device-mqtt ./cmd [2021-04-30T21:32:36.207Z] GCO_ENABLED=1 GO111MODULE=on go build ./... [2021-04-30T21:32:36.218Z] ? github.com/edgexfoundry/device-mqtt-go/cmd [no test files] [2021-04-30T21:32:36.218Z] ok github.com/edgexfoundry/device-mqtt-go/internal/driver 0.045s coverage: 24.9% of statements [2021-04-30T21:32:36.218Z] ? github.com/edgexfoundry/device-mqtt-go/mock [no test files] [2021-04-30T21:32:36.218Z] GCO_ENABLED=1 GO111MODULE=on go vet ./... [2021-04-30T21:32:40.452Z] Removing intermediate container 4895a0d18bf9 [2021-04-30T21:32:40.452Z] ---> b8431d576bd3 [2021-04-30T21:32:40.452Z] Step 12/23 : FROM alpine:3.12 [2021-04-30T21:32:40.452Z] 3.12: Pulling from library/alpine [2021-04-30T21:32:40.452Z] 339de151aab4: Pulling fs layer [2021-04-30T21:32:40.452Z] 339de151aab4: Verifying Checksum [2021-04-30T21:32:40.452Z] 339de151aab4: Download complete [2021-04-30T21:32:40.722Z] 339de151aab4: Pull complete [2021-04-30T21:32:40.722Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-04-30T21:32:40.722Z] Status: Downloaded newer image for alpine:3.12 [2021-04-30T21:32:40.722Z] ---> 13621d1b12d4 [2021-04-30T21:32:40.722Z] Step 13/23 : LABEL license='VSPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020-2021: IoTech Ltd' [2021-04-30T21:32:40.722Z] ---> Running in b161d9e8b746 [2021-04-30T21:32:40.985Z] Removing intermediate container b161d9e8b746 [2021-04-30T21:32:40.985Z] ---> dda6b39d4a2d [2021-04-30T21:32:40.985Z] Step 14/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-04-30T21:32:40.985Z] ---> Running in 507da76c5d97 [2021-04-30T21:32:41.559Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-30T21:32:41.559Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-30T21:32:41.559Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-04-30T21:32:41.559Z] (2/6) Installing libgcc (9.3.0-r2) [2021-04-30T21:32:41.559Z] (3/6) Installing libsodium (1.0.18-r0) [2021-04-30T21:32:41.559Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-04-30T21:32:41.559Z] (5/6) Installing libzmq (4.3.3-r0) [2021-04-30T21:32:41.821Z] (6/6) Installing zeromq (4.3.3-r0) [2021-04-30T21:32:41.821Z] Executing busybox-1.31.1-r20.trigger [2021-04-30T21:32:41.821Z] OK: 8 MiB in 20 packages [2021-04-30T21:32:42.083Z] Removing intermediate container 507da76c5d97 [2021-04-30T21:32:42.083Z] ---> 58dd4e602158 [2021-04-30T21:32:42.083Z] Step 15/23 : COPY --from=builder /device-mqtt-go/cmd / [2021-04-30T21:32:42.665Z] ---> 16955afcbe49 [2021-04-30T21:32:42.665Z] Step 16/23 : COPY --from=builder /device-mqtt-go/LICENSE / [2021-04-30T21:32:42.927Z] ---> 13d301e52aec [2021-04-30T21:32:42.927Z] Step 17/23 : COPY --from=builder /device-mqtt-go/Attribution.txt / [2021-04-30T21:32:43.194Z] ---> c7b0596d303f [2021-04-30T21:32:43.194Z] Step 18/23 : EXPOSE 49982 [2021-04-30T21:32:43.194Z] ---> Running in 8bd48860a847 [2021-04-30T21:32:43.457Z] Removing intermediate container 8bd48860a847 [2021-04-30T21:32:43.457Z] ---> eb0ba552ebd5 [2021-04-30T21:32:43.457Z] Step 19/23 : ENTRYPOINT ["/device-mqtt"] [2021-04-30T21:32:43.457Z] ---> Running in 8ffdb60f2abb [2021-04-30T21:32:43.718Z] Removing intermediate container 8ffdb60f2abb [2021-04-30T21:32:43.718Z] ---> 77561354bfc3 [2021-04-30T21:32:43.718Z] Step 20/23 : CMD ["--cp=consul://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-30T21:32:43.718Z] ---> Running in 08a2495e75a0 [2021-04-30T21:32:43.980Z] Removing intermediate container 08a2495e75a0 [2021-04-30T21:32:43.981Z] ---> 288de0484486 [2021-04-30T21:32:43.981Z] Step 21/23 : LABEL arch=amd64 [2021-04-30T21:32:43.981Z] ---> Running in e4ddf3cb52e1 [2021-04-30T21:32:43.981Z] Removing intermediate container e4ddf3cb52e1 [2021-04-30T21:32:43.981Z] ---> 9e783292f055 [2021-04-30T21:32:43.981Z] Step 22/23 : LABEL git_sha=913720342204c874872800d189d2482144693ed5 [2021-04-30T21:32:44.243Z] ---> Running in fb47990b06e3 [2021-04-30T21:32:44.243Z] Removing intermediate container fb47990b06e3 [2021-04-30T21:32:44.243Z] ---> b2bae8f1b8f9 [2021-04-30T21:32:44.243Z] Step 23/23 : LABEL version=1.3.2-dev.8 [2021-04-30T21:32:44.504Z] ---> Running in 3aa5a7114cb5 [2021-04-30T21:32:44.504Z] Removing intermediate container 3aa5a7114cb5 [2021-04-30T21:32:44.504Z] ---> f03cda593308 [2021-04-30T21:32:44.504Z] [Warning] One or more build-args [ARCH] were not consumed [2021-04-30T21:32:44.504Z] Successfully built f03cda593308 [2021-04-30T21:32:44.504Z] Successfully tagged docker-device-mqtt-go:latest [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-04-30T21:32:44.638Z] provisioning config files... [2021-04-30T21:32:44.680Z] copy managed file [device-mqtt-go-settings] to file:/w/workspace/device-mqtt-go/39@tmp/config2564520581368597465tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-30T21:32:45.010Z] ---> docker-login.sh [2021-04-30T21:32:45.011Z] nexus3.edgexfoundry.org:10001 [2021-04-30T21:32:45.011Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-30T21:32:45.274Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-30T21:32:45.274Z] Configure a credential helper to remove this warning. See [2021-04-30T21:32:45.274Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-30T21:32:45.274Z] [2021-04-30T21:32:45.274Z] Login Succeeded [2021-04-30T21:32:45.274Z] nexus3.edgexfoundry.org:10002 [2021-04-30T21:32:45.274Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-30T21:32:45.274Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-30T21:32:45.274Z] Configure a credential helper to remove this warning. See [2021-04-30T21:32:45.274Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-30T21:32:45.274Z] [2021-04-30T21:32:45.274Z] Login Succeeded [2021-04-30T21:32:45.274Z] nexus3.edgexfoundry.org:10003 [2021-04-30T21:32:45.536Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-30T21:32:45.536Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-30T21:32:45.536Z] Configure a credential helper to remove this warning. See [2021-04-30T21:32:45.536Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-30T21:32:45.537Z] [2021-04-30T21:32:45.537Z] Login Succeeded [2021-04-30T21:32:45.537Z] nexus3.edgexfoundry.org:10004 [2021-04-30T21:32:45.800Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-30T21:32:45.800Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-30T21:32:45.800Z] Configure a credential helper to remove this warning. See [2021-04-30T21:32:45.800Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-30T21:32:45.800Z] [2021-04-30T21:32:45.800Z] Login Succeeded [2021-04-30T21:32:45.800Z] docker.io [2021-04-30T21:32:45.800Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-30T21:32:46.063Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-30T21:32:46.063Z] Configure a credential helper to remove this warning. See [2021-04-30T21:32:46.063Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-30T21:32:46.063Z] [2021-04-30T21:32:46.063Z] Login Succeeded [2021-04-30T21:32:46.063Z] ---> docker-login.sh ends [Pipeline] } [2021-04-30T21:32:46.074Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-04-30T21:32:46.147Z] [edgeXDocker.push] Tagging docker image docker-device-mqtt-go with the following tags: [2021-04-30T21:32:46.147Z] 913720342204c874872800d189d2482144693ed5 [2021-04-30T21:32:46.147Z] latest [2021-04-30T21:32:46.147Z] 1.3.2-dev.8 [2021-04-30T21:32:46.147Z] 913720342204c874872800d189d2482144693ed5-1.3.2-dev.8 [2021-04-30T21:32:46.147Z] master [2021-04-30T21:32:46.147Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-30T21:32:46.504Z] + docker tag docker-device-mqtt-go nexus3.edgexfoundry.org:10004/docker-device-mqtt-go:913720342204c874872800d189d2482144693ed5 [Pipeline] isUnix [Pipeline] sh [2021-04-30T21:32:46.810Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-mqtt-go:913720342204c874872800d189d2482144693ed5 [2021-04-30T21:32:46.810Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-mqtt-go] [2021-04-30T21:32:46.810Z] a095dace2888: Preparing [2021-04-30T21:32:46.810Z] fa1504a35ca8: Preparing [2021-04-30T21:32:46.810Z] 8a4539cd199c: Preparing [2021-04-30T21:32:46.810Z] 7ccbd9b3ef61: Preparing [2021-04-30T21:32:46.810Z] 32f366d666a5: Preparing [2021-04-30T21:32:46.810Z] 32f366d666a5: Layer already exists [2021-04-30T21:32:46.810Z] a095dace2888: Pushed [2021-04-30T21:32:47.073Z] fa1504a35ca8: Pushed [2021-04-30T21:32:47.073Z] 7ccbd9b3ef61: Pushed [2021-04-30T21:32:48.019Z] 8a4539cd199c: Pushed [2021-04-30T21:32:48.281Z] 913720342204c874872800d189d2482144693ed5: digest: sha256:0f1f77fda82b884774093f91ad60178fb9367130bf00651fb833bf6489d59a5a size: 1365 [Pipeline] isUnix [Pipeline] sh [2021-04-30T21:32:48.594Z] + docker tag docker-device-mqtt-go nexus3.edgexfoundry.org:10004/docker-device-mqtt-go:latest [Pipeline] isUnix [Pipeline] sh [2021-04-30T21:32:48.905Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-mqtt-go:latest [2021-04-30T21:32:48.906Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-mqtt-go] [2021-04-30T21:32:48.906Z] a095dace2888: Preparing [2021-04-30T21:32:48.906Z] fa1504a35ca8: Preparing [2021-04-30T21:32:48.906Z] 8a4539cd199c: Preparing [2021-04-30T21:32:48.906Z] 7ccbd9b3ef61: Preparing [2021-04-30T21:32:48.906Z] 32f366d666a5: Preparing [2021-04-30T21:32:48.906Z] 7ccbd9b3ef61: Layer already exists [2021-04-30T21:32:48.906Z] 8a4539cd199c: Layer already exists [2021-04-30T21:32:48.906Z] 32f366d666a5: Layer already exists [2021-04-30T21:32:48.906Z] a095dace2888: Layer already exists [2021-04-30T21:32:48.906Z] fa1504a35ca8: Layer already exists [2021-04-30T21:32:48.906Z] latest: digest: sha256:0f1f77fda82b884774093f91ad60178fb9367130bf00651fb833bf6489d59a5a size: 1365 [Pipeline] isUnix [Pipeline] sh [2021-04-30T21:32:49.215Z] + docker tag docker-device-mqtt-go nexus3.edgexfoundry.org:10004/docker-device-mqtt-go:1.3.2-dev.8 [Pipeline] isUnix [Pipeline] sh [2021-04-30T21:32:49.523Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-mqtt-go:1.3.2-dev.8 [2021-04-30T21:32:49.523Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-mqtt-go] [2021-04-30T21:32:49.524Z] a095dace2888: Preparing [2021-04-30T21:32:49.524Z] fa1504a35ca8: Preparing [2021-04-30T21:32:49.524Z] 8a4539cd199c: Preparing [2021-04-30T21:32:49.524Z] 7ccbd9b3ef61: Preparing [2021-04-30T21:32:49.524Z] 32f366d666a5: Preparing [2021-04-30T21:32:49.524Z] 8a4539cd199c: Layer already exists [2021-04-30T21:32:49.524Z] 7ccbd9b3ef61: Layer already exists [2021-04-30T21:32:49.524Z] fa1504a35ca8: Layer already exists [2021-04-30T21:32:49.524Z] a095dace2888: Layer already exists [2021-04-30T21:32:49.524Z] 32f366d666a5: Layer already exists [2021-04-30T21:32:49.524Z] 1.3.2-dev.8: digest: sha256:0f1f77fda82b884774093f91ad60178fb9367130bf00651fb833bf6489d59a5a size: 1365 [Pipeline] isUnix [Pipeline] sh [2021-04-30T21:32:49.842Z] + docker tag docker-device-mqtt-go nexus3.edgexfoundry.org:10004/docker-device-mqtt-go:913720342204c874872800d189d2482144693ed5-1.3.2-dev.8 [Pipeline] isUnix [Pipeline] sh [2021-04-30T21:32:50.147Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-mqtt-go:913720342204c874872800d189d2482144693ed5-1.3.2-dev.8 [2021-04-30T21:32:50.147Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-mqtt-go] [2021-04-30T21:32:50.147Z] a095dace2888: Preparing [2021-04-30T21:32:50.147Z] fa1504a35ca8: Preparing [2021-04-30T21:32:50.147Z] 8a4539cd199c: Preparing [2021-04-30T21:32:50.147Z] 7ccbd9b3ef61: Preparing [2021-04-30T21:32:50.147Z] 32f366d666a5: Preparing [2021-04-30T21:32:50.147Z] 8a4539cd199c: Layer already exists [2021-04-30T21:32:50.147Z] 32f366d666a5: Layer already exists [2021-04-30T21:32:50.147Z] 7ccbd9b3ef61: Layer already exists [2021-04-30T21:32:50.147Z] a095dace2888: Layer already exists [2021-04-30T21:32:50.147Z] fa1504a35ca8: Layer already exists [2021-04-30T21:32:50.147Z] 913720342204c874872800d189d2482144693ed5-1.3.2-dev.8: digest: sha256:0f1f77fda82b884774093f91ad60178fb9367130bf00651fb833bf6489d59a5a size: 1365 [Pipeline] isUnix [Pipeline] sh [2021-04-30T21:32:50.462Z] + docker tag docker-device-mqtt-go nexus3.edgexfoundry.org:10004/docker-device-mqtt-go:master [Pipeline] isUnix [Pipeline] sh [2021-04-30T21:32:50.765Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-mqtt-go:master [2021-04-30T21:32:50.765Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-mqtt-go] [2021-04-30T21:32:50.765Z] a095dace2888: Preparing [2021-04-30T21:32:50.765Z] fa1504a35ca8: Preparing [2021-04-30T21:32:50.765Z] 8a4539cd199c: Preparing [2021-04-30T21:32:50.765Z] 7ccbd9b3ef61: Preparing [2021-04-30T21:32:50.765Z] 32f366d666a5: Preparing [2021-04-30T21:32:50.765Z] 32f366d666a5: Layer already exists [2021-04-30T21:32:50.765Z] a095dace2888: Layer already exists [2021-04-30T21:32:50.765Z] 7ccbd9b3ef61: Layer already exists [2021-04-30T21:32:50.765Z] 8a4539cd199c: Layer already exists [2021-04-30T21:32:50.765Z] fa1504a35ca8: Layer already exists [2021-04-30T21:32:50.765Z] master: digest: sha256:0f1f77fda82b884774093f91ad60178fb9367130bf00651fb833bf6489d59a5a size: 1365 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-04-30T21:32:50.836Z] ===================================================== [Pipeline] echo [2021-04-30T21:32:50.853Z] taggedImages: [2021-04-30T21:32:50.853Z] - nexus3.edgexfoundry.org:10004/docker-device-mqtt-go:913720342204c874872800d189d2482144693ed5 [2021-04-30T21:32:50.853Z] - nexus3.edgexfoundry.org:10004/docker-device-mqtt-go:latest [2021-04-30T21:32:50.853Z] - nexus3.edgexfoundry.org:10004/docker-device-mqtt-go:1.3.2-dev.8 [2021-04-30T21:32:50.853Z] - nexus3.edgexfoundry.org:10004/docker-device-mqtt-go:913720342204c874872800d189d2482144693ed5-1.3.2-dev.8 [2021-04-30T21:32:50.853Z] - nexus3.edgexfoundry.org:10004/docker-device-mqtt-go:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh [2021-04-30T21:32:51.474Z] ---> job-cost.sh [2021-04-30T21:32:51.474Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-YPiy [2021-04-30T21:33:03.030Z] gofmt -l . [2021-04-30T21:33:03.030Z] ["`gofmt -l .`" = ""] [2021-04-30T21:33:03.030Z] ./bin/test-attribution-txt.sh [2021-04-30T21:33:03.030Z] ./bin/test-go-mod-tidy.sh [Pipeline] } [2021-04-30T21:33:03.371Z] $ docker stop --time=1 748c5d318af8f8a6eacbd454efaf2e8c8ee3d3cf19217d9735ad9cc6b4148c75 [2021-04-30T21:33:05.356Z] $ docker rm -f 748c5d318af8f8a6eacbd454efaf2e8c8ee3d3cf19217d9735ad9cc6b4148c75 [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-30T21:33:06.160Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-04-30T21:33:06.182Z] Warning: overwriting stash ‘coverage-report’ [2021-04-30T21:33:06.426Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-04-30T21:33:07.106Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-04-30T21:33:07.559Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-04-30T21:33:07.936Z] + ls -al . [2021-04-30T21:33:07.936Z] total 140 [2021-04-30T21:33:07.936Z] drwxrwxr-x 9 jenkins jenkins 4096 Apr 30 21:33 . [2021-04-30T21:33:07.936Z] drwxrwxr-x 4 jenkins jenkins 4096 Apr 30 21:30 .. [2021-04-30T21:33:07.936Z] -rw-rw-r-- 1 jenkins jenkins 140 Apr 30 21:30 .dockerignore [2021-04-30T21:33:07.936Z] drwxrwxr-x 8 jenkins jenkins 4096 Apr 30 21:30 .git [2021-04-30T21:33:07.936Z] drwxrwxr-x 2 jenkins jenkins 4096 Apr 30 21:30 .github [2021-04-30T21:33:07.936Z] -rw-rw-r-- 1 jenkins jenkins 336 Apr 30 21:30 .gitignore [2021-04-30T21:33:07.936Z] -rw-rw-r-- 1 jenkins jenkins 7100 Apr 30 21:30 Attribution.txt [2021-04-30T21:33:07.936Z] -rw-rw-r-- 1 jenkins jenkins 1861 Apr 30 21:30 Dockerfile [2021-04-30T21:33:07.936Z] -rw-rw-r-- 1 jenkins jenkins 994 Apr 30 21:30 Dockerfile.build [2021-04-30T21:33:07.936Z] -rw-rw-r-- 1 jenkins jenkins 677 Apr 30 21:30 Jenkinsfile [2021-04-30T21:33:07.936Z] -rw-rw-r-- 1 jenkins jenkins 11340 Apr 30 21:30 LICENSE [2021-04-30T21:33:07.936Z] -rw-rw-r-- 1 jenkins jenkins 950 Apr 30 21:30 Makefile [2021-04-30T21:33:07.936Z] -rw-rw-r-- 1 jenkins jenkins 2217 Apr 30 21:30 README.md [2021-04-30T21:33:07.937Z] -rw-rw-r-- 1 jenkins jenkins 11 Apr 30 21:27 VERSION [2021-04-30T21:33:07.937Z] drwxrwxr-x 2 jenkins jenkins 4096 Apr 30 21:30 bin [2021-04-30T21:33:07.937Z] drwxrwxr-x 3 jenkins jenkins 4096 Apr 30 21:30 cmd [2021-04-30T21:33:07.937Z] -rw-r--r-- 1 jenkins jenkins 19386 Apr 30 21:32 coverage.out [2021-04-30T21:33:07.937Z] -rw-r--r-- 1 jenkins jenkins 409 Apr 30 21:33 go.mod [2021-04-30T21:33:07.937Z] -rw-r--r-- 1 jenkins jenkins 21534 Apr 30 21:31 go.sum [2021-04-30T21:33:07.937Z] drwxrwxr-x 3 jenkins jenkins 4096 Apr 30 21:30 internal [2021-04-30T21:33:07.937Z] drwxrwxr-x 2 jenkins jenkins 4096 Apr 30 21:30 mock [2021-04-30T21:33:07.937Z] drwxrwxr-x 4 jenkins jenkins 4096 Apr 30 21:30 snap [2021-04-30T21:33:07.937Z] -rw-rw-r-- 1 jenkins jenkins 227 Apr 30 21:30 version.go [Pipeline] isUnix [Pipeline] sh [2021-04-30T21:33:08.366Z] + docker build -t docker-device-mqtt-go-arm64 -f Dockerfile --build-arg BASE=ci-base-image-arm64 --build-arg MAKE=make build --build-arg ARCH=arm64 --label git_sha=913720342204c874872800d189d2482144693ed5 --label arch=arm64 --label version=1.3.2-dev.8 . [2021-04-30T21:33:08.989Z] Sending build context to Docker daemon 563.7kB [2021-04-30T21:33:08.989Z] Step 1/23 : ARG BASE=golang:1.15-alpine3.12 [2021-04-30T21:33:08.989Z] Step 2/23 : FROM ${BASE} AS builder [2021-04-30T21:33:08.989Z] ---> ac48e2726980 [2021-04-30T21:33:08.989Z] Step 3/23 : ARG ALPINE_PKG_BASE="make git openssh-client gcc libc-dev zeromq-dev libsodium-dev" [2021-04-30T21:33:09.260Z] ---> Running in 5a7d38d00a60 [2021-04-30T21:33:09.531Z] Removing intermediate container 5a7d38d00a60 [2021-04-30T21:33:09.531Z] ---> 61ff87d4e5f3 [2021-04-30T21:33:09.531Z] Step 4/23 : ARG ALPINE_PKG_EXTRA="" [2021-04-30T21:33:09.802Z] ---> Running in f1ca0734f7cd [2021-04-30T21:33:10.077Z] Removing intermediate container f1ca0734f7cd [2021-04-30T21:33:10.077Z] ---> 6d44d9a74fa5 [2021-04-30T21:33:10.077Z] Step 5/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-30T21:33:10.349Z] ---> Running in dd19c6858fa0 [2021-04-30T21:33:12.348Z] Removing intermediate container dd19c6858fa0 [2021-04-30T21:33:12.348Z] ---> b15c8fc0a565 [2021-04-30T21:33:12.348Z] Step 6/23 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2021-04-30T21:33:12.629Z] ---> Running in e11e85dc4f7a [2021-04-30T21:33:13.614Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-04-30T21:33:14.588Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-04-30T21:33:15.574Z] OK: 145 MiB in 53 packages [2021-04-30T21:33:16.556Z] Removing intermediate container e11e85dc4f7a [2021-04-30T21:33:16.556Z] ---> 6bd2064eb040 [2021-04-30T21:33:16.556Z] Step 7/23 : WORKDIR /device-mqtt-go [2021-04-30T21:33:16.831Z] ---> Running in 74ad71b97148 [2021-04-30T21:33:17.423Z] Removing intermediate container 74ad71b97148 [2021-04-30T21:33:17.423Z] ---> 783ce0350b3b [2021-04-30T21:33:17.423Z] Step 8/23 : COPY . . [2021-04-30T21:33:18.398Z] ---> 8a8fb954c8e2 [2021-04-30T21:33:18.398Z] Step 9/23 : RUN go mod download [2021-04-30T21:33:18.398Z] ---> Running in fc09a0935f14 [2021-04-30T21:33:20.367Z] Removing intermediate container fc09a0935f14 [2021-04-30T21:33:20.367Z] ---> 7bb2af8113a6 [2021-04-30T21:33:20.367Z] Step 10/23 : ARG MAKE='make build' [2021-04-30T21:33:20.639Z] ---> Running in 975a51c88354 [2021-04-30T21:33:21.232Z] Removing intermediate container 975a51c88354 [2021-04-30T21:33:21.232Z] ---> 5ecfba23e9f0 [2021-04-30T21:33:21.232Z] Step 11/23 : RUN $MAKE [2021-04-30T21:33:21.232Z] ---> Running in 0b9bf94d5d1f [2021-04-30T21:33:22.202Z] GCO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-mqtt-go.Version=1.3.2-dev.8" -o cmd/device-mqtt ./cmd [2021-04-30T21:33:33.067Z] lf-activate-venv(): INFO: Adding /tmp/venv-YPiy/bin to PATH [2021-04-30T21:33:33.067Z] INFO: No Stack... [2021-04-30T21:33:33.648Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-04-30T21:33:34.601Z] INFO: Archiving Costs [Pipeline] sh [2021-04-30T21:33:34.908Z] + cat /w/workspace/device-mqtt-go/39/archives/cost.csv [2021-04-30T21:33:34.908Z] + cut -d, -f6 [Pipeline] lock [2021-04-30T21:33:34.995Z] Trying to acquire lock on [jenkins-edgexfoundry-device-mqtt-go-master-39-stack-cost] [2021-04-30T21:33:35.008Z] Resource [jenkins-edgexfoundry-device-mqtt-go-master-39-stack-cost] did not exist. Created. [2021-04-30T21:33:35.008Z] Lock acquired on [jenkins-edgexfoundry-device-mqtt-go-master-39-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-04-30T21:33:35.336Z] + echo total: 0.029999999329447746 [Pipeline] stash [2021-04-30T21:33:35.448Z] Stashed 1 file(s) [Pipeline] } [2021-04-30T21:33:35.462Z] Lock released on resource [jenkins-edgexfoundry-device-mqtt-go-master-39-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-04-30T21:34:01.233Z] GCO_ENABLED=1 GO111MODULE=on go build ./... [2021-04-30T21:34:05.534Z] Removing intermediate container 0b9bf94d5d1f [2021-04-30T21:34:05.534Z] ---> 45741d501fed [2021-04-30T21:34:05.534Z] Step 12/23 : FROM alpine:3.12 [2021-04-30T21:34:05.534Z] 3.12: Pulling from library/alpine [2021-04-30T21:34:05.534Z] d2f70382dc9a: Pulling fs layer [2021-04-30T21:34:05.806Z] d2f70382dc9a: Verifying Checksum [2021-04-30T21:34:05.806Z] d2f70382dc9a: Download complete [2021-04-30T21:34:06.406Z] d2f70382dc9a: Pull complete [2021-04-30T21:34:06.406Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-04-30T21:34:06.406Z] Status: Downloaded newer image for alpine:3.12 [2021-04-30T21:34:06.406Z] ---> 9852663dfa18 [2021-04-30T21:34:06.406Z] Step 13/23 : LABEL license='VSPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020-2021: IoTech Ltd' [2021-04-30T21:34:06.679Z] ---> Running in 517d2119897e [2021-04-30T21:34:07.275Z] Removing intermediate container 517d2119897e [2021-04-30T21:34:07.275Z] ---> 85d8e11e8cd0 [2021-04-30T21:34:07.275Z] Step 14/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-04-30T21:34:07.275Z] ---> Running in b67f32b34d30 [2021-04-30T21:34:08.253Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-30T21:34:08.523Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-30T21:34:09.122Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-04-30T21:34:09.122Z] (2/6) Installing libgcc (9.3.0-r2) [2021-04-30T21:34:09.122Z] (3/6) Installing libsodium (1.0.18-r0) [2021-04-30T21:34:09.122Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-04-30T21:34:09.122Z] (5/6) Installing libzmq (4.3.3-r0) [2021-04-30T21:34:09.122Z] (6/6) Installing zeromq (4.3.3-r0) [2021-04-30T21:34:09.122Z] Executing busybox-1.31.1-r20.trigger [2021-04-30T21:34:09.122Z] OK: 8 MiB in 20 packages [2021-04-30T21:34:10.554Z] Removing intermediate container b67f32b34d30 [2021-04-30T21:34:10.554Z] ---> 1cfaef913189 [2021-04-30T21:34:10.554Z] Step 15/23 : COPY --from=builder /device-mqtt-go/cmd / [2021-04-30T21:34:11.556Z] ---> f9132b8902d7 [2021-04-30T21:34:11.556Z] Step 16/23 : COPY --from=builder /device-mqtt-go/LICENSE / [2021-04-30T21:34:12.534Z] ---> a6c13762ad43 [2021-04-30T21:34:12.534Z] Step 17/23 : COPY --from=builder /device-mqtt-go/Attribution.txt / [2021-04-30T21:34:13.127Z] ---> f695e29e7e36 [2021-04-30T21:34:13.127Z] Step 18/23 : EXPOSE 49982 [2021-04-30T21:34:13.127Z] ---> Running in 36f5df8c8a31 [2021-04-30T21:34:13.728Z] Removing intermediate container 36f5df8c8a31 [2021-04-30T21:34:13.728Z] ---> a4c9cbcf819f [2021-04-30T21:34:13.728Z] Step 19/23 : ENTRYPOINT ["/device-mqtt"] [2021-04-30T21:34:13.728Z] ---> Running in 1522db279f93 [2021-04-30T21:34:14.318Z] Removing intermediate container 1522db279f93 [2021-04-30T21:34:14.318Z] ---> 00634160eec9 [2021-04-30T21:34:14.318Z] Step 20/23 : CMD ["--cp=consul://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-30T21:34:14.318Z] ---> Running in 08fa972fb522 [2021-04-30T21:34:14.914Z] Removing intermediate container 08fa972fb522 [2021-04-30T21:34:14.914Z] ---> 8cc0c0b9075e [2021-04-30T21:34:14.914Z] Step 21/23 : LABEL arch=arm64 [2021-04-30T21:34:14.914Z] ---> Running in 77eeec536562 [2021-04-30T21:34:15.508Z] Removing intermediate container 77eeec536562 [2021-04-30T21:34:15.508Z] ---> 1a17cd1908b4 [2021-04-30T21:34:15.508Z] Step 22/23 : LABEL git_sha=913720342204c874872800d189d2482144693ed5 [2021-04-30T21:34:15.508Z] ---> Running in 0899e17f9633 [2021-04-30T21:34:16.102Z] Removing intermediate container 0899e17f9633 [2021-04-30T21:34:16.102Z] ---> 081a0c71f0f2 [2021-04-30T21:34:16.102Z] Step 23/23 : LABEL version=1.3.2-dev.8 [2021-04-30T21:34:16.102Z] ---> Running in 59d0993002c7 [2021-04-30T21:34:16.693Z] Removing intermediate container 59d0993002c7 [2021-04-30T21:34:16.693Z] ---> 974be57e0a0d [2021-04-30T21:34:16.693Z] [Warning] One or more build-args [ARCH] were not consumed [2021-04-30T21:34:16.693Z] Successfully built 974be57e0a0d [2021-04-30T21:34:16.693Z] Successfully tagged docker-device-mqtt-go-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-04-30T21:34:16.847Z] provisioning config files... [2021-04-30T21:34:16.892Z] copy managed file [device-mqtt-go-settings] to file:/w/workspace/device-mqtt-go/39@tmp/config2054865069391985911tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-30T21:34:17.260Z] ---> docker-login.sh [2021-04-30T21:34:17.261Z] nexus3.edgexfoundry.org:10001 [2021-04-30T21:34:17.533Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-30T21:34:17.807Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-30T21:34:17.807Z] Configure a credential helper to remove this warning. See [2021-04-30T21:34:17.807Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-30T21:34:17.807Z] [2021-04-30T21:34:17.807Z] Login Succeeded [2021-04-30T21:34:17.807Z] nexus3.edgexfoundry.org:10002 [2021-04-30T21:34:18.080Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-30T21:34:18.353Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-30T21:34:18.353Z] Configure a credential helper to remove this warning. See [2021-04-30T21:34:18.353Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-30T21:34:18.353Z] [2021-04-30T21:34:18.353Z] Login Succeeded [2021-04-30T21:34:18.353Z] nexus3.edgexfoundry.org:10003 [2021-04-30T21:34:18.626Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-30T21:34:18.900Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-30T21:34:18.900Z] Configure a credential helper to remove this warning. See [2021-04-30T21:34:18.900Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-30T21:34:18.900Z] [2021-04-30T21:34:18.900Z] Login Succeeded [2021-04-30T21:34:18.900Z] nexus3.edgexfoundry.org:10004 [2021-04-30T21:34:19.174Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-30T21:34:19.447Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-30T21:34:19.447Z] Configure a credential helper to remove this warning. See [2021-04-30T21:34:19.447Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-30T21:34:19.447Z] [2021-04-30T21:34:19.447Z] Login Succeeded [2021-04-30T21:34:19.447Z] docker.io [2021-04-30T21:34:19.719Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-30T21:34:19.991Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-30T21:34:19.991Z] Configure a credential helper to remove this warning. See [2021-04-30T21:34:19.991Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-30T21:34:19.991Z] [2021-04-30T21:34:19.991Z] Login Succeeded [2021-04-30T21:34:19.991Z] ---> docker-login.sh ends [Pipeline] } [2021-04-30T21:34:20.009Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-04-30T21:34:20.086Z] [edgeXDocker.push] Tagging docker image docker-device-mqtt-go-arm64 with the following tags: [2021-04-30T21:34:20.086Z] 913720342204c874872800d189d2482144693ed5 [2021-04-30T21:34:20.086Z] latest [2021-04-30T21:34:20.086Z] 1.3.2-dev.8 [2021-04-30T21:34:20.086Z] 913720342204c874872800d189d2482144693ed5-1.3.2-dev.8 [2021-04-30T21:34:20.086Z] master [2021-04-30T21:34:20.086Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-30T21:34:20.502Z] + docker tag docker-device-mqtt-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64:913720342204c874872800d189d2482144693ed5 [Pipeline] isUnix [Pipeline] sh [2021-04-30T21:34:20.846Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64:913720342204c874872800d189d2482144693ed5 [2021-04-30T21:34:20.846Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64] [2021-04-30T21:34:20.846Z] c93ba48707a7: Preparing [2021-04-30T21:34:20.846Z] 850972a54203: Preparing [2021-04-30T21:34:20.846Z] 96d3d6e8d78d: Preparing [2021-04-30T21:34:20.846Z] cad589695aea: Preparing [2021-04-30T21:34:20.846Z] 3fbe34a1663b: Preparing [2021-04-30T21:34:21.122Z] 3fbe34a1663b: Layer already exists [2021-04-30T21:34:21.122Z] c93ba48707a7: Pushed [2021-04-30T21:34:21.122Z] 850972a54203: Pushed [2021-04-30T21:34:21.716Z] cad589695aea: Pushed [2021-04-30T21:34:24.326Z] 96d3d6e8d78d: Pushed [2021-04-30T21:34:24.326Z] 913720342204c874872800d189d2482144693ed5: digest: sha256:6167577d2763b1cd9f82224de22eca6084cef05b00b478c91c9adb39a2c57aa4 size: 1365 [Pipeline] isUnix [Pipeline] sh [2021-04-30T21:34:24.672Z] + docker tag docker-device-mqtt-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-04-30T21:34:25.007Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64:latest [2021-04-30T21:34:25.007Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64] [2021-04-30T21:34:25.007Z] c93ba48707a7: Preparing [2021-04-30T21:34:25.007Z] 850972a54203: Preparing [2021-04-30T21:34:25.007Z] 96d3d6e8d78d: Preparing [2021-04-30T21:34:25.007Z] cad589695aea: Preparing [2021-04-30T21:34:25.007Z] 3fbe34a1663b: Preparing [2021-04-30T21:34:25.007Z] 3fbe34a1663b: Layer already exists [2021-04-30T21:34:25.007Z] 850972a54203: Layer already exists [2021-04-30T21:34:25.277Z] cad589695aea: Layer already exists [2021-04-30T21:34:25.277Z] c93ba48707a7: Layer already exists [2021-04-30T21:34:25.277Z] 96d3d6e8d78d: Layer already exists [2021-04-30T21:34:25.277Z] latest: digest: sha256:6167577d2763b1cd9f82224de22eca6084cef05b00b478c91c9adb39a2c57aa4 size: 1365 [Pipeline] isUnix [Pipeline] sh [2021-04-30T21:34:25.623Z] + docker tag docker-device-mqtt-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64:1.3.2-dev.8 [Pipeline] isUnix [Pipeline] sh [2021-04-30T21:34:25.958Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64:1.3.2-dev.8 [2021-04-30T21:34:25.958Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64] [2021-04-30T21:34:25.958Z] c93ba48707a7: Preparing [2021-04-30T21:34:25.958Z] 850972a54203: Preparing [2021-04-30T21:34:25.958Z] 96d3d6e8d78d: Preparing [2021-04-30T21:34:25.958Z] cad589695aea: Preparing [2021-04-30T21:34:25.958Z] 3fbe34a1663b: Preparing [2021-04-30T21:34:26.230Z] 96d3d6e8d78d: Layer already exists [2021-04-30T21:34:26.230Z] 3fbe34a1663b: Layer already exists [2021-04-30T21:34:26.230Z] cad589695aea: Layer already exists [2021-04-30T21:34:26.230Z] c93ba48707a7: Layer already exists [2021-04-30T21:34:26.230Z] 850972a54203: Layer already exists [2021-04-30T21:34:26.230Z] 1.3.2-dev.8: digest: sha256:6167577d2763b1cd9f82224de22eca6084cef05b00b478c91c9adb39a2c57aa4 size: 1365 [Pipeline] isUnix [Pipeline] sh [2021-04-30T21:34:26.584Z] + docker tag docker-device-mqtt-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64:913720342204c874872800d189d2482144693ed5-1.3.2-dev.8 [Pipeline] isUnix [Pipeline] sh [2021-04-30T21:34:26.928Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64:913720342204c874872800d189d2482144693ed5-1.3.2-dev.8 [2021-04-30T21:34:26.928Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64] [2021-04-30T21:34:26.928Z] c93ba48707a7: Preparing [2021-04-30T21:34:26.928Z] 850972a54203: Preparing [2021-04-30T21:34:26.928Z] 96d3d6e8d78d: Preparing [2021-04-30T21:34:26.928Z] cad589695aea: Preparing [2021-04-30T21:34:26.928Z] 3fbe34a1663b: Preparing [2021-04-30T21:34:26.928Z] 850972a54203: Layer already exists [2021-04-30T21:34:26.928Z] c93ba48707a7: Layer already exists [2021-04-30T21:34:26.928Z] 96d3d6e8d78d: Layer already exists [2021-04-30T21:34:26.928Z] 3fbe34a1663b: Layer already exists [2021-04-30T21:34:26.928Z] cad589695aea: Layer already exists [2021-04-30T21:34:27.200Z] 913720342204c874872800d189d2482144693ed5-1.3.2-dev.8: digest: sha256:6167577d2763b1cd9f82224de22eca6084cef05b00b478c91c9adb39a2c57aa4 size: 1365 [Pipeline] isUnix [Pipeline] sh [2021-04-30T21:34:27.552Z] + docker tag docker-device-mqtt-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-04-30T21:34:27.895Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64:master [2021-04-30T21:34:27.895Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64] [2021-04-30T21:34:27.895Z] c93ba48707a7: Preparing [2021-04-30T21:34:27.895Z] 850972a54203: Preparing [2021-04-30T21:34:27.895Z] 96d3d6e8d78d: Preparing [2021-04-30T21:34:27.895Z] cad589695aea: Preparing [2021-04-30T21:34:27.895Z] 3fbe34a1663b: Preparing [2021-04-30T21:34:27.895Z] 96d3d6e8d78d: Layer already exists [2021-04-30T21:34:27.895Z] 3fbe34a1663b: Layer already exists [2021-04-30T21:34:27.895Z] c93ba48707a7: Layer already exists [2021-04-30T21:34:27.895Z] 850972a54203: Layer already exists [2021-04-30T21:34:27.895Z] cad589695aea: Layer already exists [2021-04-30T21:34:28.166Z] master: digest: sha256:6167577d2763b1cd9f82224de22eca6084cef05b00b478c91c9adb39a2c57aa4 size: 1365 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-04-30T21:34:28.249Z] ===================================================== [Pipeline] echo [2021-04-30T21:34:28.267Z] taggedImages: [2021-04-30T21:34:28.267Z] - nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64:913720342204c874872800d189d2482144693ed5 [2021-04-30T21:34:28.267Z] - nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64:latest [2021-04-30T21:34:28.267Z] - nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64:1.3.2-dev.8 [2021-04-30T21:34:28.267Z] - nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64:913720342204c874872800d189d2482144693ed5-1.3.2-dev.8 [2021-04-30T21:34:28.267Z] - nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh [2021-04-30T21:34:28.644Z] ---> job-cost.sh [2021-04-30T21:34:28.644Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-AiC6 [2021-04-30T21:35:07.587Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-04-30T21:36:29.309Z] lf-activate-venv(): INFO: Adding /tmp/venv-AiC6/bin to PATH [2021-04-30T21:36:29.309Z] INFO: No Stack... [2021-04-30T21:36:29.309Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-04-30T21:36:29.309Z] INFO: Archiving Costs [Pipeline] sh [2021-04-30T21:36:29.646Z] + cat /w/workspace/device-mqtt-go/39/archives/cost.csv [2021-04-30T21:36:29.646Z] + cut -d, -f6 [Pipeline] lock [2021-04-30T21:36:29.768Z] Trying to acquire lock on [jenkins-edgexfoundry-device-mqtt-go-master-39-stack-cost] [2021-04-30T21:36:29.777Z] Resource [jenkins-edgexfoundry-device-mqtt-go-master-39-stack-cost] did not exist. Created. [2021-04-30T21:36:29.777Z] Lock acquired on [jenkins-edgexfoundry-device-mqtt-go-master-39-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-04-30T21:36:30.160Z] /w/workspace/device-mqtt-go/39@tmp/durable-9009db4b/script.sh: 1: /w/workspace/device-mqtt-go/39@tmp/durable-9009db4b/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh [2021-04-30T21:36:30.507Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-04-30T21:36:30.530Z] Warning: overwriting stash ‘stack-cost’ [2021-04-30T21:36:30.687Z] Stashed 1 file(s) [Pipeline] } [2021-04-30T21:36:30.702Z] Lock released on resource [jenkins-edgexfoundry-device-mqtt-go-master-39-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-30T21:36:31.289Z] provisioning config files... [2021-04-30T21:36:31.413Z] copy managed file [device-mqtt-go-codecov-token] to file:/w/workspace/gexfoundry_device-mqtt-go_master@tmp/config8935862425534693031tmp [Pipeline] { [Pipeline] sh [2021-04-30T21:36:32.581Z] + set +x [2021-04-30T21:36:32.581Z] + bash -s -- [2021-04-30T21:36:32.581Z] + curl -s https://codecov.io/bash [2021-04-30T21:36:32.853Z] [2021-04-30T21:36:32.853Z] _____ _ [2021-04-30T21:36:32.853Z] / ____| | | [2021-04-30T21:36:32.853Z] | | ___ __| | ___ ___ _____ __ [2021-04-30T21:36:32.853Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-04-30T21:36:32.853Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-04-30T21:36:32.853Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-04-30T21:36:32.853Z] Bash-1.0.2 [2021-04-30T21:36:32.853Z] [2021-04-30T21:36:32.853Z] [2021-04-30T21:36:32.853Z] ==> git version 2.24.3 found [2021-04-30T21:36:32.853Z] ==> 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-30T21:36:32.853Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-04-30T21:36:32.853Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-04-30T21:36:32.853Z] ==> Jenkins CI detected. [2021-04-30T21:36:32.853Z] project root: . [2021-04-30T21:36:32.853Z] --> token set from env [2021-04-30T21:36:32.853Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-04-30T21:36:33.139Z] ==> Running gcov in . (disable via -X gcov) [2021-04-30T21:36:33.139Z] ==> Python coveragepy not found [2021-04-30T21:36:33.139Z] ==> Searching for coverage reports in: [2021-04-30T21:36:33.139Z] + . [2021-04-30T21:36:33.139Z] -> Found 1 reports [2021-04-30T21:36:33.140Z] ==> Detecting git/mercurial file structure [2021-04-30T21:36:33.140Z] ==> Reading reports [2021-04-30T21:36:33.140Z] + ./coverage.out bytes=19386 [2021-04-30T21:36:33.140Z] ==> Appending adjustments [2021-04-30T21:36:33.140Z] https://docs.codecov.io/docs/fixing-reports [2021-04-30T21:36:33.140Z] + Found adjustments [2021-04-30T21:36:33.140Z] ==> Gzipping contents [2021-04-30T21:36:33.140Z] 4.0K /tmp/codecov.buYIXE.gz [2021-04-30T21:36:33.140Z] ==> Uploading reports [2021-04-30T21:36:33.140Z] url: https://codecov.io [2021-04-30T21:36:33.140Z] query: branch=master&commit=913720342204c874872800d189d2482144693ed5&build=39&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-mqtt-go%2Fjob%2Fmaster%2F39%2F&name=&tag=&slug=edgexfoundry%2Fdevice-mqtt-go&service=jenkins&flags=&pr=&job=&cmd_args= [2021-04-30T21:36:33.140Z] -> Pinging Codecov [2021-04-30T21:36:33.140Z] https://codecov.io/upload/v4?package=bash-1.0.2&token=secret&branch=master&commit=913720342204c874872800d189d2482144693ed5&build=39&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-mqtt-go%2Fjob%2Fmaster%2F39%2F&name=&tag=&slug=edgexfoundry%2Fdevice-mqtt-go&service=jenkins&flags=&pr=&job=&cmd_args= [2021-04-30T21:36:36.619Z] -> Uploading to [2021-04-30T21:36:36.619Z] https://storage.googleapis.com/codecov/v4/raw/2021-04-30/7D719EC7BBE17E464838252E33014C33/913720342204c874872800d189d2482144693ed5/23007eb0-aafd-40c4-b2cf-d6aea5c266d2.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQM3VGPYSAFECJRMNAFIPCV2R3P2BOORCJC7NM537NPJQSFLHUDNIDWA%2F20210430%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210430T213636Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=d48173d20daadcc05fd6081056f01cb0f454993530f7b453cd673c648ebe024c [2021-04-30T21:36:36.619Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-04-30T21:36:36.619Z] Dload Upload Total Spent Left Speed [2021-04-30T21:36:37.243Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 3390 0 0 100 3390 0 6022 --:--:-- --:--:-- --:--:-- 6032 [2021-04-30T21:36:37.243Z] -> Reports have been successfully queued for processing at {"error": "Server Error (500)"}https://codecov.io/github/edgexfoundry/device-mqtt-go/commit/913720342204c874872800d189d2482144693ed5 [Pipeline] } [2021-04-30T21:36:37.267Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo [2021-04-30T21:36:37.914Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2021-04-30T21:36:37.950Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-30T21:36:38.308Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-04-30T21:36:38.580Z] [2021-04-30T21:36:38.580Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh [2021-04-30T21:36:39.005Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-04-30T21:36:39.307Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2021-04-30T21:36:39.307Z] 188c0c94c7c5: Pulling fs layer [2021-04-30T21:36:39.307Z] 0ef7d3d256c8: Pulling fs layer [2021-04-30T21:36:39.307Z] de9db76c5a1d: Pulling fs layer [2021-04-30T21:36:39.307Z] 0eba1c9be4d2: Pulling fs layer [2021-04-30T21:36:39.307Z] 0d57e429df01: Pulling fs layer [2021-04-30T21:36:39.307Z] 4e4be7b47b0d: Pulling fs layer [2021-04-30T21:36:39.307Z] e1f770b5df2f: Pulling fs layer [2021-04-30T21:36:39.307Z] 85a0685a4137: Pulling fs layer [2021-04-30T21:36:39.307Z] 0d57e429df01: Waiting [2021-04-30T21:36:39.307Z] 0eba1c9be4d2: Waiting [2021-04-30T21:36:39.307Z] e1f770b5df2f: Waiting [2021-04-30T21:36:39.307Z] 85a0685a4137: Waiting [2021-04-30T21:36:39.307Z] 4e4be7b47b0d: Waiting [2021-04-30T21:36:39.307Z] de9db76c5a1d: Verifying Checksum [2021-04-30T21:36:39.307Z] de9db76c5a1d: Download complete [2021-04-30T21:36:39.307Z] 0ef7d3d256c8: Verifying Checksum [2021-04-30T21:36:39.307Z] 0ef7d3d256c8: Download complete [2021-04-30T21:36:39.307Z] 0d57e429df01: Verifying Checksum [2021-04-30T21:36:39.307Z] 0d57e429df01: Download complete [2021-04-30T21:36:39.307Z] 4e4be7b47b0d: Verifying Checksum [2021-04-30T21:36:39.307Z] 4e4be7b47b0d: Download complete [2021-04-30T21:36:39.680Z] 188c0c94c7c5: Download complete [2021-04-30T21:36:40.828Z] 188c0c94c7c5: Pull complete [2021-04-30T21:36:41.149Z] 0ef7d3d256c8: Pull complete [2021-04-30T21:36:41.448Z] de9db76c5a1d: Pull complete [2021-04-30T21:36:41.733Z] e1f770b5df2f: Verifying Checksum [2021-04-30T21:36:41.733Z] e1f770b5df2f: Download complete [2021-04-30T21:36:47.247Z] 0eba1c9be4d2: Verifying Checksum [2021-04-30T21:36:47.247Z] 0eba1c9be4d2: Download complete [2021-04-30T21:36:48.351Z] 85a0685a4137: Verifying Checksum [2021-04-30T21:36:48.351Z] 85a0685a4137: Download complete [2021-04-30T21:37:01.001Z] 0eba1c9be4d2: Pull complete [2021-04-30T21:37:01.001Z] 0d57e429df01: Pull complete [2021-04-30T21:37:01.001Z] 4e4be7b47b0d: Pull complete [2021-04-30T21:37:04.512Z] e1f770b5df2f: Pull complete [2021-04-30T21:37:19.880Z] 85a0685a4137: Pull complete [2021-04-30T21:37:19.880Z] Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 [2021-04-30T21:37:19.880Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-04-30T21:37:19.880Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer [2021-04-30T21:37:20.662Z] prd-centos7-docker-4c-2g-2522 does not seem to be running inside a container [2021-04-30T21:37:20.786Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/gexfoundry_device-mqtt-go_master -v /w/workspace/gexfoundry_device-mqtt-go_master:/w/workspace/gexfoundry_device-mqtt-go_master:rw,z -v /w/workspace/gexfoundry_device-mqtt-go_master@tmp:/w/workspace/gexfoundry_device-mqtt-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2021-04-30T21:37:23.352Z] $ docker top f58485a59585798f4edbae1537e18af861b32fde3852c564e3a755bbf42f5a5f -eo pid,comm [Pipeline] { [Pipeline] echo [2021-04-30T21:37:23.868Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh [2021-04-30T21:37:24.206Z] + set -o pipefail [2021-04-30T21:37:24.206Z] + snyk monitor '--org=edgex-jenkins' [2021-04-30T21:37:56.821Z] [2021-04-30T21:37:56.821Z] Monitoring /w/workspace/gexfoundry_device-mqtt-go_master (github.com/edgexfoundry/device-mqtt-go)... [2021-04-30T21:37:56.821Z] [2021-04-30T21:37:56.821Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/6acecf1b-85ea-4374-bf84-4fa5a6e664d0/history/50514010-875f-4505-b0d5-741021c2c555 [2021-04-30T21:37:56.821Z] [2021-04-30T21:37:56.821Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2021-04-30T21:37:56.821Z] [2021-04-30T21:37:56.821Z] [Pipeline] } [2021-04-30T21:37:56.867Z] $ docker stop --time=1 f58485a59585798f4edbae1537e18af861b32fde3852c564e3a755bbf42f5a5f [2021-04-30T21:37:59.512Z] $ docker rm -f f58485a59585798f4edbae1537e18af861b32fde3852c564e3a755bbf42f5a5f [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) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-04-30T21:38:01.450Z] + git log --format=format:%s -1 913720342204c874872800d189d2482144693ed5 [Pipeline] isUnix [Pipeline] sh [2021-04-30T21:38:01.987Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-30T21:38:02.659Z] . [Pipeline] withDockerContainer [2021-04-30T21:38:03.026Z] prd-centos7-docker-4c-2g-2522 does not seem to be running inside a container [2021-04-30T21:38:03.297Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_device-mqtt-go_master -v /w/workspace/gexfoundry_device-mqtt-go_master:/w/workspace/gexfoundry_device-mqtt-go_master:rw,z -v /w/workspace/gexfoundry_device-mqtt-go_master@tmp:/w/workspace/gexfoundry_device-mqtt-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-04-30T21:38:05.203Z] $ docker top 3dd3f1c53ed0e27801a58df935c26087308cf683c7545d3031e1d41b54df9608 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-04-30T21:38:05.710Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-30T21:38:05.710Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-30T21:38:06.164Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-30T21:38:06.168Z] $ docker exec 3dd3f1c53ed0e27801a58df935c26087308cf683c7545d3031e1d41b54df9608 ssh-agent [2021-04-30T21:38:06.748Z] SSH_AUTH_SOCK=/tmp/ssh-5eMPm60dgpZk/agent.12 [2021-04-30T21:38:06.748Z] SSH_AGENT_PID=17 [2021-04-30T21:38:06.767Z] Running ssh-add (command line suppressed) [2021-04-30T21:38:07.009Z] Identity added: /w/workspace/gexfoundry_device-mqtt-go_master@tmp/private_key_1524693598941902318.key (/w/workspace/gexfoundry_device-mqtt-go_master@tmp/private_key_1524693598941902318.key) [2021-04-30T21:38:07.267Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-30T21:38:07.637Z] + git semver tag [2021-04-30T21:38:07.924Z] # -> Open(): unable to determine branch for HEAD [2021-04-30T21:38:07.924Z] # $GIT_DIR = /w/workspace/gexfoundry_device-mqtt-go_master/.git [2021-04-30T21:38:07.924Z] # $GIT_WORK_TREE = /w/workspace/gexfoundry_device-mqtt-go_master [2021-04-30T21:38:07.924Z] # $SEMVER_REMOTE_NAME = origin [2021-04-30T21:38:07.924Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-04-30T21:38:07.924Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-04-30T21:38:07.924Z] # $SEMVER_BRANCH = master [2021-04-30T21:38:07.924Z] # $SEMVER_DIR = /w/workspace/gexfoundry_device-mqtt-go_master/.semver [2021-04-30T21:38:07.924Z] # 913720342204c874872800d189d2482144693ed5 HEAD [2021-04-30T21:38:07.924Z] # -> Force: false [2021-04-30T21:38:07.924Z] # 765421572c59c96cf1228392163694028dac417b refs/tags/v1.3.2-dev.8 [Pipeline] } [2021-04-30T21:38:07.958Z] $ docker exec --env ******** --env ******** 3dd3f1c53ed0e27801a58df935c26087308cf683c7545d3031e1d41b54df9608 ssh-agent -k [2021-04-30T21:38:08.277Z] unset SSH_AUTH_SOCK; [2021-04-30T21:38:08.289Z] unset SSH_AGENT_PID; [2021-04-30T21:38:08.290Z] echo Agent pid 17 killed; [2021-04-30T21:38:08.486Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-04-30T21:38:09.225Z] + git semver [Pipeline] } [2021-04-30T21:38:09.310Z] $ docker stop --time=1 3dd3f1c53ed0e27801a58df935c26087308cf683c7545d3031e1d41b54df9608 [2021-04-30T21:38:11.393Z] $ docker rm -f 3dd3f1c53ed0e27801a58df935c26087308cf683c7545d3031e1d41b54df9608 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2021-04-30T21:38:12.152Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-04-30T21:38:12.152Z] [2021-04-30T21:38:12.152Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2021-04-30T21:38:12.738Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-04-30T21:38:13.052Z] 0.23.1-centos7: Pulling from edgex-lftools [2021-04-30T21:38:13.052Z] ab5ef0e58194: Pulling fs layer [2021-04-30T21:38:13.052Z] 9712f1f96733: Pulling fs layer [2021-04-30T21:38:13.052Z] 63f879dbbcfc: Pulling fs layer [2021-04-30T21:38:13.052Z] 0d9ebad4ef96: Pulling fs layer [2021-04-30T21:38:13.052Z] e9a5061849ea: Pulling fs layer [2021-04-30T21:38:13.052Z] d747dcd14b5f: Pulling fs layer [2021-04-30T21:38:13.052Z] 2de7ff778b66: Pulling fs layer [2021-04-30T21:38:13.052Z] 0d9ebad4ef96: Waiting [2021-04-30T21:38:13.052Z] e9a5061849ea: Waiting [2021-04-30T21:38:13.052Z] d747dcd14b5f: Waiting [2021-04-30T21:38:13.052Z] 2de7ff778b66: Waiting [2021-04-30T21:38:13.052Z] 9712f1f96733: Verifying Checksum [2021-04-30T21:38:13.052Z] 9712f1f96733: Download complete [2021-04-30T21:38:16.494Z] 63f879dbbcfc: Verifying Checksum [2021-04-30T21:38:16.494Z] 63f879dbbcfc: Download complete [2021-04-30T21:38:16.764Z] e9a5061849ea: Verifying Checksum [2021-04-30T21:38:16.764Z] e9a5061849ea: Download complete [2021-04-30T21:38:16.764Z] d747dcd14b5f: Verifying Checksum [2021-04-30T21:38:16.764Z] d747dcd14b5f: Download complete [2021-04-30T21:38:17.357Z] 2de7ff778b66: Verifying Checksum [2021-04-30T21:38:17.357Z] 2de7ff778b66: Download complete [2021-04-30T21:38:17.357Z] 0d9ebad4ef96: Verifying Checksum [2021-04-30T21:38:17.357Z] 0d9ebad4ef96: Download complete [2021-04-30T21:38:18.499Z] ab5ef0e58194: Verifying Checksum [2021-04-30T21:38:18.499Z] ab5ef0e58194: Download complete [2021-04-30T21:38:28.936Z] ab5ef0e58194: Pull complete [2021-04-30T21:38:29.550Z] 9712f1f96733: Pull complete [2021-04-30T21:38:33.955Z] 63f879dbbcfc: Pull complete [2021-04-30T21:38:52.628Z] 0d9ebad4ef96: Pull complete [2021-04-30T21:38:52.628Z] e9a5061849ea: Pull complete [2021-04-30T21:38:52.628Z] d747dcd14b5f: Pull complete [2021-04-30T21:38:56.123Z] 2de7ff778b66: Pull complete [2021-04-30T21:38:56.123Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2021-04-30T21:38:56.123Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-04-30T21:38:56.123Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2021-04-30T21:38:56.560Z] prd-centos7-docker-4c-2g-2522 does not seem to be running inside a container [2021-04-30T21:38:57.094Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/gexfoundry_device-mqtt-go_master -v /w/workspace/gexfoundry_device-mqtt-go_master:/w/workspace/gexfoundry_device-mqtt-go_master:rw,z -v /w/workspace/gexfoundry_device-mqtt-go_master@tmp:/w/workspace/gexfoundry_device-mqtt-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2021-04-30T21:39:00.716Z] $ docker top 31a8e85e1e9243a3b0bdc38a94da93b786ad5c6d851c34c9430cb78e8ee5a738 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2021-04-30T21:39:01.771Z] provisioning config files... [2021-04-30T21:39:01.796Z] copy managed file [sigul-config] to file:/w/workspace/gexfoundry_device-mqtt-go_master@tmp/config4490138348337484324tmp [2021-04-30T21:39:01.830Z] copy managed file [sigul-password] to file:/w/workspace/gexfoundry_device-mqtt-go_master@tmp/config2773869629811169872tmp [2021-04-30T21:39:01.905Z] copy managed file [sigul-pki] to file:/w/workspace/gexfoundry_device-mqtt-go_master@tmp/config2187443230821044849tmp [Pipeline] { [Pipeline] echo [2021-04-30T21:39:02.016Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-30T21:39:02.764Z] ---> sigul-configuration.sh [2021-04-30T21:39:03.044Z] gpg: directory `/root/.gnupg' created [2021-04-30T21:39:03.045Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2021-04-30T21:39:03.045Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2021-04-30T21:39:03.045Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2021-04-30T21:39:03.045Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2021-04-30T21:39:03.045Z] gpg: CAST5 encrypted data [2021-04-30T21:39:03.045Z] gpg: encrypted with 1 passphrase [2021-04-30T21:39:03.045Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2021-04-30T21:39:04.038Z] + mkdir /home/jenkins [2021-04-30T21:39:04.038Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2021-04-30T21:39:04.421Z] + 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-30T21:39:04.740Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-30T21:39:05.974Z] ---> sigul-install.sh [2021-04-30T21:39:16.426Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2021-04-30T21:39:17.100Z] + git tag --list [2021-04-30T21:39:17.100Z] 0.7.1 [2021-04-30T21:39:17.100Z] v1.0.0 [2021-04-30T21:39:17.100Z] v1.1.0 [2021-04-30T21:39:17.100Z] v1.1.1 [2021-04-30T21:39:17.100Z] v1.2.2 [2021-04-30T21:39:17.100Z] v1.3.0 [2021-04-30T21:39:17.100Z] v1.3.1 [2021-04-30T21:39:17.100Z] v1.3.1-dev.1 [2021-04-30T21:39:17.100Z] v1.3.1-dev.2 [2021-04-30T21:39:17.100Z] v1.3.1-dev.3 [2021-04-30T21:39:17.100Z] v1.3.1-dev.4 [2021-04-30T21:39:17.100Z] v1.3.2-dev.1 [2021-04-30T21:39:17.100Z] v1.3.2-dev.2 [2021-04-30T21:39:17.100Z] v1.3.2-dev.3 [2021-04-30T21:39:17.100Z] v1.3.2-dev.4 [2021-04-30T21:39:17.100Z] v1.3.2-dev.5 [2021-04-30T21:39:17.100Z] v1.3.2-dev.6 [2021-04-30T21:39:17.100Z] v1.3.2-dev.7 [2021-04-30T21:39:17.100Z] v1.3.2-dev.8 [Pipeline] sh [2021-04-30T21:39:17.475Z] + lftools sign git-tag v1.3.2-dev.8 [2021-04-30T21:39:20.122Z] Signing Git tag with Sigul... [2021-04-30T21:39:20.122Z] Signing v1.3.2-dev.8 [Pipeline] echo [2021-04-30T21:39:21.130Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-30T21:39:22.189Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2021-04-30T21:39:22.212Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2021-04-30T21:39:22.281Z] $ docker stop --time=1 31a8e85e1e9243a3b0bdc38a94da93b786ad5c6d851c34c9430cb78e8ee5a738 [2021-04-30T21:39:24.104Z] $ docker rm -f 31a8e85e1e9243a3b0bdc38a94da93b786ad5c6d851c34c9430cb78e8ee5a738 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2021-04-30T21:39:25.150Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-30T21:39:25.151Z] . [Pipeline] withDockerContainer [2021-04-30T21:39:25.370Z] prd-centos7-docker-4c-2g-2522 does not seem to be running inside a container [2021-04-30T21:39:25.454Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_device-mqtt-go_master -v /w/workspace/gexfoundry_device-mqtt-go_master:/w/workspace/gexfoundry_device-mqtt-go_master:rw,z -v /w/workspace/gexfoundry_device-mqtt-go_master@tmp:/w/workspace/gexfoundry_device-mqtt-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-04-30T21:39:26.886Z] $ docker top db163f303823513fd280ea006738f32abffb5d2a152d9fce62d8c8564b8b1960 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-04-30T21:39:27.261Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-30T21:39:27.261Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-30T21:39:28.251Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-30T21:39:28.435Z] $ docker exec db163f303823513fd280ea006738f32abffb5d2a152d9fce62d8c8564b8b1960 ssh-agent [2021-04-30T21:39:29.411Z] SSH_AUTH_SOCK=/tmp/ssh-9Hx8pFY47bZQ/agent.12 [2021-04-30T21:39:29.412Z] SSH_AGENT_PID=17 [2021-04-30T21:39:29.440Z] Running ssh-add (command line suppressed) [2021-04-30T21:39:29.972Z] Identity added: /w/workspace/gexfoundry_device-mqtt-go_master@tmp/private_key_425281572273256954.key (/w/workspace/gexfoundry_device-mqtt-go_master@tmp/private_key_425281572273256954.key) [2021-04-30T21:39:30.228Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-30T21:39:30.973Z] + git semver bump pre [2021-04-30T21:39:30.973Z] # -> Open(): unable to determine branch for HEAD [2021-04-30T21:39:30.973Z] # $GIT_DIR = /w/workspace/gexfoundry_device-mqtt-go_master/.git [2021-04-30T21:39:30.973Z] # $GIT_WORK_TREE = /w/workspace/gexfoundry_device-mqtt-go_master [2021-04-30T21:39:30.973Z] # $SEMVER_REMOTE_NAME = origin [2021-04-30T21:39:30.973Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-04-30T21:39:30.973Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-04-30T21:39:30.973Z] # $SEMVER_BRANCH = master [2021-04-30T21:39:30.973Z] # $SEMVER_DIR = /w/workspace/gexfoundry_device-mqtt-go_master/.semver [2021-04-30T21:39:30.973Z] 1.3.2-dev.9 [Pipeline] } [2021-04-30T21:39:30.999Z] $ docker exec --env ******** --env ******** db163f303823513fd280ea006738f32abffb5d2a152d9fce62d8c8564b8b1960 ssh-agent -k [2021-04-30T21:39:31.680Z] unset SSH_AUTH_SOCK; [2021-04-30T21:39:31.681Z] unset SSH_AGENT_PID; [2021-04-30T21:39:31.683Z] echo Agent pid 17 killed; [2021-04-30T21:39:31.839Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-04-30T21:39:32.296Z] + git semver [Pipeline] } [2021-04-30T21:39:32.389Z] $ docker stop --time=1 db163f303823513fd280ea006738f32abffb5d2a152d9fce62d8c8564b8b1960 [2021-04-30T21:39:34.090Z] $ docker rm -f db163f303823513fd280ea006738f32abffb5d2a152d9fce62d8c8564b8b1960 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2021-04-30T21:39:34.794Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-30T21:39:34.794Z] . [Pipeline] withDockerContainer [2021-04-30T21:39:35.129Z] prd-centos7-docker-4c-2g-2522 does not seem to be running inside a container [2021-04-30T21:39:35.390Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_device-mqtt-go_master -v /w/workspace/gexfoundry_device-mqtt-go_master:/w/workspace/gexfoundry_device-mqtt-go_master:rw,z -v /w/workspace/gexfoundry_device-mqtt-go_master@tmp:/w/workspace/gexfoundry_device-mqtt-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-04-30T21:39:36.890Z] $ docker top 564e56a7ff5aaee5f60bcba358d2df1c6d55f3cde9d7e64b403adef2fd899a71 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-04-30T21:39:37.252Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-30T21:39:37.252Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-30T21:39:37.779Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-30T21:39:37.792Z] $ docker exec 564e56a7ff5aaee5f60bcba358d2df1c6d55f3cde9d7e64b403adef2fd899a71 ssh-agent [2021-04-30T21:39:38.737Z] SSH_AUTH_SOCK=/tmp/ssh-YtrNb5VIfljR/agent.12 [2021-04-30T21:39:38.737Z] SSH_AGENT_PID=17 [2021-04-30T21:39:38.758Z] Running ssh-add (command line suppressed) [2021-04-30T21:39:39.057Z] Identity added: /w/workspace/gexfoundry_device-mqtt-go_master@tmp/private_key_6849391763191274872.key (/w/workspace/gexfoundry_device-mqtt-go_master@tmp/private_key_6849391763191274872.key) [2021-04-30T21:39:39.359Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-30T21:39:39.810Z] + git semver push [2021-04-30T21:39:39.810Z] # -> Open(): unable to determine branch for HEAD [2021-04-30T21:39:39.810Z] # $GIT_DIR = /w/workspace/gexfoundry_device-mqtt-go_master/.git [2021-04-30T21:39:39.810Z] # $GIT_WORK_TREE = /w/workspace/gexfoundry_device-mqtt-go_master [2021-04-30T21:39:39.810Z] # $SEMVER_REMOTE_NAME = origin [2021-04-30T21:39:39.810Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-04-30T21:39:39.810Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-04-30T21:39:39.810Z] # $SEMVER_BRANCH = master [2021-04-30T21:39:39.810Z] # $SEMVER_DIR = /w/workspace/gexfoundry_device-mqtt-go_master/.semver [Pipeline] } [2021-04-30T21:39:44.292Z] $ docker exec --env ******** --env ******** 564e56a7ff5aaee5f60bcba358d2df1c6d55f3cde9d7e64b403adef2fd899a71 ssh-agent -k [2021-04-30T21:39:44.542Z] unset SSH_AUTH_SOCK; [2021-04-30T21:39:44.549Z] unset SSH_AGENT_PID; [2021-04-30T21:39:44.549Z] echo Agent pid 17 killed; [2021-04-30T21:39:44.647Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-04-30T21:39:45.415Z] + git semver [Pipeline] } [2021-04-30T21:39:45.453Z] $ docker stop --time=1 564e56a7ff5aaee5f60bcba358d2df1c6d55f3cde9d7e64b403adef2fd899a71 [2021-04-30T21:39:47.515Z] $ docker rm -f 564e56a7ff5aaee5f60bcba358d2df1c6d55f3cde9d7e64b403adef2fd899a71 [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-30T21:39:48.903Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-30T21:39:49.506Z] ---> package-listing.sh [2021-04-30T21:39:49.506Z] ++ facter osfamily [2021-04-30T21:39:49.506Z] ++ tr '[:upper:]' '[:lower:]' [2021-04-30T21:39:49.781Z] + OS_FAMILY=redhat [2021-04-30T21:39:49.781Z] + workspace=/w/workspace/gexfoundry_device-mqtt-go_master [2021-04-30T21:39:49.781Z] + START_PACKAGES=/tmp/packages_start.txt [2021-04-30T21:39:49.781Z] + END_PACKAGES=/tmp/packages_end.txt [2021-04-30T21:39:49.781Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-04-30T21:39:49.781Z] + PACKAGES=/tmp/packages_start.txt [2021-04-30T21:39:49.781Z] + '[' /w/workspace/gexfoundry_device-mqtt-go_master ']' [2021-04-30T21:39:49.781Z] + PACKAGES=/tmp/packages_end.txt [2021-04-30T21:39:49.781Z] + case "${OS_FAMILY}" in [2021-04-30T21:39:49.781Z] + rpm -qa [2021-04-30T21:39:49.781Z] + sort [2021-04-30T21:39:58.515Z] + '[' -f /tmp/packages_start.txt ']' [2021-04-30T21:39:58.515Z] + '[' -f /tmp/packages_end.txt ']' [2021-04-30T21:39:58.515Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-04-30T21:39:58.515Z] + '[' /w/workspace/gexfoundry_device-mqtt-go_master ']' [2021-04-30T21:39:58.515Z] + mkdir -p /w/workspace/gexfoundry_device-mqtt-go_master/archives/ [2021-04-30T21:39:58.515Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/gexfoundry_device-mqtt-go_master/archives/ [Pipeline] echo [2021-04-30T21:39:58.622Z] 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/gexfoundry_device-mqtt-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-30T21:39:58.999Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-04-30T21:39:59.690Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-30T21:39:59.999Z] [2021-04-30T21:39:59.999Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-04-30T21:40:00.374Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-30T21:40:00.677Z] alpine: Pulling from edgex-lftools-log-publisher [2021-04-30T21:40:00.677Z] df20fa9351a1: Pulling fs layer [2021-04-30T21:40:00.677Z] 36b3adc4ff6f: Pulling fs layer [2021-04-30T21:40:00.677Z] 8ad3a11d3b57: Pulling fs layer [2021-04-30T21:40:00.677Z] 46f8f816bc3b: Pulling fs layer [2021-04-30T21:40:00.677Z] 93b61091891f: Pulling fs layer [2021-04-30T21:40:00.677Z] 93b9cdb0e59b: Pulling fs layer [2021-04-30T21:40:00.677Z] 5e14af77c1be: Pulling fs layer [2021-04-30T21:40:00.677Z] 01666e4c0597: Pulling fs layer [2021-04-30T21:40:00.677Z] aa168da1d23b: Pulling fs layer [2021-04-30T21:40:00.677Z] 46f8f816bc3b: Waiting [2021-04-30T21:40:00.677Z] 93b61091891f: Waiting [2021-04-30T21:40:00.677Z] 93b9cdb0e59b: Waiting [2021-04-30T21:40:00.677Z] 5e14af77c1be: Waiting [2021-04-30T21:40:00.677Z] 01666e4c0597: Waiting [2021-04-30T21:40:00.677Z] aa168da1d23b: Waiting [2021-04-30T21:40:00.677Z] 36b3adc4ff6f: Verifying Checksum [2021-04-30T21:40:00.677Z] 36b3adc4ff6f: Download complete [2021-04-30T21:40:00.677Z] 46f8f816bc3b: Verifying Checksum [2021-04-30T21:40:00.677Z] 46f8f816bc3b: Download complete [2021-04-30T21:40:00.677Z] df20fa9351a1: Verifying Checksum [2021-04-30T21:40:00.677Z] df20fa9351a1: Download complete [2021-04-30T21:40:00.979Z] 93b9cdb0e59b: Verifying Checksum [2021-04-30T21:40:00.979Z] 93b9cdb0e59b: Download complete [2021-04-30T21:40:00.979Z] 5e14af77c1be: Verifying Checksum [2021-04-30T21:40:00.979Z] 5e14af77c1be: Download complete [2021-04-30T21:40:00.979Z] 01666e4c0597: Verifying Checksum [2021-04-30T21:40:00.979Z] 01666e4c0597: Download complete [2021-04-30T21:40:00.979Z] 93b61091891f: Download complete [2021-04-30T21:40:01.716Z] 8ad3a11d3b57: Verifying Checksum [2021-04-30T21:40:02.009Z] df20fa9351a1: Pull complete [2021-04-30T21:40:03.167Z] 36b3adc4ff6f: Pull complete [2021-04-30T21:40:06.528Z] 8ad3a11d3b57: Pull complete [2021-04-30T21:40:07.209Z] 46f8f816bc3b: Pull complete [2021-04-30T21:40:07.830Z] 93b61091891f: Pull complete [2021-04-30T21:40:08.453Z] 93b9cdb0e59b: Pull complete [2021-04-30T21:40:08.737Z] 5e14af77c1be: Pull complete [2021-04-30T21:40:09.755Z] aa168da1d23b: Verifying Checksum [2021-04-30T21:40:09.755Z] aa168da1d23b: Download complete [2021-04-30T21:40:10.124Z] 01666e4c0597: Pull complete [2021-04-30T21:40:28.746Z] aa168da1d23b: Pull complete [2021-04-30T21:40:28.746Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-04-30T21:40:28.746Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-30T21:40:28.746Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-04-30T21:40:29.066Z] prd-centos7-docker-4c-2g-2522 does not seem to be running inside a container [2021-04-30T21:40:29.134Z] $ 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/gexfoundry_device-mqtt-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/gexfoundry_device-mqtt-go_master -v /w/workspace/gexfoundry_device-mqtt-go_master:/w/workspace/gexfoundry_device-mqtt-go_master:rw,z -v /w/workspace/gexfoundry_device-mqtt-go_master@tmp:/w/workspace/gexfoundry_device-mqtt-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-04-30T21:40:32.928Z] $ docker top 9711d0228a422fadd48bb7e0c7cdecd172789bf2737a01e711641418b0851cdc -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-30T21:40:34.233Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-04-30T21:40:34.915Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-04-30T21:40:35.570Z] + ls /var/log/sa-host [2021-04-30T21:40:35.570Z] + sadf -c /var/log/sa-host/sa23 [2021-04-30T21:40:35.570Z] file_magic: OK [2021-04-30T21:40:35.570Z] HZ: Using current value: 100 [2021-04-30T21:40:35.570Z] file_header: OK [2021-04-30T21:40:35.570Z] 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-30T21:40:35.570Z] Statistics: [2021-04-30T21:40:35.570Z] Hnuu...uuuununununu... [2021-04-30T21:40:35.570Z] File successfully converted to sysstat format version 12.2.1 [2021-04-30T21:40:35.570Z] + sadf -c /var/log/sa-host/sa30 [2021-04-30T21:40:35.570Z] file_magic: OK [2021-04-30T21:40:35.570Z] HZ: Using current value: 100 [2021-04-30T21:40:35.570Z] file_header: OK [2021-04-30T21:40:35.570Z] 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-30T21:40:35.570Z] Statistics: [2021-04-30T21:40:35.570Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-04-30T21:40:35.570Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-04-30T21:40:36.271Z] provisioning config files... [2021-04-30T21:40:36.294Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/gexfoundry_device-mqtt-go_master@tmp/config2300488058276474686tmp [Pipeline] { [Pipeline] echo [2021-04-30T21:40:36.340Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-30T21:40:37.013Z] ---> create-netrc.sh [Pipeline] } [2021-04-30T21:40:37.027Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-04-30T21:40:37.053Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-30T21:40:37.727Z] ---> python-tools-install.sh [Pipeline] echo [2021-04-30T21:40:37.747Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-30T21:40:38.117Z] ---> sudo-logs.sh [2021-04-30T21:40:38.117Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-04-30T21:40:38.466Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-30T21:40:38.833Z] ---> job-cost.sh [2021-04-30T21:40:39.108Z] lf-activate-venv: SKIPPING [2021-04-30T21:40:39.108Z] DEBUG: total: 0.20999999344348907 [2021-04-30T21:40:39.108Z] INFO: Retrieving Stack Cost... [2021-04-30T21:40:40.075Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-04-30T21:40:40.659Z] INFO: Archiving Costs [Pipeline] echo [2021-04-30T21:40:40.677Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-30T21:40:41.037Z] ---> logs-deploy.sh [2021-04-30T21:40:41.037Z] lf-activate-venv: SKIPPING [2021-04-30T21:40:41.037Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-mqtt-go/master/39 [2021-04-30T21:40:41.037Z] INFO: archiving workspace using pattern(s): [2021-04-30T21:40:43.699Z] Archives upload complete. [2021-04-30T21:40:43.967Z] INFO: archiving logs to Nexus