Branch indexing Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 57eed509a15d49ff407fabd85d00a31b60dddb51+b247510d13ba8e9fad57040faa04d23d7bfdafc2 (e58bf3ad6d60056659b7b471df108bf5fc153936) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 69a7e166112f335804d9fea76440e5140e47f034 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 69a7e166112f335804d9fea76440e5140e47f034 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 69a7e166112f335804d9fea76440e5140e47f034 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 69a7e166112f335804d9fea76440e5140e47f034 # timeout=10 Commit message: "Merge pull request #314 from ernestojeda/go-mod-semver-bump" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b86a95d4aff1c43a521ca3be618780efd0ee2800 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:device-mqtt-go, buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: device-mqtt-go-settings PROJECT: device-mqtt-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-device-mqtt-go DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: true PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-21725 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 b247510d13ba8e9fad57040faa04d23d7bfdafc2 into PR head commit 57eed509a15d49ff407fabd85d00a31b60dddb51 Merge succeeded, producing 1c0ed1a14d5e0187b38253ebc19222cdb24211bd Checking out Revision 1c0ed1a14d5e0187b38253ebc19222cdb24211bd (PR-198) > git config core.sparsecheckout # timeout=10 > git checkout -f 57eed509a15d49ff407fabd85d00a31b60dddb51 # 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 b247510d13ba8e9fad57040faa04d23d7bfdafc2 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 1c0ed1a14d5e0187b38253ebc19222cdb24211bd # timeout=10 Commit message: "Merge commit 'b247510d13ba8e9fad57040faa04d23d7bfdafc2' into HEAD" > git rev-list --no-walk 57eed509a15d49ff407fabd85d00a31b60dddb51 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 23:19:06 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 23:19:06 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 23:19:06 ========================================================= 23:19:06 EdgeX Global Pipelines Version Info 23:19:06 ========================================================= [Pipeline] libraryResource [Pipeline] sh 23:19:08 ------------------- 23:19:08 stable info: 23:19:08 ------------------- 23:19:08 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 23:19:08 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 23:19:08 Message: update stable to v1.0.179 23:19:09 ------------------- 23:19:09 experimental info: 23:19:09 ------------------- 23:19:09 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 23:19:09 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 23:19:09 Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 23:19:09 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-mqtt-go-settings [Pipeline] echo 23:19:09 [edgeXSetupEnvironment]: set envvar PROJECT = device-mqtt-go [Pipeline] echo 23:19:10 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 23:19:10 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 23:19:10 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 23:19:10 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 23:19:10 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 23:19:10 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 23:19:10 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 23:19:10 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 23:19:10 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 23:19:11 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-mqtt-go [Pipeline] echo 23:19:11 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 23:19:11 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 23:19:11 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 23:19:11 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 23:19:11 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 23:19:11 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 23:19:11 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 23:19:11 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 23:19:11 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 23:19:12 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 23:19:12 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 23:19:12 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 23:19:12 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 23:19:12 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 23:19:12 [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo 23:19:12 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-198 [Pipeline] echo 23:19:12 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-198 [Pipeline] echo 23:19:12 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-198 [Pipeline] echo 23:19:12 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 1c0ed1a14d5e0187b38253ebc19222cdb24211bd [Pipeline] echo 23:19:13 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 1c0ed1a [Pipeline] echo 23:19:13 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 23:19:13 provisioning config files... 23:19:13 copy managed file [device-mqtt-go-settings] to file:/w/workspace/gexfoundry_device-mqtt-go_PR-198@tmp/config8292614349868974626tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 23:19:13 ---> docker-login.sh 23:19:13 nexus3.edgexfoundry.org:10001 23:19:14 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:19:14 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:19:14 Configure a credential helper to remove this warning. See 23:19:14 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:19:14 23:19:14 Login Succeeded 23:19:14 nexus3.edgexfoundry.org:10002 23:19:14 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:19:14 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:19:14 Configure a credential helper to remove this warning. See 23:19:14 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:19:14 23:19:14 Login Succeeded 23:19:14 nexus3.edgexfoundry.org:10003 23:19:14 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:19:14 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:19:14 Configure a credential helper to remove this warning. See 23:19:14 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:19:14 23:19:14 Login Succeeded 23:19:14 nexus3.edgexfoundry.org:10004 23:19:14 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:19:14 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:19:14 Configure a credential helper to remove this warning. See 23:19:14 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:19:14 23:19:14 Login Succeeded 23:19:14 docker.io 23:19:15 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:19:15 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:19:15 Configure a credential helper to remove this warning. See 23:19:15 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:19:15 23:19:15 Login Succeeded 23:19:15 ---> docker-login.sh ends [Pipeline] } 23:19:15 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 23:19:16 + git log --format=format:%s -1 1c0ed1a14d5e0187b38253ebc19222cdb24211bd [Pipeline] echo 23:19:16 GIT_COMMIT: 1c0ed1a14d5e0187b38253ebc19222cdb24211bd, Commit Message: Merge commit 'b247510d13ba8e9fad57040faa04d23d7bfdafc2' into HEAD [Pipeline] echo 23:19:16 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 23:19:16 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 23:19:16 23:19:16 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 23:19:17 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 23:19:17 latest: Pulling from edgex-devops/git-semver 23:19:17 31603596830f: Pulling fs layer 23:19:17 2a8b12db71e7: Pulling fs layer 23:19:17 6ca5941a6612: Pulling fs layer 23:19:17 ecc8261a40a4: Pulling fs layer 23:19:17 ecc8261a40a4: Waiting 23:19:17 2a8b12db71e7: Verifying Checksum 23:19:17 2a8b12db71e7: Download complete 23:19:17 31603596830f: Verifying Checksum 23:19:17 31603596830f: Download complete 23:19:17 ecc8261a40a4: Verifying Checksum 23:19:17 ecc8261a40a4: Download complete 23:19:17 6ca5941a6612: Verifying Checksum 23:19:17 6ca5941a6612: Download complete 23:19:17 31603596830f: Pull complete 23:19:17 2a8b12db71e7: Pull complete 23:19:18 6ca5941a6612: Pull complete 23:19:19 ecc8261a40a4: Pull complete 23:19:19 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 23:19:19 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 23:19:19 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 23:19:19 prd-centos7-docker-4c-2g-21725 does not seem to be running inside a container 23:19:19 $ 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 23:19:21 $ docker top 648e807bed82b1f100528a69bd2d644cfef3ff0732500247c2659b8676e565a7 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 23:19:21 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 23:19:21 [ssh-agent] Looking for ssh-agent implementation... 23:19:21 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 23:19:21 $ docker exec 648e807bed82b1f100528a69bd2d644cfef3ff0732500247c2659b8676e565a7 ssh-agent 23:19:21 SSH_AUTH_SOCK=/tmp/ssh-ZsJ9xhVXvIvR/agent.11 23:19:21 SSH_AGENT_PID=17 23:19:21 Running ssh-add (command line suppressed) 23:19:21 Identity added: /w/workspace/gexfoundry_device-mqtt-go_PR-198@tmp/private_key_4580417447872048804.key (/w/workspace/gexfoundry_device-mqtt-go_PR-198@tmp/private_key_4580417447872048804.key) 23:19:22 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 23:19:22 + git tag --points-at HEAD [Pipeline] } 23:19:22 $ docker exec --env ******** --env ******** 648e807bed82b1f100528a69bd2d644cfef3ff0732500247c2659b8676e565a7 ssh-agent -k 23:19:22 unset SSH_AUTH_SOCK; 23:19:22 unset SSH_AGENT_PID; 23:19:22 echo Agent pid 17 killed; 23:19:22 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 23:19:22 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 23:19:22 [ssh-agent] Looking for ssh-agent implementation... 23:19:22 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 23:19:22 $ docker exec 648e807bed82b1f100528a69bd2d644cfef3ff0732500247c2659b8676e565a7 ssh-agent 23:19:23 SSH_AUTH_SOCK=/tmp/ssh-xRFLXyuC7jq1/agent.45 23:19:23 SSH_AGENT_PID=50 23:19:23 Running ssh-add (command line suppressed) 23:19:23 Identity added: /w/workspace/gexfoundry_device-mqtt-go_PR-198@tmp/private_key_2881945434460061514.key (/w/workspace/gexfoundry_device-mqtt-go_PR-198@tmp/private_key_2881945434460061514.key) 23:19:23 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 23:19:23 + git semver init 23:19:23 # -> Open(): unable to determine branch for HEAD 23:19:23 # $GIT_DIR = /w/workspace/gexfoundry_device-mqtt-go_PR-198/.git 23:19:23 # $GIT_WORK_TREE = /w/workspace/gexfoundry_device-mqtt-go_PR-198 23:19:23 # $SEMVER_REMOTE_NAME = origin 23:19:23 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 23:19:23 # $SEMVER_USER_NAME = edgex-jenkins 23:19:23 # $SEMVER_BRANCH = PR-198 23:19:23 # $SEMVER_TEMP = /tmp/semver-968344733 23:19:23 # git clone --branch semver git@github.com:edgexfoundry/device-mqtt-go.git $SEMVER_TEMP 23:19:24 # '/tmp/semver-968344733' -> '/w/workspace/gexfoundry_device-mqtt-go_PR-198/.semver' 23:19:24 # -> Force: false 23:19:24 # $SEMVER_DIR = /w/workspace/gexfoundry_device-mqtt-go_PR-198/.semver [Pipeline] } 23:19:24 $ docker exec --env ******** --env ******** 648e807bed82b1f100528a69bd2d644cfef3ff0732500247c2659b8676e565a7 ssh-agent -k 23:19:24 unset SSH_AUTH_SOCK; 23:19:24 unset SSH_AGENT_PID; 23:19:24 echo Agent pid 50 killed; 23:19:24 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 23:19:24 + git semver [Pipeline] } 23:19:24 $ docker stop --time=1 648e807bed82b1f100528a69bd2d644cfef3ff0732500247c2659b8676e565a7 23:19:26 $ docker rm -f 648e807bed82b1f100528a69bd2d644cfef3ff0732500247c2659b8676e565a7 [Pipeline] // withDockerContainer [Pipeline] sh 23:19:26 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 23:19:27 Stashed 1 file(s) [Pipeline] echo 23:19:27 [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 23:19:42 Still waiting to schedule task 23:19:42 Waiting for next available executor on ‘centos7-docker-4c-2g’ 23:19:42 Still waiting to schedule task 23:19:42 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 23:23:11 Running on prd-centos7-docker-4c-2g-21740 in /w/workspace/gexfoundry_device-mqtt-go_PR-198 [Pipeline] { [Pipeline] ws 23:23:11 Running in /w/workspace/device-mqtt-go/5 [Pipeline] { [Pipeline] checkout 23:23:12 Running on prd-ubuntu18.04-docker-arm64-4c-16g-21736 in /w/workspace/gexfoundry_device-mqtt-go_PR-198 [Pipeline] { [Pipeline] ws 23:23:12 Running in /w/workspace/device-mqtt-go/5 [Pipeline] { [Pipeline] checkout 23:23:14 using credential edgex-jenkins-ssh 23:23:14 Cloning the remote Git repository 23:23:14 Cloning repository git@github.com:edgexfoundry/device-mqtt-go.git 23:23:14 > git init /w/workspace/device-mqtt-go/5 # timeout=10 23:23:14 Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git 23:23:14 > git --version # timeout=10 23:23:14 > git --version # 'git version 2.24.3' 23:23:14 using GIT_SSH to set credentials SSH Credentials for GitHub 23:23:14 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 23:23:15 > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 23:23:15 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 23:23:15 > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 23:23:15 Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git 23:23:15 using GIT_SSH to set credentials SSH Credentials for GitHub 23:23:15 > 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 23:23:15 Merging remotes/origin/master commit b247510d13ba8e9fad57040faa04d23d7bfdafc2 into PR head commit 57eed509a15d49ff407fabd85d00a31b60dddb51 23:23:15 Merge succeeded, producing 8df39ac5de1b96c822339c587b518befd3b79450 23:23:15 Checking out Revision 8df39ac5de1b96c822339c587b518befd3b79450 (PR-198) 23:23:15 > git config core.sparsecheckout # timeout=10 23:23:15 > git checkout -f 57eed509a15d49ff407fabd85d00a31b60dddb51 # timeout=10 23:23:15 > git remote # timeout=10 23:23:15 > git config --get remote.origin.url # timeout=10 23:23:15 using GIT_SSH to set credentials SSH Credentials for GitHub 23:23:15 > git merge b247510d13ba8e9fad57040faa04d23d7bfdafc2 # timeout=10 23:23:15 > git rev-parse HEAD^{commit} # timeout=10 23:23:15 > git config core.sparsecheckout # timeout=10 23:23:15 > git checkout -f 8df39ac5de1b96c822339c587b518befd3b79450 # timeout=10 23:23:18 using credential edgex-jenkins-ssh 23:23:18 Cloning the remote Git repository 23:23:18 Cloning repository git@github.com:edgexfoundry/device-mqtt-go.git 23:23:18 > git init /w/workspace/device-mqtt-go/5 # timeout=10 23:23:18 Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git 23:23:18 > git --version # timeout=10 23:23:18 > git --version # 'git version 2.17.1' 23:23:18 using GIT_SSH to set credentials SSH Credentials for GitHub 23:23:18 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 23:23:19 Commit message: "Merge commit 'b247510d13ba8e9fad57040faa04d23d7bfdafc2' into HEAD" 23:23:19 > git rev-list --no-walk 57eed509a15d49ff407fabd85d00a31b60dddb51 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 23:23:20 Merging remotes/origin/master commit b247510d13ba8e9fad57040faa04d23d7bfdafc2 into PR head commit 57eed509a15d49ff407fabd85d00a31b60dddb51 23:23:20 Merge succeeded, producing bee91922558437dee6894d92499cf9d6c0f0e017 23:23:20 Checking out Revision bee91922558437dee6894d92499cf9d6c0f0e017 (PR-198) 23:23:19 > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 23:23:19 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 23:23:19 > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 23:23:19 Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git 23:23:19 using GIT_SSH to set credentials SSH Credentials for GitHub 23:23:19 > 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 23:23:20 > git config core.sparsecheckout # timeout=10 23:23:20 > git checkout -f 57eed509a15d49ff407fabd85d00a31b60dddb51 # timeout=10 23:23:20 > git remote # timeout=10 23:23:20 > git config --get remote.origin.url # timeout=10 23:23:20 using GIT_SSH to set credentials SSH Credentials for GitHub 23:23:20 > git merge b247510d13ba8e9fad57040faa04d23d7bfdafc2 # timeout=10 23:23:20 > git rev-parse HEAD^{commit} # timeout=10 23:23:20 > git config core.sparsecheckout # timeout=10 23:23:20 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 23:23:20 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 23:23:21 + sudo service docker restart 23:23:21 + true 23:23:21 Redirecting to /bin/systemctl restart docker.service 23:23:20 > git checkout -f bee91922558437dee6894d92499cf9d6c0f0e017 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 23:23:22 provisioning config files... 23:23:22 copy managed file [device-mqtt-go-settings] to file:/w/workspace/device-mqtt-go/5@tmp/config5412161913943402824tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 23:23:22 ---> docker-login.sh 23:23:22 nexus3.edgexfoundry.org:10001 23:23:22 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:23:23 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:23:23 Configure a credential helper to remove this warning. See 23:23:23 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:23:23 23:23:23 Login Succeeded 23:23:23 nexus3.edgexfoundry.org:10002 23:23:23 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:23:23 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:23:23 Configure a credential helper to remove this warning. See 23:23:23 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:23:23 23:23:23 Login Succeeded 23:23:23 nexus3.edgexfoundry.org:10003 23:23:23 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:23:23 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:23:23 Configure a credential helper to remove this warning. See 23:23:23 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:23:23 23:23:23 Login Succeeded 23:23:23 nexus3.edgexfoundry.org:10004 23:23:23 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:23:23 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:23:23 Configure a credential helper to remove this warning. See 23:23:23 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:23:23 23:23:23 Login Succeeded 23:23:23 docker.io 23:23:24 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:23:24 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:23:24 Configure a credential helper to remove this warning. See 23:23:24 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:23:24 23:23:24 Login Succeeded 23:23:24 ---> docker-login.sh ends [Pipeline] } 23:23:24 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 23:23:24 ========================================================= 23:23:24 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 23:23:24 ========================================================= [Pipeline] isUnix [Pipeline] sh 23:23:25 Commit message: "Merge commit 'b247510d13ba8e9fad57040faa04d23d7bfdafc2' into HEAD" 23:23: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 . 23:23:25 > git rev-list --no-walk 57eed509a15d49ff407fabd85d00a31b60dddb51 # timeout=10 23:23:25 Sending build context to Docker daemon 487.9kB 23:23:25 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 23:23:25 Step 2/8 : FROM ${BASE} 23:23:25 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 23:23:25 188c0c94c7c5: Pulling fs layer 23:23:25 0ef7d3d256c8: Pulling fs layer 23:23:25 de9db76c5a1d: Pulling fs layer 23:23:25 bca2f99d35d6: Pulling fs layer 23:23:25 93359f2a8cfa: Pulling fs layer 23:23:25 7c6f9722023f: Pulling fs layer 23:23:25 a35cf1a2eb13: Pulling fs layer 23:23:25 93359f2a8cfa: Waiting 23:23:25 7c6f9722023f: Waiting 23:23:25 a35cf1a2eb13: Waiting 23:23:25 bca2f99d35d6: Waiting 23:23:25 de9db76c5a1d: Download complete 23:23:25 0ef7d3d256c8: Verifying Checksum 23:23:25 0ef7d3d256c8: Download complete 23:23:25 93359f2a8cfa: Verifying Checksum 23:23:25 93359f2a8cfa: Download complete 23:23:25 188c0c94c7c5: Verifying Checksum 23:23:25 188c0c94c7c5: Download complete 23:23:25 7c6f9722023f: Verifying Checksum 23:23:25 7c6f9722023f: Download complete [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) 23:23:25 188c0c94c7c5: Pull complete [Pipeline] script [Pipeline] { [Pipeline] sh 23:23:26 0ef7d3d256c8: Pull complete 23:23:26 de9db76c5a1d: Pull complete 23:23:26 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 23:23:27 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 23:23:27 + true 23:23:27 + sudo service docker restart 23:23:28 a35cf1a2eb13: Verifying Checksum 23:23:28 a35cf1a2eb13: Download complete 23:23:28 bca2f99d35d6: Verifying Checksum 23:23:28 bca2f99d35d6: Download complete [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 23:23:30 provisioning config files... 23:23:30 copy managed file [device-mqtt-go-settings] to file:/w/workspace/device-mqtt-go/5@tmp/config7683135690958533959tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 23:23:30 ---> docker-login.sh 23:23:30 nexus3.edgexfoundry.org:10001 23:23:31 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:23:32 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:23:32 Configure a credential helper to remove this warning. See 23:23:32 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:23:32 23:23:32 Login Succeeded 23:23:32 nexus3.edgexfoundry.org:10002 23:23:32 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:23:32 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:23:32 Configure a credential helper to remove this warning. See 23:23:32 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:23:32 23:23:32 Login Succeeded 23:23:32 nexus3.edgexfoundry.org:10003 23:23:33 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:23:33 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:23:33 Configure a credential helper to remove this warning. See 23:23:33 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:23:33 23:23:33 Login Succeeded 23:23:33 nexus3.edgexfoundry.org:10004 23:23:33 bca2f99d35d6: Pull complete 23:23:33 93359f2a8cfa: Pull complete 23:23:33 7c6f9722023f: Pull complete 23:23:34 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:23:34 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:23:34 Configure a credential helper to remove this warning. See 23:23:34 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:23:34 23:23:34 Login Succeeded 23:23:34 docker.io 23:23:34 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:23:34 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:23:34 Configure a credential helper to remove this warning. See 23:23:34 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:23:34 23:23:34 Login Succeeded 23:23:35 ---> docker-login.sh ends [Pipeline] } 23:23:35 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 23:23:35 ========================================================= 23:23:35 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 23:23:35 ========================================================= [Pipeline] isUnix [Pipeline] sh 23:23:36 + 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 . 23:23:36 Sending build context to Docker daemon 486.9kB 23:23:36 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 23:23:36 Step 2/8 : FROM ${BASE} 23:23:36 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 23:23:36 5f621e34cdf4: Pulling fs layer 23:23:36 a4357932f1b6: Pulling fs layer 23:23:36 18c013af1878: Pulling fs layer 23:23:36 00ac8860ef70: Pulling fs layer 23:23:36 63d7cb157983: Pulling fs layer 23:23:36 b116817d02f9: Pulling fs layer 23:23:36 745a02a5169b: Pulling fs layer 23:23:36 00ac8860ef70: Waiting 23:23:36 63d7cb157983: Waiting 23:23:36 b116817d02f9: Waiting 23:23:36 745a02a5169b: Waiting 23:23:36 18c013af1878: Verifying Checksum 23:23:36 18c013af1878: Download complete 23:23:36 a4357932f1b6: Verifying Checksum 23:23:36 a4357932f1b6: Download complete 23:23:36 63d7cb157983: Verifying Checksum 23:23:36 63d7cb157983: Download complete 23:23:36 b116817d02f9: Download complete 23:23:37 5f621e34cdf4: Verifying Checksum 23:23:37 5f621e34cdf4: Download complete 23:23:38 5f621e34cdf4: Pull complete 23:23:38 a4357932f1b6: Pull complete 23:23:38 18c013af1878: Pull complete 23:23:39 a35cf1a2eb13: Pull complete 23:23:39 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 23:23:39 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 23:23:39 ---> a62c8e92a672 23:23:39 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IOTech' 23:23:39 ---> Running in df3e48bdaf53 23:23:39 Removing intermediate container df3e48bdaf53 23:23:39 ---> e2b1b6572d39 23:23:39 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 23:23:39 ---> Running in b3feb815fee9 23:23:39 745a02a5169b: Verifying Checksum 23:23:39 745a02a5169b: Download complete 23:23:41 Removing intermediate container b3feb815fee9 23:23:41 ---> c14a82a9c57c 23:23:41 Step 5/8 : RUN apk add --update --no-cache make git openssh build-base 23:23:41 ---> Running in b2906aa2ccc0 23:23:41 00ac8860ef70: Verifying Checksum 23:23:41 00ac8860ef70: Download complete 23:23:41 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 23:23:43 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 23:23:45 (1/14) Installing libmagic (5.38-r0) 23:23:45 (2/14) Installing file (5.38-r0) 23:23:45 (3/14) Installing libc-dev (0.7.2-r3) 23:23:45 (4/14) Installing g++ (9.3.0-r2) 23:23:51 00ac8860ef70: Pull complete 23:23:51 63d7cb157983: Pull complete 23:23:51 b116817d02f9: Pull complete 23:23:52 (5/14) Installing fortify-headers (1.1-r0) 23:23:52 (6/14) Installing patch (2.7.6-r6) 23:23:52 (7/14) Installing build-base (0.5-r2) 23:23:52 (8/14) Installing openssh-keygen (8.3_p1-r1) 23:23:52 (9/14) Installing libedit (20191231.3.1-r0) 23:23:52 (10/14) Installing openssh-client (8.3_p1-r1) 23:23:52 (11/14) Installing openssh-sftp-server (8.3_p1-r1) 23:23:52 (12/14) Installing openssh-server-common (8.3_p1-r1) 23:23:52 (13/14) Installing openssh-server (8.3_p1-r1) 23:23:53 (14/14) Installing openssh (8.3_p1-r1) 23:23:53 Executing busybox-1.31.1-r19.trigger 23:23:53 OK: 237 MiB in 53 packages 23:23:55 745a02a5169b: Pull complete 23:23:55 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 23:23:55 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 23:23:55 ---> b7e6874047d6 23:23:55 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IOTech' 23:23:56 Removing intermediate container b2906aa2ccc0 23:23:56 ---> 2eb00ce6e19c 23:23:56 Step 6/8 : WORKDIR /device-mqtt-go 23:23:56 ---> Running in cce6c9e7b293 23:23:57 Removing intermediate container cce6c9e7b293 23:23:57 ---> 58213eed33be 23:23:57 Step 7/8 : COPY . . 23:23:58 ---> dfd7a1102d28 23:23:58 Step 8/8 : RUN go mod download 23:23:58 ---> Running in 0aa8a2c68dd8 23:23:58 ---> Running in 415f1933db24 23:23:58 Removing intermediate container 415f1933db24 23:23:58 ---> f7bbaf7bdb94 23:23:58 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 23:23:58 ---> Running in 845ea1f6b92d 23:24:01 Removing intermediate container 845ea1f6b92d 23:24:01 ---> 3d4658583139 23:24:01 Step 5/8 : RUN apk add --update --no-cache make git openssh build-base 23:24:01 ---> Running in 9607346cce3a 23:24:02 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 23:24:04 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 23:24:06 (1/14) Installing libmagic (5.38-r0) 23:24:07 (2/14) Installing file (5.38-r0) 23:24:07 (3/14) Installing libc-dev (0.7.2-r3) 23:24:07 (4/14) Installing g++ (9.3.0-r2) 23:24:20 Removing intermediate container 0aa8a2c68dd8 23:24:20 ---> 9102868b31ac 23:24:20 Successfully built 9102868b31ac 23:24:20 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 23:24:20 + docker inspect -f . ci-base-image-x86_64 23:24:20 . [Pipeline] withDockerContainer 23:24:20 prd-centos7-docker-4c-2g-21740 does not seem to be running inside a container 23:24:20 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-mqtt-go/5 -v /w/workspace/device-mqtt-go/5:/w/workspace/device-mqtt-go/5:rw,z -v /w/workspace/device-mqtt-go/5@tmp:/w/workspace/device-mqtt-go/5@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 ******** ci-base-image-x86_64 cat 23:24:21 $ docker top ce9a3cfb018c6075298e49f3b4f0e3b557c688ffdfbbe7aee628902980958a98 -eo pid,comm [Pipeline] { [Pipeline] sh 23:24:22 + go version 23:24:22 go version go1.15.5 linux/amd64 [Pipeline] } 23:24:22 $ docker stop --time=1 ce9a3cfb018c6075298e49f3b4f0e3b557c688ffdfbbe7aee628902980958a98 23:24:23 $ docker rm -f ce9a3cfb018c6075298e49f3b4f0e3b557c688ffdfbbe7aee628902980958a98 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 23:24:24 + docker inspect -f . ci-base-image-x86_64 23:24:24 . [Pipeline] withDockerContainer 23:24:24 prd-centos7-docker-4c-2g-21740 does not seem to be running inside a container 23:24:24 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-mqtt-go/5 -v /w/workspace/device-mqtt-go/5:/w/workspace/device-mqtt-go/5:rw,z -v /w/workspace/device-mqtt-go/5@tmp:/w/workspace/device-mqtt-go/5@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 ******** ci-base-image-x86_64 cat 23:24:25 $ docker top 81a396a056083ce9e610d0fe21f38264dd71d819c666a42f99fa953e67e9d3cb -eo pid,comm [Pipeline] { [Pipeline] sh 23:24:25 + make test 23:24:25 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out 23:24:27 ? github.com/edgexfoundry/device-mqtt-go [no test files] 23:24:30 (5/14) Installing fortify-headers (1.1-r0) 23:24:30 (6/14) Installing patch (2.7.6-r6) 23:24:30 (7/14) Installing build-base (0.5-r2) 23:24:30 (8/14) Installing openssh-keygen (8.3_p1-r1) 23:24:31 (9/14) Installing libedit (20191231.3.1-r0) 23:24:31 (10/14) Installing openssh-client (8.3_p1-r1) 23:24:33 (11/14) Installing openssh-sftp-server (8.3_p1-r1) 23:24:33 (12/14) Installing openssh-server-common (8.3_p1-r1) 23:24:33 (13/14) Installing openssh-server (8.3_p1-r1) 23:24:34 (14/14) Installing openssh (8.3_p1-r1) 23:24:34 Executing busybox-1.31.1-r19.trigger 23:24:34 OK: 221 MiB in 53 packages 23:24:39 Removing intermediate container 9607346cce3a 23:24:39 ---> f267a7b95d0c 23:24:39 Step 6/8 : WORKDIR /device-mqtt-go 23:24:39 ---> Running in 1dd582491729 23:24:39 Removing intermediate container 1dd582491729 23:24:39 ---> 8940a1e4c9a8 23:24:39 Step 7/8 : COPY . . 23:24:39 ? github.com/edgexfoundry/device-mqtt-go/cmd [no test files] 23:24:40 ---> c0703f402bf8 23:24:40 Step 8/8 : RUN go mod download 23:24:40 ---> Running in 52d507838fdd 23:24:41 ok github.com/edgexfoundry/device-mqtt-go/internal/driver 0.011s coverage: 28.3% of statements 23:24:41 ? github.com/edgexfoundry/device-mqtt-go/mock [no test files] 23:24:41 CGO_ENABLED=0 GO111MODULE=on go vet ./... 23:24:43 gofmt -l . 23:24:43 ["`gofmt -l .`" = ""] 23:24:43 ./bin/test-attribution-txt.sh 23:24:44 An attribution for github.com/gorilla/websocket is missing from in Attribution.txt, please add 23:24:44 make: *** [Makefile:29: test] Error 1 [Pipeline] } 23:24:44 $ docker stop --time=1 81a396a056083ce9e610d0fe21f38264dd71d819c666a42f99fa953e67e9d3cb 23:24:47 $ docker rm -f 81a396a056083ce9e610d0fe21f38264dd71d819c666a42f99fa953e67e9d3cb [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] } [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] } 23:24:48 Failed in branch amd64 23:25:07 Removing intermediate container 52d507838fdd 23:25:07 ---> d1daf96d35fb 23:25:07 Successfully built d1daf96d35fb 23:25:07 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 23:25:07 + docker inspect -f . ci-base-image-arm64 23:25:07 . [Pipeline] withDockerContainer 23:25:07 prd-ubuntu18.04-docker-arm64-4c-16g-21736 does not seem to be running inside a container 23:25:08 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-mqtt-go/5 -v /w/workspace/device-mqtt-go/5:/w/workspace/device-mqtt-go/5:rw,z -v /w/workspace/device-mqtt-go/5@tmp:/w/workspace/device-mqtt-go/5@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 ******** ci-base-image-arm64 cat 23:25:09 $ docker top 3c9414fa8a74be231b9a69961473b0c9c67676e1427f7d3f8ea9cc0522949c44 -eo pid,comm [Pipeline] { [Pipeline] sh 23:25:10 + go version 23:25:10 go version go1.15.5 linux/arm64 [Pipeline] } 23:25:10 $ docker stop --time=1 3c9414fa8a74be231b9a69961473b0c9c67676e1427f7d3f8ea9cc0522949c44 23:25:12 $ docker rm -f 3c9414fa8a74be231b9a69961473b0c9c67676e1427f7d3f8ea9cc0522949c44 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 23:25:13 + docker inspect -f . ci-base-image-arm64 23:25:13 . [Pipeline] withDockerContainer 23:25:13 prd-ubuntu18.04-docker-arm64-4c-16g-21736 does not seem to be running inside a container 23:25:14 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-mqtt-go/5 -v /w/workspace/device-mqtt-go/5:/w/workspace/device-mqtt-go/5:rw,z -v /w/workspace/device-mqtt-go/5@tmp:/w/workspace/device-mqtt-go/5@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 ******** ci-base-image-arm64 cat 23:25:15 $ docker top dab87a9f68d84409f9f7ac690c3d5f5b5d732e9745e084114446299ab4e14b76 -eo pid,comm [Pipeline] { [Pipeline] sh 23:25:16 + make test 23:25:16 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out 23:25:17 ? github.com/edgexfoundry/device-mqtt-go [no test files] 23:25:56 ? github.com/edgexfoundry/device-mqtt-go/cmd [no test files] 23:25:56 ok github.com/edgexfoundry/device-mqtt-go/internal/driver 0.032s coverage: 28.3% of statements 23:25:56 ? github.com/edgexfoundry/device-mqtt-go/mock [no test files] 23:25:56 CGO_ENABLED=0 GO111MODULE=on go vet ./... 23:26:05 gofmt -l . 23:26:05 ["`gofmt -l .`" = ""] 23:26:05 ./bin/test-attribution-txt.sh 23:26:05 An attribution for github.com/gorilla/websocket is missing from in Attribution.txt, please add 23:26:05 make: *** [Makefile:29: test] Error 1 [Pipeline] } 23:26:05 $ docker stop --time=1 dab87a9f68d84409f9f7ac690c3d5f5b5d732e9745e084114446299ab4e14b76 23:26:08 $ docker rm -f dab87a9f68d84409f9f7ac690c3d5f5b5d732e9745e084114446299ab4e14b76 [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] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 23:26:09 Failed in branch arm64 [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 23:26:12 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 23:26:13 ---> package-listing.sh 23:26:13 ++ facter osfamily 23:26:13 ++ tr '[:upper:]' '[:lower:]' 23:26:13 + OS_FAMILY=redhat 23:26:13 + workspace=/w/workspace/gexfoundry_device-mqtt-go_PR-198 23:26:13 + START_PACKAGES=/tmp/packages_start.txt 23:26:13 + END_PACKAGES=/tmp/packages_end.txt 23:26:13 + DIFF_PACKAGES=/tmp/packages_diff.txt 23:26:13 + PACKAGES=/tmp/packages_start.txt 23:26:13 + '[' /w/workspace/gexfoundry_device-mqtt-go_PR-198 ']' 23:26:13 + PACKAGES=/tmp/packages_end.txt 23:26:13 + case "${OS_FAMILY}" in 23:26:13 + rpm -qa 23:26:13 + sort 23:26:18 + '[' -f /tmp/packages_start.txt ']' 23:26:18 + '[' -f /tmp/packages_end.txt ']' 23:26:18 + diff /tmp/packages_start.txt /tmp/packages_end.txt 23:26:18 + '[' /w/workspace/gexfoundry_device-mqtt-go_PR-198 ']' 23:26:18 + mkdir -p /w/workspace/gexfoundry_device-mqtt-go_PR-198/archives/ 23:26:18 + 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 23:26:18 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 23:26:19 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 23:26:19 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 23:26:19 23:26:19 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 23:26:19 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 23:26:19 alpine: Pulling from edgex-lftools-log-publisher 23:26:19 df20fa9351a1: Pulling fs layer 23:26:19 36b3adc4ff6f: Pulling fs layer 23:26:19 8ad3a11d3b57: Pulling fs layer 23:26:19 46f8f816bc3b: Pulling fs layer 23:26:19 93b61091891f: Pulling fs layer 23:26:19 93b9cdb0e59b: Pulling fs layer 23:26:19 5e14af77c1be: Pulling fs layer 23:26:19 01666e4c0597: Pulling fs layer 23:26:19 aa168da1d23b: Pulling fs layer 23:26:19 46f8f816bc3b: Waiting 23:26:19 93b61091891f: Waiting 23:26:19 93b9cdb0e59b: Waiting 23:26:19 5e14af77c1be: Waiting 23:26:19 01666e4c0597: Waiting 23:26:19 aa168da1d23b: Waiting 23:26:19 36b3adc4ff6f: Verifying Checksum 23:26:19 36b3adc4ff6f: Download complete 23:26:19 46f8f816bc3b: Verifying Checksum 23:26:19 46f8f816bc3b: Download complete 23:26:20 df20fa9351a1: Download complete 23:26:20 93b61091891f: Verifying Checksum 23:26:20 93b61091891f: Download complete 23:26:20 93b9cdb0e59b: Verifying Checksum 23:26:20 93b9cdb0e59b: Download complete 23:26:20 5e14af77c1be: Verifying Checksum 23:26:20 5e14af77c1be: Download complete 23:26:20 01666e4c0597: Verifying Checksum 23:26:20 01666e4c0597: Download complete 23:26:20 df20fa9351a1: Pull complete 23:26:20 36b3adc4ff6f: Pull complete 23:26:20 8ad3a11d3b57: Verifying Checksum 23:26:20 8ad3a11d3b57: Download complete 23:26:21 8ad3a11d3b57: Pull complete 23:26:21 46f8f816bc3b: Pull complete 23:26:22 93b61091891f: Pull complete 23:26:22 aa168da1d23b: Verifying Checksum 23:26:22 aa168da1d23b: Download complete 23:26:22 93b9cdb0e59b: Pull complete 23:26:23 5e14af77c1be: Pull complete 23:26:23 01666e4c0597: Pull complete 23:26:31 aa168da1d23b: Pull complete 23:26:31 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 23:26:31 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 23:26:31 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 23:26:31 prd-centos7-docker-4c-2g-21725 does not seem to be running inside a container 23:26:31 $ 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 23:26:35 $ docker top 875875d837667c8276b27740916bf202b485a1c594761f1b4e098237f0356d32 -eo pid,comm [Pipeline] { [Pipeline] sh 23:26:36 + touch /tmp/pre-build-complete [Pipeline] sh 23:26:36 + mkdir -p /var/log/sa [Pipeline] sh 23:26:36 + ls /var/log/sa-host 23:26:36 + sadf -c /var/log/sa-host/sa20 23:26:36 file_magic: OK 23:26:36 HZ: Using current value: 100 23:26:36 file_header: OK 23:26:36 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 23:26:36 Statistics: 23:26:36 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 23:26:36 File successfully converted to sysstat format version 12.2.1 23:26:36 + sadf -c /var/log/sa-host/sa23 23:26:36 file_magic: OK 23:26:36 HZ: Using current value: 100 23:26:36 file_header: OK 23:26:36 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 23:26:36 Statistics: 23:26:36 Hnuu...uuuununununu... 23:26:36 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 23:26:36 provisioning config files... 23:26:36 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/gexfoundry_device-mqtt-go_PR-198@tmp/config2649136229017589320tmp [Pipeline] { [Pipeline] echo 23:26:37 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 23:26:37 ---> create-netrc.sh [Pipeline] } 23:26:37 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 23:26:37 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 23:26:37 ---> python-tools-install.sh [Pipeline] echo 23:26:37 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 23:26:38 ---> sudo-logs.sh 23:26:38 Archiving 'sudo' log.. [Pipeline] echo 23:26:38 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 23:26:38 ---> job-cost.sh 23:26:38 lf-activate-venv: SKIPPING 23:26:38 INFO: No Stack... 23:26:39 INFO: Retrieving Pricing Info for: v1-standard-2 23:26:39 INFO: Archiving Costs [Pipeline] echo 23:26:39 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 23:26:40 ---> logs-deploy.sh 23:26:40 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-mqtt-go/PR-198/5 23:26:40 INFO: archiving workspace using pattern(s): 23:26:41 Archives upload complete. 23:26:41 INFO: archiving logs to Nexus 23:26:42 ---> uname -a: 23:26:42 Linux prd-centos7-docker-4c-2g-21725.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 23:26:42 23:26:42 23:26:42 ---> lscpu: 23:26:42 Architecture: x86_64 23:26:42 CPU op-mode(s): 32-bit, 64-bit 23:26:42 Byte Order: Little Endian 23:26:42 Address sizes: 40 bits physical, 48 bits virtual 23:26:42 CPU(s): 4 23:26:42 On-line CPU(s) list: 0-3 23:26:42 Thread(s) per core: 1 23:26:42 Core(s) per socket: 1 23:26:42 Socket(s): 4 23:26:42 NUMA node(s): 1 23:26:42 Vendor ID: GenuineIntel 23:26:42 CPU family: 6 23:26:42 Model: 44 23:26:42 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 23:26:42 Stepping: 1 23:26:42 CPU MHz: 2933.436 23:26:42 BogoMIPS: 5866.87 23:26:42 Virtualization: VT-x 23:26:42 Hypervisor vendor: KVM 23:26:42 Virtualization type: full 23:26:42 L1d cache: 128 KiB 23:26:42 L1i cache: 128 KiB 23:26:42 L2 cache: 16 MiB 23:26:42 L3 cache: 64 MiB 23:26:42 NUMA node0 CPU(s): 0-3 23:26:42 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 23:26:42 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 23:26:42 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 23:26:42 Vulnerability Meltdown: Mitigation; PTI 23:26:42 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 23:26:42 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 23:26:42 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 23:26:42 Vulnerability Srbds: Not affected 23:26:42 Vulnerability Tsx async abort: Not affected 23:26:42 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 23:26:42 23:26:42 23:26:42 ---> nproc: 23:26:42 4 23:26:42 23:26:42 23:26:42 ---> df -h: 23:26:42 Filesystem Size Used Available Use% Mounted on 23:26:42 overlay 50.0G 7.3G 42.7G 15% / 23:26:42 tmpfs 64.0M 0 64.0M 0% /dev 23:26:42 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 23:26:42 shm 64.0M 0 64.0M 0% /dev/shm 23:26:42 /dev/vda1 50.0G 7.3G 42.7G 15% /facter-os 23:26:42 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/resolv.conf 23:26:42 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hostname 23:26:42 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hosts 23:26:42 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/auth.log 23:26:42 /dev/vda1 50.0G 7.3G 42.7G 15% /run/cloud-init/result.json 23:26:42 /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/gexfoundry_device-mqtt-go_PR-198 23:26:42 /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/gexfoundry_device-mqtt-go_PR-198@tmp 23:26:42 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/sa-host 23:26:42 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/secure 23:26:42 23:26:42 23:26:42 ---> free -m: 23:26:42 total used free shared buff/cache available 23:26:42 Mem: 1837 712 106 0 1018 1020 23:26:42 Swap: 1023 1 1022 23:26:42 23:26:42 23:26:42 ---> ip addr: 23:26:42 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 23:26:42 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 23:26:42 inet 127.0.0.1/8 scope host lo 23:26:42 valid_lft forever preferred_lft forever 23:26:42 inet6 ::1/128 scope host 23:26:42 valid_lft forever preferred_lft forever 23:26:42 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 23:26:42 link/ether fa:16:3e:d2:44:a6 brd ff:ff:ff:ff:ff:ff 23:26:42 inet 10.30.122.63/23 brd 10.30.123.255 scope global dynamic eth0 23:26:42 valid_lft 85904sec preferred_lft 85904sec 23:26:42 inet6 fe80::f816:3eff:fed2:44a6/64 scope link 23:26:42 valid_lft forever preferred_lft forever 23:26:42 3: docker0: mtu 1500 qdisc noqueue state DOWN 23:26:42 link/ether 02:42:bb:a3:b2:f7 brd ff:ff:ff:ff:ff:ff 23:26:42 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 23:26:42 valid_lft forever preferred_lft forever 23:26:42 inet6 fe80::42:bbff:fea3:b2f7/64 scope link 23:26:42 valid_lft forever preferred_lft forever 23:26:42 23:26:42 23:26:42 ---> sar -b -r -n DEV: 23:26:42 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 01/20/21 _x86_64_ (4 CPU) 23:26:42 23:26:42 23:18:15 LINUX RESTART (4 CPU) 23:26:42 23:26:42 23:19:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 23:26:42 23:20:01 46.16 12.20 33.97 0.00 4455.32 2890.93 0.00 23:26:42 23:21:01 0.72 0.00 0.72 0.00 0.00 13.00 0.00 23:26:42 23:22:01 0.27 0.00 0.27 0.00 0.00 3.13 0.00 23:26:42 23:23:01 0.25 0.00 0.25 0.00 0.00 3.60 0.00 23:26:42 23:24:01 0.22 0.00 0.22 0.00 0.00 2.90 0.00 23:26:42 23:25:01 0.32 0.00 0.32 0.00 0.00 4.16 0.00 23:26:42 23:26:01 0.28 0.00 0.28 0.00 0.00 2.86 0.00 23:26:42 Average: 6.89 1.74 5.15 0.00 636.85 417.47 0.00 23:26:42 23:26:42 23:19:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 23:26:42 23:20:01 154720 0 610220 32.43 2620 1113984 1118880 38.19 421024 1107620 16 23:26:42 23:21:01 160756 0 604176 32.11 2620 1113992 1084668 37.02 419236 1104028 8 23:26:42 23:22:01 159872 0 605056 32.16 2620 1113996 1078500 36.81 416700 1107756 20 23:26:42 23:23:01 159656 0 605272 32.17 2620 1113996 1078524 36.81 431008 1093708 16 23:26:42 23:24:01 158460 0 606460 32.23 2620 1114004 1078560 36.81 429708 1096380 16 23:26:42 23:25:01 159796 0 605120 32.16 2620 1114008 1078392 36.80 428760 1096380 12 23:26:42 23:26:01 159048 0 605864 32.20 2620 1114012 1078516 36.81 429132 1096380 20 23:26:42 Average: 158901 0 606024 32.21 2620 1113999 1085149 37.03 425081 1100322 15 23:26:42 23:26:42 23:19:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 23:26:42 23:20:01 eth0 122.92 95.99 465.41 47.95 0.00 0.00 0.00 0.00 23:26:42 23:20:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:26:42 23:20:01 docker0 2.76 2.15 0.42 4.10 0.00 0.00 0.00 0.00 23:26:42 23:21:01 eth0 5.53 2.36 3.60 0.33 0.00 0.00 0.00 0.00 23:26:42 23:21:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:26:42 23:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:26:42 23:22:01 eth0 4.60 0.48 0.87 0.36 0.00 0.00 0.00 0.00 23:26:42 23:22:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:26:42 23:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:26:42 23:23:01 eth0 4.41 0.88 1.12 0.60 0.00 0.00 0.00 0.00 23:26:42 23:23:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:26:42 23:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:26:42 23:24:01 eth0 1.23 0.68 0.62 0.49 0.00 0.00 0.00 0.00 23:26:42 23:24:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:26:42 23:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:26:42 23:25:01 eth0 0.30 0.08 0.08 0.01 0.00 0.00 0.00 0.00 23:26:42 23:25:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:26:42 23:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:26:42 23:26:01 eth0 0.82 0.35 0.30 0.20 0.00 0.00 0.00 0.00 23:26:42 23:26:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:26:42 23:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:26:42 Average: eth0 19.98 14.41 67.47 7.14 0.00 0.00 0.00 0.00 23:26:42 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:26:42 Average: docker0 0.39 0.31 0.06 0.59 0.00 0.00 0.00 0.00 23:26:42 23:26:42 23:26:42 ---> sar -P ALL: 23:26:42 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 01/20/21 _x86_64_ (4 CPU) 23:26:42 23:26:42 23:18:15 LINUX RESTART (4 CPU) 23:26:42 23:26:42 23:19:01 CPU %user %nice %system %iowait %steal %idle 23:26:42 23:20:01 all 4.30 0.00 2.52 1.19 0.39 91.60 23:26:42 23:20:01 0 3.36 0.00 2.70 0.25 0.47 93.22 23:26:42 23:20:01 1 5.02 0.00 2.47 1.11 0.29 91.11 23:26:42 23:20:01 2 4.37 0.00 2.44 0.71 0.39 92.10 23:26:42 23:20:01 3 4.44 0.00 2.47 2.71 0.44 89.95 23:26:42 23:21:01 all 0.20 0.00 0.05 0.00 0.03 99.72 23:26:42 23:21:01 0 0.05 0.00 0.03 0.00 0.03 99.88 23:26:42 23:21:01 1 0.53 0.00 0.07 0.00 0.05 99.35 23:26:42 23:21:01 2 0.12 0.00 0.07 0.00 0.03 99.78 23:26:42 23:21:01 3 0.08 0.00 0.03 0.00 0.02 99.87 23:26:42 23:22:01 all 0.20 0.00 0.07 0.00 0.03 99.70 23:26:42 23:22:01 0 0.03 0.00 0.07 0.00 0.02 99.88 23:26:42 23:22:01 1 0.57 0.00 0.07 0.00 0.03 99.33 23:26:42 23:22:01 2 0.13 0.00 0.10 0.00 0.05 99.72 23:26:42 23:22:01 3 0.05 0.00 0.05 0.00 0.03 99.87 23:26:42 23:23:01 all 0.18 0.00 0.05 0.00 0.01 99.77 23:26:42 23:23:01 0 0.07 0.00 0.02 0.00 0.00 99.92 23:26:42 23:23:01 1 0.27 0.00 0.03 0.00 0.02 99.68 23:26:42 23:23:01 2 0.33 0.00 0.08 0.00 0.02 99.57 23:26:42 23:23:01 3 0.03 0.00 0.05 0.00 0.00 99.92 23:26:42 23:24:01 all 0.12 0.00 0.07 0.00 0.02 99.79 23:26:42 23:24:01 0 0.03 0.00 0.03 0.00 0.00 99.93 23:26:42 23:24:01 1 0.07 0.00 0.07 0.00 0.02 99.85 23:26:42 23:24:01 2 0.22 0.00 0.08 0.00 0.03 99.67 23:26:42 23:24:01 3 0.17 0.00 0.10 0.00 0.03 99.70 23:26:42 23:25:01 all 0.15 0.00 0.04 0.00 0.02 99.79 23:26:42 23:25:01 0 0.00 0.00 0.02 0.00 0.02 99.97 23:26:42 23:25:01 1 0.07 0.00 0.07 0.00 0.02 99.85 23:26:42 23:25:01 2 0.03 0.00 0.03 0.00 0.02 99.92 23:26:42 23:25:01 3 0.52 0.00 0.03 0.00 0.02 99.43 23:26:42 23:26:01 all 0.18 0.00 0.03 0.00 0.00 99.79 23:26:42 23:26:01 0 0.05 0.00 0.03 0.00 0.00 99.92 23:26:42 23:26:01 1 0.03 0.00 0.00 0.00 0.00 99.97 23:26:42 23:26:01 2 0.08 0.00 0.07 0.00 0.00 99.85 23:26:42 23:26:01 3 0.53 0.00 0.03 0.00 0.00 99.43 23:26:42 Average: all 0.76 0.00 0.40 0.17 0.07 98.60 23:26:42 Average: 0 0.51 0.00 0.41 0.04 0.08 98.97 23:26:42 Average: 1 0.93 0.00 0.39 0.16 0.06 98.46 23:26:42 Average: 2 0.75 0.00 0.41 0.10 0.08 98.66 23:26:42 Average: 3 0.83 0.00 0.39 0.38 0.08 98.32 23:26:42 23:26:42 23:26:42