Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 7ecd4eb6552928ece7c628dfcc14e3a089789cc2 Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 57ded3389ef25720063a8030e5c426a6b7ea5b20 # timeout=10 Commit message: "Merge pull request #323 from siggiskulason/update-snap-build" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 46d8313d362d7075c0f562900eedc504c24ea18a using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:device-mqtt-go, buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: device-mqtt-go-settings PROJECT: device-mqtt-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-device-mqtt-go DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: true PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-389 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 Checking out Revision 7ecd4eb6552928ece7c628dfcc14e3a089789cc2 (master) Cloning repository git@github.com:edgexfoundry/device-mqtt-go.git > git init /w/workspace/gexfoundry_device-mqtt-go_master # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 7ecd4eb6552928ece7c628dfcc14e3a089789cc2 # timeout=10 Commit message: "Merge pull request #215 from hahattan/issue-204" > git rev-list --no-walk db15b17aa7909c46086228bc577d64e14747d026 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 04:30:53 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 04:30:53 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 04:30:53 ========================================================= 04:30:53 EdgeX Global Pipelines Version Info 04:30:53 ========================================================= [Pipeline] libraryResource [Pipeline] sh 04:30:54 ------------------- 04:30:54 stable info: 04:30:54 ------------------- 04:30:54 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 04:30:54 Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 04:30:54 Message: update stable to v1.0.186 04:30:55 ------------------- 04:30:55 experimental info: 04:30:55 ------------------- 04:30:55 Commited By: **** collab-it+edgex@linuxfoundation.org 04:30:55 Commit SHA: d990d252097850d5d490fbb59df25296f5300d79 04:30:55 Message: update experimental to v1.0.188 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 04:30:55 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-mqtt-go-settings [Pipeline] echo 04:30:55 [edgeXSetupEnvironment]: set envvar PROJECT = device-mqtt-go [Pipeline] echo 04:30:55 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 04:30:55 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 04:30:56 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 04:30:56 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 04:30:56 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 04:30:56 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 04:30:56 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 04:30:56 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 04:30:56 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 04:30:56 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-mqtt-go [Pipeline] echo 04:30:56 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 04:30:56 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 04:30:56 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 04:30:56 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 04:30:56 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 04:30:56 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 04:30:56 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 04:30:56 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 04:30:56 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 04:30:56 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 04:30:56 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 04:30:56 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 04:30:56 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 04:30:56 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 04:30:56 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo 04:30:56 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo 04:30:56 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo 04:30:56 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 7ecd4eb6552928ece7c628dfcc14e3a089789cc2 [Pipeline] echo 04:30:56 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 7ecd4eb [Pipeline] echo 04:30:56 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 04:30:56 provisioning config files... 04:30:56 copy managed file [device-mqtt-go-settings] to file:/w/workspace/gexfoundry_device-mqtt-go_master@tmp/config4022809353589502879tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 04:30:57 ---> docker-login.sh 04:30:57 nexus3.edgexfoundry.org:10001 04:30:57 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:30:57 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:30:57 Configure a credential helper to remove this warning. See 04:30:57 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:30:57 04:30:57 Login Succeeded 04:30:57 nexus3.edgexfoundry.org:10002 04:30:57 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:30:57 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:30:57 Configure a credential helper to remove this warning. See 04:30:57 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:30:57 04:30:57 Login Succeeded 04:30:57 nexus3.edgexfoundry.org:10003 04:30:57 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:30:57 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:30:57 Configure a credential helper to remove this warning. See 04:30:57 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:30:57 04:30:57 Login Succeeded 04:30:57 nexus3.edgexfoundry.org:10004 04:30:57 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:30:57 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:30:57 Configure a credential helper to remove this warning. See 04:30:57 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:30:57 04:30:57 Login Succeeded 04:30:57 docker.io 04:30:58 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:30:58 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:30:58 Configure a credential helper to remove this warning. See 04:30:58 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:30:58 04:30:58 Login Succeeded 04:30:58 ---> docker-login.sh ends [Pipeline] } 04:30:58 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 04:30:58 + git log --format=format:%s -1 7ecd4eb6552928ece7c628dfcc14e3a089789cc2 [Pipeline] echo 04:30:59 GIT_COMMIT: 7ecd4eb6552928ece7c628dfcc14e3a089789cc2, Commit Message: Merge pull request #215 from hahattan/issue-204 [Pipeline] echo 04:30:59 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 04:30:59 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 04:30:59 04:30:59 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 04:30:59 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 04:30:59 latest: Pulling from edgex-devops/git-semver 04:30:59 31603596830f: Pulling fs layer 04:30:59 2a8b12db71e7: Pulling fs layer 04:30:59 6ca5941a6612: Pulling fs layer 04:30:59 ecc8261a40a4: Pulling fs layer 04:30:59 ecc8261a40a4: Waiting 04:30:59 2a8b12db71e7: Verifying Checksum 04:30:59 2a8b12db71e7: Download complete 04:30:59 31603596830f: Verifying Checksum 04:30:59 31603596830f: Download complete 04:31:00 ecc8261a40a4: Verifying Checksum 04:31:00 ecc8261a40a4: Download complete 04:31:00 6ca5941a6612: Verifying Checksum 04:31:00 6ca5941a6612: Download complete 04:31:00 31603596830f: Pull complete 04:31:00 2a8b12db71e7: Pull complete 04:31:01 6ca5941a6612: Pull complete 04:31:01 ecc8261a40a4: Pull complete 04:31:01 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 04:31:01 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 04:31:01 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 04:31:01 prd-centos7-docker-4c-2g-389 does not seem to be running inside a container 04:31:01 $ 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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 04:31:03 $ docker top 0413c3b7b90b9bbeebeb9d188f77a92cf8206342f5548206c103d0c1efca59dd -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 04:31:03 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 04:31:03 [ssh-agent] Looking for ssh-agent implementation... 04:31:04 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 04:31:04 $ docker exec 0413c3b7b90b9bbeebeb9d188f77a92cf8206342f5548206c103d0c1efca59dd ssh-agent 04:31:04 SSH_AUTH_SOCK=/tmp/ssh-8rh4LLm4wBcB/agent.11 04:31:04 SSH_AGENT_PID=17 04:31:04 Running ssh-add (command line suppressed) 04:31:04 Identity added: /w/workspace/gexfoundry_device-mqtt-go_master@tmp/private_key_7354737522480841086.key (/w/workspace/gexfoundry_device-mqtt-go_master@tmp/private_key_7354737522480841086.key) 04:31:04 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 04:31:04 + git tag --points-at HEAD [Pipeline] } 04:31:04 $ docker exec --env ******** --env ******** 0413c3b7b90b9bbeebeb9d188f77a92cf8206342f5548206c103d0c1efca59dd ssh-agent -k 04:31:04 unset SSH_AUTH_SOCK; 04:31:04 unset SSH_AGENT_PID; 04:31:04 echo Agent pid 17 killed; 04:31:04 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 04:31:04 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 04:31:04 [ssh-agent] Looking for ssh-agent implementation... 04:31:05 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 04:31:05 $ docker exec 0413c3b7b90b9bbeebeb9d188f77a92cf8206342f5548206c103d0c1efca59dd ssh-agent 04:31:05 SSH_AUTH_SOCK=/tmp/ssh-gxbxmGUgUd1c/agent.46 04:31:05 SSH_AGENT_PID=52 04:31:05 Running ssh-add (command line suppressed) 04:31:05 Identity added: /w/workspace/gexfoundry_device-mqtt-go_master@tmp/private_key_8965793271037576272.key (/w/workspace/gexfoundry_device-mqtt-go_master@tmp/private_key_8965793271037576272.key) 04:31:05 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 04:31:05 + git semver init 04:31:05 # -> Open(): unable to determine branch for HEAD 04:31:05 # $GIT_DIR = /w/workspace/gexfoundry_device-mqtt-go_master/.git 04:31:05 # $GIT_WORK_TREE = /w/workspace/gexfoundry_device-mqtt-go_master 04:31:05 # $SEMVER_REMOTE_NAME = origin 04:31:05 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 04:31:05 # $SEMVER_USER_NAME = edgex-jenkins 04:31:05 # $SEMVER_BRANCH = master 04:31:05 # $SEMVER_TEMP = /tmp/semver-367839160 04:31:05 # git clone --branch semver git@github.com:edgexfoundry/device-mqtt-go.git $SEMVER_TEMP 04:31:06 # '/tmp/semver-367839160' -> '/w/workspace/gexfoundry_device-mqtt-go_master/.semver' 04:31:06 # -> Force: false 04:31:06 # $SEMVER_DIR = /w/workspace/gexfoundry_device-mqtt-go_master/.semver [Pipeline] } 04:31:06 $ docker exec --env ******** --env ******** 0413c3b7b90b9bbeebeb9d188f77a92cf8206342f5548206c103d0c1efca59dd ssh-agent -k 04:31:06 unset SSH_AUTH_SOCK; 04:31:06 unset SSH_AGENT_PID; 04:31:06 echo Agent pid 52 killed; 04:31:06 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 04:31:06 + git semver [Pipeline] } 04:31:06 $ docker stop --time=1 0413c3b7b90b9bbeebeb9d188f77a92cf8206342f5548206c103d0c1efca59dd 04:31:07 $ docker rm -f 0413c3b7b90b9bbeebeb9d188f77a92cf8206342f5548206c103d0c1efca59dd [Pipeline] // withDockerContainer [Pipeline] sh 04:31:08 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 04:31:08 Stashed 1 file(s) [Pipeline] echo 04:31:08 [edgeXSemver]: initialized semver on version 1.3.2-dev.5 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] node 04:31:23 Still waiting to schedule task 04:31:23 Waiting for next available executor on ‘centos7-docker-4c-2g’ 04:31:23 Still waiting to schedule task 04:31:23 ‘prd-ubuntu18.04-docker-arm64-4c-16g-388’ is offline 04:32:54 Running on prd-centos7-docker-4c-2g-394 in /w/workspace/gexfoundry_device-mqtt-go_master [Pipeline] { [Pipeline] ws 04:32:54 Running in /w/workspace/device-mqtt-go/35 [Pipeline] { [Pipeline] checkout 04:32:57 using credential edgex-jenkins-ssh 04:32:57 Cloning the remote Git repository 04:32:57 Cloning repository git@github.com:edgexfoundry/device-mqtt-go.git 04:32:57 > git init /w/workspace/device-mqtt-go/35 # timeout=10 04:32:57 Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git 04:32:57 > git --version # timeout=10 04:32:57 > git --version # 'git version 2.24.3' 04:32:57 using GIT_SSH to set credentials SSH Credentials for GitHub 04:32:57 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 04:32:57 > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 04:32:57 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 04:32:57 > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 04:32:57 Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git 04:32:57 using GIT_SSH to set credentials SSH Credentials for GitHub 04:32:57 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 04:32:58 Checking out Revision 7ecd4eb6552928ece7c628dfcc14e3a089789cc2 (master) 04:32:58 > git config core.sparsecheckout # timeout=10 04:32:58 > git checkout -f 7ecd4eb6552928ece7c628dfcc14e3a089789cc2 # timeout=10 04:33:01 Commit message: "Merge pull request #215 from hahattan/issue-204" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 04:33:03 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 04:33:03 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 04:33:03 + sudo service docker restart 04:33:03 + true 04:33:03 Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 04:33:04 provisioning config files... 04:33:04 copy managed file [device-mqtt-go-settings] to file:/w/workspace/device-mqtt-go/35@tmp/config1139395794471189607tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 04:33:05 ---> docker-login.sh 04:33:05 nexus3.edgexfoundry.org:10001 04:33:05 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:33:05 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:33:05 Configure a credential helper to remove this warning. See 04:33:05 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:33:05 04:33:05 Login Succeeded 04:33:05 nexus3.edgexfoundry.org:10002 04:33:05 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:33:05 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:33:05 Configure a credential helper to remove this warning. See 04:33:05 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:33:05 04:33:05 Login Succeeded 04:33:05 nexus3.edgexfoundry.org:10003 04:33:05 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:33:05 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:33:05 Configure a credential helper to remove this warning. See 04:33:05 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:33:05 04:33:05 Login Succeeded 04:33:05 nexus3.edgexfoundry.org:10004 04:33:05 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:33:05 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:33:05 Configure a credential helper to remove this warning. See 04:33:05 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:33:05 04:33:05 Login Succeeded 04:33:05 docker.io 04:33:06 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:33:06 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:33:06 Configure a credential helper to remove this warning. See 04:33:06 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:33:06 04:33:06 Login Succeeded 04:33:06 ---> docker-login.sh ends [Pipeline] } 04:33:06 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 04:33:06 ========================================================= 04:33:06 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 04:33:06 ========================================================= [Pipeline] isUnix [Pipeline] sh 04:33:06 + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . 04:33:06 Sending build context to Docker daemon 529.9kB 04:33:06 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 04:33:06 Step 2/8 : FROM ${BASE} 04:33:06 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 04:33:06 188c0c94c7c5: Pulling fs layer 04:33:06 0ef7d3d256c8: Pulling fs layer 04:33:06 de9db76c5a1d: Pulling fs layer 04:33:06 bca2f99d35d6: Pulling fs layer 04:33:06 93359f2a8cfa: Pulling fs layer 04:33:06 7c6f9722023f: Pulling fs layer 04:33:06 a35cf1a2eb13: Pulling fs layer 04:33:06 bca2f99d35d6: Waiting 04:33:06 93359f2a8cfa: Waiting 04:33:06 7c6f9722023f: Waiting 04:33:06 a35cf1a2eb13: Waiting 04:33:06 de9db76c5a1d: Download complete 04:33:07 0ef7d3d256c8: Verifying Checksum 04:33:07 0ef7d3d256c8: Download complete 04:33:07 93359f2a8cfa: Verifying Checksum 04:33:07 93359f2a8cfa: Download complete 04:33:07 7c6f9722023f: Verifying Checksum 04:33:07 7c6f9722023f: Download complete 04:33:07 188c0c94c7c5: Verifying Checksum 04:33:07 188c0c94c7c5: Download complete 04:33:07 188c0c94c7c5: Pull complete 04:33:07 0ef7d3d256c8: Pull complete 04:33:07 de9db76c5a1d: Pull complete 04:33:09 a35cf1a2eb13: Download complete 04:33:09 bca2f99d35d6: Verifying Checksum 04:33:09 bca2f99d35d6: Download complete 04:33:11 Running on prd-ubuntu18.04-docker-arm64-4c-16g-392 in /w/workspace/gexfoundry_device-mqtt-go_master [Pipeline] { [Pipeline] ws 04:33:11 Running in /w/workspace/device-mqtt-go/35 [Pipeline] { [Pipeline] checkout 04:33:14 bca2f99d35d6: Pull complete 04:33:14 93359f2a8cfa: Pull complete 04:33:15 7c6f9722023f: Pull complete 04:33:17 using credential edgex-jenkins-ssh 04:33:17 Cloning the remote Git repository 04:33:17 Cloning repository git@github.com:edgexfoundry/device-mqtt-go.git 04:33:17 > git init /w/workspace/device-mqtt-go/35 # timeout=10 04:33:17 Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git 04:33:17 > git --version # timeout=10 04:33:17 > git --version # 'git version 2.17.1' 04:33:17 using GIT_SSH to set credentials SSH Credentials for GitHub 04:33:17 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 04:33:18 Checking out Revision 7ecd4eb6552928ece7c628dfcc14e3a089789cc2 (master) 04:33:18 > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 04:33:18 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 04:33:18 > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 04:33:18 Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git 04:33:18 using GIT_SSH to set credentials SSH Credentials for GitHub 04:33:18 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 04:33:18 > git config core.sparsecheckout # timeout=10 04:33:18 > git checkout -f 7ecd4eb6552928ece7c628dfcc14e3a089789cc2 # timeout=10 04:33:21 a35cf1a2eb13: Pull complete 04:33:21 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 04:33:21 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 04:33:21 ---> a62c8e92a672 04:33:21 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020-2021: IOTech' 04:33:22 ---> Running in b139b4948f1f 04:33:22 Removing intermediate container b139b4948f1f 04:33:22 ---> e14a1736dd8d 04:33:22 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:33:22 ---> Running in a859c26eaa24 04:33:23 Commit message: "Merge pull request #215 from hahattan/issue-204" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { 04:33:23 Removing intermediate container a859c26eaa24 04:33:23 ---> bc7bad6a6af5 04:33:23 Step 5/8 : RUN apk add --update --no-cache make git openssh gcc libc-dev zeromq-dev libsodium-dev [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 04:33:23 ---> Running in 5b6b3c7ea74a 04:33:24 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 04:33:24 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:33:24 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 04:33:25 + sudo service docker restart 04:33:25 + true 04:33:25 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:33:26 (1/13) Installing libc-dev (0.7.2-r3) 04:33:26 (2/13) Installing libsodium (1.0.18-r0) 04:33:26 (3/13) Installing pkgconf (1.7.2-r0) 04:33:26 (4/13) Installing libsodium-dev (1.0.18-r0) 04:33:26 (5/13) Installing openssh-keygen (8.3_p1-r2) 04:33:26 (6/13) Installing libedit (20191231.3.1-r0) 04:33:26 (7/13) Installing openssh-client (8.3_p1-r2) 04:33:26 (8/13) Installing openssh-sftp-server (8.3_p1-r2) 04:33:26 (9/13) Installing openssh-server-common (8.3_p1-r2) 04:33:26 (10/13) Installing openssh-server (8.3_p1-r2) 04:33:27 (11/13) Installing openssh (8.3_p1-r2) 04:33:27 (12/13) Installing libzmq (4.3.3-r0) 04:33:27 (13/13) Installing zeromq-dev (4.3.3-r0) 04:33:27 Executing busybox-1.31.1-r19.trigger 04:33:27 OK: 173 MiB in 52 packages [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 04:33:27 provisioning config files... 04:33:27 copy managed file [device-mqtt-go-settings] to file:/w/workspace/device-mqtt-go/35@tmp/config5422816954095699308tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 04:33:28 ---> docker-login.sh 04:33:28 nexus3.edgexfoundry.org:10001 04:33:28 Removing intermediate container 5b6b3c7ea74a 04:33:28 ---> 49d6501de341 04:33:28 Step 6/8 : WORKDIR /device-mqtt-go 04:33:28 ---> Running in ca9249113654 04:33:28 Removing intermediate container ca9249113654 04:33:28 ---> 9b21090be686 04:33:28 Step 7/8 : COPY . . 04:33:29 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:33:29 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:33:29 Configure a credential helper to remove this warning. See 04:33:29 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:33:29 04:33:29 Login Succeeded 04:33:29 nexus3.edgexfoundry.org:10002 04:33:29 ---> 4ea274f601de 04:33:29 Step 8/8 : RUN go mod download 04:33:29 ---> Running in b85cce42bca0 04:33:29 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:33:30 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:33:30 Configure a credential helper to remove this warning. See 04:33:30 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:33:30 04:33:30 Login Succeeded 04:33:30 nexus3.edgexfoundry.org:10003 04:33:30 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:33:30 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:33:30 Configure a credential helper to remove this warning. See 04:33:30 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:33:30 04:33:30 Login Succeeded 04:33:30 nexus3.edgexfoundry.org:10004 04:33:30 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:33:31 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:33:31 Configure a credential helper to remove this warning. See 04:33:31 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:33:31 04:33:31 Login Succeeded 04:33:31 docker.io 04:33:31 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:33:31 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:33:31 Configure a credential helper to remove this warning. See 04:33:31 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:33:31 04:33:31 Login Succeeded 04:33:31 ---> docker-login.sh ends [Pipeline] } 04:33:31 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 04:33:31 ========================================================= 04:33:31 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 04:33:31 ========================================================= [Pipeline] isUnix [Pipeline] sh 04:33:32 + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . 04:33:32 Sending build context to Docker daemon 528.9kB 04:33:32 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 04:33:32 Step 2/8 : FROM ${BASE} 04:33:32 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 04:33:32 5f621e34cdf4: Pulling fs layer 04:33:32 a4357932f1b6: Pulling fs layer 04:33:32 18c013af1878: Pulling fs layer 04:33:32 00ac8860ef70: Pulling fs layer 04:33:32 63d7cb157983: Pulling fs layer 04:33:32 b116817d02f9: Pulling fs layer 04:33:32 745a02a5169b: Pulling fs layer 04:33:32 00ac8860ef70: Waiting 04:33:32 63d7cb157983: Waiting 04:33:32 b116817d02f9: Waiting 04:33:32 745a02a5169b: Waiting 04:33:32 18c013af1878: Verifying Checksum 04:33:32 18c013af1878: Download complete 04:33:32 a4357932f1b6: Verifying Checksum 04:33:32 a4357932f1b6: Download complete 04:33:32 63d7cb157983: Verifying Checksum 04:33:32 63d7cb157983: Download complete 04:33:32 b116817d02f9: Verifying Checksum 04:33:32 b116817d02f9: Download complete 04:33:32 5f621e34cdf4: Verifying Checksum 04:33:32 5f621e34cdf4: Download complete 04:33:33 5f621e34cdf4: Pull complete 04:33:34 a4357932f1b6: Pull complete 04:33:34 18c013af1878: Pull complete 04:33:35 745a02a5169b: Verifying Checksum 04:33:35 745a02a5169b: Download complete 04:33:36 00ac8860ef70: Verifying Checksum 04:33:36 00ac8860ef70: Download complete 04:33:49 00ac8860ef70: Pull complete 04:33:49 63d7cb157983: Pull complete 04:33:49 b116817d02f9: Pull complete 04:33:51 745a02a5169b: Pull complete 04:33:51 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 04:33:51 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 04:33:51 ---> b7e6874047d6 04:33:51 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020-2021: IOTech' 04:33:54 ---> Running in 0c56eb4c4d64 04:33:54 Removing intermediate container 0c56eb4c4d64 04:33:54 ---> 472584e353e7 04:33:54 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:33:54 ---> Running in 88ebbe972421 04:33:56 Removing intermediate container b85cce42bca0 04:33:56 ---> eb1686fd447b 04:33:56 Successfully built eb1686fd447b 04:33:56 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 04:33:56 + docker inspect -f . ci-base-image-x86_64 04:33:56 . [Pipeline] withDockerContainer 04:33:56 prd-centos7-docker-4c-2g-394 does not seem to be running inside a container 04:33:56 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-mqtt-go/35 -v /w/workspace/device-mqtt-go/35:/w/workspace/device-mqtt-go/35:rw,z -v /w/workspace/device-mqtt-go/35@tmp:/w/workspace/device-mqtt-go/35@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 04:33:57 $ docker top 9fd2d5fd84f08a1b558a54afd4e9868f82a48f44b4a3bd0b1ebfaf0f873f8d54 -eo pid,comm 04:33:57 Removing intermediate container 88ebbe972421 04:33:57 ---> a0b0dc706914 04:33:57 Step 5/8 : RUN apk add --update --no-cache make git openssh gcc libc-dev zeromq-dev libsodium-dev 04:33:57 ---> Running in d93948cbfca1 [Pipeline] { [Pipeline] sh 04:33:57 + go version 04:33:57 go version go1.15.5 linux/amd64 [Pipeline] } 04:33:57 $ docker stop --time=1 9fd2d5fd84f08a1b558a54afd4e9868f82a48f44b4a3bd0b1ebfaf0f873f8d54 04:33:58 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:33:59 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:33:59 $ docker rm -f 9fd2d5fd84f08a1b558a54afd4e9868f82a48f44b4a3bd0b1ebfaf0f873f8d54 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 04:33:59 (1/13) Installing libc-dev (0.7.2-r3) 04:33:59 (2/13) Installing libsodium (1.0.18-r0) 04:33:59 + docker inspect -f . ci-base-image-x86_64 04:33:59 . [Pipeline] withDockerContainer 04:33:59 prd-centos7-docker-4c-2g-394 does not seem to be running inside a container 04:33:59 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-mqtt-go/35 -v /w/workspace/device-mqtt-go/35:/w/workspace/device-mqtt-go/35:rw,z -v /w/workspace/device-mqtt-go/35@tmp:/w/workspace/device-mqtt-go/35@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 04:33:59 (3/13) Installing pkgconf (1.7.2-r0) 04:33:59 (4/13) Installing libsodium-dev (1.0.18-r0) 04:33:59 (5/13) Installing openssh-keygen (8.3_p1-r2) 04:34:00 (6/13) Installing libedit (20191231.3.1-r0) 04:34:00 (7/13) Installing openssh-client (8.3_p1-r2) 04:34:00 (8/13) Installing openssh-sftp-server (8.3_p1-r2) 04:34:00 $ docker top 37b054456e99f140e612ddf6719e41254206b65d8152cb3084da3785912bf3bb -eo pid,comm [Pipeline] { [Pipeline] sh 04:34:00 (9/13) Installing openssh-server-common (8.3_p1-r2) 04:34:00 (10/13) Installing openssh-server (8.3_p1-r2) 04:34:01 + make test 04:34:01 GCO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out 04:34:01 (11/13) Installing openssh (8.3_p1-r2) 04:34:01 (12/13) Installing libzmq (4.3.3-r0) 04:34:02 ? github.com/edgexfoundry/device-mqtt-go [no test files] 04:34:02 (13/13) Installing zeromq-dev (4.3.3-r0) 04:34:02 Executing busybox-1.31.1-r19.trigger 04:34:02 OK: 149 MiB in 52 packages 04:34:03 Removing intermediate container d93948cbfca1 04:34:03 ---> 016aeba75e52 04:34:03 Step 6/8 : WORKDIR /device-mqtt-go 04:34:04 ---> Running in 6230ed7813c0 04:34:04 Removing intermediate container 6230ed7813c0 04:34:04 ---> 64024c709afe 04:34:04 Step 7/8 : COPY . . 04:34:05 ---> de4a15ad3562 04:34:05 Step 8/8 : RUN go mod download 04:34:05 ---> Running in f4b8ff5349c4 04:34:20 ? github.com/edgexfoundry/device-mqtt-go/cmd [no test files] 04:34:20 ok github.com/edgexfoundry/device-mqtt-go/internal/driver 0.028s coverage: 24.9% of statements 04:34:20 ? github.com/edgexfoundry/device-mqtt-go/mock [no test files] 04:34:20 GCO_ENABLED=1 GO111MODULE=on go vet ./... 04:34:23 gofmt -l . 04:34:23 ["`gofmt -l .`" = ""] 04:34:23 ./bin/test-attribution-txt.sh 04:34:24 ./bin/test-go-mod-tidy.sh [Pipeline] } 04:34:24 $ docker stop --time=1 37b054456e99f140e612ddf6719e41254206b65d8152cb3084da3785912bf3bb 04:34:26 $ docker rm -f 37b054456e99f140e612ddf6719e41254206b65d8152cb3084da3785912bf3bb [Pipeline] // withDockerContainer [Pipeline] sh 04:34:27 + sudo chown -R jenkins:jenkins . [Pipeline] stash 04:34:27 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 04:34:28 + sudo chown -R jenkins:jenkins . [Pipeline] sh 04:34:28 + ls -al . 04:34:28 total 108 04:34:28 drwxrwxr-x. 9 jenkins jenkins 4096 Apr 16 04:34 . 04:34:28 drwxrwxr-x. 4 jenkins jenkins 30 Apr 16 04:32 .. 04:34:28 -rw-rw-r--. 1 jenkins jenkins 7100 Apr 16 04:32 Attribution.txt 04:34:28 drwxrwxr-x. 2 jenkins jenkins 87 Apr 16 04:32 bin 04:34:28 drwxrwxr-x. 3 jenkins jenkins 32 Apr 16 04:32 cmd 04:34:28 -rw-r--r--. 1 jenkins jenkins 19386 Apr 16 04:34 coverage.out 04:34:28 -rw-rw-r--. 1 jenkins jenkins 1861 Apr 16 04:32 Dockerfile 04:34:28 -rw-rw-r--. 1 jenkins jenkins 994 Apr 16 04:32 Dockerfile.build 04:34:28 -rw-rw-r--. 1 jenkins jenkins 140 Apr 16 04:32 .dockerignore 04:34:28 drwxrwxr-x. 8 jenkins jenkins 162 Apr 16 04:33 .git 04:34:28 drwxrwxr-x. 2 jenkins jenkins 103 Apr 16 04:32 .github 04:34:28 -rw-rw-r--. 1 jenkins jenkins 336 Apr 16 04:32 .gitignore 04:34:28 -rw-r--r--. 1 jenkins jenkins 409 Apr 16 04:34 go.mod 04:34:28 -rw-r--r--. 1 jenkins jenkins 21534 Apr 16 04:34 go.sum 04:34:28 drwxrwxr-x. 3 jenkins jenkins 20 Apr 16 04:32 internal 04:34:28 -rw-rw-r--. 1 jenkins jenkins 677 Apr 16 04:32 Jenkinsfile 04:34:28 -rw-rw-r--. 1 jenkins jenkins 11340 Apr 16 04:32 LICENSE 04:34:28 -rw-rw-r--. 1 jenkins jenkins 950 Apr 16 04:32 Makefile 04:34:28 drwxrwxr-x. 2 jenkins jenkins 23 Apr 16 04:32 mock 04:34:28 -rw-rw-r--. 1 jenkins jenkins 444 Apr 16 04:32 README.md 04:34:28 drwxrwxr-x. 4 jenkins jenkins 71 Apr 16 04:32 snap 04:34:28 -rw-rw-r--. 1 jenkins jenkins 11 Apr 16 04:31 VERSION 04:34:28 -rw-rw-r--. 1 jenkins jenkins 227 Apr 16 04:32 version.go [Pipeline] isUnix [Pipeline] sh 04:34:28 + docker build -t docker-device-mqtt-go -f Dockerfile --build-arg BASE=ci-base-image-x86_64 --build-arg 'MAKE=make build' --build-arg ARCH=amd64 --label git_sha=7ecd4eb6552928ece7c628dfcc14e3a089789cc2 --label arch=amd64 --label version=1.3.2-dev.5 . 04:34:28 Sending build context to Docker daemon 549.9kB 04:34:28 Step 1/23 : ARG BASE=golang:1.15-alpine3.12 04:34:28 Step 2/23 : FROM ${BASE} AS builder 04:34:28 ---> eb1686fd447b 04:34:28 Step 3/23 : ARG ALPINE_PKG_BASE="make git openssh-client gcc libc-dev zeromq-dev libsodium-dev" 04:34:29 ---> Running in df3aee1e5c44 04:34:29 Removing intermediate container df3aee1e5c44 04:34:29 ---> 4f181f2a3319 04:34:29 Step 4/23 : ARG ALPINE_PKG_EXTRA="" 04:34:29 ---> Running in 08787a9535da 04:34:29 Removing intermediate container 08787a9535da 04:34:29 ---> 424b6acc141c 04:34:29 Step 5/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:34:29 ---> Running in 488271484f8e 04:34:30 Removing intermediate container 488271484f8e 04:34:30 ---> 913d5238959d 04:34:30 Step 6/23 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 04:34:30 ---> Running in 112671983e68 04:34:31 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:34:32 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:34:32 OK: 173 MiB in 52 packages 04:34:32 Removing intermediate container f4b8ff5349c4 04:34:32 ---> 6ab871731e11 04:34:32 Successfully built 6ab871731e11 04:34:32 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 04:34:32 + docker inspect -f . ci-base-image-arm64 04:34:32 . [Pipeline] withDockerContainer 04:34:33 Removing intermediate container 112671983e68 04:34:33 ---> 459bbf82073b 04:34:33 Step 7/23 : WORKDIR /device-mqtt-go 04:34:33 ---> Running in 565a4f507c65 04:34:33 Removing intermediate container 565a4f507c65 04:34:33 ---> fc6ec5644bee 04:34:33 Step 8/23 : COPY . . 04:34:33 prd-ubuntu18.04-docker-arm64-4c-16g-392 does not seem to be running inside a container 04:34:33 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-mqtt-go/35 -v /w/workspace/device-mqtt-go/35:/w/workspace/device-mqtt-go/35:rw,z -v /w/workspace/device-mqtt-go/35@tmp:/w/workspace/device-mqtt-go/35@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 04:34:34 ---> 9db0ce10f0db 04:34:34 Step 9/23 : RUN go mod download 04:34:34 ---> Running in 30bd40886b36 04:34:34 $ docker top cd504563628ff9a670056b6eca1112e65f195b6789fee8b5a1417dfa86c340bb -eo pid,comm 04:34:34 Removing intermediate container 30bd40886b36 04:34:34 ---> c380b1e7e614 04:34:34 Step 10/23 : ARG MAKE='make build' 04:34:34 ---> Running in 9933e05c8293 [Pipeline] { [Pipeline] sh 04:34:35 Removing intermediate container 9933e05c8293 04:34:35 ---> d843c51f70a2 04:34:35 Step 11/23 : RUN $MAKE 04:34:35 ---> Running in 80c1a0f79f1e 04:34:35 GCO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-mqtt-go.Version=1.3.2-dev.5" -o cmd/device-mqtt ./cmd 04:34:35 + go version 04:34:35 go version go1.15.5 linux/arm64 [Pipeline] } 04:34:35 $ docker stop --time=1 cd504563628ff9a670056b6eca1112e65f195b6789fee8b5a1417dfa86c340bb 04:34:37 $ docker rm -f cd504563628ff9a670056b6eca1112e65f195b6789fee8b5a1417dfa86c340bb [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 04:34:38 + docker inspect -f . ci-base-image-arm64 04:34:38 . [Pipeline] withDockerContainer 04:34:38 prd-ubuntu18.04-docker-arm64-4c-16g-392 does not seem to be running inside a container 04:34:38 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-mqtt-go/35 -v /w/workspace/device-mqtt-go/35:/w/workspace/device-mqtt-go/35:rw,z -v /w/workspace/device-mqtt-go/35@tmp:/w/workspace/device-mqtt-go/35@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 04:34:40 $ docker top d687c2a896807b0c01fbf1d77b1d422689ae07d77d16a091c0d0db712e2580eb -eo pid,comm [Pipeline] { [Pipeline] sh 04:34:41 + make test 04:34:41 GCO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out 04:34:43 ? github.com/edgexfoundry/device-mqtt-go [no test files] 04:34:48 GCO_ENABLED=1 GO111MODULE=on go build ./... 04:34:53 Removing intermediate container 80c1a0f79f1e 04:34:53 ---> eee3000fa94b 04:34:53 Step 12/23 : FROM alpine:3.12 04:34:53 3.12: Pulling from library/alpine 04:34:53 339de151aab4: Pulling fs layer 04:34:53 339de151aab4: Verifying Checksum 04:34:53 339de151aab4: Download complete 04:34:54 339de151aab4: Pull complete 04:34:54 Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad 04:34:54 Status: Downloaded newer image for alpine:3.12 04:34:54 ---> 13621d1b12d4 04:34:54 Step 13/23 : LABEL license='VSPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020-2021: IoTech Ltd' 04:34:54 ---> Running in 2115b6addc09 04:34:54 Removing intermediate container 2115b6addc09 04:34:54 ---> 307737f286ad 04:34:54 Step 14/23 : RUN apk add --update --no-cache zeromq dumb-init 04:34:54 ---> Running in 12e5c7fe1052 04:34:54 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:34:54 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:34:54 (1/6) Installing dumb-init (1.2.2-r1) 04:34:54 (2/6) Installing libgcc (9.3.0-r2) 04:34:54 (3/6) Installing libsodium (1.0.18-r0) 04:34:54 (4/6) Installing libstdc++ (9.3.0-r2) 04:34:54 (5/6) Installing libzmq (4.3.3-r0) 04:34:54 (6/6) Installing zeromq (4.3.3-r0) 04:34:54 Executing busybox-1.31.1-r20.trigger 04:34:54 OK: 8 MiB in 20 packages 04:34:55 Removing intermediate container 12e5c7fe1052 04:34:55 ---> 660a52a61260 04:34:55 Step 15/23 : COPY --from=builder /device-mqtt-go/cmd / 04:34:56 ---> 5482b68f2df0 04:34:56 Step 16/23 : COPY --from=builder /device-mqtt-go/LICENSE / 04:34:56 ---> e162d1d7510a 04:34:56 Step 17/23 : COPY --from=builder /device-mqtt-go/Attribution.txt / 04:34:56 ---> c29bb8e38b3d 04:34:56 Step 18/23 : EXPOSE 49982 04:34:56 ---> Running in 755a933e0500 04:34:56 Removing intermediate container 755a933e0500 04:34:56 ---> 868f13d76c6d 04:34:56 Step 19/23 : ENTRYPOINT ["/device-mqtt"] 04:34:56 ---> Running in 58e974ff54d3 04:34:57 Removing intermediate container 58e974ff54d3 04:34:57 ---> 77f9b3ead729 04:34:57 Step 20/23 : CMD ["--cp=consul://edgex-core-consul:8500", "--registry", "--confdir=/res"] 04:34:57 ---> Running in 13f245b2abdc 04:34:57 Removing intermediate container 13f245b2abdc 04:34:57 ---> fd9f5cc80a29 04:34:57 Step 21/23 : LABEL arch=amd64 04:34:57 ---> Running in 620b7893664b 04:34:57 Removing intermediate container 620b7893664b 04:34:57 ---> 06ee4789ee0a 04:34:57 Step 22/23 : LABEL git_sha=7ecd4eb6552928ece7c628dfcc14e3a089789cc2 04:34:57 ---> Running in 18418aac1b96 04:34:57 Removing intermediate container 18418aac1b96 04:34:57 ---> e149b4f1c5dd 04:34:57 Step 23/23 : LABEL version=1.3.2-dev.5 04:34:57 ---> Running in e54649c74036 04:34:58 Removing intermediate container e54649c74036 04:34:58 ---> deae23e83e6c 04:34:58 [Warning] One or more build-args [ARCH] were not consumed 04:34:58 Successfully built deae23e83e6c 04:34:58 Successfully tagged docker-device-mqtt-go:latest [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 04:34:58 provisioning config files... 04:34:58 copy managed file [device-mqtt-go-settings] to file:/w/workspace/device-mqtt-go/35@tmp/config6365527277946465672tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 04:34:58 ---> docker-login.sh 04:34:58 nexus3.edgexfoundry.org:10001 04:34:58 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:34:58 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:34:58 Configure a credential helper to remove this warning. See 04:34:58 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:34:58 04:34:58 Login Succeeded 04:34:58 nexus3.edgexfoundry.org:10002 04:34:58 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:34:58 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:34:58 Configure a credential helper to remove this warning. See 04:34:58 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:34:58 04:34:58 Login Succeeded 04:34:58 nexus3.edgexfoundry.org:10003 04:34:59 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:34:59 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:34:59 Configure a credential helper to remove this warning. See 04:34:59 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:34:59 04:34:59 Login Succeeded 04:34:59 nexus3.edgexfoundry.org:10004 04:34:59 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:34:59 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:34:59 Configure a credential helper to remove this warning. See 04:34:59 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:34:59 04:34:59 Login Succeeded 04:34:59 docker.io 04:34:59 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:34:59 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:34:59 Configure a credential helper to remove this warning. See 04:34:59 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:34:59 04:34:59 Login Succeeded 04:34:59 ---> docker-login.sh ends [Pipeline] } 04:34:59 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 04:34:59 [edgeXDocker.push] Tagging docker image docker-device-mqtt-go with the following tags: 04:34:59 7ecd4eb6552928ece7c628dfcc14e3a089789cc2 04:34:59 latest 04:34:59 1.3.2-dev.5 04:34:59 7ecd4eb6552928ece7c628dfcc14e3a089789cc2-1.3.2-dev.5 04:34:59 master 04:34:59 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 04:35:00 + docker tag docker-device-mqtt-go nexus3.edgexfoundry.org:10004/docker-device-mqtt-go:7ecd4eb6552928ece7c628dfcc14e3a089789cc2 [Pipeline] isUnix [Pipeline] sh 04:35:00 + docker push nexus3.edgexfoundry.org:10004/docker-device-mqtt-go:7ecd4eb6552928ece7c628dfcc14e3a089789cc2 04:35:00 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-mqtt-go] 04:35:00 e3deccc5b5fa: Preparing 04:35:00 a7b31c3f6a63: Preparing 04:35:00 e6d41e6552b9: Preparing 04:35:00 4f35a3286c46: Preparing 04:35:00 32f366d666a5: Preparing 04:35:00 32f366d666a5: Layer already exists 04:35:00 e3deccc5b5fa: Pushed 04:35:00 a7b31c3f6a63: Pushed 04:35:00 4f35a3286c46: Pushed 04:35:02 e6d41e6552b9: Pushed 04:35:02 7ecd4eb6552928ece7c628dfcc14e3a089789cc2: digest: sha256:e33004b87a06763cdfa10763c1ecc81970e4ea9d4a851a2c6c464e5f1652e2b1 size: 1365 [Pipeline] isUnix [Pipeline] sh 04:35:02 + docker tag docker-device-mqtt-go nexus3.edgexfoundry.org:10004/docker-device-mqtt-go:latest [Pipeline] isUnix [Pipeline] sh 04:35:02 + docker push nexus3.edgexfoundry.org:10004/docker-device-mqtt-go:latest 04:35:02 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-mqtt-go] 04:35:02 e3deccc5b5fa: Preparing 04:35:02 a7b31c3f6a63: Preparing 04:35:02 e6d41e6552b9: Preparing 04:35:02 4f35a3286c46: Preparing 04:35:02 32f366d666a5: Preparing 04:35:02 32f366d666a5: Layer already exists 04:35:02 4f35a3286c46: Layer already exists 04:35:02 a7b31c3f6a63: Layer already exists 04:35:02 e6d41e6552b9: Layer already exists 04:35:02 e3deccc5b5fa: Layer already exists 04:35:02 latest: digest: sha256:e33004b87a06763cdfa10763c1ecc81970e4ea9d4a851a2c6c464e5f1652e2b1 size: 1365 [Pipeline] isUnix [Pipeline] sh 04:35:03 + docker tag docker-device-mqtt-go nexus3.edgexfoundry.org:10004/docker-device-mqtt-go:1.3.2-dev.5 [Pipeline] isUnix [Pipeline] sh 04:35:03 + docker push nexus3.edgexfoundry.org:10004/docker-device-mqtt-go:1.3.2-dev.5 04:35:03 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-mqtt-go] 04:35:03 e3deccc5b5fa: Preparing 04:35:03 a7b31c3f6a63: Preparing 04:35:03 e6d41e6552b9: Preparing 04:35:03 4f35a3286c46: Preparing 04:35:03 32f366d666a5: Preparing 04:35:03 a7b31c3f6a63: Layer already exists 04:35:03 e6d41e6552b9: Layer already exists 04:35:03 e3deccc5b5fa: Layer already exists 04:35:03 4f35a3286c46: Layer already exists 04:35:03 32f366d666a5: Layer already exists 04:35:03 1.3.2-dev.5: digest: sha256:e33004b87a06763cdfa10763c1ecc81970e4ea9d4a851a2c6c464e5f1652e2b1 size: 1365 [Pipeline] isUnix [Pipeline] sh 04:35:03 + docker tag docker-device-mqtt-go nexus3.edgexfoundry.org:10004/docker-device-mqtt-go:7ecd4eb6552928ece7c628dfcc14e3a089789cc2-1.3.2-dev.5 [Pipeline] isUnix [Pipeline] sh 04:35:04 + docker push nexus3.edgexfoundry.org:10004/docker-device-mqtt-go:7ecd4eb6552928ece7c628dfcc14e3a089789cc2-1.3.2-dev.5 04:35:04 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-mqtt-go] 04:35:04 e3deccc5b5fa: Preparing 04:35:04 a7b31c3f6a63: Preparing 04:35:04 e6d41e6552b9: Preparing 04:35:04 4f35a3286c46: Preparing 04:35:04 32f366d666a5: Preparing 04:35:04 e3deccc5b5fa: Layer already exists 04:35:04 32f366d666a5: Layer already exists 04:35:04 4f35a3286c46: Layer already exists 04:35:04 e6d41e6552b9: Layer already exists 04:35:04 a7b31c3f6a63: Layer already exists 04:35:04 7ecd4eb6552928ece7c628dfcc14e3a089789cc2-1.3.2-dev.5: digest: sha256:e33004b87a06763cdfa10763c1ecc81970e4ea9d4a851a2c6c464e5f1652e2b1 size: 1365 [Pipeline] isUnix [Pipeline] sh 04:35:04 + docker tag docker-device-mqtt-go nexus3.edgexfoundry.org:10004/docker-device-mqtt-go:master [Pipeline] isUnix [Pipeline] sh 04:35:04 + docker push nexus3.edgexfoundry.org:10004/docker-device-mqtt-go:master 04:35:04 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-mqtt-go] 04:35:04 e3deccc5b5fa: Preparing 04:35:04 a7b31c3f6a63: Preparing 04:35:04 e6d41e6552b9: Preparing 04:35:04 4f35a3286c46: Preparing 04:35:04 32f366d666a5: Preparing 04:35:04 32f366d666a5: Layer already exists 04:35:04 a7b31c3f6a63: Layer already exists 04:35:04 4f35a3286c46: Layer already exists 04:35:04 e6d41e6552b9: Layer already exists 04:35:04 e3deccc5b5fa: Layer already exists 04:35:04 master: digest: sha256:e33004b87a06763cdfa10763c1ecc81970e4ea9d4a851a2c6c464e5f1652e2b1 size: 1365 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 04:35:04 ===================================================== [Pipeline] echo 04:35:04 taggedImages: 04:35:04 - nexus3.edgexfoundry.org:10004/docker-device-mqtt-go:7ecd4eb6552928ece7c628dfcc14e3a089789cc2 04:35:04 - nexus3.edgexfoundry.org:10004/docker-device-mqtt-go:latest 04:35:04 - nexus3.edgexfoundry.org:10004/docker-device-mqtt-go:1.3.2-dev.5 04:35:04 - nexus3.edgexfoundry.org:10004/docker-device-mqtt-go:7ecd4eb6552928ece7c628dfcc14e3a089789cc2-1.3.2-dev.5 04:35:04 - nexus3.edgexfoundry.org:10004/docker-device-mqtt-go:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh 04:35:05 ---> job-cost.sh 04:35:05 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-0gdX 04:35:20 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 04:35:30 ? github.com/edgexfoundry/device-mqtt-go/cmd [no test files] 04:35:32 ok github.com/edgexfoundry/device-mqtt-go/internal/driver 0.048s coverage: 24.9% of statements 04:35:32 ? github.com/edgexfoundry/device-mqtt-go/mock [no test files] 04:35:32 GCO_ENABLED=1 GO111MODULE=on go vet ./... 04:35:42 gofmt -l . 04:35:42 ["`gofmt -l .`" = ""] 04:35:42 ./bin/test-attribution-txt.sh 04:35:43 ./bin/test-go-mod-tidy.sh [Pipeline] } 04:35:44 $ docker stop --time=1 d687c2a896807b0c01fbf1d77b1d422689ae07d77d16a091c0d0db712e2580eb 04:35:46 $ docker rm -f d687c2a896807b0c01fbf1d77b1d422689ae07d77d16a091c0d0db712e2580eb 04:35:46 lf-activate-venv(): INFO: Adding /tmp/venv-0gdX/bin to PATH 04:35:46 INFO: No Stack... [Pipeline] // withDockerContainer [Pipeline] sh 04:35:47 + sudo chown -R jenkins:jenkins . [Pipeline] stash 04:35:47 Warning: overwriting stash ‘coverage-report’ 04:35:48 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 04:35:49 + sudo chown -R jenkins:jenkins . [Pipeline] sh 04:35:49 INFO: Retrieving Pricing Info for: v1-standard-2 04:35:49 + ls -al . 04:35:49 total 140 04:35:49 drwxrwxr-x 9 jenkins jenkins 4096 Apr 16 04:35 . 04:35:49 drwxrwxr-x 4 jenkins jenkins 4096 Apr 16 04:33 .. 04:35:49 -rw-rw-r-- 1 jenkins jenkins 140 Apr 16 04:33 .dockerignore 04:35:49 drwxrwxr-x 8 jenkins jenkins 4096 Apr 16 04:33 .git 04:35:49 drwxrwxr-x 2 jenkins jenkins 4096 Apr 16 04:33 .github 04:35:49 -rw-rw-r-- 1 jenkins jenkins 336 Apr 16 04:33 .gitignore 04:35:49 -rw-rw-r-- 1 jenkins jenkins 7100 Apr 16 04:33 Attribution.txt 04:35:49 -rw-rw-r-- 1 jenkins jenkins 1861 Apr 16 04:33 Dockerfile 04:35:49 -rw-rw-r-- 1 jenkins jenkins 994 Apr 16 04:33 Dockerfile.build 04:35:49 -rw-rw-r-- 1 jenkins jenkins 677 Apr 16 04:33 Jenkinsfile 04:35:49 -rw-rw-r-- 1 jenkins jenkins 11340 Apr 16 04:33 LICENSE 04:35:49 -rw-rw-r-- 1 jenkins jenkins 950 Apr 16 04:33 Makefile 04:35:49 -rw-rw-r-- 1 jenkins jenkins 444 Apr 16 04:33 README.md 04:35:49 -rw-rw-r-- 1 jenkins jenkins 11 Apr 16 04:31 VERSION 04:35:49 drwxrwxr-x 2 jenkins jenkins 4096 Apr 16 04:33 bin 04:35:49 drwxrwxr-x 3 jenkins jenkins 4096 Apr 16 04:33 cmd 04:35:49 -rw-r--r-- 1 jenkins jenkins 19386 Apr 16 04:35 coverage.out 04:35:49 -rw-r--r-- 1 jenkins jenkins 409 Apr 16 04:35 go.mod 04:35:49 -rw-r--r-- 1 jenkins jenkins 21534 Apr 16 04:35 go.sum 04:35:49 drwxrwxr-x 3 jenkins jenkins 4096 Apr 16 04:33 internal 04:35:49 drwxrwxr-x 2 jenkins jenkins 4096 Apr 16 04:33 mock 04:35:49 drwxrwxr-x 4 jenkins jenkins 4096 Apr 16 04:33 snap 04:35:49 -rw-rw-r-- 1 jenkins jenkins 227 Apr 16 04:33 version.go [Pipeline] isUnix [Pipeline] sh 04:35:49 INFO: Archiving Costs [Pipeline] sh 04:35:50 + cat /w/workspace/device-mqtt-go/35/archives/cost.csv 04:35:50 + cut -d, -f6 04:35:50 + docker build -t docker-device-mqtt-go-arm64 -f Dockerfile --build-arg BASE=ci-base-image-arm64 --build-arg MAKE=make build --build-arg ARCH=arm64 --label git_sha=7ecd4eb6552928ece7c628dfcc14e3a089789cc2 --label arch=arm64 --label version=1.3.2-dev.5 . [Pipeline] lock 04:35:50 Trying to acquire lock on [jenkins-edgexfoundry-device-mqtt-go-master-35-stack-cost] 04:35:50 Resource [jenkins-edgexfoundry-device-mqtt-go-master-35-stack-cost] did not exist. Created. 04:35:50 Lock acquired on [jenkins-edgexfoundry-device-mqtt-go-master-35-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 04:35:50 Sending build context to Docker daemon 548.9kB 04:35:50 Step 1/23 : ARG BASE=golang:1.15-alpine3.12 04:35:50 Step 2/23 : FROM ${BASE} AS builder 04:35:50 ---> 6ab871731e11 04:35:50 Step 3/23 : ARG ALPINE_PKG_BASE="make git openssh-client gcc libc-dev zeromq-dev libsodium-dev" 04:35:50 + echo total: 0.029999999329447746 [Pipeline] stash 04:35:50 Stashed 1 file(s) [Pipeline] } 04:35:50 Lock released on resource [jenkins-edgexfoundry-device-mqtt-go-master-35-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } 04:35:50 ---> Running in a1fd3f3e3a39 [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 04:35:51 Removing intermediate container a1fd3f3e3a39 04:35:51 ---> 448f56fa645e 04:35:51 Step 4/23 : ARG ALPINE_PKG_EXTRA="" 04:35:51 ---> Running in f24d9688bb33 04:35:51 Removing intermediate container f24d9688bb33 04:35:51 ---> 58cd68a10202 04:35:51 Step 5/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:35:51 ---> Running in 8df4dedd9d12 04:35:53 Removing intermediate container 8df4dedd9d12 04:35:53 ---> 04903d1a121e 04:35:53 Step 6/23 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 04:35:54 ---> Running in 5a5b94a023be 04:35:55 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:35:56 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:35:56 OK: 149 MiB in 52 packages 04:35:57 Removing intermediate container 5a5b94a023be 04:35:57 ---> 45f027f29b88 04:35:57 Step 7/23 : WORKDIR /device-mqtt-go 04:35:58 ---> Running in ab35f8f68ff6 04:35:58 Removing intermediate container ab35f8f68ff6 04:35:58 ---> 8f8046e1b6cd 04:35:58 Step 8/23 : COPY . . 04:35:59 ---> 191595572453 04:35:59 Step 9/23 : RUN go mod download 04:35:59 ---> Running in 90f086548a92 04:36:02 Removing intermediate container 90f086548a92 04:36:02 ---> 2bd829649358 04:36:02 Step 10/23 : ARG MAKE='make build' 04:36:02 ---> Running in 4ad4574272b3 04:36:02 Removing intermediate container 4ad4574272b3 04:36:02 ---> 79bd721d6836 04:36:02 Step 11/23 : RUN $MAKE 04:36:02 ---> Running in d17328d8e99c 04:36:03 GCO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-mqtt-go.Version=1.3.2-dev.5" -o cmd/device-mqtt ./cmd 04:36:42 GCO_ENABLED=1 GO111MODULE=on go build ./... 04:36:55 Removing intermediate container d17328d8e99c 04:36:55 ---> 1ae86b90c2a7 04:36:55 Step 12/23 : FROM alpine:3.12 04:36:55 3.12: Pulling from library/alpine 04:36:55 d2f70382dc9a: Pulling fs layer 04:36:55 d2f70382dc9a: Verifying Checksum 04:36:55 d2f70382dc9a: Download complete 04:36:55 d2f70382dc9a: Pull complete 04:36:55 Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad 04:36:55 Status: Downloaded newer image for alpine:3.12 04:36:55 ---> 9852663dfa18 04:36:55 Step 13/23 : LABEL license='VSPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020-2021: IoTech Ltd' 04:36:55 ---> Running in 90886d77afae 04:36:55 Removing intermediate container 90886d77afae 04:36:55 ---> 270a918c6c53 04:36:55 Step 14/23 : RUN apk add --update --no-cache zeromq dumb-init 04:36:55 ---> Running in 64a6dcac3ed8 04:36:56 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:36:57 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:36:57 (1/6) Installing dumb-init (1.2.2-r1) 04:36:57 (2/6) Installing libgcc (9.3.0-r2) 04:36:57 (3/6) Installing libsodium (1.0.18-r0) 04:36:57 (4/6) Installing libstdc++ (9.3.0-r2) 04:36:57 (5/6) Installing libzmq (4.3.3-r0) 04:36:57 (6/6) Installing zeromq (4.3.3-r0) 04:36:57 Executing busybox-1.31.1-r20.trigger 04:36:57 OK: 8 MiB in 20 packages 04:36:59 Removing intermediate container 64a6dcac3ed8 04:36:59 ---> 40f6d83a6457 04:36:59 Step 15/23 : COPY --from=builder /device-mqtt-go/cmd / 04:37:00 ---> 92596eeb052b 04:37:00 Step 16/23 : COPY --from=builder /device-mqtt-go/LICENSE / 04:37:01 ---> cde0c4377a82 04:37:01 Step 17/23 : COPY --from=builder /device-mqtt-go/Attribution.txt / 04:37:02 ---> bdc91b8e4990 04:37:02 Step 18/23 : EXPOSE 49982 04:37:02 ---> Running in 1d52d726b78f 04:37:03 Removing intermediate container 1d52d726b78f 04:37:03 ---> 47a31dc5a98d 04:37:03 Step 19/23 : ENTRYPOINT ["/device-mqtt"] 04:37:03 ---> Running in 00aa7428000d 04:37:03 Removing intermediate container 00aa7428000d 04:37:03 ---> c50849236a3d 04:37:03 Step 20/23 : CMD ["--cp=consul://edgex-core-consul:8500", "--registry", "--confdir=/res"] 04:37:03 ---> Running in 33efdca8aa4a 04:37:04 Removing intermediate container 33efdca8aa4a 04:37:04 ---> ca25bbf0420d 04:37:04 Step 21/23 : LABEL arch=arm64 04:37:04 ---> Running in d00103b8e727 04:37:05 Removing intermediate container d00103b8e727 04:37:05 ---> 0009b09bc89a 04:37:05 Step 22/23 : LABEL git_sha=7ecd4eb6552928ece7c628dfcc14e3a089789cc2 04:37:05 ---> Running in f5688113d69e 04:37:05 Removing intermediate container f5688113d69e 04:37:05 ---> b1f633a302a6 04:37:05 Step 23/23 : LABEL version=1.3.2-dev.5 04:37:05 ---> Running in 650aca4eba22 04:37:06 Removing intermediate container 650aca4eba22 04:37:06 ---> f1e86b90ecd9 04:37:06 [Warning] One or more build-args [ARCH] were not consumed 04:37:06 Successfully built f1e86b90ecd9 04:37:06 Successfully tagged docker-device-mqtt-go-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 04:37:06 provisioning config files... 04:37:06 copy managed file [device-mqtt-go-settings] to file:/w/workspace/device-mqtt-go/35@tmp/config351781088612695317tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 04:37:06 ---> docker-login.sh 04:37:06 nexus3.edgexfoundry.org:10001 04:37:07 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:37:07 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:37:07 Configure a credential helper to remove this warning. See 04:37:07 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:37:07 04:37:07 Login Succeeded 04:37:07 nexus3.edgexfoundry.org:10002 04:37:08 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:37:08 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:37:08 Configure a credential helper to remove this warning. See 04:37:08 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:37:08 04:37:08 Login Succeeded 04:37:08 nexus3.edgexfoundry.org:10003 04:37:08 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:37:08 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:37:08 Configure a credential helper to remove this warning. See 04:37:08 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:37:08 04:37:08 Login Succeeded 04:37:08 nexus3.edgexfoundry.org:10004 04:37:09 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:37:09 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:37:09 Configure a credential helper to remove this warning. See 04:37:09 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:37:09 04:37:09 Login Succeeded 04:37:09 docker.io 04:37:09 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:37:10 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:37:10 Configure a credential helper to remove this warning. See 04:37:10 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:37:10 04:37:10 Login Succeeded 04:37:10 ---> docker-login.sh ends [Pipeline] } 04:37:10 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 04:37:10 [edgeXDocker.push] Tagging docker image docker-device-mqtt-go-arm64 with the following tags: 04:37:10 7ecd4eb6552928ece7c628dfcc14e3a089789cc2 04:37:10 latest 04:37:10 1.3.2-dev.5 04:37:10 7ecd4eb6552928ece7c628dfcc14e3a089789cc2-1.3.2-dev.5 04:37:10 master 04:37:10 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 04:37:10 + docker tag docker-device-mqtt-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64:7ecd4eb6552928ece7c628dfcc14e3a089789cc2 [Pipeline] isUnix [Pipeline] sh 04:37:10 + docker push nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64:7ecd4eb6552928ece7c628dfcc14e3a089789cc2 04:37:10 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64] 04:37:10 0b57b1350b7e: Preparing 04:37:10 6935b036e917: Preparing 04:37:10 459a890a5880: Preparing 04:37:10 0c28542fa7b2: Preparing 04:37:10 3fbe34a1663b: Preparing 04:37:11 3fbe34a1663b: Layer already exists 04:37:11 6935b036e917: Pushed 04:37:11 0b57b1350b7e: Pushed 04:37:12 0c28542fa7b2: Pushed 04:37:14 459a890a5880: Pushed 04:37:14 7ecd4eb6552928ece7c628dfcc14e3a089789cc2: digest: sha256:c2c60c341cd5d6be24a7d6e04698031fc68ab591deea192e2eb04c4e4400732c size: 1365 [Pipeline] isUnix [Pipeline] sh 04:37:15 + docker tag docker-device-mqtt-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64:latest [Pipeline] isUnix [Pipeline] sh 04:37:15 + docker push nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64:latest 04:37:15 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64] 04:37:15 0b57b1350b7e: Preparing 04:37:15 6935b036e917: Preparing 04:37:15 459a890a5880: Preparing 04:37:15 0c28542fa7b2: Preparing 04:37:15 3fbe34a1663b: Preparing 04:37:15 3fbe34a1663b: Layer already exists 04:37:15 459a890a5880: Layer already exists 04:37:15 0b57b1350b7e: Layer already exists 04:37:15 6935b036e917: Layer already exists 04:37:15 0c28542fa7b2: Layer already exists 04:37:15 latest: digest: sha256:c2c60c341cd5d6be24a7d6e04698031fc68ab591deea192e2eb04c4e4400732c size: 1365 [Pipeline] isUnix [Pipeline] sh 04:37:16 + docker tag docker-device-mqtt-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64:1.3.2-dev.5 [Pipeline] isUnix [Pipeline] sh 04:37:16 + docker push nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64:1.3.2-dev.5 04:37:16 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64] 04:37:16 0b57b1350b7e: Preparing 04:37:16 6935b036e917: Preparing 04:37:16 459a890a5880: Preparing 04:37:16 0c28542fa7b2: Preparing 04:37:16 3fbe34a1663b: Preparing 04:37:16 0b57b1350b7e: Layer already exists 04:37:16 6935b036e917: Layer already exists 04:37:16 459a890a5880: Layer already exists 04:37:16 0c28542fa7b2: Layer already exists 04:37:16 3fbe34a1663b: Layer already exists 04:37:16 1.3.2-dev.5: digest: sha256:c2c60c341cd5d6be24a7d6e04698031fc68ab591deea192e2eb04c4e4400732c size: 1365 [Pipeline] isUnix [Pipeline] sh 04:37:17 + docker tag docker-device-mqtt-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64:7ecd4eb6552928ece7c628dfcc14e3a089789cc2-1.3.2-dev.5 [Pipeline] isUnix [Pipeline] sh 04:37:17 + docker push nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64:7ecd4eb6552928ece7c628dfcc14e3a089789cc2-1.3.2-dev.5 04:37:17 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64] 04:37:17 0b57b1350b7e: Preparing 04:37:17 6935b036e917: Preparing 04:37:17 459a890a5880: Preparing 04:37:17 0c28542fa7b2: Preparing 04:37:17 3fbe34a1663b: Preparing 04:37:17 459a890a5880: Layer already exists 04:37:17 6935b036e917: Layer already exists 04:37:17 0b57b1350b7e: Layer already exists 04:37:17 3fbe34a1663b: Layer already exists 04:37:17 0c28542fa7b2: Layer already exists 04:37:17 7ecd4eb6552928ece7c628dfcc14e3a089789cc2-1.3.2-dev.5: digest: sha256:c2c60c341cd5d6be24a7d6e04698031fc68ab591deea192e2eb04c4e4400732c size: 1365 [Pipeline] isUnix [Pipeline] sh 04:37:18 + docker tag docker-device-mqtt-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64:master [Pipeline] isUnix [Pipeline] sh 04:37:18 + docker push nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64:master 04:37:18 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64] 04:37:18 0b57b1350b7e: Preparing 04:37:18 6935b036e917: Preparing 04:37:18 459a890a5880: Preparing 04:37:18 0c28542fa7b2: Preparing 04:37:18 3fbe34a1663b: Preparing 04:37:18 0b57b1350b7e: Layer already exists 04:37:18 0c28542fa7b2: Layer already exists 04:37:18 459a890a5880: Layer already exists 04:37:18 3fbe34a1663b: Layer already exists 04:37:18 6935b036e917: Layer already exists 04:37:18 master: digest: sha256:c2c60c341cd5d6be24a7d6e04698031fc68ab591deea192e2eb04c4e4400732c size: 1365 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 04:37:18 ===================================================== [Pipeline] echo 04:37:18 taggedImages: 04:37:18 - nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64:7ecd4eb6552928ece7c628dfcc14e3a089789cc2 04:37:18 - nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64:latest 04:37:18 - nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64:1.3.2-dev.5 04:37:18 - nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64:7ecd4eb6552928ece7c628dfcc14e3a089789cc2-1.3.2-dev.5 04:37:18 - nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh 04:37:19 ---> job-cost.sh 04:37:19 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-MXdI 04:38:15 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 04:40:22 lf-activate-venv(): INFO: Adding /tmp/venv-MXdI/bin to PATH 04:40:22 INFO: No Stack... 04:40:22 INFO: Retrieving Pricing Info for: lf-standard-4 04:40:22 INFO: Archiving Costs [Pipeline] sh 04:40:23 + cat /w/workspace/device-mqtt-go/35/archives/cost.csv 04:40:23 + cut -d, -f6 [Pipeline] lock 04:40:23 Trying to acquire lock on [jenkins-edgexfoundry-device-mqtt-go-master-35-stack-cost] 04:40:23 Resource [jenkins-edgexfoundry-device-mqtt-go-master-35-stack-cost] did not exist. Created. 04:40:23 Lock acquired on [jenkins-edgexfoundry-device-mqtt-go-master-35-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 04:40:23 /w/workspace/device-mqtt-go/35@tmp/durable-30767677/script.sh: 1: /w/workspace/device-mqtt-go/35@tmp/durable-30767677/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh 04:40:23 + echo total: 0.20999999344348907 [Pipeline] stash 04:40:23 Warning: overwriting stash ‘stack-cost’ 04:40:24 Stashed 1 file(s) [Pipeline] } 04:40:24 Lock released on resource [jenkins-edgexfoundry-device-mqtt-go-master-35-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 04:40:24 provisioning config files... 04:40:24 copy managed file [device-mqtt-go-codecov-token] to file:/w/workspace/gexfoundry_device-mqtt-go_master@tmp/config3281273910915840892tmp [Pipeline] { [Pipeline] sh 04:40:24 + set +x 04:40:24 + curl -s https://codecov.io/bash 04:40:24 + bash -s -- 04:40:25 04:40:25 _____ _ 04:40:25 / ____| | | 04:40:25 | | ___ __| | ___ ___ _____ __ 04:40:25 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 04:40:25 | |___| (_) | (_| | __/ (_| (_) \ V / 04:40:25 \_____\___/ \__,_|\___|\___\___/ \_/ 04:40:25 Bash-1.0.1 04:40:25 04:40:25 04:40:25 ==> git version 2.24.3 found 04:40:25 ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 04:40:25 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 04:40:25 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 04:40:25 ==> Jenkins CI detected. 04:40:25 project root: . 04:40:25 --> token set from env 04:40:25 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 04:40:25 ==> Running gcov in . (disable via -X gcov) 04:40:25 ==> Python coveragepy not found 04:40:25 ==> Searching for coverage reports in: 04:40:25 + . 04:40:25 -> Found 1 reports 04:40:25 ==> Detecting git/mercurial file structure 04:40:25 ==> Reading reports 04:40:25 + ./coverage.out bytes=19386 04:40:25 ==> Appending adjustments 04:40:25 https://docs.codecov.io/docs/fixing-reports 04:40:25 + Found adjustments 04:40:25 ==> Gzipping contents 04:40:25 4.0K /tmp/codecov.jci1rT.gz 04:40:25 ==> Uploading reports 04:40:25 url: https://codecov.io 04:40:25 query: branch=master&commit=7ecd4eb6552928ece7c628dfcc14e3a089789cc2&build=35&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-mqtt-go%2Fjob%2Fmaster%2F35%2F&name=&tag=&slug=edgexfoundry%2Fdevice-mqtt-go&service=jenkins&flags=&pr=&job=&cmd_args= 04:40:25 -> Pinging Codecov 04:40:25 https://codecov.io/upload/v4?package=bash-1.0.1&token=secret&branch=master&commit=7ecd4eb6552928ece7c628dfcc14e3a089789cc2&build=35&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-mqtt-go%2Fjob%2Fmaster%2F35%2F&name=&tag=&slug=edgexfoundry%2Fdevice-mqtt-go&service=jenkins&flags=&pr=&job=&cmd_args= 04:40:25 -> Uploading to 04:40:25 https://storage.googleapis.com/codecov/v4/raw/2021-04-16/7D719EC7BBE17E464838252E33014C33/7ecd4eb6552928ece7c628dfcc14e3a089789cc2/a56fb798-9ef8-45f2-ac1c-dd83f55c49ff.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQM3VGPYSAFECJRMNAFIPCV2R3P2BOORCJC7NM537NPJQSFLHUDNIDWA%2F20210416%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210416T044025Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=dac80bc2075c0f989a5430b3c6a0cadda060c646440296b00d57df0d4d092e22 04:40:25 % Total % Received % Xferd Average Speed Time Time Time Current 04:40:25 Dload Upload Total Spent Left Speed 04:40:26 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 3390 0 0 100 3390 0 5729 --:--:-- --:--:-- --:--:-- 5726 04:40:26 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/device-mqtt-go/commit/7ecd4eb6552928ece7c628dfcc14e3a089789cc2 [Pipeline] } 04:40:26 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo 04:40:26 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 04:40:26 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 04:40:26 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 04:40:26 04:40:26 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh 04:40:27 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 04:40:27 1.410.4: Pulling from edgex-devops/edgex-snyk-go 04:40:27 188c0c94c7c5: Pulling fs layer 04:40:27 0ef7d3d256c8: Pulling fs layer 04:40:27 de9db76c5a1d: Pulling fs layer 04:40:27 0eba1c9be4d2: Pulling fs layer 04:40:27 0d57e429df01: Pulling fs layer 04:40:27 4e4be7b47b0d: Pulling fs layer 04:40:27 e1f770b5df2f: Pulling fs layer 04:40:27 85a0685a4137: Pulling fs layer 04:40:27 0d57e429df01: Waiting 04:40:27 4e4be7b47b0d: Waiting 04:40:27 e1f770b5df2f: Waiting 04:40:27 0eba1c9be4d2: Waiting 04:40:27 85a0685a4137: Waiting 04:40:27 de9db76c5a1d: Download complete 04:40:27 0ef7d3d256c8: Download complete 04:40:27 0d57e429df01: Verifying Checksum 04:40:27 0d57e429df01: Download complete 04:40:27 4e4be7b47b0d: Verifying Checksum 04:40:27 4e4be7b47b0d: Download complete 04:40:27 188c0c94c7c5: Verifying Checksum 04:40:27 188c0c94c7c5: Download complete 04:40:27 188c0c94c7c5: Pull complete 04:40:28 0ef7d3d256c8: Pull complete 04:40:28 de9db76c5a1d: Pull complete 04:40:28 e1f770b5df2f: Verifying Checksum 04:40:28 e1f770b5df2f: Download complete 04:40:30 0eba1c9be4d2: Verifying Checksum 04:40:30 0eba1c9be4d2: Download complete 04:40:31 85a0685a4137: Verifying Checksum 04:40:31 85a0685a4137: Download complete 04:40:36 0eba1c9be4d2: Pull complete 04:40:36 0d57e429df01: Pull complete 04:40:36 4e4be7b47b0d: Pull complete 04:40:38 e1f770b5df2f: Pull complete 04:40:45 85a0685a4137: Pull complete 04:40:45 Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 04:40:45 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 04:40:45 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer 04:40:45 prd-centos7-docker-4c-2g-389 does not seem to be running inside a container 04:40:45 $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat 04:40:46 $ docker top 5152ac9c527152cdb4a3904873cf68f3f2b92820c004dd7b07a5b6644c93a8a5 -eo pid,comm [Pipeline] { [Pipeline] echo 04:40:46 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh 04:40:47 + set -o pipefail 04:40:47 + snyk monitor '--org=edgex-jenkins' 04:43:08 04:43:08 Monitoring /w/workspace/gexfoundry_device-mqtt-go_master... 04:43:08 04:43:08 connect ETIMEDOUT 23.218.163.203:443 04:43:08 [Pipeline] } 04:43:08 $ docker stop --time=1 5152ac9c527152cdb4a3904873cf68f3f2b92820c004dd7b07a5b6644c93a8a5 04:43:10 $ docker rm -f 5152ac9c527152cdb4a3904873cf68f3f2b92820c004dd7b07a5b6644c93a8a5 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 04:43:10 [edgeXSnyk] Exit Code: 2 [Pipeline] error [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to earlier failure(s) [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 04:43:11 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 04:43:12 ---> package-listing.sh 04:43:12 ++ facter osfamily 04:43:12 ++ tr '[:upper:]' '[:lower:]' 04:43:12 + OS_FAMILY=redhat 04:43:12 + workspace=/w/workspace/gexfoundry_device-mqtt-go_master 04:43:12 + START_PACKAGES=/tmp/packages_start.txt 04:43:12 + END_PACKAGES=/tmp/packages_end.txt 04:43:12 + DIFF_PACKAGES=/tmp/packages_diff.txt 04:43:12 + PACKAGES=/tmp/packages_start.txt 04:43:12 + '[' /w/workspace/gexfoundry_device-mqtt-go_master ']' 04:43:12 + PACKAGES=/tmp/packages_end.txt 04:43:12 + case "${OS_FAMILY}" in 04:43:12 + rpm -qa 04:43:12 + sort 04:43:16 + '[' -f /tmp/packages_start.txt ']' 04:43:16 + '[' -f /tmp/packages_end.txt ']' 04:43:16 + diff /tmp/packages_start.txt /tmp/packages_end.txt 04:43:16 + '[' /w/workspace/gexfoundry_device-mqtt-go_master ']' 04:43:16 + mkdir -p /w/workspace/gexfoundry_device-mqtt-go_master/archives/ 04:43:16 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/gexfoundry_device-mqtt-go_master/archives/ [Pipeline] echo 04:43:16 Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/gexfoundry_device-mqtt-go_master/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 04:43:16 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 04:43:16 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 04:43:16 04:43:16 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 04:43:17 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 04:43:17 alpine: Pulling from edgex-lftools-log-publisher 04:43:17 df20fa9351a1: Pulling fs layer 04:43:17 36b3adc4ff6f: Pulling fs layer 04:43:17 8ad3a11d3b57: Pulling fs layer 04:43:17 46f8f816bc3b: Pulling fs layer 04:43:17 93b61091891f: Pulling fs layer 04:43:17 93b9cdb0e59b: Pulling fs layer 04:43:17 5e14af77c1be: Pulling fs layer 04:43:17 01666e4c0597: Pulling fs layer 04:43:17 aa168da1d23b: Pulling fs layer 04:43:17 46f8f816bc3b: Waiting 04:43:17 93b61091891f: Waiting 04:43:17 93b9cdb0e59b: Waiting 04:43:17 5e14af77c1be: Waiting 04:43:17 01666e4c0597: Waiting 04:43:17 aa168da1d23b: Waiting 04:43:17 36b3adc4ff6f: Download complete 04:43:17 46f8f816bc3b: Verifying Checksum 04:43:17 46f8f816bc3b: Download complete 04:43:17 df20fa9351a1: Verifying Checksum 04:43:17 df20fa9351a1: Download complete 04:43:17 93b9cdb0e59b: Verifying Checksum 04:43:17 93b9cdb0e59b: Download complete 04:43:17 93b61091891f: Download complete 04:43:17 8ad3a11d3b57: Verifying Checksum 04:43:17 8ad3a11d3b57: Download complete 04:43:17 01666e4c0597: Verifying Checksum 04:43:17 01666e4c0597: Download complete 04:43:17 5e14af77c1be: Verifying Checksum 04:43:17 5e14af77c1be: Download complete 04:43:17 df20fa9351a1: Pull complete 04:43:17 36b3adc4ff6f: Pull complete 04:43:19 8ad3a11d3b57: Pull complete 04:43:19 46f8f816bc3b: Pull complete 04:43:19 aa168da1d23b: Verifying Checksum 04:43:19 aa168da1d23b: Download complete 04:43:19 93b61091891f: Pull complete 04:43:19 93b9cdb0e59b: Pull complete 04:43:19 5e14af77c1be: Pull complete 04:43:19 01666e4c0597: Pull complete 04:43:26 aa168da1d23b: Pull complete 04:43:26 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 04:43:26 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 04:43:26 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 04:43:26 prd-centos7-docker-4c-2g-389 does not seem to be running inside a container 04:43:26 $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 04:43:29 $ docker top ac9c27d7ba45c90bb2ae309d5d4903f72de387c19753bc8e912f9814b485fb84 -eo pid,comm [Pipeline] { [Pipeline] sh 04:43:30 + touch /tmp/pre-build-complete [Pipeline] sh 04:43:30 + mkdir -p /var/log/sa [Pipeline] sh 04:43:30 + ls /var/log/sa-host 04:43:30 + sadf -c /var/log/sa-host/sa16 04:43:30 file_magic: OK 04:43:30 HZ: Using current value: 100 04:43:30 file_header: OK 04:43:30 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 04:43:30 Statistics: 04:43:30 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... 04:43:30 File successfully converted to sysstat format version 12.2.1 04:43:30 + sadf -c /var/log/sa-host/sa23 04:43:30 file_magic: OK 04:43:30 HZ: Using current value: 100 04:43:30 file_header: OK 04:43:30 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 04:43:30 Statistics: 04:43:30 Hnuu...uuuununununu... 04:43:30 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 04:43:30 provisioning config files... 04:43:30 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/gexfoundry_device-mqtt-go_master@tmp/config7654083370741414316tmp [Pipeline] { [Pipeline] echo 04:43:30 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 04:43:31 ---> create-netrc.sh [Pipeline] } 04:43:31 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 04:43:31 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 04:43:31 ---> python-tools-install.sh [Pipeline] echo 04:43:31 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 04:43:31 ---> sudo-logs.sh 04:43:31 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 04:43:31 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 04:43:32 ---> job-cost.sh 04:43:32 lf-activate-venv: SKIPPING 04:43:32 DEBUG: total: 0.20999999344348907 04:43:32 INFO: Retrieving Stack Cost... 04:43:34 INFO: Retrieving Pricing Info for: v1-standard-2 04:43:34 INFO: Archiving Costs [Pipeline] echo 04:43:34 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 04:43:34 ---> logs-deploy.sh 04:43:34 lf-activate-venv: SKIPPING 04:43:34 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-mqtt-go/master/35 04:43:34 INFO: archiving workspace using pattern(s): 04:43:36 Archives upload complete. 04:43:36 INFO: archiving logs to Nexus 04:43:37 ---> uname -a: 04:43:37 Linux prd-centos7-docker-4c-2g-389.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 04:43:37 04:43:37 04:43:37 ---> lscpu: 04:43:37 Architecture: x86_64 04:43:37 CPU op-mode(s): 32-bit, 64-bit 04:43:37 Byte Order: Little Endian 04:43:37 Address sizes: 40 bits physical, 48 bits virtual 04:43:37 CPU(s): 4 04:43:37 On-line CPU(s) list: 0-3 04:43:37 Thread(s) per core: 1 04:43:37 Core(s) per socket: 1 04:43:37 Socket(s): 4 04:43:37 NUMA node(s): 1 04:43:37 Vendor ID: GenuineIntel 04:43:37 CPU family: 6 04:43:37 Model: 44 04:43:37 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 04:43:37 Stepping: 1 04:43:37 CPU MHz: 2933.436 04:43:37 BogoMIPS: 5866.87 04:43:37 Virtualization: VT-x 04:43:37 Hypervisor vendor: KVM 04:43:37 Virtualization type: full 04:43:37 L1d cache: 128 KiB 04:43:37 L1i cache: 128 KiB 04:43:37 L2 cache: 16 MiB 04:43:37 L3 cache: 64 MiB 04:43:37 NUMA node0 CPU(s): 0-3 04:43:37 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 04:43:37 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 04:43:37 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 04:43:37 Vulnerability Meltdown: Mitigation; PTI 04:43:37 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 04:43:37 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 04:43:37 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 04:43:37 Vulnerability Srbds: Not affected 04:43:37 Vulnerability Tsx async abort: Not affected 04:43:37 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 04:43:37 04:43:37 04:43:37 ---> nproc: 04:43:37 4 04:43:37 04:43:37 04:43:37 ---> df -h: 04:43:37 Filesystem Size Used Available Use% Mounted on 04:43:37 overlay 50.0G 7.9G 42.0G 16% / 04:43:37 tmpfs 64.0M 0 64.0M 0% /dev 04:43:37 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 04:43:37 shm 64.0M 0 64.0M 0% /dev/shm 04:43:37 /dev/vda1 50.0G 7.9G 42.0G 16% /facter-os 04:43:37 /dev/vda1 50.0G 7.9G 42.0G 16% /etc/resolv.conf 04:43:37 /dev/vda1 50.0G 7.9G 42.0G 16% /etc/hostname 04:43:37 /dev/vda1 50.0G 7.9G 42.0G 16% /etc/hosts 04:43:37 /dev/vda1 50.0G 7.9G 42.0G 16% /w/workspace/gexfoundry_device-mqtt-go_master@tmp 04:43:37 /dev/vda1 50.0G 7.9G 42.0G 16% /var/log/sa-host 04:43:37 /dev/vda1 50.0G 7.9G 42.0G 16% /var/log/secure 04:43:37 /dev/vda1 50.0G 7.9G 42.0G 16% /var/log/auth.log 04:43:37 /dev/vda1 50.0G 7.9G 42.0G 16% /run/cloud-init/result.json 04:43:37 /dev/vda1 50.0G 7.9G 42.0G 16% /w/workspace/gexfoundry_device-mqtt-go_master 04:43:37 04:43:37 04:43:37 ---> free -m: 04:43:37 total used free shared buff/cache available 04:43:37 Mem: 1837 762 141 0 933 979 04:43:37 Swap: 1023 1 1022 04:43:37 04:43:37 04:43:37 ---> ip addr: 04:43:37 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 04:43:37 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 04:43:37 inet 127.0.0.1/8 scope host lo 04:43:37 valid_lft forever preferred_lft forever 04:43:37 inet6 ::1/128 scope host 04:43:37 valid_lft forever preferred_lft forever 04:43:37 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 04:43:37 link/ether fa:16:3e:17:b3:06 brd ff:ff:ff:ff:ff:ff 04:43:37 inet 10.30.123.32/23 brd 10.30.123.255 scope global dynamic eth0 04:43:37 valid_lft 85607sec preferred_lft 85607sec 04:43:37 inet6 fe80::f816:3eff:fe17:b306/64 scope link 04:43:37 valid_lft forever preferred_lft forever 04:43:37 3: docker0: mtu 1500 qdisc noqueue state DOWN 04:43:37 link/ether 02:42:9a:a5:26:98 brd ff:ff:ff:ff:ff:ff 04:43:37 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 04:43:37 valid_lft forever preferred_lft forever 04:43:37 inet6 fe80::42:9aff:fea5:2698/64 scope link 04:43:37 valid_lft forever preferred_lft forever 04:43:37 04:43:37 04:43:37 ---> sar -b -r -n DEV: 04:43:37 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 04/16/21 _x86_64_ (4 CPU) 04:43:37 04:43:37 04:30:12 LINUX RESTART (4 CPU) 04:43:37 04:43:37 04:31:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 04:43:37 04:32:01 15.82 4.32 11.50 0.00 1053.89 1213.19 0.00 04:43:37 04:33:01 0.47 0.00 0.47 0.00 0.00 7.38 0.00 04:43:37 04:34:01 0.22 0.00 0.22 0.00 0.00 3.25 0.00 04:43:37 04:35:01 0.20 0.00 0.20 0.00 0.00 1.88 0.00 04:43:37 04:36:01 0.23 0.00 0.23 0.00 0.00 3.51 0.00 04:43:37 04:37:01 0.37 0.00 0.37 0.00 0.00 5.45 0.00 04:43:37 04:38:01 0.27 0.00 0.27 0.00 0.00 3.73 0.00 04:43:37 04:39:01 0.20 0.00 0.20 0.00 0.00 2.56 0.00 04:43:37 04:40:01 0.20 0.00 0.20 0.00 0.00 2.03 0.00 04:43:37 04:41:01 291.00 168.89 122.10 0.00 8441.15 37963.67 0.00 04:43:37 04:42:01 5.05 0.02 5.03 0.00 0.80 337.91 0.00 04:43:37 04:43:01 1.57 0.02 1.55 0.00 0.53 28.21 0.00 04:43:37 Average: 26.33 14.46 11.87 0.00 791.42 3302.48 0.00 04:43:37 04:43:37 04:31:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 04:43:37 04:32:01 142576 0 611780 32.51 2620 1124568 1113112 37.99 427612 1113168 24 04:43:37 04:33:01 144612 0 609736 32.41 2620 1124576 1092576 37.29 426884 1111888 20 04:43:37 04:34:01 138772 0 615572 32.72 2620 1124580 1092612 37.29 429312 1115596 16 04:43:37 04:35:01 140380 0 613964 32.63 2620 1124580 1082248 36.94 443212 1100240 12 04:43:37 04:36:01 139104 0 615232 32.70 2620 1124588 1082304 36.94 441304 1103896 20 04:43:37 04:37:01 134644 0 619624 32.93 2620 1124656 1082428 36.94 455144 1093980 40 04:43:37 04:38:01 134456 0 619868 32.94 2620 1124600 1082512 36.94 455676 1093964 16 04:43:37 04:39:01 134052 0 620268 32.97 2620 1124604 1082536 36.95 455896 1093964 8 04:43:37 04:40:01 135592 0 618720 32.88 2620 1124612 1082248 36.94 454332 1093964 8 04:43:37 04:41:01 92552 0 785848 41.77 2596 1000548 1294728 44.19 568636 941360 6684 04:43:37 04:42:01 93000 0 785288 41.74 2596 1000660 1283092 43.79 563972 948920 8 04:43:37 04:43:01 155964 0 722320 38.39 2596 1000664 1196016 40.82 550384 902056 8 04:43:37 Average: 132142 0 653185 34.72 2614 1093603 1130534 38.58 472697 1059416 572 04:43:37 04:43:37 04:31:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 04:43:37 04:32:01 eth0 26.15 17.82 27.92 7.41 0.00 0.00 0.00 0.00 04:43:37 04:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:43:37 04:32:01 docker0 2.12 1.57 0.42 4.46 0.00 0.00 0.00 0.00 04:43:37 04:33:01 eth0 2.45 0.62 0.72 0.37 0.00 0.00 0.00 0.00 04:43:37 04:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:43:37 04:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:43:37 04:34:01 eth0 2.60 0.80 0.96 0.62 0.00 0.00 0.00 0.00 04:43:37 04:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:43:37 04:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:43:37 04:35:01 eth0 0.97 0.05 0.07 0.00 0.00 0.00 0.00 0.00 04:43:37 04:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:43:37 04:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:43:37 04:36:01 eth0 1.87 0.52 0.51 0.27 0.00 0.00 0.00 0.00 04:43:37 04:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:43:37 04:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:43:37 04:37:01 eth0 1.45 0.63 0.59 0.40 0.00 0.00 0.00 0.00 04:43:37 04:37:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:43:37 04:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:43:37 04:38:01 eth0 0.98 0.38 0.32 0.21 0.00 0.00 0.00 0.00 04:43:37 04:38:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:43:37 04:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:43:37 04:39:01 eth0 1.37 0.38 0.34 0.21 0.00 0.00 0.00 0.00 04:43:37 04:39:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:43:37 04:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:43:37 04:40:01 eth0 0.17 0.08 0.01 0.01 0.00 0.00 0.00 0.00 04:43:37 04:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:43:37 04:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:43:37 04:41:01 vethf202eab 73.52 75.68 6.60 389.76 0.00 0.00 0.00 0.00 04:43:37 04:41:01 eth0 565.45 509.39 4478.27 71.50 0.00 0.00 0.00 0.00 04:43:37 04:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:43:37 04:41:01 docker0 73.52 75.55 5.59 389.75 0.00 0.00 0.00 0.00 04:43:37 04:42:01 vethf202eab 0.07 0.02 0.00 0.00 0.00 0.00 0.00 0.00 04:43:37 04:42:01 eth0 3.41 1.80 2.84 1.10 0.00 0.00 0.00 0.00 04:43:37 04:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:43:37 04:42:01 docker0 0.07 0.02 0.00 0.00 0.00 0.00 0.00 0.00 04:43:37 04:43:01 vethf202eab 0.20 0.22 0.04 0.10 0.00 0.00 0.00 0.00 04:43:37 04:43:01 eth0 1.52 0.90 1.02 0.52 0.00 0.00 0.00 0.00 04:43:37 04:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:43:37 04:43:01 docker0 0.20 0.22 0.03 0.10 0.00 0.00 0.00 0.00 04:43:37 Average: vethf202eab 6.16 6.34 0.55 32.55 0.00 0.00 0.00 0.00 04:43:37 Average: eth0 50.76 44.51 376.83 6.89 0.00 0.00 0.00 0.00 04:43:37 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:43:37 Average: docker0 6.33 6.46 0.50 32.92 0.00 0.00 0.00 0.00 04:43:37 04:43:37 04:43:37 ---> sar -P ALL: 04:43:37 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 04/16/21 _x86_64_ (4 CPU) 04:43:37 04:43:37 04:30:12 LINUX RESTART (4 CPU) 04:43:37 04:43:37 04:31:02 CPU %user %nice %system %iowait %steal %idle 04:43:37 04:32:01 all 1.13 0.00 0.68 0.44 0.03 97.72 04:43:37 04:32:01 0 1.09 0.00 0.85 0.05 0.02 97.99 04:43:37 04:32:01 1 0.99 0.00 0.63 0.88 0.02 97.48 04:43:37 04:32:01 2 1.02 0.00 0.70 0.10 0.02 98.16 04:43:37 04:32:01 3 1.44 0.00 0.56 0.71 0.05 97.23 04:43:37 04:33:01 all 0.18 0.00 0.03 0.00 0.01 99.78 04:43:37 04:33:01 0 0.05 0.00 0.05 0.00 0.00 99.90 04:43:37 04:33:01 1 0.10 0.00 0.05 0.00 0.00 99.85 04:43:37 04:33:01 2 0.52 0.00 0.02 0.00 0.02 99.45 04:43:37 04:33:01 3 0.05 0.00 0.02 0.00 0.02 99.92 04:43:37 04:34:01 all 0.17 0.00 0.05 0.00 0.04 99.74 04:43:37 04:34:01 0 0.07 0.00 0.03 0.00 0.02 99.88 04:43:37 04:34:01 1 0.15 0.00 0.08 0.00 0.03 99.73 04:43:37 04:34:01 2 0.43 0.00 0.07 0.00 0.05 99.45 04:43:37 04:34:01 3 0.03 0.00 0.02 0.00 0.05 99.90 04:43:37 04:35:01 all 0.15 0.00 0.03 0.00 0.05 99.76 04:43:37 04:35:01 0 0.02 0.00 0.03 0.00 0.03 99.92 04:43:37 04:35:01 1 0.08 0.00 0.05 0.00 0.10 99.77 04:43:37 04:35:01 2 0.48 0.00 0.03 0.00 0.03 99.45 04:43:37 04:35:01 3 0.03 0.00 0.02 0.00 0.03 99.92 04:43:37 04:36:01 all 0.18 0.00 0.08 0.00 0.09 99.65 04:43:37 04:36:01 0 0.03 0.00 0.02 0.00 0.08 99.87 04:43:37 04:36:01 1 0.08 0.00 0.12 0.00 0.12 99.68 04:43:37 04:36:01 2 0.53 0.00 0.03 0.00 0.10 99.33 04:43:37 04:36:01 3 0.07 0.00 0.15 0.00 0.07 99.72 04:43:37 04:37:01 all 0.07 0.00 0.03 0.00 0.00 99.91 04:43:37 04:37:01 0 0.15 0.00 0.03 0.00 0.00 99.82 04:43:37 04:37:01 1 0.03 0.00 0.02 0.00 0.00 99.95 04:43:37 04:37:01 2 0.03 0.00 0.02 0.00 0.00 99.95 04:43:37 04:37:01 3 0.05 0.00 0.03 0.00 0.00 99.92 04:43:37 04:38:01 all 0.14 0.00 0.03 0.00 0.01 99.82 04:43:37 04:38:01 0 0.42 0.00 0.03 0.00 0.02 99.53 04:43:37 04:38:01 1 0.08 0.00 0.05 0.00 0.00 99.87 04:43:37 04:38:01 2 0.02 0.00 0.02 0.00 0.02 99.95 04:43:37 04:38:01 3 0.05 0.00 0.02 0.00 0.00 99.93 04:43:37 04:39:01 all 0.15 0.00 0.02 0.00 0.00 99.82 04:43:37 04:39:01 0 0.20 0.00 0.02 0.00 0.00 99.78 04:43:37 04:39:01 1 0.03 0.00 0.02 0.00 0.00 99.95 04:43:37 04:39:01 2 0.17 0.00 0.05 0.00 0.00 99.78 04:43:37 04:39:01 3 0.22 0.00 0.02 0.00 0.02 99.75 04:43:37 04:40:01 all 0.16 0.00 0.02 0.00 0.00 99.82 04:43:37 04:40:01 0 0.02 0.00 0.00 0.00 0.00 99.98 04:43:37 04:40:01 1 0.03 0.00 0.02 0.00 0.00 99.95 04:43:37 04:40:01 2 0.08 0.00 0.05 0.00 0.00 99.87 04:43:37 04:40:01 3 0.52 0.00 0.02 0.00 0.00 99.47 04:43:37 04:41:01 all 10.04 0.00 4.86 3.96 0.13 81.01 04:43:37 04:41:01 0 10.29 0.00 5.50 2.32 0.14 81.75 04:43:37 04:41:01 1 9.58 0.00 4.76 5.22 0.14 80.31 04:43:37 04:41:01 2 9.84 0.00 4.62 4.74 0.12 80.67 04:43:37 04:41:01 3 10.46 0.00 4.56 3.56 0.12 81.30 04:43:37 04:42:01 all 0.24 0.00 0.08 0.00 0.01 99.67 04:43:37 04:42:01 0 0.22 0.00 0.07 0.00 0.02 99.70 04:43:37 04:42:01 1 0.13 0.00 0.07 0.00 0.02 99.78 04:43:37 04:42:01 2 0.52 0.00 0.05 0.00 0.00 99.43 04:43:37 04:42:01 3 0.10 0.00 0.13 0.00 0.00 99.77 04:43:37 04:43:37 04:42:01 CPU %user %nice %system %iowait %steal %idle 04:43:37 04:43:01 all 0.21 0.00 0.04 0.00 0.01 99.74 04:43:37 04:43:01 0 0.08 0.00 0.05 0.00 0.00 99.87 04:43:37 04:43:01 1 0.05 0.00 0.05 0.00 0.00 99.90 04:43:37 04:43:01 2 0.55 0.00 0.03 0.00 0.02 99.40 04:43:37 04:43:01 3 0.15 0.00 0.03 0.00 0.02 99.80 04:43:37 Average: all 1.05 0.00 0.49 0.36 0.03 98.07 04:43:37 Average: 0 1.03 0.00 0.55 0.19 0.03 98.20 04:43:37 Average: 1 0.93 0.00 0.49 0.50 0.03 98.05 04:43:37 Average: 2 1.17 0.00 0.47 0.40 0.03 97.94 04:43:37 Average: 3 1.08 0.00 0.46 0.35 0.03 98.08 04:43:37 04:43:37 04:43:37