Pull request #1429 opened Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 0dfce5e8a4de51dfb16f777596e0def525982069+68f2c3776b57ed1a5eef5a5e3525a947923e1899 (818dad38a441ef5fc6dc0223ee70b9253de9892e) 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-ssh16924477937791258988.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --resolve-git-dir /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f/.git # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f@tmp/jenkins-gitclient-ssh16343780288457526350.key > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 The recommended git tool is: git using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and with tags Cloning repository git@github.com:edgexfoundry/edgex-global-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/device-sdk-go/branches/PR-1429/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-1429/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh5933195590579028010.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-1429/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh6626802969507130084.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 # timeout=10 Commit message: "fix: bug with isLTS relying on env.GIT_BRANCH inside cd-management repo (#429)" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 > git --version # timeout=10 > git --version # 'git version 2.16.6' Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh6980759060603952288.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-1429/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-1429/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh13503758648387496025.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision 65355178549468b165f8106641c96c3190b1d843 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 65355178549468b165f8106641c96c3190b1d843 # timeout=10 Commit message: "Fix: Add S3 URL in href to ship logs" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 > git --version # timeout=10 > git --version # 'git version 2.16.6' fatal: bad object 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:device-sdk-go, dockerImageName:device-sdk-simple, dockerFilePath:example/cmd/device-simple/Dockerfile, pushImage:false, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v3]] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[ubuntu20.04-docker-8c-8g, ubuntu20.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: device-sdk-go-settings PROJECT: device-sdk-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.20 USE_ALPINE: true DOCKER_FILE_PATH: example/cmd/device-simple/Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_IMAGE_NAME: device-sdk-simple DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: false BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v3 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task All nodes of label ‘ubuntu20.04-docker-8c-8g’ are offline Running on prd-ubuntu20.04-docker-8c-8g-9246 in /w/workspace/gexfoundry_device-sdk-go_PR-1429 [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-1429 # 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/1429/head:refs/remotes/origin/PR-1429 +refs/heads/main:refs/remotes/origin/main # timeout=10 Merging remotes/origin/main commit 68f2c3776b57ed1a5eef5a5e3525a947923e1899 into PR head commit 0dfce5e8a4de51dfb16f777596e0def525982069 Merge succeeded, producing 0dfce5e8a4de51dfb16f777596e0def525982069 Checking out Revision 0dfce5e8a4de51dfb16f777596e0def525982069 (PR-1429) Commit message: "build(deps): bump github.com/edgexfoundry/go-mod-messaging/v3" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.25.1' fatal: bad object 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 04:59:39 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) > git config core.sparsecheckout # timeout=10 > git checkout -f 0dfce5e8a4de51dfb16f777596e0def525982069 # 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 68f2c3776b57ed1a5eef5a5e3525a947923e1899 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 0dfce5e8a4de51dfb16f777596e0def525982069 # timeout=10 [Pipeline] script [Pipeline] { [Pipeline] withCredentials 04:59:39 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 04:59:40 ========================================================= 04:59:40 EdgeX Global Pipelines Version Info 04:59:40 ========================================================= [Pipeline] libraryResource [Pipeline] sh 04:59:40 ------------------- 04:59:40 stable info: 04:59:40 ------------------- 04:59:40 Commited By: Bill Mahoney bill.mahoney@intel.com 04:59:40 Commit SHA: 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 04:59:40 Message: update stable to v1.0.248 04:59:41 ------------------- 04:59:41 experimental info: 04:59:41 ------------------- 04:59:41 Commited By: **** collab-it+edgex@linuxfoundation.org 04:59:41 Commit SHA: 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 04:59:41 Message: update experimental to v1.0.248 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 04:59:41 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-go-settings [Pipeline] echo 04:59:41 [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-go [Pipeline] echo 04:59:41 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 04:59:41 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 04:59:41 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 04:59:41 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.20 [Pipeline] echo 04:59:41 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 04:59:41 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = example/cmd/device-simple/Dockerfile [Pipeline] echo 04:59:41 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 04:59:42 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 04:59:42 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 04:59:42 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-sdk-simple [Pipeline] echo 04:59:42 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 04:59:42 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 04:59:42 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 04:59:42 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 04:59:42 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 04:59:42 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 04:59:42 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 04:59:42 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 04:59:42 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 04:59:42 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v3 [Pipeline] echo 04:59:42 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 04:59:42 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 04:59:42 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 04:59:42 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 04:59:42 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 04:59:42 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-1429 [Pipeline] echo 04:59:42 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-1429 [Pipeline] echo 04:59:42 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-1429 [Pipeline] echo 04:59:42 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 0dfce5e8a4de51dfb16f777596e0def525982069 [Pipeline] echo 04:59:42 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 0dfce5e [Pipeline] echo 04:59:42 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 04:59:43 provisioning config files... 04:59:43 copy managed file [device-sdk-go-settings] to file:/w/workspace/gexfoundry_device-sdk-go_PR-1429@tmp/config14712513607254812143tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 04:59:43 ---> docker-login.sh 04:59:43 nexus3.edgexfoundry.org:10001 04:59:43 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:59:43 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:59:43 Configure a credential helper to remove this warning. See 04:59:43 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:59:43 04:59:43 Login Succeeded 04:59:43 nexus3.edgexfoundry.org:10002 04:59:43 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:59:43 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:59:43 Configure a credential helper to remove this warning. See 04:59:43 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:59:43 04:59:43 Login Succeeded 04:59:43 nexus3.edgexfoundry.org:10003 04:59:43 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:59:43 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:59:43 Configure a credential helper to remove this warning. See 04:59:43 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:59:43 04:59:43 Login Succeeded 04:59:43 nexus3.edgexfoundry.org:10004 04:59:43 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:59:43 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:59:43 Configure a credential helper to remove this warning. See 04:59:43 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:59:43 04:59:43 Login Succeeded 04:59:43 docker.io 04:59:43 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:59:44 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:59:44 Configure a credential helper to remove this warning. See 04:59:44 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:59:44 04:59:44 Login Succeeded 04:59:44 ---> docker-login.sh ends [Pipeline] } 04:59:44 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh 04:59:44 + git rev-list -1 --merges 0dfce5e8a4de51dfb16f777596e0def525982069~1..0dfce5e8a4de51dfb16f777596e0def525982069 [Pipeline] echo 04:59:44 -----------> git rev-list -1 --merges 0dfce5e8a4de51dfb16f777596e0def525982069~1..0dfce5e8a4de51dfb16f777596e0def525982069 0dfce5e8a4de51dfb16f777596e0def525982069 [false] [Pipeline] sh 04:59:45 + git log --format=format:%s -1 0dfce5e8a4de51dfb16f777596e0def525982069 [Pipeline] echo 04:59:45 ========================================================= 04:59:45 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 04:59:45 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 04:59:45 + git log --format=format:%s -1 0dfce5e8a4de51dfb16f777596e0def525982069 [Pipeline] echo 04:59:45 [semverPrep] GIT_COMMIT: 0dfce5e8a4de51dfb16f777596e0def525982069, Commit Message: build(deps): bump github.com/edgexfoundry/go-mod-messaging/v3 [Pipeline] echo 04:59:45 [semverPrep] This is not a build commit. [Pipeline] sh 04:59:46 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 04:59:46 + grep -v github /etc/ssh/ssh_known_hosts 04:59:46 + [ -e /tmp/ssh_known_hosts ] 04:59:46 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 04:59:46 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 04:59:46 + sudo tee -a /etc/ssh/ssh_known_hosts 04:59:46 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:59:46 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 04:59:46 04:59:46 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:59:46 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 04:59:46 0.1.4: Pulling from edgex-devops/py-git-semver 04:59:46 b85a868b505f: Pulling fs layer 04:59:46 e2be974225ed: Pulling fs layer 04:59:46 339a4e72a1f5: Pulling fs layer 04:59:46 988bab9f4d93: Pulling fs layer 04:59:46 1469e6f7b9e6: Pulling fs layer 04:59:46 eaf3925da568: Pulling fs layer 04:59:46 bab4dde63d76: Pulling fs layer 04:59:46 bde34c3a00c8: Pulling fs layer 04:59:46 b352a97aabf1: Pulling fs layer 04:59:46 4872d77fe225: Pulling fs layer 04:59:46 988bab9f4d93: Waiting 04:59:46 5851b861e8e6: Pulling fs layer 04:59:46 1469e6f7b9e6: Waiting 04:59:46 bab4dde63d76: Waiting 04:59:46 eaf3925da568: Waiting 04:59:46 bde34c3a00c8: Waiting 04:59:46 4872d77fe225: Waiting 04:59:46 5851b861e8e6: Waiting 04:59:46 b352a97aabf1: Waiting 04:59:46 e2be974225ed: Download complete 04:59:46 988bab9f4d93: Verifying Checksum 04:59:46 988bab9f4d93: Download complete 04:59:46 1469e6f7b9e6: Verifying Checksum 04:59:46 1469e6f7b9e6: Download complete 04:59:46 eaf3925da568: Verifying Checksum 04:59:47 339a4e72a1f5: Verifying Checksum 04:59:47 339a4e72a1f5: Download complete 04:59:47 bde34c3a00c8: Download complete 04:59:47 b352a97aabf1: Download complete 04:59:47 4872d77fe225: Verifying Checksum 04:59:47 4872d77fe225: Download complete 04:59:47 5851b861e8e6: Verifying Checksum 04:59:47 5851b861e8e6: Download complete 04:59:47 b85a868b505f: Verifying Checksum 04:59:47 b85a868b505f: Download complete 04:59:47 bab4dde63d76: Verifying Checksum 04:59:47 bab4dde63d76: Download complete 04:59:48 b85a868b505f: Pull complete 04:59:48 e2be974225ed: Pull complete 04:59:49 339a4e72a1f5: Pull complete 04:59:49 988bab9f4d93: Pull complete 04:59:49 1469e6f7b9e6: Pull complete 04:59:49 eaf3925da568: Pull complete 04:59:51 bab4dde63d76: Pull complete 04:59:51 bde34c3a00c8: Pull complete 04:59:51 b352a97aabf1: Pull complete 04:59:51 4872d77fe225: Pull complete 04:59:51 5851b861e8e6: Pull complete 04:59:51 Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 04:59:51 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 04:59:51 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 04:59:51 prd-ubuntu20.04-docker-8c-8g-9246 does not seem to be running inside a container 04:59:51 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_device-sdk-go_PR-1429 -v /w/workspace/gexfoundry_device-sdk-go_PR-1429:/w/workspace/gexfoundry_device-sdk-go_PR-1429:rw,z -v /w/workspace/gexfoundry_device-sdk-go_PR-1429@tmp:/w/workspace/gexfoundry_device-sdk-go_PR-1429@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 04:59:53 $ docker top 05f57079769ee72125e468dda720e38921fcc9fd7e0c1f57e965fd6d517b46b3 -eo pid,comm 04:59:54 ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). 04:59:54 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 04:59:54 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 04:59:54 [ssh-agent] Looking for ssh-agent implementation... 04:59:54 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 04:59:54 $ docker exec 05f57079769ee72125e468dda720e38921fcc9fd7e0c1f57e965fd6d517b46b3 ssh-agent 04:59:54 SSH_AUTH_SOCK=/tmp/ssh-8YEqrr7Ta6nr/agent.32 04:59:54 SSH_AGENT_PID=38 04:59:54 Running ssh-add (command line suppressed) 04:59:54 Identity added: /w/workspace/gexfoundry_device-sdk-go_PR-1429@tmp/private_key_8968168403830190301.key (/w/workspace/gexfoundry_device-sdk-go_PR-1429@tmp/private_key_8968168403830190301.key) 04:59:54 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 04:59:54 + git tag --points-at HEAD [Pipeline] } 04:59:54 $ docker exec --env ******** --env ******** 05f57079769ee72125e468dda720e38921fcc9fd7e0c1f57e965fd6d517b46b3 ssh-agent -k 04:59:54 unset SSH_AUTH_SOCK; 04:59:54 unset SSH_AGENT_PID; 04:59:54 echo Agent pid 38 killed; 04:59:54 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 04:59:55 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 04:59:55 [ssh-agent] Looking for ssh-agent implementation... 04:59:55 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 04:59:55 $ docker exec 05f57079769ee72125e468dda720e38921fcc9fd7e0c1f57e965fd6d517b46b3 ssh-agent 04:59:55 SSH_AUTH_SOCK=/tmp/ssh-vAnzYEwSOOOL/agent.71 04:59:55 SSH_AGENT_PID=77 04:59:55 Running ssh-add (command line suppressed) 04:59:55 Identity added: /w/workspace/gexfoundry_device-sdk-go_PR-1429@tmp/private_key_6371478991024989865.key (/w/workspace/gexfoundry_device-sdk-go_PR-1429@tmp/private_key_6371478991024989865.key) 04:59:55 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 04:59:55 + git semver init 04:59:55 2023-04-21 04:59:55,913 [run_init] DEBUG init version:0.0.0 force:False 04:59:55 2023-04-21 04:59:55,914 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/gexfoundry_device-sdk-go_PR-1429/.semver 04:59:55 2023-04-21 04:59:55,915 [execute] INFO git clone -b semver git@github.com:edgexfoundry/device-sdk-go.git /w/workspace/gexfoundry_device-sdk-go_PR-1429/.semver 04:59:55 2023-04-21 04:59:55,915 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/device-sdk-go.git', '/w/workspace/gexfoundry_device-sdk-go_PR-1429/.semver'], cwd=/w/workspace/gexfoundry_device-sdk-go_PR-1429, universal_newlines=False, shell=None, istream=None) 04:59:56 2023-04-21 04:59:56,824 [append_file] DEBUG append to file:/w/workspace/gexfoundry_device-sdk-go_PR-1429/.git/info/exclude 04:59:56 2023-04-21 04:59:56,824 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/gexfoundry_device-sdk-go_PR-1429/.semver/PR-1429 with force:False 04:59:56 2023-04-21 04:59:56,824 [write_file] DEBUG write to file:/w/workspace/gexfoundry_device-sdk-go_PR-1429/.semver/PR-1429 04:59:56 2023-04-21 04:59:56,827 [execute] INFO git cat-file --batch-check 04:59:56 2023-04-21 04:59:56,828 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/gexfoundry_device-sdk-go_PR-1429/.semver, universal_newlines=False, shell=None, istream=) 04:59:56 2023-04-21 04:59:56,834 [execute] INFO git cat-file --batch 04:59:56 2023-04-21 04:59:56,834 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/gexfoundry_device-sdk-go_PR-1429/.semver, universal_newlines=False, shell=None, istream=) 04:59:56 2023-04-21 04:59:56,840 [read_version] DEBUG read version from /w/workspace/gexfoundry_device-sdk-go_PR-1429/.semver/PR-1429 04:59:56 0.0.0 [Pipeline] } 04:59:56 $ docker exec --env ******** --env ******** 05f57079769ee72125e468dda720e38921fcc9fd7e0c1f57e965fd6d517b46b3 ssh-agent -k 04:59:57 unset SSH_AUTH_SOCK; 04:59:57 unset SSH_AGENT_PID; 04:59:57 echo Agent pid 77 killed; 04:59:57 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 04:59:57 + git semver [Pipeline] } 04:59:57 $ docker stop --time=1 05f57079769ee72125e468dda720e38921fcc9fd7e0c1f57e965fd6d517b46b3 04:59:59 $ docker rm -f --volumes 05f57079769ee72125e468dda720e38921fcc9fd7e0c1f57e965fd6d517b46b3 [Pipeline] // withDockerContainer [Pipeline] sh 04:59:59 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 04:59:59 Stashed 1 file(s) [Pipeline] echo 04:59:59 [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] withEnv [Pipeline] { [Pipeline] node [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 05:00:00 provisioning config files... 05:00:00 copy managed file [device-sdk-go-settings] to file:/w/workspace/gexfoundry_device-sdk-go_PR-1429@tmp/config11738667170073122741tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 05:00:00 ---> docker-login.sh 05:00:00 nexus3.edgexfoundry.org:10001 05:00:00 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:00:00 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:00:00 Configure a credential helper to remove this warning. See 05:00:00 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:00:00 05:00:00 Login Succeeded 05:00:00 nexus3.edgexfoundry.org:10002 05:00:00 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:00:00 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:00:00 Configure a credential helper to remove this warning. See 05:00:00 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:00:00 05:00:00 Login Succeeded 05:00:00 nexus3.edgexfoundry.org:10003 05:00:00 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:00:00 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:00:00 Configure a credential helper to remove this warning. See 05:00:00 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:00:00 05:00:00 Login Succeeded 05:00:00 nexus3.edgexfoundry.org:10004 05:00:00 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:00:00 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:00:00 Configure a credential helper to remove this warning. See 05:00:00 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:00:00 05:00:00 Login Succeeded 05:00:00 docker.io 05:00:01 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:00:01 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:00:01 Configure a credential helper to remove this warning. See 05:00:01 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:00:01 05:00:01 Login Succeeded 05:00:01 ---> docker-login.sh ends [Pipeline] } 05:00:01 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 05:00:01 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 05:00:01 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 05:00:01 ========================================================= 05:00:01 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine] 05:00:01 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:00:02 + docker build -t ci-base-image-x86_64 -f example/cmd/device-simple/Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine --build-arg MAKE=echo noop --target=builder . 05:00:02 Sending build context to Docker daemon 10.99MB 05:00:02 Step 1/10 : ARG BASE=golang:1.20-alpine3.17 05:00:02 Step 2/10 : FROM ${BASE} AS builder 05:00:02 1.20-alpine: Pulling from edgex-devops/edgex-golang-base 05:00:02 63b65145d645: Pulling fs layer 05:00:02 a2d21d5440eb: Pulling fs layer 05:00:02 935e6c44a52c: Pulling fs layer 05:00:02 94cc34f8dd06: Pulling fs layer 05:00:02 30dea6a524f1: Pulling fs layer 05:00:02 a2aff8979fd8: Pulling fs layer 05:00:02 6808be2612f2: Pulling fs layer 05:00:02 f25807f1079a: Pulling fs layer 05:00:02 a2aff8979fd8: Waiting 05:00:02 94cc34f8dd06: Waiting 05:00:02 6808be2612f2: Waiting 05:00:02 30dea6a524f1: Waiting 05:00:02 f25807f1079a: Waiting 05:00:02 a2d21d5440eb: Download complete 05:00:02 94cc34f8dd06: Download complete 05:00:02 30dea6a524f1: Verifying Checksum 05:00:02 30dea6a524f1: Download complete 05:00:02 63b65145d645: Download complete 05:00:02 a2aff8979fd8: Verifying Checksum 05:00:02 a2aff8979fd8: Download complete 05:00:02 63b65145d645: Pull complete 05:00:02 a2d21d5440eb: Pull complete 05:00:02 f25807f1079a: Verifying Checksum 05:00:02 f25807f1079a: Download complete 05:00:02 935e6c44a52c: Verifying Checksum 05:00:02 935e6c44a52c: Download complete 05:00:03 6808be2612f2: Verifying Checksum 05:00:03 6808be2612f2: Download complete 05:00:06 935e6c44a52c: Pull complete 05:00:06 94cc34f8dd06: Pull complete 05:00:06 30dea6a524f1: Pull complete 05:00:06 a2aff8979fd8: Pull complete 05:00:08 6808be2612f2: Pull complete 05:00:09 f25807f1079a: Pull complete 05:00:09 Digest: sha256:106942793af8b5907f587008084bb0888cadbc76d86ebd37d4d3227fb0f1e438 05:00:09 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine 05:00:09 ---> 3b553350e43f 05:00:09 Step 3/10 : ARG MAKE=make build 05:00:12 ---> Running in 8c1c49697ffe 05:00:12 Removing intermediate container 8c1c49697ffe 05:00:12 ---> ac7e3dac0fda 05:00:12 Step 4/10 : WORKDIR /device-sdk-go 05:00:12 ---> Running in bc9fb4def465 05:00:12 Removing intermediate container bc9fb4def465 05:00:12 ---> 384e08058b06 05:00:12 Step 5/10 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' 05:00:12 ---> Running in c84ea4e53302 05:00:12 Removing intermediate container c84ea4e53302 05:00:12 ---> 57a33cb24139 05:00:12 Step 6/10 : RUN apk add --update --no-cache make git 05:00:12 ---> Running in 77c8c2c7e253 05:00:12 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 05:00:12 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 05:00:12 OK: 265 MiB in 53 packages 05:00:13 Removing intermediate container 77c8c2c7e253 05:00:13 ---> 272bb34cc7eb 05:00:13 Step 7/10 : COPY go.mod vendor* ./ 05:00:13 ---> da3e76920bd4 05:00:13 Step 8/10 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 05:00:13 ---> Running in a4175e5e0803 05:00:15 Still waiting to schedule task 05:00:15 All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline 05:00:40 Removing intermediate container a4175e5e0803 05:00:40 ---> 6ea37ba10f16 05:00:40 Step 9/10 : COPY . . 05:00:40 ---> 2a19cf55a0d9 05:00:40 Step 10/10 : RUN ${MAKE} 05:00:40 ---> Running in e5a662fd34d3 05:00:40 noop 05:00:40 Removing intermediate container e5a662fd34d3 05:00:40 ---> e84c0b1ab09d 05:00:40 Successfully built e84c0b1ab09d 05:00:40 Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:00:40 + docker inspect -f . ci-base-image-x86_64 05:00:40 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 05:00:40 prd-ubuntu20.04-docker-8c-8g-9246 does not seem to be running inside a container 05:00:40 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/gexfoundry_device-sdk-go_PR-1429 -v /w/workspace/gexfoundry_device-sdk-go_PR-1429:/w/workspace/gexfoundry_device-sdk-go_PR-1429:rw,z -v /w/workspace/gexfoundry_device-sdk-go_PR-1429@tmp:/w/workspace/gexfoundry_device-sdk-go_PR-1429@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 05:00:41 $ docker top d5bdd0a4310d5337d8d4d46dc8c8bf956533488bfd3f9c6a56733334a83c9332 -eo pid,comm [Pipeline] { [Pipeline] sh 05:00:41 + go version 05:00:41 go version go1.20.2 linux/amd64 [Pipeline] } 05:00:41 $ docker stop --time=1 d5bdd0a4310d5337d8d4d46dc8c8bf956533488bfd3f9c6a56733334a83c9332 05:00:42 $ docker rm -f --volumes d5bdd0a4310d5337d8d4d46dc8c8bf956533488bfd3f9c6a56733334a83c9332 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:00:43 + docker inspect -f . ci-base-image-x86_64 05:00:43 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 05:00:43 prd-ubuntu20.04-docker-8c-8g-9246 does not seem to be running inside a container 05:00:43 $ 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-1429 -v /w/workspace/gexfoundry_device-sdk-go_PR-1429:/w/workspace/gexfoundry_device-sdk-go_PR-1429:rw,z -v /w/workspace/gexfoundry_device-sdk-go_PR-1429@tmp:/w/workspace/gexfoundry_device-sdk-go_PR-1429@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 05:00:43 $ docker top 94017686d59c5a038f662c933b103f869c4b118c3b7edeea3db691f69058eb8d -eo pid,comm [Pipeline] { [Pipeline] sh 05:00:44 + git config --global --add safe.directory /w/workspace/gexfoundry_device-sdk-go_PR-1429 [Pipeline] fileExists [Pipeline] sh 05:00:44 + make test 05:00:44 go test -race -coverprofile=coverage.out ./... 05:00:51 ? github.com/edgexfoundry/device-sdk-go/v3 [no test files] 05:01:06 ? github.com/edgexfoundry/device-sdk-go/v3/example/cmd/device-simple [no test files] 05:01:06 ? github.com/edgexfoundry/device-sdk-go/v3/example/config [no test files] 05:01:06 ? github.com/edgexfoundry/device-sdk-go/v3/example/driver [no test files] 05:01:06 ? github.com/edgexfoundry/device-sdk-go/v3/internal/application [no test files] 05:01:06 ? github.com/edgexfoundry/device-sdk-go/v3/internal/autodiscovery [no test files] 05:01:06 ok github.com/edgexfoundry/device-sdk-go/v3/internal/autoevent 0.056s coverage: 27.6% of statements 05:01:06 ? github.com/edgexfoundry/device-sdk-go/v3/internal/config [no test files] 05:01:06 ? github.com/edgexfoundry/device-sdk-go/v3/internal/container [no test files] 05:01:06 ok github.com/edgexfoundry/device-sdk-go/v3/internal/cache 0.060s coverage: 80.2% of statements 05:01:06 # github.com/edgexfoundry/device-sdk-go/v3/internal/controller/messaging [github.com/edgexfoundry/device-sdk-go/v3/internal/controller/messaging.test] 05:01:06 internal/controller/messaging/validation_test.go:123:50: undefined: types.ContentTypeText 05:01:06 internal/controller/messaging/validation_test.go:128:50: undefined: types.ContentTypeJSON 05:01:06 ok github.com/edgexfoundry/device-sdk-go/v3/internal/common 0.079s coverage: 86.0% of statements 05:01:06 ? github.com/edgexfoundry/device-sdk-go/v3/internal/controller/http/correlation [no test files] 05:01:06 ? github.com/edgexfoundry/device-sdk-go/v3/internal/provision [no test files] 05:01:06 ok github.com/edgexfoundry/device-sdk-go/v3/internal/controller/http 0.099s coverage: 77.5% of statements 05:01:06 FAIL github.com/edgexfoundry/device-sdk-go/v3/internal/controller/messaging [build failed] 05:01:06 ? github.com/edgexfoundry/device-sdk-go/v3/pkg/interfaces [no test files] 05:01:06 ? github.com/edgexfoundry/device-sdk-go/v3/pkg/interfaces/mocks [no test files] 05:01:06 ok github.com/edgexfoundry/device-sdk-go/v3/internal/transformer 0.085s coverage: 68.5% of statements 05:01:06 ok github.com/edgexfoundry/device-sdk-go/v3/pkg/models 0.125s coverage: 89.2% of statements 05:01:07 ? github.com/edgexfoundry/device-sdk-go/v3/pkg/startup [no test files] 05:01:07 ok github.com/edgexfoundry/device-sdk-go/v3/pkg/service 0.060s coverage: 5.5% of statements 05:01:07 FAIL 05:01:07 make: *** [Makefile:35: unittest] Error 1 [Pipeline] } 05:01:07 $ docker stop --time=1 94017686d59c5a038f662c933b103f869c4b118c3b7edeea3db691f69058eb8d 05:01:10 $ docker rm -f --volumes 94017686d59c5a038f662c933b103f869c4b118c3b7edeea3db691f69058eb8d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:01:11 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 05:01:11 05:01:11 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:01:11 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 05:01:11 latest: Pulling from edgex-lftools-log-publisher 05:01:11 5eb5b503b376: Pulling fs layer 05:01:11 5c69ac0246d0: Pulling fs layer 05:01:11 ec43610c2a17: Pulling fs layer 05:01:11 3a2ae6a8a46f: Pulling fs layer 05:01:11 33b1e0a273af: Pulling fs layer 05:01:11 5d3b04190fa2: Pulling fs layer 05:01:11 2f39f015ded8: Pulling fs layer 05:01:11 33b1e0a273af: Waiting 05:01:11 5d3b04190fa2: Waiting 05:01:11 2f39f015ded8: Waiting 05:01:11 3a2ae6a8a46f: Waiting 05:01:11 5c69ac0246d0: Verifying Checksum 05:01:11 3a2ae6a8a46f: Verifying Checksum 05:01:11 3a2ae6a8a46f: Download complete 05:01:12 33b1e0a273af: Verifying Checksum 05:01:12 33b1e0a273af: Download complete 05:01:12 ec43610c2a17: Verifying Checksum 05:01:12 ec43610c2a17: Download complete 05:01:12 5d3b04190fa2: Verifying Checksum 05:01:12 5d3b04190fa2: Download complete 05:01:12 5eb5b503b376: Verifying Checksum 05:01:12 5eb5b503b376: Download complete 05:01:12 2f39f015ded8: Download complete 05:01:13 5eb5b503b376: Pull complete 05:01:13 5c69ac0246d0: Pull complete 05:01:13 ec43610c2a17: Pull complete 05:01:13 3a2ae6a8a46f: Pull complete 05:01:14 33b1e0a273af: Pull complete 05:01:14 5d3b04190fa2: Pull complete 05:01:18 2f39f015ded8: Pull complete 05:01:18 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 05:01:18 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 05:01:18 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 05:01:18 prd-ubuntu20.04-docker-8c-8g-9246 does not seem to be running inside a container 05:01:18 $ 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-1429 -v /w/workspace/gexfoundry_device-sdk-go_PR-1429:/w/workspace/gexfoundry_device-sdk-go_PR-1429:rw,z -v /w/workspace/gexfoundry_device-sdk-go_PR-1429@tmp:/w/workspace/gexfoundry_device-sdk-go_PR-1429@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 05:01:21 $ docker top 25ea0881886a7c0c4d1205c34826d0c5e9a9d8f8a57d54a327ffc820ed29ceaf -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 05:01:22 ---> job-cost.sh 05:01:22 lf-activate-venv: SKIPPING 05:01:22 INFO: No Stack... 05:01:22 INFO: Retrieving Pricing Info for: v3-standard-8 05:01:22 INFO: Archiving Costs [Pipeline] sh 05:01:22 + cat /w/workspace/gexfoundry_device-sdk-go_PR-1429/archives/cost.csv 05:01:22 + cut -d, -f6 [Pipeline] lock 05:01:22 Trying to acquire lock on [jenkins-edgexfoundry-device-sdk-go-PR-1429-1-stack-cost] 05:01:22 Resource [jenkins-edgexfoundry-device-sdk-go-PR-1429-1-stack-cost] did not exist. Created. 05:01:22 Lock acquired on [jenkins-edgexfoundry-device-sdk-go-PR-1429-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 05:01:23 + echo total: 0.2199999988079071 [Pipeline] stash 05:01:23 Stashed 1 file(s) [Pipeline] } 05:01:23 Lock released on resource [jenkins-edgexfoundry-device-sdk-go-PR-1429-1-stack-cost] [Pipeline] // lock [Pipeline] } 05:01:23 $ docker stop --time=1 25ea0881886a7c0c4d1205c34826d0c5e9a9d8f8a57d54a327ffc820ed29ceaf 05:01:24 $ docker rm -f --volumes 25ea0881886a7c0c4d1205c34826d0c5e9a9d8f8a57d54a327ffc820ed29ceaf [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 05:01:25 Failed in branch amd64 05:02:33 Running on prd-ubuntu20.04-docker-arm64-4c-16g-9250 in /w/workspace/gexfoundry_device-sdk-go_PR-1429 [Pipeline] { [Pipeline] ws 05:02:33 Running in /w/workspace/device-sdk-go/1 [Pipeline] { [Pipeline] checkout 05:02:33 The recommended git tool is: git 05:02:39 using credential edgex-jenkins-ssh 05:02:39 Cloning the remote Git repository 05:02:39 Cloning repository git@github.com:edgexfoundry/device-sdk-go.git 05:02:39 > git init /w/workspace/device-sdk-go/1 # timeout=10 05:02:40 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 05:02:40 > git --version # timeout=10 05:02:40 > git --version # 'git version 2.25.1' 05:02:40 using GIT_SSH to set credentials SSH Credentials for GitHub 05:02:40 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 05:02:42 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 05:02:42 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 05:02:43 Merging remotes/origin/main commit 68f2c3776b57ed1a5eef5a5e3525a947923e1899 into PR head commit 0dfce5e8a4de51dfb16f777596e0def525982069 05:02:43 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 05:02:43 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 05:02:43 using GIT_SSH to set credentials SSH Credentials for GitHub 05:02:43 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/1429/head:refs/remotes/origin/PR-1429 +refs/heads/main:refs/remotes/origin/main # timeout=10 05:02:43 > git config core.sparsecheckout # timeout=10 05:02:43 > git checkout -f 0dfce5e8a4de51dfb16f777596e0def525982069 # timeout=10 05:02:43 > git remote # timeout=10 05:02:44 Merge succeeded, producing 0dfce5e8a4de51dfb16f777596e0def525982069 05:02:44 Checking out Revision 0dfce5e8a4de51dfb16f777596e0def525982069 (PR-1429) 05:02:44 Commit message: "build(deps): bump github.com/edgexfoundry/go-mod-messaging/v3" 05:02:44 > git --version # timeout=10 05:02:44 > git --version # 'git version 2.25.1' 05:02:44 fatal: bad object 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 05:02:43 > git config --get remote.origin.url # timeout=10 05:02:44 using GIT_SSH to set credentials SSH Credentials for GitHub 05:02:44 > git merge 68f2c3776b57ed1a5eef5a5e3525a947923e1899 # timeout=10 05:02:44 > git rev-parse HEAD^{commit} # timeout=10 05:02:44 > git config core.sparsecheckout # timeout=10 05:02:44 > git checkout -f 0dfce5e8a4de51dfb16f777596e0def525982069 # timeout=10 05:02:45 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 05:02:45 % Total % Received % Xferd Average Speed Time Time Time Current 05:02:45 Dload Upload Total Spent Left Speed 05:02:45 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 207k 0 --:--:-- --:--:-- --:--:-- 207k [Pipeline] sh 05:02:46 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 05:02:46 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 05:02:46 + sudo tee /etc/docker/daemon.new 05:02:46 { 05:02:46 "registry-mirrors": [ 05:02:46 "https://nexus3.edgexfoundry.org:10001" 05:02:46 ], 05:02:46 "bip": "10.250.0.254/24", 05:02:46 "hosts": [ 05:02:46 "tcp://0.0.0.0:5555", 05:02:46 "unix:///var/run/docker.sock" 05:02:46 ], 05:02:46 "mtu": 1458, 05:02:46 "selinux-enabled": true, 05:02:46 "seccomp-profile": "/etc/docker/seccomp.json" 05:02:46 } [Pipeline] sh 05:02:47 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 05:02:47 + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 05:03:06 provisioning config files... 05:03:06 copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/1@tmp/config18257306252556390469tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 05:03:06 ---> docker-login.sh 05:03:06 nexus3.edgexfoundry.org:10001 05:03:07 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:03:07 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:03:07 Configure a credential helper to remove this warning. See 05:03:07 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:03:07 05:03:07 Login Succeeded 05:03:07 nexus3.edgexfoundry.org:10002 05:03:07 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:03:07 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:03:07 Configure a credential helper to remove this warning. See 05:03:07 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:03:07 05:03:07 Login Succeeded 05:03:07 nexus3.edgexfoundry.org:10003 05:03:07 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:03:07 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:03:07 Configure a credential helper to remove this warning. See 05:03:07 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:03:07 05:03:07 Login Succeeded 05:03:07 nexus3.edgexfoundry.org:10004 05:03:08 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:03:08 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:03:08 Configure a credential helper to remove this warning. See 05:03:08 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:03:08 05:03:08 Login Succeeded 05:03:08 docker.io 05:03:08 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:03:08 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:03:08 Configure a credential helper to remove this warning. See 05:03:08 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:03:08 05:03:08 Login Succeeded 05:03:08 ---> docker-login.sh ends [Pipeline] } 05:03:08 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 05:03:09 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 05:03:09 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 05:03:09 ========================================================= 05:03:09 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine] 05:03:09 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:03:10 + docker build -t ci-base-image-arm64 -f example/cmd/device-simple/Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine --build-arg MAKE=echo noop --target=builder . 05:03:10 Sending build context to Docker daemon 5.902MB 05:03:10 Step 1/10 : ARG BASE=golang:1.20-alpine3.17 05:03:10 Step 2/10 : FROM ${BASE} AS builder 05:03:10 1.20-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 05:03:10 af6eaf76a39c: Pulling fs layer 05:03:10 55522c791124: Pulling fs layer 05:03:10 ce5c4a1c91eb: Pulling fs layer 05:03:10 169dfbe0d373: Pulling fs layer 05:03:10 e1ff8fa3b103: Pulling fs layer 05:03:10 52ebb69f0ebf: Pulling fs layer 05:03:10 5abe8eddf0d5: Pulling fs layer 05:03:10 169dfbe0d373: Waiting 05:03:10 e1ff8fa3b103: Waiting 05:03:10 52ebb69f0ebf: Waiting 05:03:10 5abe8eddf0d5: Waiting 05:03:10 55522c791124: Verifying Checksum 05:03:10 55522c791124: Download complete 05:03:10 169dfbe0d373: Verifying Checksum 05:03:10 169dfbe0d373: Download complete 05:03:10 e1ff8fa3b103: Verifying Checksum 05:03:10 e1ff8fa3b103: Download complete 05:03:10 af6eaf76a39c: Verifying Checksum 05:03:10 af6eaf76a39c: Download complete 05:03:11 af6eaf76a39c: Pull complete 05:03:11 5abe8eddf0d5: Verifying Checksum 05:03:11 5abe8eddf0d5: Download complete 05:03:12 55522c791124: Pull complete 05:03:13 ce5c4a1c91eb: Verifying Checksum 05:03:13 ce5c4a1c91eb: Download complete 05:03:13 52ebb69f0ebf: Verifying Checksum 05:03:13 52ebb69f0ebf: Download complete 05:03:25 ce5c4a1c91eb: Pull complete 05:03:25 169dfbe0d373: Pull complete 05:03:25 e1ff8fa3b103: Pull complete 05:03:31 52ebb69f0ebf: Pull complete 05:03:32 5abe8eddf0d5: Pull complete 05:03:32 Digest: sha256:978cc1420e451f27bd88fdeece3ad01a9109ec773b62f165dfc696fd516b3d8f 05:03:32 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine 05:03:32 ---> 6cb57ee374ae 05:03:32 Step 3/10 : ARG MAKE=make build 05:03:34 ---> Running in 6fa6d8b5341b 05:03:34 Removing intermediate container 6fa6d8b5341b 05:03:34 ---> 6fcd81f90d3d 05:03:34 Step 4/10 : WORKDIR /device-sdk-go 05:03:34 ---> Running in 0667360eb699 05:03:34 Removing intermediate container 0667360eb699 05:03:34 ---> 9376ac741218 05:03:34 Step 5/10 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' 05:03:34 ---> Running in c5a7d5f2a620 05:03:34 Removing intermediate container c5a7d5f2a620 05:03:34 ---> b6d4a4550b4d 05:03:34 Step 6/10 : RUN apk add --update --no-cache make git 05:03:34 ---> Running in 13cede1834c8 05:03:36 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 05:03:37 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 05:03:37 OK: 263 MiB in 53 packages 05:03:38 Removing intermediate container 13cede1834c8 05:03:38 ---> 668f21c466d8 05:03:38 Step 7/10 : COPY go.mod vendor* ./ 05:03:39 ---> 2669402b1ecc 05:03:39 Step 8/10 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 05:03:39 ---> Running in 5cfbb3ae05ae 05:04:48 Removing intermediate container 5cfbb3ae05ae 05:04:48 ---> c19a618c1bca 05:04:48 Step 9/10 : COPY . . 05:04:48 ---> e02582733d6a 05:04:48 Step 10/10 : RUN ${MAKE} 05:04:48 ---> Running in 47ebac676309 05:04:48 noop 05:04:48 Removing intermediate container 47ebac676309 05:04:48 ---> d70d51cbd8b1 05:04:48 Successfully built d70d51cbd8b1 05:04:48 Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:04:49 + docker inspect -f . ci-base-image-arm64 05:04:49 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 05:04:49 prd-ubuntu20.04-docker-arm64-4c-16g-9250 does not seem to be running inside a container 05:04:49 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/1 -v /w/workspace/device-sdk-go/1:/w/workspace/device-sdk-go/1:rw,z -v /w/workspace/device-sdk-go/1@tmp:/w/workspace/device-sdk-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 05:04:50 $ docker top b8be1f9a49471a15d8fef754add7b45109bfcd4e93e9a87752a5a60a1074cdc8 -eo pid,comm [Pipeline] { [Pipeline] sh 05:04:51 + go version 05:04:51 go version go1.20.2 linux/arm64 [Pipeline] } 05:04:51 $ docker stop --time=1 b8be1f9a49471a15d8fef754add7b45109bfcd4e93e9a87752a5a60a1074cdc8 05:04:53 $ docker rm -f --volumes b8be1f9a49471a15d8fef754add7b45109bfcd4e93e9a87752a5a60a1074cdc8 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:04:54 + docker inspect -f . ci-base-image-arm64 05:04:54 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 05:04:54 prd-ubuntu20.04-docker-arm64-4c-16g-9250 does not seem to be running inside a container 05:04:54 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -w /w/workspace/device-sdk-go/1 -v /w/workspace/device-sdk-go/1:/w/workspace/device-sdk-go/1:rw,z -v /w/workspace/device-sdk-go/1@tmp:/w/workspace/device-sdk-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 05:04:55 $ docker top b0787d4e9372ffe27cf5a7011bbd56917d7f4fd846bd7a4a62a532c31492adec -eo pid,comm [Pipeline] { [Pipeline] sh 05:04:56 + git config --global --add safe.directory /w/workspace/device-sdk-go/1 [Pipeline] fileExists [Pipeline] sh 05:04:57 + make test 05:04:57 go test -race -coverprofile=coverage.out ./... 05:05:44 ? github.com/edgexfoundry/device-sdk-go/v3 [no test files] 05:08:06 ? github.com/edgexfoundry/device-sdk-go/v3/example/cmd/device-simple [no test files] 05:08:06 ? github.com/edgexfoundry/device-sdk-go/v3/example/config [no test files] 05:08:06 ? github.com/edgexfoundry/device-sdk-go/v3/example/driver [no test files] 05:08:06 ? github.com/edgexfoundry/device-sdk-go/v3/internal/application [no test files] 05:08:06 ? github.com/edgexfoundry/device-sdk-go/v3/internal/autodiscovery [no test files] 05:08:07 ok github.com/edgexfoundry/device-sdk-go/v3/internal/autoevent 0.254s coverage: 27.6% of statements 05:08:09 ok github.com/edgexfoundry/device-sdk-go/v3/internal/cache 0.295s coverage: 80.2% of statements 05:08:19 ? github.com/edgexfoundry/device-sdk-go/v3/internal/config [no test files] 05:08:19 ? github.com/edgexfoundry/device-sdk-go/v3/internal/container [no test files] 05:08:20 # github.com/edgexfoundry/device-sdk-go/v3/internal/controller/messaging [github.com/edgexfoundry/device-sdk-go/v3/internal/controller/messaging.test] 05:08:20 internal/controller/messaging/validation_test.go:123:50: undefined: types.ContentTypeText 05:08:20 internal/controller/messaging/validation_test.go:128:50: undefined: types.ContentTypeJSON 05:08:20 ok github.com/edgexfoundry/device-sdk-go/v3/internal/common 0.409s coverage: 86.0% of statements 05:08:26 ? github.com/edgexfoundry/device-sdk-go/v3/internal/controller/http/correlation [no test files] 05:08:26 ? github.com/edgexfoundry/device-sdk-go/v3/internal/provision [no test files] 05:08:26 ok github.com/edgexfoundry/device-sdk-go/v3/internal/controller/http 0.465s coverage: 77.5% of statements 05:08:26 FAIL github.com/edgexfoundry/device-sdk-go/v3/internal/controller/messaging [build failed] 05:08:32 ? github.com/edgexfoundry/device-sdk-go/v3/pkg/interfaces [no test files] 05:08:32 ? github.com/edgexfoundry/device-sdk-go/v3/pkg/interfaces/mocks [no test files] 05:08:32 ok github.com/edgexfoundry/device-sdk-go/v3/internal/transformer 0.472s coverage: 68.5% of statements 05:08:32 ok github.com/edgexfoundry/device-sdk-go/v3/pkg/models 0.536s coverage: 89.2% of statements 05:08:37 ? github.com/edgexfoundry/device-sdk-go/v3/pkg/startup [no test files] 05:08:37 ok github.com/edgexfoundry/device-sdk-go/v3/pkg/service 0.268s coverage: 5.5% of statements 05:08:37 FAIL 05:08:38 make: *** [Makefile:35: unittest] Error 1 [Pipeline] } 05:08:38 $ docker stop --time=1 b0787d4e9372ffe27cf5a7011bbd56917d7f4fd846bd7a4a62a532c31492adec 05:08:40 $ docker rm -f --volumes b0787d4e9372ffe27cf5a7011bbd56917d7f4fd846bd7a4a62a532c31492adec [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:08:42 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 05:08:42 05:08:42 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:08:42 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 05:08:42 arm64: Pulling from edgex-lftools-log-publisher 05:08:42 8998bd30e6a1: Pulling fs layer 05:08:42 04944245beec: Pulling fs layer 05:08:42 699f458cf7ca: Pulling fs layer 05:08:42 765212b225bb: Pulling fs layer 05:08:42 f23df028b6ca: Pulling fs layer 05:08:42 d65c8cfc05b1: Pulling fs layer 05:08:42 2437ff75d9bd: Pulling fs layer 05:08:42 765212b225bb: Waiting 05:08:42 f23df028b6ca: Waiting 05:08:42 d65c8cfc05b1: Waiting 05:08:42 2437ff75d9bd: Waiting 05:08:43 04944245beec: Verifying Checksum 05:08:43 04944245beec: Download complete 05:08:43 765212b225bb: Verifying Checksum 05:08:43 765212b225bb: Download complete 05:08:43 f23df028b6ca: Verifying Checksum 05:08:43 f23df028b6ca: Download complete 05:08:43 d65c8cfc05b1: Verifying Checksum 05:08:43 d65c8cfc05b1: Download complete 05:08:43 699f458cf7ca: Verifying Checksum 05:08:43 699f458cf7ca: Download complete 05:08:43 8998bd30e6a1: Download complete 05:08:46 2437ff75d9bd: Verifying Checksum 05:08:46 2437ff75d9bd: Download complete 05:08:47 8998bd30e6a1: Pull complete 05:08:47 04944245beec: Pull complete 05:08:52 699f458cf7ca: Pull complete 05:08:52 765212b225bb: Pull complete 05:08:52 f23df028b6ca: Pull complete 05:08:52 d65c8cfc05b1: Pull complete 05:09:07 2437ff75d9bd: Pull complete 05:09:07 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 05:09:07 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 05:09:07 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 05:09:08 prd-ubuntu20.04-docker-arm64-4c-16g-9250 does not seem to be running inside a container 05:09:08 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/device-sdk-go/1 -v /w/workspace/device-sdk-go/1:/w/workspace/device-sdk-go/1:rw,z -v /w/workspace/device-sdk-go/1@tmp:/w/workspace/device-sdk-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat 05:09:11 $ docker top 2f13e75d9bf34b943eae394b4123594200bf5e7874046895118a82d66ea7e2ac -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 05:09:12 ---> job-cost.sh 05:09:12 lf-activate-venv: SKIPPING 05:09:12 INFO: No Stack... 05:09:12 INFO: Retrieving Pricing Info for: v3-standard-4 05:09:13 INFO: Archiving Costs [Pipeline] sh 05:09:14 + cat /w/workspace/device-sdk-go/1/archives/cost.csv 05:09:14 + cut -d, -f6 [Pipeline] lock 05:09:14 Trying to acquire lock on [jenkins-edgexfoundry-device-sdk-go-PR-1429-1-stack-cost] 05:09:14 Resource [jenkins-edgexfoundry-device-sdk-go-PR-1429-1-stack-cost] did not exist. Created. 05:09:14 Lock acquired on [jenkins-edgexfoundry-device-sdk-go-PR-1429-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 05:09:15 /w/workspace/device-sdk-go/1@tmp/durable-330b1678/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh 05:09:15 + echo total: 0.10999999940395355 [Pipeline] stash 05:09:15 Warning: overwriting stash ‘stack-cost’ 05:09:16 Stashed 1 file(s) [Pipeline] } 05:09:16 Lock released on resource [jenkins-edgexfoundry-device-sdk-go-PR-1429-1-stack-cost] [Pipeline] // lock [Pipeline] } 05:09:16 $ docker stop --time=1 2f13e75d9bf34b943eae394b4123594200bf5e7874046895118a82d66ea7e2ac 05:09:18 $ docker rm -f --volumes 2f13e75d9bf34b943eae394b4123594200bf5e7874046895118a82d66ea7e2ac [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 05:09:18 Failed in branch arm64 [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) Stage "CodeCov" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) Stage "Snyk Dependency Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to earlier failure(s) [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh 05:09:20 + [ -d /w/workspace/gexfoundry_device-sdk-go_PR-1429/archives ] 05:09:20 + ls -al /w/workspace/gexfoundry_device-sdk-go_PR-1429/archives 05:09:20 total 16 05:09:20 drwxr-xr-x 3 root root 4096 Apr 21 05:01 . 05:09:20 drwxrwxr-x 12 jenkins jenkins 4096 Apr 21 05:01 .. 05:09:20 drwxr-xr-x 2 root root 4096 Apr 21 05:01 cost 05:09:20 -rw-r--r-- 1 root root 86 Apr 21 05:01 cost.csv 05:09:20 + sudo chown -R jenkins:jenkins /w/workspace/gexfoundry_device-sdk-go_PR-1429/archives 05:09:20 + ls -al /w/workspace/gexfoundry_device-sdk-go_PR-1429/archives 05:09:20 total 16 05:09:20 drwxr-xr-x 3 jenkins jenkins 4096 Apr 21 05:01 . 05:09:20 drwxrwxr-x 12 jenkins jenkins 4096 Apr 21 05:01 .. 05:09:20 drwxr-xr-x 2 jenkins jenkins 4096 Apr 21 05:01 cost 05:09:20 -rw-r--r-- 1 jenkins jenkins 86 Apr 21 05:01 cost.csv [Pipeline] libraryResource [Pipeline] sh 05:09:21 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 05:09:22 ---> package-listing.sh 05:09:22 ++ facter osfamily 05:09:22 ++ tr '[:upper:]' '[:lower:]' 05:09:22 + OS_FAMILY=debian 05:09:22 + workspace=/w/workspace/gexfoundry_device-sdk-go_PR-1429 05:09:22 + START_PACKAGES=/tmp/packages_start.txt 05:09:22 + END_PACKAGES=/tmp/packages_end.txt 05:09:22 + DIFF_PACKAGES=/tmp/packages_diff.txt 05:09:22 + PACKAGES=/tmp/packages_start.txt 05:09:22 + '[' /w/workspace/gexfoundry_device-sdk-go_PR-1429 ']' 05:09:22 + PACKAGES=/tmp/packages_end.txt 05:09:22 + case "${OS_FAMILY}" in 05:09:22 + dpkg -l 05:09:22 + grep '^ii' 05:09:22 + '[' -f /tmp/packages_start.txt ']' 05:09:22 + '[' -f /tmp/packages_end.txt ']' 05:09:22 + diff /tmp/packages_start.txt /tmp/packages_end.txt 05:09:22 + '[' /w/workspace/gexfoundry_device-sdk-go_PR-1429 ']' 05:09:22 + mkdir -p /w/workspace/gexfoundry_device-sdk-go_PR-1429/archives/ 05:09:22 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/gexfoundry_device-sdk-go_PR-1429/archives/ [Pipeline] echo 05:09:22 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-1429/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 05:09:22 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:09:23 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 05:09:23 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 05:09:23 prd-ubuntu20.04-docker-8c-8g-9246 does not seem to be running inside a container 05:09:23 $ 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-1429/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-1429 -v /w/workspace/gexfoundry_device-sdk-go_PR-1429:/w/workspace/gexfoundry_device-sdk-go_PR-1429:rw,z -v /w/workspace/gexfoundry_device-sdk-go_PR-1429@tmp:/w/workspace/gexfoundry_device-sdk-go_PR-1429@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 05:09:23 $ docker top 7d62053f8847c01a8fd42fb113c18775a172582acb150acfab2cf8a366cf4894 -eo pid,comm [Pipeline] { [Pipeline] sh 05:09:24 + touch /tmp/pre-build-complete [Pipeline] sh 05:09:24 + mkdir -p /var/log/sysstat [Pipeline] sh 05:09:24 + ls /var/log/sa-host 05:09:24 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 05:09:24 provisioning config files... 05:09:24 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/gexfoundry_device-sdk-go_PR-1429@tmp/config8124438688078143791tmp [Pipeline] { [Pipeline] echo 05:09:24 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 05:09:25 ---> create-netrc.sh [Pipeline] } 05:09:25 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 05:09:25 ---> python-tools-install.sh [Pipeline] echo 05:09:25 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 05:09:26 ---> sudo-logs.sh 05:09:26 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 05:09:26 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 05:09:26 ---> job-cost.sh 05:09:26 lf-activate-venv: SKIPPING 05:09:26 DEBUG: total: 0.2199999988079071 05:09:26 INFO: Retrieving Stack Cost... 05:09:26 INFO: Retrieving Pricing Info for: v3-standard-8 05:09:27 INFO: Archiving Costs [Pipeline] echo 05:09:27 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 05:09:27 ---> logs-deploy.sh 05:09:27 lf-activate-venv: SKIPPING 05:09:27 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/PR-1429/1 05:09:27 INFO: archiving workspace using pattern(s): 05:09:28 Archives upload complete. 05:09:28 INFO: archiving logs to Nexus