Pull request #1455 opened Connecting to https://api.github.com using edgex-jenkins github personal access token Connecting to https://api.github.com to check permissions of obtain list of EdgeX-Camera-Management for edgexfoundry/device-sdk-go Loading trusted files from base branch main at e224bd5802c6f3dcff8652bd9b5b3603587bdf21 rather than 28c188943db21b1d2bcbd94492f36b7956ea4dae Obtained Jenkinsfile from e224bd5802c6f3dcff8652bd9b5b3603587bdf21 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-ssh17836106603224282354.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 4fc256d9079ed2258907e613f84b1b8da264a4bd 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-ssh11211736032660500736.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 4fc256d9079ed2258907e613f84b1b8da264a4bd 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-1455/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-1455/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh11091997629198561027.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-1455/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh15181681397386516671.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 4fc256d9079ed2258907e613f84b1b8da264a4bd (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 4fc256d9079ed2258907e613f84b1b8da264a4bd # timeout=10 Commit message: "Merge pull request #430 from ernestojeda/release-lock" > 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-ssh15908392014831577408.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-1455/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-1455/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh9433355810666638084.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 4fc256d9079ed2258907e613f84b1b8da264a4bd 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-14916 in /w/workspace/gexfoundry_device-sdk-go_PR-1455 [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-1455 # 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/1455/head:refs/remotes/origin/PR-1455 +refs/heads/main:refs/remotes/origin/main # timeout=10 Merging remotes/origin/main commit e224bd5802c6f3dcff8652bd9b5b3603587bdf21 into PR head commit 28c188943db21b1d2bcbd94492f36b7956ea4dae Merge succeeded, producing 28c188943db21b1d2bcbd94492f36b7956ea4dae Checking out Revision 28c188943db21b1d2bcbd94492f36b7956ea4dae (PR-1455) > git config core.sparsecheckout # timeout=10 > git checkout -f 28c188943db21b1d2bcbd94492f36b7956ea4dae # 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 e224bd5802c6f3dcff8652bd9b5b3603587bdf21 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 28c188943db21b1d2bcbd94492f36b7956ea4dae # timeout=10 Commit message: "fix: typo in calls to GetDeviceByName" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.25.1' fatal: bad object 4fc256d9079ed2258907e613f84b1b8da264a4bd [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 17:17:05 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 17:17:05 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 17:17:05 ========================================================= 17:17:05 EdgeX Global Pipelines Version Info 17:17:05 ========================================================= [Pipeline] libraryResource [Pipeline] sh 17:17:06 ------------------- 17:17:06 stable info: 17:17:06 ------------------- 17:17:06 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 17:17:06 Commit SHA: 4fc256d9079ed2258907e613f84b1b8da264a4bd 17:17:06 Message: update stable to v1.0.249 17:17:07 ------------------- 17:17:07 experimental info: 17:17:07 ------------------- 17:17:07 Commited By: **** collab-it+edgex@linuxfoundation.org 17:17:07 Commit SHA: 4fc256d9079ed2258907e613f84b1b8da264a4bd 17:17:07 Message: update experimental to v1.0.249 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 17:17:07 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-go-settings [Pipeline] echo 17:17:07 [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-go [Pipeline] echo 17:17:07 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 17:17:07 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 17:17:07 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 17:17:07 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.20 [Pipeline] echo 17:17:07 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 17:17:07 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = example/cmd/device-simple/Dockerfile [Pipeline] echo 17:17:07 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 17:17:07 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 17:17:08 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 17:17:08 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-sdk-simple [Pipeline] echo 17:17:08 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 17:17:08 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 17:17:08 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 17:17:08 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 17:17:08 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 17:17:08 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 17:17:08 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 17:17:08 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 17:17:08 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 17:17:08 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v3 [Pipeline] echo 17:17:08 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 17:17:08 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 17:17:08 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 17:17:08 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 17:17:08 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 17:17:08 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-1455 [Pipeline] echo 17:17:08 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-1455 [Pipeline] echo 17:17:08 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-1455 [Pipeline] echo 17:17:08 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 28c188943db21b1d2bcbd94492f36b7956ea4dae [Pipeline] echo 17:17:08 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 28c1889 [Pipeline] echo 17:17:08 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 17:17:09 provisioning config files... 17:17:09 copy managed file [device-sdk-go-settings] to file:/w/workspace/gexfoundry_device-sdk-go_PR-1455@tmp/config10486809722295379734tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 17:17:09 ---> docker-login.sh 17:17:09 nexus3.edgexfoundry.org:10001 17:17:09 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:17:09 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:17:09 Configure a credential helper to remove this warning. See 17:17:09 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:17:09 17:17:09 Login Succeeded 17:17:09 nexus3.edgexfoundry.org:10002 17:17:09 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:17:09 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:17:09 Configure a credential helper to remove this warning. See 17:17:09 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:17:09 17:17:09 Login Succeeded 17:17:09 nexus3.edgexfoundry.org:10003 17:17:09 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:17:09 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:17:09 Configure a credential helper to remove this warning. See 17:17:09 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:17:09 17:17:09 Login Succeeded 17:17:09 nexus3.edgexfoundry.org:10004 17:17:10 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:17:10 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:17:10 Configure a credential helper to remove this warning. See 17:17:10 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:17:10 17:17:10 Login Succeeded 17:17:10 docker.io 17:17:10 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:17:10 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:17:10 Configure a credential helper to remove this warning. See 17:17:10 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:17:10 17:17:10 Login Succeeded 17:17:10 ---> docker-login.sh ends [Pipeline] } 17:17:10 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh 17:17:11 + git rev-list -1 --merges 28c188943db21b1d2bcbd94492f36b7956ea4dae~1..28c188943db21b1d2bcbd94492f36b7956ea4dae [Pipeline] echo 17:17:11 -----------> git rev-list -1 --merges 28c188943db21b1d2bcbd94492f36b7956ea4dae~1..28c188943db21b1d2bcbd94492f36b7956ea4dae 28c188943db21b1d2bcbd94492f36b7956ea4dae [false] [Pipeline] sh 17:17:11 + git log --format=format:%s -1 28c188943db21b1d2bcbd94492f36b7956ea4dae [Pipeline] echo 17:17:11 ========================================================= 17:17:11 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 17:17:11 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 17:17:12 + git log --format=format:%s -1 28c188943db21b1d2bcbd94492f36b7956ea4dae [Pipeline] echo 17:17:12 [semverPrep] GIT_COMMIT: 28c188943db21b1d2bcbd94492f36b7956ea4dae, Commit Message: fix: typo in calls to GetDeviceByName [Pipeline] echo 17:17:12 [semverPrep] This is not a build commit. [Pipeline] sh 17:17:12 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 17:17:12 + grep -v github /etc/ssh/ssh_known_hosts 17:17:12 + [ -e /tmp/ssh_known_hosts ] 17:17:12 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 17:17:12 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 17:17:12 + sudo tee -a /etc/ssh/ssh_known_hosts 17:17:12 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:17:13 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 17:17:13 17:17:13 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:17:13 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 17:17:13 0.1.4: Pulling from edgex-devops/py-git-semver 17:17:13 b85a868b505f: Pulling fs layer 17:17:13 e2be974225ed: Pulling fs layer 17:17:13 339a4e72a1f5: Pulling fs layer 17:17:13 988bab9f4d93: Pulling fs layer 17:17:13 1469e6f7b9e6: Pulling fs layer 17:17:13 eaf3925da568: Pulling fs layer 17:17:13 bab4dde63d76: Pulling fs layer 17:17:13 bde34c3a00c8: Pulling fs layer 17:17:13 b352a97aabf1: Pulling fs layer 17:17:13 4872d77fe225: Pulling fs layer 17:17:13 5851b861e8e6: Pulling fs layer 17:17:13 1469e6f7b9e6: Waiting 17:17:13 eaf3925da568: Waiting 17:17:13 bab4dde63d76: Waiting 17:17:13 4872d77fe225: Waiting 17:17:13 5851b861e8e6: Waiting 17:17:13 bde34c3a00c8: Waiting 17:17:13 b352a97aabf1: Waiting 17:17:13 988bab9f4d93: Waiting 17:17:13 e2be974225ed: Verifying Checksum 17:17:13 e2be974225ed: Download complete 17:17:13 988bab9f4d93: Verifying Checksum 17:17:13 988bab9f4d93: Download complete 17:17:13 1469e6f7b9e6: Verifying Checksum 17:17:13 1469e6f7b9e6: Download complete 17:17:13 339a4e72a1f5: Verifying Checksum 17:17:13 339a4e72a1f5: Download complete 17:17:13 eaf3925da568: Download complete 17:17:13 bde34c3a00c8: Verifying Checksum 17:17:13 bde34c3a00c8: Download complete 17:17:13 b352a97aabf1: Download complete 17:17:13 5851b861e8e6: Download complete 17:17:13 b85a868b505f: Download complete 17:17:13 bab4dde63d76: Verifying Checksum 17:17:13 bab4dde63d76: Download complete 17:17:14 b85a868b505f: Pull complete 17:17:15 e2be974225ed: Pull complete 17:17:15 339a4e72a1f5: Pull complete 17:17:15 988bab9f4d93: Pull complete 17:17:15 1469e6f7b9e6: Pull complete 17:17:15 eaf3925da568: Pull complete 17:17:17 bab4dde63d76: Pull complete 17:17:17 bde34c3a00c8: Pull complete 17:17:18 b352a97aabf1: Pull complete 17:17:18 4872d77fe225: Pull complete 17:17:18 5851b861e8e6: Pull complete 17:17:18 Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 17:17:18 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 17:17:18 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 17:17:18 prd-ubuntu20.04-docker-8c-8g-14916 does not seem to be running inside a container 17:17:18 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_device-sdk-go_PR-1455 -v /w/workspace/gexfoundry_device-sdk-go_PR-1455:/w/workspace/gexfoundry_device-sdk-go_PR-1455:rw,z -v /w/workspace/gexfoundry_device-sdk-go_PR-1455@tmp:/w/workspace/gexfoundry_device-sdk-go_PR-1455@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-devops/py-git-semver:0.1.4 cat 17:17:20 $ docker top 77589d1504b284d15a0d63a3d82ddab4ea236327635b6d11d35d11adbbe67136 -eo pid,comm 17:17:20 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). 17:17:20 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 17:17:20 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 17:17:20 [ssh-agent] Looking for ssh-agent implementation... 17:17:21 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 17:17:21 $ docker exec 77589d1504b284d15a0d63a3d82ddab4ea236327635b6d11d35d11adbbe67136 ssh-agent 17:17:21 SSH_AUTH_SOCK=/tmp/ssh-KtsFk2SfYM9T/agent.33 17:17:21 SSH_AGENT_PID=39 17:17:21 Running ssh-add (command line suppressed) 17:17:21 Identity added: /w/workspace/gexfoundry_device-sdk-go_PR-1455@tmp/private_key_4862419383405738939.key (/w/workspace/gexfoundry_device-sdk-go_PR-1455@tmp/private_key_4862419383405738939.key) 17:17:21 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 17:17:21 + git tag --points-at HEAD [Pipeline] } 17:17:21 $ docker exec --env ******** --env ******** 77589d1504b284d15a0d63a3d82ddab4ea236327635b6d11d35d11adbbe67136 ssh-agent -k 17:17:21 unset SSH_AUTH_SOCK; 17:17:21 unset SSH_AGENT_PID; 17:17:21 echo Agent pid 39 killed; 17:17:21 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 17:17:21 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 17:17:21 [ssh-agent] Looking for ssh-agent implementation... 17:17:21 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 17:17:21 $ docker exec 77589d1504b284d15a0d63a3d82ddab4ea236327635b6d11d35d11adbbe67136 ssh-agent 17:17:22 SSH_AUTH_SOCK=/tmp/ssh-JSwmeqZ2DeTe/agent.72 17:17:22 SSH_AGENT_PID=78 17:17:22 Running ssh-add (command line suppressed) 17:17:22 Identity added: /w/workspace/gexfoundry_device-sdk-go_PR-1455@tmp/private_key_14662979617651797776.key (/w/workspace/gexfoundry_device-sdk-go_PR-1455@tmp/private_key_14662979617651797776.key) 17:17:22 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 17:17:22 + git semver init 17:17:22 2023-05-10 17:17:22,771 [run_init] DEBUG init version:0.0.0 force:False 17:17:22 2023-05-10 17:17:22,772 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/gexfoundry_device-sdk-go_PR-1455/.semver 17:17:22 2023-05-10 17:17:22,773 [execute] INFO git clone -b semver git@github.com:edgexfoundry/device-sdk-go.git /w/workspace/gexfoundry_device-sdk-go_PR-1455/.semver 17:17:22 2023-05-10 17:17:22,774 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/device-sdk-go.git', '/w/workspace/gexfoundry_device-sdk-go_PR-1455/.semver'], cwd=/w/workspace/gexfoundry_device-sdk-go_PR-1455, universal_newlines=False, shell=None, istream=None) 17:17:23 2023-05-10 17:17:23,721 [append_file] DEBUG append to file:/w/workspace/gexfoundry_device-sdk-go_PR-1455/.git/info/exclude 17:17:23 2023-05-10 17:17:23,722 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/gexfoundry_device-sdk-go_PR-1455/.semver/PR-1455 with force:False 17:17:23 2023-05-10 17:17:23,722 [write_file] DEBUG write to file:/w/workspace/gexfoundry_device-sdk-go_PR-1455/.semver/PR-1455 17:17:23 2023-05-10 17:17:23,727 [execute] INFO git cat-file --batch-check 17:17:23 2023-05-10 17:17:23,728 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/gexfoundry_device-sdk-go_PR-1455/.semver, universal_newlines=False, shell=None, istream=) 17:17:23 2023-05-10 17:17:23,734 [execute] INFO git cat-file --batch 17:17:23 2023-05-10 17:17:23,734 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/gexfoundry_device-sdk-go_PR-1455/.semver, universal_newlines=False, shell=None, istream=) 17:17:23 2023-05-10 17:17:23,739 [read_version] DEBUG read version from /w/workspace/gexfoundry_device-sdk-go_PR-1455/.semver/PR-1455 17:17:23 0.0.0 [Pipeline] } 17:17:23 $ docker exec --env ******** --env ******** 77589d1504b284d15a0d63a3d82ddab4ea236327635b6d11d35d11adbbe67136 ssh-agent -k 17:17:23 unset SSH_AUTH_SOCK; 17:17:23 unset SSH_AGENT_PID; 17:17:23 echo Agent pid 78 killed; 17:17:23 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 17:17:24 + git semver [Pipeline] } 17:17:24 $ docker stop --time=1 77589d1504b284d15a0d63a3d82ddab4ea236327635b6d11d35d11adbbe67136 17:17:25 $ docker rm -f --volumes 77589d1504b284d15a0d63a3d82ddab4ea236327635b6d11d35d11adbbe67136 [Pipeline] // withDockerContainer [Pipeline] sh 17:17:26 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 17:17:26 Stashed 1 file(s) [Pipeline] echo 17:17:26 [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 17:17:27 provisioning config files... 17:17:27 copy managed file [device-sdk-go-settings] to file:/w/workspace/gexfoundry_device-sdk-go_PR-1455@tmp/config12073942968516190436tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 17:17:27 ---> docker-login.sh 17:17:27 nexus3.edgexfoundry.org:10001 17:17:27 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:17:27 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:17:27 Configure a credential helper to remove this warning. See 17:17:27 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:17:27 17:17:27 Login Succeeded 17:17:27 nexus3.edgexfoundry.org:10002 17:17:27 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:17:27 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:17:27 Configure a credential helper to remove this warning. See 17:17:27 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:17:27 17:17:27 Login Succeeded 17:17:27 nexus3.edgexfoundry.org:10003 17:17:27 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:17:27 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:17:27 Configure a credential helper to remove this warning. See 17:17:27 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:17:27 17:17:27 Login Succeeded 17:17:27 nexus3.edgexfoundry.org:10004 17:17:27 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:17:27 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:17:27 Configure a credential helper to remove this warning. See 17:17:27 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:17:27 17:17:27 Login Succeeded 17:17:27 docker.io 17:17:28 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:17:28 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:17:28 Configure a credential helper to remove this warning. See 17:17:28 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:17:28 17:17:28 Login Succeeded 17:17:28 ---> docker-login.sh ends [Pipeline] } 17:17:28 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 17:17:28 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 17:17:28 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 17:17:28 ========================================================= 17:17:28 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine] 17:17:28 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:17:28 + 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 . 17:17:28 Sending build context to Docker daemon 11.15MB 17:17:28 Step 1/10 : ARG BASE=golang:1.20-alpine3.17 17:17:28 Step 2/10 : FROM ${BASE} AS builder 17:17:28 1.20-alpine: Pulling from edgex-devops/edgex-golang-base 17:17:28 f56be85fc22e: Pulling fs layer 17:17:28 85791d961cd3: Pulling fs layer 17:17:28 d694b5ae8c79: Pulling fs layer 17:17:28 9f32a84ed3da: Pulling fs layer 17:17:28 4d19c01a9841: Pulling fs layer 17:17:28 9325e15d5711: Pulling fs layer 17:17:28 556b6ee489ea: Pulling fs layer 17:17:28 c5a4b2cf53e6: Pulling fs layer 17:17:28 9325e15d5711: Waiting 17:17:28 9f32a84ed3da: Waiting 17:17:28 556b6ee489ea: Waiting 17:17:28 c5a4b2cf53e6: Waiting 17:17:29 85791d961cd3: Verifying Checksum 17:17:29 85791d961cd3: Download complete 17:17:29 9f32a84ed3da: Download complete 17:17:29 f56be85fc22e: Download complete 17:17:29 4d19c01a9841: Verifying Checksum 17:17:29 4d19c01a9841: Download complete 17:17:29 9325e15d5711: Verifying Checksum 17:17:29 9325e15d5711: Download complete 17:17:29 f56be85fc22e: Pull complete 17:17:29 85791d961cd3: Pull complete 17:17:29 c5a4b2cf53e6: Verifying Checksum 17:17:29 c5a4b2cf53e6: Download complete 17:17:29 d694b5ae8c79: Verifying Checksum 17:17:29 d694b5ae8c79: Download complete 17:17:29 556b6ee489ea: Verifying Checksum 17:17:29 556b6ee489ea: Download complete 17:17:33 d694b5ae8c79: Pull complete 17:17:33 9f32a84ed3da: Pull complete 17:17:33 4d19c01a9841: Pull complete 17:17:33 9325e15d5711: Pull complete 17:17:36 556b6ee489ea: Pull complete 17:17:36 c5a4b2cf53e6: Pull complete 17:17:36 Digest: sha256:cdb650785bd12602035d3ff87499385c169773a4d12d6eaf394b34464d3a0f2b 17:17:36 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine 17:17:36 ---> c4be618373d6 17:17:36 Step 3/10 : ARG MAKE=make build 17:17:40 ---> Running in f6d473b66c74 17:17:40 Removing intermediate container f6d473b66c74 17:17:40 ---> b27b19884efe 17:17:40 Step 4/10 : WORKDIR /device-sdk-go 17:17:40 ---> Running in 2703fd1d22ef 17:17:40 Removing intermediate container 2703fd1d22ef 17:17:40 ---> ada2f447d132 17:17:40 Step 5/10 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' 17:17:40 ---> Running in 58176be53356 17:17:40 Removing intermediate container 58176be53356 17:17:40 ---> 7924a2475676 17:17:40 Step 6/10 : RUN apk add --update --no-cache make git 17:17:40 ---> Running in 3b8c701e546d 17:17:40 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 17:17:41 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 17:17:41 OK: 265 MiB in 53 packages 17:17:41 Removing intermediate container 3b8c701e546d 17:17:41 ---> be1c31d51260 17:17:41 Step 7/10 : COPY go.mod vendor* ./ 17:17:41 ---> 376a6990ea60 17:17:41 Step 8/10 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 17:17:41 ---> Running in b117b8422b8a 17:17:42 Still waiting to schedule task 17:17:42 All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline 17:18:20 Removing intermediate container b117b8422b8a 17:18:20 ---> 139c465d6c64 17:18:20 Step 9/10 : COPY . . 17:18:20 ---> 918f8bcc8415 17:18:20 Step 10/10 : RUN ${MAKE} 17:18:20 ---> Running in c8056aa36e25 17:18:20 noop 17:18:20 Removing intermediate container c8056aa36e25 17:18:20 ---> 2793e2d75e38 17:18:20 Successfully built 2793e2d75e38 17:18:20 Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:18:20 + docker inspect -f . ci-base-image-x86_64 17:18:20 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 17:18:20 prd-ubuntu20.04-docker-8c-8g-14916 does not seem to be running inside a container 17:18:21 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/gexfoundry_device-sdk-go_PR-1455 -v /w/workspace/gexfoundry_device-sdk-go_PR-1455:/w/workspace/gexfoundry_device-sdk-go_PR-1455:rw,z -v /w/workspace/gexfoundry_device-sdk-go_PR-1455@tmp:/w/workspace/gexfoundry_device-sdk-go_PR-1455@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 17:18:21 $ docker top 83326f9dcceaf730c2f3e0a64bf2f1b88b47fe8a31b378ab6061c35fe3072ea7 -eo pid,comm [Pipeline] { [Pipeline] sh 17:18:21 + go version 17:18:21 go version go1.20.2 linux/amd64 [Pipeline] } 17:18:21 $ docker stop --time=1 83326f9dcceaf730c2f3e0a64bf2f1b88b47fe8a31b378ab6061c35fe3072ea7 17:18:23 $ docker rm -f --volumes 83326f9dcceaf730c2f3e0a64bf2f1b88b47fe8a31b378ab6061c35fe3072ea7 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:18:23 + docker inspect -f . ci-base-image-x86_64 17:18:23 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 17:18:24 prd-ubuntu20.04-docker-8c-8g-14916 does not seem to be running inside a container 17:18:24 $ 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-1455 -v /w/workspace/gexfoundry_device-sdk-go_PR-1455:/w/workspace/gexfoundry_device-sdk-go_PR-1455:rw,z -v /w/workspace/gexfoundry_device-sdk-go_PR-1455@tmp:/w/workspace/gexfoundry_device-sdk-go_PR-1455@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 17:18:24 $ docker top baab7ca3a4d70d53792e06eb4250ea91dec1604c7f294491d9562d4baab077b1 -eo pid,comm [Pipeline] { [Pipeline] sh 17:18:24 + git config --global --add safe.directory /w/workspace/gexfoundry_device-sdk-go_PR-1455 [Pipeline] fileExists [Pipeline] sh 17:18:25 + make test 17:18:25 go test -race -coverprofile=coverage.out ./... 17:18:33 ? github.com/edgexfoundry/device-sdk-go/v3 [no test files] 17:18:48 ? github.com/edgexfoundry/device-sdk-go/v3/example/cmd/device-simple [no test files] 17:18:48 ? github.com/edgexfoundry/device-sdk-go/v3/example/config [no test files] 17:18:48 ? github.com/edgexfoundry/device-sdk-go/v3/example/driver [no test files] 17:18:48 ? github.com/edgexfoundry/device-sdk-go/v3/internal/application [no test files] 17:18:48 ? github.com/edgexfoundry/device-sdk-go/v3/internal/autodiscovery [no test files] 17:18:48 ok github.com/edgexfoundry/device-sdk-go/v3/internal/autoevent 0.061s coverage: 27.6% of statements 17:18:48 ? github.com/edgexfoundry/device-sdk-go/v3/internal/config [no test files] 17:18:48 ? github.com/edgexfoundry/device-sdk-go/v3/internal/container [no test files] 17:18:48 ok github.com/edgexfoundry/device-sdk-go/v3/internal/cache 0.074s coverage: 80.2% of statements 17:18:48 ok github.com/edgexfoundry/device-sdk-go/v3/internal/common 0.083s coverage: 86.0% of statements 17:18:49 ? github.com/edgexfoundry/device-sdk-go/v3/internal/controller/http/correlation [no test files] 17:18:49 ? github.com/edgexfoundry/device-sdk-go/v3/internal/provision [no test files] 17:18:49 ok github.com/edgexfoundry/device-sdk-go/v3/internal/controller/http 0.132s coverage: 77.5% of statements 17:18:49 ? github.com/edgexfoundry/device-sdk-go/v3/pkg/interfaces [no test files] 17:18:49 ? github.com/edgexfoundry/device-sdk-go/v3/pkg/interfaces/mocks [no test files] 17:18:50 ? github.com/edgexfoundry/device-sdk-go/v3/pkg/startup [no test files] 17:18:52 ok github.com/edgexfoundry/device-sdk-go/v3/internal/controller/messaging 3.064s coverage: 14.3% of statements 17:18:52 ok github.com/edgexfoundry/device-sdk-go/v3/internal/transformer 0.075s coverage: 68.5% of statements 17:18:52 ok github.com/edgexfoundry/device-sdk-go/v3/pkg/models 0.113s coverage: 89.2% of statements 17:18:52 ok github.com/edgexfoundry/device-sdk-go/v3/pkg/service 0.064s coverage: 5.7% of statements 17:19:14 GO111MODULE=on go vet ./... 17:19:17 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 17:19:17 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 17:19:17 ./bin/test-attribution-txt.sh [Pipeline] echo 17:19:17 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 17:19:17 $ docker stop --time=1 baab7ca3a4d70d53792e06eb4250ea91dec1604c7f294491d9562d4baab077b1 17:19:18 Running on prd-ubuntu20.04-docker-arm64-4c-16g-14917 in /w/workspace/gexfoundry_device-sdk-go_PR-1455 17:19:20 $ docker rm -f --volumes baab7ca3a4d70d53792e06eb4250ea91dec1604c7f294491d9562d4baab077b1 [Pipeline] // withDockerContainer [Pipeline] { [Pipeline] sh [Pipeline] ws 17:19:20 Running in /w/workspace/device-sdk-go/1 [Pipeline] { [Pipeline] checkout 17:19:20 The recommended git tool is: git 17:19:20 + sudo chown -R jenkins:jenkins . [Pipeline] stash 17:19:20 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 17:19:21 + sudo chown -R jenkins:jenkins . [Pipeline] sh 17:19:21 + ls -al . 17:19:21 total 272 17:19:21 drwxrwxr-x 11 jenkins jenkins 4096 May 10 17:18 . 17:19:21 drwxrwxr-x 4 jenkins jenkins 4096 May 10 17:16 .. 17:19:21 -rw-rw-r-- 1 jenkins jenkins 140 May 10 17:17 .dockerignore 17:19:21 drwxrwxr-x 8 jenkins jenkins 4096 May 10 17:17 .git 17:19:21 drwxrwxr-x 2 jenkins jenkins 4096 May 10 17:17 .github 17:19:21 -rw-rw-r-- 1 jenkins jenkins 137 May 10 17:17 .gitignore 17:19:21 -rw-rw-r-- 1 jenkins jenkins 42 May 10 17:17 .golangci.yml 17:19:21 drwxr-xr-x 3 jenkins jenkins 4096 May 10 17:17 .semver 17:19:21 -rw-rw-r-- 1 jenkins jenkins 31677 May 10 17:17 CHANGELOG.md 17:19:21 -rw-rw-r-- 1 jenkins jenkins 677 May 10 17:17 GOVERNANCE.md 17:19:21 -rw-rw-r-- 1 jenkins jenkins 885 May 10 17:17 Jenkinsfile 17:19:21 -rw-rw-r-- 1 jenkins jenkins 11341 May 10 17:17 LICENSE 17:19:21 -rw-rw-r-- 1 jenkins jenkins 1714 May 10 17:17 Makefile 17:19:21 -rw-rw-r-- 1 jenkins jenkins 619 May 10 17:17 OWNERS.md 17:19:21 -rw-rw-r-- 1 jenkins jenkins 4891 May 10 17:17 README.md 17:19:21 -rw-rw-r-- 1 jenkins jenkins 5 May 10 17:17 VERSION 17:19:21 drwxrwxr-x 2 jenkins jenkins 4096 May 10 17:17 bin 17:19:21 -rw-r--r-- 1 jenkins jenkins 106150 May 10 17:18 coverage.out 17:19:21 drwxrwxr-x 5 jenkins jenkins 4096 May 10 17:17 example 17:19:21 -rw-rw-r-- 1 jenkins jenkins 3234 May 10 17:17 go.mod 17:19:21 -rw-rw-r-- 1 jenkins jenkins 30781 May 10 17:17 go.sum 17:19:21 drwxrwxr-x 12 jenkins jenkins 4096 May 10 17:17 internal 17:19:21 drwxrwxr-x 3 jenkins jenkins 4096 May 10 17:17 openapi 17:19:21 drwxrwxr-x 6 jenkins jenkins 4096 May 10 17:17 pkg 17:19:21 drwxrwxr-x 4 jenkins jenkins 4096 May 10 17:17 snap 17:19:21 -rw-rw-r-- 1 jenkins jenkins 222 May 10 17:17 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:19:22 + 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=28c188943db21b1d2bcbd94492f36b7956ea4dae --label arch=amd64 --label version=0.0.0 . 17:19:22 Sending build context to Docker daemon 11.26MB 17:19:22 Step 1/23 : ARG BASE=golang:1.20-alpine3.17 17:19:22 Step 2/23 : FROM ${BASE} AS builder 17:19:22 ---> 2793e2d75e38 17:19:22 Step 3/23 : ARG MAKE=make build 17:19:22 ---> Running in e5726922fb1b 17:19:22 Removing intermediate container e5726922fb1b 17:19:22 ---> 9bdc3d022217 17:19:22 Step 4/23 : WORKDIR /device-sdk-go 17:19:22 ---> Running in 4d3f880c0a27 17:19:22 Removing intermediate container 4d3f880c0a27 17:19:22 ---> d814e8348c6e 17:19:22 Step 5/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' 17:19:22 ---> Running in 4a3355e5164a 17:19:22 Removing intermediate container 4a3355e5164a 17:19:22 ---> 0ed57b451315 17:19:22 Step 6/23 : RUN apk add --update --no-cache make git 17:19:22 ---> Running in de5a394ce1b4 17:19:23 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 17:19:23 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 17:19:23 OK: 265 MiB in 53 packages 17:19:23 Removing intermediate container de5a394ce1b4 17:19:23 ---> fe15503c004a 17:19:23 Step 7/23 : COPY go.mod vendor* ./ 17:19:23 ---> 1be29f095a44 17:19:23 Step 8/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 17:19:23 ---> Running in 23e900af5be0 17:19:25 Removing intermediate container 23e900af5be0 17:19:25 ---> 3e67d9d8103b 17:19:25 Step 9/23 : COPY . . 17:19:25 ---> e6d3d334e2cd 17:19:25 Step 10/23 : RUN ${MAKE} 17:19:25 ---> Running in 3de01463e54c 17:19:25 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 17:19:25 using credential edgex-jenkins-ssh 17:19:25 Cloning the remote Git repository 17:19:25 Cloning repository git@github.com:edgexfoundry/device-sdk-go.git 17:19:25 > git init /w/workspace/device-sdk-go/1 # timeout=10 17:19:25 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 17:19:25 > git --version # timeout=10 17:19:25 > git --version # 'git version 2.25.1' 17:19:25 using GIT_SSH to set credentials SSH Credentials for GitHub 17:19:26 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 17:19:27 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 17:19:27 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 17:19:28 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 17:19:28 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 17:19:28 using GIT_SSH to set credentials SSH Credentials for GitHub 17:19:28 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/1455/head:refs/remotes/origin/PR-1455 +refs/heads/main:refs/remotes/origin/main # timeout=10 17:19:29 Merging remotes/origin/main commit e224bd5802c6f3dcff8652bd9b5b3603587bdf21 into PR head commit 28c188943db21b1d2bcbd94492f36b7956ea4dae 17:19:29 Merge succeeded, producing 28c188943db21b1d2bcbd94492f36b7956ea4dae 17:19:29 Checking out Revision 28c188943db21b1d2bcbd94492f36b7956ea4dae (PR-1455) 17:19:29 > git config core.sparsecheckout # timeout=10 17:19:29 > git checkout -f 28c188943db21b1d2bcbd94492f36b7956ea4dae # timeout=10 17:19:29 > git remote # timeout=10 17:19:29 > git config --get remote.origin.url # timeout=10 17:19:29 using GIT_SSH to set credentials SSH Credentials for GitHub 17:19:29 > git merge e224bd5802c6f3dcff8652bd9b5b3603587bdf21 # timeout=10 17:19:29 > git rev-parse HEAD^{commit} # timeout=10 17:19:29 > git config core.sparsecheckout # timeout=10 17:19:29 > git checkout -f 28c188943db21b1d2bcbd94492f36b7956ea4dae # timeout=10 17:19:33 Commit message: "fix: typo in calls to GetDeviceByName" 17:19:33 > git --version # timeout=10 17:19:33 > git --version # 'git version 2.25.1' 17:19:33 fatal: bad object 4fc256d9079ed2258907e613f84b1b8da264a4bd [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 17:19:34 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 17:19:34 % Total % Received % Xferd Average Speed Time Time Time Current 17:19:34 Dload Upload Total Spent Left Speed 17:19:34 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 89167 0 --:--:-- --:--:-- --:--:-- 89795 [Pipeline] sh 17:19:34 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 17:19:35 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 17:19:35 + sudo tee /etc/docker/daemon.new 17:19:35 { 17:19:35 "registry-mirrors": [ 17:19:35 "https://nexus3.edgexfoundry.org:10001" 17:19:35 ], 17:19:35 "bip": "10.250.0.254/24", 17:19:35 "hosts": [ 17:19:35 "tcp://0.0.0.0:5555", 17:19:35 "unix:///var/run/docker.sock" 17:19:35 ], 17:19:35 "mtu": 1458, 17:19:35 "selinux-enabled": true, 17:19:35 "seccomp-profile": "/etc/docker/seccomp.json" 17:19:35 } [Pipeline] sh 17:19:35 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 17:19:36 + sudo service docker restart 17:19:47 Removing intermediate container 3de01463e54c 17:19:47 ---> aa89a74c9b13 17:19:47 Step 11/23 : FROM alpine:3.17 17:19:47 3.17: Pulling from library/alpine 17:19:47 f56be85fc22e: Already exists 17:19:47 Digest: sha256:124c7d2707904eea7431fffe91522a01e5a861a624ee31d03372cc1d138a3126 17:19:47 Status: Downloaded newer image for alpine:3.17 17:19:47 ---> 9ed4aefc74f6 17:19:47 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel' 17:19:47 ---> Running in a60e88a26e3c 17:19:47 Removing intermediate container a60e88a26e3c 17:19:47 ---> 2ef7e1aa07ab 17:19:47 Step 13/23 : RUN apk add --update --no-cache 17:19:47 ---> Running in 98a31459a884 17:19:47 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 17:19:47 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 17:19:47 OK: 7 MiB in 15 packages 17:19:47 Removing intermediate container 98a31459a884 17:19:47 ---> ba90fa8c316a 17:19:47 Step 14/23 : WORKDIR / 17:19:47 ---> Running in 9c84562b2578 17:19:47 Removing intermediate container 9c84562b2578 17:19:47 ---> f759cd61f3bb 17:19:47 Step 15/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/Attribution.txt /Attribution.txt 17:19:47 ---> a1d31486fa9c 17:19:47 Step 16/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /device-simple 17:19:47 ---> 10b0cc69e82c 17:19:47 Step 17/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/ /res 17:19:47 ---> 0d4aa1d54822 17:19:47 Step 18/23 : EXPOSE 59999 17:19:47 ---> Running in de21b4c7822c 17:19:47 Removing intermediate container de21b4c7822c 17:19:47 ---> 3171a2fdb323 17:19:47 Step 19/23 : ENTRYPOINT ["/device-simple"] 17:19:47 ---> Running in df996eb465ad 17:19:47 Removing intermediate container df996eb465ad 17:19:47 ---> 036ba8c28222 17:19:47 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 17:19:47 ---> Running in 80ee9bf812a9 17:19:47 Removing intermediate container 80ee9bf812a9 17:19:47 ---> e2900a13e310 17:19:47 Step 21/23 : LABEL arch=amd64 17:19:47 ---> Running in 5c9df5e94adf 17:19:47 Removing intermediate container 5c9df5e94adf 17:19:47 ---> a9bc372c79cb 17:19:47 Step 22/23 : LABEL git_sha=28c188943db21b1d2bcbd94492f36b7956ea4dae 17:19:47 ---> Running in 27a44057d752 17:19:47 Removing intermediate container 27a44057d752 17:19:47 ---> 43c4c3b79713 17:19:47 Step 23/23 : LABEL version=0.0.0 17:19:47 ---> Running in da579ddf6096 17:19:47 Removing intermediate container da579ddf6096 17:19:47 ---> 81dab6f4daff 17:19:47 [Warning] One or more build-args [ARCH] were not consumed 17:19:47 Successfully built 81dab6f4daff 17:19:47 Successfully tagged device-sdk-simple:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:19:48 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 17:19:48 17:19:48 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:19:49 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 17:19:49 latest: Pulling from edgex-lftools-log-publisher 17:19:49 5eb5b503b376: Pulling fs layer 17:19:49 5c69ac0246d0: Pulling fs layer 17:19:49 ec43610c2a17: Pulling fs layer 17:19:49 3a2ae6a8a46f: Pulling fs layer 17:19:49 33b1e0a273af: Pulling fs layer 17:19:49 5d3b04190fa2: Pulling fs layer 17:19:49 3a2ae6a8a46f: Waiting 17:19:49 33b1e0a273af: Waiting 17:19:49 2f39f015ded8: Pulling fs layer 17:19:49 5d3b04190fa2: Waiting 17:19:49 2f39f015ded8: Waiting 17:19:49 5c69ac0246d0: Verifying Checksum 17:19:49 5c69ac0246d0: Download complete 17:19:49 3a2ae6a8a46f: Verifying Checksum 17:19:49 3a2ae6a8a46f: Download complete 17:19:49 33b1e0a273af: Verifying Checksum 17:19:49 33b1e0a273af: Download complete 17:19:49 5d3b04190fa2: Verifying Checksum 17:19:49 5d3b04190fa2: Download complete 17:19:49 ec43610c2a17: Verifying Checksum 17:19:49 ec43610c2a17: Download complete 17:19:49 5eb5b503b376: Verifying Checksum 17:19:49 5eb5b503b376: Download complete 17:19:49 2f39f015ded8: Download complete 17:19:50 5eb5b503b376: Pull complete 17:19:50 5c69ac0246d0: Pull complete 17:19:51 ec43610c2a17: Pull complete 17:19:51 3a2ae6a8a46f: Pull complete 17:19:51 33b1e0a273af: Pull complete 17:19:51 5d3b04190fa2: Pull complete [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 17:19:54 provisioning config files... 17:19:54 copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/1@tmp/config10985681773768806448tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 17:19:54 ---> docker-login.sh 17:19:54 nexus3.edgexfoundry.org:10001 17:19:55 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:19:55 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:19:55 Configure a credential helper to remove this warning. See 17:19:55 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:19:55 17:19:55 Login Succeeded 17:19:55 nexus3.edgexfoundry.org:10002 17:19:55 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:19:55 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:19:55 Configure a credential helper to remove this warning. See 17:19:55 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:19:55 17:19:55 Login Succeeded 17:19:55 nexus3.edgexfoundry.org:10003 17:19:55 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:19:56 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:19:56 Configure a credential helper to remove this warning. See 17:19:56 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:19:56 17:19:56 Login Succeeded 17:19:56 nexus3.edgexfoundry.org:10004 17:19:56 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:19:56 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:19:56 Configure a credential helper to remove this warning. See 17:19:56 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:19:56 17:19:56 Login Succeeded 17:19:56 docker.io 17:19:56 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:19:57 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:19:57 Configure a credential helper to remove this warning. See 17:19:57 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:19:57 17:19:57 Login Succeeded 17:19:57 ---> docker-login.sh ends 17:19:57 2f39f015ded8: Pull complete 17:19:57 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 17:19:57 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 17:19:57 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] } 17:19:57 Deleting 1 temporary files [Pipeline] // withEnv [Pipeline] // configFileProvider [Pipeline] } [Pipeline] } [Pipeline] // withEnv [Pipeline] // withEnv [Pipeline] unstash [Pipeline] withDockerContainer 17:19:57 prd-ubuntu20.04-docker-8c-8g-14916 does not seem to be running inside a container 17:19:57 $ 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-1455 -v /w/workspace/gexfoundry_device-sdk-go_PR-1455:/w/workspace/gexfoundry_device-sdk-go_PR-1455:rw,z -v /w/workspace/gexfoundry_device-sdk-go_PR-1455@tmp:/w/workspace/gexfoundry_device-sdk-go_PR-1455@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 17:20:00 $ docker top b305326856fe532d1ac9238f2363d9db5403248032d41953da14c4918a73dce7 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [Pipeline] echo 17:20:00 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 17:20:00 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 17:20:00 ========================================================= 17:20:00 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine] 17:20:00 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { 17:20:00 ---> job-cost.sh 17:20:00 lf-activate-venv: SKIPPING 17:20:00 INFO: No Stack... [Pipeline] sh 17:20:01 INFO: Retrieving Pricing Info for: v3-standard-8 17:20:01 + 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 . 17:20:01 INFO: Archiving Costs [Pipeline] sh 17:20:01 Sending build context to Docker daemon 5.997MB 17:20:01 Step 1/10 : ARG BASE=golang:1.20-alpine3.17 17:20:01 Step 2/10 : FROM ${BASE} AS builder 17:20:01 1.20-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 17:20:01 c41833b44d91: Pulling fs layer 17:20:01 ed15518f5707: Pulling fs layer 17:20:01 feae8fd75edb: Pulling fs layer 17:20:01 242c74f7c9fa: Pulling fs layer 17:20:01 3cdef696dda3: Pulling fs layer 17:20:01 2ced38df9373: Pulling fs layer 17:20:01 58f1dce35555: Pulling fs layer 17:20:01 242c74f7c9fa: Waiting 17:20:01 3cdef696dda3: Waiting 17:20:01 2ced38df9373: Waiting 17:20:01 58f1dce35555: Waiting 17:20:01 ed15518f5707: Download complete 17:20:01 + cat /w/workspace/gexfoundry_device-sdk-go_PR-1455/archives/cost.csv 17:20:01 + cut -d, -f6 [Pipeline] lock 17:20:01 Trying to acquire lock on [jenkins-edgexfoundry-device-sdk-go-PR-1455-1-stack-cost] 17:20:01 Resource [jenkins-edgexfoundry-device-sdk-go-PR-1455-1-stack-cost] did not exist. Created. 17:20:01 Lock acquired on [jenkins-edgexfoundry-device-sdk-go-PR-1455-1-stack-cost] [Pipeline] { [Pipeline] unstash 17:20:02 242c74f7c9fa: Verifying Checksum 17:20:02 242c74f7c9fa: Download complete 17:20:02 3cdef696dda3: Download complete 17:20:02 c41833b44d91: Verifying Checksum [Pipeline] sh 17:20:02 + echo total: 0.2199999988079071 [Pipeline] stash 17:20:02 Stashed 1 file(s) [Pipeline] } 17:20:02 Lock released on resource [jenkins-edgexfoundry-device-sdk-go-PR-1455-1-stack-cost] [Pipeline] // lock [Pipeline] } 17:20:02 $ docker stop --time=1 b305326856fe532d1ac9238f2363d9db5403248032d41953da14c4918a73dce7 17:20:03 c41833b44d91: Pull complete 17:20:03 58f1dce35555: Verifying Checksum 17:20:03 58f1dce35555: Download complete 17:20:03 ed15518f5707: Pull complete 17:20:03 $ docker rm -f --volumes b305326856fe532d1ac9238f2363d9db5403248032d41953da14c4918a73dce7 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 17:20:04 2ced38df9373: Verifying Checksum 17:20:04 2ced38df9373: Download complete 17:20:04 feae8fd75edb: Verifying Checksum 17:20:04 feae8fd75edb: Download complete 17:20:16 feae8fd75edb: Pull complete 17:20:16 242c74f7c9fa: Pull complete 17:20:17 3cdef696dda3: Pull complete 17:20:25 2ced38df9373: Pull complete 17:20:26 58f1dce35555: Pull complete 17:20:26 Digest: sha256:3b55595e96c696ae732e8cb20cde5b1ff7282a1fe1423a8de67617af8d15ea1e 17:20:26 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine 17:20:26 ---> fadd8f120f05 17:20:26 Step 3/10 : ARG MAKE=make build 17:20:28 ---> Running in e01c5cc03618 17:20:28 Removing intermediate container e01c5cc03618 17:20:28 ---> e73b4fa53265 17:20:28 Step 4/10 : WORKDIR /device-sdk-go 17:20:28 ---> Running in 79d61075a519 17:20:28 Removing intermediate container 79d61075a519 17:20:28 ---> 857a2e176c6a 17:20:28 Step 5/10 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' 17:20:29 ---> Running in f177ff188c47 17:20:29 Removing intermediate container f177ff188c47 17:20:29 ---> 8df644b6c12a 17:20:29 Step 6/10 : RUN apk add --update --no-cache make git 17:20:29 ---> Running in 9bf60795df1b 17:20:30 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 17:20:31 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 17:20:32 OK: 263 MiB in 53 packages 17:20:33 Removing intermediate container 9bf60795df1b 17:20:33 ---> f1cc59c101c6 17:20:33 Step 7/10 : COPY go.mod vendor* ./ 17:20:33 ---> 87fca12b86d2 17:20:33 Step 8/10 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 17:20:33 ---> Running in 08a08a8b7e00 17:21:41 Removing intermediate container 08a08a8b7e00 17:21:41 ---> 5d0a359c6f1f 17:21:41 Step 9/10 : COPY . . 17:21:41 ---> 17ffc121f6ad 17:21:41 Step 10/10 : RUN ${MAKE} 17:21:41 ---> Running in b4c237fe6fb2 17:21:41 noop 17:21:41 Removing intermediate container b4c237fe6fb2 17:21:41 ---> e48dc015ec81 17:21:41 Successfully built e48dc015ec81 17:21:41 Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:21:42 + docker inspect -f . ci-base-image-arm64 17:21:42 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 17:21:42 prd-ubuntu20.04-docker-arm64-4c-16g-14917 does not seem to be running inside a container 17:21:42 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/1 -v /w/workspace/device-sdk-go/1:/w/workspace/device-sdk-go/1:rw,z -v /w/workspace/device-sdk-go/1@tmp:/w/workspace/device-sdk-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 17:21:43 $ docker top 39ea16712c6253eafdabd8b2846535f43ed2eae5c3e51fa8fab51c568f7856e7 -eo pid,comm [Pipeline] { [Pipeline] sh 17:21:44 + go version 17:21:44 go version go1.20.2 linux/arm64 [Pipeline] } 17:21:44 $ docker stop --time=1 39ea16712c6253eafdabd8b2846535f43ed2eae5c3e51fa8fab51c568f7856e7 17:21:46 $ docker rm -f --volumes 39ea16712c6253eafdabd8b2846535f43ed2eae5c3e51fa8fab51c568f7856e7 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:21:46 + docker inspect -f . ci-base-image-arm64 17:21:46 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 17:21:47 prd-ubuntu20.04-docker-arm64-4c-16g-14917 does not seem to be running inside a container 17:21:47 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -w /w/workspace/device-sdk-go/1 -v /w/workspace/device-sdk-go/1:/w/workspace/device-sdk-go/1:rw,z -v /w/workspace/device-sdk-go/1@tmp:/w/workspace/device-sdk-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 17:21:48 $ docker top 11846e6b657326e0a71441317bdd20149abf67ee7e3ac6c4db1f360aee476626 -eo pid,comm [Pipeline] { [Pipeline] sh 17:21:48 + git config --global --add safe.directory /w/workspace/device-sdk-go/1 [Pipeline] fileExists [Pipeline] sh 17:21:49 + make test 17:21:49 go test -race -coverprofile=coverage.out ./... 17:22:36 ? github.com/edgexfoundry/device-sdk-go/v3 [no test files] 17:24:43 ? github.com/edgexfoundry/device-sdk-go/v3/example/cmd/device-simple [no test files] 17:24:43 ? github.com/edgexfoundry/device-sdk-go/v3/example/config [no test files] 17:24:43 ? github.com/edgexfoundry/device-sdk-go/v3/example/driver [no test files] 17:24:43 ? github.com/edgexfoundry/device-sdk-go/v3/internal/application [no test files] 17:24:43 ? github.com/edgexfoundry/device-sdk-go/v3/internal/autodiscovery [no test files] 17:24:49 ok github.com/edgexfoundry/device-sdk-go/v3/internal/autoevent 0.233s coverage: 27.6% of statements 17:24:50 ok github.com/edgexfoundry/device-sdk-go/v3/internal/cache 0.281s coverage: 80.2% of statements 17:25:05 ? github.com/edgexfoundry/device-sdk-go/v3/internal/config [no test files] 17:25:05 ? github.com/edgexfoundry/device-sdk-go/v3/internal/container [no test files] 17:25:05 ok github.com/edgexfoundry/device-sdk-go/v3/internal/common 0.335s coverage: 86.0% of statements 17:25:09 ? github.com/edgexfoundry/device-sdk-go/v3/internal/controller/http/correlation [no test files] 17:25:10 ok github.com/edgexfoundry/device-sdk-go/v3/internal/controller/http 0.461s coverage: 77.5% of statements 17:25:15 ? github.com/edgexfoundry/device-sdk-go/v3/internal/provision [no test files] 17:25:16 ? github.com/edgexfoundry/device-sdk-go/v3/pkg/interfaces [no test files] 17:25:16 ? github.com/edgexfoundry/device-sdk-go/v3/pkg/interfaces/mocks [no test files] 17:25:18 ok github.com/edgexfoundry/device-sdk-go/v3/internal/controller/messaging 3.266s coverage: 14.3% of statements 17:25:18 ok github.com/edgexfoundry/device-sdk-go/v3/internal/transformer 0.493s coverage: 68.5% of statements 17:25:20 ok github.com/edgexfoundry/device-sdk-go/v3/pkg/models 0.449s coverage: 89.2% of statements 17:25:22 ? github.com/edgexfoundry/device-sdk-go/v3/pkg/startup [no test files] 17:25:22 ok github.com/edgexfoundry/device-sdk-go/v3/pkg/service 0.252s coverage: 5.7% of statements 17:25:23 WARNING: Linting skipped (not on x86_64 or linter not installed) 17:25:23 GO111MODULE=on go vet ./... 17:28:00 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 17:28:00 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 17:28:00 ./bin/test-attribution-txt.sh [Pipeline] echo 17:28:00 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 17:28:00 $ docker stop --time=1 11846e6b657326e0a71441317bdd20149abf67ee7e3ac6c4db1f360aee476626 17:28:02 $ docker rm -f --volumes 11846e6b657326e0a71441317bdd20149abf67ee7e3ac6c4db1f360aee476626 [Pipeline] // withDockerContainer [Pipeline] sh 17:28:03 + sudo chown -R jenkins:jenkins . [Pipeline] stash 17:28:03 Warning: overwriting stash ‘coverage-report’ 17:28:04 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 17:28:05 + sudo chown -R jenkins:jenkins . [Pipeline] sh 17:28:05 + ls -al . 17:28:05 total 268 17:28:05 drwxrwxr-x 10 jenkins jenkins 4096 May 10 17:21 . 17:28:05 drwxrwxr-x 4 jenkins jenkins 4096 May 10 17:19 .. 17:28:05 -rw-rw-r-- 1 jenkins jenkins 140 May 10 17:19 .dockerignore 17:28:05 drwxrwxr-x 8 jenkins jenkins 4096 May 10 17:19 .git 17:28:05 drwxrwxr-x 2 jenkins jenkins 4096 May 10 17:19 .github 17:28:05 -rw-rw-r-- 1 jenkins jenkins 137 May 10 17:19 .gitignore 17:28:05 -rw-rw-r-- 1 jenkins jenkins 42 May 10 17:19 .golangci.yml 17:28:05 -rw-rw-r-- 1 jenkins jenkins 31677 May 10 17:19 CHANGELOG.md 17:28:05 -rw-rw-r-- 1 jenkins jenkins 677 May 10 17:19 GOVERNANCE.md 17:28:05 -rw-rw-r-- 1 jenkins jenkins 885 May 10 17:19 Jenkinsfile 17:28:05 -rw-rw-r-- 1 jenkins jenkins 11341 May 10 17:19 LICENSE 17:28:05 -rw-rw-r-- 1 jenkins jenkins 1714 May 10 17:19 Makefile 17:28:05 -rw-rw-r-- 1 jenkins jenkins 619 May 10 17:19 OWNERS.md 17:28:05 -rw-rw-r-- 1 jenkins jenkins 4891 May 10 17:19 README.md 17:28:05 -rw-rw-r-- 1 jenkins jenkins 5 May 10 17:17 VERSION 17:28:05 drwxrwxr-x 2 jenkins jenkins 4096 May 10 17:19 bin 17:28:05 -rw-r--r-- 1 jenkins jenkins 106152 May 10 17:25 coverage.out 17:28:05 drwxrwxr-x 5 jenkins jenkins 4096 May 10 17:19 example 17:28:05 -rw-rw-r-- 1 jenkins jenkins 3234 May 10 17:19 go.mod 17:28:05 -rw-rw-r-- 1 jenkins jenkins 30781 May 10 17:19 go.sum 17:28:05 drwxrwxr-x 12 jenkins jenkins 4096 May 10 17:19 internal 17:28:05 drwxrwxr-x 3 jenkins jenkins 4096 May 10 17:19 openapi 17:28:05 drwxrwxr-x 6 jenkins jenkins 4096 May 10 17:19 pkg 17:28:05 drwxrwxr-x 4 jenkins jenkins 4096 May 10 17:19 snap 17:28:05 -rw-rw-r-- 1 jenkins jenkins 222 May 10 17:19 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:28:05 + 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=28c188943db21b1d2bcbd94492f36b7956ea4dae --label arch=arm64 --label version=0.0.0 . 17:28:06 Sending build context to Docker daemon 6.104MB 17:28:06 Step 1/23 : ARG BASE=golang:1.20-alpine3.17 17:28:06 Step 2/23 : FROM ${BASE} AS builder 17:28:06 ---> e48dc015ec81 17:28:06 Step 3/23 : ARG MAKE=make build 17:28:06 ---> Running in d5b837d4150d 17:28:06 Removing intermediate container d5b837d4150d 17:28:06 ---> 37ac7bbe4451 17:28:06 Step 4/23 : WORKDIR /device-sdk-go 17:28:06 ---> Running in e5a764f75f59 17:28:06 Removing intermediate container e5a764f75f59 17:28:06 ---> f2c0ffe5267e 17:28:06 Step 5/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' 17:28:07 ---> Running in 8a1b35876175 17:28:07 Removing intermediate container 8a1b35876175 17:28:07 ---> a03dbed80f9a 17:28:07 Step 6/23 : RUN apk add --update --no-cache make git 17:28:07 ---> Running in b7825f5bac3d 17:28:08 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 17:28:08 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 17:28:10 OK: 263 MiB in 53 packages 17:28:11 Removing intermediate container b7825f5bac3d 17:28:11 ---> 391fba2bb74e 17:28:11 Step 7/23 : COPY go.mod vendor* ./ 17:28:12 ---> 1c241a1cdbc5 17:28:12 Step 8/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 17:28:13 ---> Running in b98ead739d9b 17:28:15 Removing intermediate container b98ead739d9b 17:28:15 ---> 13f6c7e76173 17:28:15 Step 9/23 : COPY . . 17:28:16 ---> ab884ed79c11 17:28:16 Step 10/23 : RUN ${MAKE} 17:28:16 ---> Running in 6b5bac71dd55 17:28:17 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 17:30:39 Removing intermediate container 6b5bac71dd55 17:30:39 ---> 3de9291b5c67 17:30:39 Step 11/23 : FROM alpine:3.17 17:30:39 3.17: Pulling from library/alpine 17:30:39 c41833b44d91: Already exists 17:30:39 Digest: sha256:124c7d2707904eea7431fffe91522a01e5a861a624ee31d03372cc1d138a3126 17:30:39 Status: Downloaded newer image for alpine:3.17 17:30:39 ---> 51e60588ff2c 17:30:39 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel' 17:30:39 ---> Running in 44976e7a973d 17:30:39 Removing intermediate container 44976e7a973d 17:30:39 ---> aa3f2f91ddb4 17:30:39 Step 13/23 : RUN apk add --update --no-cache 17:30:39 ---> Running in c0070ab6301a 17:30:39 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 17:30:39 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 17:30:39 OK: 7 MiB in 15 packages 17:30:39 Removing intermediate container c0070ab6301a 17:30:39 ---> 6c3ae5e4d526 17:30:39 Step 14/23 : WORKDIR / 17:30:39 ---> Running in 2f3f93dccf36 17:30:39 Removing intermediate container 2f3f93dccf36 17:30:39 ---> 5816496ba3d5 17:30:39 Step 15/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/Attribution.txt /Attribution.txt 17:30:39 ---> 858cb3ecade3 17:30:39 Step 16/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /device-simple 17:30:39 ---> bcb255db1264 17:30:39 Step 17/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/ /res 17:30:39 ---> 53184af16d29 17:30:39 Step 18/23 : EXPOSE 59999 17:30:39 ---> Running in 6741c4ad600e 17:30:39 Removing intermediate container 6741c4ad600e 17:30:39 ---> 91d7b83de051 17:30:39 Step 19/23 : ENTRYPOINT ["/device-simple"] 17:30:39 ---> Running in 030e14432f74 17:30:39 Removing intermediate container 030e14432f74 17:30:39 ---> 7540916e660e 17:30:39 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 17:30:39 ---> Running in 1c0d88c58760 17:30:39 Removing intermediate container 1c0d88c58760 17:30:39 ---> 4c7e9ad823a0 17:30:39 Step 21/23 : LABEL arch=arm64 17:30:40 ---> Running in 4567e8f23e41 17:30:40 Removing intermediate container 4567e8f23e41 17:30:40 ---> 18b8d15740f7 17:30:40 Step 22/23 : LABEL git_sha=28c188943db21b1d2bcbd94492f36b7956ea4dae 17:30:40 ---> Running in 43d154098f22 17:30:40 Removing intermediate container 43d154098f22 17:30:40 ---> 3d3807b71d48 17:30:40 Step 23/23 : LABEL version=0.0.0 17:30:40 ---> Running in 30b08ad9b77a 17:30:40 Removing intermediate container 30b08ad9b77a 17:30:40 ---> e7582baeeace 17:30:40 [Warning] One or more build-args [ARCH] were not consumed 17:30:40 Successfully built e7582baeeace 17:30: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 17:30:41 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 17:30:41 17:30:41 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:30:42 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 17:30:42 arm64: Pulling from edgex-lftools-log-publisher 17:30:42 8998bd30e6a1: Pulling fs layer 17:30:42 04944245beec: Pulling fs layer 17:30:42 699f458cf7ca: Pulling fs layer 17:30:42 765212b225bb: Pulling fs layer 17:30:42 f23df028b6ca: Pulling fs layer 17:30:42 d65c8cfc05b1: Pulling fs layer 17:30:42 2437ff75d9bd: Pulling fs layer 17:30:42 f23df028b6ca: Waiting 17:30:42 d65c8cfc05b1: Waiting 17:30:42 765212b225bb: Waiting 17:30:42 2437ff75d9bd: Waiting 17:30:43 04944245beec: Verifying Checksum 17:30:43 04944245beec: Download complete 17:30:43 765212b225bb: Verifying Checksum 17:30:43 765212b225bb: Download complete 17:30:43 f23df028b6ca: Verifying Checksum 17:30:43 f23df028b6ca: Download complete 17:30:43 d65c8cfc05b1: Verifying Checksum 17:30:43 d65c8cfc05b1: Download complete 17:30:43 699f458cf7ca: Verifying Checksum 17:30:43 699f458cf7ca: Download complete 17:30:43 8998bd30e6a1: Download complete 17:30:46 2437ff75d9bd: Verifying Checksum 17:30:46 2437ff75d9bd: Download complete 17:30:47 8998bd30e6a1: Pull complete 17:30:48 04944245beec: Pull complete 17:30:48 699f458cf7ca: Pull complete 17:30:49 765212b225bb: Pull complete 17:30:49 f23df028b6ca: Pull complete 17:30:50 d65c8cfc05b1: Pull complete 17:31:02 2437ff75d9bd: Pull complete 17:31:02 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 17:31:02 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 17:31:02 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 17:31:02 prd-ubuntu20.04-docker-arm64-4c-16g-14917 does not seem to be running inside a container 17:31:02 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/device-sdk-go/1 -v /w/workspace/device-sdk-go/1:/w/workspace/device-sdk-go/1:rw,z -v /w/workspace/device-sdk-go/1@tmp:/w/workspace/device-sdk-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat 17:31:05 $ docker top df31e7f27725b98283acf576c875b8c0c57a9d6af7b01838812fee795ed43f5f -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 17:31:06 ---> job-cost.sh 17:31:06 lf-activate-venv: SKIPPING 17:31:06 INFO: No Stack... 17:31:06 INFO: Retrieving Pricing Info for: v3-standard-4 17:31:07 INFO: Archiving Costs [Pipeline] sh 17:31:08 + cat /w/workspace/device-sdk-go/1/archives/cost.csv 17:31:08 + cut -d, -f6 [Pipeline] lock 17:31:08 Trying to acquire lock on [jenkins-edgexfoundry-device-sdk-go-PR-1455-1-stack-cost] 17:31:08 Resource [jenkins-edgexfoundry-device-sdk-go-PR-1455-1-stack-cost] did not exist. Created. 17:31:08 Lock acquired on [jenkins-edgexfoundry-device-sdk-go-PR-1455-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 17:31:09 /w/workspace/device-sdk-go/1@tmp/durable-bad57048/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh 17:31:09 + echo total: 0.10999999940395355 [Pipeline] stash 17:31:09 Warning: overwriting stash ‘stack-cost’ 17:31:10 Stashed 1 file(s) [Pipeline] } 17:31:10 Lock released on resource [jenkins-edgexfoundry-device-sdk-go-PR-1455-1-stack-cost] [Pipeline] // lock [Pipeline] } 17:31:10 $ docker stop --time=1 df31e7f27725b98283acf576c875b8c0c57a9d6af7b01838812fee795ed43f5f 17:31:11 $ docker rm -f --volumes df31e7f27725b98283acf576c875b8c0c57a9d6af7b01838812fee795ed43f5f [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 17:31:12 provisioning config files... 17:31:12 copy managed file [device-sdk-go-codecov-token] to file:/w/workspace/gexfoundry_device-sdk-go_PR-1455@tmp/config14477696579869188868tmp [Pipeline] { [Pipeline] sh 17:31:13 + set +x 17:31:13 + curl -s https://codecov.io/bash 17:31:13 + bash -s -- 17:31:13 17:31:13 _____ _ 17:31:13 / ____| | | 17:31:13 | | ___ __| | ___ ___ _____ __ 17:31:13 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 17:31:13 | |___| (_) | (_| | __/ (_| (_) \ V / 17:31:13 \_____\___/ \__,_|\___|\___\___/ \_/ 17:31:13 Bash-1.0.6 17:31:13 17:31:13 17:31:13 ==> git version 2.25.1 found 17:31:13 ==> 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 17:31:13 Release-Date: 2020-01-08 17:31:13 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 17:31:13 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 17:31:13 ==> Jenkins CI detected. 17:31:13 current dir:  /w/workspace/gexfoundry_device-sdk-go_PR-1455 17:31:13 project root: . 17:31:13 --> token set from env 17:31:13 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 17:31:13 ==> Running gcov in . (disable via -X gcov) 17:31:13 ==> Python coveragepy not found 17:31:13 ==> Searching for coverage reports in: 17:31:13 + . 17:31:13 -> Found 1 reports 17:31:13 ==> Detecting git/mercurial file structure 17:31:13 ==> Reading reports 17:31:13 + ./coverage.out bytes=106152 17:31:13 ==> Appending adjustments 17:31:13 https://docs.codecov.io/docs/fixing-reports 17:31:13 + Found adjustments 17:31:13 ==> Gzipping contents 17:31:13 16K /tmp/codecov.QPNyLJ.gz 17:31:13 ==> Uploading reports 17:31:13 url: https://codecov.io 17:31:13 query: branch=PR-1455&commit=28c188943db21b1d2bcbd94492f36b7956ea4dae&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2FPR-1455%2F1%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=1455&job=&cmd_args= 17:31:13 -> Pinging Codecov 17:31:13 https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=6fc62cd9-fce6-47f0-85f4-af589338491a&branch=PR-1455&commit=28c188943db21b1d2bcbd94492f36b7956ea4dae&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2FPR-1455%2F1%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=1455&job=&cmd_args= 17:31:13 -> Uploading to 17:31:13 https://storage.googleapis.com/codecov/v4/raw/2023-05-10/7E55EF52A471D76F132DFD9A03CDDE97/28c188943db21b1d2bcbd94492f36b7956ea4dae/ab58f4e0-a0e6-470c-b78d-a8961deb74ac.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20230510%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20230510T173113Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=ccf369cda28b8c11a07d11fd3d1255940c84714a905c84f9e425da48427b3796 17:31:13 % Total % Received % Xferd Average Speed Time Time Time Current 17:31:13 Dload Upload Total Spent Left Speed 17:31:13 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 15152 0 0 100 15152 0 63932 --:--:-- --:--:-- --:--:-- 63932 17:31:13 -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/device-sdk-go/commit/28c188943db21b1d2bcbd94492f36b7956ea4dae [Pipeline] } 17:31:14 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 17:31:15 + [ -d /w/workspace/gexfoundry_device-sdk-go_PR-1455/archives ] 17:31:15 + ls -al /w/workspace/gexfoundry_device-sdk-go_PR-1455/archives 17:31:15 total 16 17:31:15 drwxr-xr-x 3 root root 4096 May 10 17:20 . 17:31:15 drwxrwxr-x 12 jenkins jenkins 4096 May 10 17:20 .. 17:31:15 drwxr-xr-x 2 root root 4096 May 10 17:20 cost 17:31:15 -rw-r--r-- 1 root root 86 May 10 17:20 cost.csv 17:31:15 + sudo chown -R jenkins:jenkins /w/workspace/gexfoundry_device-sdk-go_PR-1455/archives 17:31:15 + ls -al /w/workspace/gexfoundry_device-sdk-go_PR-1455/archives 17:31:15 total 16 17:31:15 drwxr-xr-x 3 jenkins jenkins 4096 May 10 17:20 . 17:31:15 drwxrwxr-x 12 jenkins jenkins 4096 May 10 17:20 .. 17:31:15 drwxr-xr-x 2 jenkins jenkins 4096 May 10 17:20 cost 17:31:15 -rw-r--r-- 1 jenkins jenkins 86 May 10 17:20 cost.csv [Pipeline] libraryResource [Pipeline] sh 17:31:16 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 17:31:16 ---> package-listing.sh 17:31:16 ++ facter osfamily 17:31:16 ++ tr '[:upper:]' '[:lower:]' 17:31:17 + OS_FAMILY=debian 17:31:17 + workspace=/w/workspace/gexfoundry_device-sdk-go_PR-1455 17:31:17 + START_PACKAGES=/tmp/packages_start.txt 17:31:17 + END_PACKAGES=/tmp/packages_end.txt 17:31:17 + DIFF_PACKAGES=/tmp/packages_diff.txt 17:31:17 + PACKAGES=/tmp/packages_start.txt 17:31:17 + '[' /w/workspace/gexfoundry_device-sdk-go_PR-1455 ']' 17:31:17 + PACKAGES=/tmp/packages_end.txt 17:31:17 + case "${OS_FAMILY}" in 17:31:17 + dpkg -l 17:31:17 + grep '^ii' 17:31:17 + '[' -f /tmp/packages_start.txt ']' 17:31:17 + '[' -f /tmp/packages_end.txt ']' 17:31:17 + diff /tmp/packages_start.txt /tmp/packages_end.txt 17:31:17 + '[' /w/workspace/gexfoundry_device-sdk-go_PR-1455 ']' 17:31:17 + mkdir -p /w/workspace/gexfoundry_device-sdk-go_PR-1455/archives/ 17:31:17 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/gexfoundry_device-sdk-go_PR-1455/archives/ [Pipeline] echo 17:31:17 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-1455/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 17:31:17 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:31:18 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 17:31:18 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 17:31:18 prd-ubuntu20.04-docker-8c-8g-14916 does not seem to be running inside a container 17:31:18 $ 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-1455/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-1455 -v /w/workspace/gexfoundry_device-sdk-go_PR-1455:/w/workspace/gexfoundry_device-sdk-go_PR-1455:rw,z -v /w/workspace/gexfoundry_device-sdk-go_PR-1455@tmp:/w/workspace/gexfoundry_device-sdk-go_PR-1455@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 17:31:18 $ docker top 7ca5ce4c091d68e270cacf01cc561db5967b86bc9cf8fe443f27ff25370b1c90 -eo pid,comm [Pipeline] { [Pipeline] sh 17:31:18 + touch /tmp/pre-build-complete [Pipeline] sh 17:31:19 + mkdir -p /var/log/sysstat [Pipeline] sh 17:31:19 + ls /var/log/sa-host 17:31:19 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 17:31:19 provisioning config files... 17:31:19 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/gexfoundry_device-sdk-go_PR-1455@tmp/config12196208299833929783tmp [Pipeline] { [Pipeline] echo 17:31:19 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 17:31:20 ---> create-netrc.sh [Pipeline] } 17:31:20 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 17:31:20 ---> python-tools-install.sh [Pipeline] echo 17:31:20 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 17:31:20 ---> sudo-logs.sh 17:31:20 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 17:31:21 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 17:31:21 ---> job-cost.sh 17:31:21 lf-activate-venv: SKIPPING 17:31:21 DEBUG: total: 0.2199999988079071 17:31:21 INFO: Retrieving Stack Cost... 17:31:21 INFO: Retrieving Pricing Info for: v3-standard-8 17:31:22 INFO: Archiving Costs [Pipeline] echo 17:31:22 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 17:31:22 ---> logs-deploy.sh 17:31:22 lf-activate-venv: SKIPPING 17:31:22 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/PR-1455/1 17:31:22 INFO: archiving workspace using pattern(s): 17:31:23 Archives upload complete. 17:31:23 INFO: archiving logs to Nexus 17:31:24 ---> uname -a: 17:31:24 Linux prd-ubuntu20-04-docker-8c-8g-14916 5.4.0-126-generic #142-Ubuntu SMP Fri Aug 26 12:12:57 UTC 2022 x86_64 GNU/Linux 17:31:24 17:31:24 17:31:24 ---> lscpu: 17:31:24 Architecture: x86_64 17:31:24 CPU op-mode(s): 32-bit, 64-bit 17:31:24 Byte Order: Little Endian 17:31:24 Address sizes: 40 bits physical, 48 bits virtual 17:31:24 CPU(s): 8 17:31:24 On-line CPU(s) list: 0-7 17:31:24 Thread(s) per core: 1 17:31:24 Core(s) per socket: 1 17:31:24 Socket(s): 8 17:31:24 NUMA node(s): 1 17:31:24 Vendor ID: AuthenticAMD 17:31:24 CPU family: 23 17:31:24 Model: 49 17:31:24 Model name: AMD EPYC-Rome Processor 17:31:24 Stepping: 0 17:31:24 CPU MHz: 2799.998 17:31:24 BogoMIPS: 5599.99 17:31:24 Virtualization: AMD-V 17:31:24 Hypervisor vendor: KVM 17:31:24 Virtualization type: full 17:31:24 L1d cache: 256 KiB 17:31:24 L1i cache: 256 KiB 17:31:24 L2 cache: 4 MiB 17:31:24 L3 cache: 128 MiB 17:31:24 NUMA node0 CPU(s): 0-7 17:31:24 Vulnerability Itlb multihit: Not affected 17:31:24 Vulnerability L1tf: Not affected 17:31:24 Vulnerability Mds: Not affected 17:31:24 Vulnerability Meltdown: Not affected 17:31:24 Vulnerability Mmio stale data: Not affected 17:31:24 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 17:31:24 Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization 17:31:24 Vulnerability Spectre v2: Mitigation; Retpolines, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling 17:31:24 Vulnerability Srbds: Not affected 17:31:24 Vulnerability Tsx async abort: Not affected 17:31:24 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 17:31:24 17:31:24 17:31:24 ---> nproc: 17:31:24 8 17:31:24 17:31:24 17:31:24 ---> df -h: 17:31:24 Filesystem Size Used Avail Use% Mounted on 17:31:24 overlay 155G 12G 144G 8% / 17:31:24 tmpfs 64M 0 64M 0% /dev 17:31:24 tmpfs 16G 0 16G 0% /sys/fs/cgroup 17:31:24 shm 64M 0 64M 0% /dev/shm 17:31:24 /dev/vda1 155G 12G 144G 8% /facter-os 17:31:24 17:31:24