Pull request #499 opened Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 1fd45674fe123da3006c204624f86819f570fb15+bc7652beee9a90296fe0b57947c4589a421f5e02 (a0d3b5c8bc04e365bd5ebd786d397065897862fc) 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-ssh17300834678428307410.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --resolve-git-dir /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f/.git # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f@tmp/jenkins-gitclient-ssh11986849403944926528.key > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 The recommended git tool is: git using credential edgex-jenkins-ssh 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-499/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-499/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh12137638631975190084.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-499/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh11293401928261604152.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 # timeout=10 Commit message: "Merge pull request #420 from bill-mahoney/levski-update" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 > 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-ssh16337034982771762538.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-499/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-499/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh16368785372498376632.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 cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:device-mqtt-go, buildSnap:false] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[ubuntu20.04-docker-8c-8g, ubuntu20.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: device-mqtt-go-settings PROJECT: device-mqtt-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.18 USE_ALPINE: true DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_IMAGE_NAME: device-mqtt DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘ubuntu20.04-docker-8c-8g’ Running on prd-ubuntu20.04-docker-8c-8g-7514 in /w/workspace/gexfoundry_device-mqtt-go_PR-499 [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-499 # 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 Merging remotes/origin/main commit bc7652beee9a90296fe0b57947c4589a421f5e02 into PR head commit 1fd45674fe123da3006c204624f86819f570fb15 Merge succeeded, producing 1fd45674fe123da3006c204624f86819f570fb15 Checking out Revision 1fd45674fe123da3006c204624f86819f570fb15 (PR-499) > 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/499/head:refs/remotes/origin/PR-499 +refs/heads/main:refs/remotes/origin/main # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 1fd45674fe123da3006c204624f86819f570fb15 # 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 bc7652beee9a90296fe0b57947c4589a421f5e02 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 1fd45674fe123da3006c204624f86819f570fb15 # timeout=10 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 cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 02:39:15 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 02:39:15 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 02:39:15 ========================================================= 02:39:15 EdgeX Global Pipelines Version Info 02:39:15 ========================================================= [Pipeline] libraryResource [Pipeline] sh 02:39:16 ------------------- 02:39:16 stable info: 02:39:16 ------------------- 02:39:16 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 02:39:16 Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 02:39:16 Message: update stable to v1.0.244 02:39:16 ------------------- 02:39:16 experimental info: 02:39:16 ------------------- 02:39:16 Commited By: **** collab-it+edgex@linuxfoundation.org 02:39:16 Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 02:39:16 Message: update experimental to v1.0.244 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 02:39:17 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-mqtt-go-settings [Pipeline] echo 02:39:17 [edgeXSetupEnvironment]: set envvar PROJECT = device-mqtt-go [Pipeline] echo 02:39:17 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 02:39:17 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 02:39:17 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 02:39:17 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.18 [Pipeline] echo 02:39:17 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 02:39:17 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 02:39:17 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 02:39:17 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 02:39:17 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 02:39:17 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-mqtt [Pipeline] echo 02:39:17 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 02:39:17 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 02:39:17 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 02:39:17 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 02:39:17 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 02:39:17 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 02:39:17 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 02:39:17 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 02:39:17 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 02:39:18 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 02:39:18 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 02:39:18 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 02:39:18 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 02:39:18 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 02:39:18 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 02:39:18 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-499 [Pipeline] echo 02:39:18 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-499 [Pipeline] echo 02:39:18 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-499 [Pipeline] echo 02:39:18 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 1fd45674fe123da3006c204624f86819f570fb15 [Pipeline] echo 02:39:18 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 1fd4567 [Pipeline] echo 02:39:18 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 02:39:18 provisioning config files... 02:39:18 copy managed file [device-mqtt-go-settings] to file:/w/workspace/gexfoundry_device-mqtt-go_PR-499@tmp/config9275357943115528644tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 02:39:18 ---> docker-login.sh 02:39:18 nexus3.edgexfoundry.org:10001 02:39:18 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:39:19 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:39:19 Configure a credential helper to remove this warning. See 02:39:19 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:39:19 02:39:19 Login Succeeded 02:39:19 nexus3.edgexfoundry.org:10002 02:39:19 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:39:19 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:39:19 Configure a credential helper to remove this warning. See 02:39:19 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:39:19 02:39:19 Login Succeeded 02:39:19 nexus3.edgexfoundry.org:10003 02:39:19 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:39:19 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:39:19 Configure a credential helper to remove this warning. See 02:39:19 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:39:19 02:39:19 Login Succeeded 02:39:19 nexus3.edgexfoundry.org:10004 02:39:19 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:39:19 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:39:19 Configure a credential helper to remove this warning. See 02:39:19 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:39:19 02:39:19 Login Succeeded 02:39:19 docker.io 02:39:19 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:39:19 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:39:19 Configure a credential helper to remove this warning. See 02:39:19 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:39:19 02:39:19 Login Succeeded 02:39:19 ---> docker-login.sh ends [Pipeline] } 02:39:20 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh 02:39:20 + git rev-list -1 --merges 1fd45674fe123da3006c204624f86819f570fb15~1..1fd45674fe123da3006c204624f86819f570fb15 [Pipeline] echo 02:39:20 -----------> git rev-list -1 --merges 1fd45674fe123da3006c204624f86819f570fb15~1..1fd45674fe123da3006c204624f86819f570fb15 1fd45674fe123da3006c204624f86819f570fb15 [false] [Pipeline] sh 02:39:21 + git log --format=format:%s -1 1fd45674fe123da3006c204624f86819f570fb15 [Pipeline] echo 02:39:21 ========================================================= 02:39:21 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 02:39:21 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 02:39:21 + git log --format=format:%s -1 1fd45674fe123da3006c204624f86819f570fb15 [Pipeline] echo 02:39:21 [semverPrep] GIT_COMMIT: 1fd45674fe123da3006c204624f86819f570fb15, Commit Message: build(deps): bump github.com/edgexfoundry/device-sdk-go/v3 [Pipeline] echo 02:39:21 [semverPrep] This is not a build commit. [Pipeline] sh 02:39:21 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 02:39:21 + grep -v github /etc/ssh/ssh_known_hosts 02:39:21 + [ -e /tmp/ssh_known_hosts ] 02:39:21 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 02:39:21 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 02:39:21 + sudo tee -a /etc/ssh/ssh_known_hosts 02:39:21 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:39:22 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 02:39:22 02:39:22 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:39:22 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 02:39:22 0.1.4: Pulling from edgex-devops/py-git-semver 02:39:22 b85a868b505f: Pulling fs layer 02:39:22 e2be974225ed: Pulling fs layer 02:39:22 339a4e72a1f5: Pulling fs layer 02:39:22 988bab9f4d93: Pulling fs layer 02:39:22 1469e6f7b9e6: Pulling fs layer 02:39:22 eaf3925da568: Pulling fs layer 02:39:22 bab4dde63d76: Pulling fs layer 02:39:22 bde34c3a00c8: Pulling fs layer 02:39:22 b352a97aabf1: Pulling fs layer 02:39:22 988bab9f4d93: Waiting 02:39:22 bab4dde63d76: Waiting 02:39:22 1469e6f7b9e6: Waiting 02:39:22 eaf3925da568: Waiting 02:39:22 bde34c3a00c8: Waiting 02:39:22 b352a97aabf1: Waiting 02:39:22 4872d77fe225: Pulling fs layer 02:39:22 5851b861e8e6: Pulling fs layer 02:39:22 4872d77fe225: Waiting 02:39:22 e2be974225ed: Download complete 02:39:22 988bab9f4d93: Verifying Checksum 02:39:22 988bab9f4d93: Download complete 02:39:23 339a4e72a1f5: Verifying Checksum 02:39:23 339a4e72a1f5: Download complete 02:39:23 1469e6f7b9e6: Verifying Checksum 02:39:23 1469e6f7b9e6: Download complete 02:39:23 eaf3925da568: Verifying Checksum 02:39:23 eaf3925da568: Download complete 02:39:23 bde34c3a00c8: Download complete 02:39:23 b352a97aabf1: Download complete 02:39:23 4872d77fe225: Download complete 02:39:23 5851b861e8e6: Verifying Checksum 02:39:23 5851b861e8e6: Download complete 02:39:23 b85a868b505f: Verifying Checksum 02:39:23 b85a868b505f: Download complete 02:39:23 bab4dde63d76: Verifying Checksum 02:39:23 bab4dde63d76: Download complete 02:39:24 b85a868b505f: Pull complete 02:39:24 e2be974225ed: Pull complete 02:39:24 339a4e72a1f5: Pull complete 02:39:24 988bab9f4d93: Pull complete 02:39:25 1469e6f7b9e6: Pull complete 02:39:25 eaf3925da568: Pull complete 02:39:27 bab4dde63d76: Pull complete 02:39:27 bde34c3a00c8: Pull complete 02:39:27 b352a97aabf1: Pull complete 02:39:27 4872d77fe225: Pull complete 02:39:27 5851b861e8e6: Pull complete 02:39:27 Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 02:39:27 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 02:39:27 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 02:39:27 prd-ubuntu20.04-docker-8c-8g-7514 does not seem to be running inside a container 02:39:27 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_device-mqtt-go_PR-499 -v /w/workspace/gexfoundry_device-mqtt-go_PR-499:/w/workspace/gexfoundry_device-mqtt-go_PR-499:rw,z -v /w/workspace/gexfoundry_device-mqtt-go_PR-499@tmp:/w/workspace/gexfoundry_device-mqtt-go_PR-499@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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 02:39:29 $ docker top de139c9d28f18157f9c7b5a19944bfe6455dc3549bc826b3a7e08e307a0c7604 -eo pid,comm 02:39:29 ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). 02:39:29 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 02:39:29 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 02:39:29 [ssh-agent] Looking for ssh-agent implementation... 02:39:29 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 02:39:29 $ docker exec de139c9d28f18157f9c7b5a19944bfe6455dc3549bc826b3a7e08e307a0c7604 ssh-agent 02:39:29 SSH_AUTH_SOCK=/tmp/ssh-60uXVmLeo4WF/agent.34 02:39:29 SSH_AGENT_PID=40 02:39:29 Running ssh-add (command line suppressed) 02:39:29 Identity added: /w/workspace/gexfoundry_device-mqtt-go_PR-499@tmp/private_key_14160984374478076998.key (/w/workspace/gexfoundry_device-mqtt-go_PR-499@tmp/private_key_14160984374478076998.key) 02:39:29 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 02:39:30 + git tag --points-at HEAD [Pipeline] } 02:39:30 $ docker exec --env ******** --env ******** de139c9d28f18157f9c7b5a19944bfe6455dc3549bc826b3a7e08e307a0c7604 ssh-agent -k 02:39:30 unset SSH_AUTH_SOCK; 02:39:30 unset SSH_AGENT_PID; 02:39:30 echo Agent pid 40 killed; 02:39:30 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 02:39:30 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 02:39:30 [ssh-agent] Looking for ssh-agent implementation... 02:39:30 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 02:39:30 $ docker exec de139c9d28f18157f9c7b5a19944bfe6455dc3549bc826b3a7e08e307a0c7604 ssh-agent 02:39:30 SSH_AUTH_SOCK=/tmp/ssh-hSXlNhaQlb2j/agent.72 02:39:30 SSH_AGENT_PID=78 02:39:30 Running ssh-add (command line suppressed) 02:39:30 Identity added: /w/workspace/gexfoundry_device-mqtt-go_PR-499@tmp/private_key_4022761920757650524.key (/w/workspace/gexfoundry_device-mqtt-go_PR-499@tmp/private_key_4022761920757650524.key) 02:39:30 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 02:39:30 + git semver init 02:39:31 2023-02-27 02:39:31,134 [run_init] DEBUG init version:0.0.0 force:False 02:39:31 2023-02-27 02:39:31,135 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/gexfoundry_device-mqtt-go_PR-499/.semver 02:39:31 2023-02-27 02:39:31,135 [execute] INFO git clone -b semver git@github.com:edgexfoundry/device-mqtt-go.git /w/workspace/gexfoundry_device-mqtt-go_PR-499/.semver 02:39:31 2023-02-27 02:39:31,135 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/device-mqtt-go.git', '/w/workspace/gexfoundry_device-mqtt-go_PR-499/.semver'], cwd=/w/workspace/gexfoundry_device-mqtt-go_PR-499, universal_newlines=False, shell=None, istream=None) 02:39:32 2023-02-27 02:39:32,044 [append_file] DEBUG append to file:/w/workspace/gexfoundry_device-mqtt-go_PR-499/.git/info/exclude 02:39:32 2023-02-27 02:39:32,046 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/gexfoundry_device-mqtt-go_PR-499/.semver/PR-499 with force:False 02:39:32 2023-02-27 02:39:32,046 [write_file] DEBUG write to file:/w/workspace/gexfoundry_device-mqtt-go_PR-499/.semver/PR-499 02:39:32 2023-02-27 02:39:32,050 [execute] INFO git cat-file --batch-check 02:39:32 2023-02-27 02:39:32,051 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/gexfoundry_device-mqtt-go_PR-499/.semver, universal_newlines=False, shell=None, istream=) 02:39:32 2023-02-27 02:39:32,057 [execute] INFO git cat-file --batch 02:39:32 2023-02-27 02:39:32,058 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/gexfoundry_device-mqtt-go_PR-499/.semver, universal_newlines=False, shell=None, istream=) 02:39:32 2023-02-27 02:39:32,063 [read_version] DEBUG read version from /w/workspace/gexfoundry_device-mqtt-go_PR-499/.semver/PR-499 02:39:32 0.0.0 [Pipeline] } 02:39:32 $ docker exec --env ******** --env ******** de139c9d28f18157f9c7b5a19944bfe6455dc3549bc826b3a7e08e307a0c7604 ssh-agent -k 02:39:32 unset SSH_AUTH_SOCK; 02:39:32 unset SSH_AGENT_PID; 02:39:32 echo Agent pid 78 killed; 02:39:32 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 02:39:32 + git semver [Pipeline] } 02:39:33 $ docker stop --time=1 de139c9d28f18157f9c7b5a19944bfe6455dc3549bc826b3a7e08e307a0c7604 02:39:34 $ docker rm -f --volumes de139c9d28f18157f9c7b5a19944bfe6455dc3549bc826b3a7e08e307a0c7604 [Pipeline] // withDockerContainer [Pipeline] sh 02:39:34 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 02:39:34 Stashed 1 file(s) [Pipeline] echo 02:39:35 [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] withEnv [Pipeline] { [Pipeline] node [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 02:39:35 provisioning config files... 02:39:35 copy managed file [device-mqtt-go-settings] to file:/w/workspace/gexfoundry_device-mqtt-go_PR-499@tmp/config4864305398418903794tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 02:39:35 ---> docker-login.sh 02:39:35 nexus3.edgexfoundry.org:10001 02:39:35 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:39:35 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:39:35 Configure a credential helper to remove this warning. See 02:39:35 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:39:35 02:39:35 Login Succeeded 02:39:35 nexus3.edgexfoundry.org:10002 02:39:35 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:39:35 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:39:35 Configure a credential helper to remove this warning. See 02:39:35 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:39:35 02:39:35 Login Succeeded 02:39:35 nexus3.edgexfoundry.org:10003 02:39:36 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:39:36 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:39:36 Configure a credential helper to remove this warning. See 02:39:36 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:39:36 02:39:36 Login Succeeded 02:39:36 nexus3.edgexfoundry.org:10004 02:39:36 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:39:36 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:39:36 Configure a credential helper to remove this warning. See 02:39:36 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:39:36 02:39:36 Login Succeeded 02:39:36 docker.io 02:39:36 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:39:36 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:39:36 Configure a credential helper to remove this warning. See 02:39:36 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:39:36 02:39:36 Login Succeeded 02:39:36 ---> docker-login.sh ends [Pipeline] } 02:39:36 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 02:39:36 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 02:39:36 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 02:39:37 ========================================================= 02:39:37 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine] 02:39:37 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:39:37 + docker build -t ci-base-image-x86_64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine --build-arg MAKE=echo noop --target=builder . 02:39:37 Sending build context to Docker daemon 6.338MB 02:39:37 Step 1/12 : ARG BASE=golang:1.18-alpine3.16 02:39:37 Step 2/12 : FROM ${BASE} AS builder 02:39:37 1.18-alpine: Pulling from edgex-devops/edgex-golang-base 02:39:37 213ec9aee27d: Pulling fs layer 02:39:37 4583459ba037: Pulling fs layer 02:39:37 93c1e223e6f2: Pulling fs layer 02:39:37 53926ce57604: Pulling fs layer 02:39:37 21b2b0c7a3f4: Pulling fs layer 02:39:37 22ff95d597cd: Pulling fs layer 02:39:37 12d6caf4c0d1: Pulling fs layer 02:39:37 96b7cbca73a9: Pulling fs layer 02:39:37 a7acece74701: Pulling fs layer 02:39:37 22ff95d597cd: Waiting 02:39:37 12d6caf4c0d1: Waiting 02:39:37 96b7cbca73a9: Waiting 02:39:37 a7acece74701: Waiting 02:39:37 53926ce57604: Waiting 02:39:37 21b2b0c7a3f4: Waiting 02:39:37 93c1e223e6f2: Verifying Checksum 02:39:37 93c1e223e6f2: Download complete 02:39:37 4583459ba037: Verifying Checksum 02:39:37 4583459ba037: Download complete 02:39:37 21b2b0c7a3f4: Verifying Checksum 02:39:37 21b2b0c7a3f4: Download complete 02:39:37 22ff95d597cd: Verifying Checksum 02:39:37 22ff95d597cd: Download complete 02:39:37 213ec9aee27d: Verifying Checksum 02:39:37 213ec9aee27d: Download complete 02:39:37 12d6caf4c0d1: Download complete 02:39:37 213ec9aee27d: Pull complete 02:39:37 4583459ba037: Pull complete 02:39:37 93c1e223e6f2: Pull complete 02:39:38 a7acece74701: Verifying Checksum 02:39:38 96b7cbca73a9: Verifying Checksum 02:39:38 96b7cbca73a9: Download complete 02:39:38 53926ce57604: Verifying Checksum 02:39:38 53926ce57604: Download complete 02:39:42 53926ce57604: Pull complete 02:39:42 21b2b0c7a3f4: Pull complete 02:39:42 22ff95d597cd: Pull complete 02:39:42 12d6caf4c0d1: Pull complete 02:39:45 96b7cbca73a9: Pull complete 02:39:45 a7acece74701: Pull complete 02:39:45 Digest: sha256:f6a9ef70c52da88a2ff63a0c6767b24654f9f5185d1d85ca6cc3004fb48f6c2d 02:39:45 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine 02:39:45 ---> db6d94c90886 02:39:45 Step 3/12 : ARG ADD_BUILD_TAGS="" 02:39:47 ---> Running in 81d3a83e858e 02:39:47 Removing intermediate container 81d3a83e858e 02:39:47 ---> 17861f483c14 02:39:47 Step 4/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 02:39:47 ---> Running in efc00a161a68 02:39:47 Removing intermediate container efc00a161a68 02:39:47 ---> 6279f51e7e5f 02:39:47 Step 5/12 : ARG ALPINE_PKG_BASE="make git openssh-client" 02:39:47 ---> Running in f3e1d3068e9e 02:39:47 Removing intermediate container f3e1d3068e9e 02:39:47 ---> fe8e833504f4 02:39:47 Step 6/12 : ARG ALPINE_PKG_EXTRA="" 02:39:47 ---> Running in b8ff11c148fc 02:39:47 Removing intermediate container b8ff11c148fc 02:39:47 ---> 3681c835d789 02:39:47 Step 7/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 02:39:47 ---> Running in 722abe7079ba 02:39:47 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 02:39:48 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 02:39:48 (1/4) Installing openssh-keygen (9.0_p1-r2) 02:39:48 (2/4) Installing libedit (20210910.3.1-r0) 02:39:48 (3/4) Installing openssh-client-common (9.0_p1-r2) 02:39:48 (4/4) Installing openssh-client-default (9.0_p1-r2) 02:39:48 Executing busybox-1.35.0-r17.trigger 02:39:48 OK: 216 MiB in 55 packages 02:39:49 Removing intermediate container 722abe7079ba 02:39:49 ---> 29356b5da358 02:39:49 Step 8/12 : WORKDIR /device-mqtt-go 02:39:49 ---> Running in b84cbec281d7 02:39:49 Removing intermediate container b84cbec281d7 02:39:49 ---> 689257ffbfc9 02:39:49 Step 9/12 : COPY go.mod vendor* ./ 02:39:49 ---> 97b96d5be2ea 02:39:49 Step 10/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 02:39:49 ---> Running in 66fb7977f0a2 02:39:50 Still waiting to schedule task 02:39:50 ‘prd-ubuntu20.04-docker-arm64-4c-16g-7509’ is offline 02:40:21 Removing intermediate container 66fb7977f0a2 02:40:21 ---> 8e3f26bc376b 02:40:21 Step 11/12 : COPY . . 02:40:21 ---> 31d24e6f1ca1 02:40:21 Step 12/12 : RUN $MAKE 02:40:21 ---> Running in bf73d98c252f 02:40:21 noop 02:40:21 Removing intermediate container bf73d98c252f 02:40:21 ---> f16cf9869f5b 02:40:21 Successfully built f16cf9869f5b 02:40:21 Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:40:22 + docker inspect -f . ci-base-image-x86_64 02:40:22 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 02:40:22 prd-ubuntu20.04-docker-8c-8g-7514 does not seem to be running inside a container 02:40:22 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/gexfoundry_device-mqtt-go_PR-499 -v /w/workspace/gexfoundry_device-mqtt-go_PR-499:/w/workspace/gexfoundry_device-mqtt-go_PR-499:rw,z -v /w/workspace/gexfoundry_device-mqtt-go_PR-499@tmp:/w/workspace/gexfoundry_device-mqtt-go_PR-499@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 ******** ci-base-image-x86_64 cat 02:40:22 $ docker top a600d2de2405a28697a4d450929d38b9a0eaa76adf4f53b5bc89ff5447383bf0 -eo pid,comm [Pipeline] { [Pipeline] sh 02:40:22 + go version 02:40:22 go version go1.18.7 linux/amd64 [Pipeline] } 02:40:23 $ docker stop --time=1 a600d2de2405a28697a4d450929d38b9a0eaa76adf4f53b5bc89ff5447383bf0 02:40:24 $ docker rm -f --volumes a600d2de2405a28697a4d450929d38b9a0eaa76adf4f53b5bc89ff5447383bf0 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:40:25 + docker inspect -f . ci-base-image-x86_64 02:40:25 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 02:40:25 prd-ubuntu20.04-docker-8c-8g-7514 does not seem to be running inside a container 02:40:25 $ 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-499 -v /w/workspace/gexfoundry_device-mqtt-go_PR-499:/w/workspace/gexfoundry_device-mqtt-go_PR-499:rw,z -v /w/workspace/gexfoundry_device-mqtt-go_PR-499@tmp:/w/workspace/gexfoundry_device-mqtt-go_PR-499@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 ******** ci-base-image-x86_64 cat 02:40:25 $ docker top 2a61ab1e06b983223010ca6d08aced8b90a05dd661192272ad693426bad40906 -eo pid,comm [Pipeline] { [Pipeline] sh 02:40:25 + git config --global --add safe.directory /w/workspace/gexfoundry_device-mqtt-go_PR-499 [Pipeline] fileExists [Pipeline] sh 02:40:26 + make test 02:40:26 go test ./... -coverprofile=coverage.out ./... 02:40:26 ? github.com/edgexfoundry/device-mqtt-go [no test files] 02:40:34 ? github.com/edgexfoundry/device-mqtt-go/cmd [no test files] 02:40:35 ok github.com/edgexfoundry/device-mqtt-go/internal/driver 0.014s coverage: 21.8% of statements 02:40:35 ? github.com/edgexfoundry/device-mqtt-go/mock [no test files] 02:40:41 level=warning msg="[linters context] structcheck is disabled because of go1.18. You can track the evolution of the go1.18 support by following the https://github.com/golangci/golangci-lint/issues/2649." 02:40:41 go vet ./... 02:40:45 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 02:40:45 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 02:40:45 ./bin/test-attribution-txt.sh 02:40:45 An attribution for golang.org/x/mod is missing from Attribution.txt, please add 02:40:45 An attribution for golang.org/x/tools is missing from Attribution.txt, please add [Pipeline] echo 02:40:45 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 02:40:45 $ docker stop --time=1 2a61ab1e06b983223010ca6d08aced8b90a05dd661192272ad693426bad40906 02:40:46 $ docker rm -f --volumes 2a61ab1e06b983223010ca6d08aced8b90a05dd661192272ad693426bad40906 [Pipeline] // withDockerContainer [Pipeline] sh 02:40:47 + sudo chown -R jenkins:jenkins . [Pipeline] stash 02:40:47 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 02:40:48 + sudo chown -R jenkins:jenkins . [Pipeline] sh 02:40:48 + ls -al . 02:40:48 total 184 02:40:48 drwxrwxr-x 10 jenkins jenkins 4096 Feb 27 02:40 . 02:40:48 drwxrwxr-x 4 jenkins jenkins 4096 Feb 27 02:39 .. 02:40:48 -rw-rw-r-- 1 jenkins jenkins 140 Feb 27 02:39 .dockerignore 02:40:48 drwxrwxr-x 8 jenkins jenkins 4096 Feb 27 02:40 .git 02:40:48 drwxrwxr-x 3 jenkins jenkins 4096 Feb 27 02:39 .github 02:40:48 -rw-rw-r-- 1 jenkins jenkins 329 Feb 27 02:39 .gitignore 02:40:48 -rw-rw-r-- 1 jenkins jenkins 41 Feb 27 02:39 .golangci.yml 02:40:48 drwxr-xr-x 3 jenkins jenkins 4096 Feb 27 02:39 .semver 02:40:48 -rw-rw-r-- 1 jenkins jenkins 9189 Feb 27 02:39 Attribution.txt 02:40:48 -rw-rw-r-- 1 jenkins jenkins 13162 Feb 27 02:39 CHANGELOG.md 02:40:48 -rw-rw-r-- 1 jenkins jenkins 1689 Feb 27 02:39 Dockerfile 02:40:48 -rw-rw-r-- 1 jenkins jenkins 677 Feb 27 02:39 GOVERNANCE.md 02:40:48 -rw-rw-r-- 1 jenkins jenkins 678 Feb 27 02:39 Jenkinsfile 02:40:48 -rw-rw-r-- 1 jenkins jenkins 11340 Feb 27 02:39 LICENSE 02:40:48 -rw-rw-r-- 1 jenkins jenkins 1697 Feb 27 02:39 Makefile 02:40:48 -rw-rw-r-- 1 jenkins jenkins 620 Feb 27 02:39 OWNERS.md 02:40:48 -rw-rw-r-- 1 jenkins jenkins 3165 Feb 27 02:39 README.md 02:40:48 -rw-rw-r-- 1 jenkins jenkins 5 Feb 27 02:39 VERSION 02:40:48 drwxrwxr-x 2 jenkins jenkins 4096 Feb 27 02:39 bin 02:40:48 drwxrwxr-x 3 jenkins jenkins 4096 Feb 27 02:39 cmd 02:40:48 -rw-r--r-- 1 jenkins jenkins 17887 Feb 27 02:40 coverage.out 02:40:48 -rw-rw-r-- 1 jenkins jenkins 3377 Feb 27 02:39 go.mod 02:40:48 -rw-rw-r-- 1 jenkins jenkins 33254 Feb 27 02:39 go.sum 02:40:48 drwxrwxr-x 3 jenkins jenkins 4096 Feb 27 02:39 internal 02:40:48 drwxrwxr-x 2 jenkins jenkins 4096 Feb 27 02:39 mock 02:40:48 drwxrwxr-x 4 jenkins jenkins 4096 Feb 27 02:39 snap 02:40:48 -rw-rw-r-- 1 jenkins jenkins 227 Feb 27 02:39 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:40:48 + 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=1fd45674fe123da3006c204624f86819f570fb15 --label arch=amd64 --label version=0.0.0 . 02:40:48 Sending build context to Docker daemon 6.356MB 02:40:48 Step 1/24 : ARG BASE=golang:1.18-alpine3.16 02:40:48 Step 2/24 : FROM ${BASE} AS builder 02:40:48 ---> f16cf9869f5b 02:40:48 Step 3/24 : ARG ADD_BUILD_TAGS="" 02:40:48 ---> Running in 6ad1ceaf46dc 02:40:48 Removing intermediate container 6ad1ceaf46dc 02:40:48 ---> cf2f15710d64 02:40:48 Step 4/24 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 02:40:49 ---> Running in c60fc2b41d9a 02:40:49 Removing intermediate container c60fc2b41d9a 02:40:49 ---> 0e66a1eddc34 02:40:49 Step 5/24 : ARG ALPINE_PKG_BASE="make git openssh-client" 02:40:49 ---> Running in e0efd650d1c9 02:40:49 Removing intermediate container e0efd650d1c9 02:40:49 ---> 7d1b46912249 02:40:49 Step 6/24 : ARG ALPINE_PKG_EXTRA="" 02:40:49 ---> Running in 57f0c4db0860 02:40:49 Removing intermediate container 57f0c4db0860 02:40:49 ---> 878b3d07ce20 02:40:49 Step 7/24 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 02:40:49 ---> Running in 0876b9185bf3 02:40:49 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 02:40:49 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 02:40:49 OK: 216 MiB in 55 packages 02:40:50 Removing intermediate container 0876b9185bf3 02:40:50 ---> c9a9a959883e 02:40:50 Step 8/24 : WORKDIR /device-mqtt-go 02:40:50 ---> Running in 2f4b86bcbec0 02:40:50 Removing intermediate container 2f4b86bcbec0 02:40:50 ---> 602a43cfbab2 02:40:50 Step 9/24 : COPY go.mod vendor* ./ 02:40:50 ---> a643e02aebdd 02:40:50 Step 10/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 02:40:50 ---> Running in a29eacb96f61 02:40:51 Removing intermediate container a29eacb96f61 02:40:51 ---> acac7d39843d 02:40:51 Step 11/24 : COPY . . 02:40:51 ---> b38e9ea3577f 02:40:51 Step 12/24 : RUN $MAKE 02:40:51 ---> Running in 8f5238625eb2 02:40:51 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:41:10 Removing intermediate container 8f5238625eb2 02:41:10 ---> d67a1bbcf048 02:41:10 Step 13/24 : FROM alpine:3.16 02:41:10 3.16: Pulling from library/alpine 02:41:10 ef5531b6e74e: Pulling fs layer 02:41:10 ef5531b6e74e: Verifying Checksum 02:41:10 ef5531b6e74e: Download complete 02:41:10 ef5531b6e74e: Pull complete 02:41:10 Digest: sha256:1bd67c81e4ad4b8f4a5c1c914d7985336f130e5cefb3e323654fd09d6bcdbbe2 02:41:10 Status: Downloaded newer image for alpine:3.16 02:41:10 ---> dfd21b5a31f5 02:41:10 Step 14/24 : LABEL license='VSPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020-2021: IoTech Ltd' 02:41:10 ---> Running in 22d5871904c5 02:41:10 Removing intermediate container 22d5871904c5 02:41:10 ---> 26fc98d1f8b9 02:41:10 Step 15/24 : RUN apk add --update --no-cache dumb-init 02:41:10 ---> Running in 9224c151fe4d 02:41:10 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 02:41:10 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 02:41:10 (1/1) Installing dumb-init (1.2.5-r1) 02:41:10 Executing busybox-1.35.0-r17.trigger 02:41:10 OK: 6 MiB in 15 packages 02:41:10 Removing intermediate container 9224c151fe4d 02:41:10 ---> dd6788d693ba 02:41:10 Step 16/24 : COPY --from=builder /device-mqtt-go/cmd / 02:41:11 ---> cbce3867ee56 02:41:11 Step 17/24 : COPY --from=builder /device-mqtt-go/LICENSE / 02:41:11 ---> cf0e3c67a2ff 02:41:11 Step 18/24 : COPY --from=builder /device-mqtt-go/Attribution.txt / 02:41:11 ---> 0db8edb4c243 02:41:11 Step 19/24 : EXPOSE 59982 02:41:11 ---> Running in 91d0b8052886 02:41:11 Removing intermediate container 91d0b8052886 02:41:11 ---> cee6d4ed30ca 02:41:11 Step 20/24 : ENTRYPOINT ["/device-mqtt"] 02:41:11 ---> Running in 9322b5f217f4 02:41:11 Removing intermediate container 9322b5f217f4 02:41:11 ---> 2790fa85eb78 02:41:11 Step 21/24 : CMD ["--cp=consul://edgex-core-consul:8500", "--registry"] 02:41:12 ---> Running in 3ff75b0db388 02:41:12 Removing intermediate container 3ff75b0db388 02:41:12 ---> e346ec8c214c 02:41:12 Step 22/24 : LABEL arch=amd64 02:41:12 ---> Running in 8d2185fa0217 02:41:12 Removing intermediate container 8d2185fa0217 02:41:12 ---> 84a843c32c4e 02:41:12 Step 23/24 : LABEL git_sha=1fd45674fe123da3006c204624f86819f570fb15 02:41:12 ---> Running in 8362e4978d17 02:41:12 Removing intermediate container 8362e4978d17 02:41:12 ---> 2ee252d628f7 02:41:12 Step 24/24 : LABEL version=0.0.0 02:41:12 ---> Running in 35f7c7c27063 02:41:12 Removing intermediate container 35f7c7c27063 02:41:12 ---> 128d0117f183 02:41:12 [Warning] One or more build-args [ARCH] were not consumed 02:41:12 Successfully built 128d0117f183 02:41:12 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:41:13 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 02:41:13 02:41:13 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:41:13 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 02:41:13 latest: Pulling from edgex-lftools-log-publisher 02:41:13 5eb5b503b376: Pulling fs layer 02:41:13 5c69ac0246d0: Pulling fs layer 02:41:13 ec43610c2a17: Pulling fs layer 02:41:13 3a2ae6a8a46f: Pulling fs layer 02:41:13 33b1e0a273af: Pulling fs layer 02:41:13 5d3b04190fa2: Pulling fs layer 02:41:13 2f39f015ded8: Pulling fs layer 02:41:13 3a2ae6a8a46f: Waiting 02:41:13 33b1e0a273af: Waiting 02:41:13 5d3b04190fa2: Waiting 02:41:13 2f39f015ded8: Waiting 02:41:13 5c69ac0246d0: Download complete 02:41:13 3a2ae6a8a46f: Download complete 02:41:13 33b1e0a273af: Verifying Checksum 02:41:13 33b1e0a273af: Download complete 02:41:13 5d3b04190fa2: Verifying Checksum 02:41:13 5d3b04190fa2: Download complete 02:41:13 ec43610c2a17: Verifying Checksum 02:41:13 ec43610c2a17: Download complete 02:41:13 5eb5b503b376: Verifying Checksum 02:41:13 5eb5b503b376: Download complete 02:41:14 2f39f015ded8: Download complete 02:41:14 5eb5b503b376: Pull complete 02:41:14 5c69ac0246d0: Pull complete 02:41:15 ec43610c2a17: Pull complete 02:41:15 3a2ae6a8a46f: Pull complete 02:41:15 33b1e0a273af: Pull complete 02:41:15 5d3b04190fa2: Pull complete 02:41:18 Running on prd-ubuntu20.04-docker-arm64-4c-16g-7516 in /w/workspace/gexfoundry_device-mqtt-go_PR-499 [Pipeline] { [Pipeline] ws 02:41:18 Running in /w/workspace/device-mqtt-go/1 [Pipeline] { [Pipeline] checkout 02:41:18 Selected Git installation does not exist. Using Default 02:41:18 The recommended git tool is: NONE 02:41:19 2f39f015ded8: Pull complete 02:41:19 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 02:41:19 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 02:41:19 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 02:41:20 prd-ubuntu20.04-docker-8c-8g-7514 does not seem to be running inside a container 02:41:20 $ 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-499 -v /w/workspace/gexfoundry_device-mqtt-go_PR-499:/w/workspace/gexfoundry_device-mqtt-go_PR-499:rw,z -v /w/workspace/gexfoundry_device-mqtt-go_PR-499@tmp:/w/workspace/gexfoundry_device-mqtt-go_PR-499@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:41:21 $ docker top 8a4060553da69e93c2c4bab8b73719fdda560dfd6d64253c298bd549241653b7 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 02:41:22 ---> job-cost.sh 02:41:22 lf-activate-venv: SKIPPING 02:41:22 INFO: No Stack... 02:41:22 INFO: Retrieving Pricing Info for: v3-standard-8 02:41:23 INFO: Archiving Costs [Pipeline] sh 02:41:23 + cat /w/workspace/gexfoundry_device-mqtt-go_PR-499/archives/cost.csv 02:41:23 + cut -d, -f6 [Pipeline] lock 02:41:23 Trying to acquire lock on [jenkins-edgexfoundry-device-mqtt-go-PR-499-1-stack-cost] 02:41:23 Resource [jenkins-edgexfoundry-device-mqtt-go-PR-499-1-stack-cost] did not exist. Created. 02:41:23 Lock acquired on [jenkins-edgexfoundry-device-mqtt-go-PR-499-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 02:41:23 + echo total: 0.2199999988079071 [Pipeline] stash 02:41:23 Stashed 1 file(s) [Pipeline] } 02:41:23 Lock released on resource [jenkins-edgexfoundry-device-mqtt-go-PR-499-1-stack-cost] [Pipeline] // lock [Pipeline] } 02:41:23 $ docker stop --time=1 8a4060553da69e93c2c4bab8b73719fdda560dfd6d64253c298bd549241653b7 02:41:25 $ docker rm -f --volumes 8a4060553da69e93c2c4bab8b73719fdda560dfd6d64253c298bd549241653b7 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 02:41:25 using credential edgex-jenkins-ssh 02:41:25 Cloning the remote Git repository 02:41:25 Cloning repository git@github.com:edgexfoundry/device-mqtt-go.git 02:41:26 > git init /w/workspace/device-mqtt-go/1 # timeout=10 02:41:26 Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git 02:41:26 > git --version # timeout=10 02:41:26 > git --version # 'git version 2.25.1' 02:41:26 using GIT_SSH to set credentials SSH Credentials for GitHub 02:41:26 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 02:41:27 > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 02:41:27 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 02:41:29 Merging remotes/origin/main commit bc7652beee9a90296fe0b57947c4589a421f5e02 into PR head commit 1fd45674fe123da3006c204624f86819f570fb15 02:41:29 Merge succeeded, producing 1fd45674fe123da3006c204624f86819f570fb15 02:41:29 Checking out Revision 1fd45674fe123da3006c204624f86819f570fb15 (PR-499) 02:41:28 > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 02:41:28 Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git 02:41:28 using GIT_SSH to set credentials SSH Credentials for GitHub 02:41:28 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/pull/499/head:refs/remotes/origin/PR-499 +refs/heads/main:refs/remotes/origin/main # timeout=10 02:41:29 > git config core.sparsecheckout # timeout=10 02:41:29 > git checkout -f 1fd45674fe123da3006c204624f86819f570fb15 # timeout=10 02:41:29 > git remote # timeout=10 02:41:29 > git config --get remote.origin.url # timeout=10 02:41:29 using GIT_SSH to set credentials SSH Credentials for GitHub 02:41:29 > git merge bc7652beee9a90296fe0b57947c4589a421f5e02 # timeout=10 02:41:29 > git rev-parse HEAD^{commit} # timeout=10 02:41:29 > git config core.sparsecheckout # timeout=10 02:41:29 > git checkout -f 1fd45674fe123da3006c204624f86819f570fb15 # timeout=10 02:41:30 Commit message: "build(deps): bump github.com/edgexfoundry/device-sdk-go/v3" 02:41:30 > git --version # timeout=10 02:41:30 > git --version # 'git version 2.25.1' 02:41:30 fatal: bad object cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 02:41:31 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 02:41:31 % Total % Received % Xferd Average Speed Time Time Time Current 02:41:31 Dload Upload Total Spent Left Speed 02:41:31 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 102k 0 --:--:-- --:--:-- --:--:-- 102k [Pipeline] sh 02:41:31 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 02:41:32 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 02:41:32 + sudo tee /etc/docker/daemon.new 02:41:32 { 02:41:32 "registry-mirrors": [ 02:41:32 "https://nexus3.edgexfoundry.org:10001" 02:41:32 ], 02:41:32 "bip": "10.250.0.254/24", 02:41:32 "hosts": [ 02:41:32 "tcp://0.0.0.0:5555", 02:41:32 "unix:///var/run/docker.sock" 02:41:32 ], 02:41:32 "mtu": 1458, 02:41:32 "selinux-enabled": true, 02:41:32 "seccomp-profile": "/etc/docker/seccomp.json" 02:41:32 } [Pipeline] sh 02:41:32 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 02:41:32 + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 02:41:51 provisioning config files... 02:41:51 copy managed file [device-mqtt-go-settings] to file:/w/workspace/device-mqtt-go/1@tmp/config18156006868805168567tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 02:41:51 ---> docker-login.sh 02:41:51 nexus3.edgexfoundry.org:10001 02:41:52 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:41:52 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:41:52 Configure a credential helper to remove this warning. See 02:41:52 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:41:52 02:41:52 Login Succeeded 02:41:52 nexus3.edgexfoundry.org:10002 02:41:52 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:41:52 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:41:52 Configure a credential helper to remove this warning. See 02:41:52 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:41:52 02:41:52 Login Succeeded 02:41:52 nexus3.edgexfoundry.org:10003 02:41:52 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:41:53 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:41:53 Configure a credential helper to remove this warning. See 02:41:53 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:41:53 02:41:53 Login Succeeded 02:41:53 nexus3.edgexfoundry.org:10004 02:41:53 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:41:53 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:41:53 Configure a credential helper to remove this warning. See 02:41:53 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:41:53 02:41:53 Login Succeeded 02:41:53 docker.io 02:41:53 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:41:53 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:41:53 Configure a credential helper to remove this warning. See 02:41:53 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:41:53 02:41:53 Login Succeeded 02:41:53 ---> docker-login.sh ends [Pipeline] } 02:41:53 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 02:41:54 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 02:41:54 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 02:41:54 ========================================================= 02:41:54 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine] 02:41:54 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:41:54 + docker build -t ci-base-image-arm64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine --build-arg MAKE=echo noop --target=builder . 02:41:55 Sending build context to Docker daemon 3.289MB 02:41:55 Step 1/12 : ARG BASE=golang:1.18-alpine3.16 02:41:55 Step 2/12 : FROM ${BASE} AS builder 02:41:55 1.18-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 02:41:55 9b18e9b68314: Pulling fs layer 02:41:55 35d82f9e3411: Pulling fs layer 02:41:55 e16973657156: Pulling fs layer 02:41:55 fc693d55d65f: Pulling fs layer 02:41:55 7e9fc2657dce: Pulling fs layer 02:41:55 dda99020689f: Pulling fs layer 02:41:55 db1c61fa0a46: Pulling fs layer 02:41:55 891c053d2c06: Pulling fs layer 02:41:55 dda99020689f: Waiting 02:41:55 db1c61fa0a46: Waiting 02:41:55 891c053d2c06: Waiting 02:41:55 fc693d55d65f: Waiting 02:41:55 7e9fc2657dce: Waiting 02:41:55 e16973657156: Verifying Checksum 02:41:55 e16973657156: Download complete 02:41:55 35d82f9e3411: Verifying Checksum 02:41:55 35d82f9e3411: Download complete 02:41:55 7e9fc2657dce: Download complete 02:41:55 dda99020689f: Download complete 02:41:55 9b18e9b68314: Verifying Checksum 02:41:55 9b18e9b68314: Download complete 02:41:56 9b18e9b68314: Pull complete 02:41:56 891c053d2c06: Verifying Checksum 02:41:56 891c053d2c06: Download complete 02:41:56 35d82f9e3411: Pull complete 02:41:57 e16973657156: Pull complete 02:41:57 db1c61fa0a46: Verifying Checksum 02:41:57 db1c61fa0a46: Download complete 02:41:58 fc693d55d65f: Verifying Checksum 02:41:58 fc693d55d65f: Download complete 02:42:13 fc693d55d65f: Pull complete 02:42:13 7e9fc2657dce: Pull complete 02:42:13 dda99020689f: Pull complete 02:42:18 db1c61fa0a46: Pull complete 02:42:21 891c053d2c06: Pull complete 02:42:21 Digest: sha256:2cacf8bfc28650abd52610e42dcfc04852e818eb73900ea96edaef96a54d0b45 02:42:21 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine 02:42:21 ---> f96f9c87975a 02:42:21 Step 3/12 : ARG ADD_BUILD_TAGS="" 02:42:22 ---> Running in 128f236a23a0 02:42:22 Removing intermediate container 128f236a23a0 02:42:22 ---> 1599dcea3cc3 02:42:22 Step 4/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 02:42:22 ---> Running in d3068e61cf4b 02:42:22 Removing intermediate container d3068e61cf4b 02:42:22 ---> ba0820cd9453 02:42:22 Step 5/12 : ARG ALPINE_PKG_BASE="make git openssh-client" 02:42:22 ---> Running in a877ba769176 02:42:23 Removing intermediate container a877ba769176 02:42:23 ---> 2955b6e4d481 02:42:23 Step 6/12 : ARG ALPINE_PKG_EXTRA="" 02:42:23 ---> Running in bacedead9554 02:42:23 Removing intermediate container bacedead9554 02:42:23 ---> d2b571a5efb0 02:42:23 Step 7/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 02:42:23 ---> Running in f044114d44fc 02:42:24 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 02:42:25 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 02:42:26 (1/4) Installing openssh-keygen (9.0_p1-r2) 02:42:26 (2/4) Installing libedit (20210910.3.1-r0) 02:42:26 (3/4) Installing openssh-client-common (9.0_p1-r2) 02:42:26 (4/4) Installing openssh-client-default (9.0_p1-r2) 02:42:26 Executing busybox-1.35.0-r17.trigger 02:42:26 OK: 226 MiB in 55 packages 02:42:27 Removing intermediate container f044114d44fc 02:42:27 ---> d928082a6829 02:42:27 Step 8/12 : WORKDIR /device-mqtt-go 02:42:27 ---> Running in cbc6b9a91729 02:42:27 Removing intermediate container cbc6b9a91729 02:42:27 ---> c34f45de9258 02:42:27 Step 9/12 : COPY go.mod vendor* ./ 02:42:30 ---> 38bf095cd3e3 02:42:30 Step 10/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 02:42:30 ---> Running in 2dc1112aeef7 02:43:38 Removing intermediate container 2dc1112aeef7 02:43:38 ---> 98b34915be29 02:43:38 Step 11/12 : COPY . . 02:43:38 ---> b4cb735bc3e4 02:43:38 Step 12/12 : RUN $MAKE 02:43:38 ---> Running in bc0c488c62a4 02:43:38 noop 02:43:38 Removing intermediate container bc0c488c62a4 02:43:38 ---> 3ac9789b76d6 02:43:38 Successfully built 3ac9789b76d6 02:43:38 Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:43:38 + docker inspect -f . ci-base-image-arm64 02:43:38 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 02:43:38 prd-ubuntu20.04-docker-arm64-4c-16g-7516 does not seem to be running inside a container 02:43:38 $ 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:43:40 $ docker top 3d3596d7278676e6bcc29e3767110c77716777aa72f2da0012c6bbcd773ed5d7 -eo pid,comm [Pipeline] { [Pipeline] sh 02:43:41 + go version 02:43:41 go version go1.18.7 linux/arm64 [Pipeline] } 02:43:41 $ docker stop --time=1 3d3596d7278676e6bcc29e3767110c77716777aa72f2da0012c6bbcd773ed5d7 02:43:42 $ docker rm -f --volumes 3d3596d7278676e6bcc29e3767110c77716777aa72f2da0012c6bbcd773ed5d7 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:43:43 + docker inspect -f . ci-base-image-arm64 02:43:43 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 02:43:43 prd-ubuntu20.04-docker-arm64-4c-16g-7516 does not seem to be running inside a container 02:43:43 $ 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:43:45 $ docker top b5d84585853031e91d68ff4b7d9a09b2b2059d744b6f81aeea954b0f00c16e20 -eo pid,comm [Pipeline] { [Pipeline] sh 02:43:45 + git config --global --add safe.directory /w/workspace/device-mqtt-go/1 [Pipeline] fileExists [Pipeline] sh 02:43:46 + make test 02:43:46 go test ./... -coverprofile=coverage.out ./... 02:43:48 ? github.com/edgexfoundry/device-mqtt-go [no test files] 02:45:09 ? github.com/edgexfoundry/device-mqtt-go/cmd [no test files] 02:45:09 ok github.com/edgexfoundry/device-mqtt-go/internal/driver 0.064s coverage: 21.8% of statements 02:45:09 ? github.com/edgexfoundry/device-mqtt-go/mock [no test files] 02:45:10 WARNING: Linting skipped (not on x86_64 or linter not installed) 02:45:10 go vet ./... 02:45:32 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 02:45:32 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 02:45:32 ./bin/test-attribution-txt.sh 02:45:32 An attribution for golang.org/x/mod is missing from Attribution.txt, please add 02:45:32 An attribution for golang.org/x/tools is missing from Attribution.txt, please add [Pipeline] echo 02:45:32 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 02:45:32 $ docker stop --time=1 b5d84585853031e91d68ff4b7d9a09b2b2059d744b6f81aeea954b0f00c16e20 02:45:34 $ docker rm -f --volumes b5d84585853031e91d68ff4b7d9a09b2b2059d744b6f81aeea954b0f00c16e20 [Pipeline] // withDockerContainer [Pipeline] sh 02:45:35 + sudo chown -R jenkins:jenkins . [Pipeline] stash 02:45:35 Warning: overwriting stash ‘coverage-report’ 02:45:36 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 02:45:36 + sudo chown -R jenkins:jenkins . [Pipeline] sh 02:45:37 + ls -al . 02:45:37 total 180 02:45:37 drwxrwxr-x 9 jenkins jenkins 4096 Feb 27 02:43 . 02:45:37 drwxrwxr-x 4 jenkins jenkins 4096 Feb 27 02:41 .. 02:45:37 -rw-rw-r-- 1 jenkins jenkins 140 Feb 27 02:41 .dockerignore 02:45:37 drwxrwxr-x 8 jenkins jenkins 4096 Feb 27 02:41 .git 02:45:37 drwxrwxr-x 3 jenkins jenkins 4096 Feb 27 02:41 .github 02:45:37 -rw-rw-r-- 1 jenkins jenkins 329 Feb 27 02:41 .gitignore 02:45:37 -rw-rw-r-- 1 jenkins jenkins 41 Feb 27 02:41 .golangci.yml 02:45:37 -rw-rw-r-- 1 jenkins jenkins 9189 Feb 27 02:41 Attribution.txt 02:45:37 -rw-rw-r-- 1 jenkins jenkins 13162 Feb 27 02:41 CHANGELOG.md 02:45:37 -rw-rw-r-- 1 jenkins jenkins 1689 Feb 27 02:41 Dockerfile 02:45:37 -rw-rw-r-- 1 jenkins jenkins 677 Feb 27 02:41 GOVERNANCE.md 02:45:37 -rw-rw-r-- 1 jenkins jenkins 678 Feb 27 02:41 Jenkinsfile 02:45:37 -rw-rw-r-- 1 jenkins jenkins 11340 Feb 27 02:41 LICENSE 02:45:37 -rw-rw-r-- 1 jenkins jenkins 1697 Feb 27 02:41 Makefile 02:45:37 -rw-rw-r-- 1 jenkins jenkins 620 Feb 27 02:41 OWNERS.md 02:45:37 -rw-rw-r-- 1 jenkins jenkins 3165 Feb 27 02:41 README.md 02:45:37 -rw-rw-r-- 1 jenkins jenkins 5 Feb 27 02:39 VERSION 02:45:37 drwxrwxr-x 2 jenkins jenkins 4096 Feb 27 02:41 bin 02:45:37 drwxrwxr-x 3 jenkins jenkins 4096 Feb 27 02:41 cmd 02:45:37 -rw-r--r-- 1 jenkins jenkins 17887 Feb 27 02:45 coverage.out 02:45:37 -rw-rw-r-- 1 jenkins jenkins 3377 Feb 27 02:41 go.mod 02:45:37 -rw-rw-r-- 1 jenkins jenkins 33254 Feb 27 02:41 go.sum 02:45:37 drwxrwxr-x 3 jenkins jenkins 4096 Feb 27 02:41 internal 02:45:37 drwxrwxr-x 2 jenkins jenkins 4096 Feb 27 02:41 mock 02:45:37 drwxrwxr-x 4 jenkins jenkins 4096 Feb 27 02:41 snap 02:45:37 -rw-rw-r-- 1 jenkins jenkins 227 Feb 27 02:41 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:45:37 + 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=1fd45674fe123da3006c204624f86819f570fb15 --label arch=arm64 --label version=0.0.0 . 02:45:37 Sending build context to Docker daemon 3.308MB 02:45:37 Step 1/24 : ARG BASE=golang:1.18-alpine3.16 02:45:37 Step 2/24 : FROM ${BASE} AS builder 02:45:37 ---> 3ac9789b76d6 02:45:37 Step 3/24 : ARG ADD_BUILD_TAGS="" 02:45:38 ---> Running in 0513379fc04f 02:45:38 Removing intermediate container 0513379fc04f 02:45:38 ---> 837badff9bf3 02:45:38 Step 4/24 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 02:45:38 ---> Running in bfa13d08f919 02:45:38 Removing intermediate container bfa13d08f919 02:45:38 ---> 5fb0e5430d9a 02:45:38 Step 5/24 : ARG ALPINE_PKG_BASE="make git openssh-client" 02:45:39 ---> Running in 48ffab9a3c12 02:45:39 Removing intermediate container 48ffab9a3c12 02:45:39 ---> 6eac1b938e33 02:45:39 Step 6/24 : ARG ALPINE_PKG_EXTRA="" 02:45:39 ---> Running in 19f2effffdc3 02:45:40 Removing intermediate container 19f2effffdc3 02:45:40 ---> 1d8ec65eaf85 02:45:40 Step 7/24 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 02:45:40 ---> Running in 1ea63ff13a3d 02:45:41 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 02:45:41 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 02:45:42 OK: 226 MiB in 55 packages 02:45:44 Removing intermediate container 1ea63ff13a3d 02:45:44 ---> 4919c90a44f7 02:45:44 Step 8/24 : WORKDIR /device-mqtt-go 02:45:44 ---> Running in 39d8e4d00789 02:45:45 Removing intermediate container 39d8e4d00789 02:45:45 ---> eb93c78f665a 02:45:45 Step 9/24 : COPY go.mod vendor* ./ 02:45:45 ---> 6c51475067d5 02:45:45 Step 10/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 02:45:45 ---> Running in 8448e5c992f9 02:45:49 Removing intermediate container 8448e5c992f9 02:45:49 ---> 5f9845b7d3f6 02:45:49 Step 11/24 : COPY . . 02:45:49 ---> 438ba2e6674d 02:45:49 Step 12/24 : RUN $MAKE 02:45:49 ---> Running in 794517a40140 02:45:50 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:48:12 Removing intermediate container 794517a40140 02:48:12 ---> 06bd6f2ff5bb 02:48:12 Step 13/24 : FROM alpine:3.16 02:48:12 3.16: Pulling from library/alpine 02:48:12 3760b48202b3: Pulling fs layer 02:48:12 3760b48202b3: Download complete 02:48:12 3760b48202b3: Pull complete 02:48:12 Digest: sha256:1bd67c81e4ad4b8f4a5c1c914d7985336f130e5cefb3e323654fd09d6bcdbbe2 02:48:12 Status: Downloaded newer image for alpine:3.16 02:48:12 ---> 4c81e5bf8899 02:48:12 Step 14/24 : LABEL license='VSPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020-2021: IoTech Ltd' 02:48:12 ---> Running in d62048210d69 02:48:12 Removing intermediate container d62048210d69 02:48:12 ---> 05dfe42be697 02:48:12 Step 15/24 : RUN apk add --update --no-cache dumb-init 02:48:12 ---> Running in 1a4b73b3d28b 02:48:12 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 02:48:12 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 02:48:13 (1/1) Installing dumb-init (1.2.5-r1) 02:48:13 Executing busybox-1.35.0-r17.trigger 02:48:13 OK: 5 MiB in 15 packages 02:48:14 Removing intermediate container 1a4b73b3d28b 02:48:14 ---> 0e7bc9e5ce5e 02:48:14 Step 16/24 : COPY --from=builder /device-mqtt-go/cmd / 02:48:15 ---> 21f2b0c01e05 02:48:15 Step 17/24 : COPY --from=builder /device-mqtt-go/LICENSE / 02:48:15 ---> f32deb2000be 02:48:15 Step 18/24 : COPY --from=builder /device-mqtt-go/Attribution.txt / 02:48:16 ---> 6ee29e72ddf1 02:48:16 Step 19/24 : EXPOSE 59982 02:48:16 ---> Running in fbf63d28602d 02:48:16 Removing intermediate container fbf63d28602d 02:48:16 ---> f19b65e9ab6d 02:48:16 Step 20/24 : ENTRYPOINT ["/device-mqtt"] 02:48:16 ---> Running in 6d520eaab587 02:48:17 Removing intermediate container 6d520eaab587 02:48:17 ---> 4df5ff6666a0 02:48:17 Step 21/24 : CMD ["--cp=consul://edgex-core-consul:8500", "--registry"] 02:48:17 ---> Running in 9e69ea95be9a 02:48:17 Removing intermediate container 9e69ea95be9a 02:48:17 ---> c9c57dcaa570 02:48:17 Step 22/24 : LABEL arch=arm64 02:48:17 ---> Running in 0d0387d4447e 02:48:17 Removing intermediate container 0d0387d4447e 02:48:17 ---> 4374744ea8b1 02:48:17 Step 23/24 : LABEL git_sha=1fd45674fe123da3006c204624f86819f570fb15 02:48:17 ---> Running in 4c6742f3703c 02:48:18 Removing intermediate container 4c6742f3703c 02:48:18 ---> 8e1b58543094 02:48:18 Step 24/24 : LABEL version=0.0.0 02:48:18 ---> Running in 360d21a8f0a0 02:48:18 Removing intermediate container 360d21a8f0a0 02:48:18 ---> 9052091febec 02:48:18 [Warning] One or more build-args [ARCH] were not consumed 02:48:18 Successfully built 9052091febec 02:48:18 Successfully tagged device-mqtt-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:48:19 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 02:48:19 02:48:19 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:48:19 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 02:48:19 arm64: Pulling from edgex-lftools-log-publisher 02:48:19 8998bd30e6a1: Pulling fs layer 02:48:19 04944245beec: Pulling fs layer 02:48:19 699f458cf7ca: Pulling fs layer 02:48:19 765212b225bb: Pulling fs layer 02:48:19 f23df028b6ca: Pulling fs layer 02:48:19 d65c8cfc05b1: Pulling fs layer 02:48:19 2437ff75d9bd: Pulling fs layer 02:48:19 f23df028b6ca: Waiting 02:48:19 d65c8cfc05b1: Waiting 02:48:19 2437ff75d9bd: Waiting 02:48:19 765212b225bb: Waiting 02:48:20 04944245beec: Verifying Checksum 02:48:20 04944245beec: Download complete 02:48:20 765212b225bb: Verifying Checksum 02:48:20 765212b225bb: Download complete 02:48:20 f23df028b6ca: Download complete 02:48:20 d65c8cfc05b1: Verifying Checksum 02:48:20 d65c8cfc05b1: Download complete 02:48:20 699f458cf7ca: Verifying Checksum 02:48:20 699f458cf7ca: Download complete 02:48:20 8998bd30e6a1: Verifying Checksum 02:48:20 8998bd30e6a1: Download complete 02:48:23 2437ff75d9bd: Verifying Checksum 02:48:23 2437ff75d9bd: Download complete 02:48:24 8998bd30e6a1: Pull complete 02:48:24 04944245beec: Pull complete 02:48:26 699f458cf7ca: Pull complete 02:48:26 765212b225bb: Pull complete 02:48:27 f23df028b6ca: Pull complete 02:48:27 d65c8cfc05b1: Pull complete 02:48:39 2437ff75d9bd: Pull complete 02:48:39 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 02:48:39 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 02:48:39 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 02:48:40 prd-ubuntu20.04-docker-arm64-4c-16g-7516 does not seem to be running inside a container 02:48:40 $ 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:48:42 $ docker top d03bc95ef85ec0d67371a13a4fd1ffce2de879b8ee1c4a96e1992373bdcee48c -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 02:48:43 ---> job-cost.sh 02:48:43 lf-activate-venv: SKIPPING 02:48:43 INFO: No Stack... 02:48:43 INFO: Retrieving Pricing Info for: v3-standard-4 02:48:44 INFO: Archiving Costs [Pipeline] sh 02:48:45 + cat /w/workspace/device-mqtt-go/1/archives/cost.csv 02:48:45 + cut -d, -f6 [Pipeline] lock 02:48:45 Trying to acquire lock on [jenkins-edgexfoundry-device-mqtt-go-PR-499-1-stack-cost] 02:48:45 Resource [jenkins-edgexfoundry-device-mqtt-go-PR-499-1-stack-cost] did not exist. Created. 02:48:45 Lock acquired on [jenkins-edgexfoundry-device-mqtt-go-PR-499-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 02:48:46 /w/workspace/device-mqtt-go/1@tmp/durable-a02824d2/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh 02:48:46 + echo total: 0.10999999940395355 [Pipeline] stash 02:48:46 Warning: overwriting stash ‘stack-cost’ 02:48:46 Stashed 1 file(s) [Pipeline] } 02:48:46 Lock released on resource [jenkins-edgexfoundry-device-mqtt-go-PR-499-1-stack-cost] [Pipeline] // lock [Pipeline] } 02:48:46 $ docker stop --time=1 d03bc95ef85ec0d67371a13a4fd1ffce2de879b8ee1c4a96e1992373bdcee48c 02:48:48 $ docker rm -f --volumes d03bc95ef85ec0d67371a13a4fd1ffce2de879b8ee1c4a96e1992373bdcee48c [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:48:49 provisioning config files... 02:48:49 copy managed file [device-mqtt-go-codecov-token] to file:/w/workspace/gexfoundry_device-mqtt-go_PR-499@tmp/config12804249123176319439tmp [Pipeline] { [Pipeline] sh 02:48:49 + set +x 02:48:49 + bash -s -- 02:48:49 + curl -s https://codecov.io/bash 02:48:49 02:48:49 _____ _ 02:48:49 / ____| | | 02:48:49 | | ___ __| | ___ ___ _____ __ 02:48:49 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 02:48:49 | |___| (_) | (_| | __/ (_| (_) \ V / 02:48:49 \_____\___/ \__,_|\___|\___\___/ \_/ 02:48:49 Bash-1.0.6 02:48:49 02:48:49 02:48:49 ==> git version 2.25.1 found 02:48:49 ==> 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:48:49 Release-Date: 2020-01-08 02:48:49 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:48:49 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 02:48:49 ==> Jenkins CI detected. 02:48:49 current dir:  /w/workspace/gexfoundry_device-mqtt-go_PR-499 02:48:49 project root: . 02:48:49 --> token set from env 02:48:49 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 02:48:49 ==> Running gcov in . (disable via -X gcov) 02:48:49 ==> Python coveragepy not found 02:48:49 ==> Searching for coverage reports in: 02:48:49 + . 02:48:49 -> Found 1 reports 02:48:49 ==> Detecting git/mercurial file structure 02:48:49 ==> Reading reports 02:48:49 + ./coverage.out bytes=17887 02:48:49 ==> Appending adjustments 02:48:49 https://docs.codecov.io/docs/fixing-reports 02:48:49 + Found adjustments 02:48:49 ==> Gzipping contents 02:48:49 4.0K /tmp/codecov.gIwpRR.gz 02:48:49 ==> Uploading reports 02:48:49 url: https://codecov.io 02:48:49 query: branch=PR-499&commit=1fd45674fe123da3006c204624f86819f570fb15&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-mqtt-go%2Fjob%2FPR-499%2F1%2F&name=&tag=&slug=edgexfoundry%2Fdevice-mqtt-go&service=jenkins&flags=&pr=499&job=&cmd_args= 02:48:49 -> Pinging Codecov 02:48:49 https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=3cf7f23a-d5e6-4c47-868b-a0a7f9a025f8&branch=PR-499&commit=1fd45674fe123da3006c204624f86819f570fb15&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-mqtt-go%2Fjob%2FPR-499%2F1%2F&name=&tag=&slug=edgexfoundry%2Fdevice-mqtt-go&service=jenkins&flags=&pr=499&job=&cmd_args= 02:48:49 -> Uploading to 02:48:49 https://storage.googleapis.com/codecov/v4/raw/2023-02-27/7D719EC7BBE17E464838252E33014C33/1fd45674fe123da3006c204624f86819f570fb15/aaf6baf9-bc80-4847-878d-648fef362454.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20230227%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20230227T024849Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=bcf8265eff90cb049d9bc34af168f45dfe7954920dda9d74c6a3f62a2771d096 02:48:49 % Total % Received % Xferd Average Speed Time Time Time Current 02:48:49 Dload Upload Total Spent Left Speed 02:48:50 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 3165 0 0 100 3165 0 8053 --:--:-- --:--:-- --:--:-- 8053 02:48:50 -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/device-mqtt-go/commit/1fd45674fe123da3006c204624f86819f570fb15 [Pipeline] } 02:48:50 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:48:52 + [ -d /w/workspace/gexfoundry_device-mqtt-go_PR-499/archives ] 02:48:52 + ls -al /w/workspace/gexfoundry_device-mqtt-go_PR-499/archives 02:48:52 total 16 02:48:52 drwxr-xr-x 3 root root 4096 Feb 27 02:41 . 02:48:52 drwxrwxr-x 11 jenkins jenkins 4096 Feb 27 02:41 .. 02:48:52 drwxr-xr-x 2 root root 4096 Feb 27 02:41 cost 02:48:52 -rw-r--r-- 1 root root 86 Feb 27 02:41 cost.csv 02:48:52 + sudo chown -R jenkins:jenkins /w/workspace/gexfoundry_device-mqtt-go_PR-499/archives 02:48:52 + ls -al /w/workspace/gexfoundry_device-mqtt-go_PR-499/archives 02:48:52 total 16 02:48:52 drwxr-xr-x 3 jenkins jenkins 4096 Feb 27 02:41 . 02:48:52 drwxrwxr-x 11 jenkins jenkins 4096 Feb 27 02:41 .. 02:48:52 drwxr-xr-x 2 jenkins jenkins 4096 Feb 27 02:41 cost 02:48:52 -rw-r--r-- 1 jenkins jenkins 86 Feb 27 02:41 cost.csv [Pipeline] libraryResource [Pipeline] sh 02:48:52 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 02:48:53 ---> package-listing.sh 02:48:53 ++ facter osfamily 02:48:53 ++ tr '[:upper:]' '[:lower:]' 02:48:53 + OS_FAMILY=debian 02:48:53 + workspace=/w/workspace/gexfoundry_device-mqtt-go_PR-499 02:48:53 + START_PACKAGES=/tmp/packages_start.txt 02:48:53 + END_PACKAGES=/tmp/packages_end.txt 02:48:53 + DIFF_PACKAGES=/tmp/packages_diff.txt 02:48:53 + PACKAGES=/tmp/packages_start.txt 02:48:53 + '[' /w/workspace/gexfoundry_device-mqtt-go_PR-499 ']' 02:48:53 + PACKAGES=/tmp/packages_end.txt 02:48:53 + case "${OS_FAMILY}" in 02:48:53 + dpkg -l 02:48:53 + grep '^ii' 02:48:53 + '[' -f /tmp/packages_start.txt ']' 02:48:53 + '[' -f /tmp/packages_end.txt ']' 02:48:53 + diff /tmp/packages_start.txt /tmp/packages_end.txt 02:48:53 + '[' /w/workspace/gexfoundry_device-mqtt-go_PR-499 ']' 02:48:53 + mkdir -p /w/workspace/gexfoundry_device-mqtt-go_PR-499/archives/ 02:48:53 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/gexfoundry_device-mqtt-go_PR-499/archives/ [Pipeline] echo 02:48:53 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-499/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 02:48:53 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:48:54 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 02:48:54 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 02:48:54 prd-ubuntu20.04-docker-8c-8g-7514 does not seem to be running inside a container 02:48:54 $ 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-499/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-499 -v /w/workspace/gexfoundry_device-mqtt-go_PR-499:/w/workspace/gexfoundry_device-mqtt-go_PR-499:rw,z -v /w/workspace/gexfoundry_device-mqtt-go_PR-499@tmp:/w/workspace/gexfoundry_device-mqtt-go_PR-499@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 02:48:54 $ docker top 4d9fcb7a2fdcb42dcfcb7c9317af63eeec9f09fb7cf5e577923cc8c2c1072fe8 -eo pid,comm [Pipeline] { [Pipeline] sh 02:48:55 + touch /tmp/pre-build-complete [Pipeline] sh 02:48:55 + mkdir -p /var/log/sysstat [Pipeline] sh 02:48:55 + ls /var/log/sa-host 02:48:55 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 02:48:56 provisioning config files... 02:48:56 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/gexfoundry_device-mqtt-go_PR-499@tmp/config296908996207936744tmp [Pipeline] { [Pipeline] echo 02:48:56 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 02:48:56 ---> create-netrc.sh [Pipeline] } 02:48:56 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 02:48:56 ---> python-tools-install.sh [Pipeline] echo 02:48:56 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 02:48:57 ---> sudo-logs.sh 02:48:57 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 02:48:57 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 02:48:57 ---> job-cost.sh 02:48:57 lf-activate-venv: SKIPPING 02:48:57 DEBUG: total: 0.2199999988079071 02:48:57 INFO: Retrieving Stack Cost... 02:48:57 INFO: Retrieving Pricing Info for: v3-standard-8 02:48:58 INFO: Archiving Costs [Pipeline] echo 02:48:58 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 02:48:58 ---> logs-deploy.sh 02:48:58 lf-activate-venv: SKIPPING 02:48:58 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-mqtt-go/PR-499/1 02:48:58 INFO: archiving workspace using pattern(s): 02:48:59 Archives upload complete. 02:48:59 INFO: archiving logs to Nexus