Pull request #1385 opened Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from d2492e3f0e49da88b612947d9f83778383787837+8fb9feca0c10481a594d8c8fb14f04008fc9a26d (46ad249e2c43cd06bea1023a8a477794cab11ad7) 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-ssh15734629591700329795.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 66200e8eedfc470904d6b329e562ec5b45423d6a 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-ssh16426044658756057191.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 66200e8eedfc470904d6b329e562ec5b45423d6a 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-1385/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-1385/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh4488760727758825085.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-1385/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh15304352071808324713.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 66200e8eedfc470904d6b329e562ec5b45423d6a (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 66200e8eedfc470904d6b329e562ec5b45423d6a # timeout=10 Commit message: "feat: add capability to use golang 1.20 (#427)" > 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-ssh14400788718950242647.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-1385/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-1385/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh2710468791151635195.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 66200e8eedfc470904d6b329e562ec5b45423d6a 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-311 in /w/workspace/gexfoundry_device-sdk-go_PR-1385 [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-1385 # 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 Merging remotes/origin/main commit 8fb9feca0c10481a594d8c8fb14f04008fc9a26d into PR head commit d2492e3f0e49da88b612947d9f83778383787837 > 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/1385/head:refs/remotes/origin/PR-1385 +refs/heads/main:refs/remotes/origin/main # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f d2492e3f0e49da88b612947d9f83778383787837 # timeout=10 Merge succeeded, producing d2492e3f0e49da88b612947d9f83778383787837 Checking out Revision d2492e3f0e49da88b612947d9f83778383787837 (PR-1385) 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 66200e8eedfc470904d6b329e562ec5b45423d6a [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 01:27:57 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 01:27:58 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 01:27:58 ========================================================= 01:27:58 EdgeX Global Pipelines Version Info 01:27:58 ========================================================= [Pipeline] libraryResource [Pipeline] sh > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge 8fb9feca0c10481a594d8c8fb14f04008fc9a26d # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f d2492e3f0e49da88b612947d9f83778383787837 # timeout=10 01:27:58 ------------------- 01:27:58 stable info: 01:27:58 ------------------- 01:27:58 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 01:27:58 Commit SHA: 66200e8eedfc470904d6b329e562ec5b45423d6a 01:27:58 Message: update stable to v1.0.245 01:27:59 ------------------- 01:27:59 experimental info: 01:27:59 ------------------- 01:27:59 Commited By: **** collab-it+edgex@linuxfoundation.org 01:27:59 Commit SHA: eb5041bb0874f6b7cdca3e6793e1ef87c0289dce 01:27:59 Message: update experimental to v1.0.246 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 01:27:59 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-go-settings [Pipeline] echo 01:27:59 [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-go [Pipeline] echo 01:27:59 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 01:27:59 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 01:27:59 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 01:27:59 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.20 [Pipeline] echo 01:27:59 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 01:27:59 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = example/cmd/device-simple/Dockerfile [Pipeline] echo 01:28:00 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 01:28:00 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 01:28:00 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 01:28:00 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-sdk-simple [Pipeline] echo 01:28:00 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 01:28:00 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 01:28:00 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 01:28:00 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 01:28:00 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 01:28:00 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 01:28:00 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 01:28:00 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 01:28:00 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 01:28:00 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v3 [Pipeline] echo 01:28:00 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 01:28:00 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 01:28:00 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 01:28:00 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 01:28:00 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 01:28:00 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-1385 [Pipeline] echo 01:28:00 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-1385 [Pipeline] echo 01:28:00 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-1385 [Pipeline] echo 01:28:00 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = d2492e3f0e49da88b612947d9f83778383787837 [Pipeline] echo 01:28:00 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = d2492e3 [Pipeline] echo 01:28:00 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 01:28:01 provisioning config files... 01:28:01 copy managed file [device-sdk-go-settings] to file:/w/workspace/gexfoundry_device-sdk-go_PR-1385@tmp/config6732129519150904547tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 01:28:01 ---> docker-login.sh 01:28:01 nexus3.edgexfoundry.org:10001 01:28:01 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:28:01 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:28:01 Configure a credential helper to remove this warning. See 01:28:01 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:28:01 01:28:01 Login Succeeded 01:28:01 nexus3.edgexfoundry.org:10002 01:28:01 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:28:01 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:28:01 Configure a credential helper to remove this warning. See 01:28:01 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:28:01 01:28:01 Login Succeeded 01:28:01 nexus3.edgexfoundry.org:10003 01:28:01 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:28:01 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:28:01 Configure a credential helper to remove this warning. See 01:28:01 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:28:01 01:28:01 Login Succeeded 01:28:01 nexus3.edgexfoundry.org:10004 01:28:01 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:28:01 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:28:01 Configure a credential helper to remove this warning. See 01:28:01 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:28:01 01:28:01 Login Succeeded 01:28:01 docker.io 01:28:02 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:28:02 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:28:02 Configure a credential helper to remove this warning. See 01:28:02 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:28:02 01:28:02 Login Succeeded 01:28:02 ---> docker-login.sh ends [Pipeline] } 01:28:02 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh 01:28:02 + git rev-list -1 --merges d2492e3f0e49da88b612947d9f83778383787837~1..d2492e3f0e49da88b612947d9f83778383787837 [Pipeline] echo 01:28:02 -----------> git rev-list -1 --merges d2492e3f0e49da88b612947d9f83778383787837~1..d2492e3f0e49da88b612947d9f83778383787837 d2492e3f0e49da88b612947d9f83778383787837 [false] [Pipeline] sh 01:28:03 + git log --format=format:%s -1 d2492e3f0e49da88b612947d9f83778383787837 [Pipeline] echo 01:28:03 ========================================================= 01:28:03 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 01:28:03 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 01:28:03 + git log --format=format:%s -1 d2492e3f0e49da88b612947d9f83778383787837 [Pipeline] echo 01:28:03 [semverPrep] GIT_COMMIT: d2492e3f0e49da88b612947d9f83778383787837, Commit Message: build(deps): bump github.com/edgexfoundry/go-mod-messaging/v3 [Pipeline] echo 01:28:03 [semverPrep] This is not a build commit. [Pipeline] sh 01:28:04 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 01:28:04 + grep -v github /etc/ssh/ssh_known_hosts 01:28:04 + [ -e /tmp/ssh_known_hosts ] 01:28:04 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 01:28:04 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 01:28:04 + sudo tee -a /etc/ssh/ssh_known_hosts 01:28:04 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:28:04 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 01:28:04 01:28:04 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:28:04 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 01:28:04 0.1.4: Pulling from edgex-devops/py-git-semver 01:28:04 b85a868b505f: Pulling fs layer 01:28:04 e2be974225ed: Pulling fs layer 01:28:04 339a4e72a1f5: Pulling fs layer 01:28:04 988bab9f4d93: Pulling fs layer 01:28:04 1469e6f7b9e6: Pulling fs layer 01:28:04 eaf3925da568: Pulling fs layer 01:28:04 bab4dde63d76: Pulling fs layer 01:28:04 bde34c3a00c8: Pulling fs layer 01:28:04 b352a97aabf1: Pulling fs layer 01:28:04 4872d77fe225: Pulling fs layer 01:28:04 5851b861e8e6: Pulling fs layer 01:28:04 1469e6f7b9e6: Waiting 01:28:04 eaf3925da568: Waiting 01:28:04 bab4dde63d76: Waiting 01:28:04 bde34c3a00c8: Waiting 01:28:04 5851b861e8e6: Waiting 01:28:04 b352a97aabf1: Waiting 01:28:04 4872d77fe225: Waiting 01:28:04 988bab9f4d93: Waiting 01:28:04 e2be974225ed: Verifying Checksum 01:28:04 e2be974225ed: Download complete 01:28:04 988bab9f4d93: Verifying Checksum 01:28:04 988bab9f4d93: Download complete 01:28:05 1469e6f7b9e6: Verifying Checksum 01:28:05 1469e6f7b9e6: Download complete 01:28:05 eaf3925da568: Verifying Checksum 01:28:05 eaf3925da568: Download complete 01:28:05 339a4e72a1f5: Verifying Checksum 01:28:05 339a4e72a1f5: Download complete 01:28:05 bde34c3a00c8: Verifying Checksum 01:28:05 bde34c3a00c8: Download complete 01:28:05 b352a97aabf1: Download complete 01:28:05 4872d77fe225: Download complete 01:28:05 5851b861e8e6: Download complete 01:28:05 b85a868b505f: Verifying Checksum 01:28:05 b85a868b505f: Download complete 01:28:05 bab4dde63d76: Verifying Checksum 01:28:05 bab4dde63d76: Download complete 01:28:06 b85a868b505f: Pull complete 01:28:06 e2be974225ed: Pull complete 01:28:06 339a4e72a1f5: Pull complete 01:28:07 988bab9f4d93: Pull complete 01:28:07 1469e6f7b9e6: Pull complete 01:28:07 eaf3925da568: Pull complete 01:28:09 bab4dde63d76: Pull complete 01:28:09 bde34c3a00c8: Pull complete 01:28:09 b352a97aabf1: Pull complete 01:28:09 4872d77fe225: Pull complete 01:28:09 5851b861e8e6: Pull complete 01:28:09 Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 01:28:09 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 01:28:09 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 01:28:09 prd-ubuntu20.04-docker-8c-8g-311 does not seem to be running inside a container 01:28:09 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_device-sdk-go_PR-1385 -v /w/workspace/gexfoundry_device-sdk-go_PR-1385:/w/workspace/gexfoundry_device-sdk-go_PR-1385:rw,z -v /w/workspace/gexfoundry_device-sdk-go_PR-1385@tmp:/w/workspace/gexfoundry_device-sdk-go_PR-1385@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 01:28:12 $ docker top 0366d9e88e22414b00592cfd829ee7508a99e3ce749f935ac85f5e8decc537cc -eo pid,comm 01:28:12 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). 01:28:12 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 01:28:12 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 01:28:12 [ssh-agent] Looking for ssh-agent implementation... 01:28:12 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 01:28:12 $ docker exec 0366d9e88e22414b00592cfd829ee7508a99e3ce749f935ac85f5e8decc537cc ssh-agent 01:28:13 SSH_AUTH_SOCK=/tmp/ssh-tWFk6wvNqE8N/agent.32 01:28:13 SSH_AGENT_PID=38 01:28:13 Running ssh-add (command line suppressed) 01:28:13 Identity added: /w/workspace/gexfoundry_device-sdk-go_PR-1385@tmp/private_key_15244652155875435923.key (/w/workspace/gexfoundry_device-sdk-go_PR-1385@tmp/private_key_15244652155875435923.key) 01:28:13 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 01:28:13 + git tag --points-at HEAD [Pipeline] } 01:28:13 $ docker exec --env ******** --env ******** 0366d9e88e22414b00592cfd829ee7508a99e3ce749f935ac85f5e8decc537cc ssh-agent -k 01:28:14 unset SSH_AUTH_SOCK; 01:28:14 unset SSH_AGENT_PID; 01:28:14 echo Agent pid 38 killed; 01:28:14 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 01:28:14 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 01:28:14 [ssh-agent] Looking for ssh-agent implementation... 01:28:14 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 01:28:14 $ docker exec 0366d9e88e22414b00592cfd829ee7508a99e3ce749f935ac85f5e8decc537cc ssh-agent 01:28:14 SSH_AUTH_SOCK=/tmp/ssh-hyardXCiIFQg/agent.70 01:28:14 SSH_AGENT_PID=76 01:28:14 Running ssh-add (command line suppressed) 01:28:14 Identity added: /w/workspace/gexfoundry_device-sdk-go_PR-1385@tmp/private_key_2810187569756298385.key (/w/workspace/gexfoundry_device-sdk-go_PR-1385@tmp/private_key_2810187569756298385.key) 01:28:14 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 01:28:14 + git semver init 01:28:15 2023-03-15 01:28:15,059 [run_init] DEBUG init version:0.0.0 force:False 01:28:15 2023-03-15 01:28:15,060 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/gexfoundry_device-sdk-go_PR-1385/.semver 01:28:15 2023-03-15 01:28:15,061 [execute] INFO git clone -b semver git@github.com:edgexfoundry/device-sdk-go.git /w/workspace/gexfoundry_device-sdk-go_PR-1385/.semver 01:28:15 2023-03-15 01:28:15,061 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/device-sdk-go.git', '/w/workspace/gexfoundry_device-sdk-go_PR-1385/.semver'], cwd=/w/workspace/gexfoundry_device-sdk-go_PR-1385, universal_newlines=False, shell=None, istream=None) 01:28:21 2023-03-15 01:28:21,030 [append_file] DEBUG append to file:/w/workspace/gexfoundry_device-sdk-go_PR-1385/.git/info/exclude 01:28:21 2023-03-15 01:28:21,032 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/gexfoundry_device-sdk-go_PR-1385/.semver/PR-1385 with force:False 01:28:21 2023-03-15 01:28:21,032 [write_file] DEBUG write to file:/w/workspace/gexfoundry_device-sdk-go_PR-1385/.semver/PR-1385 01:28:21 2023-03-15 01:28:21,037 [execute] INFO git cat-file --batch-check 01:28:21 2023-03-15 01:28:21,038 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/gexfoundry_device-sdk-go_PR-1385/.semver, universal_newlines=False, shell=None, istream=) 01:28:21 2023-03-15 01:28:21,044 [execute] INFO git cat-file --batch 01:28:21 2023-03-15 01:28:21,045 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/gexfoundry_device-sdk-go_PR-1385/.semver, universal_newlines=False, shell=None, istream=) 01:28:21 2023-03-15 01:28:21,050 [read_version] DEBUG read version from /w/workspace/gexfoundry_device-sdk-go_PR-1385/.semver/PR-1385 01:28:21 0.0.0 [Pipeline] } 01:28:21 $ docker exec --env ******** --env ******** 0366d9e88e22414b00592cfd829ee7508a99e3ce749f935ac85f5e8decc537cc ssh-agent -k 01:28:21 unset SSH_AUTH_SOCK; 01:28:21 unset SSH_AGENT_PID; 01:28:21 echo Agent pid 76 killed; 01:28:21 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 01:28:22 + git semver [Pipeline] } 01:28:22 $ docker stop --time=1 0366d9e88e22414b00592cfd829ee7508a99e3ce749f935ac85f5e8decc537cc 01:28:23 $ docker rm -f --volumes 0366d9e88e22414b00592cfd829ee7508a99e3ce749f935ac85f5e8decc537cc [Pipeline] // withDockerContainer [Pipeline] sh 01:28:24 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 01:28:24 Stashed 1 file(s) [Pipeline] echo 01:28:24 [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 01:28:24 provisioning config files... 01:28:24 copy managed file [device-sdk-go-settings] to file:/w/workspace/gexfoundry_device-sdk-go_PR-1385@tmp/config7717735725967013464tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 01:28:25 ---> docker-login.sh 01:28:25 nexus3.edgexfoundry.org:10001 01:28:25 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:28:25 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:28:25 Configure a credential helper to remove this warning. See 01:28:25 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:28:25 01:28:25 Login Succeeded 01:28:25 nexus3.edgexfoundry.org:10002 01:28:25 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:28:25 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:28:25 Configure a credential helper to remove this warning. See 01:28:25 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:28:25 01:28:25 Login Succeeded 01:28:25 nexus3.edgexfoundry.org:10003 01:28:25 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:28:25 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:28:25 Configure a credential helper to remove this warning. See 01:28:25 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:28:25 01:28:25 Login Succeeded 01:28:25 nexus3.edgexfoundry.org:10004 01:28:25 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:28:25 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:28:25 Configure a credential helper to remove this warning. See 01:28:25 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:28:25 01:28:25 Login Succeeded 01:28:25 docker.io 01:28:25 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:28:25 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:28:25 Configure a credential helper to remove this warning. See 01:28:25 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:28:25 01:28:25 Login Succeeded 01:28:25 ---> docker-login.sh ends [Pipeline] } 01:28:25 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 01:28:25 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 01:28:25 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 01:28:26 ========================================================= 01:28:26 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine] 01:28:26 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:28:26 + 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 . 01:28:26 Sending build context to Docker daemon 10.8MB 01:28:26 Step 1/10 : ARG BASE=golang:1.20-alpine3.17 01:28:26 Step 2/10 : FROM ${BASE} AS builder 01:28:26 1.20-alpine: Pulling from edgex-devops/edgex-golang-base 01:28:26 63b65145d645: Pulling fs layer 01:28:26 a2d21d5440eb: Pulling fs layer 01:28:26 935e6c44a52c: Pulling fs layer 01:28:26 94cc34f8dd06: Pulling fs layer 01:28:26 30dea6a524f1: Pulling fs layer 01:28:26 a2aff8979fd8: Pulling fs layer 01:28:26 6808be2612f2: Pulling fs layer 01:28:26 f25807f1079a: Pulling fs layer 01:28:26 94cc34f8dd06: Waiting 01:28:26 30dea6a524f1: Waiting 01:28:26 a2aff8979fd8: Waiting 01:28:26 6808be2612f2: Waiting 01:28:26 f25807f1079a: Waiting 01:28:26 a2d21d5440eb: Verifying Checksum 01:28:26 a2d21d5440eb: Download complete 01:28:26 94cc34f8dd06: Verifying Checksum 01:28:26 94cc34f8dd06: Download complete 01:28:26 30dea6a524f1: Verifying Checksum 01:28:26 30dea6a524f1: Download complete 01:28:26 63b65145d645: Verifying Checksum 01:28:26 63b65145d645: Download complete 01:28:26 a2aff8979fd8: Verifying Checksum 01:28:26 a2aff8979fd8: Download complete 01:28:26 63b65145d645: Pull complete 01:28:26 a2d21d5440eb: Pull complete 01:28:27 935e6c44a52c: Verifying Checksum 01:28:27 935e6c44a52c: Download complete 01:28:27 f25807f1079a: Verifying Checksum 01:28:27 f25807f1079a: Download complete 01:28:28 6808be2612f2: Verifying Checksum 01:28:28 6808be2612f2: Download complete 01:28:30 935e6c44a52c: Pull complete 01:28:30 94cc34f8dd06: Pull complete 01:28:30 30dea6a524f1: Pull complete 01:28:30 a2aff8979fd8: Pull complete 01:28:33 6808be2612f2: Pull complete 01:28:33 f25807f1079a: Pull complete 01:28:33 Digest: sha256:106942793af8b5907f587008084bb0888cadbc76d86ebd37d4d3227fb0f1e438 01:28:33 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine 01:28:33 ---> 3b553350e43f 01:28:33 Step 3/10 : ARG MAKE=make build 01:28:37 ---> Running in 0e5efbb44a0d 01:28:38 Removing intermediate container 0e5efbb44a0d 01:28:38 ---> 23f1b144c21d 01:28:38 Step 4/10 : WORKDIR /device-sdk-go 01:28:38 ---> Running in cc1eec0ec62f 01:28:38 Removing intermediate container cc1eec0ec62f 01:28:38 ---> 792a7cd95366 01:28:38 Step 5/10 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' 01:28:38 ---> Running in 518d6e7dd4e9 01:28:38 Removing intermediate container 518d6e7dd4e9 01:28:38 ---> ea09844f16de 01:28:38 Step 6/10 : RUN apk add --update --no-cache make git 01:28:38 ---> Running in 3917d2925cc6 01:28:38 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 01:28:38 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 01:28:38 OK: 265 MiB in 53 packages 01:28:39 Removing intermediate container 3917d2925cc6 01:28:39 ---> 8308efb1fc05 01:28:39 Step 7/10 : COPY go.mod vendor* ./ 01:28:39 ---> 489bf82616cf 01:28:39 Step 8/10 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:28:39 ---> Running in 9b809b90eddd 01:28:39 Still waiting to schedule task 01:28:39 ‘prd-ubuntu20.04-docker-8c-8g-310’ doesn’t have label ‘ubuntu20.04-docker-arm64-4c-16g’ 01:28:39 ‘prd-ubuntu20.04-docker-8c-8g-314’ doesn’t have label ‘ubuntu20.04-docker-arm64-4c-16g’ 01:28:39 ‘prd-ubuntu20.04-docker-arm64-4c-16g-313’ is offline 01:29:06 Removing intermediate container 9b809b90eddd 01:29:06 ---> 641de232f09f 01:29:06 Step 9/10 : COPY . . 01:29:06 ---> 8b3acc2ddc79 01:29:06 Step 10/10 : RUN ${MAKE} 01:29:06 ---> Running in e6ce3c1d8f99 01:29:06 noop 01:29:06 Removing intermediate container e6ce3c1d8f99 01:29:06 ---> 79709e5596aa 01:29:06 Successfully built 79709e5596aa 01:29:06 Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:29:06 + docker inspect -f . ci-base-image-x86_64 01:29:06 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 01:29:06 prd-ubuntu20.04-docker-8c-8g-311 does not seem to be running inside a container 01:29:06 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/gexfoundry_device-sdk-go_PR-1385 -v /w/workspace/gexfoundry_device-sdk-go_PR-1385:/w/workspace/gexfoundry_device-sdk-go_PR-1385:rw,z -v /w/workspace/gexfoundry_device-sdk-go_PR-1385@tmp:/w/workspace/gexfoundry_device-sdk-go_PR-1385@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 01:29:07 $ docker top 0850546b3b010c44b7e44079792fc41c8b6e5eebcb91c676af99f8ccf089db8e -eo pid,comm [Pipeline] { [Pipeline] sh 01:29:07 + go version 01:29:07 go version go1.20.2 linux/amd64 [Pipeline] } 01:29:07 $ docker stop --time=1 0850546b3b010c44b7e44079792fc41c8b6e5eebcb91c676af99f8ccf089db8e 01:29:08 $ docker rm -f --volumes 0850546b3b010c44b7e44079792fc41c8b6e5eebcb91c676af99f8ccf089db8e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:29:09 + docker inspect -f . ci-base-image-x86_64 01:29:09 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 01:29:09 prd-ubuntu20.04-docker-8c-8g-311 does not seem to be running inside a container 01:29:09 $ 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-1385 -v /w/workspace/gexfoundry_device-sdk-go_PR-1385:/w/workspace/gexfoundry_device-sdk-go_PR-1385:rw,z -v /w/workspace/gexfoundry_device-sdk-go_PR-1385@tmp:/w/workspace/gexfoundry_device-sdk-go_PR-1385@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 01:29:10 $ docker top 7ffe6d0c6eb0a933f8c324af9a4004a0041e7978bbc13043a038559e05fdef6b -eo pid,comm [Pipeline] { [Pipeline] sh 01:29:10 + git config --global --add safe.directory /w/workspace/gexfoundry_device-sdk-go_PR-1385 [Pipeline] fileExists [Pipeline] sh 01:29:10 + make test 01:29:10 go test -race -coverprofile=coverage.out ./... 01:29:17 ? github.com/edgexfoundry/device-sdk-go/v3 [no test files] 01:29:29 ? github.com/edgexfoundry/device-sdk-go/v3/example/cmd/device-simple [no test files] 01:29:29 ? github.com/edgexfoundry/device-sdk-go/v3/example/config [no test files] 01:29:29 ? github.com/edgexfoundry/device-sdk-go/v3/example/driver [no test files] 01:29:29 ? github.com/edgexfoundry/device-sdk-go/v3/internal/application [no test files] 01:29:29 ? github.com/edgexfoundry/device-sdk-go/v3/internal/autodiscovery [no test files] 01:29:30 ok github.com/edgexfoundry/device-sdk-go/v3/internal/autoevent 0.069s coverage: 27.6% of statements 01:29:30 ok github.com/edgexfoundry/device-sdk-go/v3/internal/cache 0.055s coverage: 78.9% of statements 01:29:30 ? github.com/edgexfoundry/device-sdk-go/v3/internal/config [no test files] 01:29:30 ? github.com/edgexfoundry/device-sdk-go/v3/internal/container [no test files] 01:29:30 ok github.com/edgexfoundry/device-sdk-go/v3/internal/common 0.074s coverage: 86.0% of statements 01:29:31 ? github.com/edgexfoundry/device-sdk-go/v3/internal/controller/http/correlation [no test files] 01:29:31 ? github.com/edgexfoundry/device-sdk-go/v3/internal/provision [no test files] 01:29:31 ok github.com/edgexfoundry/device-sdk-go/v3/internal/controller/http 0.110s coverage: 75.9% of statements 01:29:31 ? github.com/edgexfoundry/device-sdk-go/v3/pkg/interfaces [no test files] 01:29:31 ? github.com/edgexfoundry/device-sdk-go/v3/pkg/interfaces/mocks [no test files] 01:29:32 ? github.com/edgexfoundry/device-sdk-go/v3/pkg/startup [no test files] 01:29:35 ok github.com/edgexfoundry/device-sdk-go/v3/internal/controller/messaging 3.065s coverage: 15.2% of statements 01:29:35 ok github.com/edgexfoundry/device-sdk-go/v3/internal/transformer 0.080s coverage: 65.7% of statements 01:29:35 ok github.com/edgexfoundry/device-sdk-go/v3/pkg/models 0.114s coverage: 89.2% of statements 01:29:35 ok github.com/edgexfoundry/device-sdk-go/v3/pkg/service 0.050s coverage: 5.5% of statements 01:29:53 GO111MODULE=on go vet ./... 01:29:56 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 01:29:56 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 01:29:56 ./bin/test-attribution-txt.sh [Pipeline] echo 01:29:56 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 01:29:56 $ docker stop --time=1 7ffe6d0c6eb0a933f8c324af9a4004a0041e7978bbc13043a038559e05fdef6b 01:30:00 $ docker rm -f --volumes 7ffe6d0c6eb0a933f8c324af9a4004a0041e7978bbc13043a038559e05fdef6b [Pipeline] // withDockerContainer [Pipeline] sh 01:30:00 + sudo chown -R jenkins:jenkins . [Pipeline] stash 01:30:00 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 01:30:01 + sudo chown -R jenkins:jenkins . [Pipeline] sh 01:30:01 + ls -al . 01:30:01 total 276 01:30:01 drwxrwxr-x 11 jenkins jenkins 4096 Mar 15 01:29 . 01:30:01 drwxrwxr-x 4 jenkins jenkins 4096 Mar 15 01:27 .. 01:30:01 -rw-rw-r-- 1 jenkins jenkins 140 Mar 15 01:27 .dockerignore 01:30:01 drwxrwxr-x 8 jenkins jenkins 4096 Mar 15 01:28 .git 01:30:01 drwxrwxr-x 2 jenkins jenkins 4096 Mar 15 01:27 .github 01:30:01 -rw-rw-r-- 1 jenkins jenkins 131 Mar 15 01:27 .gitignore 01:30:01 -rw-rw-r-- 1 jenkins jenkins 42 Mar 15 01:27 .golangci.yml 01:30:01 drwxr-xr-x 3 jenkins jenkins 4096 Mar 15 01:28 .semver 01:30:01 -rw-rw-r-- 1 jenkins jenkins 31677 Mar 15 01:27 CHANGELOG.md 01:30:01 -rw-rw-r-- 1 jenkins jenkins 677 Mar 15 01:27 GOVERNANCE.md 01:30:01 -rw-rw-r-- 1 jenkins jenkins 885 Mar 15 01:27 Jenkinsfile 01:30:01 -rw-rw-r-- 1 jenkins jenkins 11341 Mar 15 01:27 LICENSE 01:30:01 -rw-rw-r-- 1 jenkins jenkins 1714 Mar 15 01:27 Makefile 01:30:01 -rw-rw-r-- 1 jenkins jenkins 619 Mar 15 01:27 OWNERS.md 01:30:01 -rw-rw-r-- 1 jenkins jenkins 4891 Mar 15 01:27 README.md 01:30:01 -rw-rw-r-- 1 jenkins jenkins 5 Mar 15 01:28 VERSION 01:30:01 drwxrwxr-x 2 jenkins jenkins 4096 Mar 15 01:27 bin 01:30:01 -rw-r--r-- 1 jenkins jenkins 109538 Mar 15 01:29 coverage.out 01:30:01 drwxrwxr-x 5 jenkins jenkins 4096 Mar 15 01:27 example 01:30:01 -rw-rw-r-- 1 jenkins jenkins 3278 Mar 15 01:27 go.mod 01:30:01 -rw-rw-r-- 1 jenkins jenkins 30839 Mar 15 01:27 go.sum 01:30:01 drwxrwxr-x 12 jenkins jenkins 4096 Mar 15 01:27 internal 01:30:01 drwxrwxr-x 3 jenkins jenkins 4096 Mar 15 01:27 openapi 01:30:01 drwxrwxr-x 6 jenkins jenkins 4096 Mar 15 01:27 pkg 01:30:01 drwxrwxr-x 4 jenkins jenkins 4096 Mar 15 01:27 snap 01:30:01 -rw-rw-r-- 1 jenkins jenkins 222 Mar 15 01:27 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:30:02 + 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=d2492e3f0e49da88b612947d9f83778383787837 --label arch=amd64 --label version=0.0.0 . 01:30:02 Sending build context to Docker daemon 10.91MB 01:30:02 Step 1/23 : ARG BASE=golang:1.20-alpine3.17 01:30:02 Step 2/23 : FROM ${BASE} AS builder 01:30:02 ---> 79709e5596aa 01:30:02 Step 3/23 : ARG MAKE=make build 01:30:02 ---> Running in f89672de0a0f 01:30:02 Removing intermediate container f89672de0a0f 01:30:02 ---> 3da7d6be20d4 01:30:02 Step 4/23 : WORKDIR /device-sdk-go 01:30:02 ---> Running in 6f0e8cdc1812 01:30:02 Removing intermediate container 6f0e8cdc1812 01:30:02 ---> f89fdd1b05b6 01:30:02 Step 5/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' 01:30:02 ---> Running in 0cb49e722fbe 01:30:02 Removing intermediate container 0cb49e722fbe 01:30:02 ---> 88ab5856dbe4 01:30:02 Step 6/23 : RUN apk add --update --no-cache make git 01:30:02 ---> Running in ea1f57710c0d 01:30:02 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 01:30:03 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 01:30:03 OK: 265 MiB in 53 packages 01:30:03 Removing intermediate container ea1f57710c0d 01:30:03 ---> fb16fafed002 01:30:03 Step 7/23 : COPY go.mod vendor* ./ 01:30:03 ---> 1bf5578b3c3b 01:30:03 Step 8/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:30:03 ---> Running in 684a7639c551 01:30:04 Removing intermediate container 684a7639c551 01:30:04 ---> 440d68730e5f 01:30:04 Step 9/23 : COPY . . 01:30:05 ---> a80b7f0d87f3 01:30:05 Step 10/23 : RUN ${MAKE} 01:30:05 ---> Running in 64fd321c307d 01:30:05 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 01:30:23 Removing intermediate container 64fd321c307d 01:30:23 ---> 5c801f1fb364 01:30:23 Step 11/23 : FROM alpine:3.17 01:30:23 3.17: Pulling from library/alpine 01:30:23 63b65145d645: Already exists 01:30:23 Digest: sha256:ff6bdca1701f3a8a67e328815ff2346b0e4067d32ec36b7992c1fdc001dc8517 01:30:23 Status: Downloaded newer image for alpine:3.17 01:30:23 ---> b2aa39c304c2 01:30:23 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel' 01:30:23 ---> Running in 00d409c2f07e 01:30:23 Removing intermediate container 00d409c2f07e 01:30:23 ---> 6562842c7d06 01:30:23 Step 13/23 : RUN apk add --update --no-cache 01:30:23 ---> Running in 2acd42034e26 01:30:23 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 01:30:23 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 01:30:24 OK: 7 MiB in 15 packages 01:30:24 Removing intermediate container 2acd42034e26 01:30:24 ---> c09d371242e5 01:30:24 Step 14/23 : WORKDIR / 01:30:24 ---> Running in 36b7f3a22394 01:30:24 Removing intermediate container 36b7f3a22394 01:30:24 ---> c30a5210f9ae 01:30:24 Step 15/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/Attribution.txt /Attribution.txt 01:30:24 ---> 594a2d7ff7c5 01:30:24 Step 16/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /device-simple 01:30:24 ---> 02dfd38c365a 01:30:24 Step 17/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/ /res 01:30:26 ---> bf2875c7bc64 01:30:26 Step 18/23 : EXPOSE 59999 01:30:26 ---> Running in d20731317d0f 01:30:26 Removing intermediate container d20731317d0f 01:30:26 ---> 7dce9b4c9cda 01:30:26 Step 19/23 : ENTRYPOINT ["/device-simple"] 01:30:26 ---> Running in 34ce33f2f1f4 01:30:26 Removing intermediate container 34ce33f2f1f4 01:30:26 ---> 0a782de0450a 01:30:26 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 01:30:26 ---> Running in 35f6a3534db8 01:30:26 Removing intermediate container 35f6a3534db8 01:30:26 ---> 92b38f7f92be 01:30:26 Step 21/23 : LABEL arch=amd64 01:30:26 ---> Running in 2d30cb8b03cf 01:30:26 Removing intermediate container 2d30cb8b03cf 01:30:26 ---> 88dc0e8a5f36 01:30:26 Step 22/23 : LABEL git_sha=d2492e3f0e49da88b612947d9f83778383787837 01:30:26 ---> Running in 01451200b4b1 01:30:26 Removing intermediate container 01451200b4b1 01:30:26 ---> 80e3400df9ef 01:30:26 Step 23/23 : LABEL version=0.0.0 01:30:26 ---> Running in 5c8e14b16890 01:30:26 Removing intermediate container 5c8e14b16890 01:30:26 ---> fd455625606c 01:30:26 [Warning] One or more build-args [ARCH] were not consumed 01:30:26 Successfully built fd455625606c 01:30:26 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 01:30:27 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 01:30:27 01:30:27 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:30:27 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 01:30:27 latest: Pulling from edgex-lftools-log-publisher 01:30:27 5eb5b503b376: Pulling fs layer 01:30:27 5c69ac0246d0: Pulling fs layer 01:30:27 ec43610c2a17: Pulling fs layer 01:30:27 3a2ae6a8a46f: Pulling fs layer 01:30:27 33b1e0a273af: Pulling fs layer 01:30:27 5d3b04190fa2: Pulling fs layer 01:30:27 2f39f015ded8: Pulling fs layer 01:30:27 2f39f015ded8: Waiting 01:30:27 5d3b04190fa2: Waiting 01:30:27 3a2ae6a8a46f: Waiting 01:30:27 33b1e0a273af: Waiting 01:30:27 5c69ac0246d0: Verifying Checksum 01:30:27 5c69ac0246d0: Download complete 01:30:27 3a2ae6a8a46f: Verifying Checksum 01:30:27 3a2ae6a8a46f: Download complete 01:30:27 ec43610c2a17: Verifying Checksum 01:30:27 ec43610c2a17: Download complete 01:30:27 5d3b04190fa2: Verifying Checksum 01:30:27 5d3b04190fa2: Download complete 01:30:27 33b1e0a273af: Verifying Checksum 01:30:27 33b1e0a273af: Download complete 01:30:28 5eb5b503b376: Download complete 01:30:28 2f39f015ded8: Download complete 01:30:29 5eb5b503b376: Pull complete 01:30:29 5c69ac0246d0: Pull complete 01:30:29 ec43610c2a17: Pull complete 01:30:29 3a2ae6a8a46f: Pull complete 01:30:29 33b1e0a273af: Pull complete 01:30:30 5d3b04190fa2: Pull complete 01:30:34 2f39f015ded8: Pull complete 01:30:34 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 01:30:34 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 01:30:34 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 01:30:34 prd-ubuntu20.04-docker-8c-8g-311 does not seem to be running inside a container 01:30:34 $ 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-1385 -v /w/workspace/gexfoundry_device-sdk-go_PR-1385:/w/workspace/gexfoundry_device-sdk-go_PR-1385:rw,z -v /w/workspace/gexfoundry_device-sdk-go_PR-1385@tmp:/w/workspace/gexfoundry_device-sdk-go_PR-1385@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 01:30:37 $ docker top 5fa1f15d9be6e9bed94f863c1f7573fc7a92c259df77bfc252438d67bf347d7d -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 01:30:38 ---> job-cost.sh 01:30:38 lf-activate-venv: SKIPPING 01:30:38 INFO: No Stack... 01:30:38 INFO: Retrieving Pricing Info for: v3-standard-8 01:30:38 INFO: Archiving Costs [Pipeline] sh 01:30:39 + cat /w/workspace/gexfoundry_device-sdk-go_PR-1385/archives/cost.csv 01:30:39 + cut -d, -f6 [Pipeline] lock 01:30:39 Trying to acquire lock on [jenkins-edgexfoundry-device-sdk-go-PR-1385-1-stack-cost] 01:30:39 Resource [jenkins-edgexfoundry-device-sdk-go-PR-1385-1-stack-cost] did not exist. Created. 01:30:39 Lock acquired on [jenkins-edgexfoundry-device-sdk-go-PR-1385-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 01:30:39 + echo total: 0.2199999988079071 [Pipeline] stash 01:30:39 Stashed 1 file(s) [Pipeline] } 01:30:39 Lock released on resource [jenkins-edgexfoundry-device-sdk-go-PR-1385-1-stack-cost] [Pipeline] // lock [Pipeline] } 01:30:39 $ docker stop --time=1 5fa1f15d9be6e9bed94f863c1f7573fc7a92c259df77bfc252438d67bf347d7d 01:30:40 $ docker rm -f --volumes 5fa1f15d9be6e9bed94f863c1f7573fc7a92c259df77bfc252438d67bf347d7d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 01:31:45 Running on prd-ubuntu20.04-docker-arm64-4c-16g-316 in /w/workspace/gexfoundry_device-sdk-go_PR-1385 [Pipeline] { [Pipeline] ws 01:31:45 Running in /w/workspace/device-sdk-go/1 [Pipeline] { [Pipeline] checkout 01:31:45 The recommended git tool is: git 01:31:52 using credential edgex-jenkins-ssh 01:31:52 Cloning the remote Git repository 01:31:52 Cloning repository git@github.com:edgexfoundry/device-sdk-go.git 01:31:52 > git init /w/workspace/device-sdk-go/1 # timeout=10 01:31:53 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 01:31:53 > git --version # timeout=10 01:31:53 > git --version # 'git version 2.25.1' 01:31:53 using GIT_SSH to set credentials SSH Credentials for GitHub 01:31:53 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 01:31:55 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 01:31:55 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 01:31:56 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 01:31:56 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 01:31:56 using GIT_SSH to set credentials SSH Credentials for GitHub 01:31:56 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/1385/head:refs/remotes/origin/PR-1385 +refs/heads/main:refs/remotes/origin/main # timeout=10 01:31:56 Merging remotes/origin/main commit 8fb9feca0c10481a594d8c8fb14f04008fc9a26d into PR head commit d2492e3f0e49da88b612947d9f83778383787837 01:31:57 Merge succeeded, producing d2492e3f0e49da88b612947d9f83778383787837 01:31:57 Checking out Revision d2492e3f0e49da88b612947d9f83778383787837 (PR-1385) 01:31:56 > git config core.sparsecheckout # timeout=10 01:31:56 > git checkout -f d2492e3f0e49da88b612947d9f83778383787837 # timeout=10 01:31:56 > git remote # timeout=10 01:31:57 > git config --get remote.origin.url # timeout=10 01:31:57 using GIT_SSH to set credentials SSH Credentials for GitHub 01:31:57 > git merge 8fb9feca0c10481a594d8c8fb14f04008fc9a26d # timeout=10 01:31:57 > git rev-parse HEAD^{commit} # timeout=10 01:31:57 > git config core.sparsecheckout # timeout=10 01:31:57 > git checkout -f d2492e3f0e49da88b612947d9f83778383787837 # timeout=10 01:31:57 Commit message: "build(deps): bump github.com/edgexfoundry/go-mod-messaging/v3" 01:31:57 > git --version # timeout=10 01:31:57 > git --version # 'git version 2.25.1' 01:31:57 fatal: bad object 66200e8eedfc470904d6b329e562ec5b45423d6a [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 01:31:58 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 01:31:58 % Total % Received % Xferd Average Speed Time Time Time Current 01:31:58 Dload Upload Total Spent Left Speed 01:31:58 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 188k 0 --:--:-- --:--:-- --:--:-- 185k [Pipeline] sh 01:31:59 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 01:31:59 + sudo tee /etc/docker/daemon.new 01:31:59 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 01:31:59 { 01:31:59 "registry-mirrors": [ 01:31:59 "https://nexus3.edgexfoundry.org:10001" 01:31:59 ], 01:31:59 "bip": "10.250.0.254/24", 01:31:59 "hosts": [ 01:31:59 "tcp://0.0.0.0:5555", 01:31:59 "unix:///var/run/docker.sock" 01:31:59 ], 01:31:59 "mtu": 1458, 01:31:59 "selinux-enabled": true, 01:31:59 "seccomp-profile": "/etc/docker/seccomp.json" 01:31:59 } [Pipeline] sh 01:32:00 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 01:32:00 + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 01:32:18 provisioning config files... 01:32:18 copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/1@tmp/config1934379838967548467tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 01:32:19 ---> docker-login.sh 01:32:19 nexus3.edgexfoundry.org:10001 01:32:19 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:32:19 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:32:19 Configure a credential helper to remove this warning. See 01:32:19 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:32:19 01:32:19 Login Succeeded 01:32:19 nexus3.edgexfoundry.org:10002 01:32:20 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:32:20 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:32:20 Configure a credential helper to remove this warning. See 01:32:20 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:32:20 01:32:20 Login Succeeded 01:32:20 nexus3.edgexfoundry.org:10003 01:32:20 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:32:20 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:32:20 Configure a credential helper to remove this warning. See 01:32:20 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:32:20 01:32:20 Login Succeeded 01:32:20 nexus3.edgexfoundry.org:10004 01:32:21 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:32:21 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:32:21 Configure a credential helper to remove this warning. See 01:32:21 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:32:21 01:32:21 Login Succeeded 01:32:21 docker.io 01:32:21 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:32:21 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:32:21 Configure a credential helper to remove this warning. See 01:32:21 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:32:21 01:32:21 Login Succeeded 01:32:21 ---> docker-login.sh ends [Pipeline] } 01:32:21 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 01:32:22 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 01:32:22 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 01:32:22 ========================================================= 01:32:22 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine] 01:32:22 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:32:22 + 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 . 01:32:23 Sending build context to Docker daemon 5.79MB 01:32:23 Step 1/10 : ARG BASE=golang:1.20-alpine3.17 01:32:23 Step 2/10 : FROM ${BASE} AS builder 01:32:23 1.20-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 01:32:23 af6eaf76a39c: Pulling fs layer 01:32:23 55522c791124: Pulling fs layer 01:32:23 ce5c4a1c91eb: Pulling fs layer 01:32:23 169dfbe0d373: Pulling fs layer 01:32:23 e1ff8fa3b103: Pulling fs layer 01:32:23 52ebb69f0ebf: Pulling fs layer 01:32:23 5abe8eddf0d5: Pulling fs layer 01:32:23 e1ff8fa3b103: Waiting 01:32:23 52ebb69f0ebf: Waiting 01:32:23 169dfbe0d373: Waiting 01:32:23 5abe8eddf0d5: Waiting 01:32:23 55522c791124: Download complete 01:32:23 169dfbe0d373: Verifying Checksum 01:32:23 169dfbe0d373: Download complete 01:32:23 e1ff8fa3b103: Verifying Checksum 01:32:23 e1ff8fa3b103: Download complete 01:32:23 af6eaf76a39c: Verifying Checksum 01:32:23 af6eaf76a39c: Download complete 01:32:24 5abe8eddf0d5: Verifying Checksum 01:32:24 5abe8eddf0d5: Download complete 01:32:25 af6eaf76a39c: Pull complete 01:32:26 52ebb69f0ebf: Verifying Checksum 01:32:26 52ebb69f0ebf: Download complete 01:32:26 ce5c4a1c91eb: Verifying Checksum 01:32:26 ce5c4a1c91eb: Download complete 01:32:26 55522c791124: Pull complete 01:32:38 ce5c4a1c91eb: Pull complete 01:32:38 169dfbe0d373: Pull complete 01:32:38 e1ff8fa3b103: Pull complete 01:32:44 52ebb69f0ebf: Pull complete 01:32:45 5abe8eddf0d5: Pull complete 01:32:45 Digest: sha256:978cc1420e451f27bd88fdeece3ad01a9109ec773b62f165dfc696fd516b3d8f 01:32:45 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine 01:32:45 ---> 6cb57ee374ae 01:32:45 Step 3/10 : ARG MAKE=make build 01:32:47 ---> Running in 365fe1e1139e 01:32:48 Removing intermediate container 365fe1e1139e 01:32:48 ---> 8162264358b5 01:32:48 Step 4/10 : WORKDIR /device-sdk-go 01:32:48 ---> Running in f2d5489543ca 01:32:48 Removing intermediate container f2d5489543ca 01:32:48 ---> 4c61678caf01 01:32:48 Step 5/10 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' 01:32:48 ---> Running in d6bbd6f1fc7a 01:32:48 Removing intermediate container d6bbd6f1fc7a 01:32:48 ---> 8d93b3d1a855 01:32:48 Step 6/10 : RUN apk add --update --no-cache make git 01:32:49 ---> Running in b4948a3edcd8 01:32:50 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 01:32:50 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 01:32:52 OK: 263 MiB in 53 packages 01:32:53 Removing intermediate container b4948a3edcd8 01:32:53 ---> e2c4e3232afa 01:32:53 Step 7/10 : COPY go.mod vendor* ./ 01:32:53 ---> 65aa05f396f9 01:32:53 Step 8/10 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:32:53 ---> Running in 33c9fe45217a 01:34:01 Removing intermediate container 33c9fe45217a 01:34:01 ---> 2bc4a77a65d0 01:34:01 Step 9/10 : COPY . . 01:34:01 ---> 0777b3e114fc 01:34:01 Step 10/10 : RUN ${MAKE} 01:34:01 ---> Running in 7c0c0c1899f0 01:34:01 noop 01:34:01 Removing intermediate container 7c0c0c1899f0 01:34:01 ---> 9515ee07a554 01:34:01 Successfully built 9515ee07a554 01:34:01 Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:34:02 + docker inspect -f . ci-base-image-arm64 01:34:02 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 01:34:02 prd-ubuntu20.04-docker-arm64-4c-16g-316 does not seem to be running inside a container 01:34:02 $ 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 01:34:03 $ docker top 69929ad55b2806669202b00e333d6796329255b66c26f9593c46b0f3f3f87975 -eo pid,comm [Pipeline] { [Pipeline] sh 01:34:04 + go version 01:34:04 go version go1.20.2 linux/arm64 [Pipeline] } 01:34:04 $ docker stop --time=1 69929ad55b2806669202b00e333d6796329255b66c26f9593c46b0f3f3f87975 01:34:06 $ docker rm -f --volumes 69929ad55b2806669202b00e333d6796329255b66c26f9593c46b0f3f3f87975 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:34:07 + docker inspect -f . ci-base-image-arm64 01:34:07 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 01:34:07 prd-ubuntu20.04-docker-arm64-4c-16g-316 does not seem to be running inside a container 01:34:07 $ 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 01:34:08 $ docker top 778544ffa67496dafcbaea15c52d8d0e9f09be1b49c90b7c9fd57201b08a6449 -eo pid,comm [Pipeline] { [Pipeline] sh 01:34:09 + git config --global --add safe.directory /w/workspace/device-sdk-go/1 [Pipeline] fileExists [Pipeline] sh 01:34:10 + make test 01:34:10 go test -race -coverprofile=coverage.out ./... 01:34:57 ? github.com/edgexfoundry/device-sdk-go/v3 [no test files] 01:37:33 ? github.com/edgexfoundry/device-sdk-go/v3/example/cmd/device-simple [no test files] 01:37:33 ? github.com/edgexfoundry/device-sdk-go/v3/example/config [no test files] 01:37:33 ? github.com/edgexfoundry/device-sdk-go/v3/example/driver [no test files] 01:37:33 ? github.com/edgexfoundry/device-sdk-go/v3/internal/application [no test files] 01:37:33 ? github.com/edgexfoundry/device-sdk-go/v3/internal/autodiscovery [no test files] 01:37:33 ok github.com/edgexfoundry/device-sdk-go/v3/internal/autoevent 0.225s coverage: 27.6% of statements 01:37:39 ok github.com/edgexfoundry/device-sdk-go/v3/internal/cache 0.270s coverage: 78.9% of statements 01:37:54 ? github.com/edgexfoundry/device-sdk-go/v3/internal/config [no test files] 01:37:54 ? github.com/edgexfoundry/device-sdk-go/v3/internal/container [no test files] 01:37:54 ok github.com/edgexfoundry/device-sdk-go/v3/internal/common 0.390s coverage: 86.0% of statements 01:37:59 ? github.com/edgexfoundry/device-sdk-go/v3/internal/controller/http/correlation [no test files] 01:38:00 ok github.com/edgexfoundry/device-sdk-go/v3/internal/controller/http 0.497s coverage: 75.9% of statements 01:38:05 ? github.com/edgexfoundry/device-sdk-go/v3/internal/provision [no test files] 01:38:07 ? github.com/edgexfoundry/device-sdk-go/v3/pkg/interfaces [no test files] 01:38:07 ? github.com/edgexfoundry/device-sdk-go/v3/pkg/interfaces/mocks [no test files] 01:38:07 ok github.com/edgexfoundry/device-sdk-go/v3/internal/controller/messaging 3.261s coverage: 15.2% of statements 01:38:07 ok github.com/edgexfoundry/device-sdk-go/v3/internal/transformer 0.529s coverage: 65.7% of statements 01:38:11 ok github.com/edgexfoundry/device-sdk-go/v3/pkg/models 0.469s coverage: 89.2% of statements 01:38:12 ? github.com/edgexfoundry/device-sdk-go/v3/pkg/startup [no test files] 01:38:13 ok github.com/edgexfoundry/device-sdk-go/v3/pkg/service 0.283s coverage: 5.5% of statements 01:38:14 WARNING: Linting skipped (not on x86_64 or linter not installed) 01:38:14 GO111MODULE=on go vet ./... 01:40:50 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 01:40:50 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 01:40:50 ./bin/test-attribution-txt.sh [Pipeline] echo 01:40:50 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 01:40:50 $ docker stop --time=1 778544ffa67496dafcbaea15c52d8d0e9f09be1b49c90b7c9fd57201b08a6449 01:40:52 $ docker rm -f --volumes 778544ffa67496dafcbaea15c52d8d0e9f09be1b49c90b7c9fd57201b08a6449 [Pipeline] // withDockerContainer [Pipeline] sh 01:40:55 + sudo chown -R jenkins:jenkins . [Pipeline] stash 01:40:55 Warning: overwriting stash ‘coverage-report’ 01:40:56 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 01:40:56 + sudo chown -R jenkins:jenkins . [Pipeline] sh 01:40:57 + ls -al . 01:40:57 total 272 01:40:57 drwxrwxr-x 10 jenkins jenkins 4096 Mar 15 01:34 . 01:40:57 drwxrwxr-x 4 jenkins jenkins 4096 Mar 15 01:31 .. 01:40:57 -rw-rw-r-- 1 jenkins jenkins 140 Mar 15 01:31 .dockerignore 01:40:57 drwxrwxr-x 8 jenkins jenkins 4096 Mar 15 01:31 .git 01:40:57 drwxrwxr-x 2 jenkins jenkins 4096 Mar 15 01:31 .github 01:40:57 -rw-rw-r-- 1 jenkins jenkins 131 Mar 15 01:31 .gitignore 01:40:57 -rw-rw-r-- 1 jenkins jenkins 42 Mar 15 01:31 .golangci.yml 01:40:57 -rw-rw-r-- 1 jenkins jenkins 31677 Mar 15 01:31 CHANGELOG.md 01:40:57 -rw-rw-r-- 1 jenkins jenkins 677 Mar 15 01:31 GOVERNANCE.md 01:40:57 -rw-rw-r-- 1 jenkins jenkins 885 Mar 15 01:31 Jenkinsfile 01:40:57 -rw-rw-r-- 1 jenkins jenkins 11341 Mar 15 01:31 LICENSE 01:40:57 -rw-rw-r-- 1 jenkins jenkins 1714 Mar 15 01:31 Makefile 01:40:57 -rw-rw-r-- 1 jenkins jenkins 619 Mar 15 01:31 OWNERS.md 01:40:57 -rw-rw-r-- 1 jenkins jenkins 4891 Mar 15 01:31 README.md 01:40:57 -rw-rw-r-- 1 jenkins jenkins 5 Mar 15 01:28 VERSION 01:40:57 drwxrwxr-x 2 jenkins jenkins 4096 Mar 15 01:31 bin 01:40:57 -rw-r--r-- 1 jenkins jenkins 109538 Mar 15 01:38 coverage.out 01:40:57 drwxrwxr-x 5 jenkins jenkins 4096 Mar 15 01:31 example 01:40:57 -rw-rw-r-- 1 jenkins jenkins 3278 Mar 15 01:31 go.mod 01:40:57 -rw-rw-r-- 1 jenkins jenkins 30839 Mar 15 01:31 go.sum 01:40:57 drwxrwxr-x 12 jenkins jenkins 4096 Mar 15 01:31 internal 01:40:57 drwxrwxr-x 3 jenkins jenkins 4096 Mar 15 01:31 openapi 01:40:57 drwxrwxr-x 6 jenkins jenkins 4096 Mar 15 01:31 pkg 01:40:57 drwxrwxr-x 4 jenkins jenkins 4096 Mar 15 01:31 snap 01:40:57 -rw-rw-r-- 1 jenkins jenkins 222 Mar 15 01:31 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:40:57 + 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=d2492e3f0e49da88b612947d9f83778383787837 --label arch=arm64 --label version=0.0.0 . 01:40:57 Sending build context to Docker daemon 5.9MB 01:40:57 Step 1/23 : ARG BASE=golang:1.20-alpine3.17 01:40:57 Step 2/23 : FROM ${BASE} AS builder 01:40:57 ---> 9515ee07a554 01:40:57 Step 3/23 : ARG MAKE=make build 01:41:00 ---> Running in ae82fdd7c07f 01:41:00 Removing intermediate container ae82fdd7c07f 01:41:00 ---> f552c8f5512e 01:41:00 Step 4/23 : WORKDIR /device-sdk-go 01:41:00 ---> Running in 79b082b9e700 01:41:00 Removing intermediate container 79b082b9e700 01:41:00 ---> 5d9c5f7554cf 01:41:00 Step 5/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' 01:41:01 ---> Running in 6297467ca758 01:41:01 Removing intermediate container 6297467ca758 01:41:01 ---> 62c39bbc38d3 01:41:01 Step 6/23 : RUN apk add --update --no-cache make git 01:41:01 ---> Running in 8bf1ec9e71bd 01:41:02 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 01:41:02 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 01:41:04 OK: 263 MiB in 53 packages 01:41:04 Removing intermediate container 8bf1ec9e71bd 01:41:04 ---> 72069a2e7b3f 01:41:04 Step 7/23 : COPY go.mod vendor* ./ 01:41:05 ---> c09eef47ccc3 01:41:05 Step 8/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:41:05 ---> Running in a042eeba1462 01:41:08 Removing intermediate container a042eeba1462 01:41:08 ---> c04a0b0e1fc0 01:41:08 Step 9/23 : COPY . . 01:41:09 ---> 2074504f6924 01:41:09 Step 10/23 : RUN ${MAKE} 01:41:09 ---> Running in 55ebabc3dda1 01:41:10 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 01:43:32 Removing intermediate container 55ebabc3dda1 01:43:32 ---> 86d148b658d2 01:43:32 Step 11/23 : FROM alpine:3.17 01:43:32 3.17: Pulling from library/alpine 01:43:32 af6eaf76a39c: Already exists 01:43:32 Digest: sha256:ff6bdca1701f3a8a67e328815ff2346b0e4067d32ec36b7992c1fdc001dc8517 01:43:32 Status: Downloaded newer image for alpine:3.17 01:43:32 ---> d74e625d9115 01:43:32 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel' 01:43:32 ---> Running in 0f330cbff8de 01:43:32 Removing intermediate container 0f330cbff8de 01:43:32 ---> 19452cb0555f 01:43:32 Step 13/23 : RUN apk add --update --no-cache 01:43:32 ---> Running in 27c44e577ac4 01:43:32 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 01:43:32 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 01:43:32 OK: 7 MiB in 15 packages 01:43:32 Removing intermediate container 27c44e577ac4 01:43:32 ---> 83c3076494d3 01:43:32 Step 14/23 : WORKDIR / 01:43:32 ---> Running in f8cc15698661 01:43:32 Removing intermediate container f8cc15698661 01:43:32 ---> 4926087ec154 01:43:32 Step 15/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/Attribution.txt /Attribution.txt 01:43:32 ---> 17e3424434e3 01:43:32 Step 16/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /device-simple 01:43:35 ---> 05ac2236b375 01:43:35 Step 17/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/ /res 01:43:36 ---> b891a4d82f2c 01:43:36 Step 18/23 : EXPOSE 59999 01:43:36 ---> Running in fe4afb803be5 01:43:36 Removing intermediate container fe4afb803be5 01:43:36 ---> fab08fb8b719 01:43:36 Step 19/23 : ENTRYPOINT ["/device-simple"] 01:43:36 ---> Running in 2f425e239366 01:43:37 Removing intermediate container 2f425e239366 01:43:37 ---> 357f43fc014c 01:43:37 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 01:43:37 ---> Running in fd1e4ee4ec73 01:43:37 Removing intermediate container fd1e4ee4ec73 01:43:37 ---> cafea89b699d 01:43:37 Step 21/23 : LABEL arch=arm64 01:43:37 ---> Running in c88c9fcb91b2 01:43:37 Removing intermediate container c88c9fcb91b2 01:43:37 ---> 86d433182257 01:43:37 Step 22/23 : LABEL git_sha=d2492e3f0e49da88b612947d9f83778383787837 01:43:37 ---> Running in 3fafed73f6d3 01:43:37 Removing intermediate container 3fafed73f6d3 01:43:37 ---> bec778de3a22 01:43:37 Step 23/23 : LABEL version=0.0.0 01:43:38 ---> Running in bef78a59b911 01:43:38 Removing intermediate container bef78a59b911 01:43:38 ---> d92691cffd22 01:43:38 [Warning] One or more build-args [ARCH] were not consumed 01:43:38 Successfully built d92691cffd22 01:43:38 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 01:43:39 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 01:43:39 01:43:39 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:43:39 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 01:43:39 arm64: Pulling from edgex-lftools-log-publisher 01:43:39 8998bd30e6a1: Pulling fs layer 01:43:39 04944245beec: Pulling fs layer 01:43:39 699f458cf7ca: Pulling fs layer 01:43:39 765212b225bb: Pulling fs layer 01:43:39 f23df028b6ca: Pulling fs layer 01:43:39 d65c8cfc05b1: Pulling fs layer 01:43:39 2437ff75d9bd: Pulling fs layer 01:43:39 765212b225bb: Waiting 01:43:39 f23df028b6ca: Waiting 01:43:39 d65c8cfc05b1: Waiting 01:43:39 2437ff75d9bd: Waiting 01:43:40 04944245beec: Verifying Checksum 01:43:40 04944245beec: Download complete 01:43:40 765212b225bb: Verifying Checksum 01:43:40 765212b225bb: Download complete 01:43:40 f23df028b6ca: Verifying Checksum 01:43:40 f23df028b6ca: Download complete 01:43:40 d65c8cfc05b1: Verifying Checksum 01:43:40 d65c8cfc05b1: Download complete 01:43:40 699f458cf7ca: Verifying Checksum 01:43:40 699f458cf7ca: Download complete 01:43:40 8998bd30e6a1: Verifying Checksum 01:43:40 8998bd30e6a1: Download complete 01:43:43 2437ff75d9bd: Download complete 01:43:44 8998bd30e6a1: Pull complete 01:43:45 04944245beec: Pull complete 01:43:48 699f458cf7ca: Pull complete 01:43:48 765212b225bb: Pull complete 01:43:49 f23df028b6ca: Pull complete 01:43:49 d65c8cfc05b1: Pull complete 01:44:04 2437ff75d9bd: Pull complete 01:44:04 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 01:44:04 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 01:44:04 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 01:44:04 prd-ubuntu20.04-docker-arm64-4c-16g-316 does not seem to be running inside a container 01:44:04 $ 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 01:44:07 $ docker top 1d9ebadf1abd2bc8ae471d3a354d9f02f9635cd98885e2d6a02c3c8c6ecf404b -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 01:44:08 ---> job-cost.sh 01:44:08 lf-activate-venv: SKIPPING 01:44:08 INFO: No Stack... 01:44:08 INFO: Retrieving Pricing Info for: v3-standard-4 01:44:09 INFO: Archiving Costs [Pipeline] sh 01:44:10 + cut -d, -f6 01:44:10 + cat /w/workspace/device-sdk-go/1/archives/cost.csv [Pipeline] lock 01:44:10 Trying to acquire lock on [jenkins-edgexfoundry-device-sdk-go-PR-1385-1-stack-cost] 01:44:10 Resource [jenkins-edgexfoundry-device-sdk-go-PR-1385-1-stack-cost] did not exist. Created. 01:44:10 Lock acquired on [jenkins-edgexfoundry-device-sdk-go-PR-1385-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 01:44:11 /w/workspace/device-sdk-go/1@tmp/durable-a68e245a/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh 01:44:11 + echo total: 0.10999999940395355 [Pipeline] stash 01:44:11 Warning: overwriting stash ‘stack-cost’ 01:44:11 Stashed 1 file(s) [Pipeline] } 01:44:11 Lock released on resource [jenkins-edgexfoundry-device-sdk-go-PR-1385-1-stack-cost] [Pipeline] // lock [Pipeline] } 01:44:11 $ docker stop --time=1 1d9ebadf1abd2bc8ae471d3a354d9f02f9635cd98885e2d6a02c3c8c6ecf404b 01:44:13 $ docker rm -f --volumes 1d9ebadf1abd2bc8ae471d3a354d9f02f9635cd98885e2d6a02c3c8c6ecf404b [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 01:44:15 provisioning config files... 01:44:15 copy managed file [device-sdk-go-codecov-token] to file:/w/workspace/gexfoundry_device-sdk-go_PR-1385@tmp/config11904970492148039713tmp [Pipeline] { [Pipeline] sh 01:44:15 + set +x 01:44:15 + curl -s https://codecov.io/bash 01:44:15 + bash -s -- 01:44:15 01:44:15 _____ _ 01:44:15 / ____| | | 01:44:15 | | ___ __| | ___ ___ _____ __ 01:44:15 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 01:44:15 | |___| (_) | (_| | __/ (_| (_) \ V / 01:44:15 \_____\___/ \__,_|\___|\___\___/ \_/ 01:44:15 Bash-1.0.6 01:44:15 01:44:15 01:44:15 ==> git version 2.25.1 found 01:44:15 ==> 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 01:44:15 Release-Date: 2020-01-08 01:44:15 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 01:44:15 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 01:44:15 ==> Jenkins CI detected. 01:44:15 current dir:  /w/workspace/gexfoundry_device-sdk-go_PR-1385 01:44:15 project root: . 01:44:15 --> token set from env 01:44:15 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 01:44:15 ==> Running gcov in . (disable via -X gcov) 01:44:15 ==> Python coveragepy not found 01:44:15 ==> Searching for coverage reports in: 01:44:15 + . 01:44:15 -> Found 1 reports 01:44:15 ==> Detecting git/mercurial file structure 01:44:15 ==> Reading reports 01:44:15 + ./coverage.out bytes=109538 01:44:15 ==> Appending adjustments 01:44:15 https://docs.codecov.io/docs/fixing-reports 01:44:16 + Found adjustments 01:44:16 ==> Gzipping contents 01:44:16 16K /tmp/codecov.t1AieX.gz 01:44:16 ==> Uploading reports 01:44:16 url: https://codecov.io 01:44:16 query: branch=PR-1385&commit=d2492e3f0e49da88b612947d9f83778383787837&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2FPR-1385%2F1%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=1385&job=&cmd_args= 01:44:16 -> Pinging Codecov 01:44:16 https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=6fc62cd9-fce6-47f0-85f4-af589338491a&branch=PR-1385&commit=d2492e3f0e49da88b612947d9f83778383787837&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2FPR-1385%2F1%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=1385&job=&cmd_args= 01:44:16 -> Uploading to 01:44:16 https://storage.googleapis.com/codecov/v4/raw/2023-03-15/7E55EF52A471D76F132DFD9A03CDDE97/d2492e3f0e49da88b612947d9f83778383787837/5fc2b283-3ede-4161-9578-8baab3bccc61.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20230315%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20230315T014416Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=6db6bac3797e1f91a9757ed18540587e0e39bda02771470000b888b658ada82d 01:44:16 % Total % Received % Xferd Average Speed Time Time Time Current 01:44:16 Dload Upload Total Spent Left Speed 01:44:16 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 15248 0 0 100 15248 0 75113 --:--:-- --:--:-- --:--:-- 74745 100 15248 0 0 100 15248 0 61983 --:--:-- --:--:-- --:--:-- 61732 01:44:16 -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/device-sdk-go/commit/d2492e3f0e49da88b612947d9f83778383787837 [Pipeline] } 01:44:16 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 01:44:18 + [ -d /w/workspace/gexfoundry_device-sdk-go_PR-1385/archives ] 01:44:18 + ls -al /w/workspace/gexfoundry_device-sdk-go_PR-1385/archives 01:44:18 total 16 01:44:18 drwxr-xr-x 3 root root 4096 Mar 15 01:30 . 01:44:18 drwxrwxr-x 12 jenkins jenkins 4096 Mar 15 01:30 .. 01:44:18 drwxr-xr-x 2 root root 4096 Mar 15 01:30 cost 01:44:18 -rw-r--r-- 1 root root 86 Mar 15 01:30 cost.csv 01:44:18 + sudo chown -R jenkins:jenkins /w/workspace/gexfoundry_device-sdk-go_PR-1385/archives 01:44:18 + ls -al /w/workspace/gexfoundry_device-sdk-go_PR-1385/archives 01:44:18 total 16 01:44:18 drwxr-xr-x 3 jenkins jenkins 4096 Mar 15 01:30 . 01:44:18 drwxrwxr-x 12 jenkins jenkins 4096 Mar 15 01:30 .. 01:44:18 drwxr-xr-x 2 jenkins jenkins 4096 Mar 15 01:30 cost 01:44:18 -rw-r--r-- 1 jenkins jenkins 86 Mar 15 01:30 cost.csv [Pipeline] libraryResource [Pipeline] sh 01:44:18 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 01:44:19 ---> package-listing.sh 01:44:19 ++ facter osfamily 01:44:19 ++ tr '[:upper:]' '[:lower:]' 01:44:20 + OS_FAMILY=debian 01:44:20 + workspace=/w/workspace/gexfoundry_device-sdk-go_PR-1385 01:44:20 + START_PACKAGES=/tmp/packages_start.txt 01:44:20 + END_PACKAGES=/tmp/packages_end.txt 01:44:20 + DIFF_PACKAGES=/tmp/packages_diff.txt 01:44:20 + PACKAGES=/tmp/packages_start.txt 01:44:20 + '[' /w/workspace/gexfoundry_device-sdk-go_PR-1385 ']' 01:44:20 + PACKAGES=/tmp/packages_end.txt 01:44:20 + case "${OS_FAMILY}" in 01:44:20 + dpkg -l 01:44:20 + grep '^ii' 01:44:20 + '[' -f /tmp/packages_start.txt ']' 01:44:20 + '[' -f /tmp/packages_end.txt ']' 01:44:20 + diff /tmp/packages_start.txt /tmp/packages_end.txt 01:44:20 + '[' /w/workspace/gexfoundry_device-sdk-go_PR-1385 ']' 01:44:20 + mkdir -p /w/workspace/gexfoundry_device-sdk-go_PR-1385/archives/ 01:44:20 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/gexfoundry_device-sdk-go_PR-1385/archives/ [Pipeline] echo 01:44:20 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-1385/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 01:44:20 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:44:21 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 01:44:21 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 01:44:21 prd-ubuntu20.04-docker-8c-8g-311 does not seem to be running inside a container 01:44:21 $ 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-1385/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-1385 -v /w/workspace/gexfoundry_device-sdk-go_PR-1385:/w/workspace/gexfoundry_device-sdk-go_PR-1385:rw,z -v /w/workspace/gexfoundry_device-sdk-go_PR-1385@tmp:/w/workspace/gexfoundry_device-sdk-go_PR-1385@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 01:44:21 $ docker top 9afc222b87851f1711d22be5c9b373e978dac5a16541fe0613c4c1d8b5ffd463 -eo pid,comm [Pipeline] { [Pipeline] sh 01:44:21 + touch /tmp/pre-build-complete [Pipeline] sh 01:44:22 + mkdir -p /var/log/sysstat [Pipeline] sh 01:44:22 + ls /var/log/sa-host 01:44:22 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 01:44:22 provisioning config files... 01:44:22 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/gexfoundry_device-sdk-go_PR-1385@tmp/config4668485567569260732tmp [Pipeline] { [Pipeline] echo 01:44:22 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 01:44:23 ---> create-netrc.sh [Pipeline] } 01:44:23 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 01:44:23 ---> python-tools-install.sh [Pipeline] echo 01:44:23 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 01:44:23 ---> sudo-logs.sh 01:44:23 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 01:44:23 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 01:44:24 ---> job-cost.sh 01:44:24 lf-activate-venv: SKIPPING 01:44:24 DEBUG: total: 0.2199999988079071 01:44:24 INFO: Retrieving Stack Cost... 01:44:24 INFO: Retrieving Pricing Info for: v3-standard-8 01:44:25 INFO: Archiving Costs [Pipeline] echo 01:44:25 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 01:44:25 ---> logs-deploy.sh 01:44:25 lf-activate-venv: SKIPPING 01:44:25 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/PR-1385/1 01:44:25 INFO: archiving workspace using pattern(s): 01:44:26 Archives upload complete. 01:44:26 INFO: archiving logs to Nexus 01:44:26 ---> uname -a: 01:44:26 Linux prd-ubuntu20-04-docker-8c-8g-311 5.4.0-126-generic #142-Ubuntu SMP Fri Aug 26 12:12:57 UTC 2022 x86_64 GNU/Linux 01:44:26 01:44:26