Branch indexing Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from a1661a1e73a94b7c1e29060cfbff76a73d868fcd+7a1b18f551239dfc150e88617034cadc3790dddc (444439e5cc19c6ecc57e9043a16e75d446ef92a7) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd # timeout=10 Commit message: "Merge pull request #306 from ernestojeda/disable-snyk-scan" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b86a95d4aff1c43a521ca3be618780efd0ee2800 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:device-mqtt-go, buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: device-mqtt-go-settings PROJECT: device-mqtt-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-device-mqtt-go DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: true PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-18327 in /w/workspace/gexfoundry_device-mqtt-go_PR-199 [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-199 # 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/199/head:refs/remotes/origin/PR-199 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 7a1b18f551239dfc150e88617034cadc3790dddc into PR head commit a1661a1e73a94b7c1e29060cfbff76a73d868fcd Merge succeeded, producing e0f0cebf7d1eb8c0bdb7f62ee14bc1eda1867022 Checking out Revision e0f0cebf7d1eb8c0bdb7f62ee14bc1eda1867022 (PR-199) > git config core.sparsecheckout # timeout=10 > git checkout -f a1661a1e73a94b7c1e29060cfbff76a73d868fcd # 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 7a1b18f551239dfc150e88617034cadc3790dddc # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f e0f0cebf7d1eb8c0bdb7f62ee14bc1eda1867022 # timeout=10 Commit message: "Merge commit '7a1b18f551239dfc150e88617034cadc3790dddc' into HEAD" > git rev-list --no-walk a1661a1e73a94b7c1e29060cfbff76a73d868fcd # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 23:17:35 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 23:17:35 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 23:17:35 ========================================================= 23:17:35 EdgeX Global Pipelines Version Info 23:17:35 ========================================================= [Pipeline] libraryResource [Pipeline] sh 23:17:37 ------------------- 23:17:37 stable info: 23:17:37 ------------------- 23:17:37 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 23:17:37 Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd 23:17:37 Message: update stable to v1.0.173 23:17:38 ------------------- 23:17:38 experimental info: 23:17:38 ------------------- 23:17:38 Commited By: **** collab-it+edgex@linuxfoundation.org 23:17:38 Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd 23:17:38 Message: update experimental to v1.0.173 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 23:17:38 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-mqtt-go-settings [Pipeline] echo 23:17:38 [edgeXSetupEnvironment]: set envvar PROJECT = device-mqtt-go [Pipeline] echo 23:17:38 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 23:17:38 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 23:17:39 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 23:17:39 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 23:17:39 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 23:17:39 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 23:17:39 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 23:17:39 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 23:17:39 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 23:17:39 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-mqtt-go [Pipeline] echo 23:17:39 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 23:17:40 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 23:17:40 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 23:17:40 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 23:17:40 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 23:17:40 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 23:17:40 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 23:17:40 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 23:17:40 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 23:17:40 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 23:17:41 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 23:17:41 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 23:17:41 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 23:17:41 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 23:17:41 [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo 23:17:41 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-199 [Pipeline] echo 23:17:41 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-199 [Pipeline] echo 23:17:41 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-199 [Pipeline] echo 23:17:41 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = e0f0cebf7d1eb8c0bdb7f62ee14bc1eda1867022 [Pipeline] echo 23:17:41 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = e0f0ceb [Pipeline] echo 23:17:42 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 23:17:42 provisioning config files... 23:17:42 copy managed file [device-mqtt-go-settings] to file:/w/workspace/gexfoundry_device-mqtt-go_PR-199@tmp/config987594730643351211tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 23:17:42 ---> docker-login.sh 23:17:42 nexus3.edgexfoundry.org:10001 23:17:42 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:17:43 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:17:43 Configure a credential helper to remove this warning. See 23:17:43 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:17:43 23:17:43 Login Succeeded 23:17:43 nexus3.edgexfoundry.org:10002 23:17:43 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:17:43 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:17:43 Configure a credential helper to remove this warning. See 23:17:43 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:17:43 23:17:43 Login Succeeded 23:17:43 nexus3.edgexfoundry.org:10003 23:17:43 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:17:43 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:17:43 Configure a credential helper to remove this warning. See 23:17:43 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:17:43 23:17:43 Login Succeeded 23:17:43 nexus3.edgexfoundry.org:10004 23:17:43 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:17:43 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:17:43 Configure a credential helper to remove this warning. See 23:17:43 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:17:43 23:17:43 Login Succeeded 23:17:43 docker.io 23:17:43 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:17:43 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:17:43 Configure a credential helper to remove this warning. See 23:17:43 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:17:43 23:17:43 Login Succeeded 23:17:43 ---> docker-login.sh ends [Pipeline] } 23:17:43 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:17:44 + git log --format=format:%s -1 e0f0cebf7d1eb8c0bdb7f62ee14bc1eda1867022 [Pipeline] echo 23:17:44 GIT_COMMIT: e0f0cebf7d1eb8c0bdb7f62ee14bc1eda1867022, Commit Message: Merge commit '7a1b18f551239dfc150e88617034cadc3790dddc' into HEAD [Pipeline] echo 23:17:44 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 23:17:45 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 23:17:45 23:17:45 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 23:17:45 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 23:17:45 latest: Pulling from edgex-devops/git-semver 23:17:45 31603596830f: Pulling fs layer 23:17:45 2a8b12db71e7: Pulling fs layer 23:17:45 6ca5941a6612: Pulling fs layer 23:17:45 ecc8261a40a4: Pulling fs layer 23:17:45 ecc8261a40a4: Waiting 23:17:45 2a8b12db71e7: Verifying Checksum 23:17:45 2a8b12db71e7: Download complete 23:17:45 31603596830f: Verifying Checksum 23:17:45 31603596830f: Download complete 23:17:46 6ca5941a6612: Verifying Checksum 23:17:46 6ca5941a6612: Download complete 23:17:46 ecc8261a40a4: Verifying Checksum 23:17:46 ecc8261a40a4: Download complete 23:17:46 31603596830f: Pull complete 23:17:46 2a8b12db71e7: Pull complete 23:17:47 6ca5941a6612: Pull complete 23:17:47 ecc8261a40a4: Pull complete 23:17:47 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 23:17:47 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 23:17:47 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 23:17:47 prd-centos7-docker-4c-2g-18327 does not seem to be running inside a container 23:17:47 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_device-mqtt-go_PR-199 -v /w/workspace/gexfoundry_device-mqtt-go_PR-199:/w/workspace/gexfoundry_device-mqtt-go_PR-199:rw,z -v /w/workspace/gexfoundry_device-mqtt-go_PR-199@tmp:/w/workspace/gexfoundry_device-mqtt-go_PR-199@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:17:49 $ docker top eb7ad8286937004ef03d3bd5f4d85da30632c74fc91575f23353238961e5788f -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 23:17:50 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 23:17:50 [ssh-agent] Looking for ssh-agent implementation... 23:17:50 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 23:17:50 $ docker exec eb7ad8286937004ef03d3bd5f4d85da30632c74fc91575f23353238961e5788f ssh-agent 23:17:50 SSH_AUTH_SOCK=/tmp/ssh-jTjBFrOLsbbh/agent.11 23:17:50 SSH_AGENT_PID=16 23:17:50 Running ssh-add (command line suppressed) 23:17:50 Identity added: /w/workspace/gexfoundry_device-mqtt-go_PR-199@tmp/private_key_5505526897662762089.key (/w/workspace/gexfoundry_device-mqtt-go_PR-199@tmp/private_key_5505526897662762089.key) 23:17:50 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 23:17:51 + git tag --points-at HEAD [Pipeline] } 23:17:51 $ docker exec --env ******** --env ******** eb7ad8286937004ef03d3bd5f4d85da30632c74fc91575f23353238961e5788f ssh-agent -k 23:17:51 unset SSH_AUTH_SOCK; 23:17:51 unset SSH_AGENT_PID; 23:17:51 echo Agent pid 16 killed; 23:17:51 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 23:17:51 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 23:17:51 [ssh-agent] Looking for ssh-agent implementation... 23:17:51 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 23:17:51 $ docker exec eb7ad8286937004ef03d3bd5f4d85da30632c74fc91575f23353238961e5788f ssh-agent 23:17:52 SSH_AUTH_SOCK=/tmp/ssh-S2PqFSl468cr/agent.46 23:17:52 SSH_AGENT_PID=51 23:17:52 Running ssh-add (command line suppressed) 23:17:52 Identity added: /w/workspace/gexfoundry_device-mqtt-go_PR-199@tmp/private_key_556718512425037630.key (/w/workspace/gexfoundry_device-mqtt-go_PR-199@tmp/private_key_556718512425037630.key) 23:17:52 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 23:17:52 + git semver init 23:17:52 # -> Open(): unable to determine branch for HEAD 23:17:52 # $GIT_DIR = /w/workspace/gexfoundry_device-mqtt-go_PR-199/.git 23:17:52 # $GIT_WORK_TREE = /w/workspace/gexfoundry_device-mqtt-go_PR-199 23:17:52 # $SEMVER_REMOTE_NAME = origin 23:17:52 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 23:17:52 # $SEMVER_USER_NAME = edgex-jenkins 23:17:52 # $SEMVER_BRANCH = PR-199 23:17:52 # $SEMVER_TEMP = /tmp/semver-595605451 23:17:52 # git clone --branch semver git@github.com:edgexfoundry/device-mqtt-go.git $SEMVER_TEMP 23:17:53 # '/tmp/semver-595605451' -> '/w/workspace/gexfoundry_device-mqtt-go_PR-199/.semver' 23:17:53 # -> Force: false 23:17:53 # $SEMVER_DIR = /w/workspace/gexfoundry_device-mqtt-go_PR-199/.semver [Pipeline] } 23:17:53 $ docker exec --env ******** --env ******** eb7ad8286937004ef03d3bd5f4d85da30632c74fc91575f23353238961e5788f ssh-agent -k 23:17:53 unset SSH_AUTH_SOCK; 23:17:53 unset SSH_AGENT_PID; 23:17:53 echo Agent pid 51 killed; 23:17:53 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 23:17:53 + git semver [Pipeline] } 23:17:53 $ docker stop --time=1 eb7ad8286937004ef03d3bd5f4d85da30632c74fc91575f23353238961e5788f 23:17:55 $ docker rm -f eb7ad8286937004ef03d3bd5f4d85da30632c74fc91575f23353238961e5788f [Pipeline] // withDockerContainer [Pipeline] sh 23:17:55 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 23:17:56 Stashed 1 file(s) [Pipeline] echo 23:17:56 [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:18:11 Still waiting to schedule task 23:18:11 ‘prd-centos7-docker-4c-2g-15505’ is offline; ‘prd-centos7-docker-4c-2g-18321’ is offline; ‘prd-centos7-docker-4c-2g-18322’ is offline; ‘prd-centos7-docker-4c-2g-18328’ is offline; ‘prd-centos7-docker-4c-2g-18329’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-18207’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-18313’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-18316’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-18326’ doesn’t have label ‘centos7-docker-4c-2g’ 23:18:11 Still waiting to schedule task 23:18:11 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 23:19:17 Running on prd-centos7-docker-4c-2g-18332 in /w/workspace/gexfoundry_device-mqtt-go_PR-199 [Pipeline] { [Pipeline] ws 23:19:17 Running in /w/workspace/device-mqtt-go/2 [Pipeline] { [Pipeline] checkout 23:19:20 using credential edgex-jenkins-ssh 23:19:20 Cloning the remote Git repository 23:19:19 Cloning repository git@github.com:edgexfoundry/device-mqtt-go.git 23:19:19 > git init /w/workspace/device-mqtt-go/2 # timeout=10 23:19:19 Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git 23:19:19 > git --version # timeout=10 23:19:19 > git --version # 'git version 2.24.3' 23:19:19 using GIT_SSH to set credentials SSH Credentials for GitHub 23:19:19 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 23:19:21 Merging remotes/origin/master commit 7a1b18f551239dfc150e88617034cadc3790dddc into PR head commit a1661a1e73a94b7c1e29060cfbff76a73d868fcd 23:19:21 Merge succeeded, producing 72078aeafddd29c72899abfb35f5f78d01b78afb 23:19:21 Checking out Revision 72078aeafddd29c72899abfb35f5f78d01b78afb (PR-199) 23:19:20 > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 23:19:20 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 23:19:20 > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 23:19:20 Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git 23:19:20 using GIT_SSH to set credentials SSH Credentials for GitHub 23:19:20 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/pull/199/head:refs/remotes/origin/PR-199 +refs/heads/master:refs/remotes/origin/master # timeout=10 23:19:21 > git config core.sparsecheckout # timeout=10 23:19:21 > git checkout -f a1661a1e73a94b7c1e29060cfbff76a73d868fcd # timeout=10 23:19:21 > git remote # timeout=10 23:19:21 > git config --get remote.origin.url # timeout=10 23:19:21 using GIT_SSH to set credentials SSH Credentials for GitHub 23:19:21 > git merge 7a1b18f551239dfc150e88617034cadc3790dddc # timeout=10 23:19:21 > git rev-parse HEAD^{commit} # timeout=10 23:19:21 > git config core.sparsecheckout # timeout=10 23:19:21 > git checkout -f 72078aeafddd29c72899abfb35f5f78d01b78afb # timeout=10 23:19:25 Commit message: "Merge commit '7a1b18f551239dfc150e88617034cadc3790dddc' into HEAD" 23:19:24 > git rev-list --no-walk a1661a1e73a94b7c1e29060cfbff76a73d868fcd # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 23:19:26 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 23:19:26 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 23:19:27 + sudo service docker restart 23:19:27 + true 23:19:27 Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 23:19:28 provisioning config files... 23:19:28 copy managed file [device-mqtt-go-settings] to file:/w/workspace/device-mqtt-go/2@tmp/config251771634522447801tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 23:19:28 ---> docker-login.sh 23:19:28 nexus3.edgexfoundry.org:10001 23:19:28 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:19:28 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:19:28 Configure a credential helper to remove this warning. See 23:19:28 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:19:28 23:19:28 Login Succeeded 23:19:28 nexus3.edgexfoundry.org:10002 23:19:28 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:19:28 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:19:28 Configure a credential helper to remove this warning. See 23:19:28 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:19:28 23:19:28 Login Succeeded 23:19:28 nexus3.edgexfoundry.org:10003 23:19:29 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:19:29 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:19:29 Configure a credential helper to remove this warning. See 23:19:29 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:19:29 23:19:29 Login Succeeded 23:19:29 nexus3.edgexfoundry.org:10004 23:19:29 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:19:29 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:19:29 Configure a credential helper to remove this warning. See 23:19:29 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:19:29 23:19:29 Login Succeeded 23:19:29 docker.io 23:19:29 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:19:29 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:19:29 Configure a credential helper to remove this warning. See 23:19:29 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:19:29 23:19:29 Login Succeeded 23:19:29 ---> docker-login.sh ends [Pipeline] } 23:19:29 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 23:19:30 ========================================================= 23:19:30 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 23:19:30 ========================================================= [Pipeline] isUnix [Pipeline] sh 23:19:30 + 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:19:30 Sending build context to Docker daemon 494.6kB 23:19:30 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 23:19:30 Step 2/8 : FROM ${BASE} 23:19:30 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 23:19:30 188c0c94c7c5: Pulling fs layer 23:19:30 0ef7d3d256c8: Pulling fs layer 23:19:30 de9db76c5a1d: Pulling fs layer 23:19:30 bca2f99d35d6: Pulling fs layer 23:19:30 93359f2a8cfa: Pulling fs layer 23:19:30 7c6f9722023f: Pulling fs layer 23:19:30 a35cf1a2eb13: Pulling fs layer 23:19:30 bca2f99d35d6: Waiting 23:19:30 7c6f9722023f: Waiting 23:19:30 de9db76c5a1d: Verifying Checksum 23:19:30 de9db76c5a1d: Download complete 23:19:30 0ef7d3d256c8: Download complete 23:19:30 93359f2a8cfa: Verifying Checksum 23:19:30 93359f2a8cfa: Download complete 23:19:30 7c6f9722023f: Verifying Checksum 23:19:30 7c6f9722023f: Download complete 23:19:30 188c0c94c7c5: Verifying Checksum 23:19:30 188c0c94c7c5: Download complete 23:19:31 188c0c94c7c5: Pull complete 23:19:31 0ef7d3d256c8: Pull complete 23:19:31 de9db76c5a1d: Pull complete 23:19:33 bca2f99d35d6: Verifying Checksum 23:19:33 bca2f99d35d6: Download complete 23:19:33 a35cf1a2eb13: Verifying Checksum 23:19:33 a35cf1a2eb13: Download complete 23:19:39 bca2f99d35d6: Pull complete 23:19:39 93359f2a8cfa: Pull complete 23:19:39 7c6f9722023f: Pull complete 23:19:45 a35cf1a2eb13: Pull complete 23:19:45 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 23:19:45 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 23:19:45 ---> a62c8e92a672 23:19:45 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IOTech' 23:19:45 ---> Running in a566bfbe004e 23:19:46 Removing intermediate container a566bfbe004e 23:19:46 ---> 7b8631b4e59d 23:19:46 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 23:19:46 ---> Running in 1d018feb3bb0 23:19:47 Removing intermediate container 1d018feb3bb0 23:19:47 ---> b8ab54c0fb61 23:19:47 Step 5/8 : RUN apk add --update --no-cache make git openssh build-base 23:19:47 ---> Running in 63dcedf1a355 23:19:47 Running on prd-ubuntu18.04-docker-arm64-4c-16g-18331 in /w/workspace/gexfoundry_device-mqtt-go_PR-199 [Pipeline] { [Pipeline] ws 23:19:47 Running in /w/workspace/device-mqtt-go/2 [Pipeline] { [Pipeline] checkout 23:19:48 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 23:19:49 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 23:19:49 (1/14) Installing libmagic (5.38-r0) 23:19:49 (2/14) Installing file (5.38-r0) 23:19:49 (3/14) Installing libc-dev (0.7.2-r3) 23:19:49 (4/14) Installing g++ (9.3.0-r2) 23:19:53 using credential edgex-jenkins-ssh 23:19:53 Cloning the remote Git repository 23:19:53 Cloning repository git@github.com:edgexfoundry/device-mqtt-go.git 23:19:53 > git init /w/workspace/device-mqtt-go/2 # timeout=10 23:19:53 Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git 23:19:53 > git --version # timeout=10 23:19:53 > git --version # 'git version 2.17.1' 23:19:53 using GIT_SSH to set credentials SSH Credentials for GitHub 23:19:53 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 23:19:55 Merging remotes/origin/master commit 7a1b18f551239dfc150e88617034cadc3790dddc into PR head commit a1661a1e73a94b7c1e29060cfbff76a73d868fcd 23:19:54 > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 23:19:54 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 23:19:54 > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 23:19:54 Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git 23:19:54 using GIT_SSH to set credentials SSH Credentials for GitHub 23:19:54 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/pull/199/head:refs/remotes/origin/PR-199 +refs/heads/master:refs/remotes/origin/master # timeout=10 23:19:55 > git config core.sparsecheckout # timeout=10 23:19:55 > git checkout -f a1661a1e73a94b7c1e29060cfbff76a73d868fcd # timeout=10 23:19:55 > git remote # timeout=10 23:19:55 > git config --get remote.origin.url # timeout=10 23:19:55 using GIT_SSH to set credentials SSH Credentials for GitHub 23:19:55 > git merge 7a1b18f551239dfc150e88617034cadc3790dddc # timeout=10 23:19:55 Merge succeeded, producing 3305381254ea8cdc98eac47077013a685a6860c4 23:19:55 Checking out Revision 3305381254ea8cdc98eac47077013a685a6860c4 (PR-199) 23:19:56 (5/14) Installing fortify-headers (1.1-r0) 23:19:56 (6/14) Installing patch (2.7.6-r6) 23:19:56 (7/14) Installing build-base (0.5-r2) 23:19:56 (8/14) Installing openssh-keygen (8.3_p1-r1) 23:19:56 (9/14) Installing libedit (20191231.3.1-r0) 23:19:56 (10/14) Installing openssh-client (8.3_p1-r1) 23:19:56 (11/14) Installing openssh-sftp-server (8.3_p1-r1) 23:19:55 > git rev-parse HEAD^{commit} # timeout=10 23:19:55 > git config core.sparsecheckout # timeout=10 23:19:55 > git checkout -f 3305381254ea8cdc98eac47077013a685a6860c4 # timeout=10 23:19:56 (12/14) Installing openssh-server-common (8.3_p1-r1) 23:19:56 (13/14) Installing openssh-server (8.3_p1-r1) 23:19:57 (14/14) Installing openssh (8.3_p1-r1) 23:19:57 Executing busybox-1.31.1-r19.trigger 23:19:57 OK: 237 MiB in 53 packages 23:19:59 Commit message: "Merge commit '7a1b18f551239dfc150e88617034cadc3790dddc' into HEAD" 23:19:59 > git rev-list --no-walk a1661a1e73a94b7c1e29060cfbff76a73d868fcd # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) 23:20:00 Removing intermediate container 63dcedf1a355 23:20:00 ---> 67f6de414d8e 23:20:00 Step 6/8 : WORKDIR /device-mqtt-go 23:20:00 ---> Running in 86f512f4a88b 23:20:00 Removing intermediate container 86f512f4a88b 23:20:00 ---> 0432c91ff5ba 23:20:00 Step 7/8 : COPY . . [Pipeline] script [Pipeline] { [Pipeline] sh 23:20:01 ---> 38b68f0cbeb0 23:20:01 Step 8/8 : RUN go mod download 23:20:01 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 23:20:01 ---> Running in e2a53e5c3ed5 23:20:01 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 23:20:02 + sudo service docker restart 23:20:02 + true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 23:20:04 provisioning config files... 23:20:04 copy managed file [device-mqtt-go-settings] to file:/w/workspace/device-mqtt-go/2@tmp/config4123877126656193431tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 23:20:04 ---> docker-login.sh 23:20:04 nexus3.edgexfoundry.org:10001 23:20:05 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:20:06 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:20:06 Configure a credential helper to remove this warning. See 23:20:06 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:20:06 23:20:06 Login Succeeded 23:20:06 nexus3.edgexfoundry.org:10002 23:20:06 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:20:06 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:20:06 Configure a credential helper to remove this warning. See 23:20:06 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:20:06 23:20:06 Login Succeeded 23:20:06 nexus3.edgexfoundry.org:10003 23:20:07 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:20:07 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:20:07 Configure a credential helper to remove this warning. See 23:20:07 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:20:07 23:20:07 Login Succeeded 23:20:07 nexus3.edgexfoundry.org:10004 23:20:07 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:20:07 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:20:07 Configure a credential helper to remove this warning. See 23:20:07 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:20:07 23:20:07 Login Succeeded 23:20:07 docker.io 23:20:08 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:20:08 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:20:08 Configure a credential helper to remove this warning. See 23:20:08 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:20:08 23:20:08 Login Succeeded 23:20:08 ---> docker-login.sh ends [Pipeline] } 23:20:08 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 23:20:09 ========================================================= 23:20:09 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 23:20:09 ========================================================= [Pipeline] isUnix [Pipeline] sh 23:20:09 + 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:20:09 Sending build context to Docker daemon 493.6kB 23:20:10 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 23:20:10 Step 2/8 : FROM ${BASE} 23:20:10 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 23:20:10 5f621e34cdf4: Pulling fs layer 23:20:10 a4357932f1b6: Pulling fs layer 23:20:10 18c013af1878: Pulling fs layer 23:20:10 00ac8860ef70: Pulling fs layer 23:20:10 63d7cb157983: Pulling fs layer 23:20:10 b116817d02f9: Pulling fs layer 23:20:10 745a02a5169b: Pulling fs layer 23:20:10 63d7cb157983: Waiting 23:20:10 00ac8860ef70: Waiting 23:20:10 b116817d02f9: Waiting 23:20:10 745a02a5169b: Waiting 23:20:10 18c013af1878: Verifying Checksum 23:20:10 18c013af1878: Download complete 23:20:10 a4357932f1b6: Verifying Checksum 23:20:10 a4357932f1b6: Download complete 23:20:10 63d7cb157983: Verifying Checksum 23:20:10 63d7cb157983: Download complete 23:20:10 b116817d02f9: Verifying Checksum 23:20:10 b116817d02f9: Download complete 23:20:10 5f621e34cdf4: Verifying Checksum 23:20:10 5f621e34cdf4: Download complete 23:20:11 5f621e34cdf4: Pull complete 23:20:12 a4357932f1b6: Pull complete 23:20:12 18c013af1878: Pull complete 23:20:12 745a02a5169b: Verifying Checksum 23:20:12 745a02a5169b: Download complete 23:20:13 00ac8860ef70: Verifying Checksum 23:20:13 00ac8860ef70: Download complete 23:20:23 Removing intermediate container e2a53e5c3ed5 23:20:23 ---> c22db7068e18 23:20:23 Successfully built c22db7068e18 23:20:23 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 23:20:23 00ac8860ef70: Pull complete 23:20:23 63d7cb157983: Pull complete 23:20:24 + docker inspect -f . ci-base-image-x86_64 23:20:24 . [Pipeline] withDockerContainer 23:20:24 b116817d02f9: Pull complete 23:20:24 prd-centos7-docker-4c-2g-18332 does not seem to be running inside a container 23:20:24 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-mqtt-go/2 -v /w/workspace/device-mqtt-go/2:/w/workspace/device-mqtt-go/2:rw,z -v /w/workspace/device-mqtt-go/2@tmp:/w/workspace/device-mqtt-go/2@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-x86_64 cat 23:20:25 $ docker top 4499061a4c4e3dbd00e9eb008432778b5d51779e4b3f3e8225a39766ace4801b -eo pid,comm [Pipeline] { [Pipeline] sh 23:20:25 + go version 23:20:25 go version go1.15.5 linux/amd64 [Pipeline] } 23:20:25 $ docker stop --time=1 4499061a4c4e3dbd00e9eb008432778b5d51779e4b3f3e8225a39766ace4801b 23:20:27 $ docker rm -f 4499061a4c4e3dbd00e9eb008432778b5d51779e4b3f3e8225a39766ace4801b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } 23:20:27 745a02a5169b: Pull complete [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { 23:20:27 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 23:20:27 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 23:20:27 ---> b7e6874047d6 23:20:27 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IOTech' [Pipeline] isUnix [Pipeline] sh 23:20:28 + docker inspect -f . ci-base-image-x86_64 23:20:28 . [Pipeline] withDockerContainer 23:20:28 prd-centos7-docker-4c-2g-18332 does not seem to be running inside a container 23:20:28 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-mqtt-go/2 -v /w/workspace/device-mqtt-go/2:/w/workspace/device-mqtt-go/2:rw,z -v /w/workspace/device-mqtt-go/2@tmp:/w/workspace/device-mqtt-go/2@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-x86_64 cat 23:20:29 $ docker top 12aab8ccce922bd73db0bfca3e29350bf486db9571efb812055bec2d720e0d9e -eo pid,comm [Pipeline] { [Pipeline] sh 23:20:29 + make test 23:20:29 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out 23:20:30 ---> Running in 76ede1324e24 23:20:30 ? github.com/edgexfoundry/device-mqtt-go [no test files] 23:20:31 Removing intermediate container 76ede1324e24 23:20:31 ---> 203f4e03828c 23:20:31 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 23:20:31 ---> Running in e34b6df89a3d 23:20:33 Removing intermediate container e34b6df89a3d 23:20:33 ---> 4a479a1aed7d 23:20:33 Step 5/8 : RUN apk add --update --no-cache make git openssh build-base 23:20:33 ---> Running in b5f3d472f98d 23:20:34 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 23:20:35 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 23:20:36 (1/14) Installing libmagic (5.38-r0) 23:20:36 (2/14) Installing file (5.38-r0) 23:20:36 (3/14) Installing libc-dev (0.7.2-r3) 23:20:36 (4/14) Installing g++ (9.3.0-r2) 23:20:37 # github.com/edgexfoundry/go-mod-bootstrap/bootstrap/logging 23:20:37 /go/pkg/mod/github.com/edgexfoundry/go-mod-bootstrap@v0.0.57/bootstrap/logging/factory.go:29:9: undefined: logger.NewClientStdOut 23:20:37 /go/pkg/mod/github.com/edgexfoundry/go-mod-bootstrap@v0.0.57/bootstrap/logging/factory.go:42:25: too many arguments in call to logger.NewClient 23:20:37 have (string, bool, string, string) 23:20:37 want (string, string) 23:20:41 FAIL github.com/edgexfoundry/device-mqtt-go/internal/driver [build failed] 23:20:41 make: *** [Makefile:25: test] Error 2 [Pipeline] } 23:20:42 $ docker stop --time=1 12aab8ccce922bd73db0bfca3e29350bf486db9571efb812055bec2d720e0d9e 23:20:44 $ docker rm -f 12aab8ccce922bd73db0bfca3e29350bf486db9571efb812055bec2d720e0d9e 23:20:44 (5/14) Installing fortify-headers (1.1-r0) 23:20:44 (6/14) Installing patch (2.7.6-r6) [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script 23:20:44 (7/14) Installing build-base (0.5-r2) 23:20:44 (8/14) Installing openssh-keygen (8.3_p1-r1) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to earlier failure(s) [Pipeline] } 23:20:45 (9/14) Installing libedit (20191231.3.1-r0) 23:20:45 (10/14) Installing openssh-client (8.3_p1-r1) [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:20:46 Failed in branch amd64 23:20:46 (11/14) Installing openssh-sftp-server (8.3_p1-r1) 23:20:46 (12/14) Installing openssh-server-common (8.3_p1-r1) 23:20:46 (13/14) Installing openssh-server (8.3_p1-r1) 23:20:46 (14/14) Installing openssh (8.3_p1-r1) 23:20:46 Executing busybox-1.31.1-r19.trigger 23:20:46 OK: 221 MiB in 53 packages 23:20:51 Removing intermediate container b5f3d472f98d 23:20:51 ---> 1ede15d4cfeb 23:20:51 Step 6/8 : WORKDIR /device-mqtt-go 23:20:51 ---> Running in 53723989c4bb 23:20:51 Removing intermediate container 53723989c4bb 23:20:51 ---> d863fc307102 23:20:51 Step 7/8 : COPY . . 23:20:52 ---> 6d4652cf1821 23:20:52 Step 8/8 : RUN go mod download 23:20:52 ---> Running in e2d94c17c5f9 23:21:19 Removing intermediate container e2d94c17c5f9 23:21:19 ---> 878a137b1619 23:21:19 Successfully built 878a137b1619 23:21:19 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 23:21:19 + docker inspect -f . ci-base-image-arm64 23:21:19 . [Pipeline] withDockerContainer 23:21:19 prd-ubuntu18.04-docker-arm64-4c-16g-18331 does not seem to be running inside a container 23:21:19 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-mqtt-go/2 -v /w/workspace/device-mqtt-go/2:/w/workspace/device-mqtt-go/2:rw,z -v /w/workspace/device-mqtt-go/2@tmp:/w/workspace/device-mqtt-go/2@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:21:21 $ docker top 9efd745d045162ea980a0335e51abdd077d9e2d5295520cf20eeff958879dda8 -eo pid,comm [Pipeline] { [Pipeline] sh 23:21:22 + go version 23:21:22 go version go1.15.5 linux/arm64 [Pipeline] } 23:21:22 $ docker stop --time=1 9efd745d045162ea980a0335e51abdd077d9e2d5295520cf20eeff958879dda8 23:21:24 $ docker rm -f 9efd745d045162ea980a0335e51abdd077d9e2d5295520cf20eeff958879dda8 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 23:21:25 + docker inspect -f . ci-base-image-arm64 23:21:25 . [Pipeline] withDockerContainer 23:21:25 prd-ubuntu18.04-docker-arm64-4c-16g-18331 does not seem to be running inside a container 23:21:25 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-mqtt-go/2 -v /w/workspace/device-mqtt-go/2:/w/workspace/device-mqtt-go/2:rw,z -v /w/workspace/device-mqtt-go/2@tmp:/w/workspace/device-mqtt-go/2@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:21:27 $ docker top 180d03d9f0fbd2ce49a6523198a224d3fc368142011b265338d8aac36ad8c6f9 -eo pid,comm [Pipeline] { [Pipeline] sh 23:21:28 + make test 23:21:28 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out 23:21:29 ? github.com/edgexfoundry/device-mqtt-go [no test files] 23:21:51 # github.com/edgexfoundry/go-mod-bootstrap/bootstrap/logging 23:21:51 /go/pkg/mod/github.com/edgexfoundry/go-mod-bootstrap@v0.0.57/bootstrap/logging/factory.go:29:9: undefined: logger.NewClientStdOut 23:21:51 /go/pkg/mod/github.com/edgexfoundry/go-mod-bootstrap@v0.0.57/bootstrap/logging/factory.go:42:25: too many arguments in call to logger.NewClient 23:21:51 have (string, bool, string, string) 23:21:51 want (string, string) 23:22:04 FAIL github.com/edgexfoundry/device-mqtt-go/internal/driver [build failed] 23:22:04 make: *** [Makefile:25: test] Error 2 [Pipeline] } 23:22:04 $ docker stop --time=1 180d03d9f0fbd2ce49a6523198a224d3fc368142011b265338d8aac36ad8c6f9 23:22:06 $ docker rm -f 180d03d9f0fbd2ce49a6523198a224d3fc368142011b265338d8aac36ad8c6f9 [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:22:07 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:22:10 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 23:22:11 ---> package-listing.sh 23:22:11 ++ facter osfamily 23:22:11 ++ tr '[:upper:]' '[:lower:]' 23:22:11 + OS_FAMILY=redhat 23:22:11 + workspace=/w/workspace/gexfoundry_device-mqtt-go_PR-199 23:22:11 + START_PACKAGES=/tmp/packages_start.txt 23:22:11 + END_PACKAGES=/tmp/packages_end.txt 23:22:11 + DIFF_PACKAGES=/tmp/packages_diff.txt 23:22:11 + PACKAGES=/tmp/packages_start.txt 23:22:11 + '[' /w/workspace/gexfoundry_device-mqtt-go_PR-199 ']' 23:22:11 + PACKAGES=/tmp/packages_end.txt 23:22:11 + case "${OS_FAMILY}" in 23:22:11 + rpm -qa 23:22:11 + sort 23:22:16 + '[' -f /tmp/packages_start.txt ']' 23:22:16 + '[' -f /tmp/packages_end.txt ']' 23:22:16 + diff /tmp/packages_start.txt /tmp/packages_end.txt 23:22:16 + '[' /w/workspace/gexfoundry_device-mqtt-go_PR-199 ']' 23:22:16 + mkdir -p /w/workspace/gexfoundry_device-mqtt-go_PR-199/archives/ 23:22:16 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/gexfoundry_device-mqtt-go_PR-199/archives/ [Pipeline] echo 23:22:16 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-199/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 23:22:16 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 23:22:17 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 23:22:17 23:22:17 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 23:22:17 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 23:22:17 alpine: Pulling from edgex-lftools-log-publisher 23:22:17 df20fa9351a1: Pulling fs layer 23:22:17 36b3adc4ff6f: Pulling fs layer 23:22:17 8ad3a11d3b57: Pulling fs layer 23:22:17 46f8f816bc3b: Pulling fs layer 23:22:17 93b61091891f: Pulling fs layer 23:22:17 93b9cdb0e59b: Pulling fs layer 23:22:17 5e14af77c1be: Pulling fs layer 23:22:17 01666e4c0597: Pulling fs layer 23:22:17 aa168da1d23b: Pulling fs layer 23:22:17 46f8f816bc3b: Waiting 23:22:17 93b61091891f: Waiting 23:22:17 5e14af77c1be: Waiting 23:22:17 01666e4c0597: Waiting 23:22:17 aa168da1d23b: Waiting 23:22:17 93b9cdb0e59b: Waiting 23:22:17 36b3adc4ff6f: Verifying Checksum 23:22:17 36b3adc4ff6f: Download complete 23:22:17 46f8f816bc3b: Verifying Checksum 23:22:17 46f8f816bc3b: Download complete 23:22:17 df20fa9351a1: Verifying Checksum 23:22:17 df20fa9351a1: Download complete 23:22:17 93b9cdb0e59b: Verifying Checksum 23:22:17 93b9cdb0e59b: Download complete 23:22:17 93b61091891f: Verifying Checksum 23:22:17 93b61091891f: Download complete 23:22:17 5e14af77c1be: Verifying Checksum 23:22:17 5e14af77c1be: Download complete 23:22:17 01666e4c0597: Verifying Checksum 23:22:17 01666e4c0597: Download complete 23:22:17 8ad3a11d3b57: Verifying Checksum 23:22:17 8ad3a11d3b57: Download complete 23:22:17 df20fa9351a1: Pull complete 23:22:18 36b3adc4ff6f: Pull complete 23:22:19 aa168da1d23b: Verifying Checksum 23:22:19 aa168da1d23b: Download complete 23:22:19 8ad3a11d3b57: Pull complete 23:22:20 46f8f816bc3b: Pull complete 23:22:20 93b61091891f: Pull complete 23:22:20 93b9cdb0e59b: Pull complete 23:22:20 5e14af77c1be: Pull complete 23:22:20 01666e4c0597: Pull complete 23:22:27 aa168da1d23b: Pull complete 23:22:27 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 23:22:27 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 23:22:27 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 23:22:27 prd-centos7-docker-4c-2g-18327 does not seem to be running inside a container 23:22:27 $ 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-199/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-199 -v /w/workspace/gexfoundry_device-mqtt-go_PR-199:/w/workspace/gexfoundry_device-mqtt-go_PR-199:rw,z -v /w/workspace/gexfoundry_device-mqtt-go_PR-199@tmp:/w/workspace/gexfoundry_device-mqtt-go_PR-199@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:22:31 $ docker top 45756c83ac61a0ea5195690953a69d794febcd239a4f391fe13a22b9a28ba1b7 -eo pid,comm [Pipeline] { [Pipeline] sh 23:22:32 + touch /tmp/pre-build-complete [Pipeline] sh 23:22:32 + mkdir -p /var/log/sa [Pipeline] sh 23:22:32 + ls /var/log/sa-host 23:22:32 + sadf -c /var/log/sa-host/sa04 23:22:32 file_magic: OK 23:22:32 HZ: Using current value: 100 23:22:32 file_header: OK 23:22:32 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:22:32 Statistics: 23:22:32 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 23:22:32 File successfully converted to sysstat format version 12.2.1 23:22:32 + sadf -c /var/log/sa-host/sa23 23:22:32 file_magic: OK 23:22:32 HZ: Using current value: 100 23:22:32 file_header: OK 23:22:32 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:22:32 Statistics: 23:22:32 Hnuu...uuuununununu... 23:22:32 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 23:22:33 provisioning config files... 23:22:33 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/gexfoundry_device-mqtt-go_PR-199@tmp/config7593710821628508176tmp [Pipeline] { [Pipeline] echo 23:22:33 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 23:22:33 ---> create-netrc.sh [Pipeline] } 23:22:33 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 23:22:33 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 23:22:33 ---> python-tools-install.sh [Pipeline] echo 23:22:33 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 23:22:34 ---> sudo-logs.sh 23:22:34 Archiving 'sudo' log.. [Pipeline] echo 23:22:34 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 23:22:34 ---> job-cost.sh 23:22:34 lf-activate-venv: SKIPPING 23:22:34 INFO: No Stack... 23:22:36 INFO: Retrieving Pricing Info for: v1-standard-2 23:22:37 INFO: Archiving Costs [Pipeline] echo 23:22:37 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 23:22:37 ---> logs-deploy.sh 23:22:37 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-mqtt-go/PR-199/2 23:22:37 INFO: archiving workspace using pattern(s): 23:22:39 Archives upload complete. 23:22:39 INFO: archiving logs to Nexus 23:22:40 ---> uname -a: 23:22:40 Linux prd-centos7-docker-4c-2g-18327.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:22:40 23:22:40 23:22:40 ---> lscpu: 23:22:40 Architecture: x86_64 23:22:40 CPU op-mode(s): 32-bit, 64-bit 23:22:40 Byte Order: Little Endian 23:22:40 Address sizes: 40 bits physical, 48 bits virtual 23:22:40 CPU(s): 4 23:22:40 On-line CPU(s) list: 0-3 23:22:40 Thread(s) per core: 1 23:22:40 Core(s) per socket: 1 23:22:40 Socket(s): 4 23:22:40 NUMA node(s): 1 23:22:40 Vendor ID: GenuineIntel 23:22:40 CPU family: 6 23:22:40 Model: 44 23:22:40 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 23:22:40 Stepping: 1 23:22:40 CPU MHz: 2933.442 23:22:40 BogoMIPS: 5866.88 23:22:40 Virtualization: VT-x 23:22:40 Hypervisor vendor: KVM 23:22:40 Virtualization type: full 23:22:40 L1d cache: 128 KiB 23:22:40 L1i cache: 128 KiB 23:22:40 L2 cache: 16 MiB 23:22:40 L3 cache: 64 MiB 23:22:40 NUMA node0 CPU(s): 0-3 23:22:40 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 23:22:40 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 23:22:40 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 23:22:40 Vulnerability Meltdown: Mitigation; PTI 23:22:40 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 23:22:40 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 23:22:40 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 23:22:40 Vulnerability Srbds: Not affected 23:22:40 Vulnerability Tsx async abort: Not affected 23:22:40 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:22:40 23:22:40 23:22:40 ---> nproc: 23:22:40 4 23:22:40 23:22:40 23:22:40 ---> df -h: 23:22:40 Filesystem Size Used Available Use% Mounted on 23:22:40 overlay 50.0G 7.3G 42.7G 15% / 23:22:40 tmpfs 64.0M 0 64.0M 0% /dev 23:22:40 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 23:22:40 shm 64.0M 0 64.0M 0% /dev/shm 23:22:40 /dev/vda1 50.0G 7.3G 42.7G 15% /facter-os 23:22:40 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/resolv.conf 23:22:40 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hostname 23:22:40 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hosts 23:22:40 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/secure 23:22:40 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/auth.log 23:22:40 /dev/vda1 50.0G 7.3G 42.7G 15% /run/cloud-init/result.json 23:22:40 /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/gexfoundry_device-mqtt-go_PR-199 23:22:40 /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/gexfoundry_device-mqtt-go_PR-199@tmp 23:22:40 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/sa-host 23:22:40 23:22:40 23:22:40 ---> free -m: 23:22:40 total used free shared buff/cache available 23:22:40 Mem: 1837 708 105 0 1023 1024 23:22:40 Swap: 1023 1 1022 23:22:40 23:22:40 23:22:40 ---> ip addr: 23:22:40 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 23:22:40 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 23:22:40 inet 127.0.0.1/8 scope host lo 23:22:40 valid_lft forever preferred_lft forever 23:22:40 inet6 ::1/128 scope host 23:22:40 valid_lft forever preferred_lft forever 23:22:40 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 23:22:40 link/ether fa:16:3e:8b:28:51 brd ff:ff:ff:ff:ff:ff 23:22:40 inet 10.30.123.7/23 brd 10.30.123.255 scope global dynamic eth0 23:22:40 valid_lft 86062sec preferred_lft 86062sec 23:22:40 inet6 fe80::f816:3eff:fe8b:2851/64 scope link 23:22:40 valid_lft forever preferred_lft forever 23:22:40 3: docker0: mtu 1500 qdisc noqueue state DOWN 23:22:40 link/ether 02:42:17:3a:12:8f brd ff:ff:ff:ff:ff:ff 23:22:40 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 23:22:40 valid_lft forever preferred_lft forever 23:22:40 inet6 fe80::42:17ff:fe3a:128f/64 scope link 23:22:40 valid_lft forever preferred_lft forever 23:22:40 23:22:40 23:22:40 ---> sar -b -r -n DEV: 23:22:40 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 01/04/21 _x86_64_ (4 CPU) 23:22:40 23:22:40 23:16:51 LINUX RESTART (4 CPU) 23:22:40 23:22:40 23:18:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 23:22:40 23:19:01 2.48 0.00 2.48 0.00 0.00 56.54 0.00 23:22:40 23:20:01 0.43 0.00 0.43 0.00 0.00 6.86 0.00 23:22:40 23:21:01 0.27 0.00 0.27 0.00 0.00 3.51 0.00 23:22:40 23:22:01 0.38 0.00 0.38 0.00 0.00 5.76 0.00 23:22:40 Average: 0.89 0.00 0.89 0.00 0.00 18.17 0.00 23:22:40 23:22:40 23:18:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 23:22:40 23:19:01 169664 0 606440 32.23 2620 1102820 1095464 37.39 421876 1092032 12 23:22:40 23:20:01 167984 0 608112 32.32 2620 1102828 1095476 37.39 435088 1080672 20 23:22:40 23:21:01 166528 0 609564 32.40 2620 1102832 1091388 37.25 431980 1085312 16 23:22:40 23:22:01 165748 0 610340 32.44 2620 1102836 1091388 37.25 440436 1078020 8 23:22:40 Average: 167481 0 608614 32.35 2620 1102829 1093429 37.32 432345 1084009 14 23:22:40 23:22:40 23:18:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 23:22:40 23:19:01 eth0 2.65 0.55 0.69 0.39 0.00 0.00 0.00 0.00 23:22:40 23:19:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:22:40 23:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:22:40 23:20:01 eth0 3.36 1.12 1.20 0.76 0.00 0.00 0.00 0.00 23:22:40 23:20:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:22:40 23:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:22:40 23:21:01 eth0 3.21 0.88 0.96 0.60 0.00 0.00 0.00 0.00 23:22:40 23:21:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:22:40 23:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:22:40 23:22:01 eth0 1.38 0.33 0.35 0.23 0.00 0.00 0.00 0.00 23:22:40 23:22:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:22:40 23:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:22:40 Average: eth0 2.65 0.72 0.80 0.49 0.00 0.00 0.00 0.00 23:22:40 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:22:40 Average: docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:22:40 23:22:40 23:22:40 ---> sar -P ALL: 23:22:40 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 01/04/21 _x86_64_ (4 CPU) 23:22:40 23:22:40 23:16:51 LINUX RESTART (4 CPU) 23:22:40 23:22:40 23:18:01 CPU %user %nice %system %iowait %steal %idle 23:22:40 23:19:01 all 0.20 0.00 0.06 0.00 0.01 99.73 23:22:40 23:19:01 0 0.10 0.00 0.05 0.00 0.00 99.85 23:22:40 23:19:01 1 0.08 0.00 0.05 0.00 0.00 99.87 23:22:40 23:19:01 2 0.55 0.00 0.07 0.00 0.02 99.37 23:22:40 23:19:01 3 0.07 0.00 0.07 0.00 0.02 99.85 23:22:40 23:20:01 all 0.20 0.00 0.07 0.00 0.00 99.72 23:22:40 23:20:01 0 0.13 0.00 0.05 0.00 0.00 99.82 23:22:40 23:20:01 1 0.52 0.00 0.05 0.00 0.00 99.43 23:22:40 23:20:01 2 0.08 0.00 0.12 0.00 0.00 99.80 23:22:40 23:20:01 3 0.08 0.00 0.07 0.00 0.00 99.85 23:22:40 23:21:01 all 0.15 0.00 0.05 0.00 0.00 99.80 23:22:40 23:21:01 0 0.08 0.00 0.07 0.00 0.02 99.83 23:22:40 23:21:01 1 0.10 0.00 0.05 0.00 0.00 99.85 23:22:40 23:21:01 2 0.07 0.00 0.05 0.00 0.00 99.88 23:22:40 23:21:01 3 0.33 0.00 0.05 0.00 0.00 99.62 23:22:40 23:22:01 all 0.17 0.00 0.08 0.00 0.00 99.75 23:22:40 23:22:01 0 0.03 0.00 0.03 0.00 0.00 99.93 23:22:40 23:22:01 1 0.07 0.00 0.10 0.02 0.00 99.82 23:22:40 23:22:01 2 0.05 0.00 0.15 0.00 0.00 99.80 23:22:40 23:22:01 3 0.52 0.00 0.05 0.00 0.00 99.43 23:22:40 Average: all 0.18 0.00 0.07 0.00 0.00 99.75 23:22:40 Average: 0 0.09 0.00 0.05 0.00 0.00 99.86 23:22:40 Average: 1 0.19 0.00 0.06 0.00 0.00 99.74 23:22:40 Average: 2 0.19 0.00 0.10 0.00 0.00 99.71 23:22:40 Average: 3 0.25 0.00 0.06 0.00 0.00 99.69 23:22:40 23:22:40 23:22:40