Pull request #1465 opened Connecting to https://api.github.com using edgex-jenkins github personal access token Connecting to https://api.github.com to check permissions of obtain list of jumpingliu for edgexfoundry/device-sdk-go Loading trusted files from base branch main at afe14f99071666e3a8a1e98015d177d59a71e5e7 rather than 4d3de39ad95bcdfc9d5dc26506691e19e6d84cab Obtained Jenkinsfile from afe14f99071666e3a8a1e98015d177d59a71e5e7 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-ssh15692427417757566970.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-ssh8293221054210581175.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-1465/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-1465/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh6388080885495262532.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-1465/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh2157337096588125272.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-ssh182350906520814038.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-1465/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-1465/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh17356811177898962501.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 Waiting for next available executor on ‘ubuntu20.04-docker-8c-8g’ Running on prd-ubuntu20.04-docker-8c-8g-17186 in /w/workspace/gexfoundry_device-sdk-go_PR-1465 [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-1465 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git > git --version # timeout=10 > git --version # 'git version 2.25.1' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/1465/head:refs/remotes/origin/PR-1465 +refs/heads/main:refs/remotes/origin/main # timeout=10 Merging remotes/origin/main commit afe14f99071666e3a8a1e98015d177d59a71e5e7 into PR head commit 4d3de39ad95bcdfc9d5dc26506691e19e6d84cab Merge succeeded, producing 4d3de39ad95bcdfc9d5dc26506691e19e6d84cab Checking out Revision 4d3de39ad95bcdfc9d5dc26506691e19e6d84cab (PR-1465) > git config core.sparsecheckout # timeout=10 > git checkout -f 4d3de39ad95bcdfc9d5dc26506691e19e6d84cab # 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 afe14f99071666e3a8a1e98015d177d59a71e5e7 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 4d3de39ad95bcdfc9d5dc26506691e19e6d84cab # timeout=10 Commit message: "fix: Replace slack chat with github discussion" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.25.1' fatal: bad object 4fc256d9079ed2258907e613f84b1b8da264a4bd [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 22:47:35 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 22:47:35 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 22:47:35 ========================================================= 22:47:35 EdgeX Global Pipelines Version Info 22:47:35 ========================================================= [Pipeline] libraryResource [Pipeline] sh 22:47:36 ------------------- 22:47:36 stable info: 22:47:36 ------------------- 22:47:36 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 22:47:36 Commit SHA: 4fc256d9079ed2258907e613f84b1b8da264a4bd 22:47:36 Message: update stable to v1.0.249 22:47:37 ------------------- 22:47:37 experimental info: 22:47:37 ------------------- 22:47:37 Commited By: **** collab-it+edgex@linuxfoundation.org 22:47:37 Commit SHA: 4fc256d9079ed2258907e613f84b1b8da264a4bd 22:47:37 Message: update experimental to v1.0.249 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 22:47:37 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-go-settings [Pipeline] echo 22:47:37 [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-go [Pipeline] echo 22:47:37 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 22:47:37 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 22:47:37 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 22:47:37 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.20 [Pipeline] echo 22:47:37 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 22:47:37 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = example/cmd/device-simple/Dockerfile [Pipeline] echo 22:47:37 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 22:47:37 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 22:47:37 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 22:47:37 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-sdk-simple [Pipeline] echo 22:47:37 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 22:47:37 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 22:47:37 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 22:47:37 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 22:47:38 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 22:47:38 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 22:47:38 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 22:47:38 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 22:47:38 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 22:47:38 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v3 [Pipeline] echo 22:47:38 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 22:47:38 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 22:47:38 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 22:47:38 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 22:47:38 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 22:47:38 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-1465 [Pipeline] echo 22:47:38 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-1465 [Pipeline] echo 22:47:38 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-1465 [Pipeline] echo 22:47:38 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 4d3de39ad95bcdfc9d5dc26506691e19e6d84cab [Pipeline] echo 22:47:38 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 4d3de39 [Pipeline] echo 22:47:38 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 22:47:38 provisioning config files... 22:47:38 copy managed file [device-sdk-go-settings] to file:/w/workspace/gexfoundry_device-sdk-go_PR-1465@tmp/config7954960616783627186tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 22:47:39 ---> docker-login.sh 22:47:39 nexus3.edgexfoundry.org:10001 22:47:39 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:47:39 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:47:39 Configure a credential helper to remove this warning. See 22:47:39 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:47:39 22:47:39 Login Succeeded 22:47:39 nexus3.edgexfoundry.org:10002 22:47:39 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:47:39 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:47:39 Configure a credential helper to remove this warning. See 22:47:39 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:47:39 22:47:39 Login Succeeded 22:47:39 nexus3.edgexfoundry.org:10003 22:47:39 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:47:39 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:47:39 Configure a credential helper to remove this warning. See 22:47:39 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:47:39 22:47:39 Login Succeeded 22:47:39 nexus3.edgexfoundry.org:10004 22:47:39 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:47:39 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:47:39 Configure a credential helper to remove this warning. See 22:47:39 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:47:39 22:47:39 Login Succeeded 22:47:39 docker.io 22:47:40 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:47:40 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:47:40 Configure a credential helper to remove this warning. See 22:47:40 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:47:40 22:47:40 Login Succeeded 22:47:40 ---> docker-login.sh ends [Pipeline] } 22:47:40 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh 22:47:40 + git rev-list -1 --merges 4d3de39ad95bcdfc9d5dc26506691e19e6d84cab~1..4d3de39ad95bcdfc9d5dc26506691e19e6d84cab [Pipeline] echo 22:47:40 -----------> git rev-list -1 --merges 4d3de39ad95bcdfc9d5dc26506691e19e6d84cab~1..4d3de39ad95bcdfc9d5dc26506691e19e6d84cab 4d3de39ad95bcdfc9d5dc26506691e19e6d84cab [false] [Pipeline] sh 22:47:41 + git log --format=format:%s -1 4d3de39ad95bcdfc9d5dc26506691e19e6d84cab [Pipeline] echo 22:47:41 ========================================================= 22:47:41 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 22:47:41 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 22:47:41 + git log --format=format:%s -1 4d3de39ad95bcdfc9d5dc26506691e19e6d84cab [Pipeline] echo 22:47:41 [semverPrep] GIT_COMMIT: 4d3de39ad95bcdfc9d5dc26506691e19e6d84cab, Commit Message: fix: Replace slack chat with github discussion [Pipeline] echo 22:47:41 [semverPrep] This is not a build commit. [Pipeline] sh 22:47:42 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 22:47:42 + grep -v github /etc/ssh/ssh_known_hosts 22:47:42 + [ -e /tmp/ssh_known_hosts ] 22:47:42 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 22:47:42 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 22:47:42 + sudo tee -a /etc/ssh/ssh_known_hosts 22:47:42 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:47:42 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 22:47:42 22:47:42 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:47:42 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 22:47:42 0.1.4: Pulling from edgex-devops/py-git-semver 22:47:42 b85a868b505f: Pulling fs layer 22:47:42 e2be974225ed: Pulling fs layer 22:47:42 339a4e72a1f5: Pulling fs layer 22:47:42 988bab9f4d93: Pulling fs layer 22:47:42 1469e6f7b9e6: Pulling fs layer 22:47:42 eaf3925da568: Pulling fs layer 22:47:42 bab4dde63d76: Pulling fs layer 22:47:42 bde34c3a00c8: Pulling fs layer 22:47:42 b352a97aabf1: Pulling fs layer 22:47:42 4872d77fe225: Pulling fs layer 22:47:42 5851b861e8e6: Pulling fs layer 22:47:42 988bab9f4d93: Waiting 22:47:42 1469e6f7b9e6: Waiting 22:47:42 eaf3925da568: Waiting 22:47:42 bab4dde63d76: Waiting 22:47:42 5851b861e8e6: Waiting 22:47:42 bde34c3a00c8: Waiting 22:47:42 b352a97aabf1: Waiting 22:47:42 4872d77fe225: Waiting 22:47:42 e2be974225ed: Download complete 22:47:42 988bab9f4d93: Download complete 22:47:43 1469e6f7b9e6: Download complete 22:47:43 eaf3925da568: Verifying Checksum 22:47:43 eaf3925da568: Download complete 22:47:43 339a4e72a1f5: Verifying Checksum 22:47:43 339a4e72a1f5: Download complete 22:47:43 bde34c3a00c8: Download complete 22:47:43 b352a97aabf1: Download complete 22:47:43 4872d77fe225: Verifying Checksum 22:47:43 4872d77fe225: Download complete 22:47:43 5851b861e8e6: Download complete 22:47:43 b85a868b505f: Verifying Checksum 22:47:43 b85a868b505f: Download complete 22:47:43 bab4dde63d76: Download complete 22:47:44 b85a868b505f: Pull complete 22:47:44 e2be974225ed: Pull complete 22:47:45 339a4e72a1f5: Pull complete 22:47:45 988bab9f4d93: Pull complete 22:47:45 1469e6f7b9e6: Pull complete 22:47:45 eaf3925da568: Pull complete 22:47:47 bab4dde63d76: Pull complete 22:47:47 bde34c3a00c8: Pull complete 22:47:47 b352a97aabf1: Pull complete 22:47:47 4872d77fe225: Pull complete 22:47:47 5851b861e8e6: Pull complete 22:47:47 Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 22:47:47 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 22:47:47 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 22:47:47 prd-ubuntu20.04-docker-8c-8g-17186 does not seem to be running inside a container 22:47:47 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_device-sdk-go_PR-1465 -v /w/workspace/gexfoundry_device-sdk-go_PR-1465:/w/workspace/gexfoundry_device-sdk-go_PR-1465:rw,z -v /w/workspace/gexfoundry_device-sdk-go_PR-1465@tmp:/w/workspace/gexfoundry_device-sdk-go_PR-1465@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 22:47:50 $ docker top 810cc4e7e5431e334ae52333035b726b802b8460477b1a27886bbd427929f8a1 -eo pid,comm 22:47:50 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). 22:47:50 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 22:47:51 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 22:47:51 [ssh-agent] Looking for ssh-agent implementation... 22:47:51 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 22:47:51 $ docker exec 810cc4e7e5431e334ae52333035b726b802b8460477b1a27886bbd427929f8a1 ssh-agent 22:47:51 SSH_AUTH_SOCK=/tmp/ssh-JCw4cJd5MymV/agent.31 22:47:51 SSH_AGENT_PID=37 22:47:51 Running ssh-add (command line suppressed) 22:47:51 Identity added: /w/workspace/gexfoundry_device-sdk-go_PR-1465@tmp/private_key_7046876582410058256.key (/w/workspace/gexfoundry_device-sdk-go_PR-1465@tmp/private_key_7046876582410058256.key) 22:47:51 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 22:47:51 + git tag --points-at HEAD [Pipeline] } 22:47:51 $ docker exec --env ******** --env ******** 810cc4e7e5431e334ae52333035b726b802b8460477b1a27886bbd427929f8a1 ssh-agent -k 22:47:51 unset SSH_AUTH_SOCK; 22:47:51 unset SSH_AGENT_PID; 22:47:51 echo Agent pid 37 killed; 22:47:51 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 22:47:52 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 22:47:52 [ssh-agent] Looking for ssh-agent implementation... 22:47:52 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 22:47:52 $ docker exec 810cc4e7e5431e334ae52333035b726b802b8460477b1a27886bbd427929f8a1 ssh-agent 22:47:52 SSH_AUTH_SOCK=/tmp/ssh-1nRhFDTV4uDj/agent.69 22:47:52 SSH_AGENT_PID=75 22:47:52 Running ssh-add (command line suppressed) 22:47:52 Identity added: /w/workspace/gexfoundry_device-sdk-go_PR-1465@tmp/private_key_17979415767346147349.key (/w/workspace/gexfoundry_device-sdk-go_PR-1465@tmp/private_key_17979415767346147349.key) 22:47:52 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 22:47:52 + git semver init 22:47:52 2023-05-29 22:47:52,890 [run_init] DEBUG init version:0.0.0 force:False 22:47:52 2023-05-29 22:47:52,891 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/gexfoundry_device-sdk-go_PR-1465/.semver 22:47:52 2023-05-29 22:47:52,892 [execute] INFO git clone -b semver git@github.com:edgexfoundry/device-sdk-go.git /w/workspace/gexfoundry_device-sdk-go_PR-1465/.semver 22:47:52 2023-05-29 22:47:52,892 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/device-sdk-go.git', '/w/workspace/gexfoundry_device-sdk-go_PR-1465/.semver'], cwd=/w/workspace/gexfoundry_device-sdk-go_PR-1465, universal_newlines=False, shell=None, istream=None) 22:47:53 2023-05-29 22:47:53,877 [append_file] DEBUG append to file:/w/workspace/gexfoundry_device-sdk-go_PR-1465/.git/info/exclude 22:47:53 2023-05-29 22:47:53,878 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/gexfoundry_device-sdk-go_PR-1465/.semver/PR-1465 with force:False 22:47:53 2023-05-29 22:47:53,878 [write_file] DEBUG write to file:/w/workspace/gexfoundry_device-sdk-go_PR-1465/.semver/PR-1465 22:47:53 2023-05-29 22:47:53,883 [execute] INFO git cat-file --batch-check 22:47:53 2023-05-29 22:47:53,883 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/gexfoundry_device-sdk-go_PR-1465/.semver, universal_newlines=False, shell=None, istream=) 22:47:53 2023-05-29 22:47:53,889 [execute] INFO git cat-file --batch 22:47:53 2023-05-29 22:47:53,889 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/gexfoundry_device-sdk-go_PR-1465/.semver, universal_newlines=False, shell=None, istream=) 22:47:53 2023-05-29 22:47:53,894 [read_version] DEBUG read version from /w/workspace/gexfoundry_device-sdk-go_PR-1465/.semver/PR-1465 22:47:53 0.0.0 [Pipeline] } 22:47:54 $ docker exec --env ******** --env ******** 810cc4e7e5431e334ae52333035b726b802b8460477b1a27886bbd427929f8a1 ssh-agent -k 22:47:54 unset SSH_AUTH_SOCK; 22:47:54 unset SSH_AGENT_PID; 22:47:54 echo Agent pid 75 killed; 22:47:54 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 22:47:54 + git semver [Pipeline] } 22:47:55 $ docker stop --time=1 810cc4e7e5431e334ae52333035b726b802b8460477b1a27886bbd427929f8a1 22:47:56 $ docker rm -f --volumes 810cc4e7e5431e334ae52333035b726b802b8460477b1a27886bbd427929f8a1 [Pipeline] // withDockerContainer [Pipeline] sh 22:47:56 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 22:47:57 Stashed 1 file(s) [Pipeline] echo 22:47:57 [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 22:47:57 provisioning config files... 22:47:57 copy managed file [device-sdk-go-settings] to file:/w/workspace/gexfoundry_device-sdk-go_PR-1465@tmp/config10714159669620824451tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 22:47:58 ---> docker-login.sh 22:47:58 nexus3.edgexfoundry.org:10001 22:47:58 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:47:58 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:47:58 Configure a credential helper to remove this warning. See 22:47:58 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:47:58 22:47:58 Login Succeeded 22:47:58 nexus3.edgexfoundry.org:10002 22:47:58 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:47:58 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:47:58 Configure a credential helper to remove this warning. See 22:47:58 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:47:58 22:47:58 Login Succeeded 22:47:58 nexus3.edgexfoundry.org:10003 22:47:58 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:47:58 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:47:58 Configure a credential helper to remove this warning. See 22:47:58 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:47:58 22:47:58 Login Succeeded 22:47:58 nexus3.edgexfoundry.org:10004 22:47:58 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:47:58 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:47:58 Configure a credential helper to remove this warning. See 22:47:58 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:47:58 22:47:58 Login Succeeded 22:47:58 docker.io 22:47:58 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:47:58 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:47:58 Configure a credential helper to remove this warning. See 22:47:58 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:47:58 22:47:58 Login Succeeded 22:47:58 ---> docker-login.sh ends [Pipeline] } 22:47:58 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 22:47:59 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 22:47:59 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 22:47:59 ========================================================= 22:47:59 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine] 22:47:59 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:47:59 + 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 . 22:47:59 Sending build context to Docker daemon 11.24MB 22:47:59 Step 1/10 : ARG BASE=golang:1.20-alpine3.17 22:47:59 Step 2/10 : FROM ${BASE} AS builder 22:47:59 1.20-alpine: Pulling from edgex-devops/edgex-golang-base 22:47:59 f56be85fc22e: Pulling fs layer 22:47:59 85791d961cd3: Pulling fs layer 22:47:59 d694b5ae8c79: Pulling fs layer 22:47:59 9f32a84ed3da: Pulling fs layer 22:47:59 4d19c01a9841: Pulling fs layer 22:47:59 9325e15d5711: Pulling fs layer 22:47:59 556b6ee489ea: Pulling fs layer 22:47:59 c5a4b2cf53e6: Pulling fs layer 22:47:59 4d19c01a9841: Waiting 22:47:59 9325e15d5711: Waiting 22:47:59 556b6ee489ea: Waiting 22:47:59 c5a4b2cf53e6: Waiting 22:47:59 9f32a84ed3da: Waiting 22:47:59 85791d961cd3: Verifying Checksum 22:47:59 85791d961cd3: Download complete 22:47:59 9f32a84ed3da: Verifying Checksum 22:47:59 9f32a84ed3da: Download complete 22:47:59 4d19c01a9841: Download complete 22:47:59 f56be85fc22e: Verifying Checksum 22:47:59 f56be85fc22e: Download complete 22:47:59 9325e15d5711: Verifying Checksum 22:47:59 9325e15d5711: Download complete 22:48:00 f56be85fc22e: Pull complete 22:48:00 85791d961cd3: Pull complete 22:48:00 c5a4b2cf53e6: Verifying Checksum 22:48:00 c5a4b2cf53e6: Download complete 22:48:00 d694b5ae8c79: Verifying Checksum 22:48:00 d694b5ae8c79: Download complete 22:48:00 556b6ee489ea: Verifying Checksum 22:48:00 556b6ee489ea: Download complete 22:48:04 d694b5ae8c79: Pull complete 22:48:04 9f32a84ed3da: Pull complete 22:48:04 4d19c01a9841: Pull complete 22:48:04 9325e15d5711: Pull complete 22:48:06 556b6ee489ea: Pull complete 22:48:07 c5a4b2cf53e6: Pull complete 22:48:07 Digest: sha256:cdb650785bd12602035d3ff87499385c169773a4d12d6eaf394b34464d3a0f2b 22:48:07 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine 22:48:07 ---> c4be618373d6 22:48:07 Step 3/10 : ARG MAKE=make build 22:48:12 Still waiting to schedule task 22:48:12 Waiting for next available executor on ‘ubuntu20.04-docker-arm64-4c-16g’ 22:48:12 ---> Running in 186245fe4b00 22:48:12 Removing intermediate container 186245fe4b00 22:48:12 ---> 05348dcda4ec 22:48:12 Step 4/10 : WORKDIR /device-sdk-go 22:48:12 ---> Running in 06e1d6bcb93b 22:48:13 Removing intermediate container 06e1d6bcb93b 22:48:13 ---> 73111fe086df 22:48:13 Step 5/10 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' 22:48:13 ---> Running in 19443dda015b 22:48:13 Removing intermediate container 19443dda015b 22:48:13 ---> 55774b2e8e4d 22:48:13 Step 6/10 : RUN apk add --update --no-cache make git 22:48:13 ---> Running in 5970b8bae7d7 22:48:13 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 22:48:13 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 22:48:13 OK: 265 MiB in 53 packages 22:48:14 Removing intermediate container 5970b8bae7d7 22:48:14 ---> 7afc210bafde 22:48:14 Step 7/10 : COPY go.mod vendor* ./ 22:48:14 ---> 9ca235214707 22:48:14 Step 8/10 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 22:48:14 ---> Running in 3e62cb466aa9 22:48:40 Removing intermediate container 3e62cb466aa9 22:48:40 ---> ebe041d1f404 22:48:40 Step 9/10 : COPY . . 22:48:40 ---> 8ca7ce6caaba 22:48:40 Step 10/10 : RUN ${MAKE} 22:48:40 ---> Running in 6aef6ca2fec1 22:48:41 noop 22:48:41 Removing intermediate container 6aef6ca2fec1 22:48:41 ---> 11d49afb1738 22:48:41 Successfully built 11d49afb1738 22:48:41 Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:48:41 + docker inspect -f . ci-base-image-x86_64 22:48:41 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 22:48:41 prd-ubuntu20.04-docker-8c-8g-17186 does not seem to be running inside a container 22:48:41 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/gexfoundry_device-sdk-go_PR-1465 -v /w/workspace/gexfoundry_device-sdk-go_PR-1465:/w/workspace/gexfoundry_device-sdk-go_PR-1465:rw,z -v /w/workspace/gexfoundry_device-sdk-go_PR-1465@tmp:/w/workspace/gexfoundry_device-sdk-go_PR-1465@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 22:48:42 $ docker top 3ed8c30957f7e5549f051aba49185089d0027f24fed1c1638bd748b21a136b80 -eo pid,comm [Pipeline] { [Pipeline] sh 22:48:42 + go version 22:48:42 go version go1.20.2 linux/amd64 [Pipeline] } 22:48:42 $ docker stop --time=1 3ed8c30957f7e5549f051aba49185089d0027f24fed1c1638bd748b21a136b80 22:48:44 $ docker rm -f --volumes 3ed8c30957f7e5549f051aba49185089d0027f24fed1c1638bd748b21a136b80 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:48:44 + docker inspect -f . ci-base-image-x86_64 22:48:44 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 22:48:45 prd-ubuntu20.04-docker-8c-8g-17186 does not seem to be running inside a container 22:48:45 $ 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-1465 -v /w/workspace/gexfoundry_device-sdk-go_PR-1465:/w/workspace/gexfoundry_device-sdk-go_PR-1465:rw,z -v /w/workspace/gexfoundry_device-sdk-go_PR-1465@tmp:/w/workspace/gexfoundry_device-sdk-go_PR-1465@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 22:48:45 $ docker top 76af464628dd867d0b032e1e3a28d977d97792da4384504096f04e1ec024c034 -eo pid,comm [Pipeline] { [Pipeline] sh 22:48:45 + git config --global --add safe.directory /w/workspace/gexfoundry_device-sdk-go_PR-1465 [Pipeline] fileExists [Pipeline] sh 22:48:46 + make test 22:48:46 go test -race -coverprofile=coverage.out ./... 22:48:52 ? github.com/edgexfoundry/device-sdk-go/v3 [no test files] 22:49:07 ? github.com/edgexfoundry/device-sdk-go/v3/example/cmd/device-simple [no test files] 22:49:07 ? github.com/edgexfoundry/device-sdk-go/v3/example/config [no test files] 22:49:07 ? github.com/edgexfoundry/device-sdk-go/v3/internal/autodiscovery [no test files] 22:49:07 ? github.com/edgexfoundry/device-sdk-go/v3/example/driver [no test files] 22:49:07 ? github.com/edgexfoundry/device-sdk-go/v3/internal/application [no test files] 22:49:07 ok github.com/edgexfoundry/device-sdk-go/v3/internal/autoevent 0.050s coverage: 27.6% of statements 22:49:07 ? github.com/edgexfoundry/device-sdk-go/v3/internal/config [no test files] 22:49:07 ? github.com/edgexfoundry/device-sdk-go/v3/internal/container [no test files] 22:49:07 ok github.com/edgexfoundry/device-sdk-go/v3/internal/cache 0.056s coverage: 80.2% of statements 22:49:07 ok github.com/edgexfoundry/device-sdk-go/v3/internal/common 0.079s coverage: 86.0% of statements 22:49:07 ? github.com/edgexfoundry/device-sdk-go/v3/internal/controller/http/correlation [no test files] 22:49:07 ? github.com/edgexfoundry/device-sdk-go/v3/internal/provision [no test files] 22:49:07 ok github.com/edgexfoundry/device-sdk-go/v3/internal/controller/http 0.111s coverage: 77.5% of statements 22:49:07 ? github.com/edgexfoundry/device-sdk-go/v3/pkg/interfaces [no test files] 22:49:07 ? github.com/edgexfoundry/device-sdk-go/v3/pkg/interfaces/mocks [no test files] 22:49:08 ? github.com/edgexfoundry/device-sdk-go/v3/pkg/startup [no test files] 22:49:10 ok github.com/edgexfoundry/device-sdk-go/v3/internal/controller/messaging 3.061s coverage: 14.3% of statements 22:49:10 ok github.com/edgexfoundry/device-sdk-go/v3/internal/transformer 0.080s coverage: 68.5% of statements 22:49:10 ok github.com/edgexfoundry/device-sdk-go/v3/pkg/models 0.107s coverage: 89.2% of statements 22:49:10 ok github.com/edgexfoundry/device-sdk-go/v3/pkg/service 0.060s coverage: 5.7% of statements 22:49:28 GO111MODULE=on go vet ./... 22:49:32 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 22:49:32 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 22:49:32 ./bin/test-attribution-txt.sh [Pipeline] echo 22:49:32 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 22:49:32 $ docker stop --time=1 76af464628dd867d0b032e1e3a28d977d97792da4384504096f04e1ec024c034 22:49:35 $ docker rm -f --volumes 76af464628dd867d0b032e1e3a28d977d97792da4384504096f04e1ec024c034 [Pipeline] // withDockerContainer [Pipeline] sh 22:49:35 + sudo chown -R jenkins:jenkins . [Pipeline] stash 22:49:36 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 22:49:36 + sudo chown -R jenkins:jenkins . [Pipeline] sh 22:49:37 + ls -al . 22:49:37 total 284 22:49:37 drwxrwxr-x 11 jenkins jenkins 4096 May 29 22:48 . 22:49:37 drwxrwxr-x 4 jenkins jenkins 4096 May 29 22:47 .. 22:49:37 -rw-rw-r-- 1 jenkins jenkins 140 May 29 22:47 .dockerignore 22:49:37 drwxrwxr-x 8 jenkins jenkins 4096 May 29 22:47 .git 22:49:37 drwxrwxr-x 2 jenkins jenkins 4096 May 29 22:47 .github 22:49:37 -rw-rw-r-- 1 jenkins jenkins 137 May 29 22:47 .gitignore 22:49:37 -rw-rw-r-- 1 jenkins jenkins 42 May 29 22:47 .golangci.yml 22:49:37 drwxr-xr-x 3 jenkins jenkins 4096 May 29 22:47 .semver 22:49:37 -rw-rw-r-- 1 jenkins jenkins 44878 May 29 22:47 CHANGELOG.md 22:49:37 -rw-rw-r-- 1 jenkins jenkins 677 May 29 22:47 GOVERNANCE.md 22:49:37 -rw-rw-r-- 1 jenkins jenkins 885 May 29 22:47 Jenkinsfile 22:49:37 -rw-rw-r-- 1 jenkins jenkins 11341 May 29 22:47 LICENSE 22:49:37 -rw-rw-r-- 1 jenkins jenkins 1714 May 29 22:47 Makefile 22:49:37 -rw-rw-r-- 1 jenkins jenkins 619 May 29 22:47 OWNERS.md 22:49:37 -rw-rw-r-- 1 jenkins jenkins 4953 May 29 22:47 README.md 22:49:37 -rw-rw-r-- 1 jenkins jenkins 5 May 29 22:47 VERSION 22:49:37 drwxrwxr-x 2 jenkins jenkins 4096 May 29 22:47 bin 22:49:37 -rw-r--r-- 1 jenkins jenkins 106153 May 29 22:49 coverage.out 22:49:37 drwxrwxr-x 5 jenkins jenkins 4096 May 29 22:47 example 22:49:37 -rw-rw-r-- 1 jenkins jenkins 3193 May 29 22:47 go.mod 22:49:37 -rw-rw-r-- 1 jenkins jenkins 30699 May 29 22:47 go.sum 22:49:37 drwxrwxr-x 12 jenkins jenkins 4096 May 29 22:47 internal 22:49:37 drwxrwxr-x 3 jenkins jenkins 4096 May 29 22:47 openapi 22:49:37 drwxrwxr-x 6 jenkins jenkins 4096 May 29 22:47 pkg 22:49:37 drwxrwxr-x 4 jenkins jenkins 4096 May 29 22:47 snap 22:49:37 -rw-rw-r-- 1 jenkins jenkins 222 May 29 22:47 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:49:37 + 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=4d3de39ad95bcdfc9d5dc26506691e19e6d84cab --label arch=amd64 --label version=0.0.0 . 22:49:37 Sending build context to Docker daemon 11.34MB 22:49:37 Step 1/23 : ARG BASE=golang:1.20-alpine3.17 22:49:37 Step 2/23 : FROM ${BASE} AS builder 22:49:37 ---> 11d49afb1738 22:49:37 Step 3/23 : ARG MAKE=make build 22:49:37 ---> Running in 0539992e6f92 22:49:37 Removing intermediate container 0539992e6f92 22:49:37 ---> 3a7fc7c5843d 22:49:37 Step 4/23 : WORKDIR /device-sdk-go 22:49:37 ---> Running in 2edb043335af 22:49:37 Removing intermediate container 2edb043335af 22:49:37 ---> c6db0ff7433c 22:49:37 Step 5/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' 22:49:37 ---> Running in 40e254296092 22:49:37 Removing intermediate container 40e254296092 22:49:37 ---> b8aef50d3d11 22:49:37 Step 6/23 : RUN apk add --update --no-cache make git 22:49:37 ---> Running in 7a0828e5b848 22:49:38 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 22:49:38 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 22:49:38 OK: 265 MiB in 53 packages 22:49:38 Removing intermediate container 7a0828e5b848 22:49:38 ---> f25c8dac46f6 22:49:38 Step 7/23 : COPY go.mod vendor* ./ 22:49:38 ---> 307356ce17a8 22:49:38 Step 8/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 22:49:38 ---> Running in f46223c25858 22:49:39 Removing intermediate container f46223c25858 22:49:39 ---> 232b32b88cd4 22:49:39 Step 9/23 : COPY . . 22:49:40 ---> 20fa32eca54e 22:49:40 Step 10/23 : RUN ${MAKE} 22:49:40 ---> Running in b480df4a95af 22:49:41 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 22:49:59 Removing intermediate container b480df4a95af 22:49:59 ---> a7b7f65c55b3 22:49:59 Step 11/23 : FROM alpine:3.17 22:49:59 3.17: Pulling from library/alpine 22:49:59 f56be85fc22e: Already exists 22:49:59 Digest: sha256:124c7d2707904eea7431fffe91522a01e5a861a624ee31d03372cc1d138a3126 22:49:59 Status: Downloaded newer image for alpine:3.17 22:49:59 ---> 9ed4aefc74f6 22:49:59 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel' 22:49:59 ---> Running in b2d93fd0dc62 22:49:59 Removing intermediate container b2d93fd0dc62 22:49:59 ---> 21926b1b79b3 22:49:59 Step 13/23 : RUN apk add --update --no-cache 22:49:59 ---> Running in 3df89cf0c7e8 22:49:59 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 22:49:59 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 22:49:59 OK: 7 MiB in 15 packages 22:49:59 Removing intermediate container 3df89cf0c7e8 22:49:59 ---> f558faf28114 22:49:59 Step 14/23 : WORKDIR / 22:49:59 ---> Running in 42d34828197c 22:49:59 Removing intermediate container 42d34828197c 22:49:59 ---> a5f9eddfcd12 22:49:59 Step 15/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/Attribution.txt /Attribution.txt 22:49:59 ---> 2a0aa11a3788 22:49:59 Step 16/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /device-simple 22:50:00 ---> 40851788f0ae 22:50:00 Step 17/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/ /res 22:50:00 ---> f0c6126b5f5b 22:50:00 Step 18/23 : EXPOSE 59999 22:50:00 ---> Running in d888b98f4cb4 22:50:00 Removing intermediate container d888b98f4cb4 22:50:00 ---> eba0795bd355 22:50:00 Step 19/23 : ENTRYPOINT ["/device-simple"] 22:50:00 ---> Running in ec68c234fa1f 22:50:01 Removing intermediate container ec68c234fa1f 22:50:01 ---> 3c55c5228566 22:50:01 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 22:50:01 ---> Running in 5795c255ab57 22:50:01 Removing intermediate container 5795c255ab57 22:50:01 ---> 145cbed3b496 22:50:01 Step 21/23 : LABEL arch=amd64 22:50:01 ---> Running in fb7b5d861a93 22:50:01 Removing intermediate container fb7b5d861a93 22:50:01 ---> 859459c9c8a4 22:50:01 Step 22/23 : LABEL git_sha=4d3de39ad95bcdfc9d5dc26506691e19e6d84cab 22:50:01 ---> Running in 43d02f112437 22:50:01 Removing intermediate container 43d02f112437 22:50:01 ---> 6b4a6fbef2fd 22:50:01 Step 23/23 : LABEL version=0.0.0 22:50:01 ---> Running in ec6b5f401a99 22:50:01 Removing intermediate container ec6b5f401a99 22:50:01 ---> 2804e1325670 22:50:01 [Warning] One or more build-args [ARCH] were not consumed 22:50:01 Successfully built 2804e1325670 22:50:01 Successfully tagged device-sdk-simple:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:50:02 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 22:50:02 22:50:02 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:50:02 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 22:50:02 latest: Pulling from edgex-lftools-log-publisher 22:50:02 5eb5b503b376: Pulling fs layer 22:50:02 5c69ac0246d0: Pulling fs layer 22:50:02 ec43610c2a17: Pulling fs layer 22:50:02 3a2ae6a8a46f: Pulling fs layer 22:50:02 33b1e0a273af: Pulling fs layer 22:50:02 5d3b04190fa2: Pulling fs layer 22:50:02 2f39f015ded8: Pulling fs layer 22:50:02 33b1e0a273af: Waiting 22:50:02 5d3b04190fa2: Waiting 22:50:02 3a2ae6a8a46f: Waiting 22:50:02 2f39f015ded8: Waiting 22:50:02 5c69ac0246d0: Download complete 22:50:02 3a2ae6a8a46f: Verifying Checksum 22:50:02 3a2ae6a8a46f: Download complete 22:50:02 33b1e0a273af: Verifying Checksum 22:50:02 33b1e0a273af: Download complete 22:50:02 ec43610c2a17: Verifying Checksum 22:50:02 ec43610c2a17: Download complete 22:50:02 5d3b04190fa2: Download complete 22:50:03 5eb5b503b376: Verifying Checksum 22:50:03 5eb5b503b376: Download complete 22:50:03 2f39f015ded8: Download complete 22:50:04 5eb5b503b376: Pull complete 22:50:04 5c69ac0246d0: Pull complete 22:50:04 ec43610c2a17: Pull complete 22:50:05 3a2ae6a8a46f: Pull complete 22:50:05 33b1e0a273af: Pull complete 22:50:05 5d3b04190fa2: Pull complete 22:50:09 2f39f015ded8: Pull complete 22:50:09 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 22:50:09 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 22:50:09 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 22:50:09 prd-ubuntu20.04-docker-8c-8g-17186 does not seem to be running inside a container 22:50:09 $ 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-1465 -v /w/workspace/gexfoundry_device-sdk-go_PR-1465:/w/workspace/gexfoundry_device-sdk-go_PR-1465:rw,z -v /w/workspace/gexfoundry_device-sdk-go_PR-1465@tmp:/w/workspace/gexfoundry_device-sdk-go_PR-1465@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 22:50:13 $ docker top afb20b5a2ab5b0fd45f5dd45fe77df3e726c315c7c8da43693b91093d669baa4 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 22:50:13 ---> job-cost.sh 22:50:13 lf-activate-venv: SKIPPING 22:50:13 INFO: No Stack... 22:50:14 INFO: Retrieving Pricing Info for: v3-standard-8 22:50:14 INFO: Archiving Costs [Pipeline] sh 22:50:14 + cut -d, -f6 22:50:14 + cat /w/workspace/gexfoundry_device-sdk-go_PR-1465/archives/cost.csv [Pipeline] lock 22:50:14 Trying to acquire lock on [jenkins-edgexfoundry-device-sdk-go-PR-1465-1-stack-cost] 22:50:14 Resource [jenkins-edgexfoundry-device-sdk-go-PR-1465-1-stack-cost] did not exist. Created. 22:50:14 Lock acquired on [jenkins-edgexfoundry-device-sdk-go-PR-1465-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 22:50:15 + echo total: 0.2199999988079071 [Pipeline] stash 22:50:15 Stashed 1 file(s) [Pipeline] } 22:50:15 Lock released on resource [jenkins-edgexfoundry-device-sdk-go-PR-1465-1-stack-cost] [Pipeline] // lock [Pipeline] } 22:50:15 $ docker stop --time=1 afb20b5a2ab5b0fd45f5dd45fe77df3e726c315c7c8da43693b91093d669baa4 22:50:16 $ docker rm -f --volumes afb20b5a2ab5b0fd45f5dd45fe77df3e726c315c7c8da43693b91093d669baa4 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 22:51:30 Running on prd-ubuntu20.04-docker-arm64-4c-16g-17187 in /w/workspace/gexfoundry_device-sdk-go_PR-1465 [Pipeline] { [Pipeline] ws 22:51:30 Running in /w/workspace/device-sdk-go/1 [Pipeline] { [Pipeline] checkout 22:51:30 The recommended git tool is: git 22:51:40 using credential edgex-jenkins-ssh 22:51:40 Cloning the remote Git repository 22:51:40 Cloning repository git@github.com:edgexfoundry/device-sdk-go.git 22:51:40 > git init /w/workspace/device-sdk-go/1 # timeout=10 22:51:40 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 22:51:40 > git --version # timeout=10 22:51:40 > git --version # 'git version 2.25.1' 22:51:40 using GIT_SSH to set credentials SSH Credentials for GitHub 22:51:41 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 22:51:43 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 22:51:43 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 22:51:44 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 22:51:44 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 22:51:44 using GIT_SSH to set credentials SSH Credentials for GitHub 22:51:44 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/1465/head:refs/remotes/origin/PR-1465 +refs/heads/main:refs/remotes/origin/main # timeout=10 22:51:45 Merging remotes/origin/main commit afe14f99071666e3a8a1e98015d177d59a71e5e7 into PR head commit 4d3de39ad95bcdfc9d5dc26506691e19e6d84cab 22:51:45 Merge succeeded, producing 4d3de39ad95bcdfc9d5dc26506691e19e6d84cab 22:51:45 Checking out Revision 4d3de39ad95bcdfc9d5dc26506691e19e6d84cab (PR-1465) 22:51:45 > git config core.sparsecheckout # timeout=10 22:51:45 > git checkout -f 4d3de39ad95bcdfc9d5dc26506691e19e6d84cab # timeout=10 22:51:45 > git remote # timeout=10 22:51:45 > git config --get remote.origin.url # timeout=10 22:51:45 using GIT_SSH to set credentials SSH Credentials for GitHub 22:51:45 > git merge afe14f99071666e3a8a1e98015d177d59a71e5e7 # timeout=10 22:51:45 > git rev-parse HEAD^{commit} # timeout=10 22:51:45 > git config core.sparsecheckout # timeout=10 22:51:45 > git checkout -f 4d3de39ad95bcdfc9d5dc26506691e19e6d84cab # timeout=10 22:51:49 Commit message: "fix: Replace slack chat with github discussion" 22:51:49 > git --version # timeout=10 22:51:49 > git --version # 'git version 2.25.1' 22:51:49 fatal: bad object 4fc256d9079ed2258907e613f84b1b8da264a4bd [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 22:51:50 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 22:51:50 % Total % Received % Xferd Average Speed Time Time Time Current 22:51:50 Dload Upload Total Spent Left Speed 22:51:50 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 85577 0 --:--:-- --:--:-- --:--:-- 86155 [Pipeline] sh 22:51:51 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 22:51:51 + sudo tee /etc/docker/daemon.new 22:51:51 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 22:51:51 { 22:51:51 "registry-mirrors": [ 22:51:51 "https://nexus3.edgexfoundry.org:10001" 22:51:51 ], 22:51:51 "bip": "10.250.0.254/24", 22:51:51 "hosts": [ 22:51:51 "tcp://0.0.0.0:5555", 22:51:51 "unix:///var/run/docker.sock" 22:51:51 ], 22:51:51 "mtu": 1458, 22:51:51 "selinux-enabled": true, 22:51:51 "seccomp-profile": "/etc/docker/seccomp.json" 22:51:51 } [Pipeline] sh 22:51:51 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 22:51:52 + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 22:52:10 provisioning config files... 22:52:10 copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/1@tmp/config18307290610536059969tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 22:52:10 ---> docker-login.sh 22:52:10 nexus3.edgexfoundry.org:10001 22:52:11 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:52:11 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:52:11 Configure a credential helper to remove this warning. See 22:52:11 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:52:11 22:52:11 Login Succeeded 22:52:11 nexus3.edgexfoundry.org:10002 22:52:11 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:52:11 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:52:11 Configure a credential helper to remove this warning. See 22:52:11 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:52:11 22:52:11 Login Succeeded 22:52:11 nexus3.edgexfoundry.org:10003 22:52:12 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:52:12 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:52:12 Configure a credential helper to remove this warning. See 22:52:12 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:52:12 22:52:12 Login Succeeded 22:52:12 nexus3.edgexfoundry.org:10004 22:52:12 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:52:12 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:52:12 Configure a credential helper to remove this warning. See 22:52:12 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:52:12 22:52:12 Login Succeeded 22:52:12 docker.io 22:52:12 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:52:13 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:52:13 Configure a credential helper to remove this warning. See 22:52:13 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:52:13 22:52:13 Login Succeeded 22:52:13 ---> docker-login.sh ends [Pipeline] } 22:52:13 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 22:52:13 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 22:52:13 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 22:52:13 ========================================================= 22:52:13 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine] 22:52:13 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:52:14 + 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 . 22:52:14 Sending build context to Docker daemon 6.051MB 22:52:14 Step 1/10 : ARG BASE=golang:1.20-alpine3.17 22:52:14 Step 2/10 : FROM ${BASE} AS builder 22:52:14 1.20-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 22:52:14 c41833b44d91: Pulling fs layer 22:52:14 ed15518f5707: Pulling fs layer 22:52:14 feae8fd75edb: Pulling fs layer 22:52:14 242c74f7c9fa: Pulling fs layer 22:52:14 3cdef696dda3: Pulling fs layer 22:52:14 2ced38df9373: Pulling fs layer 22:52:14 58f1dce35555: Pulling fs layer 22:52:14 242c74f7c9fa: Waiting 22:52:14 3cdef696dda3: Waiting 22:52:14 2ced38df9373: Waiting 22:52:14 58f1dce35555: Waiting 22:52:14 ed15518f5707: Download complete 22:52:14 242c74f7c9fa: Verifying Checksum 22:52:14 242c74f7c9fa: Download complete 22:52:14 3cdef696dda3: Verifying Checksum 22:52:14 3cdef696dda3: Download complete 22:52:14 c41833b44d91: Download complete 22:52:15 c41833b44d91: Pull complete 22:52:15 58f1dce35555: Verifying Checksum 22:52:15 58f1dce35555: Download complete 22:52:16 ed15518f5707: Pull complete 22:52:17 feae8fd75edb: Verifying Checksum 22:52:17 feae8fd75edb: Download complete 22:52:17 2ced38df9373: Verifying Checksum 22:52:17 2ced38df9373: Download complete 22:52:29 feae8fd75edb: Pull complete 22:52:29 242c74f7c9fa: Pull complete 22:52:29 3cdef696dda3: Pull complete 22:52:35 2ced38df9373: Pull complete 22:52:37 58f1dce35555: Pull complete 22:52:37 Digest: sha256:3b55595e96c696ae732e8cb20cde5b1ff7282a1fe1423a8de67617af8d15ea1e 22:52:37 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine 22:52:37 ---> fadd8f120f05 22:52:37 Step 3/10 : ARG MAKE=make build 22:52:39 ---> Running in 602da8bca036 22:52:40 Removing intermediate container 602da8bca036 22:52:40 ---> 1b40dc375d2c 22:52:40 Step 4/10 : WORKDIR /device-sdk-go 22:52:40 ---> Running in 61ab4fe207d7 22:52:41 Removing intermediate container 61ab4fe207d7 22:52:41 ---> 3bb683d6863f 22:52:41 Step 5/10 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' 22:52:41 ---> Running in 2c74d4a63ce4 22:52:41 Removing intermediate container 2c74d4a63ce4 22:52:41 ---> 3b9a08a019ed 22:52:41 Step 6/10 : RUN apk add --update --no-cache make git 22:52:41 ---> Running in c9443b2ce66c 22:52:42 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 22:52:43 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 22:52:44 OK: 263 MiB in 53 packages 22:52:45 Removing intermediate container c9443b2ce66c 22:52:45 ---> fb6b962671e2 22:52:45 Step 7/10 : COPY go.mod vendor* ./ 22:52:47 ---> 4886f7d64568 22:52:47 Step 8/10 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 22:52:47 ---> Running in e028d667743f 22:53:55 Removing intermediate container e028d667743f 22:53:55 ---> 341b3dc02661 22:53:55 Step 9/10 : COPY . . 22:53:55 ---> faa74be7c4e3 22:53:55 Step 10/10 : RUN ${MAKE} 22:53:55 ---> Running in 408712bdc9c2 22:53:55 noop 22:53:55 Removing intermediate container 408712bdc9c2 22:53:55 ---> f10c8786d56e 22:53:55 Successfully built f10c8786d56e 22:53:55 Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:53:55 + docker inspect -f . ci-base-image-arm64 22:53:55 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 22:53:55 prd-ubuntu20.04-docker-arm64-4c-16g-17187 does not seem to be running inside a container 22:53:55 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/1 -v /w/workspace/device-sdk-go/1:/w/workspace/device-sdk-go/1:rw,z -v /w/workspace/device-sdk-go/1@tmp:/w/workspace/device-sdk-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 22:53:57 $ docker top a58cffa52c25ae464496f1fcd8fb088ada2e199c9f0022307e00bb5ede76d688 -eo pid,comm [Pipeline] { [Pipeline] sh 22:53:58 + go version 22:53:58 go version go1.20.2 linux/arm64 [Pipeline] } 22:53:58 $ docker stop --time=1 a58cffa52c25ae464496f1fcd8fb088ada2e199c9f0022307e00bb5ede76d688 22:53:59 $ docker rm -f --volumes a58cffa52c25ae464496f1fcd8fb088ada2e199c9f0022307e00bb5ede76d688 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:54:00 + docker inspect -f . ci-base-image-arm64 22:54:00 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 22:54:00 prd-ubuntu20.04-docker-arm64-4c-16g-17187 does not seem to be running inside a container 22:54:00 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -w /w/workspace/device-sdk-go/1 -v /w/workspace/device-sdk-go/1:/w/workspace/device-sdk-go/1:rw,z -v /w/workspace/device-sdk-go/1@tmp:/w/workspace/device-sdk-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 22:54:02 $ docker top 632bc2b9faba5db2ded2b46a41cadab5e3840eb11d77143810a12db7c1af7c2d -eo pid,comm [Pipeline] { [Pipeline] sh 22:54:03 + git config --global --add safe.directory /w/workspace/device-sdk-go/1 [Pipeline] fileExists [Pipeline] sh 22:54:03 + make test 22:54:03 go test -race -coverprofile=coverage.out ./... 22:54:50 ? github.com/edgexfoundry/device-sdk-go/v3 [no test files] 22:56:42 ? github.com/edgexfoundry/device-sdk-go/v3/example/cmd/device-simple [no test files] 22:56:42 ? github.com/edgexfoundry/device-sdk-go/v3/example/config [no test files] 22:56:42 ? github.com/edgexfoundry/device-sdk-go/v3/example/driver [no test files] 22:56:42 ? github.com/edgexfoundry/device-sdk-go/v3/internal/application [no test files] 22:56:42 ? github.com/edgexfoundry/device-sdk-go/v3/internal/autodiscovery [no test files] 22:56:42 ok github.com/edgexfoundry/device-sdk-go/v3/internal/autoevent 0.220s coverage: 27.6% of statements 22:56:45 ok github.com/edgexfoundry/device-sdk-go/v3/internal/cache 0.260s coverage: 80.2% of statements 22:56:57 ? github.com/edgexfoundry/device-sdk-go/v3/internal/config [no test files] 22:56:57 ? github.com/edgexfoundry/device-sdk-go/v3/internal/container [no test files] 22:56:57 ok github.com/edgexfoundry/device-sdk-go/v3/internal/common 0.343s coverage: 86.0% of statements 22:57:04 ? github.com/edgexfoundry/device-sdk-go/v3/internal/controller/http/correlation [no test files] 22:57:04 ok github.com/edgexfoundry/device-sdk-go/v3/internal/controller/http 0.433s coverage: 77.5% of statements 22:57:07 ? github.com/edgexfoundry/device-sdk-go/v3/internal/provision [no test files] 22:57:09 ? github.com/edgexfoundry/device-sdk-go/v3/pkg/interfaces [no test files] 22:57:09 ? github.com/edgexfoundry/device-sdk-go/v3/pkg/interfaces/mocks [no test files] 22:57:11 ok github.com/edgexfoundry/device-sdk-go/v3/internal/controller/messaging 3.241s coverage: 14.3% of statements 22:57:11 ok github.com/edgexfoundry/device-sdk-go/v3/internal/transformer 0.430s coverage: 68.5% of statements 22:57:13 ok github.com/edgexfoundry/device-sdk-go/v3/pkg/models 0.437s coverage: 89.2% of statements 22:57:14 ? github.com/edgexfoundry/device-sdk-go/v3/pkg/startup [no test files] 22:57:14 ok github.com/edgexfoundry/device-sdk-go/v3/pkg/service 0.227s coverage: 5.7% of statements 22:57:14 WARNING: Linting skipped (not on x86_64 or linter not installed) 22:57:14 GO111MODULE=on go vet ./... 22:59:36 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 22:59:36 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 22:59:36 ./bin/test-attribution-txt.sh [Pipeline] echo 22:59:36 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 22:59:36 $ docker stop --time=1 632bc2b9faba5db2ded2b46a41cadab5e3840eb11d77143810a12db7c1af7c2d 22:59:39 $ docker rm -f --volumes 632bc2b9faba5db2ded2b46a41cadab5e3840eb11d77143810a12db7c1af7c2d [Pipeline] // withDockerContainer [Pipeline] sh 22:59:40 + sudo chown -R jenkins:jenkins . [Pipeline] stash 22:59:41 Warning: overwriting stash ‘coverage-report’ 22:59:41 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 22:59:42 + sudo chown -R jenkins:jenkins . [Pipeline] sh 22:59:42 + ls -al . 22:59:42 total 280 22:59:42 drwxrwxr-x 10 jenkins jenkins 4096 May 29 22:54 . 22:59:42 drwxrwxr-x 4 jenkins jenkins 4096 May 29 22:51 .. 22:59:42 -rw-rw-r-- 1 jenkins jenkins 140 May 29 22:51 .dockerignore 22:59:42 drwxrwxr-x 8 jenkins jenkins 4096 May 29 22:51 .git 22:59:42 drwxrwxr-x 2 jenkins jenkins 4096 May 29 22:51 .github 22:59:42 -rw-rw-r-- 1 jenkins jenkins 137 May 29 22:51 .gitignore 22:59:42 -rw-rw-r-- 1 jenkins jenkins 42 May 29 22:51 .golangci.yml 22:59:42 -rw-rw-r-- 1 jenkins jenkins 44878 May 29 22:51 CHANGELOG.md 22:59:42 -rw-rw-r-- 1 jenkins jenkins 677 May 29 22:51 GOVERNANCE.md 22:59:42 -rw-rw-r-- 1 jenkins jenkins 885 May 29 22:51 Jenkinsfile 22:59:42 -rw-rw-r-- 1 jenkins jenkins 11341 May 29 22:51 LICENSE 22:59:42 -rw-rw-r-- 1 jenkins jenkins 1714 May 29 22:51 Makefile 22:59:42 -rw-rw-r-- 1 jenkins jenkins 619 May 29 22:51 OWNERS.md 22:59:42 -rw-rw-r-- 1 jenkins jenkins 4953 May 29 22:51 README.md 22:59:42 -rw-rw-r-- 1 jenkins jenkins 5 May 29 22:47 VERSION 22:59:42 drwxrwxr-x 2 jenkins jenkins 4096 May 29 22:51 bin 22:59:42 -rw-r--r-- 1 jenkins jenkins 106150 May 29 22:57 coverage.out 22:59:42 drwxrwxr-x 5 jenkins jenkins 4096 May 29 22:51 example 22:59:42 -rw-rw-r-- 1 jenkins jenkins 3193 May 29 22:51 go.mod 22:59:42 -rw-rw-r-- 1 jenkins jenkins 30699 May 29 22:51 go.sum 22:59:42 drwxrwxr-x 12 jenkins jenkins 4096 May 29 22:51 internal 22:59:42 drwxrwxr-x 3 jenkins jenkins 4096 May 29 22:51 openapi 22:59:42 drwxrwxr-x 6 jenkins jenkins 4096 May 29 22:51 pkg 22:59:42 drwxrwxr-x 4 jenkins jenkins 4096 May 29 22:51 snap 22:59:42 -rw-rw-r-- 1 jenkins jenkins 222 May 29 22:51 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:59:43 + docker build -t device-sdk-simple-arm64 -f example/cmd/device-simple/Dockerfile --build-arg BASE=ci-base-image-arm64 --build-arg MAKE=make build --build-arg ARCH=arm64 --label git_sha=4d3de39ad95bcdfc9d5dc26506691e19e6d84cab --label arch=arm64 --label version=0.0.0 . 22:59:43 Sending build context to Docker daemon 6.158MB 22:59:43 Step 1/23 : ARG BASE=golang:1.20-alpine3.17 22:59:43 Step 2/23 : FROM ${BASE} AS builder 22:59:43 ---> f10c8786d56e 22:59:43 Step 3/23 : ARG MAKE=make build 22:59:43 ---> Running in 7042c40550db 22:59:43 Removing intermediate container 7042c40550db 22:59:43 ---> 0496aecfc05e 22:59:43 Step 4/23 : WORKDIR /device-sdk-go 22:59:44 ---> Running in 181c7c019a89 22:59:44 Removing intermediate container 181c7c019a89 22:59:44 ---> a645d99b7767 22:59:44 Step 5/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' 22:59:44 ---> Running in c48494149bbc 22:59:44 Removing intermediate container c48494149bbc 22:59:44 ---> e1470db7e63a 22:59:44 Step 6/23 : RUN apk add --update --no-cache make git 22:59:44 ---> Running in 7cb83cb047b4 22:59:45 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 22:59:46 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 22:59:47 OK: 263 MiB in 53 packages 22:59:48 Removing intermediate container 7cb83cb047b4 22:59:48 ---> 9172c0452b6a 22:59:48 Step 7/23 : COPY go.mod vendor* ./ 22:59:52 ---> b2b206519933 22:59:52 Step 8/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 22:59:52 ---> Running in 11b8248cc458 22:59:54 Removing intermediate container 11b8248cc458 22:59:54 ---> ce0520a3649d 22:59:54 Step 9/23 : COPY . . 22:59:55 ---> c87585c8f2c3 22:59:55 Step 10/23 : RUN ${MAKE} 22:59:55 ---> Running in 2c3c640adfdc 22:59:56 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 23:02:05 Removing intermediate container 2c3c640adfdc 23:02:05 ---> 1e823be673ca 23:02:05 Step 11/23 : FROM alpine:3.17 23:02:05 3.17: Pulling from library/alpine 23:02:05 c41833b44d91: Already exists 23:02:05 Digest: sha256:124c7d2707904eea7431fffe91522a01e5a861a624ee31d03372cc1d138a3126 23:02:05 Status: Downloaded newer image for alpine:3.17 23:02:05 ---> 51e60588ff2c 23:02:05 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel' 23:02:05 ---> Running in 37392a92ec81 23:02:05 Removing intermediate container 37392a92ec81 23:02:05 ---> 7cc28b527d03 23:02:05 Step 13/23 : RUN apk add --update --no-cache 23:02:05 ---> Running in b41e3bb185db 23:02:05 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 23:02:05 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 23:02:05 OK: 7 MiB in 15 packages 23:02:05 Removing intermediate container b41e3bb185db 23:02:05 ---> 2905a32c676b 23:02:05 Step 14/23 : WORKDIR / 23:02:05 ---> Running in cdf83d29b4e6 23:02:05 Removing intermediate container cdf83d29b4e6 23:02:05 ---> 860a3063d457 23:02:05 Step 15/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/Attribution.txt /Attribution.txt 23:02:05 ---> b7ed4e0ef78b 23:02:05 Step 16/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /device-simple 23:02:05 ---> f66e0b99866c 23:02:05 Step 17/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/ /res 23:02:05 ---> a56a458ee105 23:02:05 Step 18/23 : EXPOSE 59999 23:02:05 ---> Running in 1a3a3921a1cb 23:02:05 Removing intermediate container 1a3a3921a1cb 23:02:05 ---> ad03b5159aae 23:02:05 Step 19/23 : ENTRYPOINT ["/device-simple"] 23:02:05 ---> Running in d6697121c7d3 23:02:05 Removing intermediate container d6697121c7d3 23:02:05 ---> ca40514b7696 23:02:05 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 23:02:05 ---> Running in 606ac076cf73 23:02:05 Removing intermediate container 606ac076cf73 23:02:05 ---> 06409e65c384 23:02:05 Step 21/23 : LABEL arch=arm64 23:02:05 ---> Running in 7603cb420667 23:02:05 Removing intermediate container 7603cb420667 23:02:05 ---> 9f5b5497fbbb 23:02:05 Step 22/23 : LABEL git_sha=4d3de39ad95bcdfc9d5dc26506691e19e6d84cab 23:02:05 ---> Running in 7642d62b8b3f 23:02:05 Removing intermediate container 7642d62b8b3f 23:02:05 ---> b05712c7726f 23:02:05 Step 23/23 : LABEL version=0.0.0 23:02:05 ---> Running in cec8729fa28e 23:02:05 Removing intermediate container cec8729fa28e 23:02:05 ---> c888c9a940b1 23:02:05 [Warning] One or more build-args [ARCH] were not consumed 23:02:05 Successfully built c888c9a940b1 23:02:05 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 23:02:06 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 23:02:06 23:02:06 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:02:06 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 23:02:06 arm64: Pulling from edgex-lftools-log-publisher 23:02:06 8998bd30e6a1: Pulling fs layer 23:02:06 04944245beec: Pulling fs layer 23:02:06 699f458cf7ca: Pulling fs layer 23:02:06 765212b225bb: Pulling fs layer 23:02:06 f23df028b6ca: Pulling fs layer 23:02:06 d65c8cfc05b1: Pulling fs layer 23:02:06 2437ff75d9bd: Pulling fs layer 23:02:06 f23df028b6ca: Waiting 23:02:06 2437ff75d9bd: Waiting 23:02:06 d65c8cfc05b1: Waiting 23:02:06 765212b225bb: Waiting 23:02:07 04944245beec: Verifying Checksum 23:02:07 04944245beec: Download complete 23:02:07 765212b225bb: Verifying Checksum 23:02:07 765212b225bb: Download complete 23:02:07 f23df028b6ca: Download complete 23:02:07 d65c8cfc05b1: Download complete 23:02:07 699f458cf7ca: Verifying Checksum 23:02:07 699f458cf7ca: Download complete 23:02:07 8998bd30e6a1: Verifying Checksum 23:02:07 8998bd30e6a1: Download complete 23:02:10 2437ff75d9bd: Verifying Checksum 23:02:11 8998bd30e6a1: Pull complete 23:02:12 04944245beec: Pull complete 23:02:13 699f458cf7ca: Pull complete 23:02:13 765212b225bb: Pull complete 23:02:14 f23df028b6ca: Pull complete 23:02:14 d65c8cfc05b1: Pull complete 23:02:29 2437ff75d9bd: Pull complete 23:02:29 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 23:02:29 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 23:02:29 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 23:02:29 prd-ubuntu20.04-docker-arm64-4c-16g-17187 does not seem to be running inside a container 23:02:29 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/device-sdk-go/1 -v /w/workspace/device-sdk-go/1:/w/workspace/device-sdk-go/1:rw,z -v /w/workspace/device-sdk-go/1@tmp:/w/workspace/device-sdk-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat 23:02:32 $ docker top a50a8a47047fd78e58fd7f6c4c28fcf3901131a3a99889e3d8df7acf449afc4a -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 23:02:33 ---> job-cost.sh 23:02:33 lf-activate-venv: SKIPPING 23:02:33 INFO: No Stack... 23:02:33 INFO: Retrieving Pricing Info for: v3-standard-4 23:02:34 INFO: Archiving Costs [Pipeline] sh 23:02:34 + cut -d, -f6 23:02:34 + cat /w/workspace/device-sdk-go/1/archives/cost.csv [Pipeline] lock 23:02:35 Trying to acquire lock on [jenkins-edgexfoundry-device-sdk-go-PR-1465-1-stack-cost] 23:02:35 Resource [jenkins-edgexfoundry-device-sdk-go-PR-1465-1-stack-cost] did not exist. Created. 23:02:35 Lock acquired on [jenkins-edgexfoundry-device-sdk-go-PR-1465-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 23:02:35 /w/workspace/device-sdk-go/1@tmp/durable-4a7ddd5f/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh 23:02:35 + echo total: 0.10999999940395355 [Pipeline] stash 23:02:36 Warning: overwriting stash ‘stack-cost’ 23:02:36 Stashed 1 file(s) [Pipeline] } 23:02:36 Lock released on resource [jenkins-edgexfoundry-device-sdk-go-PR-1465-1-stack-cost] [Pipeline] // lock [Pipeline] } 23:02:36 $ docker stop --time=1 a50a8a47047fd78e58fd7f6c4c28fcf3901131a3a99889e3d8df7acf449afc4a 23:02:37 $ docker rm -f --volumes a50a8a47047fd78e58fd7f6c4c28fcf3901131a3a99889e3d8df7acf449afc4a [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 23:02:38 provisioning config files... 23:02:38 copy managed file [device-sdk-go-codecov-token] to file:/w/workspace/gexfoundry_device-sdk-go_PR-1465@tmp/config13677376183601870218tmp [Pipeline] { [Pipeline] sh 23:02:39 + set +x 23:02:39 + bash -s -- 23:02:39 + curl -s https://codecov.io/bash 23:02:39 23:02:39 _____ _ 23:02:39 / ____| | | 23:02:39 | | ___ __| | ___ ___ _____ __ 23:02:39 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 23:02:39 | |___| (_) | (_| | __/ (_| (_) \ V / 23:02:39 \_____\___/ \__,_|\___|\___\___/ \_/ 23:02:39 Bash-1.0.6 23:02:39 23:02:39 23:02:39 ==> git version 2.25.1 found 23:02:39 ==> 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 23:02:39 Release-Date: 2020-01-08 23:02:39 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 23:02:39 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 23:02:39 ==> Jenkins CI detected. 23:02:39 current dir:  /w/workspace/gexfoundry_device-sdk-go_PR-1465 23:02:39 project root: . 23:02:39 --> token set from env 23:02:39 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 23:02:39 ==> Running gcov in . (disable via -X gcov) 23:02:39 ==> Python coveragepy not found 23:02:39 ==> Searching for coverage reports in: 23:02:39 + . 23:02:39 -> Found 1 reports 23:02:39 ==> Detecting git/mercurial file structure 23:02:39 ==> Reading reports 23:02:39 + ./coverage.out bytes=106150 23:02:39 ==> Appending adjustments 23:02:39 https://docs.codecov.io/docs/fixing-reports 23:02:39 + Found adjustments 23:02:39 ==> Gzipping contents 23:02:39 16K /tmp/codecov.31aTV9.gz 23:02:39 ==> Uploading reports 23:02:39 url: https://codecov.io 23:02:39 query: branch=PR-1465&commit=4d3de39ad95bcdfc9d5dc26506691e19e6d84cab&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2FPR-1465%2F1%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=1465&job=&cmd_args= 23:02:39 -> Pinging Codecov 23:02:39 https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=6fc62cd9-fce6-47f0-85f4-af589338491a&branch=PR-1465&commit=4d3de39ad95bcdfc9d5dc26506691e19e6d84cab&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2FPR-1465%2F1%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=1465&job=&cmd_args= 23:02:39 -> Uploading to 23:02:39 https://storage.googleapis.com/codecov/v4/raw/2023-05-29/7E55EF52A471D76F132DFD9A03CDDE97/4d3de39ad95bcdfc9d5dc26506691e19e6d84cab/d381cdcc-46ab-4520-87b4-36d0e62ebf77.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20230529%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20230529T230239Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=ac0fe7455386689c0ab4ae9b93d92f5b22a03d610b08af1134e0cd296299c5cf 23:02:39 % Total % Received % Xferd Average Speed Time Time Time Current 23:02:39 Dload Upload Total Spent Left Speed 23:02:39 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 15152 0 0 100 15152 0 73912 --:--:-- --:--:-- --:--:-- 73912 23:02:39 -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/device-sdk-go/commit/4d3de39ad95bcdfc9d5dc26506691e19e6d84cab [Pipeline] } 23:02:39 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 23:02:41 + [ -d /w/workspace/gexfoundry_device-sdk-go_PR-1465/archives ] 23:02:41 + ls -al /w/workspace/gexfoundry_device-sdk-go_PR-1465/archives 23:02:41 total 16 23:02:41 drwxr-xr-x 3 root root 4096 May 29 22:50 . 23:02:41 drwxrwxr-x 12 jenkins jenkins 4096 May 29 22:50 .. 23:02:41 drwxr-xr-x 2 root root 4096 May 29 22:50 cost 23:02:41 -rw-r--r-- 1 root root 86 May 29 22:50 cost.csv 23:02:41 + sudo chown -R jenkins:jenkins /w/workspace/gexfoundry_device-sdk-go_PR-1465/archives 23:02:41 + ls -al /w/workspace/gexfoundry_device-sdk-go_PR-1465/archives 23:02:41 total 16 23:02:41 drwxr-xr-x 3 jenkins jenkins 4096 May 29 22:50 . 23:02:41 drwxrwxr-x 12 jenkins jenkins 4096 May 29 22:50 .. 23:02:41 drwxr-xr-x 2 jenkins jenkins 4096 May 29 22:50 cost 23:02:41 -rw-r--r-- 1 jenkins jenkins 86 May 29 22:50 cost.csv [Pipeline] libraryResource [Pipeline] sh 23:02:41 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 23:02:42 ---> package-listing.sh 23:02:42 ++ facter osfamily 23:02:42 ++ tr '[:upper:]' '[:lower:]' 23:02:43 + OS_FAMILY=debian 23:02:43 + workspace=/w/workspace/gexfoundry_device-sdk-go_PR-1465 23:02:43 + START_PACKAGES=/tmp/packages_start.txt 23:02:43 + END_PACKAGES=/tmp/packages_end.txt 23:02:43 + DIFF_PACKAGES=/tmp/packages_diff.txt 23:02:43 + PACKAGES=/tmp/packages_start.txt 23:02:43 + '[' /w/workspace/gexfoundry_device-sdk-go_PR-1465 ']' 23:02:43 + PACKAGES=/tmp/packages_end.txt 23:02:43 + case "${OS_FAMILY}" in 23:02:43 + dpkg -l 23:02:43 + grep '^ii' 23:02:43 + '[' -f /tmp/packages_start.txt ']' 23:02:43 + '[' -f /tmp/packages_end.txt ']' 23:02:43 + diff /tmp/packages_start.txt /tmp/packages_end.txt 23:02:43 + '[' /w/workspace/gexfoundry_device-sdk-go_PR-1465 ']' 23:02:43 + mkdir -p /w/workspace/gexfoundry_device-sdk-go_PR-1465/archives/ 23:02:43 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/gexfoundry_device-sdk-go_PR-1465/archives/ [Pipeline] echo 23:02:43 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-1465/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 23:02:43 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:02:44 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 23:02:44 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 23:02:44 prd-ubuntu20.04-docker-8c-8g-17186 does not seem to be running inside a container 23:02:44 $ 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-1465/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-1465 -v /w/workspace/gexfoundry_device-sdk-go_PR-1465:/w/workspace/gexfoundry_device-sdk-go_PR-1465:rw,z -v /w/workspace/gexfoundry_device-sdk-go_PR-1465@tmp:/w/workspace/gexfoundry_device-sdk-go_PR-1465@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 23:02:44 $ docker top dc0fff0205beeaa66976e929ea9763a7a18b04ce060ed86dcdd8c72b58ec957b -eo pid,comm [Pipeline] { [Pipeline] sh 23:02:44 + touch /tmp/pre-build-complete [Pipeline] sh 23:02:45 + mkdir -p /var/log/sysstat [Pipeline] sh 23:02:45 + ls /var/log/sa-host 23:02:45 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 23:02:45 provisioning config files... 23:02:45 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/gexfoundry_device-sdk-go_PR-1465@tmp/config16223528377834058868tmp [Pipeline] { [Pipeline] echo 23:02:45 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 23:02:45 ---> create-netrc.sh [Pipeline] } 23:02:45 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 23:02:46 ---> python-tools-install.sh [Pipeline] echo 23:02:46 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 23:02:46 ---> sudo-logs.sh 23:02:46 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 23:02:46 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 23:02:47 ---> job-cost.sh 23:02:47 lf-activate-venv: SKIPPING 23:02:47 DEBUG: total: 0.2199999988079071 23:02:47 INFO: Retrieving Stack Cost... 23:02:47 INFO: Retrieving Pricing Info for: v3-standard-8 23:02:47 INFO: Archiving Costs [Pipeline] echo 23:02:47 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 23:02:48 ---> logs-deploy.sh 23:02:48 lf-activate-venv: SKIPPING 23:02:48 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/PR-1465/1 23:02:48 INFO: archiving workspace using pattern(s): 23:02:49 Archives upload complete. 23:02:49 INFO: archiving logs to Nexus