Pull request #627 opened Connecting to https://api.github.com using edgex-jenkins github personal access token Connecting to https://api.github.com to check permissions of obtain list of ernestojeda for edgexfoundry/device-mqtt-go Obtained Jenkinsfile from 7b36b08afcb678adb2f3795fb5abdedf4fd6d0d9+dc471bab23d8bb68ec889611181b9f9035c4a73d (93642ed576d621df4f7674e6ba7c9f7d4f2f3a96) 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-ssh4008636618907354605.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision e143027787c0ac28563f7e92b6cefc600d3b7107 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-ssh16311516675920966638.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 e143027787c0ac28563f7e92b6cefc600d3b7107 The recommended git tool is: git using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and with tags Cloning repository git@github.com:edgexfoundry/edgex-global-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/device-mqtt-go/branches/PR-627/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/device-mqtt-go/branches/PR-627/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh11045942678021528803.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/device-mqtt-go/branches/PR-627/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh889294855682603141.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision e143027787c0ac28563f7e92b6cefc600d3b7107 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f e143027787c0ac28563f7e92b6cefc600d3b7107 # timeout=10 Commit message: "Merge pull request #442 from ernestojeda/golang-1.21" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 > git --version # timeout=10 > git --version # 'git version 2.16.6' Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that 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-ssh4227395541568153571.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 Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository git@github.com:lfit/releng-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/device-mqtt-go/branches/PR-627/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e # timeout=10 Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/device-mqtt-go/branches/PR-627/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh9275810885452098879.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision 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 > git --version # timeout=10 > git --version # 'git version 2.16.6' fatal: bad object e143027787c0ac28563f7e92b6cefc600d3b7107 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:device-mqtt-go, buildSnap:false] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[ubuntu20.04-docker-8c-8g, ubuntu20.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: device-mqtt-go-settings PROJECT: device-mqtt-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.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 ‘prd-ubuntu20.04-docker-8c-8g-6728’ Running on prd-ubuntu20.04-docker-8c-8g-6735 in /w/workspace/gexfoundry_device-mqtt-go_PR-627 [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/gexfoundry_device-mqtt-go_PR-627 # 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 > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/pull/627/head:refs/remotes/origin/PR-627 +refs/heads/main:refs/remotes/origin/main # timeout=10 Merging remotes/origin/main commit dc471bab23d8bb68ec889611181b9f9035c4a73d into PR head commit 7b36b08afcb678adb2f3795fb5abdedf4fd6d0d9 Merge succeeded, producing 7b36b08afcb678adb2f3795fb5abdedf4fd6d0d9 Checking out Revision 7b36b08afcb678adb2f3795fb5abdedf4fd6d0d9 (PR-627) > git config core.sparsecheckout # timeout=10 > git checkout -f 7b36b08afcb678adb2f3795fb5abdedf4fd6d0d9 # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge dc471bab23d8bb68ec889611181b9f9035c4a73d # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 7b36b08afcb678adb2f3795fb5abdedf4fd6d0d9 # timeout=10 Commit message: "ci: add automated release workflow on tag creation" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.25.1' fatal: bad object e143027787c0ac28563f7e92b6cefc600d3b7107 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 17:22:32 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 17:22:32 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 17:22:32 ========================================================= 17:22:32 EdgeX Global Pipelines Version Info 17:22:32 ========================================================= [Pipeline] libraryResource [Pipeline] sh 17:22:33 ------------------- 17:22:33 stable info: 17:22:33 ------------------- 17:22:33 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 17:22:33 Commit SHA: e143027787c0ac28563f7e92b6cefc600d3b7107 17:22:33 Message: update stable to v1.0.254 17:22:33 ------------------- 17:22:33 experimental info: 17:22:33 ------------------- 17:22:33 Commited By: **** collab-it+edgex@linuxfoundation.org 17:22:33 Commit SHA: e143027787c0ac28563f7e92b6cefc600d3b7107 17:22:33 Message: update experimental to v1.0.254 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 17:22:34 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-mqtt-go-settings [Pipeline] echo 17:22:34 [edgeXSetupEnvironment]: set envvar PROJECT = device-mqtt-go [Pipeline] echo 17:22:34 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 17:22:34 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 17:22:34 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 17:22:34 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.21 [Pipeline] echo 17:22:34 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 17:22:34 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 17:22:34 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 17:22:34 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 17:22:34 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 17:22:34 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-mqtt [Pipeline] echo 17:22:34 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 17:22:34 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 17:22:34 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 17:22:34 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 17:22:34 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 17:22:35 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 17:22:35 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 17:22:35 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 17:22:35 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 17:22:35 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 17:22:35 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 17:22:35 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 17:22:35 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 17:22:35 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 17:22:35 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 17:22:35 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-627 [Pipeline] echo 17:22:35 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-627 [Pipeline] echo 17:22:35 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-627 [Pipeline] echo 17:22:35 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 7b36b08afcb678adb2f3795fb5abdedf4fd6d0d9 [Pipeline] echo 17:22:35 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 7b36b08 [Pipeline] echo 17:22:35 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 17:22:35 provisioning config files... 17:22:35 copy managed file [device-mqtt-go-settings] to file:/w/workspace/gexfoundry_device-mqtt-go_PR-627@tmp/config7264393636121240772tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 17:22:36 ---> docker-login.sh 17:22:36 nexus3.edgexfoundry.org:10001 17:22:36 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:22:36 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:22:36 Configure a credential helper to remove this warning. See 17:22:36 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:22:36 17:22:36 Login Succeeded 17:22:36 nexus3.edgexfoundry.org:10002 17:22:36 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:22:36 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:22:36 Configure a credential helper to remove this warning. See 17:22:36 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:22:36 17:22:36 Login Succeeded 17:22:36 nexus3.edgexfoundry.org:10003 17:22:36 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:22:36 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:22:36 Configure a credential helper to remove this warning. See 17:22:36 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:22:36 17:22:36 Login Succeeded 17:22:36 nexus3.edgexfoundry.org:10004 17:22:36 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:22:36 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:22:36 Configure a credential helper to remove this warning. See 17:22:36 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:22:36 17:22:36 Login Succeeded 17:22:36 docker.io 17:22:36 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:22:37 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:22:37 Configure a credential helper to remove this warning. See 17:22:37 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:22:37 17:22:37 Login Succeeded 17:22:37 ---> docker-login.sh ends [Pipeline] } 17:22:37 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh 17:22:37 + git rev-list -1 --merges 7b36b08afcb678adb2f3795fb5abdedf4fd6d0d9~1..7b36b08afcb678adb2f3795fb5abdedf4fd6d0d9 [Pipeline] echo 17:22:37 -----------> git rev-list -1 --merges 7b36b08afcb678adb2f3795fb5abdedf4fd6d0d9~1..7b36b08afcb678adb2f3795fb5abdedf4fd6d0d9 7b36b08afcb678adb2f3795fb5abdedf4fd6d0d9 [false] [Pipeline] sh 17:22:38 + git log --format=format:%s -1 7b36b08afcb678adb2f3795fb5abdedf4fd6d0d9 [Pipeline] echo 17:22:38 ========================================================= 17:22:38 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 17:22:38 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 17:22:38 + git log --format=format:%s -1 7b36b08afcb678adb2f3795fb5abdedf4fd6d0d9 [Pipeline] echo 17:22:38 [semverPrep] GIT_COMMIT: 7b36b08afcb678adb2f3795fb5abdedf4fd6d0d9, Commit Message: ci: add automated release workflow on tag creation [Pipeline] echo 17:22:38 [semverPrep] This is not a build commit. [Pipeline] sh 17:22:39 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 17:22:39 + grep -v github /etc/ssh/ssh_known_hosts 17:22:39 + [ -e /tmp/ssh_known_hosts ] 17:22:39 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 17:22:39 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 17:22:39 + sudo tee -a /etc/ssh/ssh_known_hosts 17:22:39 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:22:39 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 17:22:39 17:22:39 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:22:40 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 17:22:40 0.1.4: Pulling from edgex-devops/py-git-semver 17:22:40 b85a868b505f: Pulling fs layer 17:22:40 e2be974225ed: Pulling fs layer 17:22:40 339a4e72a1f5: Pulling fs layer 17:22:40 988bab9f4d93: Pulling fs layer 17:22:40 1469e6f7b9e6: Pulling fs layer 17:22:40 eaf3925da568: Pulling fs layer 17:22:40 bab4dde63d76: Pulling fs layer 17:22:40 bde34c3a00c8: Pulling fs layer 17:22:40 b352a97aabf1: Pulling fs layer 17:22:40 4872d77fe225: Pulling fs layer 17:22:40 5851b861e8e6: Pulling fs layer 17:22:40 988bab9f4d93: Waiting 17:22:40 1469e6f7b9e6: Waiting 17:22:40 b352a97aabf1: Waiting 17:22:40 eaf3925da568: Waiting 17:22:40 bab4dde63d76: Waiting 17:22:40 4872d77fe225: Waiting 17:22:40 bde34c3a00c8: Waiting 17:22:40 e2be974225ed: Download complete 17:22:40 988bab9f4d93: Download complete 17:22:40 339a4e72a1f5: Verifying Checksum 17:22:40 339a4e72a1f5: Download complete 17:22:40 eaf3925da568: Verifying Checksum 17:22:40 eaf3925da568: Download complete 17:22:40 1469e6f7b9e6: Verifying Checksum 17:22:40 1469e6f7b9e6: Download complete 17:22:40 bde34c3a00c8: Download complete 17:22:40 b352a97aabf1: Verifying Checksum 17:22:40 4872d77fe225: Verifying Checksum 17:22:40 4872d77fe225: Download complete 17:22:40 5851b861e8e6: Download complete 17:22:40 b85a868b505f: Verifying Checksum 17:22:40 b85a868b505f: Download complete 17:22:40 bab4dde63d76: Verifying Checksum 17:22:40 bab4dde63d76: Download complete 17:22:41 b85a868b505f: Pull complete 17:22:41 e2be974225ed: Pull complete 17:22:42 339a4e72a1f5: Pull complete 17:22:42 988bab9f4d93: Pull complete 17:22:42 1469e6f7b9e6: Pull complete 17:22:42 eaf3925da568: Pull complete 17:22:44 bab4dde63d76: Pull complete 17:22:44 bde34c3a00c8: Pull complete 17:22:44 b352a97aabf1: Pull complete 17:22:45 4872d77fe225: Pull complete 17:22:45 5851b861e8e6: Pull complete 17:22:45 Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 17:22:45 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 17:22:45 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 17:22:45 prd-ubuntu20.04-docker-8c-8g-6735 does not seem to be running inside a container 17:22:45 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_device-mqtt-go_PR-627 -v /w/workspace/gexfoundry_device-mqtt-go_PR-627:/w/workspace/gexfoundry_device-mqtt-go_PR-627:rw,z -v /w/workspace/gexfoundry_device-mqtt-go_PR-627@tmp:/w/workspace/gexfoundry_device-mqtt-go_PR-627@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 17:22:47 $ docker top cb8c9cea3914633525672cb3278dfc11ac9a653db4f0cdceb40d5530fbdcfd55 -eo pid,comm 17:22:47 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). 17:22:47 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 17:22:48 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 17:22:48 [ssh-agent] Looking for ssh-agent implementation... 17:22:48 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 17:22:48 $ docker exec cb8c9cea3914633525672cb3278dfc11ac9a653db4f0cdceb40d5530fbdcfd55 ssh-agent 17:22:48 SSH_AUTH_SOCK=/tmp/ssh-FtlOfX2LVDTK/agent.32 17:22:48 SSH_AGENT_PID=38 17:22:48 Running ssh-add (command line suppressed) 17:22:48 Identity added: /w/workspace/gexfoundry_device-mqtt-go_PR-627@tmp/private_key_11635484399819197734.key (/w/workspace/gexfoundry_device-mqtt-go_PR-627@tmp/private_key_11635484399819197734.key) 17:22:48 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 17:22:48 + git tag --points-at HEAD [Pipeline] } 17:22:48 $ docker exec --env ******** --env ******** cb8c9cea3914633525672cb3278dfc11ac9a653db4f0cdceb40d5530fbdcfd55 ssh-agent -k 17:22:48 unset SSH_AUTH_SOCK; 17:22:48 unset SSH_AGENT_PID; 17:22:48 echo Agent pid 38 killed; 17:22:48 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 17:22:49 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 17:22:49 [ssh-agent] Looking for ssh-agent implementation... 17:22:49 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 17:22:49 $ docker exec cb8c9cea3914633525672cb3278dfc11ac9a653db4f0cdceb40d5530fbdcfd55 ssh-agent 17:22:49 SSH_AUTH_SOCK=/tmp/ssh-G3UpVOtNVe2F/agent.70 17:22:49 SSH_AGENT_PID=76 17:22:49 Running ssh-add (command line suppressed) 17:22:49 Identity added: /w/workspace/gexfoundry_device-mqtt-go_PR-627@tmp/private_key_3291023613514754654.key (/w/workspace/gexfoundry_device-mqtt-go_PR-627@tmp/private_key_3291023613514754654.key) 17:22:49 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 17:22:49 + git semver init 17:22:49 2023-09-20 17:22:49,906 [run_init] DEBUG init version:0.0.0 force:False 17:22:49 2023-09-20 17:22:49,907 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/gexfoundry_device-mqtt-go_PR-627/.semver 17:22:49 2023-09-20 17:22:49,907 [execute] INFO git clone -b semver git@github.com:edgexfoundry/device-mqtt-go.git /w/workspace/gexfoundry_device-mqtt-go_PR-627/.semver 17:22:49 2023-09-20 17:22:49,907 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/device-mqtt-go.git', '/w/workspace/gexfoundry_device-mqtt-go_PR-627/.semver'], cwd=/w/workspace/gexfoundry_device-mqtt-go_PR-627, universal_newlines=False, shell=None, istream=None) 17:22:50 2023-09-20 17:22:50,713 [append_file] DEBUG append to file:/w/workspace/gexfoundry_device-mqtt-go_PR-627/.git/info/exclude 17:22:50 2023-09-20 17:22:50,714 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/gexfoundry_device-mqtt-go_PR-627/.semver/PR-627 with force:False 17:22:50 2023-09-20 17:22:50,714 [write_file] DEBUG write to file:/w/workspace/gexfoundry_device-mqtt-go_PR-627/.semver/PR-627 17:22:50 2023-09-20 17:22:50,718 [execute] INFO git cat-file --batch-check 17:22:50 2023-09-20 17:22:50,719 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/gexfoundry_device-mqtt-go_PR-627/.semver, universal_newlines=False, shell=None, istream=) 17:22:50 2023-09-20 17:22:50,726 [execute] INFO git cat-file --batch 17:22:50 2023-09-20 17:22:50,726 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/gexfoundry_device-mqtt-go_PR-627/.semver, universal_newlines=False, shell=None, istream=) 17:22:50 2023-09-20 17:22:50,732 [read_version] DEBUG read version from /w/workspace/gexfoundry_device-mqtt-go_PR-627/.semver/PR-627 17:22:50 0.0.0 [Pipeline] } 17:22:50 $ docker exec --env ******** --env ******** cb8c9cea3914633525672cb3278dfc11ac9a653db4f0cdceb40d5530fbdcfd55 ssh-agent -k 17:22:51 unset SSH_AUTH_SOCK; 17:22:51 unset SSH_AGENT_PID; 17:22:51 echo Agent pid 76 killed; 17:22:51 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 17:22:51 + git semver [Pipeline] } 17:22:51 $ docker stop --time=1 cb8c9cea3914633525672cb3278dfc11ac9a653db4f0cdceb40d5530fbdcfd55 17:22:53 $ docker rm -f --volumes cb8c9cea3914633525672cb3278dfc11ac9a653db4f0cdceb40d5530fbdcfd55 [Pipeline] // withDockerContainer [Pipeline] sh 17:22:53 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 17:22:53 Stashed 1 file(s) [Pipeline] echo 17:22:53 [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] withEnv [Pipeline] { [Pipeline] node [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 17:22:54 provisioning config files... 17:22:54 copy managed file [device-mqtt-go-settings] to file:/w/workspace/gexfoundry_device-mqtt-go_PR-627@tmp/config8336686749664605211tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 17:22:54 ---> docker-login.sh 17:22:54 nexus3.edgexfoundry.org:10001 17:22:54 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:22:54 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:22:54 Configure a credential helper to remove this warning. See 17:22:54 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:22:54 17:22:54 Login Succeeded 17:22:54 nexus3.edgexfoundry.org:10002 17:22:54 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:22:54 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:22:54 Configure a credential helper to remove this warning. See 17:22:54 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:22:54 17:22:54 Login Succeeded 17:22:54 nexus3.edgexfoundry.org:10003 17:22:54 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:22:54 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:22:54 Configure a credential helper to remove this warning. See 17:22:54 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:22:54 17:22:54 Login Succeeded 17:22:54 nexus3.edgexfoundry.org:10004 17:22:54 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:22:54 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:22:54 Configure a credential helper to remove this warning. See 17:22:54 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:22:54 17:22:54 Login Succeeded 17:22:54 docker.io 17:22:55 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:22:55 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:22:55 Configure a credential helper to remove this warning. See 17:22:55 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:22:55 17:22:55 Login Succeeded 17:22:55 ---> docker-login.sh ends [Pipeline] } 17:22:55 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 17:22:55 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 17:22:55 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 17:22:55 ========================================================= 17:22:55 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine] 17:22:55 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:22:56 + 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 . 17:22:56 Sending build context to Docker daemon 6.504MB 17:22:56 Step 1/12 : ARG BASE=golang:1.21-alpine3.18 17:22:56 Step 2/12 : FROM ${BASE} AS builder 17:22:56 1.21-alpine: Pulling from edgex-devops/edgex-golang-base 17:22:56 7264a8db6415: Pulling fs layer 17:22:56 c4d48a809fc2: Pulling fs layer 17:22:56 4f1c88b9dad5: Pulling fs layer 17:22:56 ad3a456e5733: Pulling fs layer 17:22:56 33e27b845d1e: Pulling fs layer 17:22:56 c68163c4e522: Pulling fs layer 17:22:56 50da416c3ac9: Pulling fs layer 17:22:56 23d2d4c4bb30: Pulling fs layer 17:22:56 50da416c3ac9: Waiting 17:22:56 c68163c4e522: Waiting 17:22:56 33e27b845d1e: Waiting 17:22:56 23d2d4c4bb30: Waiting 17:22:56 ad3a456e5733: Waiting 17:22:56 c4d48a809fc2: Verifying Checksum 17:22:56 c4d48a809fc2: Download complete 17:22:56 ad3a456e5733: Verifying Checksum 17:22:56 ad3a456e5733: Download complete 17:22:56 33e27b845d1e: Download complete 17:22:56 7264a8db6415: Verifying Checksum 17:22:56 7264a8db6415: Download complete 17:22:56 c68163c4e522: Verifying Checksum 17:22:56 c68163c4e522: Download complete 17:22:56 7264a8db6415: Pull complete 17:22:56 23d2d4c4bb30: Verifying Checksum 17:22:56 23d2d4c4bb30: Download complete 17:22:56 c4d48a809fc2: Pull complete 17:22:56 4f1c88b9dad5: Verifying Checksum 17:22:56 4f1c88b9dad5: Download complete 17:22:57 50da416c3ac9: Verifying Checksum 17:22:57 50da416c3ac9: Download complete 17:23:00 4f1c88b9dad5: Pull complete 17:23:00 ad3a456e5733: Pull complete 17:23:00 33e27b845d1e: Pull complete 17:23:00 c68163c4e522: Pull complete 17:23:03 50da416c3ac9: Pull complete 17:23:03 23d2d4c4bb30: Pull complete 17:23:03 Digest: sha256:869f8081a9cc57a47d9be3c92245bb8518e7edea9beab93563b77b0fbed5fa8c 17:23:03 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine 17:23:03 ---> 0786185ac409 17:23:03 Step 3/12 : ARG ADD_BUILD_TAGS="" 17:23:06 ---> Running in 6d6071365ae3 17:23:06 Removing intermediate container 6d6071365ae3 17:23:06 ---> 5ae4d7aa8650 17:23:06 Step 4/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 17:23:06 ---> Running in ff73d2889833 17:23:06 Removing intermediate container ff73d2889833 17:23:06 ---> 3808135a266d 17:23:06 Step 5/12 : ARG ALPINE_PKG_BASE="make git openssh-client" 17:23:06 ---> Running in 5ccb919ebeaa 17:23:06 Removing intermediate container 5ccb919ebeaa 17:23:06 ---> 810d1b5bacdf 17:23:06 Step 6/12 : ARG ALPINE_PKG_EXTRA="" 17:23:06 ---> Running in 8b4fdb1084dc 17:23:06 Removing intermediate container 8b4fdb1084dc 17:23:06 ---> 604a2e5be3cc 17:23:06 Step 7/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 17:23:06 ---> Running in 0a8e13f3f58e 17:23:06 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 17:23:06 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 17:23:07 (1/4) Installing openssh-keygen (9.3_p2-r0) 17:23:07 (2/4) Installing libedit (20221030.3.1-r1) 17:23:07 (3/4) Installing openssh-client-common (9.3_p2-r0) 17:23:07 (4/4) Installing openssh-client-default (9.3_p2-r0) 17:23:07 Executing busybox-1.36.1-r2.trigger 17:23:07 OK: 268 MiB in 56 packages 17:23:08 Removing intermediate container 0a8e13f3f58e 17:23:08 ---> 10d22ceeaa45 17:23:08 Step 8/12 : WORKDIR /device-mqtt-go 17:23:08 ---> Running in ad7363e1ce01 17:23:08 Removing intermediate container ad7363e1ce01 17:23:08 ---> 0372086a0c3d 17:23:08 Step 9/12 : COPY go.mod vendor* ./ 17:23:08 ---> bceeafd9b46e 17:23:08 Step 10/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 17:23:08 ---> Running in 8b83cd60c6a7 17:23:09 Still waiting to schedule task 17:23:09 Waiting for next available executor on ‘prd-ubuntu20.04-docker-arm64-4c-16g-6729’ 17:23:40 Removing intermediate container 8b83cd60c6a7 17:23:40 ---> c5387e5fda8e 17:23:40 Step 11/12 : COPY . . 17:23:40 ---> 4594230303ff 17:23:40 Step 12/12 : RUN $MAKE 17:23:40 ---> Running in ffe8a7624df1 17:23:40 noop 17:23:40 Removing intermediate container ffe8a7624df1 17:23:40 ---> b2209b99588a 17:23:40 Successfully built b2209b99588a 17:23:40 Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:23:40 + docker inspect -f . ci-base-image-x86_64 17:23:40 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 17:23:41 prd-ubuntu20.04-docker-8c-8g-6735 does not seem to be running inside a container 17:23:41 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/gexfoundry_device-mqtt-go_PR-627 -v /w/workspace/gexfoundry_device-mqtt-go_PR-627:/w/workspace/gexfoundry_device-mqtt-go_PR-627:rw,z -v /w/workspace/gexfoundry_device-mqtt-go_PR-627@tmp:/w/workspace/gexfoundry_device-mqtt-go_PR-627@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 17:23:41 $ docker top 369dbda6eb8fb090ee4c7ec39e1c3b97cde31c53882edb9e876e3a26d48ad9a9 -eo pid,comm [Pipeline] { [Pipeline] sh 17:23:41 + go version 17:23:41 go version go1.21.0 linux/amd64 [Pipeline] } 17:23:41 $ docker stop --time=1 369dbda6eb8fb090ee4c7ec39e1c3b97cde31c53882edb9e876e3a26d48ad9a9 17:23:43 $ docker rm -f --volumes 369dbda6eb8fb090ee4c7ec39e1c3b97cde31c53882edb9e876e3a26d48ad9a9 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:23:43 + docker inspect -f . ci-base-image-x86_64 17:23:43 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 17:23:43 prd-ubuntu20.04-docker-8c-8g-6735 does not seem to be running inside a container 17:23:44 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -w /w/workspace/gexfoundry_device-mqtt-go_PR-627 -v /w/workspace/gexfoundry_device-mqtt-go_PR-627:/w/workspace/gexfoundry_device-mqtt-go_PR-627:rw,z -v /w/workspace/gexfoundry_device-mqtt-go_PR-627@tmp:/w/workspace/gexfoundry_device-mqtt-go_PR-627@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 17:23:44 $ docker top 306b217c3b5c1136387291b2e8532f77ab4ab429a76bf5e218c2ed37a848961a -eo pid,comm [Pipeline] { [Pipeline] sh 17:23:44 + git config --global --add safe.directory /w/workspace/gexfoundry_device-mqtt-go_PR-627 [Pipeline] fileExists [Pipeline] sh 17:23:45 + make test 17:23:45 go test ./... -coverprofile=coverage.out ./... 17:23:46 ? github.com/edgexfoundry/device-mqtt-go [no test files] 17:23:56 ? github.com/edgexfoundry/device-mqtt-go/cmd [no test files] 17:23:56 ? github.com/edgexfoundry/device-mqtt-go/mock [no test files] 17:23:56 ok github.com/edgexfoundry/device-mqtt-go/internal/driver 0.017s coverage: 22.8% of statements 17:24:03 go vet ./... 17:24:06 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 17:24:06 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 17:24:06 ./bin/test-attribution-txt.sh [Pipeline] echo 17:24:06 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 17:24:06 $ docker stop --time=1 306b217c3b5c1136387291b2e8532f77ab4ab429a76bf5e218c2ed37a848961a 17:24:09 $ docker rm -f --volumes 306b217c3b5c1136387291b2e8532f77ab4ab429a76bf5e218c2ed37a848961a [Pipeline] // withDockerContainer [Pipeline] sh 17:24:09 + sudo chown -R jenkins:jenkins . [Pipeline] stash 17:24:09 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 17:24:10 + sudo chown -R jenkins:jenkins . [Pipeline] sh 17:24:10 + ls -al . 17:24:10 total 188 17:24:10 drwxrwxr-x 10 jenkins jenkins 4096 Sep 20 17:23 . 17:24:10 drwxrwxr-x 4 jenkins jenkins 4096 Sep 20 17:22 .. 17:24:10 -rw-rw-r-- 1 jenkins jenkins 140 Sep 20 17:22 .dockerignore 17:24:10 drwxrwxr-x 8 jenkins jenkins 4096 Sep 20 17:23 .git 17:24:10 drwxrwxr-x 3 jenkins jenkins 4096 Sep 20 17:22 .github 17:24:10 -rw-rw-r-- 1 jenkins jenkins 329 Sep 20 17:22 .gitignore 17:24:10 -rw-rw-r-- 1 jenkins jenkins 41 Sep 20 17:22 .golangci.yml 17:24:10 drwxr-xr-x 3 jenkins jenkins 4096 Sep 20 17:22 .semver 17:24:10 -rw-rw-r-- 1 jenkins jenkins 10386 Sep 20 17:22 Attribution.txt 17:24:10 -rw-rw-r-- 1 jenkins jenkins 17522 Sep 20 17:22 CHANGELOG.md 17:24:10 -rw-rw-r-- 1 jenkins jenkins 1689 Sep 20 17:22 Dockerfile 17:24:10 -rw-rw-r-- 1 jenkins jenkins 677 Sep 20 17:22 GOVERNANCE.md 17:24:10 -rw-rw-r-- 1 jenkins jenkins 678 Sep 20 17:22 Jenkinsfile 17:24:10 -rw-rw-r-- 1 jenkins jenkins 11340 Sep 20 17:22 LICENSE 17:24:10 -rw-rw-r-- 1 jenkins jenkins 1963 Sep 20 17:22 Makefile 17:24:10 -rw-rw-r-- 1 jenkins jenkins 620 Sep 20 17:22 OWNERS.md 17:24:10 -rw-rw-r-- 1 jenkins jenkins 3695 Sep 20 17:22 README.md 17:24:10 -rw-rw-r-- 1 jenkins jenkins 5 Sep 20 17:22 VERSION 17:24:10 drwxrwxr-x 2 jenkins jenkins 4096 Sep 20 17:22 bin 17:24:10 drwxrwxr-x 3 jenkins jenkins 4096 Sep 20 17:22 cmd 17:24:10 -rw-r--r-- 1 jenkins jenkins 18506 Sep 20 17:23 coverage.out 17:24:10 -rw-rw-r-- 1 jenkins jenkins 3821 Sep 20 17:22 go.mod 17:24:10 -rw-rw-r-- 1 jenkins jenkins 35623 Sep 20 17:22 go.sum 17:24:10 drwxrwxr-x 3 jenkins jenkins 4096 Sep 20 17:22 internal 17:24:10 drwxrwxr-x 2 jenkins jenkins 4096 Sep 20 17:22 mock 17:24:10 drwxrwxr-x 4 jenkins jenkins 4096 Sep 20 17:22 snap 17:24:10 -rw-rw-r-- 1 jenkins jenkins 227 Sep 20 17:22 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:24:11 + 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=7b36b08afcb678adb2f3795fb5abdedf4fd6d0d9 --label arch=amd64 --label version=0.0.0 . 17:24:11 Sending build context to Docker daemon 6.523MB 17:24:11 Step 1/24 : ARG BASE=golang:1.21-alpine3.18 17:24:11 Step 2/24 : FROM ${BASE} AS builder 17:24:11 ---> b2209b99588a 17:24:11 Step 3/24 : ARG ADD_BUILD_TAGS="" 17:24:11 ---> Running in d8669d156b8e 17:24:11 Removing intermediate container d8669d156b8e 17:24:11 ---> 0c92c8296d92 17:24:11 Step 4/24 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 17:24:11 ---> Running in 1781b5001011 17:24:11 Removing intermediate container 1781b5001011 17:24:11 ---> 15b4724b3291 17:24:11 Step 5/24 : ARG ALPINE_PKG_BASE="make git openssh-client" 17:24:11 ---> Running in 7b4dfa085aed 17:24:11 Removing intermediate container 7b4dfa085aed 17:24:11 ---> 682e7589330c 17:24:11 Step 6/24 : ARG ALPINE_PKG_EXTRA="" 17:24:11 ---> Running in fa8d7553099d 17:24:11 Removing intermediate container fa8d7553099d 17:24:11 ---> 3673f0184e2b 17:24:11 Step 7/24 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 17:24:11 ---> Running in bc06384d0c02 17:24:11 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 17:24:12 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 17:24:12 OK: 268 MiB in 56 packages 17:24:12 Removing intermediate container bc06384d0c02 17:24:12 ---> 8c55bf83dd4d 17:24:12 Step 8/24 : WORKDIR /device-mqtt-go 17:24:12 ---> Running in c685cb0bc77e 17:24:12 Removing intermediate container c685cb0bc77e 17:24:12 ---> 8cbeb10f2689 17:24:12 Step 9/24 : COPY go.mod vendor* ./ 17:24:12 ---> d2e6cca9b15e 17:24:12 Step 10/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 17:24:12 ---> Running in e8200fffa4a9 17:24:13 Removing intermediate container e8200fffa4a9 17:24:13 ---> 4a75fa7f8423 17:24:13 Step 11/24 : COPY . . 17:24:13 ---> 0003630b3a4d 17:24:13 Step 12/24 : RUN $MAKE 17:24:13 ---> Running in 3a2edae71923 17:24:14 CGO_ENABLED=0 go build -tags "" -ldflags "-X github.com/edgexfoundry/device-mqtt-go.Version=0.0.0 -X github.com/edgexfoundry/device-sdk-go/v3/internal/common.SDKVersion=v3.1.0-dev.24" -trimpath -mod=readonly -o cmd/device-mqtt ./cmd 17:24:32 Removing intermediate container 3a2edae71923 17:24:32 ---> ff754e9e064e 17:24:32 Step 13/24 : FROM alpine:3.18 17:24:32 3.18: Pulling from library/alpine 17:24:32 7264a8db6415: Already exists 17:24:32 Digest: sha256:7144f7bab3d4c2648d7e59409f15ec52a18006a128c733fcff20d3a4a54ba44a 17:24:32 Status: Downloaded newer image for alpine:3.18 17:24:32 ---> 7e01a0d0a1dc 17:24:32 Step 14/24 : LABEL license='VSPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020-2021: IoTech Ltd' 17:24:32 ---> Running in ce2796d06d3e 17:24:32 Removing intermediate container ce2796d06d3e 17:24:32 ---> 4fd47f510616 17:24:32 Step 15/24 : RUN apk add --update --no-cache dumb-init 17:24:32 ---> Running in 28e97953723a 17:24:33 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 17:24:33 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 17:24:33 (1/1) Installing dumb-init (1.2.5-r2) 17:24:33 Executing busybox-1.36.1-r2.trigger 17:24:33 OK: 7 MiB in 16 packages 17:24:33 Removing intermediate container 28e97953723a 17:24:33 ---> 5ddd8698559c 17:24:33 Step 16/24 : COPY --from=builder /device-mqtt-go/cmd / 17:24:34 ---> 91620910350c 17:24:34 Step 17/24 : COPY --from=builder /device-mqtt-go/LICENSE / 17:24:34 ---> cbc8acdeaaeb 17:24:34 Step 18/24 : COPY --from=builder /device-mqtt-go/Attribution.txt / 17:24:34 ---> dc8d6f7e83b9 17:24:34 Step 19/24 : EXPOSE 59982 17:24:34 ---> Running in 62bec8861fda 17:24:34 Removing intermediate container 62bec8861fda 17:24:34 ---> 79dbfc67d56f 17:24:34 Step 20/24 : ENTRYPOINT ["/device-mqtt"] 17:24:34 ---> Running in 8ca7e901b80e 17:24:35 Removing intermediate container 8ca7e901b80e 17:24:35 ---> ca3168a53f11 17:24:35 Step 21/24 : CMD ["--cp=consul://edgex-core-consul:8500", "--registry"] 17:24:35 ---> Running in c0ea105107b9 17:24:35 Removing intermediate container c0ea105107b9 17:24:35 ---> bc3d4ff7d305 17:24:35 Step 22/24 : LABEL arch=amd64 17:24:35 ---> Running in 4a8fdbb88f28 17:24:35 Removing intermediate container 4a8fdbb88f28 17:24:35 ---> ebb12925d8de 17:24:35 Step 23/24 : LABEL git_sha=7b36b08afcb678adb2f3795fb5abdedf4fd6d0d9 17:24:35 ---> Running in ffe1d90db716 17:24:35 Removing intermediate container ffe1d90db716 17:24:35 ---> 02101b922554 17:24:35 Step 24/24 : LABEL version=0.0.0 17:24:35 ---> Running in 25a44f840a67 17:24:35 Removing intermediate container 25a44f840a67 17:24:35 ---> 9412ec2c488c 17:24:35 [Warning] One or more build-args [ARCH] were not consumed 17:24:35 Successfully built 9412ec2c488c 17:24:35 Successfully tagged device-mqtt:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [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 17:24:36 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 17:24:36 17:24:36 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:24:36 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 17:24:36 latest: Pulling from edgex-lftools-log-publisher 17:24:36 5eb5b503b376: Pulling fs layer 17:24:36 5c69ac0246d0: Pulling fs layer 17:24:36 ec43610c2a17: Pulling fs layer 17:24:36 3a2ae6a8a46f: Pulling fs layer 17:24:36 33b1e0a273af: Pulling fs layer 17:24:36 3a2ae6a8a46f: Waiting 17:24:36 33b1e0a273af: Waiting 17:24:36 5d3b04190fa2: Pulling fs layer 17:24:36 2f39f015ded8: Pulling fs layer 17:24:36 5c69ac0246d0: Verifying Checksum 17:24:36 5c69ac0246d0: Download complete 17:24:36 3a2ae6a8a46f: Verifying Checksum 17:24:36 3a2ae6a8a46f: Download complete 17:24:36 33b1e0a273af: Verifying Checksum 17:24:36 33b1e0a273af: Download complete 17:24:36 ec43610c2a17: Verifying Checksum 17:24:36 ec43610c2a17: Download complete 17:24:36 5d3b04190fa2: Verifying Checksum 17:24:36 5d3b04190fa2: Download complete 17:24:36 5eb5b503b376: Download complete 17:24:37 2f39f015ded8: Download complete 17:24:37 5eb5b503b376: Pull complete 17:24:38 5c69ac0246d0: Pull complete 17:24:38 ec43610c2a17: Pull complete 17:24:38 3a2ae6a8a46f: Pull complete 17:24:38 33b1e0a273af: Pull complete 17:24:38 5d3b04190fa2: Pull complete 17:24:42 2f39f015ded8: Pull complete 17:24:42 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 17:24:43 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 17:24:43 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 17:24:43 prd-ubuntu20.04-docker-8c-8g-6735 does not seem to be running inside a container 17:24:43 $ 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/gexfoundry_device-mqtt-go_PR-627 -v /w/workspace/gexfoundry_device-mqtt-go_PR-627:/w/workspace/gexfoundry_device-mqtt-go_PR-627:rw,z -v /w/workspace/gexfoundry_device-mqtt-go_PR-627@tmp:/w/workspace/gexfoundry_device-mqtt-go_PR-627@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 17:24:46 $ docker top 6a467c2c69e31190a3e84b3352b1fce5c7a67171a935365b7c1e913cc356c618 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 17:24:47 ---> job-cost.sh 17:24:47 lf-activate-venv: SKIPPING 17:24:47 INFO: No Stack... 17:24:47 INFO: Retrieving Pricing Info for: v3-standard-8 17:24:47 INFO: Archiving Costs [Pipeline] sh 17:24:47 + cat /w/workspace/gexfoundry_device-mqtt-go_PR-627/archives/cost.csv 17:24:47 + cut -d, -f6 [Pipeline] lock 17:24:47 Trying to acquire lock on [jenkins-edgexfoundry-device-mqtt-go-PR-627-1-stack-cost] 17:24:47 Resource [jenkins-edgexfoundry-device-mqtt-go-PR-627-1-stack-cost] did not exist. Created. 17:24:47 Lock acquired on [jenkins-edgexfoundry-device-mqtt-go-PR-627-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 17:24:48 + echo total: 0.2199999988079071 [Pipeline] stash 17:24:48 Stashed 1 file(s) [Pipeline] } 17:24:48 Lock released on resource [jenkins-edgexfoundry-device-mqtt-go-PR-627-1-stack-cost] [Pipeline] // lock [Pipeline] } 17:24:48 $ docker stop --time=1 6a467c2c69e31190a3e84b3352b1fce5c7a67171a935365b7c1e913cc356c618 17:24:49 $ docker rm -f --volumes 6a467c2c69e31190a3e84b3352b1fce5c7a67171a935365b7c1e913cc356c618 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 17:26:10 Running on prd-ubuntu20.04-docker-arm64-4c-16g-6746 in /w/workspace/gexfoundry_device-mqtt-go_PR-627 [Pipeline] { [Pipeline] ws 17:26:10 Running in /w/workspace/device-mqtt-go/1 [Pipeline] { [Pipeline] checkout 17:26:10 The recommended git tool is: git 17:26:17 using credential edgex-jenkins-ssh 17:26:17 Cloning the remote Git repository 17:26:17 Cloning repository git@github.com:edgexfoundry/device-mqtt-go.git 17:26:17 > git init /w/workspace/device-mqtt-go/1 # timeout=10 17:26:18 Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git 17:26:18 > git --version # timeout=10 17:26:18 > git --version # 'git version 2.25.1' 17:26:18 using GIT_SSH to set credentials SSH Credentials for GitHub 17:26:18 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 17:26:19 > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 17:26:19 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 17:26:21 > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 17:26:21 Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git 17:26:21 using GIT_SSH to set credentials SSH Credentials for GitHub 17:26:21 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/pull/627/head:refs/remotes/origin/PR-627 +refs/heads/main:refs/remotes/origin/main # timeout=10 17:26:21 Merging remotes/origin/main commit dc471bab23d8bb68ec889611181b9f9035c4a73d into PR head commit 7b36b08afcb678adb2f3795fb5abdedf4fd6d0d9 17:26:22 Merge succeeded, producing 7b36b08afcb678adb2f3795fb5abdedf4fd6d0d9 17:26:22 Checking out Revision 7b36b08afcb678adb2f3795fb5abdedf4fd6d0d9 (PR-627) 17:26:21 > git config core.sparsecheckout # timeout=10 17:26:21 > git checkout -f 7b36b08afcb678adb2f3795fb5abdedf4fd6d0d9 # timeout=10 17:26:22 > git remote # timeout=10 17:26:22 > git config --get remote.origin.url # timeout=10 17:26:22 using GIT_SSH to set credentials SSH Credentials for GitHub 17:26:22 > git merge dc471bab23d8bb68ec889611181b9f9035c4a73d # timeout=10 17:26:22 > git rev-parse HEAD^{commit} # timeout=10 17:26:22 > git config core.sparsecheckout # timeout=10 17:26:22 > git checkout -f 7b36b08afcb678adb2f3795fb5abdedf4fd6d0d9 # timeout=10 17:26:25 Commit message: "ci: add automated release workflow on tag creation" 17:26:25 > git --version # timeout=10 17:26:25 > git --version # 'git version 2.25.1' 17:26:25 fatal: bad object e143027787c0ac28563f7e92b6cefc600d3b7107 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 17:26:27 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 17:26:27 % Total % Received % Xferd Average Speed Time Time Time Current 17:26:27 Dload Upload Total Spent Left Speed 17:26:27 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 185k 0 --:--:-- --:--:-- --:--:-- 188k [Pipeline] sh 17:26:27 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 17:26:28 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 17:26:28 + sudo tee /etc/docker/daemon.new 17:26:28 { 17:26:28 "registry-mirrors": [ 17:26:28 "https://nexus3.edgexfoundry.org:10001" 17:26:28 ], 17:26:28 "bip": "10.250.0.254/24", 17:26:28 "hosts": [ 17:26:28 "tcp://0.0.0.0:5555", 17:26:28 "unix:///var/run/docker.sock" 17:26:28 ], 17:26:28 "mtu": 1458, 17:26:28 "selinux-enabled": true, 17:26:28 "seccomp-profile": "/etc/docker/seccomp.json" 17:26:28 } [Pipeline] sh 17:26:28 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 17:26:29 + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 17:26:47 provisioning config files... 17:26:47 copy managed file [device-mqtt-go-settings] to file:/w/workspace/device-mqtt-go/1@tmp/config6864377266702522056tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 17:26:48 ---> docker-login.sh 17:26:48 nexus3.edgexfoundry.org:10001 17:26:48 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:26:49 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:26:49 Configure a credential helper to remove this warning. See 17:26:49 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:26:49 17:26:49 Login Succeeded 17:26:49 nexus3.edgexfoundry.org:10002 17:26:49 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:26:49 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:26:49 Configure a credential helper to remove this warning. See 17:26:49 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:26:49 17:26:49 Login Succeeded 17:26:49 nexus3.edgexfoundry.org:10003 17:26:49 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:26:49 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:26:49 Configure a credential helper to remove this warning. See 17:26:49 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:26:49 17:26:49 Login Succeeded 17:26:49 nexus3.edgexfoundry.org:10004 17:26:50 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:26:50 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:26:50 Configure a credential helper to remove this warning. See 17:26:50 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:26:50 17:26:50 Login Succeeded 17:26:50 docker.io 17:26:50 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:26:51 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:26:51 Configure a credential helper to remove this warning. See 17:26:51 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:26:51 17:26:51 Login Succeeded 17:26:51 ---> docker-login.sh ends [Pipeline] } 17:26:51 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 17:26:52 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 17:26:52 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 17:26:52 ========================================================= 17:26:52 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine] 17:26:52 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:26:52 + 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 . 17:26:53 Sending build context to Docker daemon 3.358MB 17:26:53 Step 1/12 : ARG BASE=golang:1.21-alpine3.18 17:26:53 Step 2/12 : FROM ${BASE} AS builder 17:26:53 1.21-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 17:26:53 9fda8d8052c6: Pulling fs layer 17:26:53 5d54e960e981: Pulling fs layer 17:26:53 c4a7e357bf2a: Pulling fs layer 17:26:53 f0e02332f6b5: Pulling fs layer 17:26:53 cefa15bbcfad: Pulling fs layer 17:26:53 17808c966233: Pulling fs layer 17:26:53 f4c1fc716caa: Pulling fs layer 17:26:53 f0e02332f6b5: Waiting 17:26:53 cefa15bbcfad: Waiting 17:26:53 17808c966233: Waiting 17:26:53 5d54e960e981: Verifying Checksum 17:26:53 5d54e960e981: Download complete 17:26:53 f0e02332f6b5: Verifying Checksum 17:26:53 f0e02332f6b5: Download complete 17:26:53 cefa15bbcfad: Verifying Checksum 17:26:53 cefa15bbcfad: Download complete 17:26:53 9fda8d8052c6: Verifying Checksum 17:26:53 9fda8d8052c6: Download complete 17:26:54 f4c1fc716caa: Verifying Checksum 17:26:54 f4c1fc716caa: Download complete 17:26:54 9fda8d8052c6: Pull complete 17:26:55 5d54e960e981: Pull complete 17:26:55 c4a7e357bf2a: Verifying Checksum 17:26:55 c4a7e357bf2a: Download complete 17:26:56 17808c966233: Download complete 17:27:08 c4a7e357bf2a: Pull complete 17:27:08 f0e02332f6b5: Pull complete 17:27:08 cefa15bbcfad: Pull complete 17:27:15 17808c966233: Pull complete 17:27:16 f4c1fc716caa: Pull complete 17:27:16 Digest: sha256:f9b5da702465edd0a2564459334de068a24595700ad6c8d0b85b07445f0b3000 17:27:16 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine 17:27:16 ---> ea914061e18c 17:27:16 Step 3/12 : ARG ADD_BUILD_TAGS="" 17:27:18 ---> Running in 41811ee33b8c 17:27:18 Removing intermediate container 41811ee33b8c 17:27:18 ---> 71e5c7438693 17:27:18 Step 4/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 17:27:18 ---> Running in 20a10904e27f 17:27:19 Removing intermediate container 20a10904e27f 17:27:19 ---> 48d8a390e395 17:27:19 Step 5/12 : ARG ALPINE_PKG_BASE="make git openssh-client" 17:27:19 ---> Running in 823618086fce 17:27:19 Removing intermediate container 823618086fce 17:27:19 ---> f047d4bd1286 17:27:19 Step 6/12 : ARG ALPINE_PKG_EXTRA="" 17:27:20 ---> Running in d513d629b7db 17:27:20 Removing intermediate container d513d629b7db 17:27:20 ---> 68b93ef084ac 17:27:20 Step 7/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 17:27:20 ---> Running in f2e737fd40d1 17:27:21 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 17:27:22 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 17:27:23 (1/4) Installing openssh-keygen (9.3_p2-r0) 17:27:23 (2/4) Installing libedit (20221030.3.1-r1) 17:27:23 (3/4) Installing openssh-client-common (9.3_p2-r0) 17:27:24 (4/4) Installing openssh-client-default (9.3_p2-r0) 17:27:24 Executing busybox-1.36.1-r2.trigger 17:27:24 OK: 270 MiB in 56 packages 17:27:25 Removing intermediate container f2e737fd40d1 17:27:25 ---> 63302374023e 17:27:25 Step 8/12 : WORKDIR /device-mqtt-go 17:27:25 ---> Running in e2cfe3c3ec32 17:27:25 Removing intermediate container e2cfe3c3ec32 17:27:25 ---> 2ada53bcbb17 17:27:25 Step 9/12 : COPY go.mod vendor* ./ 17:27:26 ---> 6bc702cad058 17:27:26 Step 10/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 17:27:26 ---> Running in 132401a795cc 17:28:48 Removing intermediate container 132401a795cc 17:28:48 ---> c0756eb74bde 17:28:48 Step 11/12 : COPY . . 17:28:48 ---> 989515e91a2b 17:28:48 Step 12/12 : RUN $MAKE 17:28:48 ---> Running in 70417d8e60ac 17:28:48 noop 17:28:48 Removing intermediate container 70417d8e60ac 17:28:48 ---> 10ad56935585 17:28:48 Successfully built 10ad56935585 17:28:48 Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:28:48 + docker inspect -f . ci-base-image-arm64 17:28:48 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 17:28:49 prd-ubuntu20.04-docker-arm64-4c-16g-6746 does not seem to be running inside a container 17:28:49 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-mqtt-go/1 -v /w/workspace/device-mqtt-go/1:/w/workspace/device-mqtt-go/1:rw,z -v /w/workspace/device-mqtt-go/1@tmp:/w/workspace/device-mqtt-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 17:28:50 $ docker top dab0e8ac256fbddc7e1eae6d089c8ddfde2694d24e78373382e490ec40de1c66 -eo pid,comm [Pipeline] { [Pipeline] sh 17:28:51 + go version 17:28:51 go version go1.21.0 linux/arm64 [Pipeline] } 17:28:51 $ docker stop --time=1 dab0e8ac256fbddc7e1eae6d089c8ddfde2694d24e78373382e490ec40de1c66 17:28:53 $ docker rm -f --volumes dab0e8ac256fbddc7e1eae6d089c8ddfde2694d24e78373382e490ec40de1c66 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:28:54 + docker inspect -f . ci-base-image-arm64 17:28:54 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 17:28:54 prd-ubuntu20.04-docker-arm64-4c-16g-6746 does not seem to be running inside a container 17:28:55 $ 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/1 -v /w/workspace/device-mqtt-go/1:/w/workspace/device-mqtt-go/1:rw,z -v /w/workspace/device-mqtt-go/1@tmp:/w/workspace/device-mqtt-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 17:28:56 $ docker top 83e08eef33bae807d99d72be295b153487271ad5ab5cd290070607653af862bc -eo pid,comm [Pipeline] { [Pipeline] sh 17:28:57 + git config --global --add safe.directory /w/workspace/device-mqtt-go/1 [Pipeline] fileExists [Pipeline] sh 17:28:58 + make test 17:28:58 go test ./... -coverprofile=coverage.out ./... 17:29:03 ? github.com/edgexfoundry/device-mqtt-go [no test files] 17:31:55 ? github.com/edgexfoundry/device-mqtt-go/cmd [no test files] 17:31:55 ? github.com/edgexfoundry/device-mqtt-go/mock [no test files] 17:31:55 ok github.com/edgexfoundry/device-mqtt-go/internal/driver 0.109s coverage: 22.8% of statements 17:31:55 WARNING: Linting skipped (not on x86_64 or linter not installed) 17:31:55 go vet ./... 17:32:22 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 17:32:22 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 17:32:22 ./bin/test-attribution-txt.sh [Pipeline] echo 17:32:22 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 17:32:22 $ docker stop --time=1 83e08eef33bae807d99d72be295b153487271ad5ab5cd290070607653af862bc 17:32:24 $ docker rm -f --volumes 83e08eef33bae807d99d72be295b153487271ad5ab5cd290070607653af862bc [Pipeline] // withDockerContainer [Pipeline] sh 17:32:25 + sudo chown -R jenkins:jenkins . [Pipeline] stash 17:32:25 Warning: overwriting stash ‘coverage-report’ 17:32:26 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 17:32:26 + sudo chown -R jenkins:jenkins . [Pipeline] sh 17:32:27 + ls -al . 17:32:27 total 184 17:32:27 drwxrwxr-x 9 jenkins jenkins 4096 Sep 20 17:29 . 17:32:27 drwxrwxr-x 4 jenkins jenkins 4096 Sep 20 17:26 .. 17:32:27 -rw-rw-r-- 1 jenkins jenkins 140 Sep 20 17:26 .dockerignore 17:32:27 drwxrwxr-x 8 jenkins jenkins 4096 Sep 20 17:26 .git 17:32:27 drwxrwxr-x 3 jenkins jenkins 4096 Sep 20 17:26 .github 17:32:27 -rw-rw-r-- 1 jenkins jenkins 329 Sep 20 17:26 .gitignore 17:32:27 -rw-rw-r-- 1 jenkins jenkins 41 Sep 20 17:26 .golangci.yml 17:32:27 -rw-rw-r-- 1 jenkins jenkins 10386 Sep 20 17:26 Attribution.txt 17:32:27 -rw-rw-r-- 1 jenkins jenkins 17522 Sep 20 17:26 CHANGELOG.md 17:32:27 -rw-rw-r-- 1 jenkins jenkins 1689 Sep 20 17:26 Dockerfile 17:32:27 -rw-rw-r-- 1 jenkins jenkins 677 Sep 20 17:26 GOVERNANCE.md 17:32:27 -rw-rw-r-- 1 jenkins jenkins 678 Sep 20 17:26 Jenkinsfile 17:32:27 -rw-rw-r-- 1 jenkins jenkins 11340 Sep 20 17:26 LICENSE 17:32:27 -rw-rw-r-- 1 jenkins jenkins 1963 Sep 20 17:26 Makefile 17:32:27 -rw-rw-r-- 1 jenkins jenkins 620 Sep 20 17:26 OWNERS.md 17:32:27 -rw-rw-r-- 1 jenkins jenkins 3695 Sep 20 17:26 README.md 17:32:27 -rw-rw-r-- 1 jenkins jenkins 5 Sep 20 17:22 VERSION 17:32:27 drwxrwxr-x 2 jenkins jenkins 4096 Sep 20 17:26 bin 17:32:27 drwxrwxr-x 3 jenkins jenkins 4096 Sep 20 17:26 cmd 17:32:27 -rw-r--r-- 1 jenkins jenkins 18506 Sep 20 17:31 coverage.out 17:32:27 -rw-rw-r-- 1 jenkins jenkins 3821 Sep 20 17:26 go.mod 17:32:27 -rw-rw-r-- 1 jenkins jenkins 35623 Sep 20 17:26 go.sum 17:32:27 drwxrwxr-x 3 jenkins jenkins 4096 Sep 20 17:26 internal 17:32:27 drwxrwxr-x 2 jenkins jenkins 4096 Sep 20 17:26 mock 17:32:27 drwxrwxr-x 4 jenkins jenkins 4096 Sep 20 17:26 snap 17:32:27 -rw-rw-r-- 1 jenkins jenkins 227 Sep 20 17:26 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:32:27 + 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=7b36b08afcb678adb2f3795fb5abdedf4fd6d0d9 --label arch=arm64 --label version=0.0.0 . 17:32:28 Sending build context to Docker daemon 3.378MB 17:32:28 Step 1/24 : ARG BASE=golang:1.21-alpine3.18 17:32:28 Step 2/24 : FROM ${BASE} AS builder 17:32:28 ---> 10ad56935585 17:32:28 Step 3/24 : ARG ADD_BUILD_TAGS="" 17:32:28 ---> Running in eae12a4e26c0 17:32:28 Removing intermediate container eae12a4e26c0 17:32:28 ---> 4c9e3ca51e0d 17:32:28 Step 4/24 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 17:32:28 ---> Running in 3b472a71bb17 17:32:29 Removing intermediate container 3b472a71bb17 17:32:29 ---> a7df24bb0bf4 17:32:29 Step 5/24 : ARG ALPINE_PKG_BASE="make git openssh-client" 17:32:29 ---> Running in 55f56887c081 17:32:29 Removing intermediate container 55f56887c081 17:32:29 ---> 32d55239884a 17:32:29 Step 6/24 : ARG ALPINE_PKG_EXTRA="" 17:32:29 ---> Running in 8f51ec8a183e 17:32:30 Removing intermediate container 8f51ec8a183e 17:32:30 ---> bba166aa1bde 17:32:30 Step 7/24 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 17:32:30 ---> Running in 834c0eceecd0 17:32:31 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 17:32:31 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 17:32:33 OK: 270 MiB in 56 packages 17:32:34 Removing intermediate container 834c0eceecd0 17:32:34 ---> 8ac6931bc596 17:32:34 Step 8/24 : WORKDIR /device-mqtt-go 17:32:34 ---> Running in 7fd0f9f49e3b 17:32:34 Removing intermediate container 7fd0f9f49e3b 17:32:34 ---> 3f8072b3e6ab 17:32:34 Step 9/24 : COPY go.mod vendor* ./ 17:32:35 ---> c7c6f5bd5cca 17:32:35 Step 10/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 17:32:35 ---> Running in eb7aa383cac9 17:32:38 Removing intermediate container eb7aa383cac9 17:32:38 ---> dbd5d797c38e 17:32:38 Step 11/24 : COPY . . 17:32:39 ---> 2b2a08ad2364 17:32:39 Step 12/24 : RUN $MAKE 17:32:39 ---> Running in c73c047c277c 17:32:40 CGO_ENABLED=0 go build -tags "" -ldflags "-X github.com/edgexfoundry/device-mqtt-go.Version=0.0.0 -X github.com/edgexfoundry/device-sdk-go/v3/internal/common.SDKVersion=v3.1.0-dev.24" -trimpath -mod=readonly -o cmd/device-mqtt ./cmd 17:35:02 Removing intermediate container c73c047c277c 17:35:02 ---> 3fb08da24fb9 17:35:02 Step 13/24 : FROM alpine:3.18 17:35:02 3.18: Pulling from library/alpine 17:35:02 9fda8d8052c6: Already exists 17:35:02 Digest: sha256:7144f7bab3d4c2648d7e59409f15ec52a18006a128c733fcff20d3a4a54ba44a 17:35:02 Status: Downloaded newer image for alpine:3.18 17:35:02 ---> f6648c04cd6c 17:35:02 Step 14/24 : LABEL license='VSPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020-2021: IoTech Ltd' 17:35:02 ---> Running in a7e36dee3dd4 17:35:02 Removing intermediate container a7e36dee3dd4 17:35:02 ---> a78b813027fd 17:35:02 Step 15/24 : RUN apk add --update --no-cache dumb-init 17:35:03 ---> Running in 9914d8085603 17:35:04 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 17:35:04 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 17:35:06 (1/1) Installing dumb-init (1.2.5-r2) 17:35:06 Executing busybox-1.36.1-r2.trigger 17:35:06 OK: 8 MiB in 16 packages 17:35:07 Removing intermediate container 9914d8085603 17:35:07 ---> 2f4143afc9fa 17:35:07 Step 16/24 : COPY --from=builder /device-mqtt-go/cmd / 17:35:11 ---> c1047b46944a 17:35:11 Step 17/24 : COPY --from=builder /device-mqtt-go/LICENSE / 17:35:12 ---> 4cf2282cbc83 17:35:12 Step 18/24 : COPY --from=builder /device-mqtt-go/Attribution.txt / 17:35:13 ---> 40f2a598f172 17:35:13 Step 19/24 : EXPOSE 59982 17:35:13 ---> Running in 1a618244f679 17:35:13 Removing intermediate container 1a618244f679 17:35:13 ---> 488176e21ba1 17:35:13 Step 20/24 : ENTRYPOINT ["/device-mqtt"] 17:35:13 ---> Running in 50a71eef7b18 17:35:13 Removing intermediate container 50a71eef7b18 17:35:13 ---> ce9495cda074 17:35:13 Step 21/24 : CMD ["--cp=consul://edgex-core-consul:8500", "--registry"] 17:35:13 ---> Running in f8f29f5b5361 17:35:14 Removing intermediate container f8f29f5b5361 17:35:14 ---> cd0630921bec 17:35:14 Step 22/24 : LABEL arch=arm64 17:35:14 ---> Running in 2af2e84af645 17:35:14 Removing intermediate container 2af2e84af645 17:35:14 ---> 78706281b842 17:35:14 Step 23/24 : LABEL git_sha=7b36b08afcb678adb2f3795fb5abdedf4fd6d0d9 17:35:14 ---> Running in 058625478bf7 17:35:15 Removing intermediate container 058625478bf7 17:35:15 ---> acf983f0dccc 17:35:15 Step 24/24 : LABEL version=0.0.0 17:35:15 ---> Running in 5cf6f4ef2a2b 17:35:15 Removing intermediate container 5cf6f4ef2a2b 17:35:15 ---> 000c98849bfa 17:35:15 [Warning] One or more build-args [ARCH] were not consumed 17:35:15 Successfully built 000c98849bfa 17:35:15 Successfully tagged device-mqtt-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:35:16 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 17:35:16 17:35:16 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:35:17 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 17:35:17 arm64: Pulling from edgex-lftools-log-publisher 17:35:17 8998bd30e6a1: Pulling fs layer 17:35:17 04944245beec: Pulling fs layer 17:35:17 699f458cf7ca: Pulling fs layer 17:35:17 765212b225bb: Pulling fs layer 17:35:17 f23df028b6ca: Pulling fs layer 17:35:17 d65c8cfc05b1: Pulling fs layer 17:35:17 2437ff75d9bd: Pulling fs layer 17:35:17 765212b225bb: Waiting 17:35:17 f23df028b6ca: Waiting 17:35:17 d65c8cfc05b1: Waiting 17:35:17 2437ff75d9bd: Waiting 17:35:17 04944245beec: Verifying Checksum 17:35:17 04944245beec: Download complete 17:35:17 765212b225bb: Verifying Checksum 17:35:17 765212b225bb: Download complete 17:35:17 f23df028b6ca: Verifying Checksum 17:35:17 f23df028b6ca: Download complete 17:35:17 d65c8cfc05b1: Verifying Checksum 17:35:17 d65c8cfc05b1: Download complete 17:35:17 699f458cf7ca: Verifying Checksum 17:35:17 699f458cf7ca: Download complete 17:35:17 8998bd30e6a1: Verifying Checksum 17:35:17 8998bd30e6a1: Download complete 17:35:20 2437ff75d9bd: Verifying Checksum 17:35:20 2437ff75d9bd: Download complete 17:35:22 8998bd30e6a1: Pull complete 17:35:22 04944245beec: Pull complete 17:35:24 699f458cf7ca: Pull complete 17:35:24 765212b225bb: Pull complete 17:35:25 f23df028b6ca: Pull complete 17:35:25 d65c8cfc05b1: Pull complete 17:35:40 2437ff75d9bd: Pull complete 17:35:40 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 17:35:40 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 17:35:40 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 17:35:41 prd-ubuntu20.04-docker-arm64-4c-16g-6746 does not seem to be running inside a container 17:35:41 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/device-mqtt-go/1 -v /w/workspace/device-mqtt-go/1:/w/workspace/device-mqtt-go/1:rw,z -v /w/workspace/device-mqtt-go/1@tmp:/w/workspace/device-mqtt-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat 17:35:44 $ docker top f9655e6f6b38b14bf1e81dd3432ed2206023f0146db38d2469d5b9ffa2c57bbd -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 17:35:45 ---> job-cost.sh 17:35:45 lf-activate-venv: SKIPPING 17:35:45 INFO: No Stack... 17:35:45 INFO: Retrieving Pricing Info for: v3-standard-4 17:35:46 INFO: Archiving Costs [Pipeline] sh 17:35:47 + cat /w/workspace/device-mqtt-go/1/archives/cost.csv 17:35:47 + cut -d, -f6 [Pipeline] lock 17:35:47 Trying to acquire lock on [jenkins-edgexfoundry-device-mqtt-go-PR-627-1-stack-cost] 17:35:47 Resource [jenkins-edgexfoundry-device-mqtt-go-PR-627-1-stack-cost] did not exist. Created. 17:35:47 Lock acquired on [jenkins-edgexfoundry-device-mqtt-go-PR-627-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 17:35:48 /w/workspace/device-mqtt-go/1@tmp/durable-8156eb6a/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh 17:35:48 + echo total: 0.10999999940395355 [Pipeline] stash 17:35:48 Warning: overwriting stash ‘stack-cost’ 17:35:48 Stashed 1 file(s) [Pipeline] } 17:35:48 Lock released on resource [jenkins-edgexfoundry-device-mqtt-go-PR-627-1-stack-cost] [Pipeline] // lock [Pipeline] } 17:35:49 $ docker stop --time=1 f9655e6f6b38b14bf1e81dd3432ed2206023f0146db38d2469d5b9ffa2c57bbd 17:35:51 $ docker rm -f --volumes f9655e6f6b38b14bf1e81dd3432ed2206023f0146db38d2469d5b9ffa2c57bbd [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 17:35:52 provisioning config files... 17:35:52 copy managed file [device-mqtt-go-codecov-token] to file:/w/workspace/gexfoundry_device-mqtt-go_PR-627@tmp/config11448663933149540263tmp [Pipeline] { [Pipeline] sh 17:35:53 + set +x 17:35:53 + curl -s https://codecov.io/bash 17:35:53 + bash -s -- 17:35:53 17:35:53 _____ _ 17:35:53 / ____| | | 17:35:53 | | ___ __| | ___ ___ _____ __ 17:35:53 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 17:35:53 | |___| (_) | (_| | __/ (_| (_) \ V / 17:35:53 \_____\___/ \__,_|\___|\___\___/ \_/ 17:35:53 Bash-1.0.6 17:35:53 17:35:53 17:35:53 ==> git version 2.25.1 found 17:35:53 ==> 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 17:35:53 Release-Date: 2020-01-08 17:35:53 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 17:35:53 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 17:35:53 ==> Jenkins CI detected. 17:35:53 current dir:  /w/workspace/gexfoundry_device-mqtt-go_PR-627 17:35:53 project root: . 17:35:53 --> token set from env 17:35:53 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 17:35:53 ==> Running gcov in . (disable via -X gcov) 17:35:53 ==> Python coveragepy not found 17:35:53 ==> Searching for coverage reports in: 17:35:53 + . 17:35:53 -> Found 1 reports 17:35:53 ==> Detecting git/mercurial file structure 17:35:53 ==> Reading reports 17:35:53 + ./coverage.out bytes=18506 17:35:53 ==> Appending adjustments 17:35:53 https://docs.codecov.io/docs/fixing-reports 17:35:53 + Found adjustments 17:35:53 ==> Gzipping contents 17:35:53 4.0K /tmp/codecov.F3FjWn.gz 17:35:53 ==> Uploading reports 17:35:53 url: https://codecov.io 17:35:53 query: branch=PR-627&commit=7b36b08afcb678adb2f3795fb5abdedf4fd6d0d9&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-mqtt-go%2Fjob%2FPR-627%2F1%2F&name=&tag=&slug=edgexfoundry%2Fdevice-mqtt-go&service=jenkins&flags=&pr=627&job=&cmd_args= 17:35:53 -> Pinging Codecov 17:35:53 https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=3cf7f23a-d5e6-4c47-868b-a0a7f9a025f8&branch=PR-627&commit=7b36b08afcb678adb2f3795fb5abdedf4fd6d0d9&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-mqtt-go%2Fjob%2FPR-627%2F1%2F&name=&tag=&slug=edgexfoundry%2Fdevice-mqtt-go&service=jenkins&flags=&pr=627&job=&cmd_args= 17:35:53 -> Uploading to 17:35:53 https://storage.googleapis.com/codecov/v4/raw/2023-09-20/7D719EC7BBE17E464838252E33014C33/7b36b08afcb678adb2f3795fb5abdedf4fd6d0d9/724647ea-4c59-401a-a92a-0b8541646720.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20230920%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20230920T173553Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=2cfa092d5cdf8fbaf30fabd729673deeb223354ed084baa60274f4a09a5cb5f5 17:35:53 % Total % Received % Xferd Average Speed Time Time Time Current 17:35:53 Dload Upload Total Spent Left Speed 17:35:53 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 3219 0 0 100 3219 0 17306 --:--:-- --:--:-- --:--:-- 17306 17:35:53 -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/device-mqtt-go/commit/7b36b08afcb678adb2f3795fb5abdedf4fd6d0d9 [Pipeline] } 17:35:53 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) Stage "Snyk Dependency Scan" skipped due to when conditional [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) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Semver" 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 17:35:55 + [ -d /w/workspace/gexfoundry_device-mqtt-go_PR-627/archives ] 17:35:55 + ls -al /w/workspace/gexfoundry_device-mqtt-go_PR-627/archives 17:35:55 total 16 17:35:55 drwxr-xr-x 3 root root 4096 Sep 20 17:24 . 17:35:55 drwxrwxr-x 11 jenkins jenkins 4096 Sep 20 17:24 .. 17:35:55 drwxr-xr-x 2 root root 4096 Sep 20 17:24 cost 17:35:55 -rw-r--r-- 1 root root 86 Sep 20 17:24 cost.csv 17:35:55 + sudo chown -R jenkins:jenkins /w/workspace/gexfoundry_device-mqtt-go_PR-627/archives 17:35:55 + ls -al /w/workspace/gexfoundry_device-mqtt-go_PR-627/archives 17:35:55 total 16 17:35:55 drwxr-xr-x 3 jenkins jenkins 4096 Sep 20 17:24 . 17:35:55 drwxrwxr-x 11 jenkins jenkins 4096 Sep 20 17:24 .. 17:35:55 drwxr-xr-x 2 jenkins jenkins 4096 Sep 20 17:24 cost 17:35:55 -rw-r--r-- 1 jenkins jenkins 86 Sep 20 17:24 cost.csv [Pipeline] libraryResource [Pipeline] sh 17:35:55 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 17:35:56 ---> package-listing.sh 17:35:56 ++ facter osfamily 17:35:56 ++ tr '[:upper:]' '[:lower:]' 17:35:56 + OS_FAMILY=debian 17:35:56 + workspace=/w/workspace/gexfoundry_device-mqtt-go_PR-627 17:35:56 + START_PACKAGES=/tmp/packages_start.txt 17:35:56 + END_PACKAGES=/tmp/packages_end.txt 17:35:56 + DIFF_PACKAGES=/tmp/packages_diff.txt 17:35:56 + PACKAGES=/tmp/packages_start.txt 17:35:56 + '[' /w/workspace/gexfoundry_device-mqtt-go_PR-627 ']' 17:35:56 + PACKAGES=/tmp/packages_end.txt 17:35:56 + case "${OS_FAMILY}" in 17:35:56 + dpkg -l 17:35:56 + grep '^ii' 17:35:56 + '[' -f /tmp/packages_start.txt ']' 17:35:56 + '[' -f /tmp/packages_end.txt ']' 17:35:56 + diff /tmp/packages_start.txt /tmp/packages_end.txt 17:35:56 + '[' /w/workspace/gexfoundry_device-mqtt-go_PR-627 ']' 17:35:56 + mkdir -p /w/workspace/gexfoundry_device-mqtt-go_PR-627/archives/ 17:35:56 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/gexfoundry_device-mqtt-go_PR-627/archives/ [Pipeline] echo 17:35:56 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/gexfoundry_device-mqtt-go_PR-627/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 17:35:57 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:35:57 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 17:35:57 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 17:35:58 prd-ubuntu20.04-docker-8c-8g-6735 does not seem to be running inside a container 17:35:58 $ 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/gexfoundry_device-mqtt-go_PR-627/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/gexfoundry_device-mqtt-go_PR-627 -v /w/workspace/gexfoundry_device-mqtt-go_PR-627:/w/workspace/gexfoundry_device-mqtt-go_PR-627:rw,z -v /w/workspace/gexfoundry_device-mqtt-go_PR-627@tmp:/w/workspace/gexfoundry_device-mqtt-go_PR-627@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 17:35:58 $ docker top d2abacd01eb529c17499557003ae1c3f7322d64adc5f3eb12123af410b12fdbf -eo pid,comm [Pipeline] { [Pipeline] sh 17:35:58 + touch /tmp/pre-build-complete [Pipeline] sh 17:35:58 + mkdir -p /var/log/sysstat [Pipeline] sh 17:35:59 + ls /var/log/sa-host 17:35:59 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 17:35:59 provisioning config files... 17:35:59 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/gexfoundry_device-mqtt-go_PR-627@tmp/config15672082664733708496tmp [Pipeline] { [Pipeline] echo 17:35:59 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 17:35:59 ---> create-netrc.sh [Pipeline] } 17:35:59 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 17:36:00 ---> python-tools-install.sh [Pipeline] echo 17:36:00 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 17:36:00 ---> sudo-logs.sh 17:36:00 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 17:36:00 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 17:36:00 ---> job-cost.sh 17:36:00 lf-activate-venv: SKIPPING 17:36:00 DEBUG: total: 0.2199999988079071 17:36:00 INFO: Retrieving Stack Cost... 17:36:01 INFO: Retrieving Pricing Info for: v3-standard-8 17:36:01 INFO: Archiving Costs [Pipeline] echo 17:36:01 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 17:36:02 ---> logs-deploy.sh 17:36:02 lf-activate-venv: SKIPPING 17:36:02 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-mqtt-go/PR-627/1 17:36:02 INFO: archiving workspace using pattern(s): 17:36:02 Archives upload complete. 17:36:02 INFO: archiving logs to Nexus