Pull request #1458 opened Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 3ebbb05d354b9cd2b4a54aa868562ed756c2fb74+18bdfa4300a1cbb146f35f15047514081a18ddfa (b1318cfc7fe0e05e5116820b8393ec556fb59040) 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-ssh12844083805082402596.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-ssh3716574304913058792.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-1458/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-1458/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh13227616725963364928.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-1458/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh8578068916917887404.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-ssh10986603107186152807.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-1458/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-1458/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh9427429365853580097.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-15499 in /w/workspace/gexfoundry_device-sdk-go_PR-1458 [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-1458 # 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 Merging remotes/origin/main commit 18bdfa4300a1cbb146f35f15047514081a18ddfa into PR head commit 3ebbb05d354b9cd2b4a54aa868562ed756c2fb74 Merge succeeded, producing 3ebbb05d354b9cd2b4a54aa868562ed756c2fb74 Checking out Revision 3ebbb05d354b9cd2b4a54aa868562ed756c2fb74 (PR-1458) Commit message: "build(deps): bump github.com/edgexfoundry/go-mod-bootstrap/v3" 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 > 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/1458/head:refs/remotes/origin/PR-1458 +refs/heads/main:refs/remotes/origin/main # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 3ebbb05d354b9cd2b4a54aa868562ed756c2fb74 # 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 18bdfa4300a1cbb146f35f15047514081a18ddfa # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 3ebbb05d354b9cd2b4a54aa868562ed756c2fb74 # timeout=10 [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 04:59:57 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 04:59:57 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 04:59:57 ========================================================= 04:59:57 EdgeX Global Pipelines Version Info 04:59:57 ========================================================= [Pipeline] libraryResource [Pipeline] sh 04:59:58 ------------------- 04:59:58 stable info: 04:59:58 ------------------- 04:59:58 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 04:59:58 Commit SHA: 4fc256d9079ed2258907e613f84b1b8da264a4bd 04:59:58 Message: update stable to v1.0.249 04:59:59 ------------------- 04:59:59 experimental info: 04:59:59 ------------------- 04:59:59 Commited By: **** collab-it+edgex@linuxfoundation.org 04:59:59 Commit SHA: 4fc256d9079ed2258907e613f84b1b8da264a4bd 04:59:59 Message: update experimental to v1.0.249 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 04:59:59 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-go-settings [Pipeline] echo 04:59:59 [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-go [Pipeline] echo 04:59:59 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 04:59:59 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 04:59:59 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 04:59:59 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.20 [Pipeline] echo 04:59:59 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 04:59:59 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = example/cmd/device-simple/Dockerfile [Pipeline] echo 04:59:59 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 04:59:59 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 04:59:59 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 04:59:59 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-sdk-simple [Pipeline] echo 04:59:59 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 04:59:59 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 04:59:59 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 05:00:00 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 05:00:00 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 05:00:00 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 05:00:00 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 05:00:00 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 05:00:00 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 05:00:00 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v3 [Pipeline] echo 05:00:00 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 05:00:00 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 05:00:00 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 05:00:00 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 05:00:00 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 05:00:00 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-1458 [Pipeline] echo 05:00:00 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-1458 [Pipeline] echo 05:00:00 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-1458 [Pipeline] echo 05:00:00 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 3ebbb05d354b9cd2b4a54aa868562ed756c2fb74 [Pipeline] echo 05:00:00 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 3ebbb05 [Pipeline] echo 05:00:00 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 05:00:00 provisioning config files... 05:00:00 copy managed file [device-sdk-go-settings] to file:/w/workspace/gexfoundry_device-sdk-go_PR-1458@tmp/config10308566262981569374tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 05:00:01 ---> docker-login.sh 05:00:01 nexus3.edgexfoundry.org:10001 05:00:01 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:00:01 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:00:01 Configure a credential helper to remove this warning. See 05:00:01 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:00:01 05:00:01 Login Succeeded 05:00:01 nexus3.edgexfoundry.org:10002 05:00:01 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:00:01 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:00:01 Configure a credential helper to remove this warning. See 05:00:01 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:00:01 05:00:01 Login Succeeded 05:00:01 nexus3.edgexfoundry.org:10003 05:00:01 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:00:02 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:00:02 Configure a credential helper to remove this warning. See 05:00:02 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:00:02 05:00:02 Login Succeeded 05:00:02 nexus3.edgexfoundry.org:10004 05:00:02 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:00:02 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:00:02 Configure a credential helper to remove this warning. See 05:00:02 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:00:02 05:00:02 Login Succeeded 05:00:02 docker.io 05:00:02 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:00:04 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:00:04 Configure a credential helper to remove this warning. See 05:00:04 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:00:04 05:00:04 Login Succeeded 05:00:04 ---> docker-login.sh ends [Pipeline] } 05:00:04 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh 05:00:05 + git rev-list -1 --merges 3ebbb05d354b9cd2b4a54aa868562ed756c2fb74~1..3ebbb05d354b9cd2b4a54aa868562ed756c2fb74 [Pipeline] echo 05:00:05 -----------> git rev-list -1 --merges 3ebbb05d354b9cd2b4a54aa868562ed756c2fb74~1..3ebbb05d354b9cd2b4a54aa868562ed756c2fb74 3ebbb05d354b9cd2b4a54aa868562ed756c2fb74 [false] [Pipeline] sh 05:00:05 + git log --format=format:%s -1 3ebbb05d354b9cd2b4a54aa868562ed756c2fb74 [Pipeline] echo 05:00:05 ========================================================= 05:00:05 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 05:00:05 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 05:00:06 + git log --format=format:%s -1 3ebbb05d354b9cd2b4a54aa868562ed756c2fb74 [Pipeline] echo 05:00:06 [semverPrep] GIT_COMMIT: 3ebbb05d354b9cd2b4a54aa868562ed756c2fb74, Commit Message: build(deps): bump github.com/edgexfoundry/go-mod-bootstrap/v3 [Pipeline] echo 05:00:06 [semverPrep] This is not a build commit. [Pipeline] sh 05:00:06 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 05:00:06 + grep -v github /etc/ssh/ssh_known_hosts 05:00:06 + [ -e /tmp/ssh_known_hosts ] 05:00:06 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 05:00:06 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 05:00:06 + sudo tee -a /etc/ssh/ssh_known_hosts 05:00:06 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:00:07 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 05:00:07 05:00:07 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:00:07 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 05:00:07 0.1.4: Pulling from edgex-devops/py-git-semver 05:00:07 b85a868b505f: Pulling fs layer 05:00:07 e2be974225ed: Pulling fs layer 05:00:07 339a4e72a1f5: Pulling fs layer 05:00:07 988bab9f4d93: Pulling fs layer 05:00:07 1469e6f7b9e6: Pulling fs layer 05:00:07 eaf3925da568: Pulling fs layer 05:00:07 bab4dde63d76: Pulling fs layer 05:00:07 bde34c3a00c8: Pulling fs layer 05:00:07 b352a97aabf1: Pulling fs layer 05:00:07 4872d77fe225: Pulling fs layer 05:00:07 5851b861e8e6: Pulling fs layer 05:00:07 bab4dde63d76: Waiting 05:00:07 b352a97aabf1: Waiting 05:00:07 1469e6f7b9e6: Waiting 05:00:07 988bab9f4d93: Waiting 05:00:07 5851b861e8e6: Waiting 05:00:07 eaf3925da568: Waiting 05:00:07 e2be974225ed: Verifying Checksum 05:00:07 e2be974225ed: Download complete 05:00:07 988bab9f4d93: Download complete 05:00:07 339a4e72a1f5: Verifying Checksum 05:00:07 339a4e72a1f5: Download complete 05:00:07 1469e6f7b9e6: Verifying Checksum 05:00:07 1469e6f7b9e6: Download complete 05:00:07 eaf3925da568: Verifying Checksum 05:00:07 eaf3925da568: Download complete 05:00:07 bde34c3a00c8: Download complete 05:00:07 b352a97aabf1: Download complete 05:00:07 4872d77fe225: Verifying Checksum 05:00:07 4872d77fe225: Download complete 05:00:07 5851b861e8e6: Verifying Checksum 05:00:07 5851b861e8e6: Download complete 05:00:07 b85a868b505f: Verifying Checksum 05:00:07 b85a868b505f: Download complete 05:00:08 bab4dde63d76: Verifying Checksum 05:00:08 bab4dde63d76: Download complete 05:00:09 b85a868b505f: Pull complete 05:00:09 e2be974225ed: Pull complete 05:00:09 339a4e72a1f5: Pull complete 05:00:09 988bab9f4d93: Pull complete 05:00:10 1469e6f7b9e6: Pull complete 05:00:10 eaf3925da568: Pull complete 05:00:11 bab4dde63d76: Pull complete 05:00:12 bde34c3a00c8: Pull complete 05:00:12 b352a97aabf1: Pull complete 05:00:12 4872d77fe225: Pull complete 05:00:12 5851b861e8e6: Pull complete 05:00:12 Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 05:00:12 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 05:00:12 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 05:00:13 prd-ubuntu20.04-docker-8c-8g-15499 does not seem to be running inside a container 05:00:13 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_device-sdk-go_PR-1458 -v /w/workspace/gexfoundry_device-sdk-go_PR-1458:/w/workspace/gexfoundry_device-sdk-go_PR-1458:rw,z -v /w/workspace/gexfoundry_device-sdk-go_PR-1458@tmp:/w/workspace/gexfoundry_device-sdk-go_PR-1458@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 05:00:16 $ docker top fc94fc786570fe8a1d92e53dc58507a6f10364189865cd537884066ce9b5caa4 -eo pid,comm 05:00:16 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). 05:00:16 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 05:00:16 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 05:00:16 [ssh-agent] Looking for ssh-agent implementation... 05:00:16 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 05:00:16 $ docker exec fc94fc786570fe8a1d92e53dc58507a6f10364189865cd537884066ce9b5caa4 ssh-agent 05:00:17 SSH_AUTH_SOCK=/tmp/ssh-g5gsquWc7oxV/agent.32 05:00:17 SSH_AGENT_PID=38 05:00:17 Running ssh-add (command line suppressed) 05:00:17 Identity added: /w/workspace/gexfoundry_device-sdk-go_PR-1458@tmp/private_key_8716108566190092991.key (/w/workspace/gexfoundry_device-sdk-go_PR-1458@tmp/private_key_8716108566190092991.key) 05:00:17 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 05:00:17 + git tag --points-at HEAD [Pipeline] } 05:00:17 $ docker exec --env ******** --env ******** fc94fc786570fe8a1d92e53dc58507a6f10364189865cd537884066ce9b5caa4 ssh-agent -k 05:00:17 unset SSH_AUTH_SOCK; 05:00:17 unset SSH_AGENT_PID; 05:00:17 echo Agent pid 38 killed; 05:00:17 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 05:00:17 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 05:00:17 [ssh-agent] Looking for ssh-agent implementation... 05:00:17 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 05:00:17 $ docker exec fc94fc786570fe8a1d92e53dc58507a6f10364189865cd537884066ce9b5caa4 ssh-agent 05:00:18 SSH_AUTH_SOCK=/tmp/ssh-LsLLXqpGusDY/agent.70 05:00:18 SSH_AGENT_PID=76 05:00:18 Running ssh-add (command line suppressed) 05:00:18 Identity added: /w/workspace/gexfoundry_device-sdk-go_PR-1458@tmp/private_key_15207625513187513767.key (/w/workspace/gexfoundry_device-sdk-go_PR-1458@tmp/private_key_15207625513187513767.key) 05:00:18 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 05:00:18 + git semver init 05:00:18 2023-05-16 05:00:18,665 [run_init] DEBUG init version:0.0.0 force:False 05:00:18 2023-05-16 05:00:18,666 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/gexfoundry_device-sdk-go_PR-1458/.semver 05:00:18 2023-05-16 05:00:18,666 [execute] INFO git clone -b semver git@github.com:edgexfoundry/device-sdk-go.git /w/workspace/gexfoundry_device-sdk-go_PR-1458/.semver 05:00:18 2023-05-16 05:00:18,666 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/device-sdk-go.git', '/w/workspace/gexfoundry_device-sdk-go_PR-1458/.semver'], cwd=/w/workspace/gexfoundry_device-sdk-go_PR-1458, universal_newlines=False, shell=None, istream=None) 05:00:19 2023-05-16 05:00:19,542 [append_file] DEBUG append to file:/w/workspace/gexfoundry_device-sdk-go_PR-1458/.git/info/exclude 05:00:19 2023-05-16 05:00:19,543 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/gexfoundry_device-sdk-go_PR-1458/.semver/PR-1458 with force:False 05:00:19 2023-05-16 05:00:19,543 [write_file] DEBUG write to file:/w/workspace/gexfoundry_device-sdk-go_PR-1458/.semver/PR-1458 05:00:19 2023-05-16 05:00:19,547 [execute] INFO git cat-file --batch-check 05:00:19 2023-05-16 05:00:19,548 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/gexfoundry_device-sdk-go_PR-1458/.semver, universal_newlines=False, shell=None, istream=) 05:00:19 2023-05-16 05:00:19,554 [execute] INFO git cat-file --batch 05:00:19 2023-05-16 05:00:19,554 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/gexfoundry_device-sdk-go_PR-1458/.semver, universal_newlines=False, shell=None, istream=) 05:00:19 2023-05-16 05:00:19,559 [read_version] DEBUG read version from /w/workspace/gexfoundry_device-sdk-go_PR-1458/.semver/PR-1458 05:00:19 0.0.0 [Pipeline] } 05:00:19 $ docker exec --env ******** --env ******** fc94fc786570fe8a1d92e53dc58507a6f10364189865cd537884066ce9b5caa4 ssh-agent -k 05:00:19 unset SSH_AUTH_SOCK; 05:00:19 unset SSH_AGENT_PID; 05:00:19 echo Agent pid 76 killed; 05:00:19 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 05:00:20 + git semver [Pipeline] } 05:00:20 $ docker stop --time=1 fc94fc786570fe8a1d92e53dc58507a6f10364189865cd537884066ce9b5caa4 05:00:21 $ docker rm -f --volumes fc94fc786570fe8a1d92e53dc58507a6f10364189865cd537884066ce9b5caa4 [Pipeline] // withDockerContainer [Pipeline] sh 05:00:22 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 05:00:22 Stashed 1 file(s) [Pipeline] echo 05:00:22 [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 05:00:23 provisioning config files... 05:00:23 copy managed file [device-sdk-go-settings] to file:/w/workspace/gexfoundry_device-sdk-go_PR-1458@tmp/config1155648689322777955tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 05:00:23 ---> docker-login.sh 05:00:23 nexus3.edgexfoundry.org:10001 05:00:23 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:00:23 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:00:23 Configure a credential helper to remove this warning. See 05:00:23 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:00:23 05:00:23 Login Succeeded 05:00:23 nexus3.edgexfoundry.org:10002 05:00:23 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:00:23 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:00:23 Configure a credential helper to remove this warning. See 05:00:23 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:00:23 05:00:23 Login Succeeded 05:00:23 nexus3.edgexfoundry.org:10003 05:00:23 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:00:23 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:00:23 Configure a credential helper to remove this warning. See 05:00:23 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:00:23 05:00:23 Login Succeeded 05:00:23 nexus3.edgexfoundry.org:10004 05:00:23 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:00:23 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:00:23 Configure a credential helper to remove this warning. See 05:00:23 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:00:23 05:00:23 Login Succeeded 05:00:23 docker.io 05:00:23 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:00:24 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:00:24 Configure a credential helper to remove this warning. See 05:00:24 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:00:24 05:00:24 Login Succeeded 05:00:24 ---> docker-login.sh ends [Pipeline] } 05:00:24 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 05:00:24 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 05:00:24 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 05:00:24 ========================================================= 05:00:24 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine] 05:00:24 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:00:24 + 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 . 05:00:24 Sending build context to Docker daemon 11.17MB 05:00:24 Step 1/10 : ARG BASE=golang:1.20-alpine3.17 05:00:24 Step 2/10 : FROM ${BASE} AS builder 05:00:24 1.20-alpine: Pulling from edgex-devops/edgex-golang-base 05:00:24 f56be85fc22e: Pulling fs layer 05:00:24 85791d961cd3: Pulling fs layer 05:00:24 d694b5ae8c79: Pulling fs layer 05:00:24 9f32a84ed3da: Pulling fs layer 05:00:24 4d19c01a9841: Pulling fs layer 05:00:24 9f32a84ed3da: Waiting 05:00:24 9325e15d5711: Pulling fs layer 05:00:24 556b6ee489ea: Pulling fs layer 05:00:24 c5a4b2cf53e6: Pulling fs layer 05:00:24 4d19c01a9841: Waiting 05:00:24 9325e15d5711: Waiting 05:00:24 556b6ee489ea: Waiting 05:00:24 c5a4b2cf53e6: Waiting 05:00:24 85791d961cd3: Download complete 05:00:25 9f32a84ed3da: Verifying Checksum 05:00:25 9f32a84ed3da: Download complete 05:00:25 4d19c01a9841: Verifying Checksum 05:00:25 4d19c01a9841: Download complete 05:00:25 f56be85fc22e: Verifying Checksum 05:00:25 f56be85fc22e: Download complete 05:00:25 9325e15d5711: Verifying Checksum 05:00:25 9325e15d5711: Download complete 05:00:25 f56be85fc22e: Pull complete 05:00:25 85791d961cd3: Pull complete 05:00:25 c5a4b2cf53e6: Verifying Checksum 05:00:25 c5a4b2cf53e6: Download complete 05:00:25 d694b5ae8c79: Verifying Checksum 05:00:25 d694b5ae8c79: Download complete 05:00:25 556b6ee489ea: Verifying Checksum 05:00:25 556b6ee489ea: Download complete 05:00:29 d694b5ae8c79: Pull complete 05:00:29 9f32a84ed3da: Pull complete 05:00:29 4d19c01a9841: Pull complete 05:00:29 9325e15d5711: Pull complete 05:00:31 556b6ee489ea: Pull complete 05:00:32 c5a4b2cf53e6: Pull complete 05:00:32 Digest: sha256:cdb650785bd12602035d3ff87499385c169773a4d12d6eaf394b34464d3a0f2b 05:00:32 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine 05:00:32 ---> c4be618373d6 05:00:32 Step 3/10 : ARG MAKE=make build 05:00:36 ---> Running in 193dcd84faa9 05:00:37 Removing intermediate container 193dcd84faa9 05:00:37 ---> f79f0ffeec44 05:00:37 Step 4/10 : WORKDIR /device-sdk-go 05:00:37 ---> Running in 4d6d85ff3052 05:00:37 Removing intermediate container 4d6d85ff3052 05:00:37 ---> 24d600b046e7 05:00:37 Step 5/10 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' 05:00:37 ---> Running in b429707cf65b 05:00:37 Removing intermediate container b429707cf65b 05:00:37 ---> 67966792c143 05:00:37 Step 6/10 : RUN apk add --update --no-cache make git 05:00:37 ---> Running in bf32bdae8949 05:00:37 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 05:00:37 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 05:00:38 Still waiting to schedule task 05:00:38 All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline 05:00:38 OK: 265 MiB in 53 packages 05:00:38 Removing intermediate container bf32bdae8949 05:00:38 ---> 16579262a6ff 05:00:38 Step 7/10 : COPY go.mod vendor* ./ 05:00:38 ---> 817f417222cb 05:00:38 Step 8/10 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 05:00:38 ---> Running in 5fe11dd99942 05:01:25 Removing intermediate container 5fe11dd99942 05:01:25 ---> a243a0ce2da6 05:01:25 Step 9/10 : COPY . . 05:01:25 ---> 6b0180dba6f2 05:01:25 Step 10/10 : RUN ${MAKE} 05:01:25 ---> Running in 5e7b34630825 05:01:25 noop 05:01:25 Removing intermediate container 5e7b34630825 05:01:25 ---> ac3b762e81d5 05:01:25 Successfully built ac3b762e81d5 05:01:25 Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:01:25 + docker inspect -f . ci-base-image-x86_64 05:01:25 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 05:01:26 prd-ubuntu20.04-docker-8c-8g-15499 does not seem to be running inside a container 05:01:26 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/gexfoundry_device-sdk-go_PR-1458 -v /w/workspace/gexfoundry_device-sdk-go_PR-1458:/w/workspace/gexfoundry_device-sdk-go_PR-1458:rw,z -v /w/workspace/gexfoundry_device-sdk-go_PR-1458@tmp:/w/workspace/gexfoundry_device-sdk-go_PR-1458@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 05:01:26 $ docker top 2f12355e160aeb474c06d5d6f2f2eb9ed61284a5cf88002017678218b6c4589d -eo pid,comm [Pipeline] { [Pipeline] sh 05:01:26 + go version 05:01:26 go version go1.20.2 linux/amd64 [Pipeline] } 05:01:26 $ docker stop --time=1 2f12355e160aeb474c06d5d6f2f2eb9ed61284a5cf88002017678218b6c4589d 05:01:28 $ docker rm -f --volumes 2f12355e160aeb474c06d5d6f2f2eb9ed61284a5cf88002017678218b6c4589d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:01:28 + docker inspect -f . ci-base-image-x86_64 05:01:28 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 05:01:29 prd-ubuntu20.04-docker-8c-8g-15499 does not seem to be running inside a container 05:01:29 $ 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-1458 -v /w/workspace/gexfoundry_device-sdk-go_PR-1458:/w/workspace/gexfoundry_device-sdk-go_PR-1458:rw,z -v /w/workspace/gexfoundry_device-sdk-go_PR-1458@tmp:/w/workspace/gexfoundry_device-sdk-go_PR-1458@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 05:01:29 $ docker top 0fc2b0fdc7aaf778d645d195098f1fe1f1f65407e1600660c1248efea0973dac -eo pid,comm [Pipeline] { [Pipeline] sh 05:01:29 + git config --global --add safe.directory /w/workspace/gexfoundry_device-sdk-go_PR-1458 [Pipeline] fileExists [Pipeline] sh 05:01:30 + make test 05:01:30 go test -race -coverprofile=coverage.out ./... 05:01:36 ? github.com/edgexfoundry/device-sdk-go/v3 [no test files] 05:01:51 ? github.com/edgexfoundry/device-sdk-go/v3/example/cmd/device-simple [no test files] 05:01:51 ? github.com/edgexfoundry/device-sdk-go/v3/example/config [no test files] 05:01:51 ? github.com/edgexfoundry/device-sdk-go/v3/example/driver [no test files] 05:01:51 ? github.com/edgexfoundry/device-sdk-go/v3/internal/application [no test files] 05:01:51 ? github.com/edgexfoundry/device-sdk-go/v3/internal/autodiscovery [no test files] 05:01:51 ok github.com/edgexfoundry/device-sdk-go/v3/internal/autoevent 0.068s coverage: 27.6% of statements 05:01:51 ok github.com/edgexfoundry/device-sdk-go/v3/internal/cache 0.061s coverage: 80.2% of statements 05:01:51 ? github.com/edgexfoundry/device-sdk-go/v3/internal/config [no test files] 05:01:51 ? github.com/edgexfoundry/device-sdk-go/v3/internal/container [no test files] 05:01:52 ok github.com/edgexfoundry/device-sdk-go/v3/internal/common 0.085s coverage: 86.0% of statements 05:01:53 ? github.com/edgexfoundry/device-sdk-go/v3/internal/controller/http/correlation [no test files] 05:01:53 ? github.com/edgexfoundry/device-sdk-go/v3/internal/provision [no test files] 05:01:53 ok github.com/edgexfoundry/device-sdk-go/v3/internal/controller/http 0.139s coverage: 77.5% of statements 05:01:53 ? github.com/edgexfoundry/device-sdk-go/v3/pkg/interfaces [no test files] 05:01:53 ? github.com/edgexfoundry/device-sdk-go/v3/pkg/interfaces/mocks [no test files] 05:01:54 ? github.com/edgexfoundry/device-sdk-go/v3/pkg/startup [no test files] 05:01:56 ok github.com/edgexfoundry/device-sdk-go/v3/internal/controller/messaging 3.067s coverage: 14.3% of statements 05:01:56 ok github.com/edgexfoundry/device-sdk-go/v3/internal/transformer 0.073s coverage: 68.5% of statements 05:01:56 ok github.com/edgexfoundry/device-sdk-go/v3/pkg/models 0.109s coverage: 89.2% of statements 05:01:56 ok github.com/edgexfoundry/device-sdk-go/v3/pkg/service 0.065s coverage: 5.7% of statements 05:02:17 Running on prd-ubuntu20.04-docker-arm64-4c-16g-15501 in /w/workspace/gexfoundry_device-sdk-go_PR-1458 [Pipeline] { [Pipeline] ws 05:02:17 Running in /w/workspace/device-sdk-go/1 [Pipeline] { [Pipeline] checkout 05:02:17 The recommended git tool is: git 05:02:18 GO111MODULE=on go vet ./... 05:02:21 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 05:02:21 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 05:02:21 ./bin/test-attribution-txt.sh [Pipeline] echo 05:02:21 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 05:02:21 $ docker stop --time=1 0fc2b0fdc7aaf778d645d195098f1fe1f1f65407e1600660c1248efea0973dac 05:02:23 using credential edgex-jenkins-ssh 05:02:23 Cloning the remote Git repository 05:02:23 Cloning repository git@github.com:edgexfoundry/device-sdk-go.git 05:02:23 > git init /w/workspace/device-sdk-go/1 # timeout=10 05:02:23 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 05:02:23 > git --version # timeout=10 05:02:23 > git --version # 'git version 2.25.1' 05:02:23 using GIT_SSH to set credentials SSH Credentials for GitHub 05:02:23 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 05:02:25 $ docker rm -f --volumes 0fc2b0fdc7aaf778d645d195098f1fe1f1f65407e1600660c1248efea0973dac [Pipeline] // withDockerContainer [Pipeline] sh 05:02:26 + sudo chown -R jenkins:jenkins . [Pipeline] stash 05:02:26 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 05:02:26 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 05:02:26 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 05:02:26 + sudo chown -R jenkins:jenkins . [Pipeline] sh 05:02:27 + ls -al . 05:02:27 total 272 05:02:27 drwxrwxr-x 11 jenkins jenkins 4096 May 16 05:01 . 05:02:27 drwxrwxr-x 4 jenkins jenkins 4096 May 16 04:59 .. 05:02:27 -rw-rw-r-- 1 jenkins jenkins 140 May 16 04:59 .dockerignore 05:02:27 drwxrwxr-x 8 jenkins jenkins 4096 May 16 05:00 .git 05:02:27 drwxrwxr-x 2 jenkins jenkins 4096 May 16 04:59 .github 05:02:27 -rw-rw-r-- 1 jenkins jenkins 137 May 16 04:59 .gitignore 05:02:27 -rw-rw-r-- 1 jenkins jenkins 42 May 16 04:59 .golangci.yml 05:02:27 drwxr-xr-x 3 jenkins jenkins 4096 May 16 05:00 .semver 05:02:27 -rw-rw-r-- 1 jenkins jenkins 31677 May 16 04:59 CHANGELOG.md 05:02:27 -rw-rw-r-- 1 jenkins jenkins 677 May 16 04:59 GOVERNANCE.md 05:02:27 -rw-rw-r-- 1 jenkins jenkins 885 May 16 04:59 Jenkinsfile 05:02:27 -rw-rw-r-- 1 jenkins jenkins 11341 May 16 04:59 LICENSE 05:02:27 -rw-rw-r-- 1 jenkins jenkins 1714 May 16 04:59 Makefile 05:02:27 -rw-rw-r-- 1 jenkins jenkins 619 May 16 04:59 OWNERS.md 05:02:27 -rw-rw-r-- 1 jenkins jenkins 4891 May 16 04:59 README.md 05:02:27 -rw-rw-r-- 1 jenkins jenkins 5 May 16 05:00 VERSION 05:02:27 drwxrwxr-x 2 jenkins jenkins 4096 May 16 04:59 bin 05:02:27 -rw-r--r-- 1 jenkins jenkins 106151 May 16 05:01 coverage.out 05:02:27 drwxrwxr-x 5 jenkins jenkins 4096 May 16 04:59 example 05:02:27 -rw-rw-r-- 1 jenkins jenkins 3234 May 16 04:59 go.mod 05:02:27 -rw-rw-r-- 1 jenkins jenkins 30781 May 16 04:59 go.sum 05:02:27 drwxrwxr-x 12 jenkins jenkins 4096 May 16 04:59 internal 05:02:27 drwxrwxr-x 3 jenkins jenkins 4096 May 16 04:59 openapi 05:02:27 drwxrwxr-x 6 jenkins jenkins 4096 May 16 04:59 pkg 05:02:27 drwxrwxr-x 4 jenkins jenkins 4096 May 16 04:59 snap 05:02:27 -rw-rw-r-- 1 jenkins jenkins 222 May 16 04:59 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:02:27 Merging remotes/origin/main commit 18bdfa4300a1cbb146f35f15047514081a18ddfa into PR head commit 3ebbb05d354b9cd2b4a54aa868562ed756c2fb74 05:02:27 + 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=3ebbb05d354b9cd2b4a54aa868562ed756c2fb74 --label arch=amd64 --label version=0.0.0 . 05:02:27 Sending build context to Docker daemon 11.27MB 05:02:27 Step 1/23 : ARG BASE=golang:1.20-alpine3.17 05:02:27 Step 2/23 : FROM ${BASE} AS builder 05:02:27 ---> ac3b762e81d5 05:02:27 Step 3/23 : ARG MAKE=make build 05:02:27 ---> Running in 9160a96784b0 05:02:27 Removing intermediate container 9160a96784b0 05:02:27 ---> bd4a884123c0 05:02:27 Step 4/23 : WORKDIR /device-sdk-go 05:02:27 ---> Running in c8cedabb7648 05:02:27 Merge succeeded, producing 3ebbb05d354b9cd2b4a54aa868562ed756c2fb74 05:02:27 Checking out Revision 3ebbb05d354b9cd2b4a54aa868562ed756c2fb74 (PR-1458) 05:02:28 Removing intermediate container c8cedabb7648 05:02:28 ---> 202f896717ef 05:02:28 Step 5/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' 05:02:28 ---> Running in f39274cd92cd 05:02:28 Removing intermediate container f39274cd92cd 05:02:28 ---> 5e7ab44d60f0 05:02:28 Step 6/23 : RUN apk add --update --no-cache make git 05:02:28 ---> Running in 3913f9c54f2e 05:02:26 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 05:02:27 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 05:02:27 using GIT_SSH to set credentials SSH Credentials for GitHub 05:02:27 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/1458/head:refs/remotes/origin/PR-1458 +refs/heads/main:refs/remotes/origin/main # timeout=10 05:02:27 > git config core.sparsecheckout # timeout=10 05:02:27 > git checkout -f 3ebbb05d354b9cd2b4a54aa868562ed756c2fb74 # timeout=10 05:02:27 > git remote # timeout=10 05:02:27 > git config --get remote.origin.url # timeout=10 05:02:27 using GIT_SSH to set credentials SSH Credentials for GitHub 05:02:27 > git merge 18bdfa4300a1cbb146f35f15047514081a18ddfa # timeout=10 05:02:27 > git rev-parse HEAD^{commit} # timeout=10 05:02:27 > git config core.sparsecheckout # timeout=10 05:02:27 > git checkout -f 3ebbb05d354b9cd2b4a54aa868562ed756c2fb74 # timeout=10 05:02:28 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 05:02:28 Commit message: "build(deps): bump github.com/edgexfoundry/go-mod-bootstrap/v3" 05:02:28 > git --version # timeout=10 05:02:28 > git --version # 'git version 2.25.1' 05:02:28 fatal: bad object 4fc256d9079ed2258907e613f84b1b8da264a4bd 05:02:28 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 05:02:28 OK: 265 MiB in 53 packages [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { 05:02:29 Removing intermediate container 3913f9c54f2e 05:02:29 ---> 978eb3bae36f 05:02:29 Step 7/23 : COPY go.mod vendor* ./ [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 05:02:29 ---> 89a5ca307a52 05:02:29 Step 8/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 05:02:29 ---> Running in f8d67bdbd9f4 05:02:29 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 05:02:29 % Total % Received % Xferd Average Speed Time Time Time Current 05:02:29 Dload Upload Total Spent Left Speed 05:02:29 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 77750 0 --:--:-- --:--:-- --:--:-- 77750 05:02:29 Removing intermediate container f8d67bdbd9f4 05:02:29 ---> e57e393abb51 05:02:29 Step 9/23 : COPY . . [Pipeline] sh 05:02:30 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 05:02:30 ---> 81835700fade 05:02:30 Step 10/23 : RUN ${MAKE} 05:02:30 ---> Running in 973481ae037e 05:02:30 + sudo tee /etc/docker/daemon.new 05:02:30 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 05:02:30 { 05:02:30 "registry-mirrors": [ 05:02:30 "https://nexus3.edgexfoundry.org:10001" 05:02:30 ], 05:02:30 "bip": "10.250.0.254/24", 05:02:30 "hosts": [ 05:02:30 "tcp://0.0.0.0:5555", 05:02:30 "unix:///var/run/docker.sock" 05:02:30 ], 05:02:30 "mtu": 1458, 05:02:30 "selinux-enabled": true, 05:02:30 "seccomp-profile": "/etc/docker/seccomp.json" 05:02:30 } [Pipeline] sh 05:02:31 CGO_ENABLED=0 go build -ldflags "-X github.com/edgexfoundry/device-sdk-go/v3.Version=0.0.0" -trimpath -mod=readonly -o example/cmd/device-simple/device-simple ./example/cmd/device-simple 05:02:31 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 05:02:31 + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 05:02:49 provisioning config files... 05:02:49 copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/1@tmp/config7551757661444548148tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 05:02:50 ---> docker-login.sh 05:02:50 nexus3.edgexfoundry.org:10001 05:02:50 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:02:50 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:02:50 Configure a credential helper to remove this warning. See 05:02:50 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:02:50 05:02:50 Login Succeeded 05:02:50 nexus3.edgexfoundry.org:10002 05:02:51 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:02:51 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:02:51 Configure a credential helper to remove this warning. See 05:02:51 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:02:51 05:02:51 Login Succeeded 05:02:51 nexus3.edgexfoundry.org:10003 05:02:51 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:02:51 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:02:51 Configure a credential helper to remove this warning. See 05:02:51 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:02:51 05:02:51 Login Succeeded 05:02:51 nexus3.edgexfoundry.org:10004 05:02:51 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:02:51 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:02:51 Configure a credential helper to remove this warning. See 05:02:51 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:02:51 05:02:51 Login Succeeded 05:02:51 docker.io 05:02:52 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:02:52 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:02:52 Configure a credential helper to remove this warning. See 05:02:52 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:02:52 05:02:52 Login Succeeded 05:02:52 ---> docker-login.sh ends [Pipeline] } 05:02:52 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 05:02:52 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 05:02:52 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 05:02:52 ========================================================= 05:02:52 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine] 05:02:52 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:02:53 Removing intermediate container 973481ae037e 05:02:53 ---> a17eb8aa3227 05:02:53 Step 11/23 : FROM alpine:3.17 05:02:53 3.17: Pulling from library/alpine 05:02:53 f56be85fc22e: Already exists 05:02:53 Digest: sha256:124c7d2707904eea7431fffe91522a01e5a861a624ee31d03372cc1d138a3126 05:02:53 Status: Downloaded newer image for alpine:3.17 05:02:53 ---> 9ed4aefc74f6 05:02:53 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel' 05:02:53 ---> Running in 23e1e7fa13c1 05:02:53 Removing intermediate container 23e1e7fa13c1 05:02:53 ---> 1b659ab8e02c 05:02:53 Step 13/23 : RUN apk add --update --no-cache 05:02:53 ---> Running in ebbfd72e1739 05:02:53 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 05:02:53 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 05:02:53 OK: 7 MiB in 15 packages 05:02:53 Removing intermediate container ebbfd72e1739 05:02:53 ---> 2191081e81ab 05:02:53 Step 14/23 : WORKDIR / 05:02:53 ---> Running in 70e1d12465f3 05:02:53 Removing intermediate container 70e1d12465f3 05:02:53 ---> ff626c32f90b 05:02:53 Step 15/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/Attribution.txt /Attribution.txt 05:02:53 ---> 93379fa64256 05:02:53 Step 16/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /device-simple 05:02:53 ---> 8e9894a70e67 05:02:53 Step 17/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/ /res 05:02:53 ---> 0e2818c7e037 05:02:53 Step 18/23 : EXPOSE 59999 05:02:53 ---> Running in a1aac60dd676 05:02:53 Removing intermediate container a1aac60dd676 05:02:53 ---> 088e7b3e9140 05:02:53 Step 19/23 : ENTRYPOINT ["/device-simple"] 05:02:53 + docker build -t ci-base-image-arm64 -f example/cmd/device-simple/Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine --build-arg MAKE=echo noop --target=builder . 05:02:53 ---> Running in 3e294d618890 05:02:53 Removing intermediate container 3e294d618890 05:02:53 ---> cb5837afc8a1 05:02:53 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 05:02:53 ---> Running in 6896fbd58388 05:02:53 Removing intermediate container 6896fbd58388 05:02:53 ---> 3da9036efbc1 05:02:53 Step 21/23 : LABEL arch=amd64 05:02:53 ---> Running in fa8877aaefea 05:02:53 Removing intermediate container fa8877aaefea 05:02:53 ---> d952997c8226 05:02:53 Step 22/23 : LABEL git_sha=3ebbb05d354b9cd2b4a54aa868562ed756c2fb74 05:02:53 Sending build context to Docker daemon 5.998MB 05:02:54 ---> Running in 98c73f772ef7 05:02:54 Removing intermediate container 98c73f772ef7 05:02:54 ---> 8f377c8dda5a 05:02:54 Step 23/23 : LABEL version=0.0.0 05:02:54 ---> Running in 2853e8481a9f 05:02:54 Removing intermediate container 2853e8481a9f 05:02:54 ---> 18f4c9ac043f 05:02:54 [Warning] One or more build-args [ARCH] were not consumed 05:02:54 Successfully built 18f4c9ac043f 05:02:54 Successfully tagged device-sdk-simple:latest 05:02:54 Step 1/10 : ARG BASE=golang:1.20-alpine3.17 05:02:54 Step 2/10 : FROM ${BASE} AS builder 05:02:54 1.20-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 05:02:54 c41833b44d91: Pulling fs layer 05:02:54 ed15518f5707: Pulling fs layer 05:02:54 feae8fd75edb: Pulling fs layer 05:02:54 242c74f7c9fa: Pulling fs layer 05:02:54 3cdef696dda3: Pulling fs layer 05:02:54 2ced38df9373: Pulling fs layer 05:02:54 58f1dce35555: Pulling fs layer 05:02:54 242c74f7c9fa: Waiting 05:02:54 3cdef696dda3: Waiting 05:02:54 2ced38df9373: Waiting 05:02:54 58f1dce35555: Waiting 05:02:54 ed15518f5707: Verifying Checksum 05:02:54 ed15518f5707: Download complete 05:02:54 242c74f7c9fa: Verifying Checksum 05:02:54 242c74f7c9fa: Download complete 05:02:54 3cdef696dda3: Verifying Checksum 05:02:54 3cdef696dda3: Download complete 05:02:54 c41833b44d91: Verifying Checksum 05:02:54 c41833b44d91: Download complete [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 05:02:54 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 05:02:54 05:02:54 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { 05:02:55 c41833b44d91: Pull complete [Pipeline] sh 05:02:55 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 05:02:55 latest: Pulling from edgex-lftools-log-publisher 05:02:55 5eb5b503b376: Pulling fs layer 05:02:55 5c69ac0246d0: Pulling fs layer 05:02:55 ec43610c2a17: Pulling fs layer 05:02:55 3a2ae6a8a46f: Pulling fs layer 05:02:55 33b1e0a273af: Pulling fs layer 05:02:55 5d3b04190fa2: Pulling fs layer 05:02:55 2f39f015ded8: Pulling fs layer 05:02:55 33b1e0a273af: Waiting 05:02:55 5d3b04190fa2: Waiting 05:02:55 2f39f015ded8: Waiting 05:02:55 3a2ae6a8a46f: Waiting 05:02:55 5c69ac0246d0: Verifying Checksum 05:02:55 5c69ac0246d0: Download complete 05:02:55 3a2ae6a8a46f: Verifying Checksum 05:02:55 3a2ae6a8a46f: Download complete 05:02:55 33b1e0a273af: Verifying Checksum 05:02:55 33b1e0a273af: Download complete 05:02:55 5d3b04190fa2: Verifying Checksum 05:02:55 5d3b04190fa2: Download complete 05:02:55 ec43610c2a17: Verifying Checksum 05:02:55 ec43610c2a17: Download complete 05:02:55 5eb5b503b376: Verifying Checksum 05:02:55 5eb5b503b376: Download complete 05:02:55 58f1dce35555: Verifying Checksum 05:02:55 58f1dce35555: Download complete 05:02:55 ed15518f5707: Pull complete 05:02:56 2f39f015ded8: Verifying Checksum 05:02:56 2f39f015ded8: Download complete 05:02:56 5eb5b503b376: Pull complete 05:02:57 5c69ac0246d0: Pull complete 05:02:57 feae8fd75edb: Verifying Checksum 05:02:57 feae8fd75edb: Download complete 05:02:57 ec43610c2a17: Pull complete 05:02:57 3a2ae6a8a46f: Pull complete 05:02:57 2ced38df9373: Verifying Checksum 05:02:57 2ced38df9373: Download complete 05:02:57 33b1e0a273af: Pull complete 05:02:57 5d3b04190fa2: Pull complete 05:03:03 2f39f015ded8: Pull complete 05:03:03 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 05:03:03 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 05:03:03 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 05:03:03 prd-ubuntu20.04-docker-8c-8g-15499 does not seem to be running inside a container 05:03:03 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/gexfoundry_device-sdk-go_PR-1458 -v /w/workspace/gexfoundry_device-sdk-go_PR-1458:/w/workspace/gexfoundry_device-sdk-go_PR-1458:rw,z -v /w/workspace/gexfoundry_device-sdk-go_PR-1458@tmp:/w/workspace/gexfoundry_device-sdk-go_PR-1458@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 05:03:07 $ docker top ba49ebbf463e7f37c5de5e08ae11d07efea0959373c40ec4556fdc37864a06d1 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 05:03:08 ---> job-cost.sh 05:03:08 lf-activate-venv: SKIPPING 05:03:08 INFO: No Stack... 05:03:08 INFO: Retrieving Pricing Info for: v3-standard-8 05:03:08 INFO: Archiving Costs [Pipeline] sh 05:03:09 + cat /w/workspace/gexfoundry_device-sdk-go_PR-1458/archives/cost.csv 05:03:09 + cut -d, -f6 [Pipeline] lock 05:03:09 Trying to acquire lock on [jenkins-edgexfoundry-device-sdk-go-PR-1458-1-stack-cost] 05:03:09 Resource [jenkins-edgexfoundry-device-sdk-go-PR-1458-1-stack-cost] did not exist. Created. 05:03:09 Lock acquired on [jenkins-edgexfoundry-device-sdk-go-PR-1458-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 05:03:09 + echo total: 0.2199999988079071 [Pipeline] stash 05:03:09 Stashed 1 file(s) [Pipeline] } 05:03:09 Lock released on resource [jenkins-edgexfoundry-device-sdk-go-PR-1458-1-stack-cost] [Pipeline] // lock [Pipeline] } 05:03:09 $ docker stop --time=1 ba49ebbf463e7f37c5de5e08ae11d07efea0959373c40ec4556fdc37864a06d1 05:03:10 feae8fd75edb: Pull complete 05:03:10 242c74f7c9fa: Pull complete 05:03:10 3cdef696dda3: Pull complete 05:03:10 $ docker rm -f --volumes ba49ebbf463e7f37c5de5e08ae11d07efea0959373c40ec4556fdc37864a06d1 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 05:03:14 2ced38df9373: Pull complete 05:03:16 58f1dce35555: Pull complete 05:03:16 Digest: sha256:3b55595e96c696ae732e8cb20cde5b1ff7282a1fe1423a8de67617af8d15ea1e 05:03:16 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine 05:03:16 ---> fadd8f120f05 05:03:16 Step 3/10 : ARG MAKE=make build 05:03:18 ---> Running in b21da0e3e7f6 05:03:18 Removing intermediate container b21da0e3e7f6 05:03:18 ---> 2ba70dd5ed47 05:03:18 Step 4/10 : WORKDIR /device-sdk-go 05:03:19 ---> Running in c2aca29102bd 05:03:19 Removing intermediate container c2aca29102bd 05:03:19 ---> cb957caebc3d 05:03:19 Step 5/10 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' 05:03:19 ---> Running in a9c3c4d4bed1 05:03:19 Removing intermediate container a9c3c4d4bed1 05:03:19 ---> 9f38f115ed3e 05:03:19 Step 6/10 : RUN apk add --update --no-cache make git 05:03:19 ---> Running in 392d7388ab0f 05:03:20 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 05:03:21 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 05:03:22 OK: 263 MiB in 53 packages 05:03:23 Removing intermediate container 392d7388ab0f 05:03:23 ---> 20c85b8f284b 05:03:23 Step 7/10 : COPY go.mod vendor* ./ 05:03:24 ---> 16addf98388a 05:03:24 Step 8/10 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 05:03:24 ---> Running in 548e95e17ede 05:04:45 Removing intermediate container 548e95e17ede 05:04:45 ---> b26782d9a585 05:04:45 Step 9/10 : COPY . . 05:04:45 ---> f2b48b34b30b 05:04:45 Step 10/10 : RUN ${MAKE} 05:04:45 ---> Running in 17b1f4af5f56 05:04:45 noop 05:04:45 Removing intermediate container 17b1f4af5f56 05:04:45 ---> b9dfba398afa 05:04:45 Successfully built b9dfba398afa 05:04:45 Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:04:46 + docker inspect -f . ci-base-image-arm64 05:04:46 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 05:04:46 prd-ubuntu20.04-docker-arm64-4c-16g-15501 does not seem to be running inside a container 05:04:46 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/1 -v /w/workspace/device-sdk-go/1:/w/workspace/device-sdk-go/1:rw,z -v /w/workspace/device-sdk-go/1@tmp:/w/workspace/device-sdk-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 05:04:47 $ docker top dc019b6615c5d05e512f582a889617c6892455e909279381adba10fae045c121 -eo pid,comm [Pipeline] { [Pipeline] sh 05:04:48 + go version 05:04:48 go version go1.20.2 linux/arm64 [Pipeline] } 05:04:48 $ docker stop --time=1 dc019b6615c5d05e512f582a889617c6892455e909279381adba10fae045c121 05:04:52 $ docker rm -f --volumes dc019b6615c5d05e512f582a889617c6892455e909279381adba10fae045c121 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:04:53 + docker inspect -f . ci-base-image-arm64 05:04:53 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 05:04:53 prd-ubuntu20.04-docker-arm64-4c-16g-15501 does not seem to be running inside a container 05:04:53 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -w /w/workspace/device-sdk-go/1 -v /w/workspace/device-sdk-go/1:/w/workspace/device-sdk-go/1:rw,z -v /w/workspace/device-sdk-go/1@tmp:/w/workspace/device-sdk-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 05:04:54 $ docker top 17f1bdd3d0fb0a8da935cb94dd238cbf66c1f41c67067f565ff4c43138ec14bd -eo pid,comm [Pipeline] { [Pipeline] sh 05:04:55 + git config --global --add safe.directory /w/workspace/device-sdk-go/1 [Pipeline] fileExists [Pipeline] sh 05:04:56 + make test 05:04:56 go test -race -coverprofile=coverage.out ./... 05:05:43 ? github.com/edgexfoundry/device-sdk-go/v3 [no test files] 05:08:07 ? github.com/edgexfoundry/device-sdk-go/v3/example/cmd/device-simple [no test files] 05:08:07 ? github.com/edgexfoundry/device-sdk-go/v3/example/config [no test files] 05:08:07 ? github.com/edgexfoundry/device-sdk-go/v3/example/driver [no test files] 05:08:07 ? github.com/edgexfoundry/device-sdk-go/v3/internal/application [no test files] 05:08:07 ? github.com/edgexfoundry/device-sdk-go/v3/internal/autodiscovery [no test files] 05:08:07 ok github.com/edgexfoundry/device-sdk-go/v3/internal/autoevent 0.231s coverage: 27.6% of statements 05:08:11 ok github.com/edgexfoundry/device-sdk-go/v3/internal/cache 0.272s coverage: 80.2% of statements 05:08:26 ? github.com/edgexfoundry/device-sdk-go/v3/internal/config [no test files] 05:08:26 ? github.com/edgexfoundry/device-sdk-go/v3/internal/container [no test files] 05:08:26 ok github.com/edgexfoundry/device-sdk-go/v3/internal/common 0.338s coverage: 86.0% of statements 05:08:32 ? github.com/edgexfoundry/device-sdk-go/v3/internal/controller/http/correlation [no test files] 05:08:32 ok github.com/edgexfoundry/device-sdk-go/v3/internal/controller/http 0.463s coverage: 77.5% of statements 05:08:36 ? github.com/edgexfoundry/device-sdk-go/v3/internal/provision [no test files] 05:08:37 ? github.com/edgexfoundry/device-sdk-go/v3/pkg/interfaces [no test files] 05:08:37 ? github.com/edgexfoundry/device-sdk-go/v3/pkg/interfaces/mocks [no test files] 05:08:40 ok github.com/edgexfoundry/device-sdk-go/v3/internal/controller/messaging 3.412s coverage: 14.3% of statements 05:08:40 ok github.com/edgexfoundry/device-sdk-go/v3/internal/transformer 0.436s coverage: 68.5% of statements 05:08:43 ok github.com/edgexfoundry/device-sdk-go/v3/pkg/models 0.479s coverage: 89.2% of statements 05:08:44 ? github.com/edgexfoundry/device-sdk-go/v3/pkg/startup [no test files] 05:08:44 ok github.com/edgexfoundry/device-sdk-go/v3/pkg/service 0.264s coverage: 5.7% of statements 05:08:44 WARNING: Linting skipped (not on x86_64 or linter not installed) 05:08:44 GO111MODULE=on go vet ./... 05:11:21 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 05:11:21 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 05:11:21 ./bin/test-attribution-txt.sh [Pipeline] echo 05:11:21 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 05:11:21 $ docker stop --time=1 17f1bdd3d0fb0a8da935cb94dd238cbf66c1f41c67067f565ff4c43138ec14bd 05:11:23 $ docker rm -f --volumes 17f1bdd3d0fb0a8da935cb94dd238cbf66c1f41c67067f565ff4c43138ec14bd [Pipeline] // withDockerContainer [Pipeline] sh 05:11:25 + sudo chown -R jenkins:jenkins . [Pipeline] stash 05:11:25 Warning: overwriting stash ‘coverage-report’ 05:11:26 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 05:11:26 + sudo chown -R jenkins:jenkins . [Pipeline] sh 05:11:26 + ls -al . 05:11:26 total 268 05:11:26 drwxrwxr-x 10 jenkins jenkins 4096 May 16 05:04 . 05:11:26 drwxrwxr-x 4 jenkins jenkins 4096 May 16 05:02 .. 05:11:26 -rw-rw-r-- 1 jenkins jenkins 140 May 16 05:02 .dockerignore 05:11:26 drwxrwxr-x 8 jenkins jenkins 4096 May 16 05:02 .git 05:11:26 drwxrwxr-x 2 jenkins jenkins 4096 May 16 05:02 .github 05:11:26 -rw-rw-r-- 1 jenkins jenkins 137 May 16 05:02 .gitignore 05:11:26 -rw-rw-r-- 1 jenkins jenkins 42 May 16 05:02 .golangci.yml 05:11:26 -rw-rw-r-- 1 jenkins jenkins 31677 May 16 05:02 CHANGELOG.md 05:11:26 -rw-rw-r-- 1 jenkins jenkins 677 May 16 05:02 GOVERNANCE.md 05:11:26 -rw-rw-r-- 1 jenkins jenkins 885 May 16 05:02 Jenkinsfile 05:11:26 -rw-rw-r-- 1 jenkins jenkins 11341 May 16 05:02 LICENSE 05:11:26 -rw-rw-r-- 1 jenkins jenkins 1714 May 16 05:02 Makefile 05:11:26 -rw-rw-r-- 1 jenkins jenkins 619 May 16 05:02 OWNERS.md 05:11:26 -rw-rw-r-- 1 jenkins jenkins 4891 May 16 05:02 README.md 05:11:26 -rw-rw-r-- 1 jenkins jenkins 5 May 16 05:00 VERSION 05:11:26 drwxrwxr-x 2 jenkins jenkins 4096 May 16 05:02 bin 05:11:26 -rw-r--r-- 1 jenkins jenkins 106150 May 16 05:08 coverage.out 05:11:26 drwxrwxr-x 5 jenkins jenkins 4096 May 16 05:02 example 05:11:26 -rw-rw-r-- 1 jenkins jenkins 3234 May 16 05:02 go.mod 05:11:26 -rw-rw-r-- 1 jenkins jenkins 30781 May 16 05:02 go.sum 05:11:26 drwxrwxr-x 12 jenkins jenkins 4096 May 16 05:02 internal 05:11:26 drwxrwxr-x 3 jenkins jenkins 4096 May 16 05:02 openapi 05:11:26 drwxrwxr-x 6 jenkins jenkins 4096 May 16 05:02 pkg 05:11:26 drwxrwxr-x 4 jenkins jenkins 4096 May 16 05:02 snap 05:11:26 -rw-rw-r-- 1 jenkins jenkins 222 May 16 05:02 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:11:27 + docker build -t device-sdk-simple-arm64 -f example/cmd/device-simple/Dockerfile --build-arg BASE=ci-base-image-arm64 --build-arg MAKE=make build --build-arg ARCH=arm64 --label git_sha=3ebbb05d354b9cd2b4a54aa868562ed756c2fb74 --label arch=arm64 --label version=0.0.0 . 05:11:27 Sending build context to Docker daemon 6.105MB 05:11:27 Step 1/23 : ARG BASE=golang:1.20-alpine3.17 05:11:27 Step 2/23 : FROM ${BASE} AS builder 05:11:27 ---> b9dfba398afa 05:11:27 Step 3/23 : ARG MAKE=make build 05:11:28 ---> Running in 1bf4659f3f90 05:11:28 Removing intermediate container 1bf4659f3f90 05:11:28 ---> c95e0a2b63af 05:11:28 Step 4/23 : WORKDIR /device-sdk-go 05:11:28 ---> Running in 87699d0ff936 05:11:28 Removing intermediate container 87699d0ff936 05:11:28 ---> 25e35eee0a18 05:11:28 Step 5/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' 05:11:28 ---> Running in 8a95bd04faeb 05:11:29 Removing intermediate container 8a95bd04faeb 05:11:29 ---> 7e7185b6c571 05:11:29 Step 6/23 : RUN apk add --update --no-cache make git 05:11:29 ---> Running in c97d4a505e1a 05:11:30 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 05:11:30 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 05:11:31 OK: 263 MiB in 53 packages 05:11:32 Removing intermediate container c97d4a505e1a 05:11:32 ---> b3e98d27c4da 05:11:32 Step 7/23 : COPY go.mod vendor* ./ 05:11:33 ---> 909bac51fda0 05:11:33 Step 8/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 05:11:33 ---> Running in a614c67141b2 05:11:35 Removing intermediate container a614c67141b2 05:11:35 ---> c0117ccd23a5 05:11:35 Step 9/23 : COPY . . 05:11:37 ---> d847e820d898 05:11:37 Step 10/23 : RUN ${MAKE} 05:11:37 ---> Running in 0a9495251d4c 05:11:38 CGO_ENABLED=0 go build -ldflags "-X github.com/edgexfoundry/device-sdk-go/v3.Version=0.0.0" -trimpath -mod=readonly -o example/cmd/device-simple/device-simple ./example/cmd/device-simple 05:13:59 Removing intermediate container 0a9495251d4c 05:13:59 ---> e86cc43e8e04 05:13:59 Step 11/23 : FROM alpine:3.17 05:13:59 3.17: Pulling from library/alpine 05:13:59 c41833b44d91: Already exists 05:13:59 Digest: sha256:124c7d2707904eea7431fffe91522a01e5a861a624ee31d03372cc1d138a3126 05:13:59 Status: Downloaded newer image for alpine:3.17 05:13:59 ---> 51e60588ff2c 05:13:59 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel' 05:13:59 ---> Running in fba2339e8d69 05:13:59 Removing intermediate container fba2339e8d69 05:13:59 ---> 0eafdfb70b25 05:13:59 Step 13/23 : RUN apk add --update --no-cache 05:13:59 ---> Running in c77b2d29d5c8 05:13:59 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 05:13:59 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 05:13:59 OK: 7 MiB in 15 packages 05:13:59 Removing intermediate container c77b2d29d5c8 05:13:59 ---> 53af74685955 05:13:59 Step 14/23 : WORKDIR / 05:13:59 ---> Running in 7c29259f230c 05:13:59 Removing intermediate container 7c29259f230c 05:13:59 ---> d3fd1ee16c09 05:13:59 Step 15/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/Attribution.txt /Attribution.txt 05:13:59 ---> fd44afd39cea 05:13:59 Step 16/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /device-simple 05:13:59 ---> f58ea82cae0a 05:13:59 Step 17/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/ /res 05:13:59 ---> 42f5d945087e 05:13:59 Step 18/23 : EXPOSE 59999 05:13:59 ---> Running in 1cba82a38c09 05:13:59 Removing intermediate container 1cba82a38c09 05:13:59 ---> 3ff98ea1cdda 05:13:59 Step 19/23 : ENTRYPOINT ["/device-simple"] 05:13:59 ---> Running in d4ecd6108c2c 05:13:59 Removing intermediate container d4ecd6108c2c 05:13:59 ---> ed7834a8e663 05:13:59 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 05:13:59 ---> Running in 58a3fa3267ed 05:13:59 Removing intermediate container 58a3fa3267ed 05:13:59 ---> 1263ead25a58 05:13:59 Step 21/23 : LABEL arch=arm64 05:13:59 ---> Running in 44ba6066fa86 05:13:59 Removing intermediate container 44ba6066fa86 05:13:59 ---> c65d9a0cac3f 05:13:59 Step 22/23 : LABEL git_sha=3ebbb05d354b9cd2b4a54aa868562ed756c2fb74 05:13:59 ---> Running in 8d536a636450 05:13:59 Removing intermediate container 8d536a636450 05:13:59 ---> 739605065aaa 05:13:59 Step 23/23 : LABEL version=0.0.0 05:13:59 ---> Running in 010c65040b76 05:13:59 Removing intermediate container 010c65040b76 05:13:59 ---> 18d832414c2e 05:13:59 [Warning] One or more build-args [ARCH] were not consumed 05:13:59 Successfully built 18d832414c2e 05:13:59 Successfully tagged device-sdk-simple-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:14:00 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 05:14:00 05:14:00 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:14:00 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 05:14:00 arm64: Pulling from edgex-lftools-log-publisher 05:14:00 8998bd30e6a1: Pulling fs layer 05:14:00 04944245beec: Pulling fs layer 05:14:00 699f458cf7ca: Pulling fs layer 05:14:00 765212b225bb: Pulling fs layer 05:14:00 f23df028b6ca: Pulling fs layer 05:14:00 d65c8cfc05b1: Pulling fs layer 05:14:00 2437ff75d9bd: Pulling fs layer 05:14:00 f23df028b6ca: Waiting 05:14:00 d65c8cfc05b1: Waiting 05:14:00 765212b225bb: Waiting 05:14:00 2437ff75d9bd: Waiting 05:14:01 04944245beec: Verifying Checksum 05:14:01 04944245beec: Download complete 05:14:01 765212b225bb: Verifying Checksum 05:14:01 765212b225bb: Download complete 05:14:01 f23df028b6ca: Verifying Checksum 05:14:01 f23df028b6ca: Download complete 05:14:01 d65c8cfc05b1: Download complete 05:14:01 699f458cf7ca: Verifying Checksum 05:14:01 8998bd30e6a1: Verifying Checksum 05:14:01 8998bd30e6a1: Download complete 05:14:04 2437ff75d9bd: Verifying Checksum 05:14:04 2437ff75d9bd: Download complete 05:14:06 8998bd30e6a1: Pull complete 05:14:06 04944245beec: Pull complete 05:14:07 699f458cf7ca: Pull complete 05:14:07 765212b225bb: Pull complete 05:14:08 f23df028b6ca: Pull complete 05:14:08 d65c8cfc05b1: Pull complete 05:14:23 2437ff75d9bd: Pull complete 05:14:23 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 05:14:23 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 05:14:23 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 05:14:24 prd-ubuntu20.04-docker-arm64-4c-16g-15501 does not seem to be running inside a container 05:14:24 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/device-sdk-go/1 -v /w/workspace/device-sdk-go/1:/w/workspace/device-sdk-go/1:rw,z -v /w/workspace/device-sdk-go/1@tmp:/w/workspace/device-sdk-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat 05:14:26 $ docker top 48bfce719e2596d1e7dcceeeaf47aa36d04bbfe6404d2e06314bf140b629d87b -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 05:14:27 ---> job-cost.sh 05:14:27 lf-activate-venv: SKIPPING 05:14:27 INFO: No Stack... 05:14:28 INFO: Retrieving Pricing Info for: v3-standard-4 05:14:29 INFO: Archiving Costs [Pipeline] sh 05:14:29 + + cutcat -d, /w/workspace/device-sdk-go/1/archives/cost.csv -f6 05:14:29 [Pipeline] lock 05:14:29 Trying to acquire lock on [jenkins-edgexfoundry-device-sdk-go-PR-1458-1-stack-cost] 05:14:29 Resource [jenkins-edgexfoundry-device-sdk-go-PR-1458-1-stack-cost] did not exist. Created. 05:14:29 Lock acquired on [jenkins-edgexfoundry-device-sdk-go-PR-1458-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 05:14:30 /w/workspace/device-sdk-go/1@tmp/durable-7ceceaf0/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh 05:14:30 + echo total: 0.10999999940395355 [Pipeline] stash 05:14:30 Warning: overwriting stash ‘stack-cost’ 05:14:30 Stashed 1 file(s) [Pipeline] } 05:14:30 Lock released on resource [jenkins-edgexfoundry-device-sdk-go-PR-1458-1-stack-cost] [Pipeline] // lock [Pipeline] } 05:14:30 $ docker stop --time=1 48bfce719e2596d1e7dcceeeaf47aa36d04bbfe6404d2e06314bf140b629d87b 05:14:32 $ docker rm -f --volumes 48bfce719e2596d1e7dcceeeaf47aa36d04bbfe6404d2e06314bf140b629d87b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] configFileProvider 05:14:33 provisioning config files... 05:14:33 copy managed file [device-sdk-go-codecov-token] to file:/w/workspace/gexfoundry_device-sdk-go_PR-1458@tmp/config6985238152351948742tmp [Pipeline] { [Pipeline] sh 05:14:33 + set +x 05:14:33 + + curl -s https://codecov.io/bash 05:14:33 bash -s -- 05:14:33 05:14:33 _____ _ 05:14:33 / ____| | | 05:14:33 | | ___ __| | ___ ___ _____ __ 05:14:33 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 05:14:33 | |___| (_) | (_| | __/ (_| (_) \ V / 05:14:33 \_____\___/ \__,_|\___|\___\___/ \_/ 05:14:33 Bash-1.0.6 05:14:33 05:14:33 05:14:33 ==> git version 2.25.1 found 05:14:33 ==> curl 7.68.0 (x86_64-pc-linux-gnu) libcurl/7.68.0 OpenSSL/1.1.1f zlib/1.2.11 brotli/1.0.7 libidn2/2.2.0 libpsl/0.21.0 (+libidn2/2.2.0) libssh/0.9.3/openssl/zlib nghttp2/1.40.0 librtmp/2.3 05:14:33 Release-Date: 2020-01-08 05:14:33 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 05:14:33 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 05:14:33 ==> Jenkins CI detected. 05:14:33 current dir:  /w/workspace/gexfoundry_device-sdk-go_PR-1458 05:14:33 project root: . 05:14:33 --> token set from env 05:14:33 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 05:14:33 ==> Running gcov in . (disable via -X gcov) 05:14:33 ==> Python coveragepy not found 05:14:33 ==> Searching for coverage reports in: 05:14:33 + . 05:14:33 -> Found 1 reports 05:14:33 ==> Detecting git/mercurial file structure 05:14:33 ==> Reading reports 05:14:33 + ./coverage.out bytes=106150 05:14:33 ==> Appending adjustments 05:14:33 https://docs.codecov.io/docs/fixing-reports 05:14:34 + Found adjustments 05:14:34 ==> Gzipping contents 05:14:34 16K /tmp/codecov.iKIe4Z.gz 05:14:34 ==> Uploading reports 05:14:34 url: https://codecov.io 05:14:34 query: branch=PR-1458&commit=3ebbb05d354b9cd2b4a54aa868562ed756c2fb74&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2FPR-1458%2F1%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=1458&job=&cmd_args= 05:14:34 -> Pinging Codecov 05:14:34 https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=6fc62cd9-fce6-47f0-85f4-af589338491a&branch=PR-1458&commit=3ebbb05d354b9cd2b4a54aa868562ed756c2fb74&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2FPR-1458%2F1%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=1458&job=&cmd_args= 05:14:34 -> Uploading to 05:14:34 https://storage.googleapis.com/codecov/v4/raw/2023-05-16/7E55EF52A471D76F132DFD9A03CDDE97/3ebbb05d354b9cd2b4a54aa868562ed756c2fb74/536dfee1-bf93-4fa9-9f06-01ae71ae3a33.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20230516%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20230516T051433Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=714e27ad46efaee579d189e065a5be59235cf8fdf407e2042e62901d40f3ca0d 05:14:34 % Total % Received % Xferd Average Speed Time Time Time Current 05:14:34 Dload Upload Total Spent Left Speed 05:14:34 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 15152 0 0 100 15152 0 72497 --:--:-- --:--:-- --:--:-- 72497 05:14:34 -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/device-sdk-go/commit/3ebbb05d354b9cd2b4a54aa868562ed756c2fb74 [Pipeline] } 05:14:34 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) Stage "Snyk Dependency Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh 05:14:36 + [ -d /w/workspace/gexfoundry_device-sdk-go_PR-1458/archives ] 05:14:36 + ls -al /w/workspace/gexfoundry_device-sdk-go_PR-1458/archives 05:14:36 total 16 05:14:36 drwxr-xr-x 3 root root 4096 May 16 05:03 . 05:14:36 drwxrwxr-x 12 jenkins jenkins 4096 May 16 05:03 .. 05:14:36 drwxr-xr-x 2 root root 4096 May 16 05:03 cost 05:14:36 -rw-r--r-- 1 root root 86 May 16 05:03 cost.csv 05:14:36 + sudo chown -R jenkins:jenkins /w/workspace/gexfoundry_device-sdk-go_PR-1458/archives 05:14:36 + ls -al /w/workspace/gexfoundry_device-sdk-go_PR-1458/archives 05:14:36 total 16 05:14:36 drwxr-xr-x 3 jenkins jenkins 4096 May 16 05:03 . 05:14:36 drwxrwxr-x 12 jenkins jenkins 4096 May 16 05:03 .. 05:14:36 drwxr-xr-x 2 jenkins jenkins 4096 May 16 05:03 cost 05:14:36 -rw-r--r-- 1 jenkins jenkins 86 May 16 05:03 cost.csv [Pipeline] libraryResource [Pipeline] sh 05:14:36 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 05:14:37 ---> package-listing.sh 05:14:37 ++ facter osfamily 05:14:37 ++ tr '[:upper:]' '[:lower:]' 05:14:37 + OS_FAMILY=debian 05:14:37 + workspace=/w/workspace/gexfoundry_device-sdk-go_PR-1458 05:14:37 + START_PACKAGES=/tmp/packages_start.txt 05:14:37 + END_PACKAGES=/tmp/packages_end.txt 05:14:37 + DIFF_PACKAGES=/tmp/packages_diff.txt 05:14:37 + PACKAGES=/tmp/packages_start.txt 05:14:37 + '[' /w/workspace/gexfoundry_device-sdk-go_PR-1458 ']' 05:14:37 + PACKAGES=/tmp/packages_end.txt 05:14:37 + case "${OS_FAMILY}" in 05:14:37 + dpkg -l 05:14:37 + grep '^ii' 05:14:37 + '[' -f /tmp/packages_start.txt ']' 05:14:37 + '[' -f /tmp/packages_end.txt ']' 05:14:37 + diff /tmp/packages_start.txt /tmp/packages_end.txt 05:14:37 + '[' /w/workspace/gexfoundry_device-sdk-go_PR-1458 ']' 05:14:37 + mkdir -p /w/workspace/gexfoundry_device-sdk-go_PR-1458/archives/ 05:14:37 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/gexfoundry_device-sdk-go_PR-1458/archives/ [Pipeline] echo 05:14:37 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-1458/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 05:14:38 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:14:38 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 05:14:38 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 05:14:38 prd-ubuntu20.04-docker-8c-8g-15499 does not seem to be running inside a container 05:14:38 $ 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-1458/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-1458 -v /w/workspace/gexfoundry_device-sdk-go_PR-1458:/w/workspace/gexfoundry_device-sdk-go_PR-1458:rw,z -v /w/workspace/gexfoundry_device-sdk-go_PR-1458@tmp:/w/workspace/gexfoundry_device-sdk-go_PR-1458@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 05:14:39 $ docker top e8a2acc958a48a2ba0e7a90e14955d17c1175c4588a9d20e53408528c611293d -eo pid,comm [Pipeline] { [Pipeline] sh 05:14:39 + touch /tmp/pre-build-complete [Pipeline] sh 05:14:39 + mkdir -p /var/log/sysstat [Pipeline] sh 05:14:40 + ls /var/log/sa-host 05:14:40 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 05:14:40 provisioning config files... 05:14:40 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/gexfoundry_device-sdk-go_PR-1458@tmp/config8015156168146865268tmp [Pipeline] { [Pipeline] echo 05:14:40 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 05:14:40 ---> create-netrc.sh [Pipeline] } 05:14:40 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 05:14:41 ---> python-tools-install.sh [Pipeline] echo 05:14:41 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 05:14:41 ---> sudo-logs.sh 05:14:41 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 05:14:41 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 05:14:41 ---> job-cost.sh 05:14:41 lf-activate-venv: SKIPPING 05:14:41 DEBUG: total: 0.2199999988079071 05:14:41 INFO: Retrieving Stack Cost... 05:14:42 INFO: Retrieving Pricing Info for: v3-standard-8 05:14:42 INFO: Archiving Costs [Pipeline] echo 05:14:42 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 05:14:43 ---> logs-deploy.sh 05:14:43 lf-activate-venv: SKIPPING 05:14:43 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/PR-1458/1 05:14:43 INFO: archiving workspace using pattern(s): 05:14:44 Archives upload complete. 05:14:44 INFO: archiving logs to Nexus