Pull request #257 opened Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from f26e3fcf55049ae2a4c656d3b49aa5ce4cceff4c+70384783b5a72194fc813c647394660ae113f8ec (41b6422da12ce4af8eba2abd23418030e2027c18) 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-ssh5019358826813307335.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-ssh3294143797095585128.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-257/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-257/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh16856337438810681081.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-257/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh17872815823640009675.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-ssh13160553312434314147.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-257/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-257/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh4810630457334553054.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 All nodes of label ‘ubuntu20.04-docker-8c-8g’ are offline Running on prd-ubuntu20.04-docker-8c-8g-6769 in /w/workspace/gexfoundry_device-rest-go_PR-257 [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-257 # 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 > 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/257/head:refs/remotes/origin/PR-257 +refs/heads/main:refs/remotes/origin/main # timeout=10 Merging remotes/origin/main commit 70384783b5a72194fc813c647394660ae113f8ec into PR head commit f26e3fcf55049ae2a4c656d3b49aa5ce4cceff4c Merge succeeded, producing f26e3fcf55049ae2a4c656d3b49aa5ce4cceff4c Checking out Revision f26e3fcf55049ae2a4c656d3b49aa5ce4cceff4c (PR-257) 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 21:00:21 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 21:00:21 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW > git config core.sparsecheckout # timeout=10 > git checkout -f f26e3fcf55049ae2a4c656d3b49aa5ce4cceff4c # 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 70384783b5a72194fc813c647394660ae113f8ec # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f f26e3fcf55049ae2a4c656d3b49aa5ce4cceff4c # timeout=10 [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 21:00:21 ========================================================= 21:00:21 EdgeX Global Pipelines Version Info 21:00:21 ========================================================= [Pipeline] libraryResource [Pipeline] sh 21:00:22 ------------------- 21:00:22 stable info: 21:00:22 ------------------- 21:00:22 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 21:00:22 Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 21:00:22 Message: update stable to v1.0.244 21:00:22 ------------------- 21:00:22 experimental info: 21:00:22 ------------------- 21:00:22 Commited By: **** collab-it+edgex@linuxfoundation.org 21:00:22 Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 21:00:22 Message: update experimental to v1.0.244 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 21:00:22 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-rest-go-settings [Pipeline] echo 21:00:22 [edgeXSetupEnvironment]: set envvar PROJECT = device-rest-go [Pipeline] echo 21:00:22 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 21:00:23 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 21:00:23 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 21:00:23 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.18 [Pipeline] echo 21:00:23 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 21:00:23 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 21:00:23 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 21:00:23 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 21:00:23 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 21:00:23 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-rest [Pipeline] echo 21:00:23 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 21:00:23 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 21:00:23 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 21:00:23 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 21:00:23 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 21:00:23 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 21:00:23 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 21:00:23 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 21:00:23 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 21:00:23 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 21:00:23 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 21:00:23 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 21:00:23 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 21:00:23 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 21:00:23 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 21:00:23 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-257 [Pipeline] echo 21:00:24 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-257 [Pipeline] echo 21:00:24 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-257 [Pipeline] echo 21:00:24 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = f26e3fcf55049ae2a4c656d3b49aa5ce4cceff4c [Pipeline] echo 21:00:24 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = f26e3fc [Pipeline] echo 21:00:24 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 21:00:24 provisioning config files... 21:00:24 copy managed file [device-rest-go-settings] to file:/w/workspace/gexfoundry_device-rest-go_PR-257@tmp/config18296671123569102864tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 21:00:24 ---> docker-login.sh 21:00:24 nexus3.edgexfoundry.org:10001 21:00:24 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:00:25 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:00:25 Configure a credential helper to remove this warning. See 21:00:25 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:00:25 21:00:25 Login Succeeded 21:00:25 nexus3.edgexfoundry.org:10002 21:00:25 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:00:25 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:00:25 Configure a credential helper to remove this warning. See 21:00:25 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:00:25 21:00:25 Login Succeeded 21:00:25 nexus3.edgexfoundry.org:10003 21:00:25 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:00:25 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:00:25 Configure a credential helper to remove this warning. See 21:00:25 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:00:25 21:00:25 Login Succeeded 21:00:25 nexus3.edgexfoundry.org:10004 21:00:25 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:00:25 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:00:25 Configure a credential helper to remove this warning. See 21:00:25 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:00:25 21:00:25 Login Succeeded 21:00:25 docker.io 21:00:25 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:00:25 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:00:25 Configure a credential helper to remove this warning. See 21:00:25 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:00:25 21:00:25 Login Succeeded 21:00:25 ---> docker-login.sh ends [Pipeline] } 21:00:25 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh 21:00:26 + git rev-list -1 --merges f26e3fcf55049ae2a4c656d3b49aa5ce4cceff4c~1..f26e3fcf55049ae2a4c656d3b49aa5ce4cceff4c [Pipeline] echo 21:00:26 -----------> git rev-list -1 --merges f26e3fcf55049ae2a4c656d3b49aa5ce4cceff4c~1..f26e3fcf55049ae2a4c656d3b49aa5ce4cceff4c f26e3fcf55049ae2a4c656d3b49aa5ce4cceff4c [false] [Pipeline] sh 21:00:26 + git log --format=format:%s -1 f26e3fcf55049ae2a4c656d3b49aa5ce4cceff4c [Pipeline] echo 21:00:26 ========================================================= 21:00:26 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 21:00:26 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 21:00:27 + git log --format=format:%s -1 f26e3fcf55049ae2a4c656d3b49aa5ce4cceff4c [Pipeline] echo 21:00:27 [semverPrep] GIT_COMMIT: f26e3fcf55049ae2a4c656d3b49aa5ce4cceff4c, Commit Message: build(deps): Bump github.com/edgexfoundry/device-sdk-go/v3 [Pipeline] echo 21:00:27 [semverPrep] This is not a build commit. [Pipeline] sh 21:00:27 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 21:00:27 + grep -v github /etc/ssh/ssh_known_hosts 21:00:27 + [ -e /tmp/ssh_known_hosts ] 21:00:27 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 21:00:27 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 21:00:27 + sudo tee -a /etc/ssh/ssh_known_hosts 21:00:27 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:00:28 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 21:00:28 21:00:28 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:00:28 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 21:00:28 0.1.4: Pulling from edgex-devops/py-git-semver 21:00:28 b85a868b505f: Pulling fs layer 21:00:28 e2be974225ed: Pulling fs layer 21:00:28 339a4e72a1f5: Pulling fs layer 21:00:28 988bab9f4d93: Pulling fs layer 21:00:28 1469e6f7b9e6: Pulling fs layer 21:00:28 eaf3925da568: Pulling fs layer 21:00:28 bab4dde63d76: Pulling fs layer 21:00:28 bde34c3a00c8: Pulling fs layer 21:00:28 b352a97aabf1: Pulling fs layer 21:00:28 4872d77fe225: Pulling fs layer 21:00:28 5851b861e8e6: Pulling fs layer 21:00:28 bab4dde63d76: Waiting 21:00:28 4872d77fe225: Waiting 21:00:28 5851b861e8e6: Waiting 21:00:28 bde34c3a00c8: Waiting 21:00:28 988bab9f4d93: Waiting 21:00:28 eaf3925da568: Waiting 21:00:28 b352a97aabf1: Waiting 21:00:28 1469e6f7b9e6: Waiting 21:00:28 e2be974225ed: Verifying Checksum 21:00:28 e2be974225ed: Download complete 21:00:28 988bab9f4d93: Verifying Checksum 21:00:28 988bab9f4d93: Download complete 21:00:28 1469e6f7b9e6: Verifying Checksum 21:00:28 1469e6f7b9e6: Download complete 21:00:28 339a4e72a1f5: Verifying Checksum 21:00:28 339a4e72a1f5: Download complete 21:00:28 eaf3925da568: Verifying Checksum 21:00:28 eaf3925da568: Download complete 21:00:28 bde34c3a00c8: Download complete 21:00:28 b352a97aabf1: Download complete 21:00:28 4872d77fe225: Verifying Checksum 21:00:28 4872d77fe225: Download complete 21:00:28 5851b861e8e6: Verifying Checksum 21:00:28 5851b861e8e6: Download complete 21:00:28 b85a868b505f: Verifying Checksum 21:00:28 b85a868b505f: Download complete 21:00:29 bab4dde63d76: Verifying Checksum 21:00:29 bab4dde63d76: Download complete 21:00:30 b85a868b505f: Pull complete 21:00:30 e2be974225ed: Pull complete 21:00:30 339a4e72a1f5: Pull complete 21:00:30 988bab9f4d93: Pull complete 21:00:31 1469e6f7b9e6: Pull complete 21:00:31 eaf3925da568: Pull complete 21:00:33 bab4dde63d76: Pull complete 21:00:33 bde34c3a00c8: Pull complete 21:00:33 b352a97aabf1: Pull complete 21:00:33 4872d77fe225: Pull complete 21:00:33 5851b861e8e6: Pull complete 21:00:33 Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 21:00:33 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 21:00:33 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 21:00:33 prd-ubuntu20.04-docker-8c-8g-6769 does not seem to be running inside a container 21:00:33 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_device-rest-go_PR-257 -v /w/workspace/gexfoundry_device-rest-go_PR-257:/w/workspace/gexfoundry_device-rest-go_PR-257:rw,z -v /w/workspace/gexfoundry_device-rest-go_PR-257@tmp:/w/workspace/gexfoundry_device-rest-go_PR-257@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 21:00:35 $ docker top f6c16fc62cdbae5ea14012a7ec717f72b7af349e879580109967c337c4949f12 -eo pid,comm 21:00:36 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). 21:00:36 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 21:00:36 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 21:00:36 [ssh-agent] Looking for ssh-agent implementation... 21:00:36 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 21:00:36 $ docker exec f6c16fc62cdbae5ea14012a7ec717f72b7af349e879580109967c337c4949f12 ssh-agent 21:00:36 SSH_AUTH_SOCK=/tmp/ssh-Tl8XRbRCMbdJ/agent.33 21:00:36 SSH_AGENT_PID=39 21:00:36 Running ssh-add (command line suppressed) 21:00:36 Identity added: /w/workspace/gexfoundry_device-rest-go_PR-257@tmp/private_key_15590596495033923900.key (/w/workspace/gexfoundry_device-rest-go_PR-257@tmp/private_key_15590596495033923900.key) 21:00:36 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 21:00:36 + git tag --points-at HEAD [Pipeline] } 21:00:36 $ docker exec --env ******** --env ******** f6c16fc62cdbae5ea14012a7ec717f72b7af349e879580109967c337c4949f12 ssh-agent -k 21:00:36 unset SSH_AUTH_SOCK; 21:00:36 unset SSH_AGENT_PID; 21:00:36 echo Agent pid 39 killed; 21:00:36 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 21:00:37 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 21:00:37 [ssh-agent] Looking for ssh-agent implementation... 21:00:37 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 21:00:37 $ docker exec f6c16fc62cdbae5ea14012a7ec717f72b7af349e879580109967c337c4949f12 ssh-agent 21:00:37 SSH_AUTH_SOCK=/tmp/ssh-vkkWFZ1iCuvU/agent.71 21:00:37 SSH_AGENT_PID=77 21:00:37 Running ssh-add (command line suppressed) 21:00:37 Identity added: /w/workspace/gexfoundry_device-rest-go_PR-257@tmp/private_key_4578202159595109899.key (/w/workspace/gexfoundry_device-rest-go_PR-257@tmp/private_key_4578202159595109899.key) 21:00:37 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 21:00:37 + git semver init 21:00:37 2023-02-20 21:00:37,891 [run_init] DEBUG init version:0.0.0 force:False 21:00:37 2023-02-20 21:00:37,892 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/gexfoundry_device-rest-go_PR-257/.semver 21:00:37 2023-02-20 21:00:37,893 [execute] INFO git clone -b semver git@github.com:edgexfoundry/device-rest-go.git /w/workspace/gexfoundry_device-rest-go_PR-257/.semver 21:00:37 2023-02-20 21:00:37,893 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/device-rest-go.git', '/w/workspace/gexfoundry_device-rest-go_PR-257/.semver'], cwd=/w/workspace/gexfoundry_device-rest-go_PR-257, universal_newlines=False, shell=None, istream=None) 21:00:39 2023-02-20 21:00:39,129 [append_file] DEBUG append to file:/w/workspace/gexfoundry_device-rest-go_PR-257/.git/info/exclude 21:00:39 2023-02-20 21:00:39,130 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/gexfoundry_device-rest-go_PR-257/.semver/PR-257 with force:False 21:00:39 2023-02-20 21:00:39,130 [write_file] DEBUG write to file:/w/workspace/gexfoundry_device-rest-go_PR-257/.semver/PR-257 21:00:39 2023-02-20 21:00:39,134 [execute] INFO git cat-file --batch-check 21:00:39 2023-02-20 21:00:39,134 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/gexfoundry_device-rest-go_PR-257/.semver, universal_newlines=False, shell=None, istream=) 21:00:39 2023-02-20 21:00:39,139 [execute] INFO git cat-file --batch 21:00:39 2023-02-20 21:00:39,140 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/gexfoundry_device-rest-go_PR-257/.semver, universal_newlines=False, shell=None, istream=) 21:00:39 2023-02-20 21:00:39,144 [read_version] DEBUG read version from /w/workspace/gexfoundry_device-rest-go_PR-257/.semver/PR-257 21:00:39 0.0.0 [Pipeline] } 21:00:39 $ docker exec --env ******** --env ******** f6c16fc62cdbae5ea14012a7ec717f72b7af349e879580109967c337c4949f12 ssh-agent -k 21:00:39 unset SSH_AUTH_SOCK; 21:00:39 unset SSH_AGENT_PID; 21:00:39 echo Agent pid 77 killed; 21:00:39 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 21:00:39 + git semver [Pipeline] } 21:00:40 $ docker stop --time=1 f6c16fc62cdbae5ea14012a7ec717f72b7af349e879580109967c337c4949f12 21:00:41 $ docker rm -f --volumes f6c16fc62cdbae5ea14012a7ec717f72b7af349e879580109967c337c4949f12 [Pipeline] // withDockerContainer [Pipeline] sh 21:00:41 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 21:00:42 Stashed 1 file(s) [Pipeline] echo 21:00:42 [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 21:00:42 provisioning config files... 21:00:42 copy managed file [device-rest-go-settings] to file:/w/workspace/gexfoundry_device-rest-go_PR-257@tmp/config15468286622235526110tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 21:00:42 ---> docker-login.sh 21:00:42 nexus3.edgexfoundry.org:10001 21:00:42 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:00:42 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:00:42 Configure a credential helper to remove this warning. See 21:00:42 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:00:42 21:00:42 Login Succeeded 21:00:42 nexus3.edgexfoundry.org:10002 21:00:42 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:00:42 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:00:42 Configure a credential helper to remove this warning. See 21:00:42 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:00:42 21:00:42 Login Succeeded 21:00:42 nexus3.edgexfoundry.org:10003 21:00:43 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:00:43 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:00:43 Configure a credential helper to remove this warning. See 21:00:43 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:00:43 21:00:43 Login Succeeded 21:00:43 nexus3.edgexfoundry.org:10004 21:00:43 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:00:43 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:00:43 Configure a credential helper to remove this warning. See 21:00:43 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:00:43 21:00:43 Login Succeeded 21:00:43 docker.io 21:00:43 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:00:43 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:00:43 Configure a credential helper to remove this warning. See 21:00:43 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:00:43 21:00:43 Login Succeeded 21:00:43 ---> docker-login.sh ends [Pipeline] } 21:00:43 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 21:00:43 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 21:00:43 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 21:00:43 ========================================================= 21:00:43 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine] 21:00:43 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:00:44 + 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 . 21:00:44 Sending build context to Docker daemon 10.82MB 21:00:44 Step 1/12 : ARG BASE=golang:1.18-alpine3.16 21:00:44 Step 2/12 : FROM ${BASE} AS builder 21:00:44 1.18-alpine: Pulling from edgex-devops/edgex-golang-base 21:00:44 213ec9aee27d: Pulling fs layer 21:00:44 4583459ba037: Pulling fs layer 21:00:44 93c1e223e6f2: Pulling fs layer 21:00:44 53926ce57604: Pulling fs layer 21:00:44 21b2b0c7a3f4: Pulling fs layer 21:00:44 22ff95d597cd: Pulling fs layer 21:00:44 12d6caf4c0d1: Pulling fs layer 21:00:44 96b7cbca73a9: Pulling fs layer 21:00:44 a7acece74701: Pulling fs layer 21:00:44 21b2b0c7a3f4: Waiting 21:00:44 96b7cbca73a9: Waiting 21:00:44 22ff95d597cd: Waiting 21:00:44 12d6caf4c0d1: Waiting 21:00:44 a7acece74701: Waiting 21:00:44 53926ce57604: Waiting 21:00:44 93c1e223e6f2: Verifying Checksum 21:00:44 93c1e223e6f2: Download complete 21:00:44 4583459ba037: Verifying Checksum 21:00:44 4583459ba037: Download complete 21:00:44 21b2b0c7a3f4: Verifying Checksum 21:00:44 21b2b0c7a3f4: Download complete 21:00:44 22ff95d597cd: Verifying Checksum 21:00:44 22ff95d597cd: Download complete 21:00:44 213ec9aee27d: Download complete 21:00:44 12d6caf4c0d1: Verifying Checksum 21:00:44 12d6caf4c0d1: Download complete 21:00:44 213ec9aee27d: Pull complete 21:00:44 4583459ba037: Pull complete 21:00:44 93c1e223e6f2: Pull complete 21:00:45 a7acece74701: Verifying Checksum 21:00:45 a7acece74701: Download complete 21:00:45 96b7cbca73a9: Verifying Checksum 21:00:45 96b7cbca73a9: Download complete 21:00:45 53926ce57604: Download complete 21:00:49 53926ce57604: Pull complete 21:00:49 21b2b0c7a3f4: Pull complete 21:00:49 22ff95d597cd: Pull complete 21:00:49 12d6caf4c0d1: Pull complete 21:00:51 96b7cbca73a9: Pull complete 21:00:51 a7acece74701: Pull complete 21:00:51 Digest: sha256:f6a9ef70c52da88a2ff63a0c6767b24654f9f5185d1d85ca6cc3004fb48f6c2d 21:00:51 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine 21:00:51 ---> db6d94c90886 21:00:51 Step 3/12 : ARG ADD_BUILD_TAGS="" 21:00:56 ---> Running in c5ac0807f50f 21:00:56 Removing intermediate container c5ac0807f50f 21:00:56 ---> 5cf5b149278c 21:00:56 Step 4/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 21:00:56 ---> Running in f76e8e6bcf3b 21:00:56 Removing intermediate container f76e8e6bcf3b 21:00:56 ---> cbb7a78b23f5 21:00:56 Step 5/12 : ARG ALPINE_PKG_BASE="make git openssh-client" 21:00:56 ---> Running in 41bb63f32b6a 21:00:56 Removing intermediate container 41bb63f32b6a 21:00:56 ---> 3bea1bbbf356 21:00:56 Step 6/12 : ARG ALPINE_PKG_EXTRA="" 21:00:56 ---> Running in a4eda288ce2e 21:00:56 Removing intermediate container a4eda288ce2e 21:00:56 ---> b4fa85ce204b 21:00:56 Step 7/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 21:00:56 ---> Running in 2bab6bde20c5 21:00:56 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 21:00:56 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 21:00:57 Still waiting to schedule task 21:00:57 All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline 21:00:57 (1/4) Installing openssh-keygen (9.0_p1-r2) 21:00:57 (2/4) Installing libedit (20210910.3.1-r0) 21:00:57 (3/4) Installing openssh-client-common (9.0_p1-r2) 21:00:57 (4/4) Installing openssh-client-default (9.0_p1-r2) 21:00:57 Executing busybox-1.35.0-r17.trigger 21:00:57 OK: 216 MiB in 55 packages 21:00:57 Removing intermediate container 2bab6bde20c5 21:00:57 ---> f6baf79c1433 21:00:57 Step 8/12 : WORKDIR /device-rest-go 21:00:57 ---> Running in 55805de2d0c4 21:00:58 Removing intermediate container 55805de2d0c4 21:00:58 ---> ad17f67c46e5 21:00:58 Step 9/12 : COPY go.mod vendor* ./ 21:00:58 ---> 335f46d851bf 21:00:58 Step 10/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 21:00:58 ---> Running in 95751e5f8017 21:01:36 Removing intermediate container 95751e5f8017 21:01:36 ---> 9b46d99d821b 21:01:36 Step 11/12 : COPY . . 21:01:36 ---> 87f7058bc2d3 21:01:36 Step 12/12 : RUN $MAKE 21:01:36 ---> Running in b74244d57ba1 21:01:36 noop 21:01:36 Removing intermediate container b74244d57ba1 21:01:36 ---> 94b3d0b0298d 21:01:36 Successfully built 94b3d0b0298d 21:01:36 Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:01:37 + docker inspect -f . ci-base-image-x86_64 21:01:37 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 21:01:37 prd-ubuntu20.04-docker-8c-8g-6769 does not seem to be running inside a container 21:01:37 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/gexfoundry_device-rest-go_PR-257 -v /w/workspace/gexfoundry_device-rest-go_PR-257:/w/workspace/gexfoundry_device-rest-go_PR-257:rw,z -v /w/workspace/gexfoundry_device-rest-go_PR-257@tmp:/w/workspace/gexfoundry_device-rest-go_PR-257@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 21:01:37 $ docker top f4e9d5c85aeb9f45344f9dacbd1dc8ffae2087d36c155e2ef5bd3dbc62cacd28 -eo pid,comm [Pipeline] { [Pipeline] sh 21:01:38 + go version 21:01:38 go version go1.18.7 linux/amd64 [Pipeline] } 21:01:38 $ docker stop --time=1 f4e9d5c85aeb9f45344f9dacbd1dc8ffae2087d36c155e2ef5bd3dbc62cacd28 21:01:39 $ docker rm -f --volumes f4e9d5c85aeb9f45344f9dacbd1dc8ffae2087d36c155e2ef5bd3dbc62cacd28 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:01:40 + docker inspect -f . ci-base-image-x86_64 21:01:40 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 21:01:40 prd-ubuntu20.04-docker-8c-8g-6769 does not seem to be running inside a container 21:01:40 $ 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-257 -v /w/workspace/gexfoundry_device-rest-go_PR-257:/w/workspace/gexfoundry_device-rest-go_PR-257:rw,z -v /w/workspace/gexfoundry_device-rest-go_PR-257@tmp:/w/workspace/gexfoundry_device-rest-go_PR-257@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 21:01:40 $ docker top 0b24b8b49e4938fa3f3c51988d2e0238ff1607c7279531128a6ad0c268db1708 -eo pid,comm [Pipeline] { [Pipeline] sh 21:01:41 + git config --global --add safe.directory /w/workspace/gexfoundry_device-rest-go_PR-257 [Pipeline] fileExists [Pipeline] sh 21:01:41 + make test 21:01:41 go test ./... -coverprofile=coverage.out ./... 21:01:41 ? github.com/edgexfoundry/device-rest-go [no test files] 21:01:49 ? github.com/edgexfoundry/device-rest-go/cmd [no test files] 21:01:50 ok github.com/edgexfoundry/device-rest-go/driver 0.015s coverage: 33.9% of statements 21:01:56 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." 21:01:56 go vet ./... 21:01:59 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 21:01:59 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 21:01:59 ./bin/test-attribution-txt.sh [Pipeline] echo 21:01:59 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 21:01:59 $ docker stop --time=1 0b24b8b49e4938fa3f3c51988d2e0238ff1607c7279531128a6ad0c268db1708 21:02:02 $ docker rm -f --volumes 0b24b8b49e4938fa3f3c51988d2e0238ff1607c7279531128a6ad0c268db1708 [Pipeline] // withDockerContainer [Pipeline] sh 21:02:02 + sudo chown -R jenkins:jenkins . [Pipeline] stash 21:02:02 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 21:02:03 + sudo chown -R jenkins:jenkins . [Pipeline] sh 21:02:03 + ls -al . 21:02:03 total 188 21:02:03 drwxrwxr-x 9 jenkins jenkins 4096 Feb 20 21:01 . 21:02:03 drwxrwxr-x 4 jenkins jenkins 4096 Feb 20 21:00 .. 21:02:03 -rw-rw-r-- 1 jenkins jenkins 151 Feb 20 21:00 .dockerignore 21:02:03 drwxrwxr-x 8 jenkins jenkins 4096 Feb 20 21:01 .git 21:02:03 drwxrwxr-x 3 jenkins jenkins 4096 Feb 20 21:00 .github 21:02:03 -rw-rw-r-- 1 jenkins jenkins 329 Feb 20 21:00 .gitignore 21:02:03 -rw-rw-r-- 1 jenkins jenkins 41 Feb 20 21:00 .golangci.yml 21:02:03 drwxr-xr-x 3 jenkins jenkins 4096 Feb 20 21:00 .semver 21:02:03 -rw-rw-r-- 1 jenkins jenkins 9213 Feb 20 21:00 Attribution.txt 21:02:03 -rw-rw-r-- 1 jenkins jenkins 13085 Feb 20 21:00 CHANGELOG.md 21:02:03 -rw-rw-r-- 1 jenkins jenkins 1578 Feb 20 21:00 Dockerfile 21:02:03 -rw-rw-r-- 1 jenkins jenkins 677 Feb 20 21:00 GOVERNANCE.md 21:02:03 -rw-rw-r-- 1 jenkins jenkins 680 Feb 20 21:00 Jenkinsfile 21:02:03 -rw-rw-r-- 1 jenkins jenkins 11340 Feb 20 21:00 LICENSE 21:02:03 -rw-rw-r-- 1 jenkins jenkins 1744 Feb 20 21:00 Makefile 21:02:03 -rw-rw-r-- 1 jenkins jenkins 620 Feb 20 21:00 OWNERS.md 21:02:03 -rw-rw-r-- 1 jenkins jenkins 15447 Feb 20 21:00 README.md 21:02:03 -rw-rw-r-- 1 jenkins jenkins 5 Feb 20 21:00 VERSION 21:02:03 drwxrwxr-x 2 jenkins jenkins 4096 Feb 20 21:00 bin 21:02:03 drwxrwxr-x 3 jenkins jenkins 4096 Feb 20 21:00 cmd 21:02:03 -rw-r--r-- 1 jenkins jenkins 13744 Feb 20 21:01 coverage.out 21:02:03 drwxrwxr-x 2 jenkins jenkins 4096 Feb 20 21:00 driver 21:02:03 -rw-rw-r-- 1 jenkins jenkins 3400 Feb 20 21:00 go.mod 21:02:03 -rw-rw-r-- 1 jenkins jenkins 33279 Feb 20 21:00 go.sum 21:02:03 drwxrwxr-x 4 jenkins jenkins 4096 Feb 20 21:00 snap 21:02:03 -rw-rw-r-- 1 jenkins jenkins 713 Feb 20 21:00 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:02:04 + 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=f26e3fcf55049ae2a4c656d3b49aa5ce4cceff4c --label arch=amd64 --label version=0.0.0 . 21:02:04 Sending build context to Docker daemon 10.84MB 21:02:04 Step 1/25 : ARG BASE=golang:1.18-alpine3.16 21:02:04 Step 2/25 : FROM ${BASE} AS builder 21:02:04 ---> 94b3d0b0298d 21:02:04 Step 3/25 : ARG ADD_BUILD_TAGS="" 21:02:04 ---> Running in bc823e679e38 21:02:04 Removing intermediate container bc823e679e38 21:02:04 ---> fc559cd304f3 21:02:04 Step 4/25 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 21:02:04 ---> Running in 744be2751558 21:02:04 Removing intermediate container 744be2751558 21:02:04 ---> f097005be3f2 21:02:04 Step 5/25 : ARG ALPINE_PKG_BASE="make git openssh-client" 21:02:04 ---> Running in 4271f7d90950 21:02:04 Removing intermediate container 4271f7d90950 21:02:04 ---> a295e93a2226 21:02:04 Step 6/25 : ARG ALPINE_PKG_EXTRA="" 21:02:04 ---> Running in 0300fe1a5369 21:02:04 Removing intermediate container 0300fe1a5369 21:02:04 ---> 2862e989748e 21:02:04 Step 7/25 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 21:02:04 ---> Running in 27853f1e436a 21:02:05 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 21:02:05 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 21:02:05 OK: 216 MiB in 55 packages 21:02:05 Removing intermediate container 27853f1e436a 21:02:05 ---> fbe1e4517705 21:02:05 Step 8/25 : WORKDIR /device-rest-go 21:02:05 ---> Running in 9e065dff779a 21:02:05 Removing intermediate container 9e065dff779a 21:02:05 ---> ac63567ea05a 21:02:05 Step 9/25 : COPY go.mod vendor* ./ 21:02:06 ---> 9a1d8aa26029 21:02:06 Step 10/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 21:02:06 ---> Running in 1ff794b28147 21:02:06 Removing intermediate container 1ff794b28147 21:02:06 ---> e3f8a2a04f6e 21:02:06 Step 11/25 : COPY . . 21:02:07 ---> 55cf608268ea 21:02:07 Step 12/25 : RUN $MAKE 21:02:07 ---> Running in 8e6bd8c4d1ed 21:02:07 CGO_ENABLED=0 go build -tags "" -ldflags "-X github.com/edgexfoundry/device-rest-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/device-rest ./cmd 21:02:29 Removing intermediate container 8e6bd8c4d1ed 21:02:29 ---> 8db076e562af 21:02:29 Step 13/25 : FROM alpine:3.16 21:02:29 3.16: Pulling from library/alpine 21:02:29 ef5531b6e74e: Pulling fs layer 21:02:29 ef5531b6e74e: Verifying Checksum 21:02:29 ef5531b6e74e: Download complete 21:02:29 ef5531b6e74e: Pull complete 21:02:29 Digest: sha256:1bd67c81e4ad4b8f4a5c1c914d7985336f130e5cefb3e323654fd09d6bcdbbe2 21:02:29 Status: Downloaded newer image for alpine:3.16 21:02:29 ---> dfd21b5a31f5 21:02:29 Step 14/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel' 21:02:29 ---> Running in cd4b44724332 21:02:29 Removing intermediate container cd4b44724332 21:02:29 ---> 2a2d65c165d7 21:02:29 Step 15/25 : LABEL Name=device-rest-go Version=${VERSION} 21:02:29 ---> Running in 76bd26905606 21:02:29 Removing intermediate container 76bd26905606 21:02:29 ---> 2ee2d18ed1c1 21:02:29 Step 16/25 : RUN apk add --update --no-cache dumb-init 21:02:29 ---> Running in 5b2bb7597cb8 21:02:29 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 21:02:29 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 21:02:29 (1/1) Installing dumb-init (1.2.5-r1) 21:02:29 Executing busybox-1.35.0-r17.trigger 21:02:29 OK: 6 MiB in 15 packages 21:02:29 Removing intermediate container 5b2bb7597cb8 21:02:29 ---> 9d4db1d8b9ec 21:02:29 Step 17/25 : COPY --from=builder /device-rest-go/cmd / 21:02:29 ---> 91bfc840e21e 21:02:29 Step 18/25 : COPY --from=builder /device-rest-go/LICENSE / 21:02:29 ---> 02d674c9021c 21:02:29 Step 19/25 : COPY --from=builder /device-rest-go/Attribution.txt / 21:02:29 ---> 6d96d2f74a47 21:02:29 Step 20/25 : EXPOSE 59986 21:02:29 ---> Running in 7bafe0d35156 21:02:29 Removing intermediate container 7bafe0d35156 21:02:29 ---> b0cba595d73c 21:02:29 Step 21/25 : ENTRYPOINT ["/device-rest"] 21:02:29 ---> Running in 5b2def985337 21:02:29 Removing intermediate container 5b2def985337 21:02:29 ---> 5ac1e8326e03 21:02:29 Step 22/25 : CMD ["--cp=consul://edgex-core-consul:8500", "--registry"] 21:02:29 ---> Running in 5ebfe24d0a36 21:02:29 Removing intermediate container 5ebfe24d0a36 21:02:29 ---> db4993be469b 21:02:29 Step 23/25 : LABEL arch=amd64 21:02:29 ---> Running in 13c315391167 21:02:29 Removing intermediate container 13c315391167 21:02:29 ---> a0963633e7cf 21:02:29 Step 24/25 : LABEL git_sha=f26e3fcf55049ae2a4c656d3b49aa5ce4cceff4c 21:02:29 ---> Running in 028ba8ec627c 21:02:30 Removing intermediate container 028ba8ec627c 21:02:30 ---> da4fa7936021 21:02:30 Step 25/25 : LABEL version=0.0.0 21:02:30 ---> Running in ebf09fde4e31 21:02:30 Removing intermediate container ebf09fde4e31 21:02:30 ---> acd9e4592158 21:02:30 [Warning] One or more build-args [ARCH] were not consumed 21:02:30 Successfully built acd9e4592158 21:02:30 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 21:02:30 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 21:02:30 21:02:30 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:02:31 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 21:02:31 latest: Pulling from edgex-lftools-log-publisher 21:02:31 5eb5b503b376: Pulling fs layer 21:02:31 5c69ac0246d0: Pulling fs layer 21:02:31 ec43610c2a17: Pulling fs layer 21:02:31 3a2ae6a8a46f: Pulling fs layer 21:02:31 33b1e0a273af: Pulling fs layer 21:02:31 5d3b04190fa2: Pulling fs layer 21:02:31 2f39f015ded8: Pulling fs layer 21:02:31 3a2ae6a8a46f: Waiting 21:02:31 33b1e0a273af: Waiting 21:02:31 5d3b04190fa2: Waiting 21:02:31 2f39f015ded8: Waiting 21:02:31 5c69ac0246d0: Download complete 21:02:31 3a2ae6a8a46f: Verifying Checksum 21:02:31 3a2ae6a8a46f: Download complete 21:02:31 33b1e0a273af: Verifying Checksum 21:02:31 33b1e0a273af: Download complete 21:02:31 5d3b04190fa2: Verifying Checksum 21:02:31 5d3b04190fa2: Download complete 21:02:31 ec43610c2a17: Verifying Checksum 21:02:31 ec43610c2a17: Download complete 21:02:31 5eb5b503b376: Verifying Checksum 21:02:31 5eb5b503b376: Download complete 21:02:32 2f39f015ded8: Download complete 21:02:32 5eb5b503b376: Pull complete 21:02:33 5c69ac0246d0: Pull complete 21:02:33 ec43610c2a17: Pull complete 21:02:33 3a2ae6a8a46f: Pull complete 21:02:33 33b1e0a273af: Pull complete 21:02:33 5d3b04190fa2: Pull complete 21:02:38 2f39f015ded8: Pull complete 21:02:38 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 21:02:38 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 21:02:38 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 21:02:38 prd-ubuntu20.04-docker-8c-8g-6769 does not seem to be running inside a container 21:02:38 $ 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-257 -v /w/workspace/gexfoundry_device-rest-go_PR-257:/w/workspace/gexfoundry_device-rest-go_PR-257:rw,z -v /w/workspace/gexfoundry_device-rest-go_PR-257@tmp:/w/workspace/gexfoundry_device-rest-go_PR-257@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 21:02:41 $ docker top 727c2b6e4abbdcdde6273867f8a98156fe4735143c13fb1439de91fea5b548ee -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 21:02:42 ---> job-cost.sh 21:02:42 lf-activate-venv: SKIPPING 21:02:42 INFO: No Stack... 21:02:42 INFO: Retrieving Pricing Info for: v3-standard-8 21:02:42 INFO: Archiving Costs [Pipeline] sh 21:02:43 + cat /w/workspace/gexfoundry_device-rest-go_PR-257/archives/cost.csv 21:02:43 + cut -d, -f6 [Pipeline] lock 21:02:43 Trying to acquire lock on [jenkins-edgexfoundry-device-rest-go-PR-257-1-stack-cost] 21:02:43 Resource [jenkins-edgexfoundry-device-rest-go-PR-257-1-stack-cost] did not exist. Created. 21:02:43 Lock acquired on [jenkins-edgexfoundry-device-rest-go-PR-257-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 21:02:43 + echo total: 0.2199999988079071 [Pipeline] stash 21:02:43 Stashed 1 file(s) [Pipeline] } 21:02:43 Lock released on resource [jenkins-edgexfoundry-device-rest-go-PR-257-1-stack-cost] [Pipeline] // lock [Pipeline] } 21:02:43 $ docker stop --time=1 727c2b6e4abbdcdde6273867f8a98156fe4735143c13fb1439de91fea5b548ee 21:02:44 $ docker rm -f --volumes 727c2b6e4abbdcdde6273867f8a98156fe4735143c13fb1439de91fea5b548ee [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 21:02:53 Running on prd-ubuntu20.04-docker-arm64-4c-16g-6770 in /w/workspace/gexfoundry_device-rest-go_PR-257 [Pipeline] { [Pipeline] ws 21:02:53 Running in /w/workspace/device-rest-go/1 [Pipeline] { [Pipeline] checkout 21:02:53 The recommended git tool is: git 21:03:05 using credential edgex-jenkins-ssh 21:03:06 Cloning the remote Git repository 21:03:06 Cloning repository git@github.com:edgexfoundry/device-rest-go.git 21:03:06 > git init /w/workspace/device-rest-go/1 # timeout=10 21:03:06 Fetching upstream changes from git@github.com:edgexfoundry/device-rest-go.git 21:03:06 > git --version # timeout=10 21:03:06 > git --version # 'git version 2.25.1' 21:03:06 using GIT_SSH to set credentials SSH Credentials for GitHub 21:03:06 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-rest-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 21:03:09 > git config remote.origin.url git@github.com:edgexfoundry/device-rest-go.git # timeout=10 21:03:09 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 21:03:11 > git config remote.origin.url git@github.com:edgexfoundry/device-rest-go.git # timeout=10 21:03:11 Fetching upstream changes from git@github.com:edgexfoundry/device-rest-go.git 21:03:11 using GIT_SSH to set credentials SSH Credentials for GitHub 21:03:11 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-rest-go.git +refs/pull/257/head:refs/remotes/origin/PR-257 +refs/heads/main:refs/remotes/origin/main # timeout=10 21:03:11 Merging remotes/origin/main commit 70384783b5a72194fc813c647394660ae113f8ec into PR head commit f26e3fcf55049ae2a4c656d3b49aa5ce4cceff4c 21:03:12 Merge succeeded, producing f26e3fcf55049ae2a4c656d3b49aa5ce4cceff4c 21:03:12 Checking out Revision f26e3fcf55049ae2a4c656d3b49aa5ce4cceff4c (PR-257) 21:03:12 Commit message: "build(deps): Bump github.com/edgexfoundry/device-sdk-go/v3" 21:03:12 > git --version # timeout=10 21:03:12 > git --version # 'git version 2.25.1' 21:03:12 fatal: bad object cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 21:03:11 > git config core.sparsecheckout # timeout=10 21:03:11 > git checkout -f f26e3fcf55049ae2a4c656d3b49aa5ce4cceff4c # timeout=10 21:03:11 > git remote # timeout=10 21:03:11 > git config --get remote.origin.url # timeout=10 21:03:11 using GIT_SSH to set credentials SSH Credentials for GitHub 21:03:11 > git merge 70384783b5a72194fc813c647394660ae113f8ec # timeout=10 21:03:11 > git rev-parse HEAD^{commit} # timeout=10 21:03:12 > git config core.sparsecheckout # timeout=10 21:03:12 > git checkout -f f26e3fcf55049ae2a4c656d3b49aa5ce4cceff4c # timeout=10 21:03:13 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 21:03:13 % Total % Received % Xferd Average Speed Time Time Time Current 21:03:13 Dload Upload Total Spent Left Speed 21:03:13 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 80702 0 --:--:-- --:--:-- --:--:-- 80702 [Pipeline] sh 21:03:14 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 21:03:14 + sudo tee /etc/docker/daemon.new 21:03:14 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 21:03:14 { 21:03:14 "registry-mirrors": [ 21:03:14 "https://nexus3.edgexfoundry.org:10001" 21:03:14 ], 21:03:14 "bip": "10.250.0.254/24", 21:03:14 "hosts": [ 21:03:14 "tcp://0.0.0.0:5555", 21:03:14 "unix:///var/run/docker.sock" 21:03:14 ], 21:03:14 "mtu": 1458, 21:03:14 "selinux-enabled": true, 21:03:14 "seccomp-profile": "/etc/docker/seccomp.json" 21:03:14 } [Pipeline] sh 21:03:15 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 21:03:15 + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 21:03:34 provisioning config files... 21:03:34 copy managed file [device-rest-go-settings] to file:/w/workspace/device-rest-go/1@tmp/config5441550531400482470tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 21:03:34 ---> docker-login.sh 21:03:34 nexus3.edgexfoundry.org:10001 21:03:35 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:03:35 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:03:35 Configure a credential helper to remove this warning. See 21:03:35 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:03:35 21:03:35 Login Succeeded 21:03:35 nexus3.edgexfoundry.org:10002 21:03:35 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:03:35 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:03:35 Configure a credential helper to remove this warning. See 21:03:35 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:03:35 21:03:35 Login Succeeded 21:03:35 nexus3.edgexfoundry.org:10003 21:03:35 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:03:35 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:03:35 Configure a credential helper to remove this warning. See 21:03:35 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:03:35 21:03:35 Login Succeeded 21:03:35 nexus3.edgexfoundry.org:10004 21:03:36 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:03:36 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:03:36 Configure a credential helper to remove this warning. See 21:03:36 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:03:36 21:03:36 Login Succeeded 21:03:36 docker.io 21:03:36 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:03:37 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:03:37 Configure a credential helper to remove this warning. See 21:03:37 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:03:37 21:03:37 Login Succeeded 21:03:37 ---> docker-login.sh ends [Pipeline] } 21:03:37 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 21:03:37 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 21:03:37 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 21:03:37 ========================================================= 21:03:37 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine] 21:03:37 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:03:38 + 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 . 21:03:38 Sending build context to Docker daemon 139.8kB 21:03:38 Step 1/12 : ARG BASE=golang:1.18-alpine3.16 21:03:38 Step 2/12 : FROM ${BASE} AS builder 21:03:38 1.18-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 21:03:38 9b18e9b68314: Pulling fs layer 21:03:38 35d82f9e3411: Pulling fs layer 21:03:38 e16973657156: Pulling fs layer 21:03:38 fc693d55d65f: Pulling fs layer 21:03:38 7e9fc2657dce: Pulling fs layer 21:03:38 dda99020689f: Pulling fs layer 21:03:38 db1c61fa0a46: Pulling fs layer 21:03:38 891c053d2c06: Pulling fs layer 21:03:38 dda99020689f: Waiting 21:03:38 fc693d55d65f: Waiting 21:03:38 db1c61fa0a46: Waiting 21:03:38 7e9fc2657dce: Waiting 21:03:38 891c053d2c06: Waiting 21:03:38 e16973657156: Download complete 21:03:38 35d82f9e3411: Download complete 21:03:38 7e9fc2657dce: Verifying Checksum 21:03:38 7e9fc2657dce: Download complete 21:03:38 dda99020689f: Verifying Checksum 21:03:38 dda99020689f: Download complete 21:03:38 9b18e9b68314: Verifying Checksum 21:03:38 9b18e9b68314: Download complete 21:03:39 9b18e9b68314: Pull complete 21:03:39 891c053d2c06: Verifying Checksum 21:03:39 891c053d2c06: Download complete 21:03:40 35d82f9e3411: Pull complete 21:03:40 e16973657156: Pull complete 21:03:41 db1c61fa0a46: Verifying Checksum 21:03:41 db1c61fa0a46: Download complete 21:03:42 fc693d55d65f: Verifying Checksum 21:03:42 fc693d55d65f: Download complete 21:03:54 fc693d55d65f: Pull complete 21:03:54 7e9fc2657dce: Pull complete 21:03:54 dda99020689f: Pull complete 21:04:02 db1c61fa0a46: Pull complete 21:04:03 891c053d2c06: Pull complete 21:04:03 Digest: sha256:2cacf8bfc28650abd52610e42dcfc04852e818eb73900ea96edaef96a54d0b45 21:04:03 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine 21:04:03 ---> f96f9c87975a 21:04:03 Step 3/12 : ARG ADD_BUILD_TAGS="" 21:04:05 ---> Running in 4d886208bbb1 21:04:05 Removing intermediate container 4d886208bbb1 21:04:05 ---> 28e9c5a84b65 21:04:05 Step 4/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 21:04:06 ---> Running in 8227de1e27db 21:04:06 Removing intermediate container 8227de1e27db 21:04:06 ---> 3424df253c1b 21:04:06 Step 5/12 : ARG ALPINE_PKG_BASE="make git openssh-client" 21:04:06 ---> Running in c2cfb4513e4d 21:04:06 Removing intermediate container c2cfb4513e4d 21:04:06 ---> e5309396d7cc 21:04:06 Step 6/12 : ARG ALPINE_PKG_EXTRA="" 21:04:06 ---> Running in 1292e3fd53a5 21:04:06 Removing intermediate container 1292e3fd53a5 21:04:06 ---> 389d77e0eca9 21:04:06 Step 7/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 21:04:06 ---> Running in 0b4cd41a536d 21:04:08 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 21:04:08 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 21:04:09 (1/4) Installing openssh-keygen (9.0_p1-r2) 21:04:09 (2/4) Installing libedit (20210910.3.1-r0) 21:04:09 (3/4) Installing openssh-client-common (9.0_p1-r2) 21:04:09 (4/4) Installing openssh-client-default (9.0_p1-r2) 21:04:09 Executing busybox-1.35.0-r17.trigger 21:04:09 OK: 226 MiB in 55 packages 21:04:10 Removing intermediate container 0b4cd41a536d 21:04:10 ---> 576e6fb96885 21:04:10 Step 8/12 : WORKDIR /device-rest-go 21:04:10 ---> Running in 2024ee7d1fe4 21:04:11 Removing intermediate container 2024ee7d1fe4 21:04:11 ---> 0a159a1c2073 21:04:11 Step 9/12 : COPY go.mod vendor* ./ 21:04:11 ---> 57c703d39b54 21:04:11 Step 10/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 21:04:11 ---> Running in dd9fb47306cb 21:05:33 Removing intermediate container dd9fb47306cb 21:05:33 ---> 73140312e9a0 21:05:33 Step 11/12 : COPY . . 21:05:33 ---> 931bf1f42539 21:05:33 Step 12/12 : RUN $MAKE 21:05:33 ---> Running in c26ea97cc5b2 21:05:33 noop 21:05:33 Removing intermediate container c26ea97cc5b2 21:05:33 ---> 8faeac3d5bab 21:05:33 Successfully built 8faeac3d5bab 21:05:33 Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:05:33 + docker inspect -f . ci-base-image-arm64 21:05:33 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 21:05:34 prd-ubuntu20.04-docker-arm64-4c-16g-6770 does not seem to be running inside a container 21:05:34 $ 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 ******** -e ******** ci-base-image-arm64 cat 21:05:35 $ docker top 3c5b3b747226c652238c836b375291e70c1069900370a98915defa5c51f3dd62 -eo pid,comm [Pipeline] { [Pipeline] sh 21:05:36 + go version 21:05:36 go version go1.18.7 linux/arm64 [Pipeline] } 21:05:36 $ docker stop --time=1 3c5b3b747226c652238c836b375291e70c1069900370a98915defa5c51f3dd62 21:05:38 $ docker rm -f --volumes 3c5b3b747226c652238c836b375291e70c1069900370a98915defa5c51f3dd62 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:05:38 + docker inspect -f . ci-base-image-arm64 21:05:38 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 21:05:39 prd-ubuntu20.04-docker-arm64-4c-16g-6770 does not seem to be running inside a container 21:05:39 $ 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 ******** -e ******** ci-base-image-arm64 cat 21:05:40 $ docker top 0590ddd52a389bea0144439503417bd4042eb42304f547a909f57d1cd23d6eb0 -eo pid,comm [Pipeline] { [Pipeline] sh 21:05:41 + git config --global --add safe.directory /w/workspace/device-rest-go/1 [Pipeline] fileExists [Pipeline] sh 21:05:41 + make test 21:05:42 go test ./... -coverprofile=coverage.out ./... 21:05:44 ? github.com/edgexfoundry/device-rest-go [no test files] 21:07:20 ? github.com/edgexfoundry/device-rest-go/cmd [no test files] 21:07:20 ok github.com/edgexfoundry/device-rest-go/driver 0.069s coverage: 33.9% of statements 21:07:20 WARNING: Linting skipped (not on x86_64 or linter not installed) 21:07:20 go vet ./... 21:07:39 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 21:07:39 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 21:07:39 ./bin/test-attribution-txt.sh [Pipeline] echo 21:07:39 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 21:07:39 $ docker stop --time=1 0590ddd52a389bea0144439503417bd4042eb42304f547a909f57d1cd23d6eb0 21:07:42 $ docker rm -f --volumes 0590ddd52a389bea0144439503417bd4042eb42304f547a909f57d1cd23d6eb0 [Pipeline] // withDockerContainer [Pipeline] sh 21:07:43 + sudo chown -R jenkins:jenkins . [Pipeline] stash 21:07:43 Warning: overwriting stash ‘coverage-report’ 21:07:43 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 21:07:44 + sudo chown -R jenkins:jenkins . [Pipeline] sh 21:07:44 + ls -al . 21:07:44 total 184 21:07:44 drwxrwxr-x 8 jenkins jenkins 4096 Feb 20 21:05 . 21:07:44 drwxrwxr-x 4 jenkins jenkins 4096 Feb 20 21:03 .. 21:07:44 -rw-rw-r-- 1 jenkins jenkins 151 Feb 20 21:03 .dockerignore 21:07:44 drwxrwxr-x 8 jenkins jenkins 4096 Feb 20 21:03 .git 21:07:44 drwxrwxr-x 3 jenkins jenkins 4096 Feb 20 21:03 .github 21:07:44 -rw-rw-r-- 1 jenkins jenkins 329 Feb 20 21:03 .gitignore 21:07:44 -rw-rw-r-- 1 jenkins jenkins 41 Feb 20 21:03 .golangci.yml 21:07:44 -rw-rw-r-- 1 jenkins jenkins 9213 Feb 20 21:03 Attribution.txt 21:07:44 -rw-rw-r-- 1 jenkins jenkins 13085 Feb 20 21:03 CHANGELOG.md 21:07:44 -rw-rw-r-- 1 jenkins jenkins 1578 Feb 20 21:03 Dockerfile 21:07:44 -rw-rw-r-- 1 jenkins jenkins 677 Feb 20 21:03 GOVERNANCE.md 21:07:44 -rw-rw-r-- 1 jenkins jenkins 680 Feb 20 21:03 Jenkinsfile 21:07:44 -rw-rw-r-- 1 jenkins jenkins 11340 Feb 20 21:03 LICENSE 21:07:44 -rw-rw-r-- 1 jenkins jenkins 1744 Feb 20 21:03 Makefile 21:07:44 -rw-rw-r-- 1 jenkins jenkins 620 Feb 20 21:03 OWNERS.md 21:07:44 -rw-rw-r-- 1 jenkins jenkins 15447 Feb 20 21:03 README.md 21:07:44 -rw-rw-r-- 1 jenkins jenkins 5 Feb 20 21:00 VERSION 21:07:44 drwxrwxr-x 2 jenkins jenkins 4096 Feb 20 21:03 bin 21:07:44 drwxrwxr-x 3 jenkins jenkins 4096 Feb 20 21:03 cmd 21:07:44 -rw-r--r-- 1 jenkins jenkins 13744 Feb 20 21:07 coverage.out 21:07:44 drwxrwxr-x 2 jenkins jenkins 4096 Feb 20 21:03 driver 21:07:44 -rw-rw-r-- 1 jenkins jenkins 3400 Feb 20 21:03 go.mod 21:07:44 -rw-rw-r-- 1 jenkins jenkins 33279 Feb 20 21:03 go.sum 21:07:44 drwxrwxr-x 4 jenkins jenkins 4096 Feb 20 21:03 snap 21:07:44 -rw-rw-r-- 1 jenkins jenkins 713 Feb 20 21:03 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:07:45 + 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=f26e3fcf55049ae2a4c656d3b49aa5ce4cceff4c --label arch=arm64 --label version=0.0.0 . 21:07:45 Sending build context to Docker daemon 154.1kB 21:07:45 Step 1/25 : ARG BASE=golang:1.18-alpine3.16 21:07:45 Step 2/25 : FROM ${BASE} AS builder 21:07:45 ---> 8faeac3d5bab 21:07:45 Step 3/25 : ARG ADD_BUILD_TAGS="" 21:07:45 ---> Running in fb0aadf6940e 21:07:45 Removing intermediate container fb0aadf6940e 21:07:45 ---> 82ce64f1fdaa 21:07:45 Step 4/25 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 21:07:46 ---> Running in 954cf40b481b 21:07:46 Removing intermediate container 954cf40b481b 21:07:46 ---> c4246819bf10 21:07:46 Step 5/25 : ARG ALPINE_PKG_BASE="make git openssh-client" 21:07:46 ---> Running in 5bf818553e05 21:07:46 Removing intermediate container 5bf818553e05 21:07:46 ---> 1dba5dfeed1d 21:07:46 Step 6/25 : ARG ALPINE_PKG_EXTRA="" 21:07:46 ---> Running in 1f1609551cfe 21:07:47 Removing intermediate container 1f1609551cfe 21:07:47 ---> b6865758399d 21:07:47 Step 7/25 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 21:07:47 ---> Running in d15c30832f6a 21:07:48 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 21:07:48 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 21:07:49 OK: 226 MiB in 55 packages 21:07:50 Removing intermediate container d15c30832f6a 21:07:50 ---> b9af89444608 21:07:50 Step 8/25 : WORKDIR /device-rest-go 21:07:50 ---> Running in cae59661e7b7 21:07:50 Removing intermediate container cae59661e7b7 21:07:50 ---> 921e91861fcf 21:07:50 Step 9/25 : COPY go.mod vendor* ./ 21:07:51 ---> 3d46e38a2c6a 21:07:51 Step 10/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 21:07:51 ---> Running in 3a35bafffd8a 21:07:53 Removing intermediate container 3a35bafffd8a 21:07:53 ---> 20965e065a9e 21:07:53 Step 11/25 : COPY . . 21:07:54 ---> 31c5efaa7706 21:07:54 Step 12/25 : RUN $MAKE 21:07:54 ---> Running in fc48ddff7ccd 21:07:55 CGO_ENABLED=0 go build -tags "" -ldflags "-X github.com/edgexfoundry/device-rest-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/device-rest ./cmd 21:10:02 Removing intermediate container fc48ddff7ccd 21:10:02 ---> a0ecc1e4aca2 21:10:02 Step 13/25 : FROM alpine:3.16 21:10:02 3.16: Pulling from library/alpine 21:10:02 3760b48202b3: Pulling fs layer 21:10:02 3760b48202b3: Verifying Checksum 21:10:02 3760b48202b3: Download complete 21:10:02 3760b48202b3: Pull complete 21:10:02 Digest: sha256:1bd67c81e4ad4b8f4a5c1c914d7985336f130e5cefb3e323654fd09d6bcdbbe2 21:10:02 Status: Downloaded newer image for alpine:3.16 21:10:02 ---> 4c81e5bf8899 21:10:02 Step 14/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel' 21:10:02 ---> Running in 567dfdb9545b 21:10:02 Removing intermediate container 567dfdb9545b 21:10:02 ---> a21a7b76aa87 21:10:02 Step 15/25 : LABEL Name=device-rest-go Version=${VERSION} 21:10:02 ---> Running in e6f312afc725 21:10:02 Removing intermediate container e6f312afc725 21:10:02 ---> 84636f7d68f6 21:10:02 Step 16/25 : RUN apk add --update --no-cache dumb-init 21:10:02 ---> Running in 805f0fd76db0 21:10:02 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 21:10:02 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 21:10:03 (1/1) Installing dumb-init (1.2.5-r1) 21:10:03 Executing busybox-1.35.0-r17.trigger 21:10:03 OK: 5 MiB in 15 packages 21:10:04 Removing intermediate container 805f0fd76db0 21:10:04 ---> 13f4eb798d8f 21:10:04 Step 17/25 : COPY --from=builder /device-rest-go/cmd / 21:10:05 ---> c33d075271aa 21:10:05 Step 18/25 : COPY --from=builder /device-rest-go/LICENSE / 21:10:06 ---> 665b20cfd987 21:10:06 Step 19/25 : COPY --from=builder /device-rest-go/Attribution.txt / 21:10:06 ---> 13f1d67bb214 21:10:06 Step 20/25 : EXPOSE 59986 21:10:06 ---> Running in 8768bae605cd 21:10:06 Removing intermediate container 8768bae605cd 21:10:06 ---> 2a763d5cf107 21:10:06 Step 21/25 : ENTRYPOINT ["/device-rest"] 21:10:06 ---> Running in 7886d6cf728c 21:10:07 Removing intermediate container 7886d6cf728c 21:10:07 ---> 59d3ef122a06 21:10:07 Step 22/25 : CMD ["--cp=consul://edgex-core-consul:8500", "--registry"] 21:10:07 ---> Running in 9bb0c5e1ecbd 21:10:07 Removing intermediate container 9bb0c5e1ecbd 21:10:07 ---> 0d6e02175a6c 21:10:07 Step 23/25 : LABEL arch=arm64 21:10:07 ---> Running in bc9fb11dc876 21:10:08 Removing intermediate container bc9fb11dc876 21:10:08 ---> 7cf815139a02 21:10:08 Step 24/25 : LABEL git_sha=f26e3fcf55049ae2a4c656d3b49aa5ce4cceff4c 21:10:08 ---> Running in 21f4f50b2919 21:10:08 Removing intermediate container 21f4f50b2919 21:10:08 ---> e94eae59fa72 21:10:08 Step 25/25 : LABEL version=0.0.0 21:10:08 ---> Running in 6a523b9f95da 21:10:08 Removing intermediate container 6a523b9f95da 21:10:08 ---> 6f5ee2a5a85c 21:10:08 [Warning] One or more build-args [ARCH] were not consumed 21:10:08 Successfully built 6f5ee2a5a85c 21:10:08 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 21:10:09 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 21:10:09 21:10:09 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:10:09 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 21:10:09 arm64: Pulling from edgex-lftools-log-publisher 21:10:09 8998bd30e6a1: Pulling fs layer 21:10:09 04944245beec: Pulling fs layer 21:10:09 699f458cf7ca: Pulling fs layer 21:10:09 765212b225bb: Pulling fs layer 21:10:09 f23df028b6ca: Pulling fs layer 21:10:09 d65c8cfc05b1: Pulling fs layer 21:10:09 2437ff75d9bd: Pulling fs layer 21:10:09 d65c8cfc05b1: Waiting 21:10:09 765212b225bb: Waiting 21:10:09 f23df028b6ca: Waiting 21:10:09 2437ff75d9bd: Waiting 21:10:10 04944245beec: Verifying Checksum 21:10:10 04944245beec: Download complete 21:10:10 765212b225bb: Verifying Checksum 21:10:10 765212b225bb: Download complete 21:10:10 f23df028b6ca: Verifying Checksum 21:10:10 f23df028b6ca: Download complete 21:10:10 d65c8cfc05b1: Download complete 21:10:10 699f458cf7ca: Verifying Checksum 21:10:10 699f458cf7ca: Download complete 21:10:10 8998bd30e6a1: Download complete 21:10:12 2437ff75d9bd: Verifying Checksum 21:10:12 2437ff75d9bd: Download complete 21:10:14 8998bd30e6a1: Pull complete 21:10:14 04944245beec: Pull complete 21:10:18 699f458cf7ca: Pull complete 21:10:18 765212b225bb: Pull complete 21:10:18 f23df028b6ca: Pull complete 21:10:18 d65c8cfc05b1: Pull complete 21:10:30 2437ff75d9bd: Pull complete 21:10:30 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 21:10:30 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 21:10:30 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 21:10:31 prd-ubuntu20.04-docker-arm64-4c-16g-6770 does not seem to be running inside a container 21:10:31 $ 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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat 21:10:33 $ docker top bec822d7a11c02d5562a11be7db8d8e2d9b859d11ea9ec47bdcf8ce336f9a354 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 21:10:34 ---> job-cost.sh 21:10:34 lf-activate-venv: SKIPPING 21:10:34 INFO: No Stack... 21:10:35 INFO: Retrieving Pricing Info for: v3-standard-4 21:10:36 INFO: Archiving Costs [Pipeline] sh 21:10:36 + + cut -d, -f6cat 21:10:36 /w/workspace/device-rest-go/1/archives/cost.csv [Pipeline] lock 21:10:37 Trying to acquire lock on [jenkins-edgexfoundry-device-rest-go-PR-257-1-stack-cost] 21:10:37 Resource [jenkins-edgexfoundry-device-rest-go-PR-257-1-stack-cost] did not exist. Created. 21:10:37 Lock acquired on [jenkins-edgexfoundry-device-rest-go-PR-257-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 21:10:37 /w/workspace/device-rest-go/1@tmp/durable-b3839dca/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh 21:10:38 + echo total: 0.10999999940395355 [Pipeline] stash 21:10:38 Warning: overwriting stash ‘stack-cost’ 21:10:38 Stashed 1 file(s) [Pipeline] } 21:10:38 Lock released on resource [jenkins-edgexfoundry-device-rest-go-PR-257-1-stack-cost] [Pipeline] // lock [Pipeline] } 21:10:38 $ docker stop --time=1 bec822d7a11c02d5562a11be7db8d8e2d9b859d11ea9ec47bdcf8ce336f9a354 21:10:40 $ docker rm -f --volumes bec822d7a11c02d5562a11be7db8d8e2d9b859d11ea9ec47bdcf8ce336f9a354 [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 21:10:41 provisioning config files... 21:10:41 copy managed file [device-rest-go-codecov-token] to file:/w/workspace/gexfoundry_device-rest-go_PR-257@tmp/config11735434120609869436tmp [Pipeline] { [Pipeline] sh 21:10:41 + set +x 21:10:41 + curl -s https://codecov.io/bash 21:10:41 + bash -s -- 21:10:41 21:10:41 _____ _ 21:10:41 / ____| | | 21:10:41 | | ___ __| | ___ ___ _____ __ 21:10:41 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 21:10:41 | |___| (_) | (_| | __/ (_| (_) \ V / 21:10:41 \_____\___/ \__,_|\___|\___\___/ \_/ 21:10:41 Bash-1.0.6 21:10:41 21:10:41 21:10:41 ==> git version 2.25.1 found 21:10:41 ==> 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 21:10:41 Release-Date: 2020-01-08 21:10:41 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 21:10:41 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 21:10:41 ==> Jenkins CI detected. 21:10:41 current dir:  /w/workspace/gexfoundry_device-rest-go_PR-257 21:10:41 project root: . 21:10:41 --> token set from env 21:10:41 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 21:10:41 ==> Running gcov in . (disable via -X gcov) 21:10:41 ==> Python coveragepy not found 21:10:41 ==> Searching for coverage reports in: 21:10:41 + . 21:10:41 -> Found 1 reports 21:10:41 ==> Detecting git/mercurial file structure 21:10:41 ==> Reading reports 21:10:41 + ./coverage.out bytes=13744 21:10:41 ==> Appending adjustments 21:10:41 https://docs.codecov.io/docs/fixing-reports 21:10:41 + Found adjustments 21:10:41 ==> Gzipping contents 21:10:41 4.0K /tmp/codecov.uJSeLW.gz 21:10:41 ==> Uploading reports 21:10:41 url: https://codecov.io 21:10:41 query: branch=PR-257&commit=f26e3fcf55049ae2a4c656d3b49aa5ce4cceff4c&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-rest-go%2Fjob%2FPR-257%2F1%2F&name=&tag=&slug=edgexfoundry%2Fdevice-rest-go&service=jenkins&flags=&pr=257&job=&cmd_args= 21:10:41 -> Pinging Codecov 21:10:41 https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=c51feb23-73ac-4f49-b3d1-d26df23137db&branch=PR-257&commit=f26e3fcf55049ae2a4c656d3b49aa5ce4cceff4c&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-rest-go%2Fjob%2FPR-257%2F1%2F&name=&tag=&slug=edgexfoundry%2Fdevice-rest-go&service=jenkins&flags=&pr=257&job=&cmd_args= 21:10:41 -> Uploading to 21:10:41 https://storage.googleapis.com/codecov/v4/raw/2023-02-20/4E5D53B4F1F92C436F7061BF334D961C/f26e3fcf55049ae2a4c656d3b49aa5ce4cceff4c/d17a7f3e-1638-4c46-aa18-d5d050bb0606.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20230220%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20230220T211041Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=d7122ce7a82258e0cda0f3e76609d6f699fc5e9cb0868e504ad0610483c522f4 21:10:42 % Total % Received % Xferd Average Speed Time Time Time Current 21:10:42 Dload Upload Total Spent Left Speed 21:10:42 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 2443 0 0 100 2443 0 9360 --:--:-- --:--:-- --:--:-- 9360 21:10:42 -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/device-rest-go/commit/f26e3fcf55049ae2a4c656d3b49aa5ce4cceff4c [Pipeline] } 21:10:42 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 21:10:44 + [ -d /w/workspace/gexfoundry_device-rest-go_PR-257/archives ] 21:10:44 + ls -al /w/workspace/gexfoundry_device-rest-go_PR-257/archives 21:10:44 total 16 21:10:44 drwxr-xr-x 3 root root 4096 Feb 20 21:02 . 21:10:44 drwxrwxr-x 10 jenkins jenkins 4096 Feb 20 21:02 .. 21:10:44 drwxr-xr-x 2 root root 4096 Feb 20 21:02 cost 21:10:44 -rw-r--r-- 1 root root 86 Feb 20 21:02 cost.csv 21:10:44 + sudo chown -R jenkins:jenkins /w/workspace/gexfoundry_device-rest-go_PR-257/archives 21:10:44 + ls -al /w/workspace/gexfoundry_device-rest-go_PR-257/archives 21:10:44 total 16 21:10:44 drwxr-xr-x 3 jenkins jenkins 4096 Feb 20 21:02 . 21:10:44 drwxrwxr-x 10 jenkins jenkins 4096 Feb 20 21:02 .. 21:10:44 drwxr-xr-x 2 jenkins jenkins 4096 Feb 20 21:02 cost 21:10:44 -rw-r--r-- 1 jenkins jenkins 86 Feb 20 21:02 cost.csv [Pipeline] libraryResource [Pipeline] sh 21:10:44 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 21:10:45 ---> package-listing.sh 21:10:45 ++ facter osfamily 21:10:45 ++ tr '[:upper:]' '[:lower:]' 21:10:45 + OS_FAMILY=debian 21:10:45 + workspace=/w/workspace/gexfoundry_device-rest-go_PR-257 21:10:45 + START_PACKAGES=/tmp/packages_start.txt 21:10:45 + END_PACKAGES=/tmp/packages_end.txt 21:10:45 + DIFF_PACKAGES=/tmp/packages_diff.txt 21:10:45 + PACKAGES=/tmp/packages_start.txt 21:10:45 + '[' /w/workspace/gexfoundry_device-rest-go_PR-257 ']' 21:10:45 + PACKAGES=/tmp/packages_end.txt 21:10:45 + case "${OS_FAMILY}" in 21:10:45 + dpkg -l 21:10:45 + grep '^ii' 21:10:45 + '[' -f /tmp/packages_start.txt ']' 21:10:45 + '[' -f /tmp/packages_end.txt ']' 21:10:45 + diff /tmp/packages_start.txt /tmp/packages_end.txt 21:10:45 + '[' /w/workspace/gexfoundry_device-rest-go_PR-257 ']' 21:10:45 + mkdir -p /w/workspace/gexfoundry_device-rest-go_PR-257/archives/ 21:10:45 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/gexfoundry_device-rest-go_PR-257/archives/ [Pipeline] echo 21:10:45 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-257/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 21:10:45 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:10:46 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 21:10:46 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 21:10:46 prd-ubuntu20.04-docker-8c-8g-6769 does not seem to be running inside a container 21:10:46 $ 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-257/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-257 -v /w/workspace/gexfoundry_device-rest-go_PR-257:/w/workspace/gexfoundry_device-rest-go_PR-257:rw,z -v /w/workspace/gexfoundry_device-rest-go_PR-257@tmp:/w/workspace/gexfoundry_device-rest-go_PR-257@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 21:10:46 $ docker top 7af25c3cef78a4920f796bc7ca70ffc005960c3de6b3c95081cbcba65e72ec08 -eo pid,comm [Pipeline] { [Pipeline] sh 21:10:47 + touch /tmp/pre-build-complete [Pipeline] sh 21:10:47 + mkdir -p /var/log/sysstat [Pipeline] sh 21:10:47 + ls /var/log/sa-host 21:10:47 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 21:10:48 provisioning config files... 21:10:48 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/gexfoundry_device-rest-go_PR-257@tmp/config6521503031251357088tmp [Pipeline] { [Pipeline] echo 21:10:48 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 21:10:48 ---> create-netrc.sh [Pipeline] } 21:10:48 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 21:10:48 ---> python-tools-install.sh [Pipeline] echo 21:10:48 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 21:10:49 ---> sudo-logs.sh 21:10:49 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 21:10:49 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 21:10:49 ---> job-cost.sh 21:10:49 lf-activate-venv: SKIPPING 21:10:49 DEBUG: total: 0.2199999988079071 21:10:49 INFO: Retrieving Stack Cost... 21:10:49 INFO: Retrieving Pricing Info for: v3-standard-8 21:10:50 INFO: Archiving Costs [Pipeline] echo 21:10:50 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 21:10:50 ---> logs-deploy.sh 21:10:50 lf-activate-venv: SKIPPING 21:10:50 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-rest-go/PR-257/1 21:10:50 INFO: archiving workspace using pattern(s): 21:10:51 Archives upload complete. 21:10:51 INFO: archiving logs to Nexus