Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from f5de971355c2828ff055b6ba79681098725335d7 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 57ded3389ef25720063a8030e5c426a6b7ea5b20 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 57ded3389ef25720063a8030e5c426a6b7ea5b20 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 57ded3389ef25720063a8030e5c426a6b7ea5b20 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 57ded3389ef25720063a8030e5c426a6b7ea5b20 # timeout=10 Commit message: "Merge pull request #323 from siggiskulason/update-snap-build" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 46d8313d362d7075c0f562900eedc504c24ea18a using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:device-mqtt-go, buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: device-mqtt-go-settings PROJECT: device-mqtt-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.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 BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-1000 in /w/workspace/gexfoundry_device-mqtt-go_master [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/device-mqtt-go.git > git init /w/workspace/gexfoundry_device-mqtt-go_master # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 Checking out Revision f5de971355c2828ff055b6ba79681098725335d7 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f f5de971355c2828ff055b6ba79681098725335d7 # timeout=10 Commit message: "Merge pull request #221 from soda480/US149" > git rev-list --no-walk 2de84ed3a33e57cbb484e8c5506a067ab9af376b # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 22:35:21 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 22:35:21 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 22:35:21 ========================================================= 22:35:21 EdgeX Global Pipelines Version Info 22:35:21 ========================================================= [Pipeline] libraryResource [Pipeline] sh 22:35:22 ------------------- 22:35:22 stable info: 22:35:22 ------------------- 22:35:22 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 22:35:22 Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 22:35:22 Message: update stable to v1.0.186 22:35:23 ------------------- 22:35:23 experimental info: 22:35:23 ------------------- 22:35:23 Commited By: **** collab-it+edgex@linuxfoundation.org 22:35:23 Commit SHA: cb91434416315492d6e8e8a157e47fc41dd13198 22:35:23 Message: update experimental to v1.0.189 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 22:35:23 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-mqtt-go-settings [Pipeline] echo 22:35:23 [edgeXSetupEnvironment]: set envvar PROJECT = device-mqtt-go [Pipeline] echo 22:35:23 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 22:35:23 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 22:35:24 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 22:35:24 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 22:35:24 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 22:35:24 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 22:35:24 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 22:35:24 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 22:35:24 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 22:35:24 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-mqtt-go [Pipeline] echo 22:35:24 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 22:35:24 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 22:35:24 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 22:35:24 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 22:35:24 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 22:35:24 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 22:35:24 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 22:35:24 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 22:35:24 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 22:35:24 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 22:35:24 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 22:35:24 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 22:35:24 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 22:35:24 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 22:35:24 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo 22:35:24 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo 22:35:24 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo 22:35:24 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = f5de971355c2828ff055b6ba79681098725335d7 [Pipeline] echo 22:35:24 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = f5de971 [Pipeline] echo 22:35:24 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 22:35:24 provisioning config files... 22:35:24 copy managed file [device-mqtt-go-settings] to file:/w/workspace/gexfoundry_device-mqtt-go_master@tmp/config7339793779135605898tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 22:35:25 ---> docker-login.sh 22:35:25 nexus3.edgexfoundry.org:10001 22:35:25 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:35:25 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:35:25 Configure a credential helper to remove this warning. See 22:35:25 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:35:25 22:35:25 Login Succeeded 22:35:25 nexus3.edgexfoundry.org:10002 22:35:25 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:35:25 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:35:25 Configure a credential helper to remove this warning. See 22:35:25 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:35:25 22:35:25 Login Succeeded 22:35:25 nexus3.edgexfoundry.org:10003 22:35:25 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:35:25 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:35:25 Configure a credential helper to remove this warning. See 22:35:25 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:35:25 22:35:25 Login Succeeded 22:35:25 nexus3.edgexfoundry.org:10004 22:35:25 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:35:26 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:35:26 Configure a credential helper to remove this warning. See 22:35:26 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:35:26 22:35:26 Login Succeeded 22:35:26 docker.io 22:35:26 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:35:26 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:35:26 Configure a credential helper to remove this warning. See 22:35:26 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:35:26 22:35:26 Login Succeeded 22:35:26 ---> docker-login.sh ends [Pipeline] } 22:35:26 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 22:35:26 + git log --format=format:%s -1 f5de971355c2828ff055b6ba79681098725335d7 [Pipeline] echo 22:35:27 GIT_COMMIT: f5de971355c2828ff055b6ba79681098725335d7, Commit Message: Merge pull request #221 from soda480/US149 [Pipeline] echo 22:35:27 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 22:35:27 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 22:35:27 22:35:27 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 22:35:28 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 22:35:28 latest: Pulling from edgex-devops/git-semver 22:35:28 31603596830f: Pulling fs layer 22:35:28 2a8b12db71e7: Pulling fs layer 22:35:28 6ca5941a6612: Pulling fs layer 22:35:28 ecc8261a40a4: Pulling fs layer 22:35:28 ecc8261a40a4: Waiting 22:35:28 2a8b12db71e7: Download complete 22:35:28 31603596830f: Verifying Checksum 22:35:28 31603596830f: Download complete 22:35:28 ecc8261a40a4: Verifying Checksum 22:35:28 ecc8261a40a4: Download complete 22:35:28 6ca5941a6612: Verifying Checksum 22:35:28 6ca5941a6612: Download complete 22:35:28 31603596830f: Pull complete 22:35:28 2a8b12db71e7: Pull complete 22:35:29 6ca5941a6612: Pull complete 22:35:29 ecc8261a40a4: Pull complete 22:35:29 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 22:35:29 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 22:35:29 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 22:35:29 prd-centos7-docker-4c-2g-1000 does not seem to be running inside a container 22:35:29 $ 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 22:35:31 $ docker top 3328e43cd16e93c5b2a6fcc531ffbad73608ad256b5adfb9c0d589bf06632153 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 22:35:31 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 22:35:31 [ssh-agent] Looking for ssh-agent implementation... 22:35:32 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 22:35:32 $ docker exec 3328e43cd16e93c5b2a6fcc531ffbad73608ad256b5adfb9c0d589bf06632153 ssh-agent 22:35:32 SSH_AUTH_SOCK=/tmp/ssh-0lZ1hiDtnDEH/agent.12 22:35:32 SSH_AGENT_PID=17 22:35:32 Running ssh-add (command line suppressed) 22:35:32 Identity added: /w/workspace/gexfoundry_device-mqtt-go_master@tmp/private_key_636865252428907936.key (/w/workspace/gexfoundry_device-mqtt-go_master@tmp/private_key_636865252428907936.key) 22:35:32 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 22:35:32 + git tag --points-at HEAD [Pipeline] } 22:35:32 $ docker exec --env ******** --env ******** 3328e43cd16e93c5b2a6fcc531ffbad73608ad256b5adfb9c0d589bf06632153 ssh-agent -k 22:35:32 unset SSH_AUTH_SOCK; 22:35:32 unset SSH_AGENT_PID; 22:35:32 echo Agent pid 17 killed; 22:35:32 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 22:35:33 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 22:35:33 [ssh-agent] Looking for ssh-agent implementation... 22:35:33 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 22:35:33 $ docker exec 3328e43cd16e93c5b2a6fcc531ffbad73608ad256b5adfb9c0d589bf06632153 ssh-agent 22:35:33 SSH_AUTH_SOCK=/tmp/ssh-0desk6uijHvP/agent.46 22:35:33 SSH_AGENT_PID=51 22:35:33 Running ssh-add (command line suppressed) 22:35:33 Identity added: /w/workspace/gexfoundry_device-mqtt-go_master@tmp/private_key_8887295905580868429.key (/w/workspace/gexfoundry_device-mqtt-go_master@tmp/private_key_8887295905580868429.key) 22:35:33 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 22:35:33 + git semver init 22:35:33 # -> Open(): unable to determine branch for HEAD 22:35:33 # $GIT_DIR = /w/workspace/gexfoundry_device-mqtt-go_master/.git 22:35:33 # $GIT_WORK_TREE = /w/workspace/gexfoundry_device-mqtt-go_master 22:35:33 # $SEMVER_REMOTE_NAME = origin 22:35:33 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 22:35:33 # $SEMVER_USER_NAME = edgex-jenkins 22:35:33 # $SEMVER_BRANCH = master 22:35:33 # $SEMVER_TEMP = /tmp/semver-505362006 22:35:33 # git clone --branch semver git@github.com:edgexfoundry/device-mqtt-go.git $SEMVER_TEMP 22:35:34 # '/tmp/semver-505362006' -> '/w/workspace/gexfoundry_device-mqtt-go_master/.semver' 22:35:34 # -> Force: false 22:35:34 # $SEMVER_DIR = /w/workspace/gexfoundry_device-mqtt-go_master/.semver [Pipeline] } 22:35:34 $ docker exec --env ******** --env ******** 3328e43cd16e93c5b2a6fcc531ffbad73608ad256b5adfb9c0d589bf06632153 ssh-agent -k 22:35:34 unset SSH_AUTH_SOCK; 22:35:34 unset SSH_AGENT_PID; 22:35:34 echo Agent pid 51 killed; 22:35:34 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 22:35:34 + git semver [Pipeline] } 22:35:34 $ docker stop --time=1 3328e43cd16e93c5b2a6fcc531ffbad73608ad256b5adfb9c0d589bf06632153 22:35:36 $ docker rm -f 3328e43cd16e93c5b2a6fcc531ffbad73608ad256b5adfb9c0d589bf06632153 [Pipeline] // withDockerContainer [Pipeline] sh 22:35:36 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 22:35:37 Stashed 1 file(s) [Pipeline] echo 22:35:37 [edgeXSemver]: initialized semver on version 1.3.2-dev.7 [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 22:35:52 Still waiting to schedule task 22:35:52 Waiting for next available executor on ‘prd-centos7-docker-4c-2g-1000’ 22:35:52 Still waiting to schedule task 22:35:52 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 22:37:37 Running on prd-ubuntu18.04-docker-arm64-4c-16g-1001 in /w/workspace/gexfoundry_device-mqtt-go_master [Pipeline] { [Pipeline] ws 22:37:37 Running in /w/workspace/device-mqtt-go/38 [Pipeline] { [Pipeline] checkout 22:37:42 using credential edgex-jenkins-ssh 22:37:42 Cloning the remote Git repository 22:37:42 Cloning repository git@github.com:edgexfoundry/device-mqtt-go.git 22:37:42 > git init /w/workspace/device-mqtt-go/38 # timeout=10 22:37:43 Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git 22:37:43 > git --version # timeout=10 22:37:43 > git --version # 'git version 2.17.1' 22:37:43 using GIT_SSH to set credentials SSH Credentials for GitHub 22:37:43 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 22:37:44 Checking out Revision f5de971355c2828ff055b6ba79681098725335d7 (master) 22:37:43 > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 22:37:43 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 22:37:43 > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 22:37:44 Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git 22:37:44 using GIT_SSH to set credentials SSH Credentials for GitHub 22:37:44 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 22:37:44 > git config core.sparsecheckout # timeout=10 22:37:44 > git checkout -f f5de971355c2828ff055b6ba79681098725335d7 # timeout=10 22:37:48 Commit message: "Merge pull request #221 from soda480/US149" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 22:37:50 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 22:37:50 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 22:37:50 + sudo service docker restart 22:37:50 + true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 22:37:52 provisioning config files... 22:37:52 copy managed file [device-mqtt-go-settings] to file:/w/workspace/device-mqtt-go/38@tmp/config8946785425723857270tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 22:37:53 ---> docker-login.sh 22:37:53 nexus3.edgexfoundry.org:10001 22:37:54 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:37:54 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:37:54 Configure a credential helper to remove this warning. See 22:37:54 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:37:54 22:37:54 Login Succeeded 22:37:54 nexus3.edgexfoundry.org:10002 22:37:54 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:37:55 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:37:55 Configure a credential helper to remove this warning. See 22:37:55 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:37:55 22:37:55 Login Succeeded 22:37:55 nexus3.edgexfoundry.org:10003 22:37:55 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:37:55 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:37:55 Configure a credential helper to remove this warning. See 22:37:55 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:37:55 22:37:55 Login Succeeded 22:37:55 nexus3.edgexfoundry.org:10004 22:37:55 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:37:56 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:37:56 Configure a credential helper to remove this warning. See 22:37:56 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:37:56 22:37:56 Login Succeeded 22:37:56 docker.io 22:37:56 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:37:57 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:37:57 Configure a credential helper to remove this warning. See 22:37:57 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:37:57 22:37:57 Login Succeeded 22:37:57 ---> docker-login.sh ends [Pipeline] } 22:37:57 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 22:37:57 ========================================================= 22:37:57 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 22:37:57 ========================================================= [Pipeline] isUnix [Pipeline] sh 22:37:57 + 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 . 22:37:58 Sending build context to Docker daemon 536.6kB 22:37:58 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 22:37:58 Step 2/8 : FROM ${BASE} 22:37:58 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 22:37:58 5f621e34cdf4: Pulling fs layer 22:37:58 a4357932f1b6: Pulling fs layer 22:37:58 18c013af1878: Pulling fs layer 22:37:58 00ac8860ef70: Pulling fs layer 22:37:58 63d7cb157983: Pulling fs layer 22:37:58 b116817d02f9: Pulling fs layer 22:37:58 745a02a5169b: Pulling fs layer 22:37:58 00ac8860ef70: Waiting 22:37:58 b116817d02f9: Waiting 22:37:58 63d7cb157983: Waiting 22:37:58 745a02a5169b: Waiting 22:37:58 18c013af1878: Download complete 22:37:58 a4357932f1b6: Verifying Checksum 22:37:58 a4357932f1b6: Download complete 22:37:58 63d7cb157983: Download complete 22:37:58 b116817d02f9: Verifying Checksum 22:37:58 b116817d02f9: Download complete 22:37:58 5f621e34cdf4: Download complete 22:37:58 5f621e34cdf4: Pull complete 22:37:59 a4357932f1b6: Pull complete 22:37:59 18c013af1878: Pull complete 22:38:00 745a02a5169b: Verifying Checksum 22:38:00 745a02a5169b: Download complete 22:38:02 00ac8860ef70: Verifying Checksum 22:38:02 00ac8860ef70: Download complete 22:38:12 00ac8860ef70: Pull complete 22:38:12 63d7cb157983: Pull complete 22:38:12 b116817d02f9: Pull complete 22:38:17 745a02a5169b: Pull complete 22:38:17 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 22:38:17 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 22:38:17 ---> b7e6874047d6 22:38:17 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020-2021: IOTech' 22:38:19 ---> Running in 3e865ae1808d 22:38:19 Removing intermediate container 3e865ae1808d 22:38:19 ---> 7f513fd56e9b 22:38:19 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:38:19 ---> Running in 9b0e80063b13 22:38:22 Removing intermediate container 9b0e80063b13 22:38:22 ---> 3f1201820f3f 22:38:22 Step 5/8 : RUN apk add --update --no-cache make git openssh gcc libc-dev zeromq-dev libsodium-dev 22:38:22 ---> Running in 04c90b75802a 22:38:23 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:38:24 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:38:24 (1/13) Installing libc-dev (0.7.2-r3) 22:38:25 (2/13) Installing libsodium (1.0.18-r0) 22:38:25 (3/13) Installing pkgconf (1.7.2-r0) 22:38:25 (4/13) Installing libsodium-dev (1.0.18-r0) 22:38:25 (5/13) Installing openssh-keygen (8.3_p1-r2) 22:38:25 (6/13) Installing libedit (20191231.3.1-r0) 22:38:25 (7/13) Installing openssh-client (8.3_p1-r2) 22:38:25 (8/13) Installing openssh-sftp-server (8.3_p1-r2) 22:38:25 (9/13) Installing openssh-server-common (8.3_p1-r2) 22:38:25 (10/13) Installing openssh-server (8.3_p1-r2) 22:38:26 (11/13) Installing openssh (8.3_p1-r2) 22:38:26 (12/13) Installing libzmq (4.3.3-r0) 22:38:26 (13/13) Installing zeromq-dev (4.3.3-r0) 22:38:26 Executing busybox-1.31.1-r19.trigger 22:38:26 OK: 149 MiB in 52 packages 22:38:28 Removing intermediate container 04c90b75802a 22:38:28 ---> 8938ca6d859b 22:38:28 Step 6/8 : WORKDIR /device-mqtt-go 22:38:28 ---> Running in f00ee4d1e72b 22:38:29 Removing intermediate container f00ee4d1e72b 22:38:29 ---> de21944e7abd 22:38:29 Step 7/8 : COPY . . 22:38:30 ---> 63daf9046afd 22:38:30 Step 8/8 : RUN go mod download 22:38:30 ---> Running in af83d0acfdb0 22:38:53 Running on prd-centos7-docker-4c-2g-1004 in /w/workspace/gexfoundry_device-mqtt-go_master [Pipeline] { [Pipeline] ws 22:38:53 Running in /w/workspace/device-mqtt-go/38 [Pipeline] { [Pipeline] checkout 22:38:56 Removing intermediate container af83d0acfdb0 22:38:56 ---> 9f534f8a2363 22:38:56 Successfully built 9f534f8a2363 22:38:56 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 22:38:57 + docker inspect -f . ci-base-image-arm64 22:38:57 . [Pipeline] withDockerContainer 22:38:57 prd-ubuntu18.04-docker-arm64-4c-16g-1001 does not seem to be running inside a container 22:38:57 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-mqtt-go/38 -v /w/workspace/device-mqtt-go/38:/w/workspace/device-mqtt-go/38:rw,z -v /w/workspace/device-mqtt-go/38@tmp:/w/workspace/device-mqtt-go/38@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 22:38:59 $ docker top d1491219889a005f7b7459ff0ab7bb54749e0542973f234c23dc0ff75890a46f -eo pid,comm [Pipeline] { [Pipeline] sh 22:38:59 + go version 22:38:59 go version go1.15.5 linux/arm64 [Pipeline] } 22:38:59 $ docker stop --time=1 d1491219889a005f7b7459ff0ab7bb54749e0542973f234c23dc0ff75890a46f 22:39:01 $ docker rm -f d1491219889a005f7b7459ff0ab7bb54749e0542973f234c23dc0ff75890a46f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 22:39:02 + docker inspect -f . ci-base-image-arm64 22:39:02 . [Pipeline] withDockerContainer 22:39:02 prd-ubuntu18.04-docker-arm64-4c-16g-1001 does not seem to be running inside a container 22:39:02 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-mqtt-go/38 -v /w/workspace/device-mqtt-go/38:/w/workspace/device-mqtt-go/38:rw,z -v /w/workspace/device-mqtt-go/38@tmp:/w/workspace/device-mqtt-go/38@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 22:39:04 $ docker top e098e2ff633e9516392e09473347cee7a4fa45c5133d5e49676ee7318bff760f -eo pid,comm 22:39:04 using credential edgex-jenkins-ssh 22:39:04 Cloning the remote Git repository [Pipeline] { 22:39:04 Cloning repository git@github.com:edgexfoundry/device-mqtt-go.git [Pipeline] sh 22:39:05 + make test 22:39:05 GCO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out 22:39:04 > git init /w/workspace/device-mqtt-go/38 # timeout=10 22:39:04 Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git 22:39:04 > git --version # timeout=10 22:39:04 > git --version # 'git version 2.24.3' 22:39:04 using GIT_SSH to set credentials SSH Credentials for GitHub 22:39:05 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 22:39:05 > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 22:39:06 ? github.com/edgexfoundry/device-mqtt-go [no test files] 22:39:06 Checking out Revision f5de971355c2828ff055b6ba79681098725335d7 (master) 22:39:06 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 22:39:06 > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 22:39:06 Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git 22:39:06 using GIT_SSH to set credentials SSH Credentials for GitHub 22:39:06 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 22:39:06 > git config core.sparsecheckout # timeout=10 22:39:06 > git checkout -f f5de971355c2828ff055b6ba79681098725335d7 # timeout=10 22:39:10 Commit message: "Merge pull request #221 from soda480/US149" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 22:39:11 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 22:39:12 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 22:39:12 + sudo service docker restart 22:39:12 + true 22:39:12 Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 22:39:14 provisioning config files... 22:39:14 copy managed file [device-mqtt-go-settings] to file:/w/workspace/device-mqtt-go/38@tmp/config7084656324810138831tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 22:39:15 ---> docker-login.sh 22:39:15 nexus3.edgexfoundry.org:10001 22:39:17 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:39:17 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:39:17 Configure a credential helper to remove this warning. See 22:39:17 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:39:17 22:39:17 Login Succeeded 22:39:17 nexus3.edgexfoundry.org:10002 22:39:18 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:39:18 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:39:18 Configure a credential helper to remove this warning. See 22:39:18 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:39:18 22:39:18 Login Succeeded 22:39:18 nexus3.edgexfoundry.org:10003 22:39:18 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:39:18 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:39:18 Configure a credential helper to remove this warning. See 22:39:18 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:39:18 22:39:18 Login Succeeded 22:39:18 nexus3.edgexfoundry.org:10004 22:39:18 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:39:18 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:39:18 Configure a credential helper to remove this warning. See 22:39:18 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:39:18 22:39:18 Login Succeeded 22:39:18 docker.io 22:39:19 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:39:19 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:39:19 Configure a credential helper to remove this warning. See 22:39:19 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:39:19 22:39:19 Login Succeeded 22:39:19 ---> docker-login.sh ends [Pipeline] } 22:39:19 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 22:39:20 ========================================================= 22:39:20 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 22:39:20 ========================================================= [Pipeline] isUnix [Pipeline] sh 22:39:20 + 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 . 22:39:21 Sending build context to Docker daemon 537.6kB 22:39:21 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 22:39:21 Step 2/8 : FROM ${BASE} 22:39:21 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 22:39:21 188c0c94c7c5: Pulling fs layer 22:39:21 0ef7d3d256c8: Pulling fs layer 22:39:21 de9db76c5a1d: Pulling fs layer 22:39:21 bca2f99d35d6: Pulling fs layer 22:39:21 93359f2a8cfa: Pulling fs layer 22:39:21 7c6f9722023f: Pulling fs layer 22:39:21 a35cf1a2eb13: Pulling fs layer 22:39:21 93359f2a8cfa: Waiting 22:39:21 7c6f9722023f: Waiting 22:39:21 a35cf1a2eb13: Waiting 22:39:21 bca2f99d35d6: Waiting 22:39:21 de9db76c5a1d: Verifying Checksum 22:39:21 de9db76c5a1d: Download complete 22:39:21 0ef7d3d256c8: Verifying Checksum 22:39:21 0ef7d3d256c8: Download complete 22:39:21 93359f2a8cfa: Download complete 22:39:21 7c6f9722023f: Download complete 22:39:21 188c0c94c7c5: Verifying Checksum 22:39:21 188c0c94c7c5: Download complete 22:39:22 188c0c94c7c5: Pull complete 22:39:22 0ef7d3d256c8: Pull complete 22:39:23 de9db76c5a1d: Pull complete 22:39:24 a35cf1a2eb13: Verifying Checksum 22:39:24 a35cf1a2eb13: Download complete 22:39:26 bca2f99d35d6: Verifying Checksum 22:39:26 bca2f99d35d6: Download complete 22:39:41 bca2f99d35d6: Pull complete 22:39:41 93359f2a8cfa: Pull complete 22:39:42 7c6f9722023f: Pull complete 22:39:49 a35cf1a2eb13: Pull complete 22:39:49 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 22:39:49 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 22:39:49 ---> a62c8e92a672 22:39:49 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020-2021: IOTech' 22:39:49 ---> Running in 67d09be04397 22:39:50 Removing intermediate container 67d09be04397 22:39:50 ---> 64f3fb6582e5 22:39:50 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:39:50 ---> Running in a9c65969d76d 22:39:52 Removing intermediate container a9c65969d76d 22:39:52 ---> 6532c3d6283d 22:39:52 Step 5/8 : RUN apk add --update --no-cache make git openssh gcc libc-dev zeromq-dev libsodium-dev 22:39:52 ---> Running in 1c368d72d478 22:39:53 ? github.com/edgexfoundry/device-mqtt-go/cmd [no test files] 22:39:53 ok github.com/edgexfoundry/device-mqtt-go/internal/driver 0.041s coverage: 24.9% of statements 22:39:53 ? github.com/edgexfoundry/device-mqtt-go/mock [no test files] 22:39:53 GCO_ENABLED=1 GO111MODULE=on go vet ./... 22:39:55 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:39:55 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:39:55 (1/13) Installing libc-dev (0.7.2-r3) 22:39:55 (2/13) Installing libsodium (1.0.18-r0) 22:39:55 (3/13) Installing pkgconf (1.7.2-r0) 22:39:56 (4/13) Installing libsodium-dev (1.0.18-r0) 22:39:56 (5/13) Installing openssh-keygen (8.3_p1-r2) 22:39:56 (6/13) Installing libedit (20191231.3.1-r0) 22:39:56 (7/13) Installing openssh-client (8.3_p1-r2) 22:39:56 (8/13) Installing openssh-sftp-server (8.3_p1-r2) 22:39:56 (9/13) Installing openssh-server-common (8.3_p1-r2) 22:39:57 (10/13) Installing openssh-server (8.3_p1-r2) 22:39:57 (11/13) Installing openssh (8.3_p1-r2) 22:39:57 (12/13) Installing libzmq (4.3.3-r0) 22:39:57 (13/13) Installing zeromq-dev (4.3.3-r0) 22:39:57 Executing busybox-1.31.1-r19.trigger 22:39:57 OK: 173 MiB in 52 packages 22:39:58 Removing intermediate container 1c368d72d478 22:39:58 ---> cab0e2e5b4fc 22:39:58 Step 6/8 : WORKDIR /device-mqtt-go 22:39:58 ---> Running in cfdfbf449896 22:39:59 Removing intermediate container cfdfbf449896 22:39:59 ---> 147cf8d9fe64 22:39:59 Step 7/8 : COPY . . 22:40:00 ---> 5cdd95ab32a6 22:40:00 Step 8/8 : RUN go mod download 22:40:00 ---> Running in ba71d5e5e9c1 22:40:03 gofmt -l . 22:40:03 ["`gofmt -l .`" = ""] 22:40:03 ./bin/test-attribution-txt.sh 22:40:04 ./bin/test-go-mod-tidy.sh [Pipeline] } 22:40:05 $ docker stop --time=1 e098e2ff633e9516392e09473347cee7a4fa45c5133d5e49676ee7318bff760f 22:40:07 $ docker rm -f e098e2ff633e9516392e09473347cee7a4fa45c5133d5e49676ee7318bff760f [Pipeline] // withDockerContainer [Pipeline] sh 22:40:08 + sudo chown -R jenkins:jenkins . [Pipeline] stash 22:40:09 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 22:40:11 + sudo chown -R jenkins:jenkins . [Pipeline] sh 22:40:12 + ls -al . 22:40:12 total 140 22:40:12 drwxrwxr-x 9 jenkins jenkins 4096 Apr 19 22:40 . 22:40:12 drwxrwxr-x 4 jenkins jenkins 4096 Apr 19 22:37 .. 22:40:12 -rw-rw-r-- 1 jenkins jenkins 140 Apr 19 22:37 .dockerignore 22:40:12 drwxrwxr-x 8 jenkins jenkins 4096 Apr 19 22:37 .git 22:40:12 drwxrwxr-x 2 jenkins jenkins 4096 Apr 19 22:37 .github 22:40:12 -rw-rw-r-- 1 jenkins jenkins 336 Apr 19 22:37 .gitignore 22:40:12 -rw-rw-r-- 1 jenkins jenkins 7100 Apr 19 22:37 Attribution.txt 22:40:12 -rw-rw-r-- 1 jenkins jenkins 1861 Apr 19 22:37 Dockerfile 22:40:12 -rw-rw-r-- 1 jenkins jenkins 994 Apr 19 22:37 Dockerfile.build 22:40:12 -rw-rw-r-- 1 jenkins jenkins 677 Apr 19 22:37 Jenkinsfile 22:40:12 -rw-rw-r-- 1 jenkins jenkins 11340 Apr 19 22:37 LICENSE 22:40:12 -rw-rw-r-- 1 jenkins jenkins 950 Apr 19 22:37 Makefile 22:40:12 -rw-rw-r-- 1 jenkins jenkins 2217 Apr 19 22:37 README.md 22:40:12 -rw-rw-r-- 1 jenkins jenkins 11 Apr 19 22:35 VERSION 22:40:12 drwxrwxr-x 2 jenkins jenkins 4096 Apr 19 22:37 bin 22:40:12 drwxrwxr-x 3 jenkins jenkins 4096 Apr 19 22:37 cmd 22:40:12 -rw-r--r-- 1 jenkins jenkins 19386 Apr 19 22:39 coverage.out 22:40:12 -rw-r--r-- 1 jenkins jenkins 409 Apr 19 22:40 go.mod 22:40:12 -rw-r--r-- 1 jenkins jenkins 21534 Apr 19 22:40 go.sum 22:40:12 drwxrwxr-x 3 jenkins jenkins 4096 Apr 19 22:37 internal 22:40:12 drwxrwxr-x 2 jenkins jenkins 4096 Apr 19 22:37 mock 22:40:12 drwxrwxr-x 4 jenkins jenkins 4096 Apr 19 22:37 snap 22:40:12 -rw-rw-r-- 1 jenkins jenkins 227 Apr 19 22:37 version.go [Pipeline] isUnix [Pipeline] sh 22:40:12 + 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=f5de971355c2828ff055b6ba79681098725335d7 --label arch=arm64 --label version=1.3.2-dev.7 . 22:40:13 Sending build context to Docker daemon 556.5kB 22:40:13 Step 1/23 : ARG BASE=golang:1.15-alpine3.12 22:40:13 Step 2/23 : FROM ${BASE} AS builder 22:40:13 ---> 9f534f8a2363 22:40:13 Step 3/23 : ARG ALPINE_PKG_BASE="make git openssh-client gcc libc-dev zeromq-dev libsodium-dev" 22:40:13 ---> Running in 01f33ecb0d6a 22:40:13 Removing intermediate container 01f33ecb0d6a 22:40:13 ---> 74d4f72871d1 22:40:13 Step 4/23 : ARG ALPINE_PKG_EXTRA="" 22:40:14 ---> Running in 677309698af6 22:40:14 Removing intermediate container 677309698af6 22:40:14 ---> ae3fdf4b63b3 22:40:14 Step 5/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:40:14 ---> Running in a3ecb897c9f6 22:40:16 Removing intermediate container a3ecb897c9f6 22:40:16 ---> 87abe0aa3151 22:40:16 Step 6/23 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 22:40:16 ---> Running in c8a39d4f4cbe 22:40:17 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:40:18 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:40:19 OK: 149 MiB in 52 packages 22:40:20 Removing intermediate container c8a39d4f4cbe 22:40:20 ---> 6e401764ca76 22:40:20 Step 7/23 : WORKDIR /device-mqtt-go 22:40:20 ---> Running in 91c90333115e 22:40:20 Removing intermediate container 91c90333115e 22:40:20 ---> 4a046f247ce2 22:40:20 Step 8/23 : COPY . . 22:40:21 ---> e5f29ee529f3 22:40:21 Step 9/23 : RUN go mod download 22:40:21 ---> Running in 73599d97de32 22:40:24 Removing intermediate container 73599d97de32 22:40:24 ---> 74c963220f24 22:40:24 Step 10/23 : ARG MAKE='make build' 22:40:24 ---> Running in 68cb8c052916 22:40:24 Removing intermediate container 68cb8c052916 22:40:24 ---> 7b7fef1ceba3 22:40:24 Step 11/23 : RUN $MAKE 22:40:25 ---> Running in 90e2d5e015b5 22:40:26 GCO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-mqtt-go.Version=1.3.2-dev.7" -o cmd/device-mqtt ./cmd 22:40:40 Removing intermediate container ba71d5e5e9c1 22:40:40 ---> 301ff9bb181e 22:40:40 Successfully built 301ff9bb181e 22:40:40 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 22:40:41 + docker inspect -f . ci-base-image-x86_64 22:40:41 . [Pipeline] withDockerContainer 22:40:41 prd-centos7-docker-4c-2g-1004 does not seem to be running inside a container 22:40:41 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-mqtt-go/38 -v /w/workspace/device-mqtt-go/38:/w/workspace/device-mqtt-go/38:rw,z -v /w/workspace/device-mqtt-go/38@tmp:/w/workspace/device-mqtt-go/38@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 22:40:43 $ docker top 6bd3a60996358d2991ef69e4dbcb81f357f6109d3661007d80dbc4987d877e99 -eo pid,comm [Pipeline] { [Pipeline] sh 22:40:43 + go version 22:40:43 go version go1.15.5 linux/amd64 [Pipeline] } 22:40:43 $ docker stop --time=1 6bd3a60996358d2991ef69e4dbcb81f357f6109d3661007d80dbc4987d877e99 22:40:45 $ docker rm -f 6bd3a60996358d2991ef69e4dbcb81f357f6109d3661007d80dbc4987d877e99 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 22:40:46 + docker inspect -f . ci-base-image-x86_64 22:40:46 . [Pipeline] withDockerContainer 22:40:47 prd-centos7-docker-4c-2g-1004 does not seem to be running inside a container 22:40:47 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-mqtt-go/38 -v /w/workspace/device-mqtt-go/38:/w/workspace/device-mqtt-go/38:rw,z -v /w/workspace/device-mqtt-go/38@tmp:/w/workspace/device-mqtt-go/38@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 22:40:48 $ docker top 9a43626b1cbba50f5043df239b498e4a1108a6113d9e97365600a39a52214ad2 -eo pid,comm [Pipeline] { [Pipeline] sh 22:40:49 + make test 22:40:49 GCO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out 22:40:53 ? github.com/edgexfoundry/device-mqtt-go [no test files] 22:41:05 GCO_ENABLED=1 GO111MODULE=on go build ./... 22:41:13 Removing intermediate container 90e2d5e015b5 22:41:13 ---> f88ea6bb4e8c 22:41:13 Step 12/23 : FROM alpine:3.12 22:41:13 3.12: Pulling from library/alpine 22:41:13 d2f70382dc9a: Pulling fs layer 22:41:13 d2f70382dc9a: Verifying Checksum 22:41:13 d2f70382dc9a: Download complete 22:41:14 d2f70382dc9a: Pull complete 22:41:14 Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad 22:41:14 Status: Downloaded newer image for alpine:3.12 22:41:14 ---> 9852663dfa18 22:41:14 Step 13/23 : LABEL license='VSPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020-2021: IoTech Ltd' 22:41:14 ---> Running in 6554047460bb 22:41:14 Removing intermediate container 6554047460bb 22:41:14 ---> e2031fa19eb8 22:41:14 Step 14/23 : RUN apk add --update --no-cache zeromq dumb-init 22:41:15 ---> Running in 03d8fb6b5fed 22:41:16 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:41:16 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:41:16 (1/6) Installing dumb-init (1.2.2-r1) 22:41:16 (2/6) Installing libgcc (9.3.0-r2) 22:41:16 (3/6) Installing libsodium (1.0.18-r0) 22:41:16 (4/6) Installing libstdc++ (9.3.0-r2) 22:41:16 (5/6) Installing libzmq (4.3.3-r0) 22:41:16 (6/6) Installing zeromq (4.3.3-r0) 22:41:16 Executing busybox-1.31.1-r20.trigger 22:41:16 OK: 8 MiB in 20 packages 22:41:18 Removing intermediate container 03d8fb6b5fed 22:41:18 ---> e09fd46ddf62 22:41:18 Step 15/23 : COPY --from=builder /device-mqtt-go/cmd / 22:41:19 ---> a0c5d83aae7e 22:41:19 Step 16/23 : COPY --from=builder /device-mqtt-go/LICENSE / 22:41:20 ---> 1292a03592ad 22:41:20 Step 17/23 : COPY --from=builder /device-mqtt-go/Attribution.txt / 22:41:20 ---> 817151f705ac 22:41:20 Step 18/23 : EXPOSE 49982 22:41:20 ---> Running in 2f59c22859af 22:41:21 Removing intermediate container 2f59c22859af 22:41:21 ---> 3d3bc4e5f8cf 22:41:21 Step 19/23 : ENTRYPOINT ["/device-mqtt"] 22:41:21 ---> Running in b068948dac11 22:41:21 Removing intermediate container b068948dac11 22:41:21 ---> 737c9dbfc0de 22:41:21 Step 20/23 : CMD ["--cp=consul://edgex-core-consul:8500", "--registry", "--confdir=/res"] 22:41:22 ---> Running in d5e92cd73c94 22:41:22 Removing intermediate container d5e92cd73c94 22:41:22 ---> 4365a56a6112 22:41:22 Step 21/23 : LABEL arch=arm64 22:41:22 ---> Running in 93d406a07090 22:41:23 Removing intermediate container 93d406a07090 22:41:23 ---> 1497ffd82b1f 22:41:23 Step 22/23 : LABEL git_sha=f5de971355c2828ff055b6ba79681098725335d7 22:41:23 ---> Running in 15b5b05b4546 22:41:23 Removing intermediate container 15b5b05b4546 22:41:23 ---> 4d625ccd0eb1 22:41:23 Step 23/23 : LABEL version=1.3.2-dev.7 22:41:23 ---> Running in 9d32f50cb91b 22:41:24 Removing intermediate container 9d32f50cb91b 22:41:24 ---> 2a20ed377d8d 22:41:24 [Warning] One or more build-args [ARCH] were not consumed 22:41:24 Successfully built 2a20ed377d8d 22:41:24 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 22:41:24 provisioning config files... 22:41:24 copy managed file [device-mqtt-go-settings] to file:/w/workspace/device-mqtt-go/38@tmp/config2063037602996298447tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 22:41:25 ---> docker-login.sh 22:41:25 nexus3.edgexfoundry.org:10001 22:41:25 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:41:25 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:41:25 Configure a credential helper to remove this warning. See 22:41:25 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:41:25 22:41:25 Login Succeeded 22:41:25 nexus3.edgexfoundry.org:10002 22:41:25 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:41:25 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:41:25 Configure a credential helper to remove this warning. See 22:41:25 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:41:25 22:41:25 Login Succeeded 22:41:25 nexus3.edgexfoundry.org:10003 22:41:26 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:41:26 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:41:26 Configure a credential helper to remove this warning. See 22:41:26 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:41:26 22:41:26 Login Succeeded 22:41:26 nexus3.edgexfoundry.org:10004 22:41:27 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:41:27 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:41:27 Configure a credential helper to remove this warning. See 22:41:27 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:41:27 22:41:27 Login Succeeded 22:41:27 docker.io 22:41:27 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:41:27 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:41:27 Configure a credential helper to remove this warning. See 22:41:27 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:41:27 22:41:27 Login Succeeded 22:41:27 ---> docker-login.sh ends [Pipeline] } 22:41:27 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 22:41:27 [edgeXDocker.push] Tagging docker image docker-device-mqtt-go-arm64 with the following tags: 22:41:27 f5de971355c2828ff055b6ba79681098725335d7 22:41:27 latest 22:41:27 1.3.2-dev.7 22:41:27 f5de971355c2828ff055b6ba79681098725335d7-1.3.2-dev.7 22:41:27 master 22:41:27 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 22:41:28 + docker tag docker-device-mqtt-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64:f5de971355c2828ff055b6ba79681098725335d7 [Pipeline] isUnix [Pipeline] sh 22:41:28 + docker push nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64:f5de971355c2828ff055b6ba79681098725335d7 22:41:28 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64] 22:41:28 b855c7de4400: Preparing 22:41:28 712147065719: Preparing 22:41:28 6fed214fd4fb: Preparing 22:41:28 87aa2a05b858: Preparing 22:41:28 3fbe34a1663b: Preparing 22:41:28 3fbe34a1663b: Layer already exists 22:41:28 b855c7de4400: Pushed 22:41:28 712147065719: Pushed 22:41:29 87aa2a05b858: Pushed 22:41:32 6fed214fd4fb: Pushed 22:41:32 f5de971355c2828ff055b6ba79681098725335d7: digest: sha256:7cf24389ea6981ccac6a868ddb66d0fe43f753c3241ddf8586aa5fed9afdf8b1 size: 1365 [Pipeline] isUnix [Pipeline] sh 22:41:32 + docker tag docker-device-mqtt-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64:latest [Pipeline] isUnix [Pipeline] sh 22:41:32 + docker push nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64:latest 22:41:32 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64] 22:41:32 b855c7de4400: Preparing 22:41:32 712147065719: Preparing 22:41:32 6fed214fd4fb: Preparing 22:41:32 87aa2a05b858: Preparing 22:41:32 3fbe34a1663b: Preparing 22:41:32 712147065719: Layer already exists 22:41:32 6fed214fd4fb: Layer already exists 22:41:33 b855c7de4400: Layer already exists 22:41:33 3fbe34a1663b: Layer already exists 22:41:33 87aa2a05b858: Layer already exists 22:41:33 latest: digest: sha256:7cf24389ea6981ccac6a868ddb66d0fe43f753c3241ddf8586aa5fed9afdf8b1 size: 1365 [Pipeline] isUnix [Pipeline] sh 22:41:33 + docker tag docker-device-mqtt-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64:1.3.2-dev.7 [Pipeline] isUnix [Pipeline] sh 22:41:33 + docker push nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64:1.3.2-dev.7 22:41:33 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64] 22:41:33 b855c7de4400: Preparing 22:41:33 712147065719: Preparing 22:41:33 6fed214fd4fb: Preparing 22:41:33 87aa2a05b858: Preparing 22:41:33 3fbe34a1663b: Preparing 22:41:34 ? github.com/edgexfoundry/device-mqtt-go/cmd [no test files] 22:41:34 6fed214fd4fb: Layer already exists 22:41:34 b855c7de4400: Layer already exists 22:41:34 3fbe34a1663b: Layer already exists 22:41:34 712147065719: Layer already exists 22:41:34 87aa2a05b858: Layer already exists 22:41:34 1.3.2-dev.7: digest: sha256:7cf24389ea6981ccac6a868ddb66d0fe43f753c3241ddf8586aa5fed9afdf8b1 size: 1365 [Pipeline] isUnix [Pipeline] sh 22:41:34 + docker tag docker-device-mqtt-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64:f5de971355c2828ff055b6ba79681098725335d7-1.3.2-dev.7 [Pipeline] isUnix [Pipeline] sh 22:41:34 + docker push nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64:f5de971355c2828ff055b6ba79681098725335d7-1.3.2-dev.7 22:41:34 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64] 22:41:34 b855c7de4400: Preparing 22:41:34 712147065719: Preparing 22:41:34 6fed214fd4fb: Preparing 22:41:34 87aa2a05b858: Preparing 22:41:34 3fbe34a1663b: Preparing 22:41:34 3fbe34a1663b: Layer already exists 22:41:34 6fed214fd4fb: Layer already exists 22:41:34 b855c7de4400: Layer already exists 22:41:34 712147065719: Layer already exists 22:41:34 87aa2a05b858: Layer already exists 22:41:35 f5de971355c2828ff055b6ba79681098725335d7-1.3.2-dev.7: digest: sha256:7cf24389ea6981ccac6a868ddb66d0fe43f753c3241ddf8586aa5fed9afdf8b1 size: 1365 [Pipeline] isUnix [Pipeline] sh 22:41:35 + docker tag docker-device-mqtt-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64:master [Pipeline] isUnix [Pipeline] sh 22:41:35 ok github.com/edgexfoundry/device-mqtt-go/internal/driver 0.023s coverage: 24.9% of statements 22:41:35 ? github.com/edgexfoundry/device-mqtt-go/mock [no test files] 22:41:35 GCO_ENABLED=1 GO111MODULE=on go vet ./... 22:41:35 + docker push nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64:master 22:41:35 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64] 22:41:35 b855c7de4400: Preparing 22:41:35 712147065719: Preparing 22:41:35 6fed214fd4fb: Preparing 22:41:35 87aa2a05b858: Preparing 22:41:35 3fbe34a1663b: Preparing 22:41:35 87aa2a05b858: Layer already exists 22:41:35 3fbe34a1663b: Layer already exists 22:41:35 712147065719: Layer already exists 22:41:35 b855c7de4400: Layer already exists 22:41:35 6fed214fd4fb: Layer already exists 22:41:35 master: digest: sha256:7cf24389ea6981ccac6a868ddb66d0fe43f753c3241ddf8586aa5fed9afdf8b1 size: 1365 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 22:41:36 ===================================================== [Pipeline] echo 22:41:36 taggedImages: 22:41:36 - nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64:f5de971355c2828ff055b6ba79681098725335d7 22:41:36 - nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64:latest 22:41:36 - nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64:1.3.2-dev.7 22:41:36 - nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64:f5de971355c2828ff055b6ba79681098725335d7-1.3.2-dev.7 22:41:36 - nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh 22:41:36 ---> job-cost.sh 22:41:36 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-Dli1 22:41:43 gofmt -l . 22:41:43 ["`gofmt -l .`" = ""] 22:41:43 ./bin/test-attribution-txt.sh 22:41:45 ./bin/test-go-mod-tidy.sh [Pipeline] } 22:41:46 $ docker stop --time=1 9a43626b1cbba50f5043df239b498e4a1108a6113d9e97365600a39a52214ad2 22:41:48 $ docker rm -f 9a43626b1cbba50f5043df239b498e4a1108a6113d9e97365600a39a52214ad2 [Pipeline] // withDockerContainer [Pipeline] sh 22:41:49 + sudo chown -R jenkins:jenkins . [Pipeline] stash 22:41:49 Warning: overwriting stash ‘coverage-report’ 22:41:50 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 22:41:50 + sudo chown -R jenkins:jenkins . [Pipeline] sh 22:41:50 + ls -al . 22:41:50 total 108 22:41:50 drwxrwxr-x. 9 jenkins jenkins 4096 Apr 19 22:41 . 22:41:50 drwxrwxr-x. 4 jenkins jenkins 30 Apr 19 22:39 .. 22:41:50 -rw-rw-r--. 1 jenkins jenkins 7100 Apr 19 22:39 Attribution.txt 22:41:50 drwxrwxr-x. 2 jenkins jenkins 87 Apr 19 22:39 bin 22:41:50 drwxrwxr-x. 3 jenkins jenkins 32 Apr 19 22:39 cmd 22:41:50 -rw-r--r--. 1 jenkins jenkins 19386 Apr 19 22:41 coverage.out 22:41:50 -rw-rw-r--. 1 jenkins jenkins 1861 Apr 19 22:39 Dockerfile 22:41:50 -rw-rw-r--. 1 jenkins jenkins 994 Apr 19 22:39 Dockerfile.build 22:41:50 -rw-rw-r--. 1 jenkins jenkins 140 Apr 19 22:39 .dockerignore 22:41:50 drwxrwxr-x. 8 jenkins jenkins 162 Apr 19 22:39 .git 22:41:50 drwxrwxr-x. 2 jenkins jenkins 103 Apr 19 22:39 .github 22:41:50 -rw-rw-r--. 1 jenkins jenkins 336 Apr 19 22:39 .gitignore 22:41:50 -rw-r--r--. 1 jenkins jenkins 409 Apr 19 22:41 go.mod 22:41:50 -rw-r--r--. 1 jenkins jenkins 21534 Apr 19 22:41 go.sum 22:41:50 drwxrwxr-x. 3 jenkins jenkins 20 Apr 19 22:39 internal 22:41:50 -rw-rw-r--. 1 jenkins jenkins 677 Apr 19 22:39 Jenkinsfile 22:41:50 -rw-rw-r--. 1 jenkins jenkins 11340 Apr 19 22:39 LICENSE 22:41:50 -rw-rw-r--. 1 jenkins jenkins 950 Apr 19 22:39 Makefile 22:41:50 drwxrwxr-x. 2 jenkins jenkins 23 Apr 19 22:39 mock 22:41:50 -rw-rw-r--. 1 jenkins jenkins 2217 Apr 19 22:39 README.md 22:41:50 drwxrwxr-x. 4 jenkins jenkins 71 Apr 19 22:39 snap 22:41:50 -rw-rw-r--. 1 jenkins jenkins 11 Apr 19 22:35 VERSION 22:41:50 -rw-rw-r--. 1 jenkins jenkins 227 Apr 19 22:39 version.go [Pipeline] isUnix [Pipeline] sh 22:41:51 + 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=f5de971355c2828ff055b6ba79681098725335d7 --label arch=amd64 --label version=1.3.2-dev.7 . 22:41:51 Sending build context to Docker daemon 557.6kB 22:41:51 Step 1/23 : ARG BASE=golang:1.15-alpine3.12 22:41:51 Step 2/23 : FROM ${BASE} AS builder 22:41:51 ---> 301ff9bb181e 22:41:51 Step 3/23 : ARG ALPINE_PKG_BASE="make git openssh-client gcc libc-dev zeromq-dev libsodium-dev" 22:41:51 ---> Running in 3b7290bae79d 22:41:51 Removing intermediate container 3b7290bae79d 22:41:51 ---> 2dafc7bbd007 22:41:51 Step 4/23 : ARG ALPINE_PKG_EXTRA="" 22:41:52 ---> Running in cf4830767f9a 22:41:52 Removing intermediate container cf4830767f9a 22:41:52 ---> 9cb60fce467f 22:41:52 Step 5/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:41:52 ---> Running in 9cf2568d2fd8 22:41:55 Removing intermediate container 9cf2568d2fd8 22:41:55 ---> 81543faf01b8 22:41:55 Step 6/23 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 22:41:55 ---> Running in 626fd4aa3694 22:41:56 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:41:57 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:41:57 OK: 173 MiB in 52 packages 22:42:00 Removing intermediate container 626fd4aa3694 22:42:00 ---> 4290cabf788c 22:42:00 Step 7/23 : WORKDIR /device-mqtt-go 22:42:00 ---> Running in c1bec55c5e14 22:42:01 Removing intermediate container c1bec55c5e14 22:42:01 ---> c6181d4544e4 22:42:01 Step 8/23 : COPY . . 22:42:02 ---> 09822629ab99 22:42:02 Step 9/23 : RUN go mod download 22:42:02 ---> Running in 10352786d4c5 22:42:06 Removing intermediate container 10352786d4c5 22:42:06 ---> 7aa33d9170e3 22:42:06 Step 10/23 : ARG MAKE='make build' 22:42:06 ---> Running in 2a00a2924923 22:42:06 Removing intermediate container 2a00a2924923 22:42:06 ---> 72098726d8c7 22:42:06 Step 11/23 : RUN $MAKE 22:42:06 ---> Running in 396c0951f882 22:42:09 GCO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-mqtt-go.Version=1.3.2-dev.7" -o cmd/device-mqtt ./cmd 22:42:15 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 22:42:49 GCO_ENABLED=1 GO111MODULE=on go build ./... 22:42:52 Removing intermediate container 396c0951f882 22:42:52 ---> ac54a332b7f1 22:42:52 Step 12/23 : FROM alpine:3.12 22:42:52 3.12: Pulling from library/alpine 22:42:52 339de151aab4: Pulling fs layer 22:42:53 339de151aab4: Verifying Checksum 22:42:53 339de151aab4: Download complete 22:42:53 339de151aab4: Pull complete 22:42:53 Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad 22:42:53 Status: Downloaded newer image for alpine:3.12 22:42:53 ---> 13621d1b12d4 22:42:53 Step 13/23 : LABEL license='VSPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020-2021: IoTech Ltd' 22:42:53 ---> Running in 9e01459fa942 22:42:53 Removing intermediate container 9e01459fa942 22:42:53 ---> 1161e8e7d318 22:42:53 Step 14/23 : RUN apk add --update --no-cache zeromq dumb-init 22:42:54 ---> Running in 829e6039e455 22:42:56 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:42:56 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:42:57 (1/6) Installing dumb-init (1.2.2-r1) 22:42:57 (2/6) Installing libgcc (9.3.0-r2) 22:42:57 (3/6) Installing libsodium (1.0.18-r0) 22:42:57 (4/6) Installing libstdc++ (9.3.0-r2) 22:42:57 (5/6) Installing libzmq (4.3.3-r0) 22:42:57 (6/6) Installing zeromq (4.3.3-r0) 22:42:57 Executing busybox-1.31.1-r20.trigger 22:42:57 OK: 8 MiB in 20 packages 22:42:58 Removing intermediate container 829e6039e455 22:42:58 ---> 474b26878aea 22:42:58 Step 15/23 : COPY --from=builder /device-mqtt-go/cmd / 22:42:59 ---> 56b8288aa12d 22:42:59 Step 16/23 : COPY --from=builder /device-mqtt-go/LICENSE / 22:43:00 ---> 93e5451ad314 22:43:00 Step 17/23 : COPY --from=builder /device-mqtt-go/Attribution.txt / 22:43:00 ---> 3c5133b4bf9c 22:43:00 Step 18/23 : EXPOSE 49982 22:43:01 ---> Running in f461f427f740 22:43:01 Removing intermediate container f461f427f740 22:43:01 ---> 48e8a8379007 22:43:01 Step 19/23 : ENTRYPOINT ["/device-mqtt"] 22:43:01 ---> Running in 1f2989940403 22:43:02 Removing intermediate container 1f2989940403 22:43:02 ---> 09db93f856f0 22:43:02 Step 20/23 : CMD ["--cp=consul://edgex-core-consul:8500", "--registry", "--confdir=/res"] 22:43:02 ---> Running in 6e541cbcfcf3 22:43:02 Removing intermediate container 6e541cbcfcf3 22:43:02 ---> b6224cf01db9 22:43:02 Step 21/23 : LABEL arch=amd64 22:43:03 ---> Running in a22033857695 22:43:03 Removing intermediate container a22033857695 22:43:03 ---> 80972e2ad165 22:43:03 Step 22/23 : LABEL git_sha=f5de971355c2828ff055b6ba79681098725335d7 22:43:03 ---> Running in e2d51d18a4d1 22:43:03 Removing intermediate container e2d51d18a4d1 22:43:03 ---> ba712528f38a 22:43:03 Step 23/23 : LABEL version=1.3.2-dev.7 22:43:04 ---> Running in d5db43d8c686 22:43:04 Removing intermediate container d5db43d8c686 22:43:04 ---> 62063b105456 22:43:04 [Warning] One or more build-args [ARCH] were not consumed 22:43:04 Successfully built 62063b105456 22:43:04 Successfully tagged docker-device-mqtt-go:latest [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 22:43:04 provisioning config files... 22:43:05 copy managed file [device-mqtt-go-settings] to file:/w/workspace/device-mqtt-go/38@tmp/config1899927602659032538tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 22:43:05 ---> docker-login.sh 22:43:05 nexus3.edgexfoundry.org:10001 22:43:06 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:43:06 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:43:06 Configure a credential helper to remove this warning. See 22:43:06 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:43:06 22:43:06 Login Succeeded 22:43:06 nexus3.edgexfoundry.org:10002 22:43:06 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:43:06 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:43:06 Configure a credential helper to remove this warning. See 22:43:06 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:43:06 22:43:06 Login Succeeded 22:43:06 nexus3.edgexfoundry.org:10003 22:43:07 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:43:07 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:43:07 Configure a credential helper to remove this warning. See 22:43:07 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:43:07 22:43:07 Login Succeeded 22:43:07 nexus3.edgexfoundry.org:10004 22:43:07 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:43:08 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:43:08 Configure a credential helper to remove this warning. See 22:43:08 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:43:08 22:43:08 Login Succeeded 22:43:08 docker.io 22:43:08 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:43:08 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:43:08 Configure a credential helper to remove this warning. See 22:43:08 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:43:08 22:43:08 Login Succeeded 22:43:08 ---> docker-login.sh ends [Pipeline] } 22:43:08 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 22:43:08 [edgeXDocker.push] Tagging docker image docker-device-mqtt-go with the following tags: 22:43:08 f5de971355c2828ff055b6ba79681098725335d7 22:43:08 latest 22:43:08 1.3.2-dev.7 22:43:08 f5de971355c2828ff055b6ba79681098725335d7-1.3.2-dev.7 22:43:08 master 22:43:08 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 22:43:09 + docker tag docker-device-mqtt-go nexus3.edgexfoundry.org:10004/docker-device-mqtt-go:f5de971355c2828ff055b6ba79681098725335d7 [Pipeline] isUnix [Pipeline] sh 22:43:09 + docker push nexus3.edgexfoundry.org:10004/docker-device-mqtt-go:f5de971355c2828ff055b6ba79681098725335d7 22:43:09 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-mqtt-go] 22:43:09 503c805de5fa: Preparing 22:43:09 afff23f8180a: Preparing 22:43:09 e8e76b63623d: Preparing 22:43:09 60ef9861c11d: Preparing 22:43:09 32f366d666a5: Preparing 22:43:09 32f366d666a5: Layer already exists 22:43:10 503c805de5fa: Pushed 22:43:10 afff23f8180a: Pushed 22:43:10 60ef9861c11d: Pushed 22:43:12 e8e76b63623d: Pushed 22:43:12 f5de971355c2828ff055b6ba79681098725335d7: digest: sha256:482c42d7162462c85c63518c7ba8e7fb91eb0b2b10a98960ef1a4ba4d9da203c size: 1365 [Pipeline] isUnix [Pipeline] sh 22:43:13 + docker tag docker-device-mqtt-go nexus3.edgexfoundry.org:10004/docker-device-mqtt-go:latest [Pipeline] isUnix [Pipeline] sh 22:43:13 + docker push nexus3.edgexfoundry.org:10004/docker-device-mqtt-go:latest 22:43:13 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-mqtt-go] 22:43:13 503c805de5fa: Preparing 22:43:13 afff23f8180a: Preparing 22:43:13 e8e76b63623d: Preparing 22:43:13 60ef9861c11d: Preparing 22:43:13 32f366d666a5: Preparing 22:43:13 afff23f8180a: Layer already exists 22:43:13 32f366d666a5: Layer already exists 22:43:13 e8e76b63623d: Layer already exists 22:43:13 503c805de5fa: Layer already exists 22:43:13 60ef9861c11d: Layer already exists 22:43:13 latest: digest: sha256:482c42d7162462c85c63518c7ba8e7fb91eb0b2b10a98960ef1a4ba4d9da203c size: 1365 [Pipeline] isUnix [Pipeline] sh 22:43:14 + docker tag docker-device-mqtt-go nexus3.edgexfoundry.org:10004/docker-device-mqtt-go:1.3.2-dev.7 [Pipeline] isUnix [Pipeline] sh 22:43:14 + docker push nexus3.edgexfoundry.org:10004/docker-device-mqtt-go:1.3.2-dev.7 22:43:14 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-mqtt-go] 22:43:14 503c805de5fa: Preparing 22:43:14 afff23f8180a: Preparing 22:43:14 e8e76b63623d: Preparing 22:43:14 60ef9861c11d: Preparing 22:43:14 32f366d666a5: Preparing 22:43:14 60ef9861c11d: Layer already exists 22:43:14 32f366d666a5: Layer already exists 22:43:14 afff23f8180a: Layer already exists 22:43:14 e8e76b63623d: Layer already exists 22:43:14 503c805de5fa: Layer already exists 22:43:14 1.3.2-dev.7: digest: sha256:482c42d7162462c85c63518c7ba8e7fb91eb0b2b10a98960ef1a4ba4d9da203c size: 1365 [Pipeline] isUnix [Pipeline] sh 22:43:15 + docker tag docker-device-mqtt-go nexus3.edgexfoundry.org:10004/docker-device-mqtt-go:f5de971355c2828ff055b6ba79681098725335d7-1.3.2-dev.7 [Pipeline] isUnix [Pipeline] sh 22:43:15 + docker push nexus3.edgexfoundry.org:10004/docker-device-mqtt-go:f5de971355c2828ff055b6ba79681098725335d7-1.3.2-dev.7 22:43:15 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-mqtt-go] 22:43:15 503c805de5fa: Preparing 22:43:15 afff23f8180a: Preparing 22:43:15 e8e76b63623d: Preparing 22:43:15 60ef9861c11d: Preparing 22:43:15 32f366d666a5: Preparing 22:43:15 32f366d666a5: Layer already exists 22:43:15 e8e76b63623d: Layer already exists 22:43:15 60ef9861c11d: Layer already exists 22:43:15 afff23f8180a: Layer already exists 22:43:15 503c805de5fa: Layer already exists 22:43:15 f5de971355c2828ff055b6ba79681098725335d7-1.3.2-dev.7: digest: sha256:482c42d7162462c85c63518c7ba8e7fb91eb0b2b10a98960ef1a4ba4d9da203c size: 1365 [Pipeline] isUnix [Pipeline] sh 22:43:15 + docker tag docker-device-mqtt-go nexus3.edgexfoundry.org:10004/docker-device-mqtt-go:master [Pipeline] isUnix [Pipeline] sh 22:43:16 + docker push nexus3.edgexfoundry.org:10004/docker-device-mqtt-go:master 22:43:16 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-mqtt-go] 22:43:16 503c805de5fa: Preparing 22:43:16 afff23f8180a: Preparing 22:43:16 e8e76b63623d: Preparing 22:43:16 60ef9861c11d: Preparing 22:43:16 32f366d666a5: Preparing 22:43:16 503c805de5fa: Layer already exists 22:43:16 32f366d666a5: Layer already exists 22:43:16 afff23f8180a: Layer already exists 22:43:16 60ef9861c11d: Layer already exists 22:43:16 e8e76b63623d: Layer already exists 22:43:16 master: digest: sha256:482c42d7162462c85c63518c7ba8e7fb91eb0b2b10a98960ef1a4ba4d9da203c size: 1365 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 22:43:16 ===================================================== [Pipeline] echo 22:43:16 taggedImages: 22:43:16 - nexus3.edgexfoundry.org:10004/docker-device-mqtt-go:f5de971355c2828ff055b6ba79681098725335d7 22:43:16 - nexus3.edgexfoundry.org:10004/docker-device-mqtt-go:latest 22:43:16 - nexus3.edgexfoundry.org:10004/docker-device-mqtt-go:1.3.2-dev.7 22:43:16 - nexus3.edgexfoundry.org:10004/docker-device-mqtt-go:f5de971355c2828ff055b6ba79681098725335d7-1.3.2-dev.7 22:43:16 - nexus3.edgexfoundry.org:10004/docker-device-mqtt-go:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh 22:43:17 ---> job-cost.sh 22:43:17 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-CIOW 22:43:43 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 22:43:52 lf-activate-venv(): INFO: Adding /tmp/venv-Dli1/bin to PATH 22:43:52 INFO: No Stack... 22:43:52 INFO: Retrieving Pricing Info for: lf-standard-4 22:43:52 INFO: Archiving Costs [Pipeline] sh 22:43:52 + cat /w/workspace/device-mqtt-go/38/archives/cost.csv 22:43:52 + cut -d, -f6 [Pipeline] lock 22:43:52 Trying to acquire lock on [jenkins-edgexfoundry-device-mqtt-go-master-38-stack-cost] 22:43:52 Resource [jenkins-edgexfoundry-device-mqtt-go-master-38-stack-cost] did not exist. Created. 22:43:52 Lock acquired on [jenkins-edgexfoundry-device-mqtt-go-master-38-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 22:43:53 + echo total: 0.20999999344348907 [Pipeline] stash 22:43:53 Stashed 1 file(s) [Pipeline] } 22:43:53 Lock released on resource [jenkins-edgexfoundry-device-mqtt-go-master-38-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 22:44:23 lf-activate-venv(): INFO: Adding /tmp/venv-CIOW/bin to PATH 22:44:23 INFO: No Stack... 22:44:23 INFO: Retrieving Pricing Info for: v1-standard-2 22:44:24 INFO: Archiving Costs [Pipeline] sh 22:44:25 + cat /w/workspace/device-mqtt-go/38/archives/cost.csv 22:44:25 + cut -d, -f6 [Pipeline] lock 22:44:25 Trying to acquire lock on [jenkins-edgexfoundry-device-mqtt-go-master-38-stack-cost] 22:44:25 Resource [jenkins-edgexfoundry-device-mqtt-go-master-38-stack-cost] did not exist. Created. 22:44:25 Lock acquired on [jenkins-edgexfoundry-device-mqtt-go-master-38-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 22:44:25 /w/workspace/device-mqtt-go/38@tmp/durable-cd123b0f/script.sh: line 1: unexpected EOF while looking for matching `'' [Pipeline] sh 22:44:26 + echo total: 0.029999999329447746 [Pipeline] stash 22:44:26 Warning: overwriting stash ‘stack-cost’ 22:44:26 Stashed 1 file(s) [Pipeline] } 22:44:26 Lock released on resource [jenkins-edgexfoundry-device-mqtt-go-master-38-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap 22:44:26 provisioning config files... 22:44:26 copy managed file [device-mqtt-go-codecov-token] to file:/w/workspace/gexfoundry_device-mqtt-go_master@tmp/config2043300279841446640tmp [Pipeline] { [Pipeline] sh 22:44:27 + set +x 22:44:27 + curl -s https://codecov.io/bash 22:44:27 + bash -s -- 22:44:27 22:44:27 _____ _ 22:44:27 / ____| | | 22:44:27 | | ___ __| | ___ ___ _____ __ 22:44:27 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 22:44:27 | |___| (_) | (_| | __/ (_| (_) \ V / 22:44:27 \_____\___/ \__,_|\___|\___\___/ \_/ 22:44:27 Bash-1.0.1 22:44:27 22:44:27 22:44:27 ==> git version 2.24.3 found 22:44:27 ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 22:44:27 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 22:44:27 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 22:44:27 ==> Jenkins CI detected. 22:44:27 project root: . 22:44:27 --> token set from env 22:44:27 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 22:44:27 ==> Running gcov in . (disable via -X gcov) 22:44:27 ==> Python coveragepy not found 22:44:27 ==> Searching for coverage reports in: 22:44:27 + . 22:44:27 -> Found 1 reports 22:44:27 ==> Detecting git/mercurial file structure 22:44:27 ==> Reading reports 22:44:27 + ./coverage.out bytes=19386 22:44:27 ==> Appending adjustments 22:44:27 https://docs.codecov.io/docs/fixing-reports 22:44:27 + Found adjustments 22:44:27 ==> Gzipping contents 22:44:27 4.0K /tmp/codecov.NPlAv8.gz 22:44:27 ==> Uploading reports 22:44:27 url: https://codecov.io 22:44:27 query: branch=master&commit=f5de971355c2828ff055b6ba79681098725335d7&build=38&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-mqtt-go%2Fjob%2Fmaster%2F38%2F&name=&tag=&slug=edgexfoundry%2Fdevice-mqtt-go&service=jenkins&flags=&pr=&job=&cmd_args= 22:44:27 -> Pinging Codecov 22:44:27 https://codecov.io/upload/v4?package=bash-1.0.1&token=secret&branch=master&commit=f5de971355c2828ff055b6ba79681098725335d7&build=38&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-mqtt-go%2Fjob%2Fmaster%2F38%2F&name=&tag=&slug=edgexfoundry%2Fdevice-mqtt-go&service=jenkins&flags=&pr=&job=&cmd_args= 22:44:28 -> Uploading to 22:44:28 https://storage.googleapis.com/codecov/v4/raw/2021-04-19/7D719EC7BBE17E464838252E33014C33/f5de971355c2828ff055b6ba79681098725335d7/ee0c8e3c-d3f7-45ac-a7fa-372a8565977e.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQM3VGPYSAFECJRMNAFIPCV2R3P2BOORCJC7NM537NPJQSFLHUDNIDWA%2F20210419%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210419T224427Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=692035d1467064105299c7de4414f13795d628dec7a8af37946782b101535445 22:44:28 % Total % Received % Xferd Average Speed Time Time Time Current 22:44:28 Dload Upload Total Spent Left Speed 22:44:28 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 3410 0 0 100 3410 0 5653 --:--:-- --:--:-- --:--:-- 5655 100 3410 0 0 100 3410 0 5651 --:--:-- --:--:-- --:--:-- 5645 22:44:28 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/device-mqtt-go/commit/f5de971355c2828ff055b6ba79681098725335d7 [Pipeline] } 22:44:28 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo 22:44:29 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 22:44:29 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 22:44:29 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 22:44:29 22:44:29 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh 22:44:30 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 22:44:30 1.410.4: Pulling from edgex-devops/edgex-snyk-go 22:44:30 188c0c94c7c5: Pulling fs layer 22:44:30 0ef7d3d256c8: Pulling fs layer 22:44:30 de9db76c5a1d: Pulling fs layer 22:44:30 0eba1c9be4d2: Pulling fs layer 22:44:30 0d57e429df01: Pulling fs layer 22:44:30 4e4be7b47b0d: Pulling fs layer 22:44:30 e1f770b5df2f: Pulling fs layer 22:44:30 85a0685a4137: Pulling fs layer 22:44:30 0eba1c9be4d2: Waiting 22:44:30 0d57e429df01: Waiting 22:44:30 4e4be7b47b0d: Waiting 22:44:30 e1f770b5df2f: Waiting 22:44:30 85a0685a4137: Waiting 22:44:30 de9db76c5a1d: Verifying Checksum 22:44:30 de9db76c5a1d: Download complete 22:44:30 0ef7d3d256c8: Verifying Checksum 22:44:30 0ef7d3d256c8: Download complete 22:44:30 0d57e429df01: Verifying Checksum 22:44:30 0d57e429df01: Download complete 22:44:30 4e4be7b47b0d: Verifying Checksum 22:44:30 4e4be7b47b0d: Download complete 22:44:30 188c0c94c7c5: Download complete 22:44:30 188c0c94c7c5: Pull complete 22:44:31 0ef7d3d256c8: Pull complete 22:44:31 de9db76c5a1d: Pull complete 22:44:31 e1f770b5df2f: Verifying Checksum 22:44:31 e1f770b5df2f: Download complete 22:44:33 0eba1c9be4d2: Verifying Checksum 22:44:33 0eba1c9be4d2: Download complete 22:44:33 85a0685a4137: Verifying Checksum 22:44:33 85a0685a4137: Download complete 22:44:40 0eba1c9be4d2: Pull complete 22:44:40 0d57e429df01: Pull complete 22:44:40 4e4be7b47b0d: Pull complete 22:44:42 e1f770b5df2f: Pull complete 22:44:50 85a0685a4137: Pull complete 22:44:50 Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 22:44:50 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 22:44:50 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer 22:44:50 prd-centos7-docker-4c-2g-1000 does not seem to be running inside a container 22:44:50 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/gexfoundry_device-mqtt-go_master -v /w/workspace/gexfoundry_device-mqtt-go_master:/w/workspace/gexfoundry_device-mqtt-go_master:rw,z -v /w/workspace/gexfoundry_device-mqtt-go_master@tmp:/w/workspace/gexfoundry_device-mqtt-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat 22:44:51 $ docker top 6f44d1041d9173298e13fb51b0f292353f96a375d1215f9312f29d3712d06bac -eo pid,comm [Pipeline] { [Pipeline] echo 22:44:52 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh 22:44:52 + set -o pipefail 22:44:52 + snyk monitor '--org=edgex-jenkins' 22:45:02 22:45:02 Monitoring /w/workspace/gexfoundry_device-mqtt-go_master (github.com/edgexfoundry/device-mqtt-go)... 22:45:02 22:45:02 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/6acecf1b-85ea-4374-bf84-4fa5a6e664d0/history/b9d10c69-2cc5-4ccc-88ef-dc5baa76b2d3 22:45:02 22:45:02 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 22:45:02 22:45:03 22:45:03 You have reached your monthly limit of 300 private tests for your edgex-jenkins org. 22:45:03 To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } 22:45:03 $ docker stop --time=1 6f44d1041d9173298e13fb51b0f292353f96a375d1215f9312f29d3712d06bac 22:45:07 $ docker rm -f 6f44d1041d9173298e13fb51b0f292353f96a375d1215f9312f29d3712d06bac [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] sh 22:45:08 + git log --format=format:%s -1 f5de971355c2828ff055b6ba79681098725335d7 [Pipeline] isUnix [Pipeline] sh 22:45:08 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 22:45:08 . [Pipeline] withDockerContainer 22:45:09 prd-centos7-docker-4c-2g-1000 does not seem to be running inside a container 22:45:09 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_device-mqtt-go_master -v /w/workspace/gexfoundry_device-mqtt-go_master:/w/workspace/gexfoundry_device-mqtt-go_master:rw,z -v /w/workspace/gexfoundry_device-mqtt-go_master@tmp:/w/workspace/gexfoundry_device-mqtt-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 22:45:10 $ docker top 575f160ee3dfaef9515c6edff8bd4be7f6c9365fcdfba205e12d04460f8c2906 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 22:45:10 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 22:45:10 [ssh-agent] Looking for ssh-agent implementation... 22:45:10 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 22:45:10 $ docker exec 575f160ee3dfaef9515c6edff8bd4be7f6c9365fcdfba205e12d04460f8c2906 ssh-agent 22:45:10 SSH_AUTH_SOCK=/tmp/ssh-6iKmROb9Kf7N/agent.12 22:45:10 SSH_AGENT_PID=17 22:45:10 Running ssh-add (command line suppressed) 22:45:10 Identity added: /w/workspace/gexfoundry_device-mqtt-go_master@tmp/private_key_2564948474121224870.key (/w/workspace/gexfoundry_device-mqtt-go_master@tmp/private_key_2564948474121224870.key) 22:45:10 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 22:45:11 + git semver tag 22:45:11 # -> Open(): unable to determine branch for HEAD 22:45:11 # $GIT_DIR = /w/workspace/gexfoundry_device-mqtt-go_master/.git 22:45:11 # $GIT_WORK_TREE = /w/workspace/gexfoundry_device-mqtt-go_master 22:45:11 # $SEMVER_REMOTE_NAME = origin 22:45:11 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 22:45:11 # $SEMVER_USER_NAME = edgex-jenkins 22:45:11 # $SEMVER_BRANCH = master 22:45:11 # $SEMVER_DIR = /w/workspace/gexfoundry_device-mqtt-go_master/.semver 22:45:11 # f5de971355c2828ff055b6ba79681098725335d7 HEAD 22:45:11 # -> Force: false 22:45:11 # 8829086b28591b07f631eda8a0a6de8deee9c106 refs/tags/v1.3.2-dev.7 [Pipeline] } 22:45:11 $ docker exec --env ******** --env ******** 575f160ee3dfaef9515c6edff8bd4be7f6c9365fcdfba205e12d04460f8c2906 ssh-agent -k 22:45:11 unset SSH_AUTH_SOCK; 22:45:11 unset SSH_AGENT_PID; 22:45:11 echo Agent pid 17 killed; 22:45:11 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 22:45:11 + git semver [Pipeline] } 22:45:11 $ docker stop --time=1 575f160ee3dfaef9515c6edff8bd4be7f6c9365fcdfba205e12d04460f8c2906 22:45:13 $ docker rm -f 575f160ee3dfaef9515c6edff8bd4be7f6c9365fcdfba205e12d04460f8c2906 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 22:45:13 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 22:45:13 22:45:13 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 22:45:14 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 22:45:14 0.23.1-centos7: Pulling from edgex-lftools 22:45:14 ab5ef0e58194: Pulling fs layer 22:45:14 9712f1f96733: Pulling fs layer 22:45:14 63f879dbbcfc: Pulling fs layer 22:45:14 0d9ebad4ef96: Pulling fs layer 22:45:14 e9a5061849ea: Pulling fs layer 22:45:14 d747dcd14b5f: Pulling fs layer 22:45:14 2de7ff778b66: Pulling fs layer 22:45:14 e9a5061849ea: Waiting 22:45:14 d747dcd14b5f: Waiting 22:45:14 0d9ebad4ef96: Waiting 22:45:14 2de7ff778b66: Waiting 22:45:14 9712f1f96733: Verifying Checksum 22:45:14 9712f1f96733: Download complete 22:45:15 63f879dbbcfc: Verifying Checksum 22:45:15 63f879dbbcfc: Download complete 22:45:15 e9a5061849ea: Verifying Checksum 22:45:15 e9a5061849ea: Download complete 22:45:15 d747dcd14b5f: Verifying Checksum 22:45:15 d747dcd14b5f: Download complete 22:45:16 2de7ff778b66: Verifying Checksum 22:45:16 2de7ff778b66: Download complete 22:45:16 0d9ebad4ef96: Verifying Checksum 22:45:16 0d9ebad4ef96: Download complete 22:45:16 ab5ef0e58194: Verifying Checksum 22:45:16 ab5ef0e58194: Download complete 22:45:22 ab5ef0e58194: Pull complete 22:45:22 9712f1f96733: Pull complete 22:45:24 63f879dbbcfc: Pull complete 22:45:30 0d9ebad4ef96: Pull complete 22:45:32 e9a5061849ea: Pull complete 22:45:32 d747dcd14b5f: Pull complete 22:45:36 2de7ff778b66: Pull complete 22:45:36 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 22:45:36 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 22:45:36 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 22:45:36 prd-centos7-docker-4c-2g-1000 does not seem to be running inside a container 22:45:36 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/gexfoundry_device-mqtt-go_master -v /w/workspace/gexfoundry_device-mqtt-go_master:/w/workspace/gexfoundry_device-mqtt-go_master:rw,z -v /w/workspace/gexfoundry_device-mqtt-go_master@tmp:/w/workspace/gexfoundry_device-mqtt-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat 22:45:40 $ docker top 13100ee37316576dda7e2bf70d3a85d83a52f77884155c5a85e6d0af79eefae9 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 22:45:40 provisioning config files... 22:45:40 copy managed file [sigul-config] to file:/w/workspace/gexfoundry_device-mqtt-go_master@tmp/config6134231394084534556tmp 22:45:40 copy managed file [sigul-password] to file:/w/workspace/gexfoundry_device-mqtt-go_master@tmp/config5526647004718337993tmp 22:45:40 copy managed file [sigul-pki] to file:/w/workspace/gexfoundry_device-mqtt-go_master@tmp/config5919602399436114882tmp [Pipeline] { [Pipeline] echo 22:45:40 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 22:45:40 ---> sigul-configuration.sh 22:45:40 gpg: directory `/root/.gnupg' created 22:45:40 gpg: new configuration file `/root/.gnupg/gpg.conf' created 22:45:40 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 22:45:40 gpg: keyring `/root/.gnupg/secring.gpg' created 22:45:40 gpg: keyring `/root/.gnupg/pubring.gpg' created 22:45:40 gpg: CAST5 encrypted data 22:45:41 gpg: encrypted with 1 passphrase 22:45:41 gpg: WARNING: message was not integrity protected [Pipeline] sh 22:45:41 + mkdir /home/jenkins 22:45:41 + mkdir /home/jenkins/sigul [Pipeline] sh 22:45:41 + 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 22:45:41 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 22:45:42 ---> sigul-install.sh 22:45:48 Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh 22:45:49 + git tag --list 22:45:49 0.7.1 22:45:49 v1.0.0 22:45:49 v1.1.0 22:45:49 v1.1.1 22:45:49 v1.2.2 22:45:49 v1.3.0 22:45:49 v1.3.1 22:45:49 v1.3.1-dev.1 22:45:49 v1.3.1-dev.2 22:45:49 v1.3.1-dev.3 22:45:49 v1.3.1-dev.4 22:45:49 v1.3.2-dev.1 22:45:49 v1.3.2-dev.2 22:45:49 v1.3.2-dev.3 22:45:49 v1.3.2-dev.4 22:45:49 v1.3.2-dev.5 22:45:49 v1.3.2-dev.6 22:45:49 v1.3.2-dev.7 [Pipeline] sh 22:45:49 + lftools sign git-tag v1.3.2-dev.7 22:45:50 Signing Git tag with Sigul... 22:45:50 Signing v1.3.2-dev.7 [Pipeline] echo 22:45:52 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 22:45:53 ---> sigul-configuration-cleanup.sh [Pipeline] } 22:45:53 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 22:45:53 $ docker stop --time=1 13100ee37316576dda7e2bf70d3a85d83a52f77884155c5a85e6d0af79eefae9 22:45:55 $ docker rm -f 13100ee37316576dda7e2bf70d3a85d83a52f77884155c5a85e6d0af79eefae9 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh 22:45:55 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 22:45:55 . [Pipeline] withDockerContainer 22:45:56 prd-centos7-docker-4c-2g-1000 does not seem to be running inside a container 22:45:56 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_device-mqtt-go_master -v /w/workspace/gexfoundry_device-mqtt-go_master:/w/workspace/gexfoundry_device-mqtt-go_master:rw,z -v /w/workspace/gexfoundry_device-mqtt-go_master@tmp:/w/workspace/gexfoundry_device-mqtt-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 22:45:56 $ docker top 9cd5a8d747483c6ce3604c434999db17a789536d23ccf8ccf49fac589b83a355 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 22:45:57 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 22:45:57 [ssh-agent] Looking for ssh-agent implementation... 22:45:57 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 22:45:57 $ docker exec 9cd5a8d747483c6ce3604c434999db17a789536d23ccf8ccf49fac589b83a355 ssh-agent 22:45:57 SSH_AUTH_SOCK=/tmp/ssh-QQFny2FH3BN8/agent.12 22:45:57 SSH_AGENT_PID=18 22:45:57 Running ssh-add (command line suppressed) 22:45:57 Identity added: /w/workspace/gexfoundry_device-mqtt-go_master@tmp/private_key_3889211564648961599.key (/w/workspace/gexfoundry_device-mqtt-go_master@tmp/private_key_3889211564648961599.key) 22:45:57 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 22:45:58 + git semver bump pre 22:45:58 # -> Open(): unable to determine branch for HEAD 22:45:58 # $GIT_DIR = /w/workspace/gexfoundry_device-mqtt-go_master/.git 22:45:58 # $GIT_WORK_TREE = /w/workspace/gexfoundry_device-mqtt-go_master 22:45:58 # $SEMVER_REMOTE_NAME = origin 22:45:58 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 22:45:58 # $SEMVER_USER_NAME = edgex-jenkins 22:45:58 # $SEMVER_BRANCH = master 22:45:58 # $SEMVER_DIR = /w/workspace/gexfoundry_device-mqtt-go_master/.semver 22:45:58 1.3.2-dev.8 [Pipeline] } 22:45:58 $ docker exec --env ******** --env ******** 9cd5a8d747483c6ce3604c434999db17a789536d23ccf8ccf49fac589b83a355 ssh-agent -k 22:45:58 unset SSH_AUTH_SOCK; 22:45:58 unset SSH_AGENT_PID; 22:45:58 echo Agent pid 18 killed; 22:45:58 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 22:45:58 + git semver [Pipeline] } 22:45:58 $ docker stop --time=1 9cd5a8d747483c6ce3604c434999db17a789536d23ccf8ccf49fac589b83a355 22:46:00 $ docker rm -f 9cd5a8d747483c6ce3604c434999db17a789536d23ccf8ccf49fac589b83a355 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 22:46:00 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 22:46:00 . [Pipeline] withDockerContainer 22:46:00 prd-centos7-docker-4c-2g-1000 does not seem to be running inside a container 22:46:00 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_device-mqtt-go_master -v /w/workspace/gexfoundry_device-mqtt-go_master:/w/workspace/gexfoundry_device-mqtt-go_master:rw,z -v /w/workspace/gexfoundry_device-mqtt-go_master@tmp:/w/workspace/gexfoundry_device-mqtt-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 22:46:01 $ docker top 06dd614c0eeb9bacaa444d5d8bd1697a63f59dbfe1f44ed0b7e03613b852ce08 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 22:46:01 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 22:46:01 [ssh-agent] Looking for ssh-agent implementation... 22:46:01 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 22:46:01 $ docker exec 06dd614c0eeb9bacaa444d5d8bd1697a63f59dbfe1f44ed0b7e03613b852ce08 ssh-agent 22:46:02 SSH_AUTH_SOCK=/tmp/ssh-5TaAYOUak9Ru/agent.11 22:46:02 SSH_AGENT_PID=16 22:46:02 Running ssh-add (command line suppressed) 22:46:02 Identity added: /w/workspace/gexfoundry_device-mqtt-go_master@tmp/private_key_275191814548997531.key (/w/workspace/gexfoundry_device-mqtt-go_master@tmp/private_key_275191814548997531.key) 22:46:02 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 22:46:02 + git semver push 22:46:02 # -> Open(): unable to determine branch for HEAD 22:46:02 # $GIT_DIR = /w/workspace/gexfoundry_device-mqtt-go_master/.git 22:46:02 # $GIT_WORK_TREE = /w/workspace/gexfoundry_device-mqtt-go_master 22:46:02 # $SEMVER_REMOTE_NAME = origin 22:46:02 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 22:46:02 # $SEMVER_USER_NAME = edgex-jenkins 22:46:02 # $SEMVER_BRANCH = master 22:46:02 # $SEMVER_DIR = /w/workspace/gexfoundry_device-mqtt-go_master/.semver [Pipeline] } 22:46:07 $ docker exec --env ******** --env ******** 06dd614c0eeb9bacaa444d5d8bd1697a63f59dbfe1f44ed0b7e03613b852ce08 ssh-agent -k 22:46:07 unset SSH_AUTH_SOCK; 22:46:07 unset SSH_AGENT_PID; 22:46:07 echo Agent pid 16 killed; 22:46:08 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 22:46:08 + git semver [Pipeline] } 22:46:08 $ docker stop --time=1 06dd614c0eeb9bacaa444d5d8bd1697a63f59dbfe1f44ed0b7e03613b852ce08 22:46:09 $ docker rm -f 06dd614c0eeb9bacaa444d5d8bd1697a63f59dbfe1f44ed0b7e03613b852ce08 [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 22:46:10 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 22:46:11 ---> package-listing.sh 22:46:11 ++ facter osfamily 22:46:11 ++ tr '[:upper:]' '[:lower:]' 22:46:11 + OS_FAMILY=redhat 22:46:11 + workspace=/w/workspace/gexfoundry_device-mqtt-go_master 22:46:11 + START_PACKAGES=/tmp/packages_start.txt 22:46:11 + END_PACKAGES=/tmp/packages_end.txt 22:46:11 + DIFF_PACKAGES=/tmp/packages_diff.txt 22:46:11 + PACKAGES=/tmp/packages_start.txt 22:46:11 + '[' /w/workspace/gexfoundry_device-mqtt-go_master ']' 22:46:11 + PACKAGES=/tmp/packages_end.txt 22:46:11 + case "${OS_FAMILY}" in 22:46:11 + rpm -qa 22:46:11 + sort 22:46:16 + '[' -f /tmp/packages_start.txt ']' 22:46:16 + '[' -f /tmp/packages_end.txt ']' 22:46:16 + diff /tmp/packages_start.txt /tmp/packages_end.txt 22:46:16 + '[' /w/workspace/gexfoundry_device-mqtt-go_master ']' 22:46:16 + mkdir -p /w/workspace/gexfoundry_device-mqtt-go_master/archives/ 22:46:16 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/gexfoundry_device-mqtt-go_master/archives/ [Pipeline] echo 22:46:16 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 22:46:17 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 22:46:17 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 22:46:17 22:46:17 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 22:46:17 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 22:46:17 alpine: Pulling from edgex-lftools-log-publisher 22:46:17 df20fa9351a1: Pulling fs layer 22:46:17 36b3adc4ff6f: Pulling fs layer 22:46:17 8ad3a11d3b57: Pulling fs layer 22:46:17 46f8f816bc3b: Pulling fs layer 22:46:17 93b61091891f: Pulling fs layer 22:46:17 93b9cdb0e59b: Pulling fs layer 22:46:17 5e14af77c1be: Pulling fs layer 22:46:17 01666e4c0597: Pulling fs layer 22:46:17 aa168da1d23b: Pulling fs layer 22:46:17 93b9cdb0e59b: Waiting 22:46:17 5e14af77c1be: Waiting 22:46:17 46f8f816bc3b: Waiting 22:46:17 93b61091891f: Waiting 22:46:17 aa168da1d23b: Waiting 22:46:17 36b3adc4ff6f: Download complete 22:46:17 46f8f816bc3b: Verifying Checksum 22:46:17 46f8f816bc3b: Download complete 22:46:17 df20fa9351a1: Verifying Checksum 22:46:17 df20fa9351a1: Download complete 22:46:17 93b9cdb0e59b: Verifying Checksum 22:46:17 93b9cdb0e59b: Download complete 22:46:17 5e14af77c1be: Verifying Checksum 22:46:17 5e14af77c1be: Download complete 22:46:18 01666e4c0597: Verifying Checksum 22:46:18 01666e4c0597: Download complete 22:46:18 93b61091891f: Download complete 22:46:18 8ad3a11d3b57: Verifying Checksum 22:46:18 8ad3a11d3b57: Download complete 22:46:18 df20fa9351a1: Pull complete 22:46:18 36b3adc4ff6f: Pull complete 22:46:19 8ad3a11d3b57: Pull complete 22:46:19 aa168da1d23b: Verifying Checksum 22:46:19 aa168da1d23b: Download complete 22:46:20 46f8f816bc3b: Pull complete 22:46:20 93b61091891f: Pull complete 22:46:20 93b9cdb0e59b: Pull complete 22:46:20 5e14af77c1be: Pull complete 22:46:21 01666e4c0597: Pull complete 22:46:31 aa168da1d23b: Pull complete 22:46:31 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 22:46:31 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 22:46:31 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 22:46:31 prd-centos7-docker-4c-2g-1000 does not seem to be running inside a container 22:46:31 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/gexfoundry_device-mqtt-go_master/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/gexfoundry_device-mqtt-go_master -v /w/workspace/gexfoundry_device-mqtt-go_master:/w/workspace/gexfoundry_device-mqtt-go_master:rw,z -v /w/workspace/gexfoundry_device-mqtt-go_master@tmp:/w/workspace/gexfoundry_device-mqtt-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 22:46:33 $ docker top df670afc568eb7bd8ffdbb616189e8dc198ef6daa85617a0c04a4298138ce4a1 -eo pid,comm [Pipeline] { [Pipeline] sh 22:46:34 + touch /tmp/pre-build-complete [Pipeline] sh 22:46:34 + mkdir -p /var/log/sa [Pipeline] sh 22:46:34 + ls /var/log/sa-host 22:46:34 + sadf -c /var/log/sa-host/sa19 22:46:34 file_magic: OK 22:46:34 HZ: Using current value: 100 22:46:34 file_header: OK 22:46:34 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 22:46:34 Statistics: 22:46:34 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 22:46:34 File successfully converted to sysstat format version 12.2.1 22:46:34 + sadf -c /var/log/sa-host/sa23 22:46:34 file_magic: OK 22:46:34 HZ: Using current value: 100 22:46:34 file_header: OK 22:46:34 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 22:46:34 Statistics: 22:46:34 Hnuu...uuuununununu... 22:46:34 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 22:46:35 provisioning config files... 22:46:35 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/gexfoundry_device-mqtt-go_master@tmp/config337952746025075864tmp [Pipeline] { [Pipeline] echo 22:46:35 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 22:46:35 ---> create-netrc.sh [Pipeline] } 22:46:35 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 22:46:36 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 22:46:36 ---> python-tools-install.sh [Pipeline] echo 22:46:36 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 22:46:36 ---> sudo-logs.sh 22:46:36 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 22:46:36 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 22:46:36 ---> job-cost.sh 22:46:36 lf-activate-venv: SKIPPING 22:46:36 DEBUG: total: 0.029999999329447746 22:46:36 INFO: Retrieving Stack Cost... 22:46:37 INFO: Retrieving Pricing Info for: v1-standard-2 22:46:38 INFO: Archiving Costs [Pipeline] echo 22:46:38 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 22:46:38 ---> logs-deploy.sh 22:46:38 lf-activate-venv: SKIPPING 22:46:38 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-mqtt-go/master/38 22:46:38 INFO: archiving workspace using pattern(s): 22:46:40 Archives upload complete. 22:46:40 INFO: archiving logs to Nexus 22:46:42 ---> uname -a: 22:46:42 Linux prd-centos7-docker-4c-2g-1000.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 22:46:42 22:46:42 22:46:42 ---> lscpu: 22:46:42 Architecture: x86_64 22:46:42 CPU op-mode(s): 32-bit, 64-bit 22:46:42 Byte Order: Little Endian 22:46:42 Address sizes: 40 bits physical, 48 bits virtual 22:46:42 CPU(s): 4 22:46:42 On-line CPU(s) list: 0-3 22:46:42 Thread(s) per core: 1 22:46:42 Core(s) per socket: 1 22:46:42 Socket(s): 4 22:46:42 NUMA node(s): 1 22:46:42 Vendor ID: GenuineIntel 22:46:42 CPU family: 6 22:46:42 Model: 44 22:46:42 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 22:46:42 Stepping: 1 22:46:42 CPU MHz: 2933.438 22:46:42 BogoMIPS: 5866.87 22:46:42 Virtualization: VT-x 22:46:42 Hypervisor vendor: KVM 22:46:42 Virtualization type: full 22:46:42 L1d cache: 128 KiB 22:46:42 L1i cache: 128 KiB 22:46:42 L2 cache: 16 MiB 22:46:42 L3 cache: 64 MiB 22:46:42 NUMA node0 CPU(s): 0-3 22:46:42 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 22:46:42 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 22:46:42 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 22:46:42 Vulnerability Meltdown: Mitigation; PTI 22:46:42 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 22:46:42 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 22:46:42 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 22:46:42 Vulnerability Srbds: Not affected 22:46:42 Vulnerability Tsx async abort: Not affected 22:46:42 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 22:46:42 22:46:42 22:46:42 ---> nproc: 22:46:42 4 22:46:42 22:46:42 22:46:42 ---> df -h: 22:46:42 Filesystem Size Used Available Use% Mounted on 22:46:42 overlay 50.0G 8.5G 41.4G 17% / 22:46:42 tmpfs 64.0M 0 64.0M 0% /dev 22:46:42 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 22:46:42 shm 64.0M 0 64.0M 0% /dev/shm 22:46:42 /dev/vda1 50.0G 8.5G 41.4G 17% /facter-os 22:46:42 /dev/vda1 50.0G 8.5G 41.4G 17% /etc/resolv.conf 22:46:42 /dev/vda1 50.0G 8.5G 41.4G 17% /etc/hostname 22:46:42 /dev/vda1 50.0G 8.5G 41.4G 17% /etc/hosts 22:46:42 /dev/vda1 50.0G 8.5G 41.4G 17% /w/workspace/gexfoundry_device-mqtt-go_master 22:46:42 /dev/vda1 50.0G 8.5G 41.4G 17% /w/workspace/gexfoundry_device-mqtt-go_master@tmp 22:46:42 /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/sa-host 22:46:42 /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/secure 22:46:42 /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/auth.log 22:46:42 /dev/vda1 50.0G 8.5G 41.4G 17% /run/cloud-init/result.json 22:46:42 22:46:42 22:46:42 ---> free -m: 22:46:42 total used free shared buff/cache available 22:46:42 Mem: 1837 816 150 0 870 956 22:46:42 Swap: 1023 3 1020 22:46:42 22:46:42 22:46:42 ---> ip addr: 22:46:42 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 22:46:42 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 22:46:42 inet 127.0.0.1/8 scope host lo 22:46:42 valid_lft forever preferred_lft forever 22:46:42 inet6 ::1/128 scope host 22:46:42 valid_lft forever preferred_lft forever 22:46:42 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 22:46:42 link/ether fa:16:3e:f3:17:86 brd ff:ff:ff:ff:ff:ff 22:46:42 inet 10.30.123.68/23 brd 10.30.123.255 scope global dynamic eth0 22:46:42 valid_lft 85687sec preferred_lft 85687sec 22:46:42 inet6 fe80::f816:3eff:fef3:1786/64 scope link 22:46:42 valid_lft forever preferred_lft forever 22:46:42 3: docker0: mtu 1500 qdisc noqueue state DOWN 22:46:42 link/ether 02:42:26:70:e5:28 brd ff:ff:ff:ff:ff:ff 22:46:42 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 22:46:42 valid_lft forever preferred_lft forever 22:46:42 inet6 fe80::42:26ff:fe70:e528/64 scope link 22:46:42 valid_lft forever preferred_lft forever 22:46:42 22:46:42 22:46:42 ---> sar -b -r -n DEV: 22:46:42 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 04/19/21 _x86_64_ (4 CPU) 22:46:42 22:46:42 22:34:37 LINUX RESTART (4 CPU) 22:46:42 22:46:42 22:35:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 22:46:42 22:36:01 94.24 39.25 54.99 0.00 7684.14 13362.79 0.00 22:46:42 22:37:01 1.85 0.00 1.85 0.00 0.00 37.30 0.00 22:46:42 22:38:01 0.43 0.00 0.43 0.00 0.00 6.46 0.00 22:46:42 22:39:01 0.25 0.00 0.25 0.00 0.00 2.56 0.00 22:46:42 22:40:01 0.23 0.00 0.23 0.00 0.00 3.73 0.00 22:46:42 22:41:01 0.32 0.00 0.32 0.00 0.00 4.28 0.00 22:46:42 22:42:01 0.23 0.00 0.23 0.00 0.00 2.30 0.00 22:46:42 22:43:01 0.32 0.00 0.32 0.00 0.00 4.23 0.00 22:46:42 22:44:02 0.23 0.00 0.23 0.00 0.00 3.13 0.00 22:46:42 22:45:01 305.14 181.60 123.54 0.00 8396.35 36151.39 0.00 22:46:42 22:46:01 224.93 71.28 153.64 0.00 4434.61 36410.92 0.00 22:46:42 Average: 56.78 26.35 30.43 0.00 1856.40 7780.56 0.00 22:46:42 22:46:42 22:35:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 22:46:42 22:36:01 120752 0 604180 32.11 2620 1153992 1093888 37.33 450064 1111700 128 22:46:42 22:37:01 124376 0 600616 31.92 2620 1153932 1067952 36.45 448728 1110292 20 22:46:42 22:38:01 123508 0 601480 31.97 2620 1153936 1067976 36.45 445816 1113964 16 22:46:42 22:39:01 118140 0 606848 32.25 2620 1153936 1081668 36.92 450644 1113896 20 22:46:42 22:40:01 118208 0 606772 32.25 2620 1153944 1083800 36.99 450932 1113968 12 22:46:42 22:41:01 120176 0 604800 32.14 2620 1153948 1083520 36.98 449032 1113968 12 22:46:42 22:42:01 120424 0 604548 32.13 2620 1153952 1083536 36.98 449028 1113968 12 22:46:42 22:43:01 120308 0 604660 32.14 2620 1153956 1083548 36.98 449024 1113968 8 22:46:42 22:44:02 119608 0 605352 32.17 2620 1153964 1083620 36.98 449484 1113972 8 22:46:42 22:45:01 97592 0 752588 40.00 2596 1028768 1278852 43.65 540616 968592 79208 22:46:42 22:46:01 182264 0 822176 43.70 1492 875612 1892132 64.58 633864 734004 36 22:46:42 Average: 124123 0 637638 33.89 2515 1117267 1172772 40.02 474294 1065663 7225 22:46:42 22:46:42 22:35:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 22:46:42 22:36:01 eth0 638.37 396.45 1098.61 87.43 0.00 0.00 0.00 0.00 22:46:42 22:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:46:42 22:36:01 docker0 1.81 1.46 0.40 4.76 0.00 0.00 0.00 0.00 22:46:42 22:37:01 eth0 2.53 0.68 1.10 0.21 0.00 0.00 0.00 0.00 22:46:42 22:37:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:46:42 22:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:46:42 22:38:01 eth0 2.16 0.35 0.40 0.20 0.00 0.00 0.00 0.00 22:46:42 22:38:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:46:42 22:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:46:42 22:39:01 eth0 6.59 5.31 0.91 21.43 0.00 0.00 0.00 0.00 22:46:42 22:39:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:46:42 22:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:46:42 22:40:01 eth0 3.23 1.97 0.76 2.56 0.00 0.00 0.00 0.00 22:46:42 22:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:46:42 22:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:46:42 22:41:01 eth0 3.10 0.90 1.14 0.64 0.00 0.00 0.00 0.00 22:46:42 22:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:46:42 22:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:46:42 22:42:01 eth0 3.95 0.42 0.61 0.24 0.00 0.00 0.00 0.00 22:46:42 22:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:46:42 22:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:46:42 22:43:01 eth0 3.95 1.13 1.27 0.80 0.00 0.00 0.00 0.00 22:46:42 22:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:46:42 22:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:46:42 22:44:02 eth0 2.58 1.02 0.90 0.61 0.00 0.00 0.00 0.00 22:46:42 22:44:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:46:42 22:44:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:46:42 22:45:01 vethb6c1923 61.30 65.67 5.92 397.11 0.00 0.00 0.00 0.00 22:46:42 22:45:01 eth0 501.13 411.18 4546.00 38.25 0.00 0.00 0.00 0.00 22:46:42 22:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:46:42 22:45:01 docker0 61.30 65.56 5.09 397.10 0.00 0.00 0.00 0.00 22:46:42 22:46:01 veth4bc4995 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:46:42 22:46:01 eth0 476.89 385.02 3499.09 104.12 0.00 0.00 0.00 0.00 22:46:42 22:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:46:42 22:46:01 docker0 29.20 36.19 1.76 244.58 0.00 0.00 0.00 0.00 22:46:42 Average: veth4bc4995 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:46:42 Average: eth0 149.06 109.11 826.99 23.31 0.00 0.00 0.00 0.00 22:46:42 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:46:42 Average: docker0 8.32 9.31 0.65 58.31 0.00 0.00 0.00 0.00 22:46:42 22:46:42 22:46:42 ---> sar -P ALL: 22:46:42 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 04/19/21 _x86_64_ (4 CPU) 22:46:42 22:46:42 22:34:37 LINUX RESTART (4 CPU) 22:46:42 22:46:42 22:35:01 CPU %user %nice %system %iowait %steal %idle 22:46:42 22:36:01 all 12.12 0.00 5.48 2.84 0.05 79.52 22:46:42 22:36:01 0 13.38 0.00 6.76 1.80 0.05 78.02 22:46:42 22:36:01 1 12.07 0.00 5.18 3.63 0.03 79.08 22:46:42 22:36:01 2 11.46 0.00 4.96 2.12 0.05 81.42 22:46:42 22:36:01 3 11.58 0.00 5.01 3.81 0.05 79.56 22:46:42 22:37:01 all 0.17 0.00 0.05 0.00 0.00 99.79 22:46:42 22:37:01 0 0.03 0.00 0.03 0.00 0.00 99.93 22:46:42 22:37:01 1 0.53 0.00 0.05 0.00 0.00 99.42 22:46:42 22:37:01 2 0.07 0.00 0.05 0.00 0.00 99.88 22:46:42 22:37:01 3 0.03 0.00 0.05 0.00 0.00 99.92 22:46:42 22:38:01 all 0.16 0.00 0.03 0.00 0.01 99.80 22:46:42 22:38:01 0 0.03 0.00 0.03 0.00 0.00 99.93 22:46:42 22:38:01 1 0.03 0.00 0.02 0.00 0.02 99.93 22:46:42 22:38:01 2 0.07 0.00 0.05 0.00 0.02 99.87 22:46:42 22:38:01 3 0.52 0.00 0.03 0.00 0.00 99.45 22:46:42 22:39:01 all 0.33 0.00 0.08 0.00 0.00 99.58 22:46:42 22:39:01 0 0.20 0.00 0.12 0.00 0.02 99.67 22:46:42 22:39:01 1 0.30 0.00 0.05 0.00 0.00 99.65 22:46:42 22:39:01 2 0.18 0.00 0.08 0.00 0.00 99.73 22:46:42 22:39:01 3 0.63 0.00 0.08 0.00 0.00 99.28 22:46:42 22:40:01 all 0.21 0.00 0.04 0.00 0.00 99.75 22:46:42 22:40:01 0 0.18 0.00 0.05 0.00 0.00 99.77 22:46:42 22:40:01 1 0.43 0.00 0.03 0.00 0.00 99.53 22:46:42 22:40:01 2 0.18 0.00 0.07 0.00 0.00 99.75 22:46:42 22:40:01 3 0.03 0.00 0.02 0.00 0.00 99.95 22:46:42 22:41:01 all 0.15 0.00 0.05 0.00 0.01 99.79 22:46:42 22:41:01 0 0.02 0.00 0.03 0.00 0.00 99.95 22:46:42 22:41:01 1 0.53 0.00 0.03 0.00 0.00 99.43 22:46:42 22:41:01 2 0.05 0.00 0.08 0.00 0.00 99.87 22:46:42 22:41:01 3 0.02 0.00 0.03 0.00 0.03 99.92 22:46:42 22:42:01 all 0.16 0.00 0.03 0.00 0.00 99.81 22:46:42 22:42:01 0 0.03 0.00 0.03 0.00 0.00 99.93 22:46:42 22:42:01 1 0.53 0.00 0.05 0.00 0.02 99.40 22:46:42 22:42:01 2 0.05 0.00 0.02 0.00 0.00 99.93 22:46:42 22:42:01 3 0.02 0.00 0.02 0.00 0.00 99.97 22:46:42 22:43:01 all 0.12 0.00 0.04 0.00 0.02 99.82 22:46:42 22:43:01 0 0.03 0.00 0.03 0.00 0.02 99.92 22:46:42 22:43:01 1 0.35 0.00 0.05 0.00 0.03 99.57 22:46:42 22:43:01 2 0.07 0.00 0.07 0.00 0.02 99.85 22:46:42 22:43:01 3 0.02 0.00 0.02 0.00 0.00 99.97 22:46:42 22:44:02 all 0.16 0.00 0.03 0.00 0.01 99.80 22:46:42 22:44:02 0 0.03 0.00 0.02 0.00 0.00 99.95 22:46:42 22:44:02 1 0.53 0.00 0.02 0.00 0.02 99.43 22:46:42 22:44:02 2 0.05 0.00 0.05 0.00 0.02 99.88 22:46:42 22:44:02 3 0.03 0.00 0.03 0.00 0.02 99.92 22:46:42 22:45:01 all 10.76 0.00 7.59 4.33 0.86 76.46 22:46:42 22:45:01 0 9.68 0.00 8.58 4.23 0.84 76.67 22:46:42 22:45:01 1 11.80 0.00 7.12 3.74 0.78 76.55 22:46:42 22:45:01 2 10.38 0.00 7.46 5.21 1.00 75.94 22:46:42 22:45:01 3 11.17 0.00 7.22 4.13 0.80 76.68 22:46:42 22:46:01 all 13.08 0.00 10.15 3.79 1.37 71.61 22:46:42 22:46:01 0 11.82 0.00 11.31 4.10 1.11 71.67 22:46:42 22:46:01 1 10.92 0.00 9.14 3.72 1.54 74.68 22:46:42 22:46:01 2 17.09 0.00 10.58 4.68 1.47 66.18 22:46:42 22:46:01 3 12.49 0.00 9.60 2.65 1.34 73.92 22:46:42 22:46:42 Average: CPU %user %nice %system %iowait %steal %idle 22:46:42 Average: all 3.34 0.00 2.10 0.97 0.21 93.39 22:46:42 Average: 0 3.15 0.00 2.39 0.89 0.18 93.38 22:46:42 Average: 1 3.40 0.00 1.94 0.99 0.22 93.45 22:46:42 Average: 2 3.54 0.00 2.09 1.07 0.23 93.08 22:46:42 Average: 3 3.25 0.00 1.96 0.94 0.20 93.65 22:46:42 22:46:42 22:46:42