Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 06d3741ca62ebd3e4d9b2e85a020dae99c1fa372 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 4d45bb06fbd349d05c83df7b0a7176550fae40e6 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 4d45bb06fbd349d05c83df7b0a7176550fae40e6 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 4d45bb06fbd349d05c83df7b0a7176550fae40e6 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 4d45bb06fbd349d05c83df7b0a7176550fae40e6 # timeout=10 Commit message: "Merge pull request #295 from ernestojeda/always-docker-auth" > 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 b86a95d4aff1c43a521ca3be618780efd0ee2800 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 b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > 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 [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-12254 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.16.5' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 06d3741ca62ebd3e4d9b2e85a020dae99c1fa372 (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 --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 06d3741ca62ebd3e4d9b2e85a020dae99c1fa372 # timeout=10 Commit message: "Merge pull request #185 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/device-sdk-go-1.3.0" > git rev-list --no-walk b0a5b3d163a2dd8e1c2b4bfa2bc96516260b5bc8 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 16:18:45 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 16:18:45 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 16:18:45 ========================================================= 16:18:45 EdgeX Global Pipelines Version Info 16:18:45 ========================================================= [Pipeline] libraryResource [Pipeline] sh 16:18:47 ------------------- 16:18:47 stable info: 16:18:47 ------------------- 16:18:47 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 16:18:47 Commit SHA: 4d45bb06fbd349d05c83df7b0a7176550fae40e6 16:18:47 Message: update stable to v1.0.162 16:18:48 ------------------- 16:18:48 experimental info: 16:18:48 ------------------- 16:18:48 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 16:18:48 Commit SHA: 6f2ee81cce8ce978e0d8ebd6865d4103bdd6920b 16:18:48 Message: update experimental to v1.0.164 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo 16:18:48 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-mqtt-go-settings [Pipeline] echo 16:18:48 [edgeXSetupEnvironment]: set envvar PROJECT = device-mqtt-go [Pipeline] echo 16:18:48 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 16:18:49 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 16:18:49 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 16:18:49 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 16:18:49 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 16:18:49 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 16:18:49 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 16:18:49 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 16:18:49 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 16:18:49 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-mqtt-go [Pipeline] echo 16:18:49 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 16:18:50 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 16:18:50 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 16:18:50 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 16:18:50 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 16:18:50 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 16:18:50 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 16:18:50 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 16:18:50 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 16:18:50 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 16:18:50 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 16:18:51 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 16:18:51 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 16:18:51 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 16:18:51 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo 16:18:51 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo 16:18:51 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo 16:18:51 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 06d3741ca62ebd3e4d9b2e85a020dae99c1fa372 [Pipeline] echo 16:18:51 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 06d3741 [Pipeline] echo 16:18:51 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 16:18:52 provisioning config files... 16:18:52 copy managed file [device-mqtt-go-settings] to file:/w/workspace/gexfoundry_device-mqtt-go_master@tmp/config353773065351057498tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 16:18:52 ---> docker-login.sh 16:18:52 nexus3.edgexfoundry.org:10001 16:18:52 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:18:52 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:18:52 Configure a credential helper to remove this warning. See 16:18:52 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:18:52 16:18:52 Login Succeeded 16:18:52 nexus3.edgexfoundry.org:10002 16:18:53 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:18:53 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:18:53 Configure a credential helper to remove this warning. See 16:18:53 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:18:53 16:18:53 Login Succeeded 16:18:53 nexus3.edgexfoundry.org:10003 16:18:53 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:18:53 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:18:53 Configure a credential helper to remove this warning. See 16:18:53 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:18:53 16:18:53 Login Succeeded 16:18:53 nexus3.edgexfoundry.org:10004 16:18:53 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:18:53 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:18:53 Configure a credential helper to remove this warning. See 16:18:53 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:18:53 16:18:53 Login Succeeded 16:18:53 docker.io 16:18:53 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:18:53 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:18:53 Configure a credential helper to remove this warning. See 16:18:53 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:18:53 16:18:53 Login Succeeded 16:18:53 ---> docker-login.sh ends [Pipeline] } 16:18:53 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 16:18:54 + git log --format=format:%s -1 06d3741ca62ebd3e4d9b2e85a020dae99c1fa372 [Pipeline] echo 16:18:54 GIT_COMMIT: 06d3741ca62ebd3e4d9b2e85a020dae99c1fa372, Commit Message: Merge pull request #185 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/device-sdk-go-1.3.0 [Pipeline] echo 16:18:54 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 16:18:55 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 16:18:55 16:18:55 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 16:18:56 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 16:18:56 latest: Pulling from edgex-devops/git-semver 16:18:56 31603596830f: Pulling fs layer 16:18:56 2a8b12db71e7: Pulling fs layer 16:18:56 6ca5941a6612: Pulling fs layer 16:18:56 ecc8261a40a4: Pulling fs layer 16:18:56 ecc8261a40a4: Waiting 16:18:56 2a8b12db71e7: Verifying Checksum 16:18:56 2a8b12db71e7: Download complete 16:18:56 31603596830f: Verifying Checksum 16:18:56 31603596830f: Download complete 16:18:56 ecc8261a40a4: Verifying Checksum 16:18:56 ecc8261a40a4: Download complete 16:18:56 6ca5941a6612: Verifying Checksum 16:18:56 6ca5941a6612: Download complete 16:18:56 31603596830f: Pull complete 16:18:56 2a8b12db71e7: Pull complete 16:18:57 6ca5941a6612: Pull complete 16:18:58 ecc8261a40a4: Pull complete 16:18:58 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 16:18:58 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 16:18:58 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 16:18:58 prd-centos7-docker-4c-2g-12254 does not seem to be running inside a container 16:18:58 $ 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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 16:19:00 $ docker top 5085de9bd38064afa2c1276a8c8218e6350e2e9099452a246868921dee316629 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 16:19:00 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 16:19:00 [ssh-agent] Looking for ssh-agent implementation... 16:19:00 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 16:19:00 $ docker exec 5085de9bd38064afa2c1276a8c8218e6350e2e9099452a246868921dee316629 ssh-agent 16:19:00 SSH_AUTH_SOCK=/tmp/ssh-BM1wuZjeB7GA/agent.12 16:19:00 SSH_AGENT_PID=17 16:19:00 Running ssh-add (command line suppressed) 16:19:01 Identity added: /w/workspace/gexfoundry_device-mqtt-go_master@tmp/private_key_9161537011727467476.key (/w/workspace/gexfoundry_device-mqtt-go_master@tmp/private_key_9161537011727467476.key) 16:19:01 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 16:19:01 + git tag --points-at HEAD [Pipeline] } 16:19:01 $ docker exec --env ******** --env ******** 5085de9bd38064afa2c1276a8c8218e6350e2e9099452a246868921dee316629 ssh-agent -k 16:19:01 unset SSH_AUTH_SOCK; 16:19:01 unset SSH_AGENT_PID; 16:19:01 echo Agent pid 17 killed; 16:19:01 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 16:19:01 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 16:19:01 [ssh-agent] Looking for ssh-agent implementation... 16:19:01 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 16:19:01 $ docker exec 5085de9bd38064afa2c1276a8c8218e6350e2e9099452a246868921dee316629 ssh-agent 16:19:02 SSH_AUTH_SOCK=/tmp/ssh-CrRCzoZy6kWk/agent.48 16:19:02 SSH_AGENT_PID=53 16:19:02 Running ssh-add (command line suppressed) 16:19:02 Identity added: /w/workspace/gexfoundry_device-mqtt-go_master@tmp/private_key_7059733711176122927.key (/w/workspace/gexfoundry_device-mqtt-go_master@tmp/private_key_7059733711176122927.key) 16:19:02 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 16:19:02 + git semver init 16:19:02 # -> Open(): unable to determine branch for HEAD 16:19:02 # $GIT_DIR = /w/workspace/gexfoundry_device-mqtt-go_master/.git 16:19:02 # $GIT_WORK_TREE = /w/workspace/gexfoundry_device-mqtt-go_master 16:19:02 # $SEMVER_REMOTE_NAME = origin 16:19:02 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 16:19:02 # $SEMVER_USER_NAME = edgex-jenkins 16:19:02 # $SEMVER_BRANCH = master 16:19:02 # $SEMVER_TEMP = /tmp/semver-010466898 16:19:02 # git clone --branch semver git@github.com:edgexfoundry/device-mqtt-go.git $SEMVER_TEMP 16:19:04 # '/tmp/semver-010466898' -> '/w/workspace/gexfoundry_device-mqtt-go_master/.semver' 16:19:04 # -> Force: false 16:19:04 # $SEMVER_DIR = /w/workspace/gexfoundry_device-mqtt-go_master/.semver [Pipeline] } 16:19:04 $ docker exec --env ******** --env ******** 5085de9bd38064afa2c1276a8c8218e6350e2e9099452a246868921dee316629 ssh-agent -k 16:19:04 unset SSH_AUTH_SOCK; 16:19:04 unset SSH_AGENT_PID; 16:19:04 echo Agent pid 53 killed; 16:19:04 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 16:19:04 + git semver [Pipeline] } 16:19:04 $ docker stop --time=1 5085de9bd38064afa2c1276a8c8218e6350e2e9099452a246868921dee316629 16:19:06 $ docker rm -f 5085de9bd38064afa2c1276a8c8218e6350e2e9099452a246868921dee316629 [Pipeline] // withDockerContainer [Pipeline] sh 16:19:06 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 16:19:07 Stashed 1 file(s) [Pipeline] echo 16:19:07 [edgeXSemver]: initialized semver on version 1.2.3-dev.10 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] node 16:19:22 Still waiting to schedule task 16:19:22 Waiting for next available executor on ‘prd-centos7-docker-4c-2g-12254’ 16:19:22 Still waiting to schedule task 16:19:22 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 16:20:56 Running on prd-centos7-docker-4c-2g-12258 in /w/workspace/gexfoundry_device-mqtt-go_master [Pipeline] { [Pipeline] ws 16:20:56 Running in /w/workspace/device-mqtt-go/24 [Pipeline] { [Pipeline] checkout 16:20:59 using credential edgex-jenkins-ssh 16:20:59 Cloning the remote Git repository 16:20:59 Cloning repository git@github.com:edgexfoundry/device-mqtt-go.git 16:20:59 > git init /w/workspace/device-mqtt-go/24 # timeout=10 16:20:59 Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git 16:20:59 > git --version # timeout=10 16:20:59 > git --version # 'git version 2.16.5' 16:20:59 using GIT_SSH to set credentials SSH Credentials for GitHub 16:20:59 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 16:21:00 > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 16:21:00 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 16:21:00 > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 16:21:00 Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git 16:21:00 using GIT_SSH to set credentials SSH Credentials for GitHub 16:21:00 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 16:21:00 Checking out Revision 06d3741ca62ebd3e4d9b2e85a020dae99c1fa372 (master) 16:21:00 > git config core.sparsecheckout # timeout=10 16:21:00 > git checkout -f 06d3741ca62ebd3e4d9b2e85a020dae99c1fa372 # timeout=10 16:21:04 Commit message: "Merge pull request #185 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/device-sdk-go-1.3.0" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 16:21:05 provisioning config files... 16:21:05 copy managed file [device-mqtt-go-settings] to file:/w/workspace/device-mqtt-go/24@tmp/config527216420655739397tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 16:21:05 ---> docker-login.sh 16:21:05 nexus3.edgexfoundry.org:10001 16:21:06 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:21:06 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:21:06 Configure a credential helper to remove this warning. See 16:21:06 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:21:06 16:21:06 Login Succeeded 16:21:06 nexus3.edgexfoundry.org:10002 16:21:06 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:21:06 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:21:06 Configure a credential helper to remove this warning. See 16:21:06 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:21:06 16:21:06 Login Succeeded 16:21:06 nexus3.edgexfoundry.org:10003 16:21:06 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:21:06 Running on prd-ubuntu18.04-docker-arm64-4c-16g-12256 in /w/workspace/gexfoundry_device-mqtt-go_master [Pipeline] { [Pipeline] ws 16:21:06 Running in /w/workspace/device-mqtt-go/24 [Pipeline] { [Pipeline] checkout 16:21:06 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:21:06 Configure a credential helper to remove this warning. See 16:21:06 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:21:06 16:21:06 Login Succeeded 16:21:06 nexus3.edgexfoundry.org:10004 16:21:06 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:21:06 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:21:06 Configure a credential helper to remove this warning. See 16:21:06 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:21:06 16:21:06 Login Succeeded 16:21:06 docker.io 16:21:07 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:21:07 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:21:07 Configure a credential helper to remove this warning. See 16:21:07 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:21:07 16:21:07 Login Succeeded 16:21:07 ---> docker-login.sh ends [Pipeline] } 16:21:07 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 16:21:07 ========================================================= 16:21:07 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 16:21:07 ========================================================= [Pipeline] isUnix [Pipeline] sh 16:21:08 + 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 . 16:21:08 Sending build context to Docker daemon 460.3kB 16:21:08 Step 1/8 : ARG BASE=golang:1.15-alpine 16:21:08 Step 2/8 : FROM ${BASE} 16:21:08 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 16:21:08 df20fa9351a1: Pulling fs layer 16:21:08 ed8968b2872e: Pulling fs layer 16:21:08 a92cc7c5fd73: Pulling fs layer 16:21:08 e871e8e8d7a9: Pulling fs layer 16:21:08 e73272ec9a57: Pulling fs layer 16:21:08 1e910a182e73: Pulling fs layer 16:21:08 4e634b169226: Pulling fs layer 16:21:08 e871e8e8d7a9: Waiting 16:21:08 e73272ec9a57: Waiting 16:21:08 1e910a182e73: Waiting 16:21:08 4e634b169226: Waiting 16:21:08 a92cc7c5fd73: Verifying Checksum 16:21:08 a92cc7c5fd73: Download complete 16:21:08 ed8968b2872e: Download complete 16:21:08 e73272ec9a57: Verifying Checksum 16:21:08 e73272ec9a57: Download complete 16:21:08 df20fa9351a1: Verifying Checksum 16:21:08 df20fa9351a1: Download complete 16:21:08 1e910a182e73: Verifying Checksum 16:21:08 1e910a182e73: Download complete 16:21:08 df20fa9351a1: Pull complete 16:21:08 ed8968b2872e: Pull complete 16:21:08 a92cc7c5fd73: Pull complete 16:21:10 4e634b169226: Verifying Checksum 16:21:10 4e634b169226: Download complete 16:21:11 e871e8e8d7a9: Verifying Checksum 16:21:11 e871e8e8d7a9: Download complete 16:21:11 using credential edgex-jenkins-ssh 16:21:11 Cloning the remote Git repository 16:21:11 Cloning repository git@github.com:edgexfoundry/device-mqtt-go.git 16:21:11 > git init /w/workspace/device-mqtt-go/24 # timeout=10 16:21:11 Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git 16:21:11 > git --version # timeout=10 16:21:11 > git --version # 'git version 2.17.1' 16:21:11 using GIT_SSH to set credentials SSH Credentials for GitHub 16:21:11 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 16:21:12 > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 16:21:12 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 16:21:12 > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 16:21:12 Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git 16:21:12 using GIT_SSH to set credentials SSH Credentials for GitHub 16:21:12 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 16:21:13 Checking out Revision 06d3741ca62ebd3e4d9b2e85a020dae99c1fa372 (master) 16:21:13 > git config core.sparsecheckout # timeout=10 16:21:13 > git checkout -f 06d3741ca62ebd3e4d9b2e85a020dae99c1fa372 # timeout=10 16:21:16 e871e8e8d7a9: Pull complete 16:21:16 e73272ec9a57: Pull complete 16:21:16 1e910a182e73: Pull complete 16:21:17 Commit message: "Merge pull request #185 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/device-sdk-go-1.3.0" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 16:21:18 provisioning config files... 16:21:18 copy managed file [device-mqtt-go-settings] to file:/w/workspace/device-mqtt-go/24@tmp/config3780756488021820543tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 16:21:19 ---> docker-login.sh 16:21:19 nexus3.edgexfoundry.org:10001 16:21:19 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:21:20 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:21:20 Configure a credential helper to remove this warning. See 16:21:20 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:21:20 16:21:20 Login Succeeded 16:21:20 nexus3.edgexfoundry.org:10002 16:21:20 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:21:20 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:21:20 Configure a credential helper to remove this warning. See 16:21:20 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:21:20 16:21:20 Login Succeeded 16:21:20 nexus3.edgexfoundry.org:10003 16:21:21 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:21:21 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:21:21 Configure a credential helper to remove this warning. See 16:21:21 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:21:21 16:21:21 Login Succeeded 16:21:21 nexus3.edgexfoundry.org:10004 16:21:21 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:21:22 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:21:22 Configure a credential helper to remove this warning. See 16:21:22 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:21:22 16:21:22 Login Succeeded 16:21:22 docker.io 16:21:22 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:21:22 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:21:22 Configure a credential helper to remove this warning. See 16:21:22 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:21:22 16:21:22 Login Succeeded 16:21:22 ---> docker-login.sh ends [Pipeline] } 16:21:23 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 16:21:23 ========================================================= 16:21:23 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 16:21:23 ========================================================= [Pipeline] isUnix [Pipeline] sh 16:21:24 + 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 . 16:21:24 Sending build context to Docker daemon 460.3kB 16:21:24 Step 1/8 : ARG BASE=golang:1.15-alpine 16:21:24 Step 2/8 : FROM ${BASE} 16:21:24 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 16:21:24 b538f80385f9: Pulling fs layer 16:21:24 74f711af9a0d: Pulling fs layer 16:21:24 99f96fe45779: Pulling fs layer 16:21:24 8529a6b9a6be: Pulling fs layer 16:21:24 45590311c82a: Pulling fs layer 16:21:24 69ca0ff8b7b3: Pulling fs layer 16:21:24 209524e5b208: Pulling fs layer 16:21:24 45590311c82a: Waiting 16:21:24 69ca0ff8b7b3: Waiting 16:21:24 209524e5b208: Waiting 16:21:24 8529a6b9a6be: Waiting 16:21:24 99f96fe45779: Verifying Checksum 16:21:24 99f96fe45779: Download complete 16:21:24 74f711af9a0d: Download complete 16:21:24 45590311c82a: Verifying Checksum 16:21:24 45590311c82a: Download complete 16:21:24 69ca0ff8b7b3: Verifying Checksum 16:21:24 69ca0ff8b7b3: Download complete 16:21:24 4e634b169226: Pull complete 16:21:24 Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 16:21:24 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 16:21:24 ---> f7629b54cfaa 16:21:24 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IOTech' 16:21:24 ---> Running in d2e2f0a31a19 16:21:24 Removing intermediate container d2e2f0a31a19 16:21:24 ---> fd6963d63d77 16:21:24 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:21:24 ---> Running in 6e424beaf942 16:21:24 b538f80385f9: Verifying Checksum 16:21:24 b538f80385f9: Download complete 16:21:25 b538f80385f9: Pull complete 16:21:26 74f711af9a0d: Pull complete 16:21:26 Removing intermediate container 6e424beaf942 16:21:26 ---> a5809b48c24a 16:21:26 Step 5/8 : RUN apk add --update --no-cache make git openssh build-base 16:21:26 ---> Running in 0c459a6f32f2 16:21:26 99f96fe45779: Pull complete 16:21:27 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:21:27 209524e5b208: Verifying Checksum 16:21:27 209524e5b208: Download complete 16:21:27 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:21:28 (1/14) Installing libmagic (5.38-r0) 16:21:28 8529a6b9a6be: Download complete 16:21:28 (2/14) Installing file (5.38-r0) 16:21:28 (3/14) Installing libc-dev (0.7.2-r3) 16:21:28 (4/14) Installing g++ (9.3.0-r2) 16:21:35 (5/14) Installing fortify-headers (1.1-r0) 16:21:35 (6/14) Installing patch (2.7.6-r6) 16:21:35 (7/14) Installing build-base (0.5-r2) 16:21:35 (8/14) Installing openssh-keygen (8.3_p1-r0) 16:21:35 (9/14) Installing libedit (20191231.3.1-r0) 16:21:35 (10/14) Installing openssh-client (8.3_p1-r0) 16:21:35 (11/14) Installing openssh-sftp-server (8.3_p1-r0) 16:21:35 (12/14) Installing openssh-server-common (8.3_p1-r0) 16:21:35 (13/14) Installing openssh-server (8.3_p1-r0) 16:21:35 (14/14) Installing openssh (8.3_p1-r0) 16:21:35 Executing busybox-1.31.1-r16.trigger 16:21:36 OK: 237 MiB in 53 packages 16:21:38 8529a6b9a6be: Pull complete 16:21:38 45590311c82a: Pull complete 16:21:39 69ca0ff8b7b3: Pull complete 16:21:39 Removing intermediate container 0c459a6f32f2 16:21:39 ---> 8e6cd2eda728 16:21:39 Step 6/8 : WORKDIR /device-mqtt-go 16:21:39 ---> Running in d651025f7748 16:21:39 Removing intermediate container d651025f7748 16:21:39 ---> 24577c328eaf 16:21:39 Step 7/8 : COPY . . 16:21:40 ---> 3c5e86db4b92 16:21:40 Step 8/8 : RUN go mod download 16:21:40 ---> Running in a0d5df0d11a2 16:21:43 209524e5b208: Pull complete 16:21:43 Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 16:21:43 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 16:21:43 ---> 5bddaf1c2fca 16:21:43 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IOTech' 16:21:45 ---> Running in 72c0183c8850 16:21:46 Removing intermediate container 72c0183c8850 16:21:46 ---> 07d7088aa1f9 16:21:46 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:21:46 ---> Running in 18be2960beba 16:21:48 Removing intermediate container 18be2960beba 16:21:48 ---> e2b02b96b86a 16:21:48 Step 5/8 : RUN apk add --update --no-cache make git openssh build-base 16:21:48 ---> Running in 7a6e56041429 16:21:50 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 16:21:51 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 16:21:51 (1/14) Installing libmagic (5.38-r0) 16:21:51 (2/14) Installing file (5.38-r0) 16:21:51 (3/14) Installing libc-dev (0.7.2-r3) 16:21:52 (4/14) Installing g++ (9.3.0-r2) 16:21:56 (5/14) Installing fortify-headers (1.1-r0) 16:21:56 (6/14) Installing patch (2.7.6-r6) 16:21:56 (7/14) Installing build-base (0.5-r2) 16:21:56 (8/14) Installing openssh-keygen (8.3_p1-r0) 16:21:56 (9/14) Installing libedit (20191231.3.1-r0) 16:21:56 (10/14) Installing openssh-client (8.3_p1-r0) 16:21:57 (11/14) Installing openssh-sftp-server (8.3_p1-r0) 16:21:57 (12/14) Installing openssh-server-common (8.3_p1-r0) 16:21:57 (13/14) Installing openssh-server (8.3_p1-r0) 16:21:57 (14/14) Installing openssh (8.3_p1-r0) 16:21:57 Executing busybox-1.31.1-r16.trigger 16:21:57 OK: 221 MiB in 53 packages 16:22:01 Removing intermediate container 7a6e56041429 16:22:01 ---> 09784019f366 16:22:01 Step 6/8 : WORKDIR /device-mqtt-go 16:22:01 ---> Running in 532ac776418d 16:22:01 Removing intermediate container 532ac776418d 16:22:01 ---> 624171416c29 16:22:01 Step 7/8 : COPY . . 16:22:02 Removing intermediate container a0d5df0d11a2 16:22:02 ---> 31c0530e0432 16:22:02 Successfully built 31c0530e0432 16:22:02 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 16:22:02 + docker inspect -f . ci-base-image-x86_64 16:22:02 . [Pipeline] withDockerContainer 16:22:02 prd-centos7-docker-4c-2g-12258 does not seem to be running inside a container 16:22:02 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-mqtt-go/24 -v /w/workspace/device-mqtt-go/24:/w/workspace/device-mqtt-go/24:rw,z -v /w/workspace/device-mqtt-go/24@tmp:/w/workspace/device-mqtt-go/24@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 ******** ci-base-image-x86_64 cat 16:22:02 ---> 2d9fc2292915 16:22:02 Step 8/8 : RUN go mod download 16:22:03 ---> Running in 18ee24fd7dca 16:22:03 $ docker top 3d4d04365eb7ba8888f0fa34ad5a64263544bb2b91555136169577f8b7a19e97 -eo pid,comm [Pipeline] { [Pipeline] sh 16:22:04 + go version 16:22:04 go version go1.15.2 linux/amd64 [Pipeline] } 16:22:04 $ docker stop --time=1 3d4d04365eb7ba8888f0fa34ad5a64263544bb2b91555136169577f8b7a19e97 16:22:05 $ docker rm -f 3d4d04365eb7ba8888f0fa34ad5a64263544bb2b91555136169577f8b7a19e97 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 16:22:06 + docker inspect -f . ci-base-image-x86_64 16:22:06 . [Pipeline] withDockerContainer 16:22:06 prd-centos7-docker-4c-2g-12258 does not seem to be running inside a container 16:22:06 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-mqtt-go/24 -v /w/workspace/device-mqtt-go/24:/w/workspace/device-mqtt-go/24:rw,z -v /w/workspace/device-mqtt-go/24@tmp:/w/workspace/device-mqtt-go/24@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 ******** ci-base-image-x86_64 cat 16:22:06 $ docker top 00c540a05fd5b68bc1aadbf6c04e253e55322f1057314d2d5324fc2264614022 -eo pid,comm [Pipeline] { [Pipeline] sh 16:22:07 + make test 16:22:07 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out 16:22:08 ? github.com/edgexfoundry/device-mqtt-go [no test files] 16:22:20 ? github.com/edgexfoundry/device-mqtt-go/cmd [no test files] 16:22:21 ok github.com/edgexfoundry/device-mqtt-go/internal/driver 0.010s coverage: 28.3% of statements 16:22:21 ? github.com/edgexfoundry/device-mqtt-go/mock [no test files] 16:22:21 CGO_ENABLED=0 GO111MODULE=on go vet ./... 16:22:23 gofmt -l . 16:22:23 ["`gofmt -l .`" = ""] 16:22:23 ./bin/test-attribution-txt.sh 16:22:24 ./bin/test-go-mod-tidy.sh [Pipeline] } 16:22:24 $ docker stop --time=1 00c540a05fd5b68bc1aadbf6c04e253e55322f1057314d2d5324fc2264614022 16:22:27 $ docker rm -f 00c540a05fd5b68bc1aadbf6c04e253e55322f1057314d2d5324fc2264614022 [Pipeline] // withDockerContainer [Pipeline] sh 16:22:27 + sudo chown -R jenkins:jenkins . [Pipeline] stash 16:22:28 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) 16:22:30 Removing intermediate container 18ee24fd7dca 16:22:30 ---> 70af631d667d 16:22:30 Successfully built 70af631d667d 16:22:30 Successfully tagged ci-base-image-arm64:latest [Pipeline] sh [Pipeline] isUnix [Pipeline] sh 16:22:32 + sudo chown -R jenkins:jenkins . [Pipeline] sh 16:22:32 + docker inspect -f . ci-base-image-arm64 16:22:32 . [Pipeline] withDockerContainer 16:22:32 + ls -al . 16:22:32 total 100 16:22:32 drwxrwxr-x. 9 jenkins jenkins 4096 Nov 16 16:22 . 16:22:32 drwxrwxr-x. 4 jenkins jenkins 30 Nov 16 16:20 .. 16:22:32 -rw-rw-r--. 1 jenkins jenkins 5932 Nov 16 16:21 Attribution.txt 16:22:32 drwxrwxr-x. 2 jenkins jenkins 87 Nov 16 16:21 bin 16:22:32 drwxrwxr-x. 3 jenkins jenkins 32 Nov 16 16:21 cmd 16:22:32 -rw-r--r--. 1 jenkins jenkins 18940 Nov 16 16:22 coverage.out 16:22:32 -rw-rw-r--. 1 jenkins jenkins 1784 Nov 16 16:21 Dockerfile 16:22:32 -rw-rw-r--. 1 jenkins jenkins 953 Nov 16 16:21 Dockerfile.build 16:22:32 -rw-rw-r--. 1 jenkins jenkins 140 Nov 16 16:21 .dockerignore 16:22:32 drwxrwxr-x. 8 jenkins jenkins 162 Nov 16 16:21 .git 16:22:32 drwxrwxr-x. 2 jenkins jenkins 60 Nov 16 16:21 .github 16:22:32 -rw-rw-r--. 1 jenkins jenkins 336 Nov 16 16:21 .gitignore 16:22:32 -rw-r--r--. 1 jenkins jenkins 504 Nov 16 16:22 go.mod 16:22:32 -rw-r--r--. 1 jenkins jenkins 14793 Nov 16 16:22 go.sum 16:22:32 drwxrwxr-x. 3 jenkins jenkins 20 Nov 16 16:21 internal 16:22:32 -rw-rw-r--. 1 jenkins jenkins 677 Nov 16 16:21 Jenkinsfile 16:22:32 -rw-rw-r--. 1 jenkins jenkins 11340 Nov 16 16:21 LICENSE 16:22:32 -rw-rw-r--. 1 jenkins jenkins 902 Nov 16 16:21 Makefile 16:22:32 drwxrwxr-x. 2 jenkins jenkins 23 Nov 16 16:21 mock 16:22:32 -rw-rw-r--. 1 jenkins jenkins 444 Nov 16 16:21 README.md 16:22:32 drwxrwxr-x. 4 jenkins jenkins 54 Nov 16 16:21 snap 16:22:32 -rw-rw-r--. 1 jenkins jenkins 12 Nov 16 16:19 VERSION 16:22:32 -rw-rw-r--. 1 jenkins jenkins 227 Nov 16 16:21 version.go 16:22:32 prd-ubuntu18.04-docker-arm64-4c-16g-12256 does not seem to be running inside a container 16:22:32 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-mqtt-go/24 -v /w/workspace/device-mqtt-go/24:/w/workspace/device-mqtt-go/24:rw,z -v /w/workspace/device-mqtt-go/24@tmp:/w/workspace/device-mqtt-go/24@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 ******** ci-base-image-arm64 cat 16:22:34 $ docker top cd3fde44408cb77528754541d56f824a344e956a5a1111851dc097ca569a3579 -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] isUnix [Pipeline] sh 16:22:35 + 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=06d3741ca62ebd3e4d9b2e85a020dae99c1fa372 --label arch=amd64 --label version=1.2.3-dev.10 . 16:22:35 Sending build context to Docker daemon 479.7kB 16:22:35 Step 1/22 : ARG BASE=golang:1.15-alpine 16:22:35 Step 2/22 : FROM ${BASE} AS builder 16:22:35 ---> 31c0530e0432 16:22:35 Step 3/22 : ARG ALPINE_PKG_BASE="build-base git openssh-client" 16:22:35 ---> Running in 4676cf1cd935 16:22:35 Removing intermediate container 4676cf1cd935 16:22:35 ---> a76a39e2efc8 16:22:35 Step 4/22 : ARG ALPINE_PKG_EXTRA="" 16:22:35 ---> Running in 965aaa473125 16:22:36 + go version 16:22:36 go version go1.15.2 linux/arm64 [Pipeline] } 16:22:36 $ docker stop --time=1 cd3fde44408cb77528754541d56f824a344e956a5a1111851dc097ca569a3579 16:22:36 Removing intermediate container 965aaa473125 16:22:36 ---> 4f0af06ce847 16:22:36 Step 5/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:22:36 ---> Running in d59b4106ec77 16:22:37 Removing intermediate container d59b4106ec77 16:22:37 ---> 0111478cd1c3 16:22:37 Step 6/22 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 16:22:37 ---> Running in 8c48ab7176f7 16:22:37 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:22:38 $ docker rm -f cd3fde44408cb77528754541d56f824a344e956a5a1111851dc097ca569a3579 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script 16:22:38 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 16:22:39 OK: 237 MiB in 53 packages 16:22:39 + docker inspect -f . ci-base-image-arm64 16:22:39 . [Pipeline] withDockerContainer 16:22:39 prd-ubuntu18.04-docker-arm64-4c-16g-12256 does not seem to be running inside a container 16:22:39 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-mqtt-go/24 -v /w/workspace/device-mqtt-go/24:/w/workspace/device-mqtt-go/24:rw,z -v /w/workspace/device-mqtt-go/24@tmp:/w/workspace/device-mqtt-go/24@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 ******** ci-base-image-arm64 cat 16:22:39 Removing intermediate container 8c48ab7176f7 16:22:39 ---> f72f0a8b2a2d 16:22:39 Step 7/22 : WORKDIR $GOPATH/src/github.com/edgexfoundry/device-mqtt-go 16:22:39 ---> Running in 020fa18c578d 16:22:39 Removing intermediate container 020fa18c578d 16:22:39 ---> c2c88a955962 16:22:39 Step 8/22 : COPY . . 16:22:40 ---> 5271a3f13d36 16:22:40 Step 9/22 : ARG MAKE='make build' 16:22:40 ---> Running in f5afda271c69 16:22:40 Removing intermediate container f5afda271c69 16:22:40 ---> a8ab3b5b84d8 16:22:40 Step 10/22 : RUN $MAKE 16:22:40 ---> Running in 7b84e129e462 16:22:41 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-mqtt-go.Version=1.2.3-dev.10" -o cmd/device-mqtt ./cmd 16:22:41 $ docker top dcf7fe205cabb6fa5f332f1d4795f322cd68feae23dc464566de34bd6b551332 -eo pid,comm [Pipeline] { [Pipeline] sh 16:22:42 + make test 16:22:42 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out 16:22:43 ? github.com/edgexfoundry/device-mqtt-go [no test files] 16:22:51 CGO_ENABLED=0 GO111MODULE=on go build ./... 16:22:53 Removing intermediate container 7b84e129e462 16:22:53 ---> 7b3483a84923 16:22:53 Step 11/22 : FROM alpine 16:22:54 latest: Pulling from library/alpine 16:22:54 188c0c94c7c5: Pulling fs layer 16:22:54 188c0c94c7c5: Download complete 16:22:55 188c0c94c7c5: Pull complete 16:22:55 Digest: sha256:c0e9560cda118f9ec63ddefb4a173a2b2a0347082d7dff7dc14272e7841a5b5a 16:22:55 Status: Downloaded newer image for alpine:latest 16:22:55 ---> d6e46aa2470d 16:22:55 Step 12/22 : ENV APP_PORT=49982 16:22:55 ---> Running in d0cb2bed5565 16:22:55 Removing intermediate container d0cb2bed5565 16:22:55 ---> 757287f0d361 16:22:55 Step 13/22 : EXPOSE $APP_PORT 16:22:55 ---> Running in ebeac8be8c05 16:22:55 Removing intermediate container ebeac8be8c05 16:22:55 ---> 6fc11cf980ea 16:22:55 Step 14/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-mqtt-go/cmd / 16:22:56 ---> 8187e2ebb13e 16:22:56 Step 15/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-mqtt-go/LICENSE / 16:22:56 ---> 95de6dbd3e96 16:22:56 Step 16/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-mqtt-go/Attribution.txt / 16:22:56 ---> 2be65c8eb37d 16:22:56 Step 17/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IoTech Ltd' 16:22:56 ---> Running in 9d00be5fcea9 16:22:56 Removing intermediate container 9d00be5fcea9 16:22:56 ---> 70596b15d4d8 16:22:56 Step 18/22 : ENTRYPOINT ["/device-mqtt"] 16:22:56 ---> Running in 730d55bdce60 16:22:57 Removing intermediate container 730d55bdce60 16:22:57 ---> 9489c5d47b12 16:22:57 Step 19/22 : CMD ["--cp=consul://edgex-core-consul:8500", "--registry", "--confdir=/res"] 16:22:57 ---> Running in c68a561fb310 16:22:57 Removing intermediate container c68a561fb310 16:22:57 ---> 9c221fad6f40 16:22:57 Step 20/22 : LABEL arch=amd64 16:22:57 ---> Running in eb5cf4a66605 16:22:57 Removing intermediate container eb5cf4a66605 16:22:57 ---> bee351aa2c19 16:22:57 Step 21/22 : LABEL git_sha=06d3741ca62ebd3e4d9b2e85a020dae99c1fa372 16:22:57 ---> Running in 21364808fab7 16:22:57 Removing intermediate container 21364808fab7 16:22:57 ---> 54e41b572ec4 16:22:57 Step 22/22 : LABEL version=1.2.3-dev.10 16:22:57 ---> Running in 948254ec8c50 16:22:57 Removing intermediate container 948254ec8c50 16:22:57 ---> 08821defbd74 16:22:57 [Warning] One or more build-args [ARCH] were not consumed 16:22:57 Successfully built 08821defbd74 16:22:58 Successfully tagged docker-device-mqtt-go:latest [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 16:22:58 provisioning config files... 16:22:58 copy managed file [device-mqtt-go-settings] to file:/w/workspace/device-mqtt-go/24@tmp/config5021021788260776005tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 16:22:58 ---> docker-login.sh 16:22:58 nexus3.edgexfoundry.org:10001 16:22:58 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:22:59 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:22:59 Configure a credential helper to remove this warning. See 16:22:59 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:22:59 16:22:59 Login Succeeded 16:22:59 nexus3.edgexfoundry.org:10002 16:22:59 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:22:59 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:22:59 Configure a credential helper to remove this warning. See 16:22:59 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:22:59 16:22:59 Login Succeeded 16:22:59 nexus3.edgexfoundry.org:10003 16:22:59 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:22:59 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:22:59 Configure a credential helper to remove this warning. See 16:22:59 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:22:59 16:22:59 Login Succeeded 16:22:59 nexus3.edgexfoundry.org:10004 16:22:59 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:22:59 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:22:59 Configure a credential helper to remove this warning. See 16:22:59 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:22:59 16:22:59 Login Succeeded 16:22:59 docker.io 16:22:59 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:22:59 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:22:59 Configure a credential helper to remove this warning. See 16:22:59 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:22:59 16:22:59 Login Succeeded 16:22:59 ---> docker-login.sh ends [Pipeline] } 16:22:59 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 16:23:00 [edgeXDocker.push] Tagging docker image docker-device-mqtt-go with the following tags: 16:23:00 06d3741ca62ebd3e4d9b2e85a020dae99c1fa372 16:23:00 latest 16:23:00 1.2.3-dev.10 16:23:00 06d3741ca62ebd3e4d9b2e85a020dae99c1fa372-1.2.3-dev.10 16:23:00 master 16:23:00 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 16:23:00 + docker tag docker-device-mqtt-go nexus3.edgexfoundry.org:10004/docker-device-mqtt-go:06d3741ca62ebd3e4d9b2e85a020dae99c1fa372 [Pipeline] isUnix [Pipeline] sh 16:23:01 + docker push nexus3.edgexfoundry.org:10004/docker-device-mqtt-go:06d3741ca62ebd3e4d9b2e85a020dae99c1fa372 16:23:01 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-mqtt-go] 16:23:01 3ab07a1919e0: Preparing 16:23:01 4301be2b2e8a: Preparing 16:23:01 79a84b80aa2e: Preparing 16:23:01 ace0eda3e3be: Preparing 16:23:01 ace0eda3e3be: Layer already exists 16:23:01 3ab07a1919e0: Pushed 16:23:01 4301be2b2e8a: Pushed 16:23:02 79a84b80aa2e: Pushed 16:23:02 06d3741ca62ebd3e4d9b2e85a020dae99c1fa372: digest: sha256:59041656ebcd246c19bb483c7f7ce159fe61c650814d6fc72cfd29496c1916c4 size: 1155 [Pipeline] isUnix [Pipeline] sh 16:23:02 + docker tag docker-device-mqtt-go nexus3.edgexfoundry.org:10004/docker-device-mqtt-go:latest [Pipeline] isUnix [Pipeline] sh 16:23:03 + docker push nexus3.edgexfoundry.org:10004/docker-device-mqtt-go:latest 16:23:03 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-mqtt-go] 16:23:03 3ab07a1919e0: Preparing 16:23:03 4301be2b2e8a: Preparing 16:23:03 79a84b80aa2e: Preparing 16:23:03 ace0eda3e3be: Preparing 16:23:03 ace0eda3e3be: Layer already exists 16:23:03 79a84b80aa2e: Layer already exists 16:23:03 3ab07a1919e0: Layer already exists 16:23:03 4301be2b2e8a: Layer already exists 16:23:03 latest: digest: sha256:59041656ebcd246c19bb483c7f7ce159fe61c650814d6fc72cfd29496c1916c4 size: 1155 [Pipeline] isUnix [Pipeline] sh 16:23:03 + docker tag docker-device-mqtt-go nexus3.edgexfoundry.org:10004/docker-device-mqtt-go:1.2.3-dev.10 [Pipeline] isUnix [Pipeline] sh 16:23:03 + docker push nexus3.edgexfoundry.org:10004/docker-device-mqtt-go:1.2.3-dev.10 16:23:03 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-mqtt-go] 16:23:03 3ab07a1919e0: Preparing 16:23:03 4301be2b2e8a: Preparing 16:23:03 79a84b80aa2e: Preparing 16:23:03 ace0eda3e3be: Preparing 16:23:03 4301be2b2e8a: Layer already exists 16:23:03 3ab07a1919e0: Layer already exists 16:23:03 79a84b80aa2e: Layer already exists 16:23:03 ace0eda3e3be: Layer already exists 16:23:03 1.2.3-dev.10: digest: sha256:59041656ebcd246c19bb483c7f7ce159fe61c650814d6fc72cfd29496c1916c4 size: 1155 [Pipeline] isUnix [Pipeline] sh 16:23:04 + docker tag docker-device-mqtt-go nexus3.edgexfoundry.org:10004/docker-device-mqtt-go:06d3741ca62ebd3e4d9b2e85a020dae99c1fa372-1.2.3-dev.10 [Pipeline] isUnix [Pipeline] sh 16:23:04 + docker push nexus3.edgexfoundry.org:10004/docker-device-mqtt-go:06d3741ca62ebd3e4d9b2e85a020dae99c1fa372-1.2.3-dev.10 16:23:04 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-mqtt-go] 16:23:04 3ab07a1919e0: Preparing 16:23:04 4301be2b2e8a: Preparing 16:23:04 79a84b80aa2e: Preparing 16:23:04 ace0eda3e3be: Preparing 16:23:04 4301be2b2e8a: Layer already exists 16:23:04 3ab07a1919e0: Layer already exists 16:23:04 79a84b80aa2e: Layer already exists 16:23:04 ace0eda3e3be: Layer already exists 16:23:04 06d3741ca62ebd3e4d9b2e85a020dae99c1fa372-1.2.3-dev.10: digest: sha256:59041656ebcd246c19bb483c7f7ce159fe61c650814d6fc72cfd29496c1916c4 size: 1155 [Pipeline] isUnix [Pipeline] sh 16:23:04 + docker tag docker-device-mqtt-go nexus3.edgexfoundry.org:10004/docker-device-mqtt-go:master [Pipeline] isUnix [Pipeline] sh 16:23:05 + docker push nexus3.edgexfoundry.org:10004/docker-device-mqtt-go:master 16:23:05 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-mqtt-go] 16:23:05 3ab07a1919e0: Preparing 16:23:05 4301be2b2e8a: Preparing 16:23:05 79a84b80aa2e: Preparing 16:23:05 ace0eda3e3be: Preparing 16:23:05 ace0eda3e3be: Layer already exists 16:23:05 4301be2b2e8a: Layer already exists 16:23:05 3ab07a1919e0: Layer already exists 16:23:05 79a84b80aa2e: Layer already exists 16:23:05 master: digest: sha256:59041656ebcd246c19bb483c7f7ce159fe61c650814d6fc72cfd29496c1916c4 size: 1155 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 16:23:05 ===================================================== [Pipeline] echo 16:23:05 taggedImages: 16:23:05 - nexus3.edgexfoundry.org:10004/docker-device-mqtt-go:06d3741ca62ebd3e4d9b2e85a020dae99c1fa372 16:23:05 - nexus3.edgexfoundry.org:10004/docker-device-mqtt-go:latest 16:23:05 - nexus3.edgexfoundry.org:10004/docker-device-mqtt-go:1.2.3-dev.10 16:23:05 - nexus3.edgexfoundry.org:10004/docker-device-mqtt-go:06d3741ca62ebd3e4d9b2e85a020dae99c1fa372-1.2.3-dev.10 16:23:05 - 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] } 16:23:23 ? github.com/edgexfoundry/device-mqtt-go/cmd [no test files] 16:23:23 ok github.com/edgexfoundry/device-mqtt-go/internal/driver 0.038s coverage: 28.3% of statements 16:23:23 ? github.com/edgexfoundry/device-mqtt-go/mock [no test files] 16:23:23 CGO_ENABLED=0 GO111MODULE=on go vet ./... 16:23:28 gofmt -l . 16:23:28 ["`gofmt -l .`" = ""] 16:23:28 ./bin/test-attribution-txt.sh 16:23:29 ./bin/test-go-mod-tidy.sh [Pipeline] } 16:23:30 $ docker stop --time=1 dcf7fe205cabb6fa5f332f1d4795f322cd68feae23dc464566de34bd6b551332 16:23:32 $ docker rm -f dcf7fe205cabb6fa5f332f1d4795f322cd68feae23dc464566de34bd6b551332 [Pipeline] // withDockerContainer [Pipeline] sh 16:23:33 + sudo chown -R jenkins:jenkins . [Pipeline] stash 16:23:33 Warning: overwriting stash ‘coverage-report’ 16:23:34 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 16:23:34 + sudo chown -R jenkins:jenkins . [Pipeline] sh 16:23:35 + ls -al . 16:23:35 total 132 16:23:35 drwxrwxr-x 9 jenkins jenkins 4096 Nov 16 16:23 . 16:23:35 drwxrwxr-x 4 jenkins jenkins 4096 Nov 16 16:21 .. 16:23:35 -rw-rw-r-- 1 jenkins jenkins 140 Nov 16 16:21 .dockerignore 16:23:35 drwxrwxr-x 8 jenkins jenkins 4096 Nov 16 16:21 .git 16:23:35 drwxrwxr-x 2 jenkins jenkins 4096 Nov 16 16:21 .github 16:23:35 -rw-rw-r-- 1 jenkins jenkins 336 Nov 16 16:21 .gitignore 16:23:35 -rw-rw-r-- 1 jenkins jenkins 5932 Nov 16 16:21 Attribution.txt 16:23:35 -rw-rw-r-- 1 jenkins jenkins 1784 Nov 16 16:21 Dockerfile 16:23:35 -rw-rw-r-- 1 jenkins jenkins 953 Nov 16 16:21 Dockerfile.build 16:23:35 -rw-rw-r-- 1 jenkins jenkins 677 Nov 16 16:21 Jenkinsfile 16:23:35 -rw-rw-r-- 1 jenkins jenkins 11340 Nov 16 16:21 LICENSE 16:23:35 -rw-rw-r-- 1 jenkins jenkins 902 Nov 16 16:21 Makefile 16:23:35 -rw-rw-r-- 1 jenkins jenkins 444 Nov 16 16:21 README.md 16:23:35 -rw-rw-r-- 1 jenkins jenkins 12 Nov 16 16:19 VERSION 16:23:35 drwxrwxr-x 2 jenkins jenkins 4096 Nov 16 16:21 bin 16:23:35 drwxrwxr-x 3 jenkins jenkins 4096 Nov 16 16:21 cmd 16:23:35 -rw-r--r-- 1 jenkins jenkins 18940 Nov 16 16:23 coverage.out 16:23:35 -rw-r--r-- 1 jenkins jenkins 504 Nov 16 16:23 go.mod 16:23:35 -rw-r--r-- 1 jenkins jenkins 14793 Nov 16 16:23 go.sum 16:23:35 drwxrwxr-x 3 jenkins jenkins 4096 Nov 16 16:21 internal 16:23:35 drwxrwxr-x 2 jenkins jenkins 4096 Nov 16 16:21 mock 16:23:35 drwxrwxr-x 4 jenkins jenkins 4096 Nov 16 16:21 snap 16:23:35 -rw-rw-r-- 1 jenkins jenkins 227 Nov 16 16:21 version.go [Pipeline] isUnix [Pipeline] sh 16:23:35 + 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=06d3741ca62ebd3e4d9b2e85a020dae99c1fa372 --label arch=arm64 --label version=1.2.3-dev.10 . 16:23:35 Sending build context to Docker daemon 479.7kB 16:23:35 Step 1/22 : ARG BASE=golang:1.15-alpine 16:23:35 Step 2/22 : FROM ${BASE} AS builder 16:23:35 ---> 70af631d667d 16:23:35 Step 3/22 : ARG ALPINE_PKG_BASE="build-base git openssh-client" 16:23:36 ---> Running in df44b3f2f439 16:23:36 Removing intermediate container df44b3f2f439 16:23:36 ---> b803e395eff4 16:23:36 Step 4/22 : ARG ALPINE_PKG_EXTRA="" 16:23:36 ---> Running in f122e390efe9 16:23:37 Removing intermediate container f122e390efe9 16:23:37 ---> fcb1f6b66a3a 16:23:37 Step 5/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:23:37 ---> Running in f98442ee9ccd 16:23:40 Removing intermediate container f98442ee9ccd 16:23:40 ---> 1552eb2e670c 16:23:40 Step 6/22 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 16:23:40 ---> Running in 8c83c5ff2625 16:23:41 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 16:23:42 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 16:23:43 OK: 221 MiB in 53 packages 16:23:44 Removing intermediate container 8c83c5ff2625 16:23:44 ---> b7e56ddef713 16:23:44 Step 7/22 : WORKDIR $GOPATH/src/github.com/edgexfoundry/device-mqtt-go 16:23:44 ---> Running in 6d3ae07d8db4 16:23:44 Removing intermediate container 6d3ae07d8db4 16:23:44 ---> f50ee14d5450 16:23:44 Step 8/22 : COPY . . 16:23:45 ---> 711eadc7a80d 16:23:45 Step 9/22 : ARG MAKE='make build' 16:23:45 ---> Running in 067211bbbcba 16:23:46 Removing intermediate container 067211bbbcba 16:23:46 ---> d74a3eabe799 16:23:46 Step 10/22 : RUN $MAKE 16:23:46 ---> Running in 3aef9cf7464a 16:23:47 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-mqtt-go.Version=1.2.3-dev.10" -o cmd/device-mqtt ./cmd 16:24:14 CGO_ENABLED=0 GO111MODULE=on go build ./... 16:24:21 Removing intermediate container 3aef9cf7464a 16:24:21 ---> 30d05eb95631 16:24:21 Step 11/22 : FROM alpine 16:24:21 latest: Pulling from library/alpine 16:24:22 5f621e34cdf4: Pulling fs layer 16:24:22 5f621e34cdf4: Verifying Checksum 16:24:22 5f621e34cdf4: Pull complete 16:24:22 Digest: sha256:c0e9560cda118f9ec63ddefb4a173a2b2a0347082d7dff7dc14272e7841a5b5a 16:24:22 Status: Downloaded newer image for alpine:latest 16:24:22 ---> 2e77e061c27f 16:24:22 Step 12/22 : ENV APP_PORT=49982 16:24:23 ---> Running in caeb958b9a3f 16:24:23 Removing intermediate container caeb958b9a3f 16:24:23 ---> 334ed5820944 16:24:23 Step 13/22 : EXPOSE $APP_PORT 16:24:23 ---> Running in a0cca94e19c4 16:24:24 Removing intermediate container a0cca94e19c4 16:24:24 ---> aab013717300 16:24:24 Step 14/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-mqtt-go/cmd / 16:24:25 ---> d2ea7f962cb2 16:24:25 Step 15/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-mqtt-go/LICENSE / 16:24:26 ---> bd1959118805 16:24:26 Step 16/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-mqtt-go/Attribution.txt / 16:24:26 ---> f84f8c97bc34 16:24:26 Step 17/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IoTech Ltd' 16:24:26 ---> Running in 8991ec913909 16:24:27 Removing intermediate container 8991ec913909 16:24:27 ---> 8d669adc691b 16:24:27 Step 18/22 : ENTRYPOINT ["/device-mqtt"] 16:24:27 ---> Running in 52a9d9868a96 16:24:28 Removing intermediate container 52a9d9868a96 16:24:28 ---> 766dc8d42e10 16:24:28 Step 19/22 : CMD ["--cp=consul://edgex-core-consul:8500", "--registry", "--confdir=/res"] 16:24:28 ---> Running in fac6dabd56c4 16:24:28 Removing intermediate container fac6dabd56c4 16:24:28 ---> e0f147c1bf50 16:24:28 Step 20/22 : LABEL arch=arm64 16:24:28 ---> Running in bbacff6776ab 16:24:29 Removing intermediate container bbacff6776ab 16:24:29 ---> 145a26df2c52 16:24:29 Step 21/22 : LABEL git_sha=06d3741ca62ebd3e4d9b2e85a020dae99c1fa372 16:24:29 ---> Running in d921115328a0 16:24:29 Removing intermediate container d921115328a0 16:24:29 ---> bb87c992042c 16:24:29 Step 22/22 : LABEL version=1.2.3-dev.10 16:24:29 ---> Running in fcab181f8ef1 16:24:30 Removing intermediate container fcab181f8ef1 16:24:30 ---> 739153b7d4f1 16:24:30 [Warning] One or more build-args [ARCH] were not consumed 16:24:30 Successfully built 739153b7d4f1 16:24:30 Successfully tagged docker-device-mqtt-go-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 16:24:30 provisioning config files... 16:24:30 copy managed file [device-mqtt-go-settings] to file:/w/workspace/device-mqtt-go/24@tmp/config6742128666396339546tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 16:24:31 ---> docker-login.sh 16:24:31 nexus3.edgexfoundry.org:10001 16:24:31 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:24:31 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:24:31 Configure a credential helper to remove this warning. See 16:24:31 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:24:31 16:24:31 Login Succeeded 16:24:31 nexus3.edgexfoundry.org:10002 16:24:32 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:24:32 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:24:32 Configure a credential helper to remove this warning. See 16:24:32 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:24:32 16:24:32 Login Succeeded 16:24:32 nexus3.edgexfoundry.org:10003 16:24:32 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:24:33 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:24:33 Configure a credential helper to remove this warning. See 16:24:33 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:24:33 16:24:33 Login Succeeded 16:24:33 nexus3.edgexfoundry.org:10004 16:24:33 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:24:33 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:24:33 Configure a credential helper to remove this warning. See 16:24:33 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:24:33 16:24:33 Login Succeeded 16:24:33 docker.io 16:24:34 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:24:34 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:24:34 Configure a credential helper to remove this warning. See 16:24:34 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:24:34 16:24:34 Login Succeeded 16:24:34 ---> docker-login.sh ends [Pipeline] } 16:24:34 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 16:24:34 [edgeXDocker.push] Tagging docker image docker-device-mqtt-go-arm64 with the following tags: 16:24:34 06d3741ca62ebd3e4d9b2e85a020dae99c1fa372 16:24:34 latest 16:24:34 1.2.3-dev.10 16:24:34 06d3741ca62ebd3e4d9b2e85a020dae99c1fa372-1.2.3-dev.10 16:24:34 master 16:24:34 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 16:24:35 + docker tag docker-device-mqtt-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64:06d3741ca62ebd3e4d9b2e85a020dae99c1fa372 [Pipeline] isUnix [Pipeline] sh 16:24:35 + docker push nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64:06d3741ca62ebd3e4d9b2e85a020dae99c1fa372 16:24:35 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64] 16:24:35 cf15dfc874d8: Preparing 16:24:35 d8177835088d: Preparing 16:24:35 e596548b009d: Preparing 16:24:35 cd3761cfa1d9: Preparing 16:24:35 cd3761cfa1d9: Layer already exists 16:24:35 d8177835088d: Pushed 16:24:35 cf15dfc874d8: Pushed 16:24:38 e596548b009d: Pushed 16:24:38 06d3741ca62ebd3e4d9b2e85a020dae99c1fa372: digest: sha256:9eafadf69f451d1ffd036d200c173867451dff0cf52fd7a6a88e29c6effd5dc2 size: 1155 [Pipeline] isUnix [Pipeline] sh 16:24:39 + docker tag docker-device-mqtt-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64:latest [Pipeline] isUnix [Pipeline] sh 16:24:39 + docker push nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64:latest 16:24:39 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64] 16:24:39 cf15dfc874d8: Preparing 16:24:39 d8177835088d: Preparing 16:24:39 e596548b009d: Preparing 16:24:39 cd3761cfa1d9: Preparing 16:24:39 cf15dfc874d8: Layer already exists 16:24:39 d8177835088d: Layer already exists 16:24:39 cd3761cfa1d9: Layer already exists 16:24:39 e596548b009d: Layer already exists 16:24:39 latest: digest: sha256:9eafadf69f451d1ffd036d200c173867451dff0cf52fd7a6a88e29c6effd5dc2 size: 1155 [Pipeline] isUnix [Pipeline] sh 16:24:39 + docker tag docker-device-mqtt-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64:1.2.3-dev.10 [Pipeline] isUnix [Pipeline] sh 16:24:40 + docker push nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64:1.2.3-dev.10 16:24:40 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64] 16:24:40 cf15dfc874d8: Preparing 16:24:40 d8177835088d: Preparing 16:24:40 e596548b009d: Preparing 16:24:40 cd3761cfa1d9: Preparing 16:24:40 e596548b009d: Layer already exists 16:24:40 d8177835088d: Layer already exists 16:24:40 cf15dfc874d8: Layer already exists 16:24:40 cd3761cfa1d9: Layer already exists 16:24:40 1.2.3-dev.10: digest: sha256:9eafadf69f451d1ffd036d200c173867451dff0cf52fd7a6a88e29c6effd5dc2 size: 1155 [Pipeline] isUnix [Pipeline] sh 16:24:40 + docker tag docker-device-mqtt-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64:06d3741ca62ebd3e4d9b2e85a020dae99c1fa372-1.2.3-dev.10 [Pipeline] isUnix [Pipeline] sh 16:24:41 + docker push nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64:06d3741ca62ebd3e4d9b2e85a020dae99c1fa372-1.2.3-dev.10 16:24:41 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64] 16:24:41 cf15dfc874d8: Preparing 16:24:41 d8177835088d: Preparing 16:24:41 e596548b009d: Preparing 16:24:41 cd3761cfa1d9: Preparing 16:24:41 cd3761cfa1d9: Layer already exists 16:24:41 cf15dfc874d8: Layer already exists 16:24:41 d8177835088d: Layer already exists 16:24:41 e596548b009d: Layer already exists 16:24:41 06d3741ca62ebd3e4d9b2e85a020dae99c1fa372-1.2.3-dev.10: digest: sha256:9eafadf69f451d1ffd036d200c173867451dff0cf52fd7a6a88e29c6effd5dc2 size: 1155 [Pipeline] isUnix [Pipeline] sh 16:24:41 + docker tag docker-device-mqtt-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64:master [Pipeline] isUnix [Pipeline] sh 16:24:42 + docker push nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64:master 16:24:42 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64] 16:24:42 cf15dfc874d8: Preparing 16:24:42 d8177835088d: Preparing 16:24:42 e596548b009d: Preparing 16:24:42 cd3761cfa1d9: Preparing 16:24:42 cd3761cfa1d9: Layer already exists 16:24:42 e596548b009d: Layer already exists 16:24:42 d8177835088d: Layer already exists 16:24:42 cf15dfc874d8: Layer already exists 16:24:42 master: digest: sha256:9eafadf69f451d1ffd036d200c173867451dff0cf52fd7a6a88e29c6effd5dc2 size: 1155 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 16:24:42 ===================================================== [Pipeline] echo 16:24:42 taggedImages: 16:24:42 - nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64:06d3741ca62ebd3e4d9b2e85a020dae99c1fa372 16:24:42 - nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64:latest 16:24:42 - nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64:1.2.3-dev.10 16:24:42 - nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64:06d3741ca62ebd3e4d9b2e85a020dae99c1fa372-1.2.3-dev.10 16:24:42 - nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap 16:24:44 provisioning config files... 16:24:44 copy managed file [device-mqtt-go-codecov-token] to file:/w/workspace/gexfoundry_device-mqtt-go_master@tmp/config591490216114570386tmp [Pipeline] { [Pipeline] sh 16:24:44 + set +x 16:24:44 + curl -s https://codecov.io/bash 16:24:44 + bash -s -- 16:24:45 16:24:45 _____ _ 16:24:45 / ____| | | 16:24:45 | | ___ __| | ___ ___ _____ __ 16:24:45 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 16:24:45 | |___| (_) | (_| | __/ (_| (_) \ V / 16:24:45 \_____\___/ \__,_|\___|\___\___/ \_/ 16:24:45 Bash-20201116-eea08d9 16:24:45 16:24:45 16:24:45 ==> Jenkins CI detected. 16:24:45 project root: . 16:24:45 --> token set from env 16:24:45 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 16:24:45 ==> Running gcov in . (disable via -X gcov) 16:24:45 ==> Python coveragepy not found 16:24:45 ==> Searching for coverage reports in: 16:24:45 + . 16:24:45 -> Found 1 reports 16:24:45 ==> Detecting git/mercurial file structure 16:24:45 ==> Reading reports 16:24:45 + ./coverage.out bytes=18940 16:24:45 ==> Appending adjustments 16:24:45 https://docs.codecov.io/docs/fixing-reports 16:24:45 + Found adjustments 16:24:45 ==> Gzipping contents 16:24:45 ==> Uploading reports 16:24:45 url: https://codecov.io 16:24:45 query: branch=master&commit=06d3741ca62ebd3e4d9b2e85a020dae99c1fa372&build=24&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-mqtt-go%2Fjob%2Fmaster%2F24%2F&name=&tag=&slug=edgexfoundry%2Fdevice-mqtt-go&service=jenkins&flags=&pr=&job=&cmd_args= 16:24:45 -> Pinging Codecov 16:24:45 https://codecov.io/upload/v4?package=bash-20201116-eea08d9&token=secret&branch=master&commit=06d3741ca62ebd3e4d9b2e85a020dae99c1fa372&build=24&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-mqtt-go%2Fjob%2Fmaster%2F24%2F&name=&tag=&slug=edgexfoundry%2Fdevice-mqtt-go&service=jenkins&flags=&pr=&job=&cmd_args= 16:24:46 -> Uploading to 16:24:46 https://storage.googleapis.com/codecov/v4/raw/2020-11-16/7D719EC7BBE17E464838252E33014C33/06d3741ca62ebd3e4d9b2e85a020dae99c1fa372/5a56c681-2154-43e9-8849-fbde86d9b60b.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20201116%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20201116T162445Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=c46311324436c43f64b1bd003f276fdfc1c2e6a6d3dcf2452d0c9d0828ddfc95 16:24:46 % Total % Received % Xferd Average Speed Time Time Time Current 16:24:46 Dload Upload Total Spent Left Speed 16:24:46 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 3275 0 0 100 3275 0 7764 --:--:-- --:--:-- --:--:-- 7779 16:24:46 -> View reports at https://codecov.io/github/edgexfoundry/device-mqtt-go/commit/06d3741ca62ebd3e4d9b2e85a020dae99c1fa372 [Pipeline] } 16:24:46 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo 16:24:47 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 16:24:47 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 16:24:47 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 16:24:47 16:24:47 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh 16:24:48 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 16:24:48 1.410.4: Pulling from edgex-devops/edgex-snyk-go 16:24:48 188c0c94c7c5: Pulling fs layer 16:24:48 0ef7d3d256c8: Pulling fs layer 16:24:48 de9db76c5a1d: Pulling fs layer 16:24:48 0eba1c9be4d2: Pulling fs layer 16:24:48 0d57e429df01: Pulling fs layer 16:24:48 4e4be7b47b0d: Pulling fs layer 16:24:48 e1f770b5df2f: Pulling fs layer 16:24:48 85a0685a4137: Pulling fs layer 16:24:48 0eba1c9be4d2: Waiting 16:24:48 0d57e429df01: Waiting 16:24:48 4e4be7b47b0d: Waiting 16:24:48 e1f770b5df2f: Waiting 16:24:48 85a0685a4137: Waiting 16:24:48 de9db76c5a1d: Verifying Checksum 16:24:48 de9db76c5a1d: Download complete 16:24:48 0ef7d3d256c8: Verifying Checksum 16:24:48 0ef7d3d256c8: Download complete 16:24:48 0d57e429df01: Download complete 16:24:48 188c0c94c7c5: Verifying Checksum 16:24:48 188c0c94c7c5: Download complete 16:24:48 4e4be7b47b0d: Download complete 16:24:48 188c0c94c7c5: Pull complete 16:24:48 e1f770b5df2f: Verifying Checksum 16:24:48 e1f770b5df2f: Download complete 16:24:48 0ef7d3d256c8: Pull complete 16:24:48 de9db76c5a1d: Pull complete 16:24:51 0eba1c9be4d2: Verifying Checksum 16:24:51 0eba1c9be4d2: Download complete 16:24:51 85a0685a4137: Verifying Checksum 16:24:51 85a0685a4137: Download complete 16:24:57 0eba1c9be4d2: Pull complete 16:24:57 0d57e429df01: Pull complete 16:24:57 4e4be7b47b0d: Pull complete 16:24:59 e1f770b5df2f: Pull complete 16:25:07 85a0685a4137: Pull complete 16:25:07 Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 16:25:07 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 16:25:07 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer 16:25:07 prd-centos7-docker-4c-2g-12254 does not seem to be running inside a container 16:25:07 $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat 16:25:08 $ docker top 901e45dd59ec847e4f0de2921356bef1588eed903fb3e556581d0f41060488ee -eo pid,comm [Pipeline] { [Pipeline] echo 16:25:08 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh 16:25:09 + set -o pipefail 16:25:09 + snyk monitor '--org=edgex-jenkins' 16:25:27 16:25:27 Monitoring /w/workspace/gexfoundry_device-mqtt-go_master (github.com/edgexfoundry/device-mqtt-go)... 16:25:27 16:25:27 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/6acecf1b-85ea-4374-bf84-4fa5a6e664d0/history/9fa507d7-fde4-4b7c-b7bb-4fdff2ecbe02 16:25:27 16:25:27 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 16:25:27 16:25:27 [Pipeline] } 16:25:27 $ docker stop --time=1 901e45dd59ec847e4f0de2921356bef1588eed903fb3e556581d0f41060488ee 16:25:30 $ docker rm -f 901e45dd59ec847e4f0de2921356bef1588eed903fb3e556581d0f41060488ee [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) [Pipeline] script [Pipeline] { [Pipeline] echo 16:25:31 [edgeXSnyk] dockerImage=nexus3.edgexfoundry.org:10004/docker-device-mqtt-go:06d3741ca62ebd3e4d9b2e85a020dae99c1fa372, dockerFile=Dockerfile [Pipeline] echo 16:25:31 [edgeXSnyk] downloading global ignore policy file from: https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [Pipeline] sh 16:25:31 + set -o pipefail 16:25:31 + curl -s https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk 16:25:31 + tee .snyk 16:25:31 # Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities. 16:25:31 version: v1.14.1 16:25:31 # ignores vulnerabilities until expiry date; change duration by modifying expiry date 16:25:31 # ignore: 16:25:31 # SNYK-ALPINE39-ONIGURUMA-1017393: # snyk ID for the issue to ignore. Required. 16:25:31 # - '*': 16:25:31 # reason: does not apply # justification for ignoring 16:25:31 # expires: 2020-11-18T20:53:17.624Z # expiry date string, according to RFC2822 (https://tools.ietf.org/html/rfc2822#page-14) 16:25:31 # patch: {} [Pipeline] withCredentials 16:25:31 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 16:25:32 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 16:25:32 . [Pipeline] withDockerContainer 16:25:32 prd-centos7-docker-4c-2g-12254 does not seem to be running inside a container 16:25:32 $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat 16:25:33 $ docker top 40a04e902253bfdf98798288bd7d8742c6e24a61f1d383002c300011050b4ef0 -eo pid,comm [Pipeline] { [Pipeline] sh 16:25:33 + rm -f snykReport.html [Pipeline] echo 16:25:33 [edgeXSnyk] command to run: set -o pipefail ; snyk test --org=edgex-jenkins --docker nexus3.edgexfoundry.org:10004/docker-device-mqtt-go:06d3741ca62ebd3e4d9b2e85a020dae99c1fa372 --file=./Dockerfile --severity-threshold=high --policy-path=./.snyk --json | snyk-to-html -o snykReport.html [Pipeline] sh 16:25:34 + set -o pipefail 16:25:34 + snyk test '--org=edgex-jenkins' --docker nexus3.edgexfoundry.org:10004/docker-device-mqtt-go:06d3741ca62ebd3e4d9b2e85a020dae99c1fa372 '--file=./Dockerfile' '--severity-threshold=high' '--policy-path=./.snyk' --json 16:25:34 + snyk-to-html -o snykReport.html 16:25:42 Vulnerability snapshot saved at snykReport.html [Pipeline] } 16:25:42 $ docker stop --time=1 40a04e902253bfdf98798288bd7d8742c6e24a61f1d383002c300011050b4ef0 16:25:43 $ docker rm -f 40a04e902253bfdf98798288bd7d8742c6e24a61f1d383002c300011050b4ef0 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [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 16:25:45 + git log --format=format:%s -1 06d3741ca62ebd3e4d9b2e85a020dae99c1fa372 [Pipeline] isUnix [Pipeline] sh 16:25:46 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 16:25:46 . [Pipeline] withDockerContainer 16:25:46 prd-centos7-docker-4c-2g-12254 does not seem to be running inside a container 16:25:46 $ 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 16:25:46 $ docker top 35a0e0aa07a5ee5617f4905f99d99d456d6874e96745fdf42b11df8eb0cbe26a -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 16:25:47 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 16:25:47 [ssh-agent] Looking for ssh-agent implementation... 16:25:47 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 16:25:47 $ docker exec 35a0e0aa07a5ee5617f4905f99d99d456d6874e96745fdf42b11df8eb0cbe26a ssh-agent 16:25:47 SSH_AUTH_SOCK=/tmp/ssh-vUU1whT43TGK/agent.12 16:25:47 SSH_AGENT_PID=17 16:25:47 Running ssh-add (command line suppressed) 16:25:47 Identity added: /w/workspace/gexfoundry_device-mqtt-go_master@tmp/private_key_4574881281509241228.key (/w/workspace/gexfoundry_device-mqtt-go_master@tmp/private_key_4574881281509241228.key) 16:25:47 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 16:25:48 + git semver tag 16:25:48 # -> Open(): unable to determine branch for HEAD 16:25:48 # $GIT_DIR = /w/workspace/gexfoundry_device-mqtt-go_master/.git 16:25:48 # $GIT_WORK_TREE = /w/workspace/gexfoundry_device-mqtt-go_master 16:25:48 # $SEMVER_REMOTE_NAME = origin 16:25:48 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 16:25:48 # $SEMVER_USER_NAME = edgex-jenkins 16:25:48 # $SEMVER_BRANCH = master 16:25:48 # $SEMVER_DIR = /w/workspace/gexfoundry_device-mqtt-go_master/.semver 16:25:48 # 06d3741ca62ebd3e4d9b2e85a020dae99c1fa372 HEAD 16:25:48 # -> Force: false 16:25:48 # 5ccd0d31271a20195b8b3042ab3463fe7e7c57a2 refs/tags/v1.2.3-dev.10 [Pipeline] } 16:25:48 $ docker exec --env ******** --env ******** 35a0e0aa07a5ee5617f4905f99d99d456d6874e96745fdf42b11df8eb0cbe26a ssh-agent -k 16:25:48 unset SSH_AUTH_SOCK; 16:25:48 unset SSH_AGENT_PID; 16:25:48 echo Agent pid 17 killed; 16:25:48 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 16:25:48 + git semver [Pipeline] } 16:25:48 $ docker stop --time=1 35a0e0aa07a5ee5617f4905f99d99d456d6874e96745fdf42b11df8eb0cbe26a 16:25:50 $ docker rm -f 35a0e0aa07a5ee5617f4905f99d99d456d6874e96745fdf42b11df8eb0cbe26a [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 16:25:51 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 16:25:51 16:25:51 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 16:25:51 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 16:25:51 0.23.1-centos7: Pulling from edgex-lftools 16:25:51 ab5ef0e58194: Pulling fs layer 16:25:51 9712f1f96733: Pulling fs layer 16:25:51 63f879dbbcfc: Pulling fs layer 16:25:51 0d9ebad4ef96: Pulling fs layer 16:25:51 e9a5061849ea: Pulling fs layer 16:25:51 d747dcd14b5f: Pulling fs layer 16:25:51 2de7ff778b66: Pulling fs layer 16:25:51 0d9ebad4ef96: Waiting 16:25:51 e9a5061849ea: Waiting 16:25:51 d747dcd14b5f: Waiting 16:25:51 2de7ff778b66: Waiting 16:25:51 9712f1f96733: Verifying Checksum 16:25:51 9712f1f96733: Download complete 16:25:53 63f879dbbcfc: Verifying Checksum 16:25:53 63f879dbbcfc: Download complete 16:25:53 e9a5061849ea: Verifying Checksum 16:25:53 e9a5061849ea: Download complete 16:25:53 d747dcd14b5f: Verifying Checksum 16:25:53 d747dcd14b5f: Download complete 16:25:54 2de7ff778b66: Verifying Checksum 16:25:54 2de7ff778b66: Download complete 16:25:54 0d9ebad4ef96: Verifying Checksum 16:25:54 0d9ebad4ef96: Download complete 16:25:54 ab5ef0e58194: Verifying Checksum 16:25:54 ab5ef0e58194: Download complete 16:25:58 ab5ef0e58194: Pull complete 16:25:58 9712f1f96733: Pull complete 16:26:02 63f879dbbcfc: Pull complete 16:26:08 0d9ebad4ef96: Pull complete 16:26:11 e9a5061849ea: Pull complete 16:26:11 d747dcd14b5f: Pull complete 16:26:13 2de7ff778b66: Pull complete 16:26:13 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 16:26:13 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 16:26:13 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 16:26:14 prd-centos7-docker-4c-2g-12254 does not seem to be running inside a container 16:26:14 $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat 16:26:18 $ docker top e1b127b5f78ca0ab659c10fe9e0de57cc88196024f7d1f030bf02ef6f2a89769 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 16:26:18 provisioning config files... 16:26:18 copy managed file [sigul-config] to file:/w/workspace/gexfoundry_device-mqtt-go_master@tmp/config24396648097777060tmp 16:26:18 copy managed file [sigul-password] to file:/w/workspace/gexfoundry_device-mqtt-go_master@tmp/config5038161454667888555tmp 16:26:18 copy managed file [sigul-pki] to file:/w/workspace/gexfoundry_device-mqtt-go_master@tmp/config4683713986359222968tmp [Pipeline] { [Pipeline] echo 16:26:18 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 16:26:18 ---> sigul-configuration.sh 16:26:18 gpg: directory `/root/.gnupg' created 16:26:18 gpg: new configuration file `/root/.gnupg/gpg.conf' created 16:26:18 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 16:26:18 gpg: keyring `/root/.gnupg/secring.gpg' created 16:26:18 gpg: keyring `/root/.gnupg/pubring.gpg' created 16:26:18 gpg: CAST5 encrypted data 16:26:19 gpg: encrypted with 1 passphrase 16:26:19 gpg: WARNING: message was not integrity protected [Pipeline] sh 16:26:19 + mkdir /home/jenkins 16:26:19 + mkdir /home/jenkins/sigul [Pipeline] sh 16:26:19 + 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 16:26:19 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 16:26:19 ---> sigul-install.sh 16:26:25 Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh 16:26:25 + git tag --list 16:26:25 0.7.1 16:26:25 v1.0.0 16:26:25 v1.1.0 16:26:25 v1.1.1 16:26:25 v1.2.0 16:26:25 v1.2.1 16:26:25 v1.2.2 16:26:25 v1.2.2-dev.1 16:26:25 v1.2.2-dev.2 16:26:25 v1.2.3-dev.1 16:26:25 v1.2.3-dev.10 16:26:25 v1.2.3-dev.2 16:26:25 v1.2.3-dev.3 16:26:25 v1.2.3-dev.4 16:26:25 v1.2.3-dev.5 16:26:25 v1.2.3-dev.6 16:26:25 v1.2.3-dev.7 16:26:25 v1.2.3-dev.8 16:26:25 v1.2.3-dev.9 [Pipeline] sh 16:26:25 + lftools sign git-tag v1.2.3-dev.10 16:26:27 Signing Git tag with Sigul... 16:26:27 Signing v1.2.3-dev.10 [Pipeline] echo 16:26:28 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 16:26:28 ---> sigul-configuration-cleanup.sh [Pipeline] } 16:26:28 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 16:26:28 $ docker stop --time=1 e1b127b5f78ca0ab659c10fe9e0de57cc88196024f7d1f030bf02ef6f2a89769 16:26:30 $ docker rm -f e1b127b5f78ca0ab659c10fe9e0de57cc88196024f7d1f030bf02ef6f2a89769 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh 16:26:31 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 16:26:31 . [Pipeline] withDockerContainer 16:26:31 prd-centos7-docker-4c-2g-12254 does not seem to be running inside a container 16:26:31 $ 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 16:26:32 $ docker top bed64e03754d1f0e253dc077bbc888f0db222a9590d9b69f9ffadb718e628837 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 16:26:33 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 16:26:33 [ssh-agent] Looking for ssh-agent implementation... 16:26:33 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 16:26:33 $ docker exec bed64e03754d1f0e253dc077bbc888f0db222a9590d9b69f9ffadb718e628837 ssh-agent 16:26:33 SSH_AUTH_SOCK=/tmp/ssh-lCBwQPZmA4tr/agent.12 16:26:33 SSH_AGENT_PID=18 16:26:33 Running ssh-add (command line suppressed) 16:26:33 Identity added: /w/workspace/gexfoundry_device-mqtt-go_master@tmp/private_key_5636521792565735777.key (/w/workspace/gexfoundry_device-mqtt-go_master@tmp/private_key_5636521792565735777.key) 16:26:33 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 16:26:34 + git semver bump pre 16:26:34 # -> Open(): unable to determine branch for HEAD 16:26:34 # $GIT_DIR = /w/workspace/gexfoundry_device-mqtt-go_master/.git 16:26:34 # $GIT_WORK_TREE = /w/workspace/gexfoundry_device-mqtt-go_master 16:26:34 # $SEMVER_REMOTE_NAME = origin 16:26:34 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 16:26:34 # $SEMVER_USER_NAME = edgex-jenkins 16:26:34 # $SEMVER_BRANCH = master 16:26:34 # $SEMVER_DIR = /w/workspace/gexfoundry_device-mqtt-go_master/.semver 16:26:34 1.2.3-dev.11 [Pipeline] } 16:26:34 $ docker exec --env ******** --env ******** bed64e03754d1f0e253dc077bbc888f0db222a9590d9b69f9ffadb718e628837 ssh-agent -k 16:26:34 unset SSH_AUTH_SOCK; 16:26:34 unset SSH_AGENT_PID; 16:26:34 echo Agent pid 18 killed; 16:26:34 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 16:26:34 + git semver [Pipeline] } 16:26:34 $ docker stop --time=1 bed64e03754d1f0e253dc077bbc888f0db222a9590d9b69f9ffadb718e628837 16:26:36 $ docker rm -f bed64e03754d1f0e253dc077bbc888f0db222a9590d9b69f9ffadb718e628837 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 16:26:36 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 16:26:36 . [Pipeline] withDockerContainer 16:26:36 prd-centos7-docker-4c-2g-12254 does not seem to be running inside a container 16:26:36 $ 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 16:26:37 $ docker top 4b8d30fb9c49bd4bc2df35baa5246ab29a3e80603b78e6a933ff4c41acb82710 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 16:26:37 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 16:26:37 [ssh-agent] Looking for ssh-agent implementation... 16:26:38 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 16:26:38 $ docker exec 4b8d30fb9c49bd4bc2df35baa5246ab29a3e80603b78e6a933ff4c41acb82710 ssh-agent 16:26:38 SSH_AUTH_SOCK=/tmp/ssh-DqiwfXbzPFMO/agent.11 16:26:38 SSH_AGENT_PID=16 16:26:38 Running ssh-add (command line suppressed) 16:26:38 Identity added: /w/workspace/gexfoundry_device-mqtt-go_master@tmp/private_key_3477715949569219805.key (/w/workspace/gexfoundry_device-mqtt-go_master@tmp/private_key_3477715949569219805.key) 16:26:38 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 16:26:38 + git semver push 16:26:38 # -> Open(): unable to determine branch for HEAD 16:26:38 # $GIT_DIR = /w/workspace/gexfoundry_device-mqtt-go_master/.git 16:26:38 # $GIT_WORK_TREE = /w/workspace/gexfoundry_device-mqtt-go_master 16:26:38 # $SEMVER_REMOTE_NAME = origin 16:26:38 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 16:26:38 # $SEMVER_USER_NAME = edgex-jenkins 16:26:38 # $SEMVER_BRANCH = master 16:26:38 # $SEMVER_DIR = /w/workspace/gexfoundry_device-mqtt-go_master/.semver [Pipeline] } 16:26:45 $ docker exec --env ******** --env ******** 4b8d30fb9c49bd4bc2df35baa5246ab29a3e80603b78e6a933ff4c41acb82710 ssh-agent -k 16:26:45 unset SSH_AUTH_SOCK; 16:26:45 unset SSH_AGENT_PID; 16:26:45 echo Agent pid 16 killed; 16:26:45 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 16:26:46 + git semver [Pipeline] } 16:26:46 $ docker stop --time=1 4b8d30fb9c49bd4bc2df35baa5246ab29a3e80603b78e6a933ff4c41acb82710 16:26:47 $ docker rm -f 4b8d30fb9c49bd4bc2df35baa5246ab29a3e80603b78e6a933ff4c41acb82710 [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 16:26:48 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 16:26:49 ---> package-listing.sh 16:26:49 ++ facter osfamily 16:26:49 ++ tr '[:upper:]' '[:lower:]' 16:26:49 + OS_FAMILY=redhat 16:26:49 + workspace=/w/workspace/gexfoundry_device-mqtt-go_master 16:26:49 + START_PACKAGES=/tmp/packages_start.txt 16:26:49 + END_PACKAGES=/tmp/packages_end.txt 16:26:49 + DIFF_PACKAGES=/tmp/packages_diff.txt 16:26:49 + PACKAGES=/tmp/packages_start.txt 16:26:49 + '[' /w/workspace/gexfoundry_device-mqtt-go_master ']' 16:26:49 + PACKAGES=/tmp/packages_end.txt 16:26:49 + case "${OS_FAMILY}" in 16:26:49 + rpm -qa 16:26:49 + sort 16:26:53 + '[' -f /tmp/packages_start.txt ']' 16:26:53 + '[' -f /tmp/packages_end.txt ']' 16:26:53 + diff /tmp/packages_start.txt /tmp/packages_end.txt 16:26:53 + '[' /w/workspace/gexfoundry_device-mqtt-go_master ']' 16:26:53 + mkdir -p /w/workspace/gexfoundry_device-mqtt-go_master/archives/ 16:26:53 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/gexfoundry_device-mqtt-go_master/archives/ [Pipeline] echo 16:26:53 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 16:26:53 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 16:26:54 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 16:26:54 16:26:54 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 16:26:54 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 16:26:54 alpine: Pulling from edgex-lftools-log-publisher 16:26:54 df20fa9351a1: Pulling fs layer 16:26:54 36b3adc4ff6f: Pulling fs layer 16:26:54 8ad3a11d3b57: Pulling fs layer 16:26:54 46f8f816bc3b: Pulling fs layer 16:26:54 93b61091891f: Pulling fs layer 16:26:54 93b9cdb0e59b: Pulling fs layer 16:26:54 5e14af77c1be: Pulling fs layer 16:26:54 01666e4c0597: Pulling fs layer 16:26:54 aa168da1d23b: Pulling fs layer 16:26:54 46f8f816bc3b: Waiting 16:26:54 93b61091891f: Waiting 16:26:54 93b9cdb0e59b: Waiting 16:26:54 5e14af77c1be: Waiting 16:26:54 01666e4c0597: Waiting 16:26:54 aa168da1d23b: Waiting 16:26:54 36b3adc4ff6f: Verifying Checksum 16:26:54 36b3adc4ff6f: Download complete 16:26:54 46f8f816bc3b: Verifying Checksum 16:26:54 46f8f816bc3b: Download complete 16:26:54 df20fa9351a1: Download complete 16:26:54 93b9cdb0e59b: Verifying Checksum 16:26:54 93b9cdb0e59b: Download complete 16:26:54 5e14af77c1be: Verifying Checksum 16:26:54 5e14af77c1be: Download complete 16:26:54 93b61091891f: Verifying Checksum 16:26:54 93b61091891f: Download complete 16:26:54 01666e4c0597: Verifying Checksum 16:26:54 01666e4c0597: Download complete 16:26:55 8ad3a11d3b57: Verifying Checksum 16:26:55 8ad3a11d3b57: Download complete 16:26:55 df20fa9351a1: Pull complete 16:26:55 36b3adc4ff6f: Pull complete 16:26:57 aa168da1d23b: Verifying Checksum 16:26:57 aa168da1d23b: Download complete 16:26:57 8ad3a11d3b57: Pull complete 16:26:57 46f8f816bc3b: Pull complete 16:26:57 93b61091891f: Pull complete 16:26:57 93b9cdb0e59b: Pull complete 16:26:57 5e14af77c1be: Pull complete 16:26:58 01666e4c0597: Pull complete 16:27:06 aa168da1d23b: Pull complete 16:27:06 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 16:27:06 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 16:27:06 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 16:27:06 prd-centos7-docker-4c-2g-12254 does not seem to be running inside a container 16:27:06 $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 16:27:09 $ docker top 86e9dc946e65ce9721c6565c0d60eb7bda10384ff4b37889fcdc42644fba72a3 -eo pid,comm [Pipeline] { [Pipeline] sh 16:27:09 + touch /tmp/pre-build-complete [Pipeline] sh 16:27:10 + mkdir -p /var/log/sa [Pipeline] sh 16:27:10 + ls /var/log/sa-host 16:27:10 + sadf -c /var/log/sa-host/sa05 16:27:10 file_magic: OK 16:27:10 HZ: Using current value: 100 16:27:10 file_header: OK 16:27:10 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 16:27:10 Statistics: 16:27:10 Hnuu...uuuununununu...Hnuu...uuuununununu... 16:27:10 File successfully converted to sysstat format version 12.2.1 16:27:10 + sadf -c /var/log/sa-host/sa16 16:27:10 file_magic: OK 16:27:10 HZ: Using current value: 100 16:27:10 file_header: OK 16:27:10 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 16:27:10 Statistics: 16:27:10 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 16:27:10 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 16:27:10 provisioning config files... 16:27:10 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/gexfoundry_device-mqtt-go_master@tmp/config4415182629373273066tmp [Pipeline] { [Pipeline] echo 16:27:10 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 16:27:11 ---> create-netrc.sh [Pipeline] } 16:27:11 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 16:27:11 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 16:27:11 ---> python-tools-install.sh [Pipeline] echo 16:27:11 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 16:27:11 ---> sudo-logs.sh 16:27:11 Archiving 'sudo' log.. [Pipeline] echo 16:27:11 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 16:27:12 ---> job-cost.sh 16:27:12 lf-activate-venv: SKIPPING 16:27:12 INFO: No Stack... 16:27:14 INFO: Retrieving Pricing Info for: v1-standard-2 16:27:14 INFO: Archiving Costs [Pipeline] echo 16:27:14 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 16:27:14 ---> logs-deploy.sh 16:27:14 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-mqtt-go/master/24 16:27:14 INFO: archiving workspace using pattern(s): 16:27:15 Archives upload complete. 16:27:16 INFO: archiving logs to Nexus 16:27:17 ---> uname -a: 16:27:17 Linux prd-centos7-docker-4c-2g-12254.vexxhost.local 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 Linux 16:27:17 16:27:17 16:27:17 ---> lscpu: 16:27:17 Architecture: x86_64 16:27:17 CPU op-mode(s): 32-bit, 64-bit 16:27:17 Byte Order: Little Endian 16:27:17 Address sizes: 40 bits physical, 48 bits virtual 16:27:17 CPU(s): 4 16:27:17 On-line CPU(s) list: 0-3 16:27:17 Thread(s) per core: 1 16:27:17 Core(s) per socket: 1 16:27:17 Socket(s): 4 16:27:17 NUMA node(s): 1 16:27:17 Vendor ID: GenuineIntel 16:27:17 CPU family: 6 16:27:17 Model: 44 16:27:17 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 16:27:17 Stepping: 1 16:27:17 CPU MHz: 2933.438 16:27:17 BogoMIPS: 5866.87 16:27:17 Virtualization: VT-x 16:27:17 Hypervisor vendor: KVM 16:27:17 Virtualization type: full 16:27:17 L1d cache: 128 KiB 16:27:17 L1i cache: 128 KiB 16:27:17 L2 cache: 16 MiB 16:27:17 L3 cache: 64 MiB 16:27:17 NUMA node0 CPU(s): 0-3 16:27:17 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 16:27:17 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 16:27:17 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 16:27:17 Vulnerability Meltdown: Mitigation; PTI 16:27:17 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 16:27:17 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 16:27:17 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 16:27:17 Vulnerability Tsx async abort: Not affected 16:27:17 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp 16:27:17 16:27:17 16:27:17 ---> nproc: 16:27:17 4 16:27:17 16:27:17