Started by user Ernesto Ojeda Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from e697b4492d61b291e25afe90594ef703f17e91d3 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 9d0281235b943b7ad605f650702698f9078b2862 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 9d0281235b943b7ad605f650702698f9078b2862 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 9d0281235b943b7ad605f650702698f9078b2862 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 9d0281235b943b7ad605f650702698f9078b2862 # timeout=10 Commit message: "Merge pull request #315 from ernestojeda/rename-docker-images-again" > 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: device-mqtt 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 Waiting for next available executor on ‘prd-centos7-docker-4c-2g-4553’ Running on prd-centos7-docker-4c-2g-4563 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 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision e697b4492d61b291e25afe90594ef703f17e91d3 (master) > 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 e697b4492d61b291e25afe90594ef703f17e91d3 # timeout=10 Commit message: "Merge pull request #230 from ernestojeda/rename-makefile-images" > git rev-list --no-walk e697b4492d61b291e25afe90594ef703f17e91d3 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-05-11T18:22:00.368Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-05-11T18:22:00.467Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-05-11T18:22:00.494Z] ========================================================= [2021-05-11T18:22:00.494Z] EdgeX Global Pipelines Version Info [2021-05-11T18:22:00.494Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-05-11T18:22:02.069Z] ------------------- [2021-05-11T18:22:02.070Z] stable info: [2021-05-11T18:22:02.070Z] ------------------- [2021-05-11T18:22:02.070Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-05-11T18:22:02.070Z] Commit SHA: 9d0281235b943b7ad605f650702698f9078b2862 [2021-05-11T18:22:02.070Z] Message: update stable to v1.0.192 [2021-05-11T18:22:03.016Z] ------------------- [2021-05-11T18:22:03.016Z] experimental info: [2021-05-11T18:22:03.016Z] ------------------- [2021-05-11T18:22:03.016Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-05-11T18:22:03.016Z] Commit SHA: 9d0281235b943b7ad605f650702698f9078b2862 [2021-05-11T18:22:03.016Z] Message: update experimental to v1.0.192 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-05-11T18:22:03.140Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-mqtt-go-settings [Pipeline] echo [2021-05-11T18:22:03.164Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-mqtt-go [Pipeline] echo [2021-05-11T18:22:03.187Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-05-11T18:22:03.210Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-05-11T18:22:03.234Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-05-11T18:22:03.258Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.16 [Pipeline] echo [2021-05-11T18:22:03.281Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-05-11T18:22:03.305Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [Pipeline] echo [2021-05-11T18:22:03.328Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2021-05-11T18:22:03.352Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-05-11T18:22:03.376Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-05-11T18:22:03.400Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-mqtt [Pipeline] echo [2021-05-11T18:22:03.426Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-05-11T18:22:03.462Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-05-11T18:22:03.494Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-05-11T18:22:03.519Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-05-11T18:22:03.543Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2021-05-11T18:22:03.566Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2021-05-11T18:22:03.589Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-05-11T18:22:03.613Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-05-11T18:22:03.635Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2021-05-11T18:22:03.658Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2021-05-11T18:22:03.681Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2021-05-11T18:22:03.706Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2021-05-11T18:22:03.755Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2021-05-11T18:22:03.779Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-05-11T18:22:03.819Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2021-05-11T18:22:03.845Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2021-05-11T18:22:03.870Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2021-05-11T18:22:03.895Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = e697b4492d61b291e25afe90594ef703f17e91d3 [Pipeline] echo [2021-05-11T18:22:03.920Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = e697b44 [Pipeline] echo [2021-05-11T18:22:03.944Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-05-11T18:22:04.016Z] provisioning config files... [2021-05-11T18:22:04.076Z] copy managed file [device-mqtt-go-settings] to file:/w/workspace/gexfoundry_device-mqtt-go_master@tmp/config2548459156416788166tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-05-11T18:22:04.422Z] ---> docker-login.sh [2021-05-11T18:22:04.422Z] nexus3.edgexfoundry.org:10001 [2021-05-11T18:22:04.684Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-11T18:22:04.947Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-11T18:22:04.947Z] Configure a credential helper to remove this warning. See [2021-05-11T18:22:04.947Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-11T18:22:04.947Z] [2021-05-11T18:22:04.947Z] Login Succeeded [2021-05-11T18:22:04.947Z] nexus3.edgexfoundry.org:10002 [2021-05-11T18:22:04.947Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-11T18:22:04.947Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-11T18:22:04.947Z] Configure a credential helper to remove this warning. See [2021-05-11T18:22:04.947Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-11T18:22:04.947Z] [2021-05-11T18:22:04.947Z] Login Succeeded [2021-05-11T18:22:04.947Z] nexus3.edgexfoundry.org:10003 [2021-05-11T18:22:05.209Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-11T18:22:05.209Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-11T18:22:05.209Z] Configure a credential helper to remove this warning. See [2021-05-11T18:22:05.209Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-11T18:22:05.209Z] [2021-05-11T18:22:05.209Z] Login Succeeded [2021-05-11T18:22:05.209Z] nexus3.edgexfoundry.org:10004 [2021-05-11T18:22:05.209Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-11T18:22:05.472Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-11T18:22:05.472Z] Configure a credential helper to remove this warning. See [2021-05-11T18:22:05.472Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-11T18:22:05.472Z] [2021-05-11T18:22:05.472Z] Login Succeeded [2021-05-11T18:22:05.472Z] docker.io [2021-05-11T18:22:05.472Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-11T18:22:05.738Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-11T18:22:05.738Z] Configure a credential helper to remove this warning. See [2021-05-11T18:22:05.738Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-11T18:22:05.738Z] [2021-05-11T18:22:05.738Z] Login Succeeded [2021-05-11T18:22:05.738Z] ---> docker-login.sh ends [Pipeline] } [2021-05-11T18:22:05.749Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-05-11T18:22:06.190Z] + git log --format=format:%s -1 e697b4492d61b291e25afe90594ef703f17e91d3 [Pipeline] echo [2021-05-11T18:22:06.272Z] GIT_COMMIT: e697b4492d61b291e25afe90594ef703f17e91d3, Commit Message: Merge pull request #230 from ernestojeda/rename-makefile-images [Pipeline] echo [2021-05-11T18:22:06.286Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2021-05-11T18:22:06.840Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-05-11T18:22:06.840Z] [2021-05-11T18:22:06.840Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-05-11T18:22:07.166Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-05-11T18:22:07.166Z] latest: Pulling from edgex-devops/git-semver [2021-05-11T18:22:07.166Z] 31603596830f: Pulling fs layer [2021-05-11T18:22:07.166Z] 54011a49482f: Pulling fs layer [2021-05-11T18:22:07.166Z] a6820b24f6d8: Pulling fs layer [2021-05-11T18:22:07.166Z] f581987b2513: Pulling fs layer [2021-05-11T18:22:07.166Z] f581987b2513: Waiting [2021-05-11T18:22:07.166Z] 54011a49482f: Download complete [2021-05-11T18:22:07.166Z] 31603596830f: Verifying Checksum [2021-05-11T18:22:07.166Z] 31603596830f: Download complete [2021-05-11T18:22:07.436Z] f581987b2513: Verifying Checksum [2021-05-11T18:22:07.436Z] f581987b2513: Download complete [2021-05-11T18:22:07.436Z] a6820b24f6d8: Verifying Checksum [2021-05-11T18:22:07.436Z] a6820b24f6d8: Download complete [2021-05-11T18:22:07.705Z] 31603596830f: Pull complete [2021-05-11T18:22:07.705Z] 54011a49482f: Pull complete [2021-05-11T18:22:08.656Z] a6820b24f6d8: Pull complete [2021-05-11T18:22:08.926Z] f581987b2513: Pull complete [2021-05-11T18:22:08.926Z] Digest: sha256:772af3cb61214e5a22880db9bb273bb039d0aa3a8f4edfa0c1def8b4e20ea536 [2021-05-11T18:22:08.926Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-05-11T18:22:08.926Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-05-11T18:22:09.045Z] prd-centos7-docker-4c-2g-4563 does not seem to be running inside a container [2021-05-11T18:22:09.102Z] $ 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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-05-11T18:22:10.902Z] $ docker top 4ed55f2545c69a6eec108c1a32e074a12421466a346c49a69d3effba1387b3f2 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-05-11T18:22:11.049Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-05-11T18:22:11.049Z] [ssh-agent] Looking for ssh-agent implementation... [2021-05-11T18:22:11.265Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-05-11T18:22:11.269Z] $ docker exec 4ed55f2545c69a6eec108c1a32e074a12421466a346c49a69d3effba1387b3f2 ssh-agent [2021-05-11T18:22:11.433Z] SSH_AUTH_SOCK=/tmp/ssh-vlwmwjgAjGn5/agent.11 [2021-05-11T18:22:11.433Z] SSH_AGENT_PID=17 [2021-05-11T18:22:11.444Z] Running ssh-add (command line suppressed) [2021-05-11T18:22:11.569Z] Identity added: /w/workspace/gexfoundry_device-mqtt-go_master@tmp/private_key_6441831390769831074.key (/w/workspace/gexfoundry_device-mqtt-go_master@tmp/private_key_6441831390769831074.key) [2021-05-11T18:22:11.621Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-05-11T18:22:11.928Z] + git tag --points-at HEAD [Pipeline] } [2021-05-11T18:22:11.950Z] $ docker exec --env ******** --env ******** 4ed55f2545c69a6eec108c1a32e074a12421466a346c49a69d3effba1387b3f2 ssh-agent -k [2021-05-11T18:22:12.062Z] unset SSH_AUTH_SOCK; [2021-05-11T18:22:12.062Z] unset SSH_AGENT_PID; [2021-05-11T18:22:12.062Z] echo Agent pid 17 killed; [2021-05-11T18:22:12.109Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [2021-05-11T18:22:12.145Z] [edgeXSemver]: set GITSEMVER_HEAD_TAG to 'v1.3.2-dev.9' [Pipeline] sshagent [2021-05-11T18:22:12.186Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-05-11T18:22:12.186Z] [ssh-agent] Looking for ssh-agent implementation... [2021-05-11T18:22:12.349Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-05-11T18:22:12.352Z] $ docker exec 4ed55f2545c69a6eec108c1a32e074a12421466a346c49a69d3effba1387b3f2 ssh-agent [2021-05-11T18:22:12.544Z] SSH_AUTH_SOCK=/tmp/ssh-0zwGee0CQ3AW/agent.46 [2021-05-11T18:22:12.544Z] SSH_AGENT_PID=51 [2021-05-11T18:22:12.551Z] Running ssh-add (command line suppressed) [2021-05-11T18:22:12.686Z] Identity added: /w/workspace/gexfoundry_device-mqtt-go_master@tmp/private_key_2538564273539875830.key (/w/workspace/gexfoundry_device-mqtt-go_master@tmp/private_key_2538564273539875830.key) [2021-05-11T18:22:12.742Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-05-11T18:22:13.051Z] + git semver init [2021-05-11T18:22:13.051Z] # -> Open(): unable to determine branch for HEAD [2021-05-11T18:22:13.051Z] # $GIT_DIR = /w/workspace/gexfoundry_device-mqtt-go_master/.git [2021-05-11T18:22:13.051Z] # $GIT_WORK_TREE = /w/workspace/gexfoundry_device-mqtt-go_master [2021-05-11T18:22:13.051Z] # $SEMVER_REMOTE_NAME = origin [2021-05-11T18:22:13.051Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-05-11T18:22:13.051Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-05-11T18:22:13.051Z] # $SEMVER_BRANCH = master [2021-05-11T18:22:13.051Z] # $SEMVER_TEMP = /tmp/semver-777757303 [2021-05-11T18:22:13.051Z] # git clone --branch semver git@github.com:edgexfoundry/device-mqtt-go.git $SEMVER_TEMP [2021-05-11T18:22:13.625Z] # '/tmp/semver-777757303' -> '/w/workspace/gexfoundry_device-mqtt-go_master/.semver' [2021-05-11T18:22:13.625Z] # -> Force: false [2021-05-11T18:22:13.625Z] # $SEMVER_DIR = /w/workspace/gexfoundry_device-mqtt-go_master/.semver [Pipeline] } [2021-05-11T18:22:13.637Z] $ docker exec --env ******** --env ******** 4ed55f2545c69a6eec108c1a32e074a12421466a346c49a69d3effba1387b3f2 ssh-agent -k [2021-05-11T18:22:13.752Z] unset SSH_AUTH_SOCK; [2021-05-11T18:22:13.752Z] unset SSH_AGENT_PID; [2021-05-11T18:22:13.753Z] echo Agent pid 51 killed; [2021-05-11T18:22:13.802Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-05-11T18:22:14.135Z] + git semver [Pipeline] } [2021-05-11T18:22:14.151Z] $ docker stop --time=1 4ed55f2545c69a6eec108c1a32e074a12421466a346c49a69d3effba1387b3f2 [2021-05-11T18:22:15.628Z] $ docker rm -f 4ed55f2545c69a6eec108c1a32e074a12421466a346c49a69d3effba1387b3f2 [Pipeline] // withDockerContainer [Pipeline] sh [2021-05-11T18:22:16.047Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-05-11T18:22:16.375Z] Stashed 1 file(s) [Pipeline] echo [2021-05-11T18:22:16.378Z] [edgeXSemver]: initialized semver on version 1.3.2-dev.10 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] node [2021-05-11T18:22:31.554Z] Still waiting to schedule task [2021-05-11T18:22:31.554Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2021-05-11T18:22:31.557Z] Still waiting to schedule task [2021-05-11T18:22:31.557Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2021-05-11T18:23:16.940Z] Running on prd-centos7-docker-4c-2g-4565 in /w/workspace/gexfoundry_device-mqtt-go_master [Pipeline] { [Pipeline] ws [2021-05-11T18:23:16.959Z] Running in /w/workspace/device-mqtt-go/41 [Pipeline] { [Pipeline] checkout [2021-05-11T18:23:24.760Z] using credential edgex-jenkins-ssh [2021-05-11T18:23:24.779Z] Cloning the remote Git repository [2021-05-11T18:23:24.818Z] Cloning repository git@github.com:edgexfoundry/device-mqtt-go.git [2021-05-11T18:23:24.897Z] > git init /w/workspace/device-mqtt-go/41 # timeout=10 [2021-05-11T18:23:24.977Z] Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git [2021-05-11T18:23:24.978Z] > git --version # timeout=10 [2021-05-11T18:23:24.988Z] > git --version # 'git version 2.24.3' [2021-05-11T18:23:24.989Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-11T18:23:25.026Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-05-11T18:23:26.193Z] Checking out Revision e697b4492d61b291e25afe90594ef703f17e91d3 (master) [2021-05-11T18:23:25.643Z] > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 [2021-05-11T18:23:25.667Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-05-11T18:23:25.703Z] > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 [2021-05-11T18:23:25.768Z] Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git [2021-05-11T18:23:25.768Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-11T18:23:25.783Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-05-11T18:23:26.206Z] > git config core.sparsecheckout # timeout=10 [2021-05-11T18:23:26.214Z] > git checkout -f e697b4492d61b291e25afe90594ef703f17e91d3 # timeout=10 [2021-05-11T18:23:30.117Z] Commit message: "Merge pull request #230 from ernestojeda/rename-makefile-images" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-05-11T18:23:31.545Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-05-11T18:23:31.919Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-05-11T18:23:32.241Z] + true [2021-05-11T18:23:32.241Z] + sudo service docker restart [2021-05-11T18:23:32.241Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-05-11T18:23:33.699Z] provisioning config files... [2021-05-11T18:23:33.738Z] copy managed file [device-mqtt-go-settings] to file:/w/workspace/device-mqtt-go/41@tmp/config9206562675304863781tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-05-11T18:23:34.126Z] ---> docker-login.sh [2021-05-11T18:23:34.126Z] nexus3.edgexfoundry.org:10001 [2021-05-11T18:23:34.727Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-11T18:23:35.000Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-11T18:23:35.000Z] Configure a credential helper to remove this warning. See [2021-05-11T18:23:35.000Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-11T18:23:35.000Z] [2021-05-11T18:23:35.000Z] Login Succeeded [2021-05-11T18:23:35.000Z] nexus3.edgexfoundry.org:10002 [2021-05-11T18:23:35.000Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-11T18:23:35.306Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-11T18:23:35.306Z] Configure a credential helper to remove this warning. See [2021-05-11T18:23:35.306Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-11T18:23:35.306Z] [2021-05-11T18:23:35.306Z] Login Succeeded [2021-05-11T18:23:35.306Z] nexus3.edgexfoundry.org:10003 [2021-05-11T18:23:35.306Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-11T18:23:35.586Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-11T18:23:35.586Z] Configure a credential helper to remove this warning. See [2021-05-11T18:23:35.586Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-11T18:23:35.586Z] [2021-05-11T18:23:35.586Z] Login Succeeded [2021-05-11T18:23:35.586Z] nexus3.edgexfoundry.org:10004 [2021-05-11T18:23:35.586Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-11T18:23:35.873Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-11T18:23:35.873Z] Configure a credential helper to remove this warning. See [2021-05-11T18:23:35.873Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-11T18:23:35.873Z] [2021-05-11T18:23:35.873Z] Login Succeeded [2021-05-11T18:23:35.873Z] docker.io [2021-05-11T18:23:35.873Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-11T18:23:36.139Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-11T18:23:36.139Z] Configure a credential helper to remove this warning. See [2021-05-11T18:23:36.139Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-11T18:23:36.139Z] [2021-05-11T18:23:36.139Z] Login Succeeded [2021-05-11T18:23:36.139Z] ---> docker-login.sh ends [Pipeline] } [2021-05-11T18:23:36.154Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-05-11T18:23:36.482Z] ========================================================= [2021-05-11T18:23:36.482Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine] [2021-05-11T18:23:36.482Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-05-11T18:23:36.833Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine . [2021-05-11T18:23:37.122Z] Sending build context to Docker daemon 554.5kB [2021-05-11T18:23:37.122Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-05-11T18:23:37.122Z] Step 2/8 : FROM ${BASE} [2021-05-11T18:23:37.122Z] 1.16-alpine: Pulling from edgex-devops/edgex-golang-base [2021-05-11T18:23:37.122Z] 540db60ca938: Pulling fs layer [2021-05-11T18:23:37.122Z] adcc1eea9eea: Pulling fs layer [2021-05-11T18:23:37.122Z] 4c4ab2625f07: Pulling fs layer [2021-05-11T18:23:37.122Z] 0510c868ecb4: Pulling fs layer [2021-05-11T18:23:37.122Z] afea3b2eda06: Pulling fs layer [2021-05-11T18:23:37.122Z] 7809a108b3ef: Pulling fs layer [2021-05-11T18:23:37.122Z] f706445af74f: Pulling fs layer [2021-05-11T18:23:37.122Z] afea3b2eda06: Waiting [2021-05-11T18:23:37.122Z] 7809a108b3ef: Waiting [2021-05-11T18:23:37.122Z] f706445af74f: Waiting [2021-05-11T18:23:37.122Z] 0510c868ecb4: Waiting [2021-05-11T18:23:37.122Z] 4c4ab2625f07: Download complete [2021-05-11T18:23:37.122Z] adcc1eea9eea: Verifying Checksum [2021-05-11T18:23:37.122Z] adcc1eea9eea: Download complete [2021-05-11T18:23:37.122Z] afea3b2eda06: Verifying Checksum [2021-05-11T18:23:37.122Z] afea3b2eda06: Download complete [2021-05-11T18:23:37.122Z] 7809a108b3ef: Verifying Checksum [2021-05-11T18:23:37.122Z] 7809a108b3ef: Download complete [2021-05-11T18:23:37.122Z] 540db60ca938: Verifying Checksum [2021-05-11T18:23:37.122Z] 540db60ca938: Download complete [2021-05-11T18:23:37.726Z] 540db60ca938: Pull complete [2021-05-11T18:23:38.006Z] adcc1eea9eea: Pull complete [2021-05-11T18:23:38.289Z] 4c4ab2625f07: Pull complete [2021-05-11T18:23:39.765Z] f706445af74f: Verifying Checksum [2021-05-11T18:23:39.765Z] f706445af74f: Download complete [2021-05-11T18:23:41.204Z] 0510c868ecb4: Verifying Checksum [2021-05-11T18:23:41.204Z] 0510c868ecb4: Download complete [2021-05-11T18:23:51.443Z] 0510c868ecb4: Pull complete [2021-05-11T18:23:51.443Z] afea3b2eda06: Pull complete [2021-05-11T18:23:51.443Z] 7809a108b3ef: Pull complete [2021-05-11T18:23:56.897Z] f706445af74f: Pull complete [2021-05-11T18:23:56.897Z] Digest: sha256:3789524f83b4b99ff44900c39f6da7fc44f99660cd9adf292610dec398b137f4 [2021-05-11T18:23:56.897Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [2021-05-11T18:23:56.897Z] ---> b068be0155e3 [2021-05-11T18:23:56.897Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020-2021: IOTech' [2021-05-11T18:23:56.897Z] ---> Running in aee9b337839e [2021-05-11T18:23:56.897Z] Removing intermediate container aee9b337839e [2021-05-11T18:23:56.897Z] ---> 63a9647bb9b7 [2021-05-11T18:23:56.897Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-11T18:23:56.897Z] ---> Running in 03744b3b88b6 [2021-05-11T18:23:58.333Z] Removing intermediate container 03744b3b88b6 [2021-05-11T18:23:58.333Z] ---> cd9e8185b29a [2021-05-11T18:23:58.333Z] Step 5/8 : RUN apk add --update --no-cache make git openssh gcc libc-dev zeromq-dev libsodium-dev [2021-05-11T18:23:58.606Z] ---> Running in 96c2b32d02b1 [2021-05-11T18:23:59.570Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-05-11T18:24:00.545Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-05-11T18:24:01.130Z] (1/13) Installing libc-dev (0.7.2-r3) [2021-05-11T18:24:01.130Z] (2/13) Installing libsodium (1.0.18-r0) [2021-05-11T18:24:01.130Z] (3/13) Installing pkgconf (1.7.3-r0) [2021-05-11T18:24:01.130Z] (4/13) Installing libsodium-dev (1.0.18-r0) [2021-05-11T18:24:01.398Z] (5/13) Installing openssh-keygen (8.4_p1-r3) [2021-05-11T18:24:01.398Z] (6/13) Installing libedit (20191231.3.1-r1) [2021-05-11T18:24:01.398Z] (7/13) Installing openssh-client (8.4_p1-r3) [2021-05-11T18:24:01.980Z] (8/13) Installing openssh-sftp-server (8.4_p1-r3) [2021-05-11T18:24:01.980Z] (9/13) Installing openssh-server-common (8.4_p1-r3) [2021-05-11T18:24:01.980Z] (10/13) Installing openssh-server (8.4_p1-r3) [2021-05-11T18:24:01.980Z] (11/13) Installing openssh (8.4_p1-r3) [2021-05-11T18:24:02.247Z] (12/13) Installing libzmq (4.3.3-r1) [2021-05-11T18:24:02.247Z] (13/13) Installing zeromq-dev (4.3.3-r1) [2021-05-11T18:24:02.522Z] Executing busybox-1.32.1-r6.trigger [2021-05-11T18:24:02.522Z] OK: 156 MiB in 53 packages [2021-05-11T18:24:03.509Z] Removing intermediate container 96c2b32d02b1 [2021-05-11T18:24:03.509Z] ---> 7492aa92a82a [2021-05-11T18:24:03.509Z] Step 6/8 : WORKDIR /device-mqtt-go [2021-05-11T18:24:03.509Z] ---> Running in 5f7bb83c0f0d [2021-05-11T18:24:04.194Z] Removing intermediate container 5f7bb83c0f0d [2021-05-11T18:24:04.194Z] ---> 7cb319208d62 [2021-05-11T18:24:04.194Z] Step 7/8 : COPY . . [2021-05-11T18:24:05.232Z] ---> aa54fcc4fdc3 [2021-05-11T18:24:05.232Z] Step 8/8 : RUN go mod download [2021-05-11T18:24:05.232Z] ---> Running in c02fbcc9f92e [2021-05-11T18:24:37.638Z] Removing intermediate container c02fbcc9f92e [2021-05-11T18:24:37.638Z] ---> d6842d04018d [2021-05-11T18:24:37.638Z] Successfully built d6842d04018d [2021-05-11T18:24:37.638Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-05-11T18:24:37.984Z] + docker inspect -f . ci-base-image-x86_64 [2021-05-11T18:24:38.266Z] . [Pipeline] withDockerContainer [2021-05-11T18:24:38.454Z] prd-centos7-docker-4c-2g-4565 does not seem to be running inside a container [2021-05-11T18:24:38.535Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-mqtt-go/41 -v /w/workspace/device-mqtt-go/41:/w/workspace/device-mqtt-go/41:rw,z -v /w/workspace/device-mqtt-go/41@tmp:/w/workspace/device-mqtt-go/41@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-05-11T18:24:39.819Z] $ docker top 1393429e3a6d912320b2678d679f8a678178c5fc20ea36a4405c5cdbe28fa83c -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-11T18:24:40.363Z] + go version [2021-05-11T18:24:40.363Z] go version go1.16.3 linux/amd64 [Pipeline] } [2021-05-11T18:24:40.386Z] $ docker stop --time=1 1393429e3a6d912320b2678d679f8a678178c5fc20ea36a4405c5cdbe28fa83c [2021-05-11T18:24:41.981Z] $ docker rm -f 1393429e3a6d912320b2678d679f8a678178c5fc20ea36a4405c5cdbe28fa83c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-11T18:24:42.558Z] + docker inspect -f . ci-base-image-x86_64 [2021-05-11T18:24:42.558Z] . [Pipeline] withDockerContainer [2021-05-11T18:24:42.735Z] prd-centos7-docker-4c-2g-4565 does not seem to be running inside a container [2021-05-11T18:24:42.843Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-mqtt-go/41 -v /w/workspace/device-mqtt-go/41:/w/workspace/device-mqtt-go/41:rw,z -v /w/workspace/device-mqtt-go/41@tmp:/w/workspace/device-mqtt-go/41@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-05-11T18:24:43.534Z] $ docker top 4be8bf9bde28f8dd2d86ef656323b7cf37cba9a4da64e5d6fd51527e52ffa1a6 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-11T18:24:43.986Z] + go mod tidy [Pipeline] sh [2021-05-11T18:24:45.358Z] + make test [2021-05-11T18:24:45.358Z] GCO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out [2021-05-11T18:24:47.200Z] ? github.com/edgexfoundry/device-mqtt-go [no test files] [2021-05-11T18:25:02.290Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-4568 in /w/workspace/gexfoundry_device-mqtt-go_master [Pipeline] { [Pipeline] ws [2021-05-11T18:25:02.309Z] Running in /w/workspace/device-mqtt-go/41 [Pipeline] { [Pipeline] checkout [2021-05-11T18:25:08.315Z] using credential edgex-jenkins-ssh [2021-05-11T18:25:08.333Z] Cloning the remote Git repository [2021-05-11T18:25:08.386Z] Cloning repository git@github.com:edgexfoundry/device-mqtt-go.git [2021-05-11T18:25:08.503Z] > git init /w/workspace/device-mqtt-go/41 # timeout=10 [2021-05-11T18:25:08.583Z] Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git [2021-05-11T18:25:08.584Z] > git --version # timeout=10 [2021-05-11T18:25:08.598Z] > git --version # 'git version 2.17.1' [2021-05-11T18:25:08.599Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-11T18:25:08.653Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-05-11T18:25:09.448Z] > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 [2021-05-11T18:25:09.468Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-05-11T18:25:09.499Z] > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 [2021-05-11T18:25:09.533Z] Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git [2021-05-11T18:25:09.534Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-11T18:25:09.546Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-05-11T18:25:10.016Z] Checking out Revision e697b4492d61b291e25afe90594ef703f17e91d3 (master) [2021-05-11T18:25:10.030Z] > git config core.sparsecheckout # timeout=10 [2021-05-11T18:25:10.061Z] > git checkout -f e697b4492d61b291e25afe90594ef703f17e91d3 # timeout=10 [2021-05-11T18:25:14.488Z] Commit message: "Merge pull request #230 from ernestojeda/rename-makefile-images" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-05-11T18:25:16.002Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-05-11T18:25:16.437Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-05-11T18:25:16.787Z] + sudo service docker restart [2021-05-11T18:25:16.787Z] + true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-05-11T18:25:19.469Z] provisioning config files... [2021-05-11T18:25:19.513Z] copy managed file [device-mqtt-go-settings] to file:/w/workspace/device-mqtt-go/41@tmp/config7182998261569958812tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-05-11T18:25:19.902Z] ---> docker-login.sh [2021-05-11T18:25:19.902Z] nexus3.edgexfoundry.org:10001 [2021-05-11T18:25:20.009Z] ? github.com/edgexfoundry/device-mqtt-go/cmd [no test files] [2021-05-11T18:25:20.009Z] ok github.com/edgexfoundry/device-mqtt-go/internal/driver 0.021s coverage: 24.9% of statements [2021-05-11T18:25:20.009Z] ? github.com/edgexfoundry/device-mqtt-go/mock [no test files] [2021-05-11T18:25:20.009Z] GCO_ENABLED=1 GO111MODULE=on go vet ./... [2021-05-11T18:25:20.890Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-11T18:25:21.164Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-11T18:25:21.164Z] Configure a credential helper to remove this warning. See [2021-05-11T18:25:21.164Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-11T18:25:21.164Z] [2021-05-11T18:25:21.164Z] Login Succeeded [2021-05-11T18:25:21.164Z] nexus3.edgexfoundry.org:10002 [2021-05-11T18:25:22.386Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-11T18:25:22.386Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-11T18:25:22.386Z] Configure a credential helper to remove this warning. See [2021-05-11T18:25:22.386Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-11T18:25:22.386Z] [2021-05-11T18:25:22.386Z] Login Succeeded [2021-05-11T18:25:22.386Z] nexus3.edgexfoundry.org:10003 [2021-05-11T18:25:22.386Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-11T18:25:22.386Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-11T18:25:22.386Z] Configure a credential helper to remove this warning. See [2021-05-11T18:25:22.386Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-11T18:25:22.386Z] [2021-05-11T18:25:22.386Z] Login Succeeded [2021-05-11T18:25:22.386Z] nexus3.edgexfoundry.org:10004 [2021-05-11T18:25:22.666Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-11T18:25:22.666Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-11T18:25:22.666Z] Configure a credential helper to remove this warning. See [2021-05-11T18:25:22.666Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-11T18:25:22.666Z] [2021-05-11T18:25:22.666Z] Login Succeeded [2021-05-11T18:25:22.666Z] docker.io [2021-05-11T18:25:23.263Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-11T18:25:23.538Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-11T18:25:23.538Z] Configure a credential helper to remove this warning. See [2021-05-11T18:25:23.538Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-11T18:25:23.538Z] [2021-05-11T18:25:23.538Z] Login Succeeded [2021-05-11T18:25:23.538Z] ---> docker-login.sh ends [Pipeline] } [2021-05-11T18:25:23.556Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-05-11T18:25:23.871Z] ========================================================= [2021-05-11T18:25:23.872Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine] [2021-05-11T18:25:23.872Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-05-11T18:25:24.224Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine . [2021-05-11T18:25:24.499Z] Sending build context to Docker daemon 553.5kB [2021-05-11T18:25:24.499Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-05-11T18:25:24.499Z] Step 2/8 : FROM ${BASE} [2021-05-11T18:25:24.775Z] 1.16-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-05-11T18:25:24.775Z] 595b0fe564bb: Pulling fs layer [2021-05-11T18:25:24.775Z] 7186ed65a4f7: Pulling fs layer [2021-05-11T18:25:24.775Z] 316046926c0a: Pulling fs layer [2021-05-11T18:25:24.775Z] 4ebd0625c992: Pulling fs layer [2021-05-11T18:25:24.775Z] 207e8628e3a3: Pulling fs layer [2021-05-11T18:25:24.775Z] c791037a9be2: Pulling fs layer [2021-05-11T18:25:24.775Z] ffd874e62e21: Pulling fs layer [2021-05-11T18:25:24.775Z] 207e8628e3a3: Waiting [2021-05-11T18:25:24.775Z] c791037a9be2: Waiting [2021-05-11T18:25:24.775Z] ffd874e62e21: Waiting [2021-05-11T18:25:24.775Z] 4ebd0625c992: Waiting [2021-05-11T18:25:24.775Z] 316046926c0a: Verifying Checksum [2021-05-11T18:25:24.775Z] 316046926c0a: Download complete [2021-05-11T18:25:24.775Z] 7186ed65a4f7: Verifying Checksum [2021-05-11T18:25:24.775Z] 7186ed65a4f7: Download complete [2021-05-11T18:25:24.775Z] 207e8628e3a3: Verifying Checksum [2021-05-11T18:25:24.775Z] 207e8628e3a3: Download complete [2021-05-11T18:25:24.775Z] c791037a9be2: Verifying Checksum [2021-05-11T18:25:24.775Z] 595b0fe564bb: Download complete [2021-05-11T18:25:24.775Z] c791037a9be2: Download complete [2021-05-11T18:25:25.382Z] 595b0fe564bb: Pull complete [2021-05-11T18:25:25.988Z] 7186ed65a4f7: Pull complete [2021-05-11T18:25:26.600Z] 316046926c0a: Pull complete [2021-05-11T18:25:26.879Z] ffd874e62e21: Verifying Checksum [2021-05-11T18:25:26.879Z] ffd874e62e21: Download complete [2021-05-11T18:25:28.320Z] 4ebd0625c992: Verifying Checksum [2021-05-11T18:25:28.320Z] 4ebd0625c992: Download complete [2021-05-11T18:25:36.230Z] gofmt -l . [2021-05-11T18:25:36.230Z] ["`gofmt -l .`" = ""] [2021-05-11T18:25:36.230Z] ./bin/test-attribution-txt.sh [2021-05-11T18:25:36.230Z] ./bin/test-go-mod-tidy.sh [Pipeline] } [2021-05-11T18:25:36.262Z] $ docker stop --time=1 4be8bf9bde28f8dd2d86ef656323b7cf37cba9a4da64e5d6fd51527e52ffa1a6 [2021-05-11T18:25:38.482Z] 4ebd0625c992: Pull complete [2021-05-11T18:25:38.483Z] 207e8628e3a3: Pull complete [2021-05-11T18:25:38.483Z] c791037a9be2: Pull complete [2021-05-11T18:25:38.598Z] $ docker rm -f 4be8bf9bde28f8dd2d86ef656323b7cf37cba9a4da64e5d6fd51527e52ffa1a6 [Pipeline] // withDockerContainer [Pipeline] sh [2021-05-11T18:25:39.398Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-05-11T18:25:39.910Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2021-05-11T18:25:40.948Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-05-11T18:25:41.295Z] + ls -al . [2021-05-11T18:25:41.295Z] total 108 [2021-05-11T18:25:41.295Z] drwxrwxr-x. 9 jenkins jenkins 4096 May 11 18:25 . [2021-05-11T18:25:41.295Z] drwxrwxr-x. 4 jenkins jenkins 30 May 11 18:23 .. [2021-05-11T18:25:41.295Z] -rw-rw-r--. 1 jenkins jenkins 7100 May 11 18:23 Attribution.txt [2021-05-11T18:25:41.295Z] drwxrwxr-x. 2 jenkins jenkins 87 May 11 18:23 bin [2021-05-11T18:25:41.295Z] drwxrwxr-x. 3 jenkins jenkins 32 May 11 18:23 cmd [2021-05-11T18:25:41.295Z] -rw-r--r--. 1 jenkins jenkins 19386 May 11 18:25 coverage.out [2021-05-11T18:25:41.295Z] -rw-rw-r--. 1 jenkins jenkins 1861 May 11 18:23 Dockerfile [2021-05-11T18:25:41.295Z] -rw-rw-r--. 1 jenkins jenkins 994 May 11 18:23 Dockerfile.build [2021-05-11T18:25:41.295Z] -rw-rw-r--. 1 jenkins jenkins 140 May 11 18:23 .dockerignore [2021-05-11T18:25:41.295Z] drwxrwxr-x. 8 jenkins jenkins 162 May 11 18:23 .git [2021-05-11T18:25:41.295Z] drwxrwxr-x. 2 jenkins jenkins 103 May 11 18:23 .github [2021-05-11T18:25:41.295Z] -rw-rw-r--. 1 jenkins jenkins 336 May 11 18:23 .gitignore [2021-05-11T18:25:41.295Z] -rw-r--r--. 1 jenkins jenkins 409 May 11 18:25 go.mod [2021-05-11T18:25:41.295Z] -rw-r--r--. 1 jenkins jenkins 21534 May 11 18:24 go.sum [2021-05-11T18:25:41.295Z] drwxrwxr-x. 3 jenkins jenkins 20 May 11 18:23 internal [2021-05-11T18:25:41.295Z] -rw-rw-r--. 1 jenkins jenkins 677 May 11 18:23 Jenkinsfile [2021-05-11T18:25:41.295Z] -rw-rw-r--. 1 jenkins jenkins 11340 May 11 18:23 LICENSE [2021-05-11T18:25:41.295Z] -rw-rw-r--. 1 jenkins jenkins 930 May 11 18:23 Makefile [2021-05-11T18:25:41.295Z] drwxrwxr-x. 2 jenkins jenkins 23 May 11 18:23 mock [2021-05-11T18:25:41.295Z] -rw-rw-r--. 1 jenkins jenkins 2217 May 11 18:23 README.md [2021-05-11T18:25:41.295Z] drwxrwxr-x. 4 jenkins jenkins 71 May 11 18:23 snap [2021-05-11T18:25:41.295Z] -rw-rw-r--. 1 jenkins jenkins 12 May 11 18:22 VERSION [2021-05-11T18:25:41.295Z] -rw-rw-r--. 1 jenkins jenkins 227 May 11 18:23 version.go [Pipeline] isUnix [Pipeline] sh [2021-05-11T18:25:41.669Z] + docker build -t device-mqtt -f Dockerfile --build-arg BASE=ci-base-image-x86_64 --build-arg 'MAKE=make build' --build-arg ARCH=amd64 --label git_sha=e697b4492d61b291e25afe90594ef703f17e91d3 --label arch=amd64 --label version=1.3.2-dev.10 . [2021-05-11T18:25:41.898Z] ffd874e62e21: Pull complete [2021-05-11T18:25:41.898Z] Digest: sha256:fad7b58e697bd06bcf362d803a3263ca5ec03b905aa8665231fe3262941fe3e0 [2021-05-11T18:25:41.898Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine [2021-05-11T18:25:41.898Z] ---> cfc18b08335c [2021-05-11T18:25:41.898Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020-2021: IOTech' [2021-05-11T18:25:41.938Z] Sending build context to Docker daemon 574.5kB [2021-05-11T18:25:41.938Z] Step 1/23 : ARG BASE=golang:1.15-alpine3.12 [2021-05-11T18:25:41.938Z] Step 2/23 : FROM ${BASE} AS builder [2021-05-11T18:25:41.938Z] ---> d6842d04018d [2021-05-11T18:25:41.938Z] Step 3/23 : ARG ALPINE_PKG_BASE="make git openssh-client gcc libc-dev zeromq-dev libsodium-dev" [2021-05-11T18:25:42.243Z] ---> Running in 5d27598a37cc [2021-05-11T18:25:42.575Z] Removing intermediate container 5d27598a37cc [2021-05-11T18:25:42.575Z] ---> 9c8a1a573540 [2021-05-11T18:25:42.575Z] Step 4/23 : ARG ALPINE_PKG_EXTRA="" [2021-05-11T18:25:42.913Z] ---> Running in 0f2a41263e0e [2021-05-11T18:25:43.185Z] Removing intermediate container 0f2a41263e0e [2021-05-11T18:25:43.185Z] ---> 717d3e3f2b00 [2021-05-11T18:25:43.185Z] Step 5/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-11T18:25:43.185Z] ---> Running in f80bb679a1d4 [2021-05-11T18:25:44.637Z] Removing intermediate container f80bb679a1d4 [2021-05-11T18:25:44.637Z] ---> c779d42c602e [2021-05-11T18:25:44.637Z] Step 6/23 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2021-05-11T18:25:44.637Z] ---> Running in 090207b16913 [2021-05-11T18:25:45.223Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-05-11T18:25:46.231Z] ---> Running in b65dc559083e [2021-05-11T18:25:46.504Z] Removing intermediate container b65dc559083e [2021-05-11T18:25:46.504Z] ---> 01ccb0bfc6ff [2021-05-11T18:25:46.504Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-11T18:25:46.649Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-05-11T18:25:46.781Z] ---> Running in fe66ae71cad4 [2021-05-11T18:25:46.927Z] OK: 156 MiB in 53 packages [2021-05-11T18:25:47.516Z] Removing intermediate container 090207b16913 [2021-05-11T18:25:47.516Z] ---> 7f8671b64c72 [2021-05-11T18:25:47.516Z] Step 7/23 : WORKDIR /device-mqtt-go [2021-05-11T18:25:47.516Z] ---> Running in 9044587d0741 [2021-05-11T18:25:47.784Z] Removing intermediate container 9044587d0741 [2021-05-11T18:25:47.784Z] ---> 64a95e8b92db [2021-05-11T18:25:47.784Z] Step 8/23 : COPY . . [2021-05-11T18:25:48.788Z] ---> a15f31fd8064 [2021-05-11T18:25:48.788Z] Step 9/23 : RUN go mod download [2021-05-11T18:25:48.788Z] ---> Running in 3a4897d106ea [2021-05-11T18:25:49.409Z] Removing intermediate container fe66ae71cad4 [2021-05-11T18:25:49.409Z] ---> 6ec6722627ec [2021-05-11T18:25:49.409Z] Step 5/8 : RUN apk add --update --no-cache make git openssh gcc libc-dev zeromq-dev libsodium-dev [2021-05-11T18:25:49.689Z] ---> Running in 5b76ecd9fe32 [2021-05-11T18:25:50.223Z] Removing intermediate container 3a4897d106ea [2021-05-11T18:25:50.223Z] ---> 84fdf0bde109 [2021-05-11T18:25:50.223Z] Step 10/23 : ARG MAKE='make build' [2021-05-11T18:25:50.491Z] ---> Running in 559ce12e89bf [2021-05-11T18:25:50.782Z] Removing intermediate container 559ce12e89bf [2021-05-11T18:25:50.782Z] ---> bfeedd439a4b [2021-05-11T18:25:50.782Z] Step 11/23 : RUN $MAKE [2021-05-11T18:25:50.782Z] ---> Running in 11f7bc741aeb [2021-05-11T18:25:51.129Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-05-11T18:25:51.728Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-05-11T18:25:51.812Z] GCO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-mqtt-go.Version=1.3.2-dev.10" -o cmd/device-mqtt ./cmd [2021-05-11T18:25:53.156Z] (1/13) Installing libc-dev (0.7.2-r3) [2021-05-11T18:25:53.157Z] (2/13) Installing libsodium (1.0.18-r0) [2021-05-11T18:25:53.157Z] (3/13) Installing pkgconf (1.7.3-r0) [2021-05-11T18:25:53.157Z] (4/13) Installing libsodium-dev (1.0.18-r0) [2021-05-11T18:25:53.427Z] (5/13) Installing openssh-keygen (8.4_p1-r3) [2021-05-11T18:25:53.427Z] (6/13) Installing libedit (20191231.3.1-r1) [2021-05-11T18:25:53.427Z] (7/13) Installing openssh-client (8.4_p1-r3) [2021-05-11T18:25:54.857Z] (8/13) Installing openssh-sftp-server (8.4_p1-r3) [2021-05-11T18:25:54.857Z] (9/13) Installing openssh-server-common (8.4_p1-r3) [2021-05-11T18:25:54.857Z] (10/13) Installing openssh-server (8.4_p1-r3) [2021-05-11T18:25:55.128Z] (11/13) Installing openssh (8.4_p1-r3) [2021-05-11T18:25:55.397Z] (12/13) Installing libzmq (4.3.3-r1) [2021-05-11T18:25:55.397Z] (13/13) Installing zeromq-dev (4.3.3-r1) [2021-05-11T18:25:55.669Z] Executing busybox-1.32.1-r6.trigger [2021-05-11T18:25:55.669Z] OK: 145 MiB in 53 packages [2021-05-11T18:25:57.112Z] Removing intermediate container 5b76ecd9fe32 [2021-05-11T18:25:57.112Z] ---> d31307e6e108 [2021-05-11T18:25:57.112Z] Step 6/8 : WORKDIR /device-mqtt-go [2021-05-11T18:25:57.709Z] ---> Running in 7699353fa391 [2021-05-11T18:25:58.306Z] Removing intermediate container 7699353fa391 [2021-05-11T18:25:58.306Z] ---> d9a69684680e [2021-05-11T18:25:58.306Z] Step 7/8 : COPY . . [2021-05-11T18:25:59.292Z] ---> f347ca020b54 [2021-05-11T18:25:59.292Z] Step 8/8 : RUN go mod download [2021-05-11T18:25:59.887Z] ---> Running in 34b78b575219 [2021-05-11T18:26:14.339Z] GCO_ENABLED=1 GO111MODULE=on go build ./... [2021-05-11T18:26:16.990Z] Removing intermediate container 11f7bc741aeb [2021-05-11T18:26:16.990Z] ---> 5390e2610180 [2021-05-11T18:26:16.990Z] Step 12/23 : FROM alpine:3.12 [2021-05-11T18:26:17.631Z] 3.12: Pulling from library/alpine [2021-05-11T18:26:17.631Z] 339de151aab4: Pulling fs layer [2021-05-11T18:26:17.944Z] 339de151aab4: Verifying Checksum [2021-05-11T18:26:17.944Z] 339de151aab4: Download complete [2021-05-11T18:26:18.601Z] 339de151aab4: Pull complete [2021-05-11T18:26:18.601Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-05-11T18:26:18.601Z] Status: Downloaded newer image for alpine:3.12 [2021-05-11T18:26:18.601Z] ---> 13621d1b12d4 [2021-05-11T18:26:18.601Z] Step 13/23 : LABEL license='VSPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020-2021: IoTech Ltd' [2021-05-11T18:26:18.601Z] ---> Running in 3c7c9cd245e9 [2021-05-11T18:26:19.221Z] Removing intermediate container 3c7c9cd245e9 [2021-05-11T18:26:19.221Z] ---> 75fa36aa7c05 [2021-05-11T18:26:19.221Z] Step 14/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-05-11T18:26:19.221Z] ---> Running in af6788fe5a34 [2021-05-11T18:26:20.243Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-05-11T18:26:20.512Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-05-11T18:26:20.512Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-05-11T18:26:20.512Z] (2/6) Installing libgcc (9.3.0-r2) [2021-05-11T18:26:20.512Z] (3/6) Installing libsodium (1.0.18-r0) [2021-05-11T18:26:20.512Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-05-11T18:26:20.512Z] (5/6) Installing libzmq (4.3.3-r0) [2021-05-11T18:26:20.786Z] (6/6) Installing zeromq (4.3.3-r0) [2021-05-11T18:26:20.786Z] Executing busybox-1.31.1-r20.trigger [2021-05-11T18:26:20.786Z] OK: 8 MiB in 20 packages [2021-05-11T18:26:21.391Z] Removing intermediate container af6788fe5a34 [2021-05-11T18:26:21.391Z] ---> 5276ec56f49e [2021-05-11T18:26:21.391Z] Step 15/23 : COPY --from=builder /device-mqtt-go/cmd / [2021-05-11T18:26:22.880Z] ---> 98f34e0af99c [2021-05-11T18:26:22.880Z] Step 16/23 : COPY --from=builder /device-mqtt-go/LICENSE / [2021-05-11T18:26:23.180Z] ---> 3e51d7d823b1 [2021-05-11T18:26:23.180Z] Step 17/23 : COPY --from=builder /device-mqtt-go/Attribution.txt / [2021-05-11T18:26:24.713Z] ---> eac2d3c4d6a4 [2021-05-11T18:26:24.713Z] Step 18/23 : EXPOSE 49982 [2021-05-11T18:26:24.713Z] ---> Running in f30bfa838bf0 [2021-05-11T18:26:24.990Z] Removing intermediate container f30bfa838bf0 [2021-05-11T18:26:24.990Z] ---> 4905eb5539fd [2021-05-11T18:26:24.990Z] Step 19/23 : ENTRYPOINT ["/device-mqtt"] [2021-05-11T18:26:24.990Z] ---> Running in 7640d67cfc19 [2021-05-11T18:26:25.615Z] Removing intermediate container 7640d67cfc19 [2021-05-11T18:26:25.615Z] ---> 5ea8856a94c4 [2021-05-11T18:26:25.615Z] Step 20/23 : CMD ["--cp=consul://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-11T18:26:25.615Z] ---> Running in 599ab0765322 [2021-05-11T18:26:26.213Z] Removing intermediate container 599ab0765322 [2021-05-11T18:26:26.213Z] ---> d92d8b734dcc [2021-05-11T18:26:26.213Z] Step 21/23 : LABEL arch=amd64 [2021-05-11T18:26:26.213Z] ---> Running in 889c6fb6373a [2021-05-11T18:26:26.530Z] Removing intermediate container 889c6fb6373a [2021-05-11T18:26:26.530Z] ---> f0ac8c42af87 [2021-05-11T18:26:26.530Z] Step 22/23 : LABEL git_sha=e697b4492d61b291e25afe90594ef703f17e91d3 [2021-05-11T18:26:26.818Z] ---> Running in 79dfae45360e [2021-05-11T18:26:27.088Z] Removing intermediate container 79dfae45360e [2021-05-11T18:26:27.088Z] ---> adbcacffc551 [2021-05-11T18:26:27.088Z] Step 23/23 : LABEL version=1.3.2-dev.10 [2021-05-11T18:26:27.373Z] ---> Running in e88460625341 [2021-05-11T18:26:27.658Z] Removing intermediate container e88460625341 [2021-05-11T18:26:27.658Z] ---> 8bd375b50b9a [2021-05-11T18:26:27.658Z] [Warning] One or more build-args [ARCH] were not consumed [2021-05-11T18:26:27.658Z] Successfully built 8bd375b50b9a [2021-05-11T18:26:27.658Z] Successfully tagged device-mqtt:latest [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-05-11T18:26:27.787Z] provisioning config files... [2021-05-11T18:26:27.824Z] copy managed file [device-mqtt-go-settings] to file:/w/workspace/device-mqtt-go/41@tmp/config1849188764935116572tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-05-11T18:26:28.206Z] ---> docker-login.sh [2021-05-11T18:26:28.206Z] nexus3.edgexfoundry.org:10001 [2021-05-11T18:26:28.496Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-11T18:26:28.496Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-11T18:26:28.496Z] Configure a credential helper to remove this warning. See [2021-05-11T18:26:28.496Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-11T18:26:28.496Z] [2021-05-11T18:26:28.496Z] Login Succeeded [2021-05-11T18:26:28.496Z] nexus3.edgexfoundry.org:10002 [2021-05-11T18:26:28.775Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-11T18:26:29.049Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-11T18:26:29.049Z] Configure a credential helper to remove this warning. See [2021-05-11T18:26:29.049Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-11T18:26:29.049Z] [2021-05-11T18:26:29.049Z] Login Succeeded [2021-05-11T18:26:29.049Z] nexus3.edgexfoundry.org:10003 [2021-05-11T18:26:29.324Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-11T18:26:29.324Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-11T18:26:29.324Z] Configure a credential helper to remove this warning. See [2021-05-11T18:26:29.324Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-11T18:26:29.324Z] [2021-05-11T18:26:29.324Z] Login Succeeded [2021-05-11T18:26:29.324Z] nexus3.edgexfoundry.org:10004 [2021-05-11T18:26:29.614Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-11T18:26:29.885Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-11T18:26:29.885Z] Configure a credential helper to remove this warning. See [2021-05-11T18:26:29.885Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-11T18:26:29.885Z] [2021-05-11T18:26:29.885Z] Login Succeeded [2021-05-11T18:26:29.885Z] docker.io [2021-05-11T18:26:29.885Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-11T18:26:30.157Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-11T18:26:30.157Z] Configure a credential helper to remove this warning. See [2021-05-11T18:26:30.157Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-11T18:26:30.157Z] [2021-05-11T18:26:30.157Z] Login Succeeded [2021-05-11T18:26:30.157Z] ---> docker-login.sh ends [Pipeline] } [2021-05-11T18:26:30.171Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-05-11T18:26:30.239Z] [edgeXDocker.push] Tagging docker image device-mqtt with the following tags: [2021-05-11T18:26:30.239Z] e697b4492d61b291e25afe90594ef703f17e91d3 [2021-05-11T18:26:30.239Z] latest [2021-05-11T18:26:30.239Z] 1.3.2-dev.10 [2021-05-11T18:26:30.239Z] e697b4492d61b291e25afe90594ef703f17e91d3-1.3.2-dev.10 [2021-05-11T18:26:30.239Z] master [2021-05-11T18:26:30.239Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-11T18:26:30.634Z] + docker tag device-mqtt nexus3.edgexfoundry.org:10004/device-mqtt:e697b4492d61b291e25afe90594ef703f17e91d3 [Pipeline] isUnix [Pipeline] sh [2021-05-11T18:26:30.978Z] + docker push nexus3.edgexfoundry.org:10004/device-mqtt:e697b4492d61b291e25afe90594ef703f17e91d3 [2021-05-11T18:26:30.978Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-mqtt] [2021-05-11T18:26:30.978Z] d7058fb5e44d: Preparing [2021-05-11T18:26:30.978Z] 33562f0c2149: Preparing [2021-05-11T18:26:30.978Z] ff585acddd47: Preparing [2021-05-11T18:26:30.978Z] 2419aaf7b23a: Preparing [2021-05-11T18:26:30.978Z] 32f366d666a5: Preparing [2021-05-11T18:26:30.978Z] 32f366d666a5: Layer already exists [2021-05-11T18:26:31.263Z] 33562f0c2149: Pushed [2021-05-11T18:26:31.264Z] d7058fb5e44d: Pushed [2021-05-11T18:26:31.535Z] 2419aaf7b23a: Pushed [2021-05-11T18:26:32.253Z] Removing intermediate container 34b78b575219 [2021-05-11T18:26:32.253Z] ---> 66006d9b2480 [2021-05-11T18:26:32.253Z] Successfully built 66006d9b2480 [2021-05-11T18:26:32.253Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-05-11T18:26:32.611Z] + docker inspect -f . ci-base-image-arm64 [2021-05-11T18:26:32.611Z] . [Pipeline] withDockerContainer [2021-05-11T18:26:32.857Z] prd-ubuntu18.04-docker-arm64-4c-16g-4568 does not seem to be running inside a container [2021-05-11T18:26:32.935Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-mqtt-go/41 -v /w/workspace/device-mqtt-go/41:/w/workspace/device-mqtt-go/41:rw,z -v /w/workspace/device-mqtt-go/41@tmp:/w/workspace/device-mqtt-go/41@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-05-11T18:26:32.993Z] ff585acddd47: Pushed [2021-05-11T18:26:32.993Z] e697b4492d61b291e25afe90594ef703f17e91d3: digest: sha256:758aa40347423e9d25161d31d0bb1dad834f8b18a1eb7f9431b788ee32c86fa5 size: 1365 [2021-05-11T18:26:34.564Z] $ docker top 8ee40785f2c671d87be8fc10c971d480de60e959d435e52fd065684e26c861a3 -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] isUnix [Pipeline] sh [2021-05-11T18:26:35.438Z] + docker tag device-mqtt nexus3.edgexfoundry.org:10004/device-mqtt:latest [Pipeline] isUnix [Pipeline] sh [2021-05-11T18:26:35.533Z] + go version [2021-05-11T18:26:35.533Z] go version go1.16.3 linux/arm64 [Pipeline] } [2021-05-11T18:26:35.567Z] $ docker stop --time=1 8ee40785f2c671d87be8fc10c971d480de60e959d435e52fd065684e26c861a3 [2021-05-11T18:26:35.800Z] + docker push nexus3.edgexfoundry.org:10004/device-mqtt:latest [2021-05-11T18:26:35.800Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-mqtt] [2021-05-11T18:26:35.800Z] d7058fb5e44d: Preparing [2021-05-11T18:26:35.800Z] 33562f0c2149: Preparing [2021-05-11T18:26:35.800Z] ff585acddd47: Preparing [2021-05-11T18:26:35.800Z] 2419aaf7b23a: Preparing [2021-05-11T18:26:35.800Z] 32f366d666a5: Preparing [2021-05-11T18:26:35.800Z] 32f366d666a5: Layer already exists [2021-05-11T18:26:35.800Z] 33562f0c2149: Layer already exists [2021-05-11T18:26:35.800Z] d7058fb5e44d: Layer already exists [2021-05-11T18:26:35.800Z] ff585acddd47: Layer already exists [2021-05-11T18:26:35.800Z] 2419aaf7b23a: Layer already exists [2021-05-11T18:26:35.800Z] latest: digest: sha256:758aa40347423e9d25161d31d0bb1dad834f8b18a1eb7f9431b788ee32c86fa5 size: 1365 [2021-05-11T18:26:37.548Z] $ docker rm -f 8ee40785f2c671d87be8fc10c971d480de60e959d435e52fd065684e26c861a3 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] isUnix [Pipeline] sh [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-11T18:26:38.214Z] + docker tag device-mqtt nexus3.edgexfoundry.org:10004/device-mqtt:1.3.2-dev.10 [Pipeline] isUnix [Pipeline] sh [2021-05-11T18:26:38.327Z] + docker inspect -f . ci-base-image-arm64 [2021-05-11T18:26:38.327Z] . [Pipeline] withDockerContainer [2021-05-11T18:26:38.603Z] + docker push nexus3.edgexfoundry.org:10004/device-mqtt:1.3.2-dev.10 [2021-05-11T18:26:38.603Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-mqtt] [2021-05-11T18:26:38.603Z] d7058fb5e44d: Preparing [2021-05-11T18:26:38.603Z] 33562f0c2149: Preparing [2021-05-11T18:26:38.603Z] ff585acddd47: Preparing [2021-05-11T18:26:38.603Z] 2419aaf7b23a: Preparing [2021-05-11T18:26:38.603Z] 32f366d666a5: Preparing [2021-05-11T18:26:38.603Z] ff585acddd47: Layer already exists [2021-05-11T18:26:38.603Z] 32f366d666a5: Layer already exists [2021-05-11T18:26:38.603Z] 2419aaf7b23a: Layer already exists [2021-05-11T18:26:38.603Z] 33562f0c2149: Layer already exists [2021-05-11T18:26:38.603Z] d7058fb5e44d: Layer already exists [2021-05-11T18:26:38.603Z] 1.3.2-dev.10: digest: sha256:758aa40347423e9d25161d31d0bb1dad834f8b18a1eb7f9431b788ee32c86fa5 size: 1365 [2021-05-11T18:26:38.610Z] prd-ubuntu18.04-docker-arm64-4c-16g-4568 does not seem to be running inside a container [2021-05-11T18:26:38.694Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-mqtt-go/41 -v /w/workspace/device-mqtt-go/41:/w/workspace/device-mqtt-go/41:rw,z -v /w/workspace/device-mqtt-go/41@tmp:/w/workspace/device-mqtt-go/41@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-05-11T18:26:40.283Z] $ docker top 5357965e30797f3a6ae53a0338cd5fa3bf0a9811b8bf95a80e594a558b576517 -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] isUnix [Pipeline] sh [2021-05-11T18:26:41.023Z] + docker tag device-mqtt nexus3.edgexfoundry.org:10004/device-mqtt:e697b4492d61b291e25afe90594ef703f17e91d3-1.3.2-dev.10 [Pipeline] isUnix [Pipeline] sh [2021-05-11T18:26:41.275Z] + go mod tidy [2021-05-11T18:26:41.412Z] + docker push nexus3.edgexfoundry.org:10004/device-mqtt:e697b4492d61b291e25afe90594ef703f17e91d3-1.3.2-dev.10 [2021-05-11T18:26:41.412Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-mqtt] [2021-05-11T18:26:41.412Z] d7058fb5e44d: Preparing [2021-05-11T18:26:41.412Z] 33562f0c2149: Preparing [2021-05-11T18:26:41.412Z] ff585acddd47: Preparing [2021-05-11T18:26:41.412Z] 2419aaf7b23a: Preparing [2021-05-11T18:26:41.412Z] 32f366d666a5: Preparing [2021-05-11T18:26:41.412Z] 33562f0c2149: Layer already exists [2021-05-11T18:26:41.412Z] d7058fb5e44d: Layer already exists [2021-05-11T18:26:41.412Z] 2419aaf7b23a: Layer already exists [2021-05-11T18:26:41.412Z] 32f366d666a5: Layer already exists [2021-05-11T18:26:41.412Z] ff585acddd47: Layer already exists [2021-05-11T18:26:41.412Z] e697b4492d61b291e25afe90594ef703f17e91d3-1.3.2-dev.10: digest: sha256:758aa40347423e9d25161d31d0bb1dad834f8b18a1eb7f9431b788ee32c86fa5 size: 1365 [Pipeline] isUnix [Pipeline] sh [Pipeline] sh [2021-05-11T18:26:42.053Z] + docker tag device-mqtt nexus3.edgexfoundry.org:10004/device-mqtt:master [Pipeline] isUnix [Pipeline] sh [2021-05-11T18:26:42.561Z] + make test [2021-05-11T18:26:42.561Z] GCO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out [2021-05-11T18:26:42.806Z] + docker push nexus3.edgexfoundry.org:10004/device-mqtt:master [2021-05-11T18:26:42.806Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-mqtt] [2021-05-11T18:26:42.806Z] d7058fb5e44d: Preparing [2021-05-11T18:26:42.806Z] 33562f0c2149: Preparing [2021-05-11T18:26:42.806Z] ff585acddd47: Preparing [2021-05-11T18:26:42.806Z] 2419aaf7b23a: Preparing [2021-05-11T18:26:42.806Z] 32f366d666a5: Preparing [2021-05-11T18:26:42.806Z] 2419aaf7b23a: Layer already exists [2021-05-11T18:26:42.806Z] 33562f0c2149: Layer already exists [2021-05-11T18:26:42.806Z] ff585acddd47: Layer already exists [2021-05-11T18:26:42.806Z] 32f366d666a5: Layer already exists [2021-05-11T18:26:42.806Z] d7058fb5e44d: Layer already exists [2021-05-11T18:26:42.806Z] master: digest: sha256:758aa40347423e9d25161d31d0bb1dad834f8b18a1eb7f9431b788ee32c86fa5 size: 1365 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-05-11T18:26:42.936Z] ===================================================== [Pipeline] echo [2021-05-11T18:26:42.956Z] taggedImages: [2021-05-11T18:26:42.956Z] - nexus3.edgexfoundry.org:10004/device-mqtt:e697b4492d61b291e25afe90594ef703f17e91d3 [2021-05-11T18:26:42.956Z] - nexus3.edgexfoundry.org:10004/device-mqtt:latest [2021-05-11T18:26:42.956Z] - nexus3.edgexfoundry.org:10004/device-mqtt:1.3.2-dev.10 [2021-05-11T18:26:42.956Z] - nexus3.edgexfoundry.org:10004/device-mqtt:e697b4492d61b291e25afe90594ef703f17e91d3-1.3.2-dev.10 [2021-05-11T18:26:42.956Z] - nexus3.edgexfoundry.org:10004/device-mqtt: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-05-11T18:26:43.554Z] ---> job-cost.sh [2021-05-11T18:26:43.554Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-EdL0 [2021-05-11T18:26:44.578Z] ? github.com/edgexfoundry/device-mqtt-go [no test files] [2021-05-11T18:27:05.779Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-05-11T18:27:41.348Z] ? github.com/edgexfoundry/device-mqtt-go/cmd [no test files] [2021-05-11T18:27:43.980Z] ok github.com/edgexfoundry/device-mqtt-go/internal/driver 0.047s coverage: 24.9% of statements [2021-05-11T18:27:43.980Z] ? github.com/edgexfoundry/device-mqtt-go/mock [no test files] [2021-05-11T18:27:44.252Z] GCO_ENABLED=1 GO111MODULE=on go vet ./... [2021-05-11T18:27:44.814Z] lf-activate-venv(): INFO: Adding /tmp/venv-EdL0/bin to PATH [2021-05-11T18:27:44.814Z] INFO: No Stack... [2021-05-11T18:27:44.814Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-05-11T18:27:44.814Z] INFO: Archiving Costs [Pipeline] sh [2021-05-11T18:27:45.145Z] + cat /w/workspace/device-mqtt-go/41/archives/cost.csv [2021-05-11T18:27:45.145Z] + cut -d, -f6 [Pipeline] lock [2021-05-11T18:27:45.269Z] Trying to acquire lock on [jenkins-edgexfoundry-device-mqtt-go-master-41-stack-cost] [2021-05-11T18:27:45.281Z] Resource [jenkins-edgexfoundry-device-mqtt-go-master-41-stack-cost] did not exist. Created. [2021-05-11T18:27:45.282Z] Lock acquired on [jenkins-edgexfoundry-device-mqtt-go-master-41-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-05-11T18:27:45.659Z] + echo total: 0.029999999329447746 [Pipeline] stash [2021-05-11T18:27:45.869Z] Stashed 1 file(s) [Pipeline] } [2021-05-11T18:27:45.877Z] Lock released on resource [jenkins-edgexfoundry-device-mqtt-go-master-41-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-05-11T18:28:16.595Z] gofmt -l . [2021-05-11T18:28:16.595Z] ["`gofmt -l .`" = ""] [2021-05-11T18:28:16.595Z] ./bin/test-attribution-txt.sh [2021-05-11T18:28:16.595Z] ./bin/test-go-mod-tidy.sh [Pipeline] } [2021-05-11T18:28:16.612Z] $ docker stop --time=1 5357965e30797f3a6ae53a0338cd5fa3bf0a9811b8bf95a80e594a558b576517 [2021-05-11T18:28:18.701Z] $ docker rm -f 5357965e30797f3a6ae53a0338cd5fa3bf0a9811b8bf95a80e594a558b576517 [Pipeline] // withDockerContainer [Pipeline] sh [2021-05-11T18:28:19.616Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-05-11T18:28:19.638Z] Warning: overwriting stash ‘coverage-report’ [2021-05-11T18:28:20.439Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-05-11T18:28:20.880Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-05-11T18:28:21.219Z] + ls -al . [2021-05-11T18:28:21.219Z] total 140 [2021-05-11T18:28:21.219Z] drwxrwxr-x 9 jenkins jenkins 4096 May 11 18:28 . [2021-05-11T18:28:21.219Z] drwxrwxr-x 4 jenkins jenkins 4096 May 11 18:25 .. [2021-05-11T18:28:21.219Z] -rw-rw-r-- 1 jenkins jenkins 140 May 11 18:25 .dockerignore [2021-05-11T18:28:21.219Z] drwxrwxr-x 8 jenkins jenkins 4096 May 11 18:25 .git [2021-05-11T18:28:21.219Z] drwxrwxr-x 2 jenkins jenkins 4096 May 11 18:25 .github [2021-05-11T18:28:21.219Z] -rw-rw-r-- 1 jenkins jenkins 336 May 11 18:25 .gitignore [2021-05-11T18:28:21.219Z] -rw-rw-r-- 1 jenkins jenkins 7100 May 11 18:25 Attribution.txt [2021-05-11T18:28:21.219Z] -rw-rw-r-- 1 jenkins jenkins 1861 May 11 18:25 Dockerfile [2021-05-11T18:28:21.219Z] -rw-rw-r-- 1 jenkins jenkins 994 May 11 18:25 Dockerfile.build [2021-05-11T18:28:21.219Z] -rw-rw-r-- 1 jenkins jenkins 677 May 11 18:25 Jenkinsfile [2021-05-11T18:28:21.219Z] -rw-rw-r-- 1 jenkins jenkins 11340 May 11 18:25 LICENSE [2021-05-11T18:28:21.219Z] -rw-rw-r-- 1 jenkins jenkins 930 May 11 18:25 Makefile [2021-05-11T18:28:21.219Z] -rw-rw-r-- 1 jenkins jenkins 2217 May 11 18:25 README.md [2021-05-11T18:28:21.219Z] -rw-rw-r-- 1 jenkins jenkins 12 May 11 18:22 VERSION [2021-05-11T18:28:21.219Z] drwxrwxr-x 2 jenkins jenkins 4096 May 11 18:25 bin [2021-05-11T18:28:21.219Z] drwxrwxr-x 3 jenkins jenkins 4096 May 11 18:25 cmd [2021-05-11T18:28:21.219Z] -rw-r--r-- 1 jenkins jenkins 19386 May 11 18:27 coverage.out [2021-05-11T18:28:21.219Z] -rw-r--r-- 1 jenkins jenkins 409 May 11 18:28 go.mod [2021-05-11T18:28:21.219Z] -rw-r--r-- 1 jenkins jenkins 21534 May 11 18:26 go.sum [2021-05-11T18:28:21.219Z] drwxrwxr-x 3 jenkins jenkins 4096 May 11 18:25 internal [2021-05-11T18:28:21.219Z] drwxrwxr-x 2 jenkins jenkins 4096 May 11 18:25 mock [2021-05-11T18:28:21.219Z] drwxrwxr-x 4 jenkins jenkins 4096 May 11 18:25 snap [2021-05-11T18:28:21.219Z] -rw-rw-r-- 1 jenkins jenkins 227 May 11 18:25 version.go [Pipeline] isUnix [Pipeline] sh [2021-05-11T18:28:21.566Z] + docker build -t device-mqtt-arm64 -f Dockerfile --build-arg BASE=ci-base-image-arm64 --build-arg MAKE=make build --build-arg ARCH=arm64 --label git_sha=e697b4492d61b291e25afe90594ef703f17e91d3 --label arch=arm64 --label version=1.3.2-dev.10 . [2021-05-11T18:28:21.843Z] Sending build context to Docker daemon 573.4kB [2021-05-11T18:28:22.147Z] Step 1/23 : ARG BASE=golang:1.15-alpine3.12 [2021-05-11T18:28:22.147Z] Step 2/23 : FROM ${BASE} AS builder [2021-05-11T18:28:22.147Z] ---> 66006d9b2480 [2021-05-11T18:28:22.147Z] Step 3/23 : ARG ALPINE_PKG_BASE="make git openssh-client gcc libc-dev zeromq-dev libsodium-dev" [2021-05-11T18:28:22.424Z] ---> Running in c759bf5b65af [2021-05-11T18:28:22.705Z] Removing intermediate container c759bf5b65af [2021-05-11T18:28:22.705Z] ---> 9046ab285864 [2021-05-11T18:28:22.705Z] Step 4/23 : ARG ALPINE_PKG_EXTRA="" [2021-05-11T18:28:22.983Z] ---> Running in bdc44fe61098 [2021-05-11T18:28:23.597Z] Removing intermediate container bdc44fe61098 [2021-05-11T18:28:23.597Z] ---> 980839899d27 [2021-05-11T18:28:23.597Z] Step 5/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-11T18:28:23.597Z] ---> Running in ef914c5146ce [2021-05-11T18:28:26.226Z] Removing intermediate container ef914c5146ce [2021-05-11T18:28:26.226Z] ---> 4bdee7966c72 [2021-05-11T18:28:26.226Z] Step 6/23 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2021-05-11T18:28:26.226Z] ---> Running in df5afa69c844 [2021-05-11T18:28:27.217Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-05-11T18:28:28.198Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-05-11T18:28:29.178Z] OK: 145 MiB in 53 packages [2021-05-11T18:28:30.624Z] Removing intermediate container df5afa69c844 [2021-05-11T18:28:30.624Z] ---> 8e89e7027461 [2021-05-11T18:28:30.624Z] Step 7/23 : WORKDIR /device-mqtt-go [2021-05-11T18:28:30.624Z] ---> Running in adf42577567f [2021-05-11T18:28:31.228Z] Removing intermediate container adf42577567f [2021-05-11T18:28:31.228Z] ---> 520ed4c86bc0 [2021-05-11T18:28:31.228Z] Step 8/23 : COPY . . [2021-05-11T18:28:32.210Z] ---> 453c28a9e41d [2021-05-11T18:28:32.210Z] Step 9/23 : RUN go mod download [2021-05-11T18:28:32.485Z] ---> Running in 1b6e7e932999 [2021-05-11T18:28:35.118Z] Removing intermediate container 1b6e7e932999 [2021-05-11T18:28:35.118Z] ---> 8f84ccd56ac9 [2021-05-11T18:28:35.118Z] Step 10/23 : ARG MAKE='make build' [2021-05-11T18:28:35.118Z] ---> Running in acebc336dad9 [2021-05-11T18:28:35.717Z] Removing intermediate container acebc336dad9 [2021-05-11T18:28:35.717Z] ---> 33fadf1ba968 [2021-05-11T18:28:35.717Z] Step 11/23 : RUN $MAKE [2021-05-11T18:28:35.717Z] ---> Running in 4ec972b02ff0 [2021-05-11T18:28:37.155Z] GCO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-mqtt-go.Version=1.3.2-dev.10" -o cmd/device-mqtt ./cmd [2021-05-11T18:29:16.209Z] GCO_ENABLED=1 GO111MODULE=on go build ./... [2021-05-11T18:29:22.900Z] Removing intermediate container 4ec972b02ff0 [2021-05-11T18:29:22.900Z] ---> eed7fa5c17c3 [2021-05-11T18:29:22.900Z] Step 12/23 : FROM alpine:3.12 [2021-05-11T18:29:23.173Z] 3.12: Pulling from library/alpine [2021-05-11T18:29:23.173Z] d2f70382dc9a: Pulling fs layer [2021-05-11T18:29:23.443Z] d2f70382dc9a: Verifying Checksum [2021-05-11T18:29:23.443Z] d2f70382dc9a: Download complete [2021-05-11T18:29:24.039Z] d2f70382dc9a: Pull complete [2021-05-11T18:29:24.039Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-05-11T18:29:24.039Z] Status: Downloaded newer image for alpine:3.12 [2021-05-11T18:29:24.039Z] ---> 9852663dfa18 [2021-05-11T18:29:24.039Z] Step 13/23 : LABEL license='VSPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020-2021: IoTech Ltd' [2021-05-11T18:29:24.313Z] ---> Running in b138dfdccfbc [2021-05-11T18:29:24.589Z] Removing intermediate container b138dfdccfbc [2021-05-11T18:29:24.589Z] ---> d983df0ae058 [2021-05-11T18:29:24.589Z] Step 14/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-05-11T18:29:24.862Z] ---> Running in cc2d0a996b2f [2021-05-11T18:29:25.839Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-05-11T18:29:26.110Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-05-11T18:29:26.701Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-05-11T18:29:26.701Z] (2/6) Installing libgcc (9.3.0-r2) [2021-05-11T18:29:26.701Z] (3/6) Installing libsodium (1.0.18-r0) [2021-05-11T18:29:26.701Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-05-11T18:29:26.701Z] (5/6) Installing libzmq (4.3.3-r0) [2021-05-11T18:29:26.977Z] (6/6) Installing zeromq (4.3.3-r0) [2021-05-11T18:29:26.977Z] Executing busybox-1.31.1-r20.trigger [2021-05-11T18:29:26.977Z] OK: 8 MiB in 20 packages [2021-05-11T18:29:27.956Z] Removing intermediate container cc2d0a996b2f [2021-05-11T18:29:27.957Z] ---> d7397e76e129 [2021-05-11T18:29:27.957Z] Step 15/23 : COPY --from=builder /device-mqtt-go/cmd / [2021-05-11T18:29:29.398Z] ---> 79dea2135bbc [2021-05-11T18:29:29.398Z] Step 16/23 : COPY --from=builder /device-mqtt-go/LICENSE / [2021-05-11T18:29:30.007Z] ---> 8685b7ef9c54 [2021-05-11T18:29:30.007Z] Step 17/23 : COPY --from=builder /device-mqtt-go/Attribution.txt / [2021-05-11T18:29:30.977Z] ---> 6fb711bc2ed4 [2021-05-11T18:29:30.977Z] Step 18/23 : EXPOSE 49982 [2021-05-11T18:29:30.978Z] ---> Running in 1b8479b6ab82 [2021-05-11T18:29:31.260Z] Removing intermediate container 1b8479b6ab82 [2021-05-11T18:29:31.260Z] ---> 8a6707d0fff3 [2021-05-11T18:29:31.260Z] Step 19/23 : ENTRYPOINT ["/device-mqtt"] [2021-05-11T18:29:31.531Z] ---> Running in 539a8384ad28 [2021-05-11T18:29:31.803Z] Removing intermediate container 539a8384ad28 [2021-05-11T18:29:31.803Z] ---> 1cc7f1ae2630 [2021-05-11T18:29:31.803Z] Step 20/23 : CMD ["--cp=consul://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-11T18:29:32.077Z] ---> Running in 5133e5b4149f [2021-05-11T18:29:32.675Z] Removing intermediate container 5133e5b4149f [2021-05-11T18:29:32.675Z] ---> ca237a805e60 [2021-05-11T18:29:32.675Z] Step 21/23 : LABEL arch=arm64 [2021-05-11T18:29:32.675Z] ---> Running in f541af87939d [2021-05-11T18:29:33.274Z] Removing intermediate container f541af87939d [2021-05-11T18:29:33.274Z] ---> fed5eea8ec32 [2021-05-11T18:29:33.274Z] Step 22/23 : LABEL git_sha=e697b4492d61b291e25afe90594ef703f17e91d3 [2021-05-11T18:29:33.274Z] ---> Running in d5c869c1ea52 [2021-05-11T18:29:33.874Z] Removing intermediate container d5c869c1ea52 [2021-05-11T18:29:33.874Z] ---> 579b84ed9b31 [2021-05-11T18:29:33.874Z] Step 23/23 : LABEL version=1.3.2-dev.10 [2021-05-11T18:29:33.874Z] ---> Running in c3d602a567d6 [2021-05-11T18:29:34.474Z] Removing intermediate container c3d602a567d6 [2021-05-11T18:29:34.474Z] ---> affdb4940c51 [2021-05-11T18:29:34.474Z] [Warning] One or more build-args [ARCH] were not consumed [2021-05-11T18:29:34.474Z] Successfully built affdb4940c51 [2021-05-11T18:29:34.474Z] Successfully tagged device-mqtt-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-05-11T18:29:34.624Z] provisioning config files... [2021-05-11T18:29:34.664Z] copy managed file [device-mqtt-go-settings] to file:/w/workspace/device-mqtt-go/41@tmp/config54512593061890991tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-05-11T18:29:35.044Z] ---> docker-login.sh [2021-05-11T18:29:35.044Z] nexus3.edgexfoundry.org:10001 [2021-05-11T18:29:35.315Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-11T18:29:35.588Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-11T18:29:35.588Z] Configure a credential helper to remove this warning. See [2021-05-11T18:29:35.588Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-11T18:29:35.588Z] [2021-05-11T18:29:35.588Z] Login Succeeded [2021-05-11T18:29:35.588Z] nexus3.edgexfoundry.org:10002 [2021-05-11T18:29:35.866Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-11T18:29:36.142Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-11T18:29:36.142Z] Configure a credential helper to remove this warning. See [2021-05-11T18:29:36.142Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-11T18:29:36.142Z] [2021-05-11T18:29:36.142Z] Login Succeeded [2021-05-11T18:29:36.142Z] nexus3.edgexfoundry.org:10003 [2021-05-11T18:29:36.413Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-11T18:29:36.692Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-11T18:29:36.692Z] Configure a credential helper to remove this warning. See [2021-05-11T18:29:36.692Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-11T18:29:36.692Z] [2021-05-11T18:29:36.692Z] Login Succeeded [2021-05-11T18:29:36.692Z] nexus3.edgexfoundry.org:10004 [2021-05-11T18:29:37.290Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-11T18:29:37.290Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-11T18:29:37.290Z] Configure a credential helper to remove this warning. See [2021-05-11T18:29:37.290Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-11T18:29:37.290Z] [2021-05-11T18:29:37.290Z] Login Succeeded [2021-05-11T18:29:37.290Z] docker.io [2021-05-11T18:29:37.576Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-11T18:29:38.171Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-11T18:29:38.171Z] Configure a credential helper to remove this warning. See [2021-05-11T18:29:38.171Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-11T18:29:38.171Z] [2021-05-11T18:29:38.171Z] Login Succeeded [2021-05-11T18:29:38.171Z] ---> docker-login.sh ends [Pipeline] } [2021-05-11T18:29:38.216Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-05-11T18:29:38.282Z] [edgeXDocker.push] Tagging docker image device-mqtt-arm64 with the following tags: [2021-05-11T18:29:38.282Z] e697b4492d61b291e25afe90594ef703f17e91d3 [2021-05-11T18:29:38.282Z] latest [2021-05-11T18:29:38.282Z] 1.3.2-dev.10 [2021-05-11T18:29:38.282Z] e697b4492d61b291e25afe90594ef703f17e91d3-1.3.2-dev.10 [2021-05-11T18:29:38.282Z] master [2021-05-11T18:29:38.282Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-11T18:29:38.686Z] + docker tag device-mqtt-arm64 nexus3.edgexfoundry.org:10004/device-mqtt-arm64:e697b4492d61b291e25afe90594ef703f17e91d3 [Pipeline] isUnix [Pipeline] sh [2021-05-11T18:29:39.024Z] + docker push nexus3.edgexfoundry.org:10004/device-mqtt-arm64:e697b4492d61b291e25afe90594ef703f17e91d3 [2021-05-11T18:29:39.024Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-mqtt-arm64] [2021-05-11T18:29:39.024Z] 2afa54d3adb7: Preparing [2021-05-11T18:29:39.024Z] 5470b86fcb44: Preparing [2021-05-11T18:29:39.024Z] f8ddc9bd9681: Preparing [2021-05-11T18:29:39.024Z] 93744316c844: Preparing [2021-05-11T18:29:39.024Z] 3fbe34a1663b: Preparing [2021-05-11T18:29:39.298Z] 3fbe34a1663b: Layer already exists [2021-05-11T18:29:39.570Z] 2afa54d3adb7: Pushed [2021-05-11T18:29:39.570Z] 5470b86fcb44: Pushed [2021-05-11T18:29:40.546Z] 93744316c844: Pushed [2021-05-11T18:29:41.974Z] f8ddc9bd9681: Pushed [2021-05-11T18:29:42.247Z] e697b4492d61b291e25afe90594ef703f17e91d3: digest: sha256:5786238acd60d76c49aca52b4bfcffdfc4d462cd0bf1746164015aaf99e2002d size: 1365 [Pipeline] isUnix [Pipeline] sh [2021-05-11T18:29:42.610Z] + docker tag device-mqtt-arm64 nexus3.edgexfoundry.org:10004/device-mqtt-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-05-11T18:29:42.950Z] + docker push nexus3.edgexfoundry.org:10004/device-mqtt-arm64:latest [2021-05-11T18:29:42.950Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-mqtt-arm64] [2021-05-11T18:29:42.950Z] 2afa54d3adb7: Preparing [2021-05-11T18:29:42.950Z] 5470b86fcb44: Preparing [2021-05-11T18:29:42.950Z] f8ddc9bd9681: Preparing [2021-05-11T18:29:42.950Z] 93744316c844: Preparing [2021-05-11T18:29:42.950Z] 3fbe34a1663b: Preparing [2021-05-11T18:29:43.221Z] 5470b86fcb44: Layer already exists [2021-05-11T18:29:43.221Z] 93744316c844: Layer already exists [2021-05-11T18:29:43.221Z] 3fbe34a1663b: Layer already exists [2021-05-11T18:29:43.221Z] f8ddc9bd9681: Layer already exists [2021-05-11T18:29:43.221Z] 2afa54d3adb7: Layer already exists [2021-05-11T18:29:43.221Z] latest: digest: sha256:5786238acd60d76c49aca52b4bfcffdfc4d462cd0bf1746164015aaf99e2002d size: 1365 [Pipeline] isUnix [Pipeline] sh [2021-05-11T18:29:43.562Z] + docker tag device-mqtt-arm64 nexus3.edgexfoundry.org:10004/device-mqtt-arm64:1.3.2-dev.10 [Pipeline] isUnix [Pipeline] sh [2021-05-11T18:29:43.903Z] + docker push nexus3.edgexfoundry.org:10004/device-mqtt-arm64:1.3.2-dev.10 [2021-05-11T18:29:43.903Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-mqtt-arm64] [2021-05-11T18:29:43.903Z] 2afa54d3adb7: Preparing [2021-05-11T18:29:43.903Z] 5470b86fcb44: Preparing [2021-05-11T18:29:43.903Z] f8ddc9bd9681: Preparing [2021-05-11T18:29:43.903Z] 93744316c844: Preparing [2021-05-11T18:29:43.903Z] 3fbe34a1663b: Preparing [2021-05-11T18:29:43.903Z] 2afa54d3adb7: Layer already exists [2021-05-11T18:29:43.903Z] 5470b86fcb44: Layer already exists [2021-05-11T18:29:43.903Z] 3fbe34a1663b: Layer already exists [2021-05-11T18:29:43.903Z] 93744316c844: Layer already exists [2021-05-11T18:29:43.903Z] f8ddc9bd9681: Layer already exists [2021-05-11T18:29:44.175Z] 1.3.2-dev.10: digest: sha256:5786238acd60d76c49aca52b4bfcffdfc4d462cd0bf1746164015aaf99e2002d size: 1365 [Pipeline] isUnix [Pipeline] sh [2021-05-11T18:29:44.528Z] + docker tag device-mqtt-arm64 nexus3.edgexfoundry.org:10004/device-mqtt-arm64:e697b4492d61b291e25afe90594ef703f17e91d3-1.3.2-dev.10 [Pipeline] isUnix [Pipeline] sh [2021-05-11T18:29:44.888Z] + docker push nexus3.edgexfoundry.org:10004/device-mqtt-arm64:e697b4492d61b291e25afe90594ef703f17e91d3-1.3.2-dev.10 [2021-05-11T18:29:44.888Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-mqtt-arm64] [2021-05-11T18:29:44.888Z] 2afa54d3adb7: Preparing [2021-05-11T18:29:44.888Z] 5470b86fcb44: Preparing [2021-05-11T18:29:44.888Z] f8ddc9bd9681: Preparing [2021-05-11T18:29:44.888Z] 93744316c844: Preparing [2021-05-11T18:29:44.888Z] 3fbe34a1663b: Preparing [2021-05-11T18:29:45.161Z] 93744316c844: Layer already exists [2021-05-11T18:29:45.161Z] 2afa54d3adb7: Layer already exists [2021-05-11T18:29:45.161Z] f8ddc9bd9681: Layer already exists [2021-05-11T18:29:45.161Z] 5470b86fcb44: Layer already exists [2021-05-11T18:29:45.161Z] 3fbe34a1663b: Layer already exists [2021-05-11T18:29:45.161Z] e697b4492d61b291e25afe90594ef703f17e91d3-1.3.2-dev.10: digest: sha256:5786238acd60d76c49aca52b4bfcffdfc4d462cd0bf1746164015aaf99e2002d size: 1365 [Pipeline] isUnix [Pipeline] sh [2021-05-11T18:29:45.510Z] + docker tag device-mqtt-arm64 nexus3.edgexfoundry.org:10004/device-mqtt-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-05-11T18:29:45.844Z] + docker push nexus3.edgexfoundry.org:10004/device-mqtt-arm64:master [2021-05-11T18:29:45.844Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-mqtt-arm64] [2021-05-11T18:29:45.844Z] 2afa54d3adb7: Preparing [2021-05-11T18:29:45.844Z] 5470b86fcb44: Preparing [2021-05-11T18:29:45.844Z] f8ddc9bd9681: Preparing [2021-05-11T18:29:45.844Z] 93744316c844: Preparing [2021-05-11T18:29:45.844Z] 3fbe34a1663b: Preparing [2021-05-11T18:29:45.844Z] 3fbe34a1663b: Layer already exists [2021-05-11T18:29:45.844Z] 2afa54d3adb7: Layer already exists [2021-05-11T18:29:45.844Z] 93744316c844: Layer already exists [2021-05-11T18:29:45.844Z] f8ddc9bd9681: Layer already exists [2021-05-11T18:29:45.844Z] 5470b86fcb44: Layer already exists [2021-05-11T18:29:46.134Z] master: digest: sha256:5786238acd60d76c49aca52b4bfcffdfc4d462cd0bf1746164015aaf99e2002d size: 1365 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-05-11T18:29:46.199Z] ===================================================== [Pipeline] echo [2021-05-11T18:29:46.215Z] taggedImages: [2021-05-11T18:29:46.215Z] - nexus3.edgexfoundry.org:10004/device-mqtt-arm64:e697b4492d61b291e25afe90594ef703f17e91d3 [2021-05-11T18:29:46.215Z] - nexus3.edgexfoundry.org:10004/device-mqtt-arm64:latest [2021-05-11T18:29:46.215Z] - nexus3.edgexfoundry.org:10004/device-mqtt-arm64:1.3.2-dev.10 [2021-05-11T18:29:46.215Z] - nexus3.edgexfoundry.org:10004/device-mqtt-arm64:e697b4492d61b291e25afe90594ef703f17e91d3-1.3.2-dev.10 [2021-05-11T18:29:46.215Z] - nexus3.edgexfoundry.org:10004/device-mqtt-arm64:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh [2021-05-11T18:29:46.603Z] ---> job-cost.sh [2021-05-11T18:29:46.603Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-9QAr [2021-05-11T18:30:33.546Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-05-11T18:32:25.363Z] lf-activate-venv(): INFO: Adding /tmp/venv-9QAr/bin to PATH [2021-05-11T18:32:25.363Z] INFO: No Stack... [2021-05-11T18:32:25.363Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-05-11T18:32:25.363Z] INFO: Archiving Costs [Pipeline] sh [2021-05-11T18:32:25.707Z] + cat /w/workspace/device-mqtt-go/41/archives/cost.csv [2021-05-11T18:32:25.707Z] + cut -d, -f6 [Pipeline] lock [2021-05-11T18:32:25.840Z] Trying to acquire lock on [jenkins-edgexfoundry-device-mqtt-go-master-41-stack-cost] [2021-05-11T18:32:25.849Z] Resource [jenkins-edgexfoundry-device-mqtt-go-master-41-stack-cost] did not exist. Created. [2021-05-11T18:32:25.849Z] Lock acquired on [jenkins-edgexfoundry-device-mqtt-go-master-41-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-05-11T18:32:26.228Z] /w/workspace/device-mqtt-go/41@tmp/durable-2ac2f841/script.sh: 1: /w/workspace/device-mqtt-go/41@tmp/durable-2ac2f841/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh [2021-05-11T18:32:26.588Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-05-11T18:32:26.610Z] Warning: overwriting stash ‘stack-cost’ [2021-05-11T18:32:26.782Z] Stashed 1 file(s) [Pipeline] } [2021-05-11T18:32:26.799Z] Lock released on resource [jenkins-edgexfoundry-device-mqtt-go-master-41-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2021-05-11T18:32:27.358Z] provisioning config files... [2021-05-11T18:32:27.369Z] copy managed file [device-mqtt-go-codecov-token] to file:/w/workspace/gexfoundry_device-mqtt-go_master@tmp/config7050063508310570066tmp [Pipeline] { [Pipeline] sh [2021-05-11T18:32:27.690Z] + set +x [2021-05-11T18:32:27.690Z] + curl -s https://codecov.io/bash [2021-05-11T18:32:27.690Z] + bash -s -- [2021-05-11T18:32:27.952Z] [2021-05-11T18:32:27.952Z] _____ _ [2021-05-11T18:32:27.952Z] / ____| | | [2021-05-11T18:32:27.952Z] | | ___ __| | ___ ___ _____ __ [2021-05-11T18:32:27.952Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-05-11T18:32:27.952Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-05-11T18:32:27.952Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-05-11T18:32:27.952Z] Bash-1.0.2 [2021-05-11T18:32:27.952Z] [2021-05-11T18:32:27.952Z] [2021-05-11T18:32:27.952Z] ==> git version 2.24.3 found [2021-05-11T18:32:27.952Z] ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 [2021-05-11T18:32:27.952Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-05-11T18:32:27.952Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-05-11T18:32:27.952Z] ==> Jenkins CI detected. [2021-05-11T18:32:27.952Z] project root: . [2021-05-11T18:32:27.952Z] --> token set from env [2021-05-11T18:32:27.952Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-05-11T18:32:27.952Z] ==> Running gcov in . (disable via -X gcov) [2021-05-11T18:32:27.952Z] ==> Python coveragepy not found [2021-05-11T18:32:27.952Z] ==> Searching for coverage reports in: [2021-05-11T18:32:27.952Z] + . [2021-05-11T18:32:27.952Z] -> Found 1 reports [2021-05-11T18:32:27.952Z] ==> Detecting git/mercurial file structure [2021-05-11T18:32:27.952Z] ==> Reading reports [2021-05-11T18:32:27.952Z] + ./coverage.out bytes=19386 [2021-05-11T18:32:27.952Z] ==> Appending adjustments [2021-05-11T18:32:27.952Z] https://docs.codecov.io/docs/fixing-reports [2021-05-11T18:32:27.952Z] + Found adjustments [2021-05-11T18:32:27.952Z] ==> Gzipping contents [2021-05-11T18:32:27.952Z] 4.0K /tmp/codecov.Oiq3GJ.gz [2021-05-11T18:32:27.952Z] ==> Uploading reports [2021-05-11T18:32:27.952Z] url: https://codecov.io [2021-05-11T18:32:27.952Z] query: branch=master&commit=e697b4492d61b291e25afe90594ef703f17e91d3&build=41&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-mqtt-go%2Fjob%2Fmaster%2F41%2F&name=&tag=&slug=edgexfoundry%2Fdevice-mqtt-go&service=jenkins&flags=&pr=&job=&cmd_args= [2021-05-11T18:32:27.952Z] -> Pinging Codecov [2021-05-11T18:32:27.952Z] https://codecov.io/upload/v4?package=bash-1.0.2&token=secret&branch=master&commit=e697b4492d61b291e25afe90594ef703f17e91d3&build=41&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-mqtt-go%2Fjob%2Fmaster%2F41%2F&name=&tag=&slug=edgexfoundry%2Fdevice-mqtt-go&service=jenkins&flags=&pr=&job=&cmd_args= [2021-05-11T18:32:28.529Z] -> Uploading to [2021-05-11T18:32:28.529Z] https://storage.googleapis.com/codecov/v4/raw/2021-05-11/7D719EC7BBE17E464838252E33014C33/e697b4492d61b291e25afe90594ef703f17e91d3/a8ff9055-9954-4a2c-890e-835651107b8d.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQM3VGPYSAFECJRMNAFIPCV2R3P2BOORCJC7NM537NPJQSFLHUDNIDWA%2F20210511%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210511T183228Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=1c10f4a0bd7b0fe00776244b371083c573b3dc18d7f92804e975d142d480d387 [2021-05-11T18:32:28.529Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-05-11T18:32:28.529Z] Dload Upload Total Spent Left Speed [2021-05-11T18:32:29.053Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 3396 0 0 100 3396 0 8337 --:--:-- --:--:-- --:--:-- 8323 [2021-05-11T18:32:29.053Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/device-mqtt-go/commit/e697b4492d61b291e25afe90594ef703f17e91d3 [Pipeline] } [2021-05-11T18:32:29.064Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo [2021-05-11T18:32:29.354Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2021-05-11T18:32:29.381Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-11T18:32:29.690Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-05-11T18:32:29.690Z] [2021-05-11T18:32:29.690Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh [2021-05-11T18:32:30.129Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-05-11T18:32:30.129Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2021-05-11T18:32:30.129Z] 188c0c94c7c5: Pulling fs layer [2021-05-11T18:32:30.129Z] 0ef7d3d256c8: Pulling fs layer [2021-05-11T18:32:30.129Z] de9db76c5a1d: Pulling fs layer [2021-05-11T18:32:30.129Z] 0eba1c9be4d2: Pulling fs layer [2021-05-11T18:32:30.129Z] 0d57e429df01: Pulling fs layer [2021-05-11T18:32:30.129Z] 4e4be7b47b0d: Pulling fs layer [2021-05-11T18:32:30.129Z] e1f770b5df2f: Pulling fs layer [2021-05-11T18:32:30.129Z] 85a0685a4137: Pulling fs layer [2021-05-11T18:32:30.129Z] 0d57e429df01: Waiting [2021-05-11T18:32:30.129Z] 4e4be7b47b0d: Waiting [2021-05-11T18:32:30.129Z] 85a0685a4137: Waiting [2021-05-11T18:32:30.129Z] e1f770b5df2f: Waiting [2021-05-11T18:32:30.129Z] 0eba1c9be4d2: Waiting [2021-05-11T18:32:30.129Z] de9db76c5a1d: Verifying Checksum [2021-05-11T18:32:30.129Z] de9db76c5a1d: Download complete [2021-05-11T18:32:30.129Z] 0ef7d3d256c8: Download complete [2021-05-11T18:32:30.129Z] 0d57e429df01: Verifying Checksum [2021-05-11T18:32:30.129Z] 0d57e429df01: Download complete [2021-05-11T18:32:30.129Z] 4e4be7b47b0d: Verifying Checksum [2021-05-11T18:32:30.129Z] 4e4be7b47b0d: Download complete [2021-05-11T18:32:30.129Z] 188c0c94c7c5: Verifying Checksum [2021-05-11T18:32:30.129Z] 188c0c94c7c5: Download complete [2021-05-11T18:32:30.728Z] 188c0c94c7c5: Pull complete [2021-05-11T18:32:30.990Z] 0ef7d3d256c8: Pull complete [2021-05-11T18:32:30.990Z] de9db76c5a1d: Pull complete [2021-05-11T18:32:31.946Z] e1f770b5df2f: Verifying Checksum [2021-05-11T18:32:31.946Z] e1f770b5df2f: Download complete [2021-05-11T18:32:33.922Z] 0eba1c9be4d2: Download complete [2021-05-11T18:32:33.922Z] 85a0685a4137: Verifying Checksum [2021-05-11T18:32:33.922Z] 85a0685a4137: Download complete [2021-05-11T18:32:40.543Z] 0eba1c9be4d2: Pull complete [2021-05-11T18:32:40.543Z] 0d57e429df01: Pull complete [2021-05-11T18:32:40.543Z] 4e4be7b47b0d: Pull complete [2021-05-11T18:32:41.936Z] e1f770b5df2f: Pull complete [2021-05-11T18:32:50.139Z] 85a0685a4137: Pull complete [2021-05-11T18:32:50.139Z] Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 [2021-05-11T18:32:50.139Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-05-11T18:32:50.140Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer [2021-05-11T18:32:50.346Z] prd-centos7-docker-4c-2g-4563 does not seem to be running inside a container [2021-05-11T18:32:50.394Z] $ 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-05-11T18:32:51.517Z] $ docker top 31d43658af51847e140224bb60355e1484f032d868bcc924f937a17466c04e00 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-05-11T18:32:51.707Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh [2021-05-11T18:32:52.005Z] + set -o pipefail [2021-05-11T18:32:52.005Z] + snyk monitor '--org=edgex-jenkins' [2021-05-11T18:33:02.059Z] [2021-05-11T18:33:02.059Z] Monitoring /w/workspace/gexfoundry_device-mqtt-go_master (github.com/edgexfoundry/device-mqtt-go)... [2021-05-11T18:33:02.059Z] [2021-05-11T18:33:02.059Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/6acecf1b-85ea-4374-bf84-4fa5a6e664d0/history/34f85de8-008b-4b1c-967e-1f42adf31c0d [2021-05-11T18:33:02.059Z] [2021-05-11T18:33:02.059Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2021-05-11T18:33:02.059Z] [2021-05-11T18:33:02.059Z] [Pipeline] } [2021-05-11T18:33:02.087Z] $ docker stop --time=1 31d43658af51847e140224bb60355e1484f032d868bcc924f937a17466c04e00 [2021-05-11T18:33:05.309Z] $ docker rm -f 31d43658af51847e140224bb60355e1484f032d868bcc924f937a17466c04e00 [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-05-11T18:33:06.645Z] + git log --format=format:%s -1 e697b4492d61b291e25afe90594ef703f17e91d3 [Pipeline] isUnix [Pipeline] sh [2021-05-11T18:33:06.965Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-05-11T18:33:06.965Z] . [Pipeline] withDockerContainer [2021-05-11T18:33:07.077Z] prd-centos7-docker-4c-2g-4563 does not seem to be running inside a container [2021-05-11T18:33:07.124Z] $ 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-05-11T18:33:08.019Z] $ docker top cd42dcf838ca948c86361204416de338a3f869b922a5c78bcd627639227d2922 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-05-11T18:33:08.206Z] [edgeXSemver]: ignoring command tag because GITSEMVER_HEAD_TAG is already set to 'v1.3.2-dev.9' [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-05-11T18:33:08.528Z] + git semver [Pipeline] } [2021-05-11T18:33:08.551Z] $ docker stop --time=1 cd42dcf838ca948c86361204416de338a3f869b922a5c78bcd627639227d2922 [2021-05-11T18:33:09.939Z] $ docker rm -f cd42dcf838ca948c86361204416de338a3f869b922a5c78bcd627639227d2922 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2021-05-11T18:33:10.458Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-05-11T18:33:10.458Z] [2021-05-11T18:33:10.458Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2021-05-11T18:33:10.786Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-05-11T18:33:10.786Z] 0.23.1-centos7: Pulling from edgex-lftools [2021-05-11T18:33:10.786Z] ab5ef0e58194: Pulling fs layer [2021-05-11T18:33:10.786Z] 9712f1f96733: Pulling fs layer [2021-05-11T18:33:10.786Z] 63f879dbbcfc: Pulling fs layer [2021-05-11T18:33:10.786Z] 0d9ebad4ef96: Pulling fs layer [2021-05-11T18:33:10.786Z] e9a5061849ea: Pulling fs layer [2021-05-11T18:33:10.786Z] d747dcd14b5f: Pulling fs layer [2021-05-11T18:33:10.786Z] 2de7ff778b66: Pulling fs layer [2021-05-11T18:33:10.786Z] e9a5061849ea: Waiting [2021-05-11T18:33:10.786Z] d747dcd14b5f: Waiting [2021-05-11T18:33:10.786Z] 2de7ff778b66: Waiting [2021-05-11T18:33:10.786Z] 0d9ebad4ef96: Waiting [2021-05-11T18:33:10.786Z] 9712f1f96733: Verifying Checksum [2021-05-11T18:33:10.786Z] 9712f1f96733: Download complete [2021-05-11T18:33:11.745Z] 63f879dbbcfc: Verifying Checksum [2021-05-11T18:33:11.745Z] 63f879dbbcfc: Download complete [2021-05-11T18:33:12.012Z] e9a5061849ea: Verifying Checksum [2021-05-11T18:33:12.012Z] e9a5061849ea: Download complete [2021-05-11T18:33:12.012Z] d747dcd14b5f: Verifying Checksum [2021-05-11T18:33:12.012Z] d747dcd14b5f: Download complete [2021-05-11T18:33:12.593Z] 2de7ff778b66: Verifying Checksum [2021-05-11T18:33:12.593Z] 2de7ff778b66: Download complete [2021-05-11T18:33:12.859Z] 0d9ebad4ef96: Verifying Checksum [2021-05-11T18:33:12.859Z] 0d9ebad4ef96: Download complete [2021-05-11T18:33:13.123Z] ab5ef0e58194: Verifying Checksum [2021-05-11T18:33:13.123Z] ab5ef0e58194: Download complete [2021-05-11T18:33:18.448Z] ab5ef0e58194: Pull complete [2021-05-11T18:33:18.448Z] 9712f1f96733: Pull complete [2021-05-11T18:33:20.391Z] 63f879dbbcfc: Pull complete [2021-05-11T18:33:27.181Z] 0d9ebad4ef96: Pull complete [2021-05-11T18:33:28.577Z] e9a5061849ea: Pull complete [2021-05-11T18:33:28.849Z] d747dcd14b5f: Pull complete [2021-05-11T18:33:31.420Z] 2de7ff778b66: Pull complete [2021-05-11T18:33:31.420Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2021-05-11T18:33:31.420Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-05-11T18:33:31.420Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2021-05-11T18:33:31.655Z] prd-centos7-docker-4c-2g-4563 does not seem to be running inside a container [2021-05-11T18:33:31.712Z] $ 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-05-11T18:33:36.082Z] $ docker top b1cf44c584b62b291f80597cddf5a570cd2f6cf73d3ed08520883b4c9f0aa12b -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2021-05-11T18:33:36.223Z] provisioning config files... [2021-05-11T18:33:36.236Z] copy managed file [sigul-config] to file:/w/workspace/gexfoundry_device-mqtt-go_master@tmp/config2688198685350162737tmp [2021-05-11T18:33:36.254Z] copy managed file [sigul-password] to file:/w/workspace/gexfoundry_device-mqtt-go_master@tmp/config2703179547950917889tmp [2021-05-11T18:33:36.270Z] copy managed file [sigul-pki] to file:/w/workspace/gexfoundry_device-mqtt-go_master@tmp/config1892206061206242261tmp [Pipeline] { [Pipeline] echo [2021-05-11T18:33:36.292Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-11T18:33:36.593Z] ---> sigul-configuration.sh [2021-05-11T18:33:36.593Z] gpg: directory `/root/.gnupg' created [2021-05-11T18:33:36.593Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2021-05-11T18:33:36.593Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2021-05-11T18:33:36.593Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2021-05-11T18:33:36.593Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2021-05-11T18:33:36.593Z] gpg: CAST5 encrypted data [2021-05-11T18:33:36.856Z] gpg: encrypted with 1 passphrase [2021-05-11T18:33:36.856Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2021-05-11T18:33:37.166Z] + mkdir /home/jenkins [2021-05-11T18:33:37.166Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2021-05-11T18:33:37.468Z] + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /root/sigul/vex-yul-edgex-jenkins-1.ci.codeaurora.org.p12 /home/jenkins/sigul/ [Pipeline] echo [2021-05-11T18:33:37.480Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-11T18:33:37.779Z] ---> sigul-install.sh [2021-05-11T18:33:44.383Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2021-05-11T18:33:44.688Z] + git tag --list [2021-05-11T18:33:44.688Z] 0.7.1 [2021-05-11T18:33:44.688Z] v1.0.0 [2021-05-11T18:33:44.688Z] v1.1.0 [2021-05-11T18:33:44.688Z] v1.1.1 [2021-05-11T18:33:44.688Z] v1.2.2 [2021-05-11T18:33:44.688Z] v1.3.0 [2021-05-11T18:33:44.688Z] v1.3.1 [2021-05-11T18:33:44.688Z] v1.3.1-dev.1 [2021-05-11T18:33:44.688Z] v1.3.1-dev.2 [2021-05-11T18:33:44.689Z] v1.3.1-dev.3 [2021-05-11T18:33:44.689Z] v1.3.1-dev.4 [2021-05-11T18:33:44.689Z] v1.3.2-dev.1 [2021-05-11T18:33:44.689Z] v1.3.2-dev.2 [2021-05-11T18:33:44.689Z] v1.3.2-dev.3 [2021-05-11T18:33:44.689Z] v1.3.2-dev.4 [2021-05-11T18:33:44.689Z] v1.3.2-dev.5 [2021-05-11T18:33:44.689Z] v1.3.2-dev.6 [2021-05-11T18:33:44.689Z] v1.3.2-dev.7 [2021-05-11T18:33:44.689Z] v1.3.2-dev.8 [2021-05-11T18:33:44.689Z] v1.3.2-dev.9 [Pipeline] sh [2021-05-11T18:33:44.993Z] + lftools sign git-tag v1.3.2-dev.10 [2021-05-11T18:33:46.387Z] Signing Git tag with Sigul... [2021-05-11T18:33:46.387Z] Signing v1.3.2-dev.10 [2021-05-11T18:33:46.649Z] Error while calling git, args ['git', 'show-ref', '-s', 'refs/tags/v1.3.2-dev.10'], return code 1, stdout , stderr [Pipeline] echo [2021-05-11T18:33:46.662Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-11T18:33:46.961Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2021-05-11T18:33:46.971Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2021-05-11T18:33:47.005Z] $ docker stop --time=1 b1cf44c584b62b291f80597cddf5a570cd2f6cf73d3ed08520883b4c9f0aa12b [2021-05-11T18:33:48.599Z] $ docker rm -f b1cf44c584b62b291f80597cddf5a570cd2f6cf73d3ed08520883b4c9f0aa12b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2021-05-11T18:33:49.281Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-05-11T18:33:49.281Z] . [Pipeline] withDockerContainer [2021-05-11T18:33:49.434Z] prd-centos7-docker-4c-2g-4563 does not seem to be running inside a container [2021-05-11T18:33:49.478Z] $ 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-05-11T18:33:50.237Z] $ docker top cb9a9e80c420fcfa11f7b2a8d6e8343047999a080c5d733a2147a895836d5fae -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-05-11T18:33:50.421Z] [edgeXSemver]: ignoring command bump pre because GITSEMVER_HEAD_TAG is already set to 'v1.3.2-dev.9' [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-05-11T18:33:50.748Z] + git semver [Pipeline] } [2021-05-11T18:33:50.765Z] $ docker stop --time=1 cb9a9e80c420fcfa11f7b2a8d6e8343047999a080c5d733a2147a895836d5fae [2021-05-11T18:33:52.155Z] $ docker rm -f cb9a9e80c420fcfa11f7b2a8d6e8343047999a080c5d733a2147a895836d5fae [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2021-05-11T18:33:52.606Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-05-11T18:33:52.606Z] . [Pipeline] withDockerContainer [2021-05-11T18:33:52.715Z] prd-centos7-docker-4c-2g-4563 does not seem to be running inside a container [2021-05-11T18:33:52.760Z] $ 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-05-11T18:33:53.550Z] $ docker top 1eac0f9427b9ae5652e8834864185b36373f7133c9c35735c246c67e1100d4b7 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-05-11T18:33:53.705Z] [edgeXSemver]: ignoring command push because GITSEMVER_HEAD_TAG is already set to 'v1.3.2-dev.9' [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-05-11T18:33:54.024Z] + git semver [Pipeline] } [2021-05-11T18:33:54.043Z] $ docker stop --time=1 1eac0f9427b9ae5652e8834864185b36373f7133c9c35735c246c67e1100d4b7 [2021-05-11T18:33:55.397Z] $ docker rm -f 1eac0f9427b9ae5652e8834864185b36373f7133c9c35735c246c67e1100d4b7 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Bump Experimental Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Bump Stable (Named) Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2021-05-11T18:33:56.161Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-11T18:33:57.042Z] ---> package-listing.sh [2021-05-11T18:33:57.042Z] ++ facter osfamily [2021-05-11T18:33:57.042Z] ++ tr '[:upper:]' '[:lower:]' [2021-05-11T18:33:57.042Z] + OS_FAMILY=redhat [2021-05-11T18:33:57.042Z] + workspace=/w/workspace/gexfoundry_device-mqtt-go_master [2021-05-11T18:33:57.042Z] + START_PACKAGES=/tmp/packages_start.txt [2021-05-11T18:33:57.042Z] + END_PACKAGES=/tmp/packages_end.txt [2021-05-11T18:33:57.042Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-05-11T18:33:57.042Z] + PACKAGES=/tmp/packages_start.txt [2021-05-11T18:33:57.042Z] + '[' /w/workspace/gexfoundry_device-mqtt-go_master ']' [2021-05-11T18:33:57.042Z] + PACKAGES=/tmp/packages_end.txt [2021-05-11T18:33:57.042Z] + case "${OS_FAMILY}" in [2021-05-11T18:33:57.042Z] + rpm -qa [2021-05-11T18:33:57.042Z] + sort [2021-05-11T18:34:02.354Z] + '[' -f /tmp/packages_start.txt ']' [2021-05-11T18:34:02.354Z] + '[' -f /tmp/packages_end.txt ']' [2021-05-11T18:34:02.354Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-05-11T18:34:02.354Z] + '[' /w/workspace/gexfoundry_device-mqtt-go_master ']' [2021-05-11T18:34:02.354Z] + mkdir -p /w/workspace/gexfoundry_device-mqtt-go_master/archives/ [2021-05-11T18:34:02.354Z] + 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-05-11T18:34:02.369Z] 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-05-11T18:34:02.661Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-05-11T18:34:02.973Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-05-11T18:34:02.973Z] [2021-05-11T18:34:02.973Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-05-11T18:34:03.298Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-05-11T18:34:03.298Z] alpine: Pulling from edgex-lftools-log-publisher [2021-05-11T18:34:03.298Z] df20fa9351a1: Pulling fs layer [2021-05-11T18:34:03.298Z] 36b3adc4ff6f: Pulling fs layer [2021-05-11T18:34:03.298Z] 8ad3a11d3b57: Pulling fs layer [2021-05-11T18:34:03.298Z] 46f8f816bc3b: Pulling fs layer [2021-05-11T18:34:03.298Z] 93b61091891f: Pulling fs layer [2021-05-11T18:34:03.298Z] 93b9cdb0e59b: Pulling fs layer [2021-05-11T18:34:03.298Z] 5e14af77c1be: Pulling fs layer [2021-05-11T18:34:03.298Z] 01666e4c0597: Pulling fs layer [2021-05-11T18:34:03.298Z] aa168da1d23b: Pulling fs layer [2021-05-11T18:34:03.298Z] 93b9cdb0e59b: Waiting [2021-05-11T18:34:03.298Z] 5e14af77c1be: Waiting [2021-05-11T18:34:03.298Z] 01666e4c0597: Waiting [2021-05-11T18:34:03.298Z] aa168da1d23b: Waiting [2021-05-11T18:34:03.298Z] 46f8f816bc3b: Waiting [2021-05-11T18:34:03.298Z] 93b61091891f: Waiting [2021-05-11T18:34:03.298Z] 36b3adc4ff6f: Verifying Checksum [2021-05-11T18:34:03.298Z] 36b3adc4ff6f: Download complete [2021-05-11T18:34:03.298Z] 46f8f816bc3b: Download complete [2021-05-11T18:34:03.298Z] df20fa9351a1: Verifying Checksum [2021-05-11T18:34:03.298Z] df20fa9351a1: Download complete [2021-05-11T18:34:03.298Z] 93b9cdb0e59b: Verifying Checksum [2021-05-11T18:34:03.298Z] 93b9cdb0e59b: Download complete [2021-05-11T18:34:03.562Z] 5e14af77c1be: Verifying Checksum [2021-05-11T18:34:03.562Z] 5e14af77c1be: Download complete [2021-05-11T18:34:03.562Z] 01666e4c0597: Download complete [2021-05-11T18:34:03.562Z] 93b61091891f: Verifying Checksum [2021-05-11T18:34:03.562Z] 93b61091891f: Download complete [2021-05-11T18:34:03.562Z] 8ad3a11d3b57: Verifying Checksum [2021-05-11T18:34:03.562Z] 8ad3a11d3b57: Download complete [2021-05-11T18:34:03.834Z] df20fa9351a1: Pull complete [2021-05-11T18:34:04.421Z] 36b3adc4ff6f: Pull complete [2021-05-11T18:34:05.379Z] 8ad3a11d3b57: Pull complete [2021-05-11T18:34:05.642Z] aa168da1d23b: Verifying Checksum [2021-05-11T18:34:05.642Z] aa168da1d23b: Download complete [2021-05-11T18:34:05.905Z] 46f8f816bc3b: Pull complete [2021-05-11T18:34:06.484Z] 93b61091891f: Pull complete [2021-05-11T18:34:06.484Z] 93b9cdb0e59b: Pull complete [2021-05-11T18:34:06.747Z] 5e14af77c1be: Pull complete [2021-05-11T18:34:06.747Z] 01666e4c0597: Pull complete [2021-05-11T18:34:14.943Z] aa168da1d23b: Pull complete [2021-05-11T18:34:14.943Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-05-11T18:34:14.943Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-05-11T18:34:14.943Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-05-11T18:34:15.080Z] prd-centos7-docker-4c-2g-4563 does not seem to be running inside a container [2021-05-11T18:34:15.130Z] $ 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-05-11T18:34:17.869Z] $ docker top e282716d31cba838be8d57258cd9d9db1c4556fc32d8757b2c9cf2bca4e1f01c -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-11T18:34:18.310Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-05-11T18:34:18.609Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-05-11T18:34:18.910Z] + ls /var/log/sa-host [2021-05-11T18:34:18.910Z] + sadf -c /var/log/sa-host/sa11 [2021-05-11T18:34:18.910Z] file_magic: OK [2021-05-11T18:34:18.910Z] HZ: Using current value: 100 [2021-05-11T18:34:18.910Z] file_header: OK [2021-05-11T18:34:18.910Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-05-11T18:34:18.910Z] Statistics: [2021-05-11T18:34:18.910Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-05-11T18:34:18.910Z] File successfully converted to sysstat format version 12.2.1 [2021-05-11T18:34:18.910Z] + sadf -c /var/log/sa-host/sa23 [2021-05-11T18:34:18.911Z] file_magic: OK [2021-05-11T18:34:18.911Z] HZ: Using current value: 100 [2021-05-11T18:34:18.911Z] file_header: OK [2021-05-11T18:34:18.911Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-05-11T18:34:18.911Z] Statistics: [2021-05-11T18:34:18.911Z] Hnuu...uuuununununu... [2021-05-11T18:34:18.911Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-05-11T18:34:19.119Z] provisioning config files... [2021-05-11T18:34:19.142Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/gexfoundry_device-mqtt-go_master@tmp/config7546927149152683891tmp [Pipeline] { [Pipeline] echo [2021-05-11T18:34:19.165Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-11T18:34:19.492Z] ---> create-netrc.sh [Pipeline] } [2021-05-11T18:34:19.503Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-05-11T18:34:19.530Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-11T18:34:19.854Z] ---> python-tools-install.sh [Pipeline] echo [2021-05-11T18:34:19.867Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-11T18:34:20.168Z] ---> sudo-logs.sh [2021-05-11T18:34:20.168Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-05-11T18:34:20.464Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-11T18:34:20.761Z] ---> job-cost.sh [2021-05-11T18:34:20.761Z] lf-activate-venv: SKIPPING [2021-05-11T18:34:20.761Z] DEBUG: total: 0.20999999344348907 [2021-05-11T18:34:20.761Z] INFO: Retrieving Stack Cost... [2021-05-11T18:34:21.708Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-05-11T18:34:22.283Z] INFO: Archiving Costs [Pipeline] echo [2021-05-11T18:34:22.299Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-11T18:34:22.594Z] ---> logs-deploy.sh [2021-05-11T18:34:22.595Z] lf-activate-venv: SKIPPING [2021-05-11T18:34:22.595Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-mqtt-go/master/41 [2021-05-11T18:34:22.595Z] INFO: archiving workspace using pattern(s): [2021-05-11T18:34:23.986Z] Archives upload complete. [2021-05-11T18:34:24.250Z] INFO: archiving logs to Nexus