Push event to branch master 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 b86a95d4aff1c43a521ca3be618780efd0ee2800 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:device-mqtt-go, buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: device-mqtt-go-settings PROJECT: device-mqtt-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-device-mqtt-go DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: true PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-21435 in /w/workspace/gexfoundry_device-mqtt-go_master [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/device-mqtt-go.git > git init /w/workspace/gexfoundry_device-mqtt-go_master # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 Checking out Revision b247510d13ba8e9fad57040faa04d23d7bfdafc2 (master) > 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 cdd6c33d41f01dc10b68606080ac8b6263924bf1 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-01-20T00:34:56.394Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-01-20T00:34:56.762Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-01-20T00:34:56.883Z] ========================================================= [2021-01-20T00:34:56.884Z] EdgeX Global Pipelines Version Info [2021-01-20T00:34:56.884Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-01-20T00:34:58.451Z] ------------------- [2021-01-20T00:34:58.452Z] stable info: [2021-01-20T00:34:58.452Z] ------------------- [2021-01-20T00:34:58.452Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-01-20T00:34:58.452Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-01-20T00:34:58.452Z] Message: update stable to v1.0.179 [2021-01-20T00:34:59.397Z] ------------------- [2021-01-20T00:34:59.397Z] experimental info: [2021-01-20T00:34:59.397Z] ------------------- [2021-01-20T00:34:59.397Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-01-20T00:34:59.397Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-01-20T00:34:59.397Z] Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-01-20T00:34:59.643Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-mqtt-go-settings [Pipeline] echo [2021-01-20T00:34:59.757Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-mqtt-go [Pipeline] echo [2021-01-20T00:34:59.843Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-01-20T00:34:59.932Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-01-20T00:35:00.020Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-01-20T00:35:00.155Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-01-20T00:35:00.303Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-01-20T00:35:00.401Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-01-20T00:35:00.508Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2021-01-20T00:35:00.624Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-01-20T00:35:00.709Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-01-20T00:35:00.818Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-mqtt-go [Pipeline] echo [2021-01-20T00:35:00.927Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-01-20T00:35:01.019Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-01-20T00:35:01.154Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-01-20T00:35:01.254Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-01-20T00:35:01.382Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2021-01-20T00:35:01.467Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2021-01-20T00:35:01.557Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-01-20T00:35:01.653Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-01-20T00:35:01.754Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2021-01-20T00:35:01.856Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2021-01-20T00:35:01.961Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2021-01-20T00:35:02.051Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2021-01-20T00:35:02.148Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2021-01-20T00:35:02.262Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-01-20T00:35:02.363Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-01-20T00:35:02.476Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2021-01-20T00:35:02.560Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2021-01-20T00:35:02.671Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2021-01-20T00:35:02.772Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = b247510d13ba8e9fad57040faa04d23d7bfdafc2 [Pipeline] echo [2021-01-20T00:35:02.922Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = b247510 [Pipeline] echo [2021-01-20T00:35:03.021Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-20T00:35:03.200Z] provisioning config files... [2021-01-20T00:35:03.231Z] copy managed file [device-mqtt-go-settings] to file:/w/workspace/gexfoundry_device-mqtt-go_master@tmp/config6433024270776475677tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-20T00:35:03.590Z] ---> docker-login.sh [2021-01-20T00:35:03.590Z] nexus3.edgexfoundry.org:10001 [2021-01-20T00:35:03.854Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-20T00:35:03.854Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-20T00:35:03.854Z] Configure a credential helper to remove this warning. See [2021-01-20T00:35:03.854Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-20T00:35:03.854Z] [2021-01-20T00:35:03.854Z] Login Succeeded [2021-01-20T00:35:03.854Z] nexus3.edgexfoundry.org:10002 [2021-01-20T00:35:04.115Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-20T00:35:04.115Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-20T00:35:04.115Z] Configure a credential helper to remove this warning. See [2021-01-20T00:35:04.115Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-20T00:35:04.115Z] [2021-01-20T00:35:04.115Z] Login Succeeded [2021-01-20T00:35:04.115Z] nexus3.edgexfoundry.org:10003 [2021-01-20T00:35:04.379Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-20T00:35:04.379Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-20T00:35:04.379Z] Configure a credential helper to remove this warning. See [2021-01-20T00:35:04.379Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-20T00:35:04.379Z] [2021-01-20T00:35:04.379Z] Login Succeeded [2021-01-20T00:35:04.379Z] nexus3.edgexfoundry.org:10004 [2021-01-20T00:35:04.379Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-20T00:35:04.379Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-20T00:35:04.379Z] Configure a credential helper to remove this warning. See [2021-01-20T00:35:04.379Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-20T00:35:04.379Z] [2021-01-20T00:35:04.379Z] Login Succeeded [2021-01-20T00:35:04.379Z] docker.io [2021-01-20T00:35:04.641Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-20T00:35:04.907Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-20T00:35:04.907Z] Configure a credential helper to remove this warning. See [2021-01-20T00:35:04.907Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-20T00:35:04.907Z] [2021-01-20T00:35:04.907Z] Login Succeeded [2021-01-20T00:35:04.907Z] ---> docker-login.sh ends [Pipeline] } [2021-01-20T00:35:04.919Z] 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 [2021-01-20T00:35:05.827Z] + git log --format=format:%s -1 b247510d13ba8e9fad57040faa04d23d7bfdafc2 [Pipeline] echo [2021-01-20T00:35:05.878Z] GIT_COMMIT: b247510d13ba8e9fad57040faa04d23d7bfdafc2, Commit Message: Merge pull request #209 from iain-anderson/commit-lint [Pipeline] echo [2021-01-20T00:35:05.929Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2021-01-20T00:35:07.686Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-20T00:35:07.686Z] [2021-01-20T00:35:07.686Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-01-20T00:35:08.049Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-20T00:35:08.049Z] latest: Pulling from edgex-devops/git-semver [2021-01-20T00:35:08.049Z] 31603596830f: Pulling fs layer [2021-01-20T00:35:08.049Z] 2a8b12db71e7: Pulling fs layer [2021-01-20T00:35:08.049Z] 6ca5941a6612: Pulling fs layer [2021-01-20T00:35:08.049Z] ecc8261a40a4: Pulling fs layer [2021-01-20T00:35:08.049Z] ecc8261a40a4: Waiting [2021-01-20T00:35:08.049Z] 2a8b12db71e7: Download complete [2021-01-20T00:35:08.623Z] 31603596830f: Verifying Checksum [2021-01-20T00:35:08.623Z] 31603596830f: Download complete [2021-01-20T00:35:08.623Z] ecc8261a40a4: Verifying Checksum [2021-01-20T00:35:08.623Z] ecc8261a40a4: Download complete [2021-01-20T00:35:08.623Z] 6ca5941a6612: Verifying Checksum [2021-01-20T00:35:08.623Z] 6ca5941a6612: Download complete [2021-01-20T00:35:08.886Z] 31603596830f: Pull complete [2021-01-20T00:35:08.886Z] 2a8b12db71e7: Pull complete [2021-01-20T00:35:09.838Z] 6ca5941a6612: Pull complete [2021-01-20T00:35:10.416Z] ecc8261a40a4: Pull complete [2021-01-20T00:35:10.416Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-01-20T00:35:10.416Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-20T00:35:10.416Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-01-20T00:35:10.532Z] prd-centos7-docker-4c-2g-21435 does not seem to be running inside a container [2021-01-20T00:35:10.582Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_device-mqtt-go_master -v /w/workspace/gexfoundry_device-mqtt-go_master:/w/workspace/gexfoundry_device-mqtt-go_master:rw,z -v /w/workspace/gexfoundry_device-mqtt-go_master@tmp:/w/workspace/gexfoundry_device-mqtt-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-01-20T00:35:12.139Z] $ docker top c57a9af8f699ae344f282cb9b5c0b69615ca517618eec04521392f97372ba5f1 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-20T00:35:12.556Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-20T00:35:12.556Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-20T00:35:12.790Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-20T00:35:12.794Z] $ docker exec c57a9af8f699ae344f282cb9b5c0b69615ca517618eec04521392f97372ba5f1 ssh-agent [2021-01-20T00:35:12.959Z] SSH_AUTH_SOCK=/tmp/ssh-bTGF7B8O0AnC/agent.11 [2021-01-20T00:35:12.959Z] SSH_AGENT_PID=16 [2021-01-20T00:35:12.972Z] Running ssh-add (command line suppressed) [2021-01-20T00:35:13.096Z] Identity added: /w/workspace/gexfoundry_device-mqtt-go_master@tmp/private_key_3071264109803549103.key (/w/workspace/gexfoundry_device-mqtt-go_master@tmp/private_key_3071264109803549103.key) [2021-01-20T00:35:13.145Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-20T00:35:13.483Z] + git tag --points-at HEAD [Pipeline] } [2021-01-20T00:35:13.503Z] $ docker exec --env ******** --env ******** c57a9af8f699ae344f282cb9b5c0b69615ca517618eec04521392f97372ba5f1 ssh-agent -k [2021-01-20T00:35:13.635Z] unset SSH_AUTH_SOCK; [2021-01-20T00:35:13.636Z] unset SSH_AGENT_PID; [2021-01-20T00:35:13.636Z] echo Agent pid 16 killed; [2021-01-20T00:35:13.683Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-01-20T00:35:13.854Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-20T00:35:13.854Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-20T00:35:14.027Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-20T00:35:14.031Z] $ docker exec c57a9af8f699ae344f282cb9b5c0b69615ca517618eec04521392f97372ba5f1 ssh-agent [2021-01-20T00:35:14.190Z] SSH_AUTH_SOCK=/tmp/ssh-M0o6t8Ft6a6g/agent.45 [2021-01-20T00:35:14.190Z] SSH_AGENT_PID=50 [2021-01-20T00:35:14.197Z] Running ssh-add (command line suppressed) [2021-01-20T00:35:14.323Z] Identity added: /w/workspace/gexfoundry_device-mqtt-go_master@tmp/private_key_4885991443538453824.key (/w/workspace/gexfoundry_device-mqtt-go_master@tmp/private_key_4885991443538453824.key) [2021-01-20T00:35:14.385Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-20T00:35:14.738Z] + git semver init [2021-01-20T00:35:14.738Z] # -> Open(): unable to determine branch for HEAD [2021-01-20T00:35:14.738Z] # $GIT_DIR = /w/workspace/gexfoundry_device-mqtt-go_master/.git [2021-01-20T00:35:14.738Z] # $GIT_WORK_TREE = /w/workspace/gexfoundry_device-mqtt-go_master [2021-01-20T00:35:14.738Z] # $SEMVER_REMOTE_NAME = origin [2021-01-20T00:35:14.738Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-20T00:35:14.738Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-20T00:35:14.738Z] # $SEMVER_BRANCH = master [2021-01-20T00:35:14.738Z] # $SEMVER_TEMP = /tmp/semver-870850774 [2021-01-20T00:35:14.738Z] # git clone --branch semver git@github.com:edgexfoundry/device-mqtt-go.git $SEMVER_TEMP [2021-01-20T00:35:15.313Z] # '/tmp/semver-870850774' -> '/w/workspace/gexfoundry_device-mqtt-go_master/.semver' [2021-01-20T00:35:15.313Z] # -> Force: false [2021-01-20T00:35:15.313Z] # $SEMVER_DIR = /w/workspace/gexfoundry_device-mqtt-go_master/.semver [Pipeline] } [2021-01-20T00:35:15.325Z] $ docker exec --env ******** --env ******** c57a9af8f699ae344f282cb9b5c0b69615ca517618eec04521392f97372ba5f1 ssh-agent -k [2021-01-20T00:35:15.447Z] unset SSH_AUTH_SOCK; [2021-01-20T00:35:15.447Z] unset SSH_AGENT_PID; [2021-01-20T00:35:15.447Z] echo Agent pid 50 killed; [2021-01-20T00:35:15.493Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-20T00:35:15.945Z] + git semver [Pipeline] } [2021-01-20T00:35:15.963Z] $ docker stop --time=1 c57a9af8f699ae344f282cb9b5c0b69615ca517618eec04521392f97372ba5f1 [2021-01-20T00:35:17.350Z] $ docker rm -f c57a9af8f699ae344f282cb9b5c0b69615ca517618eec04521392f97372ba5f1 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-20T00:35:17.831Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-01-20T00:35:18.254Z] Stashed 1 file(s) [Pipeline] echo [2021-01-20T00:35:18.257Z] [edgeXSemver]: initialized semver on version 1.3.1-dev.4 [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 [2021-01-20T00:35:33.810Z] Still waiting to schedule task [2021-01-20T00:35:33.811Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2021-01-20T00:35:33.813Z] Still waiting to schedule task [2021-01-20T00:35:33.813Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2021-01-20T00:37:16.988Z] Running on prd-centos7-docker-4c-2g-21438 in /w/workspace/gexfoundry_device-mqtt-go_master [Pipeline] { [Pipeline] ws [2021-01-20T00:37:17.140Z] Running in /w/workspace/device-mqtt-go/29 [Pipeline] { [Pipeline] checkout [2021-01-20T00:37:19.601Z] using credential edgex-jenkins-ssh [2021-01-20T00:37:19.658Z] Cloning the remote Git repository [2021-01-20T00:37:19.688Z] Cloning repository git@github.com:edgexfoundry/device-mqtt-go.git [2021-01-20T00:37:19.769Z] > git init /w/workspace/device-mqtt-go/29 # timeout=10 [2021-01-20T00:37:19.840Z] Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git [2021-01-20T00:37:19.840Z] > git --version # timeout=10 [2021-01-20T00:37:19.850Z] > git --version # 'git version 2.24.3' [2021-01-20T00:37:19.851Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-20T00:37:19.887Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-20T00:37:20.471Z] > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 [2021-01-20T00:37:20.481Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-20T00:37:20.500Z] > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 [2021-01-20T00:37:20.514Z] Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git [2021-01-20T00:37:20.515Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-20T00:37:20.524Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-20T00:37:20.914Z] Checking out Revision b247510d13ba8e9fad57040faa04d23d7bfdafc2 (master) [2021-01-20T00:37:20.924Z] > git config core.sparsecheckout # timeout=10 [2021-01-20T00:37:20.929Z] > git checkout -f b247510d13ba8e9fad57040faa04d23d7bfdafc2 # timeout=10 [2021-01-20T00:37:24.630Z] 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 [2021-01-20T00:37:25.744Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-01-20T00:37:26.093Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-20T00:37:26.396Z] + sudo service docker restart [2021-01-20T00:37:26.396Z] + true [2021-01-20T00:37:26.396Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-20T00:37:27.431Z] provisioning config files... [2021-01-20T00:37:27.466Z] copy managed file [device-mqtt-go-settings] to file:/w/workspace/device-mqtt-go/29@tmp/config8701340502620527864tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-20T00:37:27.845Z] ---> docker-login.sh [2021-01-20T00:37:27.845Z] nexus3.edgexfoundry.org:10001 [2021-01-20T00:37:28.113Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-20T00:37:28.113Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-20T00:37:28.113Z] Configure a credential helper to remove this warning. See [2021-01-20T00:37:28.113Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-20T00:37:28.113Z] [2021-01-20T00:37:28.113Z] Login Succeeded [2021-01-20T00:37:28.113Z] nexus3.edgexfoundry.org:10002 [2021-01-20T00:37:28.379Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-20T00:37:28.379Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-20T00:37:28.379Z] Configure a credential helper to remove this warning. See [2021-01-20T00:37:28.379Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-20T00:37:28.379Z] [2021-01-20T00:37:28.379Z] Login Succeeded [2021-01-20T00:37:28.379Z] nexus3.edgexfoundry.org:10003 [2021-01-20T00:37:28.644Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-20T00:37:28.644Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-20T00:37:28.644Z] Configure a credential helper to remove this warning. See [2021-01-20T00:37:28.644Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-20T00:37:28.644Z] [2021-01-20T00:37:28.644Z] Login Succeeded [2021-01-20T00:37:28.644Z] nexus3.edgexfoundry.org:10004 [2021-01-20T00:37:28.908Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-20T00:37:28.908Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-20T00:37:28.908Z] Configure a credential helper to remove this warning. See [2021-01-20T00:37:28.908Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-20T00:37:28.908Z] [2021-01-20T00:37:28.908Z] Login Succeeded [2021-01-20T00:37:28.908Z] docker.io [2021-01-20T00:37:28.908Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-20T00:37:29.171Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-20T00:37:29.171Z] Configure a credential helper to remove this warning. See [2021-01-20T00:37:29.171Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-20T00:37:29.171Z] [2021-01-20T00:37:29.171Z] Login Succeeded [2021-01-20T00:37:29.171Z] ---> docker-login.sh ends [Pipeline] } [2021-01-20T00:37:29.181Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-01-20T00:37:29.520Z] ========================================================= [2021-01-20T00:37:29.520Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-01-20T00:37:29.520Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-20T00:37:29.865Z] + 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 . [2021-01-20T00:37:29.865Z] Sending build context to Docker daemon 499.7kB [2021-01-20T00:37:29.865Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-01-20T00:37:29.865Z] Step 2/8 : FROM ${BASE} [2021-01-20T00:37:29.865Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-01-20T00:37:29.865Z] 188c0c94c7c5: Pulling fs layer [2021-01-20T00:37:29.865Z] 0ef7d3d256c8: Pulling fs layer [2021-01-20T00:37:29.865Z] de9db76c5a1d: Pulling fs layer [2021-01-20T00:37:29.865Z] bca2f99d35d6: Pulling fs layer [2021-01-20T00:37:29.865Z] 93359f2a8cfa: Pulling fs layer [2021-01-20T00:37:29.865Z] 7c6f9722023f: Pulling fs layer [2021-01-20T00:37:29.865Z] a35cf1a2eb13: Pulling fs layer [2021-01-20T00:37:29.865Z] bca2f99d35d6: Waiting [2021-01-20T00:37:29.865Z] 93359f2a8cfa: Waiting [2021-01-20T00:37:29.865Z] 7c6f9722023f: Waiting [2021-01-20T00:37:29.865Z] a35cf1a2eb13: Waiting [2021-01-20T00:37:30.126Z] de9db76c5a1d: Download complete [2021-01-20T00:37:30.126Z] 0ef7d3d256c8: Verifying Checksum [2021-01-20T00:37:30.126Z] 0ef7d3d256c8: Download complete [2021-01-20T00:37:30.126Z] 93359f2a8cfa: Verifying Checksum [2021-01-20T00:37:30.126Z] 93359f2a8cfa: Download complete [2021-01-20T00:37:30.126Z] 7c6f9722023f: Verifying Checksum [2021-01-20T00:37:30.126Z] 7c6f9722023f: Download complete [2021-01-20T00:37:30.126Z] 188c0c94c7c5: Verifying Checksum [2021-01-20T00:37:30.126Z] 188c0c94c7c5: Download complete [2021-01-20T00:37:30.396Z] 188c0c94c7c5: Pull complete [2021-01-20T00:37:30.396Z] 0ef7d3d256c8: Pull complete [2021-01-20T00:37:30.661Z] de9db76c5a1d: Pull complete [2021-01-20T00:37:32.078Z] a35cf1a2eb13: Verifying Checksum [2021-01-20T00:37:32.078Z] a35cf1a2eb13: Download complete [2021-01-20T00:37:33.034Z] bca2f99d35d6: Verifying Checksum [2021-01-20T00:37:33.034Z] bca2f99d35d6: Download complete [2021-01-20T00:37:38.381Z] bca2f99d35d6: Pull complete [2021-01-20T00:37:38.381Z] 93359f2a8cfa: Pull complete [2021-01-20T00:37:38.381Z] 7c6f9722023f: Pull complete [2021-01-20T00:37:41.720Z] a35cf1a2eb13: Pull complete [2021-01-20T00:37:41.720Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-01-20T00:37:41.720Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-01-20T00:37:41.720Z] ---> a62c8e92a672 [2021-01-20T00:37:41.720Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IOTech' [2021-01-20T00:37:41.993Z] ---> Running in 0c20a7985cb6 [2021-01-20T00:37:42.258Z] Removing intermediate container 0c20a7985cb6 [2021-01-20T00:37:42.258Z] ---> 42d6c4cf66af [2021-01-20T00:37:42.258Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-20T00:37:42.258Z] ---> Running in 44b109579251 [2021-01-20T00:37:43.665Z] Removing intermediate container 44b109579251 [2021-01-20T00:37:43.665Z] ---> 9779eeca5392 [2021-01-20T00:37:43.665Z] Step 5/8 : RUN apk add --update --no-cache make git openssh build-base [2021-01-20T00:37:43.665Z] ---> Running in 6b8f19eb5e56 [2021-01-20T00:37:44.615Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-20T00:37:45.565Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-20T00:37:46.512Z] (1/14) Installing libmagic (5.38-r0) [2021-01-20T00:37:46.512Z] (2/14) Installing file (5.38-r0) [2021-01-20T00:37:46.783Z] (3/14) Installing libc-dev (0.7.2-r3) [2021-01-20T00:37:46.783Z] (4/14) Installing g++ (9.3.0-r2) [2021-01-20T00:37:51.007Z] (5/14) Installing fortify-headers (1.1-r0) [2021-01-20T00:37:51.007Z] (6/14) Installing patch (2.7.6-r6) [2021-01-20T00:37:51.270Z] (7/14) Installing build-base (0.5-r2) [2021-01-20T00:37:51.270Z] (8/14) Installing openssh-keygen (8.3_p1-r1) [2021-01-20T00:37:51.270Z] (9/14) Installing libedit (20191231.3.1-r0) [2021-01-20T00:37:51.532Z] (10/14) Installing openssh-client (8.3_p1-r1) [2021-01-20T00:37:51.795Z] (11/14) Installing openssh-sftp-server (8.3_p1-r1) [2021-01-20T00:37:51.795Z] (12/14) Installing openssh-server-common (8.3_p1-r1) [2021-01-20T00:37:52.057Z] (13/14) Installing openssh-server (8.3_p1-r1) [2021-01-20T00:37:52.057Z] (14/14) Installing openssh (8.3_p1-r1) [2021-01-20T00:37:52.319Z] Executing busybox-1.31.1-r19.trigger [2021-01-20T00:37:52.319Z] OK: 237 MiB in 53 packages [2021-01-20T00:37:55.631Z] Removing intermediate container 6b8f19eb5e56 [2021-01-20T00:37:55.631Z] ---> 1da8b510fb98 [2021-01-20T00:37:55.631Z] Step 6/8 : WORKDIR /device-mqtt-go [2021-01-20T00:37:55.631Z] ---> Running in 1c660311fd5b [2021-01-20T00:37:55.631Z] Removing intermediate container 1c660311fd5b [2021-01-20T00:37:55.631Z] ---> 9e3173892f0d [2021-01-20T00:37:55.631Z] Step 7/8 : COPY . . [2021-01-20T00:37:56.578Z] ---> a3c4cc55d955 [2021-01-20T00:37:56.578Z] Step 8/8 : RUN go mod download [2021-01-20T00:37:56.578Z] ---> Running in 9d3decd4351a [2021-01-20T00:38:18.629Z] Removing intermediate container 9d3decd4351a [2021-01-20T00:38:18.629Z] ---> d7a1b79ef8f6 [2021-01-20T00:38:18.629Z] Successfully built d7a1b79ef8f6 [2021-01-20T00:38:18.630Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-20T00:38:18.941Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-20T00:38:18.941Z] . [Pipeline] withDockerContainer [2021-01-20T00:38:19.054Z] prd-centos7-docker-4c-2g-21438 does not seem to be running inside a container [2021-01-20T00:38:19.111Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-mqtt-go/29 -v /w/workspace/device-mqtt-go/29:/w/workspace/device-mqtt-go/29:rw,z -v /w/workspace/device-mqtt-go/29@tmp:/w/workspace/device-mqtt-go/29@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-01-20T00:38:19.903Z] $ docker top 5117be65ec5063240cb2e34691e4513bf1a5c5bc1b40a829ea98a603ade05f08 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-20T00:38:20.534Z] + go version [2021-01-20T00:38:20.534Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-01-20T00:38:20.588Z] $ docker stop --time=1 5117be65ec5063240cb2e34691e4513bf1a5c5bc1b40a829ea98a603ade05f08 [2021-01-20T00:38:21.936Z] $ docker rm -f 5117be65ec5063240cb2e34691e4513bf1a5c5bc1b40a829ea98a603ade05f08 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-20T00:38:22.737Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-20T00:38:22.738Z] . [Pipeline] withDockerContainer [2021-01-20T00:38:22.835Z] prd-centos7-docker-4c-2g-21438 does not seem to be running inside a container [2021-01-20T00:38:22.891Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-mqtt-go/29 -v /w/workspace/device-mqtt-go/29:/w/workspace/device-mqtt-go/29:rw,z -v /w/workspace/device-mqtt-go/29@tmp:/w/workspace/device-mqtt-go/29@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-01-20T00:38:23.483Z] $ docker top 45e23c3b184893a5e2a257b82ef314f50c1dc0a4d4ab44b8cec3d4bd4f5f1e83 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-20T00:38:23.965Z] + make test [2021-01-20T00:38:23.966Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out [2021-01-20T00:38:24.925Z] ? github.com/edgexfoundry/device-mqtt-go [no test files] [2021-01-20T00:38:37.325Z] ? github.com/edgexfoundry/device-mqtt-go/cmd [no test files] [2021-01-20T00:38:37.325Z] ok github.com/edgexfoundry/device-mqtt-go/internal/driver 0.009s coverage: 28.3% of statements [2021-01-20T00:38:37.325Z] ? github.com/edgexfoundry/device-mqtt-go/mock [no test files] [2021-01-20T00:38:37.325Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2021-01-20T00:38:39.942Z] gofmt -l . [2021-01-20T00:38:39.942Z] ["`gofmt -l .`" = ""] [2021-01-20T00:38:40.204Z] ./bin/test-attribution-txt.sh [2021-01-20T00:38:40.789Z] ./bin/test-go-mod-tidy.sh [Pipeline] } [2021-01-20T00:38:41.082Z] $ docker stop --time=1 45e23c3b184893a5e2a257b82ef314f50c1dc0a4d4ab44b8cec3d4bd4f5f1e83 [2021-01-20T00:38:43.499Z] $ docker rm -f 45e23c3b184893a5e2a257b82ef314f50c1dc0a4d4ab44b8cec3d4bd4f5f1e83 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-20T00:38:44.144Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-01-20T00:38:44.504Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2021-01-20T00:38:45.893Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-01-20T00:38:46.196Z] + ls -al . [2021-01-20T00:38:46.197Z] total 100 [2021-01-20T00:38:46.197Z] drwxrwxr-x. 9 jenkins jenkins 4096 Jan 20 00:38 . [2021-01-20T00:38:46.197Z] drwxrwxr-x. 4 jenkins jenkins 30 Jan 20 00:37 .. [2021-01-20T00:38:46.197Z] -rw-rw-r--. 1 jenkins jenkins 5932 Jan 20 00:37 Attribution.txt [2021-01-20T00:38:46.197Z] drwxrwxr-x. 2 jenkins jenkins 87 Jan 20 00:37 bin [2021-01-20T00:38:46.197Z] drwxrwxr-x. 3 jenkins jenkins 32 Jan 20 00:37 cmd [2021-01-20T00:38:46.197Z] -rw-r--r--. 1 jenkins jenkins 18940 Jan 20 00:38 coverage.out [2021-01-20T00:38:46.197Z] -rw-rw-r--. 1 jenkins jenkins 1802 Jan 20 00:37 Dockerfile [2021-01-20T00:38:46.197Z] -rw-rw-r--. 1 jenkins jenkins 957 Jan 20 00:37 Dockerfile.build [2021-01-20T00:38:46.197Z] -rw-rw-r--. 1 jenkins jenkins 140 Jan 20 00:37 .dockerignore [2021-01-20T00:38:46.197Z] drwxrwxr-x. 8 jenkins jenkins 162 Jan 20 00:37 .git [2021-01-20T00:38:46.197Z] drwxrwxr-x. 2 jenkins jenkins 103 Jan 20 00:37 .github [2021-01-20T00:38:46.197Z] -rw-rw-r--. 1 jenkins jenkins 336 Jan 20 00:37 .gitignore [2021-01-20T00:38:46.197Z] -rw-r--r--. 1 jenkins jenkins 504 Jan 20 00:38 go.mod [2021-01-20T00:38:46.197Z] -rw-r--r--. 1 jenkins jenkins 14988 Jan 20 00:38 go.sum [2021-01-20T00:38:46.197Z] drwxrwxr-x. 3 jenkins jenkins 20 Jan 20 00:37 internal [2021-01-20T00:38:46.197Z] -rw-rw-r--. 1 jenkins jenkins 677 Jan 20 00:37 Jenkinsfile [2021-01-20T00:38:46.197Z] -rw-rw-r--. 1 jenkins jenkins 11340 Jan 20 00:37 LICENSE [2021-01-20T00:38:46.197Z] -rw-rw-r--. 1 jenkins jenkins 902 Jan 20 00:37 Makefile [2021-01-20T00:38:46.197Z] drwxrwxr-x. 2 jenkins jenkins 23 Jan 20 00:37 mock [2021-01-20T00:38:46.197Z] -rw-rw-r--. 1 jenkins jenkins 444 Jan 20 00:37 README.md [2021-01-20T00:38:46.197Z] drwxrwxr-x. 4 jenkins jenkins 71 Jan 20 00:37 snap [2021-01-20T00:38:46.197Z] -rw-rw-r--. 1 jenkins jenkins 11 Jan 20 00:35 VERSION [2021-01-20T00:38:46.197Z] -rw-rw-r--. 1 jenkins jenkins 227 Jan 20 00:37 version.go [Pipeline] isUnix [Pipeline] sh [2021-01-20T00:38:46.502Z] + 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-dev.4 . [2021-01-20T00:38:46.502Z] Sending build context to Docker daemon 519.2kB [2021-01-20T00:38:46.771Z] Step 1/22 : ARG BASE=golang:1.15-alpine3.12 [2021-01-20T00:38:46.771Z] Step 2/22 : FROM ${BASE} AS builder [2021-01-20T00:38:46.771Z] ---> d7a1b79ef8f6 [2021-01-20T00:38:46.771Z] Step 3/22 : ARG ALPINE_PKG_BASE="build-base git openssh-client" [2021-01-20T00:38:46.771Z] ---> Running in 7fdcb6f34652 [2021-01-20T00:38:47.035Z] Removing intermediate container 7fdcb6f34652 [2021-01-20T00:38:47.035Z] ---> 937e0c6e3d0f [2021-01-20T00:38:47.035Z] Step 4/22 : ARG ALPINE_PKG_EXTRA="" [2021-01-20T00:38:47.035Z] ---> Running in 334f77259b00 [2021-01-20T00:38:47.301Z] Removing intermediate container 334f77259b00 [2021-01-20T00:38:47.301Z] ---> 9cf455d7c84d [2021-01-20T00:38:47.301Z] Step 5/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-20T00:38:47.301Z] ---> Running in 24347134cb73 [2021-01-20T00:38:48.258Z] Removing intermediate container 24347134cb73 [2021-01-20T00:38:48.258Z] ---> cb59ff78438c [2021-01-20T00:38:48.258Z] Step 6/22 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2021-01-20T00:38:48.521Z] ---> Running in ca1b3ab6e1da [2021-01-20T00:38:48.784Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-20T00:38:50.173Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-20T00:38:52.097Z] OK: 237 MiB in 53 packages [2021-01-20T00:38:52.674Z] Removing intermediate container ca1b3ab6e1da [2021-01-20T00:38:52.674Z] ---> d422bcf295a4 [2021-01-20T00:38:52.674Z] Step 7/22 : WORKDIR $GOPATH/src/github.com/edgexfoundry/device-mqtt-go [2021-01-20T00:38:52.674Z] ---> Running in ba44f12a851d [2021-01-20T00:38:52.674Z] Removing intermediate container ba44f12a851d [2021-01-20T00:38:52.674Z] ---> bec64cc34e12 [2021-01-20T00:38:52.674Z] Step 8/22 : COPY . . [2021-01-20T00:38:53.620Z] ---> 1827bc1f605b [2021-01-20T00:38:53.620Z] Step 9/22 : ARG MAKE='make build' [2021-01-20T00:38:53.620Z] ---> Running in 99abe7ae6837 [2021-01-20T00:38:53.885Z] Removing intermediate container 99abe7ae6837 [2021-01-20T00:38:53.885Z] ---> 598d87859ad7 [2021-01-20T00:38:53.885Z] Step 10/22 : RUN $MAKE [2021-01-20T00:38:53.885Z] ---> Running in 2c5f52432b90 [2021-01-20T00:38:54.478Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-mqtt-go.Version=1.3.1-dev.4" -o cmd/device-mqtt ./cmd [2021-01-20T00:39:04.635Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2021-01-20T00:39:06.584Z] Removing intermediate container 2c5f52432b90 [2021-01-20T00:39:06.584Z] ---> c66bc878f794 [2021-01-20T00:39:06.584Z] Step 11/22 : FROM alpine:3.12 [2021-01-20T00:39:07.161Z] 3.12: Pulling from library/alpine [2021-01-20T00:39:07.161Z] 801bfaa63ef2: Pulling fs layer [2021-01-20T00:39:07.742Z] 801bfaa63ef2: Verifying Checksum [2021-01-20T00:39:07.742Z] 801bfaa63ef2: Download complete [2021-01-20T00:39:07.742Z] 801bfaa63ef2: Pull complete [2021-01-20T00:39:07.743Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-20T00:39:07.743Z] Status: Downloaded newer image for alpine:3.12 [2021-01-20T00:39:07.743Z] ---> 389fef711851 [2021-01-20T00:39:07.743Z] Step 12/22 : ENV APP_PORT=49982 [2021-01-20T00:39:08.009Z] ---> Running in f4d747e28f2b [2021-01-20T00:39:08.009Z] Removing intermediate container f4d747e28f2b [2021-01-20T00:39:08.009Z] ---> b33b145d96d8 [2021-01-20T00:39:08.009Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-20T00:39:08.284Z] ---> Running in 55478fa42bb7 [2021-01-20T00:39:08.284Z] Removing intermediate container 55478fa42bb7 [2021-01-20T00:39:08.284Z] ---> 50b47d6584a8 [2021-01-20T00:39:08.284Z] Step 14/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-mqtt-go/cmd / [2021-01-20T00:39:09.199Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-21439 in /w/workspace/gexfoundry_device-mqtt-go_master [Pipeline] { [Pipeline] ws [2021-01-20T00:39:09.254Z] Running in /w/workspace/device-mqtt-go/29 [Pipeline] { [2021-01-20T00:39:09.279Z] ---> 31e3a9a6d866 [2021-01-20T00:39:09.279Z] Step 15/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-mqtt-go/LICENSE / [Pipeline] checkout [2021-01-20T00:39:09.867Z] ---> 8015ca614949 [2021-01-20T00:39:09.867Z] Step 16/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-mqtt-go/Attribution.txt / [2021-01-20T00:39:09.867Z] ---> c5954b3ddfd7 [2021-01-20T00:39:09.867Z] Step 17/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IoTech Ltd' [2021-01-20T00:39:10.131Z] ---> Running in 8b458a257af2 [2021-01-20T00:39:10.131Z] Removing intermediate container 8b458a257af2 [2021-01-20T00:39:10.131Z] ---> bd3d69508808 [2021-01-20T00:39:10.131Z] Step 18/22 : ENTRYPOINT ["/device-mqtt"] [2021-01-20T00:39:10.131Z] ---> Running in 1ba58d91abdf [2021-01-20T00:39:10.394Z] Removing intermediate container 1ba58d91abdf [2021-01-20T00:39:10.394Z] ---> c3c8d5076989 [2021-01-20T00:39:10.394Z] Step 19/22 : CMD ["--cp=consul://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-20T00:39:10.394Z] ---> Running in c9d0b79fdb95 [2021-01-20T00:39:10.668Z] Removing intermediate container c9d0b79fdb95 [2021-01-20T00:39:10.668Z] ---> 8d0561c1771a [2021-01-20T00:39:10.668Z] Step 20/22 : LABEL arch=amd64 [2021-01-20T00:39:10.668Z] ---> Running in 0419329ec6a3 [2021-01-20T00:39:10.668Z] Removing intermediate container 0419329ec6a3 [2021-01-20T00:39:10.668Z] ---> 4d840999aff9 [2021-01-20T00:39:10.668Z] Step 21/22 : LABEL git_sha=b247510d13ba8e9fad57040faa04d23d7bfdafc2 [2021-01-20T00:39:10.933Z] ---> Running in ca35e19da059 [2021-01-20T00:39:10.933Z] Removing intermediate container ca35e19da059 [2021-01-20T00:39:10.933Z] ---> 592c98a46b63 [2021-01-20T00:39:10.933Z] Step 22/22 : LABEL version=1.3.1-dev.4 [2021-01-20T00:39:11.203Z] ---> Running in ae07dce55344 [2021-01-20T00:39:11.203Z] Removing intermediate container ae07dce55344 [2021-01-20T00:39:11.203Z] ---> 98ffd893fd51 [2021-01-20T00:39:11.203Z] [Warning] One or more build-args [ARCH] were not consumed [2021-01-20T00:39:11.203Z] Successfully built 98ffd893fd51 [2021-01-20T00:39:11.203Z] Successfully tagged docker-device-mqtt-go:latest [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-20T00:39:11.781Z] provisioning config files... [2021-01-20T00:39:11.806Z] copy managed file [device-mqtt-go-settings] to file:/w/workspace/device-mqtt-go/29@tmp/config5638511388865091273tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-20T00:39:12.175Z] ---> docker-login.sh [2021-01-20T00:39:12.175Z] nexus3.edgexfoundry.org:10001 [2021-01-20T00:39:12.175Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-20T00:39:12.439Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-20T00:39:12.439Z] Configure a credential helper to remove this warning. See [2021-01-20T00:39:12.439Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-20T00:39:12.439Z] [2021-01-20T00:39:12.439Z] Login Succeeded [2021-01-20T00:39:12.439Z] nexus3.edgexfoundry.org:10002 [2021-01-20T00:39:12.439Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-20T00:39:12.439Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-20T00:39:12.439Z] Configure a credential helper to remove this warning. See [2021-01-20T00:39:12.439Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-20T00:39:12.439Z] [2021-01-20T00:39:12.439Z] Login Succeeded [2021-01-20T00:39:12.439Z] nexus3.edgexfoundry.org:10003 [2021-01-20T00:39:12.708Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-20T00:39:12.708Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-20T00:39:12.708Z] Configure a credential helper to remove this warning. See [2021-01-20T00:39:12.708Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-20T00:39:12.708Z] [2021-01-20T00:39:12.708Z] Login Succeeded [2021-01-20T00:39:12.708Z] nexus3.edgexfoundry.org:10004 [2021-01-20T00:39:12.708Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-20T00:39:12.972Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-20T00:39:12.972Z] Configure a credential helper to remove this warning. See [2021-01-20T00:39:12.972Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-20T00:39:12.972Z] [2021-01-20T00:39:12.972Z] Login Succeeded [2021-01-20T00:39:12.972Z] docker.io [2021-01-20T00:39:12.972Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-20T00:39:13.235Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-20T00:39:13.235Z] Configure a credential helper to remove this warning. See [2021-01-20T00:39:13.235Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-20T00:39:13.235Z] [2021-01-20T00:39:13.235Z] Login Succeeded [2021-01-20T00:39:13.235Z] ---> docker-login.sh ends [Pipeline] } [2021-01-20T00:39:13.247Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-20T00:39:13.485Z] [edgeXDocker.push] Tagging docker image docker-device-mqtt-go with the following tags: [2021-01-20T00:39:13.485Z] b247510d13ba8e9fad57040faa04d23d7bfdafc2 [2021-01-20T00:39:13.485Z] latest [2021-01-20T00:39:13.485Z] 1.3.1-dev.4 [2021-01-20T00:39:13.485Z] b247510d13ba8e9fad57040faa04d23d7bfdafc2-1.3.1-dev.4 [2021-01-20T00:39:13.485Z] master [2021-01-20T00:39:13.485Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-20T00:39:13.995Z] + docker tag docker-device-mqtt-go nexus3.edgexfoundry.org:10004/docker-device-mqtt-go:b247510d13ba8e9fad57040faa04d23d7bfdafc2 [Pipeline] isUnix [Pipeline] sh [2021-01-20T00:39:14.327Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-mqtt-go:b247510d13ba8e9fad57040faa04d23d7bfdafc2 [2021-01-20T00:39:14.327Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-mqtt-go] [2021-01-20T00:39:14.327Z] 1cc7a06a6be5: Preparing [2021-01-20T00:39:14.327Z] 2d515e0bddf5: Preparing [2021-01-20T00:39:14.327Z] e9a4ce58e24a: Preparing [2021-01-20T00:39:14.327Z] 777b2c648970: Preparing [2021-01-20T00:39:14.327Z] 777b2c648970: Layer already exists [2021-01-20T00:39:14.327Z] 1cc7a06a6be5: Pushed [2021-01-20T00:39:14.327Z] 2d515e0bddf5: Pushed [2021-01-20T00:39:15.163Z] using credential edgex-jenkins-ssh [2021-01-20T00:39:15.218Z] Cloning the remote Git repository [2021-01-20T00:39:15.291Z] Cloning repository git@github.com:edgexfoundry/device-mqtt-go.git [2021-01-20T00:39:15.410Z] > git init /w/workspace/device-mqtt-go/29 # timeout=10 [2021-01-20T00:39:15.517Z] Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git [2021-01-20T00:39:15.518Z] > git --version # timeout=10 [2021-01-20T00:39:15.542Z] > git --version # 'git version 2.17.1' [2021-01-20T00:39:15.544Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-20T00:39:15.621Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-20T00:39:15.721Z] e9a4ce58e24a: Pushed [2021-01-20T00:39:15.721Z] b247510d13ba8e9fad57040faa04d23d7bfdafc2: digest: sha256:dd5c92c5809ce34e1a21d6f2325eaa543e2e9efabe155bf40ab70eb2672b2860 size: 1155 [Pipeline] isUnix [Pipeline] sh [2021-01-20T00:39:16.035Z] + docker tag docker-device-mqtt-go nexus3.edgexfoundry.org:10004/docker-device-mqtt-go:latest [Pipeline] isUnix [Pipeline] sh [2021-01-20T00:39:16.350Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-mqtt-go:latest [2021-01-20T00:39:16.350Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-mqtt-go] [2021-01-20T00:39:16.350Z] 1cc7a06a6be5: Preparing [2021-01-20T00:39:16.350Z] 2d515e0bddf5: Preparing [2021-01-20T00:39:16.350Z] e9a4ce58e24a: Preparing [2021-01-20T00:39:16.350Z] 777b2c648970: Preparing [2021-01-20T00:39:16.350Z] 777b2c648970: Layer already exists [2021-01-20T00:39:16.350Z] e9a4ce58e24a: Layer already exists [2021-01-20T00:39:16.350Z] 1cc7a06a6be5: Layer already exists [2021-01-20T00:39:16.350Z] 2d515e0bddf5: Layer already exists [2021-01-20T00:39:16.350Z] latest: digest: sha256:dd5c92c5809ce34e1a21d6f2325eaa543e2e9efabe155bf40ab70eb2672b2860 size: 1155 [Pipeline] isUnix [Pipeline] sh [2021-01-20T00:39:16.665Z] + docker tag docker-device-mqtt-go nexus3.edgexfoundry.org:10004/docker-device-mqtt-go:1.3.1-dev.4 [Pipeline] isUnix [Pipeline] sh [2021-01-20T00:39:16.479Z] > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 [2021-01-20T00:39:16.503Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-20T00:39:16.532Z] > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 [2021-01-20T00:39:16.578Z] Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git [2021-01-20T00:39:16.580Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-20T00:39:16.595Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-20T00:39:16.983Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-mqtt-go:1.3.1-dev.4 [2021-01-20T00:39:16.983Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-mqtt-go] [2021-01-20T00:39:16.983Z] 1cc7a06a6be5: Preparing [2021-01-20T00:39:16.983Z] 2d515e0bddf5: Preparing [2021-01-20T00:39:16.983Z] e9a4ce58e24a: Preparing [2021-01-20T00:39:16.983Z] 777b2c648970: Preparing [2021-01-20T00:39:16.983Z] 1cc7a06a6be5: Layer already exists [2021-01-20T00:39:16.983Z] 777b2c648970: Layer already exists [2021-01-20T00:39:16.983Z] 2d515e0bddf5: Layer already exists [2021-01-20T00:39:16.983Z] e9a4ce58e24a: Layer already exists [2021-01-20T00:39:16.983Z] 1.3.1-dev.4: digest: sha256:dd5c92c5809ce34e1a21d6f2325eaa543e2e9efabe155bf40ab70eb2672b2860 size: 1155 [Pipeline] isUnix [Pipeline] sh [2021-01-20T00:39:17.078Z] Checking out Revision b247510d13ba8e9fad57040faa04d23d7bfdafc2 (master) [2021-01-20T00:39:17.293Z] + docker tag docker-device-mqtt-go nexus3.edgexfoundry.org:10004/docker-device-mqtt-go:b247510d13ba8e9fad57040faa04d23d7bfdafc2-1.3.1-dev.4 [Pipeline] isUnix [Pipeline] sh [2021-01-20T00:39:17.592Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-mqtt-go:b247510d13ba8e9fad57040faa04d23d7bfdafc2-1.3.1-dev.4 [2021-01-20T00:39:17.592Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-mqtt-go] [2021-01-20T00:39:17.592Z] 1cc7a06a6be5: Preparing [2021-01-20T00:39:17.592Z] 2d515e0bddf5: Preparing [2021-01-20T00:39:17.592Z] e9a4ce58e24a: Preparing [2021-01-20T00:39:17.592Z] 777b2c648970: Preparing [2021-01-20T00:39:17.592Z] 1cc7a06a6be5: Layer already exists [2021-01-20T00:39:17.592Z] 777b2c648970: Layer already exists [2021-01-20T00:39:17.592Z] e9a4ce58e24a: Layer already exists [2021-01-20T00:39:17.592Z] 2d515e0bddf5: Layer already exists [2021-01-20T00:39:17.592Z] b247510d13ba8e9fad57040faa04d23d7bfdafc2-1.3.1-dev.4: digest: sha256:dd5c92c5809ce34e1a21d6f2325eaa543e2e9efabe155bf40ab70eb2672b2860 size: 1155 [Pipeline] isUnix [Pipeline] sh [2021-01-20T00:39:17.906Z] + docker tag docker-device-mqtt-go nexus3.edgexfoundry.org:10004/docker-device-mqtt-go:master [Pipeline] isUnix [Pipeline] sh [2021-01-20T00:39:18.205Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-mqtt-go:master [2021-01-20T00:39:18.205Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-mqtt-go] [2021-01-20T00:39:18.205Z] 1cc7a06a6be5: Preparing [2021-01-20T00:39:18.205Z] 2d515e0bddf5: Preparing [2021-01-20T00:39:18.205Z] e9a4ce58e24a: Preparing [2021-01-20T00:39:18.205Z] 777b2c648970: Preparing [2021-01-20T00:39:18.205Z] 2d515e0bddf5: Layer already exists [2021-01-20T00:39:18.205Z] 1cc7a06a6be5: Layer already exists [2021-01-20T00:39:18.205Z] 777b2c648970: Layer already exists [2021-01-20T00:39:18.205Z] e9a4ce58e24a: Layer already exists [2021-01-20T00:39:18.205Z] master: digest: sha256:dd5c92c5809ce34e1a21d6f2325eaa543e2e9efabe155bf40ab70eb2672b2860 size: 1155 [Pipeline] } [Pipeline] // withDockerRegistry [2021-01-20T00:39:17.104Z] > git config core.sparsecheckout # timeout=10 [2021-01-20T00:39:17.129Z] > git checkout -f b247510d13ba8e9fad57040faa04d23d7bfdafc2 # timeout=10 [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-20T00:39:18.437Z] ===================================================== [Pipeline] echo [2021-01-20T00:39:18.492Z] taggedImages: [2021-01-20T00:39:18.492Z] - nexus3.edgexfoundry.org:10004/docker-device-mqtt-go:b247510d13ba8e9fad57040faa04d23d7bfdafc2 [2021-01-20T00:39:18.492Z] - nexus3.edgexfoundry.org:10004/docker-device-mqtt-go:latest [2021-01-20T00:39:18.492Z] - nexus3.edgexfoundry.org:10004/docker-device-mqtt-go:1.3.1-dev.4 [2021-01-20T00:39:18.492Z] - nexus3.edgexfoundry.org:10004/docker-device-mqtt-go:b247510d13ba8e9fad57040faa04d23d7bfdafc2-1.3.1-dev.4 [2021-01-20T00:39:18.492Z] - 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] } [2021-01-20T00:39:21.684Z] 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 [2021-01-20T00:39:23.134Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-01-20T00:39:23.565Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-20T00:39:23.931Z] + sudo service docker restart [2021-01-20T00:39:23.932Z] + true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-20T00:39:26.718Z] provisioning config files... [2021-01-20T00:39:26.860Z] copy managed file [device-mqtt-go-settings] to file:/w/workspace/device-mqtt-go/29@tmp/config5772384509626980311tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-20T00:39:27.370Z] ---> docker-login.sh [2021-01-20T00:39:27.370Z] nexus3.edgexfoundry.org:10001 [2021-01-20T00:39:28.375Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-20T00:39:28.650Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-20T00:39:28.650Z] Configure a credential helper to remove this warning. See [2021-01-20T00:39:28.650Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-20T00:39:28.650Z] [2021-01-20T00:39:28.650Z] Login Succeeded [2021-01-20T00:39:28.650Z] nexus3.edgexfoundry.org:10002 [2021-01-20T00:39:29.252Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-20T00:39:29.252Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-20T00:39:29.252Z] Configure a credential helper to remove this warning. See [2021-01-20T00:39:29.252Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-20T00:39:29.252Z] [2021-01-20T00:39:29.252Z] Login Succeeded [2021-01-20T00:39:29.252Z] nexus3.edgexfoundry.org:10003 [2021-01-20T00:39:29.854Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-20T00:39:29.854Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-20T00:39:29.854Z] Configure a credential helper to remove this warning. See [2021-01-20T00:39:29.854Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-20T00:39:29.854Z] [2021-01-20T00:39:29.854Z] Login Succeeded [2021-01-20T00:39:29.854Z] nexus3.edgexfoundry.org:10004 [2021-01-20T00:39:30.454Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-20T00:39:30.454Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-20T00:39:30.454Z] Configure a credential helper to remove this warning. See [2021-01-20T00:39:30.454Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-20T00:39:30.454Z] [2021-01-20T00:39:30.454Z] Login Succeeded [2021-01-20T00:39:30.454Z] docker.io [2021-01-20T00:39:31.051Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-20T00:39:31.324Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-20T00:39:31.324Z] Configure a credential helper to remove this warning. See [2021-01-20T00:39:31.324Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-20T00:39:31.324Z] [2021-01-20T00:39:31.324Z] Login Succeeded [2021-01-20T00:39:31.324Z] ---> docker-login.sh ends [Pipeline] } [2021-01-20T00:39:31.342Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-01-20T00:39:31.790Z] ========================================================= [2021-01-20T00:39:31.790Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-01-20T00:39:31.790Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-20T00:39:32.187Z] + 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 . [2021-01-20T00:39:32.470Z] Sending build context to Docker daemon 498.7kB [2021-01-20T00:39:32.784Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-01-20T00:39:32.784Z] Step 2/8 : FROM ${BASE} [2021-01-20T00:39:32.784Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-01-20T00:39:32.784Z] 5f621e34cdf4: Pulling fs layer [2021-01-20T00:39:32.784Z] a4357932f1b6: Pulling fs layer [2021-01-20T00:39:32.784Z] 18c013af1878: Pulling fs layer [2021-01-20T00:39:32.784Z] 00ac8860ef70: Pulling fs layer [2021-01-20T00:39:32.784Z] 63d7cb157983: Pulling fs layer [2021-01-20T00:39:32.784Z] b116817d02f9: Pulling fs layer [2021-01-20T00:39:32.784Z] 745a02a5169b: Pulling fs layer [2021-01-20T00:39:32.784Z] b116817d02f9: Waiting [2021-01-20T00:39:32.784Z] 00ac8860ef70: Waiting [2021-01-20T00:39:32.784Z] 63d7cb157983: Waiting [2021-01-20T00:39:32.784Z] 745a02a5169b: Waiting [2021-01-20T00:39:32.784Z] 18c013af1878: Verifying Checksum [2021-01-20T00:39:32.784Z] 18c013af1878: Download complete [2021-01-20T00:39:32.784Z] a4357932f1b6: Verifying Checksum [2021-01-20T00:39:32.784Z] a4357932f1b6: Download complete [2021-01-20T00:39:32.784Z] 63d7cb157983: Verifying Checksum [2021-01-20T00:39:32.784Z] 63d7cb157983: Download complete [2021-01-20T00:39:32.784Z] b116817d02f9: Verifying Checksum [2021-01-20T00:39:32.784Z] b116817d02f9: Download complete [2021-01-20T00:39:33.058Z] 5f621e34cdf4: Verifying Checksum [2021-01-20T00:39:33.058Z] 5f621e34cdf4: Download complete [2021-01-20T00:39:33.662Z] 5f621e34cdf4: Pull complete [2021-01-20T00:39:34.272Z] a4357932f1b6: Pull complete [2021-01-20T00:39:34.870Z] 18c013af1878: Pull complete [2021-01-20T00:39:35.145Z] 745a02a5169b: Verifying Checksum [2021-01-20T00:39:35.145Z] 745a02a5169b: Download complete [2021-01-20T00:39:36.585Z] 00ac8860ef70: Verifying Checksum [2021-01-20T00:39:36.585Z] 00ac8860ef70: Download complete [2021-01-20T00:39:46.761Z] 00ac8860ef70: Pull complete [2021-01-20T00:39:46.761Z] 63d7cb157983: Pull complete [2021-01-20T00:39:46.761Z] b116817d02f9: Pull complete [2021-01-20T00:39:49.404Z] 745a02a5169b: Pull complete [2021-01-20T00:39:49.404Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-01-20T00:39:49.404Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-01-20T00:39:49.404Z] ---> b7e6874047d6 [2021-01-20T00:39:49.404Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IOTech' [2021-01-20T00:39:52.815Z] ---> Running in 08e14d08755e [2021-01-20T00:39:53.104Z] Removing intermediate container 08e14d08755e [2021-01-20T00:39:53.104Z] ---> e7b6dd4af0c0 [2021-01-20T00:39:53.104Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-20T00:39:53.104Z] ---> Running in b7f7d376f131 [2021-01-20T00:39:55.744Z] Removing intermediate container b7f7d376f131 [2021-01-20T00:39:55.744Z] ---> 769d0cb87ebb [2021-01-20T00:39:55.744Z] Step 5/8 : RUN apk add --update --no-cache make git openssh build-base [2021-01-20T00:39:55.744Z] ---> Running in 9c70dbc49299 [2021-01-20T00:39:56.726Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-20T00:39:59.366Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-20T00:40:02.781Z] (1/14) Installing libmagic (5.38-r0) [2021-01-20T00:40:03.055Z] (2/14) Installing file (5.38-r0) [2021-01-20T00:40:03.055Z] (3/14) Installing libc-dev (0.7.2-r3) [2021-01-20T00:40:03.055Z] (4/14) Installing g++ (9.3.0-r2) [2021-01-20T00:40:25.260Z] (5/14) Installing fortify-headers (1.1-r0) [2021-01-20T00:40:25.260Z] (6/14) Installing patch (2.7.6-r6) [2021-01-20T00:40:25.260Z] (7/14) Installing build-base (0.5-r2) [2021-01-20T00:40:25.260Z] (8/14) Installing openssh-keygen (8.3_p1-r1) [2021-01-20T00:40:25.260Z] (9/14) Installing libedit (20191231.3.1-r0) [2021-01-20T00:40:25.260Z] (10/14) Installing openssh-client (8.3_p1-r1) [2021-01-20T00:40:25.260Z] (11/14) Installing openssh-sftp-server (8.3_p1-r1) [2021-01-20T00:40:25.260Z] (12/14) Installing openssh-server-common (8.3_p1-r1) [2021-01-20T00:40:25.260Z] (13/14) Installing openssh-server (8.3_p1-r1) [2021-01-20T00:40:25.260Z] (14/14) Installing openssh (8.3_p1-r1) [2021-01-20T00:40:25.260Z] Executing busybox-1.31.1-r19.trigger [2021-01-20T00:40:25.260Z] OK: 221 MiB in 53 packages [2021-01-20T00:40:29.601Z] Removing intermediate container 9c70dbc49299 [2021-01-20T00:40:29.601Z] ---> c1cd88677361 [2021-01-20T00:40:29.601Z] Step 6/8 : WORKDIR /device-mqtt-go [2021-01-20T00:40:29.601Z] ---> Running in f7f0db376bab [2021-01-20T00:40:29.880Z] Removing intermediate container f7f0db376bab [2021-01-20T00:40:29.880Z] ---> b8b28c318479 [2021-01-20T00:40:29.880Z] Step 7/8 : COPY . . [2021-01-20T00:40:30.877Z] ---> 98153817a151 [2021-01-20T00:40:30.877Z] Step 8/8 : RUN go mod download [2021-01-20T00:40:30.877Z] ---> Running in fa8e0547ccc3 [2021-01-20T00:40:57.687Z] Removing intermediate container fa8e0547ccc3 [2021-01-20T00:40:57.687Z] ---> 974549066e56 [2021-01-20T00:40:57.687Z] Successfully built 974549066e56 [2021-01-20T00:40:57.687Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-20T00:40:58.035Z] + docker inspect -f . ci-base-image-arm64 [2021-01-20T00:40:58.035Z] . [Pipeline] withDockerContainer [2021-01-20T00:40:58.287Z] prd-ubuntu18.04-docker-arm64-4c-16g-21439 does not seem to be running inside a container [2021-01-20T00:40:58.399Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-mqtt-go/29 -v /w/workspace/device-mqtt-go/29:/w/workspace/device-mqtt-go/29:rw,z -v /w/workspace/device-mqtt-go/29@tmp:/w/workspace/device-mqtt-go/29@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-01-20T00:40:59.971Z] $ docker top e643d98dd6698c9cf5d69340b2fa14201b7da345cf516cb1045b3716e7fa9a85 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-20T00:41:01.006Z] + go version [2021-01-20T00:41:01.006Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-01-20T00:41:01.031Z] $ docker stop --time=1 e643d98dd6698c9cf5d69340b2fa14201b7da345cf516cb1045b3716e7fa9a85 [2021-01-20T00:41:03.059Z] $ docker rm -f e643d98dd6698c9cf5d69340b2fa14201b7da345cf516cb1045b3716e7fa9a85 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-20T00:41:04.191Z] + docker inspect -f . ci-base-image-arm64 [2021-01-20T00:41:04.191Z] . [Pipeline] withDockerContainer [2021-01-20T00:41:04.487Z] prd-ubuntu18.04-docker-arm64-4c-16g-21439 does not seem to be running inside a container [2021-01-20T00:41:04.585Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-mqtt-go/29 -v /w/workspace/device-mqtt-go/29:/w/workspace/device-mqtt-go/29:rw,z -v /w/workspace/device-mqtt-go/29@tmp:/w/workspace/device-mqtt-go/29@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-01-20T00:41:06.186Z] $ docker top da7571aad2751acdc197ed1f639874172e9230478e156b0f34f7c1e65cf133c4 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-20T00:41:07.239Z] + make test [2021-01-20T00:41:07.239Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out [2021-01-20T00:41:08.225Z] ? github.com/edgexfoundry/device-mqtt-go [no test files] [2021-01-20T00:41:47.378Z] ? github.com/edgexfoundry/device-mqtt-go/cmd [no test files] [2021-01-20T00:41:48.361Z] ok github.com/edgexfoundry/device-mqtt-go/internal/driver 0.035s coverage: 28.3% of statements [2021-01-20T00:41:48.361Z] ? github.com/edgexfoundry/device-mqtt-go/mock [no test files] [2021-01-20T00:41:48.954Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2021-01-20T00:41:57.251Z] gofmt -l . [2021-01-20T00:41:57.251Z] ["`gofmt -l .`" = ""] [2021-01-20T00:41:57.251Z] ./bin/test-attribution-txt.sh [2021-01-20T00:41:57.251Z] ./bin/test-go-mod-tidy.sh [Pipeline] } [2021-01-20T00:41:57.544Z] $ docker stop --time=1 da7571aad2751acdc197ed1f639874172e9230478e156b0f34f7c1e65cf133c4 [2021-01-20T00:41:59.816Z] $ docker rm -f da7571aad2751acdc197ed1f639874172e9230478e156b0f34f7c1e65cf133c4 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-20T00:42:00.783Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-01-20T00:42:00.850Z] Warning: overwriting stash ‘coverage-report’ [2021-01-20T00:42:02.032Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-20T00:42:02.788Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-01-20T00:42:03.204Z] + ls -al . [2021-01-20T00:42:03.204Z] total 132 [2021-01-20T00:42:03.204Z] drwxrwxr-x 9 jenkins jenkins 4096 Jan 20 00:41 . [2021-01-20T00:42:03.204Z] drwxrwxr-x 4 jenkins jenkins 4096 Jan 20 00:39 .. [2021-01-20T00:42:03.204Z] -rw-rw-r-- 1 jenkins jenkins 140 Jan 20 00:39 .dockerignore [2021-01-20T00:42:03.204Z] drwxrwxr-x 8 jenkins jenkins 4096 Jan 20 00:39 .git [2021-01-20T00:42:03.204Z] drwxrwxr-x 2 jenkins jenkins 4096 Jan 20 00:39 .github [2021-01-20T00:42:03.204Z] -rw-rw-r-- 1 jenkins jenkins 336 Jan 20 00:39 .gitignore [2021-01-20T00:42:03.204Z] -rw-rw-r-- 1 jenkins jenkins 5932 Jan 20 00:39 Attribution.txt [2021-01-20T00:42:03.204Z] -rw-rw-r-- 1 jenkins jenkins 1802 Jan 20 00:39 Dockerfile [2021-01-20T00:42:03.204Z] -rw-rw-r-- 1 jenkins jenkins 957 Jan 20 00:39 Dockerfile.build [2021-01-20T00:42:03.204Z] -rw-rw-r-- 1 jenkins jenkins 677 Jan 20 00:39 Jenkinsfile [2021-01-20T00:42:03.204Z] -rw-rw-r-- 1 jenkins jenkins 11340 Jan 20 00:39 LICENSE [2021-01-20T00:42:03.204Z] -rw-rw-r-- 1 jenkins jenkins 902 Jan 20 00:39 Makefile [2021-01-20T00:42:03.204Z] -rw-rw-r-- 1 jenkins jenkins 444 Jan 20 00:39 README.md [2021-01-20T00:42:03.204Z] -rw-rw-r-- 1 jenkins jenkins 11 Jan 20 00:35 VERSION [2021-01-20T00:42:03.204Z] drwxrwxr-x 2 jenkins jenkins 4096 Jan 20 00:39 bin [2021-01-20T00:42:03.204Z] drwxrwxr-x 3 jenkins jenkins 4096 Jan 20 00:39 cmd [2021-01-20T00:42:03.204Z] -rw-r--r-- 1 jenkins jenkins 18940 Jan 20 00:41 coverage.out [2021-01-20T00:42:03.204Z] -rw-r--r-- 1 jenkins jenkins 504 Jan 20 00:41 go.mod [2021-01-20T00:42:03.204Z] -rw-r--r-- 1 jenkins jenkins 14988 Jan 20 00:41 go.sum [2021-01-20T00:42:03.204Z] drwxrwxr-x 3 jenkins jenkins 4096 Jan 20 00:39 internal [2021-01-20T00:42:03.204Z] drwxrwxr-x 2 jenkins jenkins 4096 Jan 20 00:39 mock [2021-01-20T00:42:03.204Z] drwxrwxr-x 4 jenkins jenkins 4096 Jan 20 00:39 snap [2021-01-20T00:42:03.204Z] -rw-rw-r-- 1 jenkins jenkins 227 Jan 20 00:39 version.go [Pipeline] isUnix [Pipeline] sh [2021-01-20T00:42:03.600Z] + 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-dev.4 . [2021-01-20T00:42:03.884Z] Sending build context to Docker daemon 518.1kB [2021-01-20T00:42:04.159Z] Step 1/22 : ARG BASE=golang:1.15-alpine3.12 [2021-01-20T00:42:04.159Z] Step 2/22 : FROM ${BASE} AS builder [2021-01-20T00:42:04.159Z] ---> 974549066e56 [2021-01-20T00:42:04.159Z] Step 3/22 : ARG ALPINE_PKG_BASE="build-base git openssh-client" [2021-01-20T00:42:04.432Z] ---> Running in 0d059078a91e [2021-01-20T00:42:04.704Z] Removing intermediate container 0d059078a91e [2021-01-20T00:42:04.704Z] ---> 433af611fad8 [2021-01-20T00:42:04.704Z] Step 4/22 : ARG ALPINE_PKG_EXTRA="" [2021-01-20T00:42:04.981Z] ---> Running in 4333b7ec90e3 [2021-01-20T00:42:05.257Z] Removing intermediate container 4333b7ec90e3 [2021-01-20T00:42:05.257Z] ---> dd07ee4bc47a [2021-01-20T00:42:05.257Z] Step 5/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-20T00:42:05.529Z] ---> Running in 28ee07f05c78 [2021-01-20T00:42:08.180Z] Removing intermediate container 28ee07f05c78 [2021-01-20T00:42:08.180Z] ---> f251b75b7894 [2021-01-20T00:42:08.180Z] Step 6/22 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2021-01-20T00:42:08.180Z] ---> Running in e7682f3c8b54 [2021-01-20T00:42:09.166Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-20T00:42:10.148Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-20T00:42:12.122Z] OK: 221 MiB in 53 packages [2021-01-20T00:42:13.108Z] Removing intermediate container e7682f3c8b54 [2021-01-20T00:42:13.108Z] ---> 00a2df6416e0 [2021-01-20T00:42:13.108Z] Step 7/22 : WORKDIR $GOPATH/src/github.com/edgexfoundry/device-mqtt-go [2021-01-20T00:42:13.382Z] ---> Running in 8736b90930ec [2021-01-20T00:42:13.656Z] Removing intermediate container 8736b90930ec [2021-01-20T00:42:13.656Z] ---> 63234792dad6 [2021-01-20T00:42:13.656Z] Step 8/22 : COPY . . [2021-01-20T00:42:14.637Z] ---> e104c4254be4 [2021-01-20T00:42:14.637Z] Step 9/22 : ARG MAKE='make build' [2021-01-20T00:42:14.911Z] ---> Running in 113eba6cacca [2021-01-20T00:42:15.505Z] Removing intermediate container 113eba6cacca [2021-01-20T00:42:15.505Z] ---> 2a2f2976be60 [2021-01-20T00:42:15.505Z] Step 10/22 : RUN $MAKE [2021-01-20T00:42:15.505Z] ---> Running in cc9fea241262 [2021-01-20T00:42:16.973Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-mqtt-go.Version=1.3.1-dev.4" -o cmd/device-mqtt ./cmd [2021-01-20T00:42:56.188Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2021-01-20T00:42:57.628Z] Removing intermediate container cc9fea241262 [2021-01-20T00:42:57.629Z] ---> 62f7c81b23cc [2021-01-20T00:42:57.629Z] Step 11/22 : FROM alpine:3.12 [2021-01-20T00:42:58.225Z] 3.12: Pulling from library/alpine [2021-01-20T00:42:58.225Z] 159e5727ea61: Pulling fs layer [2021-01-20T00:42:58.225Z] 159e5727ea61: Verifying Checksum [2021-01-20T00:42:58.225Z] 159e5727ea61: Download complete [2021-01-20T00:42:58.825Z] 159e5727ea61: Pull complete [2021-01-20T00:42:58.825Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-20T00:42:59.100Z] Status: Downloaded newer image for alpine:3.12 [2021-01-20T00:42:59.100Z] ---> afeebe901d6b [2021-01-20T00:42:59.100Z] Step 12/22 : ENV APP_PORT=49982 [2021-01-20T00:42:59.378Z] ---> Running in 8788e48b1f84 [2021-01-20T00:42:59.654Z] Removing intermediate container 8788e48b1f84 [2021-01-20T00:42:59.654Z] ---> 27a46dd22f66 [2021-01-20T00:42:59.654Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-20T00:42:59.924Z] ---> Running in 1c7588f0c7ed [2021-01-20T00:43:00.523Z] Removing intermediate container 1c7588f0c7ed [2021-01-20T00:43:00.523Z] ---> cfdbf9893948 [2021-01-20T00:43:00.523Z] Step 14/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-mqtt-go/cmd / [2021-01-20T00:43:01.975Z] ---> a4a2e536fad5 [2021-01-20T00:43:01.975Z] Step 15/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-mqtt-go/LICENSE / [2021-01-20T00:43:02.575Z] ---> ff6e1b1ef4e3 [2021-01-20T00:43:02.575Z] Step 16/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-mqtt-go/Attribution.txt / [2021-01-20T00:43:03.556Z] ---> d3f76fb93b95 [2021-01-20T00:43:03.556Z] Step 17/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IoTech Ltd' [2021-01-20T00:43:03.556Z] ---> Running in e65be7d09cce [2021-01-20T00:43:03.833Z] Removing intermediate container e65be7d09cce [2021-01-20T00:43:03.833Z] ---> ebea0ad44b6e [2021-01-20T00:43:03.833Z] Step 18/22 : ENTRYPOINT ["/device-mqtt"] [2021-01-20T00:43:04.107Z] ---> Running in 413bdad95b98 [2021-01-20T00:43:04.706Z] Removing intermediate container 413bdad95b98 [2021-01-20T00:43:04.706Z] ---> 4588842dd84d [2021-01-20T00:43:04.706Z] Step 19/22 : CMD ["--cp=consul://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-20T00:43:04.706Z] ---> Running in 121b68e17310 [2021-01-20T00:43:05.307Z] Removing intermediate container 121b68e17310 [2021-01-20T00:43:05.307Z] ---> 98449d3e8d5c [2021-01-20T00:43:05.307Z] Step 20/22 : LABEL arch=arm64 [2021-01-20T00:43:05.307Z] ---> Running in 7e274881e7a0 [2021-01-20T00:43:05.904Z] Removing intermediate container 7e274881e7a0 [2021-01-20T00:43:05.904Z] ---> a4e364adee3b [2021-01-20T00:43:05.904Z] Step 21/22 : LABEL git_sha=b247510d13ba8e9fad57040faa04d23d7bfdafc2 [2021-01-20T00:43:05.904Z] ---> Running in 9066fac5e598 [2021-01-20T00:43:06.500Z] Removing intermediate container 9066fac5e598 [2021-01-20T00:43:06.500Z] ---> b343864abb13 [2021-01-20T00:43:06.500Z] Step 22/22 : LABEL version=1.3.1-dev.4 [2021-01-20T00:43:06.777Z] ---> Running in 32caa3a7af78 [2021-01-20T00:43:07.051Z] Removing intermediate container 32caa3a7af78 [2021-01-20T00:43:07.051Z] ---> d28393d4d928 [2021-01-20T00:43:07.051Z] [Warning] One or more build-args [ARCH] were not consumed [2021-01-20T00:43:07.051Z] Successfully built d28393d4d928 [2021-01-20T00:43:07.328Z] 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 [2021-01-20T00:43:07.747Z] provisioning config files... [2021-01-20T00:43:07.788Z] copy managed file [device-mqtt-go-settings] to file:/w/workspace/device-mqtt-go/29@tmp/config5621288230368865922tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-20T00:43:08.207Z] ---> docker-login.sh [2021-01-20T00:43:08.207Z] nexus3.edgexfoundry.org:10001 [2021-01-20T00:43:08.482Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-20T00:43:08.757Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-20T00:43:08.757Z] Configure a credential helper to remove this warning. See [2021-01-20T00:43:08.757Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-20T00:43:08.757Z] [2021-01-20T00:43:08.757Z] Login Succeeded [2021-01-20T00:43:08.757Z] nexus3.edgexfoundry.org:10002 [2021-01-20T00:43:09.353Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-20T00:43:09.353Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-20T00:43:09.353Z] Configure a credential helper to remove this warning. See [2021-01-20T00:43:09.353Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-20T00:43:09.353Z] [2021-01-20T00:43:09.353Z] Login Succeeded [2021-01-20T00:43:09.353Z] nexus3.edgexfoundry.org:10003 [2021-01-20T00:43:09.949Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-20T00:43:09.949Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-20T00:43:09.949Z] Configure a credential helper to remove this warning. See [2021-01-20T00:43:09.949Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-20T00:43:09.949Z] [2021-01-20T00:43:09.949Z] Login Succeeded [2021-01-20T00:43:09.949Z] nexus3.edgexfoundry.org:10004 [2021-01-20T00:43:10.542Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-20T00:43:10.542Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-20T00:43:10.542Z] Configure a credential helper to remove this warning. See [2021-01-20T00:43:10.542Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-20T00:43:10.542Z] [2021-01-20T00:43:10.542Z] Login Succeeded [2021-01-20T00:43:10.542Z] docker.io [2021-01-20T00:43:11.133Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-20T00:43:11.404Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-20T00:43:11.404Z] Configure a credential helper to remove this warning. See [2021-01-20T00:43:11.405Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-20T00:43:11.405Z] [2021-01-20T00:43:11.405Z] Login Succeeded [2021-01-20T00:43:11.405Z] ---> docker-login.sh ends [Pipeline] } [2021-01-20T00:43:11.420Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-20T00:43:11.647Z] [edgeXDocker.push] Tagging docker image docker-device-mqtt-go-arm64 with the following tags: [2021-01-20T00:43:11.648Z] b247510d13ba8e9fad57040faa04d23d7bfdafc2 [2021-01-20T00:43:11.648Z] latest [2021-01-20T00:43:11.648Z] 1.3.1-dev.4 [2021-01-20T00:43:11.648Z] b247510d13ba8e9fad57040faa04d23d7bfdafc2-1.3.1-dev.4 [2021-01-20T00:43:11.648Z] master [2021-01-20T00:43:11.648Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-20T00:43:12.146Z] + docker tag docker-device-mqtt-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64:b247510d13ba8e9fad57040faa04d23d7bfdafc2 [Pipeline] isUnix [Pipeline] sh [2021-01-20T00:43:12.492Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64:b247510d13ba8e9fad57040faa04d23d7bfdafc2 [2021-01-20T00:43:12.492Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64] [2021-01-20T00:43:12.492Z] 269b32ec5f4e: Preparing [2021-01-20T00:43:12.492Z] a6065299b97b: Preparing [2021-01-20T00:43:12.492Z] 37b8e990245e: Preparing [2021-01-20T00:43:12.492Z] 379067d0cb53: Preparing [2021-01-20T00:43:12.766Z] 379067d0cb53: Layer already exists [2021-01-20T00:43:12.766Z] a6065299b97b: Pushed [2021-01-20T00:43:12.766Z] 269b32ec5f4e: Pushed [2021-01-20T00:43:16.148Z] 37b8e990245e: Pushed [2021-01-20T00:43:16.148Z] b247510d13ba8e9fad57040faa04d23d7bfdafc2: digest: sha256:59fe6468886e51d1e7c37194963ba958591ddb209adcffdd363cdeda059df9f6 size: 1155 [Pipeline] isUnix [Pipeline] sh [2021-01-20T00:43:16.497Z] + docker tag docker-device-mqtt-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-20T00:43:16.836Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64:latest [2021-01-20T00:43:16.836Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64] [2021-01-20T00:43:16.836Z] 269b32ec5f4e: Preparing [2021-01-20T00:43:16.836Z] a6065299b97b: Preparing [2021-01-20T00:43:16.836Z] 37b8e990245e: Preparing [2021-01-20T00:43:16.836Z] 379067d0cb53: Preparing [2021-01-20T00:43:16.836Z] a6065299b97b: Layer already exists [2021-01-20T00:43:16.836Z] 269b32ec5f4e: Layer already exists [2021-01-20T00:43:16.836Z] 37b8e990245e: Layer already exists [2021-01-20T00:43:16.836Z] 379067d0cb53: Layer already exists [2021-01-20T00:43:17.114Z] latest: digest: sha256:59fe6468886e51d1e7c37194963ba958591ddb209adcffdd363cdeda059df9f6 size: 1155 [Pipeline] isUnix [Pipeline] sh [2021-01-20T00:43:17.474Z] + docker tag docker-device-mqtt-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64:1.3.1-dev.4 [Pipeline] isUnix [Pipeline] sh [2021-01-20T00:43:17.817Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64:1.3.1-dev.4 [2021-01-20T00:43:17.817Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64] [2021-01-20T00:43:17.817Z] 269b32ec5f4e: Preparing [2021-01-20T00:43:17.817Z] a6065299b97b: Preparing [2021-01-20T00:43:17.817Z] 37b8e990245e: Preparing [2021-01-20T00:43:17.817Z] 379067d0cb53: Preparing [2021-01-20T00:43:17.817Z] a6065299b97b: Layer already exists [2021-01-20T00:43:17.817Z] 37b8e990245e: Layer already exists [2021-01-20T00:43:17.817Z] 379067d0cb53: Layer already exists [2021-01-20T00:43:17.817Z] 269b32ec5f4e: Layer already exists [2021-01-20T00:43:18.089Z] 1.3.1-dev.4: digest: sha256:59fe6468886e51d1e7c37194963ba958591ddb209adcffdd363cdeda059df9f6 size: 1155 [Pipeline] isUnix [Pipeline] sh [2021-01-20T00:43:18.435Z] + docker tag docker-device-mqtt-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64:b247510d13ba8e9fad57040faa04d23d7bfdafc2-1.3.1-dev.4 [Pipeline] isUnix [Pipeline] sh [2021-01-20T00:43:18.775Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64:b247510d13ba8e9fad57040faa04d23d7bfdafc2-1.3.1-dev.4 [2021-01-20T00:43:18.775Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64] [2021-01-20T00:43:18.775Z] 269b32ec5f4e: Preparing [2021-01-20T00:43:18.775Z] a6065299b97b: Preparing [2021-01-20T00:43:18.775Z] 37b8e990245e: Preparing [2021-01-20T00:43:18.775Z] 379067d0cb53: Preparing [2021-01-20T00:43:18.775Z] 379067d0cb53: Layer already exists [2021-01-20T00:43:18.775Z] 37b8e990245e: Layer already exists [2021-01-20T00:43:18.775Z] a6065299b97b: Layer already exists [2021-01-20T00:43:18.775Z] 269b32ec5f4e: Layer already exists [2021-01-20T00:43:19.067Z] b247510d13ba8e9fad57040faa04d23d7bfdafc2-1.3.1-dev.4: digest: sha256:59fe6468886e51d1e7c37194963ba958591ddb209adcffdd363cdeda059df9f6 size: 1155 [Pipeline] isUnix [Pipeline] sh [2021-01-20T00:43:19.416Z] + docker tag docker-device-mqtt-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-01-20T00:43:19.755Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64:master [2021-01-20T00:43:19.755Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64] [2021-01-20T00:43:19.755Z] 269b32ec5f4e: Preparing [2021-01-20T00:43:19.755Z] a6065299b97b: Preparing [2021-01-20T00:43:19.755Z] 37b8e990245e: Preparing [2021-01-20T00:43:19.755Z] 379067d0cb53: Preparing [2021-01-20T00:43:19.755Z] a6065299b97b: Layer already exists [2021-01-20T00:43:19.755Z] 379067d0cb53: Layer already exists [2021-01-20T00:43:19.755Z] 269b32ec5f4e: Layer already exists [2021-01-20T00:43:19.755Z] 37b8e990245e: Layer already exists [2021-01-20T00:43:20.029Z] master: digest: sha256:59fe6468886e51d1e7c37194963ba958591ddb209adcffdd363cdeda059df9f6 size: 1155 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-20T00:43:20.243Z] ===================================================== [Pipeline] echo [2021-01-20T00:43:20.296Z] taggedImages: [2021-01-20T00:43:20.296Z] - nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64:b247510d13ba8e9fad57040faa04d23d7bfdafc2 [2021-01-20T00:43:20.296Z] - nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64:latest [2021-01-20T00:43:20.296Z] - nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64:1.3.1-dev.4 [2021-01-20T00:43:20.296Z] - nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64:b247510d13ba8e9fad57040faa04d23d7bfdafc2-1.3.1-dev.4 [2021-01-20T00:43:20.296Z] - 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 [2021-01-20T00:43:21.731Z] provisioning config files... [2021-01-20T00:43:21.744Z] copy managed file [device-mqtt-go-codecov-token] to file:/w/workspace/gexfoundry_device-mqtt-go_master@tmp/config4590557190068385211tmp [Pipeline] { [Pipeline] sh [2021-01-20T00:43:22.135Z] + set +x [2021-01-20T00:43:22.135Z] + curl -s https://codecov.io/bash [2021-01-20T00:43:22.135Z] + bash -s -- [2021-01-20T00:43:22.135Z] [2021-01-20T00:43:22.135Z] _____ _ [2021-01-20T00:43:22.135Z] / ____| | | [2021-01-20T00:43:22.135Z] | | ___ __| | ___ ___ _____ __ [2021-01-20T00:43:22.135Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-01-20T00:43:22.135Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-01-20T00:43:22.135Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-01-20T00:43:22.135Z] Bash-20210115-cec3c92 [2021-01-20T00:43:22.135Z] [2021-01-20T00:43:22.135Z] [2021-01-20T00:43:22.135Z] ==> git version 2.24.3 found [2021-01-20T00:43:22.397Z] ==> 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 [2021-01-20T00:43:22.397Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-01-20T00:43:22.397Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-01-20T00:43:22.397Z] ==> Jenkins CI detected. [2021-01-20T00:43:22.397Z] project root: . [2021-01-20T00:43:22.397Z] --> token set from env [2021-01-20T00:43:22.397Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-01-20T00:43:22.397Z] ==> Running gcov in . (disable via -X gcov) [2021-01-20T00:43:22.397Z] ==> Python coveragepy not found [2021-01-20T00:43:22.397Z] ==> Searching for coverage reports in: [2021-01-20T00:43:22.397Z] + . [2021-01-20T00:43:22.397Z] -> Found 1 reports [2021-01-20T00:43:22.397Z] ==> Detecting git/mercurial file structure [2021-01-20T00:43:22.397Z] ==> Reading reports [2021-01-20T00:43:22.397Z] + ./coverage.out bytes=18940 [2021-01-20T00:43:22.397Z] ==> Appending adjustments [2021-01-20T00:43:22.397Z] https://docs.codecov.io/docs/fixing-reports [2021-01-20T00:43:22.397Z] + Found adjustments [2021-01-20T00:43:22.397Z] ==> Gzipping contents [2021-01-20T00:43:22.397Z] 4.0K /tmp/codecov.qVE4Pv.gz [2021-01-20T00:43:22.397Z] ==> Uploading reports [2021-01-20T00:43:22.397Z] url: https://codecov.io [2021-01-20T00:43:22.397Z] query: branch=master&commit=b247510d13ba8e9fad57040faa04d23d7bfdafc2&build=29&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-mqtt-go%2Fjob%2Fmaster%2F29%2F&name=&tag=&slug=edgexfoundry%2Fdevice-mqtt-go&service=jenkins&flags=&pr=&job=&cmd_args= [2021-01-20T00:43:22.397Z] -> Pinging Codecov [2021-01-20T00:43:22.397Z] https://codecov.io/upload/v4?package=bash-20210115-cec3c92&token=secret&branch=master&commit=b247510d13ba8e9fad57040faa04d23d7bfdafc2&build=29&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-mqtt-go%2Fjob%2Fmaster%2F29%2F&name=&tag=&slug=edgexfoundry%2Fdevice-mqtt-go&service=jenkins&flags=&pr=&job=&cmd_args= [2021-01-20T00:43:22.971Z] -> Uploading to [2021-01-20T00:43:22.971Z] https://storage.googleapis.com/codecov/v4/raw/2021-01-20/7D719EC7BBE17E464838252E33014C33/b247510d13ba8e9fad57040faa04d23d7bfdafc2/0154738e-b7ac-4a72-8332-040b0f5e0500.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210120%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210120T004322Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=2e18cf78b80df8c9f02087abd72c579bc66f6e7dc4efe3b134d8c3b022106bf1 [2021-01-20T00:43:22.971Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-20T00:43:22.971Z] Dload Upload Total Spent Left Speed [2021-01-20T00:43:23.548Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 3288 0 0 100 3288 0 8019 --:--:-- --:--:-- --:--:-- 8039 [2021-01-20T00:43:23.548Z] -> View reports at https://codecov.io/github/edgexfoundry/device-mqtt-go/commit/b247510d13ba8e9fad57040faa04d23d7bfdafc2 [Pipeline] } [2021-01-20T00:43:23.558Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo [2021-01-20T00:43:24.030Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2021-01-20T00:43:24.079Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-20T00:43:24.422Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-01-20T00:43:24.422Z] [2021-01-20T00:43:24.422Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh [2021-01-20T00:43:24.777Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-01-20T00:43:24.777Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2021-01-20T00:43:24.777Z] 188c0c94c7c5: Pulling fs layer [2021-01-20T00:43:24.777Z] 0ef7d3d256c8: Pulling fs layer [2021-01-20T00:43:24.777Z] de9db76c5a1d: Pulling fs layer [2021-01-20T00:43:24.777Z] 0eba1c9be4d2: Pulling fs layer [2021-01-20T00:43:24.777Z] 0d57e429df01: Pulling fs layer [2021-01-20T00:43:24.777Z] 4e4be7b47b0d: Pulling fs layer [2021-01-20T00:43:24.777Z] e1f770b5df2f: Pulling fs layer [2021-01-20T00:43:24.777Z] 85a0685a4137: Pulling fs layer [2021-01-20T00:43:24.777Z] 0d57e429df01: Waiting [2021-01-20T00:43:24.777Z] 4e4be7b47b0d: Waiting [2021-01-20T00:43:24.777Z] e1f770b5df2f: Waiting [2021-01-20T00:43:24.777Z] 85a0685a4137: Waiting [2021-01-20T00:43:24.777Z] 0eba1c9be4d2: Waiting [2021-01-20T00:43:24.777Z] de9db76c5a1d: Verifying Checksum [2021-01-20T00:43:24.777Z] de9db76c5a1d: Download complete [2021-01-20T00:43:24.777Z] 0ef7d3d256c8: Verifying Checksum [2021-01-20T00:43:24.777Z] 0ef7d3d256c8: Download complete [2021-01-20T00:43:24.777Z] 0d57e429df01: Verifying Checksum [2021-01-20T00:43:24.777Z] 0d57e429df01: Download complete [2021-01-20T00:43:25.043Z] 4e4be7b47b0d: Verifying Checksum [2021-01-20T00:43:25.043Z] 4e4be7b47b0d: Download complete [2021-01-20T00:43:25.043Z] 188c0c94c7c5: Download complete [2021-01-20T00:43:25.312Z] 188c0c94c7c5: Pull complete [2021-01-20T00:43:25.576Z] 0ef7d3d256c8: Pull complete [2021-01-20T00:43:25.576Z] de9db76c5a1d: Pull complete [2021-01-20T00:43:26.165Z] e1f770b5df2f: Verifying Checksum [2021-01-20T00:43:26.165Z] e1f770b5df2f: Download complete [2021-01-20T00:43:28.108Z] 0eba1c9be4d2: Verifying Checksum [2021-01-20T00:43:28.108Z] 0eba1c9be4d2: Download complete [2021-01-20T00:43:29.080Z] 85a0685a4137: Verifying Checksum [2021-01-20T00:43:29.080Z] 85a0685a4137: Download complete [2021-01-20T00:43:34.414Z] 0eba1c9be4d2: Pull complete [2021-01-20T00:43:34.414Z] 0d57e429df01: Pull complete [2021-01-20T00:43:34.414Z] 4e4be7b47b0d: Pull complete [2021-01-20T00:43:36.339Z] e1f770b5df2f: Pull complete [2021-01-20T00:43:44.525Z] 85a0685a4137: Pull complete [2021-01-20T00:43:44.525Z] Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 [2021-01-20T00:43:44.525Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-01-20T00:43:44.525Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer [2021-01-20T00:43:44.735Z] prd-centos7-docker-4c-2g-21435 does not seem to be running inside a container [2021-01-20T00:43:44.783Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/gexfoundry_device-mqtt-go_master -v /w/workspace/gexfoundry_device-mqtt-go_master:/w/workspace/gexfoundry_device-mqtt-go_master:rw,z -v /w/workspace/gexfoundry_device-mqtt-go_master@tmp:/w/workspace/gexfoundry_device-mqtt-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2021-01-20T00:43:45.795Z] $ docker top 0dafec4140003e8068b5a311ff12d4ceb8f3f21ec19c3b3acdba2ad4501e556f -eo pid,comm [Pipeline] { [Pipeline] echo [2021-01-20T00:43:45.991Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh [2021-01-20T00:43:46.284Z] + set -o pipefail [2021-01-20T00:43:46.284Z] + snyk monitor '--org=edgex-jenkins' [2021-01-20T00:43:54.461Z] [2021-01-20T00:43:54.461Z] Monitoring /w/workspace/gexfoundry_device-mqtt-go_master (github.com/edgexfoundry/device-mqtt-go)... [2021-01-20T00:43:54.461Z] [2021-01-20T00:43:54.461Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/6acecf1b-85ea-4374-bf84-4fa5a6e664d0/history/4d1d9850-1d1d-401a-9332-3fb943a3a278 [2021-01-20T00:43:54.461Z] [2021-01-20T00:43:54.461Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2021-01-20T00:43:54.461Z] [2021-01-20T00:43:54.461Z] [Pipeline] } [2021-01-20T00:43:54.478Z] $ docker stop --time=1 0dafec4140003e8068b5a311ff12d4ceb8f3f21ec19c3b3acdba2ad4501e556f [2021-01-20T00:43:57.131Z] $ docker rm -f 0dafec4140003e8068b5a311ff12d4ceb8f3f21ec19c3b3acdba2ad4501e556f [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 [2021-01-20T00:43:59.145Z] + git log --format=format:%s -1 b247510d13ba8e9fad57040faa04d23d7bfdafc2 [Pipeline] isUnix [Pipeline] sh [2021-01-20T00:43:59.460Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-20T00:43:59.460Z] . [Pipeline] withDockerContainer [2021-01-20T00:43:59.571Z] prd-centos7-docker-4c-2g-21435 does not seem to be running inside a container [2021-01-20T00:43:59.621Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_device-mqtt-go_master -v /w/workspace/gexfoundry_device-mqtt-go_master:/w/workspace/gexfoundry_device-mqtt-go_master:rw,z -v /w/workspace/gexfoundry_device-mqtt-go_master@tmp:/w/workspace/gexfoundry_device-mqtt-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-01-20T00:44:00.471Z] $ docker top 2c56be4fec8ec1831f2e3be79e5d9ba40dd5ab7db2694a77e27fc44cba6ca8c4 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-20T00:44:00.777Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-20T00:44:00.777Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-20T00:44:01.006Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-20T00:44:01.009Z] $ docker exec 2c56be4fec8ec1831f2e3be79e5d9ba40dd5ab7db2694a77e27fc44cba6ca8c4 ssh-agent [2021-01-20T00:44:01.179Z] SSH_AUTH_SOCK=/tmp/ssh-d1WR7RMqV9s3/agent.11 [2021-01-20T00:44:01.179Z] SSH_AGENT_PID=16 [2021-01-20T00:44:01.186Z] Running ssh-add (command line suppressed) [2021-01-20T00:44:01.340Z] Identity added: /w/workspace/gexfoundry_device-mqtt-go_master@tmp/private_key_6110630640980348038.key (/w/workspace/gexfoundry_device-mqtt-go_master@tmp/private_key_6110630640980348038.key) [2021-01-20T00:44:01.409Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-20T00:44:01.894Z] + git semver tag [2021-01-20T00:44:01.895Z] # -> Open(): unable to determine branch for HEAD [2021-01-20T00:44:01.895Z] # $GIT_DIR = /w/workspace/gexfoundry_device-mqtt-go_master/.git [2021-01-20T00:44:01.895Z] # $GIT_WORK_TREE = /w/workspace/gexfoundry_device-mqtt-go_master [2021-01-20T00:44:01.895Z] # $SEMVER_REMOTE_NAME = origin [2021-01-20T00:44:01.895Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-20T00:44:01.895Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-20T00:44:01.895Z] # $SEMVER_BRANCH = master [2021-01-20T00:44:01.895Z] # $SEMVER_DIR = /w/workspace/gexfoundry_device-mqtt-go_master/.semver [2021-01-20T00:44:01.895Z] # b247510d13ba8e9fad57040faa04d23d7bfdafc2 HEAD [2021-01-20T00:44:01.895Z] # -> Force: false [2021-01-20T00:44:01.895Z] # e8ca2b43d6f3dc83f048ad010b462564458bc6a0 refs/tags/v1.3.1-dev.4 [Pipeline] } [2021-01-20T00:44:01.910Z] $ docker exec --env ******** --env ******** 2c56be4fec8ec1831f2e3be79e5d9ba40dd5ab7db2694a77e27fc44cba6ca8c4 ssh-agent -k [2021-01-20T00:44:02.054Z] unset SSH_AUTH_SOCK; [2021-01-20T00:44:02.055Z] unset SSH_AGENT_PID; [2021-01-20T00:44:02.055Z] echo Agent pid 16 killed; [2021-01-20T00:44:02.116Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-20T00:44:02.592Z] + git semver [Pipeline] } [2021-01-20T00:44:02.609Z] $ docker stop --time=1 2c56be4fec8ec1831f2e3be79e5d9ba40dd5ab7db2694a77e27fc44cba6ca8c4 [2021-01-20T00:44:03.967Z] $ docker rm -f 2c56be4fec8ec1831f2e3be79e5d9ba40dd5ab7db2694a77e27fc44cba6ca8c4 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2021-01-20T00:44:04.620Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-01-20T00:44:04.620Z] [2021-01-20T00:44:04.620Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2021-01-20T00:44:04.971Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-01-20T00:44:04.971Z] 0.23.1-centos7: Pulling from edgex-lftools [2021-01-20T00:44:04.971Z] ab5ef0e58194: Pulling fs layer [2021-01-20T00:44:04.971Z] 9712f1f96733: Pulling fs layer [2021-01-20T00:44:04.971Z] 63f879dbbcfc: Pulling fs layer [2021-01-20T00:44:04.971Z] 0d9ebad4ef96: Pulling fs layer [2021-01-20T00:44:04.971Z] e9a5061849ea: Pulling fs layer [2021-01-20T00:44:04.971Z] d747dcd14b5f: Pulling fs layer [2021-01-20T00:44:04.971Z] 2de7ff778b66: Pulling fs layer [2021-01-20T00:44:04.971Z] e9a5061849ea: Waiting [2021-01-20T00:44:04.971Z] d747dcd14b5f: Waiting [2021-01-20T00:44:04.971Z] 0d9ebad4ef96: Waiting [2021-01-20T00:44:04.971Z] 2de7ff778b66: Waiting [2021-01-20T00:44:04.971Z] 9712f1f96733: Verifying Checksum [2021-01-20T00:44:04.971Z] 9712f1f96733: Download complete [2021-01-20T00:44:06.910Z] 63f879dbbcfc: Verifying Checksum [2021-01-20T00:44:06.910Z] 63f879dbbcfc: Download complete [2021-01-20T00:44:06.910Z] e9a5061849ea: Verifying Checksum [2021-01-20T00:44:06.910Z] e9a5061849ea: Download complete [2021-01-20T00:44:06.910Z] d747dcd14b5f: Verifying Checksum [2021-01-20T00:44:06.910Z] d747dcd14b5f: Download complete [2021-01-20T00:44:07.487Z] 2de7ff778b66: Verifying Checksum [2021-01-20T00:44:07.487Z] 2de7ff778b66: Download complete [2021-01-20T00:44:07.753Z] 0d9ebad4ef96: Verifying Checksum [2021-01-20T00:44:07.753Z] 0d9ebad4ef96: Download complete [2021-01-20T00:44:08.029Z] ab5ef0e58194: Verifying Checksum [2021-01-20T00:44:08.029Z] ab5ef0e58194: Download complete [2021-01-20T00:44:12.288Z] ab5ef0e58194: Pull complete [2021-01-20T00:44:12.288Z] 9712f1f96733: Pull complete [2021-01-20T00:44:14.219Z] 63f879dbbcfc: Pull complete [2021-01-20T00:44:20.861Z] 0d9ebad4ef96: Pull complete [2021-01-20T00:44:22.255Z] e9a5061849ea: Pull complete [2021-01-20T00:44:22.255Z] d747dcd14b5f: Pull complete [2021-01-20T00:44:24.844Z] 2de7ff778b66: Pull complete [2021-01-20T00:44:24.844Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2021-01-20T00:44:24.844Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-01-20T00:44:24.844Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2021-01-20T00:44:25.048Z] prd-centos7-docker-4c-2g-21435 does not seem to be running inside a container [2021-01-20T00:44:25.100Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/gexfoundry_device-mqtt-go_master -v /w/workspace/gexfoundry_device-mqtt-go_master:/w/workspace/gexfoundry_device-mqtt-go_master:rw,z -v /w/workspace/gexfoundry_device-mqtt-go_master@tmp:/w/workspace/gexfoundry_device-mqtt-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2021-01-20T00:44:28.653Z] $ docker top b1d30791738c48accf75e9f0bcb614aa6ed7da4d4a6a58b6bc209600fe7caacb -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2021-01-20T00:44:28.880Z] provisioning config files... [2021-01-20T00:44:28.890Z] copy managed file [sigul-config] to file:/w/workspace/gexfoundry_device-mqtt-go_master@tmp/config5801395200627190934tmp [2021-01-20T00:44:28.906Z] copy managed file [sigul-password] to file:/w/workspace/gexfoundry_device-mqtt-go_master@tmp/config7711465725711764588tmp [2021-01-20T00:44:28.921Z] copy managed file [sigul-pki] to file:/w/workspace/gexfoundry_device-mqtt-go_master@tmp/config1985332441897556141tmp [Pipeline] { [Pipeline] echo [2021-01-20T00:44:28.975Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-20T00:44:29.275Z] ---> sigul-configuration.sh [2021-01-20T00:44:29.275Z] gpg: directory `/root/.gnupg' created [2021-01-20T00:44:29.275Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2021-01-20T00:44:29.275Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2021-01-20T00:44:29.275Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2021-01-20T00:44:29.275Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2021-01-20T00:44:29.275Z] gpg: CAST5 encrypted data [2021-01-20T00:44:29.538Z] gpg: encrypted with 1 passphrase [2021-01-20T00:44:29.538Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2021-01-20T00:44:29.838Z] + mkdir /home/jenkins [2021-01-20T00:44:29.838Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2021-01-20T00:44:30.139Z] + 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 [2021-01-20T00:44:30.151Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-20T00:44:30.451Z] ---> sigul-install.sh [2021-01-20T00:44:37.060Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2021-01-20T00:44:37.368Z] + git tag --list [2021-01-20T00:44:37.368Z] 0.7.1 [2021-01-20T00:44:37.368Z] v1.0.0 [2021-01-20T00:44:37.368Z] v1.1.0 [2021-01-20T00:44:37.368Z] v1.1.1 [2021-01-20T00:44:37.368Z] v1.2.1 [2021-01-20T00:44:37.368Z] v1.2.2 [2021-01-20T00:44:37.368Z] v1.2.2-dev.1 [2021-01-20T00:44:37.368Z] v1.2.2-dev.2 [2021-01-20T00:44:37.368Z] v1.2.3-dev.1 [2021-01-20T00:44:37.368Z] v1.2.3-dev.10 [2021-01-20T00:44:37.368Z] v1.2.3-dev.2 [2021-01-20T00:44:37.368Z] v1.2.3-dev.3 [2021-01-20T00:44:37.368Z] v1.2.3-dev.4 [2021-01-20T00:44:37.368Z] v1.2.3-dev.5 [2021-01-20T00:44:37.368Z] v1.2.3-dev.6 [2021-01-20T00:44:37.368Z] v1.2.3-dev.7 [2021-01-20T00:44:37.368Z] v1.2.3-dev.8 [2021-01-20T00:44:37.368Z] v1.2.3-dev.9 [2021-01-20T00:44:37.368Z] v1.3.0 [2021-01-20T00:44:37.368Z] v1.3.1-dev.1 [2021-01-20T00:44:37.368Z] v1.3.1-dev.2 [2021-01-20T00:44:37.368Z] v1.3.1-dev.3 [2021-01-20T00:44:37.368Z] v1.3.1-dev.4 [Pipeline] sh [2021-01-20T00:44:37.677Z] + lftools sign git-tag v1.3.1-dev.4 [2021-01-20T00:44:39.067Z] Signing Git tag with Sigul... [2021-01-20T00:44:39.067Z] Signing v1.3.1-dev.4 [Pipeline] echo [2021-01-20T00:44:40.025Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-20T00:44:40.322Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2021-01-20T00:44:40.332Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2021-01-20T00:44:40.533Z] $ docker stop --time=1 b1d30791738c48accf75e9f0bcb614aa6ed7da4d4a6a58b6bc209600fe7caacb [2021-01-20T00:44:42.571Z] $ docker rm -f b1d30791738c48accf75e9f0bcb614aa6ed7da4d4a6a58b6bc209600fe7caacb [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2021-01-20T00:44:43.536Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-20T00:44:43.537Z] . [Pipeline] withDockerContainer [2021-01-20T00:44:43.648Z] prd-centos7-docker-4c-2g-21435 does not seem to be running inside a container [2021-01-20T00:44:43.699Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_device-mqtt-go_master -v /w/workspace/gexfoundry_device-mqtt-go_master:/w/workspace/gexfoundry_device-mqtt-go_master:rw,z -v /w/workspace/gexfoundry_device-mqtt-go_master@tmp:/w/workspace/gexfoundry_device-mqtt-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-01-20T00:44:44.343Z] $ docker top 35918bb1a700901bacccb7ca30206b94eb36b849e8ec877c5713d56e272caa1b -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-20T00:44:44.635Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-20T00:44:44.635Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-20T00:44:44.825Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-20T00:44:44.828Z] $ docker exec 35918bb1a700901bacccb7ca30206b94eb36b849e8ec877c5713d56e272caa1b ssh-agent [2021-01-20T00:44:45.015Z] SSH_AUTH_SOCK=/tmp/ssh-3pyVe6ZhgxbZ/agent.11 [2021-01-20T00:44:45.015Z] SSH_AGENT_PID=17 [2021-01-20T00:44:45.022Z] Running ssh-add (command line suppressed) [2021-01-20T00:44:45.153Z] Identity added: /w/workspace/gexfoundry_device-mqtt-go_master@tmp/private_key_7373541585185205625.key (/w/workspace/gexfoundry_device-mqtt-go_master@tmp/private_key_7373541585185205625.key) [2021-01-20T00:44:45.209Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-20T00:44:45.547Z] + git semver bump pre [2021-01-20T00:44:45.547Z] # -> Open(): unable to determine branch for HEAD [2021-01-20T00:44:45.547Z] # $GIT_DIR = /w/workspace/gexfoundry_device-mqtt-go_master/.git [2021-01-20T00:44:45.547Z] # $GIT_WORK_TREE = /w/workspace/gexfoundry_device-mqtt-go_master [2021-01-20T00:44:45.547Z] # $SEMVER_REMOTE_NAME = origin [2021-01-20T00:44:45.547Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-20T00:44:45.547Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-20T00:44:45.547Z] # $SEMVER_BRANCH = master [2021-01-20T00:44:45.547Z] # $SEMVER_DIR = /w/workspace/gexfoundry_device-mqtt-go_master/.semver [2021-01-20T00:44:45.547Z] 1.3.1-dev.5 [Pipeline] } [2021-01-20T00:44:45.561Z] $ docker exec --env ******** --env ******** 35918bb1a700901bacccb7ca30206b94eb36b849e8ec877c5713d56e272caa1b ssh-agent -k [2021-01-20T00:44:45.696Z] unset SSH_AUTH_SOCK; [2021-01-20T00:44:45.696Z] unset SSH_AGENT_PID; [2021-01-20T00:44:45.696Z] echo Agent pid 17 killed; [2021-01-20T00:44:45.749Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-20T00:44:46.312Z] + git semver [Pipeline] } [2021-01-20T00:44:46.347Z] $ docker stop --time=1 35918bb1a700901bacccb7ca30206b94eb36b849e8ec877c5713d56e272caa1b [2021-01-20T00:44:47.707Z] $ docker rm -f 35918bb1a700901bacccb7ca30206b94eb36b849e8ec877c5713d56e272caa1b [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2021-01-20T00:44:48.259Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-20T00:44:48.259Z] . [Pipeline] withDockerContainer [2021-01-20T00:44:48.360Z] prd-centos7-docker-4c-2g-21435 does not seem to be running inside a container [2021-01-20T00:44:48.407Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_device-mqtt-go_master -v /w/workspace/gexfoundry_device-mqtt-go_master:/w/workspace/gexfoundry_device-mqtt-go_master:rw,z -v /w/workspace/gexfoundry_device-mqtt-go_master@tmp:/w/workspace/gexfoundry_device-mqtt-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-01-20T00:44:49.087Z] $ docker top 54d6777b1d2ba7d9d38ee383be0c353b5d31522b62014b3833a25051a4c732ee -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-20T00:44:49.388Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-20T00:44:49.388Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-20T00:44:49.582Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-20T00:44:49.586Z] $ docker exec 54d6777b1d2ba7d9d38ee383be0c353b5d31522b62014b3833a25051a4c732ee ssh-agent [2021-01-20T00:44:49.760Z] SSH_AUTH_SOCK=/tmp/ssh-mVmLLEsaMp3Y/agent.12 [2021-01-20T00:44:49.760Z] SSH_AGENT_PID=17 [2021-01-20T00:44:49.767Z] Running ssh-add (command line suppressed) [2021-01-20T00:44:49.894Z] Identity added: /w/workspace/gexfoundry_device-mqtt-go_master@tmp/private_key_2197595589871061489.key (/w/workspace/gexfoundry_device-mqtt-go_master@tmp/private_key_2197595589871061489.key) [2021-01-20T00:44:49.950Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-20T00:44:50.287Z] + git semver push [2021-01-20T00:44:50.288Z] # -> Open(): unable to determine branch for HEAD [2021-01-20T00:44:50.288Z] # $GIT_DIR = /w/workspace/gexfoundry_device-mqtt-go_master/.git [2021-01-20T00:44:50.288Z] # $GIT_WORK_TREE = /w/workspace/gexfoundry_device-mqtt-go_master [2021-01-20T00:44:50.288Z] # $SEMVER_REMOTE_NAME = origin [2021-01-20T00:44:50.288Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-20T00:44:50.288Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-20T00:44:50.288Z] # $SEMVER_BRANCH = master [2021-01-20T00:44:50.288Z] # $SEMVER_DIR = /w/workspace/gexfoundry_device-mqtt-go_master/.semver [Pipeline] } [2021-01-20T00:44:56.914Z] $ docker exec --env ******** --env ******** 54d6777b1d2ba7d9d38ee383be0c353b5d31522b62014b3833a25051a4c732ee ssh-agent -k [2021-01-20T00:44:57.065Z] unset SSH_AUTH_SOCK; [2021-01-20T00:44:57.065Z] unset SSH_AGENT_PID; [2021-01-20T00:44:57.065Z] echo Agent pid 17 killed; [2021-01-20T00:44:57.125Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-20T00:44:57.612Z] + git semver [Pipeline] } [2021-01-20T00:44:57.631Z] $ docker stop --time=1 54d6777b1d2ba7d9d38ee383be0c353b5d31522b62014b3833a25051a4c732ee [2021-01-20T00:44:58.976Z] $ docker rm -f 54d6777b1d2ba7d9d38ee383be0c353b5d31522b62014b3833a25051a4c732ee [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 [2021-01-20T00:45:00.727Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-20T00:45:01.297Z] ---> package-listing.sh [2021-01-20T00:45:01.297Z] ++ facter osfamily [2021-01-20T00:45:01.297Z] ++ tr '[:upper:]' '[:lower:]' [2021-01-20T00:45:01.297Z] + OS_FAMILY=redhat [2021-01-20T00:45:01.297Z] + workspace=/w/workspace/gexfoundry_device-mqtt-go_master [2021-01-20T00:45:01.297Z] + START_PACKAGES=/tmp/packages_start.txt [2021-01-20T00:45:01.297Z] + END_PACKAGES=/tmp/packages_end.txt [2021-01-20T00:45:01.297Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-01-20T00:45:01.297Z] + PACKAGES=/tmp/packages_start.txt [2021-01-20T00:45:01.297Z] + '[' /w/workspace/gexfoundry_device-mqtt-go_master ']' [2021-01-20T00:45:01.297Z] + PACKAGES=/tmp/packages_end.txt [2021-01-20T00:45:01.297Z] + case "${OS_FAMILY}" in [2021-01-20T00:45:01.297Z] + rpm -qa [2021-01-20T00:45:01.297Z] + sort [2021-01-20T00:45:06.647Z] + '[' -f /tmp/packages_start.txt ']' [2021-01-20T00:45:06.647Z] + '[' -f /tmp/packages_end.txt ']' [2021-01-20T00:45:06.647Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-01-20T00:45:06.647Z] + '[' /w/workspace/gexfoundry_device-mqtt-go_master ']' [2021-01-20T00:45:06.647Z] + mkdir -p /w/workspace/gexfoundry_device-mqtt-go_master/archives/ [2021-01-20T00:45:06.647Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/gexfoundry_device-mqtt-go_master/archives/ [Pipeline] echo [2021-01-20T00:45:06.661Z] 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 [2021-01-20T00:45:06.955Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-01-20T00:45:07.266Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-20T00:45:07.266Z] [2021-01-20T00:45:07.266Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-01-20T00:45:07.664Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-20T00:45:07.664Z] alpine: Pulling from edgex-lftools-log-publisher [2021-01-20T00:45:07.664Z] df20fa9351a1: Pulling fs layer [2021-01-20T00:45:07.664Z] 36b3adc4ff6f: Pulling fs layer [2021-01-20T00:45:07.664Z] 8ad3a11d3b57: Pulling fs layer [2021-01-20T00:45:07.664Z] 46f8f816bc3b: Pulling fs layer [2021-01-20T00:45:07.664Z] 93b61091891f: Pulling fs layer [2021-01-20T00:45:07.664Z] 93b9cdb0e59b: Pulling fs layer [2021-01-20T00:45:07.664Z] 5e14af77c1be: Pulling fs layer [2021-01-20T00:45:07.664Z] 46f8f816bc3b: Waiting [2021-01-20T00:45:07.664Z] 01666e4c0597: Pulling fs layer [2021-01-20T00:45:07.664Z] aa168da1d23b: Pulling fs layer [2021-01-20T00:45:07.664Z] 93b61091891f: Waiting [2021-01-20T00:45:07.664Z] 93b9cdb0e59b: Waiting [2021-01-20T00:45:07.664Z] 5e14af77c1be: Waiting [2021-01-20T00:45:07.664Z] 01666e4c0597: Waiting [2021-01-20T00:45:07.664Z] aa168da1d23b: Waiting [2021-01-20T00:45:07.664Z] 36b3adc4ff6f: Verifying Checksum [2021-01-20T00:45:07.664Z] 36b3adc4ff6f: Download complete [2021-01-20T00:45:07.664Z] 46f8f816bc3b: Verifying Checksum [2021-01-20T00:45:07.664Z] 46f8f816bc3b: Download complete [2021-01-20T00:45:07.664Z] df20fa9351a1: Verifying Checksum [2021-01-20T00:45:07.664Z] df20fa9351a1: Download complete [2021-01-20T00:45:07.664Z] 93b9cdb0e59b: Verifying Checksum [2021-01-20T00:45:07.664Z] 93b9cdb0e59b: Download complete [2021-01-20T00:45:07.929Z] 5e14af77c1be: Verifying Checksum [2021-01-20T00:45:07.929Z] 5e14af77c1be: Download complete [2021-01-20T00:45:07.929Z] 93b61091891f: Verifying Checksum [2021-01-20T00:45:07.929Z] 93b61091891f: Download complete [2021-01-20T00:45:07.929Z] 01666e4c0597: Verifying Checksum [2021-01-20T00:45:07.929Z] 01666e4c0597: Download complete [2021-01-20T00:45:07.929Z] 8ad3a11d3b57: Verifying Checksum [2021-01-20T00:45:07.929Z] 8ad3a11d3b57: Download complete [2021-01-20T00:45:08.505Z] df20fa9351a1: Pull complete [2021-01-20T00:45:08.505Z] 36b3adc4ff6f: Pull complete [2021-01-20T00:45:09.909Z] aa168da1d23b: Verifying Checksum [2021-01-20T00:45:09.909Z] aa168da1d23b: Download complete [2021-01-20T00:45:10.172Z] 8ad3a11d3b57: Pull complete [2021-01-20T00:45:10.435Z] 46f8f816bc3b: Pull complete [2021-01-20T00:45:10.698Z] 93b61091891f: Pull complete [2021-01-20T00:45:10.964Z] 93b9cdb0e59b: Pull complete [2021-01-20T00:45:10.964Z] 5e14af77c1be: Pull complete [2021-01-20T00:45:11.229Z] 01666e4c0597: Pull complete [2021-01-20T00:45:17.910Z] aa168da1d23b: Pull complete [2021-01-20T00:45:17.910Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-01-20T00:45:17.910Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-20T00:45:17.910Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-01-20T00:45:18.049Z] prd-centos7-docker-4c-2g-21435 does not seem to be running inside a container [2021-01-20T00:45:18.098Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/gexfoundry_device-mqtt-go_master/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/gexfoundry_device-mqtt-go_master -v /w/workspace/gexfoundry_device-mqtt-go_master:/w/workspace/gexfoundry_device-mqtt-go_master:rw,z -v /w/workspace/gexfoundry_device-mqtt-go_master@tmp:/w/workspace/gexfoundry_device-mqtt-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-01-20T00:45:20.938Z] $ docker top 1914aaf824acf72e203e3fd5afda7d74ec8af9a192885a5047f92fcc6e68eb25 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-20T00:45:21.507Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-01-20T00:45:21.812Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-01-20T00:45:22.124Z] + ls /var/log/sa-host [2021-01-20T00:45:22.124Z] + sadf -c /var/log/sa-host/sa20 [2021-01-20T00:45:22.124Z] file_magic: OK [2021-01-20T00:45:22.124Z] HZ: Using current value: 100 [2021-01-20T00:45:22.124Z] file_header: OK [2021-01-20T00:45:22.125Z] 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 [2021-01-20T00:45:22.125Z] Statistics: [2021-01-20T00:45:22.125Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-01-20T00:45:22.125Z] File successfully converted to sysstat format version 12.2.1 [2021-01-20T00:45:22.125Z] + sadf -c /var/log/sa-host/sa23 [2021-01-20T00:45:22.125Z] file_magic: OK [2021-01-20T00:45:22.125Z] HZ: Using current value: 100 [2021-01-20T00:45:22.125Z] file_header: OK [2021-01-20T00:45:22.125Z] 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 [2021-01-20T00:45:22.125Z] Statistics: [2021-01-20T00:45:22.125Z] Hnuu...uuuununununu... [2021-01-20T00:45:22.125Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-01-20T00:45:22.824Z] provisioning config files... [2021-01-20T00:45:22.841Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/gexfoundry_device-mqtt-go_master@tmp/config6535751752915207180tmp [Pipeline] { [Pipeline] echo [2021-01-20T00:45:22.937Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-20T00:45:23.241Z] ---> create-netrc.sh [Pipeline] } [2021-01-20T00:45:23.252Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-01-20T00:45:23.340Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-20T00:45:23.645Z] ---> python-tools-install.sh [Pipeline] echo [2021-01-20T00:45:23.657Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-20T00:45:23.954Z] ---> sudo-logs.sh [2021-01-20T00:45:23.954Z] Archiving 'sudo' log.. [Pipeline] echo [2021-01-20T00:45:23.966Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-20T00:45:24.265Z] ---> job-cost.sh [2021-01-20T00:45:24.265Z] lf-activate-venv: SKIPPING [2021-01-20T00:45:24.265Z] INFO: No Stack... [2021-01-20T00:45:25.766Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-01-20T00:45:26.043Z] INFO: Archiving Costs [Pipeline] echo [2021-01-20T00:45:26.062Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-20T00:45:26.374Z] ---> logs-deploy.sh [2021-01-20T00:45:26.374Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-mqtt-go/master/29 [2021-01-20T00:45:26.374Z] INFO: archiving workspace using pattern(s): [2021-01-20T00:45:28.305Z] Archives upload complete. [2021-01-20T00:45:28.305Z] INFO: archiving logs to Nexus [2021-01-20T00:45:29.256Z] ---> uname -a: [2021-01-20T00:45:29.256Z] Linux prd-centos7-docker-4c-2g-21435.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux [2021-01-20T00:45:29.256Z] [2021-01-20T00:45:29.256Z] [2021-01-20T00:45:29.256Z] ---> lscpu: [2021-01-20T00:45:29.256Z] Architecture: x86_64 [2021-01-20T00:45:29.256Z] CPU op-mode(s): 32-bit, 64-bit [2021-01-20T00:45:29.256Z] Byte Order: Little Endian [2021-01-20T00:45:29.256Z] Address sizes: 40 bits physical, 48 bits virtual [2021-01-20T00:45:29.256Z] CPU(s): 4 [2021-01-20T00:45:29.256Z] On-line CPU(s) list: 0-3 [2021-01-20T00:45:29.256Z] Thread(s) per core: 1 [2021-01-20T00:45:29.256Z] Core(s) per socket: 1 [2021-01-20T00:45:29.256Z] Socket(s): 4 [2021-01-20T00:45:29.256Z] NUMA node(s): 1 [2021-01-20T00:45:29.256Z] Vendor ID: GenuineIntel [2021-01-20T00:45:29.256Z] CPU family: 6 [2021-01-20T00:45:29.256Z] Model: 44 [2021-01-20T00:45:29.256Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2021-01-20T00:45:29.256Z] Stepping: 1 [2021-01-20T00:45:29.256Z] CPU MHz: 2933.438 [2021-01-20T00:45:29.256Z] BogoMIPS: 5866.87 [2021-01-20T00:45:29.256Z] Virtualization: VT-x [2021-01-20T00:45:29.256Z] Hypervisor vendor: KVM [2021-01-20T00:45:29.256Z] Virtualization type: full [2021-01-20T00:45:29.256Z] L1d cache: 128 KiB [2021-01-20T00:45:29.256Z] L1i cache: 128 KiB [2021-01-20T00:45:29.256Z] L2 cache: 16 MiB [2021-01-20T00:45:29.256Z] L3 cache: 64 MiB [2021-01-20T00:45:29.256Z] NUMA node0 CPU(s): 0-3 [2021-01-20T00:45:29.256Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2021-01-20T00:45:29.256Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2021-01-20T00:45:29.256Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2021-01-20T00:45:29.256Z] Vulnerability Meltdown: Mitigation; PTI [2021-01-20T00:45:29.256Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2021-01-20T00:45:29.256Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2021-01-20T00:45:29.256Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2021-01-20T00:45:29.256Z] Vulnerability Srbds: Not affected [2021-01-20T00:45:29.256Z] Vulnerability Tsx async abort: Not affected [2021-01-20T00:45:29.256Z] 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 [2021-01-20T00:45:29.256Z] [2021-01-20T00:45:29.256Z] [2021-01-20T00:45:29.256Z] ---> nproc: [2021-01-20T00:45:29.256Z] 4 [2021-01-20T00:45:29.256Z] [2021-01-20T00:45:29.256Z] [2021-01-20T00:45:29.256Z] ---> df -h: [2021-01-20T00:45:29.256Z] Filesystem Size Used Available Use% Mounted on [2021-01-20T00:45:29.256Z] overlay 50.0G 8.5G 41.4G 17% / [2021-01-20T00:45:29.256Z] tmpfs 64.0M 0 64.0M 0% /dev [2021-01-20T00:45:29.256Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2021-01-20T00:45:29.256Z] shm 64.0M 0 64.0M 0% /dev/shm [2021-01-20T00:45:29.256Z] /dev/vda1 50.0G 8.5G 41.4G 17% /facter-os [2021-01-20T00:45:29.256Z] /dev/vda1 50.0G 8.5G 41.4G 17% /etc/resolv.conf [2021-01-20T00:45:29.256Z] /dev/vda1 50.0G 8.5G 41.4G 17% /etc/hostname [2021-01-20T00:45:29.256Z] /dev/vda1 50.0G 8.5G 41.4G 17% /etc/hosts [2021-01-20T00:45:29.256Z] /dev/vda1 50.0G 8.5G 41.4G 17% /run/cloud-init/result.json [2021-01-20T00:45:29.256Z] /dev/vda1 50.0G 8.5G 41.4G 17% /w/workspace/gexfoundry_device-mqtt-go_master [2021-01-20T00:45:29.256Z] /dev/vda1 50.0G 8.5G 41.4G 17% /w/workspace/gexfoundry_device-mqtt-go_master@tmp [2021-01-20T00:45:29.256Z] /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/sa-host [2021-01-20T00:45:29.256Z] /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/secure [2021-01-20T00:45:29.256Z] /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/auth.log [2021-01-20T00:45:29.256Z] [2021-01-20T00:45:29.256Z] [2021-01-20T00:45:29.256Z] ---> free -m: [2021-01-20T00:45:29.256Z] total used free shared buff/cache available [2021-01-20T00:45:29.256Z] Mem: 1837 823 136 0 877 950 [2021-01-20T00:45:29.256Z] Swap: 1023 4 1019 [2021-01-20T00:45:29.256Z] [2021-01-20T00:45:29.256Z] [2021-01-20T00:45:29.256Z] ---> ip addr: [2021-01-20T00:45:29.256Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 [2021-01-20T00:45:29.256Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2021-01-20T00:45:29.256Z] inet 127.0.0.1/8 scope host lo [2021-01-20T00:45:29.256Z] valid_lft forever preferred_lft forever [2021-01-20T00:45:29.256Z] inet6 ::1/128 scope host [2021-01-20T00:45:29.256Z] valid_lft forever preferred_lft forever [2021-01-20T00:45:29.256Z] 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 [2021-01-20T00:45:29.256Z] link/ether fa:16:3e:67:f7:eb brd ff:ff:ff:ff:ff:ff [2021-01-20T00:45:29.256Z] inet 10.30.123.27/23 brd 10.30.123.255 scope global dynamic eth0 [2021-01-20T00:45:29.256Z] valid_lft 85733sec preferred_lft 85733sec [2021-01-20T00:45:29.256Z] inet6 fe80::f816:3eff:fe67:f7eb/64 scope link [2021-01-20T00:45:29.256Z] valid_lft forever preferred_lft forever [2021-01-20T00:45:29.256Z] 3: docker0: mtu 1500 qdisc noqueue state DOWN [2021-01-20T00:45:29.256Z] link/ether 02:42:47:8e:6d:8b brd ff:ff:ff:ff:ff:ff [2021-01-20T00:45:29.256Z] inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 [2021-01-20T00:45:29.256Z] valid_lft forever preferred_lft forever [2021-01-20T00:45:29.256Z] inet6 fe80::42:47ff:fe8e:6d8b/64 scope link [2021-01-20T00:45:29.256Z] valid_lft forever preferred_lft forever [2021-01-20T00:45:29.256Z] [2021-01-20T00:45:29.256Z] [2021-01-20T00:45:29.256Z] ---> sar -b -r -n DEV: [2021-01-20T00:45:29.256Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 01/20/21 _x86_64_ (4 CPU) [2021-01-20T00:45:29.256Z] [2021-01-20T00:45:29.256Z] 00:34:10 LINUX RESTART (4 CPU) [2021-01-20T00:45:29.256Z] [2021-01-20T00:45:29.256Z] 00:35:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2021-01-20T00:45:29.256Z] 00:36:01 29.27 11.45 17.81 0.00 4422.07 2948.64 0.00 [2021-01-20T00:45:29.256Z] 00:37:01 1.70 0.00 1.70 0.00 0.00 28.00 0.00 [2021-01-20T00:45:29.256Z] 00:38:01 0.25 0.00 0.25 0.00 0.00 2.58 0.00 [2021-01-20T00:45:29.256Z] 00:39:01 0.18 0.00 0.18 0.00 0.00 1.88 0.00 [2021-01-20T00:45:29.256Z] 00:40:01 0.23 0.00 0.23 0.00 0.00 3.65 0.00 [2021-01-20T00:45:29.256Z] 00:41:01 0.37 0.00 0.37 0.00 0.00 5.58 0.00 [2021-01-20T00:45:29.256Z] 00:42:01 0.27 0.00 0.27 0.00 0.00 3.46 0.00 [2021-01-20T00:45:29.256Z] 00:43:01 0.20 0.00 0.20 0.00 0.00 2.83 0.00 [2021-01-20T00:45:29.256Z] 00:44:01 297.84 186.29 111.55 0.00 9047.63 36147.43 0.00 [2021-01-20T00:45:29.256Z] 00:45:01 193.87 64.03 129.84 0.00 4220.24 32931.52 0.00 [2021-01-20T00:45:29.256Z] Average: 52.44 26.19 26.25 0.00 1769.84 7211.23 0.00 [2021-01-20T00:45:29.256Z] [2021-01-20T00:45:29.256Z] 00:35:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2021-01-20T00:45:29.257Z] 00:36:01 152540 0 624940 33.21 2620 1101444 1104400 37.69 464100 1065148 16 [2021-01-20T00:45:29.257Z] 00:37:01 157648 0 619824 32.94 2620 1101452 1079228 36.83 461256 1063108 8 [2021-01-20T00:45:29.257Z] 00:38:01 155808 0 621660 33.04 2620 1101456 1079264 36.83 464840 1061504 8 [2021-01-20T00:45:29.257Z] 00:39:01 155616 0 621852 33.05 2620 1101456 1079216 36.83 477860 1049204 8 [2021-01-20T00:45:29.257Z] 00:40:01 154164 0 623296 33.13 2620 1101464 1079300 36.83 471172 1057408 8 [2021-01-20T00:45:29.257Z] 00:41:01 153648 0 623808 33.15 2620 1101468 1079504 36.84 471692 1057408 20 [2021-01-20T00:45:29.257Z] 00:42:01 154936 0 622516 33.09 2620 1101472 1079276 36.83 470524 1057456 12 [2021-01-20T00:45:29.257Z] 00:43:01 154172 0 623276 33.13 2620 1101476 1079536 36.84 471372 1057456 8 [2021-01-20T00:45:29.257Z] 00:44:01 210748 0 696984 37.04 2620 971192 1207192 41.20 532940 879524 44 [2021-01-20T00:45:29.257Z] 00:45:01 208216 0 781036 41.51 1752 890540 1133908 38.70 595200 744688 96 [2021-01-20T00:45:29.257Z] Average: 165750 0 645919 34.33 2533 1067342 1100082 37.54 488096 1009290 23 [2021-01-20T00:45:29.257Z] [2021-01-20T00:45:29.257Z] 00:35:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2021-01-20T00:45:29.257Z] 00:36:01 eth0 92.76 76.44 346.37 31.65 0.00 0.00 0.00 0.00 [2021-01-20T00:45:29.257Z] 00:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-20T00:45:29.257Z] 00:36:01 docker0 2.23 1.75 0.44 4.11 0.00 0.00 0.00 0.00 [2021-01-20T00:45:29.257Z] 00:37:01 eth0 1.22 0.33 0.33 0.20 0.00 0.00 0.00 0.00 [2021-01-20T00:45:29.257Z] 00:37:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-20T00:45:29.257Z] 00:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-20T00:45:29.257Z] 00:38:01 eth0 1.03 0.30 0.31 0.20 0.00 0.00 0.00 0.00 [2021-01-20T00:45:29.257Z] 00:38:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-20T00:45:29.257Z] 00:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-20T00:45:29.257Z] 00:39:01 eth0 0.93 0.22 0.23 0.08 0.00 0.00 0.00 0.00 [2021-01-20T00:45:29.257Z] 00:39:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-20T00:45:29.257Z] 00:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-20T00:45:29.257Z] 00:40:01 eth0 2.55 0.67 0.81 0.46 0.00 0.00 0.00 0.00 [2021-01-20T00:45:29.257Z] 00:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-20T00:45:29.257Z] 00:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-20T00:45:29.257Z] 00:41:01 eth0 1.95 0.93 0.86 0.57 0.00 0.00 0.00 0.00 [2021-01-20T00:45:29.257Z] 00:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-20T00:45:29.257Z] 00:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-20T00:45:29.257Z] 00:42:01 eth0 0.73 0.08 0.07 0.04 0.00 0.00 0.00 0.00 [2021-01-20T00:45:29.257Z] 00:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-20T00:45:29.257Z] 00:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-20T00:45:29.257Z] 00:43:01 eth0 3.43 1.05 1.26 0.76 0.00 0.00 0.00 0.00 [2021-01-20T00:45:29.257Z] 00:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-20T00:45:29.257Z] 00:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-20T00:45:29.257Z] 00:44:01 veth302041c 0.00 0.05 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-20T00:45:29.257Z] 00:44:01 eth0 510.95 444.65 4289.85 78.77 0.00 0.00 0.00 0.00 [2021-01-20T00:45:29.257Z] 00:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-20T00:45:29.257Z] 00:44:01 docker0 36.01 34.78 3.15 189.07 0.00 0.00 0.00 0.00 [2021-01-20T00:45:29.257Z] 00:45:01 eth0 489.50 411.24 3458.91 94.58 0.00 0.00 0.00 0.00 [2021-01-20T00:45:29.257Z] 00:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-20T00:45:29.257Z] 00:45:01 docker0 25.42 35.92 1.61 202.39 0.00 0.00 0.00 0.00 [2021-01-20T00:45:29.257Z] Average: eth0 110.56 93.64 810.31 20.74 0.00 0.00 0.00 0.00 [2021-01-20T00:45:29.257Z] Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-20T00:45:29.257Z] Average: docker0 6.37 7.25 0.52 39.58 0.00 0.00 0.00 0.00 [2021-01-20T00:45:29.257Z] [2021-01-20T00:45:29.257Z] [2021-01-20T00:45:29.257Z] ---> sar -P ALL: [2021-01-20T00:45:29.257Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 01/20/21 _x86_64_ (4 CPU) [2021-01-20T00:45:29.257Z] [2021-01-20T00:45:29.257Z] 00:34:10 LINUX RESTART (4 CPU) [2021-01-20T00:45:29.257Z] [2021-01-20T00:45:29.257Z] 00:35:01 CPU %user %nice %system %iowait %steal %idle [2021-01-20T00:45:29.257Z] 00:36:01 all 2.62 0.00 1.89 0.34 0.02 95.14 [2021-01-20T00:45:29.257Z] 00:36:01 0 2.46 0.00 2.08 0.10 0.02 95.34 [2021-01-20T00:45:29.257Z] 00:36:01 1 3.43 0.00 1.96 0.80 0.00 93.81 [2021-01-20T00:45:29.257Z] 00:36:01 2 2.28 0.00 1.73 0.18 0.03 95.78 [2021-01-20T00:45:29.257Z] 00:36:01 3 2.30 0.00 1.80 0.25 0.02 95.64 [2021-01-20T00:45:29.257Z] 00:37:01 all 0.13 0.00 0.05 0.00 0.01 99.80 [2021-01-20T00:45:29.257Z] 00:37:01 0 0.03 0.00 0.03 0.00 0.00 99.93 [2021-01-20T00:45:29.257Z] 00:37:01 1 0.42 0.00 0.08 0.00 0.02 99.48 [2021-01-20T00:45:29.257Z] 00:37:01 2 0.07 0.00 0.07 0.00 0.00 99.87 [2021-01-20T00:45:29.257Z] 00:37:01 3 0.02 0.00 0.03 0.00 0.02 99.93 [2021-01-20T00:45:29.257Z] 00:38:01 all 0.17 0.00 0.07 0.00 0.00 99.76 [2021-01-20T00:45:29.257Z] 00:38:01 0 0.07 0.00 0.05 0.00 0.00 99.88 [2021-01-20T00:45:29.257Z] 00:38:01 1 0.52 0.00 0.03 0.00 0.00 99.45 [2021-01-20T00:45:29.257Z] 00:38:01 2 0.03 0.00 0.08 0.00 0.00 99.88 [2021-01-20T00:45:29.257Z] 00:38:01 3 0.07 0.00 0.10 0.00 0.00 99.83 [2021-01-20T00:45:29.257Z] 00:39:01 all 0.16 0.00 0.05 0.00 0.01 99.78 [2021-01-20T00:45:29.257Z] 00:39:01 0 0.07 0.00 0.05 0.00 0.00 99.88 [2021-01-20T00:45:29.257Z] 00:39:01 1 0.15 0.00 0.02 0.00 0.02 99.82 [2021-01-20T00:45:29.257Z] 00:39:01 2 0.05 0.00 0.08 0.00 0.00 99.87 [2021-01-20T00:45:29.257Z] 00:39:01 3 0.37 0.00 0.03 0.00 0.03 99.57 [2021-01-20T00:45:29.257Z] 00:40:01 all 0.20 0.00 0.05 0.00 0.01 99.74 [2021-01-20T00:45:29.257Z] 00:40:01 0 0.05 0.00 0.07 0.00 0.00 99.88 [2021-01-20T00:45:29.257Z] 00:40:01 1 0.08 0.00 0.03 0.00 0.02 99.87 [2021-01-20T00:45:29.257Z] 00:40:01 2 0.12 0.00 0.07 0.00 0.02 99.80 [2021-01-20T00:45:29.257Z] 00:40:01 3 0.55 0.00 0.05 0.00 0.00 99.40 [2021-01-20T00:45:29.257Z] 00:41:01 all 0.18 0.00 0.03 0.00 0.01 99.78 [2021-01-20T00:45:29.257Z] 00:41:01 0 0.05 0.00 0.03 0.00 0.02 99.90 [2021-01-20T00:45:29.257Z] 00:41:01 1 0.07 0.00 0.03 0.00 0.02 99.88 [2021-01-20T00:45:29.257Z] 00:41:01 2 0.07 0.00 0.03 0.00 0.00 99.90 [2021-01-20T00:45:29.257Z] 00:41:01 3 0.52 0.00 0.03 0.00 0.00 99.45 [2021-01-20T00:45:29.257Z] 00:42:01 all 0.16 0.00 0.03 0.00 0.00 99.80 [2021-01-20T00:45:29.257Z] 00:42:01 0 0.03 0.00 0.02 0.00 0.00 99.95 [2021-01-20T00:45:29.257Z] 00:42:01 1 0.03 0.00 0.03 0.00 0.00 99.93 [2021-01-20T00:45:29.257Z] 00:42:01 2 0.07 0.00 0.05 0.00 0.00 99.88 [2021-01-20T00:45:29.257Z] 00:42:01 3 0.52 0.00 0.03 0.00 0.00 99.45 [2021-01-20T00:45:29.257Z] 00:43:01 all 0.10 0.00 0.05 0.00 0.00 99.85 [2021-01-20T00:45:29.257Z] 00:43:01 0 0.07 0.00 0.05 0.00 0.00 99.88 [2021-01-20T00:45:29.257Z] 00:43:01 1 0.07 0.00 0.05 0.00 0.00 99.88 [2021-01-20T00:45:29.257Z] 00:43:01 2 0.07 0.00 0.05 0.00 0.00 99.88 [2021-01-20T00:45:29.257Z] 00:43:01 3 0.18 0.00 0.07 0.00 0.02 99.73 [2021-01-20T00:45:29.257Z] 00:44:01 all 10.28 0.00 7.37 2.65 0.06 79.64 [2021-01-20T00:45:29.257Z] 00:44:01 0 9.54 0.00 7.94 3.00 0.07 79.45 [2021-01-20T00:45:29.257Z] 00:44:01 1 9.80 0.00 6.99 1.51 0.03 81.67 [2021-01-20T00:45:29.257Z] 00:44:01 2 11.70 0.00 7.15 3.58 0.05 77.52 [2021-01-20T00:45:29.257Z] 00:44:01 3 10.09 0.00 7.40 2.53 0.07 79.91 [2021-01-20T00:45:29.257Z] 00:45:01 all 11.39 0.00 8.69 2.51 0.06 77.34 [2021-01-20T00:45:29.257Z] 00:45:01 0 9.64 0.00 8.54 2.09 0.05 79.68 [2021-01-20T00:45:29.257Z] 00:45:01 1 10.29 0.00 8.01 2.57 0.05 79.07 [2021-01-20T00:45:29.257Z] 00:45:01 2 10.51 0.00 8.68 2.19 0.10 78.51 [2021-01-20T00:45:29.257Z] 00:45:01 3 15.13 0.00 9.53 3.20 0.05 72.09 [2021-01-20T00:45:29.257Z] Average: all 2.50 0.00 1.80 0.54 0.02 95.14 [2021-01-20T00:45:29.257Z] Average: 0 2.16 0.00 1.85 0.51 0.02 95.47 [2021-01-20T00:45:29.257Z] Average: 1 2.45 0.00 1.70 0.48 0.02 95.35 [2021-01-20T00:45:29.257Z] Average: 2 2.46 0.00 1.78 0.59 0.02 95.16 [2021-01-20T00:45:29.257Z] Average: 3 2.93 0.00 1.88 0.59 0.02 94.59 [2021-01-20T00:45:29.257Z] [2021-01-20T00:45:29.257Z] [2021-01-20T00:45:29.257Z]