Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from fe528491bba3fee0f8df2cff68391009d47da719 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-ssh1048666823784019857.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 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-ssh6050112908461647507.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 cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 The recommended git tool is: git using credential edgex-jenkins-ssh > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/edgexfoundry/jobs/device-mqtt-go/branches/main/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82/.git # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [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/main/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh7913821098810079456.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 # timeout=10 Commit message: "Merge pull request #420 from bill-mahoney/levski-update" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that 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-ssh1076504365702188347.key > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 65355178549468b165f8106641c96c3190b1d843 The recommended git tool is: NONE using credential edgex-jenkins-ssh > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/edgexfoundry/jobs/device-mqtt-go/branches/main/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e/.git # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [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/main/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh13839612387183777050.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 65355178549468b165f8106641c96c3190b1d843 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 65355178549468b165f8106641c96c3190b1d843 # timeout=10 Commit message: "Fix: Add S3 URL in href to ship logs" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that 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:false] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[ubuntu20.04-docker-8c-8g, ubuntu20.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.18 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: false 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 SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘prd-ubuntu20.04-docker-8c-8g-1033’ Running on prd-ubuntu20.04-docker-8c-8g-1036 in /w/workspace/edgexfoundry_device-mqtt-go_main [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/edgexfoundry_device-mqtt-go_main # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git > git --version # timeout=10 > git --version # 'git version 2.25.1' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision fe528491bba3fee0f8df2cff68391009d47da719 (main) Commit message: "Merge pull request #444 from jinlinGuan/issue-4248-mqtt" > 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 core.sparsecheckout # timeout=10 > git checkout -f fe528491bba3fee0f8df2cff68391009d47da719 # timeout=10 > git rev-list --no-walk 2c0ad64fa4012812b904ce8a048042a45883a5b2 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 05:05:05 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 05:05:05 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 05:05:05 ========================================================= 05:05:05 EdgeX Global Pipelines Version Info 05:05:05 ========================================================= [Pipeline] libraryResource [Pipeline] sh 05:05:06 ------------------- 05:05:06 stable info: 05:05:06 ------------------- 05:05:06 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 05:05:06 Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 05:05:06 Message: update stable to v1.0.244 05:05:06 ------------------- 05:05:06 experimental info: 05:05:06 ------------------- 05:05:06 Commited By: **** collab-it+edgex@linuxfoundation.org 05:05:06 Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 05:05:06 Message: update experimental to v1.0.244 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 05:05:07 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-mqtt-go-settings [Pipeline] echo 05:05:07 [edgeXSetupEnvironment]: set envvar PROJECT = device-mqtt-go [Pipeline] echo 05:05:07 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 05:05:07 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 05:05:07 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 05:05:07 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.18 [Pipeline] echo 05:05:07 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 05:05:07 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 05:05:07 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 05:05:07 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 05:05:07 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 05:05:07 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-mqtt [Pipeline] echo 05:05:07 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 05:05:07 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 05:05:07 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 05:05:07 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 05:05:07 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 05:05:07 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 05:05:07 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 05:05:07 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 05:05:07 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 05:05:07 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 05:05:07 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 05:05:07 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 05:05:07 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 05:05:07 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 05:05:07 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 05:05:07 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo 05:05:07 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo 05:05:07 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo 05:05:07 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = fe528491bba3fee0f8df2cff68391009d47da719 [Pipeline] echo 05:05:07 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = fe52849 [Pipeline] echo 05:05:07 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 05:05:07 provisioning config files... 05:05:07 copy managed file [device-mqtt-go-settings] to file:/w/workspace/edgexfoundry_device-mqtt-go_main@tmp/config9567023971793957566tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 05:05:07 ---> docker-login.sh 05:05:07 nexus3.edgexfoundry.org:10001 05:05:08 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:05:08 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:05:08 Configure a credential helper to remove this warning. See 05:05:08 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:05:08 05:05:08 Login Succeeded 05:05:08 nexus3.edgexfoundry.org:10002 05:05:08 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:05:08 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:05:08 Configure a credential helper to remove this warning. See 05:05:08 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:05:08 05:05:08 Login Succeeded 05:05:08 nexus3.edgexfoundry.org:10003 05:05:08 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:05:08 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:05:08 Configure a credential helper to remove this warning. See 05:05:08 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:05:08 05:05:08 Login Succeeded 05:05:08 nexus3.edgexfoundry.org:10004 05:05:08 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:05:08 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:05:08 Configure a credential helper to remove this warning. See 05:05:08 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:05:08 05:05:08 Login Succeeded 05:05:08 docker.io 05:05:08 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:05:08 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:05:08 Configure a credential helper to remove this warning. See 05:05:08 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:05:08 05:05:08 Login Succeeded 05:05:08 ---> docker-login.sh ends [Pipeline] } 05:05:08 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh 05:05:09 + git rev-list -1 --merges fe528491bba3fee0f8df2cff68391009d47da719~1..fe528491bba3fee0f8df2cff68391009d47da719 [Pipeline] echo 05:05:09 -----------> git rev-list -1 --merges fe528491bba3fee0f8df2cff68391009d47da719~1..fe528491bba3fee0f8df2cff68391009d47da719 fe528491bba3fee0f8df2cff68391009d47da719 05:05:09 fe528491bba3fee0f8df2cff68391009d47da719 [false] [Pipeline] sh 05:05:09 + git log --format=format:%s -1 fe528491bba3fee0f8df2cff68391009d47da719 [Pipeline] echo 05:05:09 ========================================================= 05:05:09 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 05:05:09 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 05:05:10 + git log --format=format:%s -1 fe528491bba3fee0f8df2cff68391009d47da719 [Pipeline] echo 05:05:10 [semverPrep] GIT_COMMIT: fe528491bba3fee0f8df2cff68391009d47da719, Commit Message: Merge pull request #444 from jinlinGuan/issue-4248-mqtt [Pipeline] echo 05:05:10 [semverPrep] This is not a build commit. [Pipeline] sh 05:05:10 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 05:05:10 + grep -v github /etc/ssh/ssh_known_hosts 05:05:10 + [ -e /tmp/ssh_known_hosts ] 05:05:10 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 05:05:10 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 05:05:10 + sudo tee -a /etc/ssh/ssh_known_hosts 05:05:10 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:05:10 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 05:05:10 05:05:10 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:05:11 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 05:05:11 0.1.4: Pulling from edgex-devops/py-git-semver 05:05:11 b85a868b505f: Pulling fs layer 05:05:11 e2be974225ed: Pulling fs layer 05:05:11 339a4e72a1f5: Pulling fs layer 05:05:11 988bab9f4d93: Pulling fs layer 05:05:11 1469e6f7b9e6: Pulling fs layer 05:05:11 eaf3925da568: Pulling fs layer 05:05:11 bab4dde63d76: Pulling fs layer 05:05:11 bde34c3a00c8: Pulling fs layer 05:05:11 b352a97aabf1: Pulling fs layer 05:05:11 4872d77fe225: Pulling fs layer 05:05:11 5851b861e8e6: Pulling fs layer 05:05:11 bab4dde63d76: Waiting 05:05:11 bde34c3a00c8: Waiting 05:05:11 b352a97aabf1: Waiting 05:05:11 4872d77fe225: Waiting 05:05:11 5851b861e8e6: Waiting 05:05:11 988bab9f4d93: Waiting 05:05:11 1469e6f7b9e6: Waiting 05:05:11 eaf3925da568: Waiting 05:05:11 e2be974225ed: Download complete 05:05:11 988bab9f4d93: Verifying Checksum 05:05:11 988bab9f4d93: Download complete 05:05:11 1469e6f7b9e6: Verifying Checksum 05:05:11 1469e6f7b9e6: Download complete 05:05:11 339a4e72a1f5: Verifying Checksum 05:05:11 339a4e72a1f5: Download complete 05:05:11 eaf3925da568: Download complete 05:05:11 bde34c3a00c8: Verifying Checksum 05:05:11 bde34c3a00c8: Download complete 05:05:11 b352a97aabf1: Verifying Checksum 05:05:11 b352a97aabf1: Download complete 05:05:11 4872d77fe225: Verifying Checksum 05:05:11 4872d77fe225: Download complete 05:05:11 5851b861e8e6: Download complete 05:05:11 b85a868b505f: Verifying Checksum 05:05:11 b85a868b505f: Download complete 05:05:11 bab4dde63d76: Verifying Checksum 05:05:11 bab4dde63d76: Download complete 05:05:12 b85a868b505f: Pull complete 05:05:12 e2be974225ed: Pull complete 05:05:13 339a4e72a1f5: Pull complete 05:05:13 988bab9f4d93: Pull complete 05:05:13 1469e6f7b9e6: Pull complete 05:05:13 eaf3925da568: Pull complete 05:05:15 bab4dde63d76: Pull complete 05:05:15 bde34c3a00c8: Pull complete 05:05:15 b352a97aabf1: Pull complete 05:05:15 4872d77fe225: Pull complete 05:05:15 5851b861e8e6: Pull complete 05:05:15 Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 05:05:15 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 05:05:15 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 05:05:16 prd-ubuntu20.04-docker-8c-8g-1036 does not seem to be running inside a container 05:05:16 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_device-mqtt-go_main -v /w/workspace/edgexfoundry_device-mqtt-go_main:/w/workspace/edgexfoundry_device-mqtt-go_main:rw,z -v /w/workspace/edgexfoundry_device-mqtt-go_main@tmp:/w/workspace/edgexfoundry_device-mqtt-go_main@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:10003/edgex-devops/py-git-semver:0.1.4 cat 05:05:17 $ docker top 15c32e0b531a014ed7cd4aa2911be5c965f5435dcda139673f5497e28812cd03 -eo pid,comm 05:05:17 ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). 05:05:17 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 05:05:17 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 05:05:17 [ssh-agent] Looking for ssh-agent implementation... 05:05:17 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 05:05:17 $ docker exec 15c32e0b531a014ed7cd4aa2911be5c965f5435dcda139673f5497e28812cd03 ssh-agent 05:05:17 SSH_AUTH_SOCK=/tmp/ssh-MwrjkAqBoXOK/agent.32 05:05:17 SSH_AGENT_PID=38 05:05:17 Running ssh-add (command line suppressed) 05:05:18 Identity added: /w/workspace/edgexfoundry_device-mqtt-go_main@tmp/private_key_11940697024835175022.key (/w/workspace/edgexfoundry_device-mqtt-go_main@tmp/private_key_11940697024835175022.key) 05:05:18 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 05:05:18 + git tag --points-at HEAD [Pipeline] } 05:05:18 $ docker exec --env ******** --env ******** 15c32e0b531a014ed7cd4aa2911be5c965f5435dcda139673f5497e28812cd03 ssh-agent -k 05:05:18 unset SSH_AUTH_SOCK; 05:05:18 unset SSH_AGENT_PID; 05:05:18 echo Agent pid 38 killed; 05:05:18 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 05:05:18 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 05:05:18 [ssh-agent] Looking for ssh-agent implementation... 05:05:18 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 05:05:18 $ docker exec 15c32e0b531a014ed7cd4aa2911be5c965f5435dcda139673f5497e28812cd03 ssh-agent 05:05:18 SSH_AUTH_SOCK=/tmp/ssh-8DHODccDd2Rc/agent.70 05:05:18 SSH_AGENT_PID=77 05:05:18 Running ssh-add (command line suppressed) 05:05:18 Identity added: /w/workspace/edgexfoundry_device-mqtt-go_main@tmp/private_key_12808536443753142427.key (/w/workspace/edgexfoundry_device-mqtt-go_main@tmp/private_key_12808536443753142427.key) 05:05:18 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 05:05:19 + git semver init 05:05:19 2023-01-04 05:05:19,356 [run_init] DEBUG init version:0.0.0 force:False 05:05:19 2023-01-04 05:05:19,358 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgexfoundry_device-mqtt-go_main/.semver 05:05:19 2023-01-04 05:05:19,358 [execute] INFO git clone -b semver git@github.com:edgexfoundry/device-mqtt-go.git /w/workspace/edgexfoundry_device-mqtt-go_main/.semver 05:05:19 2023-01-04 05:05:19,359 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/device-mqtt-go.git', '/w/workspace/edgexfoundry_device-mqtt-go_main/.semver'], cwd=/w/workspace/edgexfoundry_device-mqtt-go_main, universal_newlines=False, shell=None, istream=None) 05:05:20 2023-01-04 05:05:20,178 [append_file] DEBUG append to file:/w/workspace/edgexfoundry_device-mqtt-go_main/.git/info/exclude 05:05:20 2023-01-04 05:05:20,178 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgexfoundry_device-mqtt-go_main/.semver/main with force:False 05:05:20 2023-01-04 05:05:20,178 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-mqtt-go_main/.semver/main 05:05:20 2023-01-04 05:05:20,179 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-mqtt-go_main/.semver/main 05:05:20 3.0.0-dev.3 [Pipeline] } 05:05:20 $ docker exec --env ******** --env ******** 15c32e0b531a014ed7cd4aa2911be5c965f5435dcda139673f5497e28812cd03 ssh-agent -k 05:05:20 unset SSH_AUTH_SOCK; 05:05:20 unset SSH_AGENT_PID; 05:05:20 echo Agent pid 77 killed; 05:05:20 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 05:05:20 + git semver [Pipeline] } 05:05:21 $ docker stop --time=1 15c32e0b531a014ed7cd4aa2911be5c965f5435dcda139673f5497e28812cd03 05:05:22 $ docker rm -f --volumes 15c32e0b531a014ed7cd4aa2911be5c965f5435dcda139673f5497e28812cd03 [Pipeline] // withDockerContainer [Pipeline] sh 05:05:22 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 05:05:22 Stashed 1 file(s) [Pipeline] echo 05:05:22 [edgeXSemver]: initialized semver on version 3.0.0-dev.3 [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] withEnv [Pipeline] { [Pipeline] node [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 05:05:23 provisioning config files... 05:05:23 copy managed file [device-mqtt-go-settings] to file:/w/workspace/edgexfoundry_device-mqtt-go_main@tmp/config12278383825115258815tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 05:05:23 ---> docker-login.sh 05:05:23 nexus3.edgexfoundry.org:10001 05:05:23 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:05:23 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:05:23 Configure a credential helper to remove this warning. See 05:05:23 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:05:23 05:05:23 Login Succeeded 05:05:23 nexus3.edgexfoundry.org:10002 05:05:23 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:05:23 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:05:23 Configure a credential helper to remove this warning. See 05:05:23 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:05:23 05:05:23 Login Succeeded 05:05:23 nexus3.edgexfoundry.org:10003 05:05:23 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:05:23 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:05:23 Configure a credential helper to remove this warning. See 05:05:23 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:05:23 05:05:23 Login Succeeded 05:05:23 nexus3.edgexfoundry.org:10004 05:05:23 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:05:23 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:05:23 Configure a credential helper to remove this warning. See 05:05:23 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:05:23 05:05:23 Login Succeeded 05:05:23 docker.io 05:05:23 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:05:38 Still waiting to schedule task 05:05:38 Waiting for next available executor on ‘prd-ubuntu20.04-docker-arm64-4c-16g-1035’ 05:05:38 Error response from daemon: Get "https://registry-1.docker.io/v2/": net/http: request canceled while waiting for connection (Client.Timeout exceeded while awaiting headers) [Pipeline] } 05:05:38 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) Stage "Test" skipped due to earlier failure(s) [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] withEnv [Pipeline] { [Pipeline] sh 05:05:39 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 05:05:39 05:05:39 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:05:39 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 05:05:39 latest: Pulling from edgex-lftools-log-publisher 05:05:39 5eb5b503b376: Pulling fs layer 05:05:39 5c69ac0246d0: Pulling fs layer 05:05:39 ec43610c2a17: Pulling fs layer 05:05:39 3a2ae6a8a46f: Pulling fs layer 05:05:39 33b1e0a273af: Pulling fs layer 05:05:39 5d3b04190fa2: Pulling fs layer 05:05:39 2f39f015ded8: Pulling fs layer 05:05:39 5d3b04190fa2: Waiting 05:05:39 3a2ae6a8a46f: Waiting 05:05:39 33b1e0a273af: Waiting 05:05:39 2f39f015ded8: Waiting 05:05:39 5c69ac0246d0: Download complete 05:05:39 3a2ae6a8a46f: Download complete 05:05:39 33b1e0a273af: Verifying Checksum 05:05:39 33b1e0a273af: Download complete 05:05:39 ec43610c2a17: Verifying Checksum 05:05:39 ec43610c2a17: Download complete 05:05:39 5d3b04190fa2: Download complete 05:05:39 5eb5b503b376: Verifying Checksum 05:05:39 5eb5b503b376: Download complete 05:05:40 2f39f015ded8: Verifying Checksum 05:05:40 2f39f015ded8: Download complete 05:05:41 5eb5b503b376: Pull complete 05:05:41 5c69ac0246d0: Pull complete 05:05:41 ec43610c2a17: Pull complete 05:05:41 3a2ae6a8a46f: Pull complete 05:05:42 33b1e0a273af: Pull complete 05:05:42 5d3b04190fa2: Pull complete 05:05:47 2f39f015ded8: Pull complete 05:05:47 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 05:05:47 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 05:05:47 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 05:05:47 prd-ubuntu20.04-docker-8c-8g-1036 does not seem to be running inside a container 05:05:47 $ 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/edgexfoundry_device-mqtt-go_main -v /w/workspace/edgexfoundry_device-mqtt-go_main:/w/workspace/edgexfoundry_device-mqtt-go_main:rw,z -v /w/workspace/edgexfoundry_device-mqtt-go_main@tmp:/w/workspace/edgexfoundry_device-mqtt-go_main@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 05:05:49 $ docker top e0fcf75d5e5a9c32e0ab42a73c2eae15838d26f98c5813c503f1b20a7afc914a -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 05:05:49 ---> job-cost.sh 05:05:49 lf-activate-venv: SKIPPING 05:05:49 INFO: No Stack... 05:05:49 INFO: Retrieving Pricing Info for: v3-standard-8 [Pipeline] echo 05:08:11 Exception caught while running job-cost.sh. [Pipeline] } 05:08:11 $ docker stop --time=1 e0fcf75d5e5a9c32e0ab42a73c2eae15838d26f98c5813c503f1b20a7afc914a 05:08:12 $ docker rm -f --volumes e0fcf75d5e5a9c32e0ab42a73c2eae15838d26f98c5813c503f1b20a7afc914a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 05:08:12 Failed in branch amd64 05:08:18 Running on prd-ubuntu20.04-docker-arm64-4c-16g-1038 in /w/workspace/edgexfoundry_device-mqtt-go_main [Pipeline] { [Pipeline] ws 05:08:18 Running in /w/workspace/device-mqtt-go/85 [Pipeline] { [Pipeline] checkout 05:08:18 Selected Git installation does not exist. Using Default 05:08:18 The recommended git tool is: NONE 05:08:23 using credential edgex-jenkins-ssh 05:08:23 Cloning the remote Git repository 05:08:23 Cloning repository git@github.com:edgexfoundry/device-mqtt-go.git 05:08:23 > git init /w/workspace/device-mqtt-go/85 # timeout=10 05:08:23 Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git 05:08:23 > git --version # timeout=10 05:08:23 > git --version # 'git version 2.25.1' 05:08:23 using GIT_SSH to set credentials SSH Credentials for GitHub 05:08:23 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 05:08:24 > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 05:08:24 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 05:08:25 Avoid second fetch 05:08:25 Checking out Revision fe528491bba3fee0f8df2cff68391009d47da719 (main) 05:08:26 Commit message: "Merge pull request #444 from jinlinGuan/issue-4248-mqtt" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 05:08:25 > git config core.sparsecheckout # timeout=10 05:08:25 > git checkout -f fe528491bba3fee0f8df2cff68391009d47da719 # timeout=10 05:08:27 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 05:08:27 % Total % Received % Xferd Average Speed Time Time Time Current 05:08:27 Dload Upload Total Spent Left Speed 05:08:27 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 249k 0 --:--:-- --:--:-- --:--:-- 249k [Pipeline] sh 05:08:27 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 05:08:28 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 05:08:28 + sudo tee /etc/docker/daemon.new 05:08:28 { 05:08:28 "registry-mirrors": [ 05:08:28 "https://nexus3.edgexfoundry.org:10001" 05:08:28 ], 05:08:28 "bip": "10.250.0.254/24", 05:08:28 "hosts": [ 05:08:28 "tcp://0.0.0.0:5555", 05:08:28 "unix:///var/run/docker.sock" 05:08:28 ], 05:08:28 "mtu": 1458, 05:08:28 "selinux-enabled": true, 05:08:28 "seccomp-profile": "/etc/docker/seccomp.json" 05:08:28 } [Pipeline] sh 05:08:28 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 05:08:28 + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 05:08:47 provisioning config files... 05:08:47 copy managed file [device-mqtt-go-settings] to file:/w/workspace/device-mqtt-go/85@tmp/config8220526528610651294tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 05:08:47 ---> docker-login.sh 05:08:47 nexus3.edgexfoundry.org:10001 05:08:48 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:08:48 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:08:48 Configure a credential helper to remove this warning. See 05:08:48 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:08:48 05:08:48 Login Succeeded 05:08:48 nexus3.edgexfoundry.org:10002 05:08:48 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:08:48 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:08:48 Configure a credential helper to remove this warning. See 05:08:48 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:08:48 05:08:48 Login Succeeded 05:08:48 nexus3.edgexfoundry.org:10003 05:08:48 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:08:48 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:08:48 Configure a credential helper to remove this warning. See 05:08:48 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:08:48 05:08:48 Login Succeeded 05:08:48 nexus3.edgexfoundry.org:10004 05:08:49 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:08:49 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:08:49 Configure a credential helper to remove this warning. See 05:08:49 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:08:49 05:08:49 Login Succeeded 05:08:49 docker.io 05:08:49 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:08:49 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:08:49 Configure a credential helper to remove this warning. See 05:08:49 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:08:49 05:08:49 Login Succeeded 05:08:49 ---> docker-login.sh ends [Pipeline] } 05:08:49 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 05:08:49 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 05:08:49 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 05:08:49 ========================================================= 05:08:49 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine] 05:08:49 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:08:50 + docker build -t ci-base-image-arm64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine --build-arg MAKE=echo noop --target=builder . 05:08:50 Sending build context to Docker daemon 3.25MB 05:08:50 Step 1/12 : ARG BASE=golang:1.18-alpine3.16 05:08:50 Step 2/12 : FROM ${BASE} AS builder 05:08:50 1.18-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 05:08:50 9b18e9b68314: Pulling fs layer 05:08:50 35d82f9e3411: Pulling fs layer 05:08:50 e16973657156: Pulling fs layer 05:08:50 fc693d55d65f: Pulling fs layer 05:08:50 7e9fc2657dce: Pulling fs layer 05:08:50 dda99020689f: Pulling fs layer 05:08:50 db1c61fa0a46: Pulling fs layer 05:08:50 891c053d2c06: Pulling fs layer 05:08:50 fc693d55d65f: Waiting 05:08:50 db1c61fa0a46: Waiting 05:08:50 7e9fc2657dce: Waiting 05:08:50 dda99020689f: Waiting 05:08:50 891c053d2c06: Waiting 05:08:50 e16973657156: Download complete 05:08:50 35d82f9e3411: Verifying Checksum 05:08:50 35d82f9e3411: Download complete 05:08:50 7e9fc2657dce: Verifying Checksum 05:08:50 7e9fc2657dce: Download complete 05:08:50 dda99020689f: Download complete 05:08:50 9b18e9b68314: Verifying Checksum 05:08:50 9b18e9b68314: Download complete 05:08:51 891c053d2c06: Verifying Checksum 05:08:51 891c053d2c06: Download complete 05:08:53 db1c61fa0a46: Download complete 05:08:53 9b18e9b68314: Pull complete 05:08:53 fc693d55d65f: Download complete 05:08:53 35d82f9e3411: Pull complete 05:08:54 e16973657156: Pull complete 05:09:06 fc693d55d65f: Pull complete 05:09:06 7e9fc2657dce: Pull complete 05:09:06 dda99020689f: Pull complete 05:09:11 db1c61fa0a46: Pull complete 05:09:13 891c053d2c06: Pull complete 05:09:13 Digest: sha256:2cacf8bfc28650abd52610e42dcfc04852e818eb73900ea96edaef96a54d0b45 05:09:13 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine 05:09:13 ---> f96f9c87975a 05:09:13 Step 3/12 : ARG ADD_BUILD_TAGS="" 05:09:15 ---> Running in a41703950d56 05:09:16 Removing intermediate container a41703950d56 05:09:16 ---> 5be58e2765fb 05:09:16 Step 4/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 05:09:16 ---> Running in 126cb0eed8a4 05:09:16 Removing intermediate container 126cb0eed8a4 05:09:16 ---> 5f04b5a878d4 05:09:16 Step 5/12 : ARG ALPINE_PKG_BASE="make git openssh-client gcc libc-dev zeromq-dev libsodium-dev" 05:09:16 ---> Running in 7bb48149b77d 05:09:16 Removing intermediate container 7bb48149b77d 05:09:16 ---> 262e28bb24d0 05:09:16 Step 6/12 : ARG ALPINE_PKG_EXTRA="" 05:09:17 ---> Running in 12a6a5870aac 05:09:17 Removing intermediate container 12a6a5870aac 05:09:17 ---> b344aad0f4d9 05:09:17 Step 7/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 05:09:17 ---> Running in c1d594361e98 05:09:18 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 05:09:18 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 05:09:19 (1/4) Installing openssh-keygen (9.0_p1-r2) 05:09:19 (2/4) Installing libedit (20210910.3.1-r0) 05:09:19 (3/4) Installing openssh-client-common (9.0_p1-r2) 05:09:19 (4/4) Installing openssh-client-default (9.0_p1-r2) 05:09:20 Executing busybox-1.35.0-r17.trigger 05:09:20 OK: 226 MiB in 55 packages 05:09:20 Removing intermediate container c1d594361e98 05:09:20 ---> 714411746727 05:09:20 Step 8/12 : WORKDIR /device-mqtt-go 05:09:20 ---> Running in e4ab0d3e7109 05:09:21 Removing intermediate container e4ab0d3e7109 05:09:21 ---> 6d68aa600215 05:09:21 Step 9/12 : COPY go.mod vendor* ./ 05:09:21 ---> 6f39ef0adcc9 05:09:21 Step 10/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 05:09:22 ---> Running in b5e1ee61e8d1 05:10:18 Removing intermediate container b5e1ee61e8d1 05:10:18 ---> bd2259ee20cc 05:10:18 Step 11/12 : COPY . . 05:10:18 ---> c9ff2524ffda 05:10:18 Step 12/12 : RUN $MAKE 05:10:18 ---> Running in 8f22ab841444 05:10:18 noop 05:10:18 Removing intermediate container 8f22ab841444 05:10:18 ---> a6db33cee0d4 05:10:18 Successfully built a6db33cee0d4 05:10:18 Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:10:19 + docker inspect -f . ci-base-image-arm64 05:10:19 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 05:10:19 prd-ubuntu20.04-docker-arm64-4c-16g-1038 does not seem to be running inside a container 05:10:19 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-mqtt-go/85 -v /w/workspace/device-mqtt-go/85:/w/workspace/device-mqtt-go/85:rw,z -v /w/workspace/device-mqtt-go/85@tmp:/w/workspace/device-mqtt-go/85@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-arm64 cat 05:10:20 $ docker top 91fb2ca1c00d349a434764151e818daf12376913b38efd4f6fde88574924511b -eo pid,comm [Pipeline] { [Pipeline] sh 05:10:21 + go version 05:10:21 go version go1.18.7 linux/arm64 [Pipeline] } 05:10:21 $ docker stop --time=1 91fb2ca1c00d349a434764151e818daf12376913b38efd4f6fde88574924511b 05:10:23 $ docker rm -f --volumes 91fb2ca1c00d349a434764151e818daf12376913b38efd4f6fde88574924511b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:10:23 + docker inspect -f . ci-base-image-arm64 05:10:23 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 05:10:23 prd-ubuntu20.04-docker-arm64-4c-16g-1038 does not seem to be running inside a container 05:10:23 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -w /w/workspace/device-mqtt-go/85 -v /w/workspace/device-mqtt-go/85:/w/workspace/device-mqtt-go/85:rw,z -v /w/workspace/device-mqtt-go/85@tmp:/w/workspace/device-mqtt-go/85@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-arm64 cat 05:10:25 $ docker top 42c358cf8f589562a1248de4579eb5271572e4eb1b2c63803df1945ded1ccb9a -eo pid,comm [Pipeline] { [Pipeline] sh 05:10:25 + git config --global --add safe.directory /w/workspace/device-mqtt-go/85 [Pipeline] fileExists [Pipeline] sh 05:10:26 + make test 05:10:26 GCO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 05:10:28 ? github.com/edgexfoundry/device-mqtt-go [no test files] 05:11:49 ? github.com/edgexfoundry/device-mqtt-go/cmd [no test files] 05:11:49 ok github.com/edgexfoundry/device-mqtt-go/internal/driver 0.064s coverage: 21.8% of statements 05:11:49 ? github.com/edgexfoundry/device-mqtt-go/mock [no test files] 05:11:49 WARNING: Linting skipped (not on x86_64 or linter not installed) 05:11:49 GCO_ENABLED=1 GO111MODULE=on go vet ./... 05:12:07 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 05:12:07 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 05:12:07 ./bin/test-attribution-txt.sh [Pipeline] echo 05:12:07 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 05:12:07 $ docker stop --time=1 42c358cf8f589562a1248de4579eb5271572e4eb1b2c63803df1945ded1ccb9a 05:12:09 $ docker rm -f --volumes 42c358cf8f589562a1248de4579eb5271572e4eb1b2c63803df1945ded1ccb9a [Pipeline] // withDockerContainer [Pipeline] sh 05:12:10 + sudo chown -R jenkins:jenkins . [Pipeline] stash 05:12:11 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 05:12:11 + sudo chown -R jenkins:jenkins . [Pipeline] sh 05:12:11 + ls -al . 05:12:11 total 188 05:12:11 drwxrwxr-x 9 jenkins jenkins 4096 Jan 4 05:10 . 05:12:11 drwxrwxr-x 4 jenkins jenkins 4096 Jan 4 05:08 .. 05:12:11 -rw-rw-r-- 1 jenkins jenkins 140 Jan 4 05:08 .dockerignore 05:12:11 drwxrwxr-x 8 jenkins jenkins 4096 Jan 4 05:08 .git 05:12:11 drwxrwxr-x 3 jenkins jenkins 4096 Jan 4 05:08 .github 05:12:11 -rw-rw-r-- 1 jenkins jenkins 329 Jan 4 05:08 .gitignore 05:12:11 -rw-rw-r-- 1 jenkins jenkins 41 Jan 4 05:08 .golangci.yml 05:12:11 -rw-rw-r-- 1 jenkins jenkins 9293 Jan 4 05:08 Attribution.txt 05:12:11 -rw-rw-r-- 1 jenkins jenkins 13162 Jan 4 05:08 CHANGELOG.md 05:12:11 -rw-rw-r-- 1 jenkins jenkins 1734 Jan 4 05:08 Dockerfile 05:12:11 -rw-rw-r-- 1 jenkins jenkins 677 Jan 4 05:08 GOVERNANCE.md 05:12:11 -rw-rw-r-- 1 jenkins jenkins 678 Jan 4 05:08 Jenkinsfile 05:12:11 -rw-rw-r-- 1 jenkins jenkins 11340 Jan 4 05:08 LICENSE 05:12:11 -rw-rw-r-- 1 jenkins jenkins 2126 Jan 4 05:08 Makefile 05:12:11 -rw-rw-r-- 1 jenkins jenkins 620 Jan 4 05:08 OWNERS.md 05:12:11 -rw-rw-r-- 1 jenkins jenkins 3165 Jan 4 05:08 README.md 05:12:11 -rw-rw-r-- 1 jenkins jenkins 11 Jan 4 05:05 VERSION 05:12:11 drwxrwxr-x 2 jenkins jenkins 4096 Jan 4 05:08 bin 05:12:11 drwxrwxr-x 3 jenkins jenkins 4096 Jan 4 05:08 cmd 05:12:11 -rw-r--r-- 1 jenkins jenkins 17887 Jan 4 05:11 coverage.out 05:12:11 -rw-rw-r-- 1 jenkins jenkins 3464 Jan 4 05:08 go.mod 05:12:11 -rw-rw-r-- 1 jenkins jenkins 45013 Jan 4 05:08 go.sum 05:12:11 drwxrwxr-x 3 jenkins jenkins 4096 Jan 4 05:08 internal 05:12:11 drwxrwxr-x 2 jenkins jenkins 4096 Jan 4 05:08 mock 05:12:11 drwxrwxr-x 4 jenkins jenkins 4096 Jan 4 05:08 snap 05:12:11 -rw-rw-r-- 1 jenkins jenkins 227 Jan 4 05:08 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:12:12 + docker build -t device-mqtt-arm64 -f Dockerfile --build-arg BASE=ci-base-image-arm64 --build-arg MAKE=make build --build-arg ARCH=arm64 --label git_sha=fe528491bba3fee0f8df2cff68391009d47da719 --label arch=arm64 --label version=3.0.0-dev.3 . 05:12:12 Sending build context to Docker daemon 3.269MB 05:12:12 Step 1/24 : ARG BASE=golang:1.18-alpine3.16 05:12:12 Step 2/24 : FROM ${BASE} AS builder 05:12:12 ---> a6db33cee0d4 05:12:12 Step 3/24 : ARG ADD_BUILD_TAGS="" 05:12:13 ---> Running in 5b224ef6684f 05:12:13 Removing intermediate container 5b224ef6684f 05:12:13 ---> 67dc74783024 05:12:13 Step 4/24 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 05:12:13 ---> Running in 37cb368c0ca6 05:12:13 Removing intermediate container 37cb368c0ca6 05:12:13 ---> 09a4cc8027f1 05:12:13 Step 5/24 : ARG ALPINE_PKG_BASE="make git openssh-client gcc libc-dev zeromq-dev libsodium-dev" 05:12:14 ---> Running in b47be4c4869b 05:12:14 Removing intermediate container b47be4c4869b 05:12:14 ---> f3c813c78a55 05:12:14 Step 6/24 : ARG ALPINE_PKG_EXTRA="" 05:12:14 ---> Running in f106b6477c0c 05:12:14 Removing intermediate container f106b6477c0c 05:12:14 ---> 95cd147d2266 05:12:14 Step 7/24 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 05:12:14 ---> Running in c22b5fe31914 05:12:15 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 05:12:15 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 05:12:16 OK: 226 MiB in 55 packages 05:12:17 Removing intermediate container c22b5fe31914 05:12:17 ---> 56b2b8b64e64 05:12:17 Step 8/24 : WORKDIR /device-mqtt-go 05:12:17 ---> Running in 0b4d286572a6 05:12:17 Removing intermediate container 0b4d286572a6 05:12:17 ---> 744a5e37ccaf 05:12:17 Step 9/24 : COPY go.mod vendor* ./ 05:12:18 ---> e9b740d2d832 05:12:18 Step 10/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 05:12:18 ---> Running in fb46ae3d7b1f 05:12:20 Removing intermediate container fb46ae3d7b1f 05:12:20 ---> 8073727a50c9 05:12:20 Step 11/24 : COPY . . 05:12:21 ---> 36b0d7b0509a 05:12:21 Step 12/24 : RUN $MAKE 05:12:21 ---> Running in a014d2436067 05:12:21 GCO_ENABLED=1 GO111MODULE=on go build -tags "" -ldflags "-linkmode=external -X github.com/edgexfoundry/device-mqtt-go.Version=3.0.0-dev.3" -trimpath -mod=readonly -buildmode=pie -o cmd/device-mqtt ./cmd 05:14:58 Removing intermediate container a014d2436067 05:14:58 ---> b3e7c0bbbe15 05:14:58 Step 13/24 : FROM alpine:3.16 05:14:58 3.16: Pulling from library/alpine 05:14:58 6875df1f5354: Pulling fs layer 05:14:58 6875df1f5354: Verifying Checksum 05:14:58 6875df1f5354: Download complete 05:14:58 6875df1f5354: Pull complete 05:14:58 Digest: sha256:b95359c2505145f16c6aa384f9cc74eeff78eb36d308ca4fd902eeeb0a0b161b 05:14:58 Status: Downloaded newer image for alpine:3.16 05:14:58 ---> 2b4661558fb8 05:14:58 Step 14/24 : LABEL license='VSPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020-2021: IoTech Ltd' 05:14:58 ---> Running in d1ccad33baa7 05:14:58 Removing intermediate container d1ccad33baa7 05:14:58 ---> 5148af3623c9 05:14:58 Step 15/24 : RUN apk add --update --no-cache zeromq dumb-init 05:14:58 ---> Running in 0df16cddaa6d 05:14:58 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 05:14:58 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 05:14:58 (1/6) Installing dumb-init (1.2.5-r1) 05:14:58 (2/6) Installing libgcc (11.2.1_git20220219-r2) 05:14:58 (3/6) Installing libsodium (1.0.18-r0) 05:14:58 (4/6) Installing libstdc++ (11.2.1_git20220219-r2) 05:14:58 (5/6) Installing libzmq (4.3.4-r0) 05:14:58 (6/6) Installing zeromq (4.3.4-r0) 05:14:58 Executing busybox-1.35.0-r17.trigger 05:14:58 OK: 8 MiB in 20 packages 05:14:58 Removing intermediate container 0df16cddaa6d 05:14:58 ---> 33f3d71fd326 05:14:58 Step 16/24 : COPY --from=builder /device-mqtt-go/cmd / 05:14:58 ---> 896d4fe76eb3 05:14:58 Step 17/24 : COPY --from=builder /device-mqtt-go/LICENSE / 05:14:58 ---> 459938134471 05:14:58 Step 18/24 : COPY --from=builder /device-mqtt-go/Attribution.txt / 05:14:58 ---> 4f43b21aa087 05:14:58 Step 19/24 : EXPOSE 59982 05:14:58 ---> Running in 6940fba2ebb6 05:14:58 Removing intermediate container 6940fba2ebb6 05:14:58 ---> 8128ccb7cbf1 05:14:58 Step 20/24 : ENTRYPOINT ["/device-mqtt"] 05:14:58 ---> Running in 37a100827450 05:14:58 Removing intermediate container 37a100827450 05:14:58 ---> e0d7541396cc 05:14:58 Step 21/24 : CMD ["--cp=consul://edgex-core-consul:8500", "--registry"] 05:14:58 ---> Running in 3b2ffb03c5dc 05:14:58 Removing intermediate container 3b2ffb03c5dc 05:14:58 ---> afee35d879c5 05:14:58 Step 22/24 : LABEL arch=arm64 05:14:58 ---> Running in 7f0348328750 05:14:58 Removing intermediate container 7f0348328750 05:14:58 ---> 3afb3bbd1717 05:14:58 Step 23/24 : LABEL git_sha=fe528491bba3fee0f8df2cff68391009d47da719 05:14:58 ---> Running in 22a58bf42e54 05:14:58 Removing intermediate container 22a58bf42e54 05:14:58 ---> b67b2aac6a67 05:14:58 Step 24/24 : LABEL version=3.0.0-dev.3 05:14:58 ---> Running in bf32d92536b2 05:14:58 Removing intermediate container bf32d92536b2 05:14:58 ---> d36cc2aad393 05:14:58 [Warning] One or more build-args [ARCH] were not consumed 05:14:58 Successfully built d36cc2aad393 05:14:58 Successfully tagged device-mqtt-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 05:14:58 provisioning config files... 05:14:58 copy managed file [device-mqtt-go-settings] to file:/w/workspace/device-mqtt-go/85@tmp/config10528115539239250461tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 05:14:59 ---> docker-login.sh 05:14:59 nexus3.edgexfoundry.org:10001 05:14:59 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:14:59 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:14:59 Configure a credential helper to remove this warning. See 05:14:59 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:14:59 05:14:59 Login Succeeded 05:14:59 nexus3.edgexfoundry.org:10002 05:14:59 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:14:59 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:14:59 Configure a credential helper to remove this warning. See 05:14:59 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:14:59 05:14:59 Login Succeeded 05:14:59 nexus3.edgexfoundry.org:10003 05:14:59 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:14:59 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:14:59 Configure a credential helper to remove this warning. See 05:14:59 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:14:59 05:14:59 Login Succeeded 05:15:00 nexus3.edgexfoundry.org:10004 05:15:00 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:15:00 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:15:00 Configure a credential helper to remove this warning. See 05:15:00 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:15:00 05:15:00 Login Succeeded 05:15:00 docker.io 05:15:00 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:15:01 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:15:01 Configure a credential helper to remove this warning. See 05:15:01 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:15:01 05:15:01 Login Succeeded 05:15:01 ---> docker-login.sh ends [Pipeline] } 05:15:01 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 05:15:01 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 05:15:01 [edgeXDocker.push] Tagging docker image device-mqtt-arm64 with the following tags: 05:15:01 fe528491bba3fee0f8df2cff68391009d47da719 05:15:01 latest 05:15:01 3.0.0-dev.3 05:15:01 fe528491bba3fee0f8df2cff68391009d47da719-3.0.0-dev.3 05:15:01 main 05:15:01 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:15:01 + docker tag device-mqtt-arm64 nexus3.edgexfoundry.org:10004/device-mqtt-arm64:fe528491bba3fee0f8df2cff68391009d47da719 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:15:01 + docker push nexus3.edgexfoundry.org:10004/device-mqtt-arm64:fe528491bba3fee0f8df2cff68391009d47da719 05:15:01 The push refers to repository [nexus3.edgexfoundry.org:10004/device-mqtt-arm64] 05:15:01 ddc2f74737b6: Preparing 05:15:01 dd9b05c7cfec: Preparing 05:15:01 aac382939393: Preparing 05:15:01 73505bb6387f: Preparing 05:15:01 17bec77d7fdc: Preparing 05:15:01 17bec77d7fdc: Layer already exists 05:15:02 dd9b05c7cfec: Pushed 05:15:02 ddc2f74737b6: Pushed 05:15:02 73505bb6387f: Pushed 05:15:08 aac382939393: Pushed 05:15:08 fe528491bba3fee0f8df2cff68391009d47da719: digest: sha256:8eef12a1eba041be1c157cff6b7955d9fd7458939f896a2b1bbd790a12327595 size: 1367 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:15:08 + docker tag device-mqtt-arm64 nexus3.edgexfoundry.org:10004/device-mqtt-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:15:08 + docker push nexus3.edgexfoundry.org:10004/device-mqtt-arm64:latest 05:15:08 The push refers to repository [nexus3.edgexfoundry.org:10004/device-mqtt-arm64] 05:15:08 ddc2f74737b6: Preparing 05:15:08 dd9b05c7cfec: Preparing 05:15:08 aac382939393: Preparing 05:15:08 73505bb6387f: Preparing 05:15:08 17bec77d7fdc: Preparing 05:15:08 aac382939393: Layer already exists 05:15:08 73505bb6387f: Layer already exists 05:15:08 dd9b05c7cfec: Layer already exists 05:15:08 ddc2f74737b6: Layer already exists 05:15:08 17bec77d7fdc: Layer already exists 05:15:08 latest: digest: sha256:8eef12a1eba041be1c157cff6b7955d9fd7458939f896a2b1bbd790a12327595 size: 1367 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:15:09 + docker tag device-mqtt-arm64 nexus3.edgexfoundry.org:10004/device-mqtt-arm64:3.0.0-dev.3 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:15:09 + docker push nexus3.edgexfoundry.org:10004/device-mqtt-arm64:3.0.0-dev.3 05:15:09 The push refers to repository [nexus3.edgexfoundry.org:10004/device-mqtt-arm64] 05:15:09 ddc2f74737b6: Preparing 05:15:09 dd9b05c7cfec: Preparing 05:15:09 aac382939393: Preparing 05:15:09 73505bb6387f: Preparing 05:15:09 17bec77d7fdc: Preparing 05:15:09 aac382939393: Layer already exists 05:15:09 73505bb6387f: Layer already exists 05:15:09 ddc2f74737b6: Layer already exists 05:15:09 17bec77d7fdc: Layer already exists 05:15:09 dd9b05c7cfec: Layer already exists 05:15:09 3.0.0-dev.3: digest: sha256:8eef12a1eba041be1c157cff6b7955d9fd7458939f896a2b1bbd790a12327595 size: 1367 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:15:09 + docker tag device-mqtt-arm64 nexus3.edgexfoundry.org:10004/device-mqtt-arm64:fe528491bba3fee0f8df2cff68391009d47da719-3.0.0-dev.3 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:15:10 + docker push nexus3.edgexfoundry.org:10004/device-mqtt-arm64:fe528491bba3fee0f8df2cff68391009d47da719-3.0.0-dev.3 05:15:10 The push refers to repository [nexus3.edgexfoundry.org:10004/device-mqtt-arm64] 05:15:10 ddc2f74737b6: Preparing 05:15:10 dd9b05c7cfec: Preparing 05:15:10 aac382939393: Preparing 05:15:10 73505bb6387f: Preparing 05:15:10 17bec77d7fdc: Preparing 05:15:10 dd9b05c7cfec: Layer already exists 05:15:10 17bec77d7fdc: Layer already exists 05:15:10 aac382939393: Layer already exists 05:15:10 ddc2f74737b6: Layer already exists 05:15:10 73505bb6387f: Layer already exists 05:15:10 fe528491bba3fee0f8df2cff68391009d47da719-3.0.0-dev.3: digest: sha256:8eef12a1eba041be1c157cff6b7955d9fd7458939f896a2b1bbd790a12327595 size: 1367 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:15:10 + docker tag device-mqtt-arm64 nexus3.edgexfoundry.org:10004/device-mqtt-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:15:11 + docker push nexus3.edgexfoundry.org:10004/device-mqtt-arm64:main 05:15:11 The push refers to repository [nexus3.edgexfoundry.org:10004/device-mqtt-arm64] 05:15:11 ddc2f74737b6: Preparing 05:15:11 dd9b05c7cfec: Preparing 05:15:11 aac382939393: Preparing 05:15:11 73505bb6387f: Preparing 05:15:11 17bec77d7fdc: Preparing 05:15:11 ddc2f74737b6: Layer already exists 05:15:11 aac382939393: Layer already exists 05:15:11 73505bb6387f: Layer already exists 05:15:11 17bec77d7fdc: Layer already exists 05:15:11 dd9b05c7cfec: Layer already exists 05:15:11 main: digest: sha256:8eef12a1eba041be1c157cff6b7955d9fd7458939f896a2b1bbd790a12327595 size: 1367 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 05:15:11 ===================================================== [Pipeline] echo 05:15:11 taggedImages: 05:15:11 - nexus3.edgexfoundry.org:10004/device-mqtt-arm64:fe528491bba3fee0f8df2cff68391009d47da719 05:15:11 - nexus3.edgexfoundry.org:10004/device-mqtt-arm64:latest 05:15:11 - nexus3.edgexfoundry.org:10004/device-mqtt-arm64:3.0.0-dev.3 05:15:11 - nexus3.edgexfoundry.org:10004/device-mqtt-arm64:fe528491bba3fee0f8df2cff68391009d47da719-3.0.0-dev.3 05:15:11 - nexus3.edgexfoundry.org:10004/device-mqtt-arm64:main [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:15:11 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 05:15:11 05:15:11 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:15:12 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 05:15:12 arm64: Pulling from edgex-lftools-log-publisher 05:15:12 8998bd30e6a1: Pulling fs layer 05:15:12 04944245beec: Pulling fs layer 05:15:12 699f458cf7ca: Pulling fs layer 05:15:12 765212b225bb: Pulling fs layer 05:15:12 f23df028b6ca: Pulling fs layer 05:15:12 d65c8cfc05b1: Pulling fs layer 05:15:12 2437ff75d9bd: Pulling fs layer 05:15:12 765212b225bb: Waiting 05:15:12 2437ff75d9bd: Waiting 05:15:12 f23df028b6ca: Waiting 05:15:12 d65c8cfc05b1: Waiting 05:15:12 04944245beec: Verifying Checksum 05:15:12 04944245beec: Download complete 05:15:12 765212b225bb: Verifying Checksum 05:15:12 765212b225bb: Download complete 05:15:12 f23df028b6ca: Verifying Checksum 05:15:12 f23df028b6ca: Download complete 05:15:12 d65c8cfc05b1: Verifying Checksum 05:15:12 d65c8cfc05b1: Download complete 05:15:12 699f458cf7ca: Verifying Checksum 05:15:12 699f458cf7ca: Download complete 05:15:12 8998bd30e6a1: Verifying Checksum 05:15:12 8998bd30e6a1: Download complete 05:15:15 2437ff75d9bd: Verifying Checksum 05:15:17 8998bd30e6a1: Pull complete 05:15:17 04944245beec: Pull complete 05:15:18 699f458cf7ca: Pull complete 05:15:19 765212b225bb: Pull complete 05:15:19 f23df028b6ca: Pull complete 05:15:19 d65c8cfc05b1: Pull complete 05:15:34 2437ff75d9bd: Pull complete 05:15:34 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 05:15:34 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 05:15:34 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 05:15:35 prd-ubuntu20.04-docker-arm64-4c-16g-1038 does not seem to be running inside a container 05:15:35 $ 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/85 -v /w/workspace/device-mqtt-go/85:/w/workspace/device-mqtt-go/85:rw,z -v /w/workspace/device-mqtt-go/85@tmp:/w/workspace/device-mqtt-go/85@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:arm64 cat 05:15:37 $ docker top 97e5502e4b845c30ffe421db90025a6b7d9072b089448b42fe2a432338fcec6e -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 05:15:38 ---> job-cost.sh 05:15:38 lf-activate-venv: SKIPPING 05:15:38 INFO: No Stack... 05:15:38 INFO: Retrieving Pricing Info for: v3-standard-4 05:15:39 INFO: Archiving Costs [Pipeline] sh 05:15:39 + + cut -d,cat /w/workspace/device-mqtt-go/85/archives/cost.csv 05:15:39 -f6 [Pipeline] lock 05:15:39 Trying to acquire lock on [jenkins-edgexfoundry-device-mqtt-go-main-85-stack-cost] 05:15:39 Resource [jenkins-edgexfoundry-device-mqtt-go-main-85-stack-cost] did not exist. Created. 05:15:39 Lock acquired on [jenkins-edgexfoundry-device-mqtt-go-main-85-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 05:15:40 + echo total: 0.10999999940395355 [Pipeline] stash 05:15:40 Stashed 1 file(s) [Pipeline] } 05:15:40 Lock released on resource [jenkins-edgexfoundry-device-mqtt-go-main-85-stack-cost] [Pipeline] // lock [Pipeline] } 05:15:40 $ docker stop --time=1 97e5502e4b845c30ffe421db90025a6b7d9072b089448b42fe2a432338fcec6e 05:15:41 $ docker rm -f --volumes 97e5502e4b845c30ffe421db90025a6b7d9072b089448b42fe2a432338fcec6e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [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 05:15:42 + [ -d /w/workspace/edgexfoundry_device-mqtt-go_main/archives ] [Pipeline] libraryResource [Pipeline] sh 05:15:42 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 05:15:43 ---> package-listing.sh 05:15:43 ++ facter osfamily 05:15:43 ++ tr '[:upper:]' '[:lower:]' 05:15:44 + OS_FAMILY=debian 05:15:44 + workspace=/w/workspace/edgexfoundry_device-mqtt-go_main 05:15:44 + START_PACKAGES=/tmp/packages_start.txt 05:15:44 + END_PACKAGES=/tmp/packages_end.txt 05:15:44 + DIFF_PACKAGES=/tmp/packages_diff.txt 05:15:44 + PACKAGES=/tmp/packages_start.txt 05:15:44 + '[' /w/workspace/edgexfoundry_device-mqtt-go_main ']' 05:15:44 + PACKAGES=/tmp/packages_end.txt 05:15:44 + case "${OS_FAMILY}" in 05:15:44 + dpkg -l 05:15:44 + grep '^ii' 05:15:44 + '[' -f /tmp/packages_start.txt ']' 05:15:44 + '[' -f /tmp/packages_end.txt ']' 05:15:44 + diff /tmp/packages_start.txt /tmp/packages_end.txt 05:15:44 + '[' /w/workspace/edgexfoundry_device-mqtt-go_main ']' 05:15:44 + mkdir -p /w/workspace/edgexfoundry_device-mqtt-go_main/archives/ 05:15:44 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgexfoundry_device-mqtt-go_main/archives/ [Pipeline] echo 05:15:44 Launching container with: [--privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgexfoundry_device-mqtt-go_main/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 05:15:44 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:15:44 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 05:15:44 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 05:15:44 prd-ubuntu20.04-docker-8c-8g-1036 does not seem to be running inside a container 05:15:45 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgexfoundry_device-mqtt-go_main/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgexfoundry_device-mqtt-go_main -v /w/workspace/edgexfoundry_device-mqtt-go_main:/w/workspace/edgexfoundry_device-mqtt-go_main:rw,z -v /w/workspace/edgexfoundry_device-mqtt-go_main@tmp:/w/workspace/edgexfoundry_device-mqtt-go_main@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 05:15:45 $ docker top 776ef852e8e385cca9faeed11893feb0d2c6ea318c56c9698348ce43ac63bff0 -eo pid,comm [Pipeline] { [Pipeline] sh 05:15:45 + touch /tmp/pre-build-complete [Pipeline] sh 05:15:45 + mkdir -p /var/log/sysstat [Pipeline] sh 05:15:46 + ls /var/log/sa-host 05:15:46 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 05:15:46 provisioning config files... 05:15:46 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_device-mqtt-go_main@tmp/config9001615410077541903tmp [Pipeline] { [Pipeline] echo 05:15:46 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 05:15:46 ---> create-netrc.sh [Pipeline] } 05:15:46 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 05:15:46 ---> python-tools-install.sh [Pipeline] echo 05:15:46 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 05:15:47 ---> sudo-logs.sh 05:15:47 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 05:15:47 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 05:15:47 ---> job-cost.sh 05:15:47 lf-activate-venv: SKIPPING 05:15:47 DEBUG: total: 0.10999999940395355 05:15:47 INFO: Retrieving Stack Cost... 05:15:47 INFO: Retrieving Pricing Info for: v3-standard-8 05:15:48 INFO: Archiving Costs [Pipeline] echo 05:15:48 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 05:15:48 ---> logs-deploy.sh 05:15:48 lf-activate-venv: SKIPPING 05:15:48 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-mqtt-go/main/85 05:15:48 INFO: archiving workspace using pattern(s): 05:15:49 Archives upload complete. 05:15:49 INFO: archiving logs to Nexus 05:15:50 ---> uname -a: 05:15:50 Linux prd-ubuntu20-04-docker-8c-8g-1036 5.4.0-126-generic #142-Ubuntu SMP Fri Aug 26 12:12:57 UTC 2022 x86_64 GNU/Linux 05:15:50 05:15:50 05:15:50 ---> lscpu: 05:15:50 Architecture: x86_64 05:15:50 CPU op-mode(s): 32-bit, 64-bit 05:15:50 Byte Order: Little Endian 05:15:50 Address sizes: 40 bits physical, 48 bits virtual 05:15:50 CPU(s): 8 05:15:50 On-line CPU(s) list: 0-7 05:15:50 Thread(s) per core: 1 05:15:50 Core(s) per socket: 1 05:15:50 Socket(s): 8 05:15:50 NUMA node(s): 1 05:15:50 Vendor ID: AuthenticAMD 05:15:50 CPU family: 23 05:15:50 Model: 49 05:15:50 Model name: AMD EPYC-Rome Processor 05:15:50 Stepping: 0 05:15:50 CPU MHz: 2799.976 05:15:50 BogoMIPS: 5599.95 05:15:50 Virtualization: AMD-V 05:15:50 Hypervisor vendor: KVM 05:15:50 Virtualization type: full 05:15:50 L1d cache: 256 KiB 05:15:50 L1i cache: 256 KiB 05:15:50 L2 cache: 4 MiB 05:15:50 L3 cache: 128 MiB 05:15:50 NUMA node0 CPU(s): 0-7 05:15:50 Vulnerability Itlb multihit: Not affected 05:15:50 Vulnerability L1tf: Not affected 05:15:50 Vulnerability Mds: Not affected 05:15:50 Vulnerability Meltdown: Not affected 05:15:50 Vulnerability Mmio stale data: Not affected 05:15:50 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 05:15:50 Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization 05:15:50 Vulnerability Spectre v2: Mitigation; Retpolines, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling 05:15:50 Vulnerability Srbds: Not affected 05:15:50 Vulnerability Tsx async abort: Not affected 05:15:50 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 rep_good nopl cpuid extd_apicid tsc_known_freq 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 ssbd ibrs ibpb stibp vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 xsaves clzero xsaveerptr wbnoinvd arat npt nrip_save umip rdpid arch_capabilities 05:15:50 05:15:50 05:15:50 ---> nproc: 05:15:50 8 05:15:50 05:15:50 05:15:50 ---> df -h: 05:15:50 Filesystem Size Used Avail Use% Mounted on 05:15:50 overlay 155G 10G 145G 7% / 05:15:50 tmpfs 64M 0 64M 0% /dev 05:15:50 tmpfs 16G 0 16G 0% /sys/fs/cgroup 05:15:50 shm 64M 0 64M 0% /dev/shm 05:15:50 /dev/vda1 155G 10G 145G 7% /facter-os 05:15:50 05:15:50