Started by upstream project "edgexfoundry/cd-management/release" build number 47 originally caused by: Push event to branch release Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from b247510d13ba8e9fad57040faa04d23d7bfdafc2 Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 69a7e166112f335804d9fea76440e5140e47f034 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 69a7e166112f335804d9fea76440e5140e47f034 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 69a7e166112f335804d9fea76440e5140e47f034 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 69a7e166112f335804d9fea76440e5140e47f034 # timeout=10 Commit message: "Merge pull request #314 from ernestojeda/go-mod-semver-bump" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 # timeout=10 Commit message: "Add license check to tox" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:device-mqtt-go, buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: device-mqtt-go-settings PROJECT: device-mqtt-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-device-mqtt-go DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: true PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘prd-centos7-docker-4c-2g-24603’ Running on prd-centos7-docker-4c-2g-24609 in /w/workspace/gexfoundry_device-mqtt-go_master [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/device-mqtt-go.git > git init /w/workspace/gexfoundry_device-mqtt-go_master # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b247510d13ba8e9fad57040faa04d23d7bfdafc2 (master) > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f b247510d13ba8e9fad57040faa04d23d7bfdafc2 # timeout=10 Commit message: "Merge pull request #209 from iain-anderson/commit-lint" > git rev-list --no-walk b247510d13ba8e9fad57040faa04d23d7bfdafc2 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 20:32:44 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 20:32:44 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 20:32:44 ========================================================= 20:32:44 EdgeX Global Pipelines Version Info 20:32:44 ========================================================= [Pipeline] libraryResource [Pipeline] sh 20:32:47 ------------------- 20:32:47 stable info: 20:32:47 ------------------- 20:32:47 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 20:32:47 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 20:32:47 Message: update stable to v1.0.179 20:32:48 ------------------- 20:32:48 experimental info: 20:32:48 ------------------- 20:32:48 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 20:32:48 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 20:32:48 Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 20:32:48 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-mqtt-go-settings [Pipeline] echo 20:32:48 [edgeXSetupEnvironment]: set envvar PROJECT = device-mqtt-go [Pipeline] echo 20:32:48 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 20:32:48 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 20:32:48 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 20:32:49 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 20:32:49 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 20:32:49 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 20:32:49 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 20:32:49 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 20:32:49 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 20:32:49 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-mqtt-go [Pipeline] echo 20:32:49 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 20:32:49 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 20:32:49 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 20:32:49 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 20:32:50 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 20:32:50 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 20:32:50 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 20:32:50 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 20:32:50 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 20:32:50 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 20:32:50 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 20:32:50 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 20:32:50 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 20:32:51 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 20:32:51 [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo 20:32:51 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo 20:32:51 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo 20:32:51 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo 20:32:51 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = b247510d13ba8e9fad57040faa04d23d7bfdafc2 [Pipeline] echo 20:32:51 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = b247510 [Pipeline] echo 20:32:51 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 20:32:51 provisioning config files... 20:32:51 copy managed file [device-mqtt-go-settings] to file:/w/workspace/gexfoundry_device-mqtt-go_master@tmp/config6372195651879308457tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 20:32:52 ---> docker-login.sh 20:32:52 nexus3.edgexfoundry.org:10001 20:32:52 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:32:53 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:32:53 Configure a credential helper to remove this warning. See 20:32:53 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:32:53 20:32:53 Login Succeeded 20:32:53 nexus3.edgexfoundry.org:10002 20:32:53 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:32:53 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:32:53 Configure a credential helper to remove this warning. See 20:32:53 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:32:53 20:32:53 Login Succeeded 20:32:53 nexus3.edgexfoundry.org:10003 20:32:53 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:32:54 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:32:54 Configure a credential helper to remove this warning. See 20:32:54 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:32:54 20:32:54 Login Succeeded 20:32:54 nexus3.edgexfoundry.org:10004 20:32:54 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:32:54 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:32:54 Configure a credential helper to remove this warning. See 20:32:54 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:32:54 20:32:54 Login Succeeded 20:32:54 docker.io 20:32:54 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:32:55 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:32:55 Configure a credential helper to remove this warning. See 20:32:55 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:32:55 20:32:55 Login Succeeded 20:32:55 ---> docker-login.sh ends [Pipeline] } 20:32:55 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 20:32:55 + git log --format=format:%s -1 b247510d13ba8e9fad57040faa04d23d7bfdafc2 [Pipeline] echo 20:32:56 GIT_COMMIT: b247510d13ba8e9fad57040faa04d23d7bfdafc2, Commit Message: Merge pull request #209 from iain-anderson/commit-lint [Pipeline] echo 20:32:56 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 20:32:56 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 20:32:56 20:32:56 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 20:32:57 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 20:32:57 latest: Pulling from edgex-devops/git-semver 20:32:57 31603596830f: Pulling fs layer 20:32:57 2a8b12db71e7: Pulling fs layer 20:32:57 6ca5941a6612: Pulling fs layer 20:32:57 ecc8261a40a4: Pulling fs layer 20:32:57 ecc8261a40a4: Waiting 20:32:57 2a8b12db71e7: Verifying Checksum 20:32:57 2a8b12db71e7: Download complete 20:32:57 31603596830f: Verifying Checksum 20:32:57 31603596830f: Download complete 20:32:57 ecc8261a40a4: Verifying Checksum 20:32:57 ecc8261a40a4: Download complete 20:32:57 6ca5941a6612: Verifying Checksum 20:32:57 6ca5941a6612: Download complete 20:32:58 31603596830f: Pull complete 20:32:58 2a8b12db71e7: Pull complete 20:32:59 6ca5941a6612: Pull complete 20:33:00 ecc8261a40a4: Pull complete 20:33:00 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 20:33:00 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 20:33:00 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 20:33:00 prd-centos7-docker-4c-2g-24609 does not seem to be running inside a container 20:33:00 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_device-mqtt-go_master -v /w/workspace/gexfoundry_device-mqtt-go_master:/w/workspace/gexfoundry_device-mqtt-go_master:rw,z -v /w/workspace/gexfoundry_device-mqtt-go_master@tmp:/w/workspace/gexfoundry_device-mqtt-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 20:33:03 $ docker top 0c8a9cc7d2c1a7fea10f75de87c39d900449545eb102b6344394095a0be622c8 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 20:33:03 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 20:33:03 [ssh-agent] Looking for ssh-agent implementation... 20:33:04 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 20:33:04 $ docker exec 0c8a9cc7d2c1a7fea10f75de87c39d900449545eb102b6344394095a0be622c8 ssh-agent 20:33:04 SSH_AUTH_SOCK=/tmp/ssh-8oZHRo8U5GVO/agent.11 20:33:04 SSH_AGENT_PID=16 20:33:04 Running ssh-add (command line suppressed) 20:33:04 Identity added: /w/workspace/gexfoundry_device-mqtt-go_master@tmp/private_key_7408149158034182312.key (/w/workspace/gexfoundry_device-mqtt-go_master@tmp/private_key_7408149158034182312.key) 20:33:05 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 20:33:05 + git tag --points-at HEAD [Pipeline] } 20:33:05 $ docker exec --env ******** --env ******** 0c8a9cc7d2c1a7fea10f75de87c39d900449545eb102b6344394095a0be622c8 ssh-agent -k 20:33:05 unset SSH_AUTH_SOCK; 20:33:05 unset SSH_AGENT_PID; 20:33:05 echo Agent pid 16 killed; 20:33:05 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo 20:33:05 [edgeXSemver]: set GITSEMVER_HEAD_TAG to 'v1.3.1|v1.3.1-dev.4' [Pipeline] sshagent 20:33:05 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 20:33:05 [ssh-agent] Looking for ssh-agent implementation... 20:33:06 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 20:33:06 $ docker exec 0c8a9cc7d2c1a7fea10f75de87c39d900449545eb102b6344394095a0be622c8 ssh-agent 20:33:06 SSH_AUTH_SOCK=/tmp/ssh-nZLfpJs1NCZP/agent.46 20:33:06 SSH_AGENT_PID=52 20:33:06 Running ssh-add (command line suppressed) 20:33:06 Identity added: /w/workspace/gexfoundry_device-mqtt-go_master@tmp/private_key_9105386333571954742.key (/w/workspace/gexfoundry_device-mqtt-go_master@tmp/private_key_9105386333571954742.key) 20:33:06 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 20:33:07 + git semver init 20:33:07 # -> Open(): unable to determine branch for HEAD 20:33:07 # $GIT_DIR = /w/workspace/gexfoundry_device-mqtt-go_master/.git 20:33:07 # $GIT_WORK_TREE = /w/workspace/gexfoundry_device-mqtt-go_master 20:33:07 # $SEMVER_REMOTE_NAME = origin 20:33:07 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 20:33:07 # $SEMVER_USER_NAME = edgex-jenkins 20:33:07 # $SEMVER_BRANCH = master 20:33:07 # $SEMVER_TEMP = /tmp/semver-301559834 20:33:07 # git clone --branch semver git@github.com:edgexfoundry/device-mqtt-go.git $SEMVER_TEMP 20:33:07 # '/tmp/semver-301559834' -> '/w/workspace/gexfoundry_device-mqtt-go_master/.semver' 20:33:07 # -> Force: false 20:33:07 # $SEMVER_DIR = /w/workspace/gexfoundry_device-mqtt-go_master/.semver [Pipeline] } 20:33:07 $ docker exec --env ******** --env ******** 0c8a9cc7d2c1a7fea10f75de87c39d900449545eb102b6344394095a0be622c8 ssh-agent -k 20:33:08 unset SSH_AUTH_SOCK; 20:33:08 unset SSH_AGENT_PID; 20:33:08 echo Agent pid 52 killed; 20:33:08 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 20:33:08 + git semver [Pipeline] } 20:33:08 $ docker stop --time=1 0c8a9cc7d2c1a7fea10f75de87c39d900449545eb102b6344394095a0be622c8 20:33:10 $ docker rm -f 0c8a9cc7d2c1a7fea10f75de87c39d900449545eb102b6344394095a0be622c8 [Pipeline] // withDockerContainer [Pipeline] sh 20:33:10 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 20:33:11 Stashed 1 file(s) [Pipeline] echo 20:33:11 [edgeXSemver]: initialized semver on version 1.3.1 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] node 20:33:27 Still waiting to schedule task 20:33:27 Waiting for next available executor on ‘centos7-docker-4c-2g’ 20:33:27 Still waiting to schedule task 20:33:27 ‘prd-ubuntu18.04-docker-arm64-4c-16g-24613’ is offline 20:34:55 Running on prd-centos7-docker-4c-2g-24623 in /w/workspace/gexfoundry_device-mqtt-go_master [Pipeline] { [Pipeline] ws 20:34:55 Running in /w/workspace/device-mqtt-go/30 [Pipeline] { [Pipeline] checkout 20:34:58 using credential edgex-jenkins-ssh 20:34:59 Cloning the remote Git repository 20:34:59 Cloning repository git@github.com:edgexfoundry/device-mqtt-go.git 20:34:59 > git init /w/workspace/device-mqtt-go/30 # timeout=10 20:34:59 Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git 20:34:59 > git --version # timeout=10 20:34:59 > git --version # 'git version 2.24.3' 20:34:59 using GIT_SSH to set credentials SSH Credentials for GitHub 20:34:59 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 20:34:59 > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 20:34:59 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 20:34:59 > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 20:35:00 Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git 20:35:00 using GIT_SSH to set credentials SSH Credentials for GitHub 20:35:00 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 20:35:00 Checking out Revision b247510d13ba8e9fad57040faa04d23d7bfdafc2 (master) 20:35:00 > git config core.sparsecheckout # timeout=10 20:35:00 > git checkout -f b247510d13ba8e9fad57040faa04d23d7bfdafc2 # timeout=10 20:35:04 Commit message: "Merge pull request #209 from iain-anderson/commit-lint" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 20:35:06 + git checkout b247510d13ba8e9fad57040faa04d23d7bfdafc2 20:35:06 HEAD is now at b247510 Merge pull request #209 from iain-anderson/commit-lint [Pipeline] sh 20:35:06 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 20:35:07 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 20:35:07 + sudo service docker restart 20:35:07 + true 20:35:07 Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 20:35:09 provisioning config files... 20:35:09 copy managed file [device-mqtt-go-settings] to file:/w/workspace/device-mqtt-go/30@tmp/config2287673095934076921tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 20:35:09 ---> docker-login.sh 20:35:09 nexus3.edgexfoundry.org:10001 20:35:10 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:35:10 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:35:10 Configure a credential helper to remove this warning. See 20:35:10 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:35:10 20:35:10 Login Succeeded 20:35:10 nexus3.edgexfoundry.org:10002 20:35:10 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:35:10 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:35:10 Configure a credential helper to remove this warning. See 20:35:10 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:35:10 20:35:10 Login Succeeded 20:35:10 nexus3.edgexfoundry.org:10003 20:35:10 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:35:10 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:35:10 Configure a credential helper to remove this warning. See 20:35:10 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:35:10 20:35:10 Login Succeeded 20:35:10 nexus3.edgexfoundry.org:10004 20:35:10 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:35:10 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:35:10 Configure a credential helper to remove this warning. See 20:35:10 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:35:10 20:35:10 Login Succeeded 20:35:10 docker.io 20:35:11 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:35:11 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:35:11 Configure a credential helper to remove this warning. See 20:35:11 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:35:11 20:35:11 Login Succeeded 20:35:11 ---> docker-login.sh ends [Pipeline] } 20:35:11 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 20:35:11 ========================================================= 20:35:11 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 20:35:11 ========================================================= [Pipeline] isUnix [Pipeline] sh 20:35:12 + 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 . 20:35:12 Sending build context to Docker daemon 482.3kB 20:35:12 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 20:35:12 Step 2/8 : FROM ${BASE} 20:35:12 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 20:35:12 188c0c94c7c5: Pulling fs layer 20:35:12 0ef7d3d256c8: Pulling fs layer 20:35:12 de9db76c5a1d: Pulling fs layer 20:35:12 bca2f99d35d6: Pulling fs layer 20:35:12 93359f2a8cfa: Pulling fs layer 20:35:12 7c6f9722023f: Pulling fs layer 20:35:12 a35cf1a2eb13: Pulling fs layer 20:35:12 bca2f99d35d6: Waiting 20:35:12 93359f2a8cfa: Waiting 20:35:12 7c6f9722023f: Waiting 20:35:12 a35cf1a2eb13: Waiting 20:35:12 de9db76c5a1d: Verifying Checksum 20:35:12 de9db76c5a1d: Download complete 20:35:12 0ef7d3d256c8: Download complete 20:35:12 93359f2a8cfa: Download complete 20:35:12 7c6f9722023f: Verifying Checksum 20:35:12 7c6f9722023f: Download complete 20:35:12 188c0c94c7c5: Verifying Checksum 20:35:12 188c0c94c7c5: Download complete 20:35:13 188c0c94c7c5: Pull complete 20:35:13 0ef7d3d256c8: Pull complete 20:35:13 de9db76c5a1d: Pull complete 20:35:15 a35cf1a2eb13: Verifying Checksum 20:35:15 a35cf1a2eb13: Download complete 20:35:17 bca2f99d35d6: Download complete 20:35:25 bca2f99d35d6: Pull complete 20:35:25 93359f2a8cfa: Pull complete 20:35:25 7c6f9722023f: Pull complete 20:35:32 a35cf1a2eb13: Pull complete 20:35:32 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 20:35:32 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 20:35:32 ---> a62c8e92a672 20:35:32 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IOTech' 20:35:32 ---> Running in 48e730be57fd 20:35:32 Removing intermediate container 48e730be57fd 20:35:32 ---> d49dd4fc65d6 20:35:32 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:35:32 ---> Running in 3615b2c17b92 20:35:33 Removing intermediate container 3615b2c17b92 20:35:33 ---> 9bd02cbda2e1 20:35:33 Step 5/8 : RUN apk add --update --no-cache make git openssh build-base 20:35:33 ---> Running in 19334dbdf3c1 20:35:34 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:35:35 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:35:36 (1/14) Installing libmagic (5.38-r0) 20:35:36 (2/14) Installing file (5.38-r0) 20:35:36 (3/14) Installing libc-dev (0.7.2-r3) 20:35:36 (4/14) Installing g++ (9.3.0-r2) 20:35:55 (5/14) Installing fortify-headers (1.1-r0) 20:35:55 (6/14) Installing patch (2.7.6-r6) 20:35:55 (7/14) Installing build-base (0.5-r2) 20:35:55 (8/14) Installing openssh-keygen (8.3_p1-r1) 20:35:55 (9/14) Installing libedit (20191231.3.1-r0) 20:35:55 (10/14) Installing openssh-client (8.3_p1-r1) 20:35:56 (11/14) Installing openssh-sftp-server (8.3_p1-r1) 20:35:56 (12/14) Installing openssh-server-common (8.3_p1-r1) 20:35:56 (13/14) Installing openssh-server (8.3_p1-r1) 20:35:57 (14/14) Installing openssh (8.3_p1-r1) 20:35:57 Executing busybox-1.31.1-r19.trigger 20:35:57 OK: 237 MiB in 53 packages 20:36:00 Removing intermediate container 19334dbdf3c1 20:36:00 ---> db828a7e5e9c 20:36:00 Step 6/8 : WORKDIR /device-mqtt-go 20:36:01 ---> Running in c32ebc90aba6 20:36:01 Removing intermediate container c32ebc90aba6 20:36:01 ---> a8dfbc273689 20:36:01 Step 7/8 : COPY . . 20:36:01 ---> 9e083546919f 20:36:01 Step 8/8 : RUN go mod download 20:36:02 ---> Running in 8a11575d5440 20:36:18 Running on prd-ubuntu18.04-docker-arm64-4c-16g-24628 in /w/workspace/gexfoundry_device-mqtt-go_master [Pipeline] { [Pipeline] ws 20:36:18 Running in /w/workspace/device-mqtt-go/30 [Pipeline] { [Pipeline] checkout 20:36:23 using credential edgex-jenkins-ssh 20:36:23 Cloning the remote Git repository 20:36:24 Removing intermediate container 8a11575d5440 20:36:24 ---> eaa122c92ed7 20:36:24 Successfully built eaa122c92ed7 20:36:24 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 20:36:24 + docker inspect -f . ci-base-image-x86_64 20:36:24 . [Pipeline] withDockerContainer 20:36:24 Cloning repository git@github.com:edgexfoundry/device-mqtt-go.git 20:36:24 > git init /w/workspace/device-mqtt-go/30 # timeout=10 20:36:24 Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git 20:36:24 > git --version # timeout=10 20:36:24 > git --version # 'git version 2.17.1' 20:36:24 using GIT_SSH to set credentials SSH Credentials for GitHub 20:36:24 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 20:36:24 prd-centos7-docker-4c-2g-24623 does not seem to be running inside a container 20:36:24 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-mqtt-go/30 -v /w/workspace/device-mqtt-go/30:/w/workspace/device-mqtt-go/30:rw,z -v /w/workspace/device-mqtt-go/30@tmp:/w/workspace/device-mqtt-go/30@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 ******** -e ******** -e ******** ci-base-image-x86_64 cat 20:36:25 $ docker top 9d7681df131781c5f1b721a9e03d7f6e659525ea0192292bc977b8cf4130aa7e -eo pid,comm 20:36:25 > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 20:36:25 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 20:36:25 > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 20:36:25 Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git 20:36:25 using GIT_SSH to set credentials SSH Credentials for GitHub 20:36:25 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 20:36:26 Checking out Revision b247510d13ba8e9fad57040faa04d23d7bfdafc2 (master) [Pipeline] { [Pipeline] sh 20:36:26 + go version 20:36:26 go version go1.15.5 linux/amd64 [Pipeline] } 20:36:26 $ docker stop --time=1 9d7681df131781c5f1b721a9e03d7f6e659525ea0192292bc977b8cf4130aa7e 20:36:26 > git config core.sparsecheckout # timeout=10 20:36:26 > git checkout -f b247510d13ba8e9fad57040faa04d23d7bfdafc2 # timeout=10 20:36:27 $ docker rm -f 9d7681df131781c5f1b721a9e03d7f6e659525ea0192292bc977b8cf4130aa7e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 20:36:28 + docker inspect -f . ci-base-image-x86_64 20:36:28 . [Pipeline] withDockerContainer 20:36:28 prd-centos7-docker-4c-2g-24623 does not seem to be running inside a container 20:36:28 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-mqtt-go/30 -v /w/workspace/device-mqtt-go/30:/w/workspace/device-mqtt-go/30:rw,z -v /w/workspace/device-mqtt-go/30@tmp:/w/workspace/device-mqtt-go/30@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 ******** -e ******** -e ******** ci-base-image-x86_64 cat 20:36:29 $ docker top b42c571659d179bb45019911ae1967ed0313ad986d45f906313ee9c6ac34097d -eo pid,comm [Pipeline] { [Pipeline] sh 20:36:30 + make test 20:36:30 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out 20:36:30 Commit message: "Merge pull request #209 from iain-anderson/commit-lint" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 20:36:31 ? github.com/edgexfoundry/device-mqtt-go [no test files] 20:36:32 + git checkout b247510d13ba8e9fad57040faa04d23d7bfdafc2 20:36:32 HEAD is now at b247510 Merge pull request #209 from iain-anderson/commit-lint [Pipeline] sh 20:36:32 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 20:36:32 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 20:36:33 + true 20:36:33 + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 20:36:36 provisioning config files... 20:36:36 copy managed file [device-mqtt-go-settings] to file:/w/workspace/device-mqtt-go/30@tmp/config381077757046276467tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 20:36:36 ---> docker-login.sh 20:36:36 nexus3.edgexfoundry.org:10001 20:36:37 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:36:37 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:36:37 Configure a credential helper to remove this warning. See 20:36:37 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:36:37 20:36:37 Login Succeeded 20:36:37 nexus3.edgexfoundry.org:10002 20:36:38 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:36:38 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:36:38 Configure a credential helper to remove this warning. See 20:36:38 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:36:38 20:36:38 Login Succeeded 20:36:38 nexus3.edgexfoundry.org:10003 20:36:38 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:36:38 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:36:38 Configure a credential helper to remove this warning. See 20:36:38 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:36:38 20:36:38 Login Succeeded 20:36:38 nexus3.edgexfoundry.org:10004 20:36:39 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:36:39 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:36:39 Configure a credential helper to remove this warning. See 20:36:39 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:36:39 20:36:39 Login Succeeded 20:36:39 docker.io 20:36:39 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:36:40 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:36:40 Configure a credential helper to remove this warning. See 20:36:40 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:36:40 20:36:40 Login Succeeded 20:36:40 ---> docker-login.sh ends [Pipeline] } 20:36:40 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 20:36:40 ========================================================= 20:36:40 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 20:36:40 ========================================================= [Pipeline] isUnix [Pipeline] sh 20:36:41 + 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 . 20:36:41 Sending build context to Docker daemon 481.3kB 20:36:41 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 20:36:41 Step 2/8 : FROM ${BASE} 20:36:41 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 20:36:41 5f621e34cdf4: Pulling fs layer 20:36:41 a4357932f1b6: Pulling fs layer 20:36:41 18c013af1878: Pulling fs layer 20:36:41 00ac8860ef70: Pulling fs layer 20:36:41 63d7cb157983: Pulling fs layer 20:36:41 b116817d02f9: Pulling fs layer 20:36:41 745a02a5169b: Pulling fs layer 20:36:41 00ac8860ef70: Waiting 20:36:41 63d7cb157983: Waiting 20:36:41 b116817d02f9: Waiting 20:36:41 745a02a5169b: Waiting 20:36:41 18c013af1878: Verifying Checksum 20:36:41 18c013af1878: Download complete 20:36:41 a4357932f1b6: Verifying Checksum 20:36:41 a4357932f1b6: Download complete 20:36:41 63d7cb157983: Verifying Checksum 20:36:41 63d7cb157983: Download complete 20:36:41 b116817d02f9: Verifying Checksum 20:36:41 b116817d02f9: Download complete 20:36:41 5f621e34cdf4: Verifying Checksum 20:36:41 5f621e34cdf4: Download complete 20:36:42 5f621e34cdf4: Pull complete 20:36:42 a4357932f1b6: Pull complete 20:36:43 18c013af1878: Pull complete 20:36:44 745a02a5169b: Verifying Checksum 20:36:44 745a02a5169b: Download complete 20:36:46 00ac8860ef70: Verifying Checksum 20:36:46 00ac8860ef70: Download complete 20:36:46 ? github.com/edgexfoundry/device-mqtt-go/cmd [no test files] 20:36:46 ok github.com/edgexfoundry/device-mqtt-go/internal/driver 0.011s coverage: 28.3% of statements 20:36:46 ? github.com/edgexfoundry/device-mqtt-go/mock [no test files] 20:36:46 CGO_ENABLED=0 GO111MODULE=on go vet ./... 20:36:48 gofmt -l . 20:36:48 ["`gofmt -l .`" = ""] 20:36:48 ./bin/test-attribution-txt.sh 20:36:48 ./bin/test-go-mod-tidy.sh [Pipeline] } 20:36:49 $ docker stop --time=1 b42c571659d179bb45019911ae1967ed0313ad986d45f906313ee9c6ac34097d 20:36:51 $ docker rm -f b42c571659d179bb45019911ae1967ed0313ad986d45f906313ee9c6ac34097d [Pipeline] // withDockerContainer [Pipeline] sh 20:36:52 + sudo chown -R jenkins:jenkins . [Pipeline] stash 20:36:52 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 20:36:53 + sudo chown -R jenkins:jenkins . [Pipeline] sh 20:36:53 + ls -al . 20:36:53 total 100 20:36:53 drwxrwxr-x. 9 jenkins jenkins 4096 Feb 2 20:36 . 20:36:53 drwxrwxr-x. 4 jenkins jenkins 30 Feb 2 20:34 .. 20:36:53 -rw-rw-r--. 1 jenkins jenkins 5932 Feb 2 20:35 Attribution.txt 20:36:53 drwxrwxr-x. 2 jenkins jenkins 87 Feb 2 20:35 bin 20:36:53 drwxrwxr-x. 3 jenkins jenkins 32 Feb 2 20:35 cmd 20:36:53 -rw-r--r--. 1 jenkins jenkins 18940 Feb 2 20:36 coverage.out 20:36:53 -rw-rw-r--. 1 jenkins jenkins 1802 Feb 2 20:35 Dockerfile 20:36:53 -rw-rw-r--. 1 jenkins jenkins 957 Feb 2 20:35 Dockerfile.build 20:36:53 -rw-rw-r--. 1 jenkins jenkins 140 Feb 2 20:35 .dockerignore 20:36:53 drwxrwxr-x. 8 jenkins jenkins 162 Feb 2 20:35 .git 20:36:53 drwxrwxr-x. 2 jenkins jenkins 103 Feb 2 20:35 .github 20:36:53 -rw-rw-r--. 1 jenkins jenkins 336 Feb 2 20:35 .gitignore 20:36:53 -rw-r--r--. 1 jenkins jenkins 504 Feb 2 20:36 go.mod 20:36:53 -rw-r--r--. 1 jenkins jenkins 14988 Feb 2 20:36 go.sum 20:36:53 drwxrwxr-x. 3 jenkins jenkins 20 Feb 2 20:35 internal 20:36:53 -rw-rw-r--. 1 jenkins jenkins 677 Feb 2 20:35 Jenkinsfile 20:36:53 -rw-rw-r--. 1 jenkins jenkins 11340 Feb 2 20:35 LICENSE 20:36:53 -rw-rw-r--. 1 jenkins jenkins 902 Feb 2 20:35 Makefile 20:36:53 drwxrwxr-x. 2 jenkins jenkins 23 Feb 2 20:35 mock 20:36:53 -rw-rw-r--. 1 jenkins jenkins 444 Feb 2 20:35 README.md 20:36:53 drwxrwxr-x. 4 jenkins jenkins 71 Feb 2 20:35 snap 20:36:53 -rw-rw-r--. 1 jenkins jenkins 5 Feb 2 20:33 VERSION 20:36:53 -rw-rw-r--. 1 jenkins jenkins 227 Feb 2 20:35 version.go [Pipeline] isUnix [Pipeline] sh 20:36:54 + 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=b247510d13ba8e9fad57040faa04d23d7bfdafc2 --label arch=amd64 --label version=1.3.1 . 20:36:54 Sending build context to Docker daemon 501.8kB 20:36:54 Step 1/22 : ARG BASE=golang:1.15-alpine3.12 20:36:54 Step 2/22 : FROM ${BASE} AS builder 20:36:54 ---> eaa122c92ed7 20:36:54 Step 3/22 : ARG ALPINE_PKG_BASE="build-base git openssh-client" 20:36:54 ---> Running in 5d18e63df0e4 20:36:54 Removing intermediate container 5d18e63df0e4 20:36:54 ---> 5fb0b3b921bb 20:36:54 Step 4/22 : ARG ALPINE_PKG_EXTRA="" 20:36:55 ---> Running in 2a83f79d6f2a 20:36:55 Removing intermediate container 2a83f79d6f2a 20:36:55 ---> b31f82e1928d 20:36:55 Step 5/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:36:55 ---> Running in 3dd935bf0860 20:36:56 Removing intermediate container 3dd935bf0860 20:36:56 ---> 725de3ac49a8 20:36:56 Step 6/22 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 20:36:56 ---> Running in 31a0084ac280 20:36:56 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:36:56 00ac8860ef70: Pull complete 20:36:56 63d7cb157983: Pull complete 20:36:57 b116817d02f9: Pull complete 20:36:58 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:37:00 OK: 237 MiB in 53 packages 20:37:00 Removing intermediate container 31a0084ac280 20:37:00 ---> 3d6f2bae109d 20:37:00 Step 7/22 : WORKDIR $GOPATH/src/github.com/edgexfoundry/device-mqtt-go 20:37:00 ---> Running in 5c79f5d61c7d 20:37:00 745a02a5169b: Pull complete 20:37:00 Removing intermediate container 5c79f5d61c7d 20:37:00 ---> f734666ac131 20:37:00 Step 8/22 : COPY . . 20:37:00 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 20:37:00 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 20:37:00 ---> b7e6874047d6 20:37:00 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IOTech' 20:37:01 ---> 46788c0edbe2 20:37:01 Step 9/22 : ARG MAKE='make build' 20:37:01 ---> Running in 0e9621124e1d 20:37:01 Removing intermediate container 0e9621124e1d 20:37:01 ---> 6cdb809dfa57 20:37:01 Step 10/22 : RUN $MAKE 20:37:01 ---> Running in b025b05a2361 20:37:02 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-mqtt-go.Version=1.3.1" -o cmd/device-mqtt ./cmd 20:37:03 ---> Running in 333055c53351 20:37:03 Removing intermediate container 333055c53351 20:37:03 ---> 11d81182465d 20:37:03 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:37:04 ---> Running in b412447a85bc 20:37:06 Removing intermediate container b412447a85bc 20:37:06 ---> 9f5aeab6f669 20:37:06 Step 5/8 : RUN apk add --update --no-cache make git openssh build-base 20:37:06 ---> Running in efa6859afc64 20:37:07 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 20:37:08 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 20:37:10 (1/14) Installing libmagic (5.38-r0) 20:37:11 (2/14) Installing file (5.38-r0) 20:37:11 (3/14) Installing libc-dev (0.7.2-r3) 20:37:11 (4/14) Installing g++ (9.3.0-r2) 20:37:12 CGO_ENABLED=0 GO111MODULE=on go build ./... 20:37:16 Removing intermediate container b025b05a2361 20:37:16 ---> 34b5b42831de 20:37:16 Step 11/22 : FROM alpine:3.12 20:37:16 3.12: Pulling from library/alpine 20:37:17 801bfaa63ef2: Pulling fs layer 20:37:17 801bfaa63ef2: Verifying Checksum 20:37:17 801bfaa63ef2: Download complete 20:37:17 801bfaa63ef2: Pull complete 20:37:17 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 20:37:17 Status: Downloaded newer image for alpine:3.12 20:37:17 ---> 389fef711851 20:37:17 Step 12/22 : ENV APP_PORT=49982 20:37:17 ---> Running in fe9bba792293 20:37:17 Removing intermediate container fe9bba792293 20:37:17 ---> 8d42ba7ce799 20:37:17 Step 13/22 : EXPOSE $APP_PORT 20:37:17 ---> Running in b3afd84a3566 20:37:17 Removing intermediate container b3afd84a3566 20:37:17 ---> 04516097aed1 20:37:17 Step 14/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-mqtt-go/cmd / 20:37:18 ---> 3d8bfdbe318e 20:37:18 Step 15/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-mqtt-go/LICENSE / 20:37:18 ---> d80d6d3687f5 20:37:18 Step 16/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-mqtt-go/Attribution.txt / 20:37:18 ---> 33c48115af68 20:37:18 Step 17/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IoTech Ltd' 20:37:18 ---> Running in 227d4264e83e 20:37:19 Removing intermediate container 227d4264e83e 20:37:19 ---> 6e3e1443d769 20:37:19 Step 18/22 : ENTRYPOINT ["/device-mqtt"] 20:37:19 ---> Running in c48024d1febe 20:37:19 Removing intermediate container c48024d1febe 20:37:19 ---> 0277e1f52438 20:37:19 Step 19/22 : CMD ["--cp=consul://edgex-core-consul:8500", "--registry", "--confdir=/res"] 20:37:19 ---> Running in 87debbab6480 20:37:19 Removing intermediate container 87debbab6480 20:37:19 ---> 524eb4d381a9 20:37:19 Step 20/22 : LABEL arch=amd64 20:37:19 ---> Running in ee551bae3692 20:37:19 Removing intermediate container ee551bae3692 20:37:19 ---> 77888785831f 20:37:19 Step 21/22 : LABEL git_sha=b247510d13ba8e9fad57040faa04d23d7bfdafc2 20:37:19 ---> Running in 04181d6b17db 20:37:20 Removing intermediate container 04181d6b17db 20:37:20 ---> a1a532f07807 20:37:20 Step 22/22 : LABEL version=1.3.1 20:37:20 ---> Running in 039c20547aa5 20:37:20 Removing intermediate container 039c20547aa5 20:37:20 ---> e6dc4666faba 20:37:20 [Warning] One or more build-args [ARCH] were not consumed 20:37:20 Successfully built e6dc4666faba 20:37:20 Successfully tagged docker-device-mqtt-go:latest [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 20:37:20 provisioning config files... 20:37:20 copy managed file [device-mqtt-go-settings] to file:/w/workspace/device-mqtt-go/30@tmp/config3829347698227639420tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 20:37:21 ---> docker-login.sh 20:37:21 nexus3.edgexfoundry.org:10001 20:37:21 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:37:21 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:37:21 Configure a credential helper to remove this warning. See 20:37:21 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:37:21 20:37:21 Login Succeeded 20:37:21 nexus3.edgexfoundry.org:10002 20:37:21 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:37:21 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:37:21 Configure a credential helper to remove this warning. See 20:37:21 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:37:21 20:37:21 Login Succeeded 20:37:21 nexus3.edgexfoundry.org:10003 20:37:21 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:37:21 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:37:21 Configure a credential helper to remove this warning. See 20:37:21 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:37:21 20:37:21 Login Succeeded 20:37:21 nexus3.edgexfoundry.org:10004 20:37:22 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:37:22 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:37:22 Configure a credential helper to remove this warning. See 20:37:22 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:37:22 20:37:22 Login Succeeded 20:37:22 docker.io 20:37:22 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:37:22 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:37:22 Configure a credential helper to remove this warning. See 20:37:22 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:37:22 20:37:22 Login Succeeded 20:37:22 ---> docker-login.sh ends [Pipeline] } 20:37:22 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 20:37:22 [edgeXDocker.push] Tagging docker image docker-device-mqtt-go with the following tags: 20:37:22 b247510d13ba8e9fad57040faa04d23d7bfdafc2 20:37:22 latest 20:37:22 1.3.1 20:37:22 b247510d13ba8e9fad57040faa04d23d7bfdafc2-1.3.1 20:37:22 master 20:37:22 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 20:37:23 + docker tag docker-device-mqtt-go nexus3.edgexfoundry.org:10004/docker-device-mqtt-go:b247510d13ba8e9fad57040faa04d23d7bfdafc2 [Pipeline] isUnix [Pipeline] sh 20:37:23 + docker push nexus3.edgexfoundry.org:10004/docker-device-mqtt-go:b247510d13ba8e9fad57040faa04d23d7bfdafc2 20:37:23 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-mqtt-go] 20:37:23 2f399d7452b2: Preparing 20:37:23 ecc86c4e37c2: Preparing 20:37:23 58340597b01e: Preparing 20:37:23 777b2c648970: Preparing 20:37:23 777b2c648970: Layer already exists 20:37:23 ecc86c4e37c2: Pushed 20:37:23 2f399d7452b2: Pushed 20:37:24 58340597b01e: Pushed 20:37:24 b247510d13ba8e9fad57040faa04d23d7bfdafc2: digest: sha256:da4ee73ea0ff1bfd8d97aa517bcd0118e6afe4af4b69a4d8302fd32f2ef5a112 size: 1155 [Pipeline] isUnix [Pipeline] sh 20:37:25 + docker tag docker-device-mqtt-go nexus3.edgexfoundry.org:10004/docker-device-mqtt-go:latest [Pipeline] isUnix [Pipeline] sh 20:37:25 + docker push nexus3.edgexfoundry.org:10004/docker-device-mqtt-go:latest 20:37:25 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-mqtt-go] 20:37:25 2f399d7452b2: Preparing 20:37:25 ecc86c4e37c2: Preparing 20:37:25 58340597b01e: Preparing 20:37:25 777b2c648970: Preparing 20:37:25 ecc86c4e37c2: Layer already exists 20:37:25 2f399d7452b2: Layer already exists 20:37:25 777b2c648970: Layer already exists 20:37:25 58340597b01e: Layer already exists 20:37:25 latest: digest: sha256:da4ee73ea0ff1bfd8d97aa517bcd0118e6afe4af4b69a4d8302fd32f2ef5a112 size: 1155 [Pipeline] isUnix [Pipeline] sh 20:37:25 + docker tag docker-device-mqtt-go nexus3.edgexfoundry.org:10004/docker-device-mqtt-go:1.3.1 [Pipeline] isUnix [Pipeline] sh 20:37:25 + docker push nexus3.edgexfoundry.org:10004/docker-device-mqtt-go:1.3.1 20:37:25 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-mqtt-go] 20:37:25 2f399d7452b2: Preparing 20:37:25 ecc86c4e37c2: Preparing 20:37:25 58340597b01e: Preparing 20:37:25 777b2c648970: Preparing 20:37:25 2f399d7452b2: Layer already exists 20:37:25 58340597b01e: Layer already exists 20:37:25 777b2c648970: Layer already exists 20:37:25 ecc86c4e37c2: Layer already exists 20:37:25 1.3.1: digest: sha256:da4ee73ea0ff1bfd8d97aa517bcd0118e6afe4af4b69a4d8302fd32f2ef5a112 size: 1155 [Pipeline] isUnix [Pipeline] sh 20:37:26 + docker tag docker-device-mqtt-go nexus3.edgexfoundry.org:10004/docker-device-mqtt-go:b247510d13ba8e9fad57040faa04d23d7bfdafc2-1.3.1 [Pipeline] isUnix [Pipeline] sh 20:37:26 + docker push nexus3.edgexfoundry.org:10004/docker-device-mqtt-go:b247510d13ba8e9fad57040faa04d23d7bfdafc2-1.3.1 20:37:26 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-mqtt-go] 20:37:26 2f399d7452b2: Preparing 20:37:26 ecc86c4e37c2: Preparing 20:37:26 58340597b01e: Preparing 20:37:26 777b2c648970: Preparing 20:37:26 ecc86c4e37c2: Layer already exists 20:37:26 58340597b01e: Layer already exists 20:37:26 2f399d7452b2: Layer already exists 20:37:26 777b2c648970: Layer already exists 20:37:26 b247510d13ba8e9fad57040faa04d23d7bfdafc2-1.3.1: digest: sha256:da4ee73ea0ff1bfd8d97aa517bcd0118e6afe4af4b69a4d8302fd32f2ef5a112 size: 1155 [Pipeline] isUnix [Pipeline] sh 20:37:26 + docker tag docker-device-mqtt-go nexus3.edgexfoundry.org:10004/docker-device-mqtt-go:master [Pipeline] isUnix [Pipeline] sh 20:37:27 + docker push nexus3.edgexfoundry.org:10004/docker-device-mqtt-go:master 20:37:27 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-mqtt-go] 20:37:27 2f399d7452b2: Preparing 20:37:27 ecc86c4e37c2: Preparing 20:37:27 58340597b01e: Preparing 20:37:27 777b2c648970: Preparing 20:37:27 777b2c648970: Layer already exists 20:37:27 2f399d7452b2: Layer already exists 20:37:27 58340597b01e: Layer already exists 20:37:27 ecc86c4e37c2: Layer already exists 20:37:27 master: digest: sha256:da4ee73ea0ff1bfd8d97aa517bcd0118e6afe4af4b69a4d8302fd32f2ef5a112 size: 1155 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 20:37:27 ===================================================== [Pipeline] echo 20:37:27 taggedImages: 20:37:27 - nexus3.edgexfoundry.org:10004/docker-device-mqtt-go:b247510d13ba8e9fad57040faa04d23d7bfdafc2 20:37:27 - nexus3.edgexfoundry.org:10004/docker-device-mqtt-go:latest 20:37:27 - nexus3.edgexfoundry.org:10004/docker-device-mqtt-go:1.3.1 20:37:27 - nexus3.edgexfoundry.org:10004/docker-device-mqtt-go:b247510d13ba8e9fad57040faa04d23d7bfdafc2-1.3.1 20:37:27 - nexus3.edgexfoundry.org:10004/docker-device-mqtt-go:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 20:37:38 (5/14) Installing fortify-headers (1.1-r0) 20:37:38 (6/14) Installing patch (2.7.6-r6) 20:37:38 (7/14) Installing build-base (0.5-r2) 20:37:38 (8/14) Installing openssh-keygen (8.3_p1-r1) 20:37:38 (9/14) Installing libedit (20191231.3.1-r0) 20:37:38 (10/14) Installing openssh-client (8.3_p1-r1) 20:37:39 (11/14) Installing openssh-sftp-server (8.3_p1-r1) 20:37:40 (12/14) Installing openssh-server-common (8.3_p1-r1) 20:37:40 (13/14) Installing openssh-server (8.3_p1-r1) 20:37:40 (14/14) Installing openssh (8.3_p1-r1) 20:37:40 Executing busybox-1.31.1-r19.trigger 20:37:40 OK: 221 MiB in 53 packages 20:37:44 Removing intermediate container efa6859afc64 20:37:44 ---> 07a28cd4a707 20:37:44 Step 6/8 : WORKDIR /device-mqtt-go 20:37:44 ---> Running in ba01c7adffb7 20:37:45 Removing intermediate container ba01c7adffb7 20:37:45 ---> 60ba4b86f622 20:37:45 Step 7/8 : COPY . . 20:37:46 ---> c5b815f04b48 20:37:46 Step 8/8 : RUN go mod download 20:37:46 ---> Running in 5acef23f9b2f 20:38:08 Removing intermediate container 5acef23f9b2f 20:38:08 ---> e0de6b37fb8c 20:38:08 Successfully built e0de6b37fb8c 20:38:08 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 20:38:09 + docker inspect -f . ci-base-image-arm64 20:38:09 . [Pipeline] withDockerContainer 20:38:09 prd-ubuntu18.04-docker-arm64-4c-16g-24628 does not seem to be running inside a container 20:38:09 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-mqtt-go/30 -v /w/workspace/device-mqtt-go/30:/w/workspace/device-mqtt-go/30:rw,z -v /w/workspace/device-mqtt-go/30@tmp:/w/workspace/device-mqtt-go/30@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 ******** -e ******** ci-base-image-arm64 cat 20:38:11 $ docker top c15753d5d42078092dae858dab778f4803a0235a1e8f290b704248214a0cdfb9 -eo pid,comm [Pipeline] { [Pipeline] sh 20:38:12 + go version 20:38:12 go version go1.15.5 linux/arm64 [Pipeline] } 20:38:12 $ docker stop --time=1 c15753d5d42078092dae858dab778f4803a0235a1e8f290b704248214a0cdfb9 20:38:14 $ docker rm -f c15753d5d42078092dae858dab778f4803a0235a1e8f290b704248214a0cdfb9 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 20:38:15 + docker inspect -f . ci-base-image-arm64 20:38:15 . [Pipeline] withDockerContainer 20:38:15 prd-ubuntu18.04-docker-arm64-4c-16g-24628 does not seem to be running inside a container 20:38:15 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-mqtt-go/30 -v /w/workspace/device-mqtt-go/30:/w/workspace/device-mqtt-go/30:rw,z -v /w/workspace/device-mqtt-go/30@tmp:/w/workspace/device-mqtt-go/30@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 ******** -e ******** ci-base-image-arm64 cat 20:38:17 $ docker top 1feb971e90449db54fa41f32663b5056179f83bcf058c5ed669dba27459f62bc -eo pid,comm [Pipeline] { [Pipeline] sh 20:38:18 + make test 20:38:18 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out 20:38:19 ? github.com/edgexfoundry/device-mqtt-go [no test files] 20:38:58 ? github.com/edgexfoundry/device-mqtt-go/cmd [no test files] 20:38:59 ok github.com/edgexfoundry/device-mqtt-go/internal/driver 0.036s coverage: 28.3% of statements 20:38:59 ? github.com/edgexfoundry/device-mqtt-go/mock [no test files] 20:39:00 CGO_ENABLED=0 GO111MODULE=on go vet ./... 20:39:08 gofmt -l . 20:39:08 ["`gofmt -l .`" = ""] 20:39:08 ./bin/test-attribution-txt.sh 20:39:08 ./bin/test-go-mod-tidy.sh [Pipeline] } 20:39:09 $ docker stop --time=1 1feb971e90449db54fa41f32663b5056179f83bcf058c5ed669dba27459f62bc 20:39:11 $ docker rm -f 1feb971e90449db54fa41f32663b5056179f83bcf058c5ed669dba27459f62bc [Pipeline] // withDockerContainer [Pipeline] sh 20:39:12 + sudo chown -R jenkins:jenkins . [Pipeline] stash 20:39:13 Warning: overwriting stash ‘coverage-report’ 20:39:14 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 20:39:15 + sudo chown -R jenkins:jenkins . [Pipeline] sh 20:39:15 + ls -al . 20:39:15 total 132 20:39:15 drwxrwxr-x 9 jenkins jenkins 4096 Feb 2 20:39 . 20:39:15 drwxrwxr-x 4 jenkins jenkins 4096 Feb 2 20:36 .. 20:39:15 -rw-rw-r-- 1 jenkins jenkins 140 Feb 2 20:36 .dockerignore 20:39:15 drwxrwxr-x 8 jenkins jenkins 4096 Feb 2 20:36 .git 20:39:15 drwxrwxr-x 2 jenkins jenkins 4096 Feb 2 20:36 .github 20:39:15 -rw-rw-r-- 1 jenkins jenkins 336 Feb 2 20:36 .gitignore 20:39:15 -rw-rw-r-- 1 jenkins jenkins 5932 Feb 2 20:36 Attribution.txt 20:39:15 -rw-rw-r-- 1 jenkins jenkins 1802 Feb 2 20:36 Dockerfile 20:39:15 -rw-rw-r-- 1 jenkins jenkins 957 Feb 2 20:36 Dockerfile.build 20:39:15 -rw-rw-r-- 1 jenkins jenkins 677 Feb 2 20:36 Jenkinsfile 20:39:15 -rw-rw-r-- 1 jenkins jenkins 11340 Feb 2 20:36 LICENSE 20:39:15 -rw-rw-r-- 1 jenkins jenkins 902 Feb 2 20:36 Makefile 20:39:15 -rw-rw-r-- 1 jenkins jenkins 444 Feb 2 20:36 README.md 20:39:15 -rw-rw-r-- 1 jenkins jenkins 5 Feb 2 20:33 VERSION 20:39:15 drwxrwxr-x 2 jenkins jenkins 4096 Feb 2 20:36 bin 20:39:15 drwxrwxr-x 3 jenkins jenkins 4096 Feb 2 20:36 cmd 20:39:15 -rw-r--r-- 1 jenkins jenkins 18940 Feb 2 20:38 coverage.out 20:39:15 -rw-r--r-- 1 jenkins jenkins 504 Feb 2 20:39 go.mod 20:39:15 -rw-r--r-- 1 jenkins jenkins 14988 Feb 2 20:39 go.sum 20:39:15 drwxrwxr-x 3 jenkins jenkins 4096 Feb 2 20:36 internal 20:39:15 drwxrwxr-x 2 jenkins jenkins 4096 Feb 2 20:36 mock 20:39:15 drwxrwxr-x 4 jenkins jenkins 4096 Feb 2 20:36 snap 20:39:15 -rw-rw-r-- 1 jenkins jenkins 227 Feb 2 20:36 version.go [Pipeline] isUnix [Pipeline] sh 20:39:15 + 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=b247510d13ba8e9fad57040faa04d23d7bfdafc2 --label arch=arm64 --label version=1.3.1 . 20:39:15 Sending build context to Docker daemon 500.7kB 20:39:15 Step 1/22 : ARG BASE=golang:1.15-alpine3.12 20:39:15 Step 2/22 : FROM ${BASE} AS builder 20:39:15 ---> e0de6b37fb8c 20:39:15 Step 3/22 : ARG ALPINE_PKG_BASE="build-base git openssh-client" 20:39:16 ---> Running in 1c8706468af7 20:39:16 Removing intermediate container 1c8706468af7 20:39:16 ---> 1ea60062f72f 20:39:16 Step 4/22 : ARG ALPINE_PKG_EXTRA="" 20:39:16 ---> Running in 08d66d9781a5 20:39:17 Removing intermediate container 08d66d9781a5 20:39:17 ---> 0b20be2f2748 20:39:17 Step 5/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:39:17 ---> Running in 9b3e0397426e 20:39:19 Removing intermediate container 9b3e0397426e 20:39:19 ---> 05d636586389 20:39:19 Step 6/22 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 20:39:19 ---> Running in ded70bcbe149 20:39:20 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 20:39:22 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 20:39:25 OK: 221 MiB in 53 packages 20:39:26 Removing intermediate container ded70bcbe149 20:39:26 ---> cb5c1773d312 20:39:26 Step 7/22 : WORKDIR $GOPATH/src/github.com/edgexfoundry/device-mqtt-go 20:39:26 ---> Running in 81ff8092099f 20:39:26 Removing intermediate container 81ff8092099f 20:39:26 ---> fa9a9ee55fe6 20:39:26 Step 8/22 : COPY . . 20:39:27 ---> d245b0871631 20:39:27 Step 9/22 : ARG MAKE='make build' 20:39:27 ---> Running in 6298cbc39df4 20:39:28 Removing intermediate container 6298cbc39df4 20:39:28 ---> 1b9f07360b5d 20:39:28 Step 10/22 : RUN $MAKE 20:39:28 ---> Running in 244abd71842a 20:39:29 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-mqtt-go.Version=1.3.1" -o cmd/device-mqtt ./cmd 20:39:56 CGO_ENABLED=0 GO111MODULE=on go build ./... 20:40:04 Removing intermediate container 244abd71842a 20:40:04 ---> 214ec8c00762 20:40:04 Step 11/22 : FROM alpine:3.12 20:40:04 3.12: Pulling from library/alpine 20:40:04 159e5727ea61: Pulling fs layer 20:40:04 159e5727ea61: Verifying Checksum 20:40:04 159e5727ea61: Download complete 20:40:04 159e5727ea61: Pull complete 20:40:04 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 20:40:04 Status: Downloaded newer image for alpine:3.12 20:40:04 ---> afeebe901d6b 20:40:04 Step 12/22 : ENV APP_PORT=49982 20:40:05 ---> Running in 48efb2978a21 20:40:05 Removing intermediate container 48efb2978a21 20:40:05 ---> 8a5fb4c8358d 20:40:05 Step 13/22 : EXPOSE $APP_PORT 20:40:05 ---> Running in aed6f3e370f8 20:40:05 Removing intermediate container aed6f3e370f8 20:40:05 ---> 52df7ab5e6a2 20:40:05 Step 14/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-mqtt-go/cmd / 20:40:07 ---> 00165d8e6ed1 20:40:07 Step 15/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-mqtt-go/LICENSE / 20:40:07 ---> feb3b8b74ad6 20:40:07 Step 16/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-mqtt-go/Attribution.txt / 20:40:08 ---> d3c19099169a 20:40:08 Step 17/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IoTech Ltd' 20:40:08 ---> Running in 4597bd999994 20:40:08 Removing intermediate container 4597bd999994 20:40:08 ---> 1aa128b29e3e 20:40:08 Step 18/22 : ENTRYPOINT ["/device-mqtt"] 20:40:09 ---> Running in 94d3f07d038a 20:40:09 Removing intermediate container 94d3f07d038a 20:40:09 ---> f4ec21026a3d 20:40:09 Step 19/22 : CMD ["--cp=consul://edgex-core-consul:8500", "--registry", "--confdir=/res"] 20:40:09 ---> Running in 1f158aa3de39 20:40:09 Removing intermediate container 1f158aa3de39 20:40:09 ---> 2db37961436f 20:40:09 Step 20/22 : LABEL arch=arm64 20:40:10 ---> Running in 46992dcf36bf 20:40:10 Removing intermediate container 46992dcf36bf 20:40:10 ---> ddf19e035d13 20:40:10 Step 21/22 : LABEL git_sha=b247510d13ba8e9fad57040faa04d23d7bfdafc2 20:40:10 ---> Running in f766b6de0161 20:40:10 Removing intermediate container f766b6de0161 20:40:10 ---> e2a3579a4e92 20:40:10 Step 22/22 : LABEL version=1.3.1 20:40:11 ---> Running in d956ae765bfc 20:40:11 Removing intermediate container d956ae765bfc 20:40:11 ---> e4702060d9c7 20:40:11 [Warning] One or more build-args [ARCH] were not consumed 20:40:11 Successfully built e4702060d9c7 20:40:11 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 20:40:11 provisioning config files... 20:40:11 copy managed file [device-mqtt-go-settings] to file:/w/workspace/device-mqtt-go/30@tmp/config3490023664698444625tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 20:40:12 ---> docker-login.sh 20:40:12 nexus3.edgexfoundry.org:10001 20:40:12 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:40:12 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:40:12 Configure a credential helper to remove this warning. See 20:40:12 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:40:12 20:40:12 Login Succeeded 20:40:12 nexus3.edgexfoundry.org:10002 20:40:13 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:40:13 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:40:13 Configure a credential helper to remove this warning. See 20:40:13 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:40:13 20:40:13 Login Succeeded 20:40:13 nexus3.edgexfoundry.org:10003 20:40:13 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:40:13 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:40:13 Configure a credential helper to remove this warning. See 20:40:13 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:40:13 20:40:13 Login Succeeded 20:40:13 nexus3.edgexfoundry.org:10004 20:40:14 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:40:14 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:40:14 Configure a credential helper to remove this warning. See 20:40:14 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:40:14 20:40:14 Login Succeeded 20:40:14 docker.io 20:40:14 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:40:14 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:40:14 Configure a credential helper to remove this warning. See 20:40:14 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:40:14 20:40:14 Login Succeeded 20:40:14 ---> docker-login.sh ends [Pipeline] } 20:40:14 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 20:40:15 [edgeXDocker.push] Tagging docker image docker-device-mqtt-go-arm64 with the following tags: 20:40:15 b247510d13ba8e9fad57040faa04d23d7bfdafc2 20:40:15 latest 20:40:15 1.3.1 20:40:15 b247510d13ba8e9fad57040faa04d23d7bfdafc2-1.3.1 20:40:15 master 20:40:15 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 20:40:15 + docker tag docker-device-mqtt-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64:b247510d13ba8e9fad57040faa04d23d7bfdafc2 [Pipeline] isUnix [Pipeline] sh 20:40:16 + docker push nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64:b247510d13ba8e9fad57040faa04d23d7bfdafc2 20:40:16 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64] 20:40:16 fcb84018f16d: Preparing 20:40:16 cf68403cfc37: Preparing 20:40:16 0889cf2f73ec: Preparing 20:40:16 379067d0cb53: Preparing 20:40:16 379067d0cb53: Layer already exists 20:40:16 cf68403cfc37: Pushed 20:40:16 fcb84018f16d: Pushed 20:40:18 0889cf2f73ec: Pushed 20:40:19 b247510d13ba8e9fad57040faa04d23d7bfdafc2: digest: sha256:a5c9bf71b025ad0e2bf659d9e69410c1971fdf3488277629b61f4b07f92cba2f size: 1155 [Pipeline] isUnix [Pipeline] sh 20:40:19 + docker tag docker-device-mqtt-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64:latest [Pipeline] isUnix [Pipeline] sh 20:40:19 + docker push nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64:latest 20:40:19 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64] 20:40:19 fcb84018f16d: Preparing 20:40:19 cf68403cfc37: Preparing 20:40:19 0889cf2f73ec: Preparing 20:40:19 379067d0cb53: Preparing 20:40:19 0889cf2f73ec: Layer already exists 20:40:19 fcb84018f16d: Layer already exists 20:40:19 379067d0cb53: Layer already exists 20:40:19 cf68403cfc37: Layer already exists 20:40:20 latest: digest: sha256:a5c9bf71b025ad0e2bf659d9e69410c1971fdf3488277629b61f4b07f92cba2f size: 1155 [Pipeline] isUnix [Pipeline] sh 20:40:20 + docker tag docker-device-mqtt-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64:1.3.1 [Pipeline] isUnix [Pipeline] sh 20:40:20 + docker push nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64:1.3.1 20:40:20 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64] 20:40:20 fcb84018f16d: Preparing 20:40:20 cf68403cfc37: Preparing 20:40:20 0889cf2f73ec: Preparing 20:40:20 379067d0cb53: Preparing 20:40:20 0889cf2f73ec: Layer already exists 20:40:20 379067d0cb53: Layer already exists 20:40:20 cf68403cfc37: Layer already exists 20:40:20 fcb84018f16d: Layer already exists 20:40:21 1.3.1: digest: sha256:a5c9bf71b025ad0e2bf659d9e69410c1971fdf3488277629b61f4b07f92cba2f size: 1155 [Pipeline] isUnix [Pipeline] sh 20:40:21 + docker tag docker-device-mqtt-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64:b247510d13ba8e9fad57040faa04d23d7bfdafc2-1.3.1 [Pipeline] isUnix [Pipeline] sh 20:40:21 + docker push nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64:b247510d13ba8e9fad57040faa04d23d7bfdafc2-1.3.1 20:40:21 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64] 20:40:21 fcb84018f16d: Preparing 20:40:21 cf68403cfc37: Preparing 20:40:21 0889cf2f73ec: Preparing 20:40:21 379067d0cb53: Preparing 20:40:22 379067d0cb53: Layer already exists 20:40:22 cf68403cfc37: Layer already exists 20:40:22 fcb84018f16d: Layer already exists 20:40:22 0889cf2f73ec: Layer already exists 20:40:22 b247510d13ba8e9fad57040faa04d23d7bfdafc2-1.3.1: digest: sha256:a5c9bf71b025ad0e2bf659d9e69410c1971fdf3488277629b61f4b07f92cba2f size: 1155 [Pipeline] isUnix [Pipeline] sh 20:40:22 + docker tag docker-device-mqtt-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64:master [Pipeline] isUnix [Pipeline] sh 20:40:22 + docker push nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64:master 20:40:22 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64] 20:40:22 fcb84018f16d: Preparing 20:40:22 cf68403cfc37: Preparing 20:40:22 0889cf2f73ec: Preparing 20:40:22 379067d0cb53: Preparing 20:40:22 0889cf2f73ec: Layer already exists 20:40:22 cf68403cfc37: Layer already exists 20:40:22 379067d0cb53: Layer already exists 20:40:22 fcb84018f16d: Layer already exists 20:40:23 master: digest: sha256:a5c9bf71b025ad0e2bf659d9e69410c1971fdf3488277629b61f4b07f92cba2f size: 1155 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 20:40:23 ===================================================== [Pipeline] echo 20:40:23 taggedImages: 20:40:23 - nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64:b247510d13ba8e9fad57040faa04d23d7bfdafc2 20:40:23 - nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64:latest 20:40:23 - nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64:1.3.1 20:40:23 - nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64:b247510d13ba8e9fad57040faa04d23d7bfdafc2-1.3.1 20:40:23 - nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap 20:40:25 provisioning config files... 20:40:25 copy managed file [device-mqtt-go-codecov-token] to file:/w/workspace/gexfoundry_device-mqtt-go_master@tmp/config2179166572126704164tmp [Pipeline] { [Pipeline] sh 20:40:25 + set +x 20:40:25 + curl -s https://codecov.io/bash 20:40:25 + bash -s -- 20:40:25 20:40:25 _____ _ 20:40:25 / ____| | | 20:40:25 | | ___ __| | ___ ___ _____ __ 20:40:25 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 20:40:25 | |___| (_) | (_| | __/ (_| (_) \ V / 20:40:25 \_____\___/ \__,_|\___|\___\___/ \_/ 20:40:25 Bash-20210129-7c25fce 20:40:25 20:40:25 20:40:25 ==> git version 2.24.3 found 20: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 20:40:25 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 20:40:25 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 20:40:25 ==> Jenkins CI detected. 20:40:25 project root: . 20:40:25 --> token set from env 20:40:25 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 20:40:26 ==> Running gcov in . (disable via -X gcov) 20:40:26 ==> Python coveragepy not found 20:40:26 ==> Searching for coverage reports in: 20:40:26 + . 20:40:26 -> Found 1 reports 20:40:26 ==> Detecting git/mercurial file structure 20:40:26 ==> Reading reports 20:40:26 + ./coverage.out bytes=18940 20:40:26 ==> Appending adjustments 20:40:26 https://docs.codecov.io/docs/fixing-reports 20:40:26 + Found adjustments 20:40:26 ==> Gzipping contents 20:40:26 4.0K /tmp/codecov.NgTm0c.gz 20:40:26 ==> Uploading reports 20:40:26 url: https://codecov.io 20:40:26 query: branch=master&commit=b247510d13ba8e9fad57040faa04d23d7bfdafc2&build=30&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-mqtt-go%2Fjob%2Fmaster%2F30%2F&name=&tag=&slug=edgexfoundry%2Fdevice-mqtt-go&service=jenkins&flags=&pr=&job=&cmd_args= 20:40:26 -> Pinging Codecov 20:40:26 https://codecov.io/upload/v4?package=bash-20210129-7c25fce&token=secret&branch=master&commit=b247510d13ba8e9fad57040faa04d23d7bfdafc2&build=30&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-mqtt-go%2Fjob%2Fmaster%2F30%2F&name=&tag=&slug=edgexfoundry%2Fdevice-mqtt-go&service=jenkins&flags=&pr=&job=&cmd_args= 20:40:26 -> Uploading to 20:40:26 https://storage.googleapis.com/codecov/v4/raw/2021-02-02/7D719EC7BBE17E464838252E33014C33/b247510d13ba8e9fad57040faa04d23d7bfdafc2/ce5ecae8-21ea-43b0-af21-db8b376fccfa.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210202%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210202T204026Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=f993cc63cf66d9a07d375d264d40ce8a67516e88220c6fcbd2d3d55ea3096a41 20:40:26 % Total % Received % Xferd Average Speed Time Time Time Current 20:40:26 Dload Upload Total Spent Left Speed 20:40:27 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 3307 0 0 100 3307 0 7113 --:--:-- --:--:-- --:--:-- 7111 100 3307 0 0 100 3307 0 7109 --:--:-- --:--:-- --:--:-- 7111 20:40:27 -> View reports at https://codecov.io/github/edgexfoundry/device-mqtt-go/commit/b247510d13ba8e9fad57040faa04d23d7bfdafc2 [Pipeline] } 20:40:27 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo 20:40:27 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 20:40:27 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 20:40:28 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 20:40:28 20:40:28 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh 20:40:29 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 20:40:29 1.410.4: Pulling from edgex-devops/edgex-snyk-go 20:40:29 188c0c94c7c5: Pulling fs layer 20:40:29 0ef7d3d256c8: Pulling fs layer 20:40:29 de9db76c5a1d: Pulling fs layer 20:40:29 0eba1c9be4d2: Pulling fs layer 20:40:29 0d57e429df01: Pulling fs layer 20:40:29 4e4be7b47b0d: Pulling fs layer 20:40:29 e1f770b5df2f: Pulling fs layer 20:40:29 85a0685a4137: Pulling fs layer 20:40:29 4e4be7b47b0d: Waiting 20:40:29 85a0685a4137: Waiting 20:40:29 e1f770b5df2f: Waiting 20:40:29 0eba1c9be4d2: Waiting 20:40:29 0d57e429df01: Waiting 20:40:29 de9db76c5a1d: Verifying Checksum 20:40:29 de9db76c5a1d: Download complete 20:40:29 0ef7d3d256c8: Download complete 20:40:29 0d57e429df01: Verifying Checksum 20:40:29 0d57e429df01: Download complete 20:40:29 4e4be7b47b0d: Verifying Checksum 20:40:29 4e4be7b47b0d: Download complete 20:40:29 188c0c94c7c5: Download complete 20:40:29 188c0c94c7c5: Pull complete 20:40:30 0ef7d3d256c8: Pull complete 20:40:30 de9db76c5a1d: Pull complete 20:40:30 e1f770b5df2f: Verifying Checksum 20:40:30 e1f770b5df2f: Download complete 20:40:33 0eba1c9be4d2: Verifying Checksum 20:40:33 0eba1c9be4d2: Download complete 20:40:34 85a0685a4137: Verifying Checksum 20:40:44 0eba1c9be4d2: Pull complete 20:40:44 0d57e429df01: Pull complete 20:40:44 4e4be7b47b0d: Pull complete 20:40:46 e1f770b5df2f: Pull complete 20:41:02 85a0685a4137: Pull complete 20:41:02 Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 20:41:02 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 20:41:02 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer 20:41:02 prd-centos7-docker-4c-2g-24609 does not seem to be running inside a container 20:41:02 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/gexfoundry_device-mqtt-go_master -v /w/workspace/gexfoundry_device-mqtt-go_master:/w/workspace/gexfoundry_device-mqtt-go_master:rw,z -v /w/workspace/gexfoundry_device-mqtt-go_master@tmp:/w/workspace/gexfoundry_device-mqtt-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat 20:41:05 $ docker top 89748d00927d4a12a1d45b63fe8bcc3917b635887f93ae09357d2fa2eba500be -eo pid,comm [Pipeline] { [Pipeline] echo 20:41:05 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh 20:41:05 + set -o pipefail 20:41:05 + snyk monitor '--org=edgex-jenkins' 20:41:18 20:41:18 Monitoring /w/workspace/gexfoundry_device-mqtt-go_master (github.com/edgexfoundry/device-mqtt-go)... 20:41:18 20:41:18 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/6acecf1b-85ea-4374-bf84-4fa5a6e664d0/history/a9ac9467-c388-4626-a86b-8207ef998cd0 20:41:18 20:41:18 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 20:41:18 20:41:18 [Pipeline] } 20:41:18 $ docker stop --time=1 89748d00927d4a12a1d45b63fe8bcc3917b635887f93ae09357d2fa2eba500be 20:41:20 $ docker rm -f 89748d00927d4a12a1d45b63fe8bcc3917b635887f93ae09357d2fa2eba500be [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) Stage "Snyk Docker Image Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] sh 20:41:23 + git log --format=format:%s -1 b247510d13ba8e9fad57040faa04d23d7bfdafc2 [Pipeline] isUnix [Pipeline] sh 20:41:23 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 20:41:23 . [Pipeline] withDockerContainer 20:41:23 prd-centos7-docker-4c-2g-24609 does not seem to be running inside a container 20:41:23 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_device-mqtt-go_master -v /w/workspace/gexfoundry_device-mqtt-go_master:/w/workspace/gexfoundry_device-mqtt-go_master:rw,z -v /w/workspace/gexfoundry_device-mqtt-go_master@tmp:/w/workspace/gexfoundry_device-mqtt-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 20:41:25 $ docker top 0ff98c4967043b52bd397e006ead43715acf4e188a5df7558ca25bee854779a8 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 20:41:25 [edgeXSemver]: ignoring command tag because GITSEMVER_HEAD_TAG is already set to 'v1.3.1|v1.3.1-dev.4' [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 20:41:25 + git semver [Pipeline] } 20:41:26 $ docker stop --time=1 0ff98c4967043b52bd397e006ead43715acf4e188a5df7558ca25bee854779a8 20:41:27 $ docker rm -f 0ff98c4967043b52bd397e006ead43715acf4e188a5df7558ca25bee854779a8 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 20:41:28 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 20:41:28 20:41:28 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 20:41:29 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 20:41:29 0.23.1-centos7: Pulling from edgex-lftools 20:41:29 ab5ef0e58194: Pulling fs layer 20:41:29 9712f1f96733: Pulling fs layer 20:41:29 63f879dbbcfc: Pulling fs layer 20:41:29 0d9ebad4ef96: Pulling fs layer 20:41:29 e9a5061849ea: Pulling fs layer 20:41:29 d747dcd14b5f: Pulling fs layer 20:41:29 2de7ff778b66: Pulling fs layer 20:41:29 e9a5061849ea: Waiting 20:41:29 d747dcd14b5f: Waiting 20:41:29 2de7ff778b66: Waiting 20:41:29 0d9ebad4ef96: Waiting 20:41:29 9712f1f96733: Verifying Checksum 20:41:29 9712f1f96733: Download complete 20:41:31 63f879dbbcfc: Verifying Checksum 20:41:31 63f879dbbcfc: Download complete 20:41:32 e9a5061849ea: Verifying Checksum 20:41:32 e9a5061849ea: Download complete 20:41:32 d747dcd14b5f: Verifying Checksum 20:41:32 d747dcd14b5f: Download complete 20:41:33 2de7ff778b66: Verifying Checksum 20:41:33 2de7ff778b66: Download complete 20:41:33 0d9ebad4ef96: Verifying Checksum 20:41:33 0d9ebad4ef96: Download complete 20:41:33 ab5ef0e58194: Verifying Checksum 20:41:33 ab5ef0e58194: Download complete 20:41:41 ab5ef0e58194: Pull complete 20:41:41 9712f1f96733: Pull complete 20:41:44 63f879dbbcfc: Pull complete 20:41:54 0d9ebad4ef96: Pull complete 20:41:56 e9a5061849ea: Pull complete 20:41:56 d747dcd14b5f: Pull complete 20:42:00 2de7ff778b66: Pull complete 20:42:00 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 20:42:00 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 20:42:00 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 20:42:01 prd-centos7-docker-4c-2g-24609 does not seem to be running inside a container 20:42:01 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/gexfoundry_device-mqtt-go_master -v /w/workspace/gexfoundry_device-mqtt-go_master:/w/workspace/gexfoundry_device-mqtt-go_master:rw,z -v /w/workspace/gexfoundry_device-mqtt-go_master@tmp:/w/workspace/gexfoundry_device-mqtt-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat 20:42:04 $ docker top be059e197d732e181c0d8cd6e5a9c8782d2437436fde8a34f020391f358bbf2a -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 20:42:04 provisioning config files... 20:42:04 copy managed file [sigul-config] to file:/w/workspace/gexfoundry_device-mqtt-go_master@tmp/config7213420107593802896tmp 20:42:04 copy managed file [sigul-password] to file:/w/workspace/gexfoundry_device-mqtt-go_master@tmp/config8992151125514219391tmp 20:42:04 copy managed file [sigul-pki] to file:/w/workspace/gexfoundry_device-mqtt-go_master@tmp/config8629159918391446466tmp [Pipeline] { [Pipeline] echo 20:42:04 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 20:42:05 ---> sigul-configuration.sh 20:42:05 gpg: directory `/root/.gnupg' created 20:42:05 gpg: new configuration file `/root/.gnupg/gpg.conf' created 20:42:05 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 20:42:05 gpg: keyring `/root/.gnupg/secring.gpg' created 20:42:05 gpg: keyring `/root/.gnupg/pubring.gpg' created 20:42:05 gpg: CAST5 encrypted data 20:42:05 gpg: encrypted with 1 passphrase 20:42:05 gpg: WARNING: message was not integrity protected [Pipeline] sh 20:42:06 + mkdir /home/jenkins 20:42:06 + mkdir /home/jenkins/sigul [Pipeline] sh 20:42:07 + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /root/sigul/vex-yul-edgex-jenkins-1.ci.codeaurora.org.p12 /home/jenkins/sigul/ [Pipeline] echo 20:42:07 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 20:42:07 ---> sigul-install.sh 20:42:16 Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh 20:42:16 + git tag --list 20:42:16 0.7.1 20:42:16 v1.0.0 20:42:16 v1.1.0 20:42:16 v1.1.1 20:42:16 v1.2.2 20:42:16 v1.3.0 20:42:16 v1.3.1 20:42:16 v1.3.1-dev.1 20:42:16 v1.3.1-dev.2 20:42:16 v1.3.1-dev.3 20:42:16 v1.3.1-dev.4 [Pipeline] sh 20:42:17 + lftools sign git-tag v1.3.1 20:42:19 Signing Git tag with Sigul... 20:42:19 Signing v1.3.1 [Pipeline] echo 20:42:20 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 20:42:20 ---> sigul-configuration-cleanup.sh [Pipeline] } 20:42:20 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 20:42:20 $ docker stop --time=1 be059e197d732e181c0d8cd6e5a9c8782d2437436fde8a34f020391f358bbf2a 20:42:23 $ docker rm -f be059e197d732e181c0d8cd6e5a9c8782d2437436fde8a34f020391f358bbf2a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh 20:42:24 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 20:42:24 . [Pipeline] withDockerContainer 20:42:24 prd-centos7-docker-4c-2g-24609 does not seem to be running inside a container 20:42:24 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_device-mqtt-go_master -v /w/workspace/gexfoundry_device-mqtt-go_master:/w/workspace/gexfoundry_device-mqtt-go_master:rw,z -v /w/workspace/gexfoundry_device-mqtt-go_master@tmp:/w/workspace/gexfoundry_device-mqtt-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 20:42:25 $ docker top 8c85d6ad0dd167d9aa94fad9f2009ce510343d63dcca1914905d34dc28a9806d -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 20:42:26 [edgeXSemver]: ignoring command bump pre because GITSEMVER_HEAD_TAG is already set to 'v1.3.1|v1.3.1-dev.4' [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 20:42:26 + git semver [Pipeline] } 20:42:26 $ docker stop --time=1 8c85d6ad0dd167d9aa94fad9f2009ce510343d63dcca1914905d34dc28a9806d 20:42:28 $ docker rm -f 8c85d6ad0dd167d9aa94fad9f2009ce510343d63dcca1914905d34dc28a9806d [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 20:42:29 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 20:42:29 . [Pipeline] withDockerContainer 20:42:29 prd-centos7-docker-4c-2g-24609 does not seem to be running inside a container 20:42:29 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_device-mqtt-go_master -v /w/workspace/gexfoundry_device-mqtt-go_master:/w/workspace/gexfoundry_device-mqtt-go_master:rw,z -v /w/workspace/gexfoundry_device-mqtt-go_master@tmp:/w/workspace/gexfoundry_device-mqtt-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 20:42:30 $ docker top 0d8142c5bc954607971cd7f2a5058ebeee94cf2833c887b7bf1274fc30de195e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 20:42:30 [edgeXSemver]: ignoring command push because GITSEMVER_HEAD_TAG is already set to 'v1.3.1|v1.3.1-dev.4' [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 20:42:31 + git semver [Pipeline] } 20:42:31 $ docker stop --time=1 0d8142c5bc954607971cd7f2a5058ebeee94cf2833c887b7bf1274fc30de195e 20:42:33 $ docker rm -f 0d8142c5bc954607971cd7f2a5058ebeee94cf2833c887b7bf1274fc30de195e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Bump Experimental Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Bump Stable (Named) Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 20:42:35 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 20:42:36 ---> package-listing.sh 20:42:36 ++ facter osfamily 20:42:36 ++ tr '[:upper:]' '[:lower:]' 20:42:36 + OS_FAMILY=redhat 20:42:36 + workspace=/w/workspace/gexfoundry_device-mqtt-go_master 20:42:36 + START_PACKAGES=/tmp/packages_start.txt 20:42:36 + END_PACKAGES=/tmp/packages_end.txt 20:42:36 + DIFF_PACKAGES=/tmp/packages_diff.txt 20:42:36 + PACKAGES=/tmp/packages_start.txt 20:42:36 + '[' /w/workspace/gexfoundry_device-mqtt-go_master ']' 20:42:36 + PACKAGES=/tmp/packages_end.txt 20:42:36 + case "${OS_FAMILY}" in 20:42:36 + rpm -qa 20:42:36 + sort 20:42:43 + '[' -f /tmp/packages_start.txt ']' 20:42:43 + '[' -f /tmp/packages_end.txt ']' 20:42:43 + diff /tmp/packages_start.txt /tmp/packages_end.txt 20:42:43 + '[' /w/workspace/gexfoundry_device-mqtt-go_master ']' 20:42:43 + mkdir -p /w/workspace/gexfoundry_device-mqtt-go_master/archives/ 20:42:43 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/gexfoundry_device-mqtt-go_master/archives/ [Pipeline] echo 20:42:43 Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/gexfoundry_device-mqtt-go_master/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 20:42:43 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 20:42:44 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 20:42:44 20:42:44 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 20:42:44 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 20:42:44 alpine: Pulling from edgex-lftools-log-publisher 20:42:44 df20fa9351a1: Pulling fs layer 20:42:44 36b3adc4ff6f: Pulling fs layer 20:42:44 8ad3a11d3b57: Pulling fs layer 20:42:44 46f8f816bc3b: Pulling fs layer 20:42:44 93b61091891f: Pulling fs layer 20:42:44 93b9cdb0e59b: Pulling fs layer 20:42:44 5e14af77c1be: Pulling fs layer 20:42:44 01666e4c0597: Pulling fs layer 20:42:44 aa168da1d23b: Pulling fs layer 20:42:44 93b9cdb0e59b: Waiting 20:42:44 5e14af77c1be: Waiting 20:42:44 01666e4c0597: Waiting 20:42:44 aa168da1d23b: Waiting 20:42:44 46f8f816bc3b: Waiting 20:42:44 93b61091891f: Waiting 20:42:45 36b3adc4ff6f: Verifying Checksum 20:42:45 36b3adc4ff6f: Download complete 20:42:45 46f8f816bc3b: Verifying Checksum 20:42:45 46f8f816bc3b: Download complete 20:42:45 93b61091891f: Verifying Checksum 20:42:45 93b61091891f: Download complete 20:42:45 df20fa9351a1: Verifying Checksum 20:42:45 93b9cdb0e59b: Verifying Checksum 20:42:45 93b9cdb0e59b: Download complete 20:42:45 01666e4c0597: Verifying Checksum 20:42:45 01666e4c0597: Download complete 20:42:45 5e14af77c1be: Verifying Checksum 20:42:45 5e14af77c1be: Download complete 20:42:45 8ad3a11d3b57: Verifying Checksum 20:42:45 8ad3a11d3b57: Download complete 20:42:46 df20fa9351a1: Pull complete 20:42:46 36b3adc4ff6f: Pull complete 20:42:48 8ad3a11d3b57: Pull complete 20:42:48 46f8f816bc3b: Pull complete 20:42:49 93b61091891f: Pull complete 20:42:49 93b9cdb0e59b: Pull complete 20:42:49 5e14af77c1be: Pull complete 20:42:50 01666e4c0597: Pull complete 20:42:50 aa168da1d23b: Verifying Checksum 20:42:50 aa168da1d23b: Download complete 20:43:05 aa168da1d23b: Pull complete 20:43:05 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 20:43:05 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 20:43:05 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 20:43:06 prd-centos7-docker-4c-2g-24609 does not seem to be running inside a container 20:43:06 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/gexfoundry_device-mqtt-go_master/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/gexfoundry_device-mqtt-go_master -v /w/workspace/gexfoundry_device-mqtt-go_master:/w/workspace/gexfoundry_device-mqtt-go_master:rw,z -v /w/workspace/gexfoundry_device-mqtt-go_master@tmp:/w/workspace/gexfoundry_device-mqtt-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 20:43:09 $ docker top 89a737a1483cdae49a0635ba2eda4fc71a4ae0229484f43ab1623949fc8778a1 -eo pid,comm [Pipeline] { [Pipeline] sh 20:43:10 + touch /tmp/pre-build-complete [Pipeline] sh 20:43:10 + mkdir -p /var/log/sa [Pipeline] sh 20:43:11 + ls /var/log/sa-host 20:43:11 + sadf -c /var/log/sa-host/sa02 20:43:11 file_magic: OK 20:43:11 HZ: Using current value: 100 20:43:11 file_header: OK 20:43:11 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 20:43:11 Statistics: 20:43:11 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 20:43:11 File successfully converted to sysstat format version 12.2.1 20:43:11 + sadf -c /var/log/sa-host/sa23 20:43:11 file_magic: OK 20:43:11 HZ: Using current value: 100 20:43:11 file_header: OK 20:43:11 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 20:43:11 Statistics: 20:43:11 Hnuu...uuuununununu... 20:43:11 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 20:43:11 provisioning config files... 20:43:11 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/gexfoundry_device-mqtt-go_master@tmp/config3631260023646333275tmp [Pipeline] { [Pipeline] echo 20:43:11 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 20:43:11 ---> create-netrc.sh [Pipeline] } 20:43:11 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 20:43:12 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 20:43:12 ---> python-tools-install.sh [Pipeline] echo 20:43:12 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 20:43:13 ---> sudo-logs.sh 20:43:13 Archiving 'sudo' log.. [Pipeline] echo 20:43:13 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 20:43:13 ---> job-cost.sh 20:43:13 lf-activate-venv: SKIPPING 20:43:13 INFO: No Stack... 20:43:14 INFO: Retrieving Pricing Info for: v1-standard-2 20:43:14 INFO: Archiving Costs [Pipeline] echo 20:43:14 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 20:43:15 ---> logs-deploy.sh 20:43:15 lf-activate-venv: SKIPPING 20:43:15 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-mqtt-go/master/30 20:43:15 INFO: archiving workspace using pattern(s): 20:43:17 Archives upload complete. 20:43:17 INFO: archiving logs to Nexus 20:43:19 ---> uname -a: 20:43:19 Linux prd-centos7-docker-4c-2g-24609.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 20:43:19 20:43:19 20:43:19 ---> lscpu: 20:43:19 Architecture: x86_64 20:43:19 CPU op-mode(s): 32-bit, 64-bit 20:43:19 Byte Order: Little Endian 20:43:19 Address sizes: 40 bits physical, 48 bits virtual 20:43:19 CPU(s): 4 20:43:19 On-line CPU(s) list: 0-3 20:43:19 Thread(s) per core: 1 20:43:19 Core(s) per socket: 1 20:43:19 Socket(s): 4 20:43:19 NUMA node(s): 1 20:43:19 Vendor ID: GenuineIntel 20:43:19 CPU family: 6 20:43:19 Model: 44 20:43:19 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 20:43:19 Stepping: 1 20:43:19 CPU MHz: 2933.438 20:43:19 BogoMIPS: 5866.87 20:43:19 Virtualization: VT-x 20:43:19 Hypervisor vendor: KVM 20:43:19 Virtualization type: full 20:43:19 L1d cache: 128 KiB 20:43:19 L1i cache: 128 KiB 20:43:19 L2 cache: 16 MiB 20:43:19 L3 cache: 64 MiB 20:43:19 NUMA node0 CPU(s): 0-3 20:43:19 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 20:43:19 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 20:43:19 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 20:43:19 Vulnerability Meltdown: Mitigation; PTI 20:43:19 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 20:43:19 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 20:43:19 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 20:43:19 Vulnerability Srbds: Not affected 20:43:19 Vulnerability Tsx async abort: Not affected 20:43:19 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp 20:43:19 20:43:19 20:43:19 ---> nproc: 20:43:19 4 20:43:19 20:43:19 20:43:19 ---> df -h: 20:43:19 Filesystem Size Used Available Use% Mounted on 20:43:19 overlay 50.0G 8.5G 41.4G 17% / 20:43:19 tmpfs 64.0M 0 64.0M 0% /dev 20:43:19 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 20:43:19 shm 64.0M 0 64.0M 0% /dev/shm 20:43:19 /dev/vda1 50.0G 8.5G 41.4G 17% /facter-os 20:43:19 /dev/vda1 50.0G 8.5G 41.4G 17% /etc/resolv.conf 20:43:19 /dev/vda1 50.0G 8.5G 41.4G 17% /etc/hostname 20:43:19 /dev/vda1 50.0G 8.5G 41.4G 17% /etc/hosts 20:43:19 /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/sa-host 20:43:19 /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/secure 20:43:19 /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/auth.log 20:43:19 /dev/vda1 50.0G 8.5G 41.4G 17% /run/cloud-init/result.json 20:43:19 /dev/vda1 50.0G 8.5G 41.4G 17% /w/workspace/gexfoundry_device-mqtt-go_master 20:43:19 /dev/vda1 50.0G 8.5G 41.4G 17% /w/workspace/gexfoundry_device-mqtt-go_master@tmp 20:43:19 20:43:19 20:43:19 ---> free -m: 20:43:19 total used free shared buff/cache available 20:43:19 Mem: 1837 825 141 0 870 947 20:43:19 Swap: 1023 3 1020 20:43:19 20:43:19 20:43:19 ---> ip addr: 20:43:19 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 20:43:19 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 20:43:19 inet 127.0.0.1/8 scope host lo 20:43:19 valid_lft forever preferred_lft forever 20:43:19 inet6 ::1/128 scope host 20:43:19 valid_lft forever preferred_lft forever 20:43:19 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 20:43:19 link/ether fa:16:3e:f2:10:a4 brd ff:ff:ff:ff:ff:ff 20:43:19 inet 10.30.122.45/23 brd 10.30.123.255 scope global dynamic eth0 20:43:19 valid_lft 85708sec preferred_lft 85708sec 20:43:19 inet6 fe80::f816:3eff:fef2:10a4/64 scope link 20:43:19 valid_lft forever preferred_lft forever 20:43:19 3: docker0: mtu 1500 qdisc noqueue state DOWN 20:43:19 link/ether 02:42:e9:f7:41:51 brd ff:ff:ff:ff:ff:ff 20:43:19 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 20:43:19 valid_lft forever preferred_lft forever 20:43:19 inet6 fe80::42:e9ff:fef7:4151/64 scope link 20:43:19 valid_lft forever preferred_lft forever 20:43:19 20:43:19 20:43:19 ---> sar -b -r -n DEV: 20:43:19 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 02/02/21 _x86_64_ (4 CPU) 20:43:19 20:43:19 20:31:33 LINUX RESTART (4 CPU) 20:43:19 20:43:19 20:32:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 20:43:19 20:33:01 168.27 89.85 78.42 0.00 8859.47 38859.37 0.00 20:43:19 20:34:01 13.21 5.37 7.84 0.00 1142.31 615.57 0.00 20:43:19 20:35:01 0.35 0.00 0.35 0.00 0.00 5.94 0.00 20:43:19 20:36:01 0.30 0.00 0.30 0.00 0.00 3.89 0.00 20:43:19 20:37:01 0.18 0.00 0.18 0.00 0.00 3.03 0.00 20:43:19 20:38:01 0.27 0.00 0.27 0.00 0.00 3.38 0.00 20:43:19 20:39:02 0.28 0.00 0.28 0.00 0.00 3.21 0.00 20:43:19 20:40:01 0.25 0.00 0.25 0.00 0.00 2.54 0.00 20:43:19 20:41:01 210.44 113.14 97.29 0.00 4285.01 31402.11 0.00 20:43:19 20:42:01 243.90 88.76 155.14 0.00 5687.90 32291.12 0.00 20:43:19 20:43:01 170.32 87.69 82.63 0.00 7132.24 20792.89 0.00 20:43:19 Average: 73.52 35.01 38.52 0.00 2461.96 11264.52 0.00 20:43:19 20:43:19 20:32:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 20:43:19 20:33:01 108928 0 611964 32.52 2620 1158032 1320200 45.06 391480 1173440 0 20:43:19 20:34:01 162848 0 591108 31.42 2620 1124968 1148352 39.19 374088 1142472 20 20:43:19 20:35:01 165888 0 588008 31.25 2620 1125028 1132272 38.64 387568 1126772 28 20:43:19 20:36:01 167228 0 586720 31.18 2620 1124976 1118908 38.19 379400 1133588 16 20:43:19 20:37:01 167988 0 585956 31.14 2620 1124980 1106584 37.77 388604 1124500 12 20:43:19 20:38:01 169816 0 584124 31.04 2620 1124984 1089096 37.17 387628 1123900 8 20:43:19 20:39:02 171308 0 582628 30.97 2620 1124988 1074704 36.68 401788 1108488 12 20:43:19 20:40:01 171472 0 582460 30.96 2620 1124992 1074704 36.68 401792 1108488 8 20:43:19 20:41:01 256792 0 640484 34.04 2620 981648 1076916 36.75 404828 967352 54452 20:43:19 20:42:01 97448 0 787384 41.85 2576 994136 1286684 43.91 552308 889948 15900 20:43:19 20:43:01 67132 0 842196 44.76 1492 970724 1548528 52.85 704240 760716 62088 20:43:19 Average: 155168 0 634821 33.74 2513 1089041 1179723 40.26 433975 1059969 12049 20:43:19 20:43:19 20:32:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 20:43:19 20:33:01 eth0 230.88 158.39 1030.95 70.73 0.00 0.00 0.00 0.00 20:43:19 20:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:43:19 20:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:43:19 20:34:01 eth0 25.94 18.63 28.01 23.97 0.00 0.00 0.00 0.00 20:43:19 20:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:43:19 20:34:01 docker0 1.96 1.63 0.38 4.06 0.00 0.00 0.00 0.00 20:43:19 20:35:01 eth0 6.26 1.18 1.70 0.97 0.00 0.00 0.00 0.00 20:43:19 20:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:43:19 20:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:43:19 20:36:01 eth0 3.38 0.90 0.99 0.60 0.00 0.00 0.00 0.00 20:43:19 20:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:43:19 20:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:43:19 20:37:01 eth0 1.46 0.80 0.82 0.59 0.00 0.00 0.00 0.00 20:43:19 20:37:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:43:19 20:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:43:19 20:38:01 eth0 0.33 0.17 0.14 0.10 0.00 0.00 0.00 0.00 20:43:19 20:38:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:43:19 20:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:43:19 20:39:02 eth0 0.15 0.10 0.01 0.01 0.00 0.00 0.00 0.00 20:43:19 20:39:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:43:19 20:39:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:43:19 20:40:01 eth0 0.15 0.08 0.01 0.01 0.00 0.00 0.00 0.00 20:43:19 20:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:43:19 20:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:43:19 20:41:01 eth0 415.30 346.03 4071.14 30.11 0.00 0.00 0.00 0.00 20:43:19 20:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:43:19 20:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:43:19 20:42:01 eth0 394.22 334.07 3394.18 37.66 0.00 0.00 0.00 0.00 20:43:19 20:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:43:19 20:42:01 docker0 34.72 36.36 3.24 190.59 0.00 0.00 0.00 0.00 20:43:19 20:43:01 eth0 309.42 257.07 2410.33 93.97 0.00 0.00 0.00 0.00 20:43:19 20:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:43:19 20:43:01 docker0 27.12 33.13 1.46 201.84 0.00 0.00 0.00 0.00 20:43:19 Average: eth0 126.37 101.81 997.45 23.51 0.00 0.00 0.00 0.00 20:43:19 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:43:19 Average: docker0 5.83 6.50 0.46 36.23 0.00 0.00 0.00 0.00 20:43:19 20:43:19 20:43:19 ---> sar -P ALL: 20:43:19 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 02/02/21 _x86_64_ (4 CPU) 20:43:19 20:43:19 20:31:33 LINUX RESTART (4 CPU) 20:43:19 20:43:19 20:32:02 CPU %user %nice %system %iowait %steal %idle 20:43:19 20:33:01 all 14.94 0.00 9.37 6.63 20.25 48.82 20:43:19 20:33:01 0 15.65 0.00 8.87 6.75 21.19 47.54 20:43:19 20:33:01 1 12.44 0.00 7.58 6.90 21.47 51.61 20:43:19 20:33:01 2 15.30 0.00 7.83 8.95 20.30 47.62 20:43:19 20:33:01 3 16.51 0.00 13.46 3.73 17.89 48.41 20:43:19 20:34:01 all 1.31 0.00 1.26 0.17 2.20 95.06 20:43:19 20:34:01 0 1.46 0.00 0.96 0.28 2.08 95.21 20:43:19 20:34:01 1 1.11 0.00 1.18 0.13 2.47 95.11 20:43:19 20:34:01 2 1.61 0.00 1.67 0.12 1.94 94.66 20:43:19 20:34:01 3 1.06 0.00 1.21 0.13 2.33 95.26 20:43:19 20:35:01 all 0.15 0.00 0.07 0.00 0.42 99.36 20:43:19 20:35:01 0 0.12 0.00 0.07 0.00 0.27 99.55 20:43:19 20:35:01 1 0.10 0.00 0.12 0.00 0.56 99.22 20:43:19 20:35:01 2 0.03 0.00 0.03 0.00 0.56 99.37 20:43:19 20:35:01 3 0.35 0.00 0.07 0.00 0.30 99.28 20:43:19 20:36:01 all 0.14 0.00 0.20 0.00 0.66 99.00 20:43:19 20:36:01 0 0.05 0.00 0.23 0.00 0.53 99.19 20:43:19 20:36:01 1 0.12 0.00 0.28 0.00 0.68 98.92 20:43:19 20:36:01 2 0.05 0.00 0.13 0.00 0.63 99.19 20:43:19 20:36:01 3 0.35 0.00 0.13 0.00 0.81 98.71 20:43:19 20:37:01 all 0.12 0.00 0.05 0.00 0.28 99.54 20:43:19 20:37:01 0 0.02 0.00 0.03 0.00 0.13 99.82 20:43:19 20:37:01 1 0.33 0.00 0.08 0.00 0.23 99.35 20:43:19 20:37:01 2 0.05 0.00 0.03 0.00 0.25 99.67 20:43:19 20:37:01 3 0.10 0.00 0.07 0.00 0.52 99.32 20:43:19 20:38:01 all 0.12 0.00 0.15 0.00 0.56 99.17 20:43:19 20:38:01 0 0.22 0.00 0.08 0.00 0.50 99.20 20:43:19 20:38:01 1 0.17 0.00 0.27 0.00 0.45 99.12 20:43:19 20:38:01 2 0.05 0.00 0.15 0.00 0.78 99.02 20:43:19 20:38:01 3 0.03 0.00 0.10 0.00 0.53 99.33 20:43:19 20:39:02 all 0.10 0.00 0.06 0.00 0.25 99.60 20:43:19 20:39:02 0 0.28 0.00 0.07 0.00 0.25 99.40 20:43:19 20:39:02 1 0.02 0.00 0.03 0.00 0.13 99.82 20:43:19 20:39:02 2 0.03 0.00 0.12 0.00 0.12 99.73 20:43:19 20:39:02 3 0.05 0.00 0.03 0.00 0.48 99.44 20:43:19 20:40:01 all 0.09 0.00 0.05 0.00 0.31 99.54 20:43:19 20:40:01 0 0.25 0.00 0.07 0.00 0.19 99.49 20:43:19 20:40:01 1 0.05 0.00 0.05 0.00 0.25 99.65 20:43:19 20:40:01 2 0.02 0.00 0.02 0.00 0.15 99.81 20:43:19 20:40:01 3 0.05 0.00 0.08 0.00 0.64 99.22 20:43:19 20:41:01 all 4.50 0.00 4.29 0.50 15.28 75.44 20:43:19 20:41:01 0 4.63 0.00 4.38 0.42 16.11 74.46 20:43:19 20:41:01 1 4.75 0.00 4.90 0.72 15.08 74.54 20:43:19 20:41:01 2 4.05 0.00 3.88 0.32 15.21 76.54 20:43:19 20:41:01 3 4.58 0.00 3.99 0.52 14.71 76.21 20:43:19 20:42:01 all 7.72 0.00 7.29 2.65 19.00 63.34 20:43:19 20:42:01 0 9.21 0.00 9.57 4.32 20.36 56.53 20:43:19 20:42:01 1 7.84 0.00 6.20 1.73 19.11 65.12 20:43:19 20:42:01 2 7.00 0.00 6.34 2.60 18.16 65.89 20:43:19 20:42:01 3 6.85 0.00 7.15 2.00 18.40 65.60 20:43:19 20:43:01 all 7.12 0.00 6.00 3.17 13.99 69.72 20:43:19 20:43:01 0 5.26 0.00 6.15 1.13 14.65 72.81 20:43:19 20:43:01 1 11.27 0.00 5.80 6.78 13.68 62.46 20:43:19 20:43:01 2 6.32 0.00 6.77 2.56 13.71 70.63 20:43:19 20:43:01 3 5.62 0.00 5.27 2.18 13.93 73.00 20:43:19 20:43:19 Average: CPU %user %nice %system %iowait %steal %idle 20:43:19 Average: all 3.30 0.00 2.62 1.19 6.65 86.24 20:43:19 Average: 0 3.36 0.00 2.75 1.16 6.88 85.85 20:43:19 Average: 1 3.51 0.00 2.43 1.50 6.80 85.76 20:43:19 Average: 2 3.16 0.00 2.47 1.33 6.56 86.48 20:43:19 Average: 3 3.18 0.00 2.82 0.77 6.36 86.87 20:43:19 20:43:19 20:43:19