Pull request #198 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 181bfc18d97757f46e50d4807d5dfb89c6cf576f+986676bd2495469ca6fabfae4bcb1d45a795bbbc (377cb864cb968d52ea80c4c0071fd3e1bc7117b6) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 69a7e166112f335804d9fea76440e5140e47f034 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 69a7e166112f335804d9fea76440e5140e47f034 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 69a7e166112f335804d9fea76440e5140e47f034 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 69a7e166112f335804d9fea76440e5140e47f034 # timeout=10 Commit message: "Merge pull request #314 from ernestojeda/go-mod-semver-bump" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 # timeout=10 Commit message: "Add license check to tox" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:device-mqtt-go, buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: device-mqtt-go-settings PROJECT: device-mqtt-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-device-mqtt-go DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: true PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task ‘prd-centos7-blackbox-4c-2g-24093’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-centos7-docker-4c-2g-24846’ is offline; ‘prd-ubuntu18.04-docker-8c-8g-24845’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-24840’ doesn’t have label ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-24847 in /w/workspace/gexfoundry_device-mqtt-go_PR-198 [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_PR-198 # 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/pull/198/head:refs/remotes/origin/PR-198 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 986676bd2495469ca6fabfae4bcb1d45a795bbbc into PR head commit 181bfc18d97757f46e50d4807d5dfb89c6cf576f Merge succeeded, producing 181bfc18d97757f46e50d4807d5dfb89c6cf576f Checking out Revision 181bfc18d97757f46e50d4807d5dfb89c6cf576f (PR-198) > git config core.sparsecheckout # timeout=10 > git checkout -f 181bfc18d97757f46e50d4807d5dfb89c6cf576f # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge 986676bd2495469ca6fabfae4bcb1d45a795bbbc # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 181bfc18d97757f46e50d4807d5dfb89c6cf576f # timeout=10 Commit message: "Merge branch 'master' into dependabot/go_modules/github.com/eclipse/paho.mqtt.golang-1.3.1" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 04:18:30 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 04:18:30 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { > git rev-list --no-walk 1c0ed1a14d5e0187b38253ebc19222cdb24211bd # timeout=10 [Pipeline] echo 04:18:30 ========================================================= 04:18:30 EdgeX Global Pipelines Version Info 04:18:30 ========================================================= [Pipeline] libraryResource [Pipeline] sh 04:18:31 ------------------- 04:18:31 stable info: 04:18:31 ------------------- 04:18:31 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 04:18:31 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 04:18:31 Message: update stable to v1.0.179 04:18:32 ------------------- 04:18:32 experimental info: 04:18:32 ------------------- 04:18:32 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 04:18:32 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 04:18:32 Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 04:18:33 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-mqtt-go-settings [Pipeline] echo 04:18:33 [edgeXSetupEnvironment]: set envvar PROJECT = device-mqtt-go [Pipeline] echo 04:18:33 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 04:18:33 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 04:18:33 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 04:18:33 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 04:18:33 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 04:18:33 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 04:18:33 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 04:18:33 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 04:18:34 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 04:18:34 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-mqtt-go [Pipeline] echo 04:18:34 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 04:18:34 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 04:18:34 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 04:18:34 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 04:18:34 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 04:18:34 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 04:18:34 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 04:18:34 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 04:18:35 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 04:18:35 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 04:18:35 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 04:18:35 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 04:18:35 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 04:18:35 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 04:18:35 [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo 04:18:35 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-198 [Pipeline] echo 04:18:35 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-198 [Pipeline] echo 04:18:35 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-198 [Pipeline] echo 04:18:35 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 181bfc18d97757f46e50d4807d5dfb89c6cf576f [Pipeline] echo 04:18:36 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 181bfc1 [Pipeline] echo 04:18:36 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 04:18:36 provisioning config files... 04:18:36 copy managed file [device-mqtt-go-settings] to file:/w/workspace/gexfoundry_device-mqtt-go_PR-198@tmp/config7097067975414214783tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 04:18:36 ---> docker-login.sh 04:18:36 nexus3.edgexfoundry.org:10001 04:18:36 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:18:36 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:18:36 Configure a credential helper to remove this warning. See 04:18:36 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:18:36 04:18:36 Login Succeeded 04:18:36 nexus3.edgexfoundry.org:10002 04:18:37 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:18:37 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:18:37 Configure a credential helper to remove this warning. See 04:18:37 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:18:37 04:18:37 Login Succeeded 04:18:37 nexus3.edgexfoundry.org:10003 04:18:37 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:18:37 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:18:37 Configure a credential helper to remove this warning. See 04:18:37 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:18:37 04:18:37 Login Succeeded 04:18:37 nexus3.edgexfoundry.org:10004 04:18:37 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:18:37 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:18:37 Configure a credential helper to remove this warning. See 04:18:37 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:18:37 04:18:37 Login Succeeded 04:18:37 docker.io 04:18:37 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:18:37 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:18:37 Configure a credential helper to remove this warning. See 04:18:37 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:18:37 04:18:37 Login Succeeded 04:18:37 ---> docker-login.sh ends [Pipeline] } 04:18:37 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 04:18:38 + git log --format=format:%s -1 181bfc18d97757f46e50d4807d5dfb89c6cf576f [Pipeline] echo 04:18:38 GIT_COMMIT: 181bfc18d97757f46e50d4807d5dfb89c6cf576f, Commit Message: Merge branch 'master' into dependabot/go_modules/github.com/eclipse/paho.mqtt.golang-1.3.1 [Pipeline] echo 04:18:38 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 04:18:39 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 04:18:39 04:18:39 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 04:18:40 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 04:18:40 latest: Pulling from edgex-devops/git-semver 04:18:40 31603596830f: Pulling fs layer 04:18:40 2a8b12db71e7: Pulling fs layer 04:18:40 6ca5941a6612: Pulling fs layer 04:18:40 ecc8261a40a4: Pulling fs layer 04:18:40 ecc8261a40a4: Waiting 04:18:40 2a8b12db71e7: Verifying Checksum 04:18:40 2a8b12db71e7: Download complete 04:18:40 31603596830f: Verifying Checksum 04:18:40 31603596830f: Download complete 04:18:40 ecc8261a40a4: Verifying Checksum 04:18:40 ecc8261a40a4: Download complete 04:18:40 6ca5941a6612: Verifying Checksum 04:18:40 6ca5941a6612: Download complete 04:18:40 31603596830f: Pull complete 04:18:40 2a8b12db71e7: Pull complete 04:18:41 6ca5941a6612: Pull complete 04:18:41 ecc8261a40a4: Pull complete 04:18:41 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 04:18:42 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 04:18:42 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 04:18:42 prd-centos7-docker-4c-2g-24847 does not seem to be running inside a container 04:18:42 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_device-mqtt-go_PR-198 -v /w/workspace/gexfoundry_device-mqtt-go_PR-198:/w/workspace/gexfoundry_device-mqtt-go_PR-198:rw,z -v /w/workspace/gexfoundry_device-mqtt-go_PR-198@tmp:/w/workspace/gexfoundry_device-mqtt-go_PR-198@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 04:18:44 $ docker top f2fb5bd38bf2e7e2c31fb3d9379e3ca6fdf45d9513486626d321c23d723b9547 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 04:18:44 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 04:18:44 [ssh-agent] Looking for ssh-agent implementation... 04:18:44 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 04:18:44 $ docker exec f2fb5bd38bf2e7e2c31fb3d9379e3ca6fdf45d9513486626d321c23d723b9547 ssh-agent 04:18:44 SSH_AUTH_SOCK=/tmp/ssh-izIF7NTbkhzA/agent.12 04:18:44 SSH_AGENT_PID=18 04:18:44 Running ssh-add (command line suppressed) 04:18:44 Identity added: /w/workspace/gexfoundry_device-mqtt-go_PR-198@tmp/private_key_4794110944467695568.key (/w/workspace/gexfoundry_device-mqtt-go_PR-198@tmp/private_key_4794110944467695568.key) 04:18:44 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 04:18:45 + git tag --points-at HEAD [Pipeline] } 04:18:45 $ docker exec --env ******** --env ******** f2fb5bd38bf2e7e2c31fb3d9379e3ca6fdf45d9513486626d321c23d723b9547 ssh-agent -k 04:18:45 unset SSH_AUTH_SOCK; 04:18:45 unset SSH_AGENT_PID; 04:18:45 echo Agent pid 18 killed; 04:18:45 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 04:18:45 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 04:18:45 [ssh-agent] Looking for ssh-agent implementation... 04:18:45 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 04:18:45 $ docker exec f2fb5bd38bf2e7e2c31fb3d9379e3ca6fdf45d9513486626d321c23d723b9547 ssh-agent 04:18:45 SSH_AUTH_SOCK=/tmp/ssh-1DASxX6Yyqfq/agent.47 04:18:45 SSH_AGENT_PID=52 04:18:45 Running ssh-add (command line suppressed) 04:18:46 Identity added: /w/workspace/gexfoundry_device-mqtt-go_PR-198@tmp/private_key_1381545013967020696.key (/w/workspace/gexfoundry_device-mqtt-go_PR-198@tmp/private_key_1381545013967020696.key) 04:18:46 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 04:18:46 + git semver init 04:18:46 # -> Open(): unable to determine branch for HEAD 04:18:46 # $GIT_DIR = /w/workspace/gexfoundry_device-mqtt-go_PR-198/.git 04:18:46 # $GIT_WORK_TREE = /w/workspace/gexfoundry_device-mqtt-go_PR-198 04:18:46 # $SEMVER_REMOTE_NAME = origin 04:18:46 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 04:18:46 # $SEMVER_USER_NAME = edgex-jenkins 04:18:46 # $SEMVER_BRANCH = PR-198 04:18:46 # $SEMVER_TEMP = /tmp/semver-915287662 04:18:46 # git clone --branch semver git@github.com:edgexfoundry/device-mqtt-go.git $SEMVER_TEMP 04:18:46 # '/tmp/semver-915287662' -> '/w/workspace/gexfoundry_device-mqtt-go_PR-198/.semver' 04:18:46 # -> Force: false 04:18:46 # $SEMVER_DIR = /w/workspace/gexfoundry_device-mqtt-go_PR-198/.semver [Pipeline] } 04:18:47 $ docker exec --env ******** --env ******** f2fb5bd38bf2e7e2c31fb3d9379e3ca6fdf45d9513486626d321c23d723b9547 ssh-agent -k 04:18:47 unset SSH_AUTH_SOCK; 04:18:47 unset SSH_AGENT_PID; 04:18:47 echo Agent pid 52 killed; 04:18:47 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 04:18:47 + git semver [Pipeline] } 04:18:47 $ docker stop --time=1 f2fb5bd38bf2e7e2c31fb3d9379e3ca6fdf45d9513486626d321c23d723b9547 04:18:49 $ docker rm -f f2fb5bd38bf2e7e2c31fb3d9379e3ca6fdf45d9513486626d321c23d723b9547 [Pipeline] // withDockerContainer [Pipeline] sh 04:18:49 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 04:18:50 Stashed 1 file(s) [Pipeline] echo 04:18:50 [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] node 04:19:05 Still waiting to schedule task 04:19:05 Waiting for next available executor on ‘centos7-docker-4c-2g’ 04:19:05 Still waiting to schedule task 04:19:05 ‘prd-ubuntu18.04-docker-arm64-4c-16g-24840’ is offline 04:20:57 Running on prd-ubuntu18.04-docker-arm64-4c-16g-24848 in /w/workspace/gexfoundry_device-mqtt-go_PR-198 [Pipeline] { [Pipeline] ws 04:20:57 Running in /w/workspace/device-mqtt-go/7 [Pipeline] { [Pipeline] checkout 04:20:58 Running on prd-centos7-docker-4c-2g-24849 in /w/workspace/gexfoundry_device-mqtt-go_PR-198 [Pipeline] { [Pipeline] ws 04:20:58 Running in /w/workspace/device-mqtt-go/7 [Pipeline] { [Pipeline] checkout 04:21:03 using credential edgex-jenkins-ssh 04:21:03 Cloning the remote Git repository 04:21:03 Cloning repository git@github.com:edgexfoundry/device-mqtt-go.git 04:21:03 > git init /w/workspace/device-mqtt-go/7 # timeout=10 04:21:03 Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git 04:21:03 > git --version # timeout=10 04:21:03 > git --version # 'git version 2.17.1' 04:21:03 using GIT_SSH to set credentials SSH Credentials for GitHub 04:21:03 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 04:21:05 Merging remotes/origin/master commit 986676bd2495469ca6fabfae4bcb1d45a795bbbc into PR head commit 181bfc18d97757f46e50d4807d5dfb89c6cf576f 04:21:05 Merge succeeded, producing 181bfc18d97757f46e50d4807d5dfb89c6cf576f 04:21:05 Checking out Revision 181bfc18d97757f46e50d4807d5dfb89c6cf576f (PR-198) 04:21:04 > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 04:21:04 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 04:21:04 > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 04:21:04 Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git 04:21:04 using GIT_SSH to set credentials SSH Credentials for GitHub 04:21:04 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/pull/198/head:refs/remotes/origin/PR-198 +refs/heads/master:refs/remotes/origin/master # timeout=10 04:21:05 > git config core.sparsecheckout # timeout=10 04:21:05 > git checkout -f 181bfc18d97757f46e50d4807d5dfb89c6cf576f # timeout=10 04:21:05 > git remote # timeout=10 04:21:05 > git config --get remote.origin.url # timeout=10 04:21:05 using GIT_SSH to set credentials SSH Credentials for GitHub 04:21:05 > git merge 986676bd2495469ca6fabfae4bcb1d45a795bbbc # timeout=10 04:21:05 > git rev-parse HEAD^{commit} # timeout=10 04:21:05 > git config core.sparsecheckout # timeout=10 04:21:05 > git checkout -f 181bfc18d97757f46e50d4807d5dfb89c6cf576f # timeout=10 04:21:07 using credential edgex-jenkins-ssh 04:21:07 Cloning the remote Git repository 04:21:07 Cloning repository git@github.com:edgexfoundry/device-mqtt-go.git 04:21:07 > git init /w/workspace/device-mqtt-go/7 # timeout=10 04:21:07 Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git 04:21:07 > git --version # timeout=10 04:21:07 > git --version # 'git version 2.24.3' 04:21:07 using GIT_SSH to set credentials SSH Credentials for GitHub 04:21:07 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 04:21:08 > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 04:21:08 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 04:21:08 > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 04:21:08 Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git 04:21:08 using GIT_SSH to set credentials SSH Credentials for GitHub 04:21:09 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/pull/198/head:refs/remotes/origin/PR-198 +refs/heads/master:refs/remotes/origin/master # timeout=10 04:21:09 Merging remotes/origin/master commit 986676bd2495469ca6fabfae4bcb1d45a795bbbc into PR head commit 181bfc18d97757f46e50d4807d5dfb89c6cf576f 04:21:09 Commit message: "Merge branch 'master' into dependabot/go_modules/github.com/eclipse/paho.mqtt.golang-1.3.1" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { 04:21:10 Merge succeeded, producing 181bfc18d97757f46e50d4807d5dfb89c6cf576f 04:21:10 Checking out Revision 181bfc18d97757f46e50d4807d5dfb89c6cf576f (PR-198) [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 04:21:09 > git config core.sparsecheckout # timeout=10 04:21:09 > git checkout -f 181bfc18d97757f46e50d4807d5dfb89c6cf576f # timeout=10 04:21:09 > git remote # timeout=10 04:21:09 > git config --get remote.origin.url # timeout=10 04:21:09 using GIT_SSH to set credentials SSH Credentials for GitHub 04:21:09 > git merge 986676bd2495469ca6fabfae4bcb1d45a795bbbc # timeout=10 04:21:09 > git rev-parse HEAD^{commit} # timeout=10 04:21:10 > git config core.sparsecheckout # timeout=10 04:21:10 > git checkout -f 181bfc18d97757f46e50d4807d5dfb89c6cf576f # timeout=10 04:21:11 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 04:21:11 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 04:21:11 + true 04:21:11 + sudo service docker restart 04:21:14 Commit message: "Merge branch 'master' into dependabot/go_modules/github.com/eclipse/paho.mqtt.golang-1.3.1" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 04:21:15 provisioning config files... 04:21:15 copy managed file [device-mqtt-go-settings] to file:/w/workspace/device-mqtt-go/7@tmp/config679975855858006606tmp [Pipeline] script [Pipeline] { [Pipeline] sh [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 04:21:16 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 04:21:16 ---> docker-login.sh 04:21:16 nexus3.edgexfoundry.org:10001 04:21:17 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 04:21:17 + sudo service docker restart 04:21:17 + true 04:21:17 Redirecting to /bin/systemctl restart docker.service 04:21:17 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:21:17 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:21:17 Configure a credential helper to remove this warning. See 04:21:17 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:21:17 04:21:17 Login Succeeded 04:21:17 nexus3.edgexfoundry.org:10002 04:21:18 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:21:18 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:21:18 Configure a credential helper to remove this warning. See 04:21:18 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:21:18 04:21:18 Login Succeeded 04:21:18 nexus3.edgexfoundry.org:10003 04:21:18 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:21:19 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:21:19 Configure a credential helper to remove this warning. See 04:21:19 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:21:19 04:21:19 Login Succeeded 04:21:19 nexus3.edgexfoundry.org:10004 04:21:19 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:21:19 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:21:19 Configure a credential helper to remove this warning. See 04:21:19 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:21:19 04:21:19 Login Succeeded 04:21:19 docker.io [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 04:21:19 provisioning config files... 04:21:19 copy managed file [device-mqtt-go-settings] to file:/w/workspace/device-mqtt-go/7@tmp/config316924619505857985tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 04:21:19 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:21:20 ---> docker-login.sh 04:21:20 nexus3.edgexfoundry.org:10001 04:21:20 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:21:20 Configure a credential helper to remove this warning. See 04:21:20 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:21:20 04:21:20 Login Succeeded 04:21:20 ---> docker-login.sh ends [Pipeline] } 04:21:20 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 04:21:21 ========================================================= 04:21:21 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 04:21:21 ========================================================= [Pipeline] isUnix [Pipeline] sh 04:21:21 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:21:21 + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . 04:21:21 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:21:21 Configure a credential helper to remove this warning. See 04:21:21 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:21:21 04:21:21 Login Succeeded 04:21:21 nexus3.edgexfoundry.org:10002 04:21:21 Sending build context to Docker daemon 499.7kB 04:21:21 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 04:21:21 Step 2/8 : FROM ${BASE} 04:21:21 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:21:21 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:21:21 Configure a credential helper to remove this warning. See 04:21:21 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:21:21 04:21:21 Login Succeeded 04:21:21 nexus3.edgexfoundry.org:10003 04:21:21 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 04:21:21 5f621e34cdf4: Pulling fs layer 04:21:21 a4357932f1b6: Pulling fs layer 04:21:21 18c013af1878: Pulling fs layer 04:21:21 00ac8860ef70: Pulling fs layer 04:21:21 63d7cb157983: Pulling fs layer 04:21:21 b116817d02f9: Pulling fs layer 04:21:21 745a02a5169b: Pulling fs layer 04:21:21 63d7cb157983: Waiting 04:21:21 b116817d02f9: Waiting 04:21:21 745a02a5169b: Waiting 04:21:21 00ac8860ef70: Waiting 04:21:21 18c013af1878: Verifying Checksum 04:21:21 18c013af1878: Download complete 04:21:21 a4357932f1b6: Verifying Checksum 04:21:21 a4357932f1b6: Download complete 04:21:21 63d7cb157983: Verifying Checksum 04:21:21 63d7cb157983: Download complete 04:21:22 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:21:22 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:21:22 Configure a credential helper to remove this warning. See 04:21:22 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:21:22 04:21:22 Login Succeeded 04:21:22 nexus3.edgexfoundry.org:10004 04:21:22 b116817d02f9: Verifying Checksum 04:21:22 b116817d02f9: Download complete 04:21:22 5f621e34cdf4: Verifying Checksum 04:21:22 5f621e34cdf4: Download complete 04:21:23 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:21:23 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:21:23 Configure a credential helper to remove this warning. See 04:21:23 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:21:23 04:21:23 Login Succeeded 04:21:23 docker.io 04:21:23 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:21:23 5f621e34cdf4: Pull complete 04:21:23 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:21:23 Configure a credential helper to remove this warning. See 04:21:23 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:21:23 04:21:23 Login Succeeded 04:21:23 ---> docker-login.sh ends [Pipeline] } 04:21:23 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash 04:21:24 a4357932f1b6: Pull complete [Pipeline] echo 04:21:24 ========================================================= 04:21:24 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 04:21:24 ========================================================= 04:21:24 18c013af1878: Pull complete [Pipeline] isUnix [Pipeline] sh 04:21:25 + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . 04:21:25 Sending build context to Docker daemon 500.7kB 04:21:25 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 04:21:25 Step 2/8 : FROM ${BASE} 04:21:25 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 04:21:25 188c0c94c7c5: Pulling fs layer 04:21:25 0ef7d3d256c8: Pulling fs layer 04:21:25 de9db76c5a1d: Pulling fs layer 04:21:25 bca2f99d35d6: Pulling fs layer 04:21:25 93359f2a8cfa: Pulling fs layer 04:21:25 7c6f9722023f: Pulling fs layer 04:21:25 a35cf1a2eb13: Pulling fs layer 04:21:25 93359f2a8cfa: Waiting 04:21:25 7c6f9722023f: Waiting 04:21:25 bca2f99d35d6: Waiting 04:21:25 a35cf1a2eb13: Waiting 04:21:25 de9db76c5a1d: Verifying Checksum 04:21:25 de9db76c5a1d: Download complete 04:21:25 0ef7d3d256c8: Download complete 04:21:25 93359f2a8cfa: Verifying Checksum 04:21:25 93359f2a8cfa: Download complete 04:21:25 7c6f9722023f: Verifying Checksum 04:21:25 7c6f9722023f: Download complete 04:21:25 188c0c94c7c5: Verifying Checksum 04:21:25 188c0c94c7c5: Download complete 04:21:25 745a02a5169b: Verifying Checksum 04:21:25 745a02a5169b: Download complete 04:21:26 188c0c94c7c5: Pull complete 04:21:26 0ef7d3d256c8: Pull complete 04:21:26 de9db76c5a1d: Pull complete 04:21:27 00ac8860ef70: Verifying Checksum 04:21:27 00ac8860ef70: Download complete 04:21:29 a35cf1a2eb13: Verifying Checksum 04:21:29 a35cf1a2eb13: Download complete 04:21:31 bca2f99d35d6: Verifying Checksum 04:21:31 bca2f99d35d6: Download complete 04:21:37 00ac8860ef70: Pull complete 04:21:37 63d7cb157983: Pull complete 04:21:37 b116817d02f9: Pull complete 04:21:41 bca2f99d35d6: Pull complete 04:21:41 93359f2a8cfa: Pull complete 04:21:42 7c6f9722023f: Pull complete 04:21:42 745a02a5169b: Pull complete 04:21:42 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 04:21:42 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 04:21:42 ---> b7e6874047d6 04:21:42 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IOTech' 04:21:44 ---> Running in b51462fa0906 04:21:44 Removing intermediate container b51462fa0906 04:21:44 ---> a2bf798046c8 04:21:44 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:21:44 ---> Running in af8fce0a9b61 04:21:48 Removing intermediate container af8fce0a9b61 04:21:48 ---> c1fc7dce5d09 04:21:48 Step 5/8 : RUN apk add --update --no-cache make git openssh build-base 04:21:48 ---> Running in 4b7158e36737 04:21:48 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:21:49 a35cf1a2eb13: Pull complete 04:21:49 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 04:21:49 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 04:21:49 ---> a62c8e92a672 04:21:49 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IOTech' 04:21:49 ---> Running in 51ca1f9880aa 04:21:49 Removing intermediate container 51ca1f9880aa 04:21:49 ---> 80e957275ea9 04:21:49 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:21:49 ---> Running in 1f7a13be5285 04:21:49 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:21:50 (1/14) Installing libmagic (5.38-r0) 04:21:50 (2/14) Installing file (5.38-r0) 04:21:50 (3/14) Installing libc-dev (0.7.2-r3) 04:21:51 (4/14) Installing g++ (9.3.0-r2) 04:21:51 Removing intermediate container 1f7a13be5285 04:21:51 ---> 1524ade5ccb7 04:21:51 Step 5/8 : RUN apk add --update --no-cache make git openssh build-base 04:21:51 ---> Running in 6986f3870179 04:21:51 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:21:52 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:21:54 (1/14) Installing libmagic (5.38-r0) 04:21:54 (2/14) Installing file (5.38-r0) 04:21:54 (3/14) Installing libc-dev (0.7.2-r3) 04:21:54 (4/14) Installing g++ (9.3.0-r2) 04:21:55 (5/14) Installing fortify-headers (1.1-r0) 04:21:55 (6/14) Installing patch (2.7.6-r6) 04:21:55 (7/14) Installing build-base (0.5-r2) 04:21:55 (8/14) Installing openssh-keygen (8.3_p1-r1) 04:21:55 (9/14) Installing libedit (20191231.3.1-r0) 04:21:55 (10/14) Installing openssh-client (8.3_p1-r1) 04:21:56 (11/14) Installing openssh-sftp-server (8.3_p1-r1) 04:21:56 (12/14) Installing openssh-server-common (8.3_p1-r1) 04:21:56 (13/14) Installing openssh-server (8.3_p1-r1) 04:21:56 (14/14) Installing openssh (8.3_p1-r1) 04:21:56 Executing busybox-1.31.1-r19.trigger 04:21:56 OK: 221 MiB in 53 packages 04:22:00 Removing intermediate container 4b7158e36737 04:22:00 ---> 10f21f1fe946 04:22:00 Step 6/8 : WORKDIR /device-mqtt-go 04:22:00 ---> Running in 70d1fea8d3a1 04:22:01 Removing intermediate container 70d1fea8d3a1 04:22:01 ---> 44bcd0a61c79 04:22:01 Step 7/8 : COPY . . 04:22:02 ---> b786c1ee4a75 04:22:02 Step 8/8 : RUN go mod download 04:22:02 ---> Running in 21ac174332a9 04:22:04 (5/14) Installing fortify-headers (1.1-r0) 04:22:04 (6/14) Installing patch (2.7.6-r6) 04:22:04 (7/14) Installing build-base (0.5-r2) 04:22:04 (8/14) Installing openssh-keygen (8.3_p1-r1) 04:22:04 (9/14) Installing libedit (20191231.3.1-r0) 04:22:05 (10/14) Installing openssh-client (8.3_p1-r1) 04:22:05 (11/14) Installing openssh-sftp-server (8.3_p1-r1) 04:22:05 (12/14) Installing openssh-server-common (8.3_p1-r1) 04:22:05 (13/14) Installing openssh-server (8.3_p1-r1) 04:22:05 (14/14) Installing openssh (8.3_p1-r1) 04:22:05 Executing busybox-1.31.1-r19.trigger 04:22:05 OK: 237 MiB in 53 packages 04:22:10 Removing intermediate container 6986f3870179 04:22:10 ---> 21c9dec5ca44 04:22:10 Step 6/8 : WORKDIR /device-mqtt-go 04:22:10 ---> Running in 6258e9478ec6 04:22:10 Removing intermediate container 6258e9478ec6 04:22:10 ---> 1483bb8ba6fb 04:22:10 Step 7/8 : COPY . . 04:22:11 ---> bb948733e048 04:22:11 Step 8/8 : RUN go mod download 04:22:11 ---> Running in c4872964bdae 04:22:29 Removing intermediate container 21ac174332a9 04:22:29 ---> 488d2310a1fa 04:22:29 Successfully built 488d2310a1fa 04:22:29 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 04:22:29 + docker inspect -f . ci-base-image-arm64 04:22:29 . [Pipeline] withDockerContainer 04:22:29 prd-ubuntu18.04-docker-arm64-4c-16g-24848 does not seem to be running inside a container 04:22:29 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-mqtt-go/7 -v /w/workspace/device-mqtt-go/7:/w/workspace/device-mqtt-go/7:rw,z -v /w/workspace/device-mqtt-go/7@tmp:/w/workspace/device-mqtt-go/7@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 04:22:31 $ docker top f9214f1e5599d3499b87ab7a93747766a42d7eb177331333d9d55f7872518bb9 -eo pid,comm [Pipeline] { [Pipeline] sh 04:22:32 + go version 04:22:32 go version go1.15.5 linux/arm64 [Pipeline] } 04:22:32 $ docker stop --time=1 f9214f1e5599d3499b87ab7a93747766a42d7eb177331333d9d55f7872518bb9 04:22:34 $ docker rm -f f9214f1e5599d3499b87ab7a93747766a42d7eb177331333d9d55f7872518bb9 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 04:22:35 + docker inspect -f . ci-base-image-arm64 04:22:35 . [Pipeline] withDockerContainer 04:22:35 prd-ubuntu18.04-docker-arm64-4c-16g-24848 does not seem to be running inside a container 04:22:35 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-mqtt-go/7 -v /w/workspace/device-mqtt-go/7:/w/workspace/device-mqtt-go/7:rw,z -v /w/workspace/device-mqtt-go/7@tmp:/w/workspace/device-mqtt-go/7@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 04:22:37 $ docker top c3ffe1e36cd512b969fc43a307eacb6256620458908aba18fb7a4e22b5b611af -eo pid,comm [Pipeline] { [Pipeline] sh 04:22:38 + make test 04:22:38 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out 04:22:39 ? github.com/edgexfoundry/device-mqtt-go [no test files] 04:22:44 Removing intermediate container c4872964bdae 04:22:44 ---> ebfdfca248c5 04:22:44 Successfully built ebfdfca248c5 04:22:44 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 04:22:44 + docker inspect -f . ci-base-image-x86_64 04:22:44 . [Pipeline] withDockerContainer 04:22:45 prd-centos7-docker-4c-2g-24849 does not seem to be running inside a container 04:22:45 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-mqtt-go/7 -v /w/workspace/device-mqtt-go/7:/w/workspace/device-mqtt-go/7:rw,z -v /w/workspace/device-mqtt-go/7@tmp:/w/workspace/device-mqtt-go/7@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 04:22:47 $ docker top 3afaefc329416b80a9381364c399c351dad613b13ac6b9cad2bdb85a109bf908 -eo pid,comm [Pipeline] { [Pipeline] sh 04:22:47 + go version 04:22:48 go version go1.15.5 linux/amd64 [Pipeline] } 04:22:48 $ docker stop --time=1 3afaefc329416b80a9381364c399c351dad613b13ac6b9cad2bdb85a109bf908 04:22:50 $ docker rm -f 3afaefc329416b80a9381364c399c351dad613b13ac6b9cad2bdb85a109bf908 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 04:22:51 + docker inspect -f . ci-base-image-x86_64 04:22:51 . [Pipeline] withDockerContainer 04:22:51 prd-centos7-docker-4c-2g-24849 does not seem to be running inside a container 04:22:51 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-mqtt-go/7 -v /w/workspace/device-mqtt-go/7:/w/workspace/device-mqtt-go/7:rw,z -v /w/workspace/device-mqtt-go/7@tmp:/w/workspace/device-mqtt-go/7@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 04:22:52 $ docker top 1e0703d2a540ecf2989f41b58fb36dd979f434210bf26d657c2894dadcfba195 -eo pid,comm [Pipeline] { [Pipeline] sh 04:22:53 + make test 04:22:53 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out 04:22:56 ? github.com/edgexfoundry/device-mqtt-go [no test files] 04:23:18 ? github.com/edgexfoundry/device-mqtt-go/cmd [no test files] 04:23:18 ok github.com/edgexfoundry/device-mqtt-go/internal/driver 0.036s coverage: 26.5% of statements 04:23:18 ? github.com/edgexfoundry/device-mqtt-go/mock [no test files] 04:23:19 CGO_ENABLED=0 GO111MODULE=on go vet ./... 04:23:23 ? github.com/edgexfoundry/device-mqtt-go/cmd [no test files] 04:23:23 ok github.com/edgexfoundry/device-mqtt-go/internal/driver 0.035s coverage: 26.5% of statements 04:23:23 ? github.com/edgexfoundry/device-mqtt-go/mock [no test files] 04:23:23 CGO_ENABLED=0 GO111MODULE=on go vet ./... 04:23:27 gofmt -l . 04:23:27 ["`gofmt -l .`" = ""] 04:23:27 ./bin/test-attribution-txt.sh 04:23:28 An attribution for github.com/gorilla/websocket is missing from in Attribution.txt, please add 04:23:28 make: *** [Makefile:29: test] Error 1 [Pipeline] } 04:23:28 $ docker stop --time=1 c3ffe1e36cd512b969fc43a307eacb6256620458908aba18fb7a4e22b5b611af 04:23:30 $ docker rm -f c3ffe1e36cd512b969fc43a307eacb6256620458908aba18fb7a4e22b5b611af 04:23:31 gofmt -l . 04:23:31 ["`gofmt -l .`" = ""] 04:23:31 ./bin/test-attribution-txt.sh [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to earlier failure(s) [Pipeline] } 04:23:31 An attribution for github.com/gorilla/websocket is missing from in Attribution.txt, please add 04:23:31 make: *** [Makefile:29: test] Error 1 [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] } 04:23:31 $ docker stop --time=1 1e0703d2a540ecf2989f41b58fb36dd979f434210bf26d657c2894dadcfba195 04:23:34 $ docker rm -f 1e0703d2a540ecf2989f41b58fb36dd979f434210bf26d657c2894dadcfba195 [Pipeline] // withEnv [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] } [Pipeline] // ws [Pipeline] // script [Pipeline] } [Pipeline] } [Pipeline] // node [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] } 04:23:35 Failed in branch arm64 [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 04:23:36 Failed in branch amd64 [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) Stage "CodeCov" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) Stage "Snyk Dependency Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) Stage "Snyk Docker Image Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to earlier failure(s) [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 04:23:39 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 04:23:39 ---> package-listing.sh 04:23:39 ++ facter osfamily 04:23:39 ++ tr '[:upper:]' '[:lower:]' 04:23:39 + OS_FAMILY=redhat 04:23:39 + workspace=/w/workspace/gexfoundry_device-mqtt-go_PR-198 04:23:39 + START_PACKAGES=/tmp/packages_start.txt 04:23:39 + END_PACKAGES=/tmp/packages_end.txt 04:23:39 + DIFF_PACKAGES=/tmp/packages_diff.txt 04:23:39 + PACKAGES=/tmp/packages_start.txt 04:23:39 + '[' /w/workspace/gexfoundry_device-mqtt-go_PR-198 ']' 04:23:39 + PACKAGES=/tmp/packages_end.txt 04:23:39 + case "${OS_FAMILY}" in 04:23:39 + rpm -qa 04:23:39 + sort 04:23:44 + '[' -f /tmp/packages_start.txt ']' 04:23:44 + '[' -f /tmp/packages_end.txt ']' 04:23:44 + diff /tmp/packages_start.txt /tmp/packages_end.txt 04:23:44 + '[' /w/workspace/gexfoundry_device-mqtt-go_PR-198 ']' 04:23:44 + mkdir -p /w/workspace/gexfoundry_device-mqtt-go_PR-198/archives/ 04:23:44 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/gexfoundry_device-mqtt-go_PR-198/archives/ [Pipeline] echo 04:23:44 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_PR-198/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 04:23:45 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 04:23:45 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 04:23:45 04:23:45 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 04:23:45 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 04:23:45 alpine: Pulling from edgex-lftools-log-publisher 04:23:45 df20fa9351a1: Pulling fs layer 04:23:45 36b3adc4ff6f: Pulling fs layer 04:23:45 8ad3a11d3b57: Pulling fs layer 04:23:45 46f8f816bc3b: Pulling fs layer 04:23:45 93b61091891f: Pulling fs layer 04:23:45 93b9cdb0e59b: Pulling fs layer 04:23:45 5e14af77c1be: Pulling fs layer 04:23:45 01666e4c0597: Pulling fs layer 04:23:45 aa168da1d23b: Pulling fs layer 04:23:45 93b9cdb0e59b: Waiting 04:23:45 5e14af77c1be: Waiting 04:23:45 01666e4c0597: Waiting 04:23:45 aa168da1d23b: Waiting 04:23:45 46f8f816bc3b: Waiting 04:23:45 93b61091891f: Waiting 04:23:45 36b3adc4ff6f: Download complete 04:23:45 46f8f816bc3b: Verifying Checksum 04:23:45 46f8f816bc3b: Download complete 04:23:45 df20fa9351a1: Download complete 04:23:46 93b9cdb0e59b: Verifying Checksum 04:23:46 93b9cdb0e59b: Download complete 04:23:46 5e14af77c1be: Verifying Checksum 04:23:46 5e14af77c1be: Download complete 04:23:46 01666e4c0597: Verifying Checksum 04:23:46 01666e4c0597: Download complete 04:23:46 93b61091891f: Verifying Checksum 04:23:46 93b61091891f: Download complete 04:23:46 df20fa9351a1: Pull complete 04:23:46 36b3adc4ff6f: Pull complete 04:23:46 8ad3a11d3b57: Verifying Checksum 04:23:46 8ad3a11d3b57: Download complete 04:23:47 8ad3a11d3b57: Pull complete 04:23:47 46f8f816bc3b: Pull complete 04:23:48 93b61091891f: Pull complete 04:23:48 93b9cdb0e59b: Pull complete 04:23:48 aa168da1d23b: Verifying Checksum 04:23:48 aa168da1d23b: Download complete 04:23:48 5e14af77c1be: Pull complete 04:23:48 01666e4c0597: Pull complete 04:23:56 aa168da1d23b: Pull complete 04:23:56 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 04:23:56 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 04:23:56 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 04:23:56 prd-centos7-docker-4c-2g-24847 does not seem to be running inside a container 04:23:56 $ 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_PR-198/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_PR-198 -v /w/workspace/gexfoundry_device-mqtt-go_PR-198:/w/workspace/gexfoundry_device-mqtt-go_PR-198:rw,z -v /w/workspace/gexfoundry_device-mqtt-go_PR-198@tmp:/w/workspace/gexfoundry_device-mqtt-go_PR-198@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 04:24:00 $ docker top 9142d3cb847d35f88100cd6e8987530f0c68802ee9f112e1dcc5a0804c1eb2e9 -eo pid,comm [Pipeline] { [Pipeline] sh 04:24:00 + touch /tmp/pre-build-complete [Pipeline] sh 04:24:01 + mkdir -p /var/log/sa [Pipeline] sh 04:24:01 + ls /var/log/sa-host 04:24:01 + sadf -c /var/log/sa-host/sa04 04:24:01 file_magic: OK 04:24:01 HZ: Using current value: 100 04:24:01 file_header: OK 04:24:01 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 04:24:01 Statistics: 04:24:01 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 04:24:01 File successfully converted to sysstat format version 12.2.1 04:24:01 + sadf -c /var/log/sa-host/sa23 04:24:01 file_magic: OK 04:24:01 HZ: Using current value: 100 04:24:01 file_header: OK 04:24:01 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 04:24:01 Statistics: 04:24:01 Hnuu...uuuununununu... 04:24:01 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 04:24:01 provisioning config files... 04:24:01 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/gexfoundry_device-mqtt-go_PR-198@tmp/config6767087283203328394tmp [Pipeline] { [Pipeline] echo 04:24:01 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 04:24:02 ---> create-netrc.sh [Pipeline] } 04:24:02 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 04:24:02 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 04:24:02 ---> python-tools-install.sh [Pipeline] echo 04:24:02 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 04:24:02 ---> sudo-logs.sh 04:24:02 Archiving 'sudo' log.. [Pipeline] echo 04:24:02 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 04:24:03 ---> job-cost.sh 04:24:03 lf-activate-venv: SKIPPING 04:24:03 INFO: No Stack... 04:24:04 INFO: Retrieving Pricing Info for: v1-standard-2 04:24:04 INFO: Archiving Costs [Pipeline] echo 04:24:04 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 04:24:04 ---> logs-deploy.sh 04:24:04 lf-activate-venv: SKIPPING 04:24:04 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-mqtt-go/PR-198/7 04:24:04 INFO: archiving workspace using pattern(s): 04:24:06 Archives upload complete. 04:24:06 INFO: archiving logs to Nexus 04:24:07 ---> uname -a: 04:24:07 Linux prd-centos7-docker-4c-2g-24847.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 04:24:07 04:24:07 04:24:07 ---> lscpu: 04:24:07 Architecture: x86_64 04:24:07 CPU op-mode(s): 32-bit, 64-bit 04:24:07 Byte Order: Little Endian 04:24:07 Address sizes: 40 bits physical, 48 bits virtual 04:24:07 CPU(s): 4 04:24:07 On-line CPU(s) list: 0-3 04:24:07 Thread(s) per core: 1 04:24:07 Core(s) per socket: 1 04:24:07 Socket(s): 4 04:24:07 NUMA node(s): 1 04:24:07 Vendor ID: GenuineIntel 04:24:07 CPU family: 6 04:24:07 Model: 44 04:24:07 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 04:24:07 Stepping: 1 04:24:07 CPU MHz: 2933.442 04:24:07 BogoMIPS: 5866.88 04:24:07 Virtualization: VT-x 04:24:07 Hypervisor vendor: KVM 04:24:07 Virtualization type: full 04:24:07 L1d cache: 128 KiB 04:24:07 L1i cache: 128 KiB 04:24:07 L2 cache: 16 MiB 04:24:07 L3 cache: 64 MiB 04:24:07 NUMA node0 CPU(s): 0-3 04:24:07 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 04:24:07 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 04:24:07 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 04:24:07 Vulnerability Meltdown: Mitigation; PTI 04:24:07 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 04:24:07 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 04:24:07 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 04:24:07 Vulnerability Srbds: Not affected 04:24:07 Vulnerability Tsx async abort: Not affected 04:24:07 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp 04:24:07 04:24:07 04:24:07 ---> nproc: 04:24:07 4 04:24:07 04:24:07 04:24:07 ---> df -h: 04:24:07 Filesystem Size Used Available Use% Mounted on 04:24:07 overlay 50.0G 7.3G 42.7G 15% / 04:24:07 tmpfs 64.0M 0 64.0M 0% /dev 04:24:07 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 04:24:07 shm 64.0M 0 64.0M 0% /dev/shm 04:24:07 /dev/vda1 50.0G 7.3G 42.7G 15% /facter-os 04:24:07 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/resolv.conf 04:24:07 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hostname 04:24:07 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hosts 04:24:07 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/auth.log 04:24:07 /dev/vda1 50.0G 7.3G 42.7G 15% /run/cloud-init/result.json 04:24:07 /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/gexfoundry_device-mqtt-go_PR-198 04:24:07 /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/gexfoundry_device-mqtt-go_PR-198@tmp 04:24:07 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/sa-host 04:24:07 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/secure 04:24:07 04:24:07 04:24:07 ---> free -m: 04:24:07 total used free shared buff/cache available 04:24:07 Mem: 1837 676 110 0 1050 1056 04:24:07 Swap: 1023 0 1023 04:24:07 04:24:07 04:24:07 ---> ip addr: 04:24:07 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 04:24:07 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 04:24:07 inet 127.0.0.1/8 scope host lo 04:24:07 valid_lft forever preferred_lft forever 04:24:07 inet6 ::1/128 scope host 04:24:07 valid_lft forever preferred_lft forever 04:24:07 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 04:24:07 link/ether fa:16:3e:cd:66:75 brd ff:ff:ff:ff:ff:ff 04:24:07 inet 10.30.122.85/23 brd 10.30.123.255 scope global dynamic eth0 04:24:07 valid_lft 86031sec preferred_lft 86031sec 04:24:07 inet6 fe80::f816:3eff:fecd:6675/64 scope link 04:24:07 valid_lft forever preferred_lft forever 04:24:07 3: docker0: mtu 1500 qdisc noqueue state DOWN 04:24:07 link/ether 02:42:3c:1d:08:91 brd ff:ff:ff:ff:ff:ff 04:24:07 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 04:24:07 valid_lft forever preferred_lft forever 04:24:07 inet6 fe80::42:3cff:fe1d:891/64 scope link 04:24:07 valid_lft forever preferred_lft forever 04:24:07 04:24:07 04:24:07 ---> sar -b -r -n DEV: 04:24:07 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 02/04/21 _x86_64_ (4 CPU) 04:24:07 04:24:07 04:17:49 LINUX RESTART (4 CPU) 04:24:07 04:24:07 04:19:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 04:24:07 04:20:01 1.95 0.00 1.95 0.00 0.00 41.55 0.00 04:24:07 04:21:01 0.40 0.00 0.40 0.00 0.00 5.71 0.00 04:24:07 04:22:01 0.32 0.00 0.32 0.00 0.00 3.90 0.00 04:24:07 04:23:01 0.23 0.00 0.23 0.00 0.00 2.70 0.00 04:24:07 Average: 0.72 0.00 0.72 0.00 0.00 13.47 0.00 04:24:07 04:24:07 04:19:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 04:24:07 04:20:01 159032 0 571420 30.37 2620 1148472 1069292 36.49 413984 1110432 20 04:24:07 04:21:01 158436 0 572008 30.40 2620 1148480 1069460 36.50 427672 1097620 8 04:24:07 04:22:01 158204 0 572236 30.41 2620 1148484 1069496 36.50 427828 1097616 12 04:24:07 04:23:01 157956 0 572484 30.43 2620 1148484 1069292 36.49 430988 1095272 8 04:24:07 Average: 158407 0 572037 30.40 2620 1148480 1069385 36.50 425118 1100235 12 04:24:07 04:24:07 04:19:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 04:24:07 04:20:01 eth0 0.87 0.08 0.05 0.01 0.00 0.00 0.00 0.00 04:24:07 04:20:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:24:07 04:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:24:07 04:21:01 eth0 1.83 0.32 0.40 0.17 0.00 0.00 0.00 0.00 04:24:07 04:21:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:24:07 04:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:24:07 04:22:01 eth0 1.30 0.63 0.58 0.43 0.00 0.00 0.00 0.00 04:24:07 04:22:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:24:07 04:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:24:07 04:23:01 eth0 0.12 0.08 0.01 0.01 0.00 0.00 0.00 0.00 04:24:07 04:23:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:24:07 04:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:24:07 Average: eth0 1.03 0.28 0.26 0.15 0.00 0.00 0.00 0.00 04:24:07 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:24:07 Average: docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:24:07 04:24:07 04:24:07 ---> sar -P ALL: 04:24:07 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 02/04/21 _x86_64_ (4 CPU) 04:24:07 04:24:07 04:17:49 LINUX RESTART (4 CPU) 04:24:07 04:24:07 04:19:01 CPU %user %nice %system %iowait %steal %idle 04:24:07 04:20:01 all 0.17 0.00 0.04 0.00 0.00 99.78 04:24:07 04:20:01 0 0.53 0.00 0.03 0.00 0.00 99.43 04:24:07 04:20:01 1 0.07 0.00 0.05 0.00 0.02 99.87 04:24:07 04:20:01 2 0.05 0.00 0.03 0.00 0.00 99.92 04:24:07 04:20:01 3 0.05 0.00 0.03 0.00 0.00 99.92 04:24:07 04:21:01 all 0.15 0.00 0.05 0.00 0.00 99.79 04:24:07 04:21:01 0 0.45 0.00 0.03 0.00 0.00 99.52 04:24:07 04:21:01 1 0.07 0.00 0.08 0.00 0.00 99.85 04:24:07 04:21:01 2 0.05 0.00 0.05 0.00 0.00 99.90 04:24:07 04:21:01 3 0.05 0.00 0.05 0.00 0.00 99.90 04:24:07 04:22:01 all 0.15 0.00 0.03 0.00 0.00 99.82 04:24:07 04:22:01 0 0.32 0.00 0.03 0.00 0.00 99.65 04:24:07 04:22:01 1 0.03 0.00 0.05 0.00 0.00 99.92 04:24:07 04:22:01 2 0.02 0.00 0.02 0.00 0.00 99.97 04:24:07 04:22:01 3 0.22 0.00 0.03 0.00 0.02 99.73 04:24:07 04:23:01 all 0.18 0.00 0.12 0.00 0.00 99.70 04:24:07 04:23:01 0 0.02 0.00 0.03 0.00 0.00 99.95 04:24:07 04:23:01 1 0.25 0.00 0.17 0.00 0.02 99.57 04:24:07 04:23:01 2 0.07 0.00 0.13 0.00 0.00 99.80 04:24:07 04:23:01 3 0.38 0.00 0.15 0.00 0.00 99.47 04:24:07 Average: all 0.16 0.00 0.06 0.00 0.00 99.77 04:24:07 Average: 0 0.33 0.00 0.03 0.00 0.00 99.64 04:24:07 Average: 1 0.10 0.00 0.09 0.00 0.01 99.80 04:24:07 Average: 2 0.05 0.00 0.06 0.00 0.00 99.90 04:24:07 Average: 3 0.18 0.00 0.07 0.00 0.00 99.75 04:24:07 04:24:07 04:24:07