Pull request #1541 opened Connecting to https://api.github.com using edgex-jenkins github personal access token Connecting to https://api.github.com to check permissions of obtain list of zyqhpz for edgexfoundry/device-sdk-go Loading trusted files from base branch main at 7730e9b2488ebe82cf8f1ec58f41fa934430b51b rather than 798535ca16eb4d2fd67228116ffb97b709bf3eb6 Obtained Jenkinsfile from 7730e9b2488ebe82cf8f1ec58f41fa934430b51b 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-ssh7795615019837832119.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 33739fb647ab338ef2ce3bfc8312bfbcef468f88 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --resolve-git-dir /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f/.git # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f@tmp/jenkins-gitclient-ssh1736733440208586920.key > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 33739fb647ab338ef2ce3bfc8312bfbcef468f88 The recommended git tool is: git using credential edgex-jenkins-ssh 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-sdk-go/branches/PR-1541/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-sdk-go/branches/PR-1541/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh5790517009034335094.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-sdk-go/branches/PR-1541/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh12670058754669746320.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 33739fb647ab338ef2ce3bfc8312bfbcef468f88 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 33739fb647ab338ef2ce3bfc8312bfbcef468f88 # timeout=10 Commit message: "Merge pull request #447 from ernestojeda/fix-release-changelog" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 > 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-ssh18050593019868011203.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-sdk-go/branches/PR-1541/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-sdk-go/branches/PR-1541/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh11774767657296527259.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 33739fb647ab338ef2ce3bfc8312bfbcef468f88 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-sdk-go, dockerImageName:device-sdk-simple, dockerFilePath:example/cmd/device-simple/Dockerfile, pushImage:false, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v3]] ========================================================= [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-sdk-go-settings PROJECT: device-sdk-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.21 USE_ALPINE: true DOCKER_FILE_PATH: example/cmd/device-simple/Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_IMAGE_NAME: device-sdk-simple DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: false BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v3 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 All nodes of label ‘ubuntu20.04-docker-8c-8g’ are offline Running on prd-ubuntu20.04-docker-8c-8g-171 in /w/workspace/gexfoundry_device-sdk-go_PR-1541 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout The recommended git tool is: git using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/device-sdk-go.git > git init /w/workspace/gexfoundry_device-sdk-go_PR-1541 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-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-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-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-sdk-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/1541/head:refs/remotes/origin/PR-1541 +refs/heads/main:refs/remotes/origin/main # timeout=10 Merging remotes/origin/main commit 7730e9b2488ebe82cf8f1ec58f41fa934430b51b into PR head commit 798535ca16eb4d2fd67228116ffb97b709bf3eb6 Merge succeeded, producing 798535ca16eb4d2fd67228116ffb97b709bf3eb6 Checking out Revision 798535ca16eb4d2fd67228116ffb97b709bf3eb6 (PR-1541) > git config core.sparsecheckout # timeout=10 > git checkout -f 798535ca16eb4d2fd67228116ffb97b709bf3eb6 # 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 7730e9b2488ebe82cf8f1ec58f41fa934430b51b # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 798535ca16eb4d2fd67228116ffb97b709bf3eb6 # timeout=10 Commit message: "change v2 to v3 on register routes" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.25.1' fatal: bad object 33739fb647ab338ef2ce3bfc8312bfbcef468f88 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 10:07:02 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 10:07:02 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 10:07:02 ========================================================= 10:07:02 EdgeX Global Pipelines Version Info 10:07:02 ========================================================= [Pipeline] libraryResource [Pipeline] sh 10:07:03 ------------------- 10:07:03 stable info: 10:07:03 ------------------- 10:07:03 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 10:07:03 Commit SHA: 33739fb647ab338ef2ce3bfc8312bfbcef468f88 10:07:03 Message: update stable to v1.0.258 10:07:03 ------------------- 10:07:03 experimental info: 10:07:03 ------------------- 10:07:03 Commited By: **** collab-it+edgex@linuxfoundation.org 10:07:03 Commit SHA: 33739fb647ab338ef2ce3bfc8312bfbcef468f88 10:07:03 Message: update experimental to v1.0.258 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 10:07:04 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-go-settings [Pipeline] echo 10:07:04 [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-go [Pipeline] echo 10:07:04 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 10:07:04 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 10:07:04 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 10:07:04 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.21 [Pipeline] echo 10:07:04 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 10:07:04 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = example/cmd/device-simple/Dockerfile [Pipeline] echo 10:07:04 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 10:07:04 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 10:07:04 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 10:07:04 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-sdk-simple [Pipeline] echo 10:07:04 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 10:07:04 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 10:07:04 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 10:07:04 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 10:07:05 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 10:07:05 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 10:07:05 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 10:07:05 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 10:07:05 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 10:07:05 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v3 [Pipeline] echo 10:07:05 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 10:07:05 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 10:07:05 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 10:07:05 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 10:07:05 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 10:07:05 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-1541 [Pipeline] echo 10:07:05 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-1541 [Pipeline] echo 10:07:05 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-1541 [Pipeline] echo 10:07:06 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 798535ca16eb4d2fd67228116ffb97b709bf3eb6 [Pipeline] echo 10:07:06 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 798535c [Pipeline] echo 10:07:06 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 10:07:06 provisioning config files... 10:07:06 copy managed file [device-sdk-go-settings] to file:/w/workspace/gexfoundry_device-sdk-go_PR-1541@tmp/config11892695070694298109tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 10:07:06 ---> ****-login.sh 10:07:06 nexus3.edgexfoundry.org:10001 10:07:08 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:07:08 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 10:07:08 Configure a credential helper to remove this warning. See 10:07:08 https://docs.****.com/engine/reference/commandline/login/#credentials-store 10:07:08 10:07:08 Login Succeeded 10:07:08 nexus3.edgexfoundry.org:10002 10:07:08 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:07:08 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 10:07:08 Configure a credential helper to remove this warning. See 10:07:08 https://docs.****.com/engine/reference/commandline/login/#credentials-store 10:07:08 10:07:08 Login Succeeded 10:07:08 nexus3.edgexfoundry.org:10003 10:07:08 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:07:08 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 10:07:08 Configure a credential helper to remove this warning. See 10:07:08 https://docs.****.com/engine/reference/commandline/login/#credentials-store 10:07:08 10:07:08 Login Succeeded 10:07:08 nexus3.edgexfoundry.org:10004 10:07:08 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:07:08 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 10:07:08 Configure a credential helper to remove this warning. See 10:07:08 https://docs.****.com/engine/reference/commandline/login/#credentials-store 10:07:08 10:07:08 Login Succeeded 10:07:08 ****.io 10:07:08 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:07:08 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 10:07:08 Configure a credential helper to remove this warning. See 10:07:08 https://docs.****.com/engine/reference/commandline/login/#credentials-store 10:07:08 10:07:08 Login Succeeded 10:07:08 ---> ****-login.sh ends [Pipeline] } 10:07:08 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh 10:07:09 + git rev-list -1 --merges 798535ca16eb4d2fd67228116ffb97b709bf3eb6~1..798535ca16eb4d2fd67228116ffb97b709bf3eb6 [Pipeline] echo 10:07:09 -----------> git rev-list -1 --merges 798535ca16eb4d2fd67228116ffb97b709bf3eb6~1..798535ca16eb4d2fd67228116ffb97b709bf3eb6 798535ca16eb4d2fd67228116ffb97b709bf3eb6 [false] [Pipeline] sh 10:07:10 + git log --format=format:%s -1 798535ca16eb4d2fd67228116ffb97b709bf3eb6 [Pipeline] echo 10:07:10 ========================================================= 10:07:10 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 10:07:10 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 10:07:10 + git log --format=format:%s -1 798535ca16eb4d2fd67228116ffb97b709bf3eb6 [Pipeline] echo 10:07:10 [semverPrep] GIT_COMMIT: 798535ca16eb4d2fd67228116ffb97b709bf3eb6, Commit Message: change v2 to v3 on register routes [Pipeline] echo 10:07:10 [semverPrep] This is not a build commit. [Pipeline] sh 10:07:11 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 10:07:11 + grep -v github /etc/ssh/ssh_known_hosts 10:07:11 + [ -e /tmp/ssh_known_hosts ] 10:07:11 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 10:07:11 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 10:07:11 + sudo tee -a /etc/ssh/ssh_known_hosts 10:07:11 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:07:11 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 10:07:11 10:07:11 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:07:12 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 10:07:12 0.1.4: Pulling from edgex-devops/py-git-semver 10:07:12 b85a868b505f: Pulling fs layer 10:07:12 e2be974225ed: Pulling fs layer 10:07:12 339a4e72a1f5: Pulling fs layer 10:07:12 988bab9f4d93: Pulling fs layer 10:07:12 1469e6f7b9e6: Pulling fs layer 10:07:12 eaf3925da568: Pulling fs layer 10:07:12 bab4dde63d76: Pulling fs layer 10:07:12 bde34c3a00c8: Pulling fs layer 10:07:12 b352a97aabf1: Pulling fs layer 10:07:12 4872d77fe225: Pulling fs layer 10:07:12 5851b861e8e6: Pulling fs layer 10:07:12 988bab9f4d93: Waiting 10:07:12 1469e6f7b9e6: Waiting 10:07:12 eaf3925da568: Waiting 10:07:12 bab4dde63d76: Waiting 10:07:12 bde34c3a00c8: Waiting 10:07:12 b352a97aabf1: Waiting 10:07:12 4872d77fe225: Waiting 10:07:12 5851b861e8e6: Waiting 10:07:12 e2be974225ed: Verifying Checksum 10:07:12 e2be974225ed: Download complete 10:07:12 988bab9f4d93: Verifying Checksum 10:07:12 988bab9f4d93: Download complete 10:07:12 1469e6f7b9e6: Verifying Checksum 10:07:12 1469e6f7b9e6: Download complete 10:07:12 eaf3925da568: Verifying Checksum 10:07:12 eaf3925da568: Download complete 10:07:12 339a4e72a1f5: Verifying Checksum 10:07:12 339a4e72a1f5: Download complete 10:07:12 bde34c3a00c8: Download complete 10:07:12 b352a97aabf1: Download complete 10:07:12 4872d77fe225: Verifying Checksum 10:07:12 4872d77fe225: Download complete 10:07:12 5851b861e8e6: Verifying Checksum 10:07:12 5851b861e8e6: Download complete 10:07:12 b85a868b505f: Verifying Checksum 10:07:12 b85a868b505f: Download complete 10:07:12 bab4dde63d76: Verifying Checksum 10:07:12 bab4dde63d76: Download complete 10:07:13 b85a868b505f: Pull complete 10:07:13 e2be974225ed: Pull complete 10:07:14 339a4e72a1f5: Pull complete 10:07:14 988bab9f4d93: Pull complete 10:07:14 1469e6f7b9e6: Pull complete 10:07:14 eaf3925da568: Pull complete 10:07:16 bab4dde63d76: Pull complete 10:07:16 bde34c3a00c8: Pull complete 10:07:16 b352a97aabf1: Pull complete 10:07:16 4872d77fe225: Pull complete 10:07:17 5851b861e8e6: Pull complete 10:07:17 Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 10:07:17 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 10:07:17 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 10:07:17 prd-ubuntu20.04-docker-8c-8g-171 does not seem to be running inside a container 10:07:17 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_device-sdk-go_PR-1541 -v /w/workspace/gexfoundry_device-sdk-go_PR-1541:/w/workspace/gexfoundry_device-sdk-go_PR-1541:rw,z -v /w/workspace/gexfoundry_device-sdk-go_PR-1541@tmp:/w/workspace/gexfoundry_device-sdk-go_PR-1541@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 10:07:21 $ docker top 29d9385d730e3be76041ae581435cc4373a88500d164328e07d33f7f58d37a61 -eo pid,comm 10:07:21 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). 10:07:21 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 10:07:21 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 10:07:21 [ssh-agent] Looking for ssh-agent implementation... 10:07:21 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 10:07:21 $ docker exec 29d9385d730e3be76041ae581435cc4373a88500d164328e07d33f7f58d37a61 ssh-agent 10:07:21 SSH_AUTH_SOCK=/tmp/ssh-UVvZxbJvPUeK/agent.32 10:07:21 SSH_AGENT_PID=38 10:07:21 Running ssh-add (command line suppressed) 10:07:21 Identity added: /w/workspace/gexfoundry_device-sdk-go_PR-1541@tmp/private_key_2153067417439649537.key (/w/workspace/gexfoundry_device-sdk-go_PR-1541@tmp/private_key_2153067417439649537.key) 10:07:21 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 10:07:22 + git tag --points-at HEAD [Pipeline] } 10:07:22 $ docker exec --env ******** --env ******** 29d9385d730e3be76041ae581435cc4373a88500d164328e07d33f7f58d37a61 ssh-agent -k 10:07:22 unset SSH_AUTH_SOCK; 10:07:22 unset SSH_AGENT_PID; 10:07:22 echo Agent pid 38 killed; 10:07:22 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 10:07:22 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 10:07:22 [ssh-agent] Looking for ssh-agent implementation... 10:07:22 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 10:07:22 $ docker exec 29d9385d730e3be76041ae581435cc4373a88500d164328e07d33f7f58d37a61 ssh-agent 10:07:22 SSH_AUTH_SOCK=/tmp/ssh-nlHMT5USVczn/agent.70 10:07:22 SSH_AGENT_PID=76 10:07:22 Running ssh-add (command line suppressed) 10:07:22 Identity added: /w/workspace/gexfoundry_device-sdk-go_PR-1541@tmp/private_key_8463610612964702019.key (/w/workspace/gexfoundry_device-sdk-go_PR-1541@tmp/private_key_8463610612964702019.key) 10:07:22 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 10:07:23 + git semver init 10:07:23 2023-11-18 10:07:23,353 [run_init] DEBUG init version:0.0.0 force:False 10:07:23 2023-11-18 10:07:23,354 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/gexfoundry_device-sdk-go_PR-1541/.semver 10:07:23 2023-11-18 10:07:23,354 [execute] INFO git clone -b semver git@github.com:edgexfoundry/device-sdk-go.git /w/workspace/gexfoundry_device-sdk-go_PR-1541/.semver 10:07:23 2023-11-18 10:07:23,355 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/device-sdk-go.git', '/w/workspace/gexfoundry_device-sdk-go_PR-1541/.semver'], cwd=/w/workspace/gexfoundry_device-sdk-go_PR-1541, universal_newlines=False, shell=None, istream=None) 10:07:24 2023-11-18 10:07:24,677 [append_file] DEBUG append to file:/w/workspace/gexfoundry_device-sdk-go_PR-1541/.git/info/exclude 10:07:24 2023-11-18 10:07:24,677 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/gexfoundry_device-sdk-go_PR-1541/.semver/PR-1541 with force:False 10:07:24 2023-11-18 10:07:24,678 [write_file] DEBUG write to file:/w/workspace/gexfoundry_device-sdk-go_PR-1541/.semver/PR-1541 10:07:24 2023-11-18 10:07:24,683 [execute] INFO git cat-file --batch-check 10:07:24 2023-11-18 10:07:24,683 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/gexfoundry_device-sdk-go_PR-1541/.semver, universal_newlines=False, shell=None, istream=) 10:07:24 2023-11-18 10:07:24,690 [execute] INFO git cat-file --batch 10:07:24 2023-11-18 10:07:24,691 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/gexfoundry_device-sdk-go_PR-1541/.semver, universal_newlines=False, shell=None, istream=) 10:07:24 2023-11-18 10:07:24,696 [read_version] DEBUG read version from /w/workspace/gexfoundry_device-sdk-go_PR-1541/.semver/PR-1541 10:07:24 0.0.0 [Pipeline] } 10:07:24 $ docker exec --env ******** --env ******** 29d9385d730e3be76041ae581435cc4373a88500d164328e07d33f7f58d37a61 ssh-agent -k 10:07:24 unset SSH_AUTH_SOCK; 10:07:24 unset SSH_AGENT_PID; 10:07:24 echo Agent pid 76 killed; 10:07:24 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 10:07:25 + git semver [Pipeline] } 10:07:25 $ docker stop --time=1 29d9385d730e3be76041ae581435cc4373a88500d164328e07d33f7f58d37a61 10:07:27 $ docker rm -f --volumes 29d9385d730e3be76041ae581435cc4373a88500d164328e07d33f7f58d37a61 [Pipeline] // withDockerContainer [Pipeline] sh 10:07:27 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 10:07:27 Stashed 1 file(s) [Pipeline] echo 10:07:27 [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 10:07:28 provisioning config files... 10:07:28 copy managed file [device-sdk-go-settings] to file:/w/workspace/gexfoundry_device-sdk-go_PR-1541@tmp/config6379267142667821404tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 10:07:29 ---> ****-login.sh 10:07:29 nexus3.edgexfoundry.org:10001 10:07:29 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:07:29 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 10:07:29 Configure a credential helper to remove this warning. See 10:07:29 https://docs.****.com/engine/reference/commandline/login/#credentials-store 10:07:29 10:07:29 Login Succeeded 10:07:29 nexus3.edgexfoundry.org:10002 10:07:29 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:07:29 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 10:07:29 Configure a credential helper to remove this warning. See 10:07:29 https://docs.****.com/engine/reference/commandline/login/#credentials-store 10:07:29 10:07:29 Login Succeeded 10:07:29 nexus3.edgexfoundry.org:10003 10:07:29 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:07:29 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 10:07:29 Configure a credential helper to remove this warning. See 10:07:29 https://docs.****.com/engine/reference/commandline/login/#credentials-store 10:07:29 10:07:29 Login Succeeded 10:07:29 nexus3.edgexfoundry.org:10004 10:07:29 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:07:29 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 10:07:29 Configure a credential helper to remove this warning. See 10:07:29 https://docs.****.com/engine/reference/commandline/login/#credentials-store 10:07:29 10:07:29 Login Succeeded 10:07:29 ****.io 10:07:29 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:07:29 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 10:07:29 Configure a credential helper to remove this warning. See 10:07:29 https://docs.****.com/engine/reference/commandline/login/#credentials-store 10:07:29 10:07:29 Login Succeeded 10:07:29 ---> ****-login.sh ends [Pipeline] } 10:07:29 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 10:07:30 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo 10:07:30 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo 10:07:30 ========================================================= 10:07:30 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine] 10:07:30 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:07:30 + docker build -t ci-base-image-x86_64 -f example/cmd/device-simple/Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine --build-arg MAKE=echo noop --target=builder . 10:07:30 Sending build context to Docker daemon 21.94MB 10:07:30 Step 1/10 : ARG BASE=golang:1.21-alpine3.18 10:07:30 Step 2/10 : FROM ${BASE} AS builder 10:07:31 1.21-alpine: Pulling from edgex-devops/edgex-golang-base 10:07:31 7264a8db6415: Pulling fs layer 10:07:31 c4d48a809fc2: Pulling fs layer 10:07:31 4f1c88b9dad5: Pulling fs layer 10:07:31 ad3a456e5733: Pulling fs layer 10:07:31 69c7f0334f64: Pulling fs layer 10:07:31 1f1c1a5573a3: Pulling fs layer 10:07:31 ce7588e14bc9: Pulling fs layer 10:07:31 b5e4710f87ac: Pulling fs layer 10:07:31 69c7f0334f64: Waiting 10:07:31 ce7588e14bc9: Waiting 10:07:31 b5e4710f87ac: Waiting 10:07:31 1f1c1a5573a3: Waiting 10:07:31 ad3a456e5733: Waiting 10:07:31 c4d48a809fc2: Download complete 10:07:31 ad3a456e5733: Verifying Checksum 10:07:31 ad3a456e5733: Download complete 10:07:31 7264a8db6415: Verifying Checksum 10:07:31 7264a8db6415: Download complete 10:07:31 69c7f0334f64: Verifying Checksum 10:07:31 69c7f0334f64: Download complete 10:07:31 1f1c1a5573a3: Verifying Checksum 10:07:31 1f1c1a5573a3: Download complete 10:07:31 7264a8db6415: Pull complete 10:07:31 c4d48a809fc2: Pull complete 10:07:31 b5e4710f87ac: Verifying Checksum 10:07:31 b5e4710f87ac: Download complete 10:07:31 4f1c88b9dad5: Verifying Checksum 10:07:31 4f1c88b9dad5: Download complete 10:07:31 ce7588e14bc9: Verifying Checksum 10:07:31 ce7588e14bc9: Download complete 10:07:35 4f1c88b9dad5: Pull complete 10:07:35 ad3a456e5733: Pull complete 10:07:35 69c7f0334f64: Pull complete 10:07:35 1f1c1a5573a3: Pull complete 10:07:38 ce7588e14bc9: Pull complete 10:07:38 b5e4710f87ac: Pull complete 10:07:38 Digest: sha256:f80dd7bb8fdf010369d5adb4058a62695265b22e897ca6aac7b42af84fdce50e 10:07:38 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine 10:07:38 ---> 88b5674ff536 10:07:38 Step 3/10 : ARG MAKE=make build 10:07:43 Still waiting to schedule task 10:07:43 All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline 10:07:46 ---> Running in 5886d880bd27 10:07:46 Removing intermediate container 5886d880bd27 10:07:46 ---> 7136fdd7e92e 10:07:46 Step 4/10 : WORKDIR /device-sdk-go 10:07:46 ---> Running in 1c130c0ee7f4 10:07:47 Removing intermediate container 1c130c0ee7f4 10:07:47 ---> 38f1871aabc6 10:07:47 Step 5/10 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' 10:07:47 ---> Running in 30df85d455a4 10:07:47 Removing intermediate container 30df85d455a4 10:07:47 ---> 540b49bbe2b3 10:07:47 Step 6/10 : RUN apk add --update --no-cache make git 10:07:47 ---> Running in 16f64496bef8 10:07:47 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 10:07:47 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 10:07:47 OK: 264 MiB in 52 packages 10:07:48 Removing intermediate container 16f64496bef8 10:07:48 ---> 020929af22c7 10:07:48 Step 7/10 : COPY go.mod vendor* ./ 10:07:48 ---> 23f51e207eb3 10:07:48 Step 8/10 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 10:07:48 ---> Running in 05b838818fd2 10:09:09 Removing intermediate container 05b838818fd2 10:09:09 ---> d2ba552f2ea7 10:09:09 Step 9/10 : COPY . . 10:09:09 ---> 79ec5367a6d5 10:09:09 Step 10/10 : RUN ${MAKE} 10:09:09 ---> Running in c2f3db62958d 10:09:09 noop 10:09:09 Removing intermediate container c2f3db62958d 10:09:09 ---> ba645e3054d4 10:09:09 Successfully built ba645e3054d4 10:09:09 Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:09:10 + docker inspect -f . ci-base-image-x86_64 10:09:10 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 10:09:10 prd-ubuntu20.04-docker-8c-8g-171 does not seem to be running inside a container 10:09:10 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/gexfoundry_device-sdk-go_PR-1541 -v /w/workspace/gexfoundry_device-sdk-go_PR-1541:/w/workspace/gexfoundry_device-sdk-go_PR-1541:rw,z -v /w/workspace/gexfoundry_device-sdk-go_PR-1541@tmp:/w/workspace/gexfoundry_device-sdk-go_PR-1541@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 10:09:11 $ docker top ab70051c6cc0d9db4b0ca9047d85f6f85a14af4827b8337ae5465ae6b893a6fa -eo pid,comm [Pipeline] { [Pipeline] sh 10:09:11 + go version 10:09:11 go version go1.21.0 linux/amd64 [Pipeline] } 10:09:11 $ docker stop --time=1 ab70051c6cc0d9db4b0ca9047d85f6f85a14af4827b8337ae5465ae6b893a6fa 10:09:12 $ docker rm -f --volumes ab70051c6cc0d9db4b0ca9047d85f6f85a14af4827b8337ae5465ae6b893a6fa [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:09:13 + docker inspect -f . ci-base-image-x86_64 10:09:13 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 10:09:14 prd-ubuntu20.04-docker-8c-8g-171 does not seem to be running inside a container 10:09:14 $ 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-sdk-go_PR-1541 -v /w/workspace/gexfoundry_device-sdk-go_PR-1541:/w/workspace/gexfoundry_device-sdk-go_PR-1541:rw,z -v /w/workspace/gexfoundry_device-sdk-go_PR-1541@tmp:/w/workspace/gexfoundry_device-sdk-go_PR-1541@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 10:09:14 $ docker top 8fcf2076754ff48f1e7293ce4c7467d4a84ff8ee57ef6ca2daec27eb6d175e96 -eo pid,comm [Pipeline] { [Pipeline] sh 10:09:14 + git config --global --add safe.directory /w/workspace/gexfoundry_device-sdk-go_PR-1541 [Pipeline] fileExists [Pipeline] sh 10:09:15 + make test 10:09:15 go test -race -coverprofile=coverage.out ./... 10:09:21 ? github.com/edgexfoundry/device-sdk-go/v3 [no test files] 10:09:36 Running on prd-ubuntu20.04-docker-arm64-4c-16g-172 in /w/workspace/gexfoundry_device-sdk-go_PR-1541 [Pipeline] { [Pipeline] ws 10:09:36 Running in /w/workspace/device-sdk-go/1 [Pipeline] { [Pipeline] checkout 10:09:36 ? github.com/edgexfoundry/device-sdk-go/v3/example/cmd/device-simple [no test files] 10:09:36 ? github.com/edgexfoundry/device-sdk-go/v3/example/config [no test files] 10:09:36 ? github.com/edgexfoundry/device-sdk-go/v3/example/driver [no test files] 10:09:36 ? github.com/edgexfoundry/device-sdk-go/v3/internal/application [no test files] 10:09:36 ? github.com/edgexfoundry/device-sdk-go/v3/internal/autodiscovery [no test files] 10:09:36 ? github.com/edgexfoundry/device-sdk-go/v3/internal/config [no test files] 10:09:36 ? github.com/edgexfoundry/device-sdk-go/v3/internal/container [no test files] 10:09:36 ok github.com/edgexfoundry/device-sdk-go/v3/internal/autoevent 1.037s coverage: 27.6% of statements 10:09:36 ? github.com/edgexfoundry/device-sdk-go/v3/internal/controller/http/correlation [no test files] 10:09:36 ok github.com/edgexfoundry/device-sdk-go/v3/internal/cache 1.043s coverage: 81.5% of statements 10:09:36 ok github.com/edgexfoundry/device-sdk-go/v3/internal/common 1.062s coverage: 86.0% of statements 10:09:37 ok github.com/edgexfoundry/device-sdk-go/v3/internal/controller/http 1.074s coverage: 71.8% of statements 10:09:37 ? github.com/edgexfoundry/device-sdk-go/v3/pkg/interfaces [no test files] 10:09:37 ? github.com/edgexfoundry/device-sdk-go/v3/pkg/interfaces/mocks [no test files] 10:09:37 ? github.com/edgexfoundry/device-sdk-go/v3/pkg/startup [no test files] 10:09:39 The recommended git tool is: git 10:09:40 ok github.com/edgexfoundry/device-sdk-go/v3/internal/controller/messaging 4.051s coverage: 14.4% of statements 10:09:40 ok github.com/edgexfoundry/device-sdk-go/v3/internal/provision 2.945s coverage: 45.9% of statements 10:09:40 ok github.com/edgexfoundry/device-sdk-go/v3/internal/transformer 1.059s coverage: 68.5% of statements 10:09:40 ok github.com/edgexfoundry/device-sdk-go/v3/pkg/models 1.090s coverage: 89.2% of statements 10:09:40 ok github.com/edgexfoundry/device-sdk-go/v3/pkg/service 1.043s coverage: 5.5% of statements 10:09:50 using credential edgex-jenkins-ssh 10:09:50 Cloning the remote Git repository 10:09:50 Cloning repository git@github.com:edgexfoundry/device-sdk-go.git 10:09:50 > git init /w/workspace/device-sdk-go/1 # timeout=10 10:09:50 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 10:09:50 > git --version # timeout=10 10:09:50 > git --version # 'git version 2.25.1' 10:09:50 using GIT_SSH to set credentials SSH Credentials for GitHub 10:09:51 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 10:09:53 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 10:09:53 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 10:09:55 Merging remotes/origin/main commit 7730e9b2488ebe82cf8f1ec58f41fa934430b51b into PR head commit 798535ca16eb4d2fd67228116ffb97b709bf3eb6 10:09:54 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 10:09:54 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 10:09:54 using GIT_SSH to set credentials SSH Credentials for GitHub 10:09:54 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/1541/head:refs/remotes/origin/PR-1541 +refs/heads/main:refs/remotes/origin/main # timeout=10 10:09:55 > git config core.sparsecheckout # timeout=10 10:09:55 > git checkout -f 798535ca16eb4d2fd67228116ffb97b709bf3eb6 # timeout=10 10:09:55 Merge succeeded, producing 798535ca16eb4d2fd67228116ffb97b709bf3eb6 10:09:55 Checking out Revision 798535ca16eb4d2fd67228116ffb97b709bf3eb6 (PR-1541) 10:09:55 > git remote # timeout=10 10:09:55 > git config --get remote.origin.url # timeout=10 10:09:55 using GIT_SSH to set credentials SSH Credentials for GitHub 10:09:55 > git merge 7730e9b2488ebe82cf8f1ec58f41fa934430b51b # timeout=10 10:09:55 > git rev-parse HEAD^{commit} # timeout=10 10:09:55 > git config core.sparsecheckout # timeout=10 10:09:55 > git checkout -f 798535ca16eb4d2fd67228116ffb97b709bf3eb6 # timeout=10 10:09:59 Commit message: "change v2 to v3 on register routes" 10:09:59 > git --version # timeout=10 10:09:59 > git --version # 'git version 2.25.1' 10:09:59 fatal: bad object 33739fb647ab338ef2ce3bfc8312bfbcef468f88 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 10:10:00 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 10:10:00 % Total % Received % Xferd Average Speed Time Time Time Current 10:10:00 Dload Upload Total Spent Left Speed 10:10:00 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12682 100 12682 0 0 99k 0 --:--:-- --:--:-- --:--:-- 98k [Pipeline] sh 10:10:01 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 10:10:01 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"}+ /etc/docker/daemon.json 10:10:01 sudo tee /etc/docker/daemon.new 10:10:01 { 10:10:01 "registry-mirrors": [ 10:10:01 "https://nexus3.edgexfoundry.org:10001" 10:10:01 ], 10:10:01 "bip": "10.250.0.254/24", 10:10:01 "hosts": [ 10:10:01 "tcp://0.0.0.0:5555", 10:10:01 "unix:///var/run/docker.sock" 10:10:01 ], 10:10:01 "mtu": 1458, 10:10:01 "selinux-enabled": true, 10:10:01 "seccomp-profile": "/etc/docker/seccomp.json" 10:10:01 } [Pipeline] sh 10:10:01 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 10:10:02 + sudo service docker restart 10:10:02 GO111MODULE=on go vet ./... 10:10:03 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 10:10:03 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 10:10:03 ./bin/test-attribution-txt.sh [Pipeline] echo 10:10:03 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] } 10:10:03 $ docker stop --time=1 8fcf2076754ff48f1e7293ce4c7467d4a84ff8ee57ef6ca2daec27eb6d175e96 10:10:07 $ docker rm -f --volumes 8fcf2076754ff48f1e7293ce4c7467d4a84ff8ee57ef6ca2daec27eb6d175e96 [Pipeline] // withDockerContainer [Pipeline] sh 10:10:08 + sudo chown -R jenkins:jenkins . [Pipeline] stash 10:10:08 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 10:10:09 + sudo chown -R jenkins:jenkins . [Pipeline] sh 10:10:09 + ls -al . 10:10:09 total 308 10:10:09 drwxrwxr-x 11 jenkins jenkins 4096 Nov 18 10:09 . 10:10:09 drwxrwxr-x 4 jenkins jenkins 4096 Nov 18 10:06 .. 10:10:09 -rw-rw-r-- 1 jenkins jenkins 140 Nov 18 10:06 .dockerignore 10:10:09 drwxrwxr-x 8 jenkins jenkins 4096 Nov 18 10:09 .git 10:10:09 drwxrwxr-x 3 jenkins jenkins 4096 Nov 18 10:06 .github 10:10:09 -rw-rw-r-- 1 jenkins jenkins 137 Nov 18 10:06 .gitignore 10:10:09 -rw-rw-r-- 1 jenkins jenkins 42 Nov 18 10:06 .golangci.yml 10:10:09 drwxr-xr-x 3 jenkins jenkins 4096 Nov 18 10:07 .semver 10:10:09 -rw-rw-r-- 1 jenkins jenkins 48109 Nov 18 10:06 CHANGELOG.md 10:10:09 -rw-rw-r-- 1 jenkins jenkins 677 Nov 18 10:06 GOVERNANCE.md 10:10:09 -rw-rw-r-- 1 jenkins jenkins 885 Nov 18 10:06 Jenkinsfile 10:10:09 -rw-rw-r-- 1 jenkins jenkins 11341 Nov 18 10:06 LICENSE 10:10:09 -rw-rw-r-- 1 jenkins jenkins 1842 Nov 18 10:06 Makefile 10:10:09 -rw-rw-r-- 1 jenkins jenkins 619 Nov 18 10:06 OWNERS.md 10:10:09 -rw-rw-r-- 1 jenkins jenkins 4933 Nov 18 10:06 README.md 10:10:09 -rw-rw-r-- 1 jenkins jenkins 5 Nov 18 10:07 VERSION 10:10:09 drwxrwxr-x 2 jenkins jenkins 4096 Nov 18 10:06 bin 10:10:09 -rw-r--r-- 1 jenkins jenkins 122153 Nov 18 10:09 coverage.out 10:10:09 drwxrwxr-x 5 jenkins jenkins 4096 Nov 18 10:06 example 10:10:09 -rw-rw-r-- 1 jenkins jenkins 3683 Nov 18 10:06 go.mod 10:10:09 -rw-rw-r-- 1 jenkins jenkins 34197 Nov 18 10:06 go.sum 10:10:09 drwxrwxr-x 12 jenkins jenkins 4096 Nov 18 10:06 internal 10:10:09 drwxrwxr-x 3 jenkins jenkins 4096 Nov 18 10:06 openapi 10:10:09 drwxrwxr-x 6 jenkins jenkins 4096 Nov 18 10:06 pkg 10:10:09 drwxrwxr-x 4 jenkins jenkins 4096 Nov 18 10:06 snap 10:10:09 -rw-rw-r-- 1 jenkins jenkins 222 Nov 18 10:06 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:10:10 + docker build -t device-sdk-simple -f example/cmd/device-simple/Dockerfile --build-arg BASE=ci-base-image-x86_64 --build-arg MAKE=make build --build-arg ARCH=amd64 --label git_sha=798535ca16eb4d2fd67228116ffb97b709bf3eb6 --label arch=amd64 --label version=0.0.0 . 10:10:10 Sending build context to Docker daemon 22.07MB 10:10:10 Step 1/23 : ARG BASE=golang:1.21-alpine3.18 10:10:10 Step 2/23 : FROM ${BASE} AS builder 10:10:10 ---> ba645e3054d4 10:10:10 Step 3/23 : ARG MAKE=make build 10:10:10 ---> Running in cb7f4c55c4e5 10:10:10 Removing intermediate container cb7f4c55c4e5 10:10:10 ---> b126fae68830 10:10:10 Step 4/23 : WORKDIR /device-sdk-go 10:10:10 ---> Running in 541960c8c550 10:10:10 Removing intermediate container 541960c8c550 10:10:10 ---> 2bfce1384cb4 10:10:10 Step 5/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' 10:10:10 ---> Running in 453570d31d64 10:10:10 Removing intermediate container 453570d31d64 10:10:10 ---> ca96cc6d4b0f 10:10:10 Step 6/23 : RUN apk add --update --no-cache make git 10:10:10 ---> Running in 55c60f37aa44 10:10:11 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 10:10:11 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 10:10:11 OK: 264 MiB in 52 packages 10:10:11 Removing intermediate container 55c60f37aa44 10:10:11 ---> 9a23e36f9897 10:10:11 Step 7/23 : COPY go.mod vendor* ./ 10:10:11 ---> d37c315daff6 10:10:11 Step 8/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 10:10:11 ---> Running in db135284877d 10:10:12 Removing intermediate container db135284877d 10:10:12 ---> dbcc5630364e 10:10:12 Step 9/23 : COPY . . 10:10:13 ---> c9da7300fab8 10:10:13 Step 10/23 : RUN ${MAKE} 10:10:13 ---> Running in c677c4002411 10:10:13 CGO_ENABLED=0 go build -ldflags "-X github.com/edgexfoundry/device-sdk-go/v3.Version=0.0.0 -X github.com/edgexfoundry/device-sdk-go/v3/internal/common.SDKVersion=0.0.0" -trimpath -mod=readonly -o example/cmd/device-simple/device-simple ./example/cmd/device-simple [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 10:10:20 provisioning config files... 10:10:20 copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/1@tmp/config1740108679132921879tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 10:10:21 ---> ****-login.sh 10:10:21 nexus3.edgexfoundry.org:10001 10:10:21 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:10:21 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 10:10:21 Configure a credential helper to remove this warning. See 10:10:21 https://docs.****.com/engine/reference/commandline/login/#credentials-store 10:10:21 10:10:21 Login Succeeded 10:10:21 nexus3.edgexfoundry.org:10002 10:10:21 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:10:22 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 10:10:22 Configure a credential helper to remove this warning. See 10:10:22 https://docs.****.com/engine/reference/commandline/login/#credentials-store 10:10:22 10:10:22 Login Succeeded 10:10:22 nexus3.edgexfoundry.org:10003 10:10:22 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:10:22 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 10:10:22 Configure a credential helper to remove this warning. See 10:10:22 https://docs.****.com/engine/reference/commandline/login/#credentials-store 10:10:22 10:10:22 Login Succeeded 10:10:22 nexus3.edgexfoundry.org:10004 10:10:22 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:10:22 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 10:10:22 Configure a credential helper to remove this warning. See 10:10:22 https://docs.****.com/engine/reference/commandline/login/#credentials-store 10:10:22 10:10:22 Login Succeeded 10:10:22 ****.io 10:10:22 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:10:23 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 10:10:23 Configure a credential helper to remove this warning. See 10:10:23 https://docs.****.com/engine/reference/commandline/login/#credentials-store 10:10:23 10:10:23 Login Succeeded 10:10:23 ---> ****-login.sh ends [Pipeline] } 10:10:23 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 10:10:23 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo 10:10:23 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo 10:10:23 ========================================================= 10:10:23 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine] 10:10:23 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:10:24 + docker build -t ci-base-image-arm64 -f example/cmd/device-simple/Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine --build-arg MAKE=echo noop --target=builder . 10:10:28 Sending build context to Docker daemon 11.38MB 10:10:28 Step 1/10 : ARG BASE=golang:1.21-alpine3.18 10:10:28 Step 2/10 : FROM ${BASE} AS builder 10:10:28 1.21-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 10:10:28 9fda8d8052c6: Pulling fs layer 10:10:28 5d54e960e981: Pulling fs layer 10:10:28 c4a7e357bf2a: Pulling fs layer 10:10:28 f0e02332f6b5: Pulling fs layer 10:10:28 872ee5b61b7b: Pulling fs layer 10:10:28 0c6a40ed1a82: Pulling fs layer 10:10:28 94ae7d8d031c: Pulling fs layer 10:10:28 872ee5b61b7b: Waiting 10:10:28 0c6a40ed1a82: Waiting 10:10:28 94ae7d8d031c: Waiting 10:10:28 f0e02332f6b5: Waiting 10:10:28 5d54e960e981: Verifying Checksum 10:10:28 5d54e960e981: Download complete 10:10:28 f0e02332f6b5: Verifying Checksum 10:10:28 f0e02332f6b5: Download complete 10:10:28 872ee5b61b7b: Verifying Checksum 10:10:28 872ee5b61b7b: Download complete 10:10:28 9fda8d8052c6: Download complete 10:10:29 94ae7d8d031c: Verifying Checksum 10:10:29 94ae7d8d031c: Download complete 10:10:29 9fda8d8052c6: Pull complete 10:10:30 5d54e960e981: Pull complete 10:10:30 c4a7e357bf2a: Verifying Checksum 10:10:30 c4a7e357bf2a: Download complete 10:10:31 0c6a40ed1a82: Verifying Checksum 10:10:31 0c6a40ed1a82: Download complete 10:10:35 Removing intermediate container c677c4002411 10:10:35 ---> 6374da285d22 10:10:35 Step 11/23 : FROM alpine:3.18 10:10:35 3.18: Pulling from library/alpine 10:10:35 96526aa774ef: Pulling fs layer 10:10:35 96526aa774ef: Verifying Checksum 10:10:35 96526aa774ef: Download complete 10:10:35 96526aa774ef: Pull complete 10:10:35 Digest: sha256:eece025e432126ce23f223450a0326fbebde39cdf496a85d8c016293fc851978 10:10:35 Status: Downloaded newer image for alpine:3.18 10:10:35 ---> 8ca4688f4f35 10:10:35 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel' 10:10:35 ---> Running in d3e12918ae2f 10:10:35 Removing intermediate container d3e12918ae2f 10:10:35 ---> 55f597ba0a1b 10:10:35 Step 13/23 : RUN apk add --update --no-cache 10:10:35 ---> Running in 1fe519d891bd 10:10:35 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 10:10:35 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 10:10:35 OK: 7 MiB in 15 packages 10:10:36 Removing intermediate container 1fe519d891bd 10:10:36 ---> 97f8a317e31e 10:10:36 Step 14/23 : WORKDIR / 10:10:36 ---> Running in f6bfc9d12276 10:10:36 Removing intermediate container f6bfc9d12276 10:10:36 ---> 17cfe9fa16ec 10:10:36 Step 15/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/Attribution.txt /Attribution.txt 10:10:36 ---> b22209e00bae 10:10:36 Step 16/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /device-simple 10:10:37 ---> e1f33baa4023 10:10:37 Step 17/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/ /res 10:10:37 ---> 742b9d3a73d8 10:10:37 Step 18/23 : EXPOSE 59999 10:10:37 ---> Running in 9f79cd32c194 10:10:38 Removing intermediate container 9f79cd32c194 10:10:38 ---> 0e0a5f6e0935 10:10:38 Step 19/23 : ENTRYPOINT ["/device-simple"] 10:10:38 ---> Running in 1c3ea99a347b 10:10:38 Removing intermediate container 1c3ea99a347b 10:10:38 ---> e6ca7bc57ecb 10:10:38 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 10:10:38 ---> Running in 9a5f7df41196 10:10:38 Removing intermediate container 9a5f7df41196 10:10:38 ---> b0ccd9cb55a3 10:10:38 Step 21/23 : LABEL arch=amd64 10:10:38 ---> Running in 03a40626e81d 10:10:38 Removing intermediate container 03a40626e81d 10:10:38 ---> 5868cf43e3a7 10:10:38 Step 22/23 : LABEL git_sha=798535ca16eb4d2fd67228116ffb97b709bf3eb6 10:10:38 ---> Running in 7419c2e3930e 10:10:38 Removing intermediate container 7419c2e3930e 10:10:38 ---> 071cc95930c5 10:10:38 Step 23/23 : LABEL version=0.0.0 10:10:38 ---> Running in 19e04fe092b0 10:10:38 Removing intermediate container 19e04fe092b0 10:10:38 ---> 34c03ac0f3b4 10:10:38 [Warning] One or more build-args [ARCH] were not consumed 10:10:38 Successfully built 34c03ac0f3b4 10:10:38 Successfully tagged device-sdk-simple: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 10:10:39 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 10:10:39 10:10:39 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:10:40 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 10:10:40 latest: Pulling from edgex-lftools-log-publisher 10:10:40 5eb5b503b376: Pulling fs layer 10:10:40 5c69ac0246d0: Pulling fs layer 10:10:40 ec43610c2a17: Pulling fs layer 10:10:40 3a2ae6a8a46f: Pulling fs layer 10:10:40 33b1e0a273af: Pulling fs layer 10:10:40 5d3b04190fa2: Pulling fs layer 10:10:40 2f39f015ded8: Pulling fs layer 10:10:40 33b1e0a273af: Waiting 10:10:40 5d3b04190fa2: Waiting 10:10:40 3a2ae6a8a46f: Waiting 10:10:40 2f39f015ded8: Waiting 10:10:40 5c69ac0246d0: Download complete 10:10:40 3a2ae6a8a46f: Verifying Checksum 10:10:40 3a2ae6a8a46f: Download complete 10:10:40 ec43610c2a17: Verifying Checksum 10:10:40 ec43610c2a17: Download complete 10:10:40 33b1e0a273af: Verifying Checksum 10:10:40 33b1e0a273af: Download complete 10:10:40 5d3b04190fa2: Verifying Checksum 10:10:40 5d3b04190fa2: Download complete 10:10:40 5eb5b503b376: Verifying Checksum 10:10:40 5eb5b503b376: Download complete 10:10:42 5eb5b503b376: Pull complete 10:10:42 5c69ac0246d0: Pull complete 10:10:42 ec43610c2a17: Pull complete 10:10:42 3a2ae6a8a46f: Pull complete 10:10:43 33b1e0a273af: Pull complete 10:10:43 5d3b04190fa2: Pull complete 10:10:44 c4a7e357bf2a: Pull complete 10:10:44 f0e02332f6b5: Pull complete 10:10:44 872ee5b61b7b: Pull complete 10:10:48 2f39f015ded8: Pull complete 10:10:48 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 10:10:48 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 10:10:48 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 10:10:48 prd-ubuntu20.04-docker-8c-8g-171 does not seem to be running inside a container 10:10:48 $ 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-sdk-go_PR-1541 -v /w/workspace/gexfoundry_device-sdk-go_PR-1541:/w/workspace/gexfoundry_device-sdk-go_PR-1541:rw,z -v /w/workspace/gexfoundry_device-sdk-go_PR-1541@tmp:/w/workspace/gexfoundry_device-sdk-go_PR-1541@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 10:10:52 0c6a40ed1a82: Pull complete 10:10:56 94ae7d8d031c: Pull complete 10:10:56 Digest: sha256:bced28d2139e98291f6f5222245e06760ce829f55f75386c6c13bfabca1016f1 10:10:56 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine 10:10:56 ---> 86de565de09d 10:10:56 Step 3/10 : ARG MAKE=make build 10:10:57 $ docker top 06dbb95dc70abe5954f7659da5f38c2e654ec60d407dc4de860abc8b00d9eb4f -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 10:10:57 ---> job-cost.sh 10:10:57 lf-activate-venv: SKIPPING 10:10:57 INFO: No Stack... 10:10:57 INFO: Retrieving Pricing Info for: v3-standard-8 10:10:58 ---> Running in f63eaf56d9eb 10:10:58 INFO: Archiving Costs [Pipeline] sh 10:10:58 Removing intermediate container f63eaf56d9eb 10:10:58 ---> 8b630f6ac4be 10:10:58 Step 4/10 : WORKDIR /device-sdk-go 10:10:58 + cat /w/workspace/gexfoundry_device-sdk-go_PR-1541/archives/cost.csv 10:10:58 + cut -d, -f6 10:10:58 ---> Running in 7bb4a82b0cac [Pipeline] lock 10:10:58 Trying to acquire lock on [jenkins-edgexfoundry-device-sdk-go-PR-1541-1-stack-cost] 10:10:58 Resource [jenkins-edgexfoundry-device-sdk-go-PR-1541-1-stack-cost] did not exist. Created. 10:10:58 Lock acquired on [jenkins-edgexfoundry-device-sdk-go-PR-1541-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 10:10:59 Removing intermediate container 7bb4a82b0cac 10:10:59 ---> 0a8b4fb24137 10:10:59 Step 5/10 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' 10:10:59 ---> Running in 9a2660b25457 10:10:59 + echo total: 0.2199999988079071 10:10:59 Removing intermediate container 9a2660b25457 10:10:59 ---> b3d26c1e44ee 10:10:59 Step 6/10 : RUN apk add --update --no-cache make git 10:10:59 ---> Running in 88ef8e12a7f9 [Pipeline] stash 10:10:59 Stashed 1 file(s) [Pipeline] } 10:10:59 Lock released on resource [jenkins-edgexfoundry-device-sdk-go-PR-1541-1-stack-cost] [Pipeline] // lock [Pipeline] } 10:10:59 $ docker stop --time=1 06dbb95dc70abe5954f7659da5f38c2e654ec60d407dc4de860abc8b00d9eb4f 10:11:00 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 10:11:00 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 10:11:01 $ docker rm -f --volumes 06dbb95dc70abe5954f7659da5f38c2e654ec60d407dc4de860abc8b00d9eb4f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 10:11:01 OK: 266 MiB in 52 packages 10:11:02 Removing intermediate container 88ef8e12a7f9 10:11:02 ---> 69160cfd70f3 10:11:02 Step 7/10 : COPY go.mod vendor* ./ 10:11:03 ---> 43c2db8688aa 10:11:03 Step 8/10 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 10:11:03 ---> Running in 031d803c1c9a 10:12:54 Removing intermediate container 031d803c1c9a 10:12:54 ---> 8397aadc8b99 10:12:54 Step 9/10 : COPY . . 10:12:54 ---> 47cddef72a4b 10:12:54 Step 10/10 : RUN ${MAKE} 10:12:54 ---> Running in dc8e9223fde9 10:12:54 noop 10:12:54 Removing intermediate container dc8e9223fde9 10:12:54 ---> 51d84f1b3288 10:12:54 Successfully built 51d84f1b3288 10:12:54 Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:12:55 + docker inspect -f . ci-base-image-arm64 10:12:55 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 10:12:55 prd-ubuntu20.04-docker-arm64-4c-16g-172 does not seem to be running inside a container 10:12:55 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/1 -v /w/workspace/device-sdk-go/1:/w/workspace/device-sdk-go/1:rw,z -v /w/workspace/device-sdk-go/1@tmp:/w/workspace/device-sdk-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 10:12:57 $ docker top ef71047f6d41062c18bf216750e02390b855080dac088e741924cdc7b0c6ad5a -eo pid,comm [Pipeline] { [Pipeline] sh 10:12:57 + go version 10:12:57 go version go1.21.0 linux/arm64 [Pipeline] } 10:12:57 $ docker stop --time=1 ef71047f6d41062c18bf216750e02390b855080dac088e741924cdc7b0c6ad5a 10:12:59 $ docker rm -f --volumes ef71047f6d41062c18bf216750e02390b855080dac088e741924cdc7b0c6ad5a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:13:00 + docker inspect -f . ci-base-image-arm64 10:13:00 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 10:13:01 prd-ubuntu20.04-docker-arm64-4c-16g-172 does not seem to be running inside a container 10:13:01 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -w /w/workspace/device-sdk-go/1 -v /w/workspace/device-sdk-go/1:/w/workspace/device-sdk-go/1:rw,z -v /w/workspace/device-sdk-go/1@tmp:/w/workspace/device-sdk-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 10:13:05 $ docker top 64a63676d91b4df603377a54a886a8234834c23163b5ddb4515eca7810f27860 -eo pid,comm [Pipeline] { [Pipeline] sh 10:13:06 + git config --global --add safe.directory /w/workspace/device-sdk-go/1 [Pipeline] fileExists [Pipeline] sh 10:13:06 + make test 10:13:07 go test -race -coverprofile=coverage.out ./... 10:13:39 ? github.com/edgexfoundry/device-sdk-go/v3 [no test files] 10:15:15 ? github.com/edgexfoundry/device-sdk-go/v3/example/cmd/device-simple [no test files] 10:15:15 ? github.com/edgexfoundry/device-sdk-go/v3/example/config [no test files] 10:15:15 ? github.com/edgexfoundry/device-sdk-go/v3/example/driver [no test files] 10:15:15 ? github.com/edgexfoundry/device-sdk-go/v3/internal/application [no test files] 10:15:15 ? github.com/edgexfoundry/device-sdk-go/v3/internal/autodiscovery [no test files] 10:15:15 ok github.com/edgexfoundry/device-sdk-go/v3/internal/autoevent 1.199s coverage: 27.6% of statements 10:15:21 ok github.com/edgexfoundry/device-sdk-go/v3/internal/cache 1.242s coverage: 81.5% of statements 10:15:29 ? github.com/edgexfoundry/device-sdk-go/v3/internal/config [no test files] 10:15:29 ? github.com/edgexfoundry/device-sdk-go/v3/internal/container [no test files] 10:15:29 ok github.com/edgexfoundry/device-sdk-go/v3/internal/common 1.296s coverage: 86.0% of statements 10:15:33 ? github.com/edgexfoundry/device-sdk-go/v3/internal/controller/http/correlation [no test files] 10:15:35 ok github.com/edgexfoundry/device-sdk-go/v3/internal/controller/http 1.417s coverage: 71.8% of statements 10:15:38 ok github.com/edgexfoundry/device-sdk-go/v3/internal/controller/messaging 4.271s coverage: 14.4% of statements 10:15:38 ok github.com/edgexfoundry/device-sdk-go/v3/internal/provision 3.719s coverage: 45.9% of statements 10:15:38 ? github.com/edgexfoundry/device-sdk-go/v3/pkg/interfaces [no test files] 10:15:38 ? github.com/edgexfoundry/device-sdk-go/v3/pkg/interfaces/mocks [no test files] 10:15:39 ok github.com/edgexfoundry/device-sdk-go/v3/internal/transformer 1.362s coverage: 68.5% of statements 10:15:42 ok github.com/edgexfoundry/device-sdk-go/v3/pkg/models 1.417s coverage: 89.2% of statements 10:15:43 ? github.com/edgexfoundry/device-sdk-go/v3/pkg/startup [no test files] 10:15:44 ok github.com/edgexfoundry/device-sdk-go/v3/pkg/service 1.213s coverage: 5.5% of statements 10:15:45 WARNING: Linting skipped (not on x86_64 or linter not installed) 10:15:45 GO111MODULE=on go vet ./... 10:17:21 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 10:17:21 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 10:17:21 ./bin/test-attribution-txt.sh [Pipeline] echo 10:17:21 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] } 10:17:22 $ docker stop --time=1 64a63676d91b4df603377a54a886a8234834c23163b5ddb4515eca7810f27860 10:17:23 $ docker rm -f --volumes 64a63676d91b4df603377a54a886a8234834c23163b5ddb4515eca7810f27860 [Pipeline] // withDockerContainer [Pipeline] sh 10:17:25 + sudo chown -R jenkins:jenkins . [Pipeline] stash 10:17:25 Warning: overwriting stash ‘coverage-report’ 10:17:26 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 10:17:27 + sudo chown -R jenkins:jenkins . [Pipeline] sh 10:17:27 + ls -al . 10:17:27 total 304 10:17:27 drwxrwxr-x 10 jenkins jenkins 4096 Nov 18 10:13 . 10:17:27 drwxrwxr-x 4 jenkins jenkins 4096 Nov 18 10:09 .. 10:17:27 -rw-rw-r-- 1 jenkins jenkins 140 Nov 18 10:09 .dockerignore 10:17:27 drwxrwxr-x 8 jenkins jenkins 4096 Nov 18 10:09 .git 10:17:27 drwxrwxr-x 3 jenkins jenkins 4096 Nov 18 10:09 .github 10:17:27 -rw-rw-r-- 1 jenkins jenkins 137 Nov 18 10:09 .gitignore 10:17:27 -rw-rw-r-- 1 jenkins jenkins 42 Nov 18 10:09 .golangci.yml 10:17:27 -rw-rw-r-- 1 jenkins jenkins 48109 Nov 18 10:09 CHANGELOG.md 10:17:27 -rw-rw-r-- 1 jenkins jenkins 677 Nov 18 10:09 GOVERNANCE.md 10:17:27 -rw-rw-r-- 1 jenkins jenkins 885 Nov 18 10:09 Jenkinsfile 10:17:27 -rw-rw-r-- 1 jenkins jenkins 11341 Nov 18 10:09 LICENSE 10:17:27 -rw-rw-r-- 1 jenkins jenkins 1842 Nov 18 10:09 Makefile 10:17:27 -rw-rw-r-- 1 jenkins jenkins 619 Nov 18 10:09 OWNERS.md 10:17:27 -rw-rw-r-- 1 jenkins jenkins 4933 Nov 18 10:09 README.md 10:17:27 -rw-rw-r-- 1 jenkins jenkins 5 Nov 18 10:07 VERSION 10:17:27 drwxrwxr-x 2 jenkins jenkins 4096 Nov 18 10:09 bin 10:17:27 -rw-r--r-- 1 jenkins jenkins 122154 Nov 18 10:15 coverage.out 10:17:27 drwxrwxr-x 5 jenkins jenkins 4096 Nov 18 10:09 example 10:17:27 -rw-rw-r-- 1 jenkins jenkins 3683 Nov 18 10:09 go.mod 10:17:27 -rw-rw-r-- 1 jenkins jenkins 34197 Nov 18 10:09 go.sum 10:17:27 drwxrwxr-x 12 jenkins jenkins 4096 Nov 18 10:09 internal 10:17:27 drwxrwxr-x 3 jenkins jenkins 4096 Nov 18 10:09 openapi 10:17:27 drwxrwxr-x 6 jenkins jenkins 4096 Nov 18 10:09 pkg 10:17:27 drwxrwxr-x 4 jenkins jenkins 4096 Nov 18 10:09 snap 10:17:27 -rw-rw-r-- 1 jenkins jenkins 222 Nov 18 10:09 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:17:27 + docker build -t device-sdk-simple-arm64 -f example/cmd/device-simple/Dockerfile --build-arg BASE=ci-base-image-arm64 --build-arg MAKE=make build --build-arg ARCH=arm64 --label git_sha=798535ca16eb4d2fd67228116ffb97b709bf3eb6 --label arch=arm64 --label version=0.0.0 . 10:17:28 Sending build context to Docker daemon 11.5MB 10:17:28 Step 1/23 : ARG BASE=golang:1.21-alpine3.18 10:17:28 Step 2/23 : FROM ${BASE} AS builder 10:17:28 ---> 51d84f1b3288 10:17:28 Step 3/23 : ARG MAKE=make build 10:17:28 ---> Running in 160218fc1e06 10:17:29 Removing intermediate container 160218fc1e06 10:17:29 ---> 629b93a5629d 10:17:29 Step 4/23 : WORKDIR /device-sdk-go 10:17:29 ---> Running in d52af2b28c8e 10:17:29 Removing intermediate container d52af2b28c8e 10:17:29 ---> dcf929dc0b32 10:17:29 Step 5/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' 10:17:29 ---> Running in 747eea770986 10:17:29 Removing intermediate container 747eea770986 10:17:29 ---> 0ba5f91df58d 10:17:29 Step 6/23 : RUN apk add --update --no-cache make git 10:17:29 ---> Running in 8a2145f8a958 10:17:30 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 10:17:31 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 10:17:32 OK: 266 MiB in 52 packages 10:17:33 Removing intermediate container 8a2145f8a958 10:17:33 ---> 67a0f123067b 10:17:33 Step 7/23 : COPY go.mod vendor* ./ 10:17:36 ---> 8f20ad9f0cf1 10:17:36 Step 8/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 10:17:36 ---> Running in 4459f84a3f8e 10:17:37 Removing intermediate container 4459f84a3f8e 10:17:37 ---> 29b9e5ae8f7d 10:17:37 Step 9/23 : COPY . . 10:17:39 ---> c9def055820a 10:17:39 Step 10/23 : RUN ${MAKE} 10:17:39 ---> Running in 380890f984a9 10:17:40 CGO_ENABLED=0 go build -ldflags "-X github.com/edgexfoundry/device-sdk-go/v3.Version=0.0.0 -X github.com/edgexfoundry/device-sdk-go/v3/internal/common.SDKVersion=0.0.0" -trimpath -mod=readonly -o example/cmd/device-simple/device-simple ./example/cmd/device-simple 10:19:31 Removing intermediate container 380890f984a9 10:19:31 ---> dbbea753e0c7 10:19:31 Step 11/23 : FROM alpine:3.18 10:19:31 3.18: Pulling from library/alpine 10:19:31 579b34f0a95b: Pulling fs layer 10:19:31 579b34f0a95b: Download complete 10:19:31 579b34f0a95b: Pull complete 10:19:31 Digest: sha256:eece025e432126ce23f223450a0326fbebde39cdf496a85d8c016293fc851978 10:19:31 Status: Downloaded newer image for alpine:3.18 10:19:31 ---> 3cc203321400 10:19:31 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel' 10:19:31 ---> Running in 098ac9a52a07 10:19:31 Removing intermediate container 098ac9a52a07 10:19:31 ---> e1ac3991451e 10:19:31 Step 13/23 : RUN apk add --update --no-cache 10:19:31 ---> Running in 7b8d5a31025e 10:19:31 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 10:19:31 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 10:19:31 OK: 8 MiB in 15 packages 10:19:31 Removing intermediate container 7b8d5a31025e 10:19:31 ---> 5698628c3388 10:19:31 Step 14/23 : WORKDIR / 10:19:31 ---> Running in 9ee20149b590 10:19:31 Removing intermediate container 9ee20149b590 10:19:31 ---> e263427650a3 10:19:31 Step 15/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/Attribution.txt /Attribution.txt 10:19:31 ---> 1b7a17623eda 10:19:31 Step 16/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /device-simple 10:19:31 ---> f4ab885d9702 10:19:31 Step 17/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/ /res 10:19:32 ---> 80f191a076ed 10:19:32 Step 18/23 : EXPOSE 59999 10:19:32 ---> Running in ebc6482f7c85 10:19:32 Removing intermediate container ebc6482f7c85 10:19:32 ---> 4f2c1c7819df 10:19:32 Step 19/23 : ENTRYPOINT ["/device-simple"] 10:19:32 ---> Running in 00cbb5d8cab2 10:19:32 Removing intermediate container 00cbb5d8cab2 10:19:32 ---> d2c0b95e19d7 10:19:32 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 10:19:32 ---> Running in a5a03f73a00e 10:19:33 Removing intermediate container a5a03f73a00e 10:19:33 ---> a98be9024c53 10:19:33 Step 21/23 : LABEL arch=arm64 10:19:33 ---> Running in 791d89677c79 10:19:33 Removing intermediate container 791d89677c79 10:19:33 ---> d2565634b7ac 10:19:33 Step 22/23 : LABEL git_sha=798535ca16eb4d2fd67228116ffb97b709bf3eb6 10:19:33 ---> Running in e02b4346a05b 10:19:33 Removing intermediate container e02b4346a05b 10:19:33 ---> d057404fca46 10:19:33 Step 23/23 : LABEL version=0.0.0 10:19:34 ---> Running in fc09acf4b301 10:19:34 Removing intermediate container fc09acf4b301 10:19:34 ---> 4884aa08157a 10:19:34 [Warning] One or more build-args [ARCH] were not consumed 10:19:34 Successfully built 4884aa08157a 10:19:34 Successfully tagged device-sdk-simple-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 10:19:35 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 10:19:35 10:19:35 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:19:36 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 10:19:36 arm64: Pulling from edgex-lftools-log-publisher 10:19:36 8998bd30e6a1: Pulling fs layer 10:19:36 04944245beec: Pulling fs layer 10:19:36 699f458cf7ca: Pulling fs layer 10:19:36 765212b225bb: Pulling fs layer 10:19:36 f23df028b6ca: Pulling fs layer 10:19:36 d65c8cfc05b1: Pulling fs layer 10:19:36 2437ff75d9bd: Pulling fs layer 10:19:36 765212b225bb: Waiting 10:19:36 f23df028b6ca: Waiting 10:19:36 d65c8cfc05b1: Waiting 10:19:36 2437ff75d9bd: Waiting 10:19:36 04944245beec: Verifying Checksum 10:19:36 04944245beec: Download complete 10:19:36 765212b225bb: Verifying Checksum 10:19:36 765212b225bb: Download complete 10:19:36 f23df028b6ca: Verifying Checksum 10:19:36 f23df028b6ca: Download complete 10:19:36 d65c8cfc05b1: Verifying Checksum 10:19:36 d65c8cfc05b1: Download complete 10:19:36 699f458cf7ca: Verifying Checksum 10:19:36 699f458cf7ca: Download complete 10:19:36 8998bd30e6a1: Verifying Checksum 10:19:36 8998bd30e6a1: Download complete 10:19:39 2437ff75d9bd: Verifying Checksum 10:19:39 2437ff75d9bd: Download complete 10:19:41 8998bd30e6a1: Pull complete 10:19:42 04944245beec: Pull complete 10:19:44 699f458cf7ca: Pull complete 10:19:44 765212b225bb: Pull complete 10:19:44 f23df028b6ca: Pull complete 10:19:45 d65c8cfc05b1: Pull complete 10:20:03 2437ff75d9bd: Pull complete 10:20:03 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 10:20:03 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 10:20:03 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 10:20:03 prd-ubuntu20.04-docker-arm64-4c-16g-172 does not seem to be running inside a container 10:20:03 $ 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-sdk-go/1 -v /w/workspace/device-sdk-go/1:/w/workspace/device-sdk-go/1:rw,z -v /w/workspace/device-sdk-go/1@tmp:/w/workspace/device-sdk-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat 10:20:06 $ docker top 3dc34466f2c81e7337a7a830ecb3fa407d4474313b3316799f47a96851902933 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 10:20:07 ---> job-cost.sh 10:20:07 lf-activate-venv: SKIPPING 10:20:07 INFO: No Stack... 10:20:07 INFO: Retrieving Pricing Info for: v3-standard-4 10:20:08 INFO: Archiving Costs [Pipeline] sh 10:20:08 + cat /w/workspace/device-sdk-go/1/archives/cost.csv 10:20:08 + cut -d, -f6 [Pipeline] lock 10:20:09 Trying to acquire lock on [jenkins-edgexfoundry-device-sdk-go-PR-1541-1-stack-cost] 10:20:09 Resource [jenkins-edgexfoundry-device-sdk-go-PR-1541-1-stack-cost] did not exist. Created. 10:20:09 Lock acquired on [jenkins-edgexfoundry-device-sdk-go-PR-1541-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 10:20:10 /w/workspace/device-sdk-go/1@tmp/durable-738bb191/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh 10:20:10 + echo total: 0.10999999940395355 [Pipeline] stash 10:20:10 Warning: overwriting stash ‘stack-cost’ 10:20:10 Stashed 1 file(s) [Pipeline] } 10:20:10 Lock released on resource [jenkins-edgexfoundry-device-sdk-go-PR-1541-1-stack-cost] [Pipeline] // lock [Pipeline] } 10:20:10 $ docker stop --time=1 3dc34466f2c81e7337a7a830ecb3fa407d4474313b3316799f47a96851902933 10:20:12 $ docker rm -f --volumes 3dc34466f2c81e7337a7a830ecb3fa407d4474313b3316799f47a96851902933 [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 10:20:14 provisioning config files... 10:20:14 copy managed file [device-sdk-go-codecov-token] to file:/w/workspace/gexfoundry_device-sdk-go_PR-1541@tmp/config11473851618054872961tmp [Pipeline] { [Pipeline] sh 10:20:14 + set +x 10:20:14 + + curl -sbash https://codecov.io/bash -s 10:20:14 -- 10:20:15 10:20:15 _____ _ 10:20:15 / ____| | | 10:20:15 | | ___ __| | ___ ___ _____ __ 10:20:15 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 10:20:15 | |___| (_) | (_| | __/ (_| (_) \ V / 10:20:15 \_____\___/ \__,_|\___|\___\___/ \_/ 10:20:15 Bash-1.0.6 10:20:15 10:20:15 10:20:15 ==> git version 2.25.1 found 10:20:15 ==> 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 10:20:15 Release-Date: 2020-01-08 10:20:15 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 10:20:15 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 10:20:15 ==> Jenkins CI detected. 10:20:15 current dir:  /w/workspace/gexfoundry_device-sdk-go_PR-1541 10:20:15 project root: . 10:20:15 --> token set from env 10:20:15 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 10:20:15 ==> Running gcov in . (disable via -X gcov) 10:20:15 ==> Python coveragepy not found 10:20:15 ==> Searching for coverage reports in: 10:20:15 + . 10:20:15 -> Found 1 reports 10:20:15 ==> Detecting git/mercurial file structure 10:20:15 ==> Reading reports 10:20:15 + ./coverage.out bytes=122154 10:20:15 ==> Appending adjustments 10:20:15 https://docs.codecov.io/docs/fixing-reports 10:20:15 + Found adjustments 10:20:15 ==> Gzipping contents 10:20:15 20K /tmp/codecov.EHHcE5.gz 10:20:15 ==> Uploading reports 10:20:15 url: https://codecov.io 10:20:15 query: branch=PR-1541&commit=798535ca16eb4d2fd67228116ffb97b709bf3eb6&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2FPR-1541%2F1%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=1541&job=&cmd_args= 10:20:15 -> Pinging Codecov 10:20:15 https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=****&branch=PR-1541&commit=798535ca16eb4d2fd67228116ffb97b709bf3eb6&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2FPR-1541%2F1%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=1541&job=&cmd_args= 10:20:15 -> Uploading to 10:20:15 https://storage.googleapis.com/codecov/v4/raw/2023-11-18/7E55EF52A471D76F132DFD9A03CDDE97/798535ca16eb4d2fd67228116ffb97b709bf3eb6/3a661350-fa55-4a03-a46e-bdefe2a906a3.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20231118%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20231118T102015Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=c181ed0d382414d8f3bad5ba4b7ff6d7ec5bfaf637054332d579c9757819846f 10:20:15 % Total % Received % Xferd Average Speed Time Time Time Current 10:20:15 Dload Upload Total Spent Left Speed 10:20:16 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 16755 0 0 100 16755 0 48848 --:--:-- --:--:-- --:--:-- 48848 10:20:16 -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/device-sdk-go/commit/798535ca16eb4d2fd67228116ffb97b709bf3eb6 [Pipeline] } 10:20:16 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 10:20:19 + [ -d /w/workspace/gexfoundry_device-sdk-go_PR-1541/archives ] 10:20:19 + ls -al /w/workspace/gexfoundry_device-sdk-go_PR-1541/archives 10:20:19 total 16 10:20:19 drwxr-xr-x 3 root root 4096 Nov 18 10:10 . 10:20:19 drwxrwxr-x 12 jenkins jenkins 4096 Nov 18 10:10 .. 10:20:19 drwxr-xr-x 2 root root 4096 Nov 18 10:10 cost 10:20:19 -rw-r--r-- 1 root root 86 Nov 18 10:10 cost.csv 10:20:19 + sudo chown -R jenkins:jenkins /w/workspace/gexfoundry_device-sdk-go_PR-1541/archives 10:20:19 + ls -al /w/workspace/gexfoundry_device-sdk-go_PR-1541/archives 10:20:19 total 16 10:20:19 drwxr-xr-x 3 jenkins jenkins 4096 Nov 18 10:10 . 10:20:19 drwxrwxr-x 12 jenkins jenkins 4096 Nov 18 10:10 .. 10:20:19 drwxr-xr-x 2 jenkins jenkins 4096 Nov 18 10:10 cost 10:20:19 -rw-r--r-- 1 jenkins jenkins 86 Nov 18 10:10 cost.csv [Pipeline] libraryResource [Pipeline] sh 10:20:19 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 10:20:20 ---> package-listing.sh 10:20:20 ++ facter osfamily 10:20:20 ++ tr '[:upper:]' '[:lower:]' 10:20:21 + OS_FAMILY=debian 10:20:21 + workspace=/w/workspace/gexfoundry_device-sdk-go_PR-1541 10:20:21 + START_PACKAGES=/tmp/packages_start.txt 10:20:21 + END_PACKAGES=/tmp/packages_end.txt 10:20:21 + DIFF_PACKAGES=/tmp/packages_diff.txt 10:20:21 + PACKAGES=/tmp/packages_start.txt 10:20:21 + '[' /w/workspace/gexfoundry_device-sdk-go_PR-1541 ']' 10:20:21 + PACKAGES=/tmp/packages_end.txt 10:20:21 + case "${OS_FAMILY}" in 10:20:21 + dpkg -l 10:20:21 + grep '^ii' 10:20:21 + '[' -f /tmp/packages_start.txt ']' 10:20:21 + '[' -f /tmp/packages_end.txt ']' 10:20:21 + diff /tmp/packages_start.txt /tmp/packages_end.txt 10:20:21 + '[' /w/workspace/gexfoundry_device-sdk-go_PR-1541 ']' 10:20:21 + mkdir -p /w/workspace/gexfoundry_device-sdk-go_PR-1541/archives/ 10:20:21 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/gexfoundry_device-sdk-go_PR-1541/archives/ [Pipeline] echo 10:20:21 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-sdk-go_PR-1541/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 10:20:21 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:20:22 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 10:20:22 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 10:20:22 prd-ubuntu20.04-docker-8c-8g-171 does not seem to be running inside a container 10:20:22 $ 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-sdk-go_PR-1541/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-sdk-go_PR-1541 -v /w/workspace/gexfoundry_device-sdk-go_PR-1541:/w/workspace/gexfoundry_device-sdk-go_PR-1541:rw,z -v /w/workspace/gexfoundry_device-sdk-go_PR-1541@tmp:/w/workspace/gexfoundry_device-sdk-go_PR-1541@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 10:20:22 $ docker top aa0805865f3c7d948443839970ff6a9404e41df6ef813032e996232cede38dbd -eo pid,comm [Pipeline] { [Pipeline] sh 10:20:22 + touch /tmp/pre-build-complete [Pipeline] sh 10:20:23 + mkdir -p /var/log/sysstat [Pipeline] sh 10:20:23 + ls /var/log/sa-host 10:20:23 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 10:20:23 provisioning config files... 10:20:23 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/gexfoundry_device-sdk-go_PR-1541@tmp/config4920414081363336314tmp [Pipeline] { [Pipeline] echo 10:20:24 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 10:20:24 ---> create-netrc.sh [Pipeline] } 10:20:24 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 10:20:24 ---> python-tools-install.sh [Pipeline] echo 10:20:24 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 10:20:25 ---> sudo-logs.sh 10:20:25 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 10:20:25 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 10:20:25 ---> job-cost.sh 10:20:25 lf-activate-venv: SKIPPING 10:20:25 DEBUG: total: 0.2199999988079071 10:20:25 INFO: Retrieving Stack Cost... 10:20:26 INFO: Retrieving Pricing Info for: v3-standard-8 10:20:26 INFO: Archiving Costs [Pipeline] echo 10:20:26 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 10:20:26 ---> logs-deploy.sh 10:20:26 lf-activate-venv: SKIPPING 10:20:26 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/PR-1541/1 10:20:26 INFO: archiving workspace using pattern(s): 10:20:27 Archives upload complete. 10:20:27 INFO: archiving logs to Nexus