Pull request #591 opened Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 714374070cc11d2032dbbe88c00559c6a0f6b599+2e0357b1824e5884c9b2b56c2fd5ebe36d00b6c9 (b5935a410f9d99e90d5c6dd08cb72995de123694) 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-ssh4624551436903090993.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-ssh3687007983985061278.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-591/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-591/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh1006294953418997682.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-591/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh8893640819741963254.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-ssh818880491265489117.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-591/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-591/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh5979183036619853093.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-12674 in /w/workspace/gexfoundry_device-mqtt-go_PR-591 [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-591 # 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/591/head:refs/remotes/origin/PR-591 +refs/heads/main:refs/remotes/origin/main # timeout=10 Merging remotes/origin/main commit 2e0357b1824e5884c9b2b56c2fd5ebe36d00b6c9 into PR head commit 714374070cc11d2032dbbe88c00559c6a0f6b599 Merge succeeded, producing 714374070cc11d2032dbbe88c00559c6a0f6b599 Checking out Revision 714374070cc11d2032dbbe88c00559c6a0f6b599 (PR-591) Commit message: "build(deps): bump github.com/edgexfoundry/device-sdk-go/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 01:59:20 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) > git config core.sparsecheckout # timeout=10 > git checkout -f 714374070cc11d2032dbbe88c00559c6a0f6b599 # 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 2e0357b1824e5884c9b2b56c2fd5ebe36d00b6c9 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 714374070cc11d2032dbbe88c00559c6a0f6b599 # timeout=10 [Pipeline] script [Pipeline] { [Pipeline] withCredentials 01:59:20 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 01:59:20 ========================================================= 01:59:20 EdgeX Global Pipelines Version Info 01:59:20 ========================================================= [Pipeline] libraryResource [Pipeline] sh 01:59:21 ------------------- 01:59:21 stable info: 01:59:21 ------------------- 01:59:21 Commited By: Bill Mahoney bill.mahoney@intel.com 01:59:21 Commit SHA: 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 01:59:21 Message: update stable to v1.0.248 01:59:22 ------------------- 01:59:22 experimental info: 01:59:22 ------------------- 01:59:22 Commited By: **** collab-it+edgex@linuxfoundation.org 01:59:22 Commit SHA: 4fc256d9079ed2258907e613f84b1b8da264a4bd 01:59:22 Message: update experimental to v1.0.249 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 01:59:22 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-mqtt-go-settings [Pipeline] echo 01:59:22 [edgeXSetupEnvironment]: set envvar PROJECT = device-mqtt-go [Pipeline] echo 01:59:22 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 01:59:22 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 01:59:22 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 01:59:22 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.20 [Pipeline] echo 01:59:22 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 01:59:22 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 01:59:22 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 01:59:22 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 01:59:22 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 01:59:22 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-mqtt [Pipeline] echo 01:59:23 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 01:59:23 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 01:59:23 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 01:59:23 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 01:59:23 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 01:59:23 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 01:59:23 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 01:59:23 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 01:59:23 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 01:59:23 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 01:59:23 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 01:59:23 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 01:59:23 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 01:59:23 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 01:59:23 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 01:59:23 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-591 [Pipeline] echo 01:59:23 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-591 [Pipeline] echo 01:59:23 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-591 [Pipeline] echo 01:59:23 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 714374070cc11d2032dbbe88c00559c6a0f6b599 [Pipeline] echo 01:59:23 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 7143740 [Pipeline] echo 01:59:23 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 01:59:23 provisioning config files... 01:59:23 copy managed file [device-mqtt-go-settings] to file:/w/workspace/gexfoundry_device-mqtt-go_PR-591@tmp/config616701827157087113tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 01:59:24 ---> docker-login.sh 01:59:24 nexus3.edgexfoundry.org:10001 01:59:24 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:59:24 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:59:24 Configure a credential helper to remove this warning. See 01:59:24 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:59:24 01:59:24 Login Succeeded 01:59:24 nexus3.edgexfoundry.org:10002 01:59:24 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:59:24 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:59:24 Configure a credential helper to remove this warning. See 01:59:24 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:59:24 01:59:24 Login Succeeded 01:59:24 nexus3.edgexfoundry.org:10003 01:59:24 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:59:24 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:59:24 Configure a credential helper to remove this warning. See 01:59:24 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:59:24 01:59:24 Login Succeeded 01:59:24 nexus3.edgexfoundry.org:10004 01:59:25 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:59:25 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:59:25 Configure a credential helper to remove this warning. See 01:59:25 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:59:25 01:59:25 Login Succeeded 01:59:25 docker.io 01:59:25 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:59:25 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:59:25 Configure a credential helper to remove this warning. See 01:59:25 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:59:25 01:59:25 Login Succeeded 01:59:25 ---> docker-login.sh ends [Pipeline] } 01:59:25 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh 01:59:26 + git rev-list -1 --merges 714374070cc11d2032dbbe88c00559c6a0f6b599~1..714374070cc11d2032dbbe88c00559c6a0f6b599 [Pipeline] echo 01:59:26 -----------> git rev-list -1 --merges 714374070cc11d2032dbbe88c00559c6a0f6b599~1..714374070cc11d2032dbbe88c00559c6a0f6b599 714374070cc11d2032dbbe88c00559c6a0f6b599 [false] [Pipeline] sh 01:59:26 + git log --format=format:%s -1 714374070cc11d2032dbbe88c00559c6a0f6b599 [Pipeline] echo 01:59:26 ========================================================= 01:59:26 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 01:59:26 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 01:59:26 + git log --format=format:%s -1 714374070cc11d2032dbbe88c00559c6a0f6b599 [Pipeline] echo 01:59:26 [semverPrep] GIT_COMMIT: 714374070cc11d2032dbbe88c00559c6a0f6b599, Commit Message: build(deps): bump github.com/edgexfoundry/device-sdk-go/v3 [Pipeline] echo 01:59:26 [semverPrep] This is not a build commit. [Pipeline] sh 01:59:27 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 01:59:27 + grep -v github /etc/ssh/ssh_known_hosts 01:59:27 + [ -e /tmp/ssh_known_hosts ] 01:59:27 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 01:59:27 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 01:59:27 + sudo tee -a /etc/ssh/ssh_known_hosts 01:59:27 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:59:27 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 01:59:27 01:59:27 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:59:28 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 01:59:28 0.1.4: Pulling from edgex-devops/py-git-semver 01:59:28 b85a868b505f: Pulling fs layer 01:59:28 e2be974225ed: Pulling fs layer 01:59:28 339a4e72a1f5: Pulling fs layer 01:59:28 988bab9f4d93: Pulling fs layer 01:59:28 1469e6f7b9e6: Pulling fs layer 01:59:28 eaf3925da568: Pulling fs layer 01:59:28 bab4dde63d76: Pulling fs layer 01:59:28 bde34c3a00c8: Pulling fs layer 01:59:28 b352a97aabf1: Pulling fs layer 01:59:28 4872d77fe225: Pulling fs layer 01:59:28 5851b861e8e6: Pulling fs layer 01:59:28 bab4dde63d76: Waiting 01:59:28 bde34c3a00c8: Waiting 01:59:28 988bab9f4d93: Waiting 01:59:28 b352a97aabf1: Waiting 01:59:28 4872d77fe225: Waiting 01:59:28 1469e6f7b9e6: Waiting 01:59:28 eaf3925da568: Waiting 01:59:28 e2be974225ed: Download complete 01:59:28 988bab9f4d93: Verifying Checksum 01:59:28 988bab9f4d93: Download complete 01:59:28 339a4e72a1f5: Verifying Checksum 01:59:28 339a4e72a1f5: Download complete 01:59:28 1469e6f7b9e6: Verifying Checksum 01:59:28 1469e6f7b9e6: Download complete 01:59:28 eaf3925da568: Verifying Checksum 01:59:28 eaf3925da568: Download complete 01:59:28 bde34c3a00c8: Verifying Checksum 01:59:28 bde34c3a00c8: Download complete 01:59:28 b352a97aabf1: Download complete 01:59:28 4872d77fe225: Verifying Checksum 01:59:28 5851b861e8e6: Verifying Checksum 01:59:28 5851b861e8e6: Download complete 01:59:28 b85a868b505f: Verifying Checksum 01:59:28 b85a868b505f: Download complete 01:59:28 bab4dde63d76: Verifying Checksum 01:59:28 bab4dde63d76: Download complete 01:59:29 b85a868b505f: Pull complete 01:59:29 e2be974225ed: Pull complete 01:59:30 339a4e72a1f5: Pull complete 01:59:30 988bab9f4d93: Pull complete 01:59:30 1469e6f7b9e6: Pull complete 01:59:30 eaf3925da568: Pull complete 01:59:32 bab4dde63d76: Pull complete 01:59:32 bde34c3a00c8: Pull complete 01:59:32 b352a97aabf1: Pull complete 01:59:32 4872d77fe225: Pull complete 01:59:32 5851b861e8e6: Pull complete 01:59:32 Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 01:59:32 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 01:59:32 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 01:59:33 prd-ubuntu20.04-docker-8c-8g-12674 does not seem to be running inside a container 01:59:33 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_device-mqtt-go_PR-591 -v /w/workspace/gexfoundry_device-mqtt-go_PR-591:/w/workspace/gexfoundry_device-mqtt-go_PR-591:rw,z -v /w/workspace/gexfoundry_device-mqtt-go_PR-591@tmp:/w/workspace/gexfoundry_device-mqtt-go_PR-591@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 01:59:35 $ docker top 8ff2bf8c387d1965ce40a195b1f4354f440dd8777b41fcf254cde1fe689bb1db -eo pid,comm 01:59:35 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). 01:59:35 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 01:59:35 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 01:59:35 [ssh-agent] Looking for ssh-agent implementation... 01:59:35 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 01:59:35 $ docker exec 8ff2bf8c387d1965ce40a195b1f4354f440dd8777b41fcf254cde1fe689bb1db ssh-agent 01:59:36 SSH_AUTH_SOCK=/tmp/ssh-PS5Nfg74rjwd/agent.32 01:59:36 SSH_AGENT_PID=38 01:59:36 Running ssh-add (command line suppressed) 01:59:36 Identity added: /w/workspace/gexfoundry_device-mqtt-go_PR-591@tmp/private_key_5702947204738614817.key (/w/workspace/gexfoundry_device-mqtt-go_PR-591@tmp/private_key_5702947204738614817.key) 01:59:36 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 01:59:36 + git tag --points-at HEAD [Pipeline] } 01:59:36 $ docker exec --env ******** --env ******** 8ff2bf8c387d1965ce40a195b1f4354f440dd8777b41fcf254cde1fe689bb1db ssh-agent -k 01:59:36 unset SSH_AUTH_SOCK; 01:59:36 unset SSH_AGENT_PID; 01:59:36 echo Agent pid 38 killed; 01:59:36 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 01:59:36 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 01:59:36 [ssh-agent] Looking for ssh-agent implementation... 01:59:36 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 01:59:36 $ docker exec 8ff2bf8c387d1965ce40a195b1f4354f440dd8777b41fcf254cde1fe689bb1db ssh-agent 01:59:36 SSH_AUTH_SOCK=/tmp/ssh-MP2YpsYNHpt5/agent.70 01:59:36 SSH_AGENT_PID=76 01:59:36 Running ssh-add (command line suppressed) 01:59:37 Identity added: /w/workspace/gexfoundry_device-mqtt-go_PR-591@tmp/private_key_12704188809908076509.key (/w/workspace/gexfoundry_device-mqtt-go_PR-591@tmp/private_key_12704188809908076509.key) 01:59:37 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 01:59:37 + git semver init 01:59:37 2023-05-04 01:59:37,636 [run_init] DEBUG init version:0.0.0 force:False 01:59:37 2023-05-04 01:59:37,636 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/gexfoundry_device-mqtt-go_PR-591/.semver 01:59:37 2023-05-04 01:59:37,637 [execute] INFO git clone -b semver git@github.com:edgexfoundry/device-mqtt-go.git /w/workspace/gexfoundry_device-mqtt-go_PR-591/.semver 01:59:37 2023-05-04 01:59:37,637 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/device-mqtt-go.git', '/w/workspace/gexfoundry_device-mqtt-go_PR-591/.semver'], cwd=/w/workspace/gexfoundry_device-mqtt-go_PR-591, universal_newlines=False, shell=None, istream=None) 01:59:38 2023-05-04 01:59:38,428 [append_file] DEBUG append to file:/w/workspace/gexfoundry_device-mqtt-go_PR-591/.git/info/exclude 01:59:38 2023-05-04 01:59:38,428 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/gexfoundry_device-mqtt-go_PR-591/.semver/PR-591 with force:False 01:59:38 2023-05-04 01:59:38,428 [write_file] DEBUG write to file:/w/workspace/gexfoundry_device-mqtt-go_PR-591/.semver/PR-591 01:59:38 2023-05-04 01:59:38,432 [execute] INFO git cat-file --batch-check 01:59:38 2023-05-04 01:59:38,432 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/gexfoundry_device-mqtt-go_PR-591/.semver, universal_newlines=False, shell=None, istream=) 01:59:38 2023-05-04 01:59:38,438 [execute] INFO git cat-file --batch 01:59:38 2023-05-04 01:59:38,438 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/gexfoundry_device-mqtt-go_PR-591/.semver, universal_newlines=False, shell=None, istream=) 01:59:38 2023-05-04 01:59:38,442 [read_version] DEBUG read version from /w/workspace/gexfoundry_device-mqtt-go_PR-591/.semver/PR-591 01:59:38 0.0.0 [Pipeline] } 01:59:38 $ docker exec --env ******** --env ******** 8ff2bf8c387d1965ce40a195b1f4354f440dd8777b41fcf254cde1fe689bb1db ssh-agent -k 01:59:38 unset SSH_AUTH_SOCK; 01:59:38 unset SSH_AGENT_PID; 01:59:38 echo Agent pid 76 killed; 01:59:38 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 01:59:39 + git semver [Pipeline] } 01:59:39 $ docker stop --time=1 8ff2bf8c387d1965ce40a195b1f4354f440dd8777b41fcf254cde1fe689bb1db 01:59:40 $ docker rm -f --volumes 8ff2bf8c387d1965ce40a195b1f4354f440dd8777b41fcf254cde1fe689bb1db [Pipeline] // withDockerContainer [Pipeline] sh 01:59:41 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 01:59:41 Stashed 1 file(s) [Pipeline] echo 01:59:41 [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 01:59:42 provisioning config files... 01:59:42 copy managed file [device-mqtt-go-settings] to file:/w/workspace/gexfoundry_device-mqtt-go_PR-591@tmp/config13857163749646181191tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 01:59:42 ---> docker-login.sh 01:59:42 nexus3.edgexfoundry.org:10001 01:59:42 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:59:42 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:59:42 Configure a credential helper to remove this warning. See 01:59:42 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:59:42 01:59:42 Login Succeeded 01:59:42 nexus3.edgexfoundry.org:10002 01:59:42 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:59:42 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:59:42 Configure a credential helper to remove this warning. See 01:59:42 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:59:42 01:59:42 Login Succeeded 01:59:42 nexus3.edgexfoundry.org:10003 01:59:42 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:59:42 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:59:42 Configure a credential helper to remove this warning. See 01:59:42 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:59:42 01:59:42 Login Succeeded 01:59:42 nexus3.edgexfoundry.org:10004 01:59:42 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:59:42 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:59:42 Configure a credential helper to remove this warning. See 01:59:42 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:59:42 01:59:42 Login Succeeded 01:59:42 docker.io 01:59:42 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:59:43 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:59:43 Configure a credential helper to remove this warning. See 01:59:43 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:59:43 01:59:43 Login Succeeded 01:59:43 ---> docker-login.sh ends [Pipeline] } 01:59:43 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 01:59:43 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 01:59:43 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 01:59:43 ========================================================= 01:59:43 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine] 01:59:43 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:59:43 + 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 . 01:59:43 Sending build context to Docker daemon 6.512MB 01:59:43 Step 1/12 : ARG BASE=golang:1.20-alpine3.17 01:59:43 Step 2/12 : FROM ${BASE} AS builder 01:59:43 1.20-alpine: Pulling from edgex-devops/edgex-golang-base 01:59:43 f56be85fc22e: Pulling fs layer 01:59:43 85791d961cd3: Pulling fs layer 01:59:43 d694b5ae8c79: Pulling fs layer 01:59:43 9f32a84ed3da: Pulling fs layer 01:59:43 4d19c01a9841: Pulling fs layer 01:59:43 9325e15d5711: Pulling fs layer 01:59:43 556b6ee489ea: Pulling fs layer 01:59:43 c5a4b2cf53e6: Pulling fs layer 01:59:43 9f32a84ed3da: Waiting 01:59:43 4d19c01a9841: Waiting 01:59:43 556b6ee489ea: Waiting 01:59:43 c5a4b2cf53e6: Waiting 01:59:43 9325e15d5711: Waiting 01:59:43 85791d961cd3: Verifying Checksum 01:59:43 85791d961cd3: Download complete 01:59:43 9f32a84ed3da: Verifying Checksum 01:59:43 9f32a84ed3da: Download complete 01:59:43 4d19c01a9841: Download complete 01:59:44 f56be85fc22e: Verifying Checksum 01:59:44 f56be85fc22e: Download complete 01:59:44 9325e15d5711: Verifying Checksum 01:59:44 9325e15d5711: Download complete 01:59:44 f56be85fc22e: Pull complete 01:59:44 85791d961cd3: Pull complete 01:59:44 c5a4b2cf53e6: Verifying Checksum 01:59:44 c5a4b2cf53e6: Download complete 01:59:44 d694b5ae8c79: Verifying Checksum 01:59:44 d694b5ae8c79: Download complete 01:59:44 556b6ee489ea: Download complete 01:59:47 d694b5ae8c79: Pull complete 01:59:47 9f32a84ed3da: Pull complete 01:59:47 4d19c01a9841: Pull complete 01:59:47 9325e15d5711: Pull complete 01:59:50 556b6ee489ea: Pull complete 01:59:50 c5a4b2cf53e6: Pull complete 01:59:50 Digest: sha256:cdb650785bd12602035d3ff87499385c169773a4d12d6eaf394b34464d3a0f2b 01:59:50 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine 01:59:50 ---> c4be618373d6 01:59:50 Step 3/12 : ARG ADD_BUILD_TAGS="" 01:59:55 ---> Running in ec52ea8610a5 01:59:55 Removing intermediate container ec52ea8610a5 01:59:55 ---> 6a81c8bf9a04 01:59:55 Step 4/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 01:59:55 ---> Running in 52f95e06fac8 01:59:55 Removing intermediate container 52f95e06fac8 01:59:55 ---> e4c0f2270114 01:59:55 Step 5/12 : ARG ALPINE_PKG_BASE="make git openssh-client" 01:59:55 ---> Running in c7ec9e0bbb1b 01:59:55 Removing intermediate container c7ec9e0bbb1b 01:59:55 ---> f1df1e7d18b6 01:59:55 Step 6/12 : ARG ALPINE_PKG_EXTRA="" 01:59:55 ---> Running in 4cc9b4ed6533 01:59:55 Removing intermediate container 4cc9b4ed6533 01:59:55 ---> 5fe301570a57 01:59:55 Step 7/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 01:59:55 ---> Running in bdb87a00b9be 01:59:55 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 01:59:55 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 01:59:55 (1/4) Installing openssh-keygen (9.1_p1-r2) 01:59:55 (2/4) Installing libedit (20221030.3.1-r0) 01:59:55 (3/4) Installing openssh-client-common (9.1_p1-r2) 01:59:55 (4/4) Installing openssh-client-default (9.1_p1-r2) 01:59:55 Executing busybox-1.35.0-r29.trigger 01:59:55 OK: 269 MiB in 57 packages 01:59:56 Removing intermediate container bdb87a00b9be 01:59:56 ---> 44e08c98c960 01:59:56 Step 8/12 : WORKDIR /device-mqtt-go 01:59:56 ---> Running in 84f83410bda2 01:59:56 Removing intermediate container 84f83410bda2 01:59:56 ---> 5d2b7a0b0ae7 01:59:56 Step 9/12 : COPY go.mod vendor* ./ 01:59:56 ---> 24bc74250e25 01:59:56 Step 10/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:59:56 ---> Running in 3497d53752a4 01:59:56 Still waiting to schedule task 01:59:56 ‘prd-centos7-blackbox-4c-2g-12073’ doesn’t have label ‘ubuntu20.04-docker-arm64-4c-16g’ 01:59:56 ‘prd-centos7-blackbox-4c-2g-12074’ doesn’t have label ‘ubuntu20.04-docker-arm64-4c-16g’ 01:59:56 ‘prd-ubuntu20.04-docker-arm64-4c-16g-12675’ is offline 02:00:23 Removing intermediate container 3497d53752a4 02:00:23 ---> 4abb717363a9 02:00:23 Step 11/12 : COPY . . 02:00:23 ---> 3c7553946b16 02:00:23 Step 12/12 : RUN $MAKE 02:00:23 ---> Running in 54b1e2868be5 02:00:23 noop 02:00:23 Removing intermediate container 54b1e2868be5 02:00:23 ---> 2007960631dc 02:00:23 Successfully built 2007960631dc 02:00:23 Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:00:23 + docker inspect -f . ci-base-image-x86_64 02:00:23 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 02:00:24 prd-ubuntu20.04-docker-8c-8g-12674 does not seem to be running inside a container 02:00:24 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/gexfoundry_device-mqtt-go_PR-591 -v /w/workspace/gexfoundry_device-mqtt-go_PR-591:/w/workspace/gexfoundry_device-mqtt-go_PR-591:rw,z -v /w/workspace/gexfoundry_device-mqtt-go_PR-591@tmp:/w/workspace/gexfoundry_device-mqtt-go_PR-591@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:00:24 $ docker top eac4b8992e3d55824336bcbf1952128af4f1ca3432a3a8f9f7cfd781e0d54e1c -eo pid,comm [Pipeline] { [Pipeline] sh 02:00:24 + go version 02:00:24 go version go1.20.2 linux/amd64 [Pipeline] } 02:00:24 $ docker stop --time=1 eac4b8992e3d55824336bcbf1952128af4f1ca3432a3a8f9f7cfd781e0d54e1c 02:00:26 $ docker rm -f --volumes eac4b8992e3d55824336bcbf1952128af4f1ca3432a3a8f9f7cfd781e0d54e1c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:00:26 + docker inspect -f . ci-base-image-x86_64 02:00:26 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 02:00:27 prd-ubuntu20.04-docker-8c-8g-12674 does not seem to be running inside a container 02:00:27 $ 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-591 -v /w/workspace/gexfoundry_device-mqtt-go_PR-591:/w/workspace/gexfoundry_device-mqtt-go_PR-591:rw,z -v /w/workspace/gexfoundry_device-mqtt-go_PR-591@tmp:/w/workspace/gexfoundry_device-mqtt-go_PR-591@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:00:27 $ docker top 73ca104e16258faba5c1d8624d4684c1216918a1109af5d768498220e89efdf0 -eo pid,comm [Pipeline] { [Pipeline] sh 02:00:27 + git config --global --add safe.directory /w/workspace/gexfoundry_device-mqtt-go_PR-591 [Pipeline] fileExists [Pipeline] sh 02:00:28 + make test 02:00:28 go test ./... -coverprofile=coverage.out ./... 02:00:33 ? github.com/edgexfoundry/device-mqtt-go [no test files] 02:00:43 ? github.com/edgexfoundry/device-mqtt-go/cmd [no test files] 02:00:43 ? github.com/edgexfoundry/device-mqtt-go/mock [no test files] 02:00:43 ok github.com/edgexfoundry/device-mqtt-go/internal/driver 0.018s coverage: 23.1% of statements 02:00:50 go vet ./... 02:00:54 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 02:00:54 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 02:00:54 ./bin/test-attribution-txt.sh [Pipeline] echo 02:00:54 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 02:00:54 $ docker stop --time=1 73ca104e16258faba5c1d8624d4684c1216918a1109af5d768498220e89efdf0 02:00:57 $ docker rm -f --volumes 73ca104e16258faba5c1d8624d4684c1216918a1109af5d768498220e89efdf0 [Pipeline] // withDockerContainer [Pipeline] sh 02:00:58 + sudo chown -R jenkins:jenkins . [Pipeline] stash 02:00:58 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 02:00:58 + sudo chown -R jenkins:jenkins . [Pipeline] sh 02:00:58 + ls -al . 02:00:58 total 180 02:00:58 drwxrwxr-x 10 jenkins jenkins 4096 May 4 02:00 . 02:00:58 drwxrwxr-x 4 jenkins jenkins 4096 May 4 01:59 .. 02:00:58 -rw-rw-r-- 1 jenkins jenkins 140 May 4 01:59 .dockerignore 02:00:58 drwxrwxr-x 8 jenkins jenkins 4096 May 4 01:59 .git 02:00:58 drwxrwxr-x 3 jenkins jenkins 4096 May 4 01:59 .github 02:00:58 -rw-rw-r-- 1 jenkins jenkins 329 May 4 01:59 .gitignore 02:00:58 -rw-rw-r-- 1 jenkins jenkins 41 May 4 01:59 .golangci.yml 02:00:58 drwxr-xr-x 3 jenkins jenkins 4096 May 4 01:59 .semver 02:00:58 -rw-rw-r-- 1 jenkins jenkins 9417 May 4 01:59 Attribution.txt 02:00:58 -rw-rw-r-- 1 jenkins jenkins 13162 May 4 01:59 CHANGELOG.md 02:00:58 -rw-rw-r-- 1 jenkins jenkins 1689 May 4 01:59 Dockerfile 02:00:58 -rw-rw-r-- 1 jenkins jenkins 677 May 4 01:59 GOVERNANCE.md 02:00:58 -rw-rw-r-- 1 jenkins jenkins 678 May 4 01:59 Jenkinsfile 02:00:58 -rw-rw-r-- 1 jenkins jenkins 11340 May 4 01:59 LICENSE 02:00:58 -rw-rw-r-- 1 jenkins jenkins 1732 May 4 01:59 Makefile 02:00:58 -rw-rw-r-- 1 jenkins jenkins 620 May 4 01:59 OWNERS.md 02:00:58 -rw-rw-r-- 1 jenkins jenkins 3165 May 4 01:59 README.md 02:00:58 -rw-rw-r-- 1 jenkins jenkins 5 May 4 01:59 VERSION 02:00:58 drwxrwxr-x 2 jenkins jenkins 4096 May 4 01:59 bin 02:00:58 drwxrwxr-x 3 jenkins jenkins 4096 May 4 01:59 cmd 02:00:58 -rw-r--r-- 1 jenkins jenkins 18144 May 4 02:00 coverage.out 02:00:58 -rw-rw-r-- 1 jenkins jenkins 3333 May 4 01:59 go.mod 02:00:58 -rw-rw-r-- 1 jenkins jenkins 31328 May 4 01:59 go.sum 02:00:58 drwxrwxr-x 3 jenkins jenkins 4096 May 4 01:59 internal 02:00:58 drwxrwxr-x 2 jenkins jenkins 4096 May 4 01:59 mock 02:00:58 drwxrwxr-x 4 jenkins jenkins 4096 May 4 01:59 snap 02:00:58 -rw-rw-r-- 1 jenkins jenkins 227 May 4 01:59 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:00:59 + 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=714374070cc11d2032dbbe88c00559c6a0f6b599 --label arch=amd64 --label version=0.0.0 . 02:00:59 Sending build context to Docker daemon 6.531MB 02:00:59 Step 1/24 : ARG BASE=golang:1.20-alpine3.17 02:00:59 Step 2/24 : FROM ${BASE} AS builder 02:00:59 ---> 2007960631dc 02:00:59 Step 3/24 : ARG ADD_BUILD_TAGS="" 02:00:59 ---> Running in f0ce2fbe5a9d 02:00:59 Removing intermediate container f0ce2fbe5a9d 02:00:59 ---> f5a9a03dd256 02:00:59 Step 4/24 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 02:00:59 ---> Running in db1459a56cfa 02:00:59 Removing intermediate container db1459a56cfa 02:00:59 ---> 1a89cfdd45bd 02:00:59 Step 5/24 : ARG ALPINE_PKG_BASE="make git openssh-client" 02:00:59 ---> Running in bb2b5bca339c 02:00:59 Removing intermediate container bb2b5bca339c 02:00:59 ---> c94d059f23a3 02:00:59 Step 6/24 : ARG ALPINE_PKG_EXTRA="" 02:00:59 ---> Running in e5a409936fea 02:00:59 Removing intermediate container e5a409936fea 02:00:59 ---> 73e53806d44a 02:00:59 Step 7/24 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 02:00:59 ---> Running in bfe8c4811c78 02:01:00 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 02:01:00 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 02:01:00 OK: 269 MiB in 57 packages 02:01:00 Removing intermediate container bfe8c4811c78 02:01:00 ---> 4658597015bf 02:01:00 Step 8/24 : WORKDIR /device-mqtt-go 02:01:00 ---> Running in 4171336a2170 02:01:00 Removing intermediate container 4171336a2170 02:01:00 ---> 8757f9aad8cc 02:01:00 Step 9/24 : COPY go.mod vendor* ./ 02:01:00 ---> 665635c09e03 02:01:00 Step 10/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 02:01:00 ---> Running in 07f1a3c3b3af 02:01:01 Removing intermediate container 07f1a3c3b3af 02:01:01 ---> 5e0b5ade1dfe 02:01:01 Step 11/24 : COPY . . 02:01:02 ---> ac3077015827 02:01:02 Step 12/24 : RUN $MAKE 02:01:02 ---> Running in b21cd08afea9 02:01:02 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:01:24 Removing intermediate container b21cd08afea9 02:01:24 ---> 99c82aff2e66 02:01:24 Step 13/24 : FROM alpine:3.17 02:01:24 3.17: Pulling from library/alpine 02:01:24 f56be85fc22e: Already exists 02:01:24 Digest: sha256:124c7d2707904eea7431fffe91522a01e5a861a624ee31d03372cc1d138a3126 02:01:24 Status: Downloaded newer image for alpine:3.17 02:01:24 ---> 9ed4aefc74f6 02:01:24 Step 14/24 : LABEL license='VSPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020-2021: IoTech Ltd' 02:01:24 ---> Running in 15012b0f8ae3 02:01:24 Removing intermediate container 15012b0f8ae3 02:01:24 ---> 54140ec8eedd 02:01:24 Step 15/24 : RUN apk add --update --no-cache dumb-init 02:01:24 ---> Running in 7fc70ca02d21 02:01:24 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 02:01:24 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 02:01:24 (1/1) Installing dumb-init (1.2.5-r2) 02:01:24 Executing busybox-1.35.0-r29.trigger 02:01:24 OK: 7 MiB in 16 packages 02:01:24 Removing intermediate container 7fc70ca02d21 02:01:24 ---> d3a29819ce63 02:01:24 Step 16/24 : COPY --from=builder /device-mqtt-go/cmd / 02:01:24 ---> ba447f783204 02:01:24 Step 17/24 : COPY --from=builder /device-mqtt-go/LICENSE / 02:01:24 ---> d2d3e3b8fe4d 02:01:24 Step 18/24 : COPY --from=builder /device-mqtt-go/Attribution.txt / 02:01:24 ---> 807723c60fe0 02:01:24 Step 19/24 : EXPOSE 59982 02:01:24 ---> Running in a9c7870161f6 02:01:24 Removing intermediate container a9c7870161f6 02:01:24 ---> 02fbb4d10d5b 02:01:24 Step 20/24 : ENTRYPOINT ["/device-mqtt"] 02:01:24 ---> Running in 5b7c503b357c 02:01:24 Removing intermediate container 5b7c503b357c 02:01:24 ---> af526e7c7ed3 02:01:24 Step 21/24 : CMD ["--cp=consul://edgex-core-consul:8500", "--registry"] 02:01:24 ---> Running in b7ada0e14da8 02:01:24 Removing intermediate container b7ada0e14da8 02:01:24 ---> 7584426f2645 02:01:24 Step 22/24 : LABEL arch=amd64 02:01:24 ---> Running in e5246e5bcef8 02:01:24 Removing intermediate container e5246e5bcef8 02:01:24 ---> 68d07500dc10 02:01:24 Step 23/24 : LABEL git_sha=714374070cc11d2032dbbe88c00559c6a0f6b599 02:01:24 ---> Running in d10eff90f077 02:01:24 Removing intermediate container d10eff90f077 02:01:24 ---> e918cb098289 02:01:24 Step 24/24 : LABEL version=0.0.0 02:01:24 ---> Running in 6a4fdad4ea94 02:01:24 Removing intermediate container 6a4fdad4ea94 02:01:24 ---> 99afb5e3c9ae 02:01:24 [Warning] One or more build-args [ARCH] were not consumed 02:01:24 Successfully built 99afb5e3c9ae 02:01:24 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:01:25 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 02:01:25 02:01:25 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:01:25 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 02:01:25 latest: Pulling from edgex-lftools-log-publisher 02:01:25 5eb5b503b376: Pulling fs layer 02:01:25 5c69ac0246d0: Pulling fs layer 02:01:25 ec43610c2a17: Pulling fs layer 02:01:25 3a2ae6a8a46f: Pulling fs layer 02:01:25 33b1e0a273af: Pulling fs layer 02:01:25 5d3b04190fa2: Pulling fs layer 02:01:25 2f39f015ded8: Pulling fs layer 02:01:25 3a2ae6a8a46f: Waiting 02:01:25 5d3b04190fa2: Waiting 02:01:25 2f39f015ded8: Waiting 02:01:25 33b1e0a273af: Waiting 02:01:25 5c69ac0246d0: Download complete 02:01:25 3a2ae6a8a46f: Verifying Checksum 02:01:25 3a2ae6a8a46f: Download complete 02:01:25 33b1e0a273af: Verifying Checksum 02:01:25 33b1e0a273af: Download complete 02:01:25 ec43610c2a17: Verifying Checksum 02:01:25 ec43610c2a17: Download complete 02:01:25 5d3b04190fa2: Verifying Checksum 02:01:25 5d3b04190fa2: Download complete 02:01:25 5eb5b503b376: Download complete 02:01:26 2f39f015ded8: Download complete 02:01:27 5eb5b503b376: Pull complete 02:01:27 5c69ac0246d0: Pull complete 02:01:27 ec43610c2a17: Pull complete 02:01:27 3a2ae6a8a46f: Pull complete 02:01:27 33b1e0a273af: Pull complete 02:01:27 5d3b04190fa2: Pull complete 02:01:32 2f39f015ded8: Pull complete 02:01:32 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 02:01:32 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 02:01:32 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 02:01:32 prd-ubuntu20.04-docker-8c-8g-12674 does not seem to be running inside a container 02:01:32 $ 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-591 -v /w/workspace/gexfoundry_device-mqtt-go_PR-591:/w/workspace/gexfoundry_device-mqtt-go_PR-591:rw,z -v /w/workspace/gexfoundry_device-mqtt-go_PR-591@tmp:/w/workspace/gexfoundry_device-mqtt-go_PR-591@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:01:36 $ docker top 8b8d489bf61b6fced9f0f9795906d897c9a6dac3bd955554a4b7d63de0f8d703 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 02:01:37 ---> job-cost.sh 02:01:37 lf-activate-venv: SKIPPING 02:01:37 INFO: No Stack... 02:01:37 INFO: Retrieving Pricing Info for: v3-standard-8 02:01:37 INFO: Archiving Costs [Pipeline] sh 02:01:38 + cat /w/workspace/gexfoundry_device-mqtt-go_PR-591/archives/cost.csv 02:01:38 + cut -d, -f6 [Pipeline] lock 02:01:38 Trying to acquire lock on [jenkins-edgexfoundry-device-mqtt-go-PR-591-1-stack-cost] 02:01:38 Resource [jenkins-edgexfoundry-device-mqtt-go-PR-591-1-stack-cost] did not exist. Created. 02:01:38 Lock acquired on [jenkins-edgexfoundry-device-mqtt-go-PR-591-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 02:01:38 + echo total: 0.2199999988079071 [Pipeline] stash 02:01:38 Stashed 1 file(s) [Pipeline] } 02:01:38 Lock released on resource [jenkins-edgexfoundry-device-mqtt-go-PR-591-1-stack-cost] [Pipeline] // lock [Pipeline] } 02:01:38 $ docker stop --time=1 8b8d489bf61b6fced9f0f9795906d897c9a6dac3bd955554a4b7d63de0f8d703 02:01:39 $ docker rm -f --volumes 8b8d489bf61b6fced9f0f9795906d897c9a6dac3bd955554a4b7d63de0f8d703 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 02:02:31 Running on prd-ubuntu20.04-docker-arm64-4c-16g-12677 in /w/workspace/gexfoundry_device-mqtt-go_PR-591 [Pipeline] { [Pipeline] ws 02:02:31 Running in /w/workspace/device-mqtt-go/1 [Pipeline] { [Pipeline] checkout 02:02:31 Selected Git installation does not exist. Using Default 02:02:31 The recommended git tool is: NONE 02:02:37 using credential edgex-jenkins-ssh 02:02:37 Cloning the remote Git repository 02:02:37 Cloning repository git@github.com:edgexfoundry/device-mqtt-go.git 02:02:37 > git init /w/workspace/device-mqtt-go/1 # timeout=10 02:02:37 Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git 02:02:37 > git --version # timeout=10 02:02:37 > git --version # 'git version 2.25.1' 02:02:37 using GIT_SSH to set credentials SSH Credentials for GitHub 02:02:37 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 02:02:39 > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 02:02:39 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 02:02:40 > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 02:02:40 Merging remotes/origin/main commit 2e0357b1824e5884c9b2b56c2fd5ebe36d00b6c9 into PR head commit 714374070cc11d2032dbbe88c00559c6a0f6b599 02:02:40 Merge succeeded, producing 714374070cc11d2032dbbe88c00559c6a0f6b599 02:02:40 Checking out Revision 714374070cc11d2032dbbe88c00559c6a0f6b599 (PR-591) 02:02:40 Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git 02:02:40 using GIT_SSH to set credentials SSH Credentials for GitHub 02:02:40 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/pull/591/head:refs/remotes/origin/PR-591 +refs/heads/main:refs/remotes/origin/main # timeout=10 02:02:40 > git config core.sparsecheckout # timeout=10 02:02:40 > git checkout -f 714374070cc11d2032dbbe88c00559c6a0f6b599 # timeout=10 02:02:40 > git remote # timeout=10 02:02:40 > git config --get remote.origin.url # timeout=10 02:02:40 using GIT_SSH to set credentials SSH Credentials for GitHub 02:02:40 > git merge 2e0357b1824e5884c9b2b56c2fd5ebe36d00b6c9 # timeout=10 02:02:40 > git rev-parse HEAD^{commit} # timeout=10 02:02:40 > git config core.sparsecheckout # timeout=10 02:02:41 > git checkout -f 714374070cc11d2032dbbe88c00559c6a0f6b599 # timeout=10 02:02:41 Commit message: "build(deps): bump github.com/edgexfoundry/device-sdk-go/v3" 02:02:41 > git --version # timeout=10 02:02:41 > git --version # 'git version 2.25.1' 02:02:41 fatal: bad object 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 02:02:42 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 02:02:42 % Total % Received % Xferd Average Speed Time Time Time Current 02:02:42 Dload Upload Total Spent Left Speed 02:02:42 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 200k 0 --:--:-- --:--:-- --:--:-- 200k [Pipeline] sh 02:02:43 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 02:02:43 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 02:02:43 + sudo tee /etc/docker/daemon.new 02:02:43 { 02:02:43 "registry-mirrors": [ 02:02:43 "https://nexus3.edgexfoundry.org:10001" 02:02:43 ], 02:02:43 "bip": "10.250.0.254/24", 02:02:43 "hosts": [ 02:02:43 "tcp://0.0.0.0:5555", 02:02:43 "unix:///var/run/docker.sock" 02:02:43 ], 02:02:43 "mtu": 1458, 02:02:43 "selinux-enabled": true, 02:02:43 "seccomp-profile": "/etc/docker/seccomp.json" 02:02:43 } [Pipeline] sh 02:02:44 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 02:02:44 + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 02:03:02 provisioning config files... 02:03:02 copy managed file [device-mqtt-go-settings] to file:/w/workspace/device-mqtt-go/1@tmp/config10196137738950368007tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 02:03:03 ---> docker-login.sh 02:03:03 nexus3.edgexfoundry.org:10001 02:03:03 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:03:03 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:03:03 Configure a credential helper to remove this warning. See 02:03:03 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:03:03 02:03:03 Login Succeeded 02:03:03 nexus3.edgexfoundry.org:10002 02:03:04 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:03:04 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:03:04 Configure a credential helper to remove this warning. See 02:03:04 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:03:04 02:03:04 Login Succeeded 02:03:04 nexus3.edgexfoundry.org:10003 02:03:04 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:03:04 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:03:04 Configure a credential helper to remove this warning. See 02:03:04 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:03:04 02:03:04 Login Succeeded 02:03:04 nexus3.edgexfoundry.org:10004 02:03:05 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:03:05 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:03:05 Configure a credential helper to remove this warning. See 02:03:05 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:03:05 02:03:05 Login Succeeded 02:03:05 docker.io 02:03:05 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:03:05 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:03:05 Configure a credential helper to remove this warning. See 02:03:05 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:03:05 02:03:05 Login Succeeded 02:03:05 ---> docker-login.sh ends [Pipeline] } 02:03:05 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 02:03:06 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 02:03:06 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 02:03:06 ========================================================= 02:03:06 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine] 02:03:06 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:03:06 + 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:07 Sending build context to Docker daemon 3.377MB 02:03:07 Step 1/12 : ARG BASE=golang:1.20-alpine3.17 02:03:07 Step 2/12 : FROM ${BASE} AS builder 02:03:07 1.20-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 02:03:07 c41833b44d91: Pulling fs layer 02:03:07 ed15518f5707: Pulling fs layer 02:03:07 feae8fd75edb: Pulling fs layer 02:03:07 242c74f7c9fa: Pulling fs layer 02:03:07 3cdef696dda3: Pulling fs layer 02:03:07 2ced38df9373: Pulling fs layer 02:03:07 58f1dce35555: Pulling fs layer 02:03:07 242c74f7c9fa: Waiting 02:03:07 3cdef696dda3: Waiting 02:03:07 58f1dce35555: Waiting 02:03:07 2ced38df9373: Waiting 02:03:07 ed15518f5707: Verifying Checksum 02:03:07 ed15518f5707: Download complete 02:03:07 242c74f7c9fa: Verifying Checksum 02:03:07 242c74f7c9fa: Download complete 02:03:07 3cdef696dda3: Verifying Checksum 02:03:07 3cdef696dda3: Download complete 02:03:07 c41833b44d91: Verifying Checksum 02:03:07 c41833b44d91: Download complete 02:03:08 c41833b44d91: Pull complete 02:03:08 58f1dce35555: Verifying Checksum 02:03:08 58f1dce35555: Download complete 02:03:09 ed15518f5707: Pull complete 02:03:10 feae8fd75edb: Download complete 02:03:10 2ced38df9373: Verifying Checksum 02:03:10 2ced38df9373: Download complete 02:03:22 feae8fd75edb: Pull complete 02:03:22 242c74f7c9fa: Pull complete 02:03:22 3cdef696dda3: Pull complete 02:03:29 2ced38df9373: Pull complete 02:03:31 58f1dce35555: Pull complete 02:03:31 Digest: sha256:3b55595e96c696ae732e8cb20cde5b1ff7282a1fe1423a8de67617af8d15ea1e 02:03:31 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine 02:03:31 ---> fadd8f120f05 02:03:31 Step 3/12 : ARG ADD_BUILD_TAGS="" 02:03:33 ---> Running in 900ff54b197e 02:03:33 Removing intermediate container 900ff54b197e 02:03:33 ---> 8afa22d36553 02:03:33 Step 4/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 02:03:33 ---> Running in 956c817fc5f1 02:03:34 Removing intermediate container 956c817fc5f1 02:03:34 ---> ba7017cfdbfd 02:03:34 Step 5/12 : ARG ALPINE_PKG_BASE="make git openssh-client" 02:03:34 ---> Running in 286211c487ee 02:03:34 Removing intermediate container 286211c487ee 02:03:34 ---> 9912794ac4f7 02:03:34 Step 6/12 : ARG ALPINE_PKG_EXTRA="" 02:03:34 ---> Running in a65261af38e8 02:03:34 Removing intermediate container a65261af38e8 02:03:34 ---> 007ca6201fdb 02:03:34 Step 7/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 02:03:35 ---> Running in 5f86445d0825 02:03:36 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 02:03:37 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 02:03:38 (1/4) Installing openssh-keygen (9.1_p1-r2) 02:03:38 (2/4) Installing libedit (20221030.3.1-r0) 02:03:38 (3/4) Installing openssh-client-common (9.1_p1-r2) 02:03:38 (4/4) Installing openssh-client-default (9.1_p1-r2) 02:03:38 Executing busybox-1.35.0-r29.trigger 02:03:38 OK: 268 MiB in 57 packages 02:03:39 Removing intermediate container 5f86445d0825 02:03:39 ---> dd99ec0fe5a0 02:03:39 Step 8/12 : WORKDIR /device-mqtt-go 02:03:39 ---> Running in c41bdca5b8c9 02:03:40 Removing intermediate container c41bdca5b8c9 02:03:40 ---> 294139132c3d 02:03:40 Step 9/12 : COPY go.mod vendor* ./ 02:03:40 ---> 972b50187b99 02:03:40 Step 10/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 02:03:40 ---> Running in 81bb764e4cfd 02:04:48 Removing intermediate container 81bb764e4cfd 02:04:48 ---> 63c2b13df7e3 02:04:48 Step 11/12 : COPY . . 02:04:48 ---> ed1d21931151 02:04:48 Step 12/12 : RUN $MAKE 02:04:48 ---> Running in fdba61ca1d08 02:04:48 noop 02:04:48 Removing intermediate container fdba61ca1d08 02:04:48 ---> d1bd27b843f4 02:04:48 Successfully built d1bd27b843f4 02:04:48 Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:04:49 + docker inspect -f . ci-base-image-arm64 02:04:49 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 02:04:49 prd-ubuntu20.04-docker-arm64-4c-16g-12677 does not seem to be running inside a container 02:04:49 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-mqtt-go/1 -v /w/workspace/device-mqtt-go/1:/w/workspace/device-mqtt-go/1:rw,z -v /w/workspace/device-mqtt-go/1@tmp:/w/workspace/device-mqtt-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 02:04:51 $ docker top 31249817b2ae623dba0efb453487c355b353b78c8c3846c8ba753c21dec567b2 -eo pid,comm [Pipeline] { [Pipeline] sh 02:04:51 + go version 02:04:51 go version go1.20.2 linux/arm64 [Pipeline] } 02:04:51 $ docker stop --time=1 31249817b2ae623dba0efb453487c355b353b78c8c3846c8ba753c21dec567b2 02:04:53 $ docker rm -f --volumes 31249817b2ae623dba0efb453487c355b353b78c8c3846c8ba753c21dec567b2 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:04:54 + docker inspect -f . ci-base-image-arm64 02:04:54 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 02:04:54 prd-ubuntu20.04-docker-arm64-4c-16g-12677 does not seem to be running inside a container 02:04:54 $ 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:04:56 $ docker top 90f59b8ecf7669349cd0dcb49056c4fdfc439d306622ab3fd5bef463ff93117a -eo pid,comm [Pipeline] { [Pipeline] sh 02:04:57 + git config --global --add safe.directory /w/workspace/device-mqtt-go/1 [Pipeline] fileExists [Pipeline] sh 02:04:57 + make test 02:04:57 go test ./... -coverprofile=coverage.out ./... 02:05:36 ? github.com/edgexfoundry/device-mqtt-go [no test files] 02:07:58 ? github.com/edgexfoundry/device-mqtt-go/cmd [no test files] 02:07:58 ? github.com/edgexfoundry/device-mqtt-go/mock [no test files] 02:07:58 ok github.com/edgexfoundry/device-mqtt-go/internal/driver 0.079s coverage: 23.1% of statements 02:07:58 WARNING: Linting skipped (not on x86_64 or linter not installed) 02:07:58 go vet ./... 02:08:25 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 02:08:25 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 02:08:25 ./bin/test-attribution-txt.sh [Pipeline] echo 02:08:25 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 02:08:25 $ docker stop --time=1 90f59b8ecf7669349cd0dcb49056c4fdfc439d306622ab3fd5bef463ff93117a 02:08:27 $ docker rm -f --volumes 90f59b8ecf7669349cd0dcb49056c4fdfc439d306622ab3fd5bef463ff93117a [Pipeline] // withDockerContainer [Pipeline] sh 02:08:28 + sudo chown -R jenkins:jenkins . [Pipeline] stash 02:08:28 Warning: overwriting stash ‘coverage-report’ 02:08:29 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 02:08:30 + sudo chown -R jenkins:jenkins . [Pipeline] sh 02:08:30 + ls -al . 02:08:30 total 176 02:08:30 drwxrwxr-x 9 jenkins jenkins 4096 May 4 02:05 . 02:08:30 drwxrwxr-x 4 jenkins jenkins 4096 May 4 02:02 .. 02:08:30 -rw-rw-r-- 1 jenkins jenkins 140 May 4 02:02 .dockerignore 02:08:30 drwxrwxr-x 8 jenkins jenkins 4096 May 4 02:02 .git 02:08:30 drwxrwxr-x 3 jenkins jenkins 4096 May 4 02:02 .github 02:08:30 -rw-rw-r-- 1 jenkins jenkins 329 May 4 02:02 .gitignore 02:08:30 -rw-rw-r-- 1 jenkins jenkins 41 May 4 02:02 .golangci.yml 02:08:30 -rw-rw-r-- 1 jenkins jenkins 9417 May 4 02:02 Attribution.txt 02:08:30 -rw-rw-r-- 1 jenkins jenkins 13162 May 4 02:02 CHANGELOG.md 02:08:30 -rw-rw-r-- 1 jenkins jenkins 1689 May 4 02:02 Dockerfile 02:08:30 -rw-rw-r-- 1 jenkins jenkins 677 May 4 02:02 GOVERNANCE.md 02:08:30 -rw-rw-r-- 1 jenkins jenkins 678 May 4 02:02 Jenkinsfile 02:08:30 -rw-rw-r-- 1 jenkins jenkins 11340 May 4 02:02 LICENSE 02:08:30 -rw-rw-r-- 1 jenkins jenkins 1732 May 4 02:02 Makefile 02:08:30 -rw-rw-r-- 1 jenkins jenkins 620 May 4 02:02 OWNERS.md 02:08:30 -rw-rw-r-- 1 jenkins jenkins 3165 May 4 02:02 README.md 02:08:30 -rw-rw-r-- 1 jenkins jenkins 5 May 4 01:59 VERSION 02:08:30 drwxrwxr-x 2 jenkins jenkins 4096 May 4 02:02 bin 02:08:30 drwxrwxr-x 3 jenkins jenkins 4096 May 4 02:02 cmd 02:08:30 -rw-r--r-- 1 jenkins jenkins 18144 May 4 02:07 coverage.out 02:08:30 -rw-rw-r-- 1 jenkins jenkins 3333 May 4 02:02 go.mod 02:08:30 -rw-rw-r-- 1 jenkins jenkins 31328 May 4 02:02 go.sum 02:08:30 drwxrwxr-x 3 jenkins jenkins 4096 May 4 02:02 internal 02:08:30 drwxrwxr-x 2 jenkins jenkins 4096 May 4 02:02 mock 02:08:30 drwxrwxr-x 4 jenkins jenkins 4096 May 4 02:02 snap 02:08:30 -rw-rw-r-- 1 jenkins jenkins 227 May 4 02:02 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:08:31 + 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=714374070cc11d2032dbbe88c00559c6a0f6b599 --label arch=arm64 --label version=0.0.0 . 02:08:31 Sending build context to Docker daemon 3.396MB 02:08:31 Step 1/24 : ARG BASE=golang:1.20-alpine3.17 02:08:31 Step 2/24 : FROM ${BASE} AS builder 02:08:31 ---> d1bd27b843f4 02:08:31 Step 3/24 : ARG ADD_BUILD_TAGS="" 02:08:31 ---> Running in 0e420fb173cd 02:08:31 Removing intermediate container 0e420fb173cd 02:08:31 ---> 8eb38bed5840 02:08:31 Step 4/24 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 02:08:31 ---> Running in 5843365f7582 02:08:32 Removing intermediate container 5843365f7582 02:08:32 ---> db116d05d22f 02:08:32 Step 5/24 : ARG ALPINE_PKG_BASE="make git openssh-client" 02:08:32 ---> Running in bf21a1952e8d 02:08:32 Removing intermediate container bf21a1952e8d 02:08:32 ---> 39da439a3627 02:08:32 Step 6/24 : ARG ALPINE_PKG_EXTRA="" 02:08:32 ---> Running in b4f229edaa5f 02:08:33 Removing intermediate container b4f229edaa5f 02:08:33 ---> b337e9d1fac7 02:08:33 Step 7/24 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 02:08:33 ---> Running in c7e0aab2919c 02:08:34 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 02:08:35 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 02:08:36 OK: 268 MiB in 57 packages 02:08:37 Removing intermediate container c7e0aab2919c 02:08:37 ---> 6b258e4446ca 02:08:37 Step 8/24 : WORKDIR /device-mqtt-go 02:08:37 ---> Running in bea2b0c40e35 02:08:37 Removing intermediate container bea2b0c40e35 02:08:37 ---> 1c89584c2e0c 02:08:37 Step 9/24 : COPY go.mod vendor* ./ 02:08:38 ---> 463a1751cc3d 02:08:38 Step 10/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 02:08:38 ---> Running in aa0f931edb52 02:08:40 Removing intermediate container aa0f931edb52 02:08:40 ---> 7e8a74a0f73a 02:08:40 Step 11/24 : COPY . . 02:08:41 ---> c8564308f919 02:08:41 Step 12/24 : RUN $MAKE 02:08:42 ---> Running in cc199634976d 02:08:43 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:35 Removing intermediate container cc199634976d 02:11:35 ---> 01daa556a3d4 02:11:35 Step 13/24 : FROM alpine:3.17 02:11:35 3.17: Pulling from library/alpine 02:11:35 c41833b44d91: Already exists 02:11:35 Digest: sha256:124c7d2707904eea7431fffe91522a01e5a861a624ee31d03372cc1d138a3126 02:11:35 Status: Downloaded newer image for alpine:3.17 02:11:35 ---> 51e60588ff2c 02:11:35 Step 14/24 : LABEL license='VSPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020-2021: IoTech Ltd' 02:11:35 ---> Running in 9aaacdbe9e8c 02:11:36 Removing intermediate container 9aaacdbe9e8c 02:11:36 ---> 73b4ced55770 02:11:36 Step 15/24 : RUN apk add --update --no-cache dumb-init 02:11:36 ---> Running in 0c6e9fb883b9 02:11:37 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 02:11:38 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 02:11:39 (1/1) Installing dumb-init (1.2.5-r2) 02:11:39 Executing busybox-1.35.0-r29.trigger 02:11:39 OK: 8 MiB in 16 packages 02:11:40 Removing intermediate container 0c6e9fb883b9 02:11:40 ---> 269b18deb0c3 02:11:40 Step 16/24 : COPY --from=builder /device-mqtt-go/cmd / 02:11:42 ---> 780325d19382 02:11:42 Step 17/24 : COPY --from=builder /device-mqtt-go/LICENSE / 02:11:43 ---> 7bea6cee2015 02:11:43 Step 18/24 : COPY --from=builder /device-mqtt-go/Attribution.txt / 02:11:43 ---> dc5e93bb4597 02:11:43 Step 19/24 : EXPOSE 59982 02:11:43 ---> Running in 978c84e74c4e 02:11:44 Removing intermediate container 978c84e74c4e 02:11:44 ---> 29557db3cc80 02:11:44 Step 20/24 : ENTRYPOINT ["/device-mqtt"] 02:11:44 ---> Running in e8a45092b6a9 02:11:44 Removing intermediate container e8a45092b6a9 02:11:44 ---> 23217abf7682 02:11:44 Step 21/24 : CMD ["--cp=consul://edgex-core-consul:8500", "--registry"] 02:11:44 ---> Running in 09ef63cc8a70 02:11:45 Removing intermediate container 09ef63cc8a70 02:11:45 ---> c96708cfd5c8 02:11:45 Step 22/24 : LABEL arch=arm64 02:11:45 ---> Running in f0f6d2ad08d5 02:11:45 Removing intermediate container f0f6d2ad08d5 02:11:45 ---> 0102843a5a4d 02:11:45 Step 23/24 : LABEL git_sha=714374070cc11d2032dbbe88c00559c6a0f6b599 02:11:45 ---> Running in a075dbc8c65a 02:11:46 Removing intermediate container a075dbc8c65a 02:11:46 ---> fb60bcd36f53 02:11:46 Step 24/24 : LABEL version=0.0.0 02:11:46 ---> Running in 2469e1d7449f 02:11:46 Removing intermediate container 2469e1d7449f 02:11:46 ---> e8a33ee76cf0 02:11:46 [Warning] One or more build-args [ARCH] were not consumed 02:11:46 Successfully built e8a33ee76cf0 02:11:46 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:47 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 02:11:47 02:11:47 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:11:47 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 02:11:48 arm64: Pulling from edgex-lftools-log-publisher 02:11:48 8998bd30e6a1: Pulling fs layer 02:11:48 04944245beec: Pulling fs layer 02:11:48 699f458cf7ca: Pulling fs layer 02:11:48 765212b225bb: Pulling fs layer 02:11:48 f23df028b6ca: Pulling fs layer 02:11:48 d65c8cfc05b1: Pulling fs layer 02:11:48 2437ff75d9bd: Pulling fs layer 02:11:48 f23df028b6ca: Waiting 02:11:48 d65c8cfc05b1: Waiting 02:11:48 2437ff75d9bd: Waiting 02:11:48 765212b225bb: Waiting 02:11:48 04944245beec: Download complete 02:11:48 765212b225bb: Verifying Checksum 02:11:48 f23df028b6ca: Verifying Checksum 02:11:48 f23df028b6ca: Download complete 02:11:48 d65c8cfc05b1: Download complete 02:11:49 699f458cf7ca: Verifying Checksum 02:11:49 699f458cf7ca: Download complete 02:11:49 8998bd30e6a1: Verifying Checksum 02:11:49 8998bd30e6a1: Download complete 02:11:52 2437ff75d9bd: Verifying Checksum 02:11:52 2437ff75d9bd: Download complete 02:11:53 8998bd30e6a1: Pull complete 02:11:54 04944245beec: Pull complete 02:11:56 699f458cf7ca: Pull complete 02:11:56 765212b225bb: Pull complete 02:11:57 f23df028b6ca: Pull complete 02:11:57 d65c8cfc05b1: Pull complete 02:12:12 2437ff75d9bd: Pull complete 02:12:12 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 02:12:12 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 02:12:12 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 02:12:12 prd-ubuntu20.04-docker-arm64-4c-16g-12677 does not seem to be running inside a container 02:12:12 $ 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:12:16 $ docker top bee965028176ecdcd728cb8f7d57e47926b4a0c1e3f6c11800a96d5a16611c0e -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 02:12:17 ---> job-cost.sh 02:12:17 lf-activate-venv: SKIPPING 02:12:17 INFO: No Stack... 02:12:17 INFO: Retrieving Pricing Info for: v3-standard-4 02:12:18 INFO: Archiving Costs [Pipeline] sh 02:12:19 + cat /w/workspace/device-mqtt-go/1/archives/cost.csv 02:12:19 + cut -d, -f6 [Pipeline] lock 02:12:19 Trying to acquire lock on [jenkins-edgexfoundry-device-mqtt-go-PR-591-1-stack-cost] 02:12:19 Resource [jenkins-edgexfoundry-device-mqtt-go-PR-591-1-stack-cost] did not exist. Created. 02:12:19 Lock acquired on [jenkins-edgexfoundry-device-mqtt-go-PR-591-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 02:12:20 /w/workspace/device-mqtt-go/1@tmp/durable-7dc65d44/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh 02:12:21 + echo total: 0.10999999940395355 [Pipeline] stash 02:12:21 Warning: overwriting stash ‘stack-cost’ 02:12:21 Stashed 1 file(s) [Pipeline] } 02:12:21 Lock released on resource [jenkins-edgexfoundry-device-mqtt-go-PR-591-1-stack-cost] [Pipeline] // lock [Pipeline] } 02:12:21 $ docker stop --time=1 bee965028176ecdcd728cb8f7d57e47926b4a0c1e3f6c11800a96d5a16611c0e 02:12:23 $ docker rm -f --volumes bee965028176ecdcd728cb8f7d57e47926b4a0c1e3f6c11800a96d5a16611c0e [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:12:24 provisioning config files... 02:12:24 copy managed file [device-mqtt-go-codecov-token] to file:/w/workspace/gexfoundry_device-mqtt-go_PR-591@tmp/config6071340205185103636tmp [Pipeline] { [Pipeline] sh 02:12:24 + set +x 02:12:24 + curl -s https://codecov.io/bash 02:12:24 + bash -s -- 02:12:24 02:12:24 _____ _ 02:12:24 / ____| | | 02:12:24 | | ___ __| | ___ ___ _____ __ 02:12:24 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 02:12:24 | |___| (_) | (_| | __/ (_| (_) \ V / 02:12:24 \_____\___/ \__,_|\___|\___\___/ \_/ 02:12:24 Bash-1.0.6 02:12:24 02:12:24 02:12:24 ==> git version 2.25.1 found 02:12:24 ==> 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:12:24 Release-Date: 2020-01-08 02:12:24 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:12:24 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 02:12:24 ==> Jenkins CI detected. 02:12:24 current dir:  /w/workspace/gexfoundry_device-mqtt-go_PR-591 02:12:24 project root: . 02:12:24 --> token set from env 02:12:24 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 02:12:24 ==> Running gcov in . (disable via -X gcov) 02:12:24 ==> Python coveragepy not found 02:12:24 ==> Searching for coverage reports in: 02:12:24 + . 02:12:24 -> Found 1 reports 02:12:24 ==> Detecting git/mercurial file structure 02:12:24 ==> Reading reports 02:12:24 + ./coverage.out bytes=18144 02:12:24 ==> Appending adjustments 02:12:24 https://docs.codecov.io/docs/fixing-reports 02:12:24 + Found adjustments 02:12:24 ==> Gzipping contents 02:12:24 4.0K /tmp/codecov.3GTccp.gz 02:12:24 ==> Uploading reports 02:12:24 url: https://codecov.io 02:12:24 query: branch=PR-591&commit=714374070cc11d2032dbbe88c00559c6a0f6b599&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-mqtt-go%2Fjob%2FPR-591%2F1%2F&name=&tag=&slug=edgexfoundry%2Fdevice-mqtt-go&service=jenkins&flags=&pr=591&job=&cmd_args= 02:12:24 -> Pinging Codecov 02:12:24 https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=3cf7f23a-d5e6-4c47-868b-a0a7f9a025f8&branch=PR-591&commit=714374070cc11d2032dbbe88c00559c6a0f6b599&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-mqtt-go%2Fjob%2FPR-591%2F1%2F&name=&tag=&slug=edgexfoundry%2Fdevice-mqtt-go&service=jenkins&flags=&pr=591&job=&cmd_args= 02:12:24 -> Uploading to 02:12:24 https://storage.googleapis.com/codecov/v4/raw/2023-05-04/7D719EC7BBE17E464838252E33014C33/714374070cc11d2032dbbe88c00559c6a0f6b599/72df50d9-5daa-44cc-982d-9c180da7d261.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20230504%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20230504T021224Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=f37aeff11bd6340ef27b6af4e291331575f2fc15c0d81748e77f01df163baced 02:12:24 % Total % Received % Xferd Average Speed Time Time Time Current 02:12:24 Dload Upload Total Spent Left Speed 02:12:25 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 3184 0 0 100 3184 0 14878 --:--:-- --:--:-- --:--:-- 14878 02:12:25 -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/device-mqtt-go/commit/714374070cc11d2032dbbe88c00559c6a0f6b599 [Pipeline] } 02:12:25 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:12:26 + [ -d /w/workspace/gexfoundry_device-mqtt-go_PR-591/archives ] 02:12:26 + ls -al /w/workspace/gexfoundry_device-mqtt-go_PR-591/archives 02:12:26 total 16 02:12:26 drwxr-xr-x 3 root root 4096 May 4 02:01 . 02:12:26 drwxrwxr-x 11 jenkins jenkins 4096 May 4 02:01 .. 02:12:26 drwxr-xr-x 2 root root 4096 May 4 02:01 cost 02:12:26 -rw-r--r-- 1 root root 86 May 4 02:01 cost.csv 02:12:26 + sudo chown -R jenkins:jenkins /w/workspace/gexfoundry_device-mqtt-go_PR-591/archives 02:12:26 + ls -al /w/workspace/gexfoundry_device-mqtt-go_PR-591/archives 02:12:26 total 16 02:12:26 drwxr-xr-x 3 jenkins jenkins 4096 May 4 02:01 . 02:12:26 drwxrwxr-x 11 jenkins jenkins 4096 May 4 02:01 .. 02:12:26 drwxr-xr-x 2 jenkins jenkins 4096 May 4 02:01 cost 02:12:26 -rw-r--r-- 1 jenkins jenkins 86 May 4 02:01 cost.csv [Pipeline] libraryResource [Pipeline] sh 02:12:27 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 02:12:28 ---> package-listing.sh 02:12:28 ++ facter osfamily 02:12:28 ++ tr '[:upper:]' '[:lower:]' 02:12:28 + OS_FAMILY=debian 02:12:28 + workspace=/w/workspace/gexfoundry_device-mqtt-go_PR-591 02:12:28 + START_PACKAGES=/tmp/packages_start.txt 02:12:28 + END_PACKAGES=/tmp/packages_end.txt 02:12:28 + DIFF_PACKAGES=/tmp/packages_diff.txt 02:12:28 + PACKAGES=/tmp/packages_start.txt 02:12:28 + '[' /w/workspace/gexfoundry_device-mqtt-go_PR-591 ']' 02:12:28 + PACKAGES=/tmp/packages_end.txt 02:12:28 + case "${OS_FAMILY}" in 02:12:28 + dpkg -l 02:12:28 + grep '^ii' 02:12:28 + '[' -f /tmp/packages_start.txt ']' 02:12:28 + '[' -f /tmp/packages_end.txt ']' 02:12:28 + diff /tmp/packages_start.txt /tmp/packages_end.txt 02:12:28 + '[' /w/workspace/gexfoundry_device-mqtt-go_PR-591 ']' 02:12:28 + mkdir -p /w/workspace/gexfoundry_device-mqtt-go_PR-591/archives/ 02:12:28 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/gexfoundry_device-mqtt-go_PR-591/archives/ [Pipeline] echo 02:12:28 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-591/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 02:12:28 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:12:29 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 02:12:29 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 02:12:29 prd-ubuntu20.04-docker-8c-8g-12674 does not seem to be running inside a container 02:12:29 $ 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-591/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-591 -v /w/workspace/gexfoundry_device-mqtt-go_PR-591:/w/workspace/gexfoundry_device-mqtt-go_PR-591:rw,z -v /w/workspace/gexfoundry_device-mqtt-go_PR-591@tmp:/w/workspace/gexfoundry_device-mqtt-go_PR-591@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:29 $ docker top 484d68b17997d2f6b1277a3a31a1db84740c2663f1669ebf6f4fc9513df87f41 -eo pid,comm [Pipeline] { [Pipeline] sh 02:12:30 + touch /tmp/pre-build-complete [Pipeline] sh 02:12:30 + mkdir -p /var/log/sysstat [Pipeline] sh 02:12:30 + ls /var/log/sa-host 02:12:30 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 02:12:30 provisioning config files... 02:12:30 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/gexfoundry_device-mqtt-go_PR-591@tmp/config1210656556751963166tmp [Pipeline] { [Pipeline] echo 02:12:31 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 02:12:31 ---> create-netrc.sh [Pipeline] } 02:12:31 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 02:12:31 ---> python-tools-install.sh [Pipeline] echo 02:12:31 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 02:12:32 ---> sudo-logs.sh 02:12:32 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 02:12:32 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 02:12:32 ---> job-cost.sh 02:12:32 lf-activate-venv: SKIPPING 02:12:32 DEBUG: total: 0.2199999988079071 02:12:32 INFO: Retrieving Stack Cost... 02:12:33 INFO: Retrieving Pricing Info for: v3-standard-8 02:12:33 INFO: Archiving Costs [Pipeline] echo 02:12:33 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 02:12:33 ---> logs-deploy.sh 02:12:33 lf-activate-venv: SKIPPING 02:12:33 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-mqtt-go/PR-591/1 02:12:33 INFO: archiving workspace using pattern(s): 02:12:34 Archives upload complete. 02:12:34 INFO: archiving logs to Nexus