Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 3691df947a2f13c033dab4cecb2f3e43c92cf99c Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 9d0281235b943b7ad605f650702698f9078b2862 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 9d0281235b943b7ad605f650702698f9078b2862 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 9d0281235b943b7ad605f650702698f9078b2862 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 9d0281235b943b7ad605f650702698f9078b2862 # timeout=10 Commit message: "Merge pull request #315 from ernestojeda/rename-docker-images-again" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 46d8313d362d7075c0f562900eedc504c24ea18a using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:device-mqtt-go, buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: device-mqtt-go-settings PROJECT: device-mqtt-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.16 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: device-mqtt DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: true PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task ‘prd-centos7-blackbox-4c-2g-3715’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-centos7-docker-4c-2g-4780’ is offline; ‘prd-centos7-docker-4c-2g-4782’ is offline; ‘prd-centos7-docker-4c-2g-4783’ is offline; ‘prd-centos7-docker-4c-2g-4784’ is offline; ‘prd-centos7-docker-4c-2g-4785’ is offline; ‘prd-centos7-docker-4c-2g-4786’ is offline; ‘prd-centos7-docker-4c-2g-4788’ is offline; ‘prd-centos7-docker-4c-2g-4791’ is offline; ‘prd-centos7-docker-4c-2g-4797’ is offline; ‘prd-centos7-docker-4c-2g-4800’ is offline; ‘prd-ubuntu18.04-docker-8c-8g-4793’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-3702’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-4781’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-4787’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-4789’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-4792’ doesn’t have label ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-4802 in /w/workspace/gexfoundry_device-mqtt-go_master [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/device-mqtt-go.git > git init /w/workspace/gexfoundry_device-mqtt-go_master # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 3691df947a2f13c033dab4cecb2f3e43c92cf99c (master) > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 3691df947a2f13c033dab4cecb2f3e43c92cf99c # timeout=10 Commit message: "Merge pull request #237 from tonyespy/go-116" > git rev-list --no-walk e697b4492d61b291e25afe90594ef703f17e91d3 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 20:06:38 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 20:06:38 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 20:06:38 ========================================================= 20:06:38 EdgeX Global Pipelines Version Info 20:06:38 ========================================================= [Pipeline] libraryResource [Pipeline] sh 20:06:40 ------------------- 20:06:40 stable info: 20:06:40 ------------------- 20:06:40 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 20:06:40 Commit SHA: 9d0281235b943b7ad605f650702698f9078b2862 20:06:40 Message: update stable to v1.0.192 20:06:41 ------------------- 20:06:41 experimental info: 20:06:41 ------------------- 20:06:41 Commited By: **** collab-it+edgex@linuxfoundation.org 20:06:41 Commit SHA: 9d0281235b943b7ad605f650702698f9078b2862 20:06:41 Message: update experimental to v1.0.192 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 20:06:41 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-mqtt-go-settings [Pipeline] echo 20:06:41 [edgeXSetupEnvironment]: set envvar PROJECT = device-mqtt-go [Pipeline] echo 20:06:41 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 20:06:41 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 20:06:41 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 20:06:41 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.16 [Pipeline] echo 20:06:41 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 20:06:41 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [Pipeline] echo 20:06:41 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 20:06:41 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 20:06:41 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 20:06:41 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-mqtt [Pipeline] echo 20:06:41 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 20:06:41 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 20:06:41 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 20:06:41 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 20:06:41 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 20:06:41 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 20:06:41 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 20:06:41 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 20:06:42 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 20:06:42 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 20:06:42 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 20:06:42 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 20:06:42 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 20:06:42 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 20:06:42 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo 20:06:42 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo 20:06:42 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo 20:06:42 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 3691df947a2f13c033dab4cecb2f3e43c92cf99c [Pipeline] echo 20:06:42 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 3691df9 [Pipeline] echo 20:06:42 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 20:06:42 provisioning config files... 20:06:42 copy managed file [device-mqtt-go-settings] to file:/w/workspace/gexfoundry_device-mqtt-go_master@tmp/config5543601175189812787tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 20:06:42 ---> docker-login.sh 20:06:42 nexus3.edgexfoundry.org:10001 20:06:43 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:06:43 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:06:43 Configure a credential helper to remove this warning. See 20:06:43 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:06:43 20:06:43 Login Succeeded 20:06:43 nexus3.edgexfoundry.org:10002 20:06:43 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:06:43 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:06:43 Configure a credential helper to remove this warning. See 20:06:43 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:06:43 20:06:43 Login Succeeded 20:06:43 nexus3.edgexfoundry.org:10003 20:06:43 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:06:43 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:06:43 Configure a credential helper to remove this warning. See 20:06:43 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:06:43 20:06:43 Login Succeeded 20:06:43 nexus3.edgexfoundry.org:10004 20:06:43 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:06:43 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:06:43 Configure a credential helper to remove this warning. See 20:06:43 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:06:43 20:06:43 Login Succeeded 20:06:43 docker.io 20:06:44 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:06:44 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:06:44 Configure a credential helper to remove this warning. See 20:06:44 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:06:44 20:06:44 Login Succeeded 20:06:44 ---> docker-login.sh ends [Pipeline] } 20:06:44 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 20:06:44 + git log --format=format:%s -1 3691df947a2f13c033dab4cecb2f3e43c92cf99c [Pipeline] echo 20:06:44 GIT_COMMIT: 3691df947a2f13c033dab4cecb2f3e43c92cf99c, Commit Message: Merge pull request #237 from tonyespy/go-116 [Pipeline] echo 20:06:44 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 20:06:45 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 20:06:45 20:06:45 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 20:06:46 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 20:06:46 latest: Pulling from edgex-devops/git-semver 20:06:46 31603596830f: Pulling fs layer 20:06:46 54011a49482f: Pulling fs layer 20:06:46 a6820b24f6d8: Pulling fs layer 20:06:46 f581987b2513: Pulling fs layer 20:06:46 f581987b2513: Waiting 20:06:46 54011a49482f: Verifying Checksum 20:06:46 54011a49482f: Download complete 20:06:46 31603596830f: Verifying Checksum 20:06:46 31603596830f: Download complete 20:06:46 f581987b2513: Verifying Checksum 20:06:46 f581987b2513: Download complete 20:06:46 a6820b24f6d8: Verifying Checksum 20:06:46 31603596830f: Pull complete 20:06:46 54011a49482f: Pull complete 20:06:47 a6820b24f6d8: Pull complete 20:06:47 f581987b2513: Pull complete 20:06:47 Digest: sha256:772af3cb61214e5a22880db9bb273bb039d0aa3a8f4edfa0c1def8b4e20ea536 20:06:47 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 20:06:47 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 20:06:48 prd-centos7-docker-4c-2g-4802 does not seem to be running inside a container 20:06:48 $ 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 20:06:50 $ docker top 40bc01952c95e640cd3e7c59d4cbead7d4ab08d994f7d54a62b696e2dad47cd2 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 20:06:50 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 20:06:50 [ssh-agent] Looking for ssh-agent implementation... 20:06:50 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 20:06:50 $ docker exec 40bc01952c95e640cd3e7c59d4cbead7d4ab08d994f7d54a62b696e2dad47cd2 ssh-agent 20:06:50 SSH_AUTH_SOCK=/tmp/ssh-dxJqRmf2u48P/agent.12 20:06:50 SSH_AGENT_PID=17 20:06:50 Running ssh-add (command line suppressed) 20:06:51 Identity added: /w/workspace/gexfoundry_device-mqtt-go_master@tmp/private_key_2511563841839267845.key (/w/workspace/gexfoundry_device-mqtt-go_master@tmp/private_key_2511563841839267845.key) 20:06:51 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 20:06:51 + git tag --points-at HEAD [Pipeline] } 20:06:51 $ docker exec --env ******** --env ******** 40bc01952c95e640cd3e7c59d4cbead7d4ab08d994f7d54a62b696e2dad47cd2 ssh-agent -k 20:06:51 unset SSH_AUTH_SOCK; 20:06:51 unset SSH_AGENT_PID; 20:06:51 echo Agent pid 17 killed; 20:06:51 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 20:06:51 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 20:06:51 [ssh-agent] Looking for ssh-agent implementation... 20:06:51 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 20:06:51 $ docker exec 40bc01952c95e640cd3e7c59d4cbead7d4ab08d994f7d54a62b696e2dad47cd2 ssh-agent 20:06:51 SSH_AUTH_SOCK=/tmp/ssh-OreGce82SKXl/agent.46 20:06:51 SSH_AGENT_PID=51 20:06:51 Running ssh-add (command line suppressed) 20:06:52 Identity added: /w/workspace/gexfoundry_device-mqtt-go_master@tmp/private_key_2424660660995976225.key (/w/workspace/gexfoundry_device-mqtt-go_master@tmp/private_key_2424660660995976225.key) 20:06:52 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 20:06:52 + git semver init 20:06:52 # -> Open(): unable to determine branch for HEAD 20:06:52 # $GIT_DIR = /w/workspace/gexfoundry_device-mqtt-go_master/.git 20:06:52 # $GIT_WORK_TREE = /w/workspace/gexfoundry_device-mqtt-go_master 20:06:52 # $SEMVER_REMOTE_NAME = origin 20:06:52 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 20:06:52 # $SEMVER_USER_NAME = edgex-jenkins 20:06:52 # $SEMVER_BRANCH = master 20:06:52 # $SEMVER_TEMP = /tmp/semver-957760419 20:06:52 # git clone --branch semver git@github.com:edgexfoundry/device-mqtt-go.git $SEMVER_TEMP 20:06:52 # '/tmp/semver-957760419' -> '/w/workspace/gexfoundry_device-mqtt-go_master/.semver' 20:06:53 # -> Force: false 20:06:53 # $SEMVER_DIR = /w/workspace/gexfoundry_device-mqtt-go_master/.semver [Pipeline] } 20:06:53 $ docker exec --env ******** --env ******** 40bc01952c95e640cd3e7c59d4cbead7d4ab08d994f7d54a62b696e2dad47cd2 ssh-agent -k 20:06:53 unset SSH_AUTH_SOCK; 20:06:53 unset SSH_AGENT_PID; 20:06:53 echo Agent pid 51 killed; 20:06:53 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 20:06:53 + git semver [Pipeline] } 20:06:53 $ docker stop --time=1 40bc01952c95e640cd3e7c59d4cbead7d4ab08d994f7d54a62b696e2dad47cd2 20:06:55 $ docker rm -f 40bc01952c95e640cd3e7c59d4cbead7d4ab08d994f7d54a62b696e2dad47cd2 [Pipeline] // withDockerContainer [Pipeline] sh 20:06:55 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 20:06:55 Stashed 1 file(s) [Pipeline] echo 20:06:55 [edgeXSemver]: initialized semver on version 1.3.2-dev.10 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] node 20:07:10 Still waiting to schedule task 20:07:10 ‘prd-centos7-blackbox-4c-2g-3715’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-centos7-docker-4c-2g-4803’ is offline; ‘prd-centos7-docker-4c-2g-4806’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-3702’ doesn’t have label ‘centos7-docker-4c-2g’ 20:07:10 Still waiting to schedule task 20:07:10 Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ 20:08:42 Running on prd-centos7-docker-4c-2g-4812 in /w/workspace/gexfoundry_device-mqtt-go_master [Pipeline] { [Pipeline] ws 20:08:42 Running in /w/workspace/device-mqtt-go/42 [Pipeline] { [Pipeline] checkout 20:08:46 using credential edgex-jenkins-ssh 20:08:46 Cloning the remote Git repository 20:08:46 Cloning repository git@github.com:edgexfoundry/device-mqtt-go.git 20:08:46 > git init /w/workspace/device-mqtt-go/42 # timeout=10 20:08:46 Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git 20:08:46 > git --version # timeout=10 20:08:46 > git --version # 'git version 2.24.3' 20:08:46 using GIT_SSH to set credentials SSH Credentials for GitHub 20:08:46 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 20:08:47 Checking out Revision 3691df947a2f13c033dab4cecb2f3e43c92cf99c (master) 20:08:46 > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 20:08:46 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 20:08:46 > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 20:08:46 Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git 20:08:46 using GIT_SSH to set credentials SSH Credentials for GitHub 20:08:46 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 20:08:47 > git config core.sparsecheckout # timeout=10 20:08:47 > git checkout -f 3691df947a2f13c033dab4cecb2f3e43c92cf99c # timeout=10 20:08:51 Commit message: "Merge pull request #237 from tonyespy/go-116" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 20:08:52 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 20:08:52 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 20:08:53 + sudo service docker restart 20:08:53 + true 20:08:53 Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 20:08:54 provisioning config files... 20:08:54 copy managed file [device-mqtt-go-settings] to file:/w/workspace/device-mqtt-go/42@tmp/config810231881165689643tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 20:08:54 ---> docker-login.sh 20:08:54 nexus3.edgexfoundry.org:10001 20:08:55 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:08:55 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:08:55 Configure a credential helper to remove this warning. See 20:08:55 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:08:55 20:08:55 Login Succeeded 20:08:55 nexus3.edgexfoundry.org:10002 20:08:55 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:08:55 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:08:55 Configure a credential helper to remove this warning. See 20:08:55 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:08:55 20:08:55 Login Succeeded 20:08:55 nexus3.edgexfoundry.org:10003 20:08:55 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:08:55 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:08:55 Configure a credential helper to remove this warning. See 20:08:55 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:08:55 20:08:55 Login Succeeded 20:08:55 nexus3.edgexfoundry.org:10004 20:08:56 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:08:56 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:08:56 Configure a credential helper to remove this warning. See 20:08:56 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:08:56 20:08:56 Login Succeeded 20:08:56 docker.io 20:08:56 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:08:56 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:08:56 Configure a credential helper to remove this warning. See 20:08:56 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:08:56 20:08:56 Login Succeeded 20:08:56 ---> docker-login.sh ends [Pipeline] } 20:08:56 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 20:08:56 ========================================================= 20:08:56 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine] 20:08:56 ========================================================= [Pipeline] isUnix [Pipeline] sh 20:08:57 + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine . 20:08:57 Sending build context to Docker daemon 555kB 20:08:57 Step 1/8 : ARG BASE=golang:1.16-alpine3.12 20:08:57 Step 2/8 : FROM ${BASE} 20:08:57 1.16-alpine: Pulling from edgex-devops/edgex-golang-base 20:08:57 540db60ca938: Pulling fs layer 20:08:57 adcc1eea9eea: Pulling fs layer 20:08:57 4c4ab2625f07: Pulling fs layer 20:08:57 0510c868ecb4: Pulling fs layer 20:08:57 afea3b2eda06: Pulling fs layer 20:08:57 7809a108b3ef: Pulling fs layer 20:08:57 f706445af74f: Pulling fs layer 20:08:57 afea3b2eda06: Waiting 20:08:57 7809a108b3ef: Waiting 20:08:57 f706445af74f: Waiting 20:08:57 0510c868ecb4: Waiting 20:08:57 4c4ab2625f07: Download complete 20:08:57 adcc1eea9eea: Verifying Checksum 20:08:57 adcc1eea9eea: Download complete 20:08:57 afea3b2eda06: Verifying Checksum 20:08:57 afea3b2eda06: Download complete 20:08:57 7809a108b3ef: Download complete 20:08:57 540db60ca938: Verifying Checksum 20:08:57 540db60ca938: Download complete 20:08:57 540db60ca938: Pull complete 20:08:58 adcc1eea9eea: Pull complete 20:08:58 4c4ab2625f07: Pull complete 20:08:58 f706445af74f: Verifying Checksum 20:08:58 f706445af74f: Download complete 20:09:00 0510c868ecb4: Verifying Checksum 20:09:00 0510c868ecb4: Download complete 20:09:06 0510c868ecb4: Pull complete 20:09:06 afea3b2eda06: Pull complete 20:09:06 7809a108b3ef: Pull complete 20:09:15 f706445af74f: Pull complete 20:09:15 Digest: sha256:3789524f83b4b99ff44900c39f6da7fc44f99660cd9adf292610dec398b137f4 20:09:15 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine 20:09:15 ---> b068be0155e3 20:09:15 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020-2021: IOTech' 20:09:15 ---> Running in 2ca2799dc839 20:09:15 Removing intermediate container 2ca2799dc839 20:09:15 ---> e353d3de6e05 20:09:15 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:09:15 ---> Running in f720f0541fbf 20:09:17 Removing intermediate container f720f0541fbf 20:09:17 ---> 77e072025f4f 20:09:17 Step 5/8 : RUN apk add --update --no-cache make git openssh gcc libc-dev zeromq-dev libsodium-dev 20:09:17 ---> Running in 691ebf35691b 20:09:18 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 20:09:19 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 20:09:19 (1/13) Installing libc-dev (0.7.2-r3) 20:09:19 (2/13) Installing libsodium (1.0.18-r0) 20:09:19 (3/13) Installing pkgconf (1.7.3-r0) 20:09:20 (4/13) Installing libsodium-dev (1.0.18-r0) 20:09:20 (5/13) Installing openssh-keygen (8.4_p1-r3) 20:09:20 (6/13) Installing libedit (20191231.3.1-r1) 20:09:20 (7/13) Installing openssh-client (8.4_p1-r3) 20:09:20 (8/13) Installing openssh-sftp-server (8.4_p1-r3) 20:09:20 (9/13) Installing openssh-server-common (8.4_p1-r3) 20:09:20 (10/13) Installing openssh-server (8.4_p1-r3) 20:09:21 (11/13) Installing openssh (8.4_p1-r3) 20:09:21 (12/13) Installing libzmq (4.3.3-r1) 20:09:21 (13/13) Installing zeromq-dev (4.3.3-r1) 20:09:21 Executing busybox-1.32.1-r6.trigger 20:09:21 OK: 156 MiB in 53 packages 20:09:22 Removing intermediate container 691ebf35691b 20:09:22 ---> 3aecb14cf5a3 20:09:22 Step 6/8 : WORKDIR /device-mqtt-go 20:09:22 ---> Running in 51cee7fed762 20:09:22 Removing intermediate container 51cee7fed762 20:09:22 ---> ced18e4f9efd 20:09:22 Step 7/8 : COPY . . 20:09:23 ---> dd4b32977646 20:09:23 Step 8/8 : RUN go mod download 20:09:23 ---> Running in 3b47c594cd0f 20:09:50 Removing intermediate container 3b47c594cd0f 20:09:50 ---> 43523afc8598 20:09:50 Successfully built 43523afc8598 20:09:50 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 20:09:50 + docker inspect -f . ci-base-image-x86_64 20:09:50 . [Pipeline] withDockerContainer 20:09:51 prd-centos7-docker-4c-2g-4812 does not seem to be running inside a container 20:09:51 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-mqtt-go/42 -v /w/workspace/device-mqtt-go/42:/w/workspace/device-mqtt-go/42:rw,z -v /w/workspace/device-mqtt-go/42@tmp:/w/workspace/device-mqtt-go/42@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 20:09:52 $ docker top ca28becc7e19f2066d7006824ba01aa31aefc53c4f9c152da6ba6a5c603b61d5 -eo pid,comm [Pipeline] { [Pipeline] sh 20:09:52 + go version 20:09:52 go version go1.16.3 linux/amd64 [Pipeline] } 20:09:52 $ docker stop --time=1 ca28becc7e19f2066d7006824ba01aa31aefc53c4f9c152da6ba6a5c603b61d5 20:09:53 $ docker rm -f ca28becc7e19f2066d7006824ba01aa31aefc53c4f9c152da6ba6a5c603b61d5 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 20:09:54 + docker inspect -f . ci-base-image-x86_64 20:09:54 . [Pipeline] withDockerContainer 20:09:54 prd-centos7-docker-4c-2g-4812 does not seem to be running inside a container 20:09:54 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-mqtt-go/42 -v /w/workspace/device-mqtt-go/42:/w/workspace/device-mqtt-go/42:rw,z -v /w/workspace/device-mqtt-go/42@tmp:/w/workspace/device-mqtt-go/42@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 20:09:55 $ docker top 62cb16124c161ac34f28284182d68c3ccced3b4f9b8620521355cd5da383fabd -eo pid,comm [Pipeline] { [Pipeline] sh 20:09:55 + go mod tidy [Pipeline] sh 20:09:56 + make test 20:09:56 GCO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out 20:09:57 ? github.com/edgexfoundry/device-mqtt-go [no test files] 20:10:20 ? github.com/edgexfoundry/device-mqtt-go/cmd [no test files] 20:10:20 ok github.com/edgexfoundry/device-mqtt-go/internal/driver 0.019s coverage: 24.9% of statements 20:10:20 ? github.com/edgexfoundry/device-mqtt-go/mock [no test files] 20:10:20 GCO_ENABLED=1 GO111MODULE=on go vet ./... 20:10:28 gofmt -l . 20:10:28 ["`gofmt -l .`" = ""] 20:10:28 ./bin/test-attribution-txt.sh 20:10:29 ./bin/test-go-mod-tidy.sh [Pipeline] } 20:10:29 $ docker stop --time=1 62cb16124c161ac34f28284182d68c3ccced3b4f9b8620521355cd5da383fabd 20:10:32 $ docker rm -f 62cb16124c161ac34f28284182d68c3ccced3b4f9b8620521355cd5da383fabd [Pipeline] // withDockerContainer [Pipeline] sh 20:10:33 + sudo chown -R jenkins:jenkins . [Pipeline] stash 20:10:33 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 20:10:36 + sudo chown -R jenkins:jenkins . [Pipeline] sh 20:10:36 + ls -al . 20:10:36 total 108 20:10:36 drwxrwxr-x. 9 jenkins jenkins 4096 May 12 20:10 . 20:10:36 drwxrwxr-x. 4 jenkins jenkins 30 May 12 20:08 .. 20:10:36 -rw-rw-r--. 1 jenkins jenkins 7100 May 12 20:08 Attribution.txt 20:10:36 drwxrwxr-x. 2 jenkins jenkins 87 May 12 20:08 bin 20:10:36 drwxrwxr-x. 3 jenkins jenkins 32 May 12 20:08 cmd 20:10:36 -rw-r--r--. 1 jenkins jenkins 19386 May 12 20:10 coverage.out 20:10:36 -rw-rw-r--. 1 jenkins jenkins 1861 May 12 20:08 Dockerfile 20:10:36 -rw-rw-r--. 1 jenkins jenkins 994 May 12 20:08 Dockerfile.build 20:10:36 -rw-rw-r--. 1 jenkins jenkins 140 May 12 20:08 .dockerignore 20:10:36 drwxrwxr-x. 8 jenkins jenkins 162 May 12 20:08 .git 20:10:36 drwxrwxr-x. 2 jenkins jenkins 103 May 12 20:08 .github 20:10:36 -rw-rw-r--. 1 jenkins jenkins 336 May 12 20:08 .gitignore 20:10:36 -rw-r--r--. 1 jenkins jenkins 409 May 12 20:10 go.mod 20:10:36 -rw-r--r--. 1 jenkins jenkins 21267 May 12 20:09 go.sum 20:10:36 drwxrwxr-x. 3 jenkins jenkins 20 May 12 20:08 internal 20:10:36 -rw-rw-r--. 1 jenkins jenkins 677 May 12 20:08 Jenkinsfile 20:10:36 -rw-rw-r--. 1 jenkins jenkins 11340 May 12 20:08 LICENSE 20:10:36 -rw-rw-r--. 1 jenkins jenkins 930 May 12 20:08 Makefile 20:10:36 drwxrwxr-x. 2 jenkins jenkins 23 May 12 20:08 mock 20:10:36 -rw-rw-r--. 1 jenkins jenkins 2217 May 12 20:08 README.md 20:10:36 drwxrwxr-x. 4 jenkins jenkins 71 May 12 20:08 snap 20:10:36 -rw-rw-r--. 1 jenkins jenkins 12 May 12 20:06 VERSION 20:10:36 -rw-rw-r--. 1 jenkins jenkins 227 May 12 20:08 version.go [Pipeline] isUnix [Pipeline] sh 20:10:36 + docker build -t device-mqtt -f Dockerfile --build-arg BASE=ci-base-image-x86_64 --build-arg 'MAKE=make build' --build-arg ARCH=amd64 --label git_sha=3691df947a2f13c033dab4cecb2f3e43c92cf99c --label arch=amd64 --label version=1.3.2-dev.10 . 20:10:37 Sending build context to Docker daemon 575kB 20:10:37 Step 1/23 : ARG BASE=golang:1.16-alpine3.12 20:10:37 Step 2/23 : FROM ${BASE} AS builder 20:10:37 ---> 43523afc8598 20:10:37 Step 3/23 : ARG ALPINE_PKG_BASE="make git openssh-client gcc libc-dev zeromq-dev libsodium-dev" 20:10:37 ---> Running in 8944e74ae647 20:10:37 Removing intermediate container 8944e74ae647 20:10:37 ---> 016765099d08 20:10:37 Step 4/23 : ARG ALPINE_PKG_EXTRA="" 20:10:37 ---> Running in e0e3c7288c5e 20:10:37 Removing intermediate container e0e3c7288c5e 20:10:37 ---> 557088606e13 20:10:37 Step 5/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:10:37 ---> Running in e8d994bcca59 20:10:38 Removing intermediate container e8d994bcca59 20:10:38 ---> 691d3fdbb9e0 20:10:38 Step 6/23 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 20:10:38 ---> Running in 41488d7b9403 20:10:39 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 20:10:40 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 20:10:40 OK: 156 MiB in 53 packages 20:10:41 Removing intermediate container 41488d7b9403 20:10:41 ---> 17631cca09e5 20:10:41 Step 7/23 : WORKDIR /device-mqtt-go 20:10:41 ---> Running in 3c03466d73a4 20:10:41 Removing intermediate container 3c03466d73a4 20:10:41 ---> 3a78020df0d8 20:10:41 Step 8/23 : COPY . . 20:10:42 ---> 36bf6b67c6ba 20:10:42 Step 9/23 : RUN go mod download 20:10:42 ---> Running in 0b1312c38ed0 20:10:43 Removing intermediate container 0b1312c38ed0 20:10:43 ---> 98f5704c8a3c 20:10:43 Step 10/23 : ARG MAKE='make build' 20:10:43 ---> Running in f76168e7db65 20:10:44 Removing intermediate container f76168e7db65 20:10:44 ---> a47463eed5e4 20:10:44 Step 11/23 : RUN $MAKE 20:10:44 ---> Running in f6fd1ab39770 20:10:44 GCO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-mqtt-go.Version=1.3.2-dev.10" -o cmd/device-mqtt ./cmd 20:10:49 Running on prd-ubuntu18.04-docker-arm64-4c-16g-4818 in /w/workspace/gexfoundry_device-mqtt-go_master [Pipeline] { [Pipeline] ws 20:10:49 Running in /w/workspace/device-mqtt-go/42 [Pipeline] { [Pipeline] checkout 20:10:55 using credential edgex-jenkins-ssh 20:10:55 Cloning the remote Git repository 20:10:55 Cloning repository git@github.com:edgexfoundry/device-mqtt-go.git 20:10:55 > git init /w/workspace/device-mqtt-go/42 # timeout=10 20:10:55 Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git 20:10:55 > git --version # timeout=10 20:10:55 > git --version # 'git version 2.17.1' 20:10:55 using GIT_SSH to set credentials SSH Credentials for GitHub 20:10:56 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 20:10:57 Checking out Revision 3691df947a2f13c033dab4cecb2f3e43c92cf99c (master) 20:10:56 > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 20:10:56 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 20:10:56 > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 20:10:56 Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git 20:10:56 using GIT_SSH to set credentials SSH Credentials for GitHub 20:10:56 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 20:10:57 > git config core.sparsecheckout # timeout=10 20:10:57 > git checkout -f 3691df947a2f13c033dab4cecb2f3e43c92cf99c # timeout=10 20:11:00 GCO_ENABLED=1 GO111MODULE=on go build ./... 20:11:01 Commit message: "Merge pull request #237 from tonyespy/go-116" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 20:11:03 Removing intermediate container f6fd1ab39770 20:11:03 ---> d8a643bb095a 20:11:03 Step 12/23 : FROM alpine:3.12 20:11:03 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 20:11:03 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 20:11:03 3.12: Pulling from library/alpine 20:11:03 339de151aab4: Pulling fs layer 20:11:03 + + true 20:11:03 sudo service docker restart 20:11:04 339de151aab4: Download complete 20:11:04 339de151aab4: Pull complete 20:11:04 Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad 20:11:04 Status: Downloaded newer image for alpine:3.12 20:11:04 ---> 13621d1b12d4 20:11:04 Step 13/23 : LABEL license='VSPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020-2021: IoTech Ltd' 20:11:04 ---> Running in 5a3716c9b385 20:11:04 Removing intermediate container 5a3716c9b385 20:11:04 ---> 2d79c0076063 20:11:04 Step 14/23 : RUN apk add --update --no-cache zeromq dumb-init 20:11:04 ---> Running in 0eddd216853d 20:11:05 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:11:05 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:11:05 (1/6) Installing dumb-init (1.2.2-r1) 20:11:05 (2/6) Installing libgcc (9.3.0-r2) 20:11:05 (3/6) Installing libsodium (1.0.18-r0) 20:11:05 (4/6) Installing libstdc++ (9.3.0-r2) 20:11:05 (5/6) Installing libzmq (4.3.3-r0) 20:11:05 (6/6) Installing zeromq (4.3.3-r0) 20:11:05 Executing busybox-1.31.1-r20.trigger 20:11:05 OK: 8 MiB in 20 packages 20:11:06 Removing intermediate container 0eddd216853d 20:11:06 ---> 138409fc7f43 20:11:06 Step 15/23 : COPY --from=builder /device-mqtt-go/cmd / [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 20:11:06 provisioning config files... 20:11:06 copy managed file [device-mqtt-go-settings] to file:/w/workspace/device-mqtt-go/42@tmp/config1448626895841795192tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 20:11:06 ---> 29efe4dc7d73 20:11:06 Step 16/23 : COPY --from=builder /device-mqtt-go/LICENSE / 20:11:07 ---> docker-login.sh 20:11:07 nexus3.edgexfoundry.org:10001 20:11:07 ---> 053a4416e46d 20:11:07 Step 17/23 : COPY --from=builder /device-mqtt-go/Attribution.txt / 20:11:07 ---> cbc79caf26b6 20:11:07 Step 18/23 : EXPOSE 49982 20:11:07 ---> Running in 859e70bb9bc1 20:11:07 Removing intermediate container 859e70bb9bc1 20:11:07 ---> 31c8c7381eac 20:11:07 Step 19/23 : ENTRYPOINT ["/device-mqtt"] 20:11:07 ---> Running in 8a49a1d463e1 20:11:07 Removing intermediate container 8a49a1d463e1 20:11:07 ---> a1aeac946392 20:11:07 Step 20/23 : CMD ["--cp=consul://edgex-core-consul:8500", "--registry", "--confdir=/res"] 20:11:08 ---> Running in bd64eea7ace1 20:11:08 Removing intermediate container bd64eea7ace1 20:11:08 ---> bc43990864be 20:11:08 Step 21/23 : LABEL arch=amd64 20:11:08 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:11:08 ---> Running in 2f22092581e0 20:11:08 Removing intermediate container 2f22092581e0 20:11:08 ---> b050c18a4244 20:11:08 Step 22/23 : LABEL git_sha=3691df947a2f13c033dab4cecb2f3e43c92cf99c 20:11:08 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:11:08 Configure a credential helper to remove this warning. See 20:11:08 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:11:08 20:11:08 Login Succeeded 20:11:08 nexus3.edgexfoundry.org:10002 20:11:08 ---> Running in fd6a670f2a21 20:11:08 Removing intermediate container fd6a670f2a21 20:11:08 ---> ce78c532ef37 20:11:08 Step 23/23 : LABEL version=1.3.2-dev.10 20:11:08 ---> Running in b42e8d3da0b9 20:11:08 Removing intermediate container b42e8d3da0b9 20:11:08 ---> 49fdf95fc2bd 20:11:08 [Warning] One or more build-args [ARCH] were not consumed 20:11:08 Successfully built 49fdf95fc2bd 20:11:08 Successfully tagged device-mqtt:latest [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) 20:11:08 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:11:08 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:11:08 Configure a credential helper to remove this warning. See 20:11:08 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:11:08 20:11:08 Login Succeeded 20:11:08 nexus3.edgexfoundry.org:10003 [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 20:11:08 provisioning config files... 20:11:09 copy managed file [device-mqtt-go-settings] to file:/w/workspace/device-mqtt-go/42@tmp/config963230288458284878tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 20:11:09 ---> docker-login.sh 20:11:09 nexus3.edgexfoundry.org:10001 20:11:09 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:11:09 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:11:09 Configure a credential helper to remove this warning. See 20:11:09 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:11:09 20:11:09 Login Succeeded 20:11:09 nexus3.edgexfoundry.org:10004 20:11:09 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:11:09 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:11:09 Configure a credential helper to remove this warning. See 20:11:09 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:11:09 20:11:09 Login Succeeded 20:11:09 nexus3.edgexfoundry.org:10002 20:11:09 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:11:09 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:11:09 Configure a credential helper to remove this warning. See 20:11:09 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:11:09 20:11:09 Login Succeeded 20:11:09 nexus3.edgexfoundry.org:10003 20:11:09 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:11:09 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:11:09 Configure a credential helper to remove this warning. See 20:11:09 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:11:09 20:11:09 Login Succeeded 20:11:09 nexus3.edgexfoundry.org:10004 20:11:10 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:11:10 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:11:10 Configure a credential helper to remove this warning. See 20:11:10 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:11:10 20:11:10 Login Succeeded 20:11:10 docker.io 20:11:10 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:11:10 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:11:10 Configure a credential helper to remove this warning. See 20:11:10 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:11:10 20:11:10 Login Succeeded 20:11:10 docker.io 20:11:10 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:11:10 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:11:10 Configure a credential helper to remove this warning. See 20:11:10 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:11:10 20:11:10 Login Succeeded 20:11:10 ---> docker-login.sh ends [Pipeline] } 20:11:10 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } 20:11:10 WARNING! Using --password via the CLI is insecure. Use --password-stdin. [Pipeline] // withEnv [Pipeline] echo 20:11:10 [edgeXDocker.push] Tagging docker image device-mqtt with the following tags: 20:11:10 3691df947a2f13c033dab4cecb2f3e43c92cf99c 20:11:10 latest 20:11:10 1.3.2-dev.10 20:11:10 3691df947a2f13c033dab4cecb2f3e43c92cf99c-1.3.2-dev.10 20:11:10 master 20:11:10 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 20:11:10 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:11:10 Configure a credential helper to remove this warning. See 20:11:10 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:11:10 20:11:10 Login Succeeded 20:11:10 ---> docker-login.sh ends [Pipeline] } 20:11:11 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash 20:11:11 + docker tag device-mqtt nexus3.edgexfoundry.org:10004/device-mqtt:3691df947a2f13c033dab4cecb2f3e43c92cf99c [Pipeline] isUnix [Pipeline] sh [Pipeline] echo 20:11:11 ========================================================= 20:11:11 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine] 20:11:11 ========================================================= [Pipeline] isUnix [Pipeline] sh 20:11:11 + docker push nexus3.edgexfoundry.org:10004/device-mqtt:3691df947a2f13c033dab4cecb2f3e43c92cf99c 20:11:11 The push refers to repository [nexus3.edgexfoundry.org:10004/device-mqtt] 20:11:11 c046abc1492c: Preparing 20:11:11 04d6f66c039e: Preparing 20:11:11 cb1984fb56d7: Preparing 20:11:11 82546ee56329: Preparing 20:11:11 32f366d666a5: Preparing 20:11:11 32f366d666a5: Layer already exists 20:11:11 + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine . 20:11:11 04d6f66c039e: Pushed 20:11:11 c046abc1492c: Pushed 20:11:11 82546ee56329: Pushed 20:11:11 Sending build context to Docker daemon 554kB 20:11:12 Step 1/8 : ARG BASE=golang:1.16-alpine3.12 20:11:12 Step 2/8 : FROM ${BASE} 20:11:12 1.16-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 20:11:12 595b0fe564bb: Pulling fs layer 20:11:12 7186ed65a4f7: Pulling fs layer 20:11:12 316046926c0a: Pulling fs layer 20:11:12 4ebd0625c992: Pulling fs layer 20:11:12 207e8628e3a3: Pulling fs layer 20:11:12 c791037a9be2: Pulling fs layer 20:11:12 ffd874e62e21: Pulling fs layer 20:11:12 207e8628e3a3: Waiting 20:11:12 c791037a9be2: Waiting 20:11:12 ffd874e62e21: Waiting 20:11:12 4ebd0625c992: Waiting 20:11:12 316046926c0a: Verifying Checksum 20:11:12 316046926c0a: Download complete 20:11:12 7186ed65a4f7: Download complete 20:11:12 207e8628e3a3: Verifying Checksum 20:11:12 207e8628e3a3: Download complete 20:11:12 c791037a9be2: Verifying Checksum 20:11:12 c791037a9be2: Download complete 20:11:12 595b0fe564bb: Verifying Checksum 20:11:12 595b0fe564bb: Download complete 20:11:13 cb1984fb56d7: Pushed 20:11:13 595b0fe564bb: Pull complete 20:11:13 3691df947a2f13c033dab4cecb2f3e43c92cf99c: digest: sha256:9c10db50c2bc521a41e5d1eb31b2fa07a05cd45b9268d55e52aad386bc42f3fb size: 1365 [Pipeline] isUnix [Pipeline] sh 20:11:13 + docker tag device-mqtt nexus3.edgexfoundry.org:10004/device-mqtt:latest [Pipeline] isUnix [Pipeline] sh 20:11:13 7186ed65a4f7: Pull complete 20:11:14 + docker push nexus3.edgexfoundry.org:10004/device-mqtt:latest 20:11:14 The push refers to repository [nexus3.edgexfoundry.org:10004/device-mqtt] 20:11:14 c046abc1492c: Preparing 20:11:14 04d6f66c039e: Preparing 20:11:14 cb1984fb56d7: Preparing 20:11:14 82546ee56329: Preparing 20:11:14 32f366d666a5: Preparing 20:11:14 32f366d666a5: Layer already exists 20:11:14 82546ee56329: Layer already exists 20:11:14 04d6f66c039e: Layer already exists 20:11:14 c046abc1492c: Layer already exists 20:11:14 cb1984fb56d7: Layer already exists 20:11:14 latest: digest: sha256:9c10db50c2bc521a41e5d1eb31b2fa07a05cd45b9268d55e52aad386bc42f3fb size: 1365 [Pipeline] isUnix [Pipeline] sh 20:11:14 316046926c0a: Pull complete 20:11:14 + docker tag device-mqtt nexus3.edgexfoundry.org:10004/device-mqtt:1.3.2-dev.10 [Pipeline] isUnix [Pipeline] sh 20:11:14 + docker push nexus3.edgexfoundry.org:10004/device-mqtt:1.3.2-dev.10 20:11:14 The push refers to repository [nexus3.edgexfoundry.org:10004/device-mqtt] 20:11:14 c046abc1492c: Preparing 20:11:14 04d6f66c039e: Preparing 20:11:14 cb1984fb56d7: Preparing 20:11:14 82546ee56329: Preparing 20:11:14 32f366d666a5: Preparing 20:11:14 32f366d666a5: Layer already exists 20:11:14 82546ee56329: Layer already exists 20:11:14 cb1984fb56d7: Layer already exists 20:11:14 c046abc1492c: Layer already exists 20:11:14 04d6f66c039e: Layer already exists 20:11:14 1.3.2-dev.10: digest: sha256:9c10db50c2bc521a41e5d1eb31b2fa07a05cd45b9268d55e52aad386bc42f3fb size: 1365 [Pipeline] isUnix [Pipeline] sh 20:11:14 ffd874e62e21: Verifying Checksum 20:11:14 ffd874e62e21: Download complete 20:11:15 + docker tag device-mqtt nexus3.edgexfoundry.org:10004/device-mqtt:3691df947a2f13c033dab4cecb2f3e43c92cf99c-1.3.2-dev.10 [Pipeline] isUnix [Pipeline] sh 20:11:15 + docker push nexus3.edgexfoundry.org:10004/device-mqtt:3691df947a2f13c033dab4cecb2f3e43c92cf99c-1.3.2-dev.10 20:11:15 The push refers to repository [nexus3.edgexfoundry.org:10004/device-mqtt] 20:11:15 c046abc1492c: Preparing 20:11:15 04d6f66c039e: Preparing 20:11:15 cb1984fb56d7: Preparing 20:11:15 82546ee56329: Preparing 20:11:15 32f366d666a5: Preparing 20:11:15 04d6f66c039e: Layer already exists 20:11:15 cb1984fb56d7: Layer already exists 20:11:15 32f366d666a5: Layer already exists 20:11:15 c046abc1492c: Layer already exists 20:11:15 82546ee56329: Layer already exists 20:11:15 3691df947a2f13c033dab4cecb2f3e43c92cf99c-1.3.2-dev.10: digest: sha256:9c10db50c2bc521a41e5d1eb31b2fa07a05cd45b9268d55e52aad386bc42f3fb size: 1365 [Pipeline] isUnix [Pipeline] sh 20:11:15 + docker tag device-mqtt nexus3.edgexfoundry.org:10004/device-mqtt:master [Pipeline] isUnix [Pipeline] sh 20:11:15 4ebd0625c992: Verifying Checksum 20:11:15 4ebd0625c992: Download complete 20:11:15 + docker push nexus3.edgexfoundry.org:10004/device-mqtt:master 20:11:15 The push refers to repository [nexus3.edgexfoundry.org:10004/device-mqtt] 20:11:15 c046abc1492c: Preparing 20:11:15 04d6f66c039e: Preparing 20:11:15 cb1984fb56d7: Preparing 20:11:15 82546ee56329: Preparing 20:11:15 32f366d666a5: Preparing 20:11:15 82546ee56329: Layer already exists 20:11:15 cb1984fb56d7: Layer already exists 20:11:15 c046abc1492c: Layer already exists 20:11:15 32f366d666a5: Layer already exists 20:11:15 04d6f66c039e: Layer already exists 20:11:16 master: digest: sha256:9c10db50c2bc521a41e5d1eb31b2fa07a05cd45b9268d55e52aad386bc42f3fb size: 1365 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 20:11:16 ===================================================== [Pipeline] echo 20:11:16 taggedImages: 20:11:16 - nexus3.edgexfoundry.org:10004/device-mqtt:3691df947a2f13c033dab4cecb2f3e43c92cf99c 20:11:16 - nexus3.edgexfoundry.org:10004/device-mqtt:latest 20:11:16 - nexus3.edgexfoundry.org:10004/device-mqtt:1.3.2-dev.10 20:11:16 - nexus3.edgexfoundry.org:10004/device-mqtt:3691df947a2f13c033dab4cecb2f3e43c92cf99c-1.3.2-dev.10 20:11:16 - nexus3.edgexfoundry.org:10004/device-mqtt:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh 20:11:17 ---> job-cost.sh 20:11:17 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-jows 20:11:25 4ebd0625c992: Pull complete 20:11:26 207e8628e3a3: Pull complete 20:11:26 c791037a9be2: Pull complete 20:11:29 ffd874e62e21: Pull complete 20:11:29 Digest: sha256:fad7b58e697bd06bcf362d803a3263ca5ec03b905aa8665231fe3262941fe3e0 20:11:29 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine 20:11:29 ---> cfc18b08335c 20:11:29 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020-2021: IOTech' 20:11:33 ---> Running in 2dd8d6fb5b8f 20:11:33 Removing intermediate container 2dd8d6fb5b8f 20:11:33 ---> 6f3f4204e874 20:11:33 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:11:33 ---> Running in 3a9862cf8ca1 20:11:35 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 20:11:36 Removing intermediate container 3a9862cf8ca1 20:11:36 ---> b833a2e8af1d 20:11:36 Step 5/8 : RUN apk add --update --no-cache make git openssh gcc libc-dev zeromq-dev libsodium-dev 20:11:36 ---> Running in 9bbe9e316ca6 20:11:37 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 20:11:37 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 20:11:38 (1/13) Installing libc-dev (0.7.2-r3) 20:11:38 (2/13) Installing libsodium (1.0.18-r0) 20:11:38 (3/13) Installing pkgconf (1.7.3-r0) 20:11:39 (4/13) Installing libsodium-dev (1.0.18-r0) 20:11:39 (5/13) Installing openssh-keygen (8.4_p1-r3) 20:11:39 (6/13) Installing libedit (20191231.3.1-r1) 20:11:39 (7/13) Installing openssh-client (8.4_p1-r3) 20:11:39 (8/13) Installing openssh-sftp-server (8.4_p1-r3) 20:11:39 (9/13) Installing openssh-server-common (8.4_p1-r3) 20:11:39 (10/13) Installing openssh-server (8.4_p1-r3) 20:11:40 (11/13) Installing openssh (8.4_p1-r3) 20:11:40 (12/13) Installing libzmq (4.3.3-r1) 20:11:40 (13/13) Installing zeromq-dev (4.3.3-r1) 20:11:40 Executing busybox-1.32.1-r6.trigger 20:11:40 OK: 145 MiB in 53 packages 20:11:41 Removing intermediate container 9bbe9e316ca6 20:11:41 ---> ab1c23fc9e20 20:11:41 Step 6/8 : WORKDIR /device-mqtt-go 20:11:42 ---> Running in 69b9b5ea2d6f 20:11:42 Removing intermediate container 69b9b5ea2d6f 20:11:42 ---> 9c348053eaeb 20:11:42 Step 7/8 : COPY . . 20:11:43 ---> 734bd771d87f 20:11:43 Step 8/8 : RUN go mod download 20:11:43 ---> Running in 781087a14c42 20:12:01 lf-activate-venv(): INFO: Adding /tmp/venv-jows/bin to PATH 20:12:01 INFO: No Stack... 20:12:01 INFO: Retrieving Pricing Info for: v1-standard-2 20:12:01 INFO: Archiving Costs [Pipeline] sh 20:12:02 + cat /w/workspace/device-mqtt-go/42/archives/cost.csv 20:12:02 + cut -d, -f6 [Pipeline] lock 20:12:02 Trying to acquire lock on [jenkins-edgexfoundry-device-mqtt-go-master-42-stack-cost] 20:12:02 Resource [jenkins-edgexfoundry-device-mqtt-go-master-42-stack-cost] did not exist. Created. 20:12:02 Lock acquired on [jenkins-edgexfoundry-device-mqtt-go-master-42-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 20:12:02 + echo total: 0.029999999329447746 [Pipeline] stash 20:12:02 Stashed 1 file(s) [Pipeline] } 20:12:02 Lock released on resource [jenkins-edgexfoundry-device-mqtt-go-master-42-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 20:12:10 Removing intermediate container 781087a14c42 20:12:10 ---> 5d36dc8295cb 20:12:10 Successfully built 5d36dc8295cb 20:12:10 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 20:12:10 + docker inspect -f . ci-base-image-arm64 20:12:10 . [Pipeline] withDockerContainer 20:12:11 prd-ubuntu18.04-docker-arm64-4c-16g-4818 does not seem to be running inside a container 20:12:11 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-mqtt-go/42 -v /w/workspace/device-mqtt-go/42:/w/workspace/device-mqtt-go/42:rw,z -v /w/workspace/device-mqtt-go/42@tmp:/w/workspace/device-mqtt-go/42@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 20:12:12 $ docker top 03895ed682fde2becfe9e918de0224aaa100860de716892c57a4f31a0b2c7f0c -eo pid,comm [Pipeline] { [Pipeline] sh 20:12:13 + go version 20:12:13 go version go1.16.3 linux/arm64 [Pipeline] } 20:12:13 $ docker stop --time=1 03895ed682fde2becfe9e918de0224aaa100860de716892c57a4f31a0b2c7f0c 20:12:15 $ docker rm -f 03895ed682fde2becfe9e918de0224aaa100860de716892c57a4f31a0b2c7f0c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 20:12:16 + docker inspect -f . ci-base-image-arm64 20:12:16 . [Pipeline] withDockerContainer 20:12:16 prd-ubuntu18.04-docker-arm64-4c-16g-4818 does not seem to be running inside a container 20:12:16 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-mqtt-go/42 -v /w/workspace/device-mqtt-go/42:/w/workspace/device-mqtt-go/42:rw,z -v /w/workspace/device-mqtt-go/42@tmp:/w/workspace/device-mqtt-go/42@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 20:12:18 $ docker top ee073e5ff2433ca7d386cac9c1ed0ea4bbb919afc0a9b89632d14add95a35ed7 -eo pid,comm [Pipeline] { [Pipeline] sh 20:12:19 + go mod tidy [Pipeline] sh 20:12:20 + make test 20:12:20 GCO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out 20:12:21 ? github.com/edgexfoundry/device-mqtt-go [no test files] 20:13:18 ? github.com/edgexfoundry/device-mqtt-go/cmd [no test files] 20:13:18 ok github.com/edgexfoundry/device-mqtt-go/internal/driver 0.045s coverage: 24.9% of statements 20:13:18 ? github.com/edgexfoundry/device-mqtt-go/mock [no test files] 20:13:18 GCO_ENABLED=1 GO111MODULE=on go vet ./... 20:13:45 gofmt -l . 20:13:45 ["`gofmt -l .`" = ""] 20:13:45 ./bin/test-attribution-txt.sh 20:13:45 ./bin/test-go-mod-tidy.sh [Pipeline] } 20:13:46 $ docker stop --time=1 ee073e5ff2433ca7d386cac9c1ed0ea4bbb919afc0a9b89632d14add95a35ed7 20:13:48 $ docker rm -f ee073e5ff2433ca7d386cac9c1ed0ea4bbb919afc0a9b89632d14add95a35ed7 [Pipeline] // withDockerContainer [Pipeline] sh 20:13:49 + sudo chown -R jenkins:jenkins . [Pipeline] stash 20:13:49 Warning: overwriting stash ‘coverage-report’ 20:13:50 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 20:13:50 + sudo chown -R jenkins:jenkins . [Pipeline] sh 20:13:50 + ls -al . 20:13:50 total 140 20:13:50 drwxrwxr-x 9 jenkins jenkins 4096 May 12 20:13 . 20:13:50 drwxrwxr-x 4 jenkins jenkins 4096 May 12 20:10 .. 20:13:50 -rw-rw-r-- 1 jenkins jenkins 140 May 12 20:10 .dockerignore 20:13:50 drwxrwxr-x 8 jenkins jenkins 4096 May 12 20:11 .git 20:13:50 drwxrwxr-x 2 jenkins jenkins 4096 May 12 20:10 .github 20:13:50 -rw-rw-r-- 1 jenkins jenkins 336 May 12 20:10 .gitignore 20:13:50 -rw-rw-r-- 1 jenkins jenkins 7100 May 12 20:10 Attribution.txt 20:13:50 -rw-rw-r-- 1 jenkins jenkins 1861 May 12 20:10 Dockerfile 20:13:50 -rw-rw-r-- 1 jenkins jenkins 994 May 12 20:10 Dockerfile.build 20:13:50 -rw-rw-r-- 1 jenkins jenkins 677 May 12 20:10 Jenkinsfile 20:13:50 -rw-rw-r-- 1 jenkins jenkins 11340 May 12 20:10 LICENSE 20:13:50 -rw-rw-r-- 1 jenkins jenkins 930 May 12 20:10 Makefile 20:13:50 -rw-rw-r-- 1 jenkins jenkins 2217 May 12 20:10 README.md 20:13:50 -rw-rw-r-- 1 jenkins jenkins 12 May 12 20:06 VERSION 20:13:50 drwxrwxr-x 2 jenkins jenkins 4096 May 12 20:10 bin 20:13:50 drwxrwxr-x 3 jenkins jenkins 4096 May 12 20:10 cmd 20:13:50 -rw-r--r-- 1 jenkins jenkins 19386 May 12 20:13 coverage.out 20:13:50 -rw-r--r-- 1 jenkins jenkins 409 May 12 20:13 go.mod 20:13:50 -rw-r--r-- 1 jenkins jenkins 21267 May 12 20:12 go.sum 20:13:50 drwxrwxr-x 3 jenkins jenkins 4096 May 12 20:10 internal 20:13:50 drwxrwxr-x 2 jenkins jenkins 4096 May 12 20:10 mock 20:13:50 drwxrwxr-x 4 jenkins jenkins 4096 May 12 20:10 snap 20:13:50 -rw-rw-r-- 1 jenkins jenkins 227 May 12 20:10 version.go [Pipeline] isUnix [Pipeline] sh 20:13:51 + docker build -t device-mqtt-arm64 -f Dockerfile --build-arg BASE=ci-base-image-arm64 --build-arg MAKE=make build --build-arg ARCH=arm64 --label git_sha=3691df947a2f13c033dab4cecb2f3e43c92cf99c --label arch=arm64 --label version=1.3.2-dev.10 . 20:13:51 Sending build context to Docker daemon 574kB 20:13:51 Step 1/23 : ARG BASE=golang:1.16-alpine3.12 20:13:51 Step 2/23 : FROM ${BASE} AS builder 20:13:51 ---> 5d36dc8295cb 20:13:51 Step 3/23 : ARG ALPINE_PKG_BASE="make git openssh-client gcc libc-dev zeromq-dev libsodium-dev" 20:13:52 ---> Running in cdfc2844acdb 20:13:52 Removing intermediate container cdfc2844acdb 20:13:52 ---> c4b1cca83531 20:13:52 Step 4/23 : ARG ALPINE_PKG_EXTRA="" 20:13:52 ---> Running in df6a61db8020 20:13:53 Removing intermediate container df6a61db8020 20:13:53 ---> 927acfaf29e5 20:13:53 Step 5/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:13:53 ---> Running in cb6fb0b18640 20:13:55 Removing intermediate container cb6fb0b18640 20:13:55 ---> 31e5818831db 20:13:55 Step 6/23 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 20:13:55 ---> Running in b60318d87f69 20:13:56 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 20:13:57 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 20:13:58 OK: 145 MiB in 53 packages 20:13:59 Removing intermediate container b60318d87f69 20:13:59 ---> 1b663a953914 20:13:59 Step 7/23 : WORKDIR /device-mqtt-go 20:13:59 ---> Running in 7b91f3bf1c04 20:14:00 Removing intermediate container 7b91f3bf1c04 20:14:00 ---> 08a4a821ef57 20:14:00 Step 8/23 : COPY . . 20:14:01 ---> f1a80ee5e2d9 20:14:01 Step 9/23 : RUN go mod download 20:14:01 ---> Running in 511865af8567 20:14:04 Removing intermediate container 511865af8567 20:14:04 ---> 729651089d45 20:14:04 Step 10/23 : ARG MAKE='make build' 20:14:04 ---> Running in 8396459fad14 20:14:04 Removing intermediate container 8396459fad14 20:14:04 ---> ea435b748370 20:14:04 Step 11/23 : RUN $MAKE 20:14:04 ---> Running in c43cacbf151b 20:14:05 GCO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-mqtt-go.Version=1.3.2-dev.10" -o cmd/device-mqtt ./cmd 20:14:44 GCO_ENABLED=1 GO111MODULE=on go build ./... 20:14:51 Removing intermediate container c43cacbf151b 20:14:51 ---> 6c231e0bf7cb 20:14:51 Step 12/23 : FROM alpine:3.12 20:14:51 3.12: Pulling from library/alpine 20:14:51 d2f70382dc9a: Pulling fs layer 20:14:51 d2f70382dc9a: Verifying Checksum 20:14:51 d2f70382dc9a: Download complete 20:14:52 d2f70382dc9a: Pull complete 20:14:52 Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad 20:14:52 Status: Downloaded newer image for alpine:3.12 20:14:52 ---> 9852663dfa18 20:14:52 Step 13/23 : LABEL license='VSPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020-2021: IoTech Ltd' 20:14:52 ---> Running in ce38e96cd598 20:14:52 Removing intermediate container ce38e96cd598 20:14:52 ---> eed3bb4cd455 20:14:52 Step 14/23 : RUN apk add --update --no-cache zeromq dumb-init 20:14:52 ---> Running in aece586eec8c 20:14:54 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 20:14:54 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 20:14:54 (1/6) Installing dumb-init (1.2.2-r1) 20:14:54 (2/6) Installing libgcc (9.3.0-r2) 20:14:54 (3/6) Installing libsodium (1.0.18-r0) 20:14:54 (4/6) Installing libstdc++ (9.3.0-r2) 20:14:54 (5/6) Installing libzmq (4.3.3-r0) 20:14:54 (6/6) Installing zeromq (4.3.3-r0) 20:14:54 Executing busybox-1.31.1-r20.trigger 20:14:54 OK: 8 MiB in 20 packages 20:14:56 Removing intermediate container aece586eec8c 20:14:56 ---> fd4672eda57f 20:14:56 Step 15/23 : COPY --from=builder /device-mqtt-go/cmd / 20:14:57 ---> 29507eaeb9b6 20:14:57 Step 16/23 : COPY --from=builder /device-mqtt-go/LICENSE / 20:14:58 ---> 2efaf01735fe 20:14:58 Step 17/23 : COPY --from=builder /device-mqtt-go/Attribution.txt / 20:14:58 ---> 103710b623b0 20:14:58 Step 18/23 : EXPOSE 49982 20:14:58 ---> Running in c5ec7fe20821 20:14:59 Removing intermediate container c5ec7fe20821 20:14:59 ---> a006a07fcee2 20:14:59 Step 19/23 : ENTRYPOINT ["/device-mqtt"] 20:14:59 ---> Running in 34ab8e69f86d 20:15:00 Removing intermediate container 34ab8e69f86d 20:15:00 ---> 48ed376c2eda 20:15:00 Step 20/23 : CMD ["--cp=consul://edgex-core-consul:8500", "--registry", "--confdir=/res"] 20:15:00 ---> Running in 2c76dce50665 20:15:00 Removing intermediate container 2c76dce50665 20:15:00 ---> 5344e7784bf8 20:15:00 Step 21/23 : LABEL arch=arm64 20:15:00 ---> Running in 5301c3766465 20:15:01 Removing intermediate container 5301c3766465 20:15:01 ---> 019f157b2a89 20:15:01 Step 22/23 : LABEL git_sha=3691df947a2f13c033dab4cecb2f3e43c92cf99c 20:15:01 ---> Running in cd453b53db3c 20:15:01 Removing intermediate container cd453b53db3c 20:15:01 ---> 0122d8614bf9 20:15:01 Step 23/23 : LABEL version=1.3.2-dev.10 20:15:01 ---> Running in 44f6aa186a53 20:15:02 Removing intermediate container 44f6aa186a53 20:15:02 ---> 5eb83bd5078f 20:15:02 [Warning] One or more build-args [ARCH] were not consumed 20:15:02 Successfully built 5eb83bd5078f 20:15:02 Successfully tagged device-mqtt-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 20:15:02 provisioning config files... 20:15:02 copy managed file [device-mqtt-go-settings] to file:/w/workspace/device-mqtt-go/42@tmp/config4637333698232428864tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 20:15:02 ---> docker-login.sh 20:15:02 nexus3.edgexfoundry.org:10001 20:15:03 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:15:03 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:15:03 Configure a credential helper to remove this warning. See 20:15:03 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:15:03 20:15:03 Login Succeeded 20:15:03 nexus3.edgexfoundry.org:10002 20:15:03 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:15:04 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:15:04 Configure a credential helper to remove this warning. See 20:15:04 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:15:04 20:15:04 Login Succeeded 20:15:04 nexus3.edgexfoundry.org:10003 20:15:04 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:15:04 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:15:04 Configure a credential helper to remove this warning. See 20:15:04 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:15:04 20:15:04 Login Succeeded 20:15:04 nexus3.edgexfoundry.org:10004 20:15:04 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:15:05 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:15:05 Configure a credential helper to remove this warning. See 20:15:05 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:15:05 20:15:05 Login Succeeded 20:15:05 docker.io 20:15:05 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:15:06 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:15:06 Configure a credential helper to remove this warning. See 20:15:06 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:15:06 20:15:06 Login Succeeded 20:15:06 ---> docker-login.sh ends [Pipeline] } 20:15:06 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 20:15:06 [edgeXDocker.push] Tagging docker image device-mqtt-arm64 with the following tags: 20:15:06 3691df947a2f13c033dab4cecb2f3e43c92cf99c 20:15:06 latest 20:15:06 1.3.2-dev.10 20:15:06 3691df947a2f13c033dab4cecb2f3e43c92cf99c-1.3.2-dev.10 20:15:06 master 20:15:06 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 20:15:06 + docker tag device-mqtt-arm64 nexus3.edgexfoundry.org:10004/device-mqtt-arm64:3691df947a2f13c033dab4cecb2f3e43c92cf99c [Pipeline] isUnix [Pipeline] sh 20:15:06 + docker push nexus3.edgexfoundry.org:10004/device-mqtt-arm64:3691df947a2f13c033dab4cecb2f3e43c92cf99c 20:15:06 The push refers to repository [nexus3.edgexfoundry.org:10004/device-mqtt-arm64] 20:15:06 b5f9b7b61749: Preparing 20:15:06 47ef9471e894: Preparing 20:15:06 3aee07aa1148: Preparing 20:15:06 c9ada3786347: Preparing 20:15:06 3fbe34a1663b: Preparing 20:15:06 3fbe34a1663b: Layer already exists 20:15:07 b5f9b7b61749: Pushed 20:15:07 47ef9471e894: Pushed 20:15:07 c9ada3786347: Pushed 20:15:10 3aee07aa1148: Pushed 20:15:10 3691df947a2f13c033dab4cecb2f3e43c92cf99c: digest: sha256:422157e064d391351fcf43e739cacd939c47bee066e21df4c83f3b9c9315d780 size: 1365 [Pipeline] isUnix [Pipeline] sh 20:15:10 + docker tag device-mqtt-arm64 nexus3.edgexfoundry.org:10004/device-mqtt-arm64:latest [Pipeline] isUnix [Pipeline] sh 20:15:11 + docker push nexus3.edgexfoundry.org:10004/device-mqtt-arm64:latest 20:15:11 The push refers to repository [nexus3.edgexfoundry.org:10004/device-mqtt-arm64] 20:15:11 b5f9b7b61749: Preparing 20:15:11 47ef9471e894: Preparing 20:15:11 3aee07aa1148: Preparing 20:15:11 c9ada3786347: Preparing 20:15:11 3fbe34a1663b: Preparing 20:15:11 3aee07aa1148: Layer already exists 20:15:11 47ef9471e894: Layer already exists 20:15:11 c9ada3786347: Layer already exists 20:15:11 3fbe34a1663b: Layer already exists 20:15:11 b5f9b7b61749: Layer already exists 20:15:11 latest: digest: sha256:422157e064d391351fcf43e739cacd939c47bee066e21df4c83f3b9c9315d780 size: 1365 [Pipeline] isUnix [Pipeline] sh 20:15:11 + docker tag device-mqtt-arm64 nexus3.edgexfoundry.org:10004/device-mqtt-arm64:1.3.2-dev.10 [Pipeline] isUnix [Pipeline] sh 20:15:11 + docker push nexus3.edgexfoundry.org:10004/device-mqtt-arm64:1.3.2-dev.10 20:15:11 The push refers to repository [nexus3.edgexfoundry.org:10004/device-mqtt-arm64] 20:15:11 b5f9b7b61749: Preparing 20:15:11 47ef9471e894: Preparing 20:15:11 3aee07aa1148: Preparing 20:15:11 c9ada3786347: Preparing 20:15:11 3fbe34a1663b: Preparing 20:15:12 3aee07aa1148: Layer already exists 20:15:12 3fbe34a1663b: Layer already exists 20:15:12 c9ada3786347: Layer already exists 20:15:12 47ef9471e894: Layer already exists 20:15:12 b5f9b7b61749: Layer already exists 20:15:12 1.3.2-dev.10: digest: sha256:422157e064d391351fcf43e739cacd939c47bee066e21df4c83f3b9c9315d780 size: 1365 [Pipeline] isUnix [Pipeline] sh 20:15:12 + docker tag device-mqtt-arm64 nexus3.edgexfoundry.org:10004/device-mqtt-arm64:3691df947a2f13c033dab4cecb2f3e43c92cf99c-1.3.2-dev.10 [Pipeline] isUnix [Pipeline] sh 20:15:12 + docker push nexus3.edgexfoundry.org:10004/device-mqtt-arm64:3691df947a2f13c033dab4cecb2f3e43c92cf99c-1.3.2-dev.10 20:15:12 The push refers to repository [nexus3.edgexfoundry.org:10004/device-mqtt-arm64] 20:15:12 b5f9b7b61749: Preparing 20:15:12 47ef9471e894: Preparing 20:15:12 3aee07aa1148: Preparing 20:15:12 c9ada3786347: Preparing 20:15:12 3fbe34a1663b: Preparing 20:15:12 3aee07aa1148: Layer already exists 20:15:12 47ef9471e894: Layer already exists 20:15:12 3fbe34a1663b: Layer already exists 20:15:12 c9ada3786347: Layer already exists 20:15:12 b5f9b7b61749: Layer already exists 20:15:13 3691df947a2f13c033dab4cecb2f3e43c92cf99c-1.3.2-dev.10: digest: sha256:422157e064d391351fcf43e739cacd939c47bee066e21df4c83f3b9c9315d780 size: 1365 [Pipeline] isUnix [Pipeline] sh 20:15:13 + docker tag device-mqtt-arm64 nexus3.edgexfoundry.org:10004/device-mqtt-arm64:master [Pipeline] isUnix [Pipeline] sh 20:15:13 + docker push nexus3.edgexfoundry.org:10004/device-mqtt-arm64:master 20:15:13 The push refers to repository [nexus3.edgexfoundry.org:10004/device-mqtt-arm64] 20:15:13 b5f9b7b61749: Preparing 20:15:13 47ef9471e894: Preparing 20:15:13 3aee07aa1148: Preparing 20:15:13 c9ada3786347: Preparing 20:15:13 3fbe34a1663b: Preparing 20:15:13 b5f9b7b61749: Layer already exists 20:15:13 3aee07aa1148: Layer already exists 20:15:13 c9ada3786347: Layer already exists 20:15:13 3fbe34a1663b: Layer already exists 20:15:13 47ef9471e894: Layer already exists 20:15:14 master: digest: sha256:422157e064d391351fcf43e739cacd939c47bee066e21df4c83f3b9c9315d780 size: 1365 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 20:15:14 ===================================================== [Pipeline] echo 20:15:14 taggedImages: 20:15:14 - nexus3.edgexfoundry.org:10004/device-mqtt-arm64:3691df947a2f13c033dab4cecb2f3e43c92cf99c 20:15:14 - nexus3.edgexfoundry.org:10004/device-mqtt-arm64:latest 20:15:14 - nexus3.edgexfoundry.org:10004/device-mqtt-arm64:1.3.2-dev.10 20:15:14 - nexus3.edgexfoundry.org:10004/device-mqtt-arm64:3691df947a2f13c033dab4cecb2f3e43c92cf99c-1.3.2-dev.10 20:15:14 - nexus3.edgexfoundry.org:10004/device-mqtt-arm64:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh 20:15:14 ---> job-cost.sh 20:15:14 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-VECv 20:15:53 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 20:17:30 lf-activate-venv(): INFO: Adding /tmp/venv-VECv/bin to PATH 20:17:30 INFO: No Stack... 20:17:30 INFO: Retrieving Pricing Info for: lf-standard-4 20:17:30 INFO: Archiving Costs [Pipeline] sh 20:17:30 + cat /w/workspace/device-mqtt-go/42/archives/cost.csv 20:17:30 + cut -d, -f6 [Pipeline] lock 20:17:30 Trying to acquire lock on [jenkins-edgexfoundry-device-mqtt-go-master-42-stack-cost] 20:17:30 Resource [jenkins-edgexfoundry-device-mqtt-go-master-42-stack-cost] did not exist. Created. 20:17:30 Lock acquired on [jenkins-edgexfoundry-device-mqtt-go-master-42-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 20:17:31 /w/workspace/device-mqtt-go/42@tmp/durable-574152df/script.sh: 1: /w/workspace/device-mqtt-go/42@tmp/durable-574152df/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh 20:17:31 + echo total: 0.20999999344348907 [Pipeline] stash 20:17:31 Warning: overwriting stash ‘stack-cost’ 20:17:31 Stashed 1 file(s) [Pipeline] } 20:17:31 Lock released on resource [jenkins-edgexfoundry-device-mqtt-go-master-42-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 20:17:32 provisioning config files... 20:17:32 copy managed file [device-mqtt-go-codecov-token] to file:/w/workspace/gexfoundry_device-mqtt-go_master@tmp/config7642336260915117983tmp [Pipeline] { [Pipeline] sh 20:17:32 + set +x 20:17:32 + curl -s https://codecov.io/bash 20:17:32 + bash -s -- 20:17:32 20:17:32 _____ _ 20:17:32 / ____| | | 20:17:32 | | ___ __| | ___ ___ _____ __ 20:17:32 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 20:17:32 | |___| (_) | (_| | __/ (_| (_) \ V / 20:17:32 \_____\___/ \__,_|\___|\___\___/ \_/ 20:17:32 Bash-1.0.2 20:17:32 20:17:32 20:17:32 ==> git version 2.24.3 found 20:17:32 ==> 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 20:17:32 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 20:17:32 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 20:17:32 ==> Jenkins CI detected. 20:17:32 project root: . 20:17:32 --> token set from env 20:17:32 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 20:17:32 ==> Running gcov in . (disable via -X gcov) 20:17:32 ==> Python coveragepy not found 20:17:32 ==> Searching for coverage reports in: 20:17:32 + . 20:17:32 -> Found 1 reports 20:17:32 ==> Detecting git/mercurial file structure 20:17:32 ==> Reading reports 20:17:32 + ./coverage.out bytes=19386 20:17:32 ==> Appending adjustments 20:17:32 https://docs.codecov.io/docs/fixing-reports 20:17:32 + Found adjustments 20:17:32 ==> Gzipping contents 20:17:32 4.0K /tmp/codecov.IgtRob.gz 20:17:32 ==> Uploading reports 20:17:32 url: https://codecov.io 20:17:32 query: branch=master&commit=3691df947a2f13c033dab4cecb2f3e43c92cf99c&build=42&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-mqtt-go%2Fjob%2Fmaster%2F42%2F&name=&tag=&slug=edgexfoundry%2Fdevice-mqtt-go&service=jenkins&flags=&pr=&job=&cmd_args= 20:17:33 -> Pinging Codecov 20:17:33 https://codecov.io/upload/v4?package=bash-1.0.2&token=secret&branch=master&commit=3691df947a2f13c033dab4cecb2f3e43c92cf99c&build=42&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-mqtt-go%2Fjob%2Fmaster%2F42%2F&name=&tag=&slug=edgexfoundry%2Fdevice-mqtt-go&service=jenkins&flags=&pr=&job=&cmd_args= 20:17:33 -> Uploading to 20:17:33 https://storage.googleapis.com/codecov/v4/raw/2021-05-12/7D719EC7BBE17E464838252E33014C33/3691df947a2f13c033dab4cecb2f3e43c92cf99c/7f9fe916-8290-4de7-bdff-a05672b80df7.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQM3VGPYSAFECJRMNAFIPCV2R3P2BOORCJC7NM537NPJQSFLHUDNIDWA%2F20210512%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210512T201733Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=d825907adf0c09d928cc03b59333332a69762d1f5821efa36d9016305e94b3d7 20:17:33 % Total % Received % Xferd Average Speed Time Time Time Current 20:17:33 Dload Upload Total Spent Left Speed 20:17:33 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 3390 0 0 100 3390 0 6251 --:--:-- --:--:-- --:--:-- 6243 100 3390 0 0 100 3390 0 6249 --:--:-- --:--:-- --:--:-- 6243 20:17:33 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/device-mqtt-go/commit/3691df947a2f13c033dab4cecb2f3e43c92cf99c [Pipeline] } 20:17:33 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo 20:17:34 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 20:17:34 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 20:17:34 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 20:17:34 20:17:34 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh 20:17:34 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 20:17:34 1.410.4: Pulling from edgex-devops/edgex-snyk-go 20:17:34 188c0c94c7c5: Pulling fs layer 20:17:34 0ef7d3d256c8: Pulling fs layer 20:17:34 de9db76c5a1d: Pulling fs layer 20:17:34 0eba1c9be4d2: Pulling fs layer 20:17:34 0d57e429df01: Pulling fs layer 20:17:34 4e4be7b47b0d: Pulling fs layer 20:17:34 e1f770b5df2f: Pulling fs layer 20:17:34 85a0685a4137: Pulling fs layer 20:17:34 0d57e429df01: Waiting 20:17:34 4e4be7b47b0d: Waiting 20:17:34 e1f770b5df2f: Waiting 20:17:34 85a0685a4137: Waiting 20:17:34 0eba1c9be4d2: Waiting 20:17:34 de9db76c5a1d: Verifying Checksum 20:17:34 de9db76c5a1d: Download complete 20:17:34 0ef7d3d256c8: Verifying Checksum 20:17:34 0ef7d3d256c8: Download complete 20:17:34 0d57e429df01: Verifying Checksum 20:17:34 0d57e429df01: Download complete 20:17:34 4e4be7b47b0d: Verifying Checksum 20:17:34 4e4be7b47b0d: Download complete 20:17:35 188c0c94c7c5: Download complete 20:17:35 188c0c94c7c5: Pull complete 20:17:35 0ef7d3d256c8: Pull complete 20:17:35 de9db76c5a1d: Pull complete 20:17:36 e1f770b5df2f: Verifying Checksum 20:17:36 e1f770b5df2f: Download complete 20:17:39 0eba1c9be4d2: Verifying Checksum 20:17:39 0eba1c9be4d2: Download complete 20:17:39 85a0685a4137: Verifying Checksum 20:17:39 85a0685a4137: Download complete 20:17:46 0eba1c9be4d2: Pull complete 20:17:46 0d57e429df01: Pull complete 20:17:46 4e4be7b47b0d: Pull complete 20:17:47 e1f770b5df2f: Pull complete 20:17:56 85a0685a4137: Pull complete 20:17:56 Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 20:17:56 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 20:17:56 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer 20:17:56 prd-centos7-docker-4c-2g-4802 does not seem to be running inside a container 20:17:56 $ 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 20:17:57 $ docker top e996e5f1837e7a2baade37d6f78f736dd7ccbdb919c9bf23bd1c6593b5d636a2 -eo pid,comm [Pipeline] { [Pipeline] echo 20:17:57 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh 20:17:57 + set -o pipefail 20:17:57 + snyk monitor '--org=edgex-jenkins' 20:18:19 20:18:19 Monitoring /w/workspace/gexfoundry_device-mqtt-go_master (github.com/edgexfoundry/device-mqtt-go)... 20:18:19 20:18:19 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/6acecf1b-85ea-4374-bf84-4fa5a6e664d0/history/81642605-0338-4f97-97a3-46ab372380fe 20:18:19 20:18:19 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 20:18:19 20:18:19 [Pipeline] } 20:18:19 $ docker stop --time=1 e996e5f1837e7a2baade37d6f78f736dd7ccbdb919c9bf23bd1c6593b5d636a2 20:18:22 $ docker rm -f e996e5f1837e7a2baade37d6f78f736dd7ccbdb919c9bf23bd1c6593b5d636a2 [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 20:18:23 + git log --format=format:%s -1 3691df947a2f13c033dab4cecb2f3e43c92cf99c [Pipeline] isUnix [Pipeline] sh 20:18:23 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 20:18:23 . [Pipeline] withDockerContainer 20:18:23 prd-centos7-docker-4c-2g-4802 does not seem to be running inside a container 20:18:23 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_device-mqtt-go_master -v /w/workspace/gexfoundry_device-mqtt-go_master:/w/workspace/gexfoundry_device-mqtt-go_master:rw,z -v /w/workspace/gexfoundry_device-mqtt-go_master@tmp:/w/workspace/gexfoundry_device-mqtt-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 20:18:24 $ docker top 8959fc723476152cab99d3b987997d70df696925a51203e61ff06c9e8da3ef28 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 20:18:24 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 20:18:24 [ssh-agent] Looking for ssh-agent implementation... 20:18:24 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 20:18:24 $ docker exec 8959fc723476152cab99d3b987997d70df696925a51203e61ff06c9e8da3ef28 ssh-agent 20:18:25 SSH_AUTH_SOCK=/tmp/ssh-uEWH2L5XJL2Q/agent.11 20:18:25 SSH_AGENT_PID=17 20:18:25 Running ssh-add (command line suppressed) 20:18:25 Identity added: /w/workspace/gexfoundry_device-mqtt-go_master@tmp/private_key_5826547534174608999.key (/w/workspace/gexfoundry_device-mqtt-go_master@tmp/private_key_5826547534174608999.key) 20:18:25 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 20:18:25 + git semver tag 20:18:25 # -> Open(): unable to determine branch for HEAD 20:18:25 # $GIT_DIR = /w/workspace/gexfoundry_device-mqtt-go_master/.git 20:18:25 # $GIT_WORK_TREE = /w/workspace/gexfoundry_device-mqtt-go_master 20:18:25 # $SEMVER_REMOTE_NAME = origin 20:18:25 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 20:18:25 # $SEMVER_USER_NAME = edgex-jenkins 20:18:25 # $SEMVER_BRANCH = master 20:18:25 # $SEMVER_DIR = /w/workspace/gexfoundry_device-mqtt-go_master/.semver 20:18:25 # 3691df947a2f13c033dab4cecb2f3e43c92cf99c HEAD 20:18:25 # -> Force: false 20:18:25 # cca7b334aaa2cd750fde3e1cdd5531f59c835988 refs/tags/v1.3.2-dev.10 [Pipeline] } 20:18:25 $ docker exec --env ******** --env ******** 8959fc723476152cab99d3b987997d70df696925a51203e61ff06c9e8da3ef28 ssh-agent -k 20:18:25 unset SSH_AUTH_SOCK; 20:18:25 unset SSH_AGENT_PID; 20:18:25 echo Agent pid 17 killed; 20:18:25 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 20:18:26 + git semver [Pipeline] } 20:18:26 $ docker stop --time=1 8959fc723476152cab99d3b987997d70df696925a51203e61ff06c9e8da3ef28 20:18:27 $ docker rm -f 8959fc723476152cab99d3b987997d70df696925a51203e61ff06c9e8da3ef28 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 20:18:28 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 20:18:28 20:18:28 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 20:18:28 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 20:18:28 0.23.1-centos7: Pulling from edgex-lftools 20:18:28 ab5ef0e58194: Pulling fs layer 20:18:28 9712f1f96733: Pulling fs layer 20:18:28 63f879dbbcfc: Pulling fs layer 20:18:28 0d9ebad4ef96: Pulling fs layer 20:18:28 e9a5061849ea: Pulling fs layer 20:18:28 d747dcd14b5f: Pulling fs layer 20:18:28 2de7ff778b66: Pulling fs layer 20:18:28 0d9ebad4ef96: Waiting 20:18:28 e9a5061849ea: Waiting 20:18:28 d747dcd14b5f: Waiting 20:18:28 2de7ff778b66: Waiting 20:18:28 9712f1f96733: Verifying Checksum 20:18:28 9712f1f96733: Download complete 20:18:30 63f879dbbcfc: Verifying Checksum 20:18:30 63f879dbbcfc: Download complete 20:18:30 e9a5061849ea: Verifying Checksum 20:18:30 e9a5061849ea: Download complete 20:18:30 d747dcd14b5f: Verifying Checksum 20:18:30 d747dcd14b5f: Download complete 20:18:30 2de7ff778b66: Verifying Checksum 20:18:30 2de7ff778b66: Download complete 20:18:30 0d9ebad4ef96: Verifying Checksum 20:18:31 ab5ef0e58194: Verifying Checksum 20:18:31 ab5ef0e58194: Download complete 20:18:35 ab5ef0e58194: Pull complete 20:18:35 9712f1f96733: Pull complete 20:18:37 63f879dbbcfc: Pull complete 20:18:43 0d9ebad4ef96: Pull complete 20:18:44 e9a5061849ea: Pull complete 20:18:45 d747dcd14b5f: Pull complete 20:18:47 2de7ff778b66: Pull complete 20:18:47 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 20:18:47 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 20:18:47 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 20:18:47 prd-centos7-docker-4c-2g-4802 does not seem to be running inside a container 20:18:48 $ 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 20:18:51 $ docker top 440f978bc34c69199fdf5a07c1697b0b9d7a1edd03e998c9fcd25d66b15777f2 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 20:18:51 provisioning config files... 20:18:51 copy managed file [sigul-config] to file:/w/workspace/gexfoundry_device-mqtt-go_master@tmp/config4889637777495629577tmp 20:18:52 copy managed file [sigul-password] to file:/w/workspace/gexfoundry_device-mqtt-go_master@tmp/config460001480264520012tmp 20:18:52 copy managed file [sigul-pki] to file:/w/workspace/gexfoundry_device-mqtt-go_master@tmp/config737733662330189090tmp [Pipeline] { [Pipeline] echo 20:18:52 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 20:18:52 ---> sigul-configuration.sh 20:18:52 gpg: directory `/root/.gnupg' created 20:18:52 gpg: new configuration file `/root/.gnupg/gpg.conf' created 20:18:52 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 20:18:52 gpg: keyring `/root/.gnupg/secring.gpg' created 20:18:52 gpg: keyring `/root/.gnupg/pubring.gpg' created 20:18:52 gpg: CAST5 encrypted data 20:18:52 gpg: encrypted with 1 passphrase 20:18:52 gpg: WARNING: message was not integrity protected [Pipeline] sh 20:18:52 + mkdir /home/jenkins 20:18:52 + mkdir /home/jenkins/sigul [Pipeline] sh 20:18:53 + 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 20:18:53 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 20:18:53 ---> sigul-install.sh 20:19:01 Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh 20:19:02 + git tag --list 20:19:02 0.7.1 20:19:02 v1.0.0 20:19:02 v1.1.0 20:19:02 v1.1.1 20:19:02 v1.2.2 20:19:02 v1.3.0 20:19:02 v1.3.1 20:19:02 v1.3.1-dev.1 20:19:02 v1.3.1-dev.2 20:19:02 v1.3.1-dev.3 20:19:02 v1.3.1-dev.4 20:19:02 v1.3.2-dev.1 20:19:02 v1.3.2-dev.10 20:19:02 v1.3.2-dev.2 20:19:02 v1.3.2-dev.3 20:19:02 v1.3.2-dev.4 20:19:02 v1.3.2-dev.5 20:19:02 v1.3.2-dev.6 20:19:02 v1.3.2-dev.7 20:19:02 v1.3.2-dev.8 20:19:02 v1.3.2-dev.9 [Pipeline] sh 20:19:02 + lftools sign git-tag v1.3.2-dev.10 20:19:03 Signing Git tag with Sigul... 20:19:03 Signing v1.3.2-dev.10 [Pipeline] echo 20:19:05 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 20:19:05 ---> sigul-configuration-cleanup.sh [Pipeline] } 20:19:05 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 20:19:05 $ docker stop --time=1 440f978bc34c69199fdf5a07c1697b0b9d7a1edd03e998c9fcd25d66b15777f2 20:19:08 $ docker rm -f 440f978bc34c69199fdf5a07c1697b0b9d7a1edd03e998c9fcd25d66b15777f2 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh 20:19:08 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 20:19:08 . [Pipeline] withDockerContainer 20:19:08 prd-centos7-docker-4c-2g-4802 does not seem to be running inside a container 20:19:08 $ 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 20:19:09 $ docker top 27bd784c3184f6d6c1254199b4cd148676d2afcee4667d43ba9070098cfac1cb -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 20:19:09 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 20:19:09 [ssh-agent] Looking for ssh-agent implementation... 20:19:10 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 20:19:10 $ docker exec 27bd784c3184f6d6c1254199b4cd148676d2afcee4667d43ba9070098cfac1cb ssh-agent 20:19:10 SSH_AUTH_SOCK=/tmp/ssh-Fx7s23hD5PuG/agent.11 20:19:10 SSH_AGENT_PID=16 20:19:10 Running ssh-add (command line suppressed) 20:19:10 Identity added: /w/workspace/gexfoundry_device-mqtt-go_master@tmp/private_key_1954218052285072210.key (/w/workspace/gexfoundry_device-mqtt-go_master@tmp/private_key_1954218052285072210.key) 20:19:10 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 20:19:10 + git semver bump pre 20:19:10 # -> Open(): unable to determine branch for HEAD 20:19:10 # $GIT_DIR = /w/workspace/gexfoundry_device-mqtt-go_master/.git 20:19:10 # $GIT_WORK_TREE = /w/workspace/gexfoundry_device-mqtt-go_master 20:19:10 # $SEMVER_REMOTE_NAME = origin 20:19:10 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 20:19:10 # $SEMVER_USER_NAME = edgex-jenkins 20:19:10 # $SEMVER_BRANCH = master 20:19:10 # $SEMVER_DIR = /w/workspace/gexfoundry_device-mqtt-go_master/.semver 20:19:10 1.3.2-dev.11 [Pipeline] } 20:19:10 $ docker exec --env ******** --env ******** 27bd784c3184f6d6c1254199b4cd148676d2afcee4667d43ba9070098cfac1cb ssh-agent -k 20:19:10 unset SSH_AUTH_SOCK; 20:19:10 unset SSH_AGENT_PID; 20:19:10 echo Agent pid 16 killed; 20:19:10 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 20:19:11 + git semver [Pipeline] } 20:19:11 $ docker stop --time=1 27bd784c3184f6d6c1254199b4cd148676d2afcee4667d43ba9070098cfac1cb 20:19:12 $ docker rm -f 27bd784c3184f6d6c1254199b4cd148676d2afcee4667d43ba9070098cfac1cb [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 20:19:13 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 20:19:13 . [Pipeline] withDockerContainer 20:19:13 prd-centos7-docker-4c-2g-4802 does not seem to be running inside a container 20:19:13 $ 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 20:19:13 $ docker top 4f26433ae7598973029acabe7c1b99e744ee1f4c56061dd7a5a732ed96e7ee0b -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 20:19:14 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 20:19:14 [ssh-agent] Looking for ssh-agent implementation... 20:19:14 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 20:19:14 $ docker exec 4f26433ae7598973029acabe7c1b99e744ee1f4c56061dd7a5a732ed96e7ee0b ssh-agent 20:19:14 SSH_AUTH_SOCK=/tmp/ssh-XZXefEYK3hWM/agent.12 20:19:14 SSH_AGENT_PID=18 20:19:14 Running ssh-add (command line suppressed) 20:19:14 Identity added: /w/workspace/gexfoundry_device-mqtt-go_master@tmp/private_key_4466503106202239053.key (/w/workspace/gexfoundry_device-mqtt-go_master@tmp/private_key_4466503106202239053.key) 20:19:14 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 20:19:14 + git semver push 20:19:14 # -> Open(): unable to determine branch for HEAD 20:19:14 # $GIT_DIR = /w/workspace/gexfoundry_device-mqtt-go_master/.git 20:19:14 # $GIT_WORK_TREE = /w/workspace/gexfoundry_device-mqtt-go_master 20:19:14 # $SEMVER_REMOTE_NAME = origin 20:19:14 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 20:19:14 # $SEMVER_USER_NAME = edgex-jenkins 20:19:14 # $SEMVER_BRANCH = master 20:19:14 # $SEMVER_DIR = /w/workspace/gexfoundry_device-mqtt-go_master/.semver [Pipeline] } 20:19:19 $ docker exec --env ******** --env ******** 4f26433ae7598973029acabe7c1b99e744ee1f4c56061dd7a5a732ed96e7ee0b ssh-agent -k 20:19:19 unset SSH_AUTH_SOCK; 20:19:19 unset SSH_AGENT_PID; 20:19:19 echo Agent pid 18 killed; 20:19:19 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 20:19:19 + git semver [Pipeline] } 20:19:19 $ docker stop --time=1 4f26433ae7598973029acabe7c1b99e744ee1f4c56061dd7a5a732ed96e7ee0b 20:19:21 $ docker rm -f 4f26433ae7598973029acabe7c1b99e744ee1f4c56061dd7a5a732ed96e7ee0b [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 20:19:22 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 20:19:22 ---> package-listing.sh 20:19:22 ++ facter osfamily 20:19:22 ++ tr '[:upper:]' '[:lower:]' 20:19:22 + OS_FAMILY=redhat 20:19:22 + workspace=/w/workspace/gexfoundry_device-mqtt-go_master 20:19:22 + START_PACKAGES=/tmp/packages_start.txt 20:19:22 + END_PACKAGES=/tmp/packages_end.txt 20:19:22 + DIFF_PACKAGES=/tmp/packages_diff.txt 20:19:22 + PACKAGES=/tmp/packages_start.txt 20:19:22 + '[' /w/workspace/gexfoundry_device-mqtt-go_master ']' 20:19:22 + PACKAGES=/tmp/packages_end.txt 20:19:22 + case "${OS_FAMILY}" in 20:19:22 + rpm -qa 20:19:22 + sort 20:19:28 + '[' -f /tmp/packages_start.txt ']' 20:19:28 + '[' -f /tmp/packages_end.txt ']' 20:19:28 + diff /tmp/packages_start.txt /tmp/packages_end.txt 20:19:28 + '[' /w/workspace/gexfoundry_device-mqtt-go_master ']' 20:19:28 + mkdir -p /w/workspace/gexfoundry_device-mqtt-go_master/archives/ 20:19:28 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/gexfoundry_device-mqtt-go_master/archives/ [Pipeline] echo 20:19:28 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 20:19:28 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 20:19:28 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 20:19:28 20:19:28 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 20:19:29 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 20:19:29 alpine: Pulling from edgex-lftools-log-publisher 20:19:29 df20fa9351a1: Pulling fs layer 20:19:29 36b3adc4ff6f: Pulling fs layer 20:19:29 8ad3a11d3b57: Pulling fs layer 20:19:29 46f8f816bc3b: Pulling fs layer 20:19:29 93b61091891f: Pulling fs layer 20:19:29 93b9cdb0e59b: Pulling fs layer 20:19:29 5e14af77c1be: Pulling fs layer 20:19:29 01666e4c0597: Pulling fs layer 20:19:29 aa168da1d23b: Pulling fs layer 20:19:29 93b9cdb0e59b: Waiting 20:19:29 5e14af77c1be: Waiting 20:19:29 01666e4c0597: Waiting 20:19:29 46f8f816bc3b: Waiting 20:19:29 93b61091891f: Waiting 20:19:29 aa168da1d23b: Waiting 20:19:29 36b3adc4ff6f: Verifying Checksum 20:19:29 36b3adc4ff6f: Download complete 20:19:29 46f8f816bc3b: Verifying Checksum 20:19:29 93b61091891f: Verifying Checksum 20:19:29 93b61091891f: Download complete 20:19:29 93b9cdb0e59b: Verifying Checksum 20:19:29 93b9cdb0e59b: Download complete 20:19:29 df20fa9351a1: Verifying Checksum 20:19:29 df20fa9351a1: Download complete 20:19:29 5e14af77c1be: Verifying Checksum 20:19:29 5e14af77c1be: Download complete 20:19:29 01666e4c0597: Download complete 20:19:29 df20fa9351a1: Pull complete 20:19:29 8ad3a11d3b57: Verifying Checksum 20:19:29 8ad3a11d3b57: Download complete 20:19:29 36b3adc4ff6f: Pull complete 20:19:31 8ad3a11d3b57: Pull complete 20:19:31 aa168da1d23b: Verifying Checksum 20:19:31 aa168da1d23b: Download complete 20:19:32 46f8f816bc3b: Pull complete 20:19:32 93b61091891f: Pull complete 20:19:32 93b9cdb0e59b: Pull complete 20:19:32 5e14af77c1be: Pull complete 20:19:32 01666e4c0597: Pull complete 20:19:40 aa168da1d23b: Pull complete 20:19:40 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 20:19:40 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 20:19:40 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 20:19:40 prd-centos7-docker-4c-2g-4802 does not seem to be running inside a container 20:19:40 $ 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 20:19:43 $ docker top 4a041b66efae292b347387be07b8767196fd9abf80eb507bde97193d6e0e7af5 -eo pid,comm [Pipeline] { [Pipeline] sh 20:19:44 + touch /tmp/pre-build-complete [Pipeline] sh 20:19:44 + mkdir -p /var/log/sa [Pipeline] sh 20:19:45 + ls /var/log/sa-host 20:19:45 + sadf -c /var/log/sa-host/sa12 20:19:45 file_magic: OK 20:19:45 HZ: Using current value: 100 20:19:45 file_header: OK 20:19:45 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 20:19:45 Statistics: 20:19:45 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 20:19:45 File successfully converted to sysstat format version 12.2.1 20:19:45 + sadf -c /var/log/sa-host/sa23 20:19:45 file_magic: OK 20:19:45 HZ: Using current value: 100 20:19:45 file_header: OK 20:19:45 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 20:19:45 Statistics: 20:19:45 Hnuu...uuuununununu... 20:19:45 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 20:19:45 provisioning config files... 20:19:45 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/gexfoundry_device-mqtt-go_master@tmp/config5856453391372908731tmp [Pipeline] { [Pipeline] echo 20:19:45 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 20:19:45 ---> create-netrc.sh [Pipeline] } 20:19:45 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 20:19:45 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 20:19:46 ---> python-tools-install.sh [Pipeline] echo 20:19:46 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 20:19:46 ---> sudo-logs.sh 20:19:46 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 20:19:46 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 20:19:46 ---> job-cost.sh 20:19:46 lf-activate-venv: SKIPPING 20:19:46 DEBUG: total: 0.20999999344348907 20:19:46 INFO: Retrieving Stack Cost... 20:19:47 INFO: Retrieving Pricing Info for: v1-standard-2 20:19:48 INFO: Archiving Costs [Pipeline] echo 20:19:48 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 20:19:48 ---> logs-deploy.sh 20:19:48 lf-activate-venv: SKIPPING 20:19:48 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-mqtt-go/master/42 20:19:48 INFO: archiving workspace using pattern(s): 20:19:50 Archives upload complete. 20:19:50 INFO: archiving logs to Nexus 20:19:51 ---> uname -a: 20:19:51 Linux prd-centos7-docker-4c-2g-4802.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 20:19:51 20:19:51 20:19:51 ---> lscpu: 20:19:51 Architecture: x86_64 20:19:51 CPU op-mode(s): 32-bit, 64-bit 20:19:51 Byte Order: Little Endian 20:19:51 Address sizes: 40 bits physical, 48 bits virtual 20:19:51 CPU(s): 4 20:19:51 On-line CPU(s) list: 0-3 20:19:51 Thread(s) per core: 1 20:19:51 Core(s) per socket: 1 20:19:51 Socket(s): 4 20:19:51 NUMA node(s): 1 20:19:51 Vendor ID: GenuineIntel 20:19:51 CPU family: 6 20:19:51 Model: 44 20:19:51 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 20:19:51 Stepping: 1 20:19:51 CPU MHz: 2933.438 20:19:51 BogoMIPS: 5866.87 20:19:51 Virtualization: VT-x 20:19:51 Hypervisor vendor: KVM 20:19:51 Virtualization type: full 20:19:51 L1d cache: 128 KiB 20:19:51 L1i cache: 128 KiB 20:19:51 L2 cache: 16 MiB 20:19:51 L3 cache: 64 MiB 20:19:51 NUMA node0 CPU(s): 0-3 20:19:51 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 20:19:51 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 20:19:51 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 20:19:51 Vulnerability Meltdown: Mitigation; PTI 20:19:51 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 20:19:51 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 20:19:51 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 20:19:51 Vulnerability Srbds: Not affected 20:19:51 Vulnerability Tsx async abort: Not affected 20:19:51 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 20:19:51 20:19:51 20:19:51 ---> nproc: 20:19:51 4 20:19:51 20:19:51 20:19:51 ---> df -h: 20:19:51 Filesystem Size Used Available Use% Mounted on 20:19:51 overlay 50.0G 8.5G 41.4G 17% / 20:19:51 tmpfs 64.0M 0 64.0M 0% /dev 20:19:51 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 20:19:51 shm 64.0M 0 64.0M 0% /dev/shm 20:19:51 /dev/vda1 50.0G 8.5G 41.4G 17% /facter-os 20:19:51 /dev/vda1 50.0G 8.5G 41.4G 17% /etc/resolv.conf 20:19:51 /dev/vda1 50.0G 8.5G 41.4G 17% /etc/hostname 20:19:51 /dev/vda1 50.0G 8.5G 41.4G 17% /etc/hosts 20:19:51 /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/auth.log 20:19:51 /dev/vda1 50.0G 8.5G 41.4G 17% /run/cloud-init/result.json 20:19:51 /dev/vda1 50.0G 8.5G 41.4G 17% /w/workspace/gexfoundry_device-mqtt-go_master 20:19:51 /dev/vda1 50.0G 8.5G 41.4G 17% /w/workspace/gexfoundry_device-mqtt-go_master@tmp 20:19:51 /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/sa-host 20:19:51 /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/secure 20:19:51 20:19:51 20:19:51 ---> free -m: 20:19:51 total used free shared buff/cache available 20:19:51 Mem: 1837 823 143 0 870 949 20:19:51 Swap: 1023 3 1020 20:19:51 20:19:51 20:19:51 ---> ip addr: 20:19:51 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 20:19:51 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 20:19:51 inet 127.0.0.1/8 scope host lo 20:19:51 valid_lft forever preferred_lft forever 20:19:51 inet6 ::1/128 scope host 20:19:51 valid_lft forever preferred_lft forever 20:19:51 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 20:19:51 link/ether fa:16:3e:ba:2a:aa brd ff:ff:ff:ff:ff:ff 20:19:51 inet 10.30.123.249/23 brd 10.30.123.255 scope global dynamic eth0 20:19:51 valid_lft 85573sec preferred_lft 85573sec 20:19:51 inet6 fe80::f816:3eff:feba:2aaa/64 scope link 20:19:51 valid_lft forever preferred_lft forever 20:19:51 3: docker0: mtu 1500 qdisc noqueue state DOWN 20:19:51 link/ether 02:42:3c:78:68:64 brd ff:ff:ff:ff:ff:ff 20:19:51 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 20:19:51 valid_lft forever preferred_lft forever 20:19:51 inet6 fe80::42:3cff:fe78:6864/64 scope link 20:19:51 valid_lft forever preferred_lft forever 20:19:51 20:19:51 20:19:51 ---> sar -b -r -n DEV: 20:19:51 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 05/12/21 _x86_64_ (4 CPU) 20:19:51 20:19:51 20:05:50 LINUX RESTART (4 CPU) 20:19:51 20:19:51 20:07:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 20:19:51 20:08:01 2.51 0.00 2.51 0.00 0.00 55.92 0.00 20:19:51 20:09:01 0.42 0.00 0.42 0.00 0.00 6.89 0.00 20:19:51 20:10:02 0.30 0.00 0.30 0.00 0.00 3.25 0.00 20:19:51 20:11:01 0.27 0.00 0.27 0.00 0.00 3.52 0.00 20:19:51 20:12:01 0.28 0.00 0.28 0.00 0.00 3.98 0.00 20:19:51 20:13:01 0.17 0.00 0.17 0.00 0.00 2.43 0.00 20:19:51 20:14:01 0.27 0.00 0.27 0.00 0.00 3.88 0.00 20:19:51 20:15:01 0.25 0.00 0.25 0.00 0.00 2.71 0.00 20:19:51 20:16:01 0.30 0.00 0.30 0.00 0.00 3.66 0.00 20:19:51 20:17:01 0.27 0.00 0.27 0.00 0.00 3.25 0.00 20:19:51 20:18:01 223.74 131.41 92.33 0.00 7078.83 33375.38 0.00 20:19:51 20:19:01 256.88 102.46 154.42 0.00 5281.94 35418.42 0.00 20:19:51 Average: 40.60 19.55 21.05 0.00 1033.41 5758.89 0.00 20:19:51 20:19:51 20:07:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 20:19:51 20:08:01 169780 0 605080 32.16 2620 1104064 1096468 37.42 422396 1091868 16 20:19:51 20:09:01 167856 0 606996 32.26 2620 1104072 1096480 37.42 432772 1083300 8 20:19:51 20:10:02 167764 0 607084 32.27 2620 1104076 1096504 37.42 434228 1082092 8 20:19:51 20:11:01 165972 0 608872 32.36 2620 1104080 1096588 37.42 436996 1081144 8 20:19:51 20:12:01 167100 0 607740 32.30 2620 1104084 1090312 37.21 448880 1068004 20 20:19:51 20:13:01 167212 0 607624 32.29 2620 1104088 1090412 37.21 449244 1068004 8 20:19:51 20:14:01 167928 0 606904 32.26 2620 1104092 1090352 37.21 448948 1067848 20 20:19:51 20:15:01 168880 0 605948 32.20 2620 1104096 1080060 36.86 448112 1067544 8 20:19:51 20:16:01 169144 0 605676 32.19 2620 1104104 1080060 36.86 448120 1067544 8 20:19:51 20:17:01 165276 0 609520 32.39 2620 1104128 1080156 36.86 452512 1066776 12 20:19:51 20:18:01 106152 0 756588 40.21 2596 1016208 1351436 46.12 531608 992580 1456 20:19:51 20:19:01 97592 0 765396 40.68 1492 1017064 1192128 40.69 645560 804536 94380 20:19:51 Average: 156721 0 632786 33.63 2524 1089513 1120080 38.23 466615 1045103 7996 20:19:51 20:19:51 20:07:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 20:19:51 20:08:01 eth0 4.30 0.61 0.85 0.38 0.00 0.00 0.00 0.00 20:19:51 20:08:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:19:51 20:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:19:51 20:09:01 eth0 6.63 1.43 3.30 0.81 0.00 0.00 0.00 0.00 20:19:51 20:09:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:19:51 20:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:19:51 20:10:02 eth0 3.46 0.57 0.77 0.43 0.00 0.00 0.00 0.00 20:19:51 20:10:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:19:51 20:10:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:19:51 20:11:01 eth0 3.64 0.59 0.75 0.37 0.00 0.00 0.00 0.00 20:19:51 20:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:19:51 20:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:19:51 20:12:01 eth0 6.18 0.60 1.11 0.46 0.00 0.00 0.00 0.00 20:19:51 20:12:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:19:51 20:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:19:51 20:13:01 eth0 2.38 1.05 1.12 0.82 0.00 0.00 0.00 0.00 20:19:51 20:13:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:19:51 20:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:19:51 20:14:01 eth0 0.60 0.35 0.28 0.20 0.00 0.00 0.00 0.00 20:19:51 20:14:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:19:51 20:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:19:51 20:15:01 eth0 0.12 0.00 0.01 0.00 0.00 0.00 0.00 0.00 20:19:51 20:15:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:19:51 20:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:19:51 20:16:01 eth0 0.13 0.08 0.01 0.01 0.00 0.00 0.00 0.00 20:19:51 20:16:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:19:51 20:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:19:51 20:17:01 eth0 0.47 0.25 0.15 0.08 0.00 0.00 0.00 0.00 20:19:51 20:17:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:19:51 20:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:19:51 20:18:01 veth8ca3564 23.52 24.42 2.70 23.07 0.00 0.00 0.00 0.00 20:19:51 20:18:01 eth0 516.68 448.67 4111.38 73.82 0.00 0.00 0.00 0.00 20:19:51 20:18:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:19:51 20:18:01 docker0 23.52 24.32 2.38 23.06 0.00 0.00 0.00 0.00 20:19:51 20:19:01 veth22c8a06 46.93 65.73 2.99 260.31 0.00 0.00 0.00 0.00 20:19:51 20:19:01 eth0 548.11 461.67 3855.82 47.07 0.00 0.00 0.00 0.00 20:19:51 20:19:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:19:51 20:19:01 docker0 84.81 109.25 4.98 627.03 0.00 0.00 0.00 0.00 20:19:51 Average: veth22c8a06 3.92 5.50 0.25 21.77 0.00 0.00 0.00 0.00 20:19:51 Average: eth0 91.34 76.57 666.79 10.40 0.00 0.00 0.00 0.00 20:19:51 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:19:51 Average: docker0 9.06 11.17 0.62 54.35 0.00 0.00 0.00 0.00 20:19:51 20:19:51 20:19:51 ---> sar -P ALL: 20:19:51 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 05/12/21 _x86_64_ (4 CPU) 20:19:51 20:19:51 20:05:50 LINUX RESTART (4 CPU) 20:19:51 20:19:51 20:07:02 CPU %user %nice %system %iowait %steal %idle 20:19:51 20:08:01 all 0.21 0.00 0.07 0.00 0.03 99.69 20:19:51 20:08:01 0 0.07 0.00 0.07 0.00 0.02 99.85 20:19:51 20:08:01 1 0.07 0.00 0.05 0.00 0.02 99.86 20:19:51 20:08:01 2 0.14 0.00 0.08 0.00 0.02 99.76 20:19:51 20:08:01 3 0.56 0.00 0.08 0.00 0.07 99.29 20:19:51 20:09:01 all 0.20 0.00 0.15 0.00 0.27 99.37 20:19:51 20:09:01 0 0.12 0.00 0.13 0.00 0.23 99.52 20:19:51 20:09:01 1 0.10 0.00 0.13 0.00 0.38 99.38 20:19:51 20:09:01 2 0.08 0.00 0.25 0.00 0.27 99.40 20:19:51 20:09:01 3 0.50 0.00 0.10 0.00 0.22 99.18 20:19:51 20:10:02 all 0.15 0.00 0.05 0.00 0.15 99.65 20:19:51 20:10:02 0 0.40 0.00 0.05 0.00 0.17 99.38 20:19:51 20:10:02 1 0.05 0.00 0.05 0.00 0.22 99.68 20:19:51 20:10:02 2 0.10 0.00 0.05 0.00 0.10 99.75 20:19:51 20:10:02 3 0.05 0.00 0.03 0.00 0.12 99.80 20:19:51 20:11:01 all 0.11 0.00 0.05 0.00 0.09 99.75 20:19:51 20:11:01 0 0.03 0.00 0.05 0.00 0.03 99.88 20:19:51 20:11:01 1 0.08 0.00 0.07 0.00 0.14 99.71 20:19:51 20:11:01 2 0.24 0.00 0.03 0.00 0.17 99.56 20:19:51 20:11:01 3 0.07 0.00 0.03 0.00 0.03 99.86 20:19:51 20:12:01 all 0.19 0.00 0.07 0.00 0.03 99.71 20:19:51 20:12:01 0 0.03 0.00 0.03 0.00 0.03 99.90 20:19:51 20:12:01 1 0.10 0.00 0.12 0.00 0.00 99.78 20:19:51 20:12:01 2 0.10 0.00 0.02 0.00 0.07 99.82 20:19:51 20:12:01 3 0.52 0.00 0.12 0.00 0.02 99.35 20:19:51 20:13:01 all 0.22 0.00 0.04 0.00 0.02 99.72 20:19:51 20:13:01 0 0.03 0.00 0.05 0.00 0.02 99.90 20:19:51 20:13:01 1 0.62 0.00 0.02 0.00 0.02 99.35 20:19:51 20:13:01 2 0.03 0.00 0.03 0.00 0.02 99.92 20:19:51 20:13:01 3 0.18 0.00 0.07 0.00 0.02 99.73 20:19:51 20:14:01 all 0.16 0.00 0.03 0.00 0.00 99.81 20:19:51 20:14:01 0 0.03 0.00 0.02 0.00 0.00 99.95 20:19:51 20:14:01 1 0.53 0.00 0.05 0.00 0.02 99.40 20:19:51 20:14:01 2 0.02 0.00 0.02 0.00 0.00 99.97 20:19:51 20:14:01 3 0.05 0.00 0.03 0.00 0.00 99.92 20:19:51 20:15:01 all 0.13 0.00 0.06 0.00 0.01 99.80 20:19:51 20:15:01 0 0.02 0.00 0.02 0.00 0.00 99.97 20:19:51 20:15:01 1 0.42 0.00 0.13 0.00 0.02 99.43 20:19:51 20:15:01 2 0.03 0.00 0.03 0.00 0.02 99.92 20:19:51 20:15:01 3 0.07 0.00 0.05 0.00 0.00 99.88 20:19:51 20:16:01 all 0.04 0.00 0.05 0.00 0.00 99.92 20:19:51 20:16:01 0 0.02 0.00 0.03 0.00 0.00 99.95 20:19:51 20:16:01 1 0.05 0.00 0.05 0.00 0.00 99.90 20:19:51 20:16:01 2 0.03 0.00 0.03 0.00 0.00 99.93 20:19:51 20:16:01 3 0.05 0.00 0.07 0.00 0.00 99.88 20:19:51 20:17:01 all 0.07 0.00 0.04 0.00 0.00 99.89 20:19:51 20:17:01 0 0.02 0.00 0.05 0.00 0.00 99.93 20:19:51 20:17:01 1 0.03 0.00 0.03 0.00 0.00 99.93 20:19:51 20:17:01 2 0.13 0.00 0.00 0.00 0.00 99.87 20:19:51 20:17:01 3 0.08 0.00 0.08 0.00 0.02 99.82 20:19:51 20:18:01 all 8.70 0.00 6.62 1.83 0.18 82.67 20:19:51 20:18:01 0 8.14 0.00 7.20 1.58 0.15 82.92 20:19:51 20:18:01 1 9.48 0.00 6.40 1.43 0.19 82.49 20:19:51 20:18:01 2 8.69 0.00 6.56 3.09 0.17 81.49 20:19:51 20:18:01 3 8.47 0.00 6.32 1.20 0.22 83.79 20:19:51 20:19:51 20:18:01 CPU %user %nice %system %iowait %steal %idle 20:19:51 20:19:01 all 12.04 0.00 8.76 4.15 0.11 74.93 20:19:51 20:19:01 0 10.69 0.00 9.49 5.12 0.09 74.61 20:19:51 20:19:01 1 10.64 0.00 8.13 3.54 0.12 77.57 20:19:51 20:19:01 2 13.18 0.00 8.89 4.01 0.12 73.81 20:19:51 20:19:01 3 13.66 0.00 8.55 3.96 0.12 73.72 20:19:51 Average: all 1.82 0.00 1.31 0.49 0.08 96.31 20:19:51 Average: 0 1.60 0.00 1.40 0.54 0.06 96.40 20:19:51 Average: 1 1.82 0.00 1.25 0.41 0.09 96.43 20:19:51 Average: 2 1.87 0.00 1.31 0.58 0.08 96.17 20:19:51 Average: 3 1.98 0.00 1.27 0.42 0.07 96.26 20:19:51 20:19:51 20:19:51