Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 7a1b18f551239dfc150e88617034cadc3790dddc 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 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd 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 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd 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 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd # timeout=10 Commit message: "Merge pull request #306 from ernestojeda/disable-snyk-scan" > 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 ‘prd-centos7-docker-4c-2g-15505’ is offline; ‘prd-centos7-docker-4c-2g-18179’ is offline; ‘prd-centos7-docker-4c-2g-18181’ is offline; ‘prd-centos7-docker-4c-2g-18182’ is offline; ‘prd-centos7-docker-4c-2g-18183’ is offline; ‘prd-centos7-docker-4c-2g-18189’ is offline; ‘prd-centos7-docker-4c-2g-18194’ is offline; ‘prd-ubuntu18.04-docker-8c-8g-18184’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-18185’ doesn’t have label ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-18195 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 7a1b18f551239dfc150e88617034cadc3790dddc (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 7a1b18f551239dfc150e88617034cadc3790dddc # timeout=10 Commit message: "Merge pull request #195 from ernestojeda/devops-std-dockerfiles" > git rev-list --no-walk fcf415a52e09a542e74d978699b87b5b4fab4063 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 16:39:03 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 16:39:03 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 16:39:03 ========================================================= 16:39:03 EdgeX Global Pipelines Version Info 16:39:03 ========================================================= [Pipeline] libraryResource [Pipeline] sh 16:39:05 ------------------- 16:39:05 stable info: 16:39:05 ------------------- 16:39:05 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 16:39:05 Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd 16:39:05 Message: update stable to v1.0.173 16:39:06 ------------------- 16:39:06 experimental info: 16:39:06 ------------------- 16:39:06 Commited By: **** collab-it+edgex@linuxfoundation.org 16:39:06 Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd 16:39:06 Message: update experimental to v1.0.173 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 16:39:06 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-mqtt-go-settings [Pipeline] echo 16:39:06 [edgeXSetupEnvironment]: set envvar PROJECT = device-mqtt-go [Pipeline] echo 16:39:06 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 16:39:06 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 16:39:06 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 16:39:07 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 16:39:07 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 16:39:07 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 16:39:07 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 16:39:07 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 16:39:07 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 16:39:07 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-mqtt-go [Pipeline] echo 16:39:07 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 16:39:07 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 16:39:07 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 16:39:08 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 16:39:08 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 16:39:08 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 16:39:08 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 16:39:08 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 16:39:08 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 16:39:08 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 16:39:08 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 16:39:08 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 16:39:08 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 16:39:09 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 16:39:09 [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo 16:39:09 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo 16:39:09 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo 16:39:09 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo 16:39:09 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 7a1b18f551239dfc150e88617034cadc3790dddc [Pipeline] echo 16:39:09 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 7a1b18f [Pipeline] echo 16:39:09 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 16:39:09 provisioning config files... 16:39:09 copy managed file [device-mqtt-go-settings] to file:/w/workspace/gexfoundry_device-mqtt-go_master@tmp/config4133769548084329191tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 16:39:10 ---> docker-login.sh 16:39:10 nexus3.edgexfoundry.org:10001 16:39:10 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:39:10 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:39:10 Configure a credential helper to remove this warning. See 16:39:10 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:39:10 16:39:10 Login Succeeded 16:39:10 nexus3.edgexfoundry.org:10002 16:39:10 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:39:10 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:39:10 Configure a credential helper to remove this warning. See 16:39:10 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:39:10 16:39:10 Login Succeeded 16:39:10 nexus3.edgexfoundry.org:10003 16:39:11 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:39:11 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:39:11 Configure a credential helper to remove this warning. See 16:39:11 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:39:11 16:39:11 Login Succeeded 16:39:11 nexus3.edgexfoundry.org:10004 16:39:11 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:39:11 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:39:11 Configure a credential helper to remove this warning. See 16:39:11 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:39:11 16:39:11 Login Succeeded 16:39:11 docker.io 16:39:11 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:39:11 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:39:11 Configure a credential helper to remove this warning. See 16:39:11 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:39:11 16:39:11 Login Succeeded 16:39:11 ---> docker-login.sh ends [Pipeline] } 16:39:11 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 16:39:12 + git log --format=format:%s -1 7a1b18f551239dfc150e88617034cadc3790dddc [Pipeline] echo 16:39:12 GIT_COMMIT: 7a1b18f551239dfc150e88617034cadc3790dddc, Commit Message: Merge pull request #195 from ernestojeda/devops-std-dockerfiles [Pipeline] echo 16:39:12 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 16:39:13 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 16:39:13 16:39:13 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 16:39:13 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 16:39:13 latest: Pulling from edgex-devops/git-semver 16:39:13 31603596830f: Pulling fs layer 16:39:13 2a8b12db71e7: Pulling fs layer 16:39:13 6ca5941a6612: Pulling fs layer 16:39:13 ecc8261a40a4: Pulling fs layer 16:39:13 ecc8261a40a4: Waiting 16:39:13 2a8b12db71e7: Verifying Checksum 16:39:13 2a8b12db71e7: Download complete 16:39:13 31603596830f: Download complete 16:39:13 ecc8261a40a4: Verifying Checksum 16:39:13 ecc8261a40a4: Download complete 16:39:13 6ca5941a6612: Verifying Checksum 16:39:13 6ca5941a6612: Download complete 16:39:14 31603596830f: Pull complete 16:39:14 2a8b12db71e7: Pull complete 16:39:15 6ca5941a6612: Pull complete 16:39:15 ecc8261a40a4: Pull complete 16:39:15 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 16:39:15 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 16:39:15 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 16:39:15 prd-centos7-docker-4c-2g-18195 does not seem to be running inside a container 16:39:15 $ 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 16:39:17 $ docker top 8bc4dcaa9479c47685dfd14945ae887b4b9107324b53bad41b5581814c723d52 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 16:39:17 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 16:39:17 [ssh-agent] Looking for ssh-agent implementation... 16:39:18 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 16:39:18 $ docker exec 8bc4dcaa9479c47685dfd14945ae887b4b9107324b53bad41b5581814c723d52 ssh-agent 16:39:18 SSH_AUTH_SOCK=/tmp/ssh-zIUd8sPsPVgg/agent.12 16:39:18 SSH_AGENT_PID=17 16:39:18 Running ssh-add (command line suppressed) 16:39:18 Identity added: /w/workspace/gexfoundry_device-mqtt-go_master@tmp/private_key_8326254438607025748.key (/w/workspace/gexfoundry_device-mqtt-go_master@tmp/private_key_8326254438607025748.key) 16:39:18 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 16:39:18 + git tag --points-at HEAD [Pipeline] } 16:39:18 $ docker exec --env ******** --env ******** 8bc4dcaa9479c47685dfd14945ae887b4b9107324b53bad41b5581814c723d52 ssh-agent -k 16:39:18 unset SSH_AUTH_SOCK; 16:39:18 unset SSH_AGENT_PID; 16:39:18 echo Agent pid 17 killed; 16:39:19 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 16:39:19 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 16:39:19 [ssh-agent] Looking for ssh-agent implementation... 16:39:19 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 16:39:19 $ docker exec 8bc4dcaa9479c47685dfd14945ae887b4b9107324b53bad41b5581814c723d52 ssh-agent 16:39:19 SSH_AUTH_SOCK=/tmp/ssh-U9E5TSoKSEb5/agent.48 16:39:19 SSH_AGENT_PID=54 16:39:19 Running ssh-add (command line suppressed) 16:39:19 Identity added: /w/workspace/gexfoundry_device-mqtt-go_master@tmp/private_key_2502933740451582717.key (/w/workspace/gexfoundry_device-mqtt-go_master@tmp/private_key_2502933740451582717.key) 16:39:19 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 16:39:20 + git semver init 16:39:20 # -> Open(): unable to determine branch for HEAD 16:39:20 # $GIT_DIR = /w/workspace/gexfoundry_device-mqtt-go_master/.git 16:39:20 # $GIT_WORK_TREE = /w/workspace/gexfoundry_device-mqtt-go_master 16:39:20 # $SEMVER_REMOTE_NAME = origin 16:39:20 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 16:39:20 # $SEMVER_USER_NAME = edgex-jenkins 16:39:20 # $SEMVER_BRANCH = master 16:39:20 # $SEMVER_TEMP = /tmp/semver-180044364 16:39:20 # git clone --branch semver git@github.com:edgexfoundry/device-mqtt-go.git $SEMVER_TEMP 16:39:20 # '/tmp/semver-180044364' -> '/w/workspace/gexfoundry_device-mqtt-go_master/.semver' 16:39:20 # -> Force: false 16:39:20 # $SEMVER_DIR = /w/workspace/gexfoundry_device-mqtt-go_master/.semver [Pipeline] } 16:39:20 $ docker exec --env ******** --env ******** 8bc4dcaa9479c47685dfd14945ae887b4b9107324b53bad41b5581814c723d52 ssh-agent -k 16:39:20 unset SSH_AUTH_SOCK; 16:39:20 unset SSH_AGENT_PID; 16:39:20 echo Agent pid 54 killed; 16:39:20 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 16:39:21 + git semver [Pipeline] } 16:39:21 $ docker stop --time=1 8bc4dcaa9479c47685dfd14945ae887b4b9107324b53bad41b5581814c723d52 16:39:22 $ docker rm -f 8bc4dcaa9479c47685dfd14945ae887b4b9107324b53bad41b5581814c723d52 [Pipeline] // withDockerContainer [Pipeline] sh 16:39:23 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 16:39:23 Stashed 1 file(s) [Pipeline] echo 16:39:23 [edgeXSemver]: initialized semver on version 1.3.1-dev.2 [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 16:39:39 Still waiting to schedule task 16:39:39 ‘prd-centos7-docker-4c-2g-15505’ is offline; ‘prd-centos7-docker-4c-2g-18179’ is offline; ‘prd-centos7-docker-4c-2g-18181’ is offline; ‘prd-centos7-docker-4c-2g-18182’ is offline; ‘prd-centos7-docker-4c-2g-18183’ is offline; ‘prd-centos7-docker-4c-2g-18189’ is offline; ‘prd-centos7-docker-4c-2g-18193’ is offline; ‘prd-centos7-docker-4c-2g-18196’ is offline; ‘prd-ubuntu18.04-docker-8c-8g-18184’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-18185’ doesn’t have label ‘centos7-docker-4c-2g’ 16:39:39 Still waiting to schedule task 16:39:39 Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ 16:42:27 Running on prd-centos7-docker-4c-2g-18199 in /w/workspace/gexfoundry_device-mqtt-go_master [Pipeline] { [Pipeline] ws 16:42:27 Running in /w/workspace/device-mqtt-go/27 [Pipeline] { [Pipeline] checkout 16:42:30 using credential edgex-jenkins-ssh 16:42:30 Cloning the remote Git repository 16:42:30 Cloning repository git@github.com:edgexfoundry/device-mqtt-go.git 16:42:30 > git init /w/workspace/device-mqtt-go/27 # timeout=10 16:42:30 Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git 16:42:30 > git --version # timeout=10 16:42:30 > git --version # 'git version 2.24.3' 16:42:30 using GIT_SSH to set credentials SSH Credentials for GitHub 16:42:30 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 16:42:31 Checking out Revision 7a1b18f551239dfc150e88617034cadc3790dddc (master) 16:42:31 > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 16:42:31 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 16:42:31 > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 16:42:31 Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git 16:42:31 using GIT_SSH to set credentials SSH Credentials for GitHub 16:42:31 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 16:42:31 > git config core.sparsecheckout # timeout=10 16:42:31 > git checkout -f 7a1b18f551239dfc150e88617034cadc3790dddc # timeout=10 16:42:36 Commit message: "Merge pull request #195 from ernestojeda/devops-std-dockerfiles" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 16:42:38 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 16:42:38 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 16:42:38 + sudo service docker restart 16:42:38 + true 16:42:38 Redirecting to /bin/systemctl restart docker.service 16:42:40 Running on prd-ubuntu18.04-docker-arm64-4c-16g-18198 in /w/workspace/gexfoundry_device-mqtt-go_master [Pipeline] { [Pipeline] ws 16:42:40 Running in /w/workspace/device-mqtt-go/27 [Pipeline] { [Pipeline] checkout [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 16:42:40 provisioning config files... 16:42:40 copy managed file [device-mqtt-go-settings] to file:/w/workspace/device-mqtt-go/27@tmp/config3784277222488713249tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 16:42:40 ---> docker-login.sh 16:42:40 nexus3.edgexfoundry.org:10001 16:42:41 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:42:41 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:42:41 Configure a credential helper to remove this warning. See 16:42:41 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:42:41 16:42:41 Login Succeeded 16:42:41 nexus3.edgexfoundry.org:10002 16:42:41 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:42:41 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:42:41 Configure a credential helper to remove this warning. See 16:42:41 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:42:41 16:42:41 Login Succeeded 16:42:41 nexus3.edgexfoundry.org:10003 16:42:41 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:42:41 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:42:41 Configure a credential helper to remove this warning. See 16:42:41 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:42:41 16:42:41 Login Succeeded 16:42:41 nexus3.edgexfoundry.org:10004 16:42:41 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:42:41 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:42:41 Configure a credential helper to remove this warning. See 16:42:41 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:42:41 16:42:41 Login Succeeded 16:42:41 docker.io 16:42:41 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:42:42 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:42:42 Configure a credential helper to remove this warning. See 16:42:42 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:42:42 16:42:42 Login Succeeded 16:42:42 ---> docker-login.sh ends [Pipeline] } 16:42:42 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 16:42:42 ========================================================= 16:42:42 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 16:42:42 ========================================================= [Pipeline] isUnix [Pipeline] sh 16:42:42 + 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 . 16:42:43 Sending build context to Docker daemon 485.4kB 16:42:43 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 16:42:43 Step 2/8 : FROM ${BASE} 16:42:43 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 16:42:43 188c0c94c7c5: Pulling fs layer 16:42:43 0ef7d3d256c8: Pulling fs layer 16:42:43 de9db76c5a1d: Pulling fs layer 16:42:43 bca2f99d35d6: Pulling fs layer 16:42:43 93359f2a8cfa: Pulling fs layer 16:42:43 7c6f9722023f: Pulling fs layer 16:42:43 a35cf1a2eb13: Pulling fs layer 16:42:43 93359f2a8cfa: Waiting 16:42:43 7c6f9722023f: Waiting 16:42:43 bca2f99d35d6: Waiting 16:42:43 a35cf1a2eb13: Waiting 16:42:43 de9db76c5a1d: Verifying Checksum 16:42:43 0ef7d3d256c8: Verifying Checksum 16:42:43 0ef7d3d256c8: Download complete 16:42:43 93359f2a8cfa: Verifying Checksum 16:42:43 93359f2a8cfa: Download complete 16:42:43 7c6f9722023f: Download complete 16:42:43 188c0c94c7c5: Download complete 16:42:43 188c0c94c7c5: Pull complete 16:42:44 0ef7d3d256c8: Pull complete 16:42:44 de9db76c5a1d: Pull complete 16:42:45 a35cf1a2eb13: Verifying Checksum 16:42:45 a35cf1a2eb13: Download complete 16:42:45 using credential edgex-jenkins-ssh 16:42:45 Cloning the remote Git repository 16:42:46 bca2f99d35d6: Verifying Checksum 16:42:46 bca2f99d35d6: Download complete 16:42:45 Cloning repository git@github.com:edgexfoundry/device-mqtt-go.git 16:42:45 > git init /w/workspace/device-mqtt-go/27 # timeout=10 16:42:45 Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git 16:42:45 > git --version # timeout=10 16:42:45 > git --version # 'git version 2.17.1' 16:42:45 using GIT_SSH to set credentials SSH Credentials for GitHub 16:42:45 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 16:42:46 > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 16:42:46 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 16:42:46 > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 16:42:46 Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git 16:42:46 using GIT_SSH to set credentials SSH Credentials for GitHub 16:42:46 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 16:42:47 Checking out Revision 7a1b18f551239dfc150e88617034cadc3790dddc (master) 16:42:47 > git config core.sparsecheckout # timeout=10 16:42:47 > git checkout -f 7a1b18f551239dfc150e88617034cadc3790dddc # timeout=10 16:42:51 Commit message: "Merge pull request #195 from ernestojeda/devops-std-dockerfiles" 16:42:51 bca2f99d35d6: Pull complete 16:42:51 93359f2a8cfa: Pull complete 16:42:51 7c6f9722023f: Pull complete [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 16:42:53 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 16:42:53 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 16:42:54 + true 16:42:54 + sudo service docker restart 16:42:56 a35cf1a2eb13: Pull complete 16:42:56 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 16:42:56 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 16:42:56 ---> a62c8e92a672 16:42:56 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IOTech' 16:42:56 ---> Running in 6692b37dc1c5 [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 16:42:56 provisioning config files... 16:42:56 copy managed file [device-mqtt-go-settings] to file:/w/workspace/device-mqtt-go/27@tmp/config6177187588210658786tmp [Pipeline] { 16:42:56 Removing intermediate container 6692b37dc1c5 16:42:56 ---> 485a7abe07f7 16:42:56 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [Pipeline] libraryResource [Pipeline] sh 16:42:57 ---> Running in a094fd89decc 16:42:57 ---> docker-login.sh 16:42:57 nexus3.edgexfoundry.org:10001 16:42:58 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:42:58 Removing intermediate container a094fd89decc 16:42:58 ---> a31fdd25d7e7 16:42:58 Step 5/8 : RUN apk add --update --no-cache make git openssh build-base 16:42:58 ---> Running in 721eb8d19a45 16:42:58 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:42:58 Configure a credential helper to remove this warning. See 16:42:58 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:42:58 16:42:58 Login Succeeded 16:42:58 nexus3.edgexfoundry.org:10002 16:42:58 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:42:59 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:42:59 Configure a credential helper to remove this warning. See 16:42:59 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:42:59 16:42:59 Login Succeeded 16:42:59 nexus3.edgexfoundry.org:10003 16:42:59 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:42:59 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:42:59 Configure a credential helper to remove this warning. See 16:42:59 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:42:59 16:42:59 Login Succeeded 16:42:59 nexus3.edgexfoundry.org:10004 16:42:59 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:43:00 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:43:00 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:43:00 Configure a credential helper to remove this warning. See 16:43:00 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:43:00 16:43:00 Login Succeeded 16:43:00 docker.io 16:43:00 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:43:00 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:43:00 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:43:00 Configure a credential helper to remove this warning. See 16:43:00 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:43:00 16:43:00 Login Succeeded 16:43:00 ---> docker-login.sh ends [Pipeline] } 16:43:01 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } 16:43:01 (1/14) Installing libmagic (5.38-r0) 16:43:01 (2/14) Installing file (5.38-r0) 16:43:01 (3/14) Installing libc-dev (0.7.2-r3) 16:43:01 (4/14) Installing g++ (9.3.0-r2) [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 16:43:01 ========================================================= 16:43:01 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 16:43:01 ========================================================= [Pipeline] isUnix [Pipeline] sh 16:43:02 + 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 . 16:43:02 Sending build context to Docker daemon 484.4kB 16:43:02 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 16:43:02 Step 2/8 : FROM ${BASE} 16:43:02 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 16:43:02 5f621e34cdf4: Pulling fs layer 16:43:02 a4357932f1b6: Pulling fs layer 16:43:02 18c013af1878: Pulling fs layer 16:43:02 00ac8860ef70: Pulling fs layer 16:43:02 63d7cb157983: Pulling fs layer 16:43:02 b116817d02f9: Pulling fs layer 16:43:02 745a02a5169b: Pulling fs layer 16:43:02 00ac8860ef70: Waiting 16:43:02 63d7cb157983: Waiting 16:43:02 b116817d02f9: Waiting 16:43:02 745a02a5169b: Waiting 16:43:02 18c013af1878: Verifying Checksum 16:43:02 18c013af1878: Download complete 16:43:02 a4357932f1b6: Verifying Checksum 16:43:02 a4357932f1b6: Download complete 16:43:02 63d7cb157983: Verifying Checksum 16:43:02 63d7cb157983: Download complete 16:43:02 b116817d02f9: Verifying Checksum 16:43:02 b116817d02f9: Download complete 16:43:02 5f621e34cdf4: Verifying Checksum 16:43:02 5f621e34cdf4: Download complete 16:43:03 5f621e34cdf4: Pull complete 16:43:03 a4357932f1b6: Pull complete 16:43:04 18c013af1878: Pull complete 16:43:04 745a02a5169b: Verifying Checksum 16:43:04 745a02a5169b: Download complete 16:43:06 00ac8860ef70: Verifying Checksum 16:43:06 00ac8860ef70: Download complete 16:43:11 (5/14) Installing fortify-headers (1.1-r0) 16:43:11 (6/14) Installing patch (2.7.6-r6) 16:43:11 (7/14) Installing build-base (0.5-r2) 16:43:11 (8/14) Installing openssh-keygen (8.3_p1-r1) 16:43:11 (9/14) Installing libedit (20191231.3.1-r0) 16:43:11 (10/14) Installing openssh-client (8.3_p1-r1) 16:43:11 (11/14) Installing openssh-sftp-server (8.3_p1-r1) 16:43:11 (12/14) Installing openssh-server-common (8.3_p1-r1) 16:43:12 (13/14) Installing openssh-server (8.3_p1-r1) 16:43:12 (14/14) Installing openssh (8.3_p1-r1) 16:43:12 Executing busybox-1.31.1-r19.trigger 16:43:12 OK: 237 MiB in 53 packages 16:43:16 00ac8860ef70: Pull complete 16:43:16 63d7cb157983: Pull complete 16:43:16 Removing intermediate container 721eb8d19a45 16:43:16 ---> b6106e69d3c4 16:43:16 Step 6/8 : WORKDIR /device-mqtt-go 16:43:16 ---> Running in 32e3b67f069a 16:43:16 Removing intermediate container 32e3b67f069a 16:43:16 ---> dae7248a94a6 16:43:16 Step 7/8 : COPY . . 16:43:16 b116817d02f9: Pull complete 16:43:17 ---> e76d1d801a1c 16:43:17 Step 8/8 : RUN go mod download 16:43:17 ---> Running in c47ff75eecc5 16:43:21 745a02a5169b: Pull complete 16:43:21 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 16:43:21 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 16:43:21 ---> b7e6874047d6 16:43:21 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IOTech' 16:43:23 ---> Running in d0a5f33fc3b4 16:43:24 Removing intermediate container d0a5f33fc3b4 16:43:24 ---> f1f6b49fb6d1 16:43:24 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:43:24 ---> Running in f91f896fc0fe 16:43:26 Removing intermediate container f91f896fc0fe 16:43:26 ---> da7afc31e116 16:43:26 Step 5/8 : RUN apk add --update --no-cache make git openssh build-base 16:43:26 ---> Running in 0bc948669468 16:43:28 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 16:43:28 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 16:43:29 (1/14) Installing libmagic (5.38-r0) 16:43:29 (2/14) Installing file (5.38-r0) 16:43:29 (3/14) Installing libc-dev (0.7.2-r3) 16:43:30 (4/14) Installing g++ (9.3.0-r2) 16:43:34 (5/14) Installing fortify-headers (1.1-r0) 16:43:34 (6/14) Installing patch (2.7.6-r6) 16:43:34 (7/14) Installing build-base (0.5-r2) 16:43:34 (8/14) Installing openssh-keygen (8.3_p1-r1) 16:43:34 (9/14) Installing libedit (20191231.3.1-r0) 16:43:35 (10/14) Installing openssh-client (8.3_p1-r1) 16:43:35 (11/14) Installing openssh-sftp-server (8.3_p1-r1) 16:43:35 (12/14) Installing openssh-server-common (8.3_p1-r1) 16:43:35 (13/14) Installing openssh-server (8.3_p1-r1) 16:43:35 (14/14) Installing openssh (8.3_p1-r1) 16:43:35 Executing busybox-1.31.1-r19.trigger 16:43:35 OK: 221 MiB in 53 packages 16:43:39 Removing intermediate container c47ff75eecc5 16:43:39 ---> ea974cac7935 16:43:39 Successfully built ea974cac7935 16:43:39 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 16:43:39 + docker inspect -f . ci-base-image-x86_64 16:43:39 . [Pipeline] withDockerContainer 16:43:39 prd-centos7-docker-4c-2g-18199 does not seem to be running inside a container 16:43:39 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-mqtt-go/27 -v /w/workspace/device-mqtt-go/27:/w/workspace/device-mqtt-go/27:rw,z -v /w/workspace/device-mqtt-go/27@tmp:/w/workspace/device-mqtt-go/27@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-x86_64 cat 16:43:40 Removing intermediate container 0bc948669468 16:43:40 ---> 38e951237b6f 16:43:40 Step 6/8 : WORKDIR /device-mqtt-go 16:43:40 ---> Running in ed4c6d3a6dd3 16:43:40 $ docker top 64a99a41aa018c50105a0031ec2546a3416462249c67b029b1c2d90b5e9e9f81 -eo pid,comm [Pipeline] { [Pipeline] sh 16:43:40 Removing intermediate container ed4c6d3a6dd3 16:43:40 ---> d00f0d5384de 16:43:40 Step 7/8 : COPY . . 16:43:41 + go version 16:43:41 go version go1.15.5 linux/amd64 [Pipeline] } 16:43:41 $ docker stop --time=1 64a99a41aa018c50105a0031ec2546a3416462249c67b029b1c2d90b5e9e9f81 16:43:41 ---> d5a43466700d 16:43:41 Step 8/8 : RUN go mod download 16:43:41 ---> Running in a46b1ea21e26 16:43:42 $ docker rm -f 64a99a41aa018c50105a0031ec2546a3416462249c67b029b1c2d90b5e9e9f81 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 16:43:43 + docker inspect -f . ci-base-image-x86_64 16:43:43 . [Pipeline] withDockerContainer 16:43:43 prd-centos7-docker-4c-2g-18199 does not seem to be running inside a container 16:43:43 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-mqtt-go/27 -v /w/workspace/device-mqtt-go/27:/w/workspace/device-mqtt-go/27:rw,z -v /w/workspace/device-mqtt-go/27@tmp:/w/workspace/device-mqtt-go/27@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-x86_64 cat 16:43:44 $ docker top 09a7884b887d91a00ec0278f4e67712a386440137f8a0a570eed0f80e31c7e2b -eo pid,comm [Pipeline] { [Pipeline] sh 16:43:44 + make test 16:43:44 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out 16:43:45 ? github.com/edgexfoundry/device-mqtt-go [no test files] 16:43:58 ? github.com/edgexfoundry/device-mqtt-go/cmd [no test files] 16:43:59 ok github.com/edgexfoundry/device-mqtt-go/internal/driver 0.010s coverage: 28.3% of statements 16:43:59 ? github.com/edgexfoundry/device-mqtt-go/mock [no test files] 16:43:59 CGO_ENABLED=0 GO111MODULE=on go vet ./... 16:44:01 gofmt -l . 16:44:01 ["`gofmt -l .`" = ""] 16:44:01 ./bin/test-attribution-txt.sh 16:44:02 ./bin/test-go-mod-tidy.sh [Pipeline] } 16:44:02 $ docker stop --time=1 09a7884b887d91a00ec0278f4e67712a386440137f8a0a570eed0f80e31c7e2b 16:44:04 Removing intermediate container a46b1ea21e26 16:44:04 ---> 311c5ff49469 16:44:04 Successfully built 311c5ff49469 16:44:04 Successfully tagged ci-base-image-arm64:latest 16:44:05 $ docker rm -f 09a7884b887d91a00ec0278f4e67712a386440137f8a0a570eed0f80e31c7e2b [Pipeline] // withDockerContainer [Pipeline] sh [Pipeline] isUnix [Pipeline] sh 16:44:05 + sudo chown -R jenkins:jenkins . [Pipeline] stash 16:44:05 + docker inspect -f . ci-base-image-arm64 16:44:05 . [Pipeline] withDockerContainer 16:44:06 prd-ubuntu18.04-docker-arm64-4c-16g-18198 does not seem to be running inside a container 16:44:06 Stashed 1 file(s) 16:44:06 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-mqtt-go/27 -v /w/workspace/device-mqtt-go/27:/w/workspace/device-mqtt-go/27:rw,z -v /w/workspace/device-mqtt-go/27@tmp:/w/workspace/device-mqtt-go/27@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 16:44:07 $ docker top 9ed01ab290f8f8d4bf09d735df7db9f7c0fccaf6bb963e8070b1ce20a428109a -eo pid,comm [Pipeline] { [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] sh [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) 16:44:08 + go version 16:44:08 go version go1.15.5 linux/arm64 [Pipeline] } 16:44:09 $ docker stop --time=1 9ed01ab290f8f8d4bf09d735df7db9f7c0fccaf6bb963e8070b1ce20a428109a 16:44:11 $ docker rm -f 9ed01ab290f8f8d4bf09d735df7db9f7c0fccaf6bb963e8070b1ce20a428109a [Pipeline] sh [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } 16:44:11 + sudo chown -R jenkins:jenkins . [Pipeline] // stage [Pipeline] sh [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 16:44:12 + ls -al . 16:44:12 total 100 16:44:12 drwxrwxr-x. 9 jenkins jenkins 4096 Jan 4 16:44 . 16:44:12 drwxrwxr-x. 4 jenkins jenkins 30 Jan 4 16:42 .. 16:44:12 -rw-rw-r--. 1 jenkins jenkins 5932 Jan 4 16:42 Attribution.txt 16:44:12 drwxrwxr-x. 2 jenkins jenkins 87 Jan 4 16:42 bin 16:44:12 drwxrwxr-x. 3 jenkins jenkins 32 Jan 4 16:42 cmd 16:44:12 -rw-r--r--. 1 jenkins jenkins 18940 Jan 4 16:43 coverage.out 16:44:12 -rw-rw-r--. 1 jenkins jenkins 1802 Jan 4 16:42 Dockerfile 16:44:12 -rw-rw-r--. 1 jenkins jenkins 957 Jan 4 16:42 Dockerfile.build 16:44:12 -rw-rw-r--. 1 jenkins jenkins 140 Jan 4 16:42 .dockerignore 16:44:12 drwxrwxr-x. 8 jenkins jenkins 162 Jan 4 16:42 .git 16:44:12 drwxrwxr-x. 2 jenkins jenkins 60 Jan 4 16:42 .github 16:44:12 -rw-rw-r--. 1 jenkins jenkins 336 Jan 4 16:42 .gitignore 16:44:12 -rw-r--r--. 1 jenkins jenkins 504 Jan 4 16:44 go.mod 16:44:12 -rw-r--r--. 1 jenkins jenkins 14793 Jan 4 16:44 go.sum 16:44:12 drwxrwxr-x. 3 jenkins jenkins 20 Jan 4 16:42 internal 16:44:12 -rw-rw-r--. 1 jenkins jenkins 677 Jan 4 16:42 Jenkinsfile 16:44:12 -rw-rw-r--. 1 jenkins jenkins 11340 Jan 4 16:42 LICENSE 16:44:12 -rw-rw-r--. 1 jenkins jenkins 902 Jan 4 16:42 Makefile 16:44:12 drwxrwxr-x. 2 jenkins jenkins 23 Jan 4 16:42 mock 16:44:12 -rw-rw-r--. 1 jenkins jenkins 444 Jan 4 16:42 README.md 16:44:12 drwxrwxr-x. 4 jenkins jenkins 71 Jan 4 16:42 snap 16:44:12 -rw-rw-r--. 1 jenkins jenkins 11 Jan 4 16:39 VERSION 16:44:12 -rw-rw-r--. 1 jenkins jenkins 227 Jan 4 16:42 version.go [Pipeline] isUnix [Pipeline] sh 16:44:12 + docker inspect -f . ci-base-image-arm64 16:44:12 . [Pipeline] withDockerContainer 16:44:12 + 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=7a1b18f551239dfc150e88617034cadc3790dddc --label arch=amd64 --label version=1.3.1-dev.2 . 16:44:12 prd-ubuntu18.04-docker-arm64-4c-16g-18198 does not seem to be running inside a container 16:44:12 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-mqtt-go/27 -v /w/workspace/device-mqtt-go/27:/w/workspace/device-mqtt-go/27:rw,z -v /w/workspace/device-mqtt-go/27@tmp:/w/workspace/device-mqtt-go/27@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 16:44:12 Sending build context to Docker daemon 504.8kB 16:44:12 Step 1/22 : ARG BASE=golang:1.15-alpine3.12 16:44:12 Step 2/22 : FROM ${BASE} AS builder 16:44:12 ---> ea974cac7935 16:44:12 Step 3/22 : ARG ALPINE_PKG_BASE="build-base git openssh-client" 16:44:13 ---> Running in 501d44e56e2e 16:44:13 Removing intermediate container 501d44e56e2e 16:44:13 ---> 2ea565f650f0 16:44:13 Step 4/22 : ARG ALPINE_PKG_EXTRA="" 16:44:13 ---> Running in 7c9e713df1d4 16:44:13 Removing intermediate container 7c9e713df1d4 16:44:13 ---> a1fd252e154c 16:44:13 Step 5/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:44:13 ---> Running in dd612e47cadf 16:44:14 Removing intermediate container dd612e47cadf 16:44:14 ---> ad71190c232e 16:44:14 Step 6/22 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 16:44:14 ---> Running in 87160ae5fce0 16:44:14 $ docker top f2a9a700d91e4c8ee87fa4408eaf1ea38eed7df9c278d4b6b9b5a6a015c0fa69 -eo pid,comm [Pipeline] { [Pipeline] sh 16:44:14 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:44:15 + make test 16:44:15 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out 16:44:15 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:44:16 OK: 237 MiB in 53 packages 16:44:16 Removing intermediate container 87160ae5fce0 16:44:16 ---> 2d55df8338a7 16:44:16 Step 7/22 : WORKDIR $GOPATH/src/github.com/edgexfoundry/device-mqtt-go 16:44:16 ? github.com/edgexfoundry/device-mqtt-go [no test files] 16:44:16 ---> Running in f12345ffee22 16:44:16 Removing intermediate container f12345ffee22 16:44:16 ---> 8cf6f263c39e 16:44:16 Step 8/22 : COPY . . 16:44:17 ---> 9870356a4e01 16:44:17 Step 9/22 : ARG MAKE='make build' 16:44:17 ---> Running in 806b6a8be2fd 16:44:17 Removing intermediate container 806b6a8be2fd 16:44:17 ---> 744855409f1d 16:44:17 Step 10/22 : RUN $MAKE 16:44:17 ---> Running in 6c1ae55f42f5 16:44:18 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-mqtt-go.Version=1.3.1-dev.2" -o cmd/device-mqtt ./cmd 16:44:28 CGO_ENABLED=0 GO111MODULE=on go build ./... 16:44:31 Removing intermediate container 6c1ae55f42f5 16:44:31 ---> 244eeaebce5e 16:44:31 Step 11/22 : FROM alpine:3.12 16:44:31 3.12: Pulling from library/alpine 16:44:31 801bfaa63ef2: Pulling fs layer 16:44:32 801bfaa63ef2: Verifying Checksum 16:44:32 801bfaa63ef2: Download complete 16:44:32 801bfaa63ef2: Pull complete 16:44:32 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 16:44:32 Status: Downloaded newer image for alpine:3.12 16:44:32 ---> 389fef711851 16:44:32 Step 12/22 : ENV APP_PORT=49982 16:44:32 ---> Running in 7b068c644829 16:44:32 Removing intermediate container 7b068c644829 16:44:32 ---> 7a4140598df4 16:44:32 Step 13/22 : EXPOSE $APP_PORT 16:44:32 ---> Running in 5c030d63cac4 16:44:32 Removing intermediate container 5c030d63cac4 16:44:32 ---> b5d890553830 16:44:32 Step 14/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-mqtt-go/cmd / 16:44:33 ---> 32f166f9c324 16:44:33 Step 15/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-mqtt-go/LICENSE / 16:44:33 ---> 53ef057d8038 16:44:33 Step 16/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-mqtt-go/Attribution.txt / 16:44:34 ---> 2db7110f0207 16:44:34 Step 17/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IoTech Ltd' 16:44:34 ---> Running in b94d3ca085d9 16:44:34 Removing intermediate container b94d3ca085d9 16:44:34 ---> e55f9ed7f8cc 16:44:34 Step 18/22 : ENTRYPOINT ["/device-mqtt"] 16:44:34 ---> Running in 98edf6d1d477 16:44:34 Removing intermediate container 98edf6d1d477 16:44:34 ---> 36a12b4e6082 16:44:34 Step 19/22 : CMD ["--cp=consul://edgex-core-consul:8500", "--registry", "--confdir=/res"] 16:44:34 ---> Running in 5e98850f279c 16:44:34 Removing intermediate container 5e98850f279c 16:44:34 ---> 94c8ff07099e 16:44:34 Step 20/22 : LABEL arch=amd64 16:44:34 ---> Running in 484036eb791b 16:44:34 Removing intermediate container 484036eb791b 16:44:34 ---> 825f134ef234 16:44:34 Step 21/22 : LABEL git_sha=7a1b18f551239dfc150e88617034cadc3790dddc 16:44:35 ---> Running in 15f49e2a8460 16:44:35 Removing intermediate container 15f49e2a8460 16:44:35 ---> cb8508da85f3 16:44:35 Step 22/22 : LABEL version=1.3.1-dev.2 16:44:35 ---> Running in 96ec8cb9ec3b 16:44:35 Removing intermediate container 96ec8cb9ec3b 16:44:35 ---> 08cc53f715be 16:44:35 [Warning] One or more build-args [ARCH] were not consumed 16:44:35 Successfully built 08cc53f715be 16:44:35 Successfully tagged docker-device-mqtt-go:latest [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 16:44:35 provisioning config files... 16:44:35 copy managed file [device-mqtt-go-settings] to file:/w/workspace/device-mqtt-go/27@tmp/config5842275100216100228tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 16:44:36 ---> docker-login.sh 16:44:36 nexus3.edgexfoundry.org:10001 16:44:36 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:44:36 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:44:36 Configure a credential helper to remove this warning. See 16:44:36 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:44:36 16:44:36 Login Succeeded 16:44:36 nexus3.edgexfoundry.org:10002 16:44:36 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:44:36 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:44:36 Configure a credential helper to remove this warning. See 16:44:36 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:44:36 16:44:36 Login Succeeded 16:44:36 nexus3.edgexfoundry.org:10003 16:44:36 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:44:36 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:44:36 Configure a credential helper to remove this warning. See 16:44:36 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:44:36 16:44:36 Login Succeeded 16:44:36 nexus3.edgexfoundry.org:10004 16:44:36 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:44:36 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:44:36 Configure a credential helper to remove this warning. See 16:44:36 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:44:36 16:44:36 Login Succeeded 16:44:36 docker.io 16:44:36 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:44:37 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:44:37 Configure a credential helper to remove this warning. See 16:44:37 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:44:37 16:44:37 Login Succeeded 16:44:37 ---> docker-login.sh ends [Pipeline] } 16:44:37 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 16:44:37 [edgeXDocker.push] Tagging docker image docker-device-mqtt-go with the following tags: 16:44:37 7a1b18f551239dfc150e88617034cadc3790dddc 16:44:37 latest 16:44:37 1.3.1-dev.2 16:44:37 7a1b18f551239dfc150e88617034cadc3790dddc-1.3.1-dev.2 16:44:37 master 16:44:37 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 16:44:37 + docker tag docker-device-mqtt-go nexus3.edgexfoundry.org:10004/docker-device-mqtt-go:7a1b18f551239dfc150e88617034cadc3790dddc [Pipeline] isUnix [Pipeline] sh 16:44:38 + docker push nexus3.edgexfoundry.org:10004/docker-device-mqtt-go:7a1b18f551239dfc150e88617034cadc3790dddc 16:44:38 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-mqtt-go] 16:44:38 a0b7bd1bc440: Preparing 16:44:38 83b34b0dd0e1: Preparing 16:44:38 27836be0d127: Preparing 16:44:38 777b2c648970: Preparing 16:44:38 777b2c648970: Layer already exists 16:44:38 a0b7bd1bc440: Pushed 16:44:38 83b34b0dd0e1: Pushed 16:44:39 27836be0d127: Pushed 16:44:39 7a1b18f551239dfc150e88617034cadc3790dddc: digest: sha256:24d2d3a76c3d1391fb23f5cb55e14456a698d1f2a152f86bf8b80feb293b257d size: 1155 [Pipeline] isUnix [Pipeline] sh 16:44:39 + docker tag docker-device-mqtt-go nexus3.edgexfoundry.org:10004/docker-device-mqtt-go:latest [Pipeline] isUnix [Pipeline] sh 16:44:40 + docker push nexus3.edgexfoundry.org:10004/docker-device-mqtt-go:latest 16:44:40 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-mqtt-go] 16:44:40 a0b7bd1bc440: Preparing 16:44:40 83b34b0dd0e1: Preparing 16:44:40 27836be0d127: Preparing 16:44:40 777b2c648970: Preparing 16:44:40 27836be0d127: Layer already exists 16:44:40 83b34b0dd0e1: Layer already exists 16:44:40 777b2c648970: Layer already exists 16:44:40 a0b7bd1bc440: Layer already exists 16:44:40 latest: digest: sha256:24d2d3a76c3d1391fb23f5cb55e14456a698d1f2a152f86bf8b80feb293b257d size: 1155 [Pipeline] isUnix [Pipeline] sh 16:44:40 + docker tag docker-device-mqtt-go nexus3.edgexfoundry.org:10004/docker-device-mqtt-go:1.3.1-dev.2 [Pipeline] isUnix [Pipeline] sh 16:44:40 + docker push nexus3.edgexfoundry.org:10004/docker-device-mqtt-go:1.3.1-dev.2 16:44:40 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-mqtt-go] 16:44:40 a0b7bd1bc440: Preparing 16:44:40 83b34b0dd0e1: Preparing 16:44:40 27836be0d127: Preparing 16:44:40 777b2c648970: Preparing 16:44:40 27836be0d127: Layer already exists 16:44:40 777b2c648970: Layer already exists 16:44:40 a0b7bd1bc440: Layer already exists 16:44:40 83b34b0dd0e1: Layer already exists 16:44:40 1.3.1-dev.2: digest: sha256:24d2d3a76c3d1391fb23f5cb55e14456a698d1f2a152f86bf8b80feb293b257d size: 1155 [Pipeline] isUnix [Pipeline] sh 16:44:40 + docker tag docker-device-mqtt-go nexus3.edgexfoundry.org:10004/docker-device-mqtt-go:7a1b18f551239dfc150e88617034cadc3790dddc-1.3.1-dev.2 [Pipeline] isUnix [Pipeline] sh 16:44:41 + docker push nexus3.edgexfoundry.org:10004/docker-device-mqtt-go:7a1b18f551239dfc150e88617034cadc3790dddc-1.3.1-dev.2 16:44:41 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-mqtt-go] 16:44:41 a0b7bd1bc440: Preparing 16:44:41 83b34b0dd0e1: Preparing 16:44:41 27836be0d127: Preparing 16:44:41 777b2c648970: Preparing 16:44:41 83b34b0dd0e1: Layer already exists 16:44:41 777b2c648970: Layer already exists 16:44:41 a0b7bd1bc440: Layer already exists 16:44:41 27836be0d127: Layer already exists 16:44:41 7a1b18f551239dfc150e88617034cadc3790dddc-1.3.1-dev.2: digest: sha256:24d2d3a76c3d1391fb23f5cb55e14456a698d1f2a152f86bf8b80feb293b257d size: 1155 [Pipeline] isUnix [Pipeline] sh 16:44:41 + docker tag docker-device-mqtt-go nexus3.edgexfoundry.org:10004/docker-device-mqtt-go:master [Pipeline] isUnix [Pipeline] sh 16:44:41 + docker push nexus3.edgexfoundry.org:10004/docker-device-mqtt-go:master 16:44:41 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-mqtt-go] 16:44:41 a0b7bd1bc440: Preparing 16:44:41 83b34b0dd0e1: Preparing 16:44:41 27836be0d127: Preparing 16:44:41 777b2c648970: Preparing 16:44:41 a0b7bd1bc440: Layer already exists 16:44:41 27836be0d127: Layer already exists 16:44:41 777b2c648970: Layer already exists 16:44:41 83b34b0dd0e1: Layer already exists 16:44:41 master: digest: sha256:24d2d3a76c3d1391fb23f5cb55e14456a698d1f2a152f86bf8b80feb293b257d size: 1155 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 16:44:42 ===================================================== [Pipeline] echo 16:44:42 taggedImages: 16:44:42 - nexus3.edgexfoundry.org:10004/docker-device-mqtt-go:7a1b18f551239dfc150e88617034cadc3790dddc 16:44:42 - nexus3.edgexfoundry.org:10004/docker-device-mqtt-go:latest 16:44:42 - nexus3.edgexfoundry.org:10004/docker-device-mqtt-go:1.3.1-dev.2 16:44:42 - nexus3.edgexfoundry.org:10004/docker-device-mqtt-go:7a1b18f551239dfc150e88617034cadc3790dddc-1.3.1-dev.2 16:44:42 - 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] } 16:44:55 ? github.com/edgexfoundry/device-mqtt-go/cmd [no test files] 16:44:55 ok github.com/edgexfoundry/device-mqtt-go/internal/driver 0.035s coverage: 28.3% of statements 16:44:55 ? github.com/edgexfoundry/device-mqtt-go/mock [no test files] 16:44:55 CGO_ENABLED=0 GO111MODULE=on go vet ./... 16:45:02 gofmt -l . 16:45:02 ["`gofmt -l .`" = ""] 16:45:02 ./bin/test-attribution-txt.sh 16:45:02 ./bin/test-go-mod-tidy.sh [Pipeline] } 16:45:03 $ docker stop --time=1 f2a9a700d91e4c8ee87fa4408eaf1ea38eed7df9c278d4b6b9b5a6a015c0fa69 16:45:05 $ docker rm -f f2a9a700d91e4c8ee87fa4408eaf1ea38eed7df9c278d4b6b9b5a6a015c0fa69 [Pipeline] // withDockerContainer [Pipeline] sh 16:45:06 + sudo chown -R jenkins:jenkins . [Pipeline] stash 16:45:06 Warning: overwriting stash ‘coverage-report’ 16:45:07 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 16:45:07 + sudo chown -R jenkins:jenkins . [Pipeline] sh 16:45:08 + ls -al . 16:45:08 total 132 16:45:08 drwxrwxr-x 9 jenkins jenkins 4096 Jan 4 16:45 . 16:45:08 drwxrwxr-x 4 jenkins jenkins 4096 Jan 4 16:42 .. 16:45:08 -rw-rw-r-- 1 jenkins jenkins 140 Jan 4 16:42 .dockerignore 16:45:08 drwxrwxr-x 8 jenkins jenkins 4096 Jan 4 16:42 .git 16:45:08 drwxrwxr-x 2 jenkins jenkins 4096 Jan 4 16:42 .github 16:45:08 -rw-rw-r-- 1 jenkins jenkins 336 Jan 4 16:42 .gitignore 16:45:08 -rw-rw-r-- 1 jenkins jenkins 5932 Jan 4 16:42 Attribution.txt 16:45:08 -rw-rw-r-- 1 jenkins jenkins 1802 Jan 4 16:42 Dockerfile 16:45:08 -rw-rw-r-- 1 jenkins jenkins 957 Jan 4 16:42 Dockerfile.build 16:45:08 -rw-rw-r-- 1 jenkins jenkins 677 Jan 4 16:42 Jenkinsfile 16:45:08 -rw-rw-r-- 1 jenkins jenkins 11340 Jan 4 16:42 LICENSE 16:45:08 -rw-rw-r-- 1 jenkins jenkins 902 Jan 4 16:42 Makefile 16:45:08 -rw-rw-r-- 1 jenkins jenkins 444 Jan 4 16:42 README.md 16:45:08 -rw-rw-r-- 1 jenkins jenkins 11 Jan 4 16:39 VERSION 16:45:08 drwxrwxr-x 2 jenkins jenkins 4096 Jan 4 16:42 bin 16:45:08 drwxrwxr-x 3 jenkins jenkins 4096 Jan 4 16:42 cmd 16:45:08 -rw-r--r-- 1 jenkins jenkins 18940 Jan 4 16:44 coverage.out 16:45:08 -rw-r--r-- 1 jenkins jenkins 504 Jan 4 16:45 go.mod 16:45:08 -rw-r--r-- 1 jenkins jenkins 14793 Jan 4 16:45 go.sum 16:45:08 drwxrwxr-x 3 jenkins jenkins 4096 Jan 4 16:42 internal 16:45:08 drwxrwxr-x 2 jenkins jenkins 4096 Jan 4 16:42 mock 16:45:08 drwxrwxr-x 4 jenkins jenkins 4096 Jan 4 16:42 snap 16:45:08 -rw-rw-r-- 1 jenkins jenkins 227 Jan 4 16:42 version.go [Pipeline] isUnix [Pipeline] sh 16:45:08 + 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=7a1b18f551239dfc150e88617034cadc3790dddc --label arch=arm64 --label version=1.3.1-dev.2 . 16:45:09 Sending build context to Docker daemon 503.8kB 16:45:09 Step 1/22 : ARG BASE=golang:1.15-alpine3.12 16:45:09 Step 2/22 : FROM ${BASE} AS builder 16:45:09 ---> 311c5ff49469 16:45:09 Step 3/22 : ARG ALPINE_PKG_BASE="build-base git openssh-client" 16:45:09 ---> Running in d6f0867f09b3 16:45:09 Removing intermediate container d6f0867f09b3 16:45:09 ---> 51e588e5609c 16:45:09 Step 4/22 : ARG ALPINE_PKG_EXTRA="" 16:45:09 ---> Running in b8a884b4abd7 16:45:10 Removing intermediate container b8a884b4abd7 16:45:10 ---> 04c5b20d2503 16:45:10 Step 5/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:45:10 ---> Running in cc6cd829345b 16:45:12 Removing intermediate container cc6cd829345b 16:45:12 ---> d87cc6ff22ae 16:45:12 Step 6/22 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 16:45:12 ---> Running in e474402444b5 16:45:13 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 16:45:14 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 16:45:15 OK: 221 MiB in 53 packages 16:45:16 Removing intermediate container e474402444b5 16:45:16 ---> aa8f3949f6d4 16:45:16 Step 7/22 : WORKDIR $GOPATH/src/github.com/edgexfoundry/device-mqtt-go 16:45:16 ---> Running in e4d6c2593672 16:45:17 Removing intermediate container e4d6c2593672 16:45:17 ---> 49445a98778c 16:45:17 Step 8/22 : COPY . . 16:45:18 ---> 8be83afcd7c2 16:45:18 Step 9/22 : ARG MAKE='make build' 16:45:18 ---> Running in e248fb25ed22 16:45:19 Removing intermediate container e248fb25ed22 16:45:19 ---> c8b4445670ce 16:45:19 Step 10/22 : RUN $MAKE 16:45:19 ---> Running in aca7005d863b 16:45:19 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-mqtt-go.Version=1.3.1-dev.2" -o cmd/device-mqtt ./cmd 16:45:46 CGO_ENABLED=0 GO111MODULE=on go build ./... 16:45:53 Removing intermediate container aca7005d863b 16:45:53 ---> fe9132299628 16:45:53 Step 11/22 : FROM alpine:3.12 16:45:53 3.12: Pulling from library/alpine 16:45:53 159e5727ea61: Pulling fs layer 16:45:53 159e5727ea61: Verifying Checksum 16:45:53 159e5727ea61: Download complete 16:45:54 159e5727ea61: Pull complete 16:45:54 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 16:45:54 Status: Downloaded newer image for alpine:3.12 16:45:54 ---> afeebe901d6b 16:45:54 Step 12/22 : ENV APP_PORT=49982 16:45:54 ---> Running in 18a53f0b68d4 16:45:54 Removing intermediate container 18a53f0b68d4 16:45:54 ---> 7717b09486c0 16:45:54 Step 13/22 : EXPOSE $APP_PORT 16:45:55 ---> Running in 1018bd2f2432 16:45:55 Removing intermediate container 1018bd2f2432 16:45:55 ---> 1584dcdc54e9 16:45:55 Step 14/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-mqtt-go/cmd / 16:45:56 ---> 123de4f31014 16:45:56 Step 15/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-mqtt-go/LICENSE / 16:45:57 ---> 4ca605d486e9 16:45:57 Step 16/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-mqtt-go/Attribution.txt / 16:45:58 ---> 0d61501d8d83 16:45:58 Step 17/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IoTech Ltd' 16:45:58 ---> Running in 986bd3190d2e 16:45:58 Removing intermediate container 986bd3190d2e 16:45:58 ---> 9cf3805ba5d2 16:45:58 Step 18/22 : ENTRYPOINT ["/device-mqtt"] 16:45:58 ---> Running in 5ce360f80916 16:45:59 Removing intermediate container 5ce360f80916 16:45:59 ---> d140b03a58bf 16:45:59 Step 19/22 : CMD ["--cp=consul://edgex-core-consul:8500", "--registry", "--confdir=/res"] 16:45:59 ---> Running in 8f5931eff8ed 16:45:59 Removing intermediate container 8f5931eff8ed 16:45:59 ---> d198f598d9d9 16:45:59 Step 20/22 : LABEL arch=arm64 16:45:59 ---> Running in bbc39d0df35f 16:46:00 Removing intermediate container bbc39d0df35f 16:46:00 ---> 074a6961d5f8 16:46:00 Step 21/22 : LABEL git_sha=7a1b18f551239dfc150e88617034cadc3790dddc 16:46:00 ---> Running in 8e4362f63f11 16:46:01 Removing intermediate container 8e4362f63f11 16:46:01 ---> 59499dd12a78 16:46:01 Step 22/22 : LABEL version=1.3.1-dev.2 16:46:01 ---> Running in 7b478755dff5 16:46:01 Removing intermediate container 7b478755dff5 16:46:01 ---> 37250f035f94 16:46:01 [Warning] One or more build-args [ARCH] were not consumed 16:46:01 Successfully built 37250f035f94 16:46:01 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 16:46:02 provisioning config files... 16:46:02 copy managed file [device-mqtt-go-settings] to file:/w/workspace/device-mqtt-go/27@tmp/config2223845128049819014tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 16:46:02 ---> docker-login.sh 16:46:02 nexus3.edgexfoundry.org:10001 16:46:02 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:46:02 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:46:02 Configure a credential helper to remove this warning. See 16:46:02 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:46:02 16:46:02 Login Succeeded 16:46:02 nexus3.edgexfoundry.org:10002 16:46:03 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:46:03 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:46:03 Configure a credential helper to remove this warning. See 16:46:03 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:46:03 16:46:03 Login Succeeded 16:46:03 nexus3.edgexfoundry.org:10003 16:46:03 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:46:04 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:46:04 Configure a credential helper to remove this warning. See 16:46:04 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:46:04 16:46:04 Login Succeeded 16:46:04 nexus3.edgexfoundry.org:10004 16:46:04 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:46:04 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:46:04 Configure a credential helper to remove this warning. See 16:46:04 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:46:04 16:46:04 Login Succeeded 16:46:04 docker.io 16:46:04 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:46:05 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:46:05 Configure a credential helper to remove this warning. See 16:46:05 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:46:05 16:46:05 Login Succeeded 16:46:05 ---> docker-login.sh ends [Pipeline] } 16:46:05 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 16:46:05 [edgeXDocker.push] Tagging docker image docker-device-mqtt-go-arm64 with the following tags: 16:46:05 7a1b18f551239dfc150e88617034cadc3790dddc 16:46:05 latest 16:46:05 1.3.1-dev.2 16:46:05 7a1b18f551239dfc150e88617034cadc3790dddc-1.3.1-dev.2 16:46:05 master 16:46:05 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 16:46:05 + docker tag docker-device-mqtt-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64:7a1b18f551239dfc150e88617034cadc3790dddc [Pipeline] isUnix [Pipeline] sh 16:46:06 + docker push nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64:7a1b18f551239dfc150e88617034cadc3790dddc 16:46:06 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64] 16:46:06 91e3524392e5: Preparing 16:46:06 2395c5c5125f: Preparing 16:46:06 93aad0d054aa: Preparing 16:46:06 379067d0cb53: Preparing 16:46:06 379067d0cb53: Layer already exists 16:46:06 91e3524392e5: Pushed 16:46:06 2395c5c5125f: Pushed 16:46:09 93aad0d054aa: Pushed 16:46:09 7a1b18f551239dfc150e88617034cadc3790dddc: digest: sha256:1133485565463f4ffb213abad1dca712cffc795c65c6d399555efe9d4f941808 size: 1155 [Pipeline] isUnix [Pipeline] sh 16:46:09 + docker tag docker-device-mqtt-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64:latest [Pipeline] isUnix [Pipeline] sh 16:46:10 + docker push nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64:latest 16:46:10 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64] 16:46:10 91e3524392e5: Preparing 16:46:10 2395c5c5125f: Preparing 16:46:10 93aad0d054aa: Preparing 16:46:10 379067d0cb53: Preparing 16:46:10 2395c5c5125f: Layer already exists 16:46:10 93aad0d054aa: Layer already exists 16:46:10 379067d0cb53: Layer already exists 16:46:10 91e3524392e5: Layer already exists 16:46:10 latest: digest: sha256:1133485565463f4ffb213abad1dca712cffc795c65c6d399555efe9d4f941808 size: 1155 [Pipeline] isUnix [Pipeline] sh 16:46:10 + docker tag docker-device-mqtt-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64:1.3.1-dev.2 [Pipeline] isUnix [Pipeline] sh 16:46:11 + docker push nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64:1.3.1-dev.2 16:46:11 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64] 16:46:11 91e3524392e5: Preparing 16:46:11 2395c5c5125f: Preparing 16:46:11 93aad0d054aa: Preparing 16:46:11 379067d0cb53: Preparing 16:46:11 2395c5c5125f: Layer already exists 16:46:11 93aad0d054aa: Layer already exists 16:46:11 91e3524392e5: Layer already exists 16:46:11 379067d0cb53: Layer already exists 16:46:11 1.3.1-dev.2: digest: sha256:1133485565463f4ffb213abad1dca712cffc795c65c6d399555efe9d4f941808 size: 1155 [Pipeline] isUnix [Pipeline] sh 16:46:11 + docker tag docker-device-mqtt-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64:7a1b18f551239dfc150e88617034cadc3790dddc-1.3.1-dev.2 [Pipeline] isUnix [Pipeline] sh 16:46:12 + docker push nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64:7a1b18f551239dfc150e88617034cadc3790dddc-1.3.1-dev.2 16:46:12 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64] 16:46:12 91e3524392e5: Preparing 16:46:12 2395c5c5125f: Preparing 16:46:12 93aad0d054aa: Preparing 16:46:12 379067d0cb53: Preparing 16:46:12 93aad0d054aa: Layer already exists 16:46:12 2395c5c5125f: Layer already exists 16:46:12 379067d0cb53: Layer already exists 16:46:12 91e3524392e5: Layer already exists 16:46:12 7a1b18f551239dfc150e88617034cadc3790dddc-1.3.1-dev.2: digest: sha256:1133485565463f4ffb213abad1dca712cffc795c65c6d399555efe9d4f941808 size: 1155 [Pipeline] isUnix [Pipeline] sh 16:46:12 + docker tag docker-device-mqtt-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64:master [Pipeline] isUnix [Pipeline] sh 16:46:12 + docker push nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64:master 16:46:12 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64] 16:46:12 91e3524392e5: Preparing 16:46:12 2395c5c5125f: Preparing 16:46:12 93aad0d054aa: Preparing 16:46:12 379067d0cb53: Preparing 16:46:12 2395c5c5125f: Layer already exists 16:46:12 379067d0cb53: Layer already exists 16:46:12 93aad0d054aa: Layer already exists 16:46:12 91e3524392e5: Layer already exists 16:46:13 master: digest: sha256:1133485565463f4ffb213abad1dca712cffc795c65c6d399555efe9d4f941808 size: 1155 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 16:46:13 ===================================================== [Pipeline] echo 16:46:13 taggedImages: 16:46:13 - nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64:7a1b18f551239dfc150e88617034cadc3790dddc 16:46:13 - nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64:latest 16:46:13 - nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64:1.3.1-dev.2 16:46:13 - nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64:7a1b18f551239dfc150e88617034cadc3790dddc-1.3.1-dev.2 16:46:13 - 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 16:46:14 provisioning config files... 16:46:14 copy managed file [device-mqtt-go-codecov-token] to file:/w/workspace/gexfoundry_device-mqtt-go_master@tmp/config1181297088834341236tmp [Pipeline] { [Pipeline] sh 16:46:15 + set +x 16:46:15 + curl -s https://codecov.io/bash 16:46:15 + bash -s -- 16:46:15 16:46:15 _____ _ 16:46:15 / ____| | | 16:46:15 | | ___ __| | ___ ___ _____ __ 16:46:15 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 16:46:15 | |___| (_) | (_| | __/ (_| (_) \ V / 16:46:15 \_____\___/ \__,_|\___|\___\___/ \_/ 16:46:15 Bash-20201231-23d4836 16:46:15 16:46:15 16:46:15 ==> git version 2.24.3 found 16:46:15 ==> 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 16:46:15 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 16:46:15 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 16:46:15 ==> Jenkins CI detected. 16:46:15 project root: . 16:46:15 --> token set from env 16:46:15 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 16:46:15 ==> Running gcov in . (disable via -X gcov) 16:46:15 ==> Python coveragepy not found 16:46:15 ==> Searching for coverage reports in: 16:46:15 + . 16:46:15 -> Found 1 reports 16:46:15 ==> Detecting git/mercurial file structure 16:46:15 ==> Reading reports 16:46:15 + ./coverage.out bytes=18940 16:46:15 ==> Appending adjustments 16:46:15 https://docs.codecov.io/docs/fixing-reports 16:46:15 + Found adjustments 16:46:15 ==> Gzipping contents 16:46:15 4.0K /tmp/codecov.zJKckD.gz 16:46:15 ==> Uploading reports 16:46:15 url: https://codecov.io 16:46:15 query: branch=master&commit=7a1b18f551239dfc150e88617034cadc3790dddc&build=27&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-mqtt-go%2Fjob%2Fmaster%2F27%2F&name=&tag=&slug=edgexfoundry%2Fdevice-mqtt-go&service=jenkins&flags=&pr=&job=&cmd_args= 16:46:15 -> Pinging Codecov 16:46:15 https://codecov.io/upload/v4?package=bash-20201231-23d4836&token=secret&branch=master&commit=7a1b18f551239dfc150e88617034cadc3790dddc&build=27&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-mqtt-go%2Fjob%2Fmaster%2F27%2F&name=&tag=&slug=edgexfoundry%2Fdevice-mqtt-go&service=jenkins&flags=&pr=&job=&cmd_args= 16:46:15 -> Uploading to 16:46:15 https://storage.googleapis.com/codecov/v4/raw/2021-01-04/7D719EC7BBE17E464838252E33014C33/7a1b18f551239dfc150e88617034cadc3790dddc/1644cdd7-e97d-47be-84ce-7c158adbedb0.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210104%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210104T164615Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=59861bb53637235420226b0555b2a99c94f188feeb3bcab493ade13c6a4347c8 16:46:15 % Total % Received % Xferd Average Speed Time Time Time Current 16:46:15 Dload Upload Total Spent Left Speed 16:46:16 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 3288 0 0 100 3288 0 7832 --:--:-- --:--:-- --:--:-- 7847 16:46:16 -> View reports at https://codecov.io/github/edgexfoundry/device-mqtt-go/commit/7a1b18f551239dfc150e88617034cadc3790dddc [Pipeline] } 16:46:16 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo 16:46:17 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 16:46:17 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 16:46:17 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 16:46:17 16:46:17 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh 16:46:18 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 16:46:18 1.410.4: Pulling from edgex-devops/edgex-snyk-go 16:46:18 188c0c94c7c5: Pulling fs layer 16:46:18 0ef7d3d256c8: Pulling fs layer 16:46:18 de9db76c5a1d: Pulling fs layer 16:46:18 0eba1c9be4d2: Pulling fs layer 16:46:18 0d57e429df01: Pulling fs layer 16:46:18 4e4be7b47b0d: Pulling fs layer 16:46:18 e1f770b5df2f: Pulling fs layer 16:46:18 85a0685a4137: Pulling fs layer 16:46:18 0d57e429df01: Waiting 16:46:18 4e4be7b47b0d: Waiting 16:46:18 e1f770b5df2f: Waiting 16:46:18 85a0685a4137: Waiting 16:46:18 0eba1c9be4d2: Waiting 16:46:18 de9db76c5a1d: Verifying Checksum 16:46:18 de9db76c5a1d: Download complete 16:46:18 0ef7d3d256c8: Verifying Checksum 16:46:18 0ef7d3d256c8: Download complete 16:46:18 0d57e429df01: Verifying Checksum 16:46:18 0d57e429df01: Download complete 16:46:18 4e4be7b47b0d: Verifying Checksum 16:46:18 4e4be7b47b0d: Download complete 16:46:18 188c0c94c7c5: Verifying Checksum 16:46:18 188c0c94c7c5: Download complete 16:46:18 188c0c94c7c5: Pull complete 16:46:19 0ef7d3d256c8: Pull complete 16:46:19 de9db76c5a1d: Pull complete 16:46:19 e1f770b5df2f: Verifying Checksum 16:46:19 e1f770b5df2f: Download complete 16:46:24 0eba1c9be4d2: Verifying Checksum 16:46:24 0eba1c9be4d2: Download complete 16:46:24 85a0685a4137: Verifying Checksum 16:46:24 85a0685a4137: Download complete 16:46:30 0eba1c9be4d2: Pull complete 16:46:30 0d57e429df01: Pull complete 16:46:30 4e4be7b47b0d: Pull complete 16:46:33 e1f770b5df2f: Pull complete 16:46:41 85a0685a4137: Pull complete 16:46:41 Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 16:46:41 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 16:46:41 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer 16:46:41 prd-centos7-docker-4c-2g-18195 does not seem to be running inside a container 16:46:41 $ 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 16:46:42 $ docker top e2a2b402354a11cd991076ff93eec3681f2b954769212de8c7c583908ae62d62 -eo pid,comm [Pipeline] { [Pipeline] echo 16:46:43 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh 16:46:43 + set -o pipefail 16:46:43 + snyk monitor '--org=edgex-jenkins' 16:46:55 16:46:55 Monitoring /w/workspace/gexfoundry_device-mqtt-go_master (github.com/edgexfoundry/device-mqtt-go)... 16:46:55 16:46:55 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/6acecf1b-85ea-4374-bf84-4fa5a6e664d0/history/1c893afe-eb07-46a0-86e7-00ad6c18ee61 16:46:55 16:46:55 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 16:46:55 16:46:55 [Pipeline] } 16:46:55 $ docker stop --time=1 e2a2b402354a11cd991076ff93eec3681f2b954769212de8c7c583908ae62d62 16:46:58 $ docker rm -f e2a2b402354a11cd991076ff93eec3681f2b954769212de8c7c583908ae62d62 [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 16:47:00 + git log --format=format:%s -1 7a1b18f551239dfc150e88617034cadc3790dddc [Pipeline] isUnix [Pipeline] sh 16:47:01 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 16:47:01 . [Pipeline] withDockerContainer 16:47:01 prd-centos7-docker-4c-2g-18195 does not seem to be running inside a container 16:47:01 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_device-mqtt-go_master -v /w/workspace/gexfoundry_device-mqtt-go_master:/w/workspace/gexfoundry_device-mqtt-go_master:rw,z -v /w/workspace/gexfoundry_device-mqtt-go_master@tmp:/w/workspace/gexfoundry_device-mqtt-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 16:47:02 $ docker top 63ff1ca71e62239c08dba362cd36a5e6f1389d6ed05323514c9ede2b39dbd9c4 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 16:47:02 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 16:47:02 [ssh-agent] Looking for ssh-agent implementation... 16:47:02 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 16:47:02 $ docker exec 63ff1ca71e62239c08dba362cd36a5e6f1389d6ed05323514c9ede2b39dbd9c4 ssh-agent 16:47:02 SSH_AUTH_SOCK=/tmp/ssh-sRUdMaMp8Ls0/agent.11 16:47:02 SSH_AGENT_PID=16 16:47:02 Running ssh-add (command line suppressed) 16:47:03 Identity added: /w/workspace/gexfoundry_device-mqtt-go_master@tmp/private_key_2289447539440041955.key (/w/workspace/gexfoundry_device-mqtt-go_master@tmp/private_key_2289447539440041955.key) 16:47:03 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 16:47:03 + git semver tag 16:47:03 # -> Open(): unable to determine branch for HEAD 16:47:03 # $GIT_DIR = /w/workspace/gexfoundry_device-mqtt-go_master/.git 16:47:03 # $GIT_WORK_TREE = /w/workspace/gexfoundry_device-mqtt-go_master 16:47:03 # $SEMVER_REMOTE_NAME = origin 16:47:03 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 16:47:03 # $SEMVER_USER_NAME = edgex-jenkins 16:47:03 # $SEMVER_BRANCH = master 16:47:03 # $SEMVER_DIR = /w/workspace/gexfoundry_device-mqtt-go_master/.semver 16:47:03 # 7a1b18f551239dfc150e88617034cadc3790dddc HEAD 16:47:03 # -> Force: false 16:47:03 # c8a8be7e186e51470b5c78619e31fb3de513c9ea refs/tags/v1.3.1-dev.2 [Pipeline] } 16:47:03 $ docker exec --env ******** --env ******** 63ff1ca71e62239c08dba362cd36a5e6f1389d6ed05323514c9ede2b39dbd9c4 ssh-agent -k 16:47:03 unset SSH_AUTH_SOCK; 16:47:03 unset SSH_AGENT_PID; 16:47:03 echo Agent pid 16 killed; 16:47:03 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 16:47:04 + git semver [Pipeline] } 16:47:04 $ docker stop --time=1 63ff1ca71e62239c08dba362cd36a5e6f1389d6ed05323514c9ede2b39dbd9c4 16:47:05 $ docker rm -f 63ff1ca71e62239c08dba362cd36a5e6f1389d6ed05323514c9ede2b39dbd9c4 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 16:47:06 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 16:47:06 16:47:06 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 16:47:06 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 16:47:06 0.23.1-centos7: Pulling from edgex-lftools 16:47:06 ab5ef0e58194: Pulling fs layer 16:47:06 9712f1f96733: Pulling fs layer 16:47:06 63f879dbbcfc: Pulling fs layer 16:47:06 0d9ebad4ef96: Pulling fs layer 16:47:06 e9a5061849ea: Pulling fs layer 16:47:06 d747dcd14b5f: Pulling fs layer 16:47:06 2de7ff778b66: Pulling fs layer 16:47:06 e9a5061849ea: Waiting 16:47:06 d747dcd14b5f: Waiting 16:47:06 2de7ff778b66: Waiting 16:47:06 0d9ebad4ef96: Waiting 16:47:06 9712f1f96733: Verifying Checksum 16:47:06 9712f1f96733: Download complete 16:47:07 63f879dbbcfc: Verifying Checksum 16:47:07 63f879dbbcfc: Download complete 16:47:08 e9a5061849ea: Verifying Checksum 16:47:08 e9a5061849ea: Download complete 16:47:08 d747dcd14b5f: Verifying Checksum 16:47:08 d747dcd14b5f: Download complete 16:47:08 2de7ff778b66: Verifying Checksum 16:47:08 2de7ff778b66: Download complete 16:47:08 ab5ef0e58194: Verifying Checksum 16:47:08 ab5ef0e58194: Download complete 16:47:09 0d9ebad4ef96: Verifying Checksum 16:47:09 0d9ebad4ef96: Download complete 16:47:13 ab5ef0e58194: Pull complete 16:47:13 9712f1f96733: Pull complete 16:47:15 63f879dbbcfc: Pull complete 16:47:22 0d9ebad4ef96: Pull complete 16:47:25 e9a5061849ea: Pull complete 16:47:25 d747dcd14b5f: Pull complete 16:47:26 2de7ff778b66: Pull complete 16:47:26 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 16:47:26 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 16:47:26 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 16:47:26 prd-centos7-docker-4c-2g-18195 does not seem to be running inside a container 16:47:26 $ 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 16:47:32 $ docker top 202c6ac2d70ade167147073debf867e69b23b5554f85460fa036942c7e72ab63 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 16:47:32 provisioning config files... 16:47:32 copy managed file [sigul-config] to file:/w/workspace/gexfoundry_device-mqtt-go_master@tmp/config4151648729958905235tmp 16:47:32 copy managed file [sigul-password] to file:/w/workspace/gexfoundry_device-mqtt-go_master@tmp/config6442444997893443638tmp 16:47:32 copy managed file [sigul-pki] to file:/w/workspace/gexfoundry_device-mqtt-go_master@tmp/config3608430251343965102tmp [Pipeline] { [Pipeline] echo 16:47:32 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 16:47:32 ---> sigul-configuration.sh 16:47:32 gpg: directory `/root/.gnupg' created 16:47:32 gpg: new configuration file `/root/.gnupg/gpg.conf' created 16:47:32 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 16:47:32 gpg: keyring `/root/.gnupg/secring.gpg' created 16:47:32 gpg: keyring `/root/.gnupg/pubring.gpg' created 16:47:32 gpg: CAST5 encrypted data 16:47:33 gpg: encrypted with 1 passphrase 16:47:33 gpg: WARNING: message was not integrity protected [Pipeline] sh 16:47:33 + mkdir /home/jenkins 16:47:33 + mkdir /home/jenkins/sigul [Pipeline] sh 16:47:33 + 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 16:47:33 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 16:47:33 ---> sigul-install.sh 16:47:39 Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh 16:47:39 + git tag --list 16:47:39 0.7.1 16:47:39 v1.0.0 16:47:39 v1.1.0 16:47:39 v1.1.1 16:47:39 v1.2.1 16:47:39 v1.2.2 16:47:39 v1.2.2-dev.1 16:47:39 v1.2.2-dev.2 16:47:39 v1.2.3-dev.1 16:47:39 v1.2.3-dev.10 16:47:39 v1.2.3-dev.2 16:47:39 v1.2.3-dev.3 16:47:39 v1.2.3-dev.4 16:47:39 v1.2.3-dev.5 16:47:39 v1.2.3-dev.6 16:47:39 v1.2.3-dev.7 16:47:39 v1.2.3-dev.8 16:47:39 v1.2.3-dev.9 16:47:39 v1.3.0 16:47:39 v1.3.1-dev.1 16:47:39 v1.3.1-dev.2 [Pipeline] sh 16:47:39 + lftools sign git-tag v1.3.1-dev.2 16:47:41 Signing Git tag with Sigul... 16:47:41 Signing v1.3.1-dev.2 [Pipeline] echo 16:47:42 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 16:47:42 ---> sigul-configuration-cleanup.sh [Pipeline] } 16:47:42 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 16:47:42 $ docker stop --time=1 202c6ac2d70ade167147073debf867e69b23b5554f85460fa036942c7e72ab63 16:47:44 $ docker rm -f 202c6ac2d70ade167147073debf867e69b23b5554f85460fa036942c7e72ab63 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh 16:47:45 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 16:47:45 . [Pipeline] withDockerContainer 16:47:45 prd-centos7-docker-4c-2g-18195 does not seem to be running inside a container 16:47:45 $ 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 16:47:46 $ docker top 402a4e42b9e96916a20fa2302be9ef63e6b98083d95583a0e0ce7ad6b7fbb41e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 16:47:47 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 16:47:47 [ssh-agent] Looking for ssh-agent implementation... 16:47:47 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 16:47:47 $ docker exec 402a4e42b9e96916a20fa2302be9ef63e6b98083d95583a0e0ce7ad6b7fbb41e ssh-agent 16:47:47 SSH_AUTH_SOCK=/tmp/ssh-TXZzuEvHGCYh/agent.11 16:47:47 SSH_AGENT_PID=17 16:47:47 Running ssh-add (command line suppressed) 16:47:47 Identity added: /w/workspace/gexfoundry_device-mqtt-go_master@tmp/private_key_2681149033514572144.key (/w/workspace/gexfoundry_device-mqtt-go_master@tmp/private_key_2681149033514572144.key) 16:47:47 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 16:47:48 + git semver bump pre 16:47:48 # -> Open(): unable to determine branch for HEAD 16:47:48 # $GIT_DIR = /w/workspace/gexfoundry_device-mqtt-go_master/.git 16:47:48 # $GIT_WORK_TREE = /w/workspace/gexfoundry_device-mqtt-go_master 16:47:48 # $SEMVER_REMOTE_NAME = origin 16:47:48 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 16:47:48 # $SEMVER_USER_NAME = edgex-jenkins 16:47:48 # $SEMVER_BRANCH = master 16:47:48 # $SEMVER_DIR = /w/workspace/gexfoundry_device-mqtt-go_master/.semver 16:47:48 1.3.1-dev.3 [Pipeline] } 16:47:48 $ docker exec --env ******** --env ******** 402a4e42b9e96916a20fa2302be9ef63e6b98083d95583a0e0ce7ad6b7fbb41e ssh-agent -k 16:47:48 unset SSH_AUTH_SOCK; 16:47:48 unset SSH_AGENT_PID; 16:47:48 echo Agent pid 17 killed; 16:47:48 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 16:47:48 + git semver [Pipeline] } 16:47:48 $ docker stop --time=1 402a4e42b9e96916a20fa2302be9ef63e6b98083d95583a0e0ce7ad6b7fbb41e 16:47:50 $ docker rm -f 402a4e42b9e96916a20fa2302be9ef63e6b98083d95583a0e0ce7ad6b7fbb41e [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 16:47:50 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 16:47:50 . [Pipeline] withDockerContainer 16:47:51 prd-centos7-docker-4c-2g-18195 does not seem to be running inside a container 16:47:51 $ 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 16:47:51 $ docker top 34da84b471eaf96760932acc997d7d6878c8b299cdf95795fcf831b41b7e871e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 16:47:52 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 16:47:52 [ssh-agent] Looking for ssh-agent implementation... 16:47:52 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 16:47:52 $ docker exec 34da84b471eaf96760932acc997d7d6878c8b299cdf95795fcf831b41b7e871e ssh-agent 16:47:52 SSH_AUTH_SOCK=/tmp/ssh-GFpnh03zWXlm/agent.11 16:47:52 SSH_AGENT_PID=16 16:47:52 Running ssh-add (command line suppressed) 16:47:52 Identity added: /w/workspace/gexfoundry_device-mqtt-go_master@tmp/private_key_5849785443761626030.key (/w/workspace/gexfoundry_device-mqtt-go_master@tmp/private_key_5849785443761626030.key) 16:47:52 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 16:47:53 + git semver push 16:47:53 # -> Open(): unable to determine branch for HEAD 16:47:53 # $GIT_DIR = /w/workspace/gexfoundry_device-mqtt-go_master/.git 16:47:53 # $GIT_WORK_TREE = /w/workspace/gexfoundry_device-mqtt-go_master 16:47:53 # $SEMVER_REMOTE_NAME = origin 16:47:53 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 16:47:53 # $SEMVER_USER_NAME = edgex-jenkins 16:47:53 # $SEMVER_BRANCH = master 16:47:53 # $SEMVER_DIR = /w/workspace/gexfoundry_device-mqtt-go_master/.semver [Pipeline] } 16:47:59 $ docker exec --env ******** --env ******** 34da84b471eaf96760932acc997d7d6878c8b299cdf95795fcf831b41b7e871e ssh-agent -k 16:47:59 unset SSH_AUTH_SOCK; 16:47:59 unset SSH_AGENT_PID; 16:47:59 echo Agent pid 16 killed; 16:48:00 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 16:48:00 + git semver [Pipeline] } 16:48:00 $ docker stop --time=1 34da84b471eaf96760932acc997d7d6878c8b299cdf95795fcf831b41b7e871e 16:48:02 $ docker rm -f 34da84b471eaf96760932acc997d7d6878c8b299cdf95795fcf831b41b7e871e [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 16:48:03 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 16:48:03 ---> package-listing.sh 16:48:03 ++ facter osfamily 16:48:03 ++ tr '[:upper:]' '[:lower:]' 16:48:03 + OS_FAMILY=redhat 16:48:03 + workspace=/w/workspace/gexfoundry_device-mqtt-go_master 16:48:03 + START_PACKAGES=/tmp/packages_start.txt 16:48:03 + END_PACKAGES=/tmp/packages_end.txt 16:48:03 + DIFF_PACKAGES=/tmp/packages_diff.txt 16:48:03 + PACKAGES=/tmp/packages_start.txt 16:48:03 + '[' /w/workspace/gexfoundry_device-mqtt-go_master ']' 16:48:03 + PACKAGES=/tmp/packages_end.txt 16:48:03 + case "${OS_FAMILY}" in 16:48:03 + rpm -qa 16:48:03 + sort 16:48:09 + '[' -f /tmp/packages_start.txt ']' 16:48:09 + '[' -f /tmp/packages_end.txt ']' 16:48:09 + diff /tmp/packages_start.txt /tmp/packages_end.txt 16:48:09 + '[' /w/workspace/gexfoundry_device-mqtt-go_master ']' 16:48:09 + mkdir -p /w/workspace/gexfoundry_device-mqtt-go_master/archives/ 16:48:09 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/gexfoundry_device-mqtt-go_master/archives/ [Pipeline] echo 16:48:09 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 16:48:09 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 16:48:09 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 16:48:09 16:48:09 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 16:48:10 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 16:48:10 alpine: Pulling from edgex-lftools-log-publisher 16:48:10 df20fa9351a1: Pulling fs layer 16:48:10 36b3adc4ff6f: Pulling fs layer 16:48:10 8ad3a11d3b57: Pulling fs layer 16:48:10 46f8f816bc3b: Pulling fs layer 16:48:10 93b61091891f: Pulling fs layer 16:48:10 93b9cdb0e59b: Pulling fs layer 16:48:10 5e14af77c1be: Pulling fs layer 16:48:10 01666e4c0597: Pulling fs layer 16:48:10 aa168da1d23b: Pulling fs layer 16:48:10 46f8f816bc3b: Waiting 16:48:10 5e14af77c1be: Waiting 16:48:10 93b61091891f: Waiting 16:48:10 93b9cdb0e59b: Waiting 16:48:10 01666e4c0597: Waiting 16:48:10 aa168da1d23b: Waiting 16:48:10 36b3adc4ff6f: Verifying Checksum 16:48:10 36b3adc4ff6f: Download complete 16:48:10 46f8f816bc3b: Verifying Checksum 16:48:10 46f8f816bc3b: Download complete 16:48:10 df20fa9351a1: Verifying Checksum 16:48:10 93b61091891f: Verifying Checksum 16:48:10 93b61091891f: Download complete 16:48:10 93b9cdb0e59b: Verifying Checksum 16:48:10 93b9cdb0e59b: Download complete 16:48:10 5e14af77c1be: Verifying Checksum 16:48:10 5e14af77c1be: Download complete 16:48:10 01666e4c0597: Download complete 16:48:10 8ad3a11d3b57: Verifying Checksum 16:48:10 8ad3a11d3b57: Download complete 16:48:11 df20fa9351a1: Pull complete 16:48:11 36b3adc4ff6f: Pull complete 16:48:11 8ad3a11d3b57: Pull complete 16:48:12 46f8f816bc3b: Pull complete 16:48:13 93b61091891f: Pull complete 16:48:13 aa168da1d23b: Verifying Checksum 16:48:13 aa168da1d23b: Download complete 16:48:13 93b9cdb0e59b: Pull complete 16:48:13 5e14af77c1be: Pull complete 16:48:13 01666e4c0597: Pull complete 16:48:22 aa168da1d23b: Pull complete 16:48:22 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 16:48:22 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 16:48:22 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 16:48:22 prd-centos7-docker-4c-2g-18195 does not seem to be running inside a container 16:48:22 $ 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 16:48:25 $ docker top 0cea8fbdae5ba5c098b924926495001cd05cd164c774bf7e7bc8268e9907b231 -eo pid,comm [Pipeline] { [Pipeline] sh 16:48:25 + touch /tmp/pre-build-complete [Pipeline] sh 16:48:26 + mkdir -p /var/log/sa [Pipeline] sh 16:48:26 + ls /var/log/sa-host 16:48:26 + sadf -c /var/log/sa-host/sa04 16:48:26 file_magic: OK 16:48:26 HZ: Using current value: 100 16:48:26 file_header: OK 16:48:26 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 16:48:26 Statistics: 16:48:26 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 16:48:26 File successfully converted to sysstat format version 12.2.1 16:48:26 + sadf -c /var/log/sa-host/sa23 16:48:26 file_magic: OK 16:48:26 HZ: Using current value: 100 16:48:26 file_header: OK 16:48:26 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 16:48:26 Statistics: 16:48:26 Hnuu...uuuununununu... 16:48:26 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 16:48:26 provisioning config files... 16:48:26 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/gexfoundry_device-mqtt-go_master@tmp/config8529059480914077880tmp [Pipeline] { [Pipeline] echo 16:48:26 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 16:48:27 ---> create-netrc.sh [Pipeline] } 16:48:27 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 16:48:27 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 16:48:27 ---> python-tools-install.sh [Pipeline] echo 16:48:27 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 16:48:27 ---> sudo-logs.sh 16:48:27 Archiving 'sudo' log.. [Pipeline] echo 16:48:27 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 16:48:28 ---> job-cost.sh 16:48:28 lf-activate-venv: SKIPPING 16:48:28 INFO: No Stack... 16:48:29 INFO: Retrieving Pricing Info for: v1-standard-2 16:48:29 INFO: Archiving Costs [Pipeline] echo 16:48:29 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 16:48:29 ---> logs-deploy.sh 16:48:29 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-mqtt-go/master/27 16:48:29 INFO: archiving workspace using pattern(s): 16:48:31 Archives upload complete. 16:48:31 INFO: archiving logs to Nexus 16:48:32 ---> uname -a: 16:48:32 Linux prd-centos7-docker-4c-2g-18195.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 16:48:32 16:48:32 16:48:32 ---> lscpu: 16:48:32 Architecture: x86_64 16:48:32 CPU op-mode(s): 32-bit, 64-bit 16:48:32 Byte Order: Little Endian 16:48:32 Address sizes: 40 bits physical, 48 bits virtual 16:48:32 CPU(s): 4 16:48:32 On-line CPU(s) list: 0-3 16:48:32 Thread(s) per core: 1 16:48:32 Core(s) per socket: 1 16:48:32 Socket(s): 4 16:48:32 NUMA node(s): 1 16:48:32 Vendor ID: GenuineIntel 16:48:32 CPU family: 6 16:48:32 Model: 44 16:48:32 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 16:48:32 Stepping: 1 16:48:32 CPU MHz: 2933.442 16:48:32 BogoMIPS: 5866.88 16:48:32 Virtualization: VT-x 16:48:32 Hypervisor vendor: KVM 16:48:32 Virtualization type: full 16:48:32 L1d cache: 128 KiB 16:48:32 L1i cache: 128 KiB 16:48:32 L2 cache: 16 MiB 16:48:32 L3 cache: 64 MiB 16:48:32 NUMA node0 CPU(s): 0-3 16:48:32 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 16:48:32 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 16:48:32 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 16:48:32 Vulnerability Meltdown: Mitigation; PTI 16:48:32 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 16:48:32 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 16:48:32 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 16:48:32 Vulnerability Srbds: Not affected 16:48:32 Vulnerability Tsx async abort: Not affected 16:48:32 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 16:48:32 16:48:32 16:48:32 ---> nproc: 16:48:32 4 16:48:32 16:48:32 16:48:32 ---> df -h: 16:48:32 Filesystem Size Used Available Use% Mounted on 16:48:32 overlay 50.0G 8.5G 41.4G 17% / 16:48:32 tmpfs 64.0M 0 64.0M 0% /dev 16:48:32 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 16:48:32 shm 64.0M 0 64.0M 0% /dev/shm 16:48:32 /dev/vda1 50.0G 8.5G 41.4G 17% /facter-os 16:48:32 /dev/vda1 50.0G 8.5G 41.4G 17% /etc/resolv.conf 16:48:32 /dev/vda1 50.0G 8.5G 41.4G 17% /etc/hostname 16:48:32 /dev/vda1 50.0G 8.5G 41.4G 17% /etc/hosts 16:48:32 /dev/vda1 50.0G 8.5G 41.4G 17% /w/workspace/gexfoundry_device-mqtt-go_master 16:48:32 /dev/vda1 50.0G 8.5G 41.4G 17% /w/workspace/gexfoundry_device-mqtt-go_master@tmp 16:48:32 /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/sa-host 16:48:32 /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/secure 16:48:32 /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/auth.log 16:48:32 /dev/vda1 50.0G 8.5G 41.4G 17% /run/cloud-init/result.json 16:48:32 16:48:32 16:48:32 ---> free -m: 16:48:32 total used free shared buff/cache available 16:48:32 Mem: 1837 817 148 0 871 955 16:48:32 Swap: 1023 3 1020 16:48:32 16:48:32 16:48:32 ---> ip addr: 16:48:32 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 16:48:32 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 16:48:32 inet 127.0.0.1/8 scope host lo 16:48:32 valid_lft forever preferred_lft forever 16:48:32 inet6 ::1/128 scope host 16:48:32 valid_lft forever preferred_lft forever 16:48:32 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 16:48:32 link/ether fa:16:3e:d2:7d:69 brd ff:ff:ff:ff:ff:ff 16:48:32 inet 10.30.122.197/23 brd 10.30.123.255 scope global dynamic eth0 16:48:32 valid_lft 85798sec preferred_lft 85798sec 16:48:32 inet6 fe80::f816:3eff:fed2:7d69/64 scope link 16:48:32 valid_lft forever preferred_lft forever 16:48:32 3: docker0: mtu 1500 qdisc noqueue state DOWN 16:48:32 link/ether 02:42:f0:bc:a4:4f brd ff:ff:ff:ff:ff:ff 16:48:32 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 16:48:32 valid_lft forever preferred_lft forever 16:48:32 inet6 fe80::42:f0ff:febc:a44f/64 scope link 16:48:32 valid_lft forever preferred_lft forever 16:48:32 16:48:32 16:48:32 ---> sar -b -r -n DEV: 16:48:32 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 01/04/21 _x86_64_ (4 CPU) 16:48:32 16:48:32 16:38:18 LINUX RESTART (4 CPU) 16:48:32 16:48:32 16:39:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 16:48:32 16:40:01 34.33 12.13 22.20 0.00 4494.46 3005.14 0.00 16:48:32 16:41:01 1.77 0.00 1.77 0.00 0.00 33.27 0.00 16:48:32 16:42:01 0.28 0.00 0.28 0.00 0.00 3.48 0.00 16:48:32 16:43:01 0.23 0.00 0.23 0.00 0.00 2.70 0.00 16:48:32 16:44:01 0.25 0.00 0.25 0.00 0.00 3.83 0.00 16:48:32 16:45:01 0.32 0.00 0.32 0.00 0.00 5.00 0.00 16:48:32 16:46:01 0.20 0.00 0.20 0.00 0.00 2.02 0.00 16:48:32 16:47:01 272.81 159.54 113.26 0.00 8640.51 36165.00 0.00 16:48:32 16:48:01 207.84 72.19 135.65 0.00 4199.57 32909.24 0.00 16:48:32 Average: 57.58 27.11 30.48 0.00 1926.95 8018.11 0.00 16:48:32 16:48:32 16:39:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 16:48:32 16:40:01 154340 0 603788 32.09 2620 1120796 1099048 37.51 436612 1091868 32 16:48:32 16:41:01 158500 0 599676 31.87 2620 1120748 1077828 36.78 435616 1089464 8 16:48:32 16:42:01 158256 0 599916 31.88 2620 1120752 1077960 36.79 449416 1076400 8 16:48:32 16:43:01 156944 0 601228 31.95 2620 1120752 1077924 36.79 450872 1075884 8 16:48:32 16:44:01 154004 0 604160 32.11 2620 1120760 1078008 36.79 455420 1074544 16 16:48:32 16:45:01 154152 0 604008 32.10 2620 1120764 1078008 36.79 455400 1074544 8 16:48:32 16:46:01 153880 0 604276 32.12 2620 1120768 1077996 36.79 455624 1074544 8 16:48:32 16:47:01 194616 0 719136 38.22 2596 965196 1558484 53.19 546616 884740 20 16:48:32 16:48:01 211284 0 788968 41.93 1504 879788 1406160 47.99 597168 736892 44 16:48:32 Average: 166220 0 636128 33.81 2493 1076703 1170157 39.94 475860 1019876 17 16:48:32 16:48:32 16:39:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 16:48:32 16:40:01 eth0 165.70 112.17 456.00 37.10 0.00 0.00 0.00 0.00 16:48:32 16:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:48:32 16:40:01 docker0 2.06 1.65 0.41 3.99 0.00 0.00 0.00 0.00 16:48:32 16:41:01 eth0 0.80 0.02 0.06 0.00 0.00 0.00 0.00 0.00 16:48:32 16:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:48:32 16:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:48:32 16:42:01 eth0 1.67 0.33 0.37 0.20 0.00 0.00 0.00 0.00 16:48:32 16:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:48:32 16:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:48:32 16:43:01 eth0 2.60 0.87 0.94 0.56 0.00 0.00 0.00 0.00 16:48:32 16:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:48:32 16:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:48:32 16:44:01 eth0 2.38 0.60 0.78 0.48 0.00 0.00 0.00 0.00 16:48:32 16:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:48:32 16:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:48:32 16:45:01 eth0 2.71 0.72 0.71 0.37 0.00 0.00 0.00 0.00 16:48:32 16:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:48:32 16:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:48:32 16:46:01 eth0 2.02 0.78 0.86 0.59 0.00 0.00 0.00 0.00 16:48:32 16:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:48:32 16:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:48:32 16:47:01 eth0 592.34 531.22 4289.80 48.23 0.00 0.00 0.00 0.00 16:48:32 16:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:48:32 16:47:01 veth9c5f831 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:48:32 16:47:01 docker0 36.93 35.61 3.25 188.67 0.00 0.00 0.00 0.00 16:48:32 16:48:01 veth065193e 1.98 1.53 0.32 0.29 0.00 0.00 0.00 0.00 16:48:32 16:48:01 eth0 474.42 391.23 3462.01 121.78 0.00 0.00 0.00 0.00 16:48:32 16:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:48:32 16:48:01 docker0 27.71 35.08 1.70 205.19 0.00 0.00 0.00 0.00 16:48:32 Average: veth065193e 0.22 0.17 0.04 0.03 0.00 0.00 0.00 0.00 16:48:32 Average: eth0 138.36 115.38 912.81 23.27 0.00 0.00 0.00 0.00 16:48:32 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:48:32 Average: docker0 7.41 8.04 0.60 44.23 0.00 0.00 0.00 0.00 16:48:32 16:48:32 16:48:32 ---> sar -P ALL: 16:48:32 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 01/04/21 _x86_64_ (4 CPU) 16:48:32 16:48:32 16:38:18 LINUX RESTART (4 CPU) 16:48:32 16:48:32 16:39:01 CPU %user %nice %system %iowait %steal %idle 16:48:32 16:40:01 all 3.48 0.00 2.32 0.68 0.01 93.52 16:48:32 16:40:01 0 3.90 0.00 2.82 0.13 0.00 93.15 16:48:32 16:40:01 1 3.20 0.00 2.03 1.19 0.02 93.56 16:48:32 16:40:01 2 2.80 0.00 2.26 0.18 0.02 94.73 16:48:32 16:40:01 3 4.02 0.00 2.15 1.19 0.00 92.64 16:48:32 16:41:01 all 0.15 0.00 0.06 0.00 0.00 99.79 16:48:32 16:41:01 0 0.03 0.00 0.03 0.00 0.00 99.93 16:48:32 16:41:01 1 0.05 0.00 0.07 0.00 0.00 99.88 16:48:32 16:41:01 2 0.05 0.00 0.08 0.00 0.00 99.87 16:48:32 16:41:01 3 0.47 0.00 0.07 0.00 0.00 99.47 16:48:32 16:42:01 all 0.15 0.00 0.05 0.00 0.00 99.80 16:48:32 16:42:01 0 0.03 0.00 0.03 0.00 0.00 99.93 16:48:32 16:42:01 1 0.08 0.00 0.05 0.00 0.00 99.87 16:48:32 16:42:01 2 0.03 0.00 0.03 0.00 0.00 99.93 16:48:32 16:42:01 3 0.47 0.00 0.08 0.00 0.00 99.45 16:48:32 16:43:01 all 0.16 0.00 0.03 0.00 0.00 99.80 16:48:32 16:43:01 0 0.03 0.00 0.03 0.00 0.00 99.93 16:48:32 16:43:01 1 0.05 0.00 0.03 0.00 0.00 99.92 16:48:32 16:43:01 2 0.05 0.00 0.03 0.00 0.00 99.92 16:48:32 16:43:01 3 0.52 0.00 0.03 0.00 0.00 99.45 16:48:32 16:44:01 all 0.19 0.00 0.08 0.00 0.01 99.73 16:48:32 16:44:01 0 0.05 0.00 0.05 0.00 0.02 99.88 16:48:32 16:44:01 1 0.08 0.00 0.07 0.00 0.00 99.85 16:48:32 16:44:01 2 0.08 0.00 0.05 0.00 0.02 99.85 16:48:32 16:44:01 3 0.53 0.00 0.13 0.00 0.00 99.33 16:48:32 16:45:01 all 0.18 0.00 0.03 0.00 0.00 99.80 16:48:32 16:45:01 0 0.03 0.00 0.02 0.00 0.00 99.95 16:48:32 16:45:01 1 0.05 0.00 0.03 0.00 0.00 99.92 16:48:32 16:45:01 2 0.07 0.00 0.02 0.00 0.00 99.92 16:48:32 16:45:01 3 0.55 0.00 0.03 0.00 0.00 99.42 16:48:32 16:46:01 all 0.20 0.00 0.04 0.00 0.00 99.77 16:48:32 16:46:01 0 0.07 0.00 0.03 0.00 0.00 99.90 16:48:32 16:46:01 1 0.08 0.00 0.03 0.00 0.00 99.88 16:48:32 16:46:01 2 0.07 0.00 0.03 0.00 0.00 99.90 16:48:32 16:46:01 3 0.57 0.00 0.05 0.00 0.00 99.38 16:48:32 16:47:01 all 9.71 0.00 7.50 2.79 0.04 79.96 16:48:32 16:47:01 0 10.35 0.00 7.49 3.65 0.03 78.47 16:48:32 16:47:01 1 9.28 0.00 7.19 2.32 0.05 81.16 16:48:32 16:47:01 2 9.34 0.00 7.68 3.02 0.03 79.92 16:48:32 16:47:01 3 9.86 0.00 7.63 2.18 0.05 80.28 16:48:32 16:48:01 all 11.72 0.00 9.35 2.21 0.04 76.68 16:48:32 16:48:01 0 10.26 0.00 9.85 3.24 0.05 76.60 16:48:32 16:48:01 1 11.24 0.00 9.72 2.96 0.07 76.01 16:48:32 16:48:01 2 13.09 0.00 9.09 1.56 0.03 76.22 16:48:32 16:48:01 3 12.28 0.00 8.74 1.08 0.02 77.88 16:48:32 Average: all 2.83 0.00 2.12 0.62 0.01 94.41 16:48:32 Average: 0 2.70 0.00 2.22 0.76 0.01 94.31 16:48:32 Average: 1 2.64 0.00 2.10 0.71 0.01 94.54 16:48:32 Average: 2 2.80 0.00 2.11 0.52 0.01 94.56 16:48:32 Average: 3 3.20 0.00 2.06 0.49 0.01 94.24 16:48:32 16:48:32 16:48:32