Pull request #1441 opened Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 86ff493946669f9427b3f693721b1a4e6349f22a+1f684668525fd42346bcfc2ecf4c1133232fc3c4 (f6778ea57c9bb21b2d7e42393f72539dfe464d00) 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-ssh4367156741976972573.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --resolve-git-dir /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f/.git # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f@tmp/jenkins-gitclient-ssh3254913402719184253.key > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 The recommended git tool is: git using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and with tags Cloning repository git@github.com:edgexfoundry/edgex-global-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/device-sdk-go/branches/PR-1441/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-1441/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh1946508060753401906.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-1441/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh7156444936651720217.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 # timeout=10 Commit message: "fix: bug with isLTS relying on env.GIT_BRANCH inside cd-management repo (#429)" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 > git --version # timeout=10 > git --version # 'git version 2.16.6' Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh6598467155151417184.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-1441/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-1441/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh12760743023269932609.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision 65355178549468b165f8106641c96c3190b1d843 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 65355178549468b165f8106641c96c3190b1d843 # timeout=10 Commit message: "Fix: Add S3 URL in href to ship logs" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 > git --version # timeout=10 > git --version # 'git version 2.16.6' fatal: bad object 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:device-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.20 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-12302 in /w/workspace/gexfoundry_device-sdk-go_PR-1441 [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-1441 # 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/1441/head:refs/remotes/origin/PR-1441 +refs/heads/main:refs/remotes/origin/main # timeout=10 Merging remotes/origin/main commit 1f684668525fd42346bcfc2ecf4c1133232fc3c4 into PR head commit 86ff493946669f9427b3f693721b1a4e6349f22a Merge succeeded, producing 86ff493946669f9427b3f693721b1a4e6349f22a Checking out Revision 86ff493946669f9427b3f693721b1a4e6349f22a (PR-1441) Commit message: "build(deps): bump github.com/edgexfoundry/go-mod-core-contracts/v3" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.25.1' fatal: bad object 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 04:58:50 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script > git config core.sparsecheckout # timeout=10 > git checkout -f 86ff493946669f9427b3f693721b1a4e6349f22a # 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 1f684668525fd42346bcfc2ecf4c1133232fc3c4 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 86ff493946669f9427b3f693721b1a4e6349f22a # timeout=10 [Pipeline] { [Pipeline] withCredentials 04:58:50 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 04:58:50 ========================================================= 04:58:50 EdgeX Global Pipelines Version Info 04:58:50 ========================================================= [Pipeline] libraryResource [Pipeline] sh 04:58:51 ------------------- 04:58:51 stable info: 04:58:51 ------------------- 04:58:51 Commited By: Bill Mahoney bill.mahoney@intel.com 04:58:51 Commit SHA: 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 04:58:51 Message: update stable to v1.0.248 04:58:51 ------------------- 04:58:51 experimental info: 04:58:51 ------------------- 04:58:51 Commited By: **** collab-it+edgex@linuxfoundation.org 04:58:51 Commit SHA: 4fc256d9079ed2258907e613f84b1b8da264a4bd 04:58:51 Message: update experimental to v1.0.249 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 04:58:52 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-go-settings [Pipeline] echo 04:58:52 [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-go [Pipeline] echo 04:58:52 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 04:58:52 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 04:58:52 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 04:58:52 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.20 [Pipeline] echo 04:58:52 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 04:58:52 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = example/cmd/device-simple/Dockerfile [Pipeline] echo 04:58:52 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 04:58:52 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 04:58:52 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 04:58:52 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-sdk-simple [Pipeline] echo 04:58:52 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 04:58:52 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 04:58:52 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 04:58:52 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 04:58:52 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 04:58:52 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 04:58:52 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 04:58:52 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 04:58:52 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 04:58:52 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v3 [Pipeline] echo 04:58:53 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 04:58:53 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 04:58:53 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 04:58:53 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 04:58:53 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 04:58:53 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-1441 [Pipeline] echo 04:58:53 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-1441 [Pipeline] echo 04:58:53 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-1441 [Pipeline] echo 04:58:53 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 86ff493946669f9427b3f693721b1a4e6349f22a [Pipeline] echo 04:58:53 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 86ff493 [Pipeline] echo 04:58:53 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 04:58:53 provisioning config files... 04:58:53 copy managed file [device-sdk-go-settings] to file:/w/workspace/gexfoundry_device-sdk-go_PR-1441@tmp/config6705647504369070223tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 04:58:53 ---> docker-login.sh 04:58:53 nexus3.edgexfoundry.org:10001 04:58:54 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:58:54 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:58:54 Configure a credential helper to remove this warning. See 04:58:54 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:58:54 04:58:54 Login Succeeded 04:58:54 nexus3.edgexfoundry.org:10002 04:58:54 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:58:54 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:58:54 Configure a credential helper to remove this warning. See 04:58:54 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:58:54 04:58:54 Login Succeeded 04:58:54 nexus3.edgexfoundry.org:10003 04:58:54 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:58:54 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:58:54 Configure a credential helper to remove this warning. See 04:58:54 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:58:54 04:58:54 Login Succeeded 04:58:54 nexus3.edgexfoundry.org:10004 04:58:54 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:58:54 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:58:54 Configure a credential helper to remove this warning. See 04:58:54 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:58:54 04:58:54 Login Succeeded 04:58:54 docker.io 04:58:54 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:58:55 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:58:55 Configure a credential helper to remove this warning. See 04:58:55 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:58:55 04:58:55 Login Succeeded 04:58:55 ---> docker-login.sh ends [Pipeline] } 04:58:55 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh 04:58:55 + git rev-list -1 --merges 86ff493946669f9427b3f693721b1a4e6349f22a~1..86ff493946669f9427b3f693721b1a4e6349f22a [Pipeline] echo 04:58:55 -----------> git rev-list -1 --merges 86ff493946669f9427b3f693721b1a4e6349f22a~1..86ff493946669f9427b3f693721b1a4e6349f22a 86ff493946669f9427b3f693721b1a4e6349f22a [false] [Pipeline] sh 04:58:56 + git log --format=format:%s -1 86ff493946669f9427b3f693721b1a4e6349f22a [Pipeline] echo 04:58:56 ========================================================= 04:58:56 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 04:58:56 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 04:58:56 + git log --format=format:%s -1 86ff493946669f9427b3f693721b1a4e6349f22a [Pipeline] echo 04:58:56 [semverPrep] GIT_COMMIT: 86ff493946669f9427b3f693721b1a4e6349f22a, Commit Message: build(deps): bump github.com/edgexfoundry/go-mod-core-contracts/v3 [Pipeline] echo 04:58:56 [semverPrep] This is not a build commit. [Pipeline] sh 04:58:57 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 04:58:57 + grep -v github /etc/ssh/ssh_known_hosts 04:58:57 + [ -e /tmp/ssh_known_hosts ] 04:58:57 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 04:58:57 + + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 04:58:57 sudo tee -a /etc/ssh/ssh_known_hosts 04:58:57 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:58:57 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 04:58:57 04:58:57 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:58:57 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 04:58:57 0.1.4: Pulling from edgex-devops/py-git-semver 04:58:57 b85a868b505f: Pulling fs layer 04:58:57 e2be974225ed: Pulling fs layer 04:58:57 339a4e72a1f5: Pulling fs layer 04:58:57 988bab9f4d93: Pulling fs layer 04:58:57 1469e6f7b9e6: Pulling fs layer 04:58:57 eaf3925da568: Pulling fs layer 04:58:57 bab4dde63d76: Pulling fs layer 04:58:57 bde34c3a00c8: Pulling fs layer 04:58:57 b352a97aabf1: Pulling fs layer 04:58:57 4872d77fe225: Pulling fs layer 04:58:57 5851b861e8e6: Pulling fs layer 04:58:57 988bab9f4d93: Waiting 04:58:57 bab4dde63d76: Waiting 04:58:57 bde34c3a00c8: Waiting 04:58:57 eaf3925da568: Waiting 04:58:57 1469e6f7b9e6: Waiting 04:58:57 b352a97aabf1: Waiting 04:58:57 5851b861e8e6: Waiting 04:58:57 e2be974225ed: Verifying Checksum 04:58:57 e2be974225ed: Download complete 04:58:57 988bab9f4d93: Verifying Checksum 04:58:57 988bab9f4d93: Download complete 04:58:57 1469e6f7b9e6: Verifying Checksum 04:58:57 1469e6f7b9e6: Download complete 04:58:58 eaf3925da568: Verifying Checksum 04:58:58 eaf3925da568: Download complete 04:58:58 339a4e72a1f5: Verifying Checksum 04:58:58 339a4e72a1f5: Download complete 04:58:58 bde34c3a00c8: Verifying Checksum 04:58:58 bde34c3a00c8: Download complete 04:58:58 b352a97aabf1: Download complete 04:58:58 4872d77fe225: Verifying Checksum 04:58:58 4872d77fe225: Download complete 04:58:58 5851b861e8e6: Verifying Checksum 04:58:58 5851b861e8e6: Download complete 04:58:58 b85a868b505f: Verifying Checksum 04:58:58 b85a868b505f: Download complete 04:58:58 bab4dde63d76: Verifying Checksum 04:58:58 bab4dde63d76: Download complete 04:58:59 b85a868b505f: Pull complete 04:58:59 e2be974225ed: Pull complete 04:59:00 339a4e72a1f5: Pull complete 04:59:00 988bab9f4d93: Pull complete 04:59:00 1469e6f7b9e6: Pull complete 04:59:00 eaf3925da568: Pull complete 04:59:02 bab4dde63d76: Pull complete 04:59:02 bde34c3a00c8: Pull complete 04:59:02 b352a97aabf1: Pull complete 04:59:02 4872d77fe225: Pull complete 04:59:02 5851b861e8e6: Pull complete 04:59:02 Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 04:59:02 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 04:59:02 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 04:59:03 prd-ubuntu20.04-docker-8c-8g-12302 does not seem to be running inside a container 04:59:03 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_device-sdk-go_PR-1441 -v /w/workspace/gexfoundry_device-sdk-go_PR-1441:/w/workspace/gexfoundry_device-sdk-go_PR-1441:rw,z -v /w/workspace/gexfoundry_device-sdk-go_PR-1441@tmp:/w/workspace/gexfoundry_device-sdk-go_PR-1441@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 04:59:05 $ docker top 59bf755748a46a640f05b75995528311165efbba7d92f72ad7aed32d6597fb9e -eo pid,comm 04:59:05 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). 04:59:05 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 04:59:05 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 04:59:05 [ssh-agent] Looking for ssh-agent implementation... 04:59:05 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 04:59:05 $ docker exec 59bf755748a46a640f05b75995528311165efbba7d92f72ad7aed32d6597fb9e ssh-agent 04:59:05 SSH_AUTH_SOCK=/tmp/ssh-tfhXOi31C93M/agent.34 04:59:05 SSH_AGENT_PID=40 04:59:05 Running ssh-add (command line suppressed) 04:59:05 Identity added: /w/workspace/gexfoundry_device-sdk-go_PR-1441@tmp/private_key_7419756857748412881.key (/w/workspace/gexfoundry_device-sdk-go_PR-1441@tmp/private_key_7419756857748412881.key) 04:59:05 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 04:59:06 + git tag --points-at HEAD [Pipeline] } 04:59:06 $ docker exec --env ******** --env ******** 59bf755748a46a640f05b75995528311165efbba7d92f72ad7aed32d6597fb9e ssh-agent -k 04:59:06 unset SSH_AUTH_SOCK; 04:59:06 unset SSH_AGENT_PID; 04:59:06 echo Agent pid 40 killed; 04:59:06 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 04:59:06 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 04:59:06 [ssh-agent] Looking for ssh-agent implementation... 04:59:06 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 04:59:06 $ docker exec 59bf755748a46a640f05b75995528311165efbba7d92f72ad7aed32d6597fb9e ssh-agent 04:59:06 SSH_AUTH_SOCK=/tmp/ssh-ydajaG8ZmpRa/agent.73 04:59:06 SSH_AGENT_PID=79 04:59:06 Running ssh-add (command line suppressed) 04:59:06 Identity added: /w/workspace/gexfoundry_device-sdk-go_PR-1441@tmp/private_key_17780839978779066896.key (/w/workspace/gexfoundry_device-sdk-go_PR-1441@tmp/private_key_17780839978779066896.key) 04:59:06 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 04:59:07 + git semver init 04:59:07 2023-05-02 04:59:07,248 [run_init] DEBUG init version:0.0.0 force:False 04:59:07 2023-05-02 04:59:07,250 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/gexfoundry_device-sdk-go_PR-1441/.semver 04:59:07 2023-05-02 04:59:07,251 [execute] INFO git clone -b semver git@github.com:edgexfoundry/device-sdk-go.git /w/workspace/gexfoundry_device-sdk-go_PR-1441/.semver 04:59:07 2023-05-02 04:59:07,251 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/device-sdk-go.git', '/w/workspace/gexfoundry_device-sdk-go_PR-1441/.semver'], cwd=/w/workspace/gexfoundry_device-sdk-go_PR-1441, universal_newlines=False, shell=None, istream=None) 04:59:08 2023-05-02 04:59:08,261 [append_file] DEBUG append to file:/w/workspace/gexfoundry_device-sdk-go_PR-1441/.git/info/exclude 04:59:08 2023-05-02 04:59:08,262 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/gexfoundry_device-sdk-go_PR-1441/.semver/PR-1441 with force:False 04:59:08 2023-05-02 04:59:08,262 [write_file] DEBUG write to file:/w/workspace/gexfoundry_device-sdk-go_PR-1441/.semver/PR-1441 04:59:08 2023-05-02 04:59:08,266 [execute] INFO git cat-file --batch-check 04:59:08 2023-05-02 04:59:08,267 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/gexfoundry_device-sdk-go_PR-1441/.semver, universal_newlines=False, shell=None, istream=) 04:59:08 2023-05-02 04:59:08,272 [execute] INFO git cat-file --batch 04:59:08 2023-05-02 04:59:08,273 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/gexfoundry_device-sdk-go_PR-1441/.semver, universal_newlines=False, shell=None, istream=) 04:59:08 2023-05-02 04:59:08,277 [read_version] DEBUG read version from /w/workspace/gexfoundry_device-sdk-go_PR-1441/.semver/PR-1441 04:59:08 0.0.0 [Pipeline] } 04:59:08 $ docker exec --env ******** --env ******** 59bf755748a46a640f05b75995528311165efbba7d92f72ad7aed32d6597fb9e ssh-agent -k 04:59:08 unset SSH_AUTH_SOCK; 04:59:08 unset SSH_AGENT_PID; 04:59:08 echo Agent pid 79 killed; 04:59:08 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 04:59:09 + git semver [Pipeline] } 04:59:09 $ docker stop --time=1 59bf755748a46a640f05b75995528311165efbba7d92f72ad7aed32d6597fb9e 04:59:10 $ docker rm -f --volumes 59bf755748a46a640f05b75995528311165efbba7d92f72ad7aed32d6597fb9e [Pipeline] // withDockerContainer [Pipeline] sh 04:59:11 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 04:59:11 Stashed 1 file(s) [Pipeline] echo 04:59:11 [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 04:59:12 provisioning config files... 04:59:12 copy managed file [device-sdk-go-settings] to file:/w/workspace/gexfoundry_device-sdk-go_PR-1441@tmp/config15774712060028337082tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 04:59:12 ---> docker-login.sh 04:59:12 nexus3.edgexfoundry.org:10001 04:59:12 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:59:12 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:59:12 Configure a credential helper to remove this warning. See 04:59:12 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:59:12 04:59:12 Login Succeeded 04:59:12 nexus3.edgexfoundry.org:10002 04:59:12 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:59:12 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:59:12 Configure a credential helper to remove this warning. See 04:59:12 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:59:12 04:59:12 Login Succeeded 04:59:12 nexus3.edgexfoundry.org:10003 04:59:12 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:59:12 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:59:12 Configure a credential helper to remove this warning. See 04:59:12 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:59:12 04:59:12 Login Succeeded 04:59:12 nexus3.edgexfoundry.org:10004 04:59:12 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:59:12 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:59:12 Configure a credential helper to remove this warning. See 04:59:12 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:59:12 04:59:12 Login Succeeded 04:59:12 docker.io 04:59:13 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:59:13 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:59:13 Configure a credential helper to remove this warning. See 04:59:13 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:59:13 04:59:13 Login Succeeded 04:59:13 ---> docker-login.sh ends [Pipeline] } 04:59:13 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 04:59:13 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 04:59:13 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 04:59:13 ========================================================= 04:59:13 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine] 04:59:13 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:59:13 + 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.20-alpine --build-arg MAKE=echo noop --target=builder . 04:59:13 Sending build context to Docker daemon 11.06MB 04:59:13 Step 1/10 : ARG BASE=golang:1.20-alpine3.17 04:59:13 Step 2/10 : FROM ${BASE} AS builder 04:59:14 1.20-alpine: Pulling from edgex-devops/edgex-golang-base 04:59:14 f56be85fc22e: Pulling fs layer 04:59:14 85791d961cd3: Pulling fs layer 04:59:14 d694b5ae8c79: Pulling fs layer 04:59:14 9f32a84ed3da: Pulling fs layer 04:59:14 4d19c01a9841: Pulling fs layer 04:59:14 9325e15d5711: Pulling fs layer 04:59:14 556b6ee489ea: Pulling fs layer 04:59:14 c5a4b2cf53e6: Pulling fs layer 04:59:14 9f32a84ed3da: Waiting 04:59:14 4d19c01a9841: Waiting 04:59:14 9325e15d5711: Waiting 04:59:14 c5a4b2cf53e6: Waiting 04:59:14 85791d961cd3: Download complete 04:59:14 9f32a84ed3da: Verifying Checksum 04:59:14 9f32a84ed3da: Download complete 04:59:14 4d19c01a9841: Download complete 04:59:14 f56be85fc22e: Verifying Checksum 04:59:14 f56be85fc22e: Download complete 04:59:14 9325e15d5711: Verifying Checksum 04:59:14 9325e15d5711: Download complete 04:59:14 f56be85fc22e: Pull complete 04:59:14 85791d961cd3: Pull complete 04:59:14 c5a4b2cf53e6: Verifying Checksum 04:59:14 c5a4b2cf53e6: Download complete 04:59:14 d694b5ae8c79: Download complete 04:59:14 556b6ee489ea: Verifying Checksum 04:59:14 556b6ee489ea: Download complete 04:59:18 d694b5ae8c79: Pull complete 04:59:18 9f32a84ed3da: Pull complete 04:59:18 4d19c01a9841: Pull complete 04:59:18 9325e15d5711: Pull complete 04:59:20 556b6ee489ea: Pull complete 04:59:21 c5a4b2cf53e6: Pull complete 04:59:21 Digest: sha256:cdb650785bd12602035d3ff87499385c169773a4d12d6eaf394b34464d3a0f2b 04:59:21 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine 04:59:21 ---> c4be618373d6 04:59:21 Step 3/10 : ARG MAKE=make build 04:59:25 ---> Running in c8dc9281cdde 04:59:25 Removing intermediate container c8dc9281cdde 04:59:25 ---> fe2f72a2a1a2 04:59:25 Step 4/10 : WORKDIR /device-sdk-go 04:59:25 ---> Running in 9f59461f3fa8 04:59:25 Removing intermediate container 9f59461f3fa8 04:59:25 ---> 81caaa894efe 04:59:25 Step 5/10 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' 04:59:25 ---> Running in 90e64170e21a 04:59:25 Removing intermediate container 90e64170e21a 04:59:25 ---> 8f3ee3f63728 04:59:25 Step 6/10 : RUN apk add --update --no-cache make git 04:59:25 ---> Running in 497792f65622 04:59:25 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 04:59:25 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 04:59:25 OK: 265 MiB in 53 packages 04:59:25 Removing intermediate container 497792f65622 04:59:25 ---> 3cca65541bbe 04:59:25 Step 7/10 : COPY go.mod vendor* ./ 04:59:26 ---> 6daa4992b58d 04:59:26 Step 8/10 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 04:59:26 ---> Running in c379f021b5c0 04:59:26 Still waiting to schedule task 04:59:26 All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline 05:00:12 Removing intermediate container c379f021b5c0 05:00:12 ---> ac2660072062 05:00:12 Step 9/10 : COPY . . 05:00:12 ---> e3e3fd462616 05:00:12 Step 10/10 : RUN ${MAKE} 05:00:12 ---> Running in a5c1beee8e0a 05:00:12 noop 05:00:12 Removing intermediate container a5c1beee8e0a 05:00:12 ---> 7df80750345c 05:00:12 Successfully built 7df80750345c 05:00:12 Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:00:13 + docker inspect -f . ci-base-image-x86_64 05:00:13 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 05:00:13 prd-ubuntu20.04-docker-8c-8g-12302 does not seem to be running inside a container 05:00:13 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/gexfoundry_device-sdk-go_PR-1441 -v /w/workspace/gexfoundry_device-sdk-go_PR-1441:/w/workspace/gexfoundry_device-sdk-go_PR-1441:rw,z -v /w/workspace/gexfoundry_device-sdk-go_PR-1441@tmp:/w/workspace/gexfoundry_device-sdk-go_PR-1441@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 05:00:14 $ docker top 94209082ae8905dfd004c6c85255d40e0954734fe80944d4bb3bcc7e76c8550f -eo pid,comm [Pipeline] { [Pipeline] sh 05:00:14 + go version 05:00:14 go version go1.20.2 linux/amd64 [Pipeline] } 05:00:14 $ docker stop --time=1 94209082ae8905dfd004c6c85255d40e0954734fe80944d4bb3bcc7e76c8550f 05:00:15 $ docker rm -f --volumes 94209082ae8905dfd004c6c85255d40e0954734fe80944d4bb3bcc7e76c8550f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:00:16 + docker inspect -f . ci-base-image-x86_64 05:00:16 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 05:00:16 prd-ubuntu20.04-docker-8c-8g-12302 does not seem to be running inside a container 05:00:16 $ 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-1441 -v /w/workspace/gexfoundry_device-sdk-go_PR-1441:/w/workspace/gexfoundry_device-sdk-go_PR-1441:rw,z -v /w/workspace/gexfoundry_device-sdk-go_PR-1441@tmp:/w/workspace/gexfoundry_device-sdk-go_PR-1441@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 05:00:17 $ docker top ad56fc1f2faf8ed5997d81d529c6bb900d50412e31810c047ab4fb563c8ba201 -eo pid,comm [Pipeline] { [Pipeline] sh 05:00:17 + git config --global --add safe.directory /w/workspace/gexfoundry_device-sdk-go_PR-1441 [Pipeline] fileExists [Pipeline] sh 05:00:18 + make test 05:00:18 go test -race -coverprofile=coverage.out ./... 05:00:24 ? github.com/edgexfoundry/device-sdk-go/v3 [no test files] 05:00:39 ? github.com/edgexfoundry/device-sdk-go/v3/example/cmd/device-simple [no test files] 05:00:39 ? github.com/edgexfoundry/device-sdk-go/v3/example/config [no test files] 05:00:39 ? github.com/edgexfoundry/device-sdk-go/v3/example/driver [no test files] 05:00:39 ? github.com/edgexfoundry/device-sdk-go/v3/internal/application [no test files] 05:00:39 ? github.com/edgexfoundry/device-sdk-go/v3/internal/autodiscovery [no test files] 05:00:39 ok github.com/edgexfoundry/device-sdk-go/v3/internal/autoevent 0.075s coverage: 27.6% of statements 05:00:39 ? github.com/edgexfoundry/device-sdk-go/v3/internal/config [no test files] 05:00:39 ? github.com/edgexfoundry/device-sdk-go/v3/internal/container [no test files] 05:00:39 ok github.com/edgexfoundry/device-sdk-go/v3/internal/cache 0.058s coverage: 80.2% of statements 05:00:39 ok github.com/edgexfoundry/device-sdk-go/v3/internal/common 0.070s coverage: 86.0% of statements 05:00:40 ? github.com/edgexfoundry/device-sdk-go/v3/internal/controller/http/correlation [no test files] 05:00:40 ? github.com/edgexfoundry/device-sdk-go/v3/internal/provision [no test files] 05:00:40 ok github.com/edgexfoundry/device-sdk-go/v3/internal/controller/http 0.098s coverage: 77.5% of statements 05:00:40 ? github.com/edgexfoundry/device-sdk-go/v3/pkg/interfaces [no test files] 05:00:40 ? github.com/edgexfoundry/device-sdk-go/v3/pkg/interfaces/mocks [no test files] 05:00:41 ? github.com/edgexfoundry/device-sdk-go/v3/pkg/startup [no test files] 05:00:43 ok github.com/edgexfoundry/device-sdk-go/v3/internal/controller/messaging 3.072s coverage: 14.6% of statements 05:00:43 ok github.com/edgexfoundry/device-sdk-go/v3/internal/transformer 0.068s coverage: 68.5% of statements 05:00:43 ok github.com/edgexfoundry/device-sdk-go/v3/pkg/models 0.122s coverage: 89.2% of statements 05:00:43 ok github.com/edgexfoundry/device-sdk-go/v3/pkg/service 0.056s coverage: 5.5% of statements 05:00:56 Running on prd-ubuntu20.04-docker-arm64-4c-16g-12307 in /w/workspace/gexfoundry_device-sdk-go_PR-1441 [Pipeline] { [Pipeline] ws 05:00:56 Running in /w/workspace/device-sdk-go/1 [Pipeline] { [Pipeline] checkout 05:00:56 The recommended git tool is: git 05:01:01 GO111MODULE=on go vet ./... 05:01:02 using credential edgex-jenkins-ssh 05:01:02 Cloning the remote Git repository 05:01:02 Cloning repository git@github.com:edgexfoundry/device-sdk-go.git 05:01:02 > git init /w/workspace/device-sdk-go/1 # timeout=10 05:01:02 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 05:01:02 > git --version # timeout=10 05:01:02 > git --version # 'git version 2.25.1' 05:01:02 using GIT_SSH to set credentials SSH Credentials for GitHub 05:01:02 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 05:01:05 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 05:01:05 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 05:01:05 ./bin/test-attribution-txt.sh [Pipeline] echo 05:01:05 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 05:01:05 $ docker stop --time=1 ad56fc1f2faf8ed5997d81d529c6bb900d50412e31810c047ab4fb563c8ba201 05:01:04 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 05:01:04 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 05:01:05 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 05:01:05 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 05:01:05 using GIT_SSH to set credentials SSH Credentials for GitHub 05:01:05 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/1441/head:refs/remotes/origin/PR-1441 +refs/heads/main:refs/remotes/origin/main # timeout=10 05:01:06 Merging remotes/origin/main commit 1f684668525fd42346bcfc2ecf4c1133232fc3c4 into PR head commit 86ff493946669f9427b3f693721b1a4e6349f22a 05:01:06 Merge succeeded, producing 86ff493946669f9427b3f693721b1a4e6349f22a 05:01:06 Checking out Revision 86ff493946669f9427b3f693721b1a4e6349f22a (PR-1441) 05:01:06 > git config core.sparsecheckout # timeout=10 05:01:06 > git checkout -f 86ff493946669f9427b3f693721b1a4e6349f22a # timeout=10 05:01:06 > git remote # timeout=10 05:01:06 > git config --get remote.origin.url # timeout=10 05:01:06 using GIT_SSH to set credentials SSH Credentials for GitHub 05:01:06 > git merge 1f684668525fd42346bcfc2ecf4c1133232fc3c4 # timeout=10 05:01:06 > git rev-parse HEAD^{commit} # timeout=10 05:01:06 > git config core.sparsecheckout # timeout=10 05:01:06 > git checkout -f 86ff493946669f9427b3f693721b1a4e6349f22a # timeout=10 05:01:08 $ docker rm -f --volumes ad56fc1f2faf8ed5997d81d529c6bb900d50412e31810c047ab4fb563c8ba201 05:01:08 Commit message: "build(deps): bump github.com/edgexfoundry/go-mod-core-contracts/v3" 05:01:08 > git --version # timeout=10 05:01:08 > git --version # 'git version 2.25.1' 05:01:08 fatal: bad object 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 [Pipeline] // withDockerContainer [Pipeline] sh 05:01:09 + sudo chown -R jenkins:jenkins . [Pipeline] withEnv [Pipeline] { [Pipeline] stash [Pipeline] withEnv [Pipeline] { 05:01:09 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Prep) [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [Pipeline] sh 05:01:09 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 05:01:09 % Total % Received % Xferd Average Speed Time Time Time Current 05:01:09 Dload Upload Total Spent Left Speed 05:01:09 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 85006 0 --:--:-- --:--:-- --:--:-- 85006 05:01:10 + sudo chown -R jenkins:jenkins . [Pipeline] sh [Pipeline] sh 05:01:10 + ls -al . 05:01:10 total 272 05:01:10 drwxrwxr-x 11 jenkins jenkins 4096 May 2 05:00 . 05:01:10 drwxrwxr-x 4 jenkins jenkins 4096 May 2 04:58 .. 05:01:10 -rw-rw-r-- 1 jenkins jenkins 140 May 2 04:58 .dockerignore 05:01:10 drwxrwxr-x 8 jenkins jenkins 4096 May 2 04:59 .git 05:01:10 drwxrwxr-x 2 jenkins jenkins 4096 May 2 04:58 .github 05:01:10 -rw-rw-r-- 1 jenkins jenkins 131 May 2 04:58 .gitignore 05:01:10 -rw-rw-r-- 1 jenkins jenkins 42 May 2 04:58 .golangci.yml 05:01:10 drwxr-xr-x 3 jenkins jenkins 4096 May 2 04:59 .semver 05:01:10 -rw-rw-r-- 1 jenkins jenkins 31677 May 2 04:58 CHANGELOG.md 05:01:10 -rw-rw-r-- 1 jenkins jenkins 677 May 2 04:58 GOVERNANCE.md 05:01:10 -rw-rw-r-- 1 jenkins jenkins 885 May 2 04:58 Jenkinsfile 05:01:10 -rw-rw-r-- 1 jenkins jenkins 11341 May 2 04:58 LICENSE 05:01:10 -rw-rw-r-- 1 jenkins jenkins 1714 May 2 04:58 Makefile 05:01:10 -rw-rw-r-- 1 jenkins jenkins 619 May 2 04:58 OWNERS.md 05:01:10 -rw-rw-r-- 1 jenkins jenkins 4891 May 2 04:58 README.md 05:01:10 -rw-rw-r-- 1 jenkins jenkins 5 May 2 04:59 VERSION 05:01:10 drwxrwxr-x 2 jenkins jenkins 4096 May 2 04:58 bin 05:01:10 -rw-r--r-- 1 jenkins jenkins 106121 May 2 05:00 coverage.out 05:01:10 drwxrwxr-x 5 jenkins jenkins 4096 May 2 04:58 example 05:01:10 -rw-rw-r-- 1 jenkins jenkins 3246 May 2 04:58 go.mod 05:01:10 -rw-rw-r-- 1 jenkins jenkins 30781 May 2 04:58 go.sum 05:01:10 drwxrwxr-x 12 jenkins jenkins 4096 May 2 04:58 internal 05:01:10 drwxrwxr-x 3 jenkins jenkins 4096 May 2 04:58 openapi 05:01:10 drwxrwxr-x 6 jenkins jenkins 4096 May 2 04:58 pkg 05:01:10 drwxrwxr-x 4 jenkins jenkins 4096 May 2 04:58 snap 05:01:10 -rw-rw-r-- 1 jenkins jenkins 222 May 2 04:58 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { 05:01:10 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [Pipeline] sh 05:01: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=86ff493946669f9427b3f693721b1a4e6349f22a --label arch=amd64 --label version=0.0.0 . 05:01:10 Sending build context to Docker daemon 11.17MB 05:01:10 Step 1/23 : ARG BASE=golang:1.20-alpine3.17 05:01:10 Step 2/23 : FROM ${BASE} AS builder 05:01:10 ---> 7df80750345c 05:01:10 Step 3/23 : ARG MAKE=make build 05:01:10 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 05:01:10 + sudo tee /etc/docker/daemon.new 05:01:10 { 05:01:10 "registry-mirrors": [ 05:01:10 "https://nexus3.edgexfoundry.org:10001" 05:01:10 ], 05:01:10 "bip": "10.250.0.254/24", 05:01:10 "hosts": [ 05:01:10 "tcp://0.0.0.0:5555", 05:01:10 "unix:///var/run/docker.sock" 05:01:10 ], 05:01:10 "mtu": 1458, 05:01:10 "selinux-enabled": true, 05:01:10 "seccomp-profile": "/etc/docker/seccomp.json" 05:01:10 } [Pipeline] sh 05:01:11 ---> Running in 0bcc9a6a249b 05:01:11 Removing intermediate container 0bcc9a6a249b 05:01:11 ---> 5d3411b31f89 05:01:11 Step 4/23 : WORKDIR /device-sdk-go 05:01:11 ---> Running in 23ff88c55e53 05:01:11 Removing intermediate container 23ff88c55e53 05:01:11 ---> d2211194f562 05:01:11 Step 5/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' 05:01:11 ---> Running in 1e4bbc799da1 05:01:11 Removing intermediate container 1e4bbc799da1 05:01:11 ---> b148a24e1c68 05:01:11 Step 6/23 : RUN apk add --update --no-cache make git 05:01:11 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 05:01:11 ---> Running in a06c404c1644 05:01:11 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 05:01:11 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 05:01:11 + sudo service docker restart 05:01:11 OK: 265 MiB in 53 packages 05:01:12 Removing intermediate container a06c404c1644 05:01:12 ---> c1ae5d3fb311 05:01:12 Step 7/23 : COPY go.mod vendor* ./ 05:01:12 ---> 7354a848894e 05:01:12 Step 8/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 05:01:12 ---> Running in e4f097202457 05:01:13 Removing intermediate container e4f097202457 05:01:13 ---> 2dacecde4127 05:01:13 Step 9/23 : COPY . . 05:01:13 ---> c9511e96300a 05:01:13 Step 10/23 : RUN ${MAKE} 05:01:13 ---> Running in d477d5e1a9a4 05:01:13 CGO_ENABLED=0 go build -ldflags "-X github.com/edgexfoundry/device-sdk-go/v3.Version=0.0.0" -trimpath -mod=readonly -o example/cmd/device-simple/device-simple ./example/cmd/device-simple [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 05:01:30 provisioning config files... 05:01:30 copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/1@tmp/config4996600705351783008tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 05:01:30 ---> docker-login.sh 05:01:30 nexus3.edgexfoundry.org:10001 05:01:31 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:01:31 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:01:31 Configure a credential helper to remove this warning. See 05:01:31 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:01:31 05:01:31 Login Succeeded 05:01:31 nexus3.edgexfoundry.org:10002 05:01:31 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:01:31 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:01:31 Configure a credential helper to remove this warning. See 05:01:31 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:01:31 05:01:31 Login Succeeded 05:01:31 nexus3.edgexfoundry.org:10003 05:01:31 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:01:31 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:01:31 Configure a credential helper to remove this warning. See 05:01:31 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:01:31 05:01:31 Login Succeeded 05:01:31 nexus3.edgexfoundry.org:10004 05:01:31 Removing intermediate container d477d5e1a9a4 05:01:31 ---> 250c69dca65f 05:01:31 Step 11/23 : FROM alpine:3.17 05:01:32 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:01:32 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:01:32 Configure a credential helper to remove this warning. See 05:01:32 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:01:32 05:01:32 Login Succeeded 05:01:32 docker.io 05:01:32 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:01:32 3.17: Pulling from library/alpine 05:01:32 f56be85fc22e: Already exists 05:01:32 Digest: sha256:124c7d2707904eea7431fffe91522a01e5a861a624ee31d03372cc1d138a3126 05:01:32 Status: Downloaded newer image for alpine:3.17 05:01:32 ---> 9ed4aefc74f6 05:01:32 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel' 05:01:32 ---> Running in 6a0c811546f1 05:01:32 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:01:32 Configure a credential helper to remove this warning. See 05:01:32 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:01:32 05:01:32 Login Succeeded 05:01:32 ---> docker-login.sh ends [Pipeline] } 05:01:32 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } 05:01:32 Removing intermediate container 6a0c811546f1 05:01:32 ---> 8f941fc7d36a 05:01:32 Step 13/23 : RUN apk add --update --no-cache 05:01:32 ---> Running in e7001d6f900c 05:01:32 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [Pipeline] // withEnv [Pipeline] unstash 05:01:33 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [Pipeline] echo 05:01:33 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 05:01:33 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 05:01:33 ========================================================= 05:01:33 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine] 05:01:33 ========================================================= [Pipeline] fileExists [Pipeline] fileExists 05:01:33 OK: 7 MiB in 15 packages [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:01:33 Removing intermediate container e7001d6f900c 05:01:33 ---> 10a26318e151 05:01:33 Step 14/23 : WORKDIR / 05:01:33 ---> Running in 311311676e9a 05:01:33 Removing intermediate container 311311676e9a 05:01:33 ---> e523dcd00888 05:01:33 Step 15/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/Attribution.txt /Attribution.txt 05:01:33 + 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.20-alpine --build-arg MAKE=echo noop --target=builder . 05:01:33 ---> 9cb7d1ab45ab 05:01:33 Step 16/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /device-simple 05:01:34 Sending build context to Docker daemon 5.938MB 05:01:34 Step 1/10 : ARG BASE=golang:1.20-alpine3.17 05:01:34 Step 2/10 : FROM ${BASE} AS builder 05:01:34 1.20-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 05:01:34 c41833b44d91: Pulling fs layer 05:01:34 ed15518f5707: Pulling fs layer 05:01:34 feae8fd75edb: Pulling fs layer 05:01:34 242c74f7c9fa: Pulling fs layer 05:01:34 3cdef696dda3: Pulling fs layer 05:01:34 2ced38df9373: Pulling fs layer 05:01:34 58f1dce35555: Pulling fs layer 05:01:34 3cdef696dda3: Waiting 05:01:34 2ced38df9373: Waiting 05:01:34 58f1dce35555: Waiting 05:01:34 242c74f7c9fa: Waiting 05:01:34 ed15518f5707: Verifying Checksum 05:01:34 ed15518f5707: Download complete 05:01:34 ---> 97769a9c0c72 05:01:34 Step 17/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/ /res 05:01:34 242c74f7c9fa: Verifying Checksum 05:01:34 242c74f7c9fa: Download complete 05:01:34 3cdef696dda3: Verifying Checksum 05:01:34 3cdef696dda3: Download complete 05:01:34 c41833b44d91: Verifying Checksum 05:01:34 ---> e063b7795ac2 05:01:34 Step 18/23 : EXPOSE 59999 05:01:34 ---> Running in 1e601eac2570 05:01:34 Removing intermediate container 1e601eac2570 05:01:34 ---> 44344078853a 05:01:34 Step 19/23 : ENTRYPOINT ["/device-simple"] 05:01:34 ---> Running in de756a8ef472 05:01:34 Removing intermediate container de756a8ef472 05:01:34 ---> 69d2f0b0edd1 05:01:34 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 05:01:34 ---> Running in 3c441c291a0e 05:01:34 Removing intermediate container 3c441c291a0e 05:01:34 ---> f93e48f4cf95 05:01:34 Step 21/23 : LABEL arch=amd64 05:01:34 ---> Running in a56e822a6df0 05:01:34 Removing intermediate container a56e822a6df0 05:01:34 ---> 8f61d0a25288 05:01:34 Step 22/23 : LABEL git_sha=86ff493946669f9427b3f693721b1a4e6349f22a 05:01:34 ---> Running in 37cb3773f4a5 05:01:35 Removing intermediate container 37cb3773f4a5 05:01:35 ---> 8cff04d7776f 05:01:35 Step 23/23 : LABEL version=0.0.0 05:01:35 ---> Running in d5478b1aec9b 05:01:35 Removing intermediate container d5478b1aec9b 05:01:35 ---> b2dd730b287c 05:01:35 [Warning] One or more build-args [ARCH] were not consumed 05:01:35 Successfully built b2dd730b287c 05:01:35 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) 05:01:35 c41833b44d91: Pull complete Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:01:36 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 05:01:36 05:01:36 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { 05:01:36 58f1dce35555: Verifying Checksum 05:01:36 58f1dce35555: Download complete 05:01:36 ed15518f5707: Pull complete [Pipeline] sh 05:01:36 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 05:01:36 latest: Pulling from edgex-lftools-log-publisher 05:01:36 5eb5b503b376: Pulling fs layer 05:01:36 5c69ac0246d0: Pulling fs layer 05:01:36 ec43610c2a17: Pulling fs layer 05:01:36 3a2ae6a8a46f: Pulling fs layer 05:01:36 33b1e0a273af: Pulling fs layer 05:01:36 5d3b04190fa2: Pulling fs layer 05:01:36 2f39f015ded8: Pulling fs layer 05:01:36 3a2ae6a8a46f: Waiting 05:01:36 33b1e0a273af: Waiting 05:01:36 5d3b04190fa2: Waiting 05:01:36 2f39f015ded8: Waiting 05:01:36 5c69ac0246d0: Verifying Checksum 05:01:36 5c69ac0246d0: Download complete 05:01:36 3a2ae6a8a46f: Download complete 05:01:36 33b1e0a273af: Verifying Checksum 05:01:36 33b1e0a273af: Download complete 05:01:36 5d3b04190fa2: Verifying Checksum 05:01:36 5d3b04190fa2: Download complete 05:01:36 ec43610c2a17: Verifying Checksum 05:01:36 ec43610c2a17: Download complete 05:01:36 5eb5b503b376: Verifying Checksum 05:01:36 5eb5b503b376: Download complete 05:01:37 feae8fd75edb: Download complete 05:01:37 2f39f015ded8: Download complete 05:01:37 2ced38df9373: Verifying Checksum 05:01:37 2ced38df9373: Download complete 05:01:37 5eb5b503b376: Pull complete 05:01:38 5c69ac0246d0: Pull complete 05:01:38 ec43610c2a17: Pull complete 05:01:38 3a2ae6a8a46f: Pull complete 05:01:38 33b1e0a273af: Pull complete 05:01:38 5d3b04190fa2: Pull complete 05:01:43 2f39f015ded8: Pull complete 05:01:43 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 05:01:43 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 05:01:43 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 05:01:43 prd-ubuntu20.04-docker-8c-8g-12302 does not seem to be running inside a container 05:01:43 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/gexfoundry_device-sdk-go_PR-1441 -v /w/workspace/gexfoundry_device-sdk-go_PR-1441:/w/workspace/gexfoundry_device-sdk-go_PR-1441:rw,z -v /w/workspace/gexfoundry_device-sdk-go_PR-1441@tmp:/w/workspace/gexfoundry_device-sdk-go_PR-1441@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 05:01:47 $ docker top b4865379f50620f6cda76420fd6b0887bb44852ff5af0cf9e67df25a6f34b61b -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 05:01:47 ---> job-cost.sh 05:01:47 lf-activate-venv: SKIPPING 05:01:47 INFO: No Stack... 05:01:48 INFO: Retrieving Pricing Info for: v3-standard-8 05:01:48 INFO: Archiving Costs [Pipeline] sh 05:01:48 + cat /w/workspace/gexfoundry_device-sdk-go_PR-1441/archives/cost.csv 05:01:48 + cut -d, -f6 [Pipeline] lock 05:01:48 Trying to acquire lock on [jenkins-edgexfoundry-device-sdk-go-PR-1441-1-stack-cost] 05:01:48 Resource [jenkins-edgexfoundry-device-sdk-go-PR-1441-1-stack-cost] did not exist. Created. 05:01:48 Lock acquired on [jenkins-edgexfoundry-device-sdk-go-PR-1441-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 05:01:49 + echo total: 0.2199999988079071 [Pipeline] stash 05:01:49 Stashed 1 file(s) [Pipeline] } 05:01:49 Lock released on resource [jenkins-edgexfoundry-device-sdk-go-PR-1441-1-stack-cost] [Pipeline] // lock [Pipeline] } 05:01:49 $ docker stop --time=1 b4865379f50620f6cda76420fd6b0887bb44852ff5af0cf9e67df25a6f34b61b 05:01:49 feae8fd75edb: Pull complete 05:01:49 242c74f7c9fa: Pull complete 05:01:49 3cdef696dda3: Pull complete 05:01:50 $ docker rm -f --volumes b4865379f50620f6cda76420fd6b0887bb44852ff5af0cf9e67df25a6f34b61b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 05:01:56 2ced38df9373: Pull complete 05:01:59 58f1dce35555: Pull complete 05:01:59 Digest: sha256:3b55595e96c696ae732e8cb20cde5b1ff7282a1fe1423a8de67617af8d15ea1e 05:01:59 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine 05:01:59 ---> fadd8f120f05 05:01:59 Step 3/10 : ARG MAKE=make build 05:02:01 ---> Running in 126ebdea2d53 05:02:01 Removing intermediate container 126ebdea2d53 05:02:01 ---> bbd21dc4b0e2 05:02:01 Step 4/10 : WORKDIR /device-sdk-go 05:02:01 ---> Running in 803e16978299 05:02:01 Removing intermediate container 803e16978299 05:02:01 ---> 2976bf3562ce 05:02:01 Step 5/10 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' 05:02:01 ---> Running in 1328b4d24497 05:02:02 Removing intermediate container 1328b4d24497 05:02:02 ---> 7dd847e199d6 05:02:02 Step 6/10 : RUN apk add --update --no-cache make git 05:02:02 ---> Running in 4d06f51149d2 05:02:03 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 05:02:04 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 05:02:05 OK: 263 MiB in 53 packages 05:02:06 Removing intermediate container 4d06f51149d2 05:02:06 ---> 393b99919d8e 05:02:06 Step 7/10 : COPY go.mod vendor* ./ 05:02:07 ---> 009b0b3155e4 05:02:07 Step 8/10 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 05:02:07 ---> Running in b34b61a01f7e 05:03:15 Removing intermediate container b34b61a01f7e 05:03:15 ---> a6172978d5cc 05:03:15 Step 9/10 : COPY . . 05:03:16 ---> 698bdcfa2069 05:03:16 Step 10/10 : RUN ${MAKE} 05:03:16 ---> Running in 574d7e35089d 05:03:17 noop 05:03:17 Removing intermediate container 574d7e35089d 05:03:17 ---> e47d77516b06 05:03:17 Successfully built e47d77516b06 05:03:17 Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:03:18 + docker inspect -f . ci-base-image-arm64 05:03:18 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 05:03:18 prd-ubuntu20.04-docker-arm64-4c-16g-12307 does not seem to be running inside a container 05:03:18 $ 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 ******** ci-base-image-arm64 cat 05:03:20 $ docker top 17bec38dbd20dcfcecbe51266c71a3c5a1466fc795184a79f85f63df7f9ccba8 -eo pid,comm [Pipeline] { [Pipeline] sh 05:03:21 + go version 05:03:21 go version go1.20.2 linux/arm64 [Pipeline] } 05:03:21 $ docker stop --time=1 17bec38dbd20dcfcecbe51266c71a3c5a1466fc795184a79f85f63df7f9ccba8 05:03:22 $ docker rm -f --volumes 17bec38dbd20dcfcecbe51266c71a3c5a1466fc795184a79f85f63df7f9ccba8 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:03:23 + docker inspect -f . ci-base-image-arm64 05:03:23 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 05:03:23 prd-ubuntu20.04-docker-arm64-4c-16g-12307 does not seem to be running inside a container 05:03:24 $ 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 ******** ci-base-image-arm64 cat 05:03:25 $ docker top 26268bfbebed598788c27b702529a6045ac25a4d8b90ce76010602bc62897dc6 -eo pid,comm [Pipeline] { [Pipeline] sh 05:03:26 + git config --global --add safe.directory /w/workspace/device-sdk-go/1 [Pipeline] fileExists [Pipeline] sh 05:03:27 + make test 05:03:27 go test -race -coverprofile=coverage.out ./... 05:04:23 ? github.com/edgexfoundry/device-sdk-go/v3 [no test files] 05:07:00 ? github.com/edgexfoundry/device-sdk-go/v3/example/cmd/device-simple [no test files] 05:07:00 ? github.com/edgexfoundry/device-sdk-go/v3/example/config [no test files] 05:07:00 ? github.com/edgexfoundry/device-sdk-go/v3/example/driver [no test files] 05:07:00 ? github.com/edgexfoundry/device-sdk-go/v3/internal/application [no test files] 05:07:00 ? github.com/edgexfoundry/device-sdk-go/v3/internal/autodiscovery [no test files] 05:07:04 ok github.com/edgexfoundry/device-sdk-go/v3/internal/autoevent 0.304s coverage: 27.6% of statements 05:07:04 ok github.com/edgexfoundry/device-sdk-go/v3/internal/cache 0.296s coverage: 80.2% of statements 05:07:19 ? github.com/edgexfoundry/device-sdk-go/v3/internal/config [no test files] 05:07:19 ? github.com/edgexfoundry/device-sdk-go/v3/internal/container [no test files] 05:07:19 ok github.com/edgexfoundry/device-sdk-go/v3/internal/common 0.413s coverage: 86.0% of statements 05:07:27 ? github.com/edgexfoundry/device-sdk-go/v3/internal/controller/http/correlation [no test files] 05:07:28 ok github.com/edgexfoundry/device-sdk-go/v3/internal/controller/http 0.525s coverage: 77.5% of statements 05:07:33 ? github.com/edgexfoundry/device-sdk-go/v3/internal/provision [no test files] 05:07:34 ? github.com/edgexfoundry/device-sdk-go/v3/pkg/interfaces [no test files] 05:07:34 ? github.com/edgexfoundry/device-sdk-go/v3/pkg/interfaces/mocks [no test files] 05:07:36 ok github.com/edgexfoundry/device-sdk-go/v3/internal/controller/messaging 3.310s coverage: 14.6% of statements 05:07:36 ok github.com/edgexfoundry/device-sdk-go/v3/internal/transformer 0.468s coverage: 68.5% of statements 05:07:39 ok github.com/edgexfoundry/device-sdk-go/v3/pkg/models 0.522s coverage: 89.2% of statements 05:07:41 ? github.com/edgexfoundry/device-sdk-go/v3/pkg/startup [no test files] 05:07:41 ok github.com/edgexfoundry/device-sdk-go/v3/pkg/service 0.300s coverage: 5.5% of statements 05:07:42 WARNING: Linting skipped (not on x86_64 or linter not installed) 05:07:42 GO111MODULE=on go vet ./... 05:10:34 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 05:10:34 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 05:10:34 ./bin/test-attribution-txt.sh [Pipeline] echo 05:10:34 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 05:10:34 $ docker stop --time=1 26268bfbebed598788c27b702529a6045ac25a4d8b90ce76010602bc62897dc6 05:10:39 $ docker rm -f --volumes 26268bfbebed598788c27b702529a6045ac25a4d8b90ce76010602bc62897dc6 [Pipeline] // withDockerContainer [Pipeline] sh 05:10:41 + sudo chown -R jenkins:jenkins . [Pipeline] stash 05:10:41 Warning: overwriting stash ‘coverage-report’ 05:10:41 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 05:10:42 + sudo chown -R jenkins:jenkins . [Pipeline] sh 05:10:42 + ls -al . 05:10:42 total 268 05:10:42 drwxrwxr-x 10 jenkins jenkins 4096 May 2 05:03 . 05:10:42 drwxrwxr-x 4 jenkins jenkins 4096 May 2 05:01 .. 05:10:42 -rw-rw-r-- 1 jenkins jenkins 140 May 2 05:01 .dockerignore 05:10:42 drwxrwxr-x 8 jenkins jenkins 4096 May 2 05:01 .git 05:10:42 drwxrwxr-x 2 jenkins jenkins 4096 May 2 05:01 .github 05:10:42 -rw-rw-r-- 1 jenkins jenkins 131 May 2 05:01 .gitignore 05:10:42 -rw-rw-r-- 1 jenkins jenkins 42 May 2 05:01 .golangci.yml 05:10:42 -rw-rw-r-- 1 jenkins jenkins 31677 May 2 05:01 CHANGELOG.md 05:10:42 -rw-rw-r-- 1 jenkins jenkins 677 May 2 05:01 GOVERNANCE.md 05:10:42 -rw-rw-r-- 1 jenkins jenkins 885 May 2 05:01 Jenkinsfile 05:10:42 -rw-rw-r-- 1 jenkins jenkins 11341 May 2 05:01 LICENSE 05:10:42 -rw-rw-r-- 1 jenkins jenkins 1714 May 2 05:01 Makefile 05:10:42 -rw-rw-r-- 1 jenkins jenkins 619 May 2 05:01 OWNERS.md 05:10:42 -rw-rw-r-- 1 jenkins jenkins 4891 May 2 05:01 README.md 05:10:42 -rw-rw-r-- 1 jenkins jenkins 5 May 2 04:59 VERSION 05:10:42 drwxrwxr-x 2 jenkins jenkins 4096 May 2 05:01 bin 05:10:42 -rw-r--r-- 1 jenkins jenkins 106119 May 2 05:07 coverage.out 05:10:42 drwxrwxr-x 5 jenkins jenkins 4096 May 2 05:01 example 05:10:42 -rw-rw-r-- 1 jenkins jenkins 3246 May 2 05:01 go.mod 05:10:42 -rw-rw-r-- 1 jenkins jenkins 30781 May 2 05:01 go.sum 05:10:42 drwxrwxr-x 12 jenkins jenkins 4096 May 2 05:01 internal 05:10:42 drwxrwxr-x 3 jenkins jenkins 4096 May 2 05:01 openapi 05:10:42 drwxrwxr-x 6 jenkins jenkins 4096 May 2 05:01 pkg 05:10:42 drwxrwxr-x 4 jenkins jenkins 4096 May 2 05:01 snap 05:10:42 -rw-rw-r-- 1 jenkins jenkins 222 May 2 05:01 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:10:43 + 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=86ff493946669f9427b3f693721b1a4e6349f22a --label arch=arm64 --label version=0.0.0 . 05:10:43 Sending build context to Docker daemon 6.045MB 05:10:43 Step 1/23 : ARG BASE=golang:1.20-alpine3.17 05:10:43 Step 2/23 : FROM ${BASE} AS builder 05:10:43 ---> e47d77516b06 05:10:43 Step 3/23 : ARG MAKE=make build 05:10:44 ---> Running in f909b1a24927 05:10:44 Removing intermediate container f909b1a24927 05:10:44 ---> cd98e0780976 05:10:44 Step 4/23 : WORKDIR /device-sdk-go 05:10:44 ---> Running in 54419c0bcb47 05:10:44 Removing intermediate container 54419c0bcb47 05:10:44 ---> 9d93fca33654 05:10:44 Step 5/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' 05:10:45 ---> Running in 1f87b64f26bd 05:10:45 Removing intermediate container 1f87b64f26bd 05:10:45 ---> ce1df1de93fb 05:10:45 Step 6/23 : RUN apk add --update --no-cache make git 05:10:45 ---> Running in 097d38359c18 05:10:46 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 05:10:47 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 05:10:48 OK: 263 MiB in 53 packages 05:10:50 Removing intermediate container 097d38359c18 05:10:50 ---> 6815ee2f24e9 05:10:50 Step 7/23 : COPY go.mod vendor* ./ 05:10:51 ---> f9c9ce1183cb 05:10:51 Step 8/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 05:10:51 ---> Running in 5d5bf7dd263d 05:10:54 Removing intermediate container 5d5bf7dd263d 05:10:54 ---> 71cdba089a8f 05:10:54 Step 9/23 : COPY . . 05:10:55 ---> 1b21806c0b78 05:10:55 Step 10/23 : RUN ${MAKE} 05:10:55 ---> Running in 3e9253eb47f6 05:10:57 CGO_ENABLED=0 go build -ldflags "-X github.com/edgexfoundry/device-sdk-go/v3.Version=0.0.0" -trimpath -mod=readonly -o example/cmd/device-simple/device-simple ./example/cmd/device-simple 05:13:34 Removing intermediate container 3e9253eb47f6 05:13:34 ---> 940bc88a8e5b 05:13:34 Step 11/23 : FROM alpine:3.17 05:13:34 3.17: Pulling from library/alpine 05:13:34 c41833b44d91: Already exists 05:13:34 Digest: sha256:124c7d2707904eea7431fffe91522a01e5a861a624ee31d03372cc1d138a3126 05:13:34 Status: Downloaded newer image for alpine:3.17 05:13:34 ---> 51e60588ff2c 05:13:34 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel' 05:13:34 ---> Running in ad9afb2264a6 05:13:34 Removing intermediate container ad9afb2264a6 05:13:34 ---> 2ccb850e8221 05:13:34 Step 13/23 : RUN apk add --update --no-cache 05:13:34 ---> Running in a745b4bcbd2c 05:13:34 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 05:13:34 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 05:13:35 OK: 7 MiB in 15 packages 05:13:36 Removing intermediate container a745b4bcbd2c 05:13:36 ---> 2fa9769f2d45 05:13:36 Step 14/23 : WORKDIR / 05:13:36 ---> Running in b6fc0b07b879 05:13:36 Removing intermediate container b6fc0b07b879 05:13:36 ---> f6e70bbe53c7 05:13:36 Step 15/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/Attribution.txt /Attribution.txt 05:13:36 ---> fa278da6b52f 05:13:36 Step 16/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /device-simple 05:13:38 ---> 4418a22d4675 05:13:38 Step 17/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/ /res 05:13:38 ---> 941d3db59b41 05:13:38 Step 18/23 : EXPOSE 59999 05:13:38 ---> Running in 9633e49e5aa7 05:13:39 Removing intermediate container 9633e49e5aa7 05:13:39 ---> 292a15f1a573 05:13:39 Step 19/23 : ENTRYPOINT ["/device-simple"] 05:13:39 ---> Running in 7fe1fe248c1e 05:13:39 Removing intermediate container 7fe1fe248c1e 05:13:39 ---> 1c4bbee633a0 05:13:39 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 05:13:39 ---> Running in 99c44d839231 05:13:40 Removing intermediate container 99c44d839231 05:13:40 ---> 7ad7bf189c62 05:13:40 Step 21/23 : LABEL arch=arm64 05:13:40 ---> Running in e164d71d4b7f 05:13:40 Removing intermediate container e164d71d4b7f 05:13:40 ---> e5c3799b1f57 05:13:40 Step 22/23 : LABEL git_sha=86ff493946669f9427b3f693721b1a4e6349f22a 05:13:40 ---> Running in 572e3d100df1 05:13:40 Removing intermediate container 572e3d100df1 05:13:40 ---> 4054b9abb6b0 05:13:40 Step 23/23 : LABEL version=0.0.0 05:13:40 ---> Running in 763ad269080a 05:13:41 Removing intermediate container 763ad269080a 05:13:41 ---> a53f1adef462 05:13:41 [Warning] One or more build-args [ARCH] were not consumed 05:13:41 Successfully built a53f1adef462 05:13:41 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 05:13:42 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 05:13:42 05:13:42 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:13:42 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 05:13:42 arm64: Pulling from edgex-lftools-log-publisher 05:13:42 8998bd30e6a1: Pulling fs layer 05:13:42 04944245beec: Pulling fs layer 05:13:42 699f458cf7ca: Pulling fs layer 05:13:42 765212b225bb: Pulling fs layer 05:13:42 f23df028b6ca: Pulling fs layer 05:13:42 d65c8cfc05b1: Pulling fs layer 05:13:42 2437ff75d9bd: Pulling fs layer 05:13:42 765212b225bb: Waiting 05:13:42 f23df028b6ca: Waiting 05:13:42 d65c8cfc05b1: Waiting 05:13:42 2437ff75d9bd: Waiting 05:13:42 04944245beec: Verifying Checksum 05:13:42 04944245beec: Download complete 05:13:42 765212b225bb: Verifying Checksum 05:13:42 765212b225bb: Download complete 05:13:42 f23df028b6ca: Verifying Checksum 05:13:42 f23df028b6ca: Download complete 05:13:42 d65c8cfc05b1: Verifying Checksum 05:13:42 d65c8cfc05b1: Download complete 05:13:43 699f458cf7ca: Download complete 05:13:43 8998bd30e6a1: Verifying Checksum 05:13:43 8998bd30e6a1: Download complete 05:13:46 2437ff75d9bd: Verifying Checksum 05:13:46 2437ff75d9bd: Download complete 05:13:48 8998bd30e6a1: Pull complete 05:13:48 04944245beec: Pull complete 05:13:49 699f458cf7ca: Pull complete 05:13:49 765212b225bb: Pull complete 05:13:50 f23df028b6ca: Pull complete 05:13:50 d65c8cfc05b1: Pull complete 05:14:06 2437ff75d9bd: Pull complete 05:14:06 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 05:14:06 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 05:14:06 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 05:14:06 prd-ubuntu20.04-docker-arm64-4c-16g-12307 does not seem to be running inside a container 05:14:06 $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat 05:14:09 $ docker top b582bbbcd0dae15d0fe592e2f55cb4537bbd033925de1bd0fef24e6e58a8e1cb -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 05:14:10 ---> job-cost.sh 05:14:10 lf-activate-venv: SKIPPING 05:14:10 INFO: No Stack... 05:14:10 INFO: Retrieving Pricing Info for: v3-standard-4 05:14:11 INFO: Archiving Costs [Pipeline] sh 05:14:12 + cat /w/workspace/device-sdk-go/1/archives/cost.csv 05:14:12 + cut -d, -f6 [Pipeline] lock 05:14:12 Trying to acquire lock on [jenkins-edgexfoundry-device-sdk-go-PR-1441-1-stack-cost] 05:14:12 Resource [jenkins-edgexfoundry-device-sdk-go-PR-1441-1-stack-cost] did not exist. Created. 05:14:12 Lock acquired on [jenkins-edgexfoundry-device-sdk-go-PR-1441-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 05:14:13 /w/workspace/device-sdk-go/1@tmp/durable-c7c3dce3/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh 05:14:14 + echo total: 0.10999999940395355 [Pipeline] stash 05:14:14 Warning: overwriting stash ‘stack-cost’ 05:14:14 Stashed 1 file(s) [Pipeline] } 05:14:14 Lock released on resource [jenkins-edgexfoundry-device-sdk-go-PR-1441-1-stack-cost] [Pipeline] // lock [Pipeline] } 05:14:14 $ docker stop --time=1 b582bbbcd0dae15d0fe592e2f55cb4537bbd033925de1bd0fef24e6e58a8e1cb 05:14:15 $ docker rm -f --volumes b582bbbcd0dae15d0fe592e2f55cb4537bbd033925de1bd0fef24e6e58a8e1cb [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 05:14:16 provisioning config files... 05:14:16 copy managed file [device-sdk-go-codecov-token] to file:/w/workspace/gexfoundry_device-sdk-go_PR-1441@tmp/config14015486447210359051tmp [Pipeline] { [Pipeline] sh 05:14:17 + set +x 05:14:17 + curl -s https://codecov.io/bash 05:14:17 + bash -s -- 05:14:17 05:14:17 _____ _ 05:14:17 / ____| | | 05:14:17 | | ___ __| | ___ ___ _____ __ 05:14:17 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 05:14:17 | |___| (_) | (_| | __/ (_| (_) \ V / 05:14:17 \_____\___/ \__,_|\___|\___\___/ \_/ 05:14:17 Bash-1.0.6 05:14:17 05:14:17 05:14:17 ==> git version 2.25.1 found 05:14:17 ==> 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 05:14:17 Release-Date: 2020-01-08 05:14:17 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 05:14:17 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 05:14:17 ==> Jenkins CI detected. 05:14:17 current dir:  /w/workspace/gexfoundry_device-sdk-go_PR-1441 05:14:17 project root: . 05:14:17 --> token set from env 05:14:17 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 05:14:17 ==> Running gcov in . (disable via -X gcov) 05:14:17 ==> Python coveragepy not found 05:14:17 ==> Searching for coverage reports in: 05:14:17 + . 05:14:17 -> Found 1 reports 05:14:17 ==> Detecting git/mercurial file structure 05:14:17 ==> Reading reports 05:14:17 + ./coverage.out bytes=106119 05:14:17 ==> Appending adjustments 05:14:17 https://docs.codecov.io/docs/fixing-reports 05:14:17 + Found adjustments 05:14:17 ==> Gzipping contents 05:14:17 16K /tmp/codecov.IVVHZx.gz 05:14:17 ==> Uploading reports 05:14:17 url: https://codecov.io 05:14:17 query: branch=PR-1441&commit=86ff493946669f9427b3f693721b1a4e6349f22a&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2FPR-1441%2F1%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=1441&job=&cmd_args= 05:14:17 -> Pinging Codecov 05:14:17 https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=6fc62cd9-fce6-47f0-85f4-af589338491a&branch=PR-1441&commit=86ff493946669f9427b3f693721b1a4e6349f22a&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2FPR-1441%2F1%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=1441&job=&cmd_args= 05:14:17 -> Uploading to 05:14:17 https://storage.googleapis.com/codecov/v4/raw/2023-05-02/7E55EF52A471D76F132DFD9A03CDDE97/86ff493946669f9427b3f693721b1a4e6349f22a/5223511d-a8dd-490b-bc22-56e1d638f559.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20230502%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20230502T051417Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=e038fc45a5f2184146e296cb1cc8d4701b33e122a26e4c01cb2210a5b644929a 05:14:17 % Total % Received % Xferd Average Speed Time Time Time Current 05:14:17 Dload Upload Total Spent Left Speed 05:14:18 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 15028 0 0 100 15028 0 65912 --:--:-- --:--:-- --:--:-- 65912 05:14:18 -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/device-sdk-go/commit/86ff493946669f9427b3f693721b1a4e6349f22a [Pipeline] } 05:14:18 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 05:14:19 + [ -d /w/workspace/gexfoundry_device-sdk-go_PR-1441/archives ] 05:14:19 + ls -al /w/workspace/gexfoundry_device-sdk-go_PR-1441/archives 05:14:19 total 16 05:14:19 drwxr-xr-x 3 root root 4096 May 2 05:01 . 05:14:19 drwxrwxr-x 12 jenkins jenkins 4096 May 2 05:01 .. 05:14:19 drwxr-xr-x 2 root root 4096 May 2 05:01 cost 05:14:19 -rw-r--r-- 1 root root 86 May 2 05:01 cost.csv 05:14:19 + sudo chown -R jenkins:jenkins /w/workspace/gexfoundry_device-sdk-go_PR-1441/archives 05:14:19 + ls -al /w/workspace/gexfoundry_device-sdk-go_PR-1441/archives 05:14:19 total 16 05:14:19 drwxr-xr-x 3 jenkins jenkins 4096 May 2 05:01 . 05:14:19 drwxrwxr-x 12 jenkins jenkins 4096 May 2 05:01 .. 05:14:19 drwxr-xr-x 2 jenkins jenkins 4096 May 2 05:01 cost 05:14:19 -rw-r--r-- 1 jenkins jenkins 86 May 2 05:01 cost.csv [Pipeline] libraryResource [Pipeline] sh 05:14:20 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 05:14:21 ---> package-listing.sh 05:14:21 ++ facter osfamily 05:14:21 ++ tr '[:upper:]' '[:lower:]' 05:14:21 + OS_FAMILY=debian 05:14:21 + workspace=/w/workspace/gexfoundry_device-sdk-go_PR-1441 05:14:21 + START_PACKAGES=/tmp/packages_start.txt 05:14:21 + END_PACKAGES=/tmp/packages_end.txt 05:14:21 + DIFF_PACKAGES=/tmp/packages_diff.txt 05:14:21 + PACKAGES=/tmp/packages_start.txt 05:14:21 + '[' /w/workspace/gexfoundry_device-sdk-go_PR-1441 ']' 05:14:21 + PACKAGES=/tmp/packages_end.txt 05:14:21 + case "${OS_FAMILY}" in 05:14:21 + dpkg -l 05:14:21 + grep '^ii' 05:14:21 + '[' -f /tmp/packages_start.txt ']' 05:14:21 + '[' -f /tmp/packages_end.txt ']' 05:14:21 + diff /tmp/packages_start.txt /tmp/packages_end.txt 05:14:21 + '[' /w/workspace/gexfoundry_device-sdk-go_PR-1441 ']' 05:14:21 + mkdir -p /w/workspace/gexfoundry_device-sdk-go_PR-1441/archives/ 05:14:21 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/gexfoundry_device-sdk-go_PR-1441/archives/ [Pipeline] echo 05:14: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-1441/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 05:14:21 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:14:22 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 05:14:22 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 05:14:22 prd-ubuntu20.04-docker-8c-8g-12302 does not seem to be running inside a container 05:14: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-1441/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-1441 -v /w/workspace/gexfoundry_device-sdk-go_PR-1441:/w/workspace/gexfoundry_device-sdk-go_PR-1441:rw,z -v /w/workspace/gexfoundry_device-sdk-go_PR-1441@tmp:/w/workspace/gexfoundry_device-sdk-go_PR-1441@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 05:14:22 $ docker top e68fa879e805379beac58e1eae9644bbe83ad5776242d509e1237e09ff14d292 -eo pid,comm [Pipeline] { [Pipeline] sh 05:14:23 + touch /tmp/pre-build-complete [Pipeline] sh 05:14:23 + mkdir -p /var/log/sysstat [Pipeline] sh 05:14:23 + ls /var/log/sa-host 05:14:23 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 05:14:23 provisioning config files... 05:14:23 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/gexfoundry_device-sdk-go_PR-1441@tmp/config14339194241331714537tmp [Pipeline] { [Pipeline] echo 05:14:24 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 05:14:24 ---> create-netrc.sh [Pipeline] } 05:14:24 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 05:14:24 ---> python-tools-install.sh [Pipeline] echo 05:14:24 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 05:14:25 ---> sudo-logs.sh 05:14:25 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 05:14:25 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 05:14:25 ---> job-cost.sh 05:14:25 lf-activate-venv: SKIPPING 05:14:25 DEBUG: total: 0.2199999988079071 05:14:25 INFO: Retrieving Stack Cost... 05:14:25 INFO: Retrieving Pricing Info for: v3-standard-8 05:14:26 INFO: Archiving Costs [Pipeline] echo 05:14:26 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 05:14:26 ---> logs-deploy.sh 05:14:26 lf-activate-venv: SKIPPING 05:14:26 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/PR-1441/1 05:14:26 INFO: archiving workspace using pattern(s): 05:14:27 Archives upload complete. 05:14:27 INFO: archiving logs to Nexus 05:14:28 ---> uname -a: 05:14:28 Linux prd-ubuntu20-04-docker-8c-8g-12302 5.4.0-126-generic #142-Ubuntu SMP Fri Aug 26 12:12:57 UTC 2022 x86_64 GNU/Linux 05:14:28 05:14:28 05:14:28 ---> lscpu: 05:14:28 Architecture: x86_64 05:14:28 CPU op-mode(s): 32-bit, 64-bit 05:14:28 Byte Order: Little Endian 05:14:28 Address sizes: 40 bits physical, 48 bits virtual 05:14:28 CPU(s): 8 05:14:28 On-line CPU(s) list: 0-7 05:14:28 Thread(s) per core: 1 05:14:28 Core(s) per socket: 1 05:14:28 Socket(s): 8 05:14:28 NUMA node(s): 1 05:14:28 Vendor ID: AuthenticAMD 05:14:28 CPU family: 23 05:14:28 Model: 49 05:14:28 Model name: AMD EPYC-Rome Processor 05:14:28 Stepping: 0 05:14:28 CPU MHz: 2799.998 05:14:28 BogoMIPS: 5599.99 05:14:28 Virtualization: AMD-V 05:14:28 Hypervisor vendor: KVM 05:14:28 Virtualization type: full 05:14:28 L1d cache: 256 KiB 05:14:28 L1i cache: 256 KiB 05:14:28 L2 cache: 4 MiB 05:14:28 L3 cache: 128 MiB 05:14:28 NUMA node0 CPU(s): 0-7 05:14:28 Vulnerability Itlb multihit: Not affected 05:14:28 Vulnerability L1tf: Not affected 05:14:28 Vulnerability Mds: Not affected 05:14:28 Vulnerability Meltdown: Not affected 05:14:28 Vulnerability Mmio stale data: Not affected 05:14:28 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 05:14:28 Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization 05:14:28 Vulnerability Spectre v2: Mitigation; Retpolines, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling 05:14:28 Vulnerability Srbds: Not affected 05:14:28 Vulnerability Tsx async abort: Not affected 05:14:28 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm rep_good nopl cpuid extd_apicid tsc_known_freq pni pclmulqdq ssse3 fma cx16 sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand hypervisor lahf_lm cmp_legacy svm cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw topoext perfctr_core ssbd ibrs ibpb stibp vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 xsaves clzero xsaveerptr wbnoinvd arat npt nrip_save umip rdpid arch_capabilities 05:14:28 05:14:28