Pull request #274 opened Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 6273e8238005773a3644baede67130392efe388a+5d8aa52d1e25508a3667e2ee886235de5ef8f7b0 (962abf974f182b427ae556135bdd1030bc82ee7b) 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 > git /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh6709974933228431900.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 6a41506d72e8e131afc862d141935157bee59f41 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 > git /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f@tmp/jenkins-gitclient-ssh3333388639236410207.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 6a41506d72e8e131afc862d141935157bee59f41 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-274/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 > git /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/device-mqtt-go/branches/PR-274/workspace@libs/edgex-global-pipelines@tmp/jenkins-gitclient-ssh4780951013518312308.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 > git /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/device-mqtt-go/branches/PR-274/workspace@libs/edgex-global-pipelines@tmp/jenkins-gitclient-ssh3004102403824626930.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 6a41506d72e8e131afc862d141935157bee59f41 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 6a41506d72e8e131afc862d141935157bee59f41 # timeout=10 Commit message: "Merge pull request #340 from ernestojeda/enable-snap-stage" > 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 > git /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh2396663208968373235.key > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision d1a99147b03c6cd90561f8e70b7af78166bcd4cd 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-274/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 > git /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/device-mqtt-go/branches/PR-274/workspace@libs/lf-pipelines@tmp/jenkins-gitclient-ssh8955769026174468782.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 d1a99147b03c6cd90561f8e70b7af78166bcd4cd (master) > git config core.sparsecheckout # timeout=10 > git checkout -f d1a99147b03c6cd90561f8e70b7af78166bcd4cd # timeout=10 Commit message: "Feat: Add initial Java pipeline functionality" > 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 6a41506d72e8e131afc862d141935157bee59f41 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 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . 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 ‘prd-centos7-docker-4c-2g-443’ is offline Running on prd-centos7-docker-4c-2g-447 in /w/workspace/gexfoundry_device-mqtt-go_PR-274 [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-274 # 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 > git /usr/bin/chcon --type=ssh_home_t /w/workspace/gexfoundry_device-mqtt-go_PR-274@tmp/jenkins-gitclient-ssh6265347713508011235.key > 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 [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > git /usr/bin/chcon --type=ssh_home_t /w/workspace/gexfoundry_device-mqtt-go_PR-274@tmp/jenkins-gitclient-ssh3471216083779134484.key > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/pull/274/head:refs/remotes/origin/PR-274 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 5d8aa52d1e25508a3667e2ee886235de5ef8f7b0 into PR head commit 6273e8238005773a3644baede67130392efe388a Merge succeeded, producing 6273e8238005773a3644baede67130392efe388a Checking out Revision 6273e8238005773a3644baede67130392efe388a (PR-274) > git config core.sparsecheckout # timeout=10 > git checkout -f 6273e8238005773a3644baede67130392efe388a # 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 > git /usr/bin/chcon --type=ssh_home_t /w/workspace/gexfoundry_device-mqtt-go_PR-274@tmp/jenkins-gitclient-ssh4095045864951907769.key > git merge 5d8aa52d1e25508a3667e2ee886235de5ef8f7b0 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 6273e8238005773a3644baede67130392efe388a # timeout=10 Commit message: "build(deps): bump github.com/edgexfoundry/go-mod-core-contracts/v2" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.24.4' fatal: bad object 6a41506d72e8e131afc862d141935157bee59f41 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 03:42:10 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 03:42:10 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 03:42:10 ========================================================= 03:42:10 EdgeX Global Pipelines Version Info 03:42:10 ========================================================= [Pipeline] libraryResource [Pipeline] sh 03:42:12 ------------------- 03:42:12 stable info: 03:42:12 ------------------- 03:42:12 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 03:42:12 Commit SHA: 6a41506d72e8e131afc862d141935157bee59f41 03:42:12 Message: update stable to v1.0.195 03:42:12 ------------------- 03:42:12 experimental info: 03:42:12 ------------------- 03:42:12 Commited By: **** collab-it+edgex@linuxfoundation.org 03:42:12 Commit SHA: 6a41506d72e8e131afc862d141935157bee59f41 03:42:12 Message: update experimental to v1.0.195 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 03:42:13 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-mqtt-go-settings [Pipeline] echo 03:42:13 [edgeXSetupEnvironment]: set envvar PROJECT = device-mqtt-go [Pipeline] echo 03:42:13 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 03:42:13 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 03:42:13 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 03:42:13 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.16 [Pipeline] echo 03:42:13 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 03:42:13 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [Pipeline] echo 03:42:13 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 03:42:13 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 03:42:13 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 03:42:13 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-mqtt [Pipeline] echo 03:42:13 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 03:42:13 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 03:42:13 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 03:42:13 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 03:42:14 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 03:42:14 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 03:42:14 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 03:42:14 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 03:42:14 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 03:42:14 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 03:42:14 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 03:42:14 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 03:42:14 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 03:42:14 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 03:42:14 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-274 [Pipeline] echo 03:42:14 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-274 [Pipeline] echo 03:42:14 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-274 [Pipeline] echo 03:42:14 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 6273e8238005773a3644baede67130392efe388a [Pipeline] echo 03:42:14 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 6273e82 [Pipeline] echo 03:42:14 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 03:42:15 provisioning config files... 03:42:15 copy managed file [device-mqtt-go-settings] to file:/w/workspace/gexfoundry_device-mqtt-go_PR-274@tmp/config339789688431282395tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 03:42:15 ---> docker-login.sh 03:42:15 nexus3.edgexfoundry.org:10001 03:42:16 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:42:16 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:42:16 Configure a credential helper to remove this warning. See 03:42:16 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:42:16 03:42:16 Login Succeeded 03:42:16 nexus3.edgexfoundry.org:10002 03:42:16 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:42:16 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:42:16 Configure a credential helper to remove this warning. See 03:42:16 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:42:16 03:42:16 Login Succeeded 03:42:16 nexus3.edgexfoundry.org:10003 03:42:16 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:42:16 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:42:16 Configure a credential helper to remove this warning. See 03:42:16 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:42:16 03:42:16 Login Succeeded 03:42:16 nexus3.edgexfoundry.org:10004 03:42:16 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:42:16 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:42:16 Configure a credential helper to remove this warning. See 03:42:16 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:42:16 03:42:16 Login Succeeded 03:42:16 docker.io 03:42:16 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:42:16 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:42:16 Configure a credential helper to remove this warning. See 03:42:16 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:42:16 03:42:16 Login Succeeded 03:42:16 ---> docker-login.sh ends [Pipeline] } 03:42:16 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 03:42:17 + git log --format=format:%s -1 6273e8238005773a3644baede67130392efe388a [Pipeline] echo 03:42:17 GIT_COMMIT: 6273e8238005773a3644baede67130392efe388a, Commit Message: build(deps): bump github.com/edgexfoundry/go-mod-core-contracts/v2 [Pipeline] echo 03:42:17 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 03:42:18 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 03:42:18 03:42:18 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 03:42:18 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 03:42:18 latest: Pulling from edgex-devops/git-semver 03:42:18 31603596830f: Pulling fs layer 03:42:18 54011a49482f: Pulling fs layer 03:42:18 a6820b24f6d8: Pulling fs layer 03:42:18 f581987b2513: Pulling fs layer 03:42:18 f581987b2513: Waiting 03:42:18 54011a49482f: Verifying Checksum 03:42:18 54011a49482f: Download complete 03:42:18 31603596830f: Verifying Checksum 03:42:18 31603596830f: Download complete 03:42:18 f581987b2513: Verifying Checksum 03:42:18 f581987b2513: Download complete 03:42:18 a6820b24f6d8: Verifying Checksum 03:42:18 a6820b24f6d8: Download complete 03:42:18 31603596830f: Pull complete 03:42:19 54011a49482f: Pull complete 03:42:19 a6820b24f6d8: Pull complete 03:42:19 f581987b2513: Pull complete 03:42:19 Digest: sha256:772af3cb61214e5a22880db9bb273bb039d0aa3a8f4edfa0c1def8b4e20ea536 03:42:20 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 03:42:20 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 03:42:20 prd-centos7-docker-4c-2g-447 does not seem to be running inside a container 03:42:20 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_device-mqtt-go_PR-274 -v /w/workspace/gexfoundry_device-mqtt-go_PR-274:/w/workspace/gexfoundry_device-mqtt-go_PR-274:rw,z -v /w/workspace/gexfoundry_device-mqtt-go_PR-274@tmp:/w/workspace/gexfoundry_device-mqtt-go_PR-274@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 03:42:21 $ docker top cd29a37cd163c4b1bc2a67edeba9f087e3c9705262f1b212396234b1bfe9a310 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 03:42:21 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 03:42:21 [ssh-agent] Looking for ssh-agent implementation... 03:42:21 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 03:42:21 $ docker exec cd29a37cd163c4b1bc2a67edeba9f087e3c9705262f1b212396234b1bfe9a310 ssh-agent 03:42:22 SSH_AUTH_SOCK=/tmp/ssh-pYaiWjEx5URG/agent.15 03:42:22 SSH_AGENT_PID=21 03:42:22 Running ssh-add (command line suppressed) 03:42:22 Identity added: /w/workspace/gexfoundry_device-mqtt-go_PR-274@tmp/private_key_2449938741229231584.key (/w/workspace/gexfoundry_device-mqtt-go_PR-274@tmp/private_key_2449938741229231584.key) 03:42:22 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 03:42:22 + git tag --points-at HEAD [Pipeline] } 03:42:22 $ docker exec --env ******** --env ******** cd29a37cd163c4b1bc2a67edeba9f087e3c9705262f1b212396234b1bfe9a310 ssh-agent -k 03:42:22 unset SSH_AUTH_SOCK; 03:42:22 unset SSH_AGENT_PID; 03:42:22 echo Agent pid 21 killed; 03:42:22 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 03:42:22 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 03:42:22 [ssh-agent] Looking for ssh-agent implementation... 03:42:22 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 03:42:22 $ docker exec cd29a37cd163c4b1bc2a67edeba9f087e3c9705262f1b212396234b1bfe9a310 ssh-agent 03:42:22 SSH_AUTH_SOCK=/tmp/ssh-Uss6p4oo9T4d/agent.53 03:42:22 SSH_AGENT_PID=61 03:42:22 Running ssh-add (command line suppressed) 03:42:23 Identity added: /w/workspace/gexfoundry_device-mqtt-go_PR-274@tmp/private_key_5352693027919392699.key (/w/workspace/gexfoundry_device-mqtt-go_PR-274@tmp/private_key_5352693027919392699.key) 03:42:23 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 03:42:23 + git semver init 03:42:23 # -> Open(): unable to determine branch for HEAD 03:42:23 # $GIT_DIR = /w/workspace/gexfoundry_device-mqtt-go_PR-274/.git 03:42:23 # $GIT_WORK_TREE = /w/workspace/gexfoundry_device-mqtt-go_PR-274 03:42:23 # $SEMVER_REMOTE_NAME = origin 03:42:23 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 03:42:23 # $SEMVER_USER_NAME = edgex-jenkins 03:42:23 # $SEMVER_BRANCH = PR-274 03:42:23 # $SEMVER_TEMP = /tmp/semver-304819323 03:42:23 # git clone --branch semver git@github.com:edgexfoundry/device-mqtt-go.git $SEMVER_TEMP 03:42:24 # '/tmp/semver-304819323' -> '/w/workspace/gexfoundry_device-mqtt-go_PR-274/.semver' 03:42:24 # -> Force: false 03:42:24 # $SEMVER_DIR = /w/workspace/gexfoundry_device-mqtt-go_PR-274/.semver [Pipeline] } 03:42:24 $ docker exec --env ******** --env ******** cd29a37cd163c4b1bc2a67edeba9f087e3c9705262f1b212396234b1bfe9a310 ssh-agent -k 03:42:24 unset SSH_AUTH_SOCK; 03:42:24 unset SSH_AGENT_PID; 03:42:24 echo Agent pid 61 killed; 03:42:24 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 03:42:24 + git semver [Pipeline] } 03:42:24 $ docker stop --time=1 cd29a37cd163c4b1bc2a67edeba9f087e3c9705262f1b212396234b1bfe9a310 03:42:25 $ docker rm -f cd29a37cd163c4b1bc2a67edeba9f087e3c9705262f1b212396234b1bfe9a310 [Pipeline] // withDockerContainer [Pipeline] sh 03:42:26 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 03:42:26 Stashed 1 file(s) [Pipeline] echo 03:42:26 [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 03:42:42 Still waiting to schedule task 03:42:42 Waiting for next available executor on ‘centos7-docker-4c-2g’ 03:42:42 Still waiting to schedule task 03:42:42 ‘prd-centos7-docker-4c-2g-444’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’ 03:42:42 ‘prd-centos7-docker-4c-2g-449’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’ 03:42:42 ‘prd-ubuntu18.04-docker-arm64-4c-16g-448’ is offline 03:47:11 Running on prd-ubuntu18.04-docker-arm64-4c-16g-450 in /w/workspace/gexfoundry_device-mqtt-go_PR-274 [Pipeline] { [Pipeline] ws 03:47:11 Running in /w/workspace/device-mqtt-go/1 [Pipeline] { [Pipeline] checkout 03:47:11 Selected Git installation does not exist. Using Default 03:47:11 The recommended git tool is: NONE 03:47:16 using credential edgex-jenkins-ssh 03:47:16 Cloning the remote Git repository 03:47:16 Cloning repository git@github.com:edgexfoundry/device-mqtt-go.git 03:47:17 > git init /w/workspace/device-mqtt-go/1 # timeout=10 03:47:17 Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git 03:47:17 > git --version # timeout=10 03:47:17 > git --version # 'git version 2.17.1' 03:47:17 using GIT_SSH to set credentials SSH Credentials for GitHub 03:47:17 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 03:47:18 Merging remotes/origin/master commit 5d8aa52d1e25508a3667e2ee886235de5ef8f7b0 into PR head commit 6273e8238005773a3644baede67130392efe388a 03:47:18 > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 03:47:18 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 03:47:18 > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 03:47:18 Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git 03:47:18 using GIT_SSH to set credentials SSH Credentials for GitHub 03:47:18 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/pull/274/head:refs/remotes/origin/PR-274 +refs/heads/master:refs/remotes/origin/master # timeout=10 03:47:18 > git config core.sparsecheckout # timeout=10 03:47:18 > git checkout -f 6273e8238005773a3644baede67130392efe388a # timeout=10 03:47:18 > git remote # timeout=10 03:47:18 > git config --get remote.origin.url # timeout=10 03:47:18 using GIT_SSH to set credentials SSH Credentials for GitHub 03:47:18 > git merge 5d8aa52d1e25508a3667e2ee886235de5ef8f7b0 # timeout=10 03:47:18 Merge succeeded, producing 6273e8238005773a3644baede67130392efe388a 03:47:18 Checking out Revision 6273e8238005773a3644baede67130392efe388a (PR-274) 03:47:18 > git rev-parse HEAD^{commit} # timeout=10 03:47:18 > git config core.sparsecheckout # timeout=10 03:47:18 > git checkout -f 6273e8238005773a3644baede67130392efe388a # timeout=10 03:47:21 Running on prd-centos7-docker-4c-2g-451 in /w/workspace/gexfoundry_device-mqtt-go_PR-274 [Pipeline] { [Pipeline] ws 03:47:21 Running in /w/workspace/device-mqtt-go/1 [Pipeline] { [Pipeline] checkout 03:47:21 Selected Git installation does not exist. Using Default 03:47:21 The recommended git tool is: NONE 03:47:23 Commit message: "build(deps): bump github.com/edgexfoundry/go-mod-core-contracts/v2" 03:47:23 > git --version # timeout=10 03:47:23 > git --version # 'git version 2.17.1' 03:47:23 fatal: bad object 6a41506d72e8e131afc862d141935157bee59f41 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { 03:47:24 using credential edgex-jenkins-ssh [Pipeline] sh 03:47:24 Cloning the remote Git repository 03:47:25 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json 03:47:24 Cloning repository git@github.com:edgexfoundry/device-mqtt-go.git 03:47:24 > git init /w/workspace/device-mqtt-go/1 # timeout=10 03:47:24 Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git 03:47:24 > git --version # timeout=10 03:47:24 > git --version # 'git version 2.24.4' 03:47:24 using GIT_SSH to set credentials SSH Credentials for GitHub 03:47:24 [INFO] Currently running in a labeled security context 03:47:24 [INFO] Currently SELinux is 'enforcing' on the host 03:47:24 > git /usr/bin/chcon --type=ssh_home_t /w/workspace/device-mqtt-go/1@tmp/jenkins-gitclient-ssh9097007333664361913.key 03:47:24 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 03:47:24 > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 03:47:24 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 03:47:24 > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 03:47:24 Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git 03:47:24 using GIT_SSH to set credentials SSH Credentials for GitHub 03:47:24 [INFO] Currently running in a labeled security context 03:47:24 [INFO] Currently SELinux is 'enforcing' on the host 03:47:24 > git /usr/bin/chcon --type=ssh_home_t /w/workspace/device-mqtt-go/1@tmp/jenkins-gitclient-ssh8561336742902592023.key 03:47:24 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/pull/274/head:refs/remotes/origin/PR-274 +refs/heads/master:refs/remotes/origin/master # timeout=10 03:47:25 Merging remotes/origin/master commit 5d8aa52d1e25508a3667e2ee886235de5ef8f7b0 into PR head commit 6273e8238005773a3644baede67130392efe388a [Pipeline] sh 03:47:25 Merge succeeded, producing 6273e8238005773a3644baede67130392efe388a 03:47:25 Checking out Revision 6273e8238005773a3644baede67130392efe388a (PR-274) 03:47:25 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 03:47:26 + sudo service docker restart 03:47:26 + true 03:47:25 > git config core.sparsecheckout # timeout=10 03:47:25 > git checkout -f 6273e8238005773a3644baede67130392efe388a # timeout=10 03:47:25 > git remote # timeout=10 03:47:25 > git config --get remote.origin.url # timeout=10 03:47:25 using GIT_SSH to set credentials SSH Credentials for GitHub 03:47:25 [INFO] Currently running in a labeled security context 03:47:25 [INFO] Currently SELinux is 'enforcing' on the host 03:47:25 > git /usr/bin/chcon --type=ssh_home_t /w/workspace/device-mqtt-go/1@tmp/jenkins-gitclient-ssh6146456540162527206.key 03:47:25 > git merge 5d8aa52d1e25508a3667e2ee886235de5ef8f7b0 # timeout=10 03:47:25 > git rev-parse HEAD^{commit} # timeout=10 03:47:25 > git config core.sparsecheckout # timeout=10 03:47:25 > git checkout -f 6273e8238005773a3644baede67130392efe388a # timeout=10 03:47:29 Commit message: "build(deps): bump github.com/edgexfoundry/go-mod-core-contracts/v2" 03:47:29 > git --version # timeout=10 03:47:29 > git --version # 'git version 2.24.4' 03:47:29 fatal: bad object 6a41506d72e8e131afc862d141935157bee59f41 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 03:47:30 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 03:47:30 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 03:47:30 + sudo service docker restart 03:47:30 + true 03:47:30 Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 03:47:44 provisioning config files... 03:47:44 copy managed file [device-mqtt-go-settings] to file:/w/workspace/device-mqtt-go/1@tmp/config3070450611325010924tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 03:47:45 ---> docker-login.sh 03:47:45 nexus3.edgexfoundry.org:10001 03:47:46 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:47:46 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:47:46 Configure a credential helper to remove this warning. See 03:47:46 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:47:46 03:47:46 Login Succeeded 03:47:46 nexus3.edgexfoundry.org:10002 03:47:46 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:47:46 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:47:46 Configure a credential helper to remove this warning. See 03:47:46 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:47:46 03:47:46 Login Succeeded 03:47:46 nexus3.edgexfoundry.org:10003 03:47:47 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:47:47 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:47:47 Configure a credential helper to remove this warning. See 03:47:47 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:47:47 03:47:47 Login Succeeded 03:47:47 nexus3.edgexfoundry.org:10004 03:47:47 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:47:47 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:47:47 Configure a credential helper to remove this warning. See 03:47:47 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:47:47 03:47:47 Login Succeeded 03:47:47 docker.io 03:47:48 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:47:48 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:47:48 Configure a credential helper to remove this warning. See 03:47:48 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:47:48 03:47:48 Login Succeeded 03:47:48 ---> docker-login.sh ends [Pipeline] } 03:47:48 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 03:47:49 provisioning config files... 03:47:49 copy managed file [device-mqtt-go-settings] to file:/w/workspace/device-mqtt-go/1@tmp/config6091671245989139342tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 03:47:49 ---> docker-login.sh 03:47:49 nexus3.edgexfoundry.org:10001 [Pipeline] echo 03:47:49 ========================================================= 03:47:49 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine] 03:47:49 ========================================================= [Pipeline] isUnix [Pipeline] sh 03:47:49 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:47:49 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:47:49 Configure a credential helper to remove this warning. See 03:47:49 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:47:49 03:47:49 Login Succeeded 03:47:49 nexus3.edgexfoundry.org:10002 03:47:49 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:47:49 + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine . 03:47:50 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:47:50 Configure a credential helper to remove this warning. See 03:47:50 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:47:50 03:47:50 Login Succeeded 03:47:50 nexus3.edgexfoundry.org:10003 03:47:50 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:47:50 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:47:50 Configure a credential helper to remove this warning. See 03:47:50 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:47:50 03:47:50 Login Succeeded 03:47:50 nexus3.edgexfoundry.org:10004 03:47:50 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:47:50 Sending build context to Docker daemon 604.7kB 03:47:50 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:47:50 Configure a credential helper to remove this warning. See 03:47:50 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:47:50 03:47:50 Login Succeeded 03:47:50 docker.io 03:47:50 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:47:50 Step 1/8 : ARG BASE=golang:1.16-alpine3.12 03:47:50 Step 2/8 : FROM ${BASE} 03:47:50 1.16-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 03:47:50 595b0fe564bb: Pulling fs layer 03:47:50 3088b5b3c5c0: Pulling fs layer 03:47:50 5b7225fbf94c: Pulling fs layer 03:47:50 ba82ee9f976e: Pulling fs layer 03:47:50 506bd15cee9f: Pulling fs layer 03:47:50 75a0a4a0db45: Pulling fs layer 03:47:50 618dc40b7e24: Pulling fs layer 03:47:50 506bd15cee9f: Waiting 03:47:50 75a0a4a0db45: Waiting 03:47:50 618dc40b7e24: Waiting 03:47:50 ba82ee9f976e: Waiting 03:47:50 5b7225fbf94c: Verifying Checksum 03:47:50 5b7225fbf94c: Download complete 03:47:50 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:47:50 Configure a credential helper to remove this warning. See 03:47:50 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:47:50 03:47:50 Login Succeeded 03:47:50 ---> docker-login.sh ends [Pipeline] } 03:47:50 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash 03:47:50 3088b5b3c5c0: Verifying Checksum 03:47:50 3088b5b3c5c0: Download complete 03:47:50 506bd15cee9f: Verifying Checksum 03:47:50 506bd15cee9f: Download complete 03:47:50 75a0a4a0db45: Verifying Checksum 03:47:50 75a0a4a0db45: Download complete 03:47:50 595b0fe564bb: Verifying Checksum 03:47:50 595b0fe564bb: Download complete [Pipeline] echo 03:47:50 ========================================================= 03:47:50 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine] 03:47:50 ========================================================= [Pipeline] isUnix [Pipeline] sh 03:47:51 + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine . 03:47:51 Sending build context to Docker daemon 605.7kB 03:47:51 Step 1/8 : ARG BASE=golang:1.16-alpine3.12 03:47:51 Step 2/8 : FROM ${BASE} 03:47:51 595b0fe564bb: Pull complete 03:47:51 1.16-alpine: Pulling from edgex-devops/edgex-golang-base 03:47:51 540db60ca938: Pulling fs layer 03:47:51 adcc1eea9eea: Pulling fs layer 03:47:51 4c4ab2625f07: Pulling fs layer 03:47:51 0510c868ecb4: Pulling fs layer 03:47:51 afea3b2eda06: Pulling fs layer 03:47:51 7809a108b3ef: Pulling fs layer 03:47:51 f706445af74f: Pulling fs layer 03:47:51 afea3b2eda06: Waiting 03:47:51 7809a108b3ef: Waiting 03:47:51 f706445af74f: Waiting 03:47:51 0510c868ecb4: Waiting 03:47:51 4c4ab2625f07: Verifying Checksum 03:47:51 4c4ab2625f07: Download complete 03:47:51 adcc1eea9eea: Verifying Checksum 03:47:51 adcc1eea9eea: Download complete 03:47:51 afea3b2eda06: Verifying Checksum 03:47:51 afea3b2eda06: Download complete 03:47:51 7809a108b3ef: Verifying Checksum 03:47:51 7809a108b3ef: Download complete 03:47:51 540db60ca938: Verifying Checksum 03:47:51 540db60ca938: Download complete 03:47:52 3088b5b3c5c0: Pull complete 03:47:52 540db60ca938: Pull complete 03:47:52 adcc1eea9eea: Pull complete 03:47:52 4c4ab2625f07: Pull complete 03:47:52 5b7225fbf94c: Pull complete 03:47:54 618dc40b7e24: Verifying Checksum 03:47:54 618dc40b7e24: Download complete 03:47:54 f706445af74f: Verifying Checksum 03:47:54 f706445af74f: Download complete 03:47:56 ba82ee9f976e: Verifying Checksum 03:47:56 ba82ee9f976e: Download complete 03:47:56 0510c868ecb4: Verifying Checksum 03:47:56 0510c868ecb4: Download complete 03:47:59 0510c868ecb4: Pull complete 03:47:59 afea3b2eda06: Pull complete 03:47:59 7809a108b3ef: Pull complete 03:48:01 f706445af74f: Pull complete 03:48:01 Digest: sha256:3789524f83b4b99ff44900c39f6da7fc44f99660cd9adf292610dec398b137f4 03:48:01 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine 03:48:01 ---> b068be0155e3 03:48:01 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020-2021: IOTech' 03:48:05 ---> Running in 7561a91b520c 03:48:05 Removing intermediate container 7561a91b520c 03:48:05 ---> 083801894ddb 03:48:05 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:48:05 ---> Running in 78539e06575f 03:48:05 Removing intermediate container 78539e06575f 03:48:05 ---> 4b13b7f4c7f9 03:48:05 Step 5/8 : RUN apk add --update --no-cache make git openssh gcc libc-dev zeromq-dev libsodium-dev 03:48:06 ---> Running in 0317f9682877 03:48:06 ba82ee9f976e: Pull complete 03:48:06 506bd15cee9f: Pull complete 03:48:06 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 03:48:06 75a0a4a0db45: Pull complete 03:48:06 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 03:48:07 (1/13) Installing libc-dev (0.7.2-r3) 03:48:07 (2/13) Installing libsodium (1.0.18-r0) 03:48:07 (3/13) Installing pkgconf (1.7.3-r0) 03:48:07 (4/13) Installing libsodium-dev (1.0.18-r0) 03:48:07 (5/13) Installing openssh-keygen (8.4_p1-r3) 03:48:08 (6/13) Installing libedit (20191231.3.1-r1) 03:48:08 (7/13) Installing openssh-client (8.4_p1-r3) 03:48:08 (8/13) Installing openssh-sftp-server (8.4_p1-r3) 03:48:08 (9/13) Installing openssh-server-common (8.4_p1-r3) 03:48:08 (10/13) Installing openssh-server (8.4_p1-r3) 03:48:08 (11/13) Installing openssh (8.4_p1-r3) 03:48:08 (12/13) Installing libzmq (4.3.3-r1) 03:48:08 (13/13) Installing zeromq-dev (4.3.3-r1) 03:48:08 Executing busybox-1.32.1-r6.trigger 03:48:08 OK: 156 MiB in 53 packages 03:48:09 Removing intermediate container 0317f9682877 03:48:09 ---> 001d0f0ae4ae 03:48:09 Step 6/8 : WORKDIR /device-mqtt-go 03:48:09 ---> Running in b5fa03579a44 03:48:09 Removing intermediate container b5fa03579a44 03:48:09 ---> d298ce23306b 03:48:09 Step 7/8 : COPY . . 03:48:09 ---> 038903e38764 03:48:09 Step 8/8 : RUN go mod download 03:48:09 ---> Running in 76cffe971706 03:48:10 618dc40b7e24: Pull complete 03:48:11 Digest: sha256:191d62e8e984ab65c8d79a04719ea24e645fa2781e820aadaa53da5888d6c818 03:48:11 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine 03:48:11 ---> a36622ca3599 03:48:11 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020-2021: IOTech' 03:48:12 ---> Running in 663b5b6e78ed 03:48:12 Removing intermediate container 663b5b6e78ed 03:48:12 ---> ee89a4d9debe 03:48:12 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:48:12 ---> Running in e8d920e6c8aa 03:48:15 Removing intermediate container e8d920e6c8aa 03:48:15 ---> 1e793b5711f2 03:48:15 Step 5/8 : RUN apk add --update --no-cache make git openssh gcc libc-dev zeromq-dev libsodium-dev 03:48:15 ---> Running in da7f623fdddf 03:48:16 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 03:48:17 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 03:48:18 (1/13) Installing libc-dev (0.7.2-r3) 03:48:18 (2/13) Installing libsodium (1.0.18-r0) 03:48:18 (3/13) Installing pkgconf (1.7.3-r0) 03:48:18 (4/13) Installing libsodium-dev (1.0.18-r0) 03:48:18 (5/13) Installing openssh-keygen (8.4_p1-r3) 03:48:18 (6/13) Installing libedit (20191231.3.1-r1) 03:48:18 (7/13) Installing openssh-client (8.4_p1-r3) 03:48:19 (8/13) Installing openssh-sftp-server (8.4_p1-r3) 03:48:19 (9/13) Installing openssh-server-common (8.4_p1-r3) 03:48:19 (10/13) Installing openssh-server (8.4_p1-r3) 03:48:19 (11/13) Installing openssh (8.4_p1-r3) 03:48:19 (12/13) Installing libzmq (4.3.3-r1) 03:48:19 (13/13) Installing zeromq-dev (4.3.3-r1) 03:48:20 Executing busybox-1.32.1-r6.trigger 03:48:20 OK: 145 MiB in 53 packages 03:48:21 Removing intermediate container da7f623fdddf 03:48:21 ---> 056ac48649e2 03:48:21 Step 6/8 : WORKDIR /device-mqtt-go 03:48:21 ---> Running in 633bec71d5f7 03:48:21 Removing intermediate container 76cffe971706 03:48:21 ---> 0126e841ca2a 03:48:21 Successfully built 0126e841ca2a 03:48:21 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 03:48:22 Removing intermediate container 633bec71d5f7 03:48:22 ---> 2a123efe309c 03:48:22 Step 7/8 : COPY . . 03:48:22 + docker inspect -f . ci-base-image-x86_64 03:48:22 . [Pipeline] withDockerContainer 03:48:22 prd-centos7-docker-4c-2g-451 does not seem to be running inside a container 03:48:22 $ 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 ******** ci-base-image-x86_64 cat 03:48:22 $ docker top 29f6d7a58b1fd17de6d8f39055f01625e9d2ef1bab4568ea1012722ebf95ab1c -eo pid,comm [Pipeline] { [Pipeline] sh 03:48:23 ---> d40c8e9cb185 03:48:23 Step 8/8 : RUN go mod download 03:48:23 + go version 03:48:23 go version go1.16.3 linux/amd64 [Pipeline] } 03:48:23 $ docker stop --time=1 29f6d7a58b1fd17de6d8f39055f01625e9d2ef1bab4568ea1012722ebf95ab1c 03:48:23 ---> Running in 234fe5184e40 03:48:24 $ docker rm -f 29f6d7a58b1fd17de6d8f39055f01625e9d2ef1bab4568ea1012722ebf95ab1c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 03:48:25 + docker inspect -f . ci-base-image-x86_64 03:48:25 . [Pipeline] withDockerContainer 03:48:25 prd-centos7-docker-4c-2g-451 does not seem to be running inside a container 03:48:25 $ 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 ******** ci-base-image-x86_64 cat 03:48:26 $ docker top ae743e4eef6864d06c60fe1cae941e668f54a5b2bb08729e7e72a38bdab39c38 -eo pid,comm [Pipeline] { [Pipeline] sh 03:48:26 + go mod tidy 03:48:26 go: finding module for package github.com/edgexfoundry/go-mod-core-contracts/v2/v2/models 03:48:26 go: finding module for package github.com/edgexfoundry/go-mod-core-contracts/v2/v2 03:48:27 go: downloading github.com/edgexfoundry/go-mod-core-contracts v0.1.149 03:48:27 go: finding module for package github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos 03:48:27 go: finding module for package github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/common 03:48:27 go: finding module for package github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/requests 03:48:27 go: finding module for package github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/http 03:48:27 go: finding module for package github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/interfaces 03:48:27 go: finding module for package github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/responses 03:48:27 go: finding module for package github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/interfaces/mocks 03:48:27 github.com/edgexfoundry/device-mqtt-go/internal/driver imports 03:48:27 github.com/edgexfoundry/go-mod-core-contracts/v2/v2: module github.com/edgexfoundry/go-mod-core-contracts/v2@latest found (v2.0.0-dev.100), but does not contain package github.com/edgexfoundry/go-mod-core-contracts/v2/v2 03:48:27 github.com/edgexfoundry/device-mqtt-go/internal/driver imports 03:48:27 github.com/edgexfoundry/go-mod-core-contracts/v2/v2/models: module github.com/edgexfoundry/go-mod-core-contracts/v2@latest found (v2.0.0-dev.100), but does not contain package github.com/edgexfoundry/go-mod-core-contracts/v2/v2/models 03:48:27 github.com/edgexfoundry/device-mqtt-go/internal/driver imports 03:48:27 github.com/edgexfoundry/device-sdk-go/v2/pkg/service imports 03:48:27 github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos: module github.com/edgexfoundry/go-mod-core-contracts/v2@latest found (v2.0.0-dev.100), but does not contain package github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos 03:48:27 github.com/edgexfoundry/device-mqtt-go/internal/driver imports 03:48:27 github.com/edgexfoundry/device-sdk-go/v2/pkg/service imports 03:48:27 github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/common: module github.com/edgexfoundry/go-mod-core-contracts/v2@latest found (v2.0.0-dev.100), but does not contain package github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/common 03:48:27 github.com/edgexfoundry/device-mqtt-go/internal/driver imports 03:48:27 github.com/edgexfoundry/device-sdk-go/v2/pkg/service imports 03:48:27 github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/requests: module github.com/edgexfoundry/go-mod-core-contracts/v2@latest found (v2.0.0-dev.100), but does not contain package github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/requests 03:48:27 github.com/edgexfoundry/device-mqtt-go/internal/driver imports 03:48:27 github.com/edgexfoundry/device-sdk-go/v2/pkg/service imports 03:48:27 github.com/edgexfoundry/device-sdk-go/v2/internal/clients imports 03:48:27 github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/http: module github.com/edgexfoundry/go-mod-core-contracts/v2@latest found (v2.0.0-dev.100), but does not contain package github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/http 03:48:27 github.com/edgexfoundry/device-mqtt-go/internal/driver imports 03:48:27 github.com/edgexfoundry/device-sdk-go/v2/pkg/service imports 03:48:27 github.com/edgexfoundry/device-sdk-go/v2/internal/clients imports 03:48:27 github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/interfaces: module github.com/edgexfoundry/go-mod-core-contracts/v2@latest found (v2.0.0-dev.100), but does not contain package github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/interfaces 03:48:27 github.com/edgexfoundry/device-mqtt-go/internal/driver imports 03:48:27 github.com/edgexfoundry/device-sdk-go/v2/pkg/service imports 03:48:27 github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http imports 03:48:27 github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/responses: module github.com/edgexfoundry/go-mod-core-contracts/v2@latest found (v2.0.0-dev.100), but does not contain package github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/responses 03:48:27 github.com/edgexfoundry/device-mqtt-go/internal/driver imports 03:48:27 github.com/edgexfoundry/device-sdk-go/v2/pkg/service imports 03:48:27 github.com/edgexfoundry/device-sdk-go/v2/internal/autoevent imports 03:48:27 github.com/edgexfoundry/device-sdk-go/v2/internal/application tested by 03:48:27 github.com/edgexfoundry/device-sdk-go/v2/internal/application.test imports 03:48:27 github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/interfaces/mocks: module github.com/edgexfoundry/go-mod-core-contracts/v2@latest found (v2.0.0-dev.100), but does not contain package github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/interfaces/mocks [Pipeline] } 03:48:27 $ docker stop --time=1 ae743e4eef6864d06c60fe1cae941e668f54a5b2bb08729e7e72a38bdab39c38 03:48:28 $ docker rm -f ae743e4eef6864d06c60fe1cae941e668f54a5b2bb08729e7e72a38bdab39c38 [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] libraryResource [Pipeline] sh 03:48:30 ---> job-cost.sh 03:48:30 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-AhTC 03:48:40 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 03:48:50 Removing intermediate container 234fe5184e40 03:48:50 ---> 3fd8d9ea9884 03:48:50 Successfully built 3fd8d9ea9884 03:48:50 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 03:48:50 + docker inspect -f . ci-base-image-arm64 03:48:50 . [Pipeline] withDockerContainer 03:48:50 prd-ubuntu18.04-docker-arm64-4c-16g-450 does not seem to be running inside a container 03:48:50 $ 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 ******** ci-base-image-arm64 cat 03:48:52 lf-activate-venv(): INFO: Adding /tmp/venv-AhTC/bin to PATH 03:48:52 INFO: No Stack... 03:48:52 $ docker top 26e0912137f8206b2a95baf83e75d5911dfe5449a35960b0217c93d4b9221d7f -eo pid,comm [Pipeline] { [Pipeline] sh 03:48:53 INFO: Retrieving Pricing Info for: v3-standard-2 03:48:53 + go version 03:48:53 go version go1.16.5 linux/arm64 [Pipeline] } 03:48:53 $ docker stop --time=1 26e0912137f8206b2a95baf83e75d5911dfe5449a35960b0217c93d4b9221d7f 03:48:53 INFO: Archiving Costs 03:48:55 $ docker rm -f 26e0912137f8206b2a95baf83e75d5911dfe5449a35960b0217c93d4b9221d7f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] sh [Pipeline] // script [Pipeline] } 03:48:56 + cat /w/workspace/device-mqtt-go/1/archives/cost.csv 03:48:56 + cut -d, -f6 [Pipeline] // stage [Pipeline] lock 03:48:56 Trying to acquire lock on [jenkins-edgexfoundry-device-mqtt-go-PR-274-1-stack-cost] 03:48:56 Resource [jenkins-edgexfoundry-device-mqtt-go-PR-274-1-stack-cost] did not exist. Created. 03:48:56 Lock acquired on [jenkins-edgexfoundry-device-mqtt-go-PR-274-1-stack-cost] [Pipeline] { [Pipeline] stage [Pipeline] { (Test) [Pipeline] unstash [Pipeline] sh [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 03:48:56 + echo total: 0.05999999865889549 [Pipeline] stash 03:48:56 + docker inspect -f . ci-base-image-arm64 03:48:56 . [Pipeline] withDockerContainer 03:48:56 Stashed 1 file(s) 03:48:57 prd-ubuntu18.04-docker-arm64-4c-16g-450 does not seem to be running inside a container 03:48:57 $ 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 ******** ci-base-image-arm64 cat 03:48:58 $ docker top 5760f57a4574b954a7018f3e3bbb95c8ac2a69dece5a3412a7da186664ee009f -eo pid,comm [Pipeline] { [Pipeline] } 03:48:59 Lock released on resource [jenkins-edgexfoundry-device-mqtt-go-PR-274-1-stack-cost] [Pipeline] // lock [Pipeline] sh [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage 03:48:59 + go mod tidy [Pipeline] } 03:48:59 Failed in branch amd64 03:49:00 go: finding module for package github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/common 03:49:00 go: finding module for package github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos 03:49:00 go: finding module for package github.com/edgexfoundry/go-mod-core-contracts/v2/v2 03:49:00 go: finding module for package github.com/edgexfoundry/go-mod-core-contracts/v2/v2/models 03:49:00 go: downloading github.com/edgexfoundry/go-mod-core-contracts v0.1.149 03:49:00 go: finding module for package github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/requests 03:49:00 go: finding module for package github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/interfaces 03:49:00 go: finding module for package github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/http 03:49:00 go: finding module for package github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/responses 03:49:00 go: finding module for package github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/interfaces/mocks 03:49:00 github.com/edgexfoundry/device-mqtt-go/internal/driver imports 03:49:00 github.com/edgexfoundry/go-mod-core-contracts/v2/v2: module github.com/edgexfoundry/go-mod-core-contracts/v2@latest found (v2.0.0-dev.100), but does not contain package github.com/edgexfoundry/go-mod-core-contracts/v2/v2 03:49:00 github.com/edgexfoundry/device-mqtt-go/internal/driver imports 03:49:00 github.com/edgexfoundry/go-mod-core-contracts/v2/v2/models: module github.com/edgexfoundry/go-mod-core-contracts/v2@latest found (v2.0.0-dev.100), but does not contain package github.com/edgexfoundry/go-mod-core-contracts/v2/v2/models 03:49:00 github.com/edgexfoundry/device-mqtt-go/internal/driver imports 03:49:00 github.com/edgexfoundry/device-sdk-go/v2/pkg/service imports 03:49:00 github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos: module github.com/edgexfoundry/go-mod-core-contracts/v2@latest found (v2.0.0-dev.100), but does not contain package github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos 03:49:00 github.com/edgexfoundry/device-mqtt-go/internal/driver imports 03:49:00 github.com/edgexfoundry/device-sdk-go/v2/pkg/service imports 03:49:00 github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/common: module github.com/edgexfoundry/go-mod-core-contracts/v2@latest found (v2.0.0-dev.100), but does not contain package github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/common 03:49:00 github.com/edgexfoundry/device-mqtt-go/internal/driver imports 03:49:00 github.com/edgexfoundry/device-sdk-go/v2/pkg/service imports 03:49:00 github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/requests: module github.com/edgexfoundry/go-mod-core-contracts/v2@latest found (v2.0.0-dev.100), but does not contain package github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/requests 03:49:00 github.com/edgexfoundry/device-mqtt-go/internal/driver imports 03:49:00 github.com/edgexfoundry/device-sdk-go/v2/pkg/service imports 03:49:00 github.com/edgexfoundry/device-sdk-go/v2/internal/clients imports 03:49:00 github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/http: module github.com/edgexfoundry/go-mod-core-contracts/v2@latest found (v2.0.0-dev.100), but does not contain package github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/http 03:49:00 github.com/edgexfoundry/device-mqtt-go/internal/driver imports 03:49:00 github.com/edgexfoundry/device-sdk-go/v2/pkg/service imports 03:49:00 github.com/edgexfoundry/device-sdk-go/v2/internal/clients imports 03:49:00 github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/interfaces: module github.com/edgexfoundry/go-mod-core-contracts/v2@latest found (v2.0.0-dev.100), but does not contain package github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/interfaces 03:49:00 github.com/edgexfoundry/device-mqtt-go/internal/driver imports 03:49:00 github.com/edgexfoundry/device-sdk-go/v2/pkg/service imports 03:49:00 github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http imports 03:49:00 github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/responses: module github.com/edgexfoundry/go-mod-core-contracts/v2@latest found (v2.0.0-dev.100), but does not contain package github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/responses 03:49:00 github.com/edgexfoundry/device-mqtt-go/internal/driver imports 03:49:00 github.com/edgexfoundry/device-sdk-go/v2/pkg/service imports 03:49:00 github.com/edgexfoundry/device-sdk-go/v2/internal/autoevent imports 03:49:00 github.com/edgexfoundry/device-sdk-go/v2/internal/application tested by 03:49:00 github.com/edgexfoundry/device-sdk-go/v2/internal/application.test imports 03:49:00 github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/interfaces/mocks: module github.com/edgexfoundry/go-mod-core-contracts/v2@latest found (v2.0.0-dev.100), but does not contain package github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/interfaces/mocks [Pipeline] } 03:49:01 $ docker stop --time=1 5760f57a4574b954a7018f3e3bbb95c8ac2a69dece5a3412a7da186664ee009f 03:49:02 $ docker rm -f 5760f57a4574b954a7018f3e3bbb95c8ac2a69dece5a3412a7da186664ee009f [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] libraryResource [Pipeline] sh 03:49:04 ---> job-cost.sh 03:49:04 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-7fxx 03:49:43 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 03:51:20 lf-activate-venv(): INFO: Adding /tmp/venv-7fxx/bin to PATH 03:51:20 INFO: No Stack... 03:51:20 INFO: Retrieving Pricing Info for: v2-standard-4 03:51:20 INFO: Archiving Costs [Pipeline] sh 03:51:20 + cut -d, -f6 03:51:20 + cat /w/workspace/device-mqtt-go/1/archives/cost.csv [Pipeline] lock 03:51:20 Trying to acquire lock on [jenkins-edgexfoundry-device-mqtt-go-PR-274-1-stack-cost] 03:51:20 Resource [jenkins-edgexfoundry-device-mqtt-go-PR-274-1-stack-cost] did not exist. Created. 03:51:20 Lock acquired on [jenkins-edgexfoundry-device-mqtt-go-PR-274-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 03:51:20 /w/workspace/device-mqtt-go/1@tmp/durable-31a20900/script.sh: 1: /w/workspace/device-mqtt-go/1@tmp/durable-31a20900/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh 03:51:21 + echo total: 0.18000000715255737 [Pipeline] stash 03:51:21 Warning: overwriting stash ‘stack-cost’ 03:51:22 Stashed 1 file(s) [Pipeline] } 03:51:22 Lock released on resource [jenkins-edgexfoundry-device-mqtt-go-PR-274-1-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 03:51:22 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] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 03:51:25 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 03:51:26 ---> package-listing.sh 03:51:26 ++ facter osfamily 03:51:26 ++ tr '[:upper:]' '[:lower:]' 03:51:26 + OS_FAMILY=redhat 03:51:26 + workspace=/w/workspace/gexfoundry_device-mqtt-go_PR-274 03:51:26 + START_PACKAGES=/tmp/packages_start.txt 03:51:26 + END_PACKAGES=/tmp/packages_end.txt 03:51:26 + DIFF_PACKAGES=/tmp/packages_diff.txt 03:51:26 + PACKAGES=/tmp/packages_start.txt 03:51:26 + '[' /w/workspace/gexfoundry_device-mqtt-go_PR-274 ']' 03:51:26 + PACKAGES=/tmp/packages_end.txt 03:51:26 + case "${OS_FAMILY}" in 03:51:26 + sort 03:51:26 + rpm -qa 03:51:27 + '[' -f /tmp/packages_start.txt ']' 03:51:27 + '[' -f /tmp/packages_end.txt ']' 03:51:27 + diff /tmp/packages_start.txt /tmp/packages_end.txt 03:51:27 + '[' /w/workspace/gexfoundry_device-mqtt-go_PR-274 ']' 03:51:27 + mkdir -p /w/workspace/gexfoundry_device-mqtt-go_PR-274/archives/ 03:51:27 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/gexfoundry_device-mqtt-go_PR-274/archives/ [Pipeline] echo 03:51:27 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-274/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 03:51:27 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 03:51:28 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 03:51:28 03:51:28 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 03:51:28 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 03:51:28 alpine: Pulling from edgex-lftools-log-publisher 03:51:28 df20fa9351a1: Pulling fs layer 03:51:28 36b3adc4ff6f: Pulling fs layer 03:51:28 8ad3a11d3b57: Pulling fs layer 03:51:28 46f8f816bc3b: Pulling fs layer 03:51:28 93b61091891f: Pulling fs layer 03:51:28 93b9cdb0e59b: Pulling fs layer 03:51:28 5e14af77c1be: Pulling fs layer 03:51:28 01666e4c0597: Pulling fs layer 03:51:28 aa168da1d23b: Pulling fs layer 03:51:28 46f8f816bc3b: Waiting 03:51:28 93b61091891f: Waiting 03:51:28 93b9cdb0e59b: Waiting 03:51:28 5e14af77c1be: Waiting 03:51:28 01666e4c0597: Waiting 03:51:28 aa168da1d23b: Waiting 03:51:28 36b3adc4ff6f: Verifying Checksum 03:51:28 36b3adc4ff6f: Download complete 03:51:28 46f8f816bc3b: Verifying Checksum 03:51:28 46f8f816bc3b: Download complete 03:51:28 df20fa9351a1: Verifying Checksum 03:51:28 df20fa9351a1: Download complete 03:51:28 93b9cdb0e59b: Verifying Checksum 03:51:28 93b9cdb0e59b: Download complete 03:51:28 5e14af77c1be: Verifying Checksum 03:51:28 5e14af77c1be: Download complete 03:51:28 01666e4c0597: Download complete 03:51:28 93b61091891f: Verifying Checksum 03:51:28 93b61091891f: Download complete 03:51:28 8ad3a11d3b57: Verifying Checksum 03:51:28 8ad3a11d3b57: Download complete 03:51:28 df20fa9351a1: Pull complete 03:51:29 36b3adc4ff6f: Pull complete 03:51:29 8ad3a11d3b57: Pull complete 03:51:29 46f8f816bc3b: Pull complete 03:51:30 93b61091891f: Pull complete 03:51:30 93b9cdb0e59b: Pull complete 03:51:30 5e14af77c1be: Pull complete 03:51:30 01666e4c0597: Pull complete 03:51:30 aa168da1d23b: Verifying Checksum 03:51:30 aa168da1d23b: Download complete 03:51:34 aa168da1d23b: Pull complete 03:51:34 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 03:51:34 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 03:51:34 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 03:51:35 prd-centos7-docker-4c-2g-447 does not seem to be running inside a container 03:51:35 $ 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-274/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-274 -v /w/workspace/gexfoundry_device-mqtt-go_PR-274:/w/workspace/gexfoundry_device-mqtt-go_PR-274:rw,z -v /w/workspace/gexfoundry_device-mqtt-go_PR-274@tmp:/w/workspace/gexfoundry_device-mqtt-go_PR-274@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:alpine cat 03:51:37 $ docker top 10293afc935dfcaa98fb2afb7db43192971cba8b7717be0662e8a9fc8f4ed527 -eo pid,comm [Pipeline] { [Pipeline] sh 03:51:38 + touch /tmp/pre-build-complete [Pipeline] sh 03:51:38 + mkdir -p /var/log/sa [Pipeline] sh 03:51:38 + ls /var/log/sa-host 03:51:38 + sadf -c /var/log/sa-host/sa05 03:51:38 file_magic: OK 03:51:38 HZ: Using current value: 100 03:51:38 file_header: OK 03:51:38 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 03:51:38 Statistics: 03:51:38 Hnuu...uuuununununu...Hnuu...uuuununununu... 03:51:38 File successfully converted to sysstat format version 12.2.1 03:51:38 + sadf -c /var/log/sa-host/sa11 03:51:38 file_magic: OK 03:51:38 HZ: Using current value: 100 03:51:38 file_header: OK 03:51:38 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 03:51:38 Statistics: 03:51:38 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 03:51:38 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 03:51:39 provisioning config files... 03:51:39 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/gexfoundry_device-mqtt-go_PR-274@tmp/config7412308670605041702tmp [Pipeline] { [Pipeline] echo 03:51:39 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 03:51:39 ---> create-netrc.sh [Pipeline] } 03:51:39 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 03:51:40 ---> python-tools-install.sh [Pipeline] echo 03:51:40 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 03:51:40 ---> sudo-logs.sh 03:51:40 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 03:51:40 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 03:51:40 ---> job-cost.sh 03:51:40 lf-activate-venv: SKIPPING 03:51:40 DEBUG: total: 0.18000000715255737 03:51:40 INFO: Retrieving Stack Cost... 03:51:41 INFO: Retrieving Pricing Info for: v3-standard-2 03:51:42 INFO: Archiving Costs [Pipeline] echo 03:51:42 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 03:51:42 ---> logs-deploy.sh 03:51:42 lf-activate-venv: SKIPPING 03:51:42 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-mqtt-go/PR-274/1 03:51:42 INFO: archiving workspace using pattern(s): 03:51:43 Archives upload complete. 03:51:43 INFO: archiving logs to Nexus 03:51:44 ---> uname -a: 03:51:44 Linux prd-centos7-docker-4c-2g-447.vexxhost.local 3.10.0-1160.21.1.el7.x86_64 #1 SMP Tue Mar 16 18:28:22 UTC 2021 x86_64 Linux 03:51:44 03:51:44 03:51:44 ---> lscpu: 03:51:44 Architecture: x86_64 03:51:44 CPU op-mode(s): 32-bit, 64-bit 03:51:44 Byte Order: Little Endian 03:51:44 Address sizes: 40 bits physical, 48 bits virtual 03:51:44 CPU(s): 2 03:51:44 On-line CPU(s) list: 0,1 03:51:44 Thread(s) per core: 1 03:51:44 Core(s) per socket: 1 03:51:44 Socket(s): 2 03:51:44 NUMA node(s): 1 03:51:44 Vendor ID: AuthenticAMD 03:51:44 CPU family: 23 03:51:44 Model: 49 03:51:44 Model name: AMD EPYC-Rome Processor 03:51:44 Stepping: 0 03:51:44 CPU MHz: 2800.000 03:51:44 BogoMIPS: 5600.00 03:51:44 Virtualization: AMD-V 03:51:44 Hypervisor vendor: KVM 03:51:44 Virtualization type: full 03:51:44 L1d cache: 64 KiB 03:51:44 L1i cache: 64 KiB 03:51:44 L2 cache: 1 MiB 03:51:44 L3 cache: 32 MiB 03:51:44 NUMA node0 CPU(s): 0,1 03:51:44 Vulnerability Itlb multihit: Not affected 03:51:44 Vulnerability L1tf: Not affected 03:51:44 Vulnerability Mds: Not affected 03:51:44 Vulnerability Meltdown: Not affected 03:51:44 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 03:51:44 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 03:51:44 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 03:51:44 Vulnerability Srbds: Not affected 03:51:44 Vulnerability Tsx async abort: Not affected 03:51:44 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 retpoline_amd ssbd ibrs ibpb stibp vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 arat npt nrip_save umip spec_ctrl intel_stibp 03:51:44 03:51:44 03:51:44 ---> nproc: 03:51:44 2 03:51:44 03:51:44 03:51:44 ---> df -h: 03:51:44 Filesystem Size Used Available Use% Mounted on 03:51:44 overlay 40.0G 7.6G 32.4G 19% / 03:51:44 tmpfs 64.0M 0 64.0M 0% /dev 03:51:44 tmpfs 3.8G 0 3.8G 0% /sys/fs/cgroup 03:51:44 shm 64.0M 0 64.0M 0% /dev/shm 03:51:44 /dev/vda1 40.0G 7.6G 32.4G 19% /facter-os 03:51:44 /dev/vda1 40.0G 7.6G 32.4G 19% /etc/resolv.conf 03:51:44 /dev/vda1 40.0G 7.6G 32.4G 19% /etc/hostname 03:51:44 /dev/vda1 40.0G 7.6G 32.4G 19% /etc/hosts 03:51:44 /dev/vda1 40.0G 7.6G 32.4G 19% /run/cloud-init/result.json 03:51:44 /dev/vda1 40.0G 7.6G 32.4G 19% /w/workspace/gexfoundry_device-mqtt-go_PR-274 03:51:44 /dev/vda1 40.0G 7.6G 32.4G 19% /w/workspace/gexfoundry_device-mqtt-go_PR-274@tmp 03:51:44 /dev/vda1 40.0G 7.6G 32.4G 19% /var/log/sa-host 03:51:44 /dev/vda1 40.0G 7.6G 32.4G 19% /var/log/secure 03:51:44 /dev/vda1 40.0G 7.6G 32.4G 19% /var/log/auth.log 03:51:44 03:51:44 03:51:44 ---> free -m: 03:51:44 total used free shared buff/cache available 03:51:44 Mem: 7821 982 4745 0 2093 6661 03:51:44 Swap: 1023 0 1023 03:51:44 03:51:44 03:51:44 ---> ip addr: 03:51:44 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 03:51:44 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 03:51:44 inet 127.0.0.1/8 scope host lo 03:51:44 valid_lft forever preferred_lft forever 03:51:44 inet6 ::1/128 scope host 03:51:44 valid_lft forever preferred_lft forever 03:51:44 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 03:51:44 link/ether fa:16:3e:a5:21:2f brd ff:ff:ff:ff:ff:ff 03:51:44 inet 10.30.122.33/23 brd 10.30.123.255 scope global dynamic eth0 03:51:44 valid_lft 85792sec preferred_lft 85792sec 03:51:44 inet6 fe80::f816:3eff:fea5:212f/64 scope link 03:51:44 valid_lft forever preferred_lft forever 03:51:44 3: docker0: mtu 1500 qdisc noqueue state DOWN 03:51:44 link/ether 02:42:fc:17:18:7a brd ff:ff:ff:ff:ff:ff 03:51:44 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 03:51:44 valid_lft forever preferred_lft forever 03:51:44 inet6 fe80::42:fcff:fe17:187a/64 scope link 03:51:44 valid_lft forever preferred_lft forever 03:51:44 03:51:44 03:51:44 ---> sar -b -r -n DEV: 03:51:44 Linux 3.10.0-1160.21.1.el7.x86_64 (centos-7-docker-606adb87-c9a3-b56e-c965-7bc42a059c0f.vexxhost.lo) 06/11/21 _x86_64_ (2 CPU) 03:51:44 03:51:44 03:41:22 LINUX RESTART (2 CPU) 03:51:44 03:51:44 03:42:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 03:51:44 03:43:01 83.85 4.46 79.38 0.00 2836.30 3487.98 0.00 03:51:44 03:44:01 0.98 0.00 0.98 0.00 0.00 21.55 0.00 03:51:44 03:45:01 0.27 0.00 0.27 0.00 0.00 2.98 0.00 03:51:44 03:46:01 0.22 0.00 0.22 0.00 0.00 3.33 0.00 03:51:44 03:47:01 0.28 0.00 0.28 0.00 0.00 3.70 0.00 03:51:44 03:48:01 0.22 0.00 0.22 0.00 0.00 3.22 0.00 03:51:44 03:49:01 0.25 0.00 0.25 0.00 0.00 3.95 0.00 03:51:44 03:50:01 0.28 0.00 0.28 0.00 0.00 2.90 0.00 03:51:44 03:51:01 0.32 0.00 0.32 0.00 0.00 3.35 0.00 03:51:44 Average: 9.63 0.50 9.14 0.00 315.23 392.65 0.00 03:51:44 03:51:44 03:42:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 03:51:44 03:43:01 5459504 0 810168 10.12 2620 1736640 1283088 14.17 573148 1575124 20 03:51:44 03:44:01 5465444 0 804220 10.04 2620 1736648 1237280 13.66 568632 1575092 8 03:51:44 03:45:01 5469600 0 800064 9.99 2620 1736648 1204300 13.30 565324 1574776 8 03:51:44 03:46:01 5468724 0 800936 10.00 2620 1736652 1204300 13.30 566300 1574776 8 03:51:44 03:47:01 5466000 0 803652 10.03 2620 1736660 1204396 13.30 565020 1579376 16 03:51:44 03:48:01 5463496 0 806156 10.07 2620 1736660 1204540 13.30 566912 1579376 8 03:51:44 03:49:01 5464988 0 804656 10.05 2620 1736668 1204300 13.30 565884 1579376 8 03:51:44 03:50:01 5456372 0 813264 10.15 2620 1736676 1204300 13.30 574084 1579376 8 03:51:44 03:51:01 5454864 0 814768 10.17 2620 1736680 1204300 13.30 575800 1579380 16 03:51:44 Average: 5463221 0 806432 10.07 2620 1736659 1216756 13.43 569012 1577406 11 03:51:44 03:51:44 03:42:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 03:51:44 03:43:01 eth0 328.54 233.76 702.66 61.30 0.00 0.00 0.00 0.00 03:51:44 03:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:51:44 03:43:01 docker0 2.40 2.08 0.55 5.68 0.00 0.00 0.00 0.00 03:51:44 03:44:01 eth0 0.52 0.27 0.27 0.20 0.00 0.00 0.00 0.00 03:51:44 03:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:51:44 03:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:51:44 03:45:01 eth0 0.12 0.08 0.01 0.01 0.00 0.00 0.00 0.00 03:51:44 03:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:51:44 03:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:51:44 03:46:01 eth0 0.57 0.08 0.04 0.01 0.00 0.00 0.00 0.00 03:51:44 03:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:51:44 03:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:51:44 03:47:01 eth0 0.97 0.17 0.16 0.04 0.00 0.00 0.00 0.00 03:51:44 03:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:51:44 03:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:51:44 03:48:01 eth0 0.98 0.55 0.59 0.42 0.00 0.00 0.00 0.00 03:51:44 03:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:51:44 03:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:51:44 03:49:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 03:51:44 03:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:51:44 03:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:51:44 03:50:01 eth0 0.22 0.08 0.02 0.01 0.00 0.00 0.00 0.00 03:51:44 03:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:51:44 03:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:51:44 03:51:01 eth0 0.12 0.08 0.01 0.01 0.00 0.00 0.00 0.00 03:51:44 03:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:51:44 03:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:51:44 Average: eth0 36.91 26.13 78.22 6.89 0.00 0.00 0.00 0.00 03:51:44 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:51:44 Average: docker0 0.27 0.23 0.06 0.63 0.00 0.00 0.00 0.00 03:51:44 03:51:44 03:51:44 ---> sar -P ALL: 03:51:44 Linux 3.10.0-1160.21.1.el7.x86_64 (centos-7-docker-606adb87-c9a3-b56e-c965-7bc42a059c0f.vexxhost.lo) 06/11/21 _x86_64_ (2 CPU) 03:51:44 03:51:44 03:41:22 LINUX RESTART (2 CPU) 03:51:44 03:51:44 03:42:01 CPU %user %nice %system %iowait %steal %idle 03:51:44 03:43:01 all 7.44 0.00 2.59 2.69 0.07 87.21 03:51:44 03:43:01 0 7.56 0.00 2.82 1.88 0.05 87.69 03:51:44 03:43:01 1 7.32 0.00 2.37 3.49 0.09 86.73 03:51:44 03:44:01 all 0.11 0.00 0.04 0.00 0.03 99.82 03:51:44 03:44:01 0 0.03 0.00 0.05 0.00 0.02 99.90 03:51:44 03:44:01 1 0.18 0.00 0.03 0.00 0.03 99.75 03:51:44 03:45:01 all 0.12 0.00 0.02 0.00 0.03 99.83 03:51:44 03:45:01 0 0.05 0.00 0.00 0.00 0.03 99.92 03:51:44 03:45:01 1 0.18 0.00 0.03 0.00 0.03 99.75 03:51:44 03:46:01 all 0.18 0.00 0.03 0.00 0.03 99.76 03:51:44 03:46:01 0 0.02 0.00 0.03 0.00 0.05 99.90 03:51:44 03:46:01 1 0.35 0.00 0.02 0.00 0.02 99.62 03:51:44 03:47:01 all 0.19 0.00 0.03 0.00 0.03 99.76 03:51:44 03:47:01 0 0.13 0.00 0.03 0.00 0.02 99.82 03:51:44 03:47:01 1 0.25 0.00 0.02 0.00 0.03 99.70 03:51:44 03:48:01 all 0.16 0.00 0.03 0.00 0.01 99.81 03:51:44 03:48:01 0 0.10 0.00 0.03 0.00 0.02 99.85 03:51:44 03:48:01 1 0.22 0.00 0.02 0.00 0.00 99.77 03:51:44 03:49:01 all 0.13 0.00 0.03 0.01 0.03 99.80 03:51:44 03:49:01 0 0.05 0.00 0.03 0.00 0.03 99.88 03:51:44 03:49:01 1 0.22 0.00 0.03 0.02 0.02 99.72 03:51:44 03:50:01 all 0.10 0.00 0.03 0.00 0.02 99.85 03:51:44 03:50:01 0 0.03 0.00 0.03 0.00 0.03 99.90 03:51:44 03:50:01 1 0.17 0.00 0.03 0.00 0.00 99.80 03:51:44 03:51:01 all 0.13 0.00 0.02 0.00 0.03 99.83 03:51:44 03:51:01 0 0.07 0.00 0.02 0.00 0.03 99.88 03:51:44 03:51:01 1 0.18 0.00 0.02 0.00 0.02 99.78 03:51:44 Average: all 0.94 0.00 0.31 0.29 0.03 98.43 03:51:44 Average: 0 0.88 0.00 0.33 0.21 0.03 98.55 03:51:44 Average: 1 1.00 0.00 0.28 0.38 0.03 98.31 03:51:44 03:51:44 03:51:44