Pull request #231 opened Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 8608e49fa043929ca3c866d9fd83ae94c6836335+92bd9c00148e5243a860f84a1cf80326c22a5698 (78d3f9529ae876e6dfd8b573c76194062590300f) 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-ssh724268745605434928.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 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-ssh5035208675694607890.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 cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 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-rest-go/branches/PR-231/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-rest-go/branches/PR-231/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh7969622533511877585.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-rest-go/branches/PR-231/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh17108837231042286666.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 # timeout=10 Commit message: "Merge pull request #420 from bill-mahoney/levski-update" > 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-ssh14094163104319613361.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-rest-go/branches/PR-231/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-rest-go/branches/PR-231/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh10601628518079681963.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 cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 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-rest-go] ========================================================= [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-rest-go-settings PROJECT: device-rest-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.18 USE_ALPINE: true DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_IMAGE_NAME: device-rest DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 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 ‘prd-ubuntu20.04-docker-8c-8g-166’ Running on prd-ubuntu20.04-docker-8c-8g-171 in /w/workspace/gexfoundry_device-rest-go_PR-231 [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-rest-go.git > git init /w/workspace/gexfoundry_device-rest-go_PR-231 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-rest-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-rest-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/main commit 92bd9c00148e5243a860f84a1cf80326c22a5698 into PR head commit 8608e49fa043929ca3c866d9fd83ae94c6836335 > git config remote.origin.url git@github.com:edgexfoundry/device-rest-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-rest-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-rest-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-rest-go.git +refs/pull/231/head:refs/remotes/origin/PR-231 +refs/heads/main:refs/remotes/origin/main # timeout=10 Merge succeeded, producing 8608e49fa043929ca3c866d9fd83ae94c6836335 Checking out Revision 8608e49fa043929ca3c866d9fd83ae94c6836335 (PR-231) Commit message: "build(deps): Bump github.com/edgexfoundry/device-sdk-go/v3" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.25.1' fatal: bad object cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 20:02:51 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 20:02:51 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 20:02:51 ========================================================= 20:02:51 EdgeX Global Pipelines Version Info 20:02:51 ========================================================= [Pipeline] libraryResource [Pipeline] sh > git config core.sparsecheckout # timeout=10 > git checkout -f 8608e49fa043929ca3c866d9fd83ae94c6836335 # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge 92bd9c00148e5243a860f84a1cf80326c22a5698 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 8608e49fa043929ca3c866d9fd83ae94c6836335 # timeout=10 20:02:52 ------------------- 20:02:52 stable info: 20:02:52 ------------------- 20:02:52 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 20:02:52 Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 20:02:52 Message: update stable to v1.0.244 20:02:52 ------------------- 20:02:52 experimental info: 20:02:52 ------------------- 20:02:52 Commited By: **** collab-it+edgex@linuxfoundation.org 20:02:52 Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 20:02:52 Message: update experimental to v1.0.244 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 20:02:53 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-rest-go-settings [Pipeline] echo 20:02:53 [edgeXSetupEnvironment]: set envvar PROJECT = device-rest-go [Pipeline] echo 20:02:53 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 20:02:53 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 20:02:53 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 20:02:53 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.18 [Pipeline] echo 20:02:53 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 20:02:53 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 20:02:53 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 20:02:53 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 20:02:53 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 20:02:53 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-rest [Pipeline] echo 20:02:53 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 20:02:53 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 20:02:53 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 20:02:53 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 20:02:53 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 20:02:53 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 20:02:53 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 20:02:54 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 20:02:54 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 20:02:54 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 20:02:54 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 20:02:54 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 20:02:54 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 20:02:54 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 20:02:54 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 20:02:54 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-231 [Pipeline] echo 20:02:54 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-231 [Pipeline] echo 20:02:54 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-231 [Pipeline] echo 20:02:54 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 8608e49fa043929ca3c866d9fd83ae94c6836335 [Pipeline] echo 20:02:54 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 8608e49 [Pipeline] echo 20:02:54 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 20:02:54 provisioning config files... 20:02:54 copy managed file [device-rest-go-settings] to file:/w/workspace/gexfoundry_device-rest-go_PR-231@tmp/config10411029238173515375tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 20:02:55 ---> docker-login.sh 20:02:55 nexus3.edgexfoundry.org:10001 20:02:55 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:02:55 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:02:55 Configure a credential helper to remove this warning. See 20:02:55 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:02:55 20:02:55 Login Succeeded 20:02:55 nexus3.edgexfoundry.org:10002 20:02:55 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:02:55 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:02:55 Configure a credential helper to remove this warning. See 20:02:55 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:02:55 20:02:55 Login Succeeded 20:02:55 nexus3.edgexfoundry.org:10003 20:02:55 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:02:55 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:02:55 Configure a credential helper to remove this warning. See 20:02:55 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:02:55 20:02:55 Login Succeeded 20:02:55 nexus3.edgexfoundry.org:10004 20:02:55 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:02:55 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:02:55 Configure a credential helper to remove this warning. See 20:02:55 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:02:55 20:02:55 Login Succeeded 20:02:55 docker.io 20:02:55 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:02:55 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:02:55 Configure a credential helper to remove this warning. See 20:02:55 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:02:55 20:02:55 Login Succeeded 20:02:55 ---> docker-login.sh ends [Pipeline] } 20:02:55 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh 20:02:56 + git rev-list -1 --merges 8608e49fa043929ca3c866d9fd83ae94c6836335~1..8608e49fa043929ca3c866d9fd83ae94c6836335 [Pipeline] echo 20:02:56 -----------> git rev-list -1 --merges 8608e49fa043929ca3c866d9fd83ae94c6836335~1..8608e49fa043929ca3c866d9fd83ae94c6836335 8608e49fa043929ca3c866d9fd83ae94c6836335 [false] [Pipeline] sh 20:02:56 + git log --format=format:%s -1 8608e49fa043929ca3c866d9fd83ae94c6836335 [Pipeline] echo 20:02:56 ========================================================= 20:02:56 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 20:02:56 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 20:02:57 + git log --format=format:%s -1 8608e49fa043929ca3c866d9fd83ae94c6836335 [Pipeline] echo 20:02:57 [semverPrep] GIT_COMMIT: 8608e49fa043929ca3c866d9fd83ae94c6836335, Commit Message: build(deps): Bump github.com/edgexfoundry/device-sdk-go/v3 [Pipeline] echo 20:02:57 [semverPrep] This is not a build commit. [Pipeline] sh 20:02:57 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 20:02:57 + grep -v github /etc/ssh/ssh_known_hosts 20:02:57 + [ -e /tmp/ssh_known_hosts ] 20:02:57 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 20:02:57 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 20:02:57 + sudo tee -a /etc/ssh/ssh_known_hosts 20:02:57 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:02:58 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 20:02:58 20:02:58 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:02:58 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 20:02:58 0.1.4: Pulling from edgex-devops/py-git-semver 20:02:58 b85a868b505f: Pulling fs layer 20:02:58 e2be974225ed: Pulling fs layer 20:02:58 339a4e72a1f5: Pulling fs layer 20:02:58 988bab9f4d93: Pulling fs layer 20:02:58 1469e6f7b9e6: Pulling fs layer 20:02:58 eaf3925da568: Pulling fs layer 20:02:58 bab4dde63d76: Pulling fs layer 20:02:58 bde34c3a00c8: Pulling fs layer 20:02:58 b352a97aabf1: Pulling fs layer 20:02:58 4872d77fe225: Pulling fs layer 20:02:58 5851b861e8e6: Pulling fs layer 20:02:58 1469e6f7b9e6: Waiting 20:02:58 eaf3925da568: Waiting 20:02:58 bab4dde63d76: Waiting 20:02:58 4872d77fe225: Waiting 20:02:58 bde34c3a00c8: Waiting 20:02:58 5851b861e8e6: Waiting 20:02:58 988bab9f4d93: Waiting 20:02:58 b352a97aabf1: Waiting 20:02:58 e2be974225ed: Download complete 20:02:58 988bab9f4d93: Download complete 20:02:58 1469e6f7b9e6: Verifying Checksum 20:02:58 1469e6f7b9e6: Download complete 20:02:58 eaf3925da568: Download complete 20:02:58 339a4e72a1f5: Verifying Checksum 20:02:58 339a4e72a1f5: Download complete 20:02:58 bde34c3a00c8: Download complete 20:02:58 b352a97aabf1: Verifying Checksum 20:02:58 4872d77fe225: Download complete 20:02:58 5851b861e8e6: Verifying Checksum 20:02:58 5851b861e8e6: Download complete 20:02:58 b85a868b505f: Verifying Checksum 20:02:58 b85a868b505f: Download complete 20:02:59 bab4dde63d76: Verifying Checksum 20:02:59 bab4dde63d76: Download complete 20:03:00 b85a868b505f: Pull complete 20:03:00 e2be974225ed: Pull complete 20:03:00 339a4e72a1f5: Pull complete 20:03:00 988bab9f4d93: Pull complete 20:03:01 1469e6f7b9e6: Pull complete 20:03:01 eaf3925da568: Pull complete 20:03:03 bab4dde63d76: Pull complete 20:03:03 bde34c3a00c8: Pull complete 20:03:03 b352a97aabf1: Pull complete 20:03:03 4872d77fe225: Pull complete 20:03:03 5851b861e8e6: Pull complete 20:03:03 Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 20:03:03 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 20:03:03 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 20:03:03 prd-ubuntu20.04-docker-8c-8g-171 does not seem to be running inside a container 20:03:03 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_device-rest-go_PR-231 -v /w/workspace/gexfoundry_device-rest-go_PR-231:/w/workspace/gexfoundry_device-rest-go_PR-231:rw,z -v /w/workspace/gexfoundry_device-rest-go_PR-231@tmp:/w/workspace/gexfoundry_device-rest-go_PR-231@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 20:03:04 $ docker top e0f6a21d56aaa0c52823e53fee0c0713a27cbf657e6b60a8e00ef0c34b3142aa -eo pid,comm 20:03:04 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). 20:03:04 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 20:03:04 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 20:03:04 [ssh-agent] Looking for ssh-agent implementation... 20:03:04 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 20:03:04 $ docker exec e0f6a21d56aaa0c52823e53fee0c0713a27cbf657e6b60a8e00ef0c34b3142aa ssh-agent 20:03:04 SSH_AUTH_SOCK=/tmp/ssh-FPykjLgD81G5/agent.32 20:03:04 SSH_AGENT_PID=38 20:03:04 Running ssh-add (command line suppressed) 20:03:05 Identity added: /w/workspace/gexfoundry_device-rest-go_PR-231@tmp/private_key_15789454742832031681.key (/w/workspace/gexfoundry_device-rest-go_PR-231@tmp/private_key_15789454742832031681.key) 20:03:05 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 20:03:05 + git tag --points-at HEAD [Pipeline] } 20:03:05 $ docker exec --env ******** --env ******** e0f6a21d56aaa0c52823e53fee0c0713a27cbf657e6b60a8e00ef0c34b3142aa ssh-agent -k 20:03:05 unset SSH_AUTH_SOCK; 20:03:05 unset SSH_AGENT_PID; 20:03:05 echo Agent pid 38 killed; 20:03:05 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 20:03:05 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 20:03:05 [ssh-agent] Looking for ssh-agent implementation... 20:03:05 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 20:03:05 $ docker exec e0f6a21d56aaa0c52823e53fee0c0713a27cbf657e6b60a8e00ef0c34b3142aa ssh-agent 20:03:05 SSH_AUTH_SOCK=/tmp/ssh-BfwuLBgMHZZH/agent.70 20:03:05 SSH_AGENT_PID=76 20:03:05 Running ssh-add (command line suppressed) 20:03:06 Identity added: /w/workspace/gexfoundry_device-rest-go_PR-231@tmp/private_key_15382924517868460178.key (/w/workspace/gexfoundry_device-rest-go_PR-231@tmp/private_key_15382924517868460178.key) 20:03:06 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 20:03:06 + git semver init 20:03:06 2022-12-19 20:03:06,531 [run_init] DEBUG init version:0.0.0 force:False 20:03:06 2022-12-19 20:03:06,532 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/gexfoundry_device-rest-go_PR-231/.semver 20:03:06 2022-12-19 20:03:06,532 [execute] INFO git clone -b semver git@github.com:edgexfoundry/device-rest-go.git /w/workspace/gexfoundry_device-rest-go_PR-231/.semver 20:03:06 2022-12-19 20:03:06,533 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/device-rest-go.git', '/w/workspace/gexfoundry_device-rest-go_PR-231/.semver'], cwd=/w/workspace/gexfoundry_device-rest-go_PR-231, universal_newlines=False, shell=None, istream=None) 20:03:07 2022-12-19 20:03:07,592 [append_file] DEBUG append to file:/w/workspace/gexfoundry_device-rest-go_PR-231/.git/info/exclude 20:03:07 2022-12-19 20:03:07,592 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/gexfoundry_device-rest-go_PR-231/.semver/PR-231 with force:False 20:03:07 2022-12-19 20:03:07,592 [write_file] DEBUG write to file:/w/workspace/gexfoundry_device-rest-go_PR-231/.semver/PR-231 20:03:07 2022-12-19 20:03:07,596 [execute] INFO git cat-file --batch-check 20:03:07 2022-12-19 20:03:07,597 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/gexfoundry_device-rest-go_PR-231/.semver, universal_newlines=False, shell=None, istream=) 20:03:07 2022-12-19 20:03:07,603 [execute] INFO git cat-file --batch 20:03:07 2022-12-19 20:03:07,603 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/gexfoundry_device-rest-go_PR-231/.semver, universal_newlines=False, shell=None, istream=) 20:03:07 2022-12-19 20:03:07,608 [read_version] DEBUG read version from /w/workspace/gexfoundry_device-rest-go_PR-231/.semver/PR-231 20:03:07 0.0.0 [Pipeline] } 20:03:08 $ docker exec --env ******** --env ******** e0f6a21d56aaa0c52823e53fee0c0713a27cbf657e6b60a8e00ef0c34b3142aa ssh-agent -k 20:03:08 unset SSH_AUTH_SOCK; 20:03:08 unset SSH_AGENT_PID; 20:03:08 echo Agent pid 76 killed; 20:03:08 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 20:03:08 + git semver [Pipeline] } 20:03:08 $ docker stop --time=1 e0f6a21d56aaa0c52823e53fee0c0713a27cbf657e6b60a8e00ef0c34b3142aa 20:03:10 $ docker rm -f --volumes e0f6a21d56aaa0c52823e53fee0c0713a27cbf657e6b60a8e00ef0c34b3142aa [Pipeline] // withDockerContainer [Pipeline] sh 20:03:10 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 20:03:11 Stashed 1 file(s) [Pipeline] echo 20:03:11 [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 20:03:11 provisioning config files... 20:03:11 copy managed file [device-rest-go-settings] to file:/w/workspace/gexfoundry_device-rest-go_PR-231@tmp/config15402918624537174884tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 20:03:12 ---> docker-login.sh 20:03:12 nexus3.edgexfoundry.org:10001 20:03:12 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:03:12 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:03:12 Configure a credential helper to remove this warning. See 20:03:12 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:03:12 20:03:12 Login Succeeded 20:03:12 nexus3.edgexfoundry.org:10002 20:03:12 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:03:12 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:03:12 Configure a credential helper to remove this warning. See 20:03:12 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:03:12 20:03:12 Login Succeeded 20:03:12 nexus3.edgexfoundry.org:10003 20:03:12 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:03:12 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:03:12 Configure a credential helper to remove this warning. See 20:03:12 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:03:12 20:03:12 Login Succeeded 20:03:12 nexus3.edgexfoundry.org:10004 20:03:12 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:03:12 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:03:12 Configure a credential helper to remove this warning. See 20:03:12 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:03:12 20:03:12 Login Succeeded 20:03:12 docker.io 20:03:12 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:03:12 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:03:12 Configure a credential helper to remove this warning. See 20:03:12 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:03:12 20:03:12 Login Succeeded 20:03:12 ---> docker-login.sh ends [Pipeline] } 20:03:12 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 20:03:12 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 20:03:12 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 20:03:12 ========================================================= 20:03:12 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine] 20:03:12 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:03:13 + docker build -t ci-base-image-x86_64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine --build-arg MAKE=echo noop --target=builder . 20:03:13 Sending build context to Docker daemon 10.78MB 20:03:13 Step 1/12 : ARG BASE=golang:1.18-alpine3.16 20:03:13 Step 2/12 : FROM ${BASE} AS builder 20:03:13 1.18-alpine: Pulling from edgex-devops/edgex-golang-base 20:03:13 213ec9aee27d: Pulling fs layer 20:03:13 4583459ba037: Pulling fs layer 20:03:13 93c1e223e6f2: Pulling fs layer 20:03:13 53926ce57604: Pulling fs layer 20:03:13 21b2b0c7a3f4: Pulling fs layer 20:03:13 53926ce57604: Waiting 20:03:13 22ff95d597cd: Pulling fs layer 20:03:13 12d6caf4c0d1: Pulling fs layer 20:03:13 96b7cbca73a9: Pulling fs layer 20:03:13 12d6caf4c0d1: Waiting 20:03:13 21b2b0c7a3f4: Waiting 20:03:13 22ff95d597cd: Waiting 20:03:13 a7acece74701: Pulling fs layer 20:03:13 96b7cbca73a9: Waiting 20:03:13 93c1e223e6f2: Download complete 20:03:13 4583459ba037: Download complete 20:03:13 21b2b0c7a3f4: Download complete 20:03:13 22ff95d597cd: Verifying Checksum 20:03:13 22ff95d597cd: Download complete 20:03:13 213ec9aee27d: Verifying Checksum 20:03:13 213ec9aee27d: Download complete 20:03:13 12d6caf4c0d1: Verifying Checksum 20:03:13 12d6caf4c0d1: Download complete 20:03:13 213ec9aee27d: Pull complete 20:03:13 4583459ba037: Pull complete 20:03:13 93c1e223e6f2: Pull complete 20:03:15 53926ce57604: Verifying Checksum 20:03:15 53926ce57604: Download complete 20:03:15 a7acece74701: Verifying Checksum 20:03:15 a7acece74701: Download complete 20:03:15 96b7cbca73a9: Verifying Checksum 20:03:15 96b7cbca73a9: Download complete 20:03:18 53926ce57604: Pull complete 20:03:18 21b2b0c7a3f4: Pull complete 20:03:18 22ff95d597cd: Pull complete 20:03:18 12d6caf4c0d1: Pull complete 20:03:21 96b7cbca73a9: Pull complete 20:03:21 a7acece74701: Pull complete 20:03:21 Digest: sha256:f6a9ef70c52da88a2ff63a0c6767b24654f9f5185d1d85ca6cc3004fb48f6c2d 20:03:21 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine 20:03:21 ---> db6d94c90886 20:03:21 Step 3/12 : ARG ADD_BUILD_TAGS="" 20:03:23 ---> Running in bc58ebf56703 20:03:23 Removing intermediate container bc58ebf56703 20:03:23 ---> 393bda3e3aab 20:03:23 Step 4/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 20:03:23 ---> Running in 6708e33fab8e 20:03:23 Removing intermediate container 6708e33fab8e 20:03:23 ---> 73e463c7c6ef 20:03:23 Step 5/12 : ARG ALPINE_PKG_BASE="make git openssh-client gcc libc-dev zeromq-dev libsodium-dev" 20:03:23 ---> Running in 515440366ae0 20:03:23 Removing intermediate container 515440366ae0 20:03:23 ---> 768b26c226ab 20:03:23 Step 6/12 : ARG ALPINE_PKG_EXTRA="" 20:03:23 ---> Running in f9c4c1b5844d 20:03:23 Removing intermediate container f9c4c1b5844d 20:03:23 ---> afcc27a49d7d 20:03:23 Step 7/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 20:03:23 ---> Running in 82b9129922f4 20:03:23 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 20:03:24 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 20:03:24 (1/4) Installing openssh-keygen (9.0_p1-r2) 20:03:24 (2/4) Installing libedit (20210910.3.1-r0) 20:03:24 (3/4) Installing openssh-client-common (9.0_p1-r2) 20:03:24 (4/4) Installing openssh-client-default (9.0_p1-r2) 20:03:24 Executing busybox-1.35.0-r17.trigger 20:03:24 OK: 216 MiB in 55 packages 20:03:24 Removing intermediate container 82b9129922f4 20:03:24 ---> 2f16b84ccca8 20:03:24 Step 8/12 : WORKDIR /device-rest-go 20:03:24 ---> Running in cb163165c469 20:03:24 Removing intermediate container cb163165c469 20:03:24 ---> 6d5003e09cc5 20:03:24 Step 9/12 : COPY go.mod vendor* ./ 20:03:24 ---> cce742a60848 20:03:24 Step 10/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:03:24 ---> Running in 6ca1c478ee95 20:03:26 Still waiting to schedule task 20:03:26 Waiting for next available executor on ‘prd-ubuntu20.04-docker-arm64-4c-16g-169’ 20:03:46 Removing intermediate container 6ca1c478ee95 20:03:46 ---> 4012a3be0520 20:03:46 Step 11/12 : COPY . . 20:03:46 ---> be672bea414e 20:03:46 Step 12/12 : RUN $MAKE 20:03:46 ---> Running in cbda75132726 20:03:46 noop 20:03:46 Removing intermediate container cbda75132726 20:03:46 ---> 5017de4b515e 20:03:46 Successfully built 5017de4b515e 20:03:46 Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:03:47 + docker inspect -f . ci-base-image-x86_64 20:03:47 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 20:03:47 prd-ubuntu20.04-docker-8c-8g-171 does not seem to be running inside a container 20:03:47 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/gexfoundry_device-rest-go_PR-231 -v /w/workspace/gexfoundry_device-rest-go_PR-231:/w/workspace/gexfoundry_device-rest-go_PR-231:rw,z -v /w/workspace/gexfoundry_device-rest-go_PR-231@tmp:/w/workspace/gexfoundry_device-rest-go_PR-231@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 20:03:47 $ docker top dcbb24aa05f1b5dc4cdec75a4e961de70d632161d36dcccdbcfa05fe16cc66f4 -eo pid,comm [Pipeline] { [Pipeline] sh 20:03:48 + go version 20:03:48 go version go1.18.7 linux/amd64 [Pipeline] } 20:03:48 $ docker stop --time=1 dcbb24aa05f1b5dc4cdec75a4e961de70d632161d36dcccdbcfa05fe16cc66f4 20:03:49 $ docker rm -f --volumes dcbb24aa05f1b5dc4cdec75a4e961de70d632161d36dcccdbcfa05fe16cc66f4 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:03:50 + docker inspect -f . ci-base-image-x86_64 20:03:50 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 20:03:50 prd-ubuntu20.04-docker-8c-8g-171 does not seem to be running inside a container 20:03:50 $ 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-rest-go_PR-231 -v /w/workspace/gexfoundry_device-rest-go_PR-231:/w/workspace/gexfoundry_device-rest-go_PR-231:rw,z -v /w/workspace/gexfoundry_device-rest-go_PR-231@tmp:/w/workspace/gexfoundry_device-rest-go_PR-231@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 20:03:50 $ docker top d49887f2f753f855e4e898d408e9397f49459eb7eeb5f472295bfee50e9f6f85 -eo pid,comm [Pipeline] { [Pipeline] sh 20:03:51 + git config --global --add safe.directory /w/workspace/gexfoundry_device-rest-go_PR-231 [Pipeline] fileExists [Pipeline] sh 20:03:51 + make test 20:03:51 CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 20:03:51 ? github.com/edgexfoundry/device-rest-go [no test files] 20:04:01 ? github.com/edgexfoundry/device-rest-go/cmd [no test files] 20:04:01 ok github.com/edgexfoundry/device-rest-go/driver 0.015s coverage: 55.2% of statements 20:04:08 level=warning msg="[linters context] structcheck is disabled because of go1.18. You can track the evolution of the go1.18 support by following the https://github.com/golangci/golangci-lint/issues/2649." 20:04:08 CGO_ENABLED=1 GO111MODULE=on go vet ./... 20:04:11 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 20:04:11 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 20:04:11 ./bin/test-attribution-txt.sh [Pipeline] echo 20:04:11 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 20:04:11 $ docker stop --time=1 d49887f2f753f855e4e898d408e9397f49459eb7eeb5f472295bfee50e9f6f85 20:04:13 $ docker rm -f --volumes d49887f2f753f855e4e898d408e9397f49459eb7eeb5f472295bfee50e9f6f85 [Pipeline] // withDockerContainer [Pipeline] sh 20:04:13 + sudo chown -R jenkins:jenkins . [Pipeline] stash 20:04:13 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 20:04:14 + sudo chown -R jenkins:jenkins . [Pipeline] sh 20:04:14 + ls -al . 20:04:14 total 188 20:04:14 drwxrwxr-x 9 jenkins jenkins 4096 Dec 19 20:03 . 20:04:14 drwxrwxr-x 4 jenkins jenkins 4096 Dec 19 20:02 .. 20:04:14 -rw-rw-r-- 1 jenkins jenkins 151 Dec 19 20:02 .dockerignore 20:04:14 drwxrwxr-x 8 jenkins jenkins 4096 Dec 19 20:04 .git 20:04:14 drwxrwxr-x 3 jenkins jenkins 4096 Dec 19 20:02 .github 20:04:14 -rw-rw-r-- 1 jenkins jenkins 329 Dec 19 20:02 .gitignore 20:04:14 -rw-rw-r-- 1 jenkins jenkins 41 Dec 19 20:02 .golangci.yml 20:04:14 drwxr-xr-x 3 jenkins jenkins 4096 Dec 19 20:03 .semver 20:04:14 -rw-rw-r-- 1 jenkins jenkins 9100 Dec 19 20:02 Attribution.txt 20:04:14 -rw-rw-r-- 1 jenkins jenkins 13085 Dec 19 20:02 CHANGELOG.md 20:04:14 -rw-rw-r-- 1 jenkins jenkins 1641 Dec 19 20:02 Dockerfile 20:04:14 -rw-rw-r-- 1 jenkins jenkins 677 Dec 19 20:02 GOVERNANCE.md 20:04:14 -rw-rw-r-- 1 jenkins jenkins 680 Dec 19 20:02 Jenkinsfile 20:04:14 -rw-rw-r-- 1 jenkins jenkins 11340 Dec 19 20:02 LICENSE 20:04:14 -rw-rw-r-- 1 jenkins jenkins 2173 Dec 19 20:02 Makefile 20:04:14 -rw-rw-r-- 1 jenkins jenkins 620 Dec 19 20:02 OWNERS.md 20:04:14 -rw-rw-r-- 1 jenkins jenkins 8667 Dec 19 20:02 README.md 20:04:14 -rw-rw-r-- 1 jenkins jenkins 5 Dec 19 20:03 VERSION 20:04:14 drwxrwxr-x 2 jenkins jenkins 4096 Dec 19 20:02 bin 20:04:14 drwxrwxr-x 3 jenkins jenkins 4096 Dec 19 20:02 cmd 20:04:14 -rw-r--r-- 1 jenkins jenkins 9355 Dec 19 20:04 coverage.out 20:04:14 drwxrwxr-x 2 jenkins jenkins 4096 Dec 19 20:02 driver 20:04:14 -rw-rw-r-- 1 jenkins jenkins 3488 Dec 19 20:02 go.mod 20:04:14 -rw-rw-r-- 1 jenkins jenkins 45013 Dec 19 20:02 go.sum 20:04:14 drwxrwxr-x 4 jenkins jenkins 4096 Dec 19 20:02 snap 20:04:14 -rw-rw-r-- 1 jenkins jenkins 713 Dec 19 20:02 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:04:15 + docker build -t device-rest -f Dockerfile --build-arg BASE=ci-base-image-x86_64 --build-arg MAKE=make build --build-arg ARCH=amd64 --label git_sha=8608e49fa043929ca3c866d9fd83ae94c6836335 --label arch=amd64 --label version=0.0.0 . 20:04:15 Sending build context to Docker daemon 10.79MB 20:04:15 Step 1/25 : ARG BASE=golang:1.18-alpine3.16 20:04:15 Step 2/25 : FROM ${BASE} AS builder 20:04:15 ---> 5017de4b515e 20:04:15 Step 3/25 : ARG ADD_BUILD_TAGS="" 20:04:15 ---> Running in 2553004e2be2 20:04:15 Removing intermediate container 2553004e2be2 20:04:15 ---> 8e33870924be 20:04:15 Step 4/25 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 20:04:15 ---> Running in 09ff8b482f3d 20:04:15 Removing intermediate container 09ff8b482f3d 20:04:15 ---> 6d3eea3f3d7f 20:04:15 Step 5/25 : ARG ALPINE_PKG_BASE="make git openssh-client gcc libc-dev zeromq-dev libsodium-dev" 20:04:15 ---> Running in b9949b9dddac 20:04:15 Removing intermediate container b9949b9dddac 20:04:15 ---> a4a6f156c0f7 20:04:15 Step 6/25 : ARG ALPINE_PKG_EXTRA="" 20:04:15 ---> Running in 16d3754f8a33 20:04:15 Removing intermediate container 16d3754f8a33 20:04:15 ---> 12e89243091d 20:04:15 Step 7/25 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 20:04:15 ---> Running in 6c220bc13969 20:04:16 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 20:04:16 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 20:04:16 OK: 216 MiB in 55 packages 20:04:16 Removing intermediate container 6c220bc13969 20:04:16 ---> c7ee6c7ba06e 20:04:16 Step 8/25 : WORKDIR /device-rest-go 20:04:16 ---> Running in 855bbd544ee5 20:04:16 Removing intermediate container 855bbd544ee5 20:04:16 ---> 2d3d2b382612 20:04:16 Step 9/25 : COPY go.mod vendor* ./ 20:04:16 ---> 12d6582ac779 20:04:16 Step 10/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:04:16 ---> Running in 459512bf6e3b 20:04:17 Removing intermediate container 459512bf6e3b 20:04:17 ---> 189562f5ad30 20:04:17 Step 11/25 : COPY . . 20:04:17 ---> d6151c715817 20:04:17 Step 12/25 : RUN $MAKE 20:04:17 ---> Running in 5bd3da8f0612 20:04:18 CGO_ENABLED=1 GO111MODULE=on go build -tags "" -ldflags "-linkmode=external -X github.com/edgexfoundry/device-rest-go.Version=0.0.0" -trimpath -mod=readonly -buildmode=pie -o cmd/device-rest ./cmd 20:04:40 Removing intermediate container 5bd3da8f0612 20:04:40 ---> 7e74ff17d665 20:04:40 Step 13/25 : FROM alpine:3.16 20:04:40 3.16: Pulling from library/alpine 20:04:40 ca7dd9ec2225: Pulling fs layer 20:04:40 ca7dd9ec2225: Verifying Checksum 20:04:40 ca7dd9ec2225: Download complete 20:04:40 ca7dd9ec2225: Pull complete 20:04:40 Digest: sha256:b95359c2505145f16c6aa384f9cc74eeff78eb36d308ca4fd902eeeb0a0b161b 20:04:40 Status: Downloaded newer image for alpine:3.16 20:04:40 ---> bfe296a52501 20:04:40 Step 14/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel' 20:04:40 ---> Running in 8e996ced5756 20:04:40 Removing intermediate container 8e996ced5756 20:04:40 ---> 007ab40c4c81 20:04:40 Step 15/25 : LABEL Name=device-rest-go Version=${VERSION} 20:04:40 ---> Running in 2ba9afcaf439 20:04:40 Removing intermediate container 2ba9afcaf439 20:04:40 ---> 4471fbd1b269 20:04:40 Step 16/25 : RUN apk add --update --no-cache zeromq dumb-init 20:04:40 ---> Running in 9ad2267c005f 20:04:40 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 20:04:40 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 20:04:40 (1/6) Installing dumb-init (1.2.5-r1) 20:04:40 (2/6) Installing libgcc (11.2.1_git20220219-r2) 20:04:40 (3/6) Installing libsodium (1.0.18-r0) 20:04:40 (4/6) Installing libstdc++ (11.2.1_git20220219-r2) 20:04:40 (5/6) Installing libzmq (4.3.4-r0) 20:04:40 (6/6) Installing zeromq (4.3.4-r0) 20:04:40 Executing busybox-1.35.0-r17.trigger 20:04:40 OK: 8 MiB in 20 packages 20:04:40 Removing intermediate container 9ad2267c005f 20:04:40 ---> 8584003b6e80 20:04:40 Step 17/25 : COPY --from=builder /device-rest-go/cmd / 20:04:40 ---> 523f8714c0a1 20:04:40 Step 18/25 : COPY --from=builder /device-rest-go/LICENSE / 20:04:40 ---> cb6963a48c8b 20:04:40 Step 19/25 : COPY --from=builder /device-rest-go/Attribution.txt / 20:04:40 ---> 087c62b6146c 20:04:40 Step 20/25 : EXPOSE 59986 20:04:40 ---> Running in 2e9de30ea03f 20:04:40 Removing intermediate container 2e9de30ea03f 20:04:40 ---> d5e1fad40973 20:04:40 Step 21/25 : ENTRYPOINT ["/device-rest"] 20:04:40 ---> Running in 11b69cc4d6fc 20:04:40 Removing intermediate container 11b69cc4d6fc 20:04:40 ---> eb3e29c7bf63 20:04:40 Step 22/25 : CMD ["--cp=consul://edgex-core-consul:8500", "--confdir=/res", "--registry"] 20:04:40 ---> Running in ecc90ec5a712 20:04:40 Removing intermediate container ecc90ec5a712 20:04:40 ---> ab7be982b0a0 20:04:40 Step 23/25 : LABEL arch=amd64 20:04:40 ---> Running in ff3a257f948a 20:04:40 Removing intermediate container ff3a257f948a 20:04:40 ---> a075bbfb711d 20:04:40 Step 24/25 : LABEL git_sha=8608e49fa043929ca3c866d9fd83ae94c6836335 20:04:40 ---> Running in 3972eab9510f 20:04:40 Removing intermediate container 3972eab9510f 20:04:40 ---> 697005bc84cb 20:04:40 Step 25/25 : LABEL version=0.0.0 20:04:40 ---> Running in 1933fd5dd05c 20:04:40 Removing intermediate container 1933fd5dd05c 20:04:40 ---> a3323f046a5e 20:04:40 [Warning] One or more build-args [ARCH] were not consumed 20:04:40 Successfully built a3323f046a5e 20:04:40 Successfully tagged device-rest: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 20:04:41 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 20:04:41 20:04:41 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:04:41 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 20:04:41 latest: Pulling from edgex-lftools-log-publisher 20:04:41 5eb5b503b376: Pulling fs layer 20:04:41 5c69ac0246d0: Pulling fs layer 20:04:41 ec43610c2a17: Pulling fs layer 20:04:41 3a2ae6a8a46f: Pulling fs layer 20:04:41 33b1e0a273af: Pulling fs layer 20:04:41 5d3b04190fa2: Pulling fs layer 20:04:41 2f39f015ded8: Pulling fs layer 20:04:41 2f39f015ded8: Waiting 20:04:41 3a2ae6a8a46f: Waiting 20:04:41 5d3b04190fa2: Waiting 20:04:41 33b1e0a273af: Waiting 20:04:41 5c69ac0246d0: Verifying Checksum 20:04:41 5c69ac0246d0: Download complete 20:04:41 3a2ae6a8a46f: Verifying Checksum 20:04:41 3a2ae6a8a46f: Download complete 20:04:42 33b1e0a273af: Verifying Checksum 20:04:42 33b1e0a273af: Download complete 20:04:42 5d3b04190fa2: Download complete 20:04:42 ec43610c2a17: Verifying Checksum 20:04:42 ec43610c2a17: Download complete 20:04:42 5eb5b503b376: Verifying Checksum 20:04:42 5eb5b503b376: Download complete 20:04:42 2f39f015ded8: Download complete 20:04:43 5eb5b503b376: Pull complete 20:04:43 5c69ac0246d0: Pull complete 20:04:44 ec43610c2a17: Pull complete 20:04:44 3a2ae6a8a46f: Pull complete 20:04:44 33b1e0a273af: Pull complete 20:04:44 5d3b04190fa2: Pull complete 20:04:48 2f39f015ded8: Pull complete 20:04:48 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 20:04:48 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 20:04:48 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 20:04:48 prd-ubuntu20.04-docker-8c-8g-171 does not seem to be running inside a container 20:04:48 $ 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-rest-go_PR-231 -v /w/workspace/gexfoundry_device-rest-go_PR-231:/w/workspace/gexfoundry_device-rest-go_PR-231:rw,z -v /w/workspace/gexfoundry_device-rest-go_PR-231@tmp:/w/workspace/gexfoundry_device-rest-go_PR-231@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 20:04:49 $ docker top b654aa2a5e1c3ab71372853f2bcd171ec717c224f1fd70ab84690299e819c370 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 20:04:50 ---> job-cost.sh 20:04:50 lf-activate-venv: SKIPPING 20:04:50 INFO: No Stack... 20:04:50 INFO: Retrieving Pricing Info for: v3-standard-8 20:04:50 INFO: Archiving Costs [Pipeline] sh 20:04:51 + cat /w/workspace/gexfoundry_device-rest-go_PR-231/archives/cost.csv 20:04:51 + cut -d, -f6 [Pipeline] lock 20:04:51 Trying to acquire lock on [jenkins-edgexfoundry-device-rest-go-PR-231-1-stack-cost] 20:04:51 Resource [jenkins-edgexfoundry-device-rest-go-PR-231-1-stack-cost] did not exist. Created. 20:04:51 Lock acquired on [jenkins-edgexfoundry-device-rest-go-PR-231-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 20:04:51 + echo total: 0.2199999988079071 [Pipeline] stash 20:04:51 Stashed 1 file(s) [Pipeline] } 20:04:51 Lock released on resource [jenkins-edgexfoundry-device-rest-go-PR-231-1-stack-cost] [Pipeline] // lock [Pipeline] } 20:04:51 $ docker stop --time=1 b654aa2a5e1c3ab71372853f2bcd171ec717c224f1fd70ab84690299e819c370 20:04:52 $ docker rm -f --volumes b654aa2a5e1c3ab71372853f2bcd171ec717c224f1fd70ab84690299e819c370 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 20:06:21 Running on prd-ubuntu20.04-docker-arm64-4c-16g-173 in /w/workspace/gexfoundry_device-rest-go_PR-231 [Pipeline] { [Pipeline] ws 20:06:21 Running in /w/workspace/device-rest-go/1 [Pipeline] { [Pipeline] checkout 20:06:21 The recommended git tool is: git 20:06:26 using credential edgex-jenkins-ssh 20:06:26 Cloning the remote Git repository 20:06:26 Cloning repository git@github.com:edgexfoundry/device-rest-go.git 20:06:26 > git init /w/workspace/device-rest-go/1 # timeout=10 20:06:26 Fetching upstream changes from git@github.com:edgexfoundry/device-rest-go.git 20:06:26 > git --version # timeout=10 20:06:26 > git --version # 'git version 2.25.1' 20:06:26 using GIT_SSH to set credentials SSH Credentials for GitHub 20:06:26 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-rest-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 20:06:28 > git config remote.origin.url git@github.com:edgexfoundry/device-rest-go.git # timeout=10 20:06:28 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 20:06:30 Merging remotes/origin/main commit 92bd9c00148e5243a860f84a1cf80326c22a5698 into PR head commit 8608e49fa043929ca3c866d9fd83ae94c6836335 20:06:29 > git config remote.origin.url git@github.com:edgexfoundry/device-rest-go.git # timeout=10 20:06:29 Fetching upstream changes from git@github.com:edgexfoundry/device-rest-go.git 20:06:29 using GIT_SSH to set credentials SSH Credentials for GitHub 20:06:29 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-rest-go.git +refs/pull/231/head:refs/remotes/origin/PR-231 +refs/heads/main:refs/remotes/origin/main # timeout=10 20:06:30 > git config core.sparsecheckout # timeout=10 20:06:30 > git checkout -f 8608e49fa043929ca3c866d9fd83ae94c6836335 # timeout=10 20:06:30 > git remote # timeout=10 20:06:30 > git config --get remote.origin.url # timeout=10 20:06:30 using GIT_SSH to set credentials SSH Credentials for GitHub 20:06:30 > git merge 92bd9c00148e5243a860f84a1cf80326c22a5698 # timeout=10 20:06:30 Merge succeeded, producing 8608e49fa043929ca3c866d9fd83ae94c6836335 20:06:30 Checking out Revision 8608e49fa043929ca3c866d9fd83ae94c6836335 (PR-231) 20:06:30 Commit message: "build(deps): Bump github.com/edgexfoundry/device-sdk-go/v3" 20:06:30 > git --version # timeout=10 20:06:30 > git --version # 'git version 2.25.1' 20:06:30 fatal: bad object cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 20:06:30 > git rev-parse HEAD^{commit} # timeout=10 20:06:30 > git config core.sparsecheckout # timeout=10 20:06:30 > git checkout -f 8608e49fa043929ca3c866d9fd83ae94c6836335 # timeout=10 20:06:31 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 20:06:31 % Total % Received % Xferd Average Speed Time Time Time Current 20:06:31 Dload Upload Total Spent Left Speed 20:06:31 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 85006 0 --:--:-- --:--:-- --:--:-- 85006 [Pipeline] sh 20:06:32 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 20:06:33 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 20:06:33 + sudo tee /etc/docker/daemon.new 20:06:33 { 20:06:33 "registry-mirrors": [ 20:06:33 "https://nexus3.edgexfoundry.org:10001" 20:06:33 ], 20:06:33 "bip": "10.250.0.254/24", 20:06:33 "hosts": [ 20:06:33 "tcp://0.0.0.0:5555", 20:06:33 "unix:///var/run/docker.sock" 20:06:33 ], 20:06:33 "mtu": 1458, 20:06:33 "selinux-enabled": true, 20:06:33 "seccomp-profile": "/etc/docker/seccomp.json" 20:06:33 } [Pipeline] sh 20:06:33 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 20:06:33 + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 20:06:52 provisioning config files... 20:06:52 copy managed file [device-rest-go-settings] to file:/w/workspace/device-rest-go/1@tmp/config8656236565104629129tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 20:06:52 ---> docker-login.sh 20:06:52 nexus3.edgexfoundry.org:10001 20:06:52 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:06:53 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:06:53 Configure a credential helper to remove this warning. See 20:06:53 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:06:53 20:06:53 Login Succeeded 20:06:53 nexus3.edgexfoundry.org:10002 20:06:53 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:06:53 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:06:53 Configure a credential helper to remove this warning. See 20:06:53 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:06:53 20:06:53 Login Succeeded 20:06:53 nexus3.edgexfoundry.org:10003 20:06:53 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:06:53 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:06:53 Configure a credential helper to remove this warning. See 20:06:53 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:06:53 20:06:53 Login Succeeded 20:06:53 nexus3.edgexfoundry.org:10004 20:06:54 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:06:54 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:06:54 Configure a credential helper to remove this warning. See 20:06:54 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:06:54 20:06:54 Login Succeeded 20:06:54 docker.io 20:06:54 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:06:54 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:06:54 Configure a credential helper to remove this warning. See 20:06:54 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:06:54 20:06:54 Login Succeeded 20:06:54 ---> docker-login.sh ends [Pipeline] } 20:06:54 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 20:06:55 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 20:06:55 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 20:06:55 ========================================================= 20:06:55 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine] 20:06:55 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:06:55 + docker build -t ci-base-image-arm64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine --build-arg MAKE=echo noop --target=builder . 20:06:55 Sending build context to Docker daemon 129.5kB 20:06:55 Step 1/12 : ARG BASE=golang:1.18-alpine3.16 20:06:55 Step 2/12 : FROM ${BASE} AS builder 20:06:55 1.18-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 20:06:55 9b18e9b68314: Pulling fs layer 20:06:55 35d82f9e3411: Pulling fs layer 20:06:55 e16973657156: Pulling fs layer 20:06:55 fc693d55d65f: Pulling fs layer 20:06:55 7e9fc2657dce: Pulling fs layer 20:06:55 dda99020689f: Pulling fs layer 20:06:55 fc693d55d65f: Waiting 20:06:55 db1c61fa0a46: Pulling fs layer 20:06:55 dda99020689f: Waiting 20:06:55 891c053d2c06: Pulling fs layer 20:06:55 db1c61fa0a46: Waiting 20:06:55 891c053d2c06: Waiting 20:06:55 e16973657156: Verifying Checksum 20:06:55 e16973657156: Download complete 20:06:56 35d82f9e3411: Verifying Checksum 20:06:56 35d82f9e3411: Download complete 20:06:56 7e9fc2657dce: Verifying Checksum 20:06:56 7e9fc2657dce: Download complete 20:06:56 dda99020689f: Verifying Checksum 20:06:56 dda99020689f: Download complete 20:06:56 9b18e9b68314: Verifying Checksum 20:06:56 9b18e9b68314: Download complete 20:06:57 9b18e9b68314: Pull complete 20:06:57 891c053d2c06: Verifying Checksum 20:06:57 891c053d2c06: Download complete 20:06:57 35d82f9e3411: Pull complete 20:06:58 e16973657156: Pull complete 20:06:58 db1c61fa0a46: Download complete 20:06:59 fc693d55d65f: Verifying Checksum 20:06:59 fc693d55d65f: Download complete 20:07:11 fc693d55d65f: Pull complete 20:07:11 7e9fc2657dce: Pull complete 20:07:11 dda99020689f: Pull complete 20:07:16 db1c61fa0a46: Pull complete 20:07:20 891c053d2c06: Pull complete 20:07:20 Digest: sha256:2cacf8bfc28650abd52610e42dcfc04852e818eb73900ea96edaef96a54d0b45 20:07:20 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine 20:07:20 ---> f96f9c87975a 20:07:20 Step 3/12 : ARG ADD_BUILD_TAGS="" 20:07:21 ---> Running in e60450426363 20:07:21 Removing intermediate container e60450426363 20:07:21 ---> 1d658c7344f6 20:07:21 Step 4/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 20:07:22 ---> Running in b15eb435e819 20:07:22 Removing intermediate container b15eb435e819 20:07:22 ---> feedfb97ef52 20:07:22 Step 5/12 : ARG ALPINE_PKG_BASE="make git openssh-client gcc libc-dev zeromq-dev libsodium-dev" 20:07:22 ---> Running in fe8a8d2853ef 20:07:22 Removing intermediate container fe8a8d2853ef 20:07:22 ---> c5765ec88276 20:07:22 Step 6/12 : ARG ALPINE_PKG_EXTRA="" 20:07:23 ---> Running in 5a6368a069aa 20:07:23 Removing intermediate container 5a6368a069aa 20:07:23 ---> e013589317e6 20:07:23 Step 7/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 20:07:23 ---> Running in 22b75dcb9569 20:07:24 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 20:07:24 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 20:07:25 (1/4) Installing openssh-keygen (9.0_p1-r2) 20:07:25 (2/4) Installing libedit (20210910.3.1-r0) 20:07:25 (3/4) Installing openssh-client-common (9.0_p1-r2) 20:07:25 (4/4) Installing openssh-client-default (9.0_p1-r2) 20:07:25 Executing busybox-1.35.0-r17.trigger 20:07:25 OK: 226 MiB in 55 packages 20:07:26 Removing intermediate container 22b75dcb9569 20:07:26 ---> 270a0e6ef299 20:07:26 Step 8/12 : WORKDIR /device-rest-go 20:07:26 ---> Running in 9489aa518856 20:07:26 Removing intermediate container 9489aa518856 20:07:26 ---> 20da0d0c8627 20:07:26 Step 9/12 : COPY go.mod vendor* ./ 20:07:27 ---> 568aa1b85cd7 20:07:27 Step 10/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:07:27 ---> Running in 8922d5a79265 20:08:24 Removing intermediate container 8922d5a79265 20:08:24 ---> c2ca427aa168 20:08:24 Step 11/12 : COPY . . 20:08:24 ---> 1e717f8a265d 20:08:24 Step 12/12 : RUN $MAKE 20:08:24 ---> Running in fc27634f537b 20:08:24 noop 20:08:24 Removing intermediate container fc27634f537b 20:08:24 ---> 0dc27ab2a05f 20:08:24 Successfully built 0dc27ab2a05f 20:08:24 Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:08:24 + docker inspect -f . ci-base-image-arm64 20:08:24 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 20:08:24 prd-ubuntu20.04-docker-arm64-4c-16g-173 does not seem to be running inside a container 20:08:24 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-rest-go/1 -v /w/workspace/device-rest-go/1:/w/workspace/device-rest-go/1:rw,z -v /w/workspace/device-rest-go/1@tmp:/w/workspace/device-rest-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 ******** ci-base-image-arm64 cat 20:08:26 $ docker top b2081ebc96d45b31fc076be18b9191657b9a0769ca2814d1ac74bf7b19a22b0b -eo pid,comm [Pipeline] { [Pipeline] sh 20:08:27 + go version 20:08:27 go version go1.18.7 linux/arm64 [Pipeline] } 20:08:27 $ docker stop --time=1 b2081ebc96d45b31fc076be18b9191657b9a0769ca2814d1ac74bf7b19a22b0b 20:08:28 $ docker rm -f --volumes b2081ebc96d45b31fc076be18b9191657b9a0769ca2814d1ac74bf7b19a22b0b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:08:29 + docker inspect -f . ci-base-image-arm64 20:08:29 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 20:08:29 prd-ubuntu20.04-docker-arm64-4c-16g-173 does not seem to be running inside a container 20:08:29 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -w /w/workspace/device-rest-go/1 -v /w/workspace/device-rest-go/1:/w/workspace/device-rest-go/1:rw,z -v /w/workspace/device-rest-go/1@tmp:/w/workspace/device-rest-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 ******** ci-base-image-arm64 cat 20:08:31 $ docker top f8c66b4803ca1fa208cb97963e31827600fd10fdcafca12f5c7c158a668d3a66 -eo pid,comm [Pipeline] { [Pipeline] sh 20:08:31 + git config --global --add safe.directory /w/workspace/device-rest-go/1 [Pipeline] fileExists [Pipeline] sh 20:08:32 + make test 20:08:32 CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 20:08:33 ? github.com/edgexfoundry/device-rest-go [no test files] 20:09:55 ? github.com/edgexfoundry/device-rest-go/cmd [no test files] 20:09:55 ok github.com/edgexfoundry/device-rest-go/driver 0.062s coverage: 55.2% of statements 20:09:55 WARNING: Linting skipped (not on x86_64 or linter not installed) 20:09:55 CGO_ENABLED=1 GO111MODULE=on go vet ./... 20:10:10 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 20:10:10 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 20:10:10 ./bin/test-attribution-txt.sh [Pipeline] echo 20:10:10 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 20:10:10 $ docker stop --time=1 f8c66b4803ca1fa208cb97963e31827600fd10fdcafca12f5c7c158a668d3a66 20:10:13 $ docker rm -f --volumes f8c66b4803ca1fa208cb97963e31827600fd10fdcafca12f5c7c158a668d3a66 [Pipeline] // withDockerContainer [Pipeline] sh 20:10:14 + sudo chown -R jenkins:jenkins . [Pipeline] stash 20:10:14 Warning: overwriting stash ‘coverage-report’ 20:10:14 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 20:10:15 + sudo chown -R jenkins:jenkins . [Pipeline] sh 20:10:15 + ls -al . 20:10:15 total 184 20:10:15 drwxrwxr-x 8 jenkins jenkins 4096 Dec 19 20:08 . 20:10:15 drwxrwxr-x 4 jenkins jenkins 4096 Dec 19 20:06 .. 20:10:15 -rw-rw-r-- 1 jenkins jenkins 151 Dec 19 20:06 .dockerignore 20:10:15 drwxrwxr-x 8 jenkins jenkins 4096 Dec 19 20:06 .git 20:10:15 drwxrwxr-x 3 jenkins jenkins 4096 Dec 19 20:06 .github 20:10:15 -rw-rw-r-- 1 jenkins jenkins 329 Dec 19 20:06 .gitignore 20:10:15 -rw-rw-r-- 1 jenkins jenkins 41 Dec 19 20:06 .golangci.yml 20:10:15 -rw-rw-r-- 1 jenkins jenkins 9100 Dec 19 20:06 Attribution.txt 20:10:15 -rw-rw-r-- 1 jenkins jenkins 13085 Dec 19 20:06 CHANGELOG.md 20:10:15 -rw-rw-r-- 1 jenkins jenkins 1641 Dec 19 20:06 Dockerfile 20:10:15 -rw-rw-r-- 1 jenkins jenkins 677 Dec 19 20:06 GOVERNANCE.md 20:10:15 -rw-rw-r-- 1 jenkins jenkins 680 Dec 19 20:06 Jenkinsfile 20:10:15 -rw-rw-r-- 1 jenkins jenkins 11340 Dec 19 20:06 LICENSE 20:10:15 -rw-rw-r-- 1 jenkins jenkins 2173 Dec 19 20:06 Makefile 20:10:15 -rw-rw-r-- 1 jenkins jenkins 620 Dec 19 20:06 OWNERS.md 20:10:15 -rw-rw-r-- 1 jenkins jenkins 8667 Dec 19 20:06 README.md 20:10:15 -rw-rw-r-- 1 jenkins jenkins 5 Dec 19 20:03 VERSION 20:10:15 drwxrwxr-x 2 jenkins jenkins 4096 Dec 19 20:06 bin 20:10:15 drwxrwxr-x 3 jenkins jenkins 4096 Dec 19 20:06 cmd 20:10:15 -rw-r--r-- 1 jenkins jenkins 9355 Dec 19 20:09 coverage.out 20:10:15 drwxrwxr-x 2 jenkins jenkins 4096 Dec 19 20:06 driver 20:10:15 -rw-rw-r-- 1 jenkins jenkins 3488 Dec 19 20:06 go.mod 20:10:15 -rw-rw-r-- 1 jenkins jenkins 45013 Dec 19 20:06 go.sum 20:10:15 drwxrwxr-x 4 jenkins jenkins 4096 Dec 19 20:06 snap 20:10:15 -rw-rw-r-- 1 jenkins jenkins 713 Dec 19 20:06 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:10:16 + docker build -t device-rest-arm64 -f Dockerfile --build-arg BASE=ci-base-image-arm64 --build-arg MAKE=make build --build-arg ARCH=arm64 --label git_sha=8608e49fa043929ca3c866d9fd83ae94c6836335 --label arch=arm64 --label version=0.0.0 . 20:10:16 Sending build context to Docker daemon 139.8kB 20:10:16 Step 1/25 : ARG BASE=golang:1.18-alpine3.16 20:10:16 Step 2/25 : FROM ${BASE} AS builder 20:10:16 ---> 0dc27ab2a05f 20:10:16 Step 3/25 : ARG ADD_BUILD_TAGS="" 20:10:16 ---> Running in 4d55946c648b 20:10:16 Removing intermediate container 4d55946c648b 20:10:16 ---> 4e6abfc99cee 20:10:16 Step 4/25 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 20:10:16 ---> Running in f997790d76ce 20:10:17 Removing intermediate container f997790d76ce 20:10:17 ---> 3417d5bd59dd 20:10:17 Step 5/25 : ARG ALPINE_PKG_BASE="make git openssh-client gcc libc-dev zeromq-dev libsodium-dev" 20:10:17 ---> Running in ab68c2750e47 20:10:17 Removing intermediate container ab68c2750e47 20:10:17 ---> 058dd1bb02d2 20:10:17 Step 6/25 : ARG ALPINE_PKG_EXTRA="" 20:10:17 ---> Running in 660396ac69cd 20:10:17 Removing intermediate container 660396ac69cd 20:10:17 ---> 0cb0bf055d60 20:10:17 Step 7/25 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 20:10:17 ---> Running in cb5382bf28fa 20:10:18 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 20:10:19 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 20:10:20 OK: 226 MiB in 55 packages 20:10:20 Removing intermediate container cb5382bf28fa 20:10:20 ---> bb71a6b96265 20:10:20 Step 8/25 : WORKDIR /device-rest-go 20:10:20 ---> Running in c3ea2bea88a8 20:10:21 Removing intermediate container c3ea2bea88a8 20:10:21 ---> 1cbdbd49f438 20:10:21 Step 9/25 : COPY go.mod vendor* ./ 20:10:21 ---> e268b5bbd9d9 20:10:21 Step 10/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:10:21 ---> Running in eaf5e754a9f1 20:10:23 Removing intermediate container eaf5e754a9f1 20:10:23 ---> 6049044cb019 20:10:23 Step 11/25 : COPY . . 20:10:24 ---> 7e8794121577 20:10:24 Step 12/25 : RUN $MAKE 20:10:25 ---> Running in 93cb22da6ee9 20:10:26 CGO_ENABLED=1 GO111MODULE=on go build -tags "" -ldflags "-linkmode=external -X github.com/edgexfoundry/device-rest-go.Version=0.0.0" -trimpath -mod=readonly -buildmode=pie -o cmd/device-rest ./cmd 20:13:03 Removing intermediate container 93cb22da6ee9 20:13:03 ---> 71f73947a3bd 20:13:03 Step 13/25 : FROM alpine:3.16 20:13:03 3.16: Pulling from library/alpine 20:13:03 6875df1f5354: Pulling fs layer 20:13:03 6875df1f5354: Verifying Checksum 20:13:03 6875df1f5354: Download complete 20:13:03 6875df1f5354: Pull complete 20:13:03 Digest: sha256:b95359c2505145f16c6aa384f9cc74eeff78eb36d308ca4fd902eeeb0a0b161b 20:13:03 Status: Downloaded newer image for alpine:3.16 20:13:03 ---> 2b4661558fb8 20:13:03 Step 14/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel' 20:13:03 ---> Running in 342a06c64ec4 20:13:03 Removing intermediate container 342a06c64ec4 20:13:03 ---> 25d5619b0665 20:13:03 Step 15/25 : LABEL Name=device-rest-go Version=${VERSION} 20:13:03 ---> Running in 480ce1d90017 20:13:03 Removing intermediate container 480ce1d90017 20:13:03 ---> 35d97cfbbc68 20:13:03 Step 16/25 : RUN apk add --update --no-cache zeromq dumb-init 20:13:03 ---> Running in 244f7d364b38 20:13:03 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 20:13:03 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 20:13:03 (1/6) Installing dumb-init (1.2.5-r1) 20:13:03 (2/6) Installing libgcc (11.2.1_git20220219-r2) 20:13:03 (3/6) Installing libsodium (1.0.18-r0) 20:13:03 (4/6) Installing libstdc++ (11.2.1_git20220219-r2) 20:13:03 (5/6) Installing libzmq (4.3.4-r0) 20:13:03 (6/6) Installing zeromq (4.3.4-r0) 20:13:03 Executing busybox-1.35.0-r17.trigger 20:13:03 OK: 8 MiB in 20 packages 20:13:03 Removing intermediate container 244f7d364b38 20:13:03 ---> 80a22b41a9ff 20:13:03 Step 17/25 : COPY --from=builder /device-rest-go/cmd / 20:13:03 ---> 442029087b14 20:13:03 Step 18/25 : COPY --from=builder /device-rest-go/LICENSE / 20:13:03 ---> 053421247f23 20:13:03 Step 19/25 : COPY --from=builder /device-rest-go/Attribution.txt / 20:13:03 ---> 310f08a8e48b 20:13:03 Step 20/25 : EXPOSE 59986 20:13:03 ---> Running in 11c1a1049e58 20:13:03 Removing intermediate container 11c1a1049e58 20:13:03 ---> 23189293fa21 20:13:03 Step 21/25 : ENTRYPOINT ["/device-rest"] 20:13:03 ---> Running in 7557af2b2327 20:13:03 Removing intermediate container 7557af2b2327 20:13:03 ---> b66d93851e21 20:13:03 Step 22/25 : CMD ["--cp=consul://edgex-core-consul:8500", "--confdir=/res", "--registry"] 20:13:03 ---> Running in 827abf73da0e 20:13:03 Removing intermediate container 827abf73da0e 20:13:03 ---> 39cc1e06bb55 20:13:03 Step 23/25 : LABEL arch=arm64 20:13:03 ---> Running in acdb038a2876 20:13:03 Removing intermediate container acdb038a2876 20:13:03 ---> 0bbc42aa8fe8 20:13:03 Step 24/25 : LABEL git_sha=8608e49fa043929ca3c866d9fd83ae94c6836335 20:13:03 ---> Running in feccb3a7a316 20:13:03 Removing intermediate container feccb3a7a316 20:13:03 ---> cb4e8b6a54d3 20:13:03 Step 25/25 : LABEL version=0.0.0 20:13:03 ---> Running in ea236d347843 20:13:03 Removing intermediate container ea236d347843 20:13:03 ---> 6285cc2e7bda 20:13:03 [Warning] One or more build-args [ARCH] were not consumed 20:13:03 Successfully built 6285cc2e7bda 20:13:03 Successfully tagged device-rest-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 20:13:04 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 20:13:04 20:13:04 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:13:04 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 20:13:05 arm64: Pulling from edgex-lftools-log-publisher 20:13:05 8998bd30e6a1: Pulling fs layer 20:13:05 04944245beec: Pulling fs layer 20:13:05 699f458cf7ca: Pulling fs layer 20:13:05 765212b225bb: Pulling fs layer 20:13:05 f23df028b6ca: Pulling fs layer 20:13:05 d65c8cfc05b1: Pulling fs layer 20:13:05 2437ff75d9bd: Pulling fs layer 20:13:05 f23df028b6ca: Waiting 20:13:05 765212b225bb: Waiting 20:13:05 d65c8cfc05b1: Waiting 20:13:05 2437ff75d9bd: Waiting 20:13:05 04944245beec: Verifying Checksum 20:13:05 04944245beec: Download complete 20:13:05 765212b225bb: Verifying Checksum 20:13:05 765212b225bb: Download complete 20:13:05 f23df028b6ca: Verifying Checksum 20:13:05 f23df028b6ca: Download complete 20:13:05 d65c8cfc05b1: Verifying Checksum 20:13:05 d65c8cfc05b1: Download complete 20:13:05 699f458cf7ca: Verifying Checksum 20:13:05 699f458cf7ca: Download complete 20:13:05 8998bd30e6a1: Verifying Checksum 20:13:05 8998bd30e6a1: Download complete 20:13:07 2437ff75d9bd: Verifying Checksum 20:13:07 2437ff75d9bd: Download complete 20:13:09 8998bd30e6a1: Pull complete 20:13:09 04944245beec: Pull complete 20:13:10 699f458cf7ca: Pull complete 20:13:10 765212b225bb: Pull complete 20:13:11 f23df028b6ca: Pull complete 20:13:11 d65c8cfc05b1: Pull complete 20:13:24 2437ff75d9bd: Pull complete 20:13:24 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 20:13:24 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 20:13:24 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 20:13:24 prd-ubuntu20.04-docker-arm64-4c-16g-173 does not seem to be running inside a container 20:13:24 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/device-rest-go/1 -v /w/workspace/device-rest-go/1:/w/workspace/device-rest-go/1:rw,z -v /w/workspace/device-rest-go/1@tmp:/w/workspace/device-rest-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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat 20:13:26 $ docker top 1644020b62eeff574dafae002895c18ec0ab5241925df8ff4ca252266ea95452 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 20:13:27 ---> job-cost.sh 20:13:27 lf-activate-venv: SKIPPING 20:13:27 INFO: No Stack... 20:13:27 INFO: Retrieving Pricing Info for: v3-standard-4 20:13:28 INFO: Archiving Costs [Pipeline] sh 20:13:29 + cut -d, -f6 20:13:29 + cat /w/workspace/device-rest-go/1/archives/cost.csv [Pipeline] lock 20:13:29 Trying to acquire lock on [jenkins-edgexfoundry-device-rest-go-PR-231-1-stack-cost] 20:13:29 Resource [jenkins-edgexfoundry-device-rest-go-PR-231-1-stack-cost] did not exist. Created. 20:13:29 Lock acquired on [jenkins-edgexfoundry-device-rest-go-PR-231-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 20:13:29 /w/workspace/device-rest-go/1@tmp/durable-e944656a/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh 20:13:29 + echo total: 0.10999999940395355 [Pipeline] stash 20:13:29 Warning: overwriting stash ‘stack-cost’ 20:13:30 Stashed 1 file(s) [Pipeline] } 20:13:30 Lock released on resource [jenkins-edgexfoundry-device-rest-go-PR-231-1-stack-cost] [Pipeline] // lock [Pipeline] } 20:13:30 $ docker stop --time=1 1644020b62eeff574dafae002895c18ec0ab5241925df8ff4ca252266ea95452 20:13:31 $ docker rm -f --volumes 1644020b62eeff574dafae002895c18ec0ab5241925df8ff4ca252266ea95452 [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 20:13:32 provisioning config files... 20:13:32 copy managed file [device-rest-go-codecov-token] to file:/w/workspace/gexfoundry_device-rest-go_PR-231@tmp/config15447433588249739113tmp [Pipeline] { [Pipeline] sh 20:13:32 + set +x 20:13:32 + curl -s https://codecov.io/bash 20:13:32 + bash -s -- 20:13:32 20:13:32 _____ _ 20:13:32 / ____| | | 20:13:32 | | ___ __| | ___ ___ _____ __ 20:13:32 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 20:13:32 | |___| (_) | (_| | __/ (_| (_) \ V / 20:13:32 \_____\___/ \__,_|\___|\___\___/ \_/ 20:13:32 Bash-1.0.6 20:13:32 20:13:32 20:13:32 ==> git version 2.25.1 found 20:13:32 ==> 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 20:13:32 Release-Date: 2020-01-08 20:13:32 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 20:13:32 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 20:13:32 ==> Jenkins CI detected. 20:13:32 current dir:  /w/workspace/gexfoundry_device-rest-go_PR-231 20:13:32 project root: . 20:13:32 --> token set from env 20:13:32 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 20:13:32 ==> Running gcov in . (disable via -X gcov) 20:13:32 ==> Python coveragepy not found 20:13:32 ==> Searching for coverage reports in: 20:13:32 + . 20:13:32 -> Found 1 reports 20:13:32 ==> Detecting git/mercurial file structure 20:13:32 ==> Reading reports 20:13:32 + ./coverage.out bytes=9355 20:13:32 ==> Appending adjustments 20:13:32 https://docs.codecov.io/docs/fixing-reports 20:13:33 + Found adjustments 20:13:33 ==> Gzipping contents 20:13:33 4.0K /tmp/codecov.esqZY0.gz 20:13:33 ==> Uploading reports 20:13:33 url: https://codecov.io 20:13:33 query: branch=PR-231&commit=8608e49fa043929ca3c866d9fd83ae94c6836335&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-rest-go%2Fjob%2FPR-231%2F1%2F&name=&tag=&slug=edgexfoundry%2Fdevice-rest-go&service=jenkins&flags=&pr=231&job=&cmd_args= 20:13:33 -> Pinging Codecov 20:13:33 https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=c51feb23-73ac-4f49-b3d1-d26df23137db&branch=PR-231&commit=8608e49fa043929ca3c866d9fd83ae94c6836335&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-rest-go%2Fjob%2FPR-231%2F1%2F&name=&tag=&slug=edgexfoundry%2Fdevice-rest-go&service=jenkins&flags=&pr=231&job=&cmd_args= 20:13:33 -> Uploading to 20:13:33 https://storage.googleapis.com/codecov/v4/raw/2022-12-19/4E5D53B4F1F92C436F7061BF334D961C/8608e49fa043929ca3c866d9fd83ae94c6836335/b8b3d952-7286-4851-9ad5-87f3b2c191f6.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20221219%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20221219T201333Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=2cb204ddb5cb492f487de5a32a675a7d31917841ba99d06b50274716c199ae70 20:13:33 % Total % Received % Xferd Average Speed Time Time Time Current 20:13:33 Dload Upload Total Spent Left Speed 20:13:33 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 1734 0 0 100 1734 0 7741 --:--:-- --:--:-- --:--:-- 7741 20:13:33 -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/device-rest-go/commit/8608e49fa043929ca3c866d9fd83ae94c6836335 [Pipeline] } 20:13:33 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 20:13:35 + [ -d /w/workspace/gexfoundry_device-rest-go_PR-231/archives ] 20:13:35 + ls -al /w/workspace/gexfoundry_device-rest-go_PR-231/archives 20:13:35 total 16 20:13:35 drwxr-xr-x 3 root root 4096 Dec 19 20:04 . 20:13:35 drwxrwxr-x 10 jenkins jenkins 4096 Dec 19 20:04 .. 20:13:35 drwxr-xr-x 2 root root 4096 Dec 19 20:04 cost 20:13:35 -rw-r--r-- 1 root root 86 Dec 19 20:04 cost.csv 20:13:35 + sudo chown -R jenkins:jenkins /w/workspace/gexfoundry_device-rest-go_PR-231/archives 20:13:35 + ls -al /w/workspace/gexfoundry_device-rest-go_PR-231/archives 20:13:35 total 16 20:13:35 drwxr-xr-x 3 jenkins jenkins 4096 Dec 19 20:04 . 20:13:35 drwxrwxr-x 10 jenkins jenkins 4096 Dec 19 20:04 .. 20:13:35 drwxr-xr-x 2 jenkins jenkins 4096 Dec 19 20:04 cost 20:13:35 -rw-r--r-- 1 jenkins jenkins 86 Dec 19 20:04 cost.csv [Pipeline] libraryResource [Pipeline] sh 20:13:36 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 20:13:37 ---> package-listing.sh 20:13:37 ++ facter osfamily 20:13:37 ++ tr '[:upper:]' '[:lower:]' 20:13:37 + OS_FAMILY=debian 20:13:37 + workspace=/w/workspace/gexfoundry_device-rest-go_PR-231 20:13:37 + START_PACKAGES=/tmp/packages_start.txt 20:13:37 + END_PACKAGES=/tmp/packages_end.txt 20:13:37 + DIFF_PACKAGES=/tmp/packages_diff.txt 20:13:37 + PACKAGES=/tmp/packages_start.txt 20:13:37 + '[' /w/workspace/gexfoundry_device-rest-go_PR-231 ']' 20:13:37 + PACKAGES=/tmp/packages_end.txt 20:13:37 + case "${OS_FAMILY}" in 20:13:37 + dpkg -l 20:13:37 + grep '^ii' 20:13:37 + '[' -f /tmp/packages_start.txt ']' 20:13:37 + '[' -f /tmp/packages_end.txt ']' 20:13:37 + diff /tmp/packages_start.txt /tmp/packages_end.txt 20:13:37 + '[' /w/workspace/gexfoundry_device-rest-go_PR-231 ']' 20:13:37 + mkdir -p /w/workspace/gexfoundry_device-rest-go_PR-231/archives/ 20:13:37 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/gexfoundry_device-rest-go_PR-231/archives/ [Pipeline] echo 20:13:37 Launching container with: [--privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/gexfoundry_device-rest-go_PR-231/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 20:13:37 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:13:38 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 20:13:38 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 20:13:38 prd-ubuntu20.04-docker-8c-8g-171 does not seem to be running inside a container 20:13:38 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/gexfoundry_device-rest-go_PR-231/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-rest-go_PR-231 -v /w/workspace/gexfoundry_device-rest-go_PR-231:/w/workspace/gexfoundry_device-rest-go_PR-231:rw,z -v /w/workspace/gexfoundry_device-rest-go_PR-231@tmp:/w/workspace/gexfoundry_device-rest-go_PR-231@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 20:13:38 $ docker top f6052c8695b18e786481188556bec9687523bf398db0731c5b12e20934dc4e6d -eo pid,comm [Pipeline] { [Pipeline] sh 20:13:39 + touch /tmp/pre-build-complete [Pipeline] sh 20:13:39 + mkdir -p /var/log/sysstat [Pipeline] sh 20:13:39 + ls /var/log/sa-host 20:13:39 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 20:13:39 provisioning config files... 20:13:39 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/gexfoundry_device-rest-go_PR-231@tmp/config16897012340572042582tmp [Pipeline] { [Pipeline] echo 20:13:39 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 20:13:40 ---> create-netrc.sh [Pipeline] } 20:13:40 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 20:13:40 ---> python-tools-install.sh [Pipeline] echo 20:13:40 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 20:13:41 ---> sudo-logs.sh 20:13:41 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 20:13:41 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 20:13:41 ---> job-cost.sh 20:13:41 lf-activate-venv: SKIPPING 20:13:41 DEBUG: total: 0.2199999988079071 20:13:41 INFO: Retrieving Stack Cost... 20:13:41 INFO: Retrieving Pricing Info for: v3-standard-8 20:13:42 INFO: Archiving Costs [Pipeline] echo 20:13:42 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 20:13:42 ---> logs-deploy.sh 20:13:42 lf-activate-venv: SKIPPING 20:13:42 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-rest-go/PR-231/1 20:13:42 INFO: archiving workspace using pattern(s): 20:13:43 Archives upload complete. 20:13:43 INFO: archiving logs to Nexus