Pull request #589 opened Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 3bf8737be7a0d0c30ec4cd6728b6dd8b3e4d9357+44db128f908bb002eba25d15c491b9a779a086c0 (53c8d6c20bfce1bd3a66df27ef75dcf95fd5751a) 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-ssh8560168349775754404.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 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-ssh3661577507388914636.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 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 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-589/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-589/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh5457621071926511547.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-589/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh1270161714170480325.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 # timeout=10 Commit message: "fix: bug with isLTS relying on env.GIT_BRANCH inside cd-management repo (#429)" > 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-ssh11141068455315820165.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-589/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-589/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh16375404982135727629.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 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 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.20 USE_ALPINE: true DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_IMAGE_NAME: device-mqtt DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘ubuntu20.04-docker-8c-8g’ Running on prd-ubuntu20.04-docker-8c-8g-12528 in /w/workspace/gexfoundry_device-mqtt-go_PR-589 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout Selected Git installation does not exist. Using Default The recommended git tool is: NONE using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/device-mqtt-go.git > git init /w/workspace/gexfoundry_device-mqtt-go_PR-589 # 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/589/head:refs/remotes/origin/PR-589 +refs/heads/main:refs/remotes/origin/main # timeout=10 Merging remotes/origin/main commit 44db128f908bb002eba25d15c491b9a779a086c0 into PR head commit 3bf8737be7a0d0c30ec4cd6728b6dd8b3e4d9357 Merge succeeded, producing 3bf8737be7a0d0c30ec4cd6728b6dd8b3e4d9357 Checking out Revision 3bf8737be7a0d0c30ec4cd6728b6dd8b3e4d9357 (PR-589) Commit message: "build(deps): bump github.com/edgexfoundry/go-mod-core-contracts/v3" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.25.1' fatal: bad object 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 02:00:01 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials > git config core.sparsecheckout # timeout=10 > git checkout -f 3bf8737be7a0d0c30ec4cd6728b6dd8b3e4d9357 # 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 44db128f908bb002eba25d15c491b9a779a086c0 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 3bf8737be7a0d0c30ec4cd6728b6dd8b3e4d9357 # timeout=10 02:00:01 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 02:00:01 ========================================================= 02:00:01 EdgeX Global Pipelines Version Info 02:00:01 ========================================================= [Pipeline] libraryResource [Pipeline] sh 02:00:02 ------------------- 02:00:02 stable info: 02:00:02 ------------------- 02:00:02 Commited By: Bill Mahoney bill.mahoney@intel.com 02:00:02 Commit SHA: 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 02:00:02 Message: update stable to v1.0.248 02:00:03 ------------------- 02:00:03 experimental info: 02:00:03 ------------------- 02:00:03 Commited By: **** collab-it+edgex@linuxfoundation.org 02:00:03 Commit SHA: 4fc256d9079ed2258907e613f84b1b8da264a4bd 02:00:03 Message: update experimental to v1.0.249 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 02:00:03 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-mqtt-go-settings [Pipeline] echo 02:00:03 [edgeXSetupEnvironment]: set envvar PROJECT = device-mqtt-go [Pipeline] echo 02:00:03 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 02:00:03 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 02:00:03 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 02:00:03 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.20 [Pipeline] echo 02:00:03 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 02:00:03 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 02:00:03 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 02:00:04 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 02:00:04 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 02:00:04 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-mqtt [Pipeline] echo 02:00:04 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 02:00:04 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 02:00:04 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 02:00:04 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 02:00:04 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 02:00:04 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 02:00:04 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 02:00:04 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 02:00:04 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 02:00:04 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 02:00:04 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 02:00:04 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 02:00:04 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 02:00:04 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 02:00:04 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 02:00:04 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-589 [Pipeline] echo 02:00:04 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-589 [Pipeline] echo 02:00:05 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-589 [Pipeline] echo 02:00:05 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 3bf8737be7a0d0c30ec4cd6728b6dd8b3e4d9357 [Pipeline] echo 02:00:05 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 3bf8737 [Pipeline] echo 02:00:05 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 02:00:05 provisioning config files... 02:00:05 copy managed file [device-mqtt-go-settings] to file:/w/workspace/gexfoundry_device-mqtt-go_PR-589@tmp/config10484441117405317641tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 02:00:05 ---> docker-login.sh 02:00:05 nexus3.edgexfoundry.org:10001 02:00:06 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:00:06 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:00:06 Configure a credential helper to remove this warning. See 02:00:06 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:00:06 02:00:06 Login Succeeded 02:00:06 nexus3.edgexfoundry.org:10002 02:00:06 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:00:06 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:00:06 Configure a credential helper to remove this warning. See 02:00:06 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:00:06 02:00:06 Login Succeeded 02:00:06 nexus3.edgexfoundry.org:10003 02:00:06 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:00:06 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:00:06 Configure a credential helper to remove this warning. See 02:00:06 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:00:06 02:00:06 Login Succeeded 02:00:06 nexus3.edgexfoundry.org:10004 02:00:06 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:00:06 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:00:06 Configure a credential helper to remove this warning. See 02:00:06 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:00:06 02:00:06 Login Succeeded 02:00:06 docker.io 02:00:06 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:00:06 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:00:06 Configure a credential helper to remove this warning. See 02:00:06 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:00:06 02:00:06 Login Succeeded 02:00:07 ---> docker-login.sh ends [Pipeline] } 02:00:07 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh 02:00:07 + git rev-list -1 --merges 3bf8737be7a0d0c30ec4cd6728b6dd8b3e4d9357~1..3bf8737be7a0d0c30ec4cd6728b6dd8b3e4d9357 [Pipeline] echo 02:00:07 -----------> git rev-list -1 --merges 3bf8737be7a0d0c30ec4cd6728b6dd8b3e4d9357~1..3bf8737be7a0d0c30ec4cd6728b6dd8b3e4d9357 3bf8737be7a0d0c30ec4cd6728b6dd8b3e4d9357 [false] [Pipeline] sh 02:00:08 + git log --format=format:%s -1 3bf8737be7a0d0c30ec4cd6728b6dd8b3e4d9357 [Pipeline] echo 02:00:08 ========================================================= 02:00:08 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 02:00:08 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 02:00:08 + git log --format=format:%s -1 3bf8737be7a0d0c30ec4cd6728b6dd8b3e4d9357 [Pipeline] echo 02:00:08 [semverPrep] GIT_COMMIT: 3bf8737be7a0d0c30ec4cd6728b6dd8b3e4d9357, Commit Message: build(deps): bump github.com/edgexfoundry/go-mod-core-contracts/v3 [Pipeline] echo 02:00:08 [semverPrep] This is not a build commit. [Pipeline] sh 02:00:09 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 02:00:09 + grep -v github /etc/ssh/ssh_known_hosts 02:00:09 + [ -e /tmp/ssh_known_hosts ] 02:00:09 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 02:00:09 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg=+ 02:00:09 sudo tee -a /etc/ssh/ssh_known_hosts 02:00:09 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:00:09 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 02:00:09 02:00:09 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:00:09 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 02:00:09 0.1.4: Pulling from edgex-devops/py-git-semver 02:00:09 b85a868b505f: Pulling fs layer 02:00:09 e2be974225ed: Pulling fs layer 02:00:09 339a4e72a1f5: Pulling fs layer 02:00:09 988bab9f4d93: Pulling fs layer 02:00:09 1469e6f7b9e6: Pulling fs layer 02:00:09 eaf3925da568: Pulling fs layer 02:00:09 1469e6f7b9e6: Waiting 02:00:09 bab4dde63d76: Pulling fs layer 02:00:09 bde34c3a00c8: Pulling fs layer 02:00:09 b352a97aabf1: Pulling fs layer 02:00:09 eaf3925da568: Waiting 02:00:09 bab4dde63d76: Waiting 02:00:09 bde34c3a00c8: Waiting 02:00:09 4872d77fe225: Pulling fs layer 02:00:09 988bab9f4d93: Waiting 02:00:09 5851b861e8e6: Pulling fs layer 02:00:09 4872d77fe225: Waiting 02:00:09 b352a97aabf1: Waiting 02:00:09 5851b861e8e6: Waiting 02:00:10 e2be974225ed: Verifying Checksum 02:00:10 e2be974225ed: Download complete 02:00:10 988bab9f4d93: Verifying Checksum 02:00:10 988bab9f4d93: Download complete 02:00:10 339a4e72a1f5: Verifying Checksum 02:00:10 339a4e72a1f5: Download complete 02:00:10 1469e6f7b9e6: Download complete 02:00:10 eaf3925da568: Verifying Checksum 02:00:10 eaf3925da568: Download complete 02:00:10 bde34c3a00c8: Verifying Checksum 02:00:10 bde34c3a00c8: Download complete 02:00:10 b352a97aabf1: Download complete 02:00:10 4872d77fe225: Verifying Checksum 02:00:10 4872d77fe225: Download complete 02:00:10 5851b861e8e6: Download complete 02:00:10 b85a868b505f: Download complete 02:00:10 bab4dde63d76: Verifying Checksum 02:00:10 bab4dde63d76: Download complete 02:00:11 b85a868b505f: Pull complete 02:00:11 e2be974225ed: Pull complete 02:00:12 339a4e72a1f5: Pull complete 02:00:12 988bab9f4d93: Pull complete 02:00:12 1469e6f7b9e6: Pull complete 02:00:12 eaf3925da568: Pull complete 02:00:14 bab4dde63d76: Pull complete 02:00:14 bde34c3a00c8: Pull complete 02:00:14 b352a97aabf1: Pull complete 02:00:14 4872d77fe225: Pull complete 02:00:14 5851b861e8e6: Pull complete 02:00:14 Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 02:00:14 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 02:00:14 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 02:00:15 prd-ubuntu20.04-docker-8c-8g-12528 does not seem to be running inside a container 02:00:15 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_device-mqtt-go_PR-589 -v /w/workspace/gexfoundry_device-mqtt-go_PR-589:/w/workspace/gexfoundry_device-mqtt-go_PR-589:rw,z -v /w/workspace/gexfoundry_device-mqtt-go_PR-589@tmp:/w/workspace/gexfoundry_device-mqtt-go_PR-589@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 02:00:19 $ docker top ac8b8ee1f95eb6fb6476b509a570069c1d6db1a70267ebcba7e6d87e83a0004c -eo pid,comm 02:00:19 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). 02:00:19 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 02:00:19 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 02:00:19 [ssh-agent] Looking for ssh-agent implementation... 02:00:19 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 02:00:19 $ docker exec ac8b8ee1f95eb6fb6476b509a570069c1d6db1a70267ebcba7e6d87e83a0004c ssh-agent 02:00:20 SSH_AUTH_SOCK=/tmp/ssh-tuVxXwO2tQQE/agent.33 02:00:20 SSH_AGENT_PID=39 02:00:20 Running ssh-add (command line suppressed) 02:00:20 Identity added: /w/workspace/gexfoundry_device-mqtt-go_PR-589@tmp/private_key_10347198953818874236.key (/w/workspace/gexfoundry_device-mqtt-go_PR-589@tmp/private_key_10347198953818874236.key) 02:00:20 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 02:00:20 + git tag --points-at HEAD [Pipeline] } 02:00:20 $ docker exec --env ******** --env ******** ac8b8ee1f95eb6fb6476b509a570069c1d6db1a70267ebcba7e6d87e83a0004c ssh-agent -k 02:00:20 unset SSH_AUTH_SOCK; 02:00:20 unset SSH_AGENT_PID; 02:00:20 echo Agent pid 39 killed; 02:00:20 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 02:00:20 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 02:00:20 [ssh-agent] Looking for ssh-agent implementation... 02:00:20 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 02:00:20 $ docker exec ac8b8ee1f95eb6fb6476b509a570069c1d6db1a70267ebcba7e6d87e83a0004c ssh-agent 02:00:20 SSH_AUTH_SOCK=/tmp/ssh-dy45Jw83H4CR/agent.71 02:00:20 SSH_AGENT_PID=77 02:00:20 Running ssh-add (command line suppressed) 02:00:21 Identity added: /w/workspace/gexfoundry_device-mqtt-go_PR-589@tmp/private_key_4553122284527896947.key (/w/workspace/gexfoundry_device-mqtt-go_PR-589@tmp/private_key_4553122284527896947.key) 02:00:21 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 02:00:21 + git semver init 02:00:21 2023-05-03 02:00:21,610 [run_init] DEBUG init version:0.0.0 force:False 02:00:21 2023-05-03 02:00:21,611 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/gexfoundry_device-mqtt-go_PR-589/.semver 02:00:21 2023-05-03 02:00:21,612 [execute] INFO git clone -b semver git@github.com:edgexfoundry/device-mqtt-go.git /w/workspace/gexfoundry_device-mqtt-go_PR-589/.semver 02:00:21 2023-05-03 02:00:21,612 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/device-mqtt-go.git', '/w/workspace/gexfoundry_device-mqtt-go_PR-589/.semver'], cwd=/w/workspace/gexfoundry_device-mqtt-go_PR-589, universal_newlines=False, shell=None, istream=None) 02:00:22 2023-05-03 02:00:22,397 [append_file] DEBUG append to file:/w/workspace/gexfoundry_device-mqtt-go_PR-589/.git/info/exclude 02:00:22 2023-05-03 02:00:22,397 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/gexfoundry_device-mqtt-go_PR-589/.semver/PR-589 with force:False 02:00:22 2023-05-03 02:00:22,398 [write_file] DEBUG write to file:/w/workspace/gexfoundry_device-mqtt-go_PR-589/.semver/PR-589 02:00:22 2023-05-03 02:00:22,402 [execute] INFO git cat-file --batch-check 02:00:22 2023-05-03 02:00:22,402 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/gexfoundry_device-mqtt-go_PR-589/.semver, universal_newlines=False, shell=None, istream=) 02:00:22 2023-05-03 02:00:22,408 [execute] INFO git cat-file --batch 02:00:22 2023-05-03 02:00:22,409 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/gexfoundry_device-mqtt-go_PR-589/.semver, universal_newlines=False, shell=None, istream=) 02:00:22 2023-05-03 02:00:22,413 [read_version] DEBUG read version from /w/workspace/gexfoundry_device-mqtt-go_PR-589/.semver/PR-589 02:00:22 0.0.0 [Pipeline] } 02:00:22 $ docker exec --env ******** --env ******** ac8b8ee1f95eb6fb6476b509a570069c1d6db1a70267ebcba7e6d87e83a0004c ssh-agent -k 02:00:22 unset SSH_AUTH_SOCK; 02:00:22 unset SSH_AGENT_PID; 02:00:22 echo Agent pid 77 killed; 02:00:22 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 02:00:23 + git semver [Pipeline] } 02:00:23 $ docker stop --time=1 ac8b8ee1f95eb6fb6476b509a570069c1d6db1a70267ebcba7e6d87e83a0004c 02:00:25 $ docker rm -f --volumes ac8b8ee1f95eb6fb6476b509a570069c1d6db1a70267ebcba7e6d87e83a0004c [Pipeline] // withDockerContainer [Pipeline] sh 02:00:25 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 02:00:25 Stashed 1 file(s) [Pipeline] echo 02:00:25 [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 02:00:26 provisioning config files... 02:00:26 copy managed file [device-mqtt-go-settings] to file:/w/workspace/gexfoundry_device-mqtt-go_PR-589@tmp/config14609713064401578138tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 02:00:26 ---> docker-login.sh 02:00:26 nexus3.edgexfoundry.org:10001 02:00:26 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:00:26 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:00:26 Configure a credential helper to remove this warning. See 02:00:26 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:00:26 02:00:26 Login Succeeded 02:00:26 nexus3.edgexfoundry.org:10002 02:00:26 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:00:26 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:00:26 Configure a credential helper to remove this warning. See 02:00:26 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:00:26 02:00:26 Login Succeeded 02:00:26 nexus3.edgexfoundry.org:10003 02:00:27 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:00:27 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:00:27 Configure a credential helper to remove this warning. See 02:00:27 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:00:27 02:00:27 Login Succeeded 02:00:27 nexus3.edgexfoundry.org:10004 02:00:27 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:00:27 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:00:27 Configure a credential helper to remove this warning. See 02:00:27 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:00:27 02:00:27 Login Succeeded 02:00:27 docker.io 02:00:27 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:00:27 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:00:27 Configure a credential helper to remove this warning. See 02:00:27 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:00:27 02:00:27 Login Succeeded 02:00:27 ---> docker-login.sh ends [Pipeline] } 02:00:27 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 02:00:27 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 02:00:27 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 02:00:27 ========================================================= 02:00:27 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine] 02:00:27 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:00:28 + docker build -t ci-base-image-x86_64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine --build-arg MAKE=echo noop --target=builder . 02:00:28 Sending build context to Docker daemon 6.497MB 02:00:28 Step 1/12 : ARG BASE=golang:1.20-alpine3.17 02:00:28 Step 2/12 : FROM ${BASE} AS builder 02:00:28 1.20-alpine: Pulling from edgex-devops/edgex-golang-base 02:00:28 f56be85fc22e: Pulling fs layer 02:00:28 85791d961cd3: Pulling fs layer 02:00:28 d694b5ae8c79: Pulling fs layer 02:00:28 9f32a84ed3da: Pulling fs layer 02:00:28 4d19c01a9841: Pulling fs layer 02:00:28 9325e15d5711: Pulling fs layer 02:00:28 556b6ee489ea: Pulling fs layer 02:00:28 9f32a84ed3da: Waiting 02:00:28 9325e15d5711: Waiting 02:00:28 c5a4b2cf53e6: Pulling fs layer 02:00:28 556b6ee489ea: Waiting 02:00:28 c5a4b2cf53e6: Waiting 02:00:28 85791d961cd3: Download complete 02:00:28 9f32a84ed3da: Download complete 02:00:28 4d19c01a9841: Verifying Checksum 02:00:28 4d19c01a9841: Download complete 02:00:28 f56be85fc22e: Verifying Checksum 02:00:28 f56be85fc22e: Download complete 02:00:28 9325e15d5711: Verifying Checksum 02:00:28 9325e15d5711: Download complete 02:00:28 f56be85fc22e: Pull complete 02:00:28 85791d961cd3: Pull complete 02:00:28 c5a4b2cf53e6: Verifying Checksum 02:00:28 c5a4b2cf53e6: Download complete 02:00:28 d694b5ae8c79: Verifying Checksum 02:00:28 d694b5ae8c79: Download complete 02:00:29 556b6ee489ea: Verifying Checksum 02:00:29 556b6ee489ea: Download complete 02:00:32 d694b5ae8c79: Pull complete 02:00:32 9f32a84ed3da: Pull complete 02:00:32 4d19c01a9841: Pull complete 02:00:32 9325e15d5711: Pull complete 02:00:35 556b6ee489ea: Pull complete 02:00:35 c5a4b2cf53e6: Pull complete 02:00:35 Digest: sha256:cdb650785bd12602035d3ff87499385c169773a4d12d6eaf394b34464d3a0f2b 02:00:35 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine 02:00:35 ---> c4be618373d6 02:00:35 Step 3/12 : ARG ADD_BUILD_TAGS="" 02:00:41 Still waiting to schedule task 02:00:41 All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline 02:00:44 ---> Running in ced184f8ab60 02:00:44 Removing intermediate container ced184f8ab60 02:00:44 ---> 74928dd088ce 02:00:44 Step 4/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 02:00:44 ---> Running in 93fee9d8c069 02:00:44 Removing intermediate container 93fee9d8c069 02:00:44 ---> 4f657c069ff8 02:00:44 Step 5/12 : ARG ALPINE_PKG_BASE="make git openssh-client" 02:00:44 ---> Running in aaf811fb5dd1 02:00:44 Removing intermediate container aaf811fb5dd1 02:00:44 ---> 6ef99fec375b 02:00:44 Step 6/12 : ARG ALPINE_PKG_EXTRA="" 02:00:44 ---> Running in 4ff154fff5b9 02:00:44 Removing intermediate container 4ff154fff5b9 02:00:44 ---> 6c3c41de5ea9 02:00:44 Step 7/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 02:00:44 ---> Running in fe118c343ac5 02:00:44 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 02:00:44 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 02:00:44 (1/4) Installing openssh-keygen (9.1_p1-r2) 02:00:44 (2/4) Installing libedit (20221030.3.1-r0) 02:00:44 (3/4) Installing openssh-client-common (9.1_p1-r2) 02:00:44 (4/4) Installing openssh-client-default (9.1_p1-r2) 02:00:44 Executing busybox-1.35.0-r29.trigger 02:00:44 OK: 269 MiB in 57 packages 02:00:44 Removing intermediate container fe118c343ac5 02:00:44 ---> cbd7fd4feca7 02:00:44 Step 8/12 : WORKDIR /device-mqtt-go 02:00:44 ---> Running in 214d401041c7 02:00:44 Removing intermediate container 214d401041c7 02:00:44 ---> 7b1cec067ea2 02:00:44 Step 9/12 : COPY go.mod vendor* ./ 02:00:44 ---> 977f8818ea18 02:00:44 Step 10/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 02:00:44 ---> Running in c7523243588e 02:01:16 Removing intermediate container c7523243588e 02:01:16 ---> 257a388c8405 02:01:16 Step 11/12 : COPY . . 02:01:16 ---> a27f3b76346f 02:01:16 Step 12/12 : RUN $MAKE 02:01:16 ---> Running in 3a2cb51561fc 02:01:16 noop 02:01:16 Removing intermediate container 3a2cb51561fc 02:01:16 ---> 3c9e0b5b87f2 02:01:16 Successfully built 3c9e0b5b87f2 02:01:16 Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:01:17 + docker inspect -f . ci-base-image-x86_64 02:01:17 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 02:01:17 prd-ubuntu20.04-docker-8c-8g-12528 does not seem to be running inside a container 02:01:17 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/gexfoundry_device-mqtt-go_PR-589 -v /w/workspace/gexfoundry_device-mqtt-go_PR-589:/w/workspace/gexfoundry_device-mqtt-go_PR-589:rw,z -v /w/workspace/gexfoundry_device-mqtt-go_PR-589@tmp:/w/workspace/gexfoundry_device-mqtt-go_PR-589@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 ******** ci-base-image-x86_64 cat 02:01:17 $ docker top d86eee3da23b9b0dfa3cd8663ce0ca8e8765c79bf6af77e21bb81ebf5dea889e -eo pid,comm [Pipeline] { [Pipeline] sh 02:01:18 + go version 02:01:18 go version go1.20.2 linux/amd64 [Pipeline] } 02:01:18 $ docker stop --time=1 d86eee3da23b9b0dfa3cd8663ce0ca8e8765c79bf6af77e21bb81ebf5dea889e 02:01:19 $ docker rm -f --volumes d86eee3da23b9b0dfa3cd8663ce0ca8e8765c79bf6af77e21bb81ebf5dea889e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:01:20 + docker inspect -f . ci-base-image-x86_64 02:01:20 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 02:01:20 prd-ubuntu20.04-docker-8c-8g-12528 does not seem to be running inside a container 02:01:20 $ 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-589 -v /w/workspace/gexfoundry_device-mqtt-go_PR-589:/w/workspace/gexfoundry_device-mqtt-go_PR-589:rw,z -v /w/workspace/gexfoundry_device-mqtt-go_PR-589@tmp:/w/workspace/gexfoundry_device-mqtt-go_PR-589@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 ******** ci-base-image-x86_64 cat 02:01:20 $ docker top f2604b83c705805a937accb5e5f0ce1bc0d0a867a06db9c0ae2571a3cc444994 -eo pid,comm [Pipeline] { [Pipeline] sh 02:01:20 + git config --global --add safe.directory /w/workspace/gexfoundry_device-mqtt-go_PR-589 [Pipeline] fileExists [Pipeline] sh 02:01:21 + make test 02:01:21 go test ./... -coverprofile=coverage.out ./... 02:01:26 ? github.com/edgexfoundry/device-mqtt-go [no test files] 02:01:36 ? github.com/edgexfoundry/device-mqtt-go/cmd [no test files] 02:01:36 ? github.com/edgexfoundry/device-mqtt-go/mock [no test files] 02:01:36 ok github.com/edgexfoundry/device-mqtt-go/internal/driver 0.012s coverage: 24.6% of statements 02:01:41 go vet ./... 02:01:44 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 02:01:44 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 02:01:44 ./bin/test-attribution-txt.sh [Pipeline] echo 02:01:44 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 02:01:44 $ docker stop --time=1 f2604b83c705805a937accb5e5f0ce1bc0d0a867a06db9c0ae2571a3cc444994 02:01:48 $ docker rm -f --volumes f2604b83c705805a937accb5e5f0ce1bc0d0a867a06db9c0ae2571a3cc444994 [Pipeline] // withDockerContainer [Pipeline] sh 02:01:48 + sudo chown -R jenkins:jenkins . [Pipeline] stash 02:01:48 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 02:01:49 + sudo chown -R jenkins:jenkins . [Pipeline] sh 02:01:49 + ls -al . 02:01:49 total 180 02:01:49 drwxrwxr-x 10 jenkins jenkins 4096 May 3 02:01 . 02:01:49 drwxrwxr-x 4 jenkins jenkins 4096 May 3 01:59 .. 02:01:49 -rw-rw-r-- 1 jenkins jenkins 140 May 3 02:00 .dockerignore 02:01:49 drwxrwxr-x 8 jenkins jenkins 4096 May 3 02:00 .git 02:01:49 drwxrwxr-x 3 jenkins jenkins 4096 May 3 02:00 .github 02:01:49 -rw-rw-r-- 1 jenkins jenkins 329 May 3 02:00 .gitignore 02:01:49 -rw-rw-r-- 1 jenkins jenkins 41 May 3 02:00 .golangci.yml 02:01:49 drwxr-xr-x 3 jenkins jenkins 4096 May 3 02:00 .semver 02:01:49 -rw-rw-r-- 1 jenkins jenkins 9417 May 3 02:00 Attribution.txt 02:01:49 -rw-rw-r-- 1 jenkins jenkins 13162 May 3 02:00 CHANGELOG.md 02:01:49 -rw-rw-r-- 1 jenkins jenkins 1689 May 3 02:00 Dockerfile 02:01:49 -rw-rw-r-- 1 jenkins jenkins 677 May 3 02:00 GOVERNANCE.md 02:01:49 -rw-rw-r-- 1 jenkins jenkins 678 May 3 02:00 Jenkinsfile 02:01:49 -rw-rw-r-- 1 jenkins jenkins 11340 May 3 02:00 LICENSE 02:01:49 -rw-rw-r-- 1 jenkins jenkins 1732 May 3 02:00 Makefile 02:01:49 -rw-rw-r-- 1 jenkins jenkins 620 May 3 02:00 OWNERS.md 02:01:49 -rw-rw-r-- 1 jenkins jenkins 3165 May 3 02:00 README.md 02:01:49 -rw-rw-r-- 1 jenkins jenkins 5 May 3 02:00 VERSION 02:01:49 drwxrwxr-x 2 jenkins jenkins 4096 May 3 02:00 bin 02:01:49 drwxrwxr-x 3 jenkins jenkins 4096 May 3 02:00 cmd 02:01:49 -rw-r--r-- 1 jenkins jenkins 16535 May 3 02:01 coverage.out 02:01:49 -rw-rw-r-- 1 jenkins jenkins 3333 May 3 02:00 go.mod 02:01:49 -rw-rw-r-- 1 jenkins jenkins 31328 May 3 02:00 go.sum 02:01:49 drwxrwxr-x 3 jenkins jenkins 4096 May 3 02:00 internal 02:01:49 drwxrwxr-x 2 jenkins jenkins 4096 May 3 02:00 mock 02:01:49 drwxrwxr-x 4 jenkins jenkins 4096 May 3 02:00 snap 02:01:49 -rw-rw-r-- 1 jenkins jenkins 227 May 3 02:00 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:01:50 + 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=3bf8737be7a0d0c30ec4cd6728b6dd8b3e4d9357 --label arch=amd64 --label version=0.0.0 . 02:01:50 Sending build context to Docker daemon 6.515MB 02:01:50 Step 1/24 : ARG BASE=golang:1.20-alpine3.17 02:01:50 Step 2/24 : FROM ${BASE} AS builder 02:01:50 ---> 3c9e0b5b87f2 02:01:50 Step 3/24 : ARG ADD_BUILD_TAGS="" 02:01:50 ---> Running in 1983efcb2394 02:01:50 Removing intermediate container 1983efcb2394 02:01:50 ---> 425329a24e0f 02:01:50 Step 4/24 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 02:01:50 ---> Running in e267ebbdbb32 02:01:50 Removing intermediate container e267ebbdbb32 02:01:50 ---> b5b69ac35fe7 02:01:50 Step 5/24 : ARG ALPINE_PKG_BASE="make git openssh-client" 02:01:50 ---> Running in d402eb15e224 02:01:50 Removing intermediate container d402eb15e224 02:01:50 ---> 807e70617482 02:01:50 Step 6/24 : ARG ALPINE_PKG_EXTRA="" 02:01:50 ---> Running in 9808b1ef3658 02:01:50 Removing intermediate container 9808b1ef3658 02:01:50 ---> 30699d691952 02:01:50 Step 7/24 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 02:01:50 ---> Running in ff6653b582ea 02:01:50 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 02:01:51 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 02:01:51 OK: 269 MiB in 57 packages 02:01:51 Removing intermediate container ff6653b582ea 02:01:51 ---> f1ecbb7a3fa3 02:01:51 Step 8/24 : WORKDIR /device-mqtt-go 02:01:51 ---> Running in 1209e127cf5a 02:01:51 Removing intermediate container 1209e127cf5a 02:01:51 ---> 380eb17105d0 02:01:51 Step 9/24 : COPY go.mod vendor* ./ 02:01:51 ---> 8d866816b0cd 02:01:51 Step 10/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 02:01:51 ---> Running in d4085e1c0f68 02:01:52 Removing intermediate container d4085e1c0f68 02:01:52 ---> fae4206c2357 02:01:52 Step 11/24 : COPY . . 02:01:52 ---> 698b30c87f77 02:01:52 Step 12/24 : RUN $MAKE 02:01:52 ---> Running in 3179a4265e7b 02:01:53 CGO_ENABLED=0 go build -tags "" -ldflags "-X github.com/edgexfoundry/device-mqtt-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/device-mqtt ./cmd 02:02:11 Removing intermediate container 3179a4265e7b 02:02:11 ---> a051a29b8683 02:02:11 Step 13/24 : FROM alpine:3.17 02:02:11 3.17: Pulling from library/alpine 02:02:11 f56be85fc22e: Already exists 02:02:11 Digest: sha256:124c7d2707904eea7431fffe91522a01e5a861a624ee31d03372cc1d138a3126 02:02:11 Status: Downloaded newer image for alpine:3.17 02:02:11 ---> 9ed4aefc74f6 02:02:11 Step 14/24 : LABEL license='VSPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020-2021: IoTech Ltd' 02:02:11 ---> Running in d655bb85faa9 02:02:11 Removing intermediate container d655bb85faa9 02:02:11 ---> c64dc42b06c1 02:02:11 Step 15/24 : RUN apk add --update --no-cache dumb-init 02:02:11 ---> Running in a0a90881cbf2 02:02:11 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 02:02:11 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 02:02:11 (1/1) Installing dumb-init (1.2.5-r2) 02:02:11 Executing busybox-1.35.0-r29.trigger 02:02:11 OK: 7 MiB in 16 packages 02:02:12 Removing intermediate container a0a90881cbf2 02:02:12 ---> b044e7dc0d74 02:02:12 Step 16/24 : COPY --from=builder /device-mqtt-go/cmd / 02:02:12 ---> 9fe364ad9991 02:02:12 Step 17/24 : COPY --from=builder /device-mqtt-go/LICENSE / 02:02:12 ---> 3332313d72e3 02:02:12 Step 18/24 : COPY --from=builder /device-mqtt-go/Attribution.txt / 02:02:12 ---> e722bd55301d 02:02:12 Step 19/24 : EXPOSE 59982 02:02:12 ---> Running in f2b7973e37b6 02:02:13 Removing intermediate container f2b7973e37b6 02:02:13 ---> f3e9d3e40896 02:02:13 Step 20/24 : ENTRYPOINT ["/device-mqtt"] 02:02:13 ---> Running in e63267475405 02:02:13 Removing intermediate container e63267475405 02:02:13 ---> 40f98f16616c 02:02:13 Step 21/24 : CMD ["--cp=consul://edgex-core-consul:8500", "--registry"] 02:02:13 ---> Running in 13092338b1b4 02:02:13 Removing intermediate container 13092338b1b4 02:02:13 ---> 0576ecbc249d 02:02:13 Step 22/24 : LABEL arch=amd64 02:02:13 ---> Running in a96dba890889 02:02:13 Removing intermediate container a96dba890889 02:02:13 ---> c2e69d3ea398 02:02:13 Step 23/24 : LABEL git_sha=3bf8737be7a0d0c30ec4cd6728b6dd8b3e4d9357 02:02:13 ---> Running in c6de0738e09c 02:02:13 Removing intermediate container c6de0738e09c 02:02:13 ---> 7f51f027199f 02:02:13 Step 24/24 : LABEL version=0.0.0 02:02:13 ---> Running in 955016fc0904 02:02:13 Removing intermediate container 955016fc0904 02:02:13 ---> 37d660fab132 02:02:13 [Warning] One or more build-args [ARCH] were not consumed 02:02:13 Successfully built 37d660fab132 02:02:13 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 02:02:14 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 02:02:14 02:02:14 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:02:14 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 02:02:14 latest: Pulling from edgex-lftools-log-publisher 02:02:14 5eb5b503b376: Pulling fs layer 02:02:14 5c69ac0246d0: Pulling fs layer 02:02:14 ec43610c2a17: Pulling fs layer 02:02:14 3a2ae6a8a46f: Pulling fs layer 02:02:14 33b1e0a273af: Pulling fs layer 02:02:14 5d3b04190fa2: Pulling fs layer 02:02:14 2f39f015ded8: Pulling fs layer 02:02:14 33b1e0a273af: Waiting 02:02:14 5d3b04190fa2: Waiting 02:02:14 2f39f015ded8: Waiting 02:02:14 3a2ae6a8a46f: Waiting 02:02:14 5c69ac0246d0: Verifying Checksum 02:02:14 5c69ac0246d0: Download complete 02:02:14 3a2ae6a8a46f: Verifying Checksum 02:02:14 3a2ae6a8a46f: Download complete 02:02:14 33b1e0a273af: Verifying Checksum 02:02:14 33b1e0a273af: Download complete 02:02:14 ec43610c2a17: Verifying Checksum 02:02:14 ec43610c2a17: Download complete 02:02:15 5d3b04190fa2: Download complete 02:02:15 5eb5b503b376: Verifying Checksum 02:02:15 5eb5b503b376: Download complete 02:02:15 2f39f015ded8: Download complete 02:02:16 5eb5b503b376: Pull complete 02:02:16 5c69ac0246d0: Pull complete 02:02:16 ec43610c2a17: Pull complete 02:02:16 3a2ae6a8a46f: Pull complete 02:02:16 33b1e0a273af: Pull complete 02:02:17 5d3b04190fa2: Pull complete 02:02:21 2f39f015ded8: Pull complete 02:02:21 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 02:02:21 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 02:02:21 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 02:02:22 prd-ubuntu20.04-docker-8c-8g-12528 does not seem to be running inside a container 02:02:22 $ 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-589 -v /w/workspace/gexfoundry_device-mqtt-go_PR-589:/w/workspace/gexfoundry_device-mqtt-go_PR-589:rw,z -v /w/workspace/gexfoundry_device-mqtt-go_PR-589@tmp:/w/workspace/gexfoundry_device-mqtt-go_PR-589@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-lftools-log-publisher:latest cat 02:02:26 $ docker top f8d6e5c12946f2ec6d5f0575839962f08f9eb2c39f499186fac492c70e0b85af -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 02:02:26 ---> job-cost.sh 02:02:26 lf-activate-venv: SKIPPING 02:02:26 INFO: No Stack... 02:02:27 INFO: Retrieving Pricing Info for: v3-standard-8 02:02:27 INFO: Archiving Costs [Pipeline] sh 02:02:27 + cat /w/workspace/gexfoundry_device-mqtt-go_PR-589/archives/cost.csv 02:02:27 + cut -d, -f6 [Pipeline] lock 02:02:27 Trying to acquire lock on [jenkins-edgexfoundry-device-mqtt-go-PR-589-1-stack-cost] 02:02:27 Resource [jenkins-edgexfoundry-device-mqtt-go-PR-589-1-stack-cost] did not exist. Created. 02:02:27 Lock acquired on [jenkins-edgexfoundry-device-mqtt-go-PR-589-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 02:02:28 + echo total: 0.2199999988079071 [Pipeline] stash 02:02:28 Stashed 1 file(s) [Pipeline] } 02:02:28 Lock released on resource [jenkins-edgexfoundry-device-mqtt-go-PR-589-1-stack-cost] [Pipeline] // lock [Pipeline] } 02:02:28 $ docker stop --time=1 f8d6e5c12946f2ec6d5f0575839962f08f9eb2c39f499186fac492c70e0b85af 02:02:29 $ docker rm -f --volumes f8d6e5c12946f2ec6d5f0575839962f08f9eb2c39f499186fac492c70e0b85af [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 02:03:07 Running on prd-ubuntu20.04-docker-arm64-4c-16g-12531 in /w/workspace/gexfoundry_device-mqtt-go_PR-589 [Pipeline] { [Pipeline] ws 02:03:07 Running in /w/workspace/device-mqtt-go/1 [Pipeline] { [Pipeline] checkout 02:03:07 Selected Git installation does not exist. Using Default 02:03:07 The recommended git tool is: NONE 02:03:13 using credential edgex-jenkins-ssh 02:03:13 Cloning the remote Git repository 02:03:14 Cloning repository git@github.com:edgexfoundry/device-mqtt-go.git 02:03:14 > git init /w/workspace/device-mqtt-go/1 # timeout=10 02:03:14 Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git 02:03:14 > git --version # timeout=10 02:03:14 > git --version # 'git version 2.25.1' 02:03:14 using GIT_SSH to set credentials SSH Credentials for GitHub 02:03:14 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 02:03:15 > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 02:03:15 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 02:03:17 Merging remotes/origin/main commit 44db128f908bb002eba25d15c491b9a779a086c0 into PR head commit 3bf8737be7a0d0c30ec4cd6728b6dd8b3e4d9357 02:03:17 Merge succeeded, producing 3bf8737be7a0d0c30ec4cd6728b6dd8b3e4d9357 02:03:17 Checking out Revision 3bf8737be7a0d0c30ec4cd6728b6dd8b3e4d9357 (PR-589) 02:03:16 > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 02:03:16 Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git 02:03:16 using GIT_SSH to set credentials SSH Credentials for GitHub 02:03:16 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/pull/589/head:refs/remotes/origin/PR-589 +refs/heads/main:refs/remotes/origin/main # timeout=10 02:03:17 > git config core.sparsecheckout # timeout=10 02:03:17 > git checkout -f 3bf8737be7a0d0c30ec4cd6728b6dd8b3e4d9357 # timeout=10 02:03:17 > git remote # timeout=10 02:03:17 > git config --get remote.origin.url # timeout=10 02:03:17 using GIT_SSH to set credentials SSH Credentials for GitHub 02:03:17 > git merge 44db128f908bb002eba25d15c491b9a779a086c0 # timeout=10 02:03:17 > git rev-parse HEAD^{commit} # timeout=10 02:03:17 > git config core.sparsecheckout # timeout=10 02:03:17 > git checkout -f 3bf8737be7a0d0c30ec4cd6728b6dd8b3e4d9357 # timeout=10 02:03:18 Commit message: "build(deps): bump github.com/edgexfoundry/go-mod-core-contracts/v3" 02:03:18 > git --version # timeout=10 02:03:18 > git --version # 'git version 2.25.1' 02:03:18 fatal: bad object 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 02:03:19 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 02:03:19 % Total % Received % Xferd Average Speed Time Time Time Current 02:03:19 Dload Upload Total Spent Left Speed 02:03:19 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 204k 0 --:--:-- --:--:-- --:--:-- 204k [Pipeline] sh 02:03:20 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 02:03:20 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 02:03:20 + sudo tee /etc/docker/daemon.new 02:03:20 { 02:03:20 "registry-mirrors": [ 02:03:20 "https://nexus3.edgexfoundry.org:10001" 02:03:20 ], 02:03:20 "bip": "10.250.0.254/24", 02:03:20 "hosts": [ 02:03:20 "tcp://0.0.0.0:5555", 02:03:20 "unix:///var/run/docker.sock" 02:03:20 ], 02:03:20 "mtu": 1458, 02:03:20 "selinux-enabled": true, 02:03:20 "seccomp-profile": "/etc/docker/seccomp.json" 02:03:20 } [Pipeline] sh 02:03:20 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 02:03:21 + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 02:03:39 provisioning config files... 02:03:39 copy managed file [device-mqtt-go-settings] to file:/w/workspace/device-mqtt-go/1@tmp/config9048494302441623002tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 02:03:40 ---> docker-login.sh 02:03:40 nexus3.edgexfoundry.org:10001 02:03:40 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:03:40 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:03:40 Configure a credential helper to remove this warning. See 02:03:40 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:03:40 02:03:40 Login Succeeded 02:03:40 nexus3.edgexfoundry.org:10002 02:03:41 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:03:41 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:03:41 Configure a credential helper to remove this warning. See 02:03:41 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:03:41 02:03:41 Login Succeeded 02:03:41 nexus3.edgexfoundry.org:10003 02:03:41 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:03:41 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:03:41 Configure a credential helper to remove this warning. See 02:03:41 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:03:41 02:03:41 Login Succeeded 02:03:41 nexus3.edgexfoundry.org:10004 02:03:41 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:03:42 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:03:42 Configure a credential helper to remove this warning. See 02:03:42 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:03:42 02:03:42 Login Succeeded 02:03:42 docker.io 02:03:42 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:03:42 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:03:42 Configure a credential helper to remove this warning. See 02:03:42 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:03:42 02:03:42 Login Succeeded 02:03:42 ---> docker-login.sh ends [Pipeline] } 02:03:42 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 02:03:43 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 02:03:43 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 02:03:43 ========================================================= 02:03:43 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine] 02:03:43 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:03:43 + docker build -t ci-base-image-arm64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine --build-arg MAKE=echo noop --target=builder . 02:03:44 Sending build context to Docker daemon 3.37MB 02:03:44 Step 1/12 : ARG BASE=golang:1.20-alpine3.17 02:03:44 Step 2/12 : FROM ${BASE} AS builder 02:03:44 1.20-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 02:03:44 c41833b44d91: Pulling fs layer 02:03:44 ed15518f5707: Pulling fs layer 02:03:44 feae8fd75edb: Pulling fs layer 02:03:44 242c74f7c9fa: Pulling fs layer 02:03:44 3cdef696dda3: Pulling fs layer 02:03:44 2ced38df9373: Pulling fs layer 02:03:44 58f1dce35555: Pulling fs layer 02:03:44 3cdef696dda3: Waiting 02:03:44 2ced38df9373: Waiting 02:03:44 58f1dce35555: Waiting 02:03:44 242c74f7c9fa: Waiting 02:03:44 ed15518f5707: Verifying Checksum 02:03:44 ed15518f5707: Download complete 02:03:44 242c74f7c9fa: Verifying Checksum 02:03:44 242c74f7c9fa: Download complete 02:03:44 3cdef696dda3: Verifying Checksum 02:03:44 3cdef696dda3: Download complete 02:03:44 c41833b44d91: Verifying Checksum 02:03:44 c41833b44d91: Download complete 02:03:45 c41833b44d91: Pull complete 02:03:46 58f1dce35555: Verifying Checksum 02:03:46 58f1dce35555: Download complete 02:03:47 feae8fd75edb: Verifying Checksum 02:03:47 feae8fd75edb: Download complete 02:03:47 2ced38df9373: Verifying Checksum 02:03:47 2ced38df9373: Download complete 02:03:47 ed15518f5707: Pull complete 02:04:00 feae8fd75edb: Pull complete 02:04:00 242c74f7c9fa: Pull complete 02:04:00 3cdef696dda3: Pull complete 02:04:06 2ced38df9373: Pull complete 02:04:09 58f1dce35555: Pull complete 02:04:09 Digest: sha256:3b55595e96c696ae732e8cb20cde5b1ff7282a1fe1423a8de67617af8d15ea1e 02:04:09 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine 02:04:09 ---> fadd8f120f05 02:04:09 Step 3/12 : ARG ADD_BUILD_TAGS="" 02:04:11 ---> Running in cf0c1e2330b3 02:04:11 Removing intermediate container cf0c1e2330b3 02:04:11 ---> 32a9ed00d047 02:04:11 Step 4/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 02:04:11 ---> Running in b7066f8811b9 02:04:12 Removing intermediate container b7066f8811b9 02:04:12 ---> 40fada98cafc 02:04:12 Step 5/12 : ARG ALPINE_PKG_BASE="make git openssh-client" 02:04:12 ---> Running in 261fd8c63525 02:04:12 Removing intermediate container 261fd8c63525 02:04:12 ---> ec63f35490a8 02:04:12 Step 6/12 : ARG ALPINE_PKG_EXTRA="" 02:04:12 ---> Running in 118d36ce0b5a 02:04:13 Removing intermediate container 118d36ce0b5a 02:04:13 ---> 51b0c89229b6 02:04:13 Step 7/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 02:04:13 ---> Running in 640d88fa5df9 02:04:14 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 02:04:15 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 02:04:16 (1/4) Installing openssh-keygen (9.1_p1-r2) 02:04:16 (2/4) Installing libedit (20221030.3.1-r0) 02:04:16 (3/4) Installing openssh-client-common (9.1_p1-r2) 02:04:16 (4/4) Installing openssh-client-default (9.1_p1-r2) 02:04:16 Executing busybox-1.35.0-r29.trigger 02:04:16 OK: 268 MiB in 57 packages 02:04:17 Removing intermediate container 640d88fa5df9 02:04:17 ---> a2b74aaef5bf 02:04:17 Step 8/12 : WORKDIR /device-mqtt-go 02:04:17 ---> Running in bf3618bdaf50 02:04:18 Removing intermediate container bf3618bdaf50 02:04:18 ---> df61076fcb84 02:04:18 Step 9/12 : COPY go.mod vendor* ./ 02:04:18 ---> d77ce284a92a 02:04:18 Step 10/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 02:04:18 ---> Running in bb6a438a1f10 02:05:27 Removing intermediate container bb6a438a1f10 02:05:27 ---> 1ffcd0f63407 02:05:27 Step 11/12 : COPY . . 02:05:27 ---> 1b7a5d23f941 02:05:27 Step 12/12 : RUN $MAKE 02:05:27 ---> Running in 8e2b68c99cae 02:05:27 noop 02:05:27 Removing intermediate container 8e2b68c99cae 02:05:27 ---> c2dde2533e48 02:05:27 Successfully built c2dde2533e48 02:05:27 Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:05:28 + docker inspect -f . ci-base-image-arm64 02:05:28 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 02:05:28 prd-ubuntu20.04-docker-arm64-4c-16g-12531 does not seem to be running inside a container 02:05:28 $ 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 ******** ci-base-image-arm64 cat 02:05:29 $ docker top 9afea0968e91b5eab1a2d51f215b63dbcc3b2c9d2f3ea598f61455a6be605727 -eo pid,comm [Pipeline] { [Pipeline] sh 02:05:30 + go version 02:05:30 go version go1.20.2 linux/arm64 [Pipeline] } 02:05:30 $ docker stop --time=1 9afea0968e91b5eab1a2d51f215b63dbcc3b2c9d2f3ea598f61455a6be605727 02:05:32 $ docker rm -f --volumes 9afea0968e91b5eab1a2d51f215b63dbcc3b2c9d2f3ea598f61455a6be605727 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:05:33 + docker inspect -f . ci-base-image-arm64 02:05:33 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 02:05:33 prd-ubuntu20.04-docker-arm64-4c-16g-12531 does not seem to be running inside a container 02:05:33 $ 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 ******** ci-base-image-arm64 cat 02:05:34 $ docker top 084e1778be05af12b1074d5e7b4414d7dd0112dbfc2b2598d5f7565dc884f946 -eo pid,comm [Pipeline] { [Pipeline] sh 02:05:35 + git config --global --add safe.directory /w/workspace/device-mqtt-go/1 [Pipeline] fileExists [Pipeline] sh 02:05:36 + make test 02:05:36 go test ./... -coverprofile=coverage.out ./... 02:06:08 ? github.com/edgexfoundry/device-mqtt-go [no test files] 02:08:00 ? github.com/edgexfoundry/device-mqtt-go/cmd [no test files] 02:08:04 ? github.com/edgexfoundry/device-mqtt-go/mock [no test files] 02:08:04 ok github.com/edgexfoundry/device-mqtt-go/internal/driver 0.076s coverage: 24.6% of statements 02:08:05 WARNING: Linting skipped (not on x86_64 or linter not installed) 02:08:05 go vet ./... 02:08:38 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 02:08:38 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 02:08:38 ./bin/test-attribution-txt.sh [Pipeline] echo 02:08:38 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 02:08:38 $ docker stop --time=1 084e1778be05af12b1074d5e7b4414d7dd0112dbfc2b2598d5f7565dc884f946 02:08:39 $ docker rm -f --volumes 084e1778be05af12b1074d5e7b4414d7dd0112dbfc2b2598d5f7565dc884f946 [Pipeline] // withDockerContainer [Pipeline] sh 02:08:41 + sudo chown -R jenkins:jenkins . [Pipeline] stash 02:08:41 Warning: overwriting stash ‘coverage-report’ 02:08:41 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 02:08:42 + sudo chown -R jenkins:jenkins . [Pipeline] sh 02:08:42 + ls -al . 02:08:42 total 176 02:08:42 drwxrwxr-x 9 jenkins jenkins 4096 May 3 02:05 . 02:08:42 drwxrwxr-x 4 jenkins jenkins 4096 May 3 02:03 .. 02:08:42 -rw-rw-r-- 1 jenkins jenkins 140 May 3 02:03 .dockerignore 02:08:42 drwxrwxr-x 8 jenkins jenkins 4096 May 3 02:03 .git 02:08:42 drwxrwxr-x 3 jenkins jenkins 4096 May 3 02:03 .github 02:08:42 -rw-rw-r-- 1 jenkins jenkins 329 May 3 02:03 .gitignore 02:08:42 -rw-rw-r-- 1 jenkins jenkins 41 May 3 02:03 .golangci.yml 02:08:42 -rw-rw-r-- 1 jenkins jenkins 9417 May 3 02:03 Attribution.txt 02:08:42 -rw-rw-r-- 1 jenkins jenkins 13162 May 3 02:03 CHANGELOG.md 02:08:42 -rw-rw-r-- 1 jenkins jenkins 1689 May 3 02:03 Dockerfile 02:08:42 -rw-rw-r-- 1 jenkins jenkins 677 May 3 02:03 GOVERNANCE.md 02:08:42 -rw-rw-r-- 1 jenkins jenkins 678 May 3 02:03 Jenkinsfile 02:08:42 -rw-rw-r-- 1 jenkins jenkins 11340 May 3 02:03 LICENSE 02:08:42 -rw-rw-r-- 1 jenkins jenkins 1732 May 3 02:03 Makefile 02:08:42 -rw-rw-r-- 1 jenkins jenkins 620 May 3 02:03 OWNERS.md 02:08:42 -rw-rw-r-- 1 jenkins jenkins 3165 May 3 02:03 README.md 02:08:42 -rw-rw-r-- 1 jenkins jenkins 5 May 3 02:00 VERSION 02:08:42 drwxrwxr-x 2 jenkins jenkins 4096 May 3 02:03 bin 02:08:42 drwxrwxr-x 3 jenkins jenkins 4096 May 3 02:03 cmd 02:08:42 -rw-r--r-- 1 jenkins jenkins 16535 May 3 02:08 coverage.out 02:08:42 -rw-rw-r-- 1 jenkins jenkins 3333 May 3 02:03 go.mod 02:08:42 -rw-rw-r-- 1 jenkins jenkins 31328 May 3 02:03 go.sum 02:08:42 drwxrwxr-x 3 jenkins jenkins 4096 May 3 02:03 internal 02:08:42 drwxrwxr-x 2 jenkins jenkins 4096 May 3 02:03 mock 02:08:42 drwxrwxr-x 4 jenkins jenkins 4096 May 3 02:03 snap 02:08:42 -rw-rw-r-- 1 jenkins jenkins 227 May 3 02:03 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:08:43 + 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=3bf8737be7a0d0c30ec4cd6728b6dd8b3e4d9357 --label arch=arm64 --label version=0.0.0 . 02:08:43 Sending build context to Docker daemon 3.388MB 02:08:43 Step 1/24 : ARG BASE=golang:1.20-alpine3.17 02:08:43 Step 2/24 : FROM ${BASE} AS builder 02:08:43 ---> c2dde2533e48 02:08:43 Step 3/24 : ARG ADD_BUILD_TAGS="" 02:08:43 ---> Running in 87e0f6a2fc84 02:08:43 Removing intermediate container 87e0f6a2fc84 02:08:43 ---> 68f9f7d1ee84 02:08:43 Step 4/24 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 02:08:43 ---> Running in 64df95a6b890 02:08:44 Removing intermediate container 64df95a6b890 02:08:44 ---> 5b6acd8240fa 02:08:44 Step 5/24 : ARG ALPINE_PKG_BASE="make git openssh-client" 02:08:44 ---> Running in 302fbeeaa980 02:08:44 Removing intermediate container 302fbeeaa980 02:08:44 ---> 63b8628579d5 02:08:44 Step 6/24 : ARG ALPINE_PKG_EXTRA="" 02:08:44 ---> Running in 5a2163fcbf15 02:08:44 Removing intermediate container 5a2163fcbf15 02:08:44 ---> 5cbc32d39a4e 02:08:44 Step 7/24 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 02:08:44 ---> Running in f309fb306589 02:08:45 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 02:08:46 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 02:08:47 OK: 268 MiB in 57 packages 02:08:48 Removing intermediate container f309fb306589 02:08:48 ---> c499244b76fd 02:08:48 Step 8/24 : WORKDIR /device-mqtt-go 02:08:48 ---> Running in 5639ccce9ece 02:08:48 Removing intermediate container 5639ccce9ece 02:08:48 ---> 8d25f4dd363a 02:08:48 Step 9/24 : COPY go.mod vendor* ./ 02:08:49 ---> 6a0167d3582d 02:08:49 Step 10/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 02:08:49 ---> Running in f2ea959d0767 02:08:51 Removing intermediate container f2ea959d0767 02:08:51 ---> f4bba2720787 02:08:51 Step 11/24 : COPY . . 02:08:52 ---> febef281fc48 02:08:52 Step 12/24 : RUN $MAKE 02:08:53 ---> Running in ebee25efd00b 02:08:54 CGO_ENABLED=0 go build -tags "" -ldflags "-X github.com/edgexfoundry/device-mqtt-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/device-mqtt ./cmd 02:11:15 Removing intermediate container ebee25efd00b 02:11:15 ---> 40b1b6440186 02:11:15 Step 13/24 : FROM alpine:3.17 02:11:15 3.17: Pulling from library/alpine 02:11:15 c41833b44d91: Already exists 02:11:15 Digest: sha256:124c7d2707904eea7431fffe91522a01e5a861a624ee31d03372cc1d138a3126 02:11:15 Status: Downloaded newer image for alpine:3.17 02:11:15 ---> 51e60588ff2c 02:11:15 Step 14/24 : LABEL license='VSPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020-2021: IoTech Ltd' 02:11:15 ---> Running in 8ea2983c67e1 02:11:15 Removing intermediate container 8ea2983c67e1 02:11:15 ---> b217a8ffc83f 02:11:15 Step 15/24 : RUN apk add --update --no-cache dumb-init 02:11:15 ---> Running in e7c990c350bf 02:11:15 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 02:11:15 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 02:11:15 (1/1) Installing dumb-init (1.2.5-r2) 02:11:15 Executing busybox-1.35.0-r29.trigger 02:11:15 OK: 8 MiB in 16 packages 02:11:15 Removing intermediate container e7c990c350bf 02:11:15 ---> 6e55f6e2c144 02:11:15 Step 16/24 : COPY --from=builder /device-mqtt-go/cmd / 02:11:15 ---> dfa5e5d54cb1 02:11:15 Step 17/24 : COPY --from=builder /device-mqtt-go/LICENSE / 02:11:15 ---> 49cf38b9d193 02:11:15 Step 18/24 : COPY --from=builder /device-mqtt-go/Attribution.txt / 02:11:16 ---> bcc9951d794c 02:11:16 Step 19/24 : EXPOSE 59982 02:11:16 ---> Running in 8454e917d7bd 02:11:16 Removing intermediate container 8454e917d7bd 02:11:16 ---> cb290022fa2a 02:11:16 Step 20/24 : ENTRYPOINT ["/device-mqtt"] 02:11:16 ---> Running in 7b235b28c529 02:11:16 Removing intermediate container 7b235b28c529 02:11:16 ---> 450684383fbc 02:11:16 Step 21/24 : CMD ["--cp=consul://edgex-core-consul:8500", "--registry"] 02:11:16 ---> Running in 193655ac8e1a 02:11:17 Removing intermediate container 193655ac8e1a 02:11:17 ---> 8ea169c683eb 02:11:17 Step 22/24 : LABEL arch=arm64 02:11:17 ---> Running in 3daf3579fd0e 02:11:17 Removing intermediate container 3daf3579fd0e 02:11:17 ---> 5d79bdc5984b 02:11:17 Step 23/24 : LABEL git_sha=3bf8737be7a0d0c30ec4cd6728b6dd8b3e4d9357 02:11:17 ---> Running in db72920c440a 02:11:17 Removing intermediate container db72920c440a 02:11:17 ---> 983911a76de1 02:11:17 Step 24/24 : LABEL version=0.0.0 02:11:17 ---> Running in 442bdb527037 02:11:18 Removing intermediate container 442bdb527037 02:11:18 ---> 912987625c75 02:11:18 [Warning] One or more build-args [ARCH] were not consumed 02:11:18 Successfully built 912987625c75 02:11:18 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 02:11:19 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 02:11:19 02:11:19 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:11:19 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 02:11:19 arm64: Pulling from edgex-lftools-log-publisher 02:11:19 8998bd30e6a1: Pulling fs layer 02:11:19 04944245beec: Pulling fs layer 02:11:19 699f458cf7ca: Pulling fs layer 02:11:19 765212b225bb: Pulling fs layer 02:11:19 f23df028b6ca: Pulling fs layer 02:11:19 d65c8cfc05b1: Pulling fs layer 02:11:19 2437ff75d9bd: Pulling fs layer 02:11:19 765212b225bb: Waiting 02:11:19 2437ff75d9bd: Waiting 02:11:19 d65c8cfc05b1: Waiting 02:11:19 f23df028b6ca: Waiting 02:11:20 04944245beec: Verifying Checksum 02:11:20 04944245beec: Download complete 02:11:20 765212b225bb: Verifying Checksum 02:11:20 765212b225bb: Download complete 02:11:20 f23df028b6ca: Verifying Checksum 02:11:20 f23df028b6ca: Download complete 02:11:20 d65c8cfc05b1: Verifying Checksum 02:11:20 d65c8cfc05b1: Download complete 02:11:20 699f458cf7ca: Verifying Checksum 02:11:20 699f458cf7ca: Download complete 02:11:20 8998bd30e6a1: Verifying Checksum 02:11:20 8998bd30e6a1: Download complete 02:11:23 2437ff75d9bd: Verifying Checksum 02:11:23 2437ff75d9bd: Download complete 02:11:24 8998bd30e6a1: Pull complete 02:11:26 04944245beec: Pull complete 02:11:27 699f458cf7ca: Pull complete 02:11:27 765212b225bb: Pull complete 02:11:28 f23df028b6ca: Pull complete 02:11:28 d65c8cfc05b1: Pull complete 02:11:43 2437ff75d9bd: Pull complete 02:11:43 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 02:11:43 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 02:11:43 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 02:11:44 prd-ubuntu20.04-docker-arm64-4c-16g-12531 does not seem to be running inside a container 02:11:44 $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat 02:11:46 $ docker top 4514b843b1f2bddeb46c1f9502d414062cb7be5dc3c7ace04da15b5538ed53e3 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 02:11:47 ---> job-cost.sh 02:11:47 lf-activate-venv: SKIPPING 02:11:47 INFO: No Stack... 02:11:48 INFO: Retrieving Pricing Info for: v3-standard-4 02:11:49 INFO: Archiving Costs [Pipeline] sh 02:11:49 + cut -d, -f6 02:11:49 + cat /w/workspace/device-mqtt-go/1/archives/cost.csv [Pipeline] lock 02:11:49 Trying to acquire lock on [jenkins-edgexfoundry-device-mqtt-go-PR-589-1-stack-cost] 02:11:49 Resource [jenkins-edgexfoundry-device-mqtt-go-PR-589-1-stack-cost] did not exist. Created. 02:11:49 Lock acquired on [jenkins-edgexfoundry-device-mqtt-go-PR-589-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 02:11:50 /w/workspace/device-mqtt-go/1@tmp/durable-cc924a57/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh 02:11:51 + echo total: 0.10999999940395355 [Pipeline] stash 02:11:51 Warning: overwriting stash ‘stack-cost’ 02:11:51 Stashed 1 file(s) [Pipeline] } 02:11:51 Lock released on resource [jenkins-edgexfoundry-device-mqtt-go-PR-589-1-stack-cost] [Pipeline] // lock [Pipeline] } 02:11:51 $ docker stop --time=1 4514b843b1f2bddeb46c1f9502d414062cb7be5dc3c7ace04da15b5538ed53e3 02:11:54 $ docker rm -f --volumes 4514b843b1f2bddeb46c1f9502d414062cb7be5dc3c7ace04da15b5538ed53e3 [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 02:11:55 provisioning config files... 02:11:55 copy managed file [device-mqtt-go-codecov-token] to file:/w/workspace/gexfoundry_device-mqtt-go_PR-589@tmp/config15147836725030756803tmp [Pipeline] { [Pipeline] sh 02:11:55 + set +x 02:11:55 + + curlbash -s -s https://codecov.io/bash -- 02:11:55 02:11:55 02:11:55 _____ _ 02:11:55 / ____| | | 02:11:55 | | ___ __| | ___ ___ _____ __ 02:11:55 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 02:11:55 | |___| (_) | (_| | __/ (_| (_) \ V / 02:11:55 \_____\___/ \__,_|\___|\___\___/ \_/ 02:11:55 Bash-1.0.6 02:11:55 02:11:55 02:11:55 ==> git version 2.25.1 found 02:11:55 ==> 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 02:11:55 Release-Date: 2020-01-08 02:11:55 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 02:11:55 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 02:11:55 ==> Jenkins CI detected. 02:11:55 current dir:  /w/workspace/gexfoundry_device-mqtt-go_PR-589 02:11:55 project root: . 02:11:55 --> token set from env 02:11:55 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 02:11:55 ==> Running gcov in . (disable via -X gcov) 02:11:55 ==> Python coveragepy not found 02:11:55 ==> Searching for coverage reports in: 02:11:55 + . 02:11:55 -> Found 1 reports 02:11:55 ==> Detecting git/mercurial file structure 02:11:55 ==> Reading reports 02:11:55 + ./coverage.out bytes=16535 02:11:55 ==> Appending adjustments 02:11:55 https://docs.codecov.io/docs/fixing-reports 02:11:56 + Found adjustments 02:11:56 ==> Gzipping contents 02:11:56 4.0K /tmp/codecov.xwjhQF.gz 02:11:56 ==> Uploading reports 02:11:56 url: https://codecov.io 02:11:56 query: branch=PR-589&commit=3bf8737be7a0d0c30ec4cd6728b6dd8b3e4d9357&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-mqtt-go%2Fjob%2FPR-589%2F1%2F&name=&tag=&slug=edgexfoundry%2Fdevice-mqtt-go&service=jenkins&flags=&pr=589&job=&cmd_args= 02:11:56 -> Pinging Codecov 02:11:56 https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=3cf7f23a-d5e6-4c47-868b-a0a7f9a025f8&branch=PR-589&commit=3bf8737be7a0d0c30ec4cd6728b6dd8b3e4d9357&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-mqtt-go%2Fjob%2FPR-589%2F1%2F&name=&tag=&slug=edgexfoundry%2Fdevice-mqtt-go&service=jenkins&flags=&pr=589&job=&cmd_args= 02:11:56 -> Uploading to 02:11:56 https://storage.googleapis.com/codecov/v4/raw/2023-05-03/7D719EC7BBE17E464838252E33014C33/3bf8737be7a0d0c30ec4cd6728b6dd8b3e4d9357/87d1b1af-300b-4393-91f9-9c0f8066390b.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20230503%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20230503T021156Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=b39105919dc304366de78a905613b9ef0ba559075b7c0340be2e41d0eb188587 02:11:56 % Total % Received % Xferd Average Speed Time Time Time Current 02:11:56 Dload Upload Total Spent Left Speed 02:11:56 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 3017 0 0 100 3017 0 14789 --:--:-- --:--:-- --:--:-- 14789 02:11:56 -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/device-mqtt-go/commit/3bf8737be7a0d0c30ec4cd6728b6dd8b3e4d9357 [Pipeline] } 02:11:56 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 02:11:58 + [ -d /w/workspace/gexfoundry_device-mqtt-go_PR-589/archives ] 02:11:58 + ls -al /w/workspace/gexfoundry_device-mqtt-go_PR-589/archives 02:11:58 total 16 02:11:58 drwxr-xr-x 3 root root 4096 May 3 02:02 . 02:11:58 drwxrwxr-x 11 jenkins jenkins 4096 May 3 02:02 .. 02:11:58 drwxr-xr-x 2 root root 4096 May 3 02:02 cost 02:11:58 -rw-r--r-- 1 root root 86 May 3 02:02 cost.csv 02:11:58 + sudo chown -R jenkins:jenkins /w/workspace/gexfoundry_device-mqtt-go_PR-589/archives 02:11:58 + ls -al /w/workspace/gexfoundry_device-mqtt-go_PR-589/archives 02:11:58 total 16 02:11:58 drwxr-xr-x 3 jenkins jenkins 4096 May 3 02:02 . 02:11:58 drwxrwxr-x 11 jenkins jenkins 4096 May 3 02:02 .. 02:11:58 drwxr-xr-x 2 jenkins jenkins 4096 May 3 02:02 cost 02:11:58 -rw-r--r-- 1 jenkins jenkins 86 May 3 02:02 cost.csv [Pipeline] libraryResource [Pipeline] sh 02:11:59 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 02:12:00 ---> package-listing.sh 02:12:00 ++ facter osfamily 02:12:00 ++ tr '[:upper:]' '[:lower:]' 02:12:00 + OS_FAMILY=debian 02:12:00 + workspace=/w/workspace/gexfoundry_device-mqtt-go_PR-589 02:12:00 + START_PACKAGES=/tmp/packages_start.txt 02:12:00 + END_PACKAGES=/tmp/packages_end.txt 02:12:00 + DIFF_PACKAGES=/tmp/packages_diff.txt 02:12:00 + PACKAGES=/tmp/packages_start.txt 02:12:00 + '[' /w/workspace/gexfoundry_device-mqtt-go_PR-589 ']' 02:12:00 + PACKAGES=/tmp/packages_end.txt 02:12:00 + case "${OS_FAMILY}" in 02:12:00 + dpkg -l 02:12:00 + grep '^ii' 02:12:00 + '[' -f /tmp/packages_start.txt ']' 02:12:00 + '[' -f /tmp/packages_end.txt ']' 02:12:00 + diff /tmp/packages_start.txt /tmp/packages_end.txt 02:12:00 + '[' /w/workspace/gexfoundry_device-mqtt-go_PR-589 ']' 02:12:00 + mkdir -p /w/workspace/gexfoundry_device-mqtt-go_PR-589/archives/ 02:12:00 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/gexfoundry_device-mqtt-go_PR-589/archives/ [Pipeline] echo 02:12:00 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-589/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 02:12:00 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:12:01 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 02:12:01 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 02:12:01 prd-ubuntu20.04-docker-8c-8g-12528 does not seem to be running inside a container 02:12:01 $ 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-589/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-589 -v /w/workspace/gexfoundry_device-mqtt-go_PR-589:/w/workspace/gexfoundry_device-mqtt-go_PR-589:rw,z -v /w/workspace/gexfoundry_device-mqtt-go_PR-589@tmp:/w/workspace/gexfoundry_device-mqtt-go_PR-589@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 02:12:01 $ docker top 5e338d5ed3cc386066ee3150f77ab0cd0343cd36828673aca90101b5532832de -eo pid,comm [Pipeline] { [Pipeline] sh 02:12:02 + touch /tmp/pre-build-complete [Pipeline] sh 02:12:02 + mkdir -p /var/log/sysstat [Pipeline] sh 02:12:02 + ls /var/log/sa-host 02:12:02 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 02:12:02 provisioning config files... 02:12:02 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/gexfoundry_device-mqtt-go_PR-589@tmp/config5277195633864294941tmp [Pipeline] { [Pipeline] echo 02:12:02 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 02:12:03 ---> create-netrc.sh [Pipeline] } 02:12:03 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 02:12:03 ---> python-tools-install.sh [Pipeline] echo 02:12:03 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 02:12:04 ---> sudo-logs.sh 02:12:04 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 02:12:04 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 02:12:04 ---> job-cost.sh 02:12:04 lf-activate-venv: SKIPPING 02:12:04 DEBUG: total: 0.2199999988079071 02:12:04 INFO: Retrieving Stack Cost... 02:12:05 INFO: Retrieving Pricing Info for: v3-standard-8 02:12:05 INFO: Archiving Costs [Pipeline] echo 02:12:05 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 02:12:06 ---> logs-deploy.sh 02:12:06 lf-activate-venv: SKIPPING 02:12:06 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-mqtt-go/PR-589/1 02:12:06 INFO: archiving workspace using pattern(s): 02:12:07 Archives upload complete. 02:12:07 INFO: archiving logs to Nexus