Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from d5ef6aceaa20df75d28f5e1ed8312e2f24c8f2e4 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 Running on prd-centos7-docker-4c-2g-24866 in /w/workspace/gexfoundry_device-mqtt-go_master [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/device-mqtt-go.git > git init /w/workspace/gexfoundry_device-mqtt-go_master # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision d5ef6aceaa20df75d28f5e1ed8312e2f24c8f2e4 (master) > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f d5ef6aceaa20df75d28f5e1ed8312e2f24c8f2e4 # timeout=10 Commit message: "Merge pull request #206 from weichou1229/issue-205" > git rev-list --no-walk 986676bd2495469ca6fabfae4bcb1d45a795bbbc # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 04:47:04 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 04:47:04 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 04:47:04 ========================================================= 04:47:04 EdgeX Global Pipelines Version Info 04:47:04 ========================================================= [Pipeline] libraryResource [Pipeline] sh 04:47:09 ------------------- 04:47:09 stable info: 04:47:09 ------------------- 04:47:09 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 04:47:09 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 04:47:09 Message: update stable to v1.0.179 04:47:10 ------------------- 04:47:10 experimental info: 04:47:10 ------------------- 04:47:10 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 04:47:10 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 04:47:10 Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 04:47:10 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-mqtt-go-settings [Pipeline] echo 04:47:11 [edgeXSetupEnvironment]: set envvar PROJECT = device-mqtt-go [Pipeline] echo 04:47:11 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 04:47:11 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 04:47:11 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 04:47:11 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 04:47:11 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 04:47:11 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 04:47:11 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 04:47:12 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 04:47:12 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 04:47:12 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-mqtt-go [Pipeline] echo 04:47:12 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 04:47:12 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 04:47:12 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 04:47:12 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 04:47:12 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 04:47:12 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 04:47:12 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 04:47:13 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 04:47:13 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 04:47:13 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 04:47:13 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 04:47:13 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 04:47:13 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 04:47:13 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 04:47:13 [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo 04:47:13 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo 04:47:13 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo 04:47:13 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo 04:47:14 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = d5ef6aceaa20df75d28f5e1ed8312e2f24c8f2e4 [Pipeline] echo 04:47:14 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = d5ef6ac [Pipeline] echo 04:47:14 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 04:47:14 provisioning config files... 04:47:14 copy managed file [device-mqtt-go-settings] to file:/w/workspace/gexfoundry_device-mqtt-go_master@tmp/config2561241923786055319tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 04:47:15 ---> docker-login.sh 04:47:15 nexus3.edgexfoundry.org:10001 04:47:16 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:47:16 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:47:16 Configure a credential helper to remove this warning. See 04:47:16 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:47:16 04:47:16 Login Succeeded 04:47:16 nexus3.edgexfoundry.org:10002 04:47:16 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:47:17 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:47:17 Configure a credential helper to remove this warning. See 04:47:17 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:47:17 04:47:17 Login Succeeded 04:47:17 nexus3.edgexfoundry.org:10003 04:47:17 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:47:17 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:47:17 Configure a credential helper to remove this warning. See 04:47:17 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:47:17 04:47:17 Login Succeeded 04:47:17 nexus3.edgexfoundry.org:10004 04:47:17 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:47:17 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:47:17 Configure a credential helper to remove this warning. See 04:47:17 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:47:17 04:47:17 Login Succeeded 04:47:17 docker.io 04:47:18 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:47:18 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:47:18 Configure a credential helper to remove this warning. See 04:47:18 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:47:18 04:47:18 Login Succeeded 04:47:18 ---> docker-login.sh ends [Pipeline] } 04:47:18 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 04:47:19 + git log --format=format:%s -1 d5ef6aceaa20df75d28f5e1ed8312e2f24c8f2e4 [Pipeline] echo 04:47:19 GIT_COMMIT: d5ef6aceaa20df75d28f5e1ed8312e2f24c8f2e4, Commit Message: Merge pull request #206 from weichou1229/issue-205 [Pipeline] echo 04:47:19 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 04:47:20 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 04:47:21 04:47:21 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 04:47:21 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 04:47:21 latest: Pulling from edgex-devops/git-semver 04:47:21 31603596830f: Pulling fs layer 04:47:21 2a8b12db71e7: Pulling fs layer 04:47:21 6ca5941a6612: Pulling fs layer 04:47:21 ecc8261a40a4: Pulling fs layer 04:47:21 ecc8261a40a4: Waiting 04:47:21 2a8b12db71e7: Verifying Checksum 04:47:21 2a8b12db71e7: Download complete 04:47:22 31603596830f: Verifying Checksum 04:47:22 31603596830f: Download complete 04:47:22 ecc8261a40a4: Verifying Checksum 04:47:22 ecc8261a40a4: Download complete 04:47:22 31603596830f: Pull complete 04:47:22 2a8b12db71e7: Pull complete 04:47:22 6ca5941a6612: Verifying Checksum 04:47:22 6ca5941a6612: Download complete 04:47:25 6ca5941a6612: Pull complete 04:47:26 ecc8261a40a4: Pull complete 04:47:26 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 04:47:26 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 04:47:26 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 04:47:26 prd-centos7-docker-4c-2g-24866 does not seem to be running inside a container 04:47:26 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_device-mqtt-go_master -v /w/workspace/gexfoundry_device-mqtt-go_master:/w/workspace/gexfoundry_device-mqtt-go_master:rw,z -v /w/workspace/gexfoundry_device-mqtt-go_master@tmp:/w/workspace/gexfoundry_device-mqtt-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 04:47:29 $ docker top 65006c3bb489091c79abafdacf5555a0cea08671d792d786f836f73ce722886d -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 04:47:30 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 04:47:30 [ssh-agent] Looking for ssh-agent implementation... 04:47:31 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 04:47:31 $ docker exec 65006c3bb489091c79abafdacf5555a0cea08671d792d786f836f73ce722886d ssh-agent 04:47:32 SSH_AUTH_SOCK=/tmp/ssh-SsUPBxN6RUYD/agent.11 04:47:32 SSH_AGENT_PID=16 04:47:32 Running ssh-add (command line suppressed) 04:47:32 Identity added: /w/workspace/gexfoundry_device-mqtt-go_master@tmp/private_key_5980703591559803030.key (/w/workspace/gexfoundry_device-mqtt-go_master@tmp/private_key_5980703591559803030.key) 04:47:32 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 04:47:33 + git tag --points-at HEAD [Pipeline] } 04:47:33 $ docker exec --env ******** --env ******** 65006c3bb489091c79abafdacf5555a0cea08671d792d786f836f73ce722886d ssh-agent -k 04:47:33 unset SSH_AUTH_SOCK; 04:47:33 unset SSH_AGENT_PID; 04:47:33 echo Agent pid 16 killed; 04:47:34 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 04:47:34 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 04:47:34 [ssh-agent] Looking for ssh-agent implementation... 04:47:34 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 04:47:34 $ docker exec 65006c3bb489091c79abafdacf5555a0cea08671d792d786f836f73ce722886d ssh-agent 04:47:35 SSH_AUTH_SOCK=/tmp/ssh-0xF34YjkcnoJ/agent.45 04:47:35 SSH_AGENT_PID=50 04:47:35 Running ssh-add (command line suppressed) 04:47:35 Identity added: /w/workspace/gexfoundry_device-mqtt-go_master@tmp/private_key_7523795943417024346.key (/w/workspace/gexfoundry_device-mqtt-go_master@tmp/private_key_7523795943417024346.key) 04:47:35 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 04:47:36 + git semver init 04:47:36 # -> Open(): unable to determine branch for HEAD 04:47:36 # $GIT_DIR = /w/workspace/gexfoundry_device-mqtt-go_master/.git 04:47:36 # $GIT_WORK_TREE = /w/workspace/gexfoundry_device-mqtt-go_master 04:47:36 # $SEMVER_REMOTE_NAME = origin 04:47:36 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 04:47:36 # $SEMVER_USER_NAME = edgex-jenkins 04:47:36 # $SEMVER_BRANCH = master 04:47:36 # $SEMVER_TEMP = /tmp/semver-356579154 04:47:36 # git clone --branch semver git@github.com:edgexfoundry/device-mqtt-go.git $SEMVER_TEMP 04:47:36 # '/tmp/semver-356579154' -> '/w/workspace/gexfoundry_device-mqtt-go_master/.semver' 04:47:37 # -> Force: false 04:47:37 # $SEMVER_DIR = /w/workspace/gexfoundry_device-mqtt-go_master/.semver [Pipeline] } 04:47:37 $ docker exec --env ******** --env ******** 65006c3bb489091c79abafdacf5555a0cea08671d792d786f836f73ce722886d ssh-agent -k 04:47:37 unset SSH_AUTH_SOCK; 04:47:37 unset SSH_AGENT_PID; 04:47:37 echo Agent pid 50 killed; 04:47:37 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 04:47:38 + git semver [Pipeline] } 04:47:38 $ docker stop --time=1 65006c3bb489091c79abafdacf5555a0cea08671d792d786f836f73ce722886d 04:47:40 $ docker rm -f 65006c3bb489091c79abafdacf5555a0cea08671d792d786f836f73ce722886d [Pipeline] // withDockerContainer [Pipeline] sh 04:47:40 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 04:47:41 Stashed 1 file(s) [Pipeline] echo 04:47:41 [edgeXSemver]: initialized semver on version 1.3.2-dev.2 [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 04:47:42 Running on prd-ubuntu18.04-docker-arm64-4c-16g-24876 in /w/workspace/gexfoundry_device-mqtt-go_master [Pipeline] { [Pipeline] ws 04:47:42 Running in /w/workspace/device-mqtt-go/32 [Pipeline] { [Pipeline] checkout 04:47:47 using credential edgex-jenkins-ssh 04:47:47 Cloning the remote Git repository 04:47:47 Cloning repository git@github.com:edgexfoundry/device-mqtt-go.git 04:47:48 > git init /w/workspace/device-mqtt-go/32 # timeout=10 04:47:48 Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git 04:47:48 > git --version # timeout=10 04:47:48 > git --version # 'git version 2.17.1' 04:47:48 using GIT_SSH to set credentials SSH Credentials for GitHub 04:47:48 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 04:47:50 Checking out Revision d5ef6aceaa20df75d28f5e1ed8312e2f24c8f2e4 (master) 04:47:49 > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 04:47:49 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 04:47:49 > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 04:47:49 Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git 04:47:49 using GIT_SSH to set credentials SSH Credentials for GitHub 04:47:49 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 04:47:50 > git config core.sparsecheckout # timeout=10 04:47:50 > git checkout -f d5ef6aceaa20df75d28f5e1ed8312e2f24c8f2e4 # timeout=10 04:47:54 Commit message: "Merge pull request #206 from weichou1229/issue-205" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 04:47:55 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 04:47:56 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 04:47:56 + + true 04:47:56 sudo service docker restart 04:47:57 Still waiting to schedule task 04:47:57 Waiting for next available executor on ‘centos7-docker-4c-2g’ [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 04:47:58 provisioning config files... 04:47:58 copy managed file [device-mqtt-go-settings] to file:/w/workspace/device-mqtt-go/32@tmp/config2475335460858698491tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 04:47:59 ---> docker-login.sh 04:47:59 nexus3.edgexfoundry.org:10001 04:48:00 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:48:00 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:48:00 Configure a credential helper to remove this warning. See 04:48:00 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:48:00 04:48:00 Login Succeeded 04:48:00 nexus3.edgexfoundry.org:10002 04:48:01 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:48:01 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:48:01 Configure a credential helper to remove this warning. See 04:48:01 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:48:01 04:48:01 Login Succeeded 04:48:01 nexus3.edgexfoundry.org:10003 04:48:01 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:48:01 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:48:01 Configure a credential helper to remove this warning. See 04:48:01 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:48:01 04:48:01 Login Succeeded 04:48:01 nexus3.edgexfoundry.org:10004 04:48:02 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:48:02 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:48:02 Configure a credential helper to remove this warning. See 04:48:02 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:48:02 04:48:02 Login Succeeded 04:48:02 docker.io 04:48:03 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:48:03 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:48:03 Configure a credential helper to remove this warning. See 04:48:03 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:48:03 04:48:03 Login Succeeded 04:48:03 ---> docker-login.sh ends [Pipeline] } 04:48:03 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 04:48:03 ========================================================= 04:48:03 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 04:48:03 ========================================================= [Pipeline] isUnix [Pipeline] sh 04:48:04 + 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 . 04:48:04 Sending build context to Docker daemon 499.7kB 04:48:04 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 04:48:04 Step 2/8 : FROM ${BASE} 04:48:04 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 04:48:04 5f621e34cdf4: Pulling fs layer 04:48:04 a4357932f1b6: Pulling fs layer 04:48:04 18c013af1878: Pulling fs layer 04:48:04 00ac8860ef70: Pulling fs layer 04:48:04 63d7cb157983: Pulling fs layer 04:48:04 b116817d02f9: Pulling fs layer 04:48:04 745a02a5169b: Pulling fs layer 04:48:04 63d7cb157983: Waiting 04:48:04 b116817d02f9: Waiting 04:48:04 745a02a5169b: Waiting 04:48:04 00ac8860ef70: Waiting 04:48:04 18c013af1878: Verifying Checksum 04:48:04 18c013af1878: Download complete 04:48:04 a4357932f1b6: Download complete 04:48:04 63d7cb157983: Verifying Checksum 04:48:04 63d7cb157983: Download complete 04:48:04 b116817d02f9: Verifying Checksum 04:48:04 b116817d02f9: Download complete 04:48:04 5f621e34cdf4: Verifying Checksum 04:48:04 5f621e34cdf4: Download complete 04:48:05 5f621e34cdf4: Pull complete 04:48:06 a4357932f1b6: Pull complete 04:48:06 18c013af1878: Pull complete 04:48:07 745a02a5169b: Verifying Checksum 04:48:07 745a02a5169b: Download complete 04:48:08 00ac8860ef70: Verifying Checksum 04:48:08 00ac8860ef70: Download complete 04:48:18 00ac8860ef70: Pull complete 04:48:18 63d7cb157983: Pull complete 04:48:18 b116817d02f9: Pull complete 04:48:22 745a02a5169b: Pull complete 04:48:22 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 04:48:22 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 04:48:22 ---> b7e6874047d6 04:48:22 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IOTech' 04:48:25 ---> Running in 0886fbc21c9b 04:48:25 Removing intermediate container 0886fbc21c9b 04:48:25 ---> 32b83bd0cb1f 04:48:25 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:48:25 ---> Running in c4176eee1c96 04:48:28 Removing intermediate container c4176eee1c96 04:48:28 ---> d63aa5c32ad8 04:48:28 Step 5/8 : RUN apk add --update --no-cache make git openssh build-base 04:48:28 ---> Running in ba66d54cf2d9 04:48:29 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:48:30 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:48:31 (1/14) Installing libmagic (5.38-r0) 04:48:32 (2/14) Installing file (5.38-r0) 04:48:32 (3/14) Installing libc-dev (0.7.2-r3) 04:48:32 (4/14) Installing g++ (9.3.0-r2) 04:49:11 (5/14) Installing fortify-headers (1.1-r0) 04:49:11 (6/14) Installing patch (2.7.6-r6) 04:49:11 (7/14) Installing build-base (0.5-r2) 04:49:11 (8/14) Installing openssh-keygen (8.3_p1-r1) 04:49:11 (9/14) Installing libedit (20191231.3.1-r0) 04:49:11 (10/14) Installing openssh-client (8.3_p1-r1) 04:49:14 (11/14) Installing openssh-sftp-server (8.3_p1-r1) 04:49:14 (12/14) Installing openssh-server-common (8.3_p1-r1) 04:49:14 (13/14) Installing openssh-server (8.3_p1-r1) 04:49:15 (14/14) Installing openssh (8.3_p1-r1) 04:49:16 Executing busybox-1.31.1-r19.trigger 04:49:16 OK: 221 MiB in 53 packages 04:49:20 Removing intermediate container ba66d54cf2d9 04:49:20 ---> 127b063cb513 04:49:20 Step 6/8 : WORKDIR /device-mqtt-go 04:49:20 ---> Running in d97b8a41a87d 04:49:20 Removing intermediate container d97b8a41a87d 04:49:20 ---> f1d390f4c333 04:49:20 Step 7/8 : COPY . . 04:49:21 ---> a6f65621d6bc 04:49:21 Step 8/8 : RUN go mod download 04:49:21 ---> Running in db77bfcacd55 04:49:48 Removing intermediate container db77bfcacd55 04:49:48 ---> 1d70ce434be3 04:49:48 Successfully built 1d70ce434be3 04:49:48 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 04:49:48 + docker inspect -f . ci-base-image-arm64 04:49:48 . [Pipeline] withDockerContainer 04:49:48 prd-ubuntu18.04-docker-arm64-4c-16g-24876 does not seem to be running inside a container 04:49:49 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-mqtt-go/32 -v /w/workspace/device-mqtt-go/32:/w/workspace/device-mqtt-go/32:rw,z -v /w/workspace/device-mqtt-go/32@tmp:/w/workspace/device-mqtt-go/32@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 04:49:50 $ docker top e15949edec60fcb285bb07647876d69f3497932c08c93991500755dff29fc7f3 -eo pid,comm [Pipeline] { [Pipeline] sh 04:49:51 + go version 04:49:51 go version go1.15.5 linux/arm64 [Pipeline] } 04:49:51 $ docker stop --time=1 e15949edec60fcb285bb07647876d69f3497932c08c93991500755dff29fc7f3 04:49:53 $ docker rm -f e15949edec60fcb285bb07647876d69f3497932c08c93991500755dff29fc7f3 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 04:49:54 + docker inspect -f . ci-base-image-arm64 04:49:54 . [Pipeline] withDockerContainer 04:49:55 prd-ubuntu18.04-docker-arm64-4c-16g-24876 does not seem to be running inside a container 04:49:55 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-mqtt-go/32 -v /w/workspace/device-mqtt-go/32:/w/workspace/device-mqtt-go/32:rw,z -v /w/workspace/device-mqtt-go/32@tmp:/w/workspace/device-mqtt-go/32@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 04:49:56 $ docker top 30d8a510c7b539517a51fa3034f266073984b7774eff61854c702b15e9da6c15 -eo pid,comm [Pipeline] { [Pipeline] sh 04:49:58 + make test 04:49:58 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out 04:49:59 ? github.com/edgexfoundry/device-mqtt-go [no test files] 04:50:46 ? github.com/edgexfoundry/device-mqtt-go/cmd [no test files] 04:50:46 ok github.com/edgexfoundry/device-mqtt-go/internal/driver 0.038s coverage: 26.5% of statements 04:50:46 ? github.com/edgexfoundry/device-mqtt-go/mock [no test files] 04:50:46 CGO_ENABLED=0 GO111MODULE=on go vet ./... 04:50:49 gofmt -l . 04:50:49 ["`gofmt -l .`" = ""] 04:50:49 ./bin/test-attribution-txt.sh 04:50:49 ./bin/test-go-mod-tidy.sh [Pipeline] } 04:50:50 $ docker stop --time=1 30d8a510c7b539517a51fa3034f266073984b7774eff61854c702b15e9da6c15 04:50:52 $ docker rm -f 30d8a510c7b539517a51fa3034f266073984b7774eff61854c702b15e9da6c15 [Pipeline] // withDockerContainer [Pipeline] sh 04:50:53 + sudo chown -R jenkins:jenkins . [Pipeline] stash 04:50:54 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 04:50:57 + sudo chown -R jenkins:jenkins . [Pipeline] sh 04:50:57 + ls -al . 04:50:57 total 132 04:50:57 drwxrwxr-x 9 jenkins jenkins 4096 Feb 4 04:50 . 04:50:57 drwxrwxr-x 4 jenkins jenkins 4096 Feb 4 04:47 .. 04:50:57 -rw-rw-r-- 1 jenkins jenkins 140 Feb 4 04:47 .dockerignore 04:50:57 drwxrwxr-x 8 jenkins jenkins 4096 Feb 4 04:47 .git 04:50:57 drwxrwxr-x 2 jenkins jenkins 4096 Feb 4 04:47 .github 04:50:57 -rw-rw-r-- 1 jenkins jenkins 336 Feb 4 04:47 .gitignore 04:50:57 -rw-rw-r-- 1 jenkins jenkins 6165 Feb 4 04:47 Attribution.txt 04:50:57 -rw-rw-r-- 1 jenkins jenkins 1941 Feb 4 04:47 Dockerfile 04:50:57 -rw-rw-r-- 1 jenkins jenkins 957 Feb 4 04:47 Dockerfile.build 04:50:57 -rw-rw-r-- 1 jenkins jenkins 677 Feb 4 04:47 Jenkinsfile 04:50:57 -rw-rw-r-- 1 jenkins jenkins 11340 Feb 4 04:47 LICENSE 04:50:57 -rw-rw-r-- 1 jenkins jenkins 902 Feb 4 04:47 Makefile 04:50:57 -rw-rw-r-- 1 jenkins jenkins 444 Feb 4 04:47 README.md 04:50:57 -rw-rw-r-- 1 jenkins jenkins 11 Feb 4 04:47 VERSION 04:50:57 drwxrwxr-x 2 jenkins jenkins 4096 Feb 4 04:47 bin 04:50:57 drwxrwxr-x 3 jenkins jenkins 4096 Feb 4 04:47 cmd 04:50:57 -rw-r--r-- 1 jenkins jenkins 20209 Feb 4 04:50 coverage.out 04:50:57 -rw-r--r-- 1 jenkins jenkins 495 Feb 4 04:50 go.mod 04:50:57 -rw-r--r-- 1 jenkins jenkins 16072 Feb 4 04:50 go.sum 04:50:57 drwxrwxr-x 3 jenkins jenkins 4096 Feb 4 04:47 internal 04:50:57 drwxrwxr-x 2 jenkins jenkins 4096 Feb 4 04:47 mock 04:50:57 drwxrwxr-x 4 jenkins jenkins 4096 Feb 4 04:47 snap 04:50:57 -rw-rw-r-- 1 jenkins jenkins 227 Feb 4 04:47 version.go [Pipeline] isUnix [Pipeline] sh 04:50:58 + 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=d5ef6aceaa20df75d28f5e1ed8312e2f24c8f2e4 --label arch=arm64 --label version=1.3.2-dev.2 . 04:50:58 Sending build context to Docker daemon 520.7kB 04:50:58 Step 1/23 : ARG BASE=golang:1.15-alpine3.12 04:50:58 Step 2/23 : FROM ${BASE} AS builder 04:50:58 ---> 1d70ce434be3 04:50:58 Step 3/23 : ARG ALPINE_PKG_BASE="build-base git openssh-client" 04:50:58 ---> Running in f1f7c0aff99a 04:50:59 Removing intermediate container f1f7c0aff99a 04:50:59 ---> f9628079de0d 04:50:59 Step 4/23 : ARG ALPINE_PKG_EXTRA="" 04:50:59 ---> Running in 07a079850979 04:51:00 Removing intermediate container 07a079850979 04:51:00 ---> f7b846006440 04:51:00 Step 5/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:51:00 ---> Running in a0ca8a666b77 04:51:02 Removing intermediate container a0ca8a666b77 04:51:02 ---> ff3c0c5093a8 04:51:02 Step 6/23 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 04:51:02 ---> Running in 0dfb2fd2b78e 04:51:03 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:51:05 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:51:06 OK: 221 MiB in 53 packages 04:51:07 Removing intermediate container 0dfb2fd2b78e 04:51:07 ---> d96c09f9c3df 04:51:07 Step 7/23 : WORKDIR $GOPATH/src/github.com/edgexfoundry/device-mqtt-go 04:51:07 ---> Running in cd47782b304f 04:51:07 Removing intermediate container cd47782b304f 04:51:07 ---> 8b1bfd625342 04:51:07 Step 8/23 : COPY . . 04:51:08 ---> b664f7783c42 04:51:08 Step 9/23 : ARG MAKE='make build' 04:51:08 ---> Running in 23cd8f9b8b18 04:51:09 Removing intermediate container 23cd8f9b8b18 04:51:09 ---> 3a4cb5697284 04:51:09 Step 10/23 : RUN $MAKE 04:51:09 ---> Running in 5419b62385da 04:51:10 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-mqtt-go.Version=1.3.2-dev.2" -o cmd/device-mqtt ./cmd 04:51:38 CGO_ENABLED=0 GO111MODULE=on go build ./... 04:51:45 Running on prd-centos7-docker-4c-2g-24884 in /w/workspace/gexfoundry_device-mqtt-go_master [Pipeline] { [Pipeline] ws 04:51:45 Running in /w/workspace/device-mqtt-go/32 [Pipeline] { [Pipeline] checkout 04:51:46 Removing intermediate container 5419b62385da 04:51:46 ---> b0b9135b8433 04:51:46 Step 11/23 : FROM alpine:3.12 04:51:46 3.12: Pulling from library/alpine 04:51:46 159e5727ea61: Pulling fs layer 04:51:46 159e5727ea61: Verifying Checksum 04:51:46 159e5727ea61: Download complete 04:51:46 159e5727ea61: Pull complete 04:51:46 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 04:51:46 Status: Downloaded newer image for alpine:3.12 04:51:46 ---> afeebe901d6b 04:51:46 Step 12/23 : RUN apk add --update --no-cache dumb-init 04:51:46 ---> Running in e652b57cc4c0 04:51:47 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:51:48 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:51:48 using credential edgex-jenkins-ssh 04:51:48 Cloning the remote Git repository 04:51:48 (1/1) Installing dumb-init (1.2.2-r1) 04:51:48 Executing busybox-1.31.1-r19.trigger 04:51:48 OK: 5 MiB in 15 packages 04:51:49 Checking out Revision d5ef6aceaa20df75d28f5e1ed8312e2f24c8f2e4 (master) 04:51:48 Cloning repository git@github.com:edgexfoundry/device-mqtt-go.git 04:51:48 > git init /w/workspace/device-mqtt-go/32 # timeout=10 04:51:48 Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git 04:51:48 > git --version # timeout=10 04:51:48 > git --version # 'git version 2.24.3' 04:51:48 using GIT_SSH to set credentials SSH Credentials for GitHub 04:51:48 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 04:51:48 > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 04:51:48 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 04:51:48 > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 04:51:48 Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git 04:51:48 using GIT_SSH to set credentials SSH Credentials for GitHub 04:51:48 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 04:51:49 > git config core.sparsecheckout # timeout=10 04:51:49 > git checkout -f d5ef6aceaa20df75d28f5e1ed8312e2f24c8f2e4 # timeout=10 04:51:49 Removing intermediate container e652b57cc4c0 04:51:49 ---> 488300de0e3a 04:51:49 Step 13/23 : ENV APP_PORT=49982 04:51:49 ---> Running in 32724fbbadec 04:51:50 Removing intermediate container 32724fbbadec 04:51:50 ---> b7c12e5f91ca 04:51:50 Step 14/23 : EXPOSE $APP_PORT 04:51:50 ---> Running in 124ea44b7d5b 04:51:51 Removing intermediate container 124ea44b7d5b 04:51:51 ---> 74d7593afe75 04:51:51 Step 15/23 : COPY --from=builder /go/src/github.com/edgexfoundry/device-mqtt-go/cmd / 04:51:52 ---> 3a2b64c7e027 04:51:52 Step 16/23 : COPY --from=builder /go/src/github.com/edgexfoundry/device-mqtt-go/LICENSE / 04:51:52 ---> 69739546a9cc 04:51:52 Step 17/23 : COPY --from=builder /go/src/github.com/edgexfoundry/device-mqtt-go/Attribution.txt / 04:51:53 Commit message: "Merge pull request #206 from weichou1229/issue-205" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { 04:51:53 ---> e22aad48fa46 04:51:53 Step 18/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IoTech Ltd' 04:51:53 ---> Running in 9457db84d5b9 [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 04:51:54 Removing intermediate container 9457db84d5b9 04:51:54 ---> 1827782262ee 04:51:54 Step 19/23 : ENTRYPOINT ["/device-mqtt"] 04:51:54 ---> Running in 614a16da141b 04:51:54 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 04:51:54 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 04:51:54 Removing intermediate container 614a16da141b 04:51:54 ---> 26ae1b02b989 04:51:54 Step 20/23 : CMD ["--cp=consul://edgex-core-consul:8500", "--registry", "--confdir=/res"] 04:51:54 ---> Running in e1ba3aa95317 04:51:54 + true 04:51:54 + sudo service docker restart 04:51:54 Redirecting to /bin/systemctl restart docker.service 04:51:55 Removing intermediate container e1ba3aa95317 04:51:55 ---> ba3b57ff3162 04:51:55 Step 21/23 : LABEL arch=arm64 04:51:55 ---> Running in 9941b8856044 [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 04:51:55 provisioning config files... 04:51:56 copy managed file [device-mqtt-go-settings] to file:/w/workspace/device-mqtt-go/32@tmp/config885240527795037102tmp [Pipeline] { 04:51:56 Removing intermediate container 9941b8856044 04:51:56 ---> f8c1494983d3 04:51:56 Step 22/23 : LABEL git_sha=d5ef6aceaa20df75d28f5e1ed8312e2f24c8f2e4 04:51:56 ---> Running in c5eb329b2859 [Pipeline] libraryResource [Pipeline] sh 04:51:56 Removing intermediate container c5eb329b2859 04:51:56 ---> 5916f0449982 04:51:56 Step 23/23 : LABEL version=1.3.2-dev.2 04:51:56 ---> docker-login.sh 04:51:56 nexus3.edgexfoundry.org:10001 04:51:56 ---> Running in 4c8a6d8d6cd4 04:51:56 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:51:56 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:51:56 Configure a credential helper to remove this warning. See 04:51:56 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:51:56 04:51:56 Login Succeeded 04:51:56 nexus3.edgexfoundry.org:10002 04:51:56 Removing intermediate container 4c8a6d8d6cd4 04:51:56 ---> 99fb23b61f10 04:51:56 [Warning] One or more build-args [ARCH] were not consumed 04:51:56 Successfully built 99fb23b61f10 04:51:56 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:51:56 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:51:56 Configure a credential helper to remove this warning. See 04:51:56 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:51:56 04:51:56 Login Succeeded 04:51:56 nexus3.edgexfoundry.org:10003 04:51:57 Successfully tagged docker-device-mqtt-go-arm64:latest [Pipeline] } 04:51:57 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:51:57 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:51:57 Configure a credential helper to remove this warning. See 04:51:57 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:51:57 04:51:57 Login Succeeded 04:51:57 nexus3.edgexfoundry.org:10004 04:51:57 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:51:57 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:51:57 Configure a credential helper to remove this warning. See 04:51:57 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:51:57 [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) 04:51:57 Login Succeeded 04:51:57 docker.io 04:51:57 WARNING! Using --password via the CLI is insecure. Use --password-stdin. [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 04:51:57 provisioning config files... 04:51:57 copy managed file [device-mqtt-go-settings] to file:/w/workspace/device-mqtt-go/32@tmp/config6705960352851852581tmp [Pipeline] { 04:51:57 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:51:57 Configure a credential helper to remove this warning. See 04:51:57 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:51:57 04:51:57 Login Succeeded 04:51:57 ---> docker-login.sh ends [Pipeline] } 04:51:57 Deleting 1 temporary files [Pipeline] libraryResource [Pipeline] sh [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash 04:51:58 ---> docker-login.sh 04:51:58 nexus3.edgexfoundry.org:10001 [Pipeline] echo 04:51:58 ========================================================= 04:51:58 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 04:51:58 ========================================================= [Pipeline] isUnix [Pipeline] sh 04:51:58 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:51:58 + 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 . 04:51:58 Sending build context to Docker daemon 496.6kB 04:51:58 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 04:51:58 Step 2/8 : FROM ${BASE} 04:51:58 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:51:58 Configure a credential helper to remove this warning. See 04:51:58 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:51:58 04:51:58 Login Succeeded 04:51:58 nexus3.edgexfoundry.org:10002 04:51:58 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 04:51:58 188c0c94c7c5: Pulling fs layer 04:51:58 0ef7d3d256c8: Pulling fs layer 04:51:58 de9db76c5a1d: Pulling fs layer 04:51:58 bca2f99d35d6: Pulling fs layer 04:51:58 93359f2a8cfa: Pulling fs layer 04:51:58 7c6f9722023f: Pulling fs layer 04:51:58 a35cf1a2eb13: Pulling fs layer 04:51:58 93359f2a8cfa: Waiting 04:51:58 7c6f9722023f: Waiting 04:51:58 a35cf1a2eb13: Waiting 04:51:58 bca2f99d35d6: Waiting 04:51:58 de9db76c5a1d: Verifying Checksum 04:51:58 de9db76c5a1d: Download complete 04:51:58 0ef7d3d256c8: Verifying Checksum 04:51:58 0ef7d3d256c8: Download complete 04:51:58 93359f2a8cfa: Verifying Checksum 04:51:58 93359f2a8cfa: Download complete 04:51:58 188c0c94c7c5: Verifying Checksum 04:51:58 188c0c94c7c5: Download complete 04:51:58 7c6f9722023f: Verifying Checksum 04:51:58 7c6f9722023f: Download complete 04:51:58 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:51:59 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:51:59 Configure a credential helper to remove this warning. See 04:51:59 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:51:59 04:51:59 Login Succeeded 04:51:59 nexus3.edgexfoundry.org:10003 04:51:59 188c0c94c7c5: Pull complete 04:51:59 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:51:59 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:51:59 Configure a credential helper to remove this warning. See 04:51:59 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:51:59 04:51:59 Login Succeeded 04:51:59 nexus3.edgexfoundry.org:10004 04:51:59 0ef7d3d256c8: Pull complete 04:52:00 de9db76c5a1d: Pull complete 04:52:00 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:52:00 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:52:00 Configure a credential helper to remove this warning. See 04:52:00 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:52:00 04:52:00 Login Succeeded 04:52:00 docker.io 04:52:00 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:52:00 a35cf1a2eb13: Verifying Checksum 04:52:00 a35cf1a2eb13: Download complete 04:52:01 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:52:01 Configure a credential helper to remove this warning. See 04:52:01 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:52:01 04:52:01 Login Succeeded 04:52:01 ---> docker-login.sh ends [Pipeline] } 04:52:01 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } 04:52:01 bca2f99d35d6: Verifying Checksum 04:52:01 bca2f99d35d6: Download complete [Pipeline] // withEnv [Pipeline] echo 04:52:01 [edgeXDocker.push] Tagging docker image docker-device-mqtt-go-arm64 with the following tags: 04:52:01 d5ef6aceaa20df75d28f5e1ed8312e2f24c8f2e4 04:52:01 latest 04:52:01 1.3.2-dev.2 04:52:01 d5ef6aceaa20df75d28f5e1ed8312e2f24c8f2e4-1.3.2-dev.2 04:52:01 master 04:52:01 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 04:52:01 + docker tag docker-device-mqtt-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64:d5ef6aceaa20df75d28f5e1ed8312e2f24c8f2e4 [Pipeline] isUnix [Pipeline] sh 04:52:02 + docker push nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64:d5ef6aceaa20df75d28f5e1ed8312e2f24c8f2e4 04:52:02 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64] 04:52:02 73cafea5f26c: Preparing 04:52:02 8d26397d2a7c: Preparing 04:52:02 eaf1fe4d2ecb: Preparing 04:52:02 bcc764c274f4: Preparing 04:52:02 379067d0cb53: Preparing 04:52:02 379067d0cb53: Layer already exists 04:52:02 bcc764c274f4: Pushed 04:52:02 73cafea5f26c: Pushed 04:52:02 8d26397d2a7c: Pushed 04:52:05 eaf1fe4d2ecb: Pushed 04:52:05 d5ef6aceaa20df75d28f5e1ed8312e2f24c8f2e4: digest: sha256:763cf0fbeaa1bd9b5e67c9c5e7329f87ccd8da2e0e828215829780991f656f6a size: 1364 [Pipeline] isUnix [Pipeline] sh 04:52:05 + docker tag docker-device-mqtt-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64:latest [Pipeline] isUnix [Pipeline] sh 04:52:06 + docker push nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64:latest 04:52:06 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64] 04:52:06 73cafea5f26c: Preparing 04:52:06 8d26397d2a7c: Preparing 04:52:06 eaf1fe4d2ecb: Preparing 04:52:06 bcc764c274f4: Preparing 04:52:06 379067d0cb53: Preparing 04:52:06 eaf1fe4d2ecb: Layer already exists 04:52:06 bcc764c274f4: Layer already exists 04:52:06 73cafea5f26c: Layer already exists 04:52:06 379067d0cb53: Layer already exists 04:52:06 8d26397d2a7c: Layer already exists 04:52:06 latest: digest: sha256:763cf0fbeaa1bd9b5e67c9c5e7329f87ccd8da2e0e828215829780991f656f6a size: 1364 [Pipeline] isUnix [Pipeline] sh 04:52:06 + docker tag docker-device-mqtt-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64:1.3.2-dev.2 [Pipeline] isUnix [Pipeline] sh 04:52:07 + docker push nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64:1.3.2-dev.2 04:52:07 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64] 04:52:07 73cafea5f26c: Preparing 04:52:07 8d26397d2a7c: Preparing 04:52:07 eaf1fe4d2ecb: Preparing 04:52:07 bcc764c274f4: Preparing 04:52:07 379067d0cb53: Preparing 04:52:07 eaf1fe4d2ecb: Layer already exists 04:52:07 8d26397d2a7c: Layer already exists 04:52:07 379067d0cb53: Layer already exists 04:52:07 bcc764c274f4: Layer already exists 04:52:07 73cafea5f26c: Layer already exists 04:52:07 1.3.2-dev.2: digest: sha256:763cf0fbeaa1bd9b5e67c9c5e7329f87ccd8da2e0e828215829780991f656f6a size: 1364 [Pipeline] isUnix [Pipeline] sh 04:52:07 + docker tag docker-device-mqtt-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64:d5ef6aceaa20df75d28f5e1ed8312e2f24c8f2e4-1.3.2-dev.2 [Pipeline] isUnix [Pipeline] sh 04:52:07 bca2f99d35d6: Pull complete 04:52:08 + docker push nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64:d5ef6aceaa20df75d28f5e1ed8312e2f24c8f2e4-1.3.2-dev.2 04:52:08 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64] 04:52:08 73cafea5f26c: Preparing 04:52:08 8d26397d2a7c: Preparing 04:52:08 eaf1fe4d2ecb: Preparing 04:52:08 bcc764c274f4: Preparing 04:52:08 379067d0cb53: Preparing 04:52:08 bcc764c274f4: Layer already exists 04:52:08 379067d0cb53: Layer already exists 04:52:08 eaf1fe4d2ecb: Layer already exists 04:52:08 73cafea5f26c: Layer already exists 04:52:08 8d26397d2a7c: Layer already exists 04:52:08 93359f2a8cfa: Pull complete 04:52:08 d5ef6aceaa20df75d28f5e1ed8312e2f24c8f2e4-1.3.2-dev.2: digest: sha256:763cf0fbeaa1bd9b5e67c9c5e7329f87ccd8da2e0e828215829780991f656f6a size: 1364 [Pipeline] isUnix [Pipeline] sh 04:52:08 + docker tag docker-device-mqtt-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64:master [Pipeline] isUnix [Pipeline] sh 04:52:09 + docker push nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64:master 04:52:09 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64] 04:52:09 73cafea5f26c: Preparing 04:52:09 8d26397d2a7c: Preparing 04:52:09 eaf1fe4d2ecb: Preparing 04:52:09 bcc764c274f4: Preparing 04:52:09 379067d0cb53: Preparing 04:52:09 eaf1fe4d2ecb: Layer already exists 04:52:09 73cafea5f26c: Layer already exists 04:52:09 379067d0cb53: Layer already exists 04:52:09 8d26397d2a7c: Layer already exists 04:52:09 bcc764c274f4: Layer already exists 04:52:09 master: digest: sha256:763cf0fbeaa1bd9b5e67c9c5e7329f87ccd8da2e0e828215829780991f656f6a size: 1364 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 04:52:09 ===================================================== [Pipeline] echo 04:52:09 taggedImages: 04:52:09 - nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64:d5ef6aceaa20df75d28f5e1ed8312e2f24c8f2e4 04:52:09 - nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64:latest 04:52:09 - nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64:1.3.2-dev.2 04:52:09 - nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64:d5ef6aceaa20df75d28f5e1ed8312e2f24c8f2e4-1.3.2-dev.2 04:52:09 - nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64:master [Pipeline] } [Pipeline] // script [Pipeline] } 04:52:09 7c6f9722023f: Pull complete [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 04:52:13 a35cf1a2eb13: Pull complete 04:52:13 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 04:52:13 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 04:52:13 ---> a62c8e92a672 04:52:13 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IOTech' 04:52:13 ---> Running in 54ba0e4c0a52 04:52:14 Removing intermediate container 54ba0e4c0a52 04:52:14 ---> 34552f06b258 04:52:14 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:52:14 ---> Running in 16b4759d9e67 04:52:16 Removing intermediate container 16b4759d9e67 04:52:16 ---> 781800e5b9e3 04:52:16 Step 5/8 : RUN apk add --update --no-cache make git openssh build-base 04:52:16 ---> Running in 19a13297a4c9 04:52:16 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:52:18 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:52:19 (1/14) Installing libmagic (5.38-r0) 04:52:19 (2/14) Installing file (5.38-r0) 04:52:19 (3/14) Installing libc-dev (0.7.2-r3) 04:52:19 (4/14) Installing g++ (9.3.0-r2) 04:52:46 (5/14) Installing fortify-headers (1.1-r0) 04:52:46 (6/14) Installing patch (2.7.6-r6) 04:52:46 (7/14) Installing build-base (0.5-r2) 04:52:46 (8/14) Installing openssh-keygen (8.3_p1-r1) 04:52:46 (9/14) Installing libedit (20191231.3.1-r0) 04:52:46 (10/14) Installing openssh-client (8.3_p1-r1) 04:52:46 (11/14) Installing openssh-sftp-server (8.3_p1-r1) 04:52:46 (12/14) Installing openssh-server-common (8.3_p1-r1) 04:52:46 (13/14) Installing openssh-server (8.3_p1-r1) 04:52:46 (14/14) Installing openssh (8.3_p1-r1) 04:52:46 Executing busybox-1.31.1-r19.trigger 04:52:46 OK: 237 MiB in 53 packages 04:52:47 Removing intermediate container 19a13297a4c9 04:52:47 ---> f888e9d46c04 04:52:47 Step 6/8 : WORKDIR /device-mqtt-go 04:52:47 ---> Running in c70d83ef0051 04:52:48 Removing intermediate container c70d83ef0051 04:52:48 ---> 9f9aea2ef6c9 04:52:48 Step 7/8 : COPY . . 04:52:49 ---> cdfec92eab7d 04:52:49 Step 8/8 : RUN go mod download 04:52:49 ---> Running in 6e373f5f0246 04:53:16 Removing intermediate container 6e373f5f0246 04:53:16 ---> 27977be30044 04:53:16 Successfully built 27977be30044 04:53:16 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 04:53:16 + docker inspect -f . ci-base-image-x86_64 04:53:16 . [Pipeline] withDockerContainer 04:53:16 prd-centos7-docker-4c-2g-24884 does not seem to be running inside a container 04:53:16 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-mqtt-go/32 -v /w/workspace/device-mqtt-go/32:/w/workspace/device-mqtt-go/32:rw,z -v /w/workspace/device-mqtt-go/32@tmp:/w/workspace/device-mqtt-go/32@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 04:53:17 $ docker top d514dc7c80afeed196bab9d792bacd044d197c0747a05846f413afc89a10d77d -eo pid,comm [Pipeline] { [Pipeline] sh 04:53:18 + go version 04:53:18 go version go1.15.5 linux/amd64 [Pipeline] } 04:53:18 $ docker stop --time=1 d514dc7c80afeed196bab9d792bacd044d197c0747a05846f413afc89a10d77d 04:53:19 $ docker rm -f d514dc7c80afeed196bab9d792bacd044d197c0747a05846f413afc89a10d77d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 04:53:20 + docker inspect -f . ci-base-image-x86_64 04:53:20 . [Pipeline] withDockerContainer 04:53:20 prd-centos7-docker-4c-2g-24884 does not seem to be running inside a container 04:53:20 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-mqtt-go/32 -v /w/workspace/device-mqtt-go/32:/w/workspace/device-mqtt-go/32:rw,z -v /w/workspace/device-mqtt-go/32@tmp:/w/workspace/device-mqtt-go/32@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 04:53:21 $ docker top 4a575673682d70609063094d0a32e3cbfc26d99b0187dbc338ab11c14e83d3fe -eo pid,comm [Pipeline] { [Pipeline] sh 04:53:21 + make test 04:53:21 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out 04:53:23 ? github.com/edgexfoundry/device-mqtt-go [no test files] 04:53:35 ? github.com/edgexfoundry/device-mqtt-go/cmd [no test files] 04:53:36 ok github.com/edgexfoundry/device-mqtt-go/internal/driver 0.011s coverage: 26.5% of statements 04:53:36 ? github.com/edgexfoundry/device-mqtt-go/mock [no test files] 04:53:36 CGO_ENABLED=0 GO111MODULE=on go vet ./... 04:53:40 gofmt -l . 04:53:40 ["`gofmt -l .`" = ""] 04:53:40 ./bin/test-attribution-txt.sh 04:53:40 ./bin/test-go-mod-tidy.sh [Pipeline] } 04:53:40 $ docker stop --time=1 4a575673682d70609063094d0a32e3cbfc26d99b0187dbc338ab11c14e83d3fe 04:53:43 $ docker rm -f 4a575673682d70609063094d0a32e3cbfc26d99b0187dbc338ab11c14e83d3fe [Pipeline] // withDockerContainer [Pipeline] sh 04:53:44 + sudo chown -R jenkins:jenkins . [Pipeline] stash 04:53:44 Warning: overwriting stash ‘coverage-report’ 04:53:44 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 04:53:44 + sudo chown -R jenkins:jenkins . [Pipeline] sh 04:53:45 + ls -al . 04:53:45 total 100 04:53:45 drwxrwxr-x. 9 jenkins jenkins 4096 Feb 4 04:53 . 04:53:45 drwxrwxr-x. 4 jenkins jenkins 30 Feb 4 04:51 .. 04:53:45 -rw-rw-r--. 1 jenkins jenkins 6165 Feb 4 04:51 Attribution.txt 04:53:45 drwxrwxr-x. 2 jenkins jenkins 87 Feb 4 04:51 bin 04:53:45 drwxrwxr-x. 3 jenkins jenkins 32 Feb 4 04:51 cmd 04:53:45 -rw-r--r--. 1 jenkins jenkins 20209 Feb 4 04:53 coverage.out 04:53:45 -rw-rw-r--. 1 jenkins jenkins 1941 Feb 4 04:51 Dockerfile 04:53:45 -rw-rw-r--. 1 jenkins jenkins 957 Feb 4 04:51 Dockerfile.build 04:53:45 -rw-rw-r--. 1 jenkins jenkins 140 Feb 4 04:51 .dockerignore 04:53:45 drwxrwxr-x. 8 jenkins jenkins 162 Feb 4 04:51 .git 04:53:45 drwxrwxr-x. 2 jenkins jenkins 103 Feb 4 04:51 .github 04:53:45 -rw-rw-r--. 1 jenkins jenkins 336 Feb 4 04:51 .gitignore 04:53:45 -rw-r--r--. 1 jenkins jenkins 495 Feb 4 04:53 go.mod 04:53:45 -rw-r--r--. 1 jenkins jenkins 16072 Feb 4 04:53 go.sum 04:53:45 drwxrwxr-x. 3 jenkins jenkins 20 Feb 4 04:51 internal 04:53:45 -rw-rw-r--. 1 jenkins jenkins 677 Feb 4 04:51 Jenkinsfile 04:53:45 -rw-rw-r--. 1 jenkins jenkins 11340 Feb 4 04:51 LICENSE 04:53:45 -rw-rw-r--. 1 jenkins jenkins 902 Feb 4 04:51 Makefile 04:53:45 drwxrwxr-x. 2 jenkins jenkins 23 Feb 4 04:51 mock 04:53:45 -rw-rw-r--. 1 jenkins jenkins 444 Feb 4 04:51 README.md 04:53:45 drwxrwxr-x. 4 jenkins jenkins 71 Feb 4 04:51 snap 04:53:45 -rw-rw-r--. 1 jenkins jenkins 11 Feb 4 04:47 VERSION 04:53:45 -rw-rw-r--. 1 jenkins jenkins 227 Feb 4 04:51 version.go [Pipeline] isUnix [Pipeline] sh 04:53:45 + 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=d5ef6aceaa20df75d28f5e1ed8312e2f24c8f2e4 --label arch=amd64 --label version=1.3.2-dev.2 . 04:53:45 Sending build context to Docker daemon 517.6kB 04:53:45 Step 1/23 : ARG BASE=golang:1.15-alpine3.12 04:53:45 Step 2/23 : FROM ${BASE} AS builder 04:53:45 ---> 27977be30044 04:53:45 Step 3/23 : ARG ALPINE_PKG_BASE="build-base git openssh-client" 04:53:45 ---> Running in 95750f11343c 04:53:45 Removing intermediate container 95750f11343c 04:53:45 ---> 8826d86e24f2 04:53:45 Step 4/23 : ARG ALPINE_PKG_EXTRA="" 04:53:46 ---> Running in 7c82cc6ce019 04:53:46 Removing intermediate container 7c82cc6ce019 04:53:46 ---> 7559e70ff331 04:53:46 Step 5/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:53:46 ---> Running in b6fc488c5f41 04:53:47 Removing intermediate container b6fc488c5f41 04:53:47 ---> 51f59fde26b2 04:53:47 Step 6/23 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 04:53:47 ---> Running in 3306e7a00ee6 04:53:47 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:53:49 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:53:50 OK: 237 MiB in 53 packages 04:53:50 Removing intermediate container 3306e7a00ee6 04:53:50 ---> 537d26efac90 04:53:50 Step 7/23 : WORKDIR $GOPATH/src/github.com/edgexfoundry/device-mqtt-go 04:53:50 ---> Running in 58066aa8472e 04:53:50 Removing intermediate container 58066aa8472e 04:53:50 ---> 3ba3cd74827a 04:53:50 Step 8/23 : COPY . . 04:53:51 ---> f7d6eacdce73 04:53:51 Step 9/23 : ARG MAKE='make build' 04:53:51 ---> Running in 5501b2894da0 04:53:52 Removing intermediate container 5501b2894da0 04:53:52 ---> 46be4d127eb1 04:53:52 Step 10/23 : RUN $MAKE 04:53:52 ---> Running in 17d71833a00b 04:53:52 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-mqtt-go.Version=1.3.2-dev.2" -o cmd/device-mqtt ./cmd 04:54:02 CGO_ENABLED=0 GO111MODULE=on go build ./... 04:54:06 Removing intermediate container 17d71833a00b 04:54:06 ---> dcdb1200ef93 04:54:06 Step 11/23 : FROM alpine:3.12 04:54:06 3.12: Pulling from library/alpine 04:54:06 801bfaa63ef2: Pulling fs layer 04:54:06 801bfaa63ef2: Verifying Checksum 04:54:06 801bfaa63ef2: Download complete 04:54:06 801bfaa63ef2: Pull complete 04:54:06 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 04:54:06 Status: Downloaded newer image for alpine:3.12 04:54:06 ---> 389fef711851 04:54:06 Step 12/23 : RUN apk add --update --no-cache dumb-init 04:54:06 ---> Running in 917648298eb6 04:54:07 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:54:07 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:54:07 (1/1) Installing dumb-init (1.2.2-r1) 04:54:07 Executing busybox-1.31.1-r19.trigger 04:54:07 OK: 6 MiB in 15 packages 04:54:07 Removing intermediate container 917648298eb6 04:54:07 ---> 02fb63962705 04:54:07 Step 13/23 : ENV APP_PORT=49982 04:54:07 ---> Running in 01585130611f 04:54:08 Removing intermediate container 01585130611f 04:54:08 ---> e2ba95b56069 04:54:08 Step 14/23 : EXPOSE $APP_PORT 04:54:08 ---> Running in 15cad920e87e 04:54:08 Removing intermediate container 15cad920e87e 04:54:08 ---> e93f2d1f2186 04:54:08 Step 15/23 : COPY --from=builder /go/src/github.com/edgexfoundry/device-mqtt-go/cmd / 04:54:09 ---> 42cf10b85b08 04:54:09 Step 16/23 : COPY --from=builder /go/src/github.com/edgexfoundry/device-mqtt-go/LICENSE / 04:54:09 ---> b5fda207d7b4 04:54:09 Step 17/23 : COPY --from=builder /go/src/github.com/edgexfoundry/device-mqtt-go/Attribution.txt / 04:54:09 ---> e491320149c4 04:54:09 Step 18/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IoTech Ltd' 04:54:09 ---> Running in bf256d7d764c 04:54:10 Removing intermediate container bf256d7d764c 04:54:10 ---> 0ca198f26273 04:54:10 Step 19/23 : ENTRYPOINT ["/device-mqtt"] 04:54:10 ---> Running in aecdd7669141 04:54:10 Removing intermediate container aecdd7669141 04:54:10 ---> 3d4a6bb7f76f 04:54:10 Step 20/23 : CMD ["--cp=consul://edgex-core-consul:8500", "--registry", "--confdir=/res"] 04:54:10 ---> Running in 06ccea67da4b 04:54:10 Removing intermediate container 06ccea67da4b 04:54:10 ---> 9c664babfc36 04:54:10 Step 21/23 : LABEL arch=amd64 04:54:10 ---> Running in 1adf5b08eb31 04:54:10 Removing intermediate container 1adf5b08eb31 04:54:10 ---> c7cd7aec332c 04:54:10 Step 22/23 : LABEL git_sha=d5ef6aceaa20df75d28f5e1ed8312e2f24c8f2e4 04:54:10 ---> Running in 304520d97f13 04:54:11 Removing intermediate container 304520d97f13 04:54:11 ---> e7607160e94c 04:54:11 Step 23/23 : LABEL version=1.3.2-dev.2 04:54:11 ---> Running in d8459dfb776e 04:54:11 Removing intermediate container d8459dfb776e 04:54:11 ---> bbe3402e7dac 04:54:11 [Warning] One or more build-args [ARCH] were not consumed 04:54:11 Successfully built bbe3402e7dac 04:54:11 Successfully tagged docker-device-mqtt-go:latest [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 04:54:11 provisioning config files... 04:54:11 copy managed file [device-mqtt-go-settings] to file:/w/workspace/device-mqtt-go/32@tmp/config8035559372185536151tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 04:54:12 ---> docker-login.sh 04:54:12 nexus3.edgexfoundry.org:10001 04:54:12 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:54:12 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:54:12 Configure a credential helper to remove this warning. See 04:54:12 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:54:12 04:54:12 Login Succeeded 04:54:12 nexus3.edgexfoundry.org:10002 04:54:12 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:54:12 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:54:12 Configure a credential helper to remove this warning. See 04:54:12 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:54:12 04:54:12 Login Succeeded 04:54:12 nexus3.edgexfoundry.org:10003 04:54:12 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:54:12 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:54:12 Configure a credential helper to remove this warning. See 04:54:12 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:54:12 04:54:12 Login Succeeded 04:54:12 nexus3.edgexfoundry.org:10004 04:54:12 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:54:13 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:54:13 Configure a credential helper to remove this warning. See 04:54:13 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:54:13 04:54:13 Login Succeeded 04:54:13 docker.io 04:54:13 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:54:13 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:54:13 Configure a credential helper to remove this warning. See 04:54:13 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:54:13 04:54:13 Login Succeeded 04:54:13 ---> docker-login.sh ends [Pipeline] } 04:54:13 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 04:54:13 [edgeXDocker.push] Tagging docker image docker-device-mqtt-go with the following tags: 04:54:13 d5ef6aceaa20df75d28f5e1ed8312e2f24c8f2e4 04:54:13 latest 04:54:13 1.3.2-dev.2 04:54:13 d5ef6aceaa20df75d28f5e1ed8312e2f24c8f2e4-1.3.2-dev.2 04:54:13 master 04:54:13 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 04:54:13 + docker tag docker-device-mqtt-go nexus3.edgexfoundry.org:10004/docker-device-mqtt-go:d5ef6aceaa20df75d28f5e1ed8312e2f24c8f2e4 [Pipeline] isUnix [Pipeline] sh 04:54:14 + docker push nexus3.edgexfoundry.org:10004/docker-device-mqtt-go:d5ef6aceaa20df75d28f5e1ed8312e2f24c8f2e4 04:54:14 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-mqtt-go] 04:54:14 45470a7c5ca8: Preparing 04:54:14 89e2cfec7be9: Preparing 04:54:14 3e359546ebdb: Preparing 04:54:14 a3932b64851d: Preparing 04:54:14 777b2c648970: Preparing 04:54:14 777b2c648970: Layer already exists 04:54:14 45470a7c5ca8: Pushed 04:54:14 89e2cfec7be9: Pushed 04:54:14 a3932b64851d: Pushed 04:54:15 3e359546ebdb: Pushed 04:54:15 d5ef6aceaa20df75d28f5e1ed8312e2f24c8f2e4: digest: sha256:64eda1b6fb6685fc318ea522b8f981e1984b0a2e7325e9479919a51ea3144dcf size: 1364 [Pipeline] isUnix [Pipeline] sh 04:54:16 + docker tag docker-device-mqtt-go nexus3.edgexfoundry.org:10004/docker-device-mqtt-go:latest [Pipeline] isUnix [Pipeline] sh 04:54:16 + docker push nexus3.edgexfoundry.org:10004/docker-device-mqtt-go:latest 04:54:16 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-mqtt-go] 04:54:16 45470a7c5ca8: Preparing 04:54:16 89e2cfec7be9: Preparing 04:54:16 3e359546ebdb: Preparing 04:54:16 a3932b64851d: Preparing 04:54:16 777b2c648970: Preparing 04:54:16 89e2cfec7be9: Layer already exists 04:54:16 45470a7c5ca8: Layer already exists 04:54:16 777b2c648970: Layer already exists 04:54:16 3e359546ebdb: Layer already exists 04:54:16 a3932b64851d: Layer already exists 04:54:16 latest: digest: sha256:64eda1b6fb6685fc318ea522b8f981e1984b0a2e7325e9479919a51ea3144dcf size: 1364 [Pipeline] isUnix [Pipeline] sh 04:54:16 + docker tag docker-device-mqtt-go nexus3.edgexfoundry.org:10004/docker-device-mqtt-go:1.3.2-dev.2 [Pipeline] isUnix [Pipeline] sh 04:54:16 + docker push nexus3.edgexfoundry.org:10004/docker-device-mqtt-go:1.3.2-dev.2 04:54:16 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-mqtt-go] 04:54:16 45470a7c5ca8: Preparing 04:54:16 89e2cfec7be9: Preparing 04:54:16 3e359546ebdb: Preparing 04:54:16 a3932b64851d: Preparing 04:54:16 777b2c648970: Preparing 04:54:16 45470a7c5ca8: Layer already exists 04:54:16 3e359546ebdb: Layer already exists 04:54:16 777b2c648970: Layer already exists 04:54:16 89e2cfec7be9: Layer already exists 04:54:16 a3932b64851d: Layer already exists 04:54:16 1.3.2-dev.2: digest: sha256:64eda1b6fb6685fc318ea522b8f981e1984b0a2e7325e9479919a51ea3144dcf size: 1364 [Pipeline] isUnix [Pipeline] sh 04:54:17 + docker tag docker-device-mqtt-go nexus3.edgexfoundry.org:10004/docker-device-mqtt-go:d5ef6aceaa20df75d28f5e1ed8312e2f24c8f2e4-1.3.2-dev.2 [Pipeline] isUnix [Pipeline] sh 04:54:17 + docker push nexus3.edgexfoundry.org:10004/docker-device-mqtt-go:d5ef6aceaa20df75d28f5e1ed8312e2f24c8f2e4-1.3.2-dev.2 04:54:17 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-mqtt-go] 04:54:17 45470a7c5ca8: Preparing 04:54:17 89e2cfec7be9: Preparing 04:54:17 3e359546ebdb: Preparing 04:54:17 a3932b64851d: Preparing 04:54:17 777b2c648970: Preparing 04:54:17 777b2c648970: Layer already exists 04:54:17 3e359546ebdb: Layer already exists 04:54:17 a3932b64851d: Layer already exists 04:54:17 89e2cfec7be9: Layer already exists 04:54:17 45470a7c5ca8: Layer already exists 04:54:17 d5ef6aceaa20df75d28f5e1ed8312e2f24c8f2e4-1.3.2-dev.2: digest: sha256:64eda1b6fb6685fc318ea522b8f981e1984b0a2e7325e9479919a51ea3144dcf size: 1364 [Pipeline] isUnix [Pipeline] sh 04:54:17 + docker tag docker-device-mqtt-go nexus3.edgexfoundry.org:10004/docker-device-mqtt-go:master [Pipeline] isUnix [Pipeline] sh 04:54:18 + docker push nexus3.edgexfoundry.org:10004/docker-device-mqtt-go:master 04:54:18 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-mqtt-go] 04:54:18 45470a7c5ca8: Preparing 04:54:18 89e2cfec7be9: Preparing 04:54:18 3e359546ebdb: Preparing 04:54:18 a3932b64851d: Preparing 04:54:18 777b2c648970: Preparing 04:54:18 89e2cfec7be9: Layer already exists 04:54:18 45470a7c5ca8: Layer already exists 04:54:18 3e359546ebdb: Layer already exists 04:54:18 777b2c648970: Layer already exists 04:54:18 a3932b64851d: Layer already exists 04:54:18 master: digest: sha256:64eda1b6fb6685fc318ea522b8f981e1984b0a2e7325e9479919a51ea3144dcf size: 1364 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 04:54:18 ===================================================== [Pipeline] echo 04:54:18 taggedImages: 04:54:18 - nexus3.edgexfoundry.org:10004/docker-device-mqtt-go:d5ef6aceaa20df75d28f5e1ed8312e2f24c8f2e4 04:54:18 - nexus3.edgexfoundry.org:10004/docker-device-mqtt-go:latest 04:54:18 - nexus3.edgexfoundry.org:10004/docker-device-mqtt-go:1.3.2-dev.2 04:54:18 - nexus3.edgexfoundry.org:10004/docker-device-mqtt-go:d5ef6aceaa20df75d28f5e1ed8312e2f24c8f2e4-1.3.2-dev.2 04:54:18 - 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] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap 04:54:19 provisioning config files... 04:54:19 copy managed file [device-mqtt-go-codecov-token] to file:/w/workspace/gexfoundry_device-mqtt-go_master@tmp/config8723929657242196902tmp [Pipeline] { [Pipeline] sh 04:54:20 + set +x 04:54:20 + curl -s https://codecov.io/bash 04:54:20 + bash -s -- 04:54:20 04:54:20 _____ _ 04:54:20 / ____| | | 04:54:20 | | ___ __| | ___ ___ _____ __ 04:54:20 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 04:54:20 | |___| (_) | (_| | __/ (_| (_) \ V / 04:54:20 \_____\___/ \__,_|\___|\___\___/ \_/ 04:54:20 Bash-20210129-7c25fce 04:54:20 04:54:20 04:54:20 ==> git version 2.24.3 found 04:54:20 ==> 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 04:54:20 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 04:54:20 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 04:54:20 ==> Jenkins CI detected. 04:54:20 project root: . 04:54:20 --> token set from env 04:54:20 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 04:54:20 ==> Running gcov in . (disable via -X gcov) 04:54:20 ==> Python coveragepy not found 04:54:20 ==> Searching for coverage reports in: 04:54:20 + . 04:54:20 -> Found 1 reports 04:54:20 ==> Detecting git/mercurial file structure 04:54:20 ==> Reading reports 04:54:20 + ./coverage.out bytes=20209 04:54:20 ==> Appending adjustments 04:54:20 https://docs.codecov.io/docs/fixing-reports 04:54:20 + Found adjustments 04:54:20 ==> Gzipping contents 04:54:20 4.0K /tmp/codecov.ElRfBn.gz 04:54:20 ==> Uploading reports 04:54:20 url: https://codecov.io 04:54:20 query: branch=master&commit=d5ef6aceaa20df75d28f5e1ed8312e2f24c8f2e4&build=32&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-mqtt-go%2Fjob%2Fmaster%2F32%2F&name=&tag=&slug=edgexfoundry%2Fdevice-mqtt-go&service=jenkins&flags=&pr=&job=&cmd_args= 04:54:20 -> Pinging Codecov 04:54:20 https://codecov.io/upload/v4?package=bash-20210129-7c25fce&token=secret&branch=master&commit=d5ef6aceaa20df75d28f5e1ed8312e2f24c8f2e4&build=32&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-mqtt-go%2Fjob%2Fmaster%2F32%2F&name=&tag=&slug=edgexfoundry%2Fdevice-mqtt-go&service=jenkins&flags=&pr=&job=&cmd_args= 04:54:21 -> Uploading to 04:54:21 https://storage.googleapis.com/codecov/v4/raw/2021-02-04/7D719EC7BBE17E464838252E33014C33/d5ef6aceaa20df75d28f5e1ed8312e2f24c8f2e4/6ba27254-d60d-4a8e-bcaa-7eb0dca7b3bd.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210204%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210204T045421Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=b75f6e3a36774ce19eb177f29750ebb38e109aa377092bdfad16e9836afb7993 04:54:21 % Total % Received % Xferd Average Speed Time Time Time Current 04:54:21 Dload Upload Total Spent Left Speed 04:54:22 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 3453 0 0 100 3453 0 7925 --:--:-- --:--:-- --:--:-- 7937 04:54:22 -> View reports at https://codecov.io/github/edgexfoundry/device-mqtt-go/commit/d5ef6aceaa20df75d28f5e1ed8312e2f24c8f2e4 [Pipeline] } 04:54:22 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo 04:54:22 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 04:54:22 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 04:54:23 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 04:54:23 04:54:23 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh 04:54:23 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 04:54:23 1.410.4: Pulling from edgex-devops/edgex-snyk-go 04:54:23 188c0c94c7c5: Pulling fs layer 04:54:23 0ef7d3d256c8: Pulling fs layer 04:54:23 de9db76c5a1d: Pulling fs layer 04:54:23 0eba1c9be4d2: Pulling fs layer 04:54:23 0d57e429df01: Pulling fs layer 04:54:23 4e4be7b47b0d: Pulling fs layer 04:54:23 e1f770b5df2f: Pulling fs layer 04:54:23 85a0685a4137: Pulling fs layer 04:54:23 0d57e429df01: Waiting 04:54:23 4e4be7b47b0d: Waiting 04:54:23 85a0685a4137: Waiting 04:54:23 e1f770b5df2f: Waiting 04:54:23 0eba1c9be4d2: Waiting 04:54:23 de9db76c5a1d: Verifying Checksum 04:54:23 de9db76c5a1d: Download complete 04:54:23 0ef7d3d256c8: Download complete 04:54:23 0d57e429df01: Verifying Checksum 04:54:23 0d57e429df01: Download complete 04:54:23 4e4be7b47b0d: Download complete 04:54:23 188c0c94c7c5: Verifying Checksum 04:54:23 188c0c94c7c5: Download complete 04:54:24 188c0c94c7c5: Pull complete 04:54:25 0ef7d3d256c8: Pull complete 04:54:25 de9db76c5a1d: Pull complete 04:54:26 e1f770b5df2f: Verifying Checksum 04:54:26 e1f770b5df2f: Download complete 04:54:29 0eba1c9be4d2: Verifying Checksum 04:54:29 0eba1c9be4d2: Download complete 04:54:30 85a0685a4137: Verifying Checksum 04:54:30 85a0685a4137: Download complete 04:54:39 0eba1c9be4d2: Pull complete 04:54:39 0d57e429df01: Pull complete 04:54:39 4e4be7b47b0d: Pull complete 04:54:42 e1f770b5df2f: Pull complete 04:54:52 85a0685a4137: Pull complete 04:54:52 Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 04:54:52 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 04:54:52 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer 04:54:53 prd-centos7-docker-4c-2g-24866 does not seem to be running inside a container 04:54:53 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/gexfoundry_device-mqtt-go_master -v /w/workspace/gexfoundry_device-mqtt-go_master:/w/workspace/gexfoundry_device-mqtt-go_master:rw,z -v /w/workspace/gexfoundry_device-mqtt-go_master@tmp:/w/workspace/gexfoundry_device-mqtt-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat 04:54:55 $ docker top 0e2a45c5ca4113cb61196dea0426384b176e65fb77e1ce65e3573770f6c576f0 -eo pid,comm [Pipeline] { [Pipeline] echo 04:54:55 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh 04:54:56 + set -o pipefail 04:54:56 + snyk monitor '--org=edgex-jenkins' 04:55:14 04:55:14 Monitoring /w/workspace/gexfoundry_device-mqtt-go_master (github.com/edgexfoundry/device-mqtt-go)... 04:55:14 04:55:14 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/6acecf1b-85ea-4374-bf84-4fa5a6e664d0/history/cf2ee726-4641-405a-8f3b-310299c60bf7 04:55:14 04:55:14 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 04:55:14 04:55:14 [Pipeline] } 04:55:14 $ docker stop --time=1 0e2a45c5ca4113cb61196dea0426384b176e65fb77e1ce65e3573770f6c576f0 04:55:17 $ docker rm -f 0e2a45c5ca4113cb61196dea0426384b176e65fb77e1ce65e3573770f6c576f0 [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 04:55:19 + git log --format=format:%s -1 d5ef6aceaa20df75d28f5e1ed8312e2f24c8f2e4 [Pipeline] isUnix [Pipeline] sh 04:55:20 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 04:55:20 . [Pipeline] withDockerContainer 04:55:20 prd-centos7-docker-4c-2g-24866 does not seem to be running inside a container 04:55:20 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_device-mqtt-go_master -v /w/workspace/gexfoundry_device-mqtt-go_master:/w/workspace/gexfoundry_device-mqtt-go_master:rw,z -v /w/workspace/gexfoundry_device-mqtt-go_master@tmp:/w/workspace/gexfoundry_device-mqtt-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 04:55:22 $ docker top 1064414947b21ae8b8d0fb1b1b33d2361bf72e9f8dc3547b13c4ec46cabf4ba5 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 04:55:22 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 04:55:22 [ssh-agent] Looking for ssh-agent implementation... 04:55:22 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 04:55:22 $ docker exec 1064414947b21ae8b8d0fb1b1b33d2361bf72e9f8dc3547b13c4ec46cabf4ba5 ssh-agent 04:55:23 SSH_AUTH_SOCK=/tmp/ssh-sGZWTlzMcWLK/agent.11 04:55:23 SSH_AGENT_PID=16 04:55:23 Running ssh-add (command line suppressed) 04:55:23 Identity added: /w/workspace/gexfoundry_device-mqtt-go_master@tmp/private_key_4342271423144545684.key (/w/workspace/gexfoundry_device-mqtt-go_master@tmp/private_key_4342271423144545684.key) 04:55:23 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 04:55:24 + git semver tag 04:55:24 # -> Open(): unable to determine branch for HEAD 04:55:24 # $GIT_DIR = /w/workspace/gexfoundry_device-mqtt-go_master/.git 04:55:24 # $GIT_WORK_TREE = /w/workspace/gexfoundry_device-mqtt-go_master 04:55:24 # $SEMVER_REMOTE_NAME = origin 04:55:24 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 04:55:24 # $SEMVER_USER_NAME = edgex-jenkins 04:55:24 # $SEMVER_BRANCH = master 04:55:24 # $SEMVER_DIR = /w/workspace/gexfoundry_device-mqtt-go_master/.semver 04:55:24 # d5ef6aceaa20df75d28f5e1ed8312e2f24c8f2e4 HEAD 04:55:24 # -> Force: false 04:55:24 # 684c51c7df31994eb27a9755f22ef6873899b81e refs/tags/v1.3.2-dev.2 [Pipeline] } 04:55:24 $ docker exec --env ******** --env ******** 1064414947b21ae8b8d0fb1b1b33d2361bf72e9f8dc3547b13c4ec46cabf4ba5 ssh-agent -k 04:55:24 unset SSH_AUTH_SOCK; 04:55:24 unset SSH_AGENT_PID; 04:55:24 echo Agent pid 16 killed; 04:55:24 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 04:55:25 + git semver [Pipeline] } 04:55:25 $ docker stop --time=1 1064414947b21ae8b8d0fb1b1b33d2361bf72e9f8dc3547b13c4ec46cabf4ba5 04:55:26 $ docker rm -f 1064414947b21ae8b8d0fb1b1b33d2361bf72e9f8dc3547b13c4ec46cabf4ba5 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 04:55:27 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 04:55:27 04:55:27 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 04:55:28 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 04:55:28 0.23.1-centos7: Pulling from edgex-lftools 04:55:28 ab5ef0e58194: Pulling fs layer 04:55:28 9712f1f96733: Pulling fs layer 04:55:28 63f879dbbcfc: Pulling fs layer 04:55:28 0d9ebad4ef96: Pulling fs layer 04:55:28 e9a5061849ea: Pulling fs layer 04:55:28 d747dcd14b5f: Pulling fs layer 04:55:28 2de7ff778b66: Pulling fs layer 04:55:28 e9a5061849ea: Waiting 04:55:28 d747dcd14b5f: Waiting 04:55:28 2de7ff778b66: Waiting 04:55:28 0d9ebad4ef96: Waiting 04:55:28 9712f1f96733: Verifying Checksum 04:55:28 9712f1f96733: Download complete 04:55:31 63f879dbbcfc: Verifying Checksum 04:55:31 63f879dbbcfc: Download complete 04:55:31 e9a5061849ea: Download complete 04:55:31 d747dcd14b5f: Verifying Checksum 04:55:31 d747dcd14b5f: Download complete 04:55:32 0d9ebad4ef96: Verifying Checksum 04:55:32 ab5ef0e58194: Verifying Checksum 04:55:32 ab5ef0e58194: Download complete 04:55:32 2de7ff778b66: Verifying Checksum 04:55:32 2de7ff778b66: Download complete 04:55:40 ab5ef0e58194: Pull complete 04:55:40 9712f1f96733: Pull complete 04:55:42 63f879dbbcfc: Pull complete 04:55:52 0d9ebad4ef96: Pull complete 04:55:53 e9a5061849ea: Pull complete 04:55:54 d747dcd14b5f: Pull complete 04:55:58 2de7ff778b66: Pull complete 04:55:58 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 04:55:58 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 04:55:58 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 04:55:59 prd-centos7-docker-4c-2g-24866 does not seem to be running inside a container 04:55:59 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/gexfoundry_device-mqtt-go_master -v /w/workspace/gexfoundry_device-mqtt-go_master:/w/workspace/gexfoundry_device-mqtt-go_master:rw,z -v /w/workspace/gexfoundry_device-mqtt-go_master@tmp:/w/workspace/gexfoundry_device-mqtt-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat 04:56:03 $ docker top e91fd7853427950ea08fea9109cb36faeac0852bc67ce38e837c0be48edef4af -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 04:56:03 provisioning config files... 04:56:03 copy managed file [sigul-config] to file:/w/workspace/gexfoundry_device-mqtt-go_master@tmp/config4278765719922715900tmp 04:56:03 copy managed file [sigul-password] to file:/w/workspace/gexfoundry_device-mqtt-go_master@tmp/config935833108696763538tmp 04:56:03 copy managed file [sigul-pki] to file:/w/workspace/gexfoundry_device-mqtt-go_master@tmp/config3003846184390510083tmp [Pipeline] { [Pipeline] echo 04:56:03 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 04:56:04 ---> sigul-configuration.sh 04:56:04 gpg: directory `/root/.gnupg' created 04:56:04 gpg: new configuration file `/root/.gnupg/gpg.conf' created 04:56:04 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 04:56:04 gpg: keyring `/root/.gnupg/secring.gpg' created 04:56:04 gpg: keyring `/root/.gnupg/pubring.gpg' created 04:56:04 gpg: CAST5 encrypted data 04:56:05 gpg: encrypted with 1 passphrase 04:56:05 gpg: WARNING: message was not integrity protected [Pipeline] sh 04:56:05 + mkdir /home/jenkins 04:56:05 + mkdir /home/jenkins/sigul [Pipeline] sh 04:56:06 + 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 04:56:06 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 04:56:06 ---> sigul-install.sh 04:56:16 Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh 04:56:17 + git tag --list 04:56:17 0.7.1 04:56:17 v1.0.0 04:56:17 v1.1.0 04:56:17 v1.1.1 04:56:17 v1.2.2 04:56:17 v1.3.0 04:56:17 v1.3.1 04:56:17 v1.3.1-dev.1 04:56:17 v1.3.1-dev.2 04:56:17 v1.3.1-dev.3 04:56:17 v1.3.1-dev.4 04:56:17 v1.3.2-dev.1 04:56:17 v1.3.2-dev.2 [Pipeline] sh 04:56:17 + lftools sign git-tag v1.3.2-dev.2 04:56:20 Signing Git tag with Sigul... 04:56:20 Signing v1.3.2-dev.2 [Pipeline] echo 04:56:21 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 04:56:22 ---> sigul-configuration-cleanup.sh [Pipeline] } 04:56:22 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 04:56:22 $ docker stop --time=1 e91fd7853427950ea08fea9109cb36faeac0852bc67ce38e837c0be48edef4af 04:56:24 $ docker rm -f e91fd7853427950ea08fea9109cb36faeac0852bc67ce38e837c0be48edef4af [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh 04:56:25 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 04:56:25 . [Pipeline] withDockerContainer 04:56:25 prd-centos7-docker-4c-2g-24866 does not seem to be running inside a container 04:56:26 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_device-mqtt-go_master -v /w/workspace/gexfoundry_device-mqtt-go_master:/w/workspace/gexfoundry_device-mqtt-go_master:rw,z -v /w/workspace/gexfoundry_device-mqtt-go_master@tmp:/w/workspace/gexfoundry_device-mqtt-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 04:56:27 $ docker top bbea85f8d6e326ef61ed995d81a0272bb8d81bec773db3855403e135ac3069ae -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 04:56:28 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 04:56:28 [ssh-agent] Looking for ssh-agent implementation... 04:56:29 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 04:56:29 $ docker exec bbea85f8d6e326ef61ed995d81a0272bb8d81bec773db3855403e135ac3069ae ssh-agent 04:56:29 SSH_AUTH_SOCK=/tmp/ssh-BcAvyKZvsYzT/agent.11 04:56:29 SSH_AGENT_PID=16 04:56:29 Running ssh-add (command line suppressed) 04:56:29 Identity added: /w/workspace/gexfoundry_device-mqtt-go_master@tmp/private_key_953093638554774752.key (/w/workspace/gexfoundry_device-mqtt-go_master@tmp/private_key_953093638554774752.key) 04:56:29 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 04:56:30 + git semver bump pre 04:56:30 # -> Open(): unable to determine branch for HEAD 04:56:30 # $GIT_DIR = /w/workspace/gexfoundry_device-mqtt-go_master/.git 04:56:30 # $GIT_WORK_TREE = /w/workspace/gexfoundry_device-mqtt-go_master 04:56:30 # $SEMVER_REMOTE_NAME = origin 04:56:30 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 04:56:30 # $SEMVER_USER_NAME = edgex-jenkins 04:56:30 # $SEMVER_BRANCH = master 04:56:30 # $SEMVER_DIR = /w/workspace/gexfoundry_device-mqtt-go_master/.semver 04:56:30 1.3.2-dev.3 [Pipeline] } 04:56:30 $ docker exec --env ******** --env ******** bbea85f8d6e326ef61ed995d81a0272bb8d81bec773db3855403e135ac3069ae ssh-agent -k 04:56:30 unset SSH_AUTH_SOCK; 04:56:30 unset SSH_AGENT_PID; 04:56:30 echo Agent pid 16 killed; 04:56:30 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 04:56:31 + git semver [Pipeline] } 04:56:31 $ docker stop --time=1 bbea85f8d6e326ef61ed995d81a0272bb8d81bec773db3855403e135ac3069ae 04:56:32 $ docker rm -f bbea85f8d6e326ef61ed995d81a0272bb8d81bec773db3855403e135ac3069ae [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 04:56:33 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 04:56:33 . [Pipeline] withDockerContainer 04:56:33 prd-centos7-docker-4c-2g-24866 does not seem to be running inside a container 04:56:34 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_device-mqtt-go_master -v /w/workspace/gexfoundry_device-mqtt-go_master:/w/workspace/gexfoundry_device-mqtt-go_master:rw,z -v /w/workspace/gexfoundry_device-mqtt-go_master@tmp:/w/workspace/gexfoundry_device-mqtt-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 04:56:35 $ docker top 409915bfe3a9c251f790233af41381715e142eb474ab5c0e264f59a7377d8c2e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 04:56:35 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 04:56:35 [ssh-agent] Looking for ssh-agent implementation... 04:56:36 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 04:56:36 $ docker exec 409915bfe3a9c251f790233af41381715e142eb474ab5c0e264f59a7377d8c2e ssh-agent 04:56:36 SSH_AUTH_SOCK=/tmp/ssh-DJIoEUkEwBV0/agent.11 04:56:36 SSH_AGENT_PID=16 04:56:36 Running ssh-add (command line suppressed) 04:56:36 Identity added: /w/workspace/gexfoundry_device-mqtt-go_master@tmp/private_key_5329047088618855124.key (/w/workspace/gexfoundry_device-mqtt-go_master@tmp/private_key_5329047088618855124.key) 04:56:36 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 04:56:37 + git semver push 04:56:37 # -> Open(): unable to determine branch for HEAD 04:56:37 # $GIT_DIR = /w/workspace/gexfoundry_device-mqtt-go_master/.git 04:56:37 # $GIT_WORK_TREE = /w/workspace/gexfoundry_device-mqtt-go_master 04:56:37 # $SEMVER_REMOTE_NAME = origin 04:56:37 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 04:56:37 # $SEMVER_USER_NAME = edgex-jenkins 04:56:37 # $SEMVER_BRANCH = master 04:56:37 # $SEMVER_DIR = /w/workspace/gexfoundry_device-mqtt-go_master/.semver [Pipeline] } 04:56:44 $ docker exec --env ******** --env ******** 409915bfe3a9c251f790233af41381715e142eb474ab5c0e264f59a7377d8c2e ssh-agent -k 04:56:44 unset SSH_AUTH_SOCK; 04:56:44 unset SSH_AGENT_PID; 04:56:44 echo Agent pid 16 killed; 04:56:44 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 04:56:45 + git semver [Pipeline] } 04:56:45 $ docker stop --time=1 409915bfe3a9c251f790233af41381715e142eb474ab5c0e264f59a7377d8c2e 04:56:47 $ docker rm -f 409915bfe3a9c251f790233af41381715e142eb474ab5c0e264f59a7377d8c2e [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 04:56:49 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 04:56:50 ---> package-listing.sh 04:56:50 ++ facter osfamily 04:56:50 ++ tr '[:upper:]' '[:lower:]' 04:56:50 + OS_FAMILY=redhat 04:56:50 + workspace=/w/workspace/gexfoundry_device-mqtt-go_master 04:56:50 + START_PACKAGES=/tmp/packages_start.txt 04:56:50 + END_PACKAGES=/tmp/packages_end.txt 04:56:50 + DIFF_PACKAGES=/tmp/packages_diff.txt 04:56:50 + PACKAGES=/tmp/packages_start.txt 04:56:50 + '[' /w/workspace/gexfoundry_device-mqtt-go_master ']' 04:56:50 + PACKAGES=/tmp/packages_end.txt 04:56:50 + case "${OS_FAMILY}" in 04:56:50 + rpm -qa 04:56:50 + sort 04:56:58 + '[' -f /tmp/packages_start.txt ']' 04:56:58 + '[' -f /tmp/packages_end.txt ']' 04:56:58 + diff /tmp/packages_start.txt /tmp/packages_end.txt 04:56:58 + '[' /w/workspace/gexfoundry_device-mqtt-go_master ']' 04:56:58 + mkdir -p /w/workspace/gexfoundry_device-mqtt-go_master/archives/ 04:56:58 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/gexfoundry_device-mqtt-go_master/archives/ [Pipeline] echo 04:56:58 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 04:56:58 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 04:56:59 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 04:56:59 04:56:59 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 04:56:59 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 04:56:59 alpine: Pulling from edgex-lftools-log-publisher 04:56:59 df20fa9351a1: Pulling fs layer 04:56:59 36b3adc4ff6f: Pulling fs layer 04:56:59 8ad3a11d3b57: Pulling fs layer 04:56:59 46f8f816bc3b: Pulling fs layer 04:56:59 93b61091891f: Pulling fs layer 04:56:59 93b9cdb0e59b: Pulling fs layer 04:56:59 5e14af77c1be: Pulling fs layer 04:56:59 01666e4c0597: Pulling fs layer 04:56:59 aa168da1d23b: Pulling fs layer 04:56:59 93b9cdb0e59b: Waiting 04:56:59 5e14af77c1be: Waiting 04:56:59 01666e4c0597: Waiting 04:56:59 aa168da1d23b: Waiting 04:56:59 93b61091891f: Waiting 04:56:59 46f8f816bc3b: Waiting 04:57:00 36b3adc4ff6f: Verifying Checksum 04:57:00 36b3adc4ff6f: Download complete 04:57:00 46f8f816bc3b: Verifying Checksum 04:57:00 46f8f816bc3b: Download complete 04:57:00 df20fa9351a1: Verifying Checksum 04:57:00 93b61091891f: Download complete 04:57:00 5e14af77c1be: Verifying Checksum 04:57:00 5e14af77c1be: Download complete 04:57:00 93b9cdb0e59b: Verifying Checksum 04:57:00 93b9cdb0e59b: Download complete 04:57:00 df20fa9351a1: Pull complete 04:57:01 36b3adc4ff6f: Pull complete 04:57:01 01666e4c0597: Verifying Checksum 04:57:01 01666e4c0597: Download complete 04:57:03 8ad3a11d3b57: Verifying Checksum 04:57:03 8ad3a11d3b57: Download complete 04:57:04 8ad3a11d3b57: Pull complete 04:57:04 46f8f816bc3b: Pull complete 04:57:05 93b61091891f: Pull complete 04:57:06 93b9cdb0e59b: Pull complete 04:57:06 5e14af77c1be: Pull complete 04:57:07 01666e4c0597: Pull complete 04:57:09 aa168da1d23b: Verifying Checksum 04:57:09 aa168da1d23b: Download complete 04:57:28 aa168da1d23b: Pull complete 04:57:28 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 04:57:28 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 04:57:28 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 04:57:28 prd-centos7-docker-4c-2g-24866 does not seem to be running inside a container 04:57:29 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/gexfoundry_device-mqtt-go_master/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/gexfoundry_device-mqtt-go_master -v /w/workspace/gexfoundry_device-mqtt-go_master:/w/workspace/gexfoundry_device-mqtt-go_master:rw,z -v /w/workspace/gexfoundry_device-mqtt-go_master@tmp:/w/workspace/gexfoundry_device-mqtt-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 04:57:32 $ docker top 5a97f5461b3b4c7facacf639066234d3cddb37fe987a5482067a6926bfdcfce4 -eo pid,comm [Pipeline] { [Pipeline] sh 04:57:33 + touch /tmp/pre-build-complete [Pipeline] sh 04:57:34 + mkdir -p /var/log/sa [Pipeline] sh 04:57:34 + ls /var/log/sa-host 04:57:34 + sadf -c /var/log/sa-host/sa04 04:57:34 file_magic: OK 04:57:34 HZ: Using current value: 100 04:57:34 file_header: OK 04:57:34 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 04:57:34 Statistics: 04:57:34 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 04:57:34 File successfully converted to sysstat format version 12.2.1 04:57:34 + sadf -c /var/log/sa-host/sa23 04:57:34 file_magic: OK 04:57:34 HZ: Using current value: 100 04:57:34 file_header: OK 04:57:34 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 04:57:34 Statistics: 04:57:34 Hnuu...uuuununununu... 04:57:34 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 04:57:34 provisioning config files... 04:57:34 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/gexfoundry_device-mqtt-go_master@tmp/config3918026781043852676tmp [Pipeline] { [Pipeline] echo 04:57:34 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 04:57:35 ---> create-netrc.sh [Pipeline] } 04:57:35 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 04:57:35 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 04:57:36 ---> python-tools-install.sh [Pipeline] echo 04:57:36 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 04:57:36 ---> sudo-logs.sh 04:57:36 Archiving 'sudo' log.. [Pipeline] echo 04:57:36 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 04:57:37 ---> job-cost.sh 04:57:37 lf-activate-venv: SKIPPING 04:57:37 INFO: No Stack... 04:57:39 INFO: Retrieving Pricing Info for: v1-standard-2 04:57:39 INFO: Archiving Costs [Pipeline] echo 04:57:39 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 04:57:40 ---> logs-deploy.sh 04:57:40 lf-activate-venv: SKIPPING 04:57:40 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-mqtt-go/master/32 04:57:40 INFO: archiving workspace using pattern(s): 04:57:43 Archives upload complete. 04:57:43 INFO: archiving logs to Nexus