Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from c3ea08299f7873d083b04f44694daa6999a66061 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 69a7e166112f335804d9fea76440e5140e47f034 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 69a7e166112f335804d9fea76440e5140e47f034 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 69a7e166112f335804d9fea76440e5140e47f034 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 69a7e166112f335804d9fea76440e5140e47f034 # timeout=10 Commit message: "Merge pull request #314 from ernestojeda/go-mod-semver-bump" > 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 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 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 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 # timeout=10 Commit message: "Add license check to tox" > 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.15 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-device-mqtt-go DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: true PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-24894 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 > 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 Checking out Revision c3ea08299f7873d083b04f44694daa6999a66061 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f c3ea08299f7873d083b04f44694daa6999a66061 # timeout=10 Commit message: "Merge pull request #208 from edgexfoundry/dependabot/go_modules/github.com/stretchr/testify-1.7.0" > git rev-list --no-walk d5ef6aceaa20df75d28f5e1ed8312e2f24c8f2e4 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 05:07:41 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 05:07:41 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 05:07:41 ========================================================= 05:07:41 EdgeX Global Pipelines Version Info 05:07:41 ========================================================= [Pipeline] libraryResource [Pipeline] sh 05:07:42 ------------------- 05:07:42 stable info: 05:07:42 ------------------- 05:07:42 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 05:07:42 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 05:07:42 Message: update stable to v1.0.179 05:07:43 ------------------- 05:07:43 experimental info: 05:07:43 ------------------- 05:07:43 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 05:07:43 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 05:07:43 Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 05:07:44 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-mqtt-go-settings [Pipeline] echo 05:07:44 [edgeXSetupEnvironment]: set envvar PROJECT = device-mqtt-go [Pipeline] echo 05:07:44 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 05:07:44 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 05:07:44 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 05:07:44 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 05:07:44 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 05:07:44 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 05:07:44 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 05:07:45 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 05:07:45 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 05:07:45 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-mqtt-go [Pipeline] echo 05:07:45 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 05:07:45 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 05:07:45 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 05:07:45 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 05:07:45 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 05:07:45 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 05:07:45 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 05:07:45 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 05:07:46 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 05:07:46 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 05:07:46 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 05:07:46 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 05:07:46 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 05:07:46 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 05:07:46 [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo 05:07:46 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo 05:07:46 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo 05:07:46 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo 05:07:47 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = c3ea08299f7873d083b04f44694daa6999a66061 [Pipeline] echo 05:07:47 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = c3ea082 [Pipeline] echo 05:07:47 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 05:07:47 provisioning config files... 05:07:47 copy managed file [device-mqtt-go-settings] to file:/w/workspace/gexfoundry_device-mqtt-go_master@tmp/config3332731838529129056tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 05:07:47 ---> docker-login.sh 05:07:47 nexus3.edgexfoundry.org:10001 05:07:48 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:07:48 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:07:48 Configure a credential helper to remove this warning. See 05:07:48 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:07:48 05:07:48 Login Succeeded 05:07:48 nexus3.edgexfoundry.org:10002 05:07:48 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:07:48 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:07:48 Configure a credential helper to remove this warning. See 05:07:48 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:07:48 05:07:48 Login Succeeded 05:07:48 nexus3.edgexfoundry.org:10003 05:07:48 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:07:48 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:07:48 Configure a credential helper to remove this warning. See 05:07:48 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:07:48 05:07:48 Login Succeeded 05:07:48 nexus3.edgexfoundry.org:10004 05:07:48 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:07:48 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:07:48 Configure a credential helper to remove this warning. See 05:07:48 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:07:48 05:07:48 Login Succeeded 05:07:48 docker.io 05:07:48 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:07:49 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:07:49 Configure a credential helper to remove this warning. See 05:07:49 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:07:49 05:07:49 Login Succeeded 05:07:49 ---> docker-login.sh ends [Pipeline] } 05:07:49 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 05:07:50 + git log --format=format:%s -1 c3ea08299f7873d083b04f44694daa6999a66061 [Pipeline] echo 05:07:50 GIT_COMMIT: c3ea08299f7873d083b04f44694daa6999a66061, Commit Message: Merge pull request #208 from edgexfoundry/dependabot/go_modules/github.com/stretchr/testify-1.7.0 [Pipeline] echo 05:07:50 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 05:07:51 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 05:07:51 05:07:51 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 05:07:51 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 05:07:51 latest: Pulling from edgex-devops/git-semver 05:07:51 31603596830f: Pulling fs layer 05:07:51 2a8b12db71e7: Pulling fs layer 05:07:51 6ca5941a6612: Pulling fs layer 05:07:51 ecc8261a40a4: Pulling fs layer 05:07:51 ecc8261a40a4: Waiting 05:07:51 2a8b12db71e7: Verifying Checksum 05:07:51 2a8b12db71e7: Download complete 05:07:51 31603596830f: Verifying Checksum 05:07:51 31603596830f: Download complete 05:07:51 6ca5941a6612: Verifying Checksum 05:07:51 6ca5941a6612: Download complete 05:07:51 ecc8261a40a4: Verifying Checksum 05:07:51 ecc8261a40a4: Download complete 05:07:51 31603596830f: Pull complete 05:07:52 2a8b12db71e7: Pull complete 05:07:52 6ca5941a6612: Pull complete 05:07:53 ecc8261a40a4: Pull complete 05:07:53 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 05:07:53 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 05:07:53 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 05:07:53 prd-centos7-docker-4c-2g-24894 does not seem to be running inside a container 05:07:53 $ 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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 05:07:55 $ docker top 7d307113df01b6c9b6ae68e12ef67eaa4bb89478e286df15618b7e269f772270 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 05:07:56 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 05:07:56 [ssh-agent] Looking for ssh-agent implementation... 05:07:56 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 05:07:56 $ docker exec 7d307113df01b6c9b6ae68e12ef67eaa4bb89478e286df15618b7e269f772270 ssh-agent 05:07:56 SSH_AUTH_SOCK=/tmp/ssh-fUElCYDcZmRp/agent.11 05:07:56 SSH_AGENT_PID=16 05:07:56 Running ssh-add (command line suppressed) 05:07:56 Identity added: /w/workspace/gexfoundry_device-mqtt-go_master@tmp/private_key_7476951783609044886.key (/w/workspace/gexfoundry_device-mqtt-go_master@tmp/private_key_7476951783609044886.key) 05:07:57 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 05:07:57 + git tag --points-at HEAD [Pipeline] } 05:07:57 $ docker exec --env ******** --env ******** 7d307113df01b6c9b6ae68e12ef67eaa4bb89478e286df15618b7e269f772270 ssh-agent -k 05:07:57 unset SSH_AUTH_SOCK; 05:07:57 unset SSH_AGENT_PID; 05:07:57 echo Agent pid 16 killed; 05:07:57 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 05:07:57 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 05:07:57 [ssh-agent] Looking for ssh-agent implementation... 05:07:57 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 05:07:57 $ docker exec 7d307113df01b6c9b6ae68e12ef67eaa4bb89478e286df15618b7e269f772270 ssh-agent 05:07:58 SSH_AUTH_SOCK=/tmp/ssh-d9OXlPL8iSKf/agent.45 05:07:58 SSH_AGENT_PID=50 05:07:58 Running ssh-add (command line suppressed) 05:07:58 Identity added: /w/workspace/gexfoundry_device-mqtt-go_master@tmp/private_key_6831486250478740963.key (/w/workspace/gexfoundry_device-mqtt-go_master@tmp/private_key_6831486250478740963.key) 05:07:58 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 05:07:58 + git semver init 05:07:58 # -> Open(): unable to determine branch for HEAD 05:07:58 # $GIT_DIR = /w/workspace/gexfoundry_device-mqtt-go_master/.git 05:07:58 # $GIT_WORK_TREE = /w/workspace/gexfoundry_device-mqtt-go_master 05:07:58 # $SEMVER_REMOTE_NAME = origin 05:07:58 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 05:07:58 # $SEMVER_USER_NAME = edgex-jenkins 05:07:58 # $SEMVER_BRANCH = master 05:07:58 # $SEMVER_TEMP = /tmp/semver-485333670 05:07:58 # git clone --branch semver git@github.com:edgexfoundry/device-mqtt-go.git $SEMVER_TEMP 05:07:58 # '/tmp/semver-485333670' -> '/w/workspace/gexfoundry_device-mqtt-go_master/.semver' 05:07:58 # -> Force: false 05:07:58 # $SEMVER_DIR = /w/workspace/gexfoundry_device-mqtt-go_master/.semver [Pipeline] } 05:07:58 $ docker exec --env ******** --env ******** 7d307113df01b6c9b6ae68e12ef67eaa4bb89478e286df15618b7e269f772270 ssh-agent -k 05:07:58 unset SSH_AUTH_SOCK; 05:07:58 unset SSH_AGENT_PID; 05:07:58 echo Agent pid 50 killed; 05:07:58 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 05:07:59 + git semver [Pipeline] } 05:07:59 $ docker stop --time=1 7d307113df01b6c9b6ae68e12ef67eaa4bb89478e286df15618b7e269f772270 05:08:01 $ docker rm -f 7d307113df01b6c9b6ae68e12ef67eaa4bb89478e286df15618b7e269f772270 [Pipeline] // withDockerContainer [Pipeline] sh 05:08:01 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 05:08:02 Stashed 1 file(s) [Pipeline] echo 05:08:02 [edgeXSemver]: initialized semver on version 1.3.2-dev.3 [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 05:08:17 Still waiting to schedule task 05:08:17 ‘prd-centos7-blackbox-4c-2g-24093’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-centos7-docker-4c-2g-24886’ is offline; ‘prd-centos7-docker-4c-2g-24888’ is offline; ‘prd-centos7-docker-4c-2g-24895’ is offline; ‘prd-ubuntu18.04-docker-8c-8g-24883’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-24890’ doesn’t have label ‘centos7-docker-4c-2g’ 05:08:17 Still waiting to schedule task 05:08:17 ‘prd-ubuntu18.04-docker-arm64-4c-16g-24890’ is offline 05:09:18 Running on prd-centos7-docker-4c-2g-24897 in /w/workspace/gexfoundry_device-mqtt-go_master [Pipeline] { [Pipeline] ws 05:09:18 Running in /w/workspace/device-mqtt-go/33 [Pipeline] { [Pipeline] checkout 05:09:21 using credential edgex-jenkins-ssh 05:09:21 Cloning the remote Git repository 05:09:21 Cloning repository git@github.com:edgexfoundry/device-mqtt-go.git 05:09:21 > git init /w/workspace/device-mqtt-go/33 # timeout=10 05:09:21 Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git 05:09:21 > git --version # timeout=10 05:09:21 > git --version # 'git version 2.24.3' 05:09:21 using GIT_SSH to set credentials SSH Credentials for GitHub 05:09:21 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 05:09:21 > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 05:09:21 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 05:09:21 > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 05:09:21 Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git 05:09:21 using GIT_SSH to set credentials SSH Credentials for GitHub 05:09:21 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 05:09:22 Checking out Revision c3ea08299f7873d083b04f44694daa6999a66061 (master) 05:09:22 > git config core.sparsecheckout # timeout=10 05:09:22 > git checkout -f c3ea08299f7873d083b04f44694daa6999a66061 # timeout=10 05:09:26 Commit message: "Merge pull request #208 from edgexfoundry/dependabot/go_modules/github.com/stretchr/testify-1.7.0" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 05:09:27 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 05:09:27 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 05:09:27 + sudo service docker restart 05:09:27 + true 05:09:27 Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 05:09:28 provisioning config files... 05:09:28 copy managed file [device-mqtt-go-settings] to file:/w/workspace/device-mqtt-go/33@tmp/config9092157966959279385tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 05:09:29 ---> docker-login.sh 05:09:29 nexus3.edgexfoundry.org:10001 05:09:29 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:09:29 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:09:29 Configure a credential helper to remove this warning. See 05:09:29 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:09:29 05:09:29 Login Succeeded 05:09:29 nexus3.edgexfoundry.org:10002 05:09:29 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:09:29 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:09:29 Configure a credential helper to remove this warning. See 05:09:29 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:09:29 05:09:29 Login Succeeded 05:09:29 nexus3.edgexfoundry.org:10003 05:09:30 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:09:30 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:09:30 Configure a credential helper to remove this warning. See 05:09:30 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:09:30 05:09:30 Login Succeeded 05:09:30 nexus3.edgexfoundry.org:10004 05:09:30 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:09:30 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:09:30 Configure a credential helper to remove this warning. See 05:09:30 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:09:30 05:09:30 Login Succeeded 05:09:30 docker.io 05:09:30 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:09:30 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:09:30 Configure a credential helper to remove this warning. See 05:09:30 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:09:30 05:09:30 Login Succeeded 05:09:30 ---> docker-login.sh ends [Pipeline] } 05:09:30 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 05:09:30 ========================================================= 05:09:30 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 05:09:30 ========================================================= [Pipeline] isUnix [Pipeline] sh 05:09:31 + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . 05:09:31 Sending build context to Docker daemon 489.5kB 05:09:31 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 05:09:31 Step 2/8 : FROM ${BASE} 05:09:31 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 05:09:31 188c0c94c7c5: Pulling fs layer 05:09:31 0ef7d3d256c8: Pulling fs layer 05:09:31 de9db76c5a1d: Pulling fs layer 05:09:31 bca2f99d35d6: Pulling fs layer 05:09:31 93359f2a8cfa: Pulling fs layer 05:09:31 7c6f9722023f: Pulling fs layer 05:09:31 a35cf1a2eb13: Pulling fs layer 05:09:31 93359f2a8cfa: Waiting 05:09:31 7c6f9722023f: Waiting 05:09:31 a35cf1a2eb13: Waiting 05:09:31 bca2f99d35d6: Waiting 05:09:31 de9db76c5a1d: Verifying Checksum 05:09:31 de9db76c5a1d: Download complete 05:09:31 0ef7d3d256c8: Download complete 05:09:31 93359f2a8cfa: Verifying Checksum 05:09:31 93359f2a8cfa: Download complete 05:09:31 188c0c94c7c5: Verifying Checksum 05:09:31 188c0c94c7c5: Download complete 05:09:31 7c6f9722023f: Verifying Checksum 05:09:31 7c6f9722023f: Download complete 05:09:31 188c0c94c7c5: Pull complete 05:09:31 0ef7d3d256c8: Pull complete 05:09:32 de9db76c5a1d: Pull complete 05:09:34 a35cf1a2eb13: Verifying Checksum 05:09:34 bca2f99d35d6: Verifying Checksum 05:09:34 bca2f99d35d6: Download complete 05:09:40 bca2f99d35d6: Pull complete 05:09:40 93359f2a8cfa: Pull complete 05:09:40 7c6f9722023f: Pull complete 05:09:45 a35cf1a2eb13: Pull complete 05:09:45 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 05:09:45 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 05:09:45 ---> a62c8e92a672 05:09:45 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IOTech' 05:09:45 ---> Running in 60756cc9a715 05:09:45 Removing intermediate container 60756cc9a715 05:09:45 ---> 5da1bad759d4 05:09:45 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 05:09:45 ---> Running in 3220699566f9 05:09:47 Removing intermediate container 3220699566f9 05:09:47 ---> 52544e6691e9 05:09:47 Step 5/8 : RUN apk add --update --no-cache make git openssh build-base 05:09:47 ---> Running in dd527ac50d49 05:09:47 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 05:09:48 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 05:09:48 (1/14) Installing libmagic (5.38-r0) 05:09:49 (2/14) Installing file (5.38-r0) 05:09:49 (3/14) Installing libc-dev (0.7.2-r3) 05:09:49 (4/14) Installing g++ (9.3.0-r2) 05:09:54 (5/14) Installing fortify-headers (1.1-r0) 05:09:54 (6/14) Installing patch (2.7.6-r6) 05:09:54 (7/14) Installing build-base (0.5-r2) 05:09:54 (8/14) Installing openssh-keygen (8.3_p1-r1) 05:09:54 (9/14) Installing libedit (20191231.3.1-r0) 05:09:54 (10/14) Installing openssh-client (8.3_p1-r1) 05:09:54 (11/14) Installing openssh-sftp-server (8.3_p1-r1) 05:09:55 (12/14) Installing openssh-server-common (8.3_p1-r1) 05:09:55 (13/14) Installing openssh-server (8.3_p1-r1) 05:09:55 (14/14) Installing openssh (8.3_p1-r1) 05:09:55 Executing busybox-1.31.1-r19.trigger 05:09:55 OK: 237 MiB in 53 packages 05:09:58 Removing intermediate container dd527ac50d49 05:09:58 ---> a55f2bde13a3 05:09:58 Step 6/8 : WORKDIR /device-mqtt-go 05:09:58 ---> Running in 69e1024a65eb 05:09:58 Removing intermediate container 69e1024a65eb 05:09:58 ---> adc0e55dc9d8 05:09:58 Step 7/8 : COPY . . 05:09:59 ---> 257385beac7a 05:09:59 Step 8/8 : RUN go mod download 05:09:59 ---> Running in fd4ce377246a 05:10:08 Running on prd-ubuntu18.04-docker-arm64-4c-16g-24898 in /w/workspace/gexfoundry_device-mqtt-go_master [Pipeline] { [Pipeline] ws 05:10:08 Running in /w/workspace/device-mqtt-go/33 [Pipeline] { [Pipeline] checkout 05:10:13 using credential edgex-jenkins-ssh 05:10:13 Cloning the remote Git repository 05:10:13 Cloning repository git@github.com:edgexfoundry/device-mqtt-go.git 05:10:13 > git init /w/workspace/device-mqtt-go/33 # timeout=10 05:10:14 Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git 05:10:14 > git --version # timeout=10 05:10:14 > git --version # 'git version 2.17.1' 05:10:14 using GIT_SSH to set credentials SSH Credentials for GitHub 05:10:14 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 05:10:15 Checking out Revision c3ea08299f7873d083b04f44694daa6999a66061 (master) 05:10:14 > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 05:10:14 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 05:10:14 > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 05:10:15 Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git 05:10:15 using GIT_SSH to set credentials SSH Credentials for GitHub 05:10:15 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 05:10:15 > git config core.sparsecheckout # timeout=10 05:10:15 > git checkout -f c3ea08299f7873d083b04f44694daa6999a66061 # timeout=10 05:10:19 Commit message: "Merge pull request #208 from edgexfoundry/dependabot/go_modules/github.com/stretchr/testify-1.7.0" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 05:10:21 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 05:10:21 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 05:10:21 Removing intermediate container fd4ce377246a 05:10:21 ---> 4b07c2aa2676 05:10:21 Successfully built 4b07c2aa2676 05:10:21 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 05:10:22 + sudo service docker restart 05:10:22 + true 05:10:22 + docker inspect -f . ci-base-image-x86_64 05:10:22 . [Pipeline] withDockerContainer 05:10:22 prd-centos7-docker-4c-2g-24897 does not seem to be running inside a container 05:10:22 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-mqtt-go/33 -v /w/workspace/device-mqtt-go/33:/w/workspace/device-mqtt-go/33:rw,z -v /w/workspace/device-mqtt-go/33@tmp:/w/workspace/device-mqtt-go/33@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 ******** -e ******** ci-base-image-x86_64 cat 05:10:23 $ docker top f239d8add448aba4a86065817e20b1ed62ca57476f90b88fbafeddb8ad177720 -eo pid,comm [Pipeline] { [Pipeline] sh 05:10:23 + go version 05:10:23 go version go1.15.5 linux/amd64 [Pipeline] } 05:10:24 $ docker stop --time=1 f239d8add448aba4a86065817e20b1ed62ca57476f90b88fbafeddb8ad177720 05:10:25 $ docker rm -f f239d8add448aba4a86065817e20b1ed62ca57476f90b88fbafeddb8ad177720 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] withEnv [Pipeline] { [Pipeline] // script [Pipeline] } [Pipeline] wrap 05:10:25 provisioning config files... [Pipeline] // stage 05:10:25 copy managed file [device-mqtt-go-settings] to file:/w/workspace/device-mqtt-go/33@tmp/config4855072157477799186tmp [Pipeline] { [Pipeline] stage [Pipeline] { (Test) [Pipeline] libraryResource [Pipeline] sh [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 05:10:26 ---> docker-login.sh 05:10:26 nexus3.edgexfoundry.org:10001 05:10:26 + docker inspect -f . ci-base-image-x86_64 05:10:26 . [Pipeline] withDockerContainer 05:10:26 prd-centos7-docker-4c-2g-24897 does not seem to be running inside a container 05:10:26 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-mqtt-go/33 -v /w/workspace/device-mqtt-go/33:/w/workspace/device-mqtt-go/33:rw,z -v /w/workspace/device-mqtt-go/33@tmp:/w/workspace/device-mqtt-go/33@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 ******** -e ******** ci-base-image-x86_64 cat 05:10:27 $ docker top 5eadbcd5f21428f28cfd850fb6e3376f69cee64d2b300caaf941961aed3cadbb -eo pid,comm 05:10:27 WARNING! Using --password via the CLI is insecure. Use --password-stdin. [Pipeline] { [Pipeline] sh 05:10:27 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:10:27 Configure a credential helper to remove this warning. See 05:10:27 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:10:27 05:10:27 Login Succeeded 05:10:27 nexus3.edgexfoundry.org:10002 05:10:27 + make test 05:10:27 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out 05:10:28 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:10:28 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:10:28 Configure a credential helper to remove this warning. See 05:10:28 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:10:28 05:10:28 Login Succeeded 05:10:28 nexus3.edgexfoundry.org:10003 05:10:28 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:10:28 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:10:28 Configure a credential helper to remove this warning. See 05:10:28 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:10:28 05:10:28 Login Succeeded 05:10:28 nexus3.edgexfoundry.org:10004 05:10:28 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:10:29 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:10:29 Configure a credential helper to remove this warning. See 05:10:29 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:10:29 05:10:29 Login Succeeded 05:10:29 docker.io 05:10:29 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:10:29 ? github.com/edgexfoundry/device-mqtt-go [no test files] 05:10:29 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:10:29 Configure a credential helper to remove this warning. See 05:10:29 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:10:29 05:10:29 Login Succeeded 05:10:29 ---> docker-login.sh ends [Pipeline] } 05:10:29 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 05:10:30 ========================================================= 05:10:30 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 05:10:30 ========================================================= [Pipeline] isUnix [Pipeline] sh 05:10:30 + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . 05:10:30 Sending build context to Docker daemon 488.4kB 05:10:30 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 05:10:30 Step 2/8 : FROM ${BASE} 05:10:31 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 05:10:31 5f621e34cdf4: Pulling fs layer 05:10:31 a4357932f1b6: Pulling fs layer 05:10:31 18c013af1878: Pulling fs layer 05:10:31 00ac8860ef70: Pulling fs layer 05:10:31 63d7cb157983: Pulling fs layer 05:10:31 b116817d02f9: Pulling fs layer 05:10:31 745a02a5169b: Pulling fs layer 05:10:31 00ac8860ef70: Waiting 05:10:31 63d7cb157983: Waiting 05:10:31 b116817d02f9: Waiting 05:10:31 745a02a5169b: Waiting 05:10:31 18c013af1878: Verifying Checksum 05:10:31 18c013af1878: Download complete 05:10:31 a4357932f1b6: Verifying Checksum 05:10:31 a4357932f1b6: Download complete 05:10:31 63d7cb157983: Verifying Checksum 05:10:31 63d7cb157983: Download complete 05:10:31 b116817d02f9: Verifying Checksum 05:10:31 b116817d02f9: Download complete 05:10:31 5f621e34cdf4: Verifying Checksum 05:10:31 5f621e34cdf4: Download complete 05:10:32 5f621e34cdf4: Pull complete 05:10:33 a4357932f1b6: Pull complete 05:10:33 18c013af1878: Pull complete 05:10:34 745a02a5169b: Verifying Checksum 05:10:34 745a02a5169b: Download complete 05:10:35 00ac8860ef70: Verifying Checksum 05:10:35 00ac8860ef70: Download complete 05:10:44 ? github.com/edgexfoundry/device-mqtt-go/cmd [no test files] 05:10:44 ok github.com/edgexfoundry/device-mqtt-go/internal/driver 0.010s coverage: 26.5% of statements 05:10:44 ? github.com/edgexfoundry/device-mqtt-go/mock [no test files] 05:10:44 CGO_ENABLED=0 GO111MODULE=on go vet ./... 05:10:45 00ac8860ef70: Pull complete 05:10:45 63d7cb157983: Pull complete 05:10:45 b116817d02f9: Pull complete 05:10:47 gofmt -l . 05:10:47 ["`gofmt -l .`" = ""] 05:10:47 ./bin/test-attribution-txt.sh 05:10:47 ./bin/test-go-mod-tidy.sh [Pipeline] } 05:10:48 $ docker stop --time=1 5eadbcd5f21428f28cfd850fb6e3376f69cee64d2b300caaf941961aed3cadbb 05:10:49 745a02a5169b: Pull complete 05:10:49 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 05:10:49 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 05:10:49 ---> b7e6874047d6 05:10:49 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IOTech' 05:10:50 $ docker rm -f 5eadbcd5f21428f28cfd850fb6e3376f69cee64d2b300caaf941961aed3cadbb [Pipeline] // withDockerContainer [Pipeline] sh 05:10:51 + sudo chown -R jenkins:jenkins . [Pipeline] stash 05:10:51 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } 05:10:51 ---> Running in 3cdf13ba7651 [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) 05:10:52 Removing intermediate container 3cdf13ba7651 05:10:52 ---> 70f6dd1ac404 05:10:52 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 05:10:52 ---> Running in d1470c29be22 [Pipeline] sh 05:10:54 + sudo chown -R jenkins:jenkins . [Pipeline] sh 05:10:54 + ls -al . 05:10:54 total 100 05:10:54 drwxrwxr-x. 9 jenkins jenkins 4096 Feb 4 05:10 . 05:10:54 drwxrwxr-x. 4 jenkins jenkins 30 Feb 4 05:09 .. 05:10:54 -rw-rw-r--. 1 jenkins jenkins 6165 Feb 4 05:09 Attribution.txt 05:10:54 drwxrwxr-x. 2 jenkins jenkins 87 Feb 4 05:09 bin 05:10:54 drwxrwxr-x. 3 jenkins jenkins 32 Feb 4 05:09 cmd 05:10:54 -rw-r--r--. 1 jenkins jenkins 20209 Feb 4 05:10 coverage.out 05:10:54 -rw-rw-r--. 1 jenkins jenkins 1941 Feb 4 05:09 Dockerfile 05:10:54 -rw-rw-r--. 1 jenkins jenkins 957 Feb 4 05:09 Dockerfile.build 05:10:54 -rw-rw-r--. 1 jenkins jenkins 140 Feb 4 05:09 .dockerignore 05:10:54 drwxrwxr-x. 8 jenkins jenkins 162 Feb 4 05:09 .git 05:10:54 drwxrwxr-x. 2 jenkins jenkins 103 Feb 4 05:09 .github 05:10:54 -rw-rw-r--. 1 jenkins jenkins 336 Feb 4 05:09 .gitignore 05:10:54 -rw-r--r--. 1 jenkins jenkins 495 Feb 4 05:10 go.mod 05:10:54 -rw-r--r--. 1 jenkins jenkins 16162 Feb 4 05:10 go.sum 05:10:54 drwxrwxr-x. 3 jenkins jenkins 20 Feb 4 05:09 internal 05:10:54 -rw-rw-r--. 1 jenkins jenkins 677 Feb 4 05:09 Jenkinsfile 05:10:54 -rw-rw-r--. 1 jenkins jenkins 11340 Feb 4 05:09 LICENSE 05:10:54 -rw-rw-r--. 1 jenkins jenkins 902 Feb 4 05:09 Makefile 05:10:54 drwxrwxr-x. 2 jenkins jenkins 23 Feb 4 05:09 mock 05:10:54 -rw-rw-r--. 1 jenkins jenkins 444 Feb 4 05:09 README.md 05:10:54 drwxrwxr-x. 4 jenkins jenkins 71 Feb 4 05:09 snap 05:10:54 -rw-rw-r--. 1 jenkins jenkins 11 Feb 4 05:08 VERSION 05:10:54 -rw-rw-r--. 1 jenkins jenkins 227 Feb 4 05:09 version.go [Pipeline] isUnix [Pipeline] sh 05:10:54 + docker build -t docker-device-mqtt-go -f Dockerfile --build-arg BASE=ci-base-image-x86_64 --build-arg 'MAKE=make build' --build-arg ARCH=amd64 --label git_sha=c3ea08299f7873d083b04f44694daa6999a66061 --label arch=amd64 --label version=1.3.2-dev.3 . 05:10:55 Removing intermediate container d1470c29be22 05:10:55 ---> cda941292fdd 05:10:55 Step 5/8 : RUN apk add --update --no-cache make git openssh build-base 05:10:55 Sending build context to Docker daemon 510.5kB 05:10:55 Step 1/23 : ARG BASE=golang:1.15-alpine3.12 05:10:55 Step 2/23 : FROM ${BASE} AS builder 05:10:55 ---> 4b07c2aa2676 05:10:55 Step 3/23 : ARG ALPINE_PKG_BASE="build-base git openssh-client" 05:10:55 ---> Running in 18e747cd23f0 05:10:55 ---> Running in b85c938e0b55 05:10:55 Removing intermediate container 18e747cd23f0 05:10:55 ---> 7ea1ce8690b0 05:10:55 Step 4/23 : ARG ALPINE_PKG_EXTRA="" 05:10:55 ---> Running in 9cc90d1c94aa 05:10:55 Removing intermediate container 9cc90d1c94aa 05:10:55 ---> 86315370f508 05:10:55 Step 5/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 05:10:55 ---> Running in 9caea105adb9 05:10:56 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 05:10:56 Removing intermediate container 9caea105adb9 05:10:56 ---> b5c8439c0540 05:10:56 Step 6/23 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 05:10:56 ---> Running in 02e20b4016b2 05:10:56 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 05:10:57 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 05:10:57 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 05:10:57 (1/14) Installing libmagic (5.38-r0) 05:10:57 (2/14) Installing file (5.38-r0) 05:10:58 OK: 237 MiB in 53 packages 05:10:58 (3/14) Installing libc-dev (0.7.2-r3) 05:10:58 (4/14) Installing g++ (9.3.0-r2) 05:10:58 Removing intermediate container 02e20b4016b2 05:10:58 ---> 9765d72efe5f 05:10:58 Step 7/23 : WORKDIR $GOPATH/src/github.com/edgexfoundry/device-mqtt-go 05:10:58 ---> Running in 52cea092b33c 05:10:58 Removing intermediate container 52cea092b33c 05:10:58 ---> 2f57dca9320d 05:10:58 Step 8/23 : COPY . . 05:10:59 ---> 64ec3afd5adf 05:10:59 Step 9/23 : ARG MAKE='make build' 05:10:59 ---> Running in 1615c4e243e8 05:10:59 Removing intermediate container 1615c4e243e8 05:10:59 ---> 195e9946bd57 05:10:59 Step 10/23 : RUN $MAKE 05:10:59 ---> Running in 597212fbaea6 05:11:00 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-mqtt-go.Version=1.3.2-dev.3" -o cmd/device-mqtt ./cmd 05:11:01 (5/14) Installing fortify-headers (1.1-r0) 05:11:01 (6/14) Installing patch (2.7.6-r6) 05:11:01 (7/14) Installing build-base (0.5-r2) 05:11:01 (8/14) Installing openssh-keygen (8.3_p1-r1) 05:11:01 (9/14) Installing libedit (20191231.3.1-r0) 05:11:01 (10/14) Installing openssh-client (8.3_p1-r1) 05:11:01 (11/14) Installing openssh-sftp-server (8.3_p1-r1) 05:11:01 (12/14) Installing openssh-server-common (8.3_p1-r1) 05:11:02 (13/14) Installing openssh-server (8.3_p1-r1) 05:11:03 (14/14) Installing openssh (8.3_p1-r1) 05:11:03 Executing busybox-1.31.1-r19.trigger 05:11:03 OK: 221 MiB in 53 packages 05:11:07 Removing intermediate container b85c938e0b55 05:11:07 ---> 793d57bed5a8 05:11:07 Step 6/8 : WORKDIR /device-mqtt-go 05:11:07 ---> Running in 43922d8c234f 05:11:07 Removing intermediate container 43922d8c234f 05:11:07 ---> c478bd253b32 05:11:07 Step 7/8 : COPY . . 05:11:08 ---> adac90d38d7b 05:11:08 Step 8/8 : RUN go mod download 05:11:08 ---> Running in 0a9ab18b790d 05:11:10 CGO_ENABLED=0 GO111MODULE=on go build ./... 05:11:13 Removing intermediate container 597212fbaea6 05:11:13 ---> a94c84d25c6c 05:11:13 Step 11/23 : FROM alpine:3.12 05:11:13 3.12: Pulling from library/alpine 05:11:13 801bfaa63ef2: Pulling fs layer 05:11:14 801bfaa63ef2: Verifying Checksum 05:11:14 801bfaa63ef2: Download complete 05:11:14 801bfaa63ef2: Pull complete 05:11:14 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 05:11:14 Status: Downloaded newer image for alpine:3.12 05:11:14 ---> 389fef711851 05:11:14 Step 12/23 : RUN apk add --update --no-cache dumb-init 05:11:14 ---> Running in 19d3e04e20d1 05:11:15 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 05:11:15 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 05:11:15 (1/1) Installing dumb-init (1.2.2-r1) 05:11:15 Executing busybox-1.31.1-r19.trigger 05:11:15 OK: 6 MiB in 15 packages 05:11:16 Removing intermediate container 19d3e04e20d1 05:11:16 ---> f67089f7c13e 05:11:16 Step 13/23 : ENV APP_PORT=49982 05:11:16 ---> Running in 25a473dedfaa 05:11:16 Removing intermediate container 25a473dedfaa 05:11:16 ---> eb3f1452beea 05:11:16 Step 14/23 : EXPOSE $APP_PORT 05:11:16 ---> Running in 3c1f3ef8cb6a 05:11:17 Removing intermediate container 3c1f3ef8cb6a 05:11:17 ---> 66d63aea019e 05:11:17 Step 15/23 : COPY --from=builder /go/src/github.com/edgexfoundry/device-mqtt-go/cmd / 05:11:17 ---> d2cd2ad2722f 05:11:17 Step 16/23 : COPY --from=builder /go/src/github.com/edgexfoundry/device-mqtt-go/LICENSE / 05:11:18 ---> 6dcd1523f11a 05:11:18 Step 17/23 : COPY --from=builder /go/src/github.com/edgexfoundry/device-mqtt-go/Attribution.txt / 05:11:18 ---> a51ac6de178a 05:11:18 Step 18/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IoTech Ltd' 05:11:18 ---> Running in a812b1808d3c 05:11:18 Removing intermediate container a812b1808d3c 05:11:18 ---> 676939588d3a 05:11:18 Step 19/23 : ENTRYPOINT ["/device-mqtt"] 05:11:18 ---> Running in 8db55f265e1d 05:11:18 Removing intermediate container 8db55f265e1d 05:11:18 ---> 62d1c1d6e8f6 05:11:18 Step 20/23 : CMD ["--cp=consul://edgex-core-consul:8500", "--registry", "--confdir=/res"] 05:11:18 ---> Running in da96bc61c66e 05:11:18 Removing intermediate container da96bc61c66e 05:11:18 ---> 30b44fcacf33 05:11:18 Step 21/23 : LABEL arch=amd64 05:11:19 ---> Running in cca02d464d93 05:11:19 Removing intermediate container cca02d464d93 05:11:19 ---> 385fd5979fd9 05:11:19 Step 22/23 : LABEL git_sha=c3ea08299f7873d083b04f44694daa6999a66061 05:11:19 ---> Running in d0fdaff48186 05:11:19 Removing intermediate container d0fdaff48186 05:11:19 ---> 8baf0355aa45 05:11:19 Step 23/23 : LABEL version=1.3.2-dev.3 05:11:19 ---> Running in da4acf3f2d6a 05:11:19 Removing intermediate container da4acf3f2d6a 05:11:19 ---> 9e9b03886cdb 05:11:19 [Warning] One or more build-args [ARCH] were not consumed 05:11:19 Successfully built 9e9b03886cdb 05:11:19 Successfully tagged docker-device-mqtt-go:latest [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 05:11:19 provisioning config files... 05:11:20 copy managed file [device-mqtt-go-settings] to file:/w/workspace/device-mqtt-go/33@tmp/config7260981633295236695tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 05:11:20 ---> docker-login.sh 05:11:20 nexus3.edgexfoundry.org:10001 05:11:20 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:11:20 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:11:20 Configure a credential helper to remove this warning. See 05:11:20 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:11:20 05:11:20 Login Succeeded 05:11:20 nexus3.edgexfoundry.org:10002 05:11:20 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:11:20 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:11:20 Configure a credential helper to remove this warning. See 05:11:20 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:11:20 05:11:20 Login Succeeded 05:11:20 nexus3.edgexfoundry.org:10003 05:11:20 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:11:20 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:11:20 Configure a credential helper to remove this warning. See 05:11:20 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:11:20 05:11:20 Login Succeeded 05:11:20 nexus3.edgexfoundry.org:10004 05:11:21 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:11:21 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:11:21 Configure a credential helper to remove this warning. See 05:11:21 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:11:21 05:11:21 Login Succeeded 05:11:21 docker.io 05:11:21 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:11:21 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:11:21 Configure a credential helper to remove this warning. See 05:11:21 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:11:21 05:11:21 Login Succeeded 05:11:21 ---> docker-login.sh ends [Pipeline] } 05:11:21 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 05:11:21 [edgeXDocker.push] Tagging docker image docker-device-mqtt-go with the following tags: 05:11:21 c3ea08299f7873d083b04f44694daa6999a66061 05:11:21 latest 05:11:21 1.3.2-dev.3 05:11:21 c3ea08299f7873d083b04f44694daa6999a66061-1.3.2-dev.3 05:11:21 master 05:11:21 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 05:11:22 + docker tag docker-device-mqtt-go nexus3.edgexfoundry.org:10004/docker-device-mqtt-go:c3ea08299f7873d083b04f44694daa6999a66061 [Pipeline] isUnix [Pipeline] sh 05:11:22 + docker push nexus3.edgexfoundry.org:10004/docker-device-mqtt-go:c3ea08299f7873d083b04f44694daa6999a66061 05:11:22 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-mqtt-go] 05:11:22 6dffe07561d0: Preparing 05:11:22 f5e005dec91c: Preparing 05:11:22 48dbd1740ec3: Preparing 05:11:22 d311fecb08d4: Preparing 05:11:22 777b2c648970: Preparing 05:11:22 777b2c648970: Layer already exists 05:11:22 d311fecb08d4: Pushed 05:11:22 f5e005dec91c: Pushed 05:11:22 6dffe07561d0: Pushed 05:11:23 48dbd1740ec3: Pushed 05:11:23 c3ea08299f7873d083b04f44694daa6999a66061: digest: sha256:b78e487d663c02edec61009ab2b5df5d0b87bf930654b6f98b43d29408faed48 size: 1364 [Pipeline] isUnix [Pipeline] sh 05:11:24 + docker tag docker-device-mqtt-go nexus3.edgexfoundry.org:10004/docker-device-mqtt-go:latest [Pipeline] isUnix [Pipeline] sh 05:11:24 + docker push nexus3.edgexfoundry.org:10004/docker-device-mqtt-go:latest 05:11:24 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-mqtt-go] 05:11:24 6dffe07561d0: Preparing 05:11:24 f5e005dec91c: Preparing 05:11:24 48dbd1740ec3: Preparing 05:11:24 d311fecb08d4: Preparing 05:11:24 777b2c648970: Preparing 05:11:24 6dffe07561d0: Layer already exists 05:11:24 f5e005dec91c: Layer already exists 05:11:24 d311fecb08d4: Layer already exists 05:11:24 777b2c648970: Layer already exists 05:11:24 48dbd1740ec3: Layer already exists 05:11:24 latest: digest: sha256:b78e487d663c02edec61009ab2b5df5d0b87bf930654b6f98b43d29408faed48 size: 1364 [Pipeline] isUnix [Pipeline] sh 05:11:24 + docker tag docker-device-mqtt-go nexus3.edgexfoundry.org:10004/docker-device-mqtt-go:1.3.2-dev.3 [Pipeline] isUnix [Pipeline] sh 05:11:25 + docker push nexus3.edgexfoundry.org:10004/docker-device-mqtt-go:1.3.2-dev.3 05:11:25 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-mqtt-go] 05:11:25 6dffe07561d0: Preparing 05:11:25 f5e005dec91c: Preparing 05:11:25 48dbd1740ec3: Preparing 05:11:25 d311fecb08d4: Preparing 05:11:25 777b2c648970: Preparing 05:11:25 6dffe07561d0: Layer already exists 05:11:25 777b2c648970: Layer already exists 05:11:25 48dbd1740ec3: Layer already exists 05:11:25 d311fecb08d4: Layer already exists 05:11:25 f5e005dec91c: Layer already exists 05:11:25 1.3.2-dev.3: digest: sha256:b78e487d663c02edec61009ab2b5df5d0b87bf930654b6f98b43d29408faed48 size: 1364 [Pipeline] isUnix [Pipeline] sh 05:11:25 + docker tag docker-device-mqtt-go nexus3.edgexfoundry.org:10004/docker-device-mqtt-go:c3ea08299f7873d083b04f44694daa6999a66061-1.3.2-dev.3 [Pipeline] isUnix [Pipeline] sh 05:11:25 + docker push nexus3.edgexfoundry.org:10004/docker-device-mqtt-go:c3ea08299f7873d083b04f44694daa6999a66061-1.3.2-dev.3 05:11:25 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-mqtt-go] 05:11:25 6dffe07561d0: Preparing 05:11:25 f5e005dec91c: Preparing 05:11:25 48dbd1740ec3: Preparing 05:11:25 d311fecb08d4: Preparing 05:11:25 777b2c648970: Preparing 05:11:25 6dffe07561d0: Layer already exists 05:11:25 777b2c648970: Layer already exists 05:11:25 d311fecb08d4: Layer already exists 05:11:25 f5e005dec91c: Layer already exists 05:11:25 48dbd1740ec3: Layer already exists 05:11:25 c3ea08299f7873d083b04f44694daa6999a66061-1.3.2-dev.3: digest: sha256:b78e487d663c02edec61009ab2b5df5d0b87bf930654b6f98b43d29408faed48 size: 1364 [Pipeline] isUnix [Pipeline] sh 05:11:26 + docker tag docker-device-mqtt-go nexus3.edgexfoundry.org:10004/docker-device-mqtt-go:master [Pipeline] isUnix [Pipeline] sh 05:11:26 + docker push nexus3.edgexfoundry.org:10004/docker-device-mqtt-go:master 05:11:26 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-mqtt-go] 05:11:26 6dffe07561d0: Preparing 05:11:26 f5e005dec91c: Preparing 05:11:26 48dbd1740ec3: Preparing 05:11:26 d311fecb08d4: Preparing 05:11:26 777b2c648970: Preparing 05:11:26 6dffe07561d0: Layer already exists 05:11:26 777b2c648970: Layer already exists 05:11:26 48dbd1740ec3: Layer already exists 05:11:26 f5e005dec91c: Layer already exists 05:11:26 d311fecb08d4: Layer already exists 05:11:26 master: digest: sha256:b78e487d663c02edec61009ab2b5df5d0b87bf930654b6f98b43d29408faed48 size: 1364 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 05:11:26 ===================================================== [Pipeline] echo 05:11:26 taggedImages: 05:11:26 - nexus3.edgexfoundry.org:10004/docker-device-mqtt-go:c3ea08299f7873d083b04f44694daa6999a66061 05:11:26 - nexus3.edgexfoundry.org:10004/docker-device-mqtt-go:latest 05:11:26 - nexus3.edgexfoundry.org:10004/docker-device-mqtt-go:1.3.2-dev.3 05:11:26 - nexus3.edgexfoundry.org:10004/docker-device-mqtt-go:c3ea08299f7873d083b04f44694daa6999a66061-1.3.2-dev.3 05:11:26 - nexus3.edgexfoundry.org:10004/docker-device-mqtt-go:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 05:11:35 Removing intermediate container 0a9ab18b790d 05:11:35 ---> 78a3c5b618ff 05:11:35 Successfully built 78a3c5b618ff 05:11:35 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 05:11:36 + docker inspect -f . ci-base-image-arm64 05:11:36 . [Pipeline] withDockerContainer 05:11:36 prd-ubuntu18.04-docker-arm64-4c-16g-24898 does not seem to be running inside a container 05:11:36 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-mqtt-go/33 -v /w/workspace/device-mqtt-go/33:/w/workspace/device-mqtt-go/33:rw,z -v /w/workspace/device-mqtt-go/33@tmp:/w/workspace/device-mqtt-go/33@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 ******** -e ******** ci-base-image-arm64 cat 05:11:38 $ docker top 9369956ffbdb41408b61129b01d8ac3429cd0add72d5c2c17fd32fc14af74610 -eo pid,comm [Pipeline] { [Pipeline] sh 05:11:39 + go version 05:11:39 go version go1.15.5 linux/arm64 [Pipeline] } 05:11:39 $ docker stop --time=1 9369956ffbdb41408b61129b01d8ac3429cd0add72d5c2c17fd32fc14af74610 05:11:40 $ docker rm -f 9369956ffbdb41408b61129b01d8ac3429cd0add72d5c2c17fd32fc14af74610 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 05:11:42 + docker inspect -f . ci-base-image-arm64 05:11:42 . [Pipeline] withDockerContainer 05:11:42 prd-ubuntu18.04-docker-arm64-4c-16g-24898 does not seem to be running inside a container 05:11:42 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-mqtt-go/33 -v /w/workspace/device-mqtt-go/33:/w/workspace/device-mqtt-go/33:rw,z -v /w/workspace/device-mqtt-go/33@tmp:/w/workspace/device-mqtt-go/33@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 ******** -e ******** ci-base-image-arm64 cat 05:11:43 $ docker top 60a3b998afd3936b049bc3b776023ac0c6f2fc936e0945fc99462f382309ffed -eo pid,comm [Pipeline] { [Pipeline] sh 05:11:44 + make test 05:11:44 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out 05:11:45 ? github.com/edgexfoundry/device-mqtt-go [no test files] 05:12:24 ? github.com/edgexfoundry/device-mqtt-go/cmd [no test files] 05:12:26 ok github.com/edgexfoundry/device-mqtt-go/internal/driver 0.035s coverage: 26.5% of statements 05:12:26 ? github.com/edgexfoundry/device-mqtt-go/mock [no test files] 05:12:27 CGO_ENABLED=0 GO111MODULE=on go vet ./... 05:12:35 gofmt -l . 05:12:35 ["`gofmt -l .`" = ""] 05:12:35 ./bin/test-attribution-txt.sh 05:12:36 ./bin/test-go-mod-tidy.sh [Pipeline] } 05:12:36 $ docker stop --time=1 60a3b998afd3936b049bc3b776023ac0c6f2fc936e0945fc99462f382309ffed 05:12:38 $ docker rm -f 60a3b998afd3936b049bc3b776023ac0c6f2fc936e0945fc99462f382309ffed [Pipeline] // withDockerContainer [Pipeline] sh 05:12:41 + sudo chown -R jenkins:jenkins . [Pipeline] stash 05:12:41 Warning: overwriting stash ‘coverage-report’ 05:12:42 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 05:12:43 + sudo chown -R jenkins:jenkins . [Pipeline] sh 05:12:43 + ls -al . 05:12:43 total 132 05:12:43 drwxrwxr-x 9 jenkins jenkins 4096 Feb 4 05:12 . 05:12:43 drwxrwxr-x 4 jenkins jenkins 4096 Feb 4 05:10 .. 05:12:43 -rw-rw-r-- 1 jenkins jenkins 140 Feb 4 05:10 .dockerignore 05:12:43 drwxrwxr-x 8 jenkins jenkins 4096 Feb 4 05:10 .git 05:12:43 drwxrwxr-x 2 jenkins jenkins 4096 Feb 4 05:10 .github 05:12:43 -rw-rw-r-- 1 jenkins jenkins 336 Feb 4 05:10 .gitignore 05:12:43 -rw-rw-r-- 1 jenkins jenkins 6165 Feb 4 05:10 Attribution.txt 05:12:43 -rw-rw-r-- 1 jenkins jenkins 1941 Feb 4 05:10 Dockerfile 05:12:43 -rw-rw-r-- 1 jenkins jenkins 957 Feb 4 05:10 Dockerfile.build 05:12:43 -rw-rw-r-- 1 jenkins jenkins 677 Feb 4 05:10 Jenkinsfile 05:12:43 -rw-rw-r-- 1 jenkins jenkins 11340 Feb 4 05:10 LICENSE 05:12:43 -rw-rw-r-- 1 jenkins jenkins 902 Feb 4 05:10 Makefile 05:12:43 -rw-rw-r-- 1 jenkins jenkins 444 Feb 4 05:10 README.md 05:12:43 -rw-rw-r-- 1 jenkins jenkins 11 Feb 4 05:08 VERSION 05:12:43 drwxrwxr-x 2 jenkins jenkins 4096 Feb 4 05:10 bin 05:12:43 drwxrwxr-x 3 jenkins jenkins 4096 Feb 4 05:10 cmd 05:12:43 -rw-r--r-- 1 jenkins jenkins 20209 Feb 4 05:12 coverage.out 05:12:43 -rw-r--r-- 1 jenkins jenkins 495 Feb 4 05:12 go.mod 05:12:43 -rw-r--r-- 1 jenkins jenkins 16162 Feb 4 05:12 go.sum 05:12:43 drwxrwxr-x 3 jenkins jenkins 4096 Feb 4 05:10 internal 05:12:43 drwxrwxr-x 2 jenkins jenkins 4096 Feb 4 05:10 mock 05:12:43 drwxrwxr-x 4 jenkins jenkins 4096 Feb 4 05:10 snap 05:12:43 -rw-rw-r-- 1 jenkins jenkins 227 Feb 4 05:10 version.go [Pipeline] isUnix [Pipeline] sh 05:12:44 + docker build -t docker-device-mqtt-go-arm64 -f Dockerfile --build-arg BASE=ci-base-image-arm64 --build-arg MAKE=make build --build-arg ARCH=arm64 --label git_sha=c3ea08299f7873d083b04f44694daa6999a66061 --label arch=arm64 --label version=1.3.2-dev.3 . 05:12:44 Sending build context to Docker daemon 509.4kB 05:12:44 Step 1/23 : ARG BASE=golang:1.15-alpine3.12 05:12:44 Step 2/23 : FROM ${BASE} AS builder 05:12:44 ---> 78a3c5b618ff 05:12:44 Step 3/23 : ARG ALPINE_PKG_BASE="build-base git openssh-client" 05:12:44 ---> Running in e083c8b70cf4 05:12:45 Removing intermediate container e083c8b70cf4 05:12:45 ---> 7aead44cb5e2 05:12:45 Step 4/23 : ARG ALPINE_PKG_EXTRA="" 05:12:45 ---> Running in c6170dff04f1 05:12:45 Removing intermediate container c6170dff04f1 05:12:45 ---> 6b7107130f6c 05:12:45 Step 5/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 05:12:45 ---> Running in 07f33eb429c6 05:12:47 Removing intermediate container 07f33eb429c6 05:12:47 ---> 54aca4f42037 05:12:47 Step 6/23 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 05:12:48 ---> Running in 5e6c2c895c41 05:12:49 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 05:12:50 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 05:12:50 OK: 221 MiB in 53 packages 05:12:52 Removing intermediate container 5e6c2c895c41 05:12:52 ---> 4bf011492967 05:12:52 Step 7/23 : WORKDIR $GOPATH/src/github.com/edgexfoundry/device-mqtt-go 05:12:52 ---> Running in 9f7ebce6889d 05:12:52 Removing intermediate container 9f7ebce6889d 05:12:52 ---> 14772f01fc37 05:12:52 Step 8/23 : COPY . . 05:12:53 ---> 3b816d6c9df2 05:12:53 Step 9/23 : ARG MAKE='make build' 05:12:53 ---> Running in dc428d6a3e68 05:12:54 Removing intermediate container dc428d6a3e68 05:12:54 ---> d6fdeaf3c398 05:12:54 Step 10/23 : RUN $MAKE 05:12:54 ---> Running in b8424ee6fb9c 05:12:55 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-mqtt-go.Version=1.3.2-dev.3" -o cmd/device-mqtt ./cmd 05:13:28 CGO_ENABLED=0 GO111MODULE=on go build ./... 05:13:32 Removing intermediate container b8424ee6fb9c 05:13:32 ---> 4fd2763971e5 05:13:32 Step 11/23 : FROM alpine:3.12 05:13:33 3.12: Pulling from library/alpine 05:13:33 159e5727ea61: Pulling fs layer 05:13:33 159e5727ea61: Verifying Checksum 05:13:33 159e5727ea61: Download complete 05:13:33 159e5727ea61: Pull complete 05:13:33 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 05:13:34 Status: Downloaded newer image for alpine:3.12 05:13:34 ---> afeebe901d6b 05:13:34 Step 12/23 : RUN apk add --update --no-cache dumb-init 05:13:34 ---> Running in 5c50a0e48931 05:13:35 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 05:13:35 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 05:13:36 (1/1) Installing dumb-init (1.2.2-r1) 05:13:36 Executing busybox-1.31.1-r19.trigger 05:13:36 OK: 5 MiB in 15 packages 05:13:37 Removing intermediate container 5c50a0e48931 05:13:37 ---> 9a8e0131ba8c 05:13:37 Step 13/23 : ENV APP_PORT=49982 05:13:37 ---> Running in a25a41550198 05:13:38 Removing intermediate container a25a41550198 05:13:38 ---> 231d3cd0f53b 05:13:38 Step 14/23 : EXPOSE $APP_PORT 05:13:38 ---> Running in fd6181e389bd 05:13:38 Removing intermediate container fd6181e389bd 05:13:38 ---> 3960a380dad8 05:13:38 Step 15/23 : COPY --from=builder /go/src/github.com/edgexfoundry/device-mqtt-go/cmd / 05:13:40 ---> 797a8619b83d 05:13:40 Step 16/23 : COPY --from=builder /go/src/github.com/edgexfoundry/device-mqtt-go/LICENSE / 05:13:41 ---> 969623768baf 05:13:41 Step 17/23 : COPY --from=builder /go/src/github.com/edgexfoundry/device-mqtt-go/Attribution.txt / 05:13:42 ---> 1293ead09d84 05:13:42 Step 18/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IoTech Ltd' 05:13:42 ---> Running in f5de20845dfc 05:13:42 Removing intermediate container f5de20845dfc 05:13:42 ---> 9556426b468e 05:13:42 Step 19/23 : ENTRYPOINT ["/device-mqtt"] 05:13:42 ---> Running in f472e9522997 05:13:43 Removing intermediate container f472e9522997 05:13:43 ---> f9486ac65b10 05:13:43 Step 20/23 : CMD ["--cp=consul://edgex-core-consul:8500", "--registry", "--confdir=/res"] 05:13:43 ---> Running in db7e41d2ce95 05:13:43 Removing intermediate container db7e41d2ce95 05:13:43 ---> b9eca66b722e 05:13:43 Step 21/23 : LABEL arch=arm64 05:13:44 ---> Running in 3aca41d7c528 05:13:44 Removing intermediate container 3aca41d7c528 05:13:44 ---> 14fd968e0510 05:13:44 Step 22/23 : LABEL git_sha=c3ea08299f7873d083b04f44694daa6999a66061 05:13:44 ---> Running in ff5e3d6f1881 05:13:45 Removing intermediate container ff5e3d6f1881 05:13:45 ---> 25ac1e182eb3 05:13:45 Step 23/23 : LABEL version=1.3.2-dev.3 05:13:45 ---> Running in ec1775ad332c 05:13:45 Removing intermediate container ec1775ad332c 05:13:45 ---> d46c56bdc666 05:13:45 [Warning] One or more build-args [ARCH] were not consumed 05:13:45 Successfully built d46c56bdc666 05:13:45 Successfully tagged docker-device-mqtt-go-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 05:13:46 provisioning config files... 05:13:46 copy managed file [device-mqtt-go-settings] to file:/w/workspace/device-mqtt-go/33@tmp/config1554295410034641526tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 05:13:46 ---> docker-login.sh 05:13:46 nexus3.edgexfoundry.org:10001 05:13:46 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:13:47 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:13:47 Configure a credential helper to remove this warning. See 05:13:47 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:13:47 05:13:47 Login Succeeded 05:13:47 nexus3.edgexfoundry.org:10002 05:13:47 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:13:47 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:13:47 Configure a credential helper to remove this warning. See 05:13:47 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:13:47 05:13:47 Login Succeeded 05:13:47 nexus3.edgexfoundry.org:10003 05:13:48 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:13:48 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:13:48 Configure a credential helper to remove this warning. See 05:13:48 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:13:48 05:13:48 Login Succeeded 05:13:48 nexus3.edgexfoundry.org:10004 05:13:49 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:13:49 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:13:49 Configure a credential helper to remove this warning. See 05:13:49 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:13:49 05:13:49 Login Succeeded 05:13:49 docker.io 05:13:49 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:13:49 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:13:49 Configure a credential helper to remove this warning. See 05:13:49 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:13:49 05:13:49 Login Succeeded 05:13:49 ---> docker-login.sh ends [Pipeline] } 05:13:49 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 05:13:50 [edgeXDocker.push] Tagging docker image docker-device-mqtt-go-arm64 with the following tags: 05:13:50 c3ea08299f7873d083b04f44694daa6999a66061 05:13:50 latest 05:13:50 1.3.2-dev.3 05:13:50 c3ea08299f7873d083b04f44694daa6999a66061-1.3.2-dev.3 05:13:50 master 05:13:50 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 05:13:50 + docker tag docker-device-mqtt-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64:c3ea08299f7873d083b04f44694daa6999a66061 [Pipeline] isUnix [Pipeline] sh 05:13:51 + docker push nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64:c3ea08299f7873d083b04f44694daa6999a66061 05:13:51 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64] 05:13:51 6763adb3154a: Preparing 05:13:51 732fae78e7b3: Preparing 05:13:51 1a83771f5b9c: Preparing 05:13:51 18414a5d1574: Preparing 05:13:51 379067d0cb53: Preparing 05:13:51 379067d0cb53: Layer already exists 05:13:51 6763adb3154a: Pushed 05:13:51 18414a5d1574: Pushed 05:13:51 732fae78e7b3: Pushed 05:13:54 1a83771f5b9c: Pushed 05:13:54 c3ea08299f7873d083b04f44694daa6999a66061: digest: sha256:d23eb918783a9639da14f9b116b757ff9931fab058dcf8a42696a94eb5b1886f size: 1364 [Pipeline] isUnix [Pipeline] sh 05:13:54 + docker tag docker-device-mqtt-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64:latest [Pipeline] isUnix [Pipeline] sh 05:13:54 + docker push nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64:latest 05:13:54 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64] 05:13:54 6763adb3154a: Preparing 05:13:54 732fae78e7b3: Preparing 05:13:54 1a83771f5b9c: Preparing 05:13:54 18414a5d1574: Preparing 05:13:54 379067d0cb53: Preparing 05:13:55 379067d0cb53: Layer already exists 05:13:55 18414a5d1574: Layer already exists 05:13:55 1a83771f5b9c: Layer already exists 05:13:55 6763adb3154a: Layer already exists 05:13:55 732fae78e7b3: Layer already exists 05:13:55 latest: digest: sha256:d23eb918783a9639da14f9b116b757ff9931fab058dcf8a42696a94eb5b1886f size: 1364 [Pipeline] isUnix [Pipeline] sh 05:13:55 + docker tag docker-device-mqtt-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64:1.3.2-dev.3 [Pipeline] isUnix [Pipeline] sh 05:13:55 + docker push nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64:1.3.2-dev.3 05:13:55 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64] 05:13:55 6763adb3154a: Preparing 05:13:55 732fae78e7b3: Preparing 05:13:55 1a83771f5b9c: Preparing 05:13:55 18414a5d1574: Preparing 05:13:55 379067d0cb53: Preparing 05:13:56 1a83771f5b9c: Layer already exists 05:13:56 6763adb3154a: Layer already exists 05:13:56 732fae78e7b3: Layer already exists 05:13:56 379067d0cb53: Layer already exists 05:13:56 18414a5d1574: Layer already exists 05:13:56 1.3.2-dev.3: digest: sha256:d23eb918783a9639da14f9b116b757ff9931fab058dcf8a42696a94eb5b1886f size: 1364 [Pipeline] isUnix [Pipeline] sh 05:13:56 + docker tag docker-device-mqtt-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64:c3ea08299f7873d083b04f44694daa6999a66061-1.3.2-dev.3 [Pipeline] isUnix [Pipeline] sh 05:13:56 + docker push nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64:c3ea08299f7873d083b04f44694daa6999a66061-1.3.2-dev.3 05:13:56 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64] 05:13:56 6763adb3154a: Preparing 05:13:56 732fae78e7b3: Preparing 05:13:56 1a83771f5b9c: Preparing 05:13:56 18414a5d1574: Preparing 05:13:56 379067d0cb53: Preparing 05:13:57 6763adb3154a: Layer already exists 05:13:57 18414a5d1574: Layer already exists 05:13:57 1a83771f5b9c: Layer already exists 05:13:57 732fae78e7b3: Layer already exists 05:13:57 379067d0cb53: Layer already exists 05:13:57 c3ea08299f7873d083b04f44694daa6999a66061-1.3.2-dev.3: digest: sha256:d23eb918783a9639da14f9b116b757ff9931fab058dcf8a42696a94eb5b1886f size: 1364 [Pipeline] isUnix [Pipeline] sh 05:13:57 + docker tag docker-device-mqtt-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64:master [Pipeline] isUnix [Pipeline] sh 05:13:57 + docker push nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64:master 05:13:57 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64] 05:13:57 6763adb3154a: Preparing 05:13:57 732fae78e7b3: Preparing 05:13:57 1a83771f5b9c: Preparing 05:13:57 18414a5d1574: Preparing 05:13:57 379067d0cb53: Preparing 05:13:58 18414a5d1574: Layer already exists 05:13:58 732fae78e7b3: Layer already exists 05:13:58 6763adb3154a: Layer already exists 05:13:58 1a83771f5b9c: Layer already exists 05:13:58 379067d0cb53: Layer already exists 05:13:58 master: digest: sha256:d23eb918783a9639da14f9b116b757ff9931fab058dcf8a42696a94eb5b1886f size: 1364 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 05:13:58 ===================================================== [Pipeline] echo 05:13:58 taggedImages: 05:13:58 - nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64:c3ea08299f7873d083b04f44694daa6999a66061 05:13:58 - nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64:latest 05:13:58 - nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64:1.3.2-dev.3 05:13:58 - nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64:c3ea08299f7873d083b04f44694daa6999a66061-1.3.2-dev.3 05:13:58 - nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [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 05:13:59 provisioning config files... 05:13:59 copy managed file [device-mqtt-go-codecov-token] to file:/w/workspace/gexfoundry_device-mqtt-go_master@tmp/config7140115977743700506tmp [Pipeline] { [Pipeline] sh 05:13:59 + set +x 05:13:59 + curl -s https://codecov.io/bash 05:13:59 + bash -s -- 05:14:00 05:14:00 _____ _ 05:14:00 / ____| | | 05:14:00 | | ___ __| | ___ ___ _____ __ 05:14:00 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 05:14:00 | |___| (_) | (_| | __/ (_| (_) \ V / 05:14:00 \_____\___/ \__,_|\___|\___\___/ \_/ 05:14:00 Bash-20210129-7c25fce 05:14:00 05:14:00 05:14:00 ==> git version 2.24.3 found 05:14:00 ==> 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 05:14:00 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 05:14:00 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 05:14:00 ==> Jenkins CI detected. 05:14:00 project root: . 05:14:00 --> token set from env 05:14:00 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 05:14:00 ==> Running gcov in . (disable via -X gcov) 05:14:00 ==> Python coveragepy not found 05:14:00 ==> Searching for coverage reports in: 05:14:00 + . 05:14:00 -> Found 1 reports 05:14:00 ==> Detecting git/mercurial file structure 05:14:00 ==> Reading reports 05:14:00 + ./coverage.out bytes=20209 05:14:00 ==> Appending adjustments 05:14:00 https://docs.codecov.io/docs/fixing-reports 05:14:00 + Found adjustments 05:14:00 ==> Gzipping contents 05:14:00 4.0K /tmp/codecov.bc9y8G.gz 05:14:00 ==> Uploading reports 05:14:00 url: https://codecov.io 05:14:00 query: branch=master&commit=c3ea08299f7873d083b04f44694daa6999a66061&build=33&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-mqtt-go%2Fjob%2Fmaster%2F33%2F&name=&tag=&slug=edgexfoundry%2Fdevice-mqtt-go&service=jenkins&flags=&pr=&job=&cmd_args= 05:14:00 -> Pinging Codecov 05:14:00 https://codecov.io/upload/v4?package=bash-20210129-7c25fce&token=secret&branch=master&commit=c3ea08299f7873d083b04f44694daa6999a66061&build=33&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-mqtt-go%2Fjob%2Fmaster%2F33%2F&name=&tag=&slug=edgexfoundry%2Fdevice-mqtt-go&service=jenkins&flags=&pr=&job=&cmd_args= 05:14:00 -> Uploading to 05:14:00 https://storage.googleapis.com/codecov/v4/raw/2021-02-04/7D719EC7BBE17E464838252E33014C33/c3ea08299f7873d083b04f44694daa6999a66061/46703280-cd76-489b-a4a2-766eabf6de11.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210204%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210204T051400Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=b0d1cf7a7319ac2a86f430667f35d3e7a0f01baee0d13960cdf4a0f537a2d76b 05:14:00 % Total % Received % Xferd Average Speed Time Time Time Current 05:14:00 Dload Upload Total Spent Left Speed 05:14:01 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 3465 0 0 100 3465 0 7086 --:--:-- --:--:-- --:--:-- 7085 05:14:01 -> View reports at https://codecov.io/github/edgexfoundry/device-mqtt-go/commit/c3ea08299f7873d083b04f44694daa6999a66061 [Pipeline] } 05:14:01 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo 05:14:02 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 05:14:02 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 05:14:02 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 05:14:02 05:14:02 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh 05:14:02 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 05:14:02 1.410.4: Pulling from edgex-devops/edgex-snyk-go 05:14:02 188c0c94c7c5: Pulling fs layer 05:14:02 0ef7d3d256c8: Pulling fs layer 05:14:02 de9db76c5a1d: Pulling fs layer 05:14:02 0eba1c9be4d2: Pulling fs layer 05:14:02 0d57e429df01: Pulling fs layer 05:14:02 4e4be7b47b0d: Pulling fs layer 05:14:02 e1f770b5df2f: Pulling fs layer 05:14:02 85a0685a4137: Pulling fs layer 05:14:02 0eba1c9be4d2: Waiting 05:14:02 0d57e429df01: Waiting 05:14:02 4e4be7b47b0d: Waiting 05:14:02 e1f770b5df2f: Waiting 05:14:02 85a0685a4137: Waiting 05:14:02 de9db76c5a1d: Verifying Checksum 05:14:02 de9db76c5a1d: Download complete 05:14:02 0ef7d3d256c8: Verifying Checksum 05:14:02 0ef7d3d256c8: Download complete 05:14:02 0d57e429df01: Verifying Checksum 05:14:02 0d57e429df01: Download complete 05:14:02 4e4be7b47b0d: Verifying Checksum 05:14:02 4e4be7b47b0d: Download complete 05:14:03 188c0c94c7c5: Verifying Checksum 05:14:03 188c0c94c7c5: Download complete 05:14:03 188c0c94c7c5: Pull complete 05:14:04 0ef7d3d256c8: Pull complete 05:14:04 de9db76c5a1d: Pull complete 05:14:05 e1f770b5df2f: Verifying Checksum 05:14:05 e1f770b5df2f: Download complete 05:14:06 0eba1c9be4d2: Verifying Checksum 05:14:06 0eba1c9be4d2: Download complete 05:14:07 85a0685a4137: Verifying Checksum 05:14:07 85a0685a4137: Download complete 05:14:12 0eba1c9be4d2: Pull complete 05:14:12 0d57e429df01: Pull complete 05:14:12 4e4be7b47b0d: Pull complete 05:14:13 e1f770b5df2f: Pull complete 05:14:22 85a0685a4137: Pull complete 05:14:22 Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 05:14:22 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 05:14:22 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer 05:14:22 prd-centos7-docker-4c-2g-24894 does not seem to be running inside a container 05:14:22 $ 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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat 05:14:23 $ docker top 89bfdd09632668672a28917e9f0f309865e66827cdc1f767d3297568261be845 -eo pid,comm [Pipeline] { [Pipeline] echo 05:14:23 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh 05:14:23 + set -o pipefail 05:14:23 + snyk monitor '--org=edgex-jenkins' 05:14:30 05:14:30 Monitoring /w/workspace/gexfoundry_device-mqtt-go_master (github.com/edgexfoundry/device-mqtt-go)... 05:14:30 05:14:30 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/6acecf1b-85ea-4374-bf84-4fa5a6e664d0/history/26784a18-28ad-46b3-8dcb-9f1afc23c1c9 05:14:30 05:14:30 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 05:14:30 05:14:30 [Pipeline] } 05:14:30 $ docker stop --time=1 89bfdd09632668672a28917e9f0f309865e66827cdc1f767d3297568261be845 05:14:33 $ docker rm -f 89bfdd09632668672a28917e9f0f309865e66827cdc1f767d3297568261be845 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) Stage "Snyk Docker Image Scan" skipped due to when conditional [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 05:14:35 + git log --format=format:%s -1 c3ea08299f7873d083b04f44694daa6999a66061 [Pipeline] isUnix [Pipeline] sh 05:14:35 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 05:14:35 . [Pipeline] withDockerContainer 05:14:35 prd-centos7-docker-4c-2g-24894 does not seem to be running inside a container 05:14:35 $ 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 ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 05:14:36 $ docker top 81e9e21fcc8cc4348e0c1419167995a95c4fa8a8ee82eaca1453f909db5e8baf -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 05:14:37 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 05:14:37 [ssh-agent] Looking for ssh-agent implementation... 05:14:37 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 05:14:37 $ docker exec 81e9e21fcc8cc4348e0c1419167995a95c4fa8a8ee82eaca1453f909db5e8baf ssh-agent 05:14:37 SSH_AUTH_SOCK=/tmp/ssh-kE9TeMYEdbAj/agent.11 05:14:37 SSH_AGENT_PID=16 05:14:37 Running ssh-add (command line suppressed) 05:14:37 Identity added: /w/workspace/gexfoundry_device-mqtt-go_master@tmp/private_key_6378719073913792458.key (/w/workspace/gexfoundry_device-mqtt-go_master@tmp/private_key_6378719073913792458.key) 05:14:37 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 05:14:37 + git semver tag 05:14:37 # -> Open(): unable to determine branch for HEAD 05:14:37 # $GIT_DIR = /w/workspace/gexfoundry_device-mqtt-go_master/.git 05:14:37 # $GIT_WORK_TREE = /w/workspace/gexfoundry_device-mqtt-go_master 05:14:37 # $SEMVER_REMOTE_NAME = origin 05:14:37 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 05:14:37 # $SEMVER_USER_NAME = edgex-jenkins 05:14:37 # $SEMVER_BRANCH = master 05:14:37 # $SEMVER_DIR = /w/workspace/gexfoundry_device-mqtt-go_master/.semver 05:14:37 # c3ea08299f7873d083b04f44694daa6999a66061 HEAD 05:14:37 # -> Force: false 05:14:38 # 89665d07af4828900b182554c1409644a494198b refs/tags/v1.3.2-dev.3 [Pipeline] } 05:14:38 $ docker exec --env ******** --env ******** 81e9e21fcc8cc4348e0c1419167995a95c4fa8a8ee82eaca1453f909db5e8baf ssh-agent -k 05:14:38 unset SSH_AUTH_SOCK; 05:14:38 unset SSH_AGENT_PID; 05:14:38 echo Agent pid 16 killed; 05:14:38 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 05:14:38 + git semver [Pipeline] } 05:14:38 $ docker stop --time=1 81e9e21fcc8cc4348e0c1419167995a95c4fa8a8ee82eaca1453f909db5e8baf 05:14:40 $ docker rm -f 81e9e21fcc8cc4348e0c1419167995a95c4fa8a8ee82eaca1453f909db5e8baf [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 05:14:41 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 05:14:41 05:14:41 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 05:14:41 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 05:14:41 0.23.1-centos7: Pulling from edgex-lftools 05:14:41 ab5ef0e58194: Pulling fs layer 05:14:41 9712f1f96733: Pulling fs layer 05:14:41 63f879dbbcfc: Pulling fs layer 05:14:41 0d9ebad4ef96: Pulling fs layer 05:14:41 e9a5061849ea: Pulling fs layer 05:14:41 d747dcd14b5f: Pulling fs layer 05:14:41 2de7ff778b66: Pulling fs layer 05:14:41 e9a5061849ea: Waiting 05:14:41 d747dcd14b5f: Waiting 05:14:41 2de7ff778b66: Waiting 05:14:41 0d9ebad4ef96: Waiting 05:14:41 9712f1f96733: Download complete 05:14:43 63f879dbbcfc: Verifying Checksum 05:14:43 63f879dbbcfc: Download complete 05:14:43 e9a5061849ea: Verifying Checksum 05:14:43 e9a5061849ea: Download complete 05:14:43 d747dcd14b5f: Verifying Checksum 05:14:43 d747dcd14b5f: Download complete 05:14:44 2de7ff778b66: Verifying Checksum 05:14:44 2de7ff778b66: Download complete 05:14:44 0d9ebad4ef96: Verifying Checksum 05:14:44 0d9ebad4ef96: Download complete 05:14:44 ab5ef0e58194: Verifying Checksum 05:14:44 ab5ef0e58194: Download complete 05:14:48 ab5ef0e58194: Pull complete 05:14:48 9712f1f96733: Pull complete 05:14:51 63f879dbbcfc: Pull complete 05:14:57 0d9ebad4ef96: Pull complete 05:14:59 e9a5061849ea: Pull complete 05:14:59 d747dcd14b5f: Pull complete 05:15:03 2de7ff778b66: Pull complete 05:15:03 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 05:15:03 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 05:15:03 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 05:15:03 prd-centos7-docker-4c-2g-24894 does not seem to be running inside a container 05:15:03 $ 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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat 05:15:06 $ docker top 6a3695fd80976f1481ec4d0cb09c886a9f1e89a466ffa9834950cb7ec5e3b83f -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 05:15:07 provisioning config files... 05:15:07 copy managed file [sigul-config] to file:/w/workspace/gexfoundry_device-mqtt-go_master@tmp/config8425953877535464596tmp 05:15:07 copy managed file [sigul-password] to file:/w/workspace/gexfoundry_device-mqtt-go_master@tmp/config1184669951543019448tmp 05:15:07 copy managed file [sigul-pki] to file:/w/workspace/gexfoundry_device-mqtt-go_master@tmp/config8525817214094636320tmp [Pipeline] { [Pipeline] echo 05:15:07 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 05:15:07 ---> sigul-configuration.sh 05:15:07 gpg: directory `/root/.gnupg' created 05:15:07 gpg: new configuration file `/root/.gnupg/gpg.conf' created 05:15:07 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 05:15:07 gpg: keyring `/root/.gnupg/secring.gpg' created 05:15:07 gpg: keyring `/root/.gnupg/pubring.gpg' created 05:15:07 gpg: CAST5 encrypted data 05:15:07 gpg: encrypted with 1 passphrase 05:15:07 gpg: WARNING: message was not integrity protected [Pipeline] sh 05:15:08 + mkdir /home/jenkins 05:15:08 + mkdir /home/jenkins/sigul [Pipeline] sh 05:15:08 + 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 05:15:08 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 05:15:08 ---> sigul-install.sh 05:15:16 Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh 05:15:17 + git tag --list 05:15:17 0.7.1 05:15:17 v1.0.0 05:15:17 v1.1.0 05:15:17 v1.1.1 05:15:17 v1.2.2 05:15:17 v1.3.0 05:15:17 v1.3.1 05:15:17 v1.3.1-dev.1 05:15:17 v1.3.1-dev.2 05:15:17 v1.3.1-dev.3 05:15:17 v1.3.1-dev.4 05:15:17 v1.3.2-dev.1 05:15:17 v1.3.2-dev.2 05:15:17 v1.3.2-dev.3 [Pipeline] sh 05:15:17 + lftools sign git-tag v1.3.2-dev.3 05:15:18 Signing Git tag with Sigul... 05:15:18 Signing v1.3.2-dev.3 [Pipeline] echo 05:15:19 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 05:15:20 ---> sigul-configuration-cleanup.sh [Pipeline] } 05:15:20 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 05:15:20 $ docker stop --time=1 6a3695fd80976f1481ec4d0cb09c886a9f1e89a466ffa9834950cb7ec5e3b83f 05:15:22 $ docker rm -f 6a3695fd80976f1481ec4d0cb09c886a9f1e89a466ffa9834950cb7ec5e3b83f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh 05:15:23 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 05:15:23 . [Pipeline] withDockerContainer 05:15:23 prd-centos7-docker-4c-2g-24894 does not seem to be running inside a container 05:15:23 $ 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 ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 05:15:24 $ docker top 74c63be0901a3e6f6e0cbccd1564f1afc460caaa0184dd43898ab06a4b0001fe -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 05:15:24 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 05:15:24 [ssh-agent] Looking for ssh-agent implementation... 05:15:24 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 05:15:24 $ docker exec 74c63be0901a3e6f6e0cbccd1564f1afc460caaa0184dd43898ab06a4b0001fe ssh-agent 05:15:25 SSH_AUTH_SOCK=/tmp/ssh-zq2GfxXc1pLG/agent.12 05:15:25 SSH_AGENT_PID=18 05:15:25 Running ssh-add (command line suppressed) 05:15:25 Identity added: /w/workspace/gexfoundry_device-mqtt-go_master@tmp/private_key_4330665287897324592.key (/w/workspace/gexfoundry_device-mqtt-go_master@tmp/private_key_4330665287897324592.key) 05:15:25 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 05:15:25 + git semver bump pre 05:15:25 # -> Open(): unable to determine branch for HEAD 05:15:25 # $GIT_DIR = /w/workspace/gexfoundry_device-mqtt-go_master/.git 05:15:25 # $GIT_WORK_TREE = /w/workspace/gexfoundry_device-mqtt-go_master 05:15:25 # $SEMVER_REMOTE_NAME = origin 05:15:25 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 05:15:25 # $SEMVER_USER_NAME = edgex-jenkins 05:15:25 # $SEMVER_BRANCH = master 05:15:25 # $SEMVER_DIR = /w/workspace/gexfoundry_device-mqtt-go_master/.semver 05:15:25 1.3.2-dev.4 [Pipeline] } 05:15:25 $ docker exec --env ******** --env ******** 74c63be0901a3e6f6e0cbccd1564f1afc460caaa0184dd43898ab06a4b0001fe ssh-agent -k 05:15:25 unset SSH_AUTH_SOCK; 05:15:25 unset SSH_AGENT_PID; 05:15:25 echo Agent pid 18 killed; 05:15:25 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 05:15:26 + git semver [Pipeline] } 05:15:26 $ docker stop --time=1 74c63be0901a3e6f6e0cbccd1564f1afc460caaa0184dd43898ab06a4b0001fe 05:15:27 $ docker rm -f 74c63be0901a3e6f6e0cbccd1564f1afc460caaa0184dd43898ab06a4b0001fe [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 05:15:28 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 05:15:28 . [Pipeline] withDockerContainer 05:15:28 prd-centos7-docker-4c-2g-24894 does not seem to be running inside a container 05:15:28 $ 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 ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 05:15:29 $ docker top c16eb7b22ddba29b84fc92166f2aa2f44a9a2dd6d82e881136fadfa103087300 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 05:15:29 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 05:15:29 [ssh-agent] Looking for ssh-agent implementation... 05:15:29 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 05:15:29 $ docker exec c16eb7b22ddba29b84fc92166f2aa2f44a9a2dd6d82e881136fadfa103087300 ssh-agent 05:15:30 SSH_AUTH_SOCK=/tmp/ssh-Cn04KkNcyvaq/agent.11 05:15:30 SSH_AGENT_PID=16 05:15:30 Running ssh-add (command line suppressed) 05:15:30 Identity added: /w/workspace/gexfoundry_device-mqtt-go_master@tmp/private_key_6252964398554436707.key (/w/workspace/gexfoundry_device-mqtt-go_master@tmp/private_key_6252964398554436707.key) 05:15:30 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 05:15:30 + git semver push 05:15:30 # -> Open(): unable to determine branch for HEAD 05:15:30 # $GIT_DIR = /w/workspace/gexfoundry_device-mqtt-go_master/.git 05:15:30 # $GIT_WORK_TREE = /w/workspace/gexfoundry_device-mqtt-go_master 05:15:30 # $SEMVER_REMOTE_NAME = origin 05:15:30 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 05:15:30 # $SEMVER_USER_NAME = edgex-jenkins 05:15:30 # $SEMVER_BRANCH = master 05:15:30 # $SEMVER_DIR = /w/workspace/gexfoundry_device-mqtt-go_master/.semver [Pipeline] } 05:15:37 $ docker exec --env ******** --env ******** c16eb7b22ddba29b84fc92166f2aa2f44a9a2dd6d82e881136fadfa103087300 ssh-agent -k 05:15:37 unset SSH_AUTH_SOCK; 05:15:37 unset SSH_AGENT_PID; 05:15:37 echo Agent pid 16 killed; 05:15:37 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 05:15:37 + git semver [Pipeline] } 05:15:37 $ docker stop --time=1 c16eb7b22ddba29b84fc92166f2aa2f44a9a2dd6d82e881136fadfa103087300 05:15:39 $ docker rm -f c16eb7b22ddba29b84fc92166f2aa2f44a9a2dd6d82e881136fadfa103087300 [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 05:15:40 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 05:15:41 ---> package-listing.sh 05:15:41 ++ facter osfamily 05:15:41 ++ tr '[:upper:]' '[:lower:]' 05:15:41 + OS_FAMILY=redhat 05:15:41 + workspace=/w/workspace/gexfoundry_device-mqtt-go_master 05:15:41 + START_PACKAGES=/tmp/packages_start.txt 05:15:41 + END_PACKAGES=/tmp/packages_end.txt 05:15:41 + DIFF_PACKAGES=/tmp/packages_diff.txt 05:15:41 + PACKAGES=/tmp/packages_start.txt 05:15:41 + '[' /w/workspace/gexfoundry_device-mqtt-go_master ']' 05:15:41 + PACKAGES=/tmp/packages_end.txt 05:15:41 + case "${OS_FAMILY}" in 05:15:41 + rpm -qa 05:15:41 + sort 05:15:46 + '[' -f /tmp/packages_start.txt ']' 05:15:46 + '[' -f /tmp/packages_end.txt ']' 05:15:46 + diff /tmp/packages_start.txt /tmp/packages_end.txt 05:15:46 + '[' /w/workspace/gexfoundry_device-mqtt-go_master ']' 05:15:46 + mkdir -p /w/workspace/gexfoundry_device-mqtt-go_master/archives/ 05:15:46 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/gexfoundry_device-mqtt-go_master/archives/ [Pipeline] echo 05:15:46 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 05:15:46 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 05:15:47 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 05:15:47 05:15:47 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 05:15:47 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 05:15:47 alpine: Pulling from edgex-lftools-log-publisher 05:15:47 df20fa9351a1: Pulling fs layer 05:15:47 36b3adc4ff6f: Pulling fs layer 05:15:47 8ad3a11d3b57: Pulling fs layer 05:15:47 46f8f816bc3b: Pulling fs layer 05:15:47 93b61091891f: Pulling fs layer 05:15:47 93b9cdb0e59b: Pulling fs layer 05:15:47 5e14af77c1be: Pulling fs layer 05:15:47 01666e4c0597: Pulling fs layer 05:15:47 aa168da1d23b: Pulling fs layer 05:15:47 46f8f816bc3b: Waiting 05:15:47 93b61091891f: Waiting 05:15:47 93b9cdb0e59b: Waiting 05:15:47 5e14af77c1be: Waiting 05:15:47 01666e4c0597: Waiting 05:15:47 aa168da1d23b: Waiting 05:15:47 36b3adc4ff6f: Download complete 05:15:47 46f8f816bc3b: Verifying Checksum 05:15:47 46f8f816bc3b: Download complete 05:15:47 df20fa9351a1: Verifying Checksum 05:15:47 df20fa9351a1: Download complete 05:15:47 93b9cdb0e59b: Download complete 05:15:47 5e14af77c1be: Verifying Checksum 05:15:47 5e14af77c1be: Download complete 05:15:47 93b61091891f: Verifying Checksum 05:15:47 93b61091891f: Download complete 05:15:47 01666e4c0597: Verifying Checksum 05:15:47 01666e4c0597: Download complete 05:15:48 df20fa9351a1: Pull complete 05:15:48 8ad3a11d3b57: Verifying Checksum 05:15:48 8ad3a11d3b57: Download complete 05:15:48 36b3adc4ff6f: Pull complete 05:15:50 aa168da1d23b: Verifying Checksum 05:15:50 aa168da1d23b: Download complete 05:15:50 8ad3a11d3b57: Pull complete 05:15:50 46f8f816bc3b: Pull complete 05:15:50 93b61091891f: Pull complete 05:15:51 93b9cdb0e59b: Pull complete 05:15:51 5e14af77c1be: Pull complete 05:15:51 01666e4c0597: Pull complete 05:15:59 aa168da1d23b: Pull complete 05:15:59 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 05:15:59 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 05:15:59 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 05:15:59 prd-centos7-docker-4c-2g-24894 does not seem to be running inside a container 05:15:59 $ 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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 05:16:03 $ docker top a8519aae48737e07078cd1c34a5121313d320756df807f4b78662de5db0d0277 -eo pid,comm [Pipeline] { [Pipeline] sh 05:16:03 + touch /tmp/pre-build-complete [Pipeline] sh 05:16:04 + mkdir -p /var/log/sa [Pipeline] sh 05:16:04 + ls /var/log/sa-host 05:16:04 + sadf -c /var/log/sa-host/sa04 05:16:04 file_magic: OK 05:16:04 HZ: Using current value: 100 05:16:04 file_header: OK 05:16:04 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 05:16:04 Statistics: 05:16:04 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 05:16:04 File successfully converted to sysstat format version 12.2.1 05:16:04 + sadf -c /var/log/sa-host/sa23 05:16:04 file_magic: OK 05:16:04 HZ: Using current value: 100 05:16:04 file_header: OK 05:16:04 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 05:16:04 Statistics: 05:16:04 Hnuu...uuuununununu... 05:16:04 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 05:16:04 provisioning config files... 05:16:04 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/gexfoundry_device-mqtt-go_master@tmp/config2253548841074102498tmp [Pipeline] { [Pipeline] echo 05:16:04 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 05:16:04 ---> create-netrc.sh [Pipeline] } 05:16:04 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 05:16:05 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 05:16:05 ---> python-tools-install.sh [Pipeline] echo 05:16:05 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 05:16:05 ---> sudo-logs.sh 05:16:05 Archiving 'sudo' log.. [Pipeline] echo 05:16:05 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 05:16:06 ---> job-cost.sh 05:16:06 lf-activate-venv: SKIPPING 05:16:06 INFO: No Stack... 05:16:06 INFO: Retrieving Pricing Info for: v1-standard-2 05:16:07 INFO: Archiving Costs [Pipeline] echo 05:16:07 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 05:16:07 ---> logs-deploy.sh 05:16:07 lf-activate-venv: SKIPPING 05:16:07 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-mqtt-go/master/33 05:16:07 INFO: archiving workspace using pattern(s): 05:16:09 Archives upload complete. 05:16:09 INFO: archiving logs to Nexus