Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from cece63dbd868ba4ffecf5f739a16bcebc59408bd 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-ssh2857585576402545458.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 33739fb647ab338ef2ce3bfc8312bfbcef468f88 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-ssh18373842224140926920.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 33739fb647ab338ef2ce3bfc8312bfbcef468f88 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-ssh15339756893496036569.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 33739fb647ab338ef2ce3bfc8312bfbcef468f88 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 33739fb647ab338ef2ce3bfc8312bfbcef468f88 # timeout=10 Commit message: "Merge pull request #447 from ernestojeda/fix-release-changelog" > 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-ssh16518024390946125804.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-ssh881798617296089644.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] ========================================================= [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.21 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 ‘ubuntu20.04-docker-8c-8g’ Running on prd-ubuntu20.04-docker-8c-8g-5407 in /w/workspace/edgexfoundry_device-mqtt-go_main [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout The recommended git tool is: git 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 cece63dbd868ba4ffecf5f739a16bcebc59408bd (main) Commit message: "Merge pull request #665 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/device-sdk-go/v3-3.2.0-dev.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 core.sparsecheckout # timeout=10 > git checkout -f cece63dbd868ba4ffecf5f739a16bcebc59408bd # timeout=10 > git rev-list --no-walk f2c2416e3cde4ef7ccc2ae6960adbfe55941aa03 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2024-03-11T01:52:08.574Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2024-03-11T01:52:08.660Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2024-03-11T01:52:08.689Z] ========================================================= [2024-03-11T01:52:08.689Z] EdgeX Global Pipelines Version Info [2024-03-11T01:52:08.689Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2024-03-11T01:52:09.459Z] ------------------- [2024-03-11T01:52:09.459Z] stable info: [2024-03-11T01:52:09.459Z] ------------------- [2024-03-11T01:52:09.459Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2024-03-11T01:52:09.459Z] Commit SHA: 33739fb647ab338ef2ce3bfc8312bfbcef468f88 [2024-03-11T01:52:09.459Z] Message: update stable to v1.0.258 [2024-03-11T01:52:10.029Z] ------------------- [2024-03-11T01:52:10.029Z] experimental info: [2024-03-11T01:52:10.029Z] ------------------- [2024-03-11T01:52:10.029Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2024-03-11T01:52:10.029Z] Commit SHA: 33739fb647ab338ef2ce3bfc8312bfbcef468f88 [2024-03-11T01:52:10.029Z] Message: update experimental to v1.0.258 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2024-03-11T01:52:10.123Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-mqtt-go-settings [Pipeline] echo [2024-03-11T01:52:10.144Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-mqtt-go [Pipeline] echo [2024-03-11T01:52:10.171Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2024-03-11T01:52:10.198Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2024-03-11T01:52:10.224Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2024-03-11T01:52:10.252Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.21 [Pipeline] echo [2024-03-11T01:52:10.275Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2024-03-11T01:52:10.303Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2024-03-11T01:52:10.329Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2024-03-11T01:52:10.355Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2024-03-11T01:52:10.383Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2024-03-11T01:52:10.410Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-mqtt [Pipeline] echo [2024-03-11T01:52:10.437Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2024-03-11T01:52:10.469Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2024-03-11T01:52:10.495Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2024-03-11T01:52:10.522Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2024-03-11T01:52:10.555Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2024-03-11T01:52:10.582Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2024-03-11T01:52:10.615Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2024-03-11T01:52:10.657Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2024-03-11T01:52:10.687Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2024-03-11T01:52:10.724Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2024-03-11T01:52:10.761Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2024-03-11T01:52:10.799Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2024-03-11T01:52:10.834Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2024-03-11T01:52:10.870Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2024-03-11T01:52:10.905Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2024-03-11T01:52:10.938Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo [2024-03-11T01:52:10.976Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo [2024-03-11T01:52:11.014Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo [2024-03-11T01:52:11.048Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = cece63dbd868ba4ffecf5f739a16bcebc59408bd [Pipeline] echo [2024-03-11T01:52:11.089Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = cece63d [Pipeline] echo [2024-03-11T01:52:11.128Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2024-03-11T01:52:11.205Z] provisioning config files... [2024-03-11T01:52:11.220Z] copy managed file [device-mqtt-go-settings] to file:/w/workspace/edgexfoundry_device-mqtt-go_main@tmp/config8807246196447995522tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2024-03-11T01:52:11.565Z] ---> ****-login.sh [2024-03-11T01:52:11.565Z] nexus3.edgexfoundry.org:10001 [2024-03-11T01:52:11.825Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-03-11T01:52:11.825Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-03-11T01:52:11.825Z] Configure a credential helper to remove this warning. See [2024-03-11T01:52:11.826Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-03-11T01:52:11.826Z] [2024-03-11T01:52:11.826Z] Login Succeeded [2024-03-11T01:52:11.826Z] nexus3.edgexfoundry.org:10002 [2024-03-11T01:52:12.087Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-03-11T01:52:12.087Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-03-11T01:52:12.087Z] Configure a credential helper to remove this warning. See [2024-03-11T01:52:12.087Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-03-11T01:52:12.087Z] [2024-03-11T01:52:12.087Z] Login Succeeded [2024-03-11T01:52:12.087Z] nexus3.edgexfoundry.org:10003 [2024-03-11T01:52:12.087Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-03-11T01:52:12.087Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-03-11T01:52:12.087Z] Configure a credential helper to remove this warning. See [2024-03-11T01:52:12.087Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-03-11T01:52:12.087Z] [2024-03-11T01:52:12.087Z] Login Succeeded [2024-03-11T01:52:12.087Z] nexus3.edgexfoundry.org:10004 [2024-03-11T01:52:12.087Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-03-11T01:52:12.348Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-03-11T01:52:12.348Z] Configure a credential helper to remove this warning. See [2024-03-11T01:52:12.348Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-03-11T01:52:12.348Z] [2024-03-11T01:52:12.348Z] Login Succeeded [2024-03-11T01:52:12.348Z] ****.io [2024-03-11T01:52:12.348Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-03-11T01:52:12.608Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-03-11T01:52:12.608Z] Configure a credential helper to remove this warning. See [2024-03-11T01:52:12.608Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-03-11T01:52:12.608Z] [2024-03-11T01:52:12.608Z] Login Succeeded [2024-03-11T01:52:12.608Z] ---> ****-login.sh ends [Pipeline] } [2024-03-11T01:52:12.617Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2024-03-11T01:52:13.132Z] + git rev-list -1 --merges cece63dbd868ba4ffecf5f739a16bcebc59408bd~1..cece63dbd868ba4ffecf5f739a16bcebc59408bd [Pipeline] echo [2024-03-11T01:52:13.158Z] -----------> git rev-list -1 --merges cece63dbd868ba4ffecf5f739a16bcebc59408bd~1..cece63dbd868ba4ffecf5f739a16bcebc59408bd cece63dbd868ba4ffecf5f739a16bcebc59408bd [2024-03-11T01:52:13.158Z] cece63dbd868ba4ffecf5f739a16bcebc59408bd [false] [Pipeline] sh [2024-03-11T01:52:13.463Z] + git log --format=format:%s -1 cece63dbd868ba4ffecf5f739a16bcebc59408bd [Pipeline] echo [2024-03-11T01:52:13.479Z] ========================================================= [2024-03-11T01:52:13.479Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2024-03-11T01:52:13.479Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2024-03-11T01:52:13.881Z] + git log --format=format:%s -1 cece63dbd868ba4ffecf5f739a16bcebc59408bd [Pipeline] echo [2024-03-11T01:52:13.893Z] [semverPrep] GIT_COMMIT: cece63dbd868ba4ffecf5f739a16bcebc59408bd, Commit Message: Merge pull request #665 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/device-sdk-go/v3-3.2.0-dev.10 [Pipeline] echo [2024-03-11T01:52:13.915Z] [semverPrep] This is not a build commit. [Pipeline] sh [2024-03-11T01:52:14.323Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2024-03-11T01:52:14.324Z] + grep -v github /etc/ssh/ssh_known_hosts [2024-03-11T01:52:14.324Z] + [ -e /tmp/ssh_known_hosts ] [2024-03-11T01:52:14.324Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2024-03-11T01:52:14.324Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2024-03-11T01:52:14.324Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2024-03-11T01:52:14.324Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-03-11T01:52:14.796Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2024-03-11T01:52:14.796Z] [2024-03-11T01:52:14.796Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-03-11T01:52:15.135Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2024-03-11T01:52:15.135Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2024-03-11T01:52:15.135Z] b85a868b505f: Pulling fs layer [2024-03-11T01:52:15.135Z] e2be974225ed: Pulling fs layer [2024-03-11T01:52:15.135Z] 339a4e72a1f5: Pulling fs layer [2024-03-11T01:52:15.135Z] 988bab9f4d93: Pulling fs layer [2024-03-11T01:52:15.135Z] 1469e6f7b9e6: Pulling fs layer [2024-03-11T01:52:15.135Z] eaf3925da568: Pulling fs layer [2024-03-11T01:52:15.135Z] bab4dde63d76: Pulling fs layer [2024-03-11T01:52:15.135Z] bde34c3a00c8: Pulling fs layer [2024-03-11T01:52:15.135Z] b352a97aabf1: Pulling fs layer [2024-03-11T01:52:15.135Z] 4872d77fe225: Pulling fs layer [2024-03-11T01:52:15.135Z] 5851b861e8e6: Pulling fs layer [2024-03-11T01:52:15.135Z] 988bab9f4d93: Waiting [2024-03-11T01:52:15.135Z] 1469e6f7b9e6: Waiting [2024-03-11T01:52:15.135Z] eaf3925da568: Waiting [2024-03-11T01:52:15.135Z] bab4dde63d76: Waiting [2024-03-11T01:52:15.135Z] bde34c3a00c8: Waiting [2024-03-11T01:52:15.135Z] b352a97aabf1: Waiting [2024-03-11T01:52:15.135Z] 4872d77fe225: Waiting [2024-03-11T01:52:15.135Z] 5851b861e8e6: Waiting [2024-03-11T01:52:15.135Z] e2be974225ed: Download complete [2024-03-11T01:52:15.135Z] 988bab9f4d93: Verifying Checksum [2024-03-11T01:52:15.135Z] 988bab9f4d93: Download complete [2024-03-11T01:52:15.400Z] 1469e6f7b9e6: Verifying Checksum [2024-03-11T01:52:15.400Z] 1469e6f7b9e6: Download complete [2024-03-11T01:52:15.400Z] 339a4e72a1f5: Verifying Checksum [2024-03-11T01:52:15.400Z] 339a4e72a1f5: Download complete [2024-03-11T01:52:15.400Z] eaf3925da568: Verifying Checksum [2024-03-11T01:52:15.400Z] eaf3925da568: Download complete [2024-03-11T01:52:15.400Z] bde34c3a00c8: Verifying Checksum [2024-03-11T01:52:15.400Z] bde34c3a00c8: Download complete [2024-03-11T01:52:15.400Z] b352a97aabf1: Verifying Checksum [2024-03-11T01:52:15.400Z] b352a97aabf1: Download complete [2024-03-11T01:52:15.400Z] 4872d77fe225: Verifying Checksum [2024-03-11T01:52:15.400Z] 4872d77fe225: Download complete [2024-03-11T01:52:15.400Z] 5851b861e8e6: Verifying Checksum [2024-03-11T01:52:15.400Z] 5851b861e8e6: Download complete [2024-03-11T01:52:15.400Z] b85a868b505f: Verifying Checksum [2024-03-11T01:52:15.400Z] b85a868b505f: Download complete [2024-03-11T01:52:15.658Z] bab4dde63d76: Verifying Checksum [2024-03-11T01:52:15.658Z] bab4dde63d76: Download complete [2024-03-11T01:52:17.035Z] b85a868b505f: Pull complete [2024-03-11T01:52:17.035Z] e2be974225ed: Pull complete [2024-03-11T01:52:17.605Z] 339a4e72a1f5: Pull complete [2024-03-11T01:52:17.605Z] 988bab9f4d93: Pull complete [2024-03-11T01:52:17.868Z] 1469e6f7b9e6: Pull complete [2024-03-11T01:52:17.868Z] eaf3925da568: Pull complete [2024-03-11T01:52:19.771Z] bab4dde63d76: Pull complete [2024-03-11T01:52:19.771Z] bde34c3a00c8: Pull complete [2024-03-11T01:52:20.030Z] b352a97aabf1: Pull complete [2024-03-11T01:52:20.030Z] 4872d77fe225: Pull complete [2024-03-11T01:52:20.030Z] 5851b861e8e6: Pull complete [2024-03-11T01:52:20.030Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2024-03-11T01:52:20.030Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2024-03-11T01:52:20.030Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-03-11T01:52:20.225Z] prd-ubuntu20.04-docker-8c-8g-5407 does not seem to be running inside a container [2024-03-11T01:52:20.261Z] $ 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 [2024-03-11T01:52:24.098Z] $ docker top 763a4138f63912d61aa6f6b7e3c9c51d3cbd13a8fcbec943dd8b3b4c0fe31aa4 -eo pid,comm [2024-03-11T01:52:24.144Z] 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). [2024-03-11T01:52:24.144Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2024-03-11T01:52:24.234Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2024-03-11T01:52:24.234Z] [ssh-agent] Looking for ssh-agent implementation... [2024-03-11T01:52:24.352Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2024-03-11T01:52:24.359Z] $ docker exec 763a4138f63912d61aa6f6b7e3c9c51d3cbd13a8fcbec943dd8b3b4c0fe31aa4 ssh-agent [2024-03-11T01:52:24.454Z] SSH_AUTH_SOCK=/tmp/ssh-be7cMY7saGUJ/agent.32 [2024-03-11T01:52:24.454Z] SSH_AGENT_PID=38 [2024-03-11T01:52:24.461Z] Running ssh-add (command line suppressed) [2024-03-11T01:52:24.586Z] Identity added: /w/workspace/edgexfoundry_device-mqtt-go_main@tmp/private_key_17340217166337924882.key (/w/workspace/edgexfoundry_device-mqtt-go_main@tmp/private_key_17340217166337924882.key) [2024-03-11T01:52:24.596Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2024-03-11T01:52:24.932Z] + git tag --points-at HEAD [Pipeline] } [2024-03-11T01:52:24.949Z] $ docker exec --env ******** --env ******** 763a4138f63912d61aa6f6b7e3c9c51d3cbd13a8fcbec943dd8b3b4c0fe31aa4 ssh-agent -k [2024-03-11T01:52:25.046Z] unset SSH_AUTH_SOCK; [2024-03-11T01:52:25.046Z] unset SSH_AGENT_PID; [2024-03-11T01:52:25.046Z] echo Agent pid 38 killed; [2024-03-11T01:52:25.055Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2024-03-11T01:52:25.123Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2024-03-11T01:52:25.123Z] [ssh-agent] Looking for ssh-agent implementation... [2024-03-11T01:52:25.238Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2024-03-11T01:52:25.245Z] $ docker exec 763a4138f63912d61aa6f6b7e3c9c51d3cbd13a8fcbec943dd8b3b4c0fe31aa4 ssh-agent [2024-03-11T01:52:25.354Z] SSH_AUTH_SOCK=/tmp/ssh-bnNTceXoA6zK/agent.70 [2024-03-11T01:52:25.354Z] SSH_AGENT_PID=76 [2024-03-11T01:52:25.359Z] Running ssh-add (command line suppressed) [2024-03-11T01:52:25.465Z] Identity added: /w/workspace/edgexfoundry_device-mqtt-go_main@tmp/private_key_8046904426726647216.key (/w/workspace/edgexfoundry_device-mqtt-go_main@tmp/private_key_8046904426726647216.key) [2024-03-11T01:52:25.476Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2024-03-11T01:52:25.783Z] + git semver init [2024-03-11T01:52:26.046Z] 2024-03-11 01:52:25,987 [run_init] DEBUG init version:0.0.0 force:False [2024-03-11T01:52:26.046Z] 2024-03-11 01:52:25,988 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgexfoundry_device-mqtt-go_main/.semver [2024-03-11T01:52:26.046Z] 2024-03-11 01:52:25,988 [execute] INFO git clone -b semver git@github.com:edgexfoundry/device-mqtt-go.git /w/workspace/edgexfoundry_device-mqtt-go_main/.semver [2024-03-11T01:52:26.046Z] 2024-03-11 01:52:25,988 [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) [2024-03-11T01:52:27.430Z] 2024-03-11 01:52:27,033 [append_file] DEBUG append to file:/w/workspace/edgexfoundry_device-mqtt-go_main/.git/info/exclude [2024-03-11T01:52:27.430Z] 2024-03-11 01:52:27,034 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgexfoundry_device-mqtt-go_main/.semver/main with force:False [2024-03-11T01:52:27.430Z] 2024-03-11 01:52:27,034 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-mqtt-go_main/.semver/main [2024-03-11T01:52:27.430Z] 2024-03-11 01:52:27,034 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-mqtt-go_main/.semver/main [2024-03-11T01:52:27.430Z] 3.2.0-dev.9 [Pipeline] } [2024-03-11T01:52:27.443Z] $ docker exec --env ******** --env ******** 763a4138f63912d61aa6f6b7e3c9c51d3cbd13a8fcbec943dd8b3b4c0fe31aa4 ssh-agent -k [2024-03-11T01:52:27.548Z] unset SSH_AUTH_SOCK; [2024-03-11T01:52:27.550Z] unset SSH_AGENT_PID; [2024-03-11T01:52:27.551Z] echo Agent pid 76 killed; [2024-03-11T01:52:27.556Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2024-03-11T01:52:27.960Z] + git semver [Pipeline] } [2024-03-11T01:52:28.235Z] $ docker stop --time=1 763a4138f63912d61aa6f6b7e3c9c51d3cbd13a8fcbec943dd8b3b4c0fe31aa4 [2024-03-11T01:52:29.554Z] $ docker rm -f --volumes 763a4138f63912d61aa6f6b7e3c9c51d3cbd13a8fcbec943dd8b3b4c0fe31aa4 [Pipeline] // withDockerContainer [Pipeline] sh [2024-03-11T01:52:29.923Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2024-03-11T01:52:30.185Z] Stashed 1 file(s) [Pipeline] echo [2024-03-11T01:52:30.189Z] [edgeXSemver]: initialized semver on version 3.2.0-dev.9 [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 [2024-03-11T01:52:30.580Z] provisioning config files... [2024-03-11T01:52:30.589Z] copy managed file [device-mqtt-go-settings] to file:/w/workspace/edgexfoundry_device-mqtt-go_main@tmp/config8976239994708924991tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2024-03-11T01:52:30.914Z] ---> ****-login.sh [2024-03-11T01:52:30.914Z] nexus3.edgexfoundry.org:10001 [2024-03-11T01:52:30.914Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-03-11T01:52:30.914Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-03-11T01:52:30.914Z] Configure a credential helper to remove this warning. See [2024-03-11T01:52:30.914Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-03-11T01:52:30.914Z] [2024-03-11T01:52:30.914Z] Login Succeeded [2024-03-11T01:52:30.914Z] nexus3.edgexfoundry.org:10002 [2024-03-11T01:52:30.914Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-03-11T01:52:30.914Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-03-11T01:52:30.914Z] Configure a credential helper to remove this warning. See [2024-03-11T01:52:30.914Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-03-11T01:52:30.914Z] [2024-03-11T01:52:30.914Z] Login Succeeded [2024-03-11T01:52:30.914Z] nexus3.edgexfoundry.org:10003 [2024-03-11T01:52:31.174Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-03-11T01:52:31.174Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-03-11T01:52:31.174Z] Configure a credential helper to remove this warning. See [2024-03-11T01:52:31.174Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-03-11T01:52:31.174Z] [2024-03-11T01:52:31.174Z] Login Succeeded [2024-03-11T01:52:31.174Z] nexus3.edgexfoundry.org:10004 [2024-03-11T01:52:31.174Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-03-11T01:52:31.174Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-03-11T01:52:31.174Z] Configure a credential helper to remove this warning. See [2024-03-11T01:52:31.174Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-03-11T01:52:31.174Z] [2024-03-11T01:52:31.174Z] Login Succeeded [2024-03-11T01:52:31.174Z] ****.io [2024-03-11T01:52:31.433Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-03-11T01:52:31.433Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-03-11T01:52:31.433Z] Configure a credential helper to remove this warning. See [2024-03-11T01:52:31.434Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-03-11T01:52:31.434Z] [2024-03-11T01:52:31.434Z] Login Succeeded [2024-03-11T01:52:31.434Z] ---> ****-login.sh ends [Pipeline] } [2024-03-11T01:52:31.440Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2024-03-11T01:52:31.566Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2024-03-11T01:52:31.607Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2024-03-11T01:52:31.636Z] ========================================================= [2024-03-11T01:52:31.636Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine] [2024-03-11T01:52:31.636Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-03-11T01:52:32.028Z] + docker build -t ci-base-image-x86_64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine --build-arg MAKE=echo noop --target=builder . [2024-03-11T01:52:32.029Z] Sending build context to Docker daemon 14.9MB [2024-03-11T01:52:32.029Z] Step 1/12 : ARG BASE=golang:1.21-alpine3.18 [2024-03-11T01:52:32.029Z] Step 2/12 : FROM ${BASE} AS builder [2024-03-11T01:52:32.029Z] 1.21-alpine: Pulling from edgex-devops/edgex-golang-base [2024-03-11T01:52:32.029Z] 7264a8db6415: Pulling fs layer [2024-03-11T01:52:32.029Z] c4d48a809fc2: Pulling fs layer [2024-03-11T01:52:32.029Z] 4f1c88b9dad5: Pulling fs layer [2024-03-11T01:52:32.029Z] ad3a456e5733: Pulling fs layer [2024-03-11T01:52:32.029Z] 69c7f0334f64: Pulling fs layer [2024-03-11T01:52:32.029Z] 1f1c1a5573a3: Pulling fs layer [2024-03-11T01:52:32.029Z] ce7588e14bc9: Pulling fs layer [2024-03-11T01:52:32.029Z] b5e4710f87ac: Pulling fs layer [2024-03-11T01:52:32.029Z] ad3a456e5733: Waiting [2024-03-11T01:52:32.029Z] 69c7f0334f64: Waiting [2024-03-11T01:52:32.029Z] 1f1c1a5573a3: Waiting [2024-03-11T01:52:32.029Z] ce7588e14bc9: Waiting [2024-03-11T01:52:32.029Z] b5e4710f87ac: Waiting [2024-03-11T01:52:32.289Z] c4d48a809fc2: Download complete [2024-03-11T01:52:32.289Z] ad3a456e5733: Verifying Checksum [2024-03-11T01:52:32.289Z] ad3a456e5733: Download complete [2024-03-11T01:52:32.289Z] 69c7f0334f64: Verifying Checksum [2024-03-11T01:52:32.289Z] 69c7f0334f64: Download complete [2024-03-11T01:52:32.289Z] 7264a8db6415: Verifying Checksum [2024-03-11T01:52:32.289Z] 7264a8db6415: Download complete [2024-03-11T01:52:32.289Z] 1f1c1a5573a3: Verifying Checksum [2024-03-11T01:52:32.289Z] 1f1c1a5573a3: Download complete [2024-03-11T01:52:32.548Z] 7264a8db6415: Pull complete [2024-03-11T01:52:32.548Z] b5e4710f87ac: Verifying Checksum [2024-03-11T01:52:32.548Z] b5e4710f87ac: Download complete [2024-03-11T01:52:32.548Z] c4d48a809fc2: Pull complete [2024-03-11T01:52:32.548Z] 4f1c88b9dad5: Verifying Checksum [2024-03-11T01:52:32.548Z] 4f1c88b9dad5: Download complete [2024-03-11T01:52:33.114Z] ce7588e14bc9: Verifying Checksum [2024-03-11T01:52:36.394Z] 4f1c88b9dad5: Pull complete [2024-03-11T01:52:36.394Z] ad3a456e5733: Pull complete [2024-03-11T01:52:36.394Z] 69c7f0334f64: Pull complete [2024-03-11T01:52:36.394Z] 1f1c1a5573a3: Pull complete [2024-03-11T01:52:38.932Z] ce7588e14bc9: Pull complete [2024-03-11T01:52:39.565Z] b5e4710f87ac: Pull complete [2024-03-11T01:52:39.565Z] Digest: sha256:f80dd7bb8fdf010369d5adb4058a62695265b22e897ca6aac7b42af84fdce50e [2024-03-11T01:52:39.565Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine [2024-03-11T01:52:39.565Z] ---> 88b5674ff536 [2024-03-11T01:52:39.565Z] Step 3/12 : ARG ADD_BUILD_TAGS="" [2024-03-11T01:52:43.773Z] ---> Running in 0b4220f74008 [2024-03-11T01:52:43.773Z] Removing intermediate container 0b4220f74008 [2024-03-11T01:52:43.773Z] ---> 769630d9685a [2024-03-11T01:52:43.773Z] Step 4/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2024-03-11T01:52:43.773Z] ---> Running in f16bc2cd7c78 [2024-03-11T01:52:43.773Z] Removing intermediate container f16bc2cd7c78 [2024-03-11T01:52:43.773Z] ---> c6295b791e90 [2024-03-11T01:52:43.773Z] Step 5/12 : ARG ALPINE_PKG_BASE="make git openssh-client" [2024-03-11T01:52:44.034Z] ---> Running in 1a15058b547c [2024-03-11T01:52:44.034Z] Removing intermediate container 1a15058b547c [2024-03-11T01:52:44.034Z] ---> c0527274c21e [2024-03-11T01:52:44.034Z] Step 6/12 : ARG ALPINE_PKG_EXTRA="" [2024-03-11T01:52:44.034Z] ---> Running in b272e27b49fb [2024-03-11T01:52:44.034Z] Removing intermediate container b272e27b49fb [2024-03-11T01:52:44.034Z] ---> dce42e6f4266 [2024-03-11T01:52:44.034Z] Step 7/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2024-03-11T01:52:44.034Z] ---> Running in 3ac7f28fee99 [2024-03-11T01:52:44.295Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-03-11T01:52:44.554Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-03-11T01:52:44.813Z] (1/4) Installing openssh-keygen (9.3_p2-r1) [2024-03-11T01:52:44.813Z] (2/4) Installing libedit (20221030.3.1-r1) [2024-03-11T01:52:44.813Z] (3/4) Installing openssh-client-common (9.3_p2-r1) [2024-03-11T01:52:44.813Z] (4/4) Installing openssh-client-default (9.3_p2-r1) [2024-03-11T01:52:44.813Z] Executing busybox-1.36.1-r5.trigger [2024-03-11T01:52:44.813Z] OK: 268 MiB in 56 packages [2024-03-11T01:52:45.383Z] Removing intermediate container 3ac7f28fee99 [2024-03-11T01:52:45.383Z] ---> 4e7e2f49749c [2024-03-11T01:52:45.383Z] Step 8/12 : WORKDIR /device-mqtt-go [2024-03-11T01:52:45.383Z] ---> Running in db7795858ea5 [2024-03-11T01:52:45.470Z] Still waiting to schedule task [2024-03-11T01:52:45.470Z] Waiting for next available executor on ‘prd-ubuntu20.04-docker-arm64-4c-16g-5403’ [2024-03-11T01:52:45.643Z] Removing intermediate container db7795858ea5 [2024-03-11T01:52:45.643Z] ---> caf929604121 [2024-03-11T01:52:45.643Z] Step 9/12 : COPY go.mod vendor* ./ [2024-03-11T01:52:45.643Z] ---> f963cd8cd0c9 [2024-03-11T01:52:45.643Z] Step 10/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-03-11T01:52:45.643Z] ---> Running in 15d0fe2a5c44 [2024-03-11T01:53:24.398Z] Removing intermediate container 15d0fe2a5c44 [2024-03-11T01:53:24.398Z] ---> cdfc1b90dfae [2024-03-11T01:53:24.398Z] Step 11/12 : COPY . . [2024-03-11T01:53:24.398Z] ---> 3a1bdb3f9bea [2024-03-11T01:53:24.398Z] Step 12/12 : RUN $MAKE [2024-03-11T01:53:24.398Z] ---> Running in 2b621d2827ac [2024-03-11T01:53:24.398Z] noop [2024-03-11T01:53:24.398Z] Removing intermediate container 2b621d2827ac [2024-03-11T01:53:24.398Z] ---> 55f0f0be2255 [2024-03-11T01:53:24.398Z] Successfully built 55f0f0be2255 [2024-03-11T01:53:24.398Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-03-11T01:53:24.783Z] + docker inspect -f . ci-base-image-x86_64 [2024-03-11T01:53:24.783Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-03-11T01:53:24.895Z] prd-ubuntu20.04-docker-8c-8g-5407 does not seem to be running inside a container [2024-03-11T01:53:24.927Z] $ docker run -t -d -u 1001:1001 -u 0:0 -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 ******** ci-base-image-x86_64 cat [2024-03-11T01:53:25.273Z] $ docker top 58a77f9f444dbb5b4ebc91bd7ccdfb61a1ec1e0a6eef05a71ee0ee07127fd53d -eo pid,comm [Pipeline] { [Pipeline] sh [2024-03-11T01:53:25.653Z] + go version [2024-03-11T01:53:25.653Z] go version go1.21.0 linux/amd64 [Pipeline] } [2024-03-11T01:53:25.666Z] $ docker stop --time=1 58a77f9f444dbb5b4ebc91bd7ccdfb61a1ec1e0a6eef05a71ee0ee07127fd53d [2024-03-11T01:53:27.116Z] $ docker rm -f --volumes 58a77f9f444dbb5b4ebc91bd7ccdfb61a1ec1e0a6eef05a71ee0ee07127fd53d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-03-11T01:53:27.775Z] + docker inspect -f . ci-base-image-x86_64 [2024-03-11T01:53:27.775Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-03-11T01:53:27.883Z] prd-ubuntu20.04-docker-8c-8g-5407 does not seem to be running inside a container [2024-03-11T01:53:27.911Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -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 ******** ci-base-image-x86_64 cat [2024-03-11T01:53:28.552Z] $ docker top cb1b752c40da839a40b7b2379257d7d5fc1d904221f1fc0ec7c9500eb9d99cab -eo pid,comm [Pipeline] { [Pipeline] sh [2024-03-11T01:53:28.942Z] + git config --global --add safe.directory /w/workspace/edgexfoundry_device-mqtt-go_main [Pipeline] fileExists [Pipeline] sh [2024-03-11T01:53:29.279Z] + make test [2024-03-11T01:53:29.279Z] go test ./... -coverprofile=coverage.out ./... [2024-03-11T01:53:31.180Z] ? github.com/edgexfoundry/device-mqtt-go [no test files] [2024-03-11T01:53:43.371Z] ? github.com/edgexfoundry/device-mqtt-go/cmd [no test files] [2024-03-11T01:53:43.371Z] ? github.com/edgexfoundry/device-mqtt-go/mock [no test files] [2024-03-11T01:53:43.371Z] ok github.com/edgexfoundry/device-mqtt-go/internal/driver 0.017s coverage: 22.8% of statements [2024-03-11T01:53:49.934Z] go vet ./... [2024-03-11T01:53:53.224Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2024-03-11T01:53:53.225Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2024-03-11T01:53:53.225Z] ./bin/test-attribution-txt.sh [2024-03-11T01:53:53.225Z] An attribution for google.golang.org/genproto/googleapis/rpc is missing from Attribution.txt, please add [Pipeline] echo [2024-03-11T01:53:53.239Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] } [2024-03-11T01:53:53.281Z] $ docker stop --time=1 cb1b752c40da839a40b7b2379257d7d5fc1d904221f1fc0ec7c9500eb9d99cab [2024-03-11T01:53:56.898Z] $ docker rm -f --volumes cb1b752c40da839a40b7b2379257d7d5fc1d904221f1fc0ec7c9500eb9d99cab [Pipeline] // withDockerContainer [Pipeline] sh [2024-03-11T01:53:57.406Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2024-03-11T01:53:57.479Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2024-03-11T01:53:58.045Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2024-03-11T01:53:58.328Z] + ls -al . [2024-03-11T01:53:58.328Z] total 184 [2024-03-11T01:53:58.328Z] drwxrwxr-x 9 jenkins jenkins 4096 Mar 11 01:53 . [2024-03-11T01:53:58.328Z] drwxrwxr-x 4 jenkins jenkins 4096 Mar 11 01:52 .. [2024-03-11T01:53:58.328Z] -rw-rw-r-- 1 jenkins jenkins 140 Mar 11 01:52 .dockerignore [2024-03-11T01:53:58.328Z] drwxrwxr-x 8 jenkins jenkins 4096 Mar 11 01:53 .git [2024-03-11T01:53:58.328Z] drwxrwxr-x 3 jenkins jenkins 4096 Mar 11 01:52 .github [2024-03-11T01:53:58.328Z] -rw-rw-r-- 1 jenkins jenkins 264 Mar 11 01:52 .gitignore [2024-03-11T01:53:58.328Z] -rw-rw-r-- 1 jenkins jenkins 41 Mar 11 01:52 .golangci.yml [2024-03-11T01:53:58.328Z] drwxr-xr-x 3 jenkins jenkins 4096 Mar 11 01:52 .semver [2024-03-11T01:53:58.328Z] -rw-rw-r-- 1 jenkins jenkins 10386 Mar 11 01:52 Attribution.txt [2024-03-11T01:53:58.328Z] -rw-rw-r-- 1 jenkins jenkins 18574 Mar 11 01:52 CHANGELOG.md [2024-03-11T01:53:58.328Z] -rw-rw-r-- 1 jenkins jenkins 1798 Mar 11 01:52 Dockerfile [2024-03-11T01:53:58.328Z] -rw-rw-r-- 1 jenkins jenkins 677 Mar 11 01:52 GOVERNANCE.md [2024-03-11T01:53:58.328Z] -rw-rw-r-- 1 jenkins jenkins 657 Mar 11 01:52 Jenkinsfile [2024-03-11T01:53:58.328Z] -rw-rw-r-- 1 jenkins jenkins 11340 Mar 11 01:52 LICENSE [2024-03-11T01:53:58.328Z] -rw-rw-r-- 1 jenkins jenkins 1963 Mar 11 01:52 Makefile [2024-03-11T01:53:58.328Z] -rw-rw-r-- 1 jenkins jenkins 620 Mar 11 01:52 OWNERS.md [2024-03-11T01:53:58.328Z] -rw-rw-r-- 1 jenkins jenkins 3599 Mar 11 01:52 README.md [2024-03-11T01:53:58.328Z] -rw-rw-r-- 1 jenkins jenkins 11 Mar 11 01:52 VERSION [2024-03-11T01:53:58.328Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 11 01:52 bin [2024-03-11T01:53:58.328Z] drwxrwxr-x 3 jenkins jenkins 4096 Mar 11 01:52 cmd [2024-03-11T01:53:58.328Z] -rw-r--r-- 1 jenkins jenkins 18506 Mar 11 01:53 coverage.out [2024-03-11T01:53:58.328Z] -rw-rw-r-- 1 jenkins jenkins 3867 Mar 11 01:52 go.mod [2024-03-11T01:53:58.328Z] -rw-rw-r-- 1 jenkins jenkins 36216 Mar 11 01:52 go.sum [2024-03-11T01:53:58.328Z] drwxrwxr-x 3 jenkins jenkins 4096 Mar 11 01:52 internal [2024-03-11T01:53:58.328Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 11 01:52 mock [2024-03-11T01:53:58.328Z] -rw-rw-r-- 1 jenkins jenkins 227 Mar 11 01:52 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-03-11T01:53:58.690Z] + docker build -t device-mqtt -f Dockerfile --build-arg BASE=ci-base-image-x86_64 --build-arg MAKE=make build --build-arg ARCH=amd64 --label git_sha=cece63dbd868ba4ffecf5f739a16bcebc59408bd --label arch=amd64 --label version=3.2.0-dev.9 . [2024-03-11T01:53:58.690Z] Sending build context to Docker daemon 14.92MB [2024-03-11T01:53:58.690Z] Step 1/25 : ARG BASE=golang:1.21-alpine3.18 [2024-03-11T01:53:58.690Z] Step 2/25 : FROM ${BASE} AS builder [2024-03-11T01:53:58.690Z] ---> 55f0f0be2255 [2024-03-11T01:53:58.690Z] Step 3/25 : ARG ADD_BUILD_TAGS="" [2024-03-11T01:53:58.950Z] ---> Running in 07292acc265e [2024-03-11T01:53:58.950Z] Removing intermediate container 07292acc265e [2024-03-11T01:53:58.950Z] ---> 003a24492db4 [2024-03-11T01:53:58.950Z] Step 4/25 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2024-03-11T01:53:59.210Z] ---> Running in de29a4ebad14 [2024-03-11T01:53:59.210Z] Removing intermediate container de29a4ebad14 [2024-03-11T01:53:59.210Z] ---> 8ab74f7d49f0 [2024-03-11T01:53:59.210Z] Step 5/25 : ARG ALPINE_PKG_BASE="make git openssh-client" [2024-03-11T01:53:59.210Z] ---> Running in 86ba97fea685 [2024-03-11T01:53:59.210Z] Removing intermediate container 86ba97fea685 [2024-03-11T01:53:59.210Z] ---> 7924b93bf078 [2024-03-11T01:53:59.210Z] Step 6/25 : ARG ALPINE_PKG_EXTRA="" [2024-03-11T01:53:59.210Z] ---> Running in f33ddeddcf3c [2024-03-11T01:53:59.210Z] Removing intermediate container f33ddeddcf3c [2024-03-11T01:53:59.210Z] ---> 1bbd168354f3 [2024-03-11T01:53:59.210Z] Step 7/25 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2024-03-11T01:53:59.477Z] ---> Running in c055b1e62ee0 [2024-03-11T01:53:59.477Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-03-11T01:53:59.737Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-03-11T01:53:59.996Z] OK: 268 MiB in 56 packages [2024-03-11T01:54:00.256Z] Removing intermediate container c055b1e62ee0 [2024-03-11T01:54:00.256Z] ---> 313140560b16 [2024-03-11T01:54:00.256Z] Step 8/25 : WORKDIR /device-mqtt-go [2024-03-11T01:54:00.515Z] ---> Running in e53353a51cb9 [2024-03-11T01:54:00.515Z] Removing intermediate container e53353a51cb9 [2024-03-11T01:54:00.515Z] ---> 15f0eb0c0814 [2024-03-11T01:54:00.515Z] Step 9/25 : COPY go.mod vendor* ./ [2024-03-11T01:54:00.515Z] ---> 89d306c95299 [2024-03-11T01:54:00.515Z] Step 10/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-03-11T01:54:00.515Z] ---> Running in c4c36e6e00ec [2024-03-11T01:54:01.083Z] Removing intermediate container c4c36e6e00ec [2024-03-11T01:54:01.083Z] ---> acfa33ca9066 [2024-03-11T01:54:01.083Z] Step 11/25 : COPY . . [2024-03-11T01:54:01.651Z] ---> ddba13aa351c [2024-03-11T01:54:01.651Z] Step 12/25 : RUN $MAKE [2024-03-11T01:54:01.651Z] ---> Running in 30d3bb32778d [2024-03-11T01:54:01.912Z] CGO_ENABLED=0 go build -tags "" -ldflags "-X github.com/edgexfoundry/device-mqtt-go.Version=3.2.0-dev.9 -X github.com/edgexfoundry/device-sdk-go/v3/internal/common.SDKVersion=v3.2.0-dev.10" -trimpath -mod=readonly -o cmd/device-mqtt ./cmd [2024-03-11T01:54:23.846Z] Removing intermediate container 30d3bb32778d [2024-03-11T01:54:23.846Z] ---> 38ca2cc63116 [2024-03-11T01:54:23.846Z] Step 13/25 : FROM alpine:3.18 [2024-03-11T01:54:23.846Z] 3.18: Pulling from library/alpine [2024-03-11T01:54:23.846Z] 619be1103602: Pulling fs layer [2024-03-11T01:54:23.846Z] 619be1103602: Download complete [2024-03-11T01:54:23.846Z] 619be1103602: Pull complete [2024-03-11T01:54:23.846Z] Digest: sha256:11e21d7b981a59554b3f822c49f6e9f57b6068bb74f49c4cd5cc4c663c7e5160 [2024-03-11T01:54:23.846Z] Status: Downloaded newer image for alpine:3.18 [2024-03-11T01:54:23.846Z] ---> d3782b16ccc9 [2024-03-11T01:54:23.846Z] Step 14/25 : LABEL license='VSPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020-2021: IoTech Ltd' [2024-03-11T01:54:23.846Z] ---> Running in a9ef98d0f1df [2024-03-11T01:54:23.846Z] Removing intermediate container a9ef98d0f1df [2024-03-11T01:54:23.846Z] ---> b64a980e3592 [2024-03-11T01:54:23.846Z] Step 15/25 : RUN apk add --update --no-cache dumb-init [2024-03-11T01:54:23.846Z] ---> Running in eee5c2fae77a [2024-03-11T01:54:23.846Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-03-11T01:54:23.846Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-03-11T01:54:23.846Z] (1/1) Installing dumb-init (1.2.5-r2) [2024-03-11T01:54:23.846Z] Executing busybox-1.36.1-r5.trigger [2024-03-11T01:54:23.846Z] OK: 7 MiB in 16 packages [2024-03-11T01:54:23.846Z] Removing intermediate container eee5c2fae77a [2024-03-11T01:54:23.846Z] ---> 2ef0e80a6378 [2024-03-11T01:54:23.846Z] Step 16/25 : RUN apk --no-cache upgrade [2024-03-11T01:54:23.846Z] ---> Running in d23b42da090d [2024-03-11T01:54:23.846Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-03-11T01:54:23.846Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-03-11T01:54:24.108Z] OK: 7 MiB in 16 packages [2024-03-11T01:54:24.367Z] Removing intermediate container d23b42da090d [2024-03-11T01:54:24.367Z] ---> 2621514e9d7e [2024-03-11T01:54:24.367Z] Step 17/25 : COPY --from=builder /device-mqtt-go/cmd / [2024-03-11T01:54:25.575Z] ---> e3a93fa4006e [2024-03-11T01:54:25.575Z] Step 18/25 : COPY --from=builder /device-mqtt-go/LICENSE / [2024-03-11T01:54:25.575Z] ---> 19fbe77e87ba [2024-03-11T01:54:25.575Z] Step 19/25 : COPY --from=builder /device-mqtt-go/Attribution.txt / [2024-03-11T01:54:25.575Z] ---> d7a850b76bfb [2024-03-11T01:54:25.575Z] Step 20/25 : EXPOSE 59982 [2024-03-11T01:54:25.575Z] ---> Running in 5e7d51d4795a [2024-03-11T01:54:25.833Z] Removing intermediate container 5e7d51d4795a [2024-03-11T01:54:25.833Z] ---> 91e518f374ba [2024-03-11T01:54:25.833Z] Step 21/25 : ENTRYPOINT ["/device-mqtt"] [2024-03-11T01:54:25.833Z] ---> Running in f08a89fd9a0b [2024-03-11T01:54:25.833Z] Removing intermediate container f08a89fd9a0b [2024-03-11T01:54:25.833Z] ---> b03c07aca780 [2024-03-11T01:54:25.833Z] Step 22/25 : CMD ["--cp=consul://edgex-core-consul:8500", "--registry"] [2024-03-11T01:54:25.833Z] ---> Running in 5c744f8c0880 [2024-03-11T01:54:25.833Z] Removing intermediate container 5c744f8c0880 [2024-03-11T01:54:25.833Z] ---> 20acb6c79dd4 [2024-03-11T01:54:25.833Z] Step 23/25 : LABEL arch=amd64 [2024-03-11T01:54:25.833Z] ---> Running in 63f5ecfb9ba5 [2024-03-11T01:54:26.094Z] Removing intermediate container 63f5ecfb9ba5 [2024-03-11T01:54:26.094Z] ---> 09e57b48d574 [2024-03-11T01:54:26.094Z] Step 24/25 : LABEL git_sha=cece63dbd868ba4ffecf5f739a16bcebc59408bd [2024-03-11T01:54:26.094Z] ---> Running in 98fbbebc361b [2024-03-11T01:54:26.094Z] Removing intermediate container 98fbbebc361b [2024-03-11T01:54:26.094Z] ---> ddc6dbc316a5 [2024-03-11T01:54:26.094Z] Step 25/25 : LABEL version=3.2.0-dev.9 [2024-03-11T01:54:26.094Z] ---> Running in 7764f529cfcc [2024-03-11T01:54:26.094Z] Removing intermediate container 7764f529cfcc [2024-03-11T01:54:26.094Z] ---> a2e76067ee45 [2024-03-11T01:54:26.094Z] [Warning] One or more build-args [ARCH] were not consumed [2024-03-11T01:54:26.094Z] Successfully built a2e76067ee45 [2024-03-11T01:54:26.094Z] Successfully tagged device-mqtt:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2024-03-11T01:54:26.404Z] provisioning config files... [2024-03-11T01:54:26.413Z] copy managed file [device-mqtt-go-settings] to file:/w/workspace/edgexfoundry_device-mqtt-go_main@tmp/config10393623884123491055tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2024-03-11T01:54:26.755Z] ---> ****-login.sh [2024-03-11T01:54:26.755Z] nexus3.edgexfoundry.org:10001 [2024-03-11T01:54:26.755Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-03-11T01:54:26.755Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-03-11T01:54:26.755Z] Configure a credential helper to remove this warning. See [2024-03-11T01:54:26.755Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-03-11T01:54:26.755Z] [2024-03-11T01:54:26.755Z] Login Succeeded [2024-03-11T01:54:26.755Z] nexus3.edgexfoundry.org:10002 [2024-03-11T01:54:26.755Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-03-11T01:54:26.755Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-03-11T01:54:26.755Z] Configure a credential helper to remove this warning. See [2024-03-11T01:54:26.755Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-03-11T01:54:26.755Z] [2024-03-11T01:54:26.755Z] Login Succeeded [2024-03-11T01:54:26.755Z] nexus3.edgexfoundry.org:10003 [2024-03-11T01:54:27.015Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-03-11T01:54:27.015Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-03-11T01:54:27.015Z] Configure a credential helper to remove this warning. See [2024-03-11T01:54:27.015Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-03-11T01:54:27.015Z] [2024-03-11T01:54:27.015Z] Login Succeeded [2024-03-11T01:54:27.015Z] nexus3.edgexfoundry.org:10004 [2024-03-11T01:54:27.015Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-03-11T01:54:27.015Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-03-11T01:54:27.015Z] Configure a credential helper to remove this warning. See [2024-03-11T01:54:27.015Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-03-11T01:54:27.015Z] [2024-03-11T01:54:27.015Z] Login Succeeded [2024-03-11T01:54:27.015Z] ****.io [2024-03-11T01:54:27.273Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-03-11T01:54:27.274Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-03-11T01:54:27.274Z] Configure a credential helper to remove this warning. See [2024-03-11T01:54:27.274Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-03-11T01:54:27.274Z] [2024-03-11T01:54:27.274Z] Login Succeeded [2024-03-11T01:54:27.274Z] ---> ****-login.sh ends [Pipeline] } [2024-03-11T01:54:27.280Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-03-11T01:54:27.406Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2024-03-11T01:54:27.462Z] [edgeXDocker.push] Tagging docker image device-mqtt with the following tags: [2024-03-11T01:54:27.462Z] cece63dbd868ba4ffecf5f739a16bcebc59408bd [2024-03-11T01:54:27.462Z] latest [2024-03-11T01:54:27.462Z] 3.2.0-dev.9 [2024-03-11T01:54:27.462Z] cece63dbd868ba4ffecf5f739a16bcebc59408bd-3.2.0-dev.9 [2024-03-11T01:54:27.462Z] main [2024-03-11T01:54:27.462Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-03-11T01:54:27.914Z] + docker tag device-mqtt nexus3.edgexfoundry.org:10004/device-mqtt:cece63dbd868ba4ffecf5f739a16bcebc59408bd [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-03-11T01:54:28.307Z] + docker push nexus3.edgexfoundry.org:10004/device-mqtt:cece63dbd868ba4ffecf5f739a16bcebc59408bd [2024-03-11T01:54:28.307Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-mqtt] [2024-03-11T01:54:28.307Z] 175ddc0efe15: Preparing [2024-03-11T01:54:28.307Z] 1b73b059c3ee: Preparing [2024-03-11T01:54:28.307Z] b914cc0b89be: Preparing [2024-03-11T01:54:28.307Z] 331ed6502d01: Preparing [2024-03-11T01:54:28.307Z] dd3e5bffb612: Preparing [2024-03-11T01:54:28.307Z] aedc3bda2944: Preparing [2024-03-11T01:54:28.307Z] aedc3bda2944: Waiting [2024-03-11T01:54:28.307Z] 1b73b059c3ee: Pushed [2024-03-11T01:54:28.307Z] 331ed6502d01: Pushed [2024-03-11T01:54:28.307Z] 175ddc0efe15: Pushed [2024-03-11T01:54:28.307Z] dd3e5bffb612: Pushed [2024-03-11T01:54:28.307Z] aedc3bda2944: Layer already exists [2024-03-11T01:54:31.594Z] b914cc0b89be: Pushed [2024-03-11T01:54:31.594Z] cece63dbd868ba4ffecf5f739a16bcebc59408bd: digest: sha256:98f86245c4f4ae82539e8fbdf4cb49fb123b265c8104d684b23a0183f2cc9b38 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-03-11T01:54:31.990Z] + docker tag device-mqtt nexus3.edgexfoundry.org:10004/device-mqtt:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-03-11T01:54:32.387Z] + docker push nexus3.edgexfoundry.org:10004/device-mqtt:latest [2024-03-11T01:54:32.388Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-mqtt] [2024-03-11T01:54:32.388Z] 175ddc0efe15: Preparing [2024-03-11T01:54:32.388Z] 1b73b059c3ee: Preparing [2024-03-11T01:54:32.388Z] b914cc0b89be: Preparing [2024-03-11T01:54:32.388Z] 331ed6502d01: Preparing [2024-03-11T01:54:32.388Z] dd3e5bffb612: Preparing [2024-03-11T01:54:32.388Z] aedc3bda2944: Preparing [2024-03-11T01:54:32.388Z] aedc3bda2944: Waiting [2024-03-11T01:54:32.388Z] b914cc0b89be: Layer already exists [2024-03-11T01:54:32.388Z] dd3e5bffb612: Layer already exists [2024-03-11T01:54:32.388Z] 331ed6502d01: Layer already exists [2024-03-11T01:54:32.388Z] 175ddc0efe15: Layer already exists [2024-03-11T01:54:32.388Z] 1b73b059c3ee: Layer already exists [2024-03-11T01:54:32.388Z] aedc3bda2944: Layer already exists [2024-03-11T01:54:32.388Z] latest: digest: sha256:98f86245c4f4ae82539e8fbdf4cb49fb123b265c8104d684b23a0183f2cc9b38 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-03-11T01:54:32.787Z] + docker tag device-mqtt nexus3.edgexfoundry.org:10004/device-mqtt:3.2.0-dev.9 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-03-11T01:54:33.281Z] + docker push nexus3.edgexfoundry.org:10004/device-mqtt:3.2.0-dev.9 [2024-03-11T01:54:33.282Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-mqtt] [2024-03-11T01:54:33.282Z] 175ddc0efe15: Preparing [2024-03-11T01:54:33.282Z] 1b73b059c3ee: Preparing [2024-03-11T01:54:33.282Z] b914cc0b89be: Preparing [2024-03-11T01:54:33.282Z] 331ed6502d01: Preparing [2024-03-11T01:54:33.282Z] dd3e5bffb612: Preparing [2024-03-11T01:54:33.282Z] aedc3bda2944: Preparing [2024-03-11T01:54:33.282Z] 175ddc0efe15: Layer already exists [2024-03-11T01:54:33.282Z] b914cc0b89be: Layer already exists [2024-03-11T01:54:33.282Z] 1b73b059c3ee: Layer already exists [2024-03-11T01:54:33.282Z] 331ed6502d01: Layer already exists [2024-03-11T01:54:33.282Z] dd3e5bffb612: Layer already exists [2024-03-11T01:54:33.282Z] aedc3bda2944: Layer already exists [2024-03-11T01:54:33.282Z] 3.2.0-dev.9: digest: sha256:98f86245c4f4ae82539e8fbdf4cb49fb123b265c8104d684b23a0183f2cc9b38 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-03-11T01:54:33.730Z] + docker tag device-mqtt nexus3.edgexfoundry.org:10004/device-mqtt:cece63dbd868ba4ffecf5f739a16bcebc59408bd-3.2.0-dev.9 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-03-11T01:54:34.135Z] + docker push nexus3.edgexfoundry.org:10004/device-mqtt:cece63dbd868ba4ffecf5f739a16bcebc59408bd-3.2.0-dev.9 [2024-03-11T01:54:34.135Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-mqtt] [2024-03-11T01:54:34.135Z] 175ddc0efe15: Preparing [2024-03-11T01:54:34.135Z] 1b73b059c3ee: Preparing [2024-03-11T01:54:34.135Z] b914cc0b89be: Preparing [2024-03-11T01:54:34.135Z] 331ed6502d01: Preparing [2024-03-11T01:54:34.135Z] dd3e5bffb612: Preparing [2024-03-11T01:54:34.135Z] aedc3bda2944: Preparing [2024-03-11T01:54:34.135Z] aedc3bda2944: Waiting [2024-03-11T01:54:34.135Z] 331ed6502d01: Layer already exists [2024-03-11T01:54:34.135Z] b914cc0b89be: Layer already exists [2024-03-11T01:54:34.135Z] 175ddc0efe15: Layer already exists [2024-03-11T01:54:34.135Z] 1b73b059c3ee: Layer already exists [2024-03-11T01:54:34.135Z] dd3e5bffb612: Layer already exists [2024-03-11T01:54:34.135Z] aedc3bda2944: Layer already exists [2024-03-11T01:54:34.135Z] cece63dbd868ba4ffecf5f739a16bcebc59408bd-3.2.0-dev.9: digest: sha256:98f86245c4f4ae82539e8fbdf4cb49fb123b265c8104d684b23a0183f2cc9b38 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-03-11T01:54:34.539Z] + docker tag device-mqtt nexus3.edgexfoundry.org:10004/device-mqtt:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-03-11T01:54:34.947Z] + docker push nexus3.edgexfoundry.org:10004/device-mqtt:main [2024-03-11T01:54:34.948Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-mqtt] [2024-03-11T01:54:34.948Z] 175ddc0efe15: Preparing [2024-03-11T01:54:34.948Z] 1b73b059c3ee: Preparing [2024-03-11T01:54:34.948Z] b914cc0b89be: Preparing [2024-03-11T01:54:34.948Z] 331ed6502d01: Preparing [2024-03-11T01:54:34.948Z] dd3e5bffb612: Preparing [2024-03-11T01:54:34.948Z] aedc3bda2944: Preparing [2024-03-11T01:54:34.948Z] aedc3bda2944: Waiting [2024-03-11T01:54:34.948Z] 331ed6502d01: Layer already exists [2024-03-11T01:54:34.948Z] 1b73b059c3ee: Layer already exists [2024-03-11T01:54:34.948Z] dd3e5bffb612: Layer already exists [2024-03-11T01:54:34.948Z] 175ddc0efe15: Layer already exists [2024-03-11T01:54:34.948Z] b914cc0b89be: Layer already exists [2024-03-11T01:54:34.948Z] aedc3bda2944: Layer already exists [2024-03-11T01:54:34.948Z] main: digest: sha256:98f86245c4f4ae82539e8fbdf4cb49fb123b265c8104d684b23a0183f2cc9b38 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-03-11T01:54:35.179Z] ===================================================== [Pipeline] echo [2024-03-11T01:54:35.223Z] taggedImages: [2024-03-11T01:54:35.223Z] - nexus3.edgexfoundry.org:10004/device-mqtt:cece63dbd868ba4ffecf5f739a16bcebc59408bd [2024-03-11T01:54:35.223Z] - nexus3.edgexfoundry.org:10004/device-mqtt:latest [2024-03-11T01:54:35.223Z] - nexus3.edgexfoundry.org:10004/device-mqtt:3.2.0-dev.9 [2024-03-11T01:54:35.223Z] - nexus3.edgexfoundry.org:10004/device-mqtt:cece63dbd868ba4ffecf5f739a16bcebc59408bd-3.2.0-dev.9 [2024-03-11T01:54:35.223Z] - nexus3.edgexfoundry.org:10004/device-mqtt:main [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-03-11T01:54:35.936Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2024-03-11T01:54:35.936Z] [2024-03-11T01:54:35.936Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-03-11T01:54:36.266Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2024-03-11T01:54:36.266Z] latest: Pulling from edgex-lftools-log-publisher [2024-03-11T01:54:36.266Z] 5eb5b503b376: Pulling fs layer [2024-03-11T01:54:36.266Z] 5c69ac0246d0: Pulling fs layer [2024-03-11T01:54:36.266Z] ec43610c2a17: Pulling fs layer [2024-03-11T01:54:36.266Z] 3a2ae6a8a46f: Pulling fs layer [2024-03-11T01:54:36.266Z] 33b1e0a273af: Pulling fs layer [2024-03-11T01:54:36.266Z] 5d3b04190fa2: Pulling fs layer [2024-03-11T01:54:36.266Z] 2f39f015ded8: Pulling fs layer [2024-03-11T01:54:36.266Z] 33b1e0a273af: Waiting [2024-03-11T01:54:36.266Z] 5d3b04190fa2: Waiting [2024-03-11T01:54:36.266Z] 2f39f015ded8: Waiting [2024-03-11T01:54:36.266Z] 3a2ae6a8a46f: Waiting [2024-03-11T01:54:36.266Z] 5c69ac0246d0: Download complete [2024-03-11T01:54:36.266Z] 3a2ae6a8a46f: Verifying Checksum [2024-03-11T01:54:36.266Z] 3a2ae6a8a46f: Download complete [2024-03-11T01:54:36.266Z] 33b1e0a273af: Download complete [2024-03-11T01:54:36.266Z] 5d3b04190fa2: Verifying Checksum [2024-03-11T01:54:36.266Z] 5d3b04190fa2: Download complete [2024-03-11T01:54:36.266Z] ec43610c2a17: Verifying Checksum [2024-03-11T01:54:36.266Z] ec43610c2a17: Download complete [2024-03-11T01:54:36.524Z] 5eb5b503b376: Verifying Checksum [2024-03-11T01:54:36.524Z] 5eb5b503b376: Download complete [2024-03-11T01:54:37.090Z] 2f39f015ded8: Download complete [2024-03-11T01:54:37.658Z] 5eb5b503b376: Pull complete [2024-03-11T01:54:37.916Z] 5c69ac0246d0: Pull complete [2024-03-11T01:54:38.483Z] ec43610c2a17: Pull complete [2024-03-11T01:54:38.484Z] 3a2ae6a8a46f: Pull complete [2024-03-11T01:54:38.743Z] 33b1e0a273af: Pull complete [2024-03-11T01:54:38.743Z] 5d3b04190fa2: Pull complete [2024-03-11T01:54:44.028Z] 2f39f015ded8: Pull complete [2024-03-11T01:54:44.028Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2024-03-11T01:54:44.028Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2024-03-11T01:54:44.028Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-03-11T01:54:44.276Z] prd-ubuntu20.04-docker-8c-8g-5407 does not seem to be running inside a container [2024-03-11T01:54:44.317Z] $ 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 [2024-03-11T01:54:49.234Z] $ docker top 0324f85277c8902922a18c3e932cc8477b9187d519c12aaa82df37571263800b -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2024-03-11T01:54:49.689Z] ---> job-cost.sh [2024-03-11T01:54:49.689Z] lf-activate-venv: SKIPPING [2024-03-11T01:54:49.689Z] INFO: No Stack... [2024-03-11T01:54:49.949Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2024-03-11T01:54:50.209Z] INFO: Archiving Costs [Pipeline] sh [2024-03-11T01:54:50.499Z] + cat /w/workspace/edgexfoundry_device-mqtt-go_main/archives/cost.csv [2024-03-11T01:54:50.500Z] + cut -d, -f6 [Pipeline] lock [2024-03-11T01:54:50.514Z] Trying to acquire lock on [jenkins-edgexfoundry-device-mqtt-go-main-162-stack-cost] [2024-03-11T01:54:50.521Z] Resource [jenkins-edgexfoundry-device-mqtt-go-main-162-stack-cost] did not exist. Created. [2024-03-11T01:54:50.528Z] Lock acquired on [jenkins-edgexfoundry-device-mqtt-go-main-162-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2024-03-11T01:54:50.899Z] + echo total: 0.2199999988079071 [Pipeline] stash [2024-03-11T01:54:50.924Z] Stashed 1 file(s) [Pipeline] } [2024-03-11T01:54:50.966Z] Lock released on resource [jenkins-edgexfoundry-device-mqtt-go-main-162-stack-cost] [Pipeline] // lock [Pipeline] } [2024-03-11T01:54:51.051Z] $ docker stop --time=1 0324f85277c8902922a18c3e932cc8477b9187d519c12aaa82df37571263800b [2024-03-11T01:54:52.213Z] $ docker rm -f --volumes 0324f85277c8902922a18c3e932cc8477b9187d519c12aaa82df37571263800b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2024-03-11T01:56:12.008Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-5410 in /w/workspace/edgexfoundry_device-mqtt-go_main [Pipeline] { [Pipeline] ws [2024-03-11T01:56:12.056Z] Running in /w/workspace/device-mqtt-go/162 [Pipeline] { [Pipeline] checkout [2024-03-11T01:56:15.144Z] The recommended git tool is: git [2024-03-11T01:56:22.071Z] using credential edgex-jenkins-ssh [2024-03-11T01:56:22.093Z] Cloning the remote Git repository [2024-03-11T01:56:22.141Z] Cloning repository git@github.com:edgexfoundry/device-mqtt-go.git [2024-03-11T01:56:22.247Z] > git init /w/workspace/device-mqtt-go/162 # timeout=10 [2024-03-11T01:56:22.448Z] Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git [2024-03-11T01:56:22.450Z] > git --version # timeout=10 [2024-03-11T01:56:22.483Z] > git --version # 'git version 2.25.1' [2024-03-11T01:56:22.486Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2024-03-11T01:56:22.673Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2024-03-11T01:56:25.614Z] Avoid second fetch [2024-03-11T01:56:25.615Z] Checking out Revision cece63dbd868ba4ffecf5f739a16bcebc59408bd (main) [2024-03-11T01:56:24.511Z] > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 [2024-03-11T01:56:24.558Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2024-03-11T01:56:25.631Z] > git config core.sparsecheckout # timeout=10 [2024-03-11T01:56:26.229Z] Commit message: "Merge pull request #665 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/device-sdk-go/v3-3.2.0-dev.10" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2024-03-11T01:56:25.717Z] > git checkout -f cece63dbd868ba4ffecf5f739a16bcebc59408bd # timeout=10 [2024-03-11T01:56:27.426Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2024-03-11T01:56:27.426Z] % Total % Received % Xferd Average Speed Time Time Time Current [2024-03-11T01:56:27.426Z] Dload Upload Total Spent Left Speed [2024-03-11T01:56:27.426Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12828 100 12828 0 0 107k 0 --:--:-- --:--:-- --:--:-- 107k [Pipeline] sh [2024-03-11T01:56:27.772Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2024-03-11T01:56:28.107Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2024-03-11T01:56:28.107Z] + sudo tee /etc/docker/daemon.new [2024-03-11T01:56:28.107Z] { [2024-03-11T01:56:28.107Z] "registry-mirrors": [ [2024-03-11T01:56:28.107Z] "https://nexus3.edgexfoundry.org:10001" [2024-03-11T01:56:28.107Z] ], [2024-03-11T01:56:28.107Z] "bip": "10.250.0.254/24", [2024-03-11T01:56:28.107Z] "hosts": [ [2024-03-11T01:56:28.107Z] "tcp://0.0.0.0:5555", [2024-03-11T01:56:28.107Z] "unix:///var/run/docker.sock" [2024-03-11T01:56:28.107Z] ], [2024-03-11T01:56:28.107Z] "mtu": 1458, [2024-03-11T01:56:28.107Z] "selinux-enabled": true, [2024-03-11T01:56:28.107Z] "seccomp-profile": "/etc/docker/seccomp.json" [2024-03-11T01:56:28.107Z] } [Pipeline] sh [2024-03-11T01:56:28.462Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2024-03-11T01:56:28.792Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2024-03-11T01:56:47.106Z] provisioning config files... [2024-03-11T01:56:47.132Z] copy managed file [device-mqtt-go-settings] to file:/w/workspace/device-mqtt-go/162@tmp/config17840622466092006471tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2024-03-11T01:56:47.597Z] ---> ****-login.sh [2024-03-11T01:56:47.597Z] nexus3.edgexfoundry.org:10001 [2024-03-11T01:56:47.870Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-03-11T01:56:48.141Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-03-11T01:56:48.141Z] Configure a credential helper to remove this warning. See [2024-03-11T01:56:48.141Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-03-11T01:56:48.141Z] [2024-03-11T01:56:48.141Z] Login Succeeded [2024-03-11T01:56:48.141Z] nexus3.edgexfoundry.org:10002 [2024-03-11T01:56:48.408Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-03-11T01:56:48.681Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-03-11T01:56:48.681Z] Configure a credential helper to remove this warning. See [2024-03-11T01:56:48.681Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-03-11T01:56:48.681Z] [2024-03-11T01:56:48.681Z] Login Succeeded [2024-03-11T01:56:48.681Z] nexus3.edgexfoundry.org:10003 [2024-03-11T01:56:48.681Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-03-11T01:56:48.952Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-03-11T01:56:48.953Z] Configure a credential helper to remove this warning. See [2024-03-11T01:56:48.953Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-03-11T01:56:48.953Z] [2024-03-11T01:56:48.953Z] Login Succeeded [2024-03-11T01:56:48.953Z] nexus3.edgexfoundry.org:10004 [2024-03-11T01:56:49.228Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-03-11T01:56:49.228Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-03-11T01:56:49.228Z] Configure a credential helper to remove this warning. See [2024-03-11T01:56:49.228Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-03-11T01:56:49.228Z] [2024-03-11T01:56:49.228Z] Login Succeeded [2024-03-11T01:56:49.228Z] ****.io [2024-03-11T01:56:49.502Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-03-11T01:56:49.769Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-03-11T01:56:49.769Z] Configure a credential helper to remove this warning. See [2024-03-11T01:56:49.769Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-03-11T01:56:49.769Z] [2024-03-11T01:56:49.769Z] Login Succeeded [2024-03-11T01:56:49.769Z] ---> ****-login.sh ends [Pipeline] } [2024-03-11T01:56:49.783Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2024-03-11T01:56:50.233Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2024-03-11T01:56:50.281Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2024-03-11T01:56:50.329Z] ========================================================= [2024-03-11T01:56:50.329Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine] [2024-03-11T01:56:50.329Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-03-11T01:56:50.839Z] + docker build -t ci-base-image-arm64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine --build-arg MAKE=echo noop --target=builder . [2024-03-11T01:56:51.107Z] Sending build context to Docker daemon 7.554MB [2024-03-11T01:56:51.107Z] Step 1/12 : ARG BASE=golang:1.21-alpine3.18 [2024-03-11T01:56:51.107Z] Step 2/12 : FROM ${BASE} AS builder [2024-03-11T01:56:51.378Z] 1.21-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2024-03-11T01:56:51.378Z] 9fda8d8052c6: Pulling fs layer [2024-03-11T01:56:51.378Z] 5d54e960e981: Pulling fs layer [2024-03-11T01:56:51.378Z] c4a7e357bf2a: Pulling fs layer [2024-03-11T01:56:51.378Z] f0e02332f6b5: Pulling fs layer [2024-03-11T01:56:51.378Z] 872ee5b61b7b: Pulling fs layer [2024-03-11T01:56:51.378Z] 0c6a40ed1a82: Pulling fs layer [2024-03-11T01:56:51.378Z] 94ae7d8d031c: Pulling fs layer [2024-03-11T01:56:51.378Z] 872ee5b61b7b: Waiting [2024-03-11T01:56:51.378Z] 0c6a40ed1a82: Waiting [2024-03-11T01:56:51.378Z] 94ae7d8d031c: Waiting [2024-03-11T01:56:51.378Z] f0e02332f6b5: Waiting [2024-03-11T01:56:51.378Z] 5d54e960e981: Verifying Checksum [2024-03-11T01:56:51.378Z] 5d54e960e981: Download complete [2024-03-11T01:56:51.378Z] f0e02332f6b5: Verifying Checksum [2024-03-11T01:56:51.378Z] f0e02332f6b5: Download complete [2024-03-11T01:56:51.378Z] 872ee5b61b7b: Verifying Checksum [2024-03-11T01:56:51.378Z] 872ee5b61b7b: Download complete [2024-03-11T01:56:51.378Z] 9fda8d8052c6: Verifying Checksum [2024-03-11T01:56:51.378Z] 9fda8d8052c6: Download complete [2024-03-11T01:56:51.967Z] 94ae7d8d031c: Verifying Checksum [2024-03-11T01:56:51.967Z] 94ae7d8d031c: Download complete [2024-03-11T01:56:52.236Z] 9fda8d8052c6: Pull complete [2024-03-11T01:56:52.826Z] 5d54e960e981: Pull complete [2024-03-11T01:56:53.414Z] c4a7e357bf2a: Verifying Checksum [2024-03-11T01:56:53.414Z] c4a7e357bf2a: Download complete [2024-03-11T01:56:54.379Z] 0c6a40ed1a82: Download complete [2024-03-11T01:57:06.725Z] c4a7e357bf2a: Pull complete [2024-03-11T01:57:06.725Z] f0e02332f6b5: Pull complete [2024-03-11T01:57:06.725Z] 872ee5b61b7b: Pull complete [2024-03-11T01:57:14.938Z] 0c6a40ed1a82: Pull complete [2024-03-11T01:57:16.352Z] 94ae7d8d031c: Pull complete [2024-03-11T01:57:16.352Z] Digest: sha256:bced28d2139e98291f6f5222245e06760ce829f55f75386c6c13bfabca1016f1 [2024-03-11T01:57:16.352Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine [2024-03-11T01:57:16.352Z] ---> 86de565de09d [2024-03-11T01:57:16.352Z] Step 3/12 : ARG ADD_BUILD_TAGS="" [2024-03-11T01:57:18.310Z] ---> Running in b838adb43221 [2024-03-11T01:57:18.310Z] Removing intermediate container b838adb43221 [2024-03-11T01:57:18.310Z] ---> 8066c13bbfd5 [2024-03-11T01:57:18.310Z] Step 4/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2024-03-11T01:57:18.310Z] ---> Running in aca4380f1c1d [2024-03-11T01:57:18.580Z] Removing intermediate container aca4380f1c1d [2024-03-11T01:57:18.580Z] ---> 673448ef0f6a [2024-03-11T01:57:18.580Z] Step 5/12 : ARG ALPINE_PKG_BASE="make git openssh-client" [2024-03-11T01:57:18.580Z] ---> Running in 45e76f71988c [2024-03-11T01:57:19.170Z] Removing intermediate container 45e76f71988c [2024-03-11T01:57:19.170Z] ---> 8c8fee9bf204 [2024-03-11T01:57:19.170Z] Step 6/12 : ARG ALPINE_PKG_EXTRA="" [2024-03-11T01:57:19.170Z] ---> Running in 0cda90b2cdff [2024-03-11T01:57:19.437Z] Removing intermediate container 0cda90b2cdff [2024-03-11T01:57:19.437Z] ---> 7521eebe809e [2024-03-11T01:57:19.437Z] Step 7/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2024-03-11T01:57:19.437Z] ---> Running in 937dcf30f71f [2024-03-11T01:57:20.857Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-03-11T01:57:21.126Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-03-11T01:57:22.090Z] (1/4) Installing openssh-keygen (9.3_p2-r1) [2024-03-11T01:57:22.090Z] (2/4) Installing libedit (20221030.3.1-r1) [2024-03-11T01:57:22.090Z] (3/4) Installing openssh-client-common (9.3_p2-r1) [2024-03-11T01:57:22.090Z] (4/4) Installing openssh-client-default (9.3_p2-r1) [2024-03-11T01:57:22.359Z] Executing busybox-1.36.1-r5.trigger [2024-03-11T01:57:22.359Z] OK: 271 MiB in 56 packages [2024-03-11T01:57:23.325Z] Removing intermediate container 937dcf30f71f [2024-03-11T01:57:23.325Z] ---> 781d27dd41b7 [2024-03-11T01:57:23.325Z] Step 8/12 : WORKDIR /device-mqtt-go [2024-03-11T01:57:23.325Z] ---> Running in ba7f7a1e21d9 [2024-03-11T01:57:23.914Z] Removing intermediate container ba7f7a1e21d9 [2024-03-11T01:57:23.914Z] ---> 0ed2cc465445 [2024-03-11T01:57:23.914Z] Step 9/12 : COPY go.mod vendor* ./ [2024-03-11T01:57:24.192Z] ---> 754914c9f345 [2024-03-11T01:57:24.192Z] Step 10/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-03-11T01:57:24.192Z] ---> Running in ec1c73fd3ead [2024-03-11T01:58:32.103Z] Removing intermediate container ec1c73fd3ead [2024-03-11T01:58:32.103Z] ---> 3b14ca38b215 [2024-03-11T01:58:32.103Z] Step 11/12 : COPY . . [2024-03-11T01:58:32.103Z] ---> e83083bfbac3 [2024-03-11T01:58:32.103Z] Step 12/12 : RUN $MAKE [2024-03-11T01:58:32.103Z] ---> Running in 7e4b7c65274b [2024-03-11T01:58:32.103Z] noop [2024-03-11T01:58:32.103Z] Removing intermediate container 7e4b7c65274b [2024-03-11T01:58:32.103Z] ---> 329ad717cb3f [2024-03-11T01:58:32.103Z] Successfully built 329ad717cb3f [2024-03-11T01:58:32.103Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-03-11T01:58:32.568Z] + docker inspect -f . ci-base-image-arm64 [2024-03-11T01:58:32.568Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-03-11T01:58:32.883Z] prd-ubuntu20.04-docker-arm64-4c-16g-5410 does not seem to be running inside a container [2024-03-11T01:58:33.009Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-mqtt-go/162 -v /w/workspace/device-mqtt-go/162:/w/workspace/device-mqtt-go/162:rw,z -v /w/workspace/device-mqtt-go/162@tmp:/w/workspace/device-mqtt-go/162@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 [2024-03-11T01:58:34.367Z] $ docker top a9c192e12d4fa3f043e4f43cc80ff2b2fdb3cc0d883a85386f19e7a138eacbd1 -eo pid,comm [Pipeline] { [Pipeline] sh [2024-03-11T01:58:35.328Z] + go version [2024-03-11T01:58:35.328Z] go version go1.21.0 linux/arm64 [Pipeline] } [2024-03-11T01:58:35.355Z] $ docker stop --time=1 a9c192e12d4fa3f043e4f43cc80ff2b2fdb3cc0d883a85386f19e7a138eacbd1 [2024-03-11T01:58:36.980Z] $ docker rm -f --volumes a9c192e12d4fa3f043e4f43cc80ff2b2fdb3cc0d883a85386f19e7a138eacbd1 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-03-11T01:58:37.892Z] + docker inspect -f . ci-base-image-arm64 [2024-03-11T01:58:37.892Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-03-11T01:58:38.158Z] prd-ubuntu20.04-docker-arm64-4c-16g-5410 does not seem to be running inside a container [2024-03-11T01:58:38.222Z] $ 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/162 -v /w/workspace/device-mqtt-go/162:/w/workspace/device-mqtt-go/162:rw,z -v /w/workspace/device-mqtt-go/162@tmp:/w/workspace/device-mqtt-go/162@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 [2024-03-11T01:58:39.413Z] $ docker top 74b6e3e2b9e06f566e06e6a5ec586372c89fc786d83a8d44167258b6be8c8fe6 -eo pid,comm [Pipeline] { [Pipeline] sh [2024-03-11T01:58:40.287Z] + git config --global --add safe.directory /w/workspace/device-mqtt-go/162 [Pipeline] fileExists [Pipeline] sh [2024-03-11T01:58:40.972Z] + make test [2024-03-11T01:58:40.972Z] go test ./... -coverprofile=coverage.out ./... [2024-03-11T01:58:44.322Z] ? github.com/edgexfoundry/device-mqtt-go [no test files] [2024-03-11T02:00:20.954Z] ? github.com/edgexfoundry/device-mqtt-go/cmd [no test files] [2024-03-11T02:00:20.954Z] ? github.com/edgexfoundry/device-mqtt-go/mock [no test files] [2024-03-11T02:00:20.954Z] ok github.com/edgexfoundry/device-mqtt-go/internal/driver 0.063s coverage: 22.8% of statements [2024-03-11T02:00:20.954Z] WARNING: Linting skipped (not on x86_64 or linter not installed) [2024-03-11T02:00:20.954Z] go vet ./... [2024-03-11T02:00:43.074Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2024-03-11T02:00:43.074Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2024-03-11T02:00:43.074Z] ./bin/test-attribution-txt.sh [2024-03-11T02:00:43.074Z] An attribution for google.golang.org/genproto/googleapis/rpc is missing from Attribution.txt, please add [Pipeline] echo [2024-03-11T02:00:43.093Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] } [2024-03-11T02:00:43.154Z] $ docker stop --time=1 74b6e3e2b9e06f566e06e6a5ec586372c89fc786d83a8d44167258b6be8c8fe6 [2024-03-11T02:00:45.039Z] $ docker rm -f --volumes 74b6e3e2b9e06f566e06e6a5ec586372c89fc786d83a8d44167258b6be8c8fe6 [Pipeline] // withDockerContainer [Pipeline] sh [2024-03-11T02:00:46.303Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2024-03-11T02:00:46.363Z] Warning: overwriting stash ‘coverage-report’ [2024-03-11T02:00:46.840Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2024-03-11T02:00:47.541Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2024-03-11T02:00:47.865Z] + ls -al . [2024-03-11T02:00:47.865Z] total 180 [2024-03-11T02:00:47.865Z] drwxrwxr-x 8 jenkins jenkins 4096 Mar 11 01:58 . [2024-03-11T02:00:47.865Z] drwxrwxr-x 4 jenkins jenkins 4096 Mar 11 01:56 .. [2024-03-11T02:00:47.865Z] -rw-rw-r-- 1 jenkins jenkins 140 Mar 11 01:56 .dockerignore [2024-03-11T02:00:47.865Z] drwxrwxr-x 8 jenkins jenkins 4096 Mar 11 01:56 .git [2024-03-11T02:00:47.865Z] drwxrwxr-x 3 jenkins jenkins 4096 Mar 11 01:56 .github [2024-03-11T02:00:47.865Z] -rw-rw-r-- 1 jenkins jenkins 264 Mar 11 01:56 .gitignore [2024-03-11T02:00:47.865Z] -rw-rw-r-- 1 jenkins jenkins 41 Mar 11 01:56 .golangci.yml [2024-03-11T02:00:47.865Z] -rw-rw-r-- 1 jenkins jenkins 10386 Mar 11 01:56 Attribution.txt [2024-03-11T02:00:47.865Z] -rw-rw-r-- 1 jenkins jenkins 18574 Mar 11 01:56 CHANGELOG.md [2024-03-11T02:00:47.865Z] -rw-rw-r-- 1 jenkins jenkins 1798 Mar 11 01:56 Dockerfile [2024-03-11T02:00:47.865Z] -rw-rw-r-- 1 jenkins jenkins 677 Mar 11 01:56 GOVERNANCE.md [2024-03-11T02:00:47.865Z] -rw-rw-r-- 1 jenkins jenkins 657 Mar 11 01:56 Jenkinsfile [2024-03-11T02:00:47.865Z] -rw-rw-r-- 1 jenkins jenkins 11340 Mar 11 01:56 LICENSE [2024-03-11T02:00:47.865Z] -rw-rw-r-- 1 jenkins jenkins 1963 Mar 11 01:56 Makefile [2024-03-11T02:00:47.865Z] -rw-rw-r-- 1 jenkins jenkins 620 Mar 11 01:56 OWNERS.md [2024-03-11T02:00:47.865Z] -rw-rw-r-- 1 jenkins jenkins 3599 Mar 11 01:56 README.md [2024-03-11T02:00:47.865Z] -rw-rw-r-- 1 jenkins jenkins 11 Mar 11 01:52 VERSION [2024-03-11T02:00:47.865Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 11 01:56 bin [2024-03-11T02:00:47.865Z] drwxrwxr-x 3 jenkins jenkins 4096 Mar 11 01:56 cmd [2024-03-11T02:00:47.865Z] -rw-r--r-- 1 jenkins jenkins 18506 Mar 11 02:00 coverage.out [2024-03-11T02:00:47.865Z] -rw-rw-r-- 1 jenkins jenkins 3867 Mar 11 01:56 go.mod [2024-03-11T02:00:47.866Z] -rw-rw-r-- 1 jenkins jenkins 36216 Mar 11 01:56 go.sum [2024-03-11T02:00:47.866Z] drwxrwxr-x 3 jenkins jenkins 4096 Mar 11 01:56 internal [2024-03-11T02:00:47.866Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 11 01:56 mock [2024-03-11T02:00:47.866Z] -rw-rw-r-- 1 jenkins jenkins 227 Mar 11 01:56 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-03-11T02:00:48.293Z] + 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=cece63dbd868ba4ffecf5f739a16bcebc59408bd --label arch=arm64 --label version=3.2.0-dev.9 . [2024-03-11T02:00:48.561Z] Sending build context to Docker daemon 7.573MB [2024-03-11T02:00:48.561Z] Step 1/25 : ARG BASE=golang:1.21-alpine3.18 [2024-03-11T02:00:48.561Z] Step 2/25 : FROM ${BASE} AS builder [2024-03-11T02:00:48.561Z] ---> 329ad717cb3f [2024-03-11T02:00:48.561Z] Step 3/25 : ARG ADD_BUILD_TAGS="" [2024-03-11T02:00:48.830Z] ---> Running in 0f79fd44a744 [2024-03-11T02:00:49.098Z] Removing intermediate container 0f79fd44a744 [2024-03-11T02:00:49.098Z] ---> 043b05b97211 [2024-03-11T02:00:49.098Z] Step 4/25 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2024-03-11T02:00:49.098Z] ---> Running in 47ad0256da88 [2024-03-11T02:00:49.370Z] Removing intermediate container 47ad0256da88 [2024-03-11T02:00:49.370Z] ---> d2ae5e66093b [2024-03-11T02:00:49.370Z] Step 5/25 : ARG ALPINE_PKG_BASE="make git openssh-client" [2024-03-11T02:00:49.639Z] ---> Running in 43118adb2102 [2024-03-11T02:00:49.908Z] Removing intermediate container 43118adb2102 [2024-03-11T02:00:49.908Z] ---> 8e44271b57b1 [2024-03-11T02:00:49.908Z] Step 6/25 : ARG ALPINE_PKG_EXTRA="" [2024-03-11T02:00:49.908Z] ---> Running in cd353ace0ec7 [2024-03-11T02:00:50.177Z] Removing intermediate container cd353ace0ec7 [2024-03-11T02:00:50.177Z] ---> c5bf81856dcb [2024-03-11T02:00:50.177Z] Step 7/25 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2024-03-11T02:00:50.448Z] ---> Running in 061a85cc4e82 [2024-03-11T02:00:51.413Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-03-11T02:00:51.682Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-03-11T02:00:53.096Z] OK: 271 MiB in 56 packages [2024-03-11T02:00:53.681Z] Removing intermediate container 061a85cc4e82 [2024-03-11T02:00:53.681Z] ---> 346538b0e573 [2024-03-11T02:00:53.681Z] Step 8/25 : WORKDIR /device-mqtt-go [2024-03-11T02:00:53.949Z] ---> Running in 9cd506efcb5e [2024-03-11T02:00:54.216Z] Removing intermediate container 9cd506efcb5e [2024-03-11T02:00:54.216Z] ---> 6187ed2afdb6 [2024-03-11T02:00:54.216Z] Step 9/25 : COPY go.mod vendor* ./ [2024-03-11T02:00:54.806Z] ---> 457d0c2b6ce1 [2024-03-11T02:00:54.806Z] Step 10/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-03-11T02:00:54.806Z] ---> Running in c8e057b309e8 [2024-03-11T02:00:56.757Z] Removing intermediate container c8e057b309e8 [2024-03-11T02:00:56.757Z] ---> b0647401c36f [2024-03-11T02:00:56.757Z] Step 11/25 : COPY . . [2024-03-11T02:00:57.724Z] ---> dd51a19bf7ea [2024-03-11T02:00:57.724Z] Step 12/25 : RUN $MAKE [2024-03-11T02:00:57.724Z] ---> Running in 8825759ffc3b [2024-03-11T02:00:58.694Z] CGO_ENABLED=0 go build -tags "" -ldflags "-X github.com/edgexfoundry/device-mqtt-go.Version=3.2.0-dev.9 -X github.com/edgexfoundry/device-sdk-go/v3/internal/common.SDKVersion=v3.2.0-dev.10" -trimpath -mod=readonly -o cmd/device-mqtt ./cmd [2024-03-11T02:01:54.331Z] Cannot contact prd-ubuntu20.04-docker-arm64-4c-16g-5410: java.lang.InterruptedException [2024-03-11T02:02:51.403Z] Removing intermediate container 8825759ffc3b [2024-03-11T02:02:51.403Z] ---> 5a5b194538ca [2024-03-11T02:02:51.403Z] Step 13/25 : FROM alpine:3.18 [2024-03-11T02:02:51.403Z] 3.18: Pulling from library/alpine [2024-03-11T02:02:51.403Z] c6b39de5b339: Pulling fs layer [2024-03-11T02:02:51.403Z] c6b39de5b339: Verifying Checksum [2024-03-11T02:02:51.403Z] c6b39de5b339: Pull complete [2024-03-11T02:02:51.403Z] Digest: sha256:11e21d7b981a59554b3f822c49f6e9f57b6068bb74f49c4cd5cc4c663c7e5160 [2024-03-11T02:02:51.403Z] Status: Downloaded newer image for alpine:3.18 [2024-03-11T02:02:51.403Z] ---> 33abbf032149 [2024-03-11T02:02:51.403Z] Step 14/25 : LABEL license='VSPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020-2021: IoTech Ltd' [2024-03-11T02:02:51.403Z] ---> Running in 85d6e56c3531 [2024-03-11T02:02:51.403Z] Removing intermediate container 85d6e56c3531 [2024-03-11T02:02:51.403Z] ---> 989a882a5d45 [2024-03-11T02:02:51.403Z] Step 15/25 : RUN apk add --update --no-cache dumb-init [2024-03-11T02:02:51.403Z] ---> Running in 2cecb10036f4 [2024-03-11T02:02:51.403Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-03-11T02:02:51.403Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-03-11T02:02:51.403Z] (1/1) Installing dumb-init (1.2.5-r2) [2024-03-11T02:02:51.403Z] Executing busybox-1.36.1-r5.trigger [2024-03-11T02:02:51.403Z] OK: 8 MiB in 16 packages [2024-03-11T02:02:51.986Z] Removing intermediate container 2cecb10036f4 [2024-03-11T02:02:51.986Z] ---> aa05f0990e4e [2024-03-11T02:02:51.986Z] Step 16/25 : RUN apk --no-cache upgrade [2024-03-11T02:02:51.986Z] ---> Running in bc5ec547d72a [2024-03-11T02:02:52.950Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-03-11T02:02:53.223Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-03-11T02:02:54.185Z] OK: 8 MiB in 16 packages [2024-03-11T02:02:55.152Z] Removing intermediate container bc5ec547d72a [2024-03-11T02:02:55.152Z] ---> b38506d28944 [2024-03-11T02:02:55.152Z] Step 17/25 : COPY --from=builder /device-mqtt-go/cmd / [2024-03-11T02:02:56.558Z] ---> 559320dd8ba4 [2024-03-11T02:02:56.558Z] Step 18/25 : COPY --from=builder /device-mqtt-go/LICENSE / [2024-03-11T02:02:56.823Z] ---> 36eafc0b3ea8 [2024-03-11T02:02:56.823Z] Step 19/25 : COPY --from=builder /device-mqtt-go/Attribution.txt / [2024-03-11T02:02:57.406Z] ---> 903644bd758f [2024-03-11T02:02:57.406Z] Step 20/25 : EXPOSE 59982 [2024-03-11T02:02:57.676Z] ---> Running in fa79cf4426f3 [2024-03-11T02:02:57.942Z] Removing intermediate container fa79cf4426f3 [2024-03-11T02:02:57.942Z] ---> 90a796811232 [2024-03-11T02:02:57.942Z] Step 21/25 : ENTRYPOINT ["/device-mqtt"] [2024-03-11T02:02:57.942Z] ---> Running in bf7e8a4f318b [2024-03-11T02:02:58.208Z] Removing intermediate container bf7e8a4f318b [2024-03-11T02:02:58.208Z] ---> a0d8cebccf4b [2024-03-11T02:02:58.208Z] Step 22/25 : CMD ["--cp=consul://edgex-core-consul:8500", "--registry"] [2024-03-11T02:02:58.208Z] ---> Running in 5fa02e57b773 [2024-03-11T02:02:58.474Z] Removing intermediate container 5fa02e57b773 [2024-03-11T02:02:58.474Z] ---> 0fa1ac5c6db7 [2024-03-11T02:02:58.474Z] Step 23/25 : LABEL arch=arm64 [2024-03-11T02:02:58.474Z] ---> Running in 9c774a3ab904 [2024-03-11T02:02:58.745Z] Removing intermediate container 9c774a3ab904 [2024-03-11T02:02:58.745Z] ---> ef20430c7bab [2024-03-11T02:02:58.745Z] Step 24/25 : LABEL git_sha=cece63dbd868ba4ffecf5f739a16bcebc59408bd [2024-03-11T02:02:59.023Z] ---> Running in 991ee221c2c4 [2024-03-11T02:02:59.290Z] Removing intermediate container 991ee221c2c4 [2024-03-11T02:02:59.290Z] ---> 4dcba352a262 [2024-03-11T02:02:59.290Z] Step 25/25 : LABEL version=3.2.0-dev.9 [2024-03-11T02:02:59.290Z] ---> Running in dc3f9d060274 [2024-03-11T02:02:59.557Z] Removing intermediate container dc3f9d060274 [2024-03-11T02:02:59.557Z] ---> 7cd706933fb9 [2024-03-11T02:02:59.557Z] [Warning] One or more build-args [ARCH] were not consumed [2024-03-11T02:02:59.557Z] Successfully built 7cd706933fb9 [2024-03-11T02:02:59.557Z] 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 [2024-03-11T02:03:00.014Z] provisioning config files... [2024-03-11T02:03:00.030Z] copy managed file [device-mqtt-go-settings] to file:/w/workspace/device-mqtt-go/162@tmp/config13191882168195345674tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2024-03-11T02:03:00.415Z] ---> ****-login.sh [2024-03-11T02:03:00.415Z] nexus3.edgexfoundry.org:10001 [2024-03-11T02:03:00.415Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-03-11T02:03:00.685Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-03-11T02:03:00.685Z] Configure a credential helper to remove this warning. See [2024-03-11T02:03:00.685Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-03-11T02:03:00.685Z] [2024-03-11T02:03:00.685Z] Login Succeeded [2024-03-11T02:03:00.685Z] nexus3.edgexfoundry.org:10002 [2024-03-11T02:03:00.951Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-03-11T02:03:00.951Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-03-11T02:03:00.951Z] Configure a credential helper to remove this warning. See [2024-03-11T02:03:00.951Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-03-11T02:03:00.951Z] [2024-03-11T02:03:00.951Z] Login Succeeded [2024-03-11T02:03:00.951Z] nexus3.edgexfoundry.org:10003 [2024-03-11T02:03:01.216Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-03-11T02:03:01.483Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-03-11T02:03:01.483Z] Configure a credential helper to remove this warning. See [2024-03-11T02:03:01.483Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-03-11T02:03:01.483Z] [2024-03-11T02:03:01.483Z] Login Succeeded [2024-03-11T02:03:01.483Z] nexus3.edgexfoundry.org:10004 [2024-03-11T02:03:01.483Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-03-11T02:03:01.750Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-03-11T02:03:01.750Z] Configure a credential helper to remove this warning. See [2024-03-11T02:03:01.750Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-03-11T02:03:01.750Z] [2024-03-11T02:03:01.750Z] Login Succeeded [2024-03-11T02:03:01.750Z] ****.io [2024-03-11T02:03:02.017Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-03-11T02:03:02.284Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-03-11T02:03:02.284Z] Configure a credential helper to remove this warning. See [2024-03-11T02:03:02.284Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-03-11T02:03:02.284Z] [2024-03-11T02:03:02.284Z] Login Succeeded [2024-03-11T02:03:02.284Z] ---> ****-login.sh ends [Pipeline] } [2024-03-11T02:03:02.296Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-03-11T02:03:02.494Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2024-03-11T02:03:02.558Z] [edgeXDocker.push] Tagging docker image device-mqtt-arm64 with the following tags: [2024-03-11T02:03:02.558Z] cece63dbd868ba4ffecf5f739a16bcebc59408bd [2024-03-11T02:03:02.558Z] latest [2024-03-11T02:03:02.558Z] 3.2.0-dev.9 [2024-03-11T02:03:02.558Z] cece63dbd868ba4ffecf5f739a16bcebc59408bd-3.2.0-dev.9 [2024-03-11T02:03:02.558Z] main [2024-03-11T02:03:02.558Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-03-11T02:03:03.119Z] + docker tag device-mqtt-arm64 nexus3.edgexfoundry.org:10004/device-mqtt-arm64:cece63dbd868ba4ffecf5f739a16bcebc59408bd [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-03-11T02:03:03.591Z] + docker push nexus3.edgexfoundry.org:10004/device-mqtt-arm64:cece63dbd868ba4ffecf5f739a16bcebc59408bd [2024-03-11T02:03:03.591Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-mqtt-arm64] [2024-03-11T02:03:03.591Z] efae352873aa: Preparing [2024-03-11T02:03:03.591Z] b16aa388eff4: Preparing [2024-03-11T02:03:03.591Z] 1073c332198e: Preparing [2024-03-11T02:03:03.591Z] 687aee5fe645: Preparing [2024-03-11T02:03:03.591Z] f238b38dcd2c: Preparing [2024-03-11T02:03:03.591Z] 7c504f21be85: Preparing [2024-03-11T02:03:03.857Z] b16aa388eff4: Pushed [2024-03-11T02:03:03.857Z] efae352873aa: Pushed [2024-03-11T02:03:03.857Z] 7c504f21be85: Layer already exists [2024-03-11T02:03:03.857Z] 687aee5fe645: Pushed [2024-03-11T02:03:03.857Z] f238b38dcd2c: Pushed [2024-03-11T02:03:10.480Z] 1073c332198e: Pushed [2024-03-11T02:03:10.480Z] cece63dbd868ba4ffecf5f739a16bcebc59408bd: digest: sha256:8cb213ed6754a62f48c032eee64458222e6483d7328250e7a1ee923716d54e53 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-03-11T02:03:10.981Z] + docker tag device-mqtt-arm64 nexus3.edgexfoundry.org:10004/device-mqtt-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-03-11T02:03:11.451Z] + docker push nexus3.edgexfoundry.org:10004/device-mqtt-arm64:latest [2024-03-11T02:03:11.451Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-mqtt-arm64] [2024-03-11T02:03:11.451Z] efae352873aa: Preparing [2024-03-11T02:03:11.451Z] b16aa388eff4: Preparing [2024-03-11T02:03:11.451Z] 1073c332198e: Preparing [2024-03-11T02:03:11.451Z] 687aee5fe645: Preparing [2024-03-11T02:03:11.451Z] f238b38dcd2c: Preparing [2024-03-11T02:03:11.451Z] 7c504f21be85: Preparing [2024-03-11T02:03:11.451Z] 7c504f21be85: Waiting [2024-03-11T02:03:11.451Z] efae352873aa: Layer already exists [2024-03-11T02:03:11.451Z] 1073c332198e: Layer already exists [2024-03-11T02:03:11.451Z] f238b38dcd2c: Layer already exists [2024-03-11T02:03:11.451Z] b16aa388eff4: Layer already exists [2024-03-11T02:03:11.451Z] 687aee5fe645: Layer already exists [2024-03-11T02:03:11.451Z] 7c504f21be85: Layer already exists [2024-03-11T02:03:11.715Z] latest: digest: sha256:8cb213ed6754a62f48c032eee64458222e6483d7328250e7a1ee923716d54e53 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-03-11T02:03:12.202Z] + docker tag device-mqtt-arm64 nexus3.edgexfoundry.org:10004/device-mqtt-arm64:3.2.0-dev.9 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-03-11T02:03:12.679Z] + docker push nexus3.edgexfoundry.org:10004/device-mqtt-arm64:3.2.0-dev.9 [2024-03-11T02:03:12.679Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-mqtt-arm64] [2024-03-11T02:03:12.679Z] efae352873aa: Preparing [2024-03-11T02:03:12.679Z] b16aa388eff4: Preparing [2024-03-11T02:03:12.679Z] 1073c332198e: Preparing [2024-03-11T02:03:12.679Z] 687aee5fe645: Preparing [2024-03-11T02:03:12.679Z] f238b38dcd2c: Preparing [2024-03-11T02:03:12.679Z] 7c504f21be85: Preparing [2024-03-11T02:03:12.679Z] 7c504f21be85: Waiting [2024-03-11T02:03:12.679Z] 1073c332198e: Layer already exists [2024-03-11T02:03:12.679Z] 687aee5fe645: Layer already exists [2024-03-11T02:03:12.679Z] f238b38dcd2c: Layer already exists [2024-03-11T02:03:12.679Z] b16aa388eff4: Layer already exists [2024-03-11T02:03:12.679Z] efae352873aa: Layer already exists [2024-03-11T02:03:12.679Z] 7c504f21be85: Layer already exists [2024-03-11T02:03:12.679Z] 3.2.0-dev.9: digest: sha256:8cb213ed6754a62f48c032eee64458222e6483d7328250e7a1ee923716d54e53 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-03-11T02:03:13.420Z] + docker tag device-mqtt-arm64 nexus3.edgexfoundry.org:10004/device-mqtt-arm64:cece63dbd868ba4ffecf5f739a16bcebc59408bd-3.2.0-dev.9 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-03-11T02:03:14.008Z] + docker push nexus3.edgexfoundry.org:10004/device-mqtt-arm64:cece63dbd868ba4ffecf5f739a16bcebc59408bd-3.2.0-dev.9 [2024-03-11T02:03:14.008Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-mqtt-arm64] [2024-03-11T02:03:14.008Z] efae352873aa: Preparing [2024-03-11T02:03:14.008Z] b16aa388eff4: Preparing [2024-03-11T02:03:14.008Z] 1073c332198e: Preparing [2024-03-11T02:03:14.008Z] 687aee5fe645: Preparing [2024-03-11T02:03:14.008Z] f238b38dcd2c: Preparing [2024-03-11T02:03:14.008Z] 7c504f21be85: Preparing [2024-03-11T02:03:14.008Z] 7c504f21be85: Waiting [2024-03-11T02:03:14.008Z] b16aa388eff4: Layer already exists [2024-03-11T02:03:14.008Z] 1073c332198e: Layer already exists [2024-03-11T02:03:14.008Z] efae352873aa: Layer already exists [2024-03-11T02:03:14.008Z] 687aee5fe645: Layer already exists [2024-03-11T02:03:14.008Z] f238b38dcd2c: Layer already exists [2024-03-11T02:03:14.008Z] 7c504f21be85: Layer already exists [2024-03-11T02:03:14.282Z] cece63dbd868ba4ffecf5f739a16bcebc59408bd-3.2.0-dev.9: digest: sha256:8cb213ed6754a62f48c032eee64458222e6483d7328250e7a1ee923716d54e53 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-03-11T02:03:14.807Z] + docker tag device-mqtt-arm64 nexus3.edgexfoundry.org:10004/device-mqtt-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-03-11T02:03:15.304Z] + docker push nexus3.edgexfoundry.org:10004/device-mqtt-arm64:main [2024-03-11T02:03:15.304Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-mqtt-arm64] [2024-03-11T02:03:15.304Z] efae352873aa: Preparing [2024-03-11T02:03:15.304Z] b16aa388eff4: Preparing [2024-03-11T02:03:15.304Z] 1073c332198e: Preparing [2024-03-11T02:03:15.304Z] 687aee5fe645: Preparing [2024-03-11T02:03:15.304Z] f238b38dcd2c: Preparing [2024-03-11T02:03:15.304Z] 7c504f21be85: Preparing [2024-03-11T02:03:15.304Z] 7c504f21be85: Waiting [2024-03-11T02:03:15.304Z] f238b38dcd2c: Layer already exists [2024-03-11T02:03:15.304Z] efae352873aa: Layer already exists [2024-03-11T02:03:15.304Z] 687aee5fe645: Layer already exists [2024-03-11T02:03:15.304Z] b16aa388eff4: Layer already exists [2024-03-11T02:03:15.304Z] 1073c332198e: Layer already exists [2024-03-11T02:03:15.304Z] 7c504f21be85: Layer already exists [2024-03-11T02:03:15.571Z] main: digest: sha256:8cb213ed6754a62f48c032eee64458222e6483d7328250e7a1ee923716d54e53 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-03-11T02:03:15.886Z] ===================================================== [Pipeline] echo [2024-03-11T02:03:15.941Z] taggedImages: [2024-03-11T02:03:15.941Z] - nexus3.edgexfoundry.org:10004/device-mqtt-arm64:cece63dbd868ba4ffecf5f739a16bcebc59408bd [2024-03-11T02:03:15.941Z] - nexus3.edgexfoundry.org:10004/device-mqtt-arm64:latest [2024-03-11T02:03:15.941Z] - nexus3.edgexfoundry.org:10004/device-mqtt-arm64:3.2.0-dev.9 [2024-03-11T02:03:15.941Z] - nexus3.edgexfoundry.org:10004/device-mqtt-arm64:cece63dbd868ba4ffecf5f739a16bcebc59408bd-3.2.0-dev.9 [2024-03-11T02:03:15.941Z] - 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 [2024-03-11T02:03:16.678Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2024-03-11T02:03:16.678Z] [2024-03-11T02:03:16.678Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-03-11T02:03:17.063Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2024-03-11T02:03:17.063Z] arm64: Pulling from edgex-lftools-log-publisher [2024-03-11T02:03:17.063Z] 8998bd30e6a1: Pulling fs layer [2024-03-11T02:03:17.063Z] 04944245beec: Pulling fs layer [2024-03-11T02:03:17.063Z] 699f458cf7ca: Pulling fs layer [2024-03-11T02:03:17.063Z] 765212b225bb: Pulling fs layer [2024-03-11T02:03:17.063Z] f23df028b6ca: Pulling fs layer [2024-03-11T02:03:17.063Z] d65c8cfc05b1: Pulling fs layer [2024-03-11T02:03:17.063Z] 2437ff75d9bd: Pulling fs layer [2024-03-11T02:03:17.063Z] 765212b225bb: Waiting [2024-03-11T02:03:17.063Z] f23df028b6ca: Waiting [2024-03-11T02:03:17.063Z] d65c8cfc05b1: Waiting [2024-03-11T02:03:17.063Z] 2437ff75d9bd: Waiting [2024-03-11T02:03:17.330Z] 04944245beec: Verifying Checksum [2024-03-11T02:03:17.330Z] 04944245beec: Download complete [2024-03-11T02:03:17.330Z] 765212b225bb: Verifying Checksum [2024-03-11T02:03:17.330Z] 765212b225bb: Download complete [2024-03-11T02:03:17.330Z] f23df028b6ca: Verifying Checksum [2024-03-11T02:03:17.330Z] f23df028b6ca: Download complete [2024-03-11T02:03:17.330Z] d65c8cfc05b1: Verifying Checksum [2024-03-11T02:03:17.330Z] d65c8cfc05b1: Download complete [2024-03-11T02:03:17.330Z] 699f458cf7ca: Verifying Checksum [2024-03-11T02:03:17.330Z] 699f458cf7ca: Download complete [2024-03-11T02:03:17.914Z] 8998bd30e6a1: Verifying Checksum [2024-03-11T02:03:17.915Z] 8998bd30e6a1: Download complete [2024-03-11T02:03:20.504Z] 2437ff75d9bd: Verifying Checksum [2024-03-11T02:03:20.504Z] 2437ff75d9bd: Download complete [2024-03-11T02:03:22.453Z] 8998bd30e6a1: Pull complete [2024-03-11T02:03:22.719Z] 04944245beec: Pull complete [2024-03-11T02:03:24.670Z] 699f458cf7ca: Pull complete [2024-03-11T02:03:24.670Z] 765212b225bb: Pull complete [2024-03-11T02:03:25.637Z] f23df028b6ca: Pull complete [2024-03-11T02:03:25.637Z] d65c8cfc05b1: Pull complete [2024-03-11T02:03:43.839Z] 2437ff75d9bd: Pull complete [2024-03-11T02:03:43.839Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2024-03-11T02:03:43.839Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2024-03-11T02:03:43.839Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-03-11T02:03:44.212Z] prd-ubuntu20.04-docker-arm64-4c-16g-5410 does not seem to be running inside a container [2024-03-11T02:03:44.287Z] $ 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/162 -v /w/workspace/device-mqtt-go/162:/w/workspace/device-mqtt-go/162:rw,z -v /w/workspace/device-mqtt-go/162@tmp:/w/workspace/device-mqtt-go/162@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 [2024-03-11T02:03:46.928Z] $ docker top 2a7c7560d9f809d92055ad25a5fda99a377206e92c0bc4527845c37e953c28b0 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2024-03-11T02:03:47.843Z] ---> job-cost.sh [2024-03-11T02:03:47.843Z] lf-activate-venv: SKIPPING [2024-03-11T02:03:47.843Z] INFO: No Stack... [2024-03-11T02:03:48.119Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2024-03-11T02:03:49.080Z] INFO: Archiving Costs [Pipeline] sh [2024-03-11T02:03:49.709Z] + + catcut /w/workspace/device-mqtt-go/162/archives/cost.csv -d, [2024-03-11T02:03:49.710Z] -f6 [Pipeline] lock [2024-03-11T02:03:49.762Z] Trying to acquire lock on [jenkins-edgexfoundry-device-mqtt-go-main-162-stack-cost] [2024-03-11T02:03:49.771Z] Resource [jenkins-edgexfoundry-device-mqtt-go-main-162-stack-cost] did not exist. Created. [2024-03-11T02:03:49.777Z] Lock acquired on [jenkins-edgexfoundry-device-mqtt-go-main-162-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2024-03-11T02:03:50.515Z] /w/workspace/device-mqtt-go/162@tmp/durable-2744c77d/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh [2024-03-11T02:03:50.970Z] + echo total: 0.10999999940395355 [Pipeline] stash [2024-03-11T02:03:51.042Z] Warning: overwriting stash ‘stack-cost’ [2024-03-11T02:03:51.108Z] Stashed 1 file(s) [Pipeline] } [2024-03-11T02:03:51.118Z] Lock released on resource [jenkins-edgexfoundry-device-mqtt-go-main-162-stack-cost] [Pipeline] // lock [Pipeline] } [2024-03-11T02:03:51.233Z] $ docker stop --time=1 2a7c7560d9f809d92055ad25a5fda99a377206e92c0bc4527845c37e953c28b0 [2024-03-11T02:03:52.723Z] $ docker rm -f --volumes 2a7c7560d9f809d92055ad25a5fda99a377206e92c0bc4527845c37e953c28b0 [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) [Pipeline] unstash [Pipeline] configFileProvider [2024-03-11T02:03:54.407Z] provisioning config files... [2024-03-11T02:03:54.693Z] copy managed file [device-mqtt-go-codecov-token] to file:/w/workspace/edgexfoundry_device-mqtt-go_main@tmp/config8125836325598734550tmp [Pipeline] { [Pipeline] sh [2024-03-11T02:03:56.765Z] + set +x [2024-03-11T02:03:56.765Z] + curl -s https://codecov.io/bash [2024-03-11T02:03:56.765Z] + bash -s -- [2024-03-11T02:03:56.765Z] [2024-03-11T02:03:56.765Z] _____ _ [2024-03-11T02:03:56.765Z] / ____| | | [2024-03-11T02:03:56.765Z] | | ___ __| | ___ ___ _____ __ [2024-03-11T02:03:56.765Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2024-03-11T02:03:56.765Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2024-03-11T02:03:56.765Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2024-03-11T02:03:56.765Z] Bash-1.0.6 [2024-03-11T02:03:56.765Z] [2024-03-11T02:03:56.765Z] [2024-03-11T02:03:56.765Z] ==> git version 2.25.1 found [2024-03-11T02:03:56.765Z] ==> curl 7.68.0 (x86_64-pc-linux-gnu) libcurl/7.68.0 OpenSSL/1.1.1f zlib/1.2.11 brotli/1.0.7 libidn2/2.2.0 libpsl/0.21.0 (+libidn2/2.2.0) libssh/0.9.3/openssl/zlib nghttp2/1.40.0 librtmp/2.3 [2024-03-11T02:03:56.765Z] Release-Date: 2020-01-08 [2024-03-11T02:03:56.766Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp [2024-03-11T02:03:56.766Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2024-03-11T02:03:56.766Z] ==> Jenkins CI detected. [2024-03-11T02:03:56.766Z] current dir:  /w/workspace/edgexfoundry_device-mqtt-go_main [2024-03-11T02:03:56.766Z] project root: . [2024-03-11T02:03:56.766Z] --> token set from env [2024-03-11T02:03:56.766Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2024-03-11T02:03:57.025Z] ==> Running gcov in . (disable via -X gcov) [2024-03-11T02:03:57.025Z] ==> Python coveragepy not found [2024-03-11T02:03:57.025Z] ==> Searching for coverage reports in: [2024-03-11T02:03:57.025Z] + . [2024-03-11T02:03:57.025Z] -> Found 1 reports [2024-03-11T02:03:57.025Z] ==> Detecting git/mercurial file structure [2024-03-11T02:03:57.025Z] ==> Reading reports [2024-03-11T02:03:57.025Z] + ./coverage.out bytes=18506 [2024-03-11T02:03:57.025Z] ==> Appending adjustments [2024-03-11T02:03:57.025Z] https://docs.codecov.io/docs/fixing-reports [2024-03-11T02:03:57.025Z] + Found adjustments [2024-03-11T02:03:57.025Z] ==> Gzipping contents [2024-03-11T02:03:57.025Z] 4.0K /tmp/codecov.oeXIdV.gz [2024-03-11T02:03:57.025Z] ==> Uploading reports [2024-03-11T02:03:57.025Z] url: https://codecov.io [2024-03-11T02:03:57.025Z] query: branch=main&commit=cece63dbd868ba4ffecf5f739a16bcebc59408bd&build=162&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-mqtt-go%2Fjob%2Fmain%2F162%2F&name=&tag=&slug=edgexfoundry%2Fdevice-mqtt-go&service=jenkins&flags=&pr=&job=&cmd_args= [2024-03-11T02:03:57.025Z] -> Pinging Codecov [2024-03-11T02:03:57.025Z] https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=****&branch=main&commit=cece63dbd868ba4ffecf5f739a16bcebc59408bd&build=162&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-mqtt-go%2Fjob%2Fmain%2F162%2F&name=&tag=&slug=edgexfoundry%2Fdevice-mqtt-go&service=jenkins&flags=&pr=&job=&cmd_args= [2024-03-11T02:03:57.283Z] -> Uploading to [2024-03-11T02:03:57.283Z] https://storage.googleapis.com/codecov/v4/raw/2024-03-11/7D719EC7BBE17E464838252E33014C33/cece63dbd868ba4ffecf5f739a16bcebc59408bd/b81d3401-9908-4b60-b284-99aba53afdd2.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20240311%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20240311T020357Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=f65ccc6fbc890e6e88bd62850e1ef89a89687680b7192f4ce0e57318169acf2b [2024-03-11T02:03:57.283Z] % Total % Received % Xferd Average Speed Time Time Time Current [2024-03-11T02:03:57.283Z] Dload Upload Total Spent Left Speed [2024-03-11T02:03:57.543Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 3049 0 0 100 3049 0 11209 --:--:-- --:--:-- --:--:-- 11209 [2024-03-11T02:03:57.543Z] -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/device-mqtt-go/commit/cece63dbd868ba4ffecf5f739a16bcebc59408bd [Pipeline] } [2024-03-11T02:03:57.552Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo [2024-03-11T02:03:57.995Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2024-03-11T02:03:58.011Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-03-11T02:04:31.524Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2024-03-11T02:04:31.524Z] [2024-03-11T02:04:31.524Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-03-11T02:04:31.879Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2024-03-11T02:04:31.879Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2024-03-11T02:04:31.879Z] df9b9388f04a: Pulling fs layer [2024-03-11T02:04:31.879Z] 52dc419b0ee2: Pulling fs layer [2024-03-11T02:04:31.879Z] 25bc292e5bac: Pulling fs layer [2024-03-11T02:04:31.879Z] 114826534d7a: Pulling fs layer [2024-03-11T02:04:31.879Z] 4657fd5d0bcf: Pulling fs layer [2024-03-11T02:04:31.879Z] 6ad1cebc031e: Pulling fs layer [2024-03-11T02:04:31.879Z] 8a3aa393b2d8: Pulling fs layer [2024-03-11T02:04:31.879Z] 6ad1cebc031e: Waiting [2024-03-11T02:04:31.879Z] 4657fd5d0bcf: Waiting [2024-03-11T02:04:31.879Z] 25bc292e5bac: Verifying Checksum [2024-03-11T02:04:31.879Z] 25bc292e5bac: Download complete [2024-03-11T02:04:32.137Z] 52dc419b0ee2: Download complete [2024-03-11T02:04:32.137Z] 4657fd5d0bcf: Download complete [2024-03-11T02:04:32.137Z] df9b9388f04a: Verifying Checksum [2024-03-11T02:04:32.137Z] df9b9388f04a: Download complete [2024-03-11T02:04:32.137Z] 6ad1cebc031e: Verifying Checksum [2024-03-11T02:04:32.137Z] 6ad1cebc031e: Download complete [2024-03-11T02:04:32.137Z] df9b9388f04a: Pull complete [2024-03-11T02:04:32.396Z] 52dc419b0ee2: Pull complete [2024-03-11T02:04:32.396Z] 25bc292e5bac: Pull complete [2024-03-11T02:04:32.980Z] 114826534d7a: Verifying Checksum [2024-03-11T02:04:32.980Z] 114826534d7a: Download complete [2024-03-11T02:04:32.980Z] 8a3aa393b2d8: Verifying Checksum [2024-03-11T02:04:32.980Z] 8a3aa393b2d8: Download complete [2024-03-11T02:04:36.264Z] 114826534d7a: Pull complete [2024-03-11T02:04:36.264Z] 4657fd5d0bcf: Pull complete [2024-03-11T02:04:36.265Z] 6ad1cebc031e: Pull complete [2024-03-11T02:04:38.802Z] 8a3aa393b2d8: Pull complete [2024-03-11T02:04:38.802Z] Digest: sha256:4b4dcd1004c4b70ae7ff23424eaa7ae18978b3759dc64bf5c8870aa20fc5e024 [2024-03-11T02:04:38.802Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2024-03-11T02:04:38.802Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-03-11T02:04:39.093Z] prd-ubuntu20.04-docker-8c-8g-5407 does not seem to be running inside a container [2024-03-11T02:04:39.135Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -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-devops/edgex-snyk-go:1.410.4 cat [2024-03-11T02:04:43.807Z] $ docker top 0279c375b753ee6fb40aa78eeeed0929c892718cb8003108bbc58fa9c8e10a3e -eo pid,comm [Pipeline] { [Pipeline] echo [2024-03-11T02:04:43.974Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/device-mqtt-go:main' [Pipeline] sh [2024-03-11T02:04:44.255Z] + set -o pipefail [2024-03-11T02:04:44.256Z] + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/device-mqtt-go:main' [2024-03-11T02:04:50.834Z] [2024-03-11T02:04:50.834Z] Monitoring /w/workspace/edgexfoundry_device-mqtt-go_main (github.com/edgexfoundry/device-mqtt-go)... [2024-03-11T02:04:50.834Z] [2024-03-11T02:04:50.834Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/38fccec6-2f8b-4396-aa47-65a7ae25b6ec/history/d9de6769-8583-4a04-a9ad-9c9f2ecbb9eb [2024-03-11T02:04:50.834Z] [2024-03-11T02:04:50.834Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2024-03-11T02:04:50.834Z] [2024-03-11T02:04:50.834Z] [2024-03-11T02:04:50.834Z] A medium severity vulnerability was found in the Snyk CLI versions you are using. [2024-03-11T02:04:50.834Z] We fixed the vulnerability in version 1.996.0. We recommend updating to the latest version. [2024-03-11T02:04:50.834Z] More details here: https://snyk.co/ue1NS [Pipeline] } [2024-03-11T02:04:50.848Z] $ docker stop --time=1 0279c375b753ee6fb40aa78eeeed0929c892718cb8003108bbc58fa9c8e10a3e [2024-03-11T02:04:54.404Z] $ docker rm -f --volumes 0279c375b753ee6fb40aa78eeeed0929c892718cb8003108bbc58fa9c8e10a3e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] sh [2024-03-11T02:04:55.876Z] + git log --format=format:%s -1 cece63dbd868ba4ffecf5f739a16bcebc59408bd [Pipeline] sh [2024-03-11T02:04:56.172Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2024-03-11T02:04:56.173Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-03-11T02:04:56.529Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2024-03-11T02:04:56.529Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-03-11T02:04:56.711Z] prd-ubuntu20.04-docker-8c-8g-5407 does not seem to be running inside a container [2024-03-11T02:04:56.737Z] $ 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 ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2024-03-11T02:04:57.194Z] $ docker top 671189f26b0c702947f1f3f8bc50ad42e4610f8472a9f56593e24a2d48f40e2d -eo pid,comm [2024-03-11T02:04:57.256Z] 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). [2024-03-11T02:04:57.256Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2024-03-11T02:04:57.486Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2024-03-11T02:04:57.486Z] [ssh-agent] Looking for ssh-agent implementation... [2024-03-11T02:04:57.616Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2024-03-11T02:04:57.613Z] $ docker exec 671189f26b0c702947f1f3f8bc50ad42e4610f8472a9f56593e24a2d48f40e2d ssh-agent [2024-03-11T02:04:57.731Z] SSH_AUTH_SOCK=/tmp/ssh-Lvd5AHcFuik2/agent.32 [2024-03-11T02:04:57.731Z] SSH_AGENT_PID=38 [2024-03-11T02:04:57.736Z] Running ssh-add (command line suppressed) [2024-03-11T02:04:57.842Z] Identity added: /w/workspace/edgexfoundry_device-mqtt-go_main@tmp/private_key_11567450601900825771.key (/w/workspace/edgexfoundry_device-mqtt-go_main@tmp/private_key_11567450601900825771.key) [2024-03-11T02:04:57.866Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2024-03-11T02:04:58.208Z] + git semver tag [2024-03-11T02:04:58.470Z] 2024-03-11 02:04:58,393 [run_tag] DEBUG tag force:False [2024-03-11T02:04:58.470Z] 2024-03-11 02:04:58,393 [check_head_tag] DEBUG check head tag [2024-03-11T02:04:58.470Z] 2024-03-11 02:04:58,394 [execute] INFO git cat-file --batch-check [2024-03-11T02:04:58.470Z] 2024-03-11 02:04:58,395 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgexfoundry_device-mqtt-go_main, universal_newlines=False, shell=None, istream=) [2024-03-11T02:04:58.470Z] 2024-03-11 02:04:58,398 [execute] INFO git cat-file --batch [2024-03-11T02:04:58.470Z] 2024-03-11 02:04:58,398 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgexfoundry_device-mqtt-go_main, universal_newlines=False, shell=None, istream=) [2024-03-11T02:04:58.470Z] 2024-03-11 02:04:58,414 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-mqtt-go_main/.semver/main [2024-03-11T02:04:58.470Z] 2024-03-11 02:04:58,414 [execute] INFO git tag -a v3.2.0-dev.9 -m v3.2.0-dev.9 [2024-03-11T02:04:58.470Z] 2024-03-11 02:04:58,415 [execute] DEBUG Popen(['git', 'tag', '-a', 'v3.2.0-dev.9', '-m', 'v3.2.0-dev.9'], cwd=/w/workspace/edgexfoundry_device-mqtt-go_main, universal_newlines=False, shell=None, istream=None) [2024-03-11T02:04:58.470Z] 2024-03-11 02:04:58,419 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-mqtt-go_main/.semver/main [2024-03-11T02:04:58.470Z] 3.2.0-dev.9 [Pipeline] } [2024-03-11T02:04:58.472Z] $ docker exec --env ******** --env ******** 671189f26b0c702947f1f3f8bc50ad42e4610f8472a9f56593e24a2d48f40e2d ssh-agent -k [2024-03-11T02:04:58.569Z] unset SSH_AUTH_SOCK; [2024-03-11T02:04:58.569Z] unset SSH_AGENT_PID; [2024-03-11T02:04:58.569Z] echo Agent pid 38 killed; [2024-03-11T02:04:58.587Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2024-03-11T02:04:59.124Z] + git semver [Pipeline] } [2024-03-11T02:04:59.387Z] $ docker stop --time=1 671189f26b0c702947f1f3f8bc50ad42e4610f8472a9f56593e24a2d48f40e2d [2024-03-11T02:05:00.629Z] $ docker rm -f --volumes 671189f26b0c702947f1f3f8bc50ad42e4610f8472a9f56593e24a2d48f40e2d [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-03-11T02:05:01.265Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2024-03-11T02:05:01.265Z] [2024-03-11T02:05:01.265Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-03-11T02:05:01.712Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2024-03-11T02:05:01.712Z] 0.23.1-centos7: Pulling from edgex-lftools [2024-03-11T02:05:01.712Z] ab5ef0e58194: Pulling fs layer [2024-03-11T02:05:01.712Z] 9712f1f96733: Pulling fs layer [2024-03-11T02:05:01.712Z] 63f879dbbcfc: Pulling fs layer [2024-03-11T02:05:01.712Z] 0d9ebad4ef96: Pulling fs layer [2024-03-11T02:05:01.712Z] e9a5061849ea: Pulling fs layer [2024-03-11T02:05:01.712Z] 0d9ebad4ef96: Waiting [2024-03-11T02:05:01.712Z] d747dcd14b5f: Pulling fs layer [2024-03-11T02:05:01.712Z] 2de7ff778b66: Pulling fs layer [2024-03-11T02:05:01.712Z] e9a5061849ea: Waiting [2024-03-11T02:05:01.712Z] d747dcd14b5f: Waiting [2024-03-11T02:05:01.712Z] 2de7ff778b66: Waiting [2024-03-11T02:05:01.712Z] 9712f1f96733: Download complete [2024-03-11T02:05:02.278Z] 63f879dbbcfc: Verifying Checksum [2024-03-11T02:05:02.278Z] 63f879dbbcfc: Download complete [2024-03-11T02:05:02.278Z] 0d9ebad4ef96: Verifying Checksum [2024-03-11T02:05:02.278Z] 0d9ebad4ef96: Download complete [2024-03-11T02:05:02.278Z] d747dcd14b5f: Download complete [2024-03-11T02:05:02.278Z] ab5ef0e58194: Verifying Checksum [2024-03-11T02:05:02.278Z] ab5ef0e58194: Download complete [2024-03-11T02:05:02.278Z] e9a5061849ea: Verifying Checksum [2024-03-11T02:05:02.278Z] e9a5061849ea: Download complete [2024-03-11T02:05:02.278Z] 2de7ff778b66: Verifying Checksum [2024-03-11T02:05:02.278Z] 2de7ff778b66: Download complete [2024-03-11T02:05:05.573Z] ab5ef0e58194: Pull complete [2024-03-11T02:05:05.573Z] 9712f1f96733: Pull complete [2024-03-11T02:05:05.831Z] 63f879dbbcfc: Pull complete [2024-03-11T02:05:10.027Z] 0d9ebad4ef96: Pull complete [2024-03-11T02:05:10.027Z] e9a5061849ea: Pull complete [2024-03-11T02:05:10.027Z] d747dcd14b5f: Pull complete [2024-03-11T02:05:10.962Z] 2de7ff778b66: Pull complete [2024-03-11T02:05:10.962Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2024-03-11T02:05:10.962Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2024-03-11T02:05:10.962Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-03-11T02:05:11.277Z] prd-ubuntu20.04-docker-8c-8g-5407 does not seem to be running inside a container [2024-03-11T02:05:11.306Z] $ docker run -t -d -u 1001:1001 -u 0:0 -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:0.23.1-centos7 cat [2024-03-11T02:05:17.341Z] $ docker top 2c34cd0dd7d8012cc9e860cc8327b5aa40b0ea18d52a936e67ab5de86f977e98 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2024-03-11T02:05:17.517Z] provisioning config files... [2024-03-11T02:05:17.523Z] copy managed file [sigul-config] to file:/w/workspace/edgexfoundry_device-mqtt-go_main@tmp/config9833855139662035952tmp [2024-03-11T02:05:17.533Z] copy managed file [sigul-password] to file:/w/workspace/edgexfoundry_device-mqtt-go_main@tmp/config10605850584510583695tmp [2024-03-11T02:05:17.542Z] copy managed file [sigul-pki] to file:/w/workspace/edgexfoundry_device-mqtt-go_main@tmp/config15955960247962029850tmp [Pipeline] { [Pipeline] echo [2024-03-11T02:05:17.645Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2024-03-11T02:05:17.940Z] ---> sigul-configuration.sh [2024-03-11T02:05:17.940Z] gpg: directory `/root/.gnupg' created [2024-03-11T02:05:17.940Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2024-03-11T02:05:17.940Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2024-03-11T02:05:17.940Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2024-03-11T02:05:17.940Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2024-03-11T02:05:17.940Z] gpg: CAST5 encrypted data [2024-03-11T02:05:17.940Z] gpg: encrypted with 1 passphrase [2024-03-11T02:05:17.940Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2024-03-11T02:05:18.244Z] + mkdir /home/jenkins [2024-03-11T02:05:18.244Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2024-03-11T02:05:18.535Z] + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /root/sigul/vex-yul-edgex-jenkins-1.ci.codeaurora.org.p12 /home/jenkins/sigul/ [Pipeline] echo [2024-03-11T02:05:18.549Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2024-03-11T02:05:18.844Z] ---> sigul-install.sh [2024-03-11T02:05:18.844Z] Sigul already installed; skipping installation. [Pipeline] sh [2024-03-11T02:05:19.141Z] + git tag --list [2024-03-11T02:05:19.141Z] 0.7.1 [2024-03-11T02:05:19.141Z] v1.0.0 [2024-03-11T02:05:19.141Z] v1.1.0 [2024-03-11T02:05:19.141Z] v1.1.1 [2024-03-11T02:05:19.141Z] v1.2.2 [2024-03-11T02:05:19.141Z] v1.3.0 [2024-03-11T02:05:19.141Z] v1.3.1 [2024-03-11T02:05:19.141Z] v2.0.0 [2024-03-11T02:05:19.141Z] v2.1.0 [2024-03-11T02:05:19.141Z] v2.1.1 [2024-03-11T02:05:19.141Z] v2.2.0 [2024-03-11T02:05:19.141Z] v2.3.0 [2024-03-11T02:05:19.141Z] v3.0 [2024-03-11T02:05:19.141Z] v3.0.0 [2024-03-11T02:05:19.141Z] v3.1 [2024-03-11T02:05:19.141Z] v3.1.0 [2024-03-11T02:05:19.141Z] v3.1.0-dev.1 [2024-03-11T02:05:19.141Z] v3.1.0-dev.10 [2024-03-11T02:05:19.141Z] v3.1.0-dev.11 [2024-03-11T02:05:19.141Z] v3.1.0-dev.12 [2024-03-11T02:05:19.141Z] v3.1.0-dev.13 [2024-03-11T02:05:19.141Z] v3.1.0-dev.14 [2024-03-11T02:05:19.141Z] v3.1.0-dev.15 [2024-03-11T02:05:19.141Z] v3.1.0-dev.16 [2024-03-11T02:05:19.141Z] v3.1.0-dev.17 [2024-03-11T02:05:19.141Z] v3.1.0-dev.18 [2024-03-11T02:05:19.141Z] v3.1.0-dev.19 [2024-03-11T02:05:19.141Z] v3.1.0-dev.2 [2024-03-11T02:05:19.141Z] v3.1.0-dev.20 [2024-03-11T02:05:19.141Z] v3.1.0-dev.21 [2024-03-11T02:05:19.141Z] v3.1.0-dev.22 [2024-03-11T02:05:19.142Z] v3.1.0-dev.23 [2024-03-11T02:05:19.142Z] v3.1.0-dev.24 [2024-03-11T02:05:19.142Z] v3.1.0-dev.25 [2024-03-11T02:05:19.142Z] v3.1.0-dev.3 [2024-03-11T02:05:19.142Z] v3.1.0-dev.4 [2024-03-11T02:05:19.142Z] v3.1.0-dev.5 [2024-03-11T02:05:19.142Z] v3.1.0-dev.6 [2024-03-11T02:05:19.142Z] v3.1.0-dev.7 [2024-03-11T02:05:19.142Z] v3.1.0-dev.8 [2024-03-11T02:05:19.142Z] v3.1.0-dev.9 [2024-03-11T02:05:19.142Z] v3.2.0-dev.1 [2024-03-11T02:05:19.142Z] v3.2.0-dev.2 [2024-03-11T02:05:19.142Z] v3.2.0-dev.3 [2024-03-11T02:05:19.142Z] v3.2.0-dev.4 [2024-03-11T02:05:19.142Z] v3.2.0-dev.5 [2024-03-11T02:05:19.142Z] v3.2.0-dev.6 [2024-03-11T02:05:19.142Z] v3.2.0-dev.7 [2024-03-11T02:05:19.142Z] v3.2.0-dev.8 [2024-03-11T02:05:19.142Z] v3.2.0-dev.9 [Pipeline] sh [2024-03-11T02:05:19.442Z] + lftools sign git-tag v3.2.0-dev.9 [2024-03-11T02:05:20.011Z] Signing Git tag with Sigul... [2024-03-11T02:05:20.011Z] Signing v3.2.0-dev.9 [Pipeline] echo [2024-03-11T02:05:20.289Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2024-03-11T02:05:20.582Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2024-03-11T02:05:20.590Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2024-03-11T02:05:20.710Z] $ docker stop --time=1 2c34cd0dd7d8012cc9e860cc8327b5aa40b0ea18d52a936e67ab5de86f977e98 [2024-03-11T02:05:21.998Z] $ docker rm -f --volumes 2c34cd0dd7d8012cc9e860cc8327b5aa40b0ea18d52a936e67ab5de86f977e98 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh [2024-03-11T02:05:22.911Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2024-03-11T02:05:22.911Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-03-11T02:05:23.357Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2024-03-11T02:05:23.358Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-03-11T02:05:23.541Z] prd-ubuntu20.04-docker-8c-8g-5407 does not seem to be running inside a container [2024-03-11T02:05:23.559Z] $ 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 ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2024-03-11T02:05:23.894Z] $ docker top 26f0e2d4c970bcf628752b69645d992077fa1b03fb6599945746d0f7719bcb19 -eo pid,comm [2024-03-11T02:05:23.947Z] 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). [2024-03-11T02:05:23.947Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2024-03-11T02:05:24.162Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2024-03-11T02:05:24.162Z] [ssh-agent] Looking for ssh-agent implementation... [2024-03-11T02:05:24.277Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2024-03-11T02:05:24.272Z] $ docker exec 26f0e2d4c970bcf628752b69645d992077fa1b03fb6599945746d0f7719bcb19 ssh-agent [2024-03-11T02:05:24.375Z] SSH_AUTH_SOCK=/tmp/ssh-44SSc1UqjUIg/agent.32 [2024-03-11T02:05:24.375Z] SSH_AGENT_PID=38 [2024-03-11T02:05:24.379Z] Running ssh-add (command line suppressed) [2024-03-11T02:05:24.474Z] Identity added: /w/workspace/edgexfoundry_device-mqtt-go_main@tmp/private_key_6749324987527611925.key (/w/workspace/edgexfoundry_device-mqtt-go_main@tmp/private_key_6749324987527611925.key) [2024-03-11T02:05:24.494Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2024-03-11T02:05:24.841Z] + git semver bump pre [2024-03-11T02:05:25.100Z] 2024-03-11 02:05:25,018 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-mqtt-go_main/.semver/main [2024-03-11T02:05:25.100Z] 2024-03-11 02:05:25,018 [bump_version] DEBUG bumping version:3.2.0-dev.9 on axis:pre with prefix:dev [2024-03-11T02:05:25.100Z] 2024-03-11 02:05:25,018 [bump_version] DEBUG bumped version:3.2.0-dev.10 [2024-03-11T02:05:25.100Z] 2024-03-11 02:05:25,018 [write_version] DEBUG write version:3.2.0-dev.10 to path:/w/workspace/edgexfoundry_device-mqtt-go_main/.semver/main with force:True [2024-03-11T02:05:25.100Z] 2024-03-11 02:05:25,018 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-mqtt-go_main/.semver/main [2024-03-11T02:05:25.100Z] 2024-03-11 02:05:25,018 [write_file] DEBUG write to file:/w/workspace/edgexfoundry_device-mqtt-go_main/.semver/main [2024-03-11T02:05:25.100Z] 2024-03-11 02:05:25,020 [execute] INFO git cat-file --batch-check [2024-03-11T02:05:25.100Z] 2024-03-11 02:05:25,020 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgexfoundry_device-mqtt-go_main/.semver, universal_newlines=False, shell=None, istream=) [2024-03-11T02:05:25.100Z] 2024-03-11 02:05:25,026 [execute] INFO git cat-file --batch [2024-03-11T02:05:25.100Z] 2024-03-11 02:05:25,026 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgexfoundry_device-mqtt-go_main/.semver, universal_newlines=False, shell=None, istream=) [2024-03-11T02:05:25.100Z] 2024-03-11 02:05:25,032 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-mqtt-go_main/.semver/main [2024-03-11T02:05:25.100Z] 3.2.0-dev.10 [Pipeline] } [2024-03-11T02:05:25.102Z] $ docker exec --env ******** --env ******** 26f0e2d4c970bcf628752b69645d992077fa1b03fb6599945746d0f7719bcb19 ssh-agent -k [2024-03-11T02:05:25.199Z] unset SSH_AUTH_SOCK; [2024-03-11T02:05:25.199Z] unset SSH_AGENT_PID; [2024-03-11T02:05:25.200Z] echo Agent pid 38 killed; [2024-03-11T02:05:25.217Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2024-03-11T02:05:25.751Z] + git semver [Pipeline] } [2024-03-11T02:05:26.014Z] $ docker stop --time=1 26f0e2d4c970bcf628752b69645d992077fa1b03fb6599945746d0f7719bcb19 [2024-03-11T02:05:27.289Z] $ docker rm -f --volumes 26f0e2d4c970bcf628752b69645d992077fa1b03fb6599945746d0f7719bcb19 [Pipeline] // withDockerContainer [Pipeline] sh [2024-03-11T02:05:27.797Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2024-03-11T02:05:27.797Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-03-11T02:05:28.155Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2024-03-11T02:05:28.155Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-03-11T02:05:28.335Z] prd-ubuntu20.04-docker-8c-8g-5407 does not seem to be running inside a container [2024-03-11T02:05:28.356Z] $ 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 ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2024-03-11T02:05:28.679Z] $ docker top e997e05d6a0eec865f5ce6814360656370a10ce15ccca3b8bc8acec784384423 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2024-03-11T02:05:28.950Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2024-03-11T02:05:28.950Z] [ssh-agent] Looking for ssh-agent implementation... [2024-03-11T02:05:29.065Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2024-03-11T02:05:29.060Z] $ docker exec e997e05d6a0eec865f5ce6814360656370a10ce15ccca3b8bc8acec784384423 ssh-agent [2024-03-11T02:05:29.176Z] SSH_AUTH_SOCK=/tmp/ssh-MbW8M80WmHoR/agent.32 [2024-03-11T02:05:29.176Z] SSH_AGENT_PID=39 [2024-03-11T02:05:29.180Z] Running ssh-add (command line suppressed) [2024-03-11T02:05:29.279Z] Identity added: /w/workspace/edgexfoundry_device-mqtt-go_main@tmp/private_key_14432024900720594112.key (/w/workspace/edgexfoundry_device-mqtt-go_main@tmp/private_key_14432024900720594112.key) [2024-03-11T02:05:29.300Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2024-03-11T02:05:29.643Z] + git semver push [2024-03-11T02:05:29.901Z] 2024-03-11 02:05:29,827 [run_push] DEBUG push [2024-03-11T02:05:29.901Z] 2024-03-11 02:05:29,828 [execute] INFO git cat-file --batch-check [2024-03-11T02:05:29.901Z] 2024-03-11 02:05:29,828 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgexfoundry_device-mqtt-go_main/.semver, universal_newlines=False, shell=None, istream=) [2024-03-11T02:05:29.901Z] 2024-03-11 02:05:29,833 [execute] INFO git rev-list 735bf81d3784ddadb63b938512e54085509dfb3f -- [2024-03-11T02:05:29.901Z] 2024-03-11 02:05:29,833 [execute] DEBUG Popen(['git', 'rev-list', '735bf81d3784ddadb63b938512e54085509dfb3f', '--'], cwd=/w/workspace/edgexfoundry_device-mqtt-go_main/.semver, universal_newlines=False, shell=None, istream=None) [2024-03-11T02:05:29.901Z] 2024-03-11 02:05:29,844 [execute] INFO git fetch -v origin [2024-03-11T02:05:29.901Z] 2024-03-11 02:05:29,844 [execute] DEBUG Popen(['git', 'fetch', '-v', 'origin'], cwd=/w/workspace/edgexfoundry_device-mqtt-go_main/.semver, universal_newlines=True, shell=None, istream=None) [2024-03-11T02:05:30.470Z] 2024-03-11 02:05:30,325 [run_push] DEBUG no remote changes detected [2024-03-11T02:05:30.470Z] 2024-03-11 02:05:30,326 [execute] INFO git push origin semver [2024-03-11T02:05:30.470Z] 2024-03-11 02:05:30,326 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/edgexfoundry_device-mqtt-go_main/.semver, universal_newlines=False, shell=None, istream=None) [2024-03-11T02:05:31.406Z] 2024-03-11 02:05:31,122 [run_push] DEBUG push all version tags [2024-03-11T02:05:31.406Z] 2024-03-11 02:05:31,123 [execute] INFO git push origin refs/tags/v*:refs/tags/v* [2024-03-11T02:05:31.406Z] 2024-03-11 02:05:31,124 [execute] DEBUG Popen(['git', 'push', 'origin', 'refs/tags/v*:refs/tags/v*'], cwd=/w/workspace/edgexfoundry_device-mqtt-go_main, universal_newlines=False, shell=None, istream=None) [2024-03-11T02:05:31.972Z] 2024-03-11 02:05:31,797 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-mqtt-go_main/.semver/main [2024-03-11T02:05:31.972Z] 3.2.0-dev.10 [Pipeline] } [2024-03-11T02:05:31.974Z] $ docker exec --env ******** --env ******** e997e05d6a0eec865f5ce6814360656370a10ce15ccca3b8bc8acec784384423 ssh-agent -k [2024-03-11T02:05:32.078Z] unset SSH_AUTH_SOCK; [2024-03-11T02:05:32.079Z] unset SSH_AGENT_PID; [2024-03-11T02:05:32.079Z] echo Agent pid 39 killed; [2024-03-11T02:05:32.100Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2024-03-11T02:05:32.649Z] + git semver [Pipeline] } [2024-03-11T02:05:32.917Z] $ docker stop --time=1 e997e05d6a0eec865f5ce6814360656370a10ce15ccca3b8bc8acec784384423 [2024-03-11T02:05:34.217Z] $ docker rm -f --volumes e997e05d6a0eec865f5ce6814360656370a10ce15ccca3b8bc8acec784384423 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Bump Experimental Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Bump Stable (Named) Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh [2024-03-11T02:05:35.798Z] + [ -d /w/workspace/edgexfoundry_device-mqtt-go_main/archives ] [2024-03-11T02:05:35.798Z] + ls -al /w/workspace/edgexfoundry_device-mqtt-go_main/archives [2024-03-11T02:05:35.798Z] total 16 [2024-03-11T02:05:35.798Z] drwxr-xr-x 3 root root 4096 Mar 11 01:54 . [2024-03-11T02:05:35.798Z] drwxrwxr-x 10 jenkins jenkins 4096 Mar 11 02:05 .. [2024-03-11T02:05:35.798Z] drwxr-xr-x 2 root root 4096 Mar 11 01:54 cost [2024-03-11T02:05:35.798Z] -rw-r--r-- 1 root root 86 Mar 11 01:54 cost.csv [2024-03-11T02:05:35.798Z] + sudo chown -R jenkins:jenkins /w/workspace/edgexfoundry_device-mqtt-go_main/archives [2024-03-11T02:05:35.798Z] + ls -al /w/workspace/edgexfoundry_device-mqtt-go_main/archives [2024-03-11T02:05:35.798Z] total 16 [2024-03-11T02:05:35.798Z] drwxr-xr-x 3 jenkins jenkins 4096 Mar 11 01:54 . [2024-03-11T02:05:35.798Z] drwxrwxr-x 10 jenkins jenkins 4096 Mar 11 02:05 .. [2024-03-11T02:05:35.798Z] drwxr-xr-x 2 jenkins jenkins 4096 Mar 11 01:54 cost [2024-03-11T02:05:35.798Z] -rw-r--r-- 1 jenkins jenkins 86 Mar 11 01:54 cost.csv [Pipeline] libraryResource [Pipeline] sh [2024-03-11T02:05:36.088Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2024-03-11T02:05:36.947Z] ---> package-listing.sh [2024-03-11T02:05:36.948Z] ++ facter osfamily [2024-03-11T02:05:36.948Z] ++ tr '[:upper:]' '[:lower:]' [2024-03-11T02:05:37.206Z] + OS_FAMILY=debian [2024-03-11T02:05:37.206Z] + workspace=/w/workspace/edgexfoundry_device-mqtt-go_main [2024-03-11T02:05:37.206Z] + START_PACKAGES=/tmp/packages_start.txt [2024-03-11T02:05:37.206Z] + END_PACKAGES=/tmp/packages_end.txt [2024-03-11T02:05:37.206Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2024-03-11T02:05:37.206Z] + PACKAGES=/tmp/packages_start.txt [2024-03-11T02:05:37.206Z] + '[' /w/workspace/edgexfoundry_device-mqtt-go_main ']' [2024-03-11T02:05:37.206Z] + PACKAGES=/tmp/packages_end.txt [2024-03-11T02:05:37.206Z] + case "${OS_FAMILY}" in [2024-03-11T02:05:37.206Z] + dpkg -l [2024-03-11T02:05:37.206Z] + grep '^ii' [2024-03-11T02:05:37.206Z] + '[' -f /tmp/packages_start.txt ']' [2024-03-11T02:05:37.206Z] + '[' -f /tmp/packages_end.txt ']' [2024-03-11T02:05:37.206Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2024-03-11T02:05:37.206Z] + '[' /w/workspace/edgexfoundry_device-mqtt-go_main ']' [2024-03-11T02:05:37.206Z] + mkdir -p /w/workspace/edgexfoundry_device-mqtt-go_main/archives/ [2024-03-11T02:05:37.206Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgexfoundry_device-mqtt-go_main/archives/ [Pipeline] echo [2024-03-11T02:05:37.217Z] 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 [2024-03-11T02:05:37.496Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-03-11T02:05:38.120Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2024-03-11T02:05:38.120Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-03-11T02:05:38.311Z] prd-ubuntu20.04-docker-8c-8g-5407 does not seem to be running inside a container [2024-03-11T02:05:38.332Z] $ 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 [2024-03-11T02:05:38.528Z] $ docker top d1fdb7b8416886de01bbb074f664d540376ac586d28f039b80dc649570b720b8 -eo pid,comm [Pipeline] { [Pipeline] sh [2024-03-11T02:05:39.003Z] + touch /tmp/pre-build-complete [Pipeline] sh [2024-03-11T02:05:39.348Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2024-03-11T02:05:39.677Z] + ls /var/log/sa-host [2024-03-11T02:05:39.677Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2024-03-11T02:05:39.828Z] provisioning config files... [2024-03-11T02:05:39.845Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_device-mqtt-go_main@tmp/config15111811987846673196tmp [Pipeline] { [Pipeline] echo [2024-03-11T02:05:39.971Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2024-03-11T02:05:40.250Z] ---> create-netrc.sh [Pipeline] } [2024-03-11T02:05:40.257Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2024-03-11T02:05:40.698Z] ---> python-tools-install.sh [Pipeline] echo [2024-03-11T02:05:40.706Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2024-03-11T02:05:40.988Z] ---> sudo-logs.sh [2024-03-11T02:05:40.988Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2024-03-11T02:05:41.065Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2024-03-11T02:05:41.347Z] ---> job-cost.sh [2024-03-11T02:05:41.347Z] lf-activate-venv: SKIPPING [2024-03-11T02:05:41.347Z] DEBUG: total: 0.2199999988079071 [2024-03-11T02:05:41.347Z] INFO: Retrieving Stack Cost... [2024-03-11T02:05:41.914Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2024-03-11T02:05:42.172Z] INFO: Archiving Costs [Pipeline] echo [2024-03-11T02:05:42.183Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2024-03-11T02:05:42.463Z] ---> logs-deploy.sh [2024-03-11T02:05:42.464Z] lf-activate-venv: SKIPPING [2024-03-11T02:05:42.464Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-mqtt-go/main/162 [2024-03-11T02:05:42.464Z] INFO: archiving workspace using pattern(s): [2024-03-11T02:05:43.398Z] Archives upload complete. [2024-03-11T02:05:43.398Z] INFO: archiving logs to Nexus