Pull request #319 opened Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 1f53343128e220812a7c5f962cbbe748620fc478+f142b7d4d9dc0d163bb8d716c4eb7ddee57de476 (47c1c22670009103b137f405fd767c6d250cd612) Running in Durability level: MAX_SURVIVABILITY 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 [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh275068756706447904.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 686c8e2b17b6b4c6988ddea14cf883eea3c5dfe4 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --resolve-git-dir /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f/.git # 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 [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f@tmp/jenkins-gitclient-ssh2041623688844188091.key > 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 686c8e2b17b6b4c6988ddea14cf883eea3c5dfe4 The recommended git tool is: git using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and with tags Cloning repository git@github.com:edgexfoundry/edgex-global-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/device-mqtt-go/branches/PR-319/workspace@libs/edgex-global-pipelines # timeout=10 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 [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/device-mqtt-go/branches/PR-319/workspace@libs/edgex-global-pipelines@tmp/jenkins-gitclient-ssh5102263302650833112.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 > 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 using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/device-mqtt-go/branches/PR-319/workspace@libs/edgex-global-pipelines@tmp/jenkins-gitclient-ssh4356110433713475201.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 686c8e2b17b6b4c6988ddea14cf883eea3c5dfe4 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 686c8e2b17b6b4c6988ddea14cf883eea3c5dfe4 # timeout=10 Commit message: "Merge pull request #366 from ernestojeda/fix-builder-images-sdk-c" > 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 > git --version # timeout=10 > git --version # 'git version 2.16.6' 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 [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh6207171100094769291.key > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 9bc0e518fca0494fd51682b06eec2da29a326327 The recommended git tool is: NONE using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository git@github.com:lfit/releng-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/device-mqtt-go/branches/PR-319/workspace@libs/lf-pipelines # timeout=10 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 [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/device-mqtt-go/branches/PR-319/workspace@libs/lf-pipelines@tmp/jenkins-gitclient-ssh4183345774103340296.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision 9bc0e518fca0494fd51682b06eec2da29a326327 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 9bc0e518fca0494fd51682b06eec2da29a326327 # timeout=10 Commit message: "Merge "Fix: Make archiveArtifacts overwriteable in lfJava"" > 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 > git --version # timeout=10 > git --version # 'git version 2.16.6' fatal: bad object 686c8e2b17b6b4c6988ddea14cf883eea3c5dfe4 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.16 USE_ALPINE: true DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_IMAGE_NAME: device-mqtt 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 BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘prd-centos7-docker-4c-2g-561’ Running on prd-centos7-docker-4c-2g-568 in /w/workspace/gexfoundry_device-mqtt-go_PR-319 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout Selected Git installation does not exist. Using Default The recommended git tool is: NONE 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-319 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git > git --version # timeout=10 > git --version # 'git version 2.24.4' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /w/workspace/gexfoundry_device-mqtt-go_PR-319@tmp/jenkins-gitclient-ssh3031558567617561599.key > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/main commit f142b7d4d9dc0d163bb8d716c4eb7ddee57de476 into PR head commit 1f53343128e220812a7c5f962cbbe748620fc478 Merge succeeded, producing 1f53343128e220812a7c5f962cbbe748620fc478 Checking out Revision 1f53343128e220812a7c5f962cbbe748620fc478 (PR-319) > 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 [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /w/workspace/gexfoundry_device-mqtt-go_PR-319@tmp/jenkins-gitclient-ssh6846261381543533114.key > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/pull/319/head:refs/remotes/origin/PR-319 +refs/heads/main:refs/remotes/origin/main # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 1f53343128e220812a7c5f962cbbe748620fc478 # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /w/workspace/gexfoundry_device-mqtt-go_PR-319@tmp/jenkins-gitclient-ssh7058778605235690668.key > git merge f142b7d4d9dc0d163bb8d716c4eb7ddee57de476 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 1f53343128e220812a7c5f962cbbe748620fc478 # timeout=10 Commit message: "build(deps): bump github.com/edgexfoundry/device-sdk-go/v2" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.24.4' fatal: bad object 686c8e2b17b6b4c6988ddea14cf883eea3c5dfe4 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 01:20:02 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 01:20:02 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 01:20:02 ========================================================= 01:20:02 EdgeX Global Pipelines Version Info 01:20:02 ========================================================= [Pipeline] libraryResource [Pipeline] sh 01:20:03 ------------------- 01:20:03 stable info: 01:20:03 ------------------- 01:20:03 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 01:20:03 Commit SHA: 686c8e2b17b6b4c6988ddea14cf883eea3c5dfe4 01:20:03 Message: update stable to v1.0.215 01:20:04 ------------------- 01:20:04 experimental info: 01:20:04 ------------------- 01:20:04 Commited By: **** collab-it+edgex@linuxfoundation.org 01:20:04 Commit SHA: 686c8e2b17b6b4c6988ddea14cf883eea3c5dfe4 01:20:04 Message: update experimental to v1.0.215 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 01:20:04 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-mqtt-go-settings [Pipeline] echo 01:20:04 [edgeXSetupEnvironment]: set envvar PROJECT = device-mqtt-go [Pipeline] echo 01:20:04 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 01:20:04 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 01:20:04 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 01:20:05 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.16 [Pipeline] echo 01:20:05 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 01:20:05 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 01:20:05 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 01:20:05 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 01:20:05 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 01:20:05 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-mqtt [Pipeline] echo 01:20:05 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 01:20:05 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 01:20:05 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 01:20:05 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 01:20:05 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 01:20:05 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 01:20:05 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 01:20:05 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 01:20:05 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 01:20:05 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 01:20:05 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 01:20:05 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 01:20:05 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 01:20:05 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 01:20:05 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-319 [Pipeline] echo 01:20:05 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-319 [Pipeline] echo 01:20:05 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-319 [Pipeline] echo 01:20:06 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 1f53343128e220812a7c5f962cbbe748620fc478 [Pipeline] echo 01:20:06 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 1f53343 [Pipeline] echo 01:20:06 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 01:20:06 provisioning config files... 01:20:06 copy managed file [device-mqtt-go-settings] to file:/w/workspace/gexfoundry_device-mqtt-go_PR-319@tmp/config6152062444217982570tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 01:20:06 ---> docker-login.sh 01:20:06 nexus3.edgexfoundry.org:10001 01:20:06 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:20:06 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:20:06 Configure a credential helper to remove this warning. See 01:20:06 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:20:06 01:20:06 Login Succeeded 01:20:06 nexus3.edgexfoundry.org:10002 01:20:06 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:20:06 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:20:06 Configure a credential helper to remove this warning. See 01:20:06 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:20:06 01:20:06 Login Succeeded 01:20:06 nexus3.edgexfoundry.org:10003 01:20:06 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:20:07 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:20:07 Configure a credential helper to remove this warning. See 01:20:07 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:20:07 01:20:07 Login Succeeded 01:20:07 nexus3.edgexfoundry.org:10004 01:20:07 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:20:07 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:20:07 Configure a credential helper to remove this warning. See 01:20:07 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:20:07 01:20:07 Login Succeeded 01:20:07 docker.io 01:20:07 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:20:07 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:20:07 Configure a credential helper to remove this warning. See 01:20:07 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:20:07 01:20:07 Login Succeeded 01:20:07 ---> docker-login.sh ends [Pipeline] } 01:20:07 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh 01:20:08 + git rev-list -1 --merges 1f53343128e220812a7c5f962cbbe748620fc478~1..1f53343128e220812a7c5f962cbbe748620fc478 [Pipeline] echo 01:20:08 -----------> git rev-list -1 --merges 1f53343128e220812a7c5f962cbbe748620fc478~1..1f53343128e220812a7c5f962cbbe748620fc478 1f53343128e220812a7c5f962cbbe748620fc478 [false] [Pipeline] sh 01:20:08 + git log --format=format:%s -1 1f53343128e220812a7c5f962cbbe748620fc478 [Pipeline] echo 01:20:08 ========================================================= 01:20:08 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 01:20:08 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 01:20:09 + git log --format=format:%s -1 1f53343128e220812a7c5f962cbbe748620fc478 [Pipeline] echo 01:20:09 [semverPrep] GIT_COMMIT: 1f53343128e220812a7c5f962cbbe748620fc478, Commit Message: build(deps): bump github.com/edgexfoundry/device-sdk-go/v2 [Pipeline] echo 01:20:09 [semverPrep] This is not a build commit. [Pipeline] isUnix [Pipeline] sh 01:20:09 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 01:20:09 01:20:09 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 01:20:10 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 01:20:10 latest: Pulling from edgex-devops/git-semver 01:20:10 a0d0a0d46f8b: Pulling fs layer 01:20:10 3e5f54012d9b: Pulling fs layer 01:20:10 4c7163046ea9: Pulling fs layer 01:20:10 0c2d73faf560: Pulling fs layer 01:20:10 0c2d73faf560: Waiting 01:20:10 3e5f54012d9b: Verifying Checksum 01:20:10 3e5f54012d9b: Download complete 01:20:10 a0d0a0d46f8b: Verifying Checksum 01:20:10 a0d0a0d46f8b: Download complete 01:20:10 4c7163046ea9: Verifying Checksum 01:20:10 4c7163046ea9: Download complete 01:20:10 0c2d73faf560: Verifying Checksum 01:20:10 0c2d73faf560: Download complete 01:20:10 a0d0a0d46f8b: Pull complete 01:20:10 3e5f54012d9b: Pull complete 01:20:10 4c7163046ea9: Pull complete 01:20:10 0c2d73faf560: Pull complete 01:20:10 Digest: sha256:2751de6e655929dcbe46418c7769d9d992331b5b721eb968631a4166222929f9 01:20:10 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 01:20:10 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 01:20:10 prd-centos7-docker-4c-2g-568 does not seem to be running inside a container 01:20:10 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_device-mqtt-go_PR-319 -v /w/workspace/gexfoundry_device-mqtt-go_PR-319:/w/workspace/gexfoundry_device-mqtt-go_PR-319:rw,z -v /w/workspace/gexfoundry_device-mqtt-go_PR-319@tmp:/w/workspace/gexfoundry_device-mqtt-go_PR-319@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 01:20:11 $ docker top dd6d89eee6c75d274a997d95ea075bbbde3724f09d40784e05634187b8ba59d4 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 01:20:11 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 01:20:11 [ssh-agent] Looking for ssh-agent implementation... 01:20:11 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 01:20:11 $ docker exec dd6d89eee6c75d274a997d95ea075bbbde3724f09d40784e05634187b8ba59d4 ssh-agent 01:20:11 SSH_AUTH_SOCK=/tmp/ssh-XXXXXXpNNmNm/agent.14 01:20:11 SSH_AGENT_PID=21 01:20:11 Running ssh-add (command line suppressed) 01:20:12 Identity added: /w/workspace/gexfoundry_device-mqtt-go_PR-319@tmp/private_key_5438569398990739835.key (/w/workspace/gexfoundry_device-mqtt-go_PR-319@tmp/private_key_5438569398990739835.key) 01:20:12 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 01:20:12 + git tag --points-at HEAD [Pipeline] } 01:20:12 $ docker exec --env ******** --env ******** dd6d89eee6c75d274a997d95ea075bbbde3724f09d40784e05634187b8ba59d4 ssh-agent -k 01:20:12 unset SSH_AUTH_SOCK; 01:20:12 unset SSH_AGENT_PID; 01:20:12 echo Agent pid 21 killed; 01:20:12 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 01:20:12 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 01:20:12 [ssh-agent] Looking for ssh-agent implementation... 01:20:12 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 01:20:12 $ docker exec dd6d89eee6c75d274a997d95ea075bbbde3724f09d40784e05634187b8ba59d4 ssh-agent 01:20:12 SSH_AUTH_SOCK=/tmp/ssh-XXXXXXMEkEKG/agent.54 01:20:12 SSH_AGENT_PID=61 01:20:12 Running ssh-add (command line suppressed) 01:20:12 Identity added: /w/workspace/gexfoundry_device-mqtt-go_PR-319@tmp/private_key_2994082406760776999.key (/w/workspace/gexfoundry_device-mqtt-go_PR-319@tmp/private_key_2994082406760776999.key) 01:20:12 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 01:20:13 + git semver init 01:20:13 # -> Open(): unable to determine branch for HEAD 01:20:13 # $GIT_DIR = /w/workspace/gexfoundry_device-mqtt-go_PR-319/.git 01:20:13 # $GIT_WORK_TREE = /w/workspace/gexfoundry_device-mqtt-go_PR-319 01:20:13 # $SEMVER_REMOTE_NAME = origin 01:20:13 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 01:20:13 # $SEMVER_USER_NAME = edgex-jenkins 01:20:13 # $SEMVER_BRANCH = PR-319 01:20:13 # $SEMVER_TEMP = /tmp/semver-419801138 01:20:13 # git clone --branch semver git@github.com:edgexfoundry/device-mqtt-go.git $SEMVER_TEMP 01:20:13 # '/tmp/semver-419801138' -> '/w/workspace/gexfoundry_device-mqtt-go_PR-319/.semver' 01:20:13 # -> Force: false 01:20:13 # $SEMVER_DIR = /w/workspace/gexfoundry_device-mqtt-go_PR-319/.semver [Pipeline] } 01:20:13 $ docker exec --env ******** --env ******** dd6d89eee6c75d274a997d95ea075bbbde3724f09d40784e05634187b8ba59d4 ssh-agent -k 01:20:13 unset SSH_AUTH_SOCK; 01:20:13 unset SSH_AGENT_PID; 01:20:13 echo Agent pid 61 killed; 01:20:13 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 01:20:14 + git semver [Pipeline] } 01:20:14 $ docker stop --time=1 dd6d89eee6c75d274a997d95ea075bbbde3724f09d40784e05634187b8ba59d4 01:20:15 $ docker rm -f dd6d89eee6c75d274a997d95ea075bbbde3724f09d40784e05634187b8ba59d4 [Pipeline] // withDockerContainer [Pipeline] sh 01:20:16 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 01:20:16 Stashed 1 file(s) [Pipeline] echo 01:20:16 [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 01:20:31 Still waiting to schedule task 01:20:31 Waiting for next available executor on ‘centos7-docker-4c-2g’ 01:20:31 Still waiting to schedule task 01:20:31 Waiting for next available executor on ‘prd-ubuntu18.04-docker-arm64-4c-16g-565’ 01:21:16 Running on prd-centos7-docker-4c-2g-571 in /w/workspace/gexfoundry_device-mqtt-go_PR-319 [Pipeline] { [Pipeline] ws 01:21:16 Running in /w/workspace/device-mqtt-go/1 [Pipeline] { [Pipeline] checkout 01:21:16 Selected Git installation does not exist. Using Default 01:21:16 The recommended git tool is: NONE 01:21:18 using credential edgex-jenkins-ssh 01:21:18 Cloning the remote Git repository 01:21:18 Cloning repository git@github.com:edgexfoundry/device-mqtt-go.git 01:21:18 > git init /w/workspace/device-mqtt-go/1 # timeout=10 01:21:18 Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git 01:21:18 > git --version # timeout=10 01:21:18 > git --version # 'git version 2.24.4' 01:21:18 using GIT_SSH to set credentials SSH Credentials for GitHub 01:21:18 [INFO] Currently running in a labeled security context 01:21:18 [INFO] Currently SELinux is 'enforcing' on the host 01:21:18 > /usr/bin/chcon --type=ssh_home_t /w/workspace/device-mqtt-go/1@tmp/jenkins-gitclient-ssh9055039997746677430.key 01:21:19 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 01:21:20 Merging remotes/origin/main commit f142b7d4d9dc0d163bb8d716c4eb7ddee57de476 into PR head commit 1f53343128e220812a7c5f962cbbe748620fc478 01:21:19 > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 01:21:19 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 01:21:19 > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 01:21:19 Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git 01:21:19 using GIT_SSH to set credentials SSH Credentials for GitHub 01:21:19 [INFO] Currently running in a labeled security context 01:21:19 [INFO] Currently SELinux is 'enforcing' on the host 01:21:19 > /usr/bin/chcon --type=ssh_home_t /w/workspace/device-mqtt-go/1@tmp/jenkins-gitclient-ssh4820173314373135346.key 01:21:19 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/pull/319/head:refs/remotes/origin/PR-319 +refs/heads/main:refs/remotes/origin/main # timeout=10 01:21:20 > git config core.sparsecheckout # timeout=10 01:21:20 > git checkout -f 1f53343128e220812a7c5f962cbbe748620fc478 # timeout=10 01:21:20 > git remote # timeout=10 01:21:20 > git config --get remote.origin.url # timeout=10 01:21:20 using GIT_SSH to set credentials SSH Credentials for GitHub 01:21:20 [INFO] Currently running in a labeled security context 01:21:20 [INFO] Currently SELinux is 'enforcing' on the host 01:21:20 > /usr/bin/chcon --type=ssh_home_t /w/workspace/device-mqtt-go/1@tmp/jenkins-gitclient-ssh5688912648909031908.key 01:21:20 > git merge f142b7d4d9dc0d163bb8d716c4eb7ddee57de476 # timeout=10 01:21:20 Merge succeeded, producing 1f53343128e220812a7c5f962cbbe748620fc478 01:21:20 Checking out Revision 1f53343128e220812a7c5f962cbbe748620fc478 (PR-319) 01:21:20 > git rev-parse HEAD^{commit} # timeout=10 01:21:20 > git config core.sparsecheckout # timeout=10 01:21:20 > git checkout -f 1f53343128e220812a7c5f962cbbe748620fc478 # timeout=10 01:21:23 Commit message: "build(deps): bump github.com/edgexfoundry/device-sdk-go/v2" 01:21:23 > git --version # timeout=10 01:21:23 > git --version # 'git version 2.24.4' 01:21:23 fatal: bad object 686c8e2b17b6b4c6988ddea14cf883eea3c5dfe4 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 01:21:24 provisioning config files... 01:21:24 copy managed file [device-mqtt-go-settings] to file:/w/workspace/device-mqtt-go/1@tmp/config2671562546449055097tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 01:21:24 ---> docker-login.sh 01:21:24 nexus3.edgexfoundry.org:10001 01:21:24 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:21:24 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:21:24 Configure a credential helper to remove this warning. See 01:21:24 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:21:24 01:21:24 Login Succeeded 01:21:24 nexus3.edgexfoundry.org:10002 01:21:25 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:21:25 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:21:25 Configure a credential helper to remove this warning. See 01:21:25 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:21:25 01:21:25 Login Succeeded 01:21:25 nexus3.edgexfoundry.org:10003 01:21:25 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:21:25 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:21:25 Configure a credential helper to remove this warning. See 01:21:25 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:21:25 01:21:25 Login Succeeded 01:21:25 nexus3.edgexfoundry.org:10004 01:21:25 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:21:25 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:21:25 Configure a credential helper to remove this warning. See 01:21:25 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:21:25 01:21:25 Login Succeeded 01:21:25 docker.io 01:21:25 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:21:25 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:21:25 Configure a credential helper to remove this warning. See 01:21:25 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:21:25 01:21:25 Login Succeeded 01:21:25 ---> docker-login.sh ends [Pipeline] } 01:21:25 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 01:21:25 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 01:21:25 ========================================================= 01:21:25 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine] 01:21:25 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] sh 01:21:26 + docker build -t ci-base-image-x86_64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine --build-arg 'MAKE=echo noop' --target=builder . 01:21:26 Sending build context to Docker daemon 721.4kB 01:21:26 Step 1/11 : ARG BASE=golang:1.16-alpine3.14 01:21:26 Step 2/11 : FROM ${BASE} AS builder 01:21:26 1.16-alpine: Pulling from edgex-devops/edgex-golang-base 01:21:26 a0d0a0d46f8b: Pulling fs layer 01:21:26 31adcdaf11c8: Pulling fs layer 01:21:26 b8b176561691: Pulling fs layer 01:21:26 4527c011a84f: Pulling fs layer 01:21:26 5d74067f8e1e: Pulling fs layer 01:21:26 e0aca202a116: Pulling fs layer 01:21:26 3a43be97a3b4: Pulling fs layer 01:21:26 34cad66bf833: Pulling fs layer 01:21:26 b4e3c513aaa6: Pulling fs layer 01:21:26 4527c011a84f: Waiting 01:21:26 5d74067f8e1e: Waiting 01:21:26 e0aca202a116: Waiting 01:21:26 3a43be97a3b4: Waiting 01:21:26 34cad66bf833: Waiting 01:21:26 b4e3c513aaa6: Waiting 01:21:26 b8b176561691: Verifying Checksum 01:21:26 b8b176561691: Download complete 01:21:26 31adcdaf11c8: Verifying Checksum 01:21:26 31adcdaf11c8: Download complete 01:21:26 5d74067f8e1e: Verifying Checksum 01:21:26 5d74067f8e1e: Download complete 01:21:26 e0aca202a116: Verifying Checksum 01:21:26 e0aca202a116: Download complete 01:21:26 a0d0a0d46f8b: Download complete 01:21:26 3a43be97a3b4: Verifying Checksum 01:21:26 3a43be97a3b4: Download complete 01:21:26 34cad66bf833: Verifying Checksum 01:21:26 34cad66bf833: Download complete 01:21:26 a0d0a0d46f8b: Pull complete 01:21:26 31adcdaf11c8: Pull complete 01:21:27 4527c011a84f: Verifying Checksum 01:21:27 4527c011a84f: Download complete 01:21:27 b8b176561691: Pull complete 01:21:27 b4e3c513aaa6: Verifying Checksum 01:21:27 b4e3c513aaa6: Download complete 01:21:31 4527c011a84f: Pull complete 01:21:31 5d74067f8e1e: Pull complete 01:21:31 e0aca202a116: Pull complete 01:21:31 3a43be97a3b4: Pull complete 01:21:31 34cad66bf833: Pull complete 01:21:34 b4e3c513aaa6: Pull complete 01:21:34 Digest: sha256:75229776e65f3af88907aed05f91058a30c94a2fbbc20266ef4560f68deb3433 01:21:34 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine 01:21:34 ---> 9f6097aaca64 01:21:34 Step 3/11 : ARG ALPINE_PKG_BASE="make git openssh-client gcc libc-dev zeromq-dev libsodium-dev" 01:21:39 ---> Running in 547e5a47228c 01:21:39 Removing intermediate container 547e5a47228c 01:21:39 ---> c4497d738f9a 01:21:39 Step 4/11 : ARG ALPINE_PKG_EXTRA="" 01:21:39 ---> Running in d613823492a0 01:21:39 Removing intermediate container d613823492a0 01:21:39 ---> 663fd10e1dab 01:21:39 Step 5/11 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 01:21:39 ---> Running in cd766c069802 01:21:39 Removing intermediate container cd766c069802 01:21:39 ---> bcc0260e65ac 01:21:39 Step 6/11 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 01:21:40 ---> Running in 34b1d031b820 01:21:40 fetch https://nl.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz 01:21:41 fetch https://nl.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz 01:21:41 (1/4) Installing openssh-keygen (8.6_p1-r3) 01:21:41 (2/4) Installing libedit (20210216.3.1-r0) 01:21:41 (3/4) Installing openssh-client-common (8.6_p1-r3) 01:21:41 (4/4) Installing openssh-client-default (8.6_p1-r3) 01:21:41 Executing busybox-1.33.1-r3.trigger 01:21:41 OK: 224 MiB in 56 packages 01:21:42 Removing intermediate container 34b1d031b820 01:21:42 ---> 169eb75ba60e 01:21:42 Step 7/11 : WORKDIR /device-mqtt-go 01:21:42 ---> Running in cdb95b578526 01:21:42 Removing intermediate container cdb95b578526 01:21:42 ---> ddb5a997e524 01:21:42 Step 8/11 : COPY . . 01:21:42 ---> 9ef1833338d3 01:21:42 Step 9/11 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:21:42 ---> Running in 8497978ee628 01:22:14 Removing intermediate container 8497978ee628 01:22:14 ---> 6f79c9ff6cd7 01:22:14 Step 10/11 : ARG MAKE='make build' 01:22:14 ---> Running in a9eeff7a99e4 01:22:14 Removing intermediate container a9eeff7a99e4 01:22:14 ---> f3d502b69cfd 01:22:14 Step 11/11 : RUN $MAKE 01:22:14 ---> Running in df68034afdd0 01:22:14 noop 01:22:14 Removing intermediate container df68034afdd0 01:22:14 ---> 0d1d84a053a8 01:22:14 Successfully built 0d1d84a053a8 01:22:14 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 01:22:15 + docker inspect -f . ci-base-image-x86_64 01:22:15 . [Pipeline] withDockerContainer 01:22:15 prd-centos7-docker-4c-2g-571 does not seem to be running inside a container 01:22:15 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-mqtt-go/1 -v /w/workspace/device-mqtt-go/1:/w/workspace/device-mqtt-go/1:rw,z -v /w/workspace/device-mqtt-go/1@tmp:/w/workspace/device-mqtt-go/1@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 01:22:15 $ docker top b5a2861a5ee58fbf39da9896abc0c5dd10300d9987bab45077af38af434b95f3 -eo pid,comm [Pipeline] { [Pipeline] sh 01:22:16 + go version 01:22:16 go version go1.16.8 linux/amd64 [Pipeline] } 01:22:16 $ docker stop --time=1 b5a2861a5ee58fbf39da9896abc0c5dd10300d9987bab45077af38af434b95f3 01:22:17 $ docker rm -f b5a2861a5ee58fbf39da9896abc0c5dd10300d9987bab45077af38af434b95f3 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 01:22:18 + docker inspect -f . ci-base-image-x86_64 01:22:18 . [Pipeline] withDockerContainer 01:22:18 prd-centos7-docker-4c-2g-571 does not seem to be running inside a container 01:22:18 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-mqtt-go/1 -v /w/workspace/device-mqtt-go/1:/w/workspace/device-mqtt-go/1:rw,z -v /w/workspace/device-mqtt-go/1@tmp:/w/workspace/device-mqtt-go/1@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 01:22:18 $ docker top 90407c70c20edd13bc91cab96507918bf9f4fd639e9f34701520d01b8c30b0c1 -eo pid,comm [Pipeline] { [Pipeline] fileExists [Pipeline] sh 01:22:19 + make test 01:22:19 GCO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out 01:22:19 verifying github.com/edgexfoundry/go-mod-core-contracts/v2@v2.1.0: checksum mismatch 01:22:19 downloaded: h1:uphot3ZKOH0/aoo/Y5gr2NCRgGzy9RksWsXKtJRVEuQ= 01:22:19 go.sum: h1:QIb6pcSYxL9F4TDnZOZk7+USnZ8Nivz1hHxmoAFNPVM= 01:22:19 01:22:19 SECURITY ERROR 01:22:19 This download does NOT match an earlier download recorded in go.sum. 01:22:19 The bits may have been replaced on the origin server, or an attacker may 01:22:19 have intercepted the download attempt. 01:22:19 01:22:19 For more information, see 'go help module-auth'. 01:22:19 make: *** [Makefile:28: test] Error 1 [Pipeline] } 01:22:19 $ docker stop --time=1 90407c70c20edd13bc91cab96507918bf9f4fd639e9f34701520d01b8c30b0c1 01:22:20 $ docker rm -f 90407c70c20edd13bc91cab96507918bf9f4fd639e9f34701520d01b8c30b0c1 [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 Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 01:22:21 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 01:22:21 01:22:21 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] sh 01:22:21 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 01:22:21 latest: Pulling from edgex-lftools-log-publisher 01:22:21 b4d181a07f80: Pulling fs layer 01:22:21 a1111a8f2ec3: Pulling fs layer 01:22:21 ed53099fbce6: Pulling fs layer 01:22:21 dc539afda2c1: Pulling fs layer 01:22:21 77bc0d833cb6: Pulling fs layer 01:22:21 9065ff56babe: Pulling fs layer 01:22:21 d287ab97295c: Pulling fs layer 01:22:21 77bc0d833cb6: Waiting 01:22:21 9065ff56babe: Waiting 01:22:21 d287ab97295c: Waiting 01:22:21 dc539afda2c1: Waiting 01:22:21 a1111a8f2ec3: Verifying Checksum 01:22:21 a1111a8f2ec3: Download complete 01:22:21 dc539afda2c1: Verifying Checksum 01:22:21 dc539afda2c1: Download complete 01:22:21 ed53099fbce6: Verifying Checksum 01:22:21 ed53099fbce6: Download complete 01:22:22 9065ff56babe: Verifying Checksum 01:22:22 9065ff56babe: Download complete 01:22:22 77bc0d833cb6: Verifying Checksum 01:22:22 77bc0d833cb6: Download complete 01:22:22 b4d181a07f80: Verifying Checksum 01:22:22 b4d181a07f80: Download complete 01:22:22 d287ab97295c: Verifying Checksum 01:22:22 d287ab97295c: Download complete 01:22:23 b4d181a07f80: Pull complete 01:22:23 a1111a8f2ec3: Pull complete 01:22:24 ed53099fbce6: Pull complete 01:22:24 dc539afda2c1: Pull complete 01:22:24 77bc0d833cb6: Pull complete 01:22:24 9065ff56babe: Pull complete 01:22:29 d287ab97295c: Pull complete 01:22:29 Digest: sha256:0c69325c24349bfb3ea32a3c3cbcab1fb66df42c981276dd8ebcf6aa441257c4 01:22:29 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 01:22:29 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] withDockerContainer 01:22:30 prd-centos7-docker-4c-2g-571 does not seem to be running inside a container 01:22:30 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/device-mqtt-go/1 -v /w/workspace/device-mqtt-go/1:/w/workspace/device-mqtt-go/1:rw,z -v /w/workspace/device-mqtt-go/1@tmp:/w/workspace/device-mqtt-go/1@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:latest cat 01:22:33 $ docker top 9bccf0a2b06ede8fe78c3912bc96b2a960090635f7ffe9193dfd67b4f9a9edfe -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 01:22:33 ---> job-cost.sh 01:22:33 lf-activate-venv: SKIPPING 01:22:33 INFO: No Stack... 01:22:33 INFO: Retrieving Pricing Info for: v3-standard-2 01:22:34 INFO: Archiving Costs [Pipeline] sh 01:22:34 + cat /w/workspace/device-mqtt-go/1/archives/cost.csv 01:22:34 + cut -d, -f6 [Pipeline] lock 01:22:34 Trying to acquire lock on [jenkins-edgexfoundry-device-mqtt-go-PR-319-1-stack-cost] 01:22:34 Resource [jenkins-edgexfoundry-device-mqtt-go-PR-319-1-stack-cost] did not exist. Created. 01:22:34 Lock acquired on [jenkins-edgexfoundry-device-mqtt-go-PR-319-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 01:22:35 + echo total: 0.05999999865889549 [Pipeline] stash 01:22:35 Stashed 1 file(s) [Pipeline] } 01:22:35 Lock released on resource [jenkins-edgexfoundry-device-mqtt-go-PR-319-1-stack-cost] [Pipeline] // lock [Pipeline] } 01:22:35 $ docker stop --time=1 9bccf0a2b06ede8fe78c3912bc96b2a960090635f7ffe9193dfd67b4f9a9edfe 01:22:36 $ docker rm -f 9bccf0a2b06ede8fe78c3912bc96b2a960090635f7ffe9193dfd67b4f9a9edfe [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 01:22:37 Failed in branch amd64 01:23:20 Running on prd-ubuntu18.04-docker-arm64-4c-16g-574 in /w/workspace/gexfoundry_device-mqtt-go_PR-319 [Pipeline] { [Pipeline] ws 01:23:20 Running in /w/workspace/device-mqtt-go/1 [Pipeline] { [Pipeline] checkout 01:23:21 Selected Git installation does not exist. Using Default 01:23:21 The recommended git tool is: NONE 01:23:27 using credential edgex-jenkins-ssh 01:23:27 Cloning the remote Git repository 01:23:27 Cloning repository git@github.com:edgexfoundry/device-mqtt-go.git 01:23:27 > git init /w/workspace/device-mqtt-go/1 # timeout=10 01:23:27 Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git 01:23:27 > git --version # timeout=10 01:23:27 > git --version # 'git version 2.17.1' 01:23:27 using GIT_SSH to set credentials SSH Credentials for GitHub 01:23:27 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 01:23:29 Merging remotes/origin/main commit f142b7d4d9dc0d163bb8d716c4eb7ddee57de476 into PR head commit 1f53343128e220812a7c5f962cbbe748620fc478 01:23:29 Merge succeeded, producing 1f53343128e220812a7c5f962cbbe748620fc478 01:23:29 Checking out Revision 1f53343128e220812a7c5f962cbbe748620fc478 (PR-319) 01:23:28 > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 01:23:28 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 01:23:28 > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 01:23:28 Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git 01:23:28 using GIT_SSH to set credentials SSH Credentials for GitHub 01:23:28 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/pull/319/head:refs/remotes/origin/PR-319 +refs/heads/main:refs/remotes/origin/main # timeout=10 01:23:29 > git config core.sparsecheckout # timeout=10 01:23:29 > git checkout -f 1f53343128e220812a7c5f962cbbe748620fc478 # timeout=10 01:23:29 > git remote # timeout=10 01:23:29 > git config --get remote.origin.url # timeout=10 01:23:29 using GIT_SSH to set credentials SSH Credentials for GitHub 01:23:29 > git merge f142b7d4d9dc0d163bb8d716c4eb7ddee57de476 # timeout=10 01:23:29 > git rev-parse HEAD^{commit} # timeout=10 01:23:29 > git config core.sparsecheckout # timeout=10 01:23:29 > git checkout -f 1f53343128e220812a7c5f962cbbe748620fc478 # timeout=10 01:23:34 Commit message: "build(deps): bump github.com/edgexfoundry/device-sdk-go/v2" 01:23:34 > git --version # timeout=10 01:23:34 > git --version # 'git version 2.17.1' 01:23:34 fatal: bad object 686c8e2b17b6b4c6988ddea14cf883eea3c5dfe4 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 01:23:35 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 01:23:35 % Total % Received % Xferd Average Speed Time Time Time Current 01:23:35 Dload Upload Total Spent Left Speed 01:23:35 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 11824 100 11824 0 0 167k 0 --:--:-- --:--:-- --:--:-- 169k [Pipeline] sh 01:23:35 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 01:23:36 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 01:23:36 + sudo tee /etc/docker/daemon.new 01:23:36 { 01:23:36 "registry-mirrors": [ 01:23:36 "https://nexus3.edgexfoundry.org:10001" 01:23:36 ], 01:23:36 "bip": "10.250.0.254/24", 01:23:36 "hosts": [ 01:23:36 "tcp://0.0.0.0:5555", 01:23:36 "unix:///var/run/docker.sock" 01:23:36 ], 01:23:36 "mtu": 1458, 01:23:36 "selinux-enabled": true, 01:23:36 "seccomp-profile": "/etc/docker/seccomp.json" 01:23:36 } [Pipeline] sh 01:23:36 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 01:23:36 + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 01:23:55 provisioning config files... 01:23:55 copy managed file [device-mqtt-go-settings] to file:/w/workspace/device-mqtt-go/1@tmp/config4505027594263117593tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 01:23:55 ---> docker-login.sh 01:23:55 nexus3.edgexfoundry.org:10001 01:23:56 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:23:56 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:23:56 Configure a credential helper to remove this warning. See 01:23:56 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:23:56 01:23:56 Login Succeeded 01:23:56 nexus3.edgexfoundry.org:10002 01:23:57 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:23:57 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:23:57 Configure a credential helper to remove this warning. See 01:23:57 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:23:57 01:23:57 Login Succeeded 01:23:57 nexus3.edgexfoundry.org:10003 01:23:57 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:23:57 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:23:57 Configure a credential helper to remove this warning. See 01:23:57 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:23:57 01:23:57 Login Succeeded 01:23:57 nexus3.edgexfoundry.org:10004 01:23:58 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:23:58 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:23:58 Configure a credential helper to remove this warning. See 01:23:58 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:23:58 01:23:58 Login Succeeded 01:23:58 docker.io 01:23:59 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:23:59 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:23:59 Configure a credential helper to remove this warning. See 01:23:59 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:23:59 01:23:59 Login Succeeded 01:23:59 ---> docker-login.sh ends [Pipeline] } 01:23:59 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 01:24:00 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 01:24:00 ========================================================= 01:24:00 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine] 01:24:00 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] sh 01:24:00 + docker build -t ci-base-image-arm64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine --build-arg MAKE=echo noop --target=builder . 01:24:01 Sending build context to Docker daemon 720.4kB 01:24:01 Step 1/11 : ARG BASE=golang:1.16-alpine3.14 01:24:01 Step 2/11 : FROM ${BASE} AS builder 01:24:01 1.16-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 01:24:01 552d1f2373af: Pulling fs layer 01:24:01 ea3f2d53f512: Pulling fs layer 01:24:01 9e70ebbbe112: Pulling fs layer 01:24:01 7a9cfe048b4a: Pulling fs layer 01:24:01 72dc09318566: Pulling fs layer 01:24:01 f4f7b4309257: Pulling fs layer 01:24:01 0ac9a79272e3: Pulling fs layer 01:24:01 b78e95d17946: Pulling fs layer 01:24:01 7a9cfe048b4a: Waiting 01:24:01 f4f7b4309257: Waiting 01:24:01 0ac9a79272e3: Waiting 01:24:01 72dc09318566: Waiting 01:24:01 b78e95d17946: Waiting 01:24:01 9e70ebbbe112: Verifying Checksum 01:24:01 9e70ebbbe112: Download complete 01:24:01 ea3f2d53f512: Verifying Checksum 01:24:01 ea3f2d53f512: Download complete 01:24:01 72dc09318566: Download complete 01:24:01 f4f7b4309257: Verifying Checksum 01:24:01 f4f7b4309257: Download complete 01:24:01 552d1f2373af: Verifying Checksum 01:24:01 552d1f2373af: Download complete 01:24:01 0ac9a79272e3: Verifying Checksum 01:24:01 0ac9a79272e3: Download complete 01:24:02 552d1f2373af: Pull complete 01:24:03 ea3f2d53f512: Pull complete 01:24:03 9e70ebbbe112: Pull complete 01:24:03 b78e95d17946: Verifying Checksum 01:24:03 b78e95d17946: Download complete 01:24:04 7a9cfe048b4a: Verifying Checksum 01:24:04 7a9cfe048b4a: Download complete 01:24:14 7a9cfe048b4a: Pull complete 01:24:14 72dc09318566: Pull complete 01:24:15 f4f7b4309257: Pull complete 01:24:15 0ac9a79272e3: Pull complete 01:24:22 b78e95d17946: Pull complete 01:24:22 Digest: sha256:8f77ec77db7124c2038421266515449a73d34d95fd7f90866b77fbf8f5a401c7 01:24:22 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine 01:24:22 ---> 8b459fc5aaf0 01:24:22 Step 3/11 : ARG ALPINE_PKG_BASE="make git openssh-client gcc libc-dev zeromq-dev libsodium-dev" 01:24:22 ---> Running in b3cf31a12afa 01:24:23 Removing intermediate container b3cf31a12afa 01:24:23 ---> a9faa0afd299 01:24:23 Step 4/11 : ARG ALPINE_PKG_EXTRA="" 01:24:23 ---> Running in 7030edcfe550 01:24:23 Removing intermediate container 7030edcfe550 01:24:23 ---> 0a29a383244b 01:24:23 Step 5/11 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 01:24:23 ---> Running in 54179b7c292a 01:24:26 Removing intermediate container 54179b7c292a 01:24:26 ---> 2f1b20c5cad7 01:24:26 Step 6/11 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 01:24:26 ---> Running in d77c023ef033 01:24:27 fetch https://nl.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz 01:24:28 fetch https://nl.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz 01:24:29 (1/4) Installing openssh-keygen (8.6_p1-r3) 01:24:29 (2/4) Installing libedit (20210216.3.1-r0) 01:24:29 (3/4) Installing openssh-client-common (8.6_p1-r3) 01:24:29 (4/4) Installing openssh-client-default (8.6_p1-r3) 01:24:29 Executing busybox-1.33.1-r3.trigger 01:24:29 OK: 223 MiB in 56 packages 01:24:31 Removing intermediate container d77c023ef033 01:24:31 ---> d68dca312b78 01:24:31 Step 7/11 : WORKDIR /device-mqtt-go 01:24:31 ---> Running in bbaf1be82782 01:24:31 Removing intermediate container bbaf1be82782 01:24:31 ---> 89634cc1987f 01:24:31 Step 8/11 : COPY . . 01:24:32 ---> 061f17a75d4b 01:24:32 Step 9/11 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:24:32 ---> Running in dfa174700de4 01:25:54 Removing intermediate container dfa174700de4 01:25:54 ---> 9df707a1e913 01:25:54 Step 10/11 : ARG MAKE='make build' 01:25:54 ---> Running in 00e8b10ec1c8 01:25:54 Removing intermediate container 00e8b10ec1c8 01:25:54 ---> 45ca686aebb1 01:25:54 Step 11/11 : RUN $MAKE 01:25:54 ---> Running in 79183c35e382 01:25:54 noop 01:25:54 Removing intermediate container 79183c35e382 01:25:54 ---> 658066ef4769 01:25:54 Successfully built 658066ef4769 01:25:54 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 01:25:54 + docker inspect -f . ci-base-image-arm64 01:25:54 . [Pipeline] withDockerContainer 01:25:55 prd-ubuntu18.04-docker-arm64-4c-16g-574 does not seem to be running inside a container 01:25:55 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-mqtt-go/1 -v /w/workspace/device-mqtt-go/1:/w/workspace/device-mqtt-go/1:rw,z -v /w/workspace/device-mqtt-go/1@tmp:/w/workspace/device-mqtt-go/1@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 01:25:56 $ docker top f3777d9acc1ef79cbb4a9aecef4b0be1b6760910dc247db33f41f6e601cfce68 -eo pid,comm [Pipeline] { [Pipeline] sh 01:25:57 + go version 01:25:57 go version go1.16.8 linux/arm64 [Pipeline] } 01:25:57 $ docker stop --time=1 f3777d9acc1ef79cbb4a9aecef4b0be1b6760910dc247db33f41f6e601cfce68 01:25:59 $ docker rm -f f3777d9acc1ef79cbb4a9aecef4b0be1b6760910dc247db33f41f6e601cfce68 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 01:26:00 + docker inspect -f . ci-base-image-arm64 01:26:00 . [Pipeline] withDockerContainer 01:26:00 prd-ubuntu18.04-docker-arm64-4c-16g-574 does not seem to be running inside a container 01:26:00 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-mqtt-go/1 -v /w/workspace/device-mqtt-go/1:/w/workspace/device-mqtt-go/1:rw,z -v /w/workspace/device-mqtt-go/1@tmp:/w/workspace/device-mqtt-go/1@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 01:26:02 $ docker top 9e8c666f62faa8c7d957920f81020f61509d7a3bce5bd536745910376f2f369b -eo pid,comm [Pipeline] { [Pipeline] fileExists [Pipeline] sh 01:26:03 + make test 01:26:03 GCO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out 01:26:03 verifying github.com/edgexfoundry/go-mod-core-contracts/v2@v2.1.0: checksum mismatch 01:26:03 downloaded: h1:uphot3ZKOH0/aoo/Y5gr2NCRgGzy9RksWsXKtJRVEuQ= 01:26:03 go.sum: h1:QIb6pcSYxL9F4TDnZOZk7+USnZ8Nivz1hHxmoAFNPVM= 01:26:03 01:26:03 SECURITY ERROR 01:26:03 This download does NOT match an earlier download recorded in go.sum. 01:26:03 The bits may have been replaced on the origin server, or an attacker may 01:26:03 have intercepted the download attempt. 01:26:03 01:26:03 For more information, see 'go help module-auth'. 01:26:03 make: *** [Makefile:28: test] Error 1 [Pipeline] } 01:26:03 $ docker stop --time=1 9e8c666f62faa8c7d957920f81020f61509d7a3bce5bd536745910376f2f369b 01:26:05 $ docker rm -f 9e8c666f62faa8c7d957920f81020f61509d7a3bce5bd536745910376f2f369b [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 Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 01:26:06 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 01:26:06 01:26:06 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] sh 01:26:07 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 01:26:07 arm64: Pulling from edgex-lftools-log-publisher 01:26:07 448f6bf000e3: Pulling fs layer 01:26:07 f757da607395: Pulling fs layer 01:26:07 05883995daec: Pulling fs layer 01:26:07 8603b9c90790: Pulling fs layer 01:26:07 1560dd03e051: Pulling fs layer 01:26:07 27f5ce0e4adf: Pulling fs layer 01:26:07 c2d8d7efcc4b: Pulling fs layer 01:26:07 1560dd03e051: Waiting 01:26:07 27f5ce0e4adf: Waiting 01:26:07 8603b9c90790: Waiting 01:26:07 c2d8d7efcc4b: Waiting 01:26:07 f757da607395: Verifying Checksum 01:26:07 f757da607395: Download complete 01:26:07 8603b9c90790: Verifying Checksum 01:26:07 8603b9c90790: Download complete 01:26:07 1560dd03e051: Verifying Checksum 01:26:07 1560dd03e051: Download complete 01:26:07 05883995daec: Verifying Checksum 01:26:07 27f5ce0e4adf: Verifying Checksum 01:26:07 27f5ce0e4adf: Download complete 01:26:08 448f6bf000e3: Verifying Checksum 01:26:08 448f6bf000e3: Download complete 01:26:10 c2d8d7efcc4b: Verifying Checksum 01:26:10 c2d8d7efcc4b: Download complete 01:26:11 448f6bf000e3: Pull complete 01:26:12 f757da607395: Pull complete 01:26:13 05883995daec: Pull complete 01:26:14 8603b9c90790: Pull complete 01:26:15 1560dd03e051: Pull complete 01:26:15 27f5ce0e4adf: Pull complete 01:26:30 c2d8d7efcc4b: Pull complete 01:26:30 Digest: sha256:42f6a1c33103aa4ecfebf648e29883a20fd84132c0f0d4f855d8bcfd8dd9c454 01:26:30 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 01:26:30 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] withDockerContainer 01:26:30 prd-ubuntu18.04-docker-arm64-4c-16g-574 does not seem to be running inside a container 01:26:30 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/device-mqtt-go/1 -v /w/workspace/device-mqtt-go/1:/w/workspace/device-mqtt-go/1:rw,z -v /w/workspace/device-mqtt-go/1@tmp:/w/workspace/device-mqtt-go/1@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat 01:26:33 $ docker top c67c54f65e3f6967ae01e2cac4926378466d33204aa3b1e4898e59d458d541b2 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 01:26:34 ---> job-cost.sh 01:26:34 lf-activate-venv: SKIPPING 01:26:34 INFO: No Stack... 01:26:35 INFO: Retrieving Pricing Info for: v3-standard-4 01:26:36 INFO: Archiving Costs [Pipeline] sh 01:26:37 + + cat /w/workspace/device-mqtt-go/1/archives/cost.csvcut 01:26:37 -d, -f6 [Pipeline] lock 01:26:37 Trying to acquire lock on [jenkins-edgexfoundry-device-mqtt-go-PR-319-1-stack-cost] 01:26:37 Resource [jenkins-edgexfoundry-device-mqtt-go-PR-319-1-stack-cost] did not exist. Created. 01:26:37 Lock acquired on [jenkins-edgexfoundry-device-mqtt-go-PR-319-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 01:26:37 /w/workspace/device-mqtt-go/1@tmp/durable-28020237/script.sh: 1: /w/workspace/device-mqtt-go/1@tmp/durable-28020237/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh 01:26:38 + echo total: 0.10999999940395355 [Pipeline] stash 01:26:38 Warning: overwriting stash ‘stack-cost’ 01:26:39 Stashed 1 file(s) [Pipeline] } 01:26:39 Lock released on resource [jenkins-edgexfoundry-device-mqtt-go-PR-319-1-stack-cost] [Pipeline] // lock [Pipeline] } 01:26:39 $ docker stop --time=1 c67c54f65e3f6967ae01e2cac4926378466d33204aa3b1e4898e59d458d541b2 01:26:40 $ docker rm -f c67c54f65e3f6967ae01e2cac4926378466d33204aa3b1e4898e59d458d541b2 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 01:26:41 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] { (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] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh 01:26:43 + '[' -d /w/workspace/gexfoundry_device-mqtt-go_PR-319/archives ']' [Pipeline] libraryResource [Pipeline] sh 01:26:44 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 01:26:44 ---> package-listing.sh 01:26:44 ++ facter osfamily 01:26:44 ++ tr '[:upper:]' '[:lower:]' 01:26:45 + OS_FAMILY=redhat 01:26:45 + workspace=/w/workspace/gexfoundry_device-mqtt-go_PR-319 01:26:45 + START_PACKAGES=/tmp/packages_start.txt 01:26:45 + END_PACKAGES=/tmp/packages_end.txt 01:26:45 + DIFF_PACKAGES=/tmp/packages_diff.txt 01:26:45 + PACKAGES=/tmp/packages_start.txt 01:26:45 + '[' /w/workspace/gexfoundry_device-mqtt-go_PR-319 ']' 01:26:45 + PACKAGES=/tmp/packages_end.txt 01:26:45 + case "${OS_FAMILY}" in 01:26:45 + rpm -qa 01:26:45 + sort 01:26:45 + '[' -f /tmp/packages_start.txt ']' 01:26:45 + '[' -f /tmp/packages_end.txt ']' 01:26:45 + diff /tmp/packages_start.txt /tmp/packages_end.txt 01:26:45 + '[' /w/workspace/gexfoundry_device-mqtt-go_PR-319 ']' 01:26:45 + mkdir -p /w/workspace/gexfoundry_device-mqtt-go_PR-319/archives/ 01:26:45 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/gexfoundry_device-mqtt-go_PR-319/archives/ [Pipeline] echo 01:26:45 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-319/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 01:26:45 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 01:26:46 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 01:26:46 01:26:46 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] sh 01:26:46 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 01:26:46 latest: Pulling from edgex-lftools-log-publisher 01:26:46 b4d181a07f80: Pulling fs layer 01:26:46 a1111a8f2ec3: Pulling fs layer 01:26:46 ed53099fbce6: Pulling fs layer 01:26:46 dc539afda2c1: Pulling fs layer 01:26:46 77bc0d833cb6: Pulling fs layer 01:26:46 9065ff56babe: Pulling fs layer 01:26:46 d287ab97295c: Pulling fs layer 01:26:46 77bc0d833cb6: Waiting 01:26:46 9065ff56babe: Waiting 01:26:46 d287ab97295c: Waiting 01:26:46 dc539afda2c1: Waiting 01:26:46 a1111a8f2ec3: Verifying Checksum 01:26:46 a1111a8f2ec3: Download complete 01:26:46 dc539afda2c1: Verifying Checksum 01:26:46 dc539afda2c1: Download complete 01:26:47 ed53099fbce6: Verifying Checksum 01:26:47 ed53099fbce6: Download complete 01:26:47 77bc0d833cb6: Verifying Checksum 01:26:47 77bc0d833cb6: Download complete 01:26:47 9065ff56babe: Verifying Checksum 01:26:47 9065ff56babe: Download complete 01:26:47 b4d181a07f80: Verifying Checksum 01:26:47 b4d181a07f80: Download complete 01:26:47 d287ab97295c: Verifying Checksum 01:26:47 d287ab97295c: Download complete 01:26:48 b4d181a07f80: Pull complete 01:26:48 a1111a8f2ec3: Pull complete 01:26:49 ed53099fbce6: Pull complete 01:26:49 dc539afda2c1: Pull complete 01:26:49 77bc0d833cb6: Pull complete 01:26:49 9065ff56babe: Pull complete 01:26:54 d287ab97295c: Pull complete 01:26:54 Digest: sha256:0c69325c24349bfb3ea32a3c3cbcab1fb66df42c981276dd8ebcf6aa441257c4 01:26:54 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 01:26:54 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] withDockerContainer 01:26:54 prd-centos7-docker-4c-2g-568 does not seem to be running inside a container 01:26:54 $ 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-319/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-319 -v /w/workspace/gexfoundry_device-mqtt-go_PR-319:/w/workspace/gexfoundry_device-mqtt-go_PR-319:rw,z -v /w/workspace/gexfoundry_device-mqtt-go_PR-319@tmp:/w/workspace/gexfoundry_device-mqtt-go_PR-319@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 01:26:57 $ docker top 0b551881549daf1d8268c9c58197250d15346e00ae8a94881ab96672772c2a89 -eo pid,comm [Pipeline] { [Pipeline] sh 01:26:58 + touch /tmp/pre-build-complete [Pipeline] sh 01:26:58 + mkdir -p /var/log/sysstat [Pipeline] sh 01:26:58 + ls /var/log/sa-host 01:26:58 + sadf -c /var/log/sa-host/sa15 01:26:58 file_magic: OK 01:26:58 HZ: Using current value: 100 01:26:58 file_header: OK 01:26:58 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 01:26:58 Statistics: 01:26:58 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 01:26:58 File successfully converted to sysstat format version 12.0.3 01:26:58 + sadf -c /var/log/sa-host/sa30 01:26:58 file_magic: OK 01:26:58 HZ: Using current value: 100 01:26:58 file_header: OK 01:26:58 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 01:26:58 Statistics: 01:26:58 Hnuu...uuuununununu...Hnuu...uuuununununu... 01:26:58 File successfully converted to sysstat format version 12.0.3 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 01:26:58 provisioning config files... 01:26:58 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/gexfoundry_device-mqtt-go_PR-319@tmp/config1891172590594012981tmp [Pipeline] { [Pipeline] echo 01:26:59 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 01:26:59 ---> create-netrc.sh [Pipeline] } 01:26:59 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 01:26:59 ---> python-tools-install.sh [Pipeline] echo 01:26:59 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 01:27:00 ---> sudo-logs.sh 01:27:00 Archiving 'sudo' log.. 01:27:00 sudo: unable to resolve host prd-centos7-docker-4c-2g-568.novalocal: Name or service not known 01:27:00 sudo: unable to resolve host prd-centos7-docker-4c-2g-568.novalocal: Name or service not known [Pipeline] unstash [Pipeline] echo 01:27:00 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 01:27:01 ---> job-cost.sh 01:27:01 lf-activate-venv: SKIPPING 01:27:01 DEBUG: total: 0.10999999940395355 01:27:01 INFO: Retrieving Stack Cost... 01:27:01 INFO: Retrieving Pricing Info for: v3-standard-2 01:27:01 INFO: Archiving Costs [Pipeline] echo 01:27:01 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 01:27:01 ---> logs-deploy.sh 01:27:01 lf-activate-venv: SKIPPING 01:27:01 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-mqtt-go/PR-319/1 01:27:01 INFO: archiving workspace using pattern(s): 01:27:02 Archives upload complete. 01:27:02 INFO: archiving logs to Nexus 01:27:03 ---> uname -a: 01:27:03 Linux prd-centos7-docker-4c-2g-568.novalocal 3.10.0-1160.42.2.el7.x86_64 #1 SMP Tue Sep 7 14:49:57 UTC 2021 x86_64 GNU/Linux 01:27:03 01:27:03 01:27:03 ---> lscpu: 01:27:03 Architecture: x86_64 01:27:03 CPU op-mode(s): 32-bit, 64-bit 01:27:03 Byte Order: Little Endian 01:27:03 Address sizes: 40 bits physical, 48 bits virtual 01:27:03 CPU(s): 2 01:27:03 On-line CPU(s) list: 0,1 01:27:03 Thread(s) per core: 1 01:27:03 Core(s) per socket: 1 01:27:03 Socket(s): 2 01:27:03 NUMA node(s): 1 01:27:03 Vendor ID: AuthenticAMD 01:27:03 CPU family: 23 01:27:03 Model: 49 01:27:03 Model name: AMD EPYC-Rome Processor 01:27:03 Stepping: 0 01:27:03 CPU MHz: 2799.996 01:27:03 BogoMIPS: 5599.99 01:27:03 Virtualization: AMD-V 01:27:03 Hypervisor vendor: KVM 01:27:03 Virtualization type: full 01:27:03 L1d cache: 32K 01:27:03 L1i cache: 32K 01:27:03 L2 cache: 512K 01:27:03 L3 cache: 16384K 01:27:03 NUMA node0 CPU(s): 0,1 01:27:03 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm art rep_good nopl extd_apicid eagerfpu pni pclmulqdq ssse3 fma cx16 sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand hypervisor lahf_lm cmp_legacy svm cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw topoext perfctr_core retpoline_amd ssbd ibrs ibpb stibp vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 clzero xsaveerptr arat npt nrip_save umip spec_ctrl intel_stibp arch_capabilities 01:27:03 01:27:03 01:27:03 ---> nproc: 01:27:03 2 01:27:03 01:27:03 01:27:03 ---> df -h: 01:27:03 Filesystem Size Used Avail Use% Mounted on 01:27:03 overlay 40G 7.7G 33G 20% / 01:27:03 tmpfs 64M 0 64M 0% /dev 01:27:03 tmpfs 3.9G 0 3.9G 0% /sys/fs/cgroup 01:27:03 shm 64M 0 64M 0% /dev/shm 01:27:03 /dev/vda1 40G 7.7G 33G 20% /facter-os 01:27:03 01:27:03 01:27:03 ---> sar -b -r -n DEV: 01:27:03 Linux 3.10.0-1160.42.2.el7.x86_64 (centos-7-docker-61562791-2d39-7756-a072-67b3eceb74d7.vexxhost.lo) 11/15/21 _x86_64_ (2 CPU) 01:27:03 01:27:03 01:19:29 LINUX RESTART (2 CPU) 01:27:03 01:27:03 01:20:02 tps rtps wtps bread/s bwrtn/s 01:27:03 01:21:01 16.26 3.35 12.90 2387.67 2455.55 01:27:03 01:22:01 0.48 0.00 0.48 0.00 8.94 01:27:03 01:23:01 0.13 0.00 0.13 0.00 1.87 01:27:03 01:24:01 0.15 0.00 0.15 0.00 2.05 01:27:03 01:25:01 0.37 0.00 0.37 0.00 4.88 01:27:03 01:26:01 0.22 0.00 0.22 0.00 3.12 01:27:03 Average: 2.90 0.55 2.35 392.48 407.13 01:27:03 01:27:03 01:20:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 01:27:03 01:21:01 5694632 0 615796 7.69 2620 1695892 1264644 13.96 558644 1521540 20 01:27:03 01:22:01 5700792 0 609628 7.61 2620 1695900 1202328 13.27 553972 1521504 20 01:27:03 01:23:01 5701240 0 609180 7.61 2620 1695900 1196960 13.22 553232 1522008 12 01:27:03 01:24:01 5699292 0 611120 7.63 2620 1695908 1196996 13.22 554884 1522008 8 01:27:03 01:25:01 5708048 0 602360 7.52 2620 1695912 1164160 12.85 546184 1522872 20 01:27:03 01:26:01 5707816 0 602588 7.52 2620 1695916 1164064 12.85 546584 1522876 20 01:27:03 Average: 5701970 0 608445 7.60 2620 1695905 1198192 13.23 552250 1522135 17 01:27:03 01:27:03 01:20:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 01:27:03 01:21:01 eth0 75.65 51.33 350.63 17.24 0.00 0.00 0.00 0.00 01:27:03 01:21:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:27:03 01:21:01 docker0 2.24 1.76 0.56 7.19 0.00 0.00 0.00 0.00 01:27:03 01:22:01 eth0 2.05 0.57 0.64 0.43 0.00 0.00 0.00 0.00 01:27:03 01:22:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:27:03 01:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:27:03 01:23:01 eth0 1.55 0.27 0.37 0.17 0.00 0.00 0.00 0.00 01:27:03 01:23:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:27:03 01:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:27:03 01:24:01 eth0 0.93 0.50 0.53 0.39 0.00 0.00 0.00 0.00 01:27:03 01:24:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:27:03 01:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:27:03 01:25:01 eth0 0.27 0.20 0.09 0.07 0.00 0.00 0.00 0.00 01:27:03 01:25:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:27:03 01:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:27:03 01:26:01 eth0 0.15 0.10 0.01 0.03 0.00 0.00 0.00 0.00 01:27:03 01:26:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:27:03 01:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:27:03 Average: eth0 13.26 8.71 57.91 3.02 0.00 0.00 0.00 0.00 01:27:03 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:27:03 Average: docker0 0.37 0.29 0.09 1.18 0.00 0.00 0.00 0.00 01:27:03 01:27:03 01:27:03 ---> sar -P ALL: 01:27:03 Linux 3.10.0-1160.42.2.el7.x86_64 (centos-7-docker-61562791-2d39-7756-a072-67b3eceb74d7.vexxhost.lo) 11/15/21 _x86_64_ (2 CPU) 01:27:03 01:27:03 01:19:29 LINUX RESTART (2 CPU) 01:27:03 01:27:03 01:20:02 CPU %user %nice %system %iowait %steal %idle 01:27:03 01:21:01 all 3.52 0.00 1.59 0.47 0.04 94.37 01:27:03 01:21:01 0 3.70 0.00 1.82 0.57 0.05 93.86 01:27:03 01:21:01 1 3.34 0.00 1.37 0.38 0.03 94.89 01:27:03 01:22:01 all 0.24 0.00 0.08 0.00 0.02 99.66 01:27:03 01:22:01 0 0.15 0.00 0.10 0.00 0.02 99.73 01:27:03 01:22:01 1 0.33 0.00 0.07 0.00 0.02 99.58 01:27:03 01:23:01 all 0.25 0.00 0.06 0.00 0.03 99.67 01:27:03 01:23:01 0 0.08 0.00 0.07 0.00 0.03 99.82 01:27:03 01:23:01 1 0.42 0.00 0.05 0.00 0.02 99.52 01:27:03 01:24:01 all 0.20 0.00 0.05 0.00 0.01 99.74 01:27:03 01:24:01 0 0.10 0.00 0.07 0.00 0.02 99.82 01:27:03 01:24:01 1 0.30 0.00 0.03 0.00 0.00 99.67 01:27:03 01:25:01 all 0.18 0.00 0.06 0.00 0.03 99.73 01:27:03 01:25:01 0 0.10 0.00 0.07 0.00 0.03 99.80 01:27:03 01:25:01 1 0.25 0.00 0.05 0.00 0.03 99.67 01:27:03 01:26:01 all 0.18 0.00 0.03 0.00 0.00 99.78 01:27:03 01:26:01 0 0.07 0.00 0.05 0.00 0.00 99.88 01:27:03 01:26:01 1 0.30 0.00 0.02 0.00 0.00 99.68 01:27:03 Average: all 0.75 0.00 0.31 0.08 0.02 98.84 01:27:03 Average: 0 0.69 0.00 0.35 0.09 0.03 98.84 01:27:03 Average: 1 0.81 0.00 0.26 0.06 0.02 98.85 01:27:03 01:27:03 01:27:03