Pull request #337 opened Connecting to https://api.github.com using edgex-jenkins github personal access token Connecting to https://api.github.com to check permissions of obtain list of lenny-intel for edgexfoundry/device-virtual-go Obtained Jenkinsfile from ea327ae8b8d34e40cbc92cc6cb6f7e68756c5c0c+b7ce723d3d6de2615d4c98362cbd5647c3b6aed1 (5825fb1924ee66221e962acf7066bc213fc0a562) 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-ssh14670179580196224978.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-ssh4054837568760134148.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-virtual-go/branches/PR-337/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-virtual-go/branches/PR-337/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh7445085017847648520.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-virtual-go/branches/PR-337/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh17077294267063171457.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-ssh11603895680568533452.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-virtual-go/branches/PR-337/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-virtual-go/branches/PR-337/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh5094903821584846763.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-virtual-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-virtual-go-settings PROJECT: device-virtual-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-virtual DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘ubuntu20.04-docker-8c-8g’ Running on prd-ubuntu20.04-docker-8c-8g-4991 in /w/workspace/foundry_device-virtual-go_PR-337 [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-virtual-go.git > git init /w/workspace/foundry_device-virtual-go_PR-337 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-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-virtual-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-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-virtual-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/pull/337/head:refs/remotes/origin/PR-337 +refs/heads/main:refs/remotes/origin/main # timeout=10 Merging remotes/origin/main commit b7ce723d3d6de2615d4c98362cbd5647c3b6aed1 into PR head commit ea327ae8b8d34e40cbc92cc6cb6f7e68756c5c0c Merge succeeded, producing ea327ae8b8d34e40cbc92cc6cb6f7e68756c5c0c Checking out Revision ea327ae8b8d34e40cbc92cc6cb6f7e68756c5c0c (PR-337) > git config core.sparsecheckout # timeout=10 > git checkout -f ea327ae8b8d34e40cbc92cc6cb6f7e68756c5c0c # 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 b7ce723d3d6de2615d4c98362cbd5647c3b6aed1 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f ea327ae8b8d34e40cbc92cc6cb6f7e68756c5c0c # timeout=10 Commit message: "feat!: Use latest SDK for MessageBus Request API" 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 22:17:13 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 22:17:13 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 22:17:13 ========================================================= 22:17:13 EdgeX Global Pipelines Version Info 22:17:13 ========================================================= [Pipeline] libraryResource [Pipeline] sh 22:17:14 ------------------- 22:17:14 stable info: 22:17:14 ------------------- 22:17:14 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 22:17:14 Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 22:17:14 Message: update stable to v1.0.244 22:17:14 ------------------- 22:17:14 experimental info: 22:17:14 ------------------- 22:17:14 Commited By: **** collab-it+edgex@linuxfoundation.org 22:17:14 Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 22:17:14 Message: update experimental to v1.0.244 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 22:17:15 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-virtual-go-settings [Pipeline] echo 22:17:15 [edgeXSetupEnvironment]: set envvar PROJECT = device-virtual-go [Pipeline] echo 22:17:15 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 22:17:15 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 22:17:15 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 22:17:15 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.18 [Pipeline] echo 22:17:15 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 22:17:15 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 22:17:15 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 22:17:15 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 22:17:15 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 22:17:15 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-virtual [Pipeline] echo 22:17:15 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 22:17:15 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 22:17:15 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 22:17:15 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 22:17:15 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 22:17:15 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 22:17:15 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 22:17:15 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 22:17:15 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 22:17:16 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 22:17:16 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 22:17:16 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 22:17:16 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 22:17:16 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 22:17:16 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 22:17:16 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-337 [Pipeline] echo 22:17:16 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-337 [Pipeline] echo 22:17:16 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-337 [Pipeline] echo 22:17:16 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = ea327ae8b8d34e40cbc92cc6cb6f7e68756c5c0c [Pipeline] echo 22:17:16 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = ea327ae [Pipeline] echo 22:17:16 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 22:17:16 provisioning config files... 22:17:16 copy managed file [device-virtual-go-settings] to file:/w/workspace/foundry_device-virtual-go_PR-337@tmp/config1706680524404525770tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 22:17:17 ---> docker-login.sh 22:17:17 nexus3.edgexfoundry.org:10001 22:17:17 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:17:17 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:17:17 Configure a credential helper to remove this warning. See 22:17:17 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:17:17 22:17:17 Login Succeeded 22:17:17 nexus3.edgexfoundry.org:10002 22:17:17 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:17:17 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:17:17 Configure a credential helper to remove this warning. See 22:17:17 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:17:17 22:17:17 Login Succeeded 22:17:17 nexus3.edgexfoundry.org:10003 22:17:17 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:17:17 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:17:17 Configure a credential helper to remove this warning. See 22:17:17 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:17:17 22:17:17 Login Succeeded 22:17:17 nexus3.edgexfoundry.org:10004 22:17:17 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:17:17 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:17:17 Configure a credential helper to remove this warning. See 22:17:17 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:17:17 22:17:17 Login Succeeded 22:17:17 docker.io 22:17:17 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:17:18 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:17:18 Configure a credential helper to remove this warning. See 22:17:18 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:17:18 22:17:18 Login Succeeded 22:17:18 ---> docker-login.sh ends [Pipeline] } 22:17:18 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh 22:17:18 + git rev-list -1 --merges ea327ae8b8d34e40cbc92cc6cb6f7e68756c5c0c~1..ea327ae8b8d34e40cbc92cc6cb6f7e68756c5c0c [Pipeline] echo 22:17:18 -----------> git rev-list -1 --merges ea327ae8b8d34e40cbc92cc6cb6f7e68756c5c0c~1..ea327ae8b8d34e40cbc92cc6cb6f7e68756c5c0c ea327ae8b8d34e40cbc92cc6cb6f7e68756c5c0c [false] [Pipeline] sh 22:17:19 + git log --format=format:%s -1 ea327ae8b8d34e40cbc92cc6cb6f7e68756c5c0c [Pipeline] echo 22:17:19 ========================================================= 22:17:19 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 22:17:19 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 22:17:19 + git log --format=format:%s -1 ea327ae8b8d34e40cbc92cc6cb6f7e68756c5c0c [Pipeline] echo 22:17:19 [semverPrep] GIT_COMMIT: ea327ae8b8d34e40cbc92cc6cb6f7e68756c5c0c, Commit Message: feat!: Use latest SDK for MessageBus Request API [Pipeline] echo 22:17:19 [semverPrep] This is not a build commit. [Pipeline] sh 22:17:20 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 22:17:20 + grep -v github /etc/ssh/ssh_known_hosts 22:17:20 + [ -e /tmp/ssh_known_hosts ] 22:17:20 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 22:17:20 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 22:17:20 + sudo tee -a /etc/ssh/ssh_known_hosts 22:17:20 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:17:20 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 22:17:20 22:17:20 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:17:20 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 22:17:20 0.1.4: Pulling from edgex-devops/py-git-semver 22:17:20 b85a868b505f: Pulling fs layer 22:17:20 e2be974225ed: Pulling fs layer 22:17:20 339a4e72a1f5: Pulling fs layer 22:17:20 988bab9f4d93: Pulling fs layer 22:17:20 1469e6f7b9e6: Pulling fs layer 22:17:20 eaf3925da568: Pulling fs layer 22:17:20 bab4dde63d76: Pulling fs layer 22:17:20 bde34c3a00c8: Pulling fs layer 22:17:20 b352a97aabf1: Pulling fs layer 22:17:20 4872d77fe225: Pulling fs layer 22:17:20 5851b861e8e6: Pulling fs layer 22:17:20 988bab9f4d93: Waiting 22:17:20 1469e6f7b9e6: Waiting 22:17:20 eaf3925da568: Waiting 22:17:20 bab4dde63d76: Waiting 22:17:20 bde34c3a00c8: Waiting 22:17:20 b352a97aabf1: Waiting 22:17:20 5851b861e8e6: Waiting 22:17:20 4872d77fe225: Waiting 22:17:20 e2be974225ed: Verifying Checksum 22:17:20 e2be974225ed: Download complete 22:17:20 988bab9f4d93: Verifying Checksum 22:17:20 988bab9f4d93: Download complete 22:17:21 339a4e72a1f5: Verifying Checksum 22:17:21 1469e6f7b9e6: Verifying Checksum 22:17:21 1469e6f7b9e6: Download complete 22:17:21 eaf3925da568: Download complete 22:17:21 bde34c3a00c8: Download complete 22:17:21 b352a97aabf1: Download complete 22:17:21 4872d77fe225: Verifying Checksum 22:17:21 4872d77fe225: Download complete 22:17:21 5851b861e8e6: Download complete 22:17:21 b85a868b505f: Verifying Checksum 22:17:21 b85a868b505f: Download complete 22:17:21 bab4dde63d76: Verifying Checksum 22:17:21 bab4dde63d76: Download complete 22:17:22 b85a868b505f: Pull complete 22:17:22 e2be974225ed: Pull complete 22:17:23 339a4e72a1f5: Pull complete 22:17:23 988bab9f4d93: Pull complete 22:17:23 1469e6f7b9e6: Pull complete 22:17:23 eaf3925da568: Pull complete 22:17:25 bab4dde63d76: Pull complete 22:17:25 bde34c3a00c8: Pull complete 22:17:26 b352a97aabf1: Pull complete 22:17:26 4872d77fe225: Pull complete 22:17:26 5851b861e8e6: Pull complete 22:17:26 Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 22:17:26 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 22:17:26 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 22:17:26 prd-ubuntu20.04-docker-8c-8g-4991 does not seem to be running inside a container 22:17:26 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/foundry_device-virtual-go_PR-337 -v /w/workspace/foundry_device-virtual-go_PR-337:/w/workspace/foundry_device-virtual-go_PR-337:rw,z -v /w/workspace/foundry_device-virtual-go_PR-337@tmp:/w/workspace/foundry_device-virtual-go_PR-337@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-devops/py-git-semver:0.1.4 cat 22:17:28 $ docker top 07049e9af94a9adc0978f12282db1c9ac3259b3f5f02b9fe400149e4ce71dd6a -eo pid,comm 22:17:28 ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). 22:17:28 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 22:17:28 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 22:17:28 [ssh-agent] Looking for ssh-agent implementation... 22:17:28 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 22:17:28 $ docker exec 07049e9af94a9adc0978f12282db1c9ac3259b3f5f02b9fe400149e4ce71dd6a ssh-agent 22:17:28 SSH_AUTH_SOCK=/tmp/ssh-KJLJVpAKfBC9/agent.31 22:17:28 SSH_AGENT_PID=37 22:17:28 Running ssh-add (command line suppressed) 22:17:28 Identity added: /w/workspace/foundry_device-virtual-go_PR-337@tmp/private_key_10256767329393327362.key (/w/workspace/foundry_device-virtual-go_PR-337@tmp/private_key_10256767329393327362.key) 22:17:28 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 22:17:29 + git tag --points-at HEAD [Pipeline] } 22:17:29 $ docker exec --env ******** --env ******** 07049e9af94a9adc0978f12282db1c9ac3259b3f5f02b9fe400149e4ce71dd6a ssh-agent -k 22:17:29 unset SSH_AUTH_SOCK; 22:17:29 unset SSH_AGENT_PID; 22:17:29 echo Agent pid 37 killed; 22:17:29 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 22:17:29 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 22:17:29 [ssh-agent] Looking for ssh-agent implementation... 22:17:29 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 22:17:29 $ docker exec 07049e9af94a9adc0978f12282db1c9ac3259b3f5f02b9fe400149e4ce71dd6a ssh-agent 22:17:29 SSH_AUTH_SOCK=/tmp/ssh-U9IhCjBFraag/agent.70 22:17:29 SSH_AGENT_PID=76 22:17:29 Running ssh-add (command line suppressed) 22:17:29 Identity added: /w/workspace/foundry_device-virtual-go_PR-337@tmp/private_key_7869864840585049398.key (/w/workspace/foundry_device-virtual-go_PR-337@tmp/private_key_7869864840585049398.key) 22:17:29 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 22:17:29 + git semver init 22:17:30 2023-02-07 22:17:30,154 [run_init] DEBUG init version:0.0.0 force:False 22:17:30 2023-02-07 22:17:30,155 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/foundry_device-virtual-go_PR-337/.semver 22:17:30 2023-02-07 22:17:30,155 [execute] INFO git clone -b semver git@github.com:edgexfoundry/device-virtual-go.git /w/workspace/foundry_device-virtual-go_PR-337/.semver 22:17:30 2023-02-07 22:17:30,155 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/device-virtual-go.git', '/w/workspace/foundry_device-virtual-go_PR-337/.semver'], cwd=/w/workspace/foundry_device-virtual-go_PR-337, universal_newlines=False, shell=None, istream=None) 22:17:31 2023-02-07 22:17:31,423 [append_file] DEBUG append to file:/w/workspace/foundry_device-virtual-go_PR-337/.git/info/exclude 22:17:31 2023-02-07 22:17:31,424 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/foundry_device-virtual-go_PR-337/.semver/PR-337 with force:False 22:17:31 2023-02-07 22:17:31,424 [write_file] DEBUG write to file:/w/workspace/foundry_device-virtual-go_PR-337/.semver/PR-337 22:17:31 2023-02-07 22:17:31,428 [execute] INFO git cat-file --batch-check 22:17:31 2023-02-07 22:17:31,429 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/foundry_device-virtual-go_PR-337/.semver, universal_newlines=False, shell=None, istream=) 22:17:31 2023-02-07 22:17:31,434 [execute] INFO git cat-file --batch 22:17:31 2023-02-07 22:17:31,435 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/foundry_device-virtual-go_PR-337/.semver, universal_newlines=False, shell=None, istream=) 22:17:31 2023-02-07 22:17:31,440 [read_version] DEBUG read version from /w/workspace/foundry_device-virtual-go_PR-337/.semver/PR-337 22:17:31 0.0.0 [Pipeline] } 22:17:31 $ docker exec --env ******** --env ******** 07049e9af94a9adc0978f12282db1c9ac3259b3f5f02b9fe400149e4ce71dd6a ssh-agent -k 22:17:31 unset SSH_AUTH_SOCK; 22:17:31 unset SSH_AGENT_PID; 22:17:31 echo Agent pid 76 killed; 22:17:31 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 22:17:32 + git semver [Pipeline] } 22:17:32 $ docker stop --time=1 07049e9af94a9adc0978f12282db1c9ac3259b3f5f02b9fe400149e4ce71dd6a 22:17:34 $ docker rm -f --volumes 07049e9af94a9adc0978f12282db1c9ac3259b3f5f02b9fe400149e4ce71dd6a [Pipeline] // withDockerContainer [Pipeline] sh 22:17:34 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 22:17:34 Stashed 1 file(s) [Pipeline] echo 22:17:34 [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] withEnv [Pipeline] { [Pipeline] node [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 22:17:35 provisioning config files... 22:17:35 copy managed file [device-virtual-go-settings] to file:/w/workspace/foundry_device-virtual-go_PR-337@tmp/config10706696327368700082tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 22:17:35 ---> docker-login.sh 22:17:35 nexus3.edgexfoundry.org:10001 22:17:35 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:17:35 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:17:35 Configure a credential helper to remove this warning. See 22:17:35 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:17:35 22:17:35 Login Succeeded 22:17:35 nexus3.edgexfoundry.org:10002 22:17:35 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:17:35 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:17:35 Configure a credential helper to remove this warning. See 22:17:35 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:17:35 22:17:35 Login Succeeded 22:17:35 nexus3.edgexfoundry.org:10003 22:17:36 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:17:36 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:17:36 Configure a credential helper to remove this warning. See 22:17:36 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:17:36 22:17:36 Login Succeeded 22:17:36 nexus3.edgexfoundry.org:10004 22:17:36 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:17:36 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:17:36 Configure a credential helper to remove this warning. See 22:17:36 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:17:36 22:17:36 Login Succeeded 22:17:36 docker.io 22:17:36 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:17:36 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:17:36 Configure a credential helper to remove this warning. See 22:17:36 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:17:36 22:17:36 Login Succeeded 22:17:36 ---> docker-login.sh ends [Pipeline] } 22:17:36 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 22:17:36 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 22:17:36 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 22:17:36 ========================================================= 22:17:36 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine] 22:17:36 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:17:37 + 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 . 22:17:37 Sending build context to Docker daemon 23.37MB 22:17:37 Step 1/12 : ARG BASE=golang:1.18-alpine3.16 22:17:37 Step 2/12 : FROM ${BASE} AS builder 22:17:37 1.18-alpine: Pulling from edgex-devops/edgex-golang-base 22:17:37 213ec9aee27d: Pulling fs layer 22:17:37 4583459ba037: Pulling fs layer 22:17:37 93c1e223e6f2: Pulling fs layer 22:17:37 53926ce57604: Pulling fs layer 22:17:37 53926ce57604: Waiting 22:17:37 21b2b0c7a3f4: Pulling fs layer 22:17:37 22ff95d597cd: Pulling fs layer 22:17:37 12d6caf4c0d1: Pulling fs layer 22:17:37 96b7cbca73a9: Pulling fs layer 22:17:37 a7acece74701: Pulling fs layer 22:17:37 21b2b0c7a3f4: Waiting 22:17:37 22ff95d597cd: Waiting 22:17:37 12d6caf4c0d1: Waiting 22:17:37 96b7cbca73a9: Waiting 22:17:37 a7acece74701: Waiting 22:17:37 93c1e223e6f2: Download complete 22:17:37 4583459ba037: Download complete 22:17:37 21b2b0c7a3f4: Verifying Checksum 22:17:37 21b2b0c7a3f4: Download complete 22:17:37 22ff95d597cd: Verifying Checksum 22:17:37 22ff95d597cd: Download complete 22:17:37 213ec9aee27d: Download complete 22:17:37 12d6caf4c0d1: Download complete 22:17:37 213ec9aee27d: Pull complete 22:17:37 4583459ba037: Pull complete 22:17:38 93c1e223e6f2: Pull complete 22:17:39 a7acece74701: Verifying Checksum 22:17:39 a7acece74701: Download complete 22:17:39 53926ce57604: Download complete 22:17:39 96b7cbca73a9: Verifying Checksum 22:17:39 96b7cbca73a9: Download complete 22:17:43 53926ce57604: Pull complete 22:17:43 21b2b0c7a3f4: Pull complete 22:17:43 22ff95d597cd: Pull complete 22:17:43 12d6caf4c0d1: Pull complete 22:17:45 96b7cbca73a9: Pull complete 22:17:46 a7acece74701: Pull complete 22:17:46 Digest: sha256:f6a9ef70c52da88a2ff63a0c6767b24654f9f5185d1d85ca6cc3004fb48f6c2d 22:17:46 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine 22:17:46 ---> db6d94c90886 22:17:46 Step 3/12 : ARG ALPINE_PKG_BASE="make git openssh-client" 22:17:47 ---> Running in 88a8790e58c5 22:17:47 Removing intermediate container 88a8790e58c5 22:17:47 ---> 4dd3be69cf2b 22:17:47 Step 4/12 : ARG ALPINE_PKG_EXTRA="" 22:17:47 ---> Running in 72d89779c699 22:17:47 Removing intermediate container 72d89779c699 22:17:47 ---> 85aee64a9163 22:17:47 Step 5/12 : ARG ADD_BUILD_TAGS="" 22:17:47 ---> Running in a93cf88a9840 22:17:48 Removing intermediate container a93cf88a9840 22:17:48 ---> 0595573710f5 22:17:48 Step 6/12 : WORKDIR /device-virtual-go 22:17:48 ---> Running in c60e5e07d9b1 22:17:48 Removing intermediate container c60e5e07d9b1 22:17:48 ---> 89b12bc2732f 22:17:48 Step 7/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 22:17:48 ---> Running in 5b7ff29a4fd6 22:17:48 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 22:17:48 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 22:17:48 (1/4) Installing openssh-keygen (9.0_p1-r2) 22:17:48 (2/4) Installing libedit (20210910.3.1-r0) 22:17:48 (3/4) Installing openssh-client-common (9.0_p1-r2) 22:17:48 (4/4) Installing openssh-client-default (9.0_p1-r2) 22:17:48 Executing busybox-1.35.0-r17.trigger 22:17:48 OK: 216 MiB in 55 packages 22:17:49 Removing intermediate container 5b7ff29a4fd6 22:17:49 ---> 9f1de4a79050 22:17:49 Step 8/12 : COPY go.mod vendor* ./ 22:17:49 ---> 2c00a651629d 22:17:49 Step 9/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 22:17:49 ---> Running in c6c52d1176f5 22:17:50 Still waiting to schedule task 22:17:50 Waiting for next available executor on ‘ubuntu20.04-docker-arm64-4c-16g’ 22:18:28 Removing intermediate container c6c52d1176f5 22:18:28 ---> 7512b657ae21 22:18:28 Step 10/12 : COPY . . 22:18:28 ---> 8998dce4e172 22:18:28 Step 11/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 22:18:28 ---> Running in cbbbc977397a 22:18:28 Removing intermediate container cbbbc977397a 22:18:28 ---> cc3612368e3f 22:18:28 Step 12/12 : RUN $MAKE 22:18:28 ---> Running in d0f91a8e58ef 22:18:28 noop 22:18:28 Removing intermediate container d0f91a8e58ef 22:18:28 ---> d4fb7b724375 22:18:28 Successfully built d4fb7b724375 22:18:28 Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:18:28 + docker inspect -f . ci-base-image-x86_64 22:18:28 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 22:18:29 prd-ubuntu20.04-docker-8c-8g-4991 does not seem to be running inside a container 22:18:29 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/foundry_device-virtual-go_PR-337 -v /w/workspace/foundry_device-virtual-go_PR-337:/w/workspace/foundry_device-virtual-go_PR-337:rw,z -v /w/workspace/foundry_device-virtual-go_PR-337@tmp:/w/workspace/foundry_device-virtual-go_PR-337@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 22:18:29 $ docker top 98cf5d985a2da1317c502cb18321ef35d6c494da55085cf9d8532e7dc9912b4c -eo pid,comm [Pipeline] { [Pipeline] sh 22:18:29 + go version 22:18:29 go version go1.18.7 linux/amd64 [Pipeline] } 22:18:29 $ docker stop --time=1 98cf5d985a2da1317c502cb18321ef35d6c494da55085cf9d8532e7dc9912b4c 22:18:31 $ docker rm -f --volumes 98cf5d985a2da1317c502cb18321ef35d6c494da55085cf9d8532e7dc9912b4c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:18:32 + docker inspect -f . ci-base-image-x86_64 22:18:32 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 22:18:32 prd-ubuntu20.04-docker-8c-8g-4991 does not seem to be running inside a container 22:18:32 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -w /w/workspace/foundry_device-virtual-go_PR-337 -v /w/workspace/foundry_device-virtual-go_PR-337:/w/workspace/foundry_device-virtual-go_PR-337:rw,z -v /w/workspace/foundry_device-virtual-go_PR-337@tmp:/w/workspace/foundry_device-virtual-go_PR-337@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 22:18:32 $ docker top 1416ea4dea129db9984859bec956b6b2c3c8550f9f6d630601baceab7eab0296 -eo pid,comm [Pipeline] { [Pipeline] sh 22:18:32 + git config --global --add safe.directory /w/workspace/foundry_device-virtual-go_PR-337 [Pipeline] fileExists [Pipeline] sh 22:18:33 + make test 22:18:33 go test ./... -coverprofile=coverage.out 22:18:33 ? github.com/edgexfoundry/device-virtual-go [no test files] 22:18:43 ? github.com/edgexfoundry/device-virtual-go/cmd [no test files] 22:18:43 ok github.com/edgexfoundry/device-virtual-go/internal/driver 0.036s coverage: 65.7% of statements 22:18:48 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." 22:18:48 go vet ./... 22:18:52 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 22:18:52 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 22:18:52 ./bin/test-attribution-txt.sh 22:18:52 An attribution for golang.org/x/mod is missing from Attribution.txt, please add 22:18:52 An attribution for golang.org/x/tools is missing from Attribution.txt, please add [Pipeline] echo 22:18:52 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 22:18:52 $ docker stop --time=1 1416ea4dea129db9984859bec956b6b2c3c8550f9f6d630601baceab7eab0296 22:18:54 $ docker rm -f --volumes 1416ea4dea129db9984859bec956b6b2c3c8550f9f6d630601baceab7eab0296 [Pipeline] // withDockerContainer [Pipeline] sh 22:18:54 + sudo chown -R jenkins:jenkins . [Pipeline] stash 22:18:54 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 22:18:55 + sudo chown -R jenkins:jenkins . [Pipeline] sh 22:18:55 + ls -al . 22:18:55 total 192 22:18:55 drwxrwxr-x 9 jenkins jenkins 4096 Feb 7 22:18 . 22:18:55 drwxrwxr-x 4 jenkins jenkins 4096 Feb 7 22:17 .. 22:18:55 drwxrwxr-x 8 jenkins jenkins 4096 Feb 7 22:18 .git 22:18:55 drwxrwxr-x 3 jenkins jenkins 4096 Feb 7 22:17 .github 22:18:55 -rw-rw-r-- 1 jenkins jenkins 337 Feb 7 22:17 .gitignore 22:18:55 -rw-rw-r-- 1 jenkins jenkins 41 Feb 7 22:17 .golangci.yml 22:18:55 drwxr-xr-x 3 jenkins jenkins 4096 Feb 7 22:17 .semver 22:18:55 -rw-rw-r-- 1 jenkins jenkins 8423 Feb 7 22:17 Attribution.txt 22:18:55 -rw-rw-r-- 1 jenkins jenkins 11367 Feb 7 22:17 CHANGELOG.md 22:18:55 -rw-rw-r-- 1 jenkins jenkins 1646 Feb 7 22:17 Dockerfile 22:18:55 -rw-rw-r-- 1 jenkins jenkins 677 Feb 7 22:17 GOVERNANCE.md 22:18:55 -rw-rw-r-- 1 jenkins jenkins 660 Feb 7 22:17 Jenkinsfile 22:18:55 -rw-rw-r-- 1 jenkins jenkins 11340 Feb 7 22:17 LICENSE 22:18:55 -rw-rw-r-- 1 jenkins jenkins 1661 Feb 7 22:17 Makefile 22:18:55 -rw-rw-r-- 1 jenkins jenkins 623 Feb 7 22:17 OWNERS.md 22:18:55 -rw-rw-r-- 1 jenkins jenkins 3578 Feb 7 22:17 README.md 22:18:55 -rw-rw-r-- 1 jenkins jenkins 5 Feb 7 22:17 VERSION 22:18:55 drwxrwxr-x 2 jenkins jenkins 4096 Feb 7 22:17 bin 22:18:55 drwxrwxr-x 3 jenkins jenkins 4096 Feb 7 22:17 cmd 22:18:55 -rw-r--r-- 1 jenkins jenkins 44128 Feb 7 22:18 coverage.out 22:18:55 -rw-rw-r-- 1 jenkins jenkins 3251 Feb 7 22:17 go.mod 22:18:55 -rw-rw-r-- 1 jenkins jenkins 32586 Feb 7 22:17 go.sum 22:18:55 drwxrwxr-x 3 jenkins jenkins 4096 Feb 7 22:17 internal 22:18:55 drwxrwxr-x 4 jenkins jenkins 4096 Feb 7 22:17 snap 22:18:55 -rw-rw-r-- 1 jenkins jenkins 235 Feb 7 22:17 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:18:56 + docker build -t device-virtual -f Dockerfile --build-arg BASE=ci-base-image-x86_64 --build-arg MAKE=make build --build-arg ARCH=amd64 --label git_sha=ea327ae8b8d34e40cbc92cc6cb6f7e68756c5c0c --label arch=amd64 --label version=0.0.0 . 22:18:56 Sending build context to Docker daemon 23.42MB 22:18:56 Step 1/25 : ARG BASE=golang:1.18-alpine3.16 22:18:56 Step 2/25 : FROM ${BASE} AS builder 22:18:56 ---> d4fb7b724375 22:18:56 Step 3/25 : ARG ALPINE_PKG_BASE="make git openssh-client" 22:18:56 ---> Running in e0694f0b3b78 22:18:56 Removing intermediate container e0694f0b3b78 22:18:56 ---> cfc045e5d104 22:18:56 Step 4/25 : ARG ALPINE_PKG_EXTRA="" 22:18:56 ---> Running in dfaad0b63209 22:18:56 Removing intermediate container dfaad0b63209 22:18:56 ---> 3cd21af6bf9d 22:18:56 Step 5/25 : ARG ADD_BUILD_TAGS="" 22:18:56 ---> Running in f62f36ac4149 22:18:56 Removing intermediate container f62f36ac4149 22:18:56 ---> 5ad7a26a970a 22:18:56 Step 6/25 : WORKDIR /device-virtual-go 22:18:56 ---> Running in f8655566bad3 22:18:56 Removing intermediate container f8655566bad3 22:18:56 ---> 481f8d1b280f 22:18:56 Step 7/25 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 22:18:56 ---> Running in 814dc08d079f 22:18:57 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 22:18:57 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 22:18:57 OK: 216 MiB in 55 packages 22:18:57 Removing intermediate container 814dc08d079f 22:18:57 ---> 5e93460ea71a 22:18:57 Step 8/25 : COPY go.mod vendor* ./ 22:18:58 ---> c3d5d9752d2b 22:18:58 Step 9/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 22:18:58 ---> Running in 4adb931fe728 22:18:59 Removing intermediate container 4adb931fe728 22:18:59 ---> 1b4337f53cc9 22:18:59 Step 10/25 : COPY . . 22:18:59 ---> a426549eece8 22:18:59 Step 11/25 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 22:18:59 ---> Running in e2e1f62ee679 22:18:59 Removing intermediate container e2e1f62ee679 22:18:59 ---> 573242adbdc3 22:18:59 Step 12/25 : RUN $MAKE 22:18:59 ---> Running in 55855920bc13 22:18:59 CGO_ENABLED=0 go build -tags "" -ldflags "-X github.com/edgexfoundry/device-virtual-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/device-virtual ./cmd 22:19:17 Removing intermediate container 55855920bc13 22:19:17 ---> 3e858176feed 22:19:17 Step 13/25 : FROM alpine:3.16 22:19:17 3.16: Pulling from library/alpine 22:19:17 ca7dd9ec2225: Pulling fs layer 22:19:18 ca7dd9ec2225: Download complete 22:19:18 ca7dd9ec2225: Pull complete 22:19:18 Digest: sha256:b95359c2505145f16c6aa384f9cc74eeff78eb36d308ca4fd902eeeb0a0b161b 22:19:18 Status: Downloaded newer image for alpine:3.16 22:19:18 ---> bfe296a52501 22:19:18 Step 14/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019-2021: IOTech' 22:19:18 ---> Running in 4a7c2f080566 22:19:18 Removing intermediate container 4a7c2f080566 22:19:18 ---> bf8285fb7b63 22:19:18 Step 15/25 : RUN apk add --update --no-cache dumb-init 22:19:18 ---> Running in 6e823266b875 22:19:18 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 22:19:18 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 22:19:18 (1/1) Installing dumb-init (1.2.5-r1) 22:19:18 Executing busybox-1.35.0-r17.trigger 22:19:18 OK: 6 MiB in 15 packages 22:19:19 Removing intermediate container 6e823266b875 22:19:19 ---> a7abb32d3e4d 22:19:19 Step 16/25 : WORKDIR / 22:19:19 ---> Running in 5412e1ed5f39 22:19:19 Removing intermediate container 5412e1ed5f39 22:19:19 ---> 32bb510c7142 22:19:19 Step 17/25 : COPY --from=builder /device-virtual-go/Attribution.txt / 22:19:20 ---> 29d66acdb44a 22:19:20 Step 18/25 : COPY --from=builder /device-virtual-go/LICENSE / 22:19:20 ---> c3443df5ee40 22:19:20 Step 19/25 : COPY --from=builder /device-virtual-go/cmd / 22:19:20 ---> fefa53030da6 22:19:20 Step 20/25 : EXPOSE 59900 22:19:20 ---> Running in 2c474191d401 22:19:20 Removing intermediate container 2c474191d401 22:19:20 ---> f895f7c80868 22:19:20 Step 21/25 : ENTRYPOINT ["/device-virtual"] 22:19:20 ---> Running in 4334dfa591a3 22:19:20 Removing intermediate container 4334dfa591a3 22:19:20 ---> 592a4d4ddd71 22:19:20 Step 22/25 : CMD ["--cp=consul.http://edgex-core-consul:8500", "--registry"] 22:19:20 ---> Running in 1065a63115fc 22:19:20 Removing intermediate container 1065a63115fc 22:19:20 ---> 13cb0fb3b12e 22:19:20 Step 23/25 : LABEL arch=amd64 22:19:21 ---> Running in 2a645eb5d8f6 22:19:21 Removing intermediate container 2a645eb5d8f6 22:19:21 ---> 732ce76796eb 22:19:21 Step 24/25 : LABEL git_sha=ea327ae8b8d34e40cbc92cc6cb6f7e68756c5c0c 22:19:21 ---> Running in 1c5e5df3feda 22:19:21 Removing intermediate container 1c5e5df3feda 22:19:21 ---> c7d754c7b0f5 22:19:21 Step 25/25 : LABEL version=0.0.0 22:19:21 ---> Running in 4e15091948bc 22:19:21 Removing intermediate container 4e15091948bc 22:19:21 ---> 49fbcfa0ba69 22:19:21 [Warning] One or more build-args [ARCH] were not consumed 22:19:21 Successfully built 49fbcfa0ba69 22:19:21 Successfully tagged device-virtual:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:19:22 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 22:19:22 22:19:22 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:19:22 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 22:19:22 latest: Pulling from edgex-lftools-log-publisher 22:19:22 5eb5b503b376: Pulling fs layer 22:19:22 5c69ac0246d0: Pulling fs layer 22:19:22 ec43610c2a17: Pulling fs layer 22:19:22 3a2ae6a8a46f: Pulling fs layer 22:19:22 33b1e0a273af: Pulling fs layer 22:19:22 5d3b04190fa2: Pulling fs layer 22:19:22 2f39f015ded8: Pulling fs layer 22:19:22 3a2ae6a8a46f: Waiting 22:19:22 33b1e0a273af: Waiting 22:19:22 2f39f015ded8: Waiting 22:19:22 5d3b04190fa2: Waiting 22:19:22 5c69ac0246d0: Verifying Checksum 22:19:22 5c69ac0246d0: Download complete 22:19:22 3a2ae6a8a46f: Verifying Checksum 22:19:22 3a2ae6a8a46f: Download complete 22:19:22 33b1e0a273af: Verifying Checksum 22:19:22 33b1e0a273af: Download complete 22:19:22 5d3b04190fa2: Verifying Checksum 22:19:22 5d3b04190fa2: Download complete 22:19:22 ec43610c2a17: Verifying Checksum 22:19:22 ec43610c2a17: Download complete 22:19:23 5eb5b503b376: Verifying Checksum 22:19:23 5eb5b503b376: Download complete 22:19:23 2f39f015ded8: Download complete 22:19:24 5eb5b503b376: Pull complete 22:19:24 5c69ac0246d0: Pull complete 22:19:24 ec43610c2a17: Pull complete 22:19:24 3a2ae6a8a46f: Pull complete 22:19:25 33b1e0a273af: Pull complete 22:19:25 5d3b04190fa2: Pull complete 22:19:29 2f39f015ded8: Pull complete 22:19:29 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 22:19:29 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 22:19:29 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 22:19:29 prd-ubuntu20.04-docker-8c-8g-4991 does not seem to be running inside a container 22:19:29 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/foundry_device-virtual-go_PR-337 -v /w/workspace/foundry_device-virtual-go_PR-337:/w/workspace/foundry_device-virtual-go_PR-337:rw,z -v /w/workspace/foundry_device-virtual-go_PR-337@tmp:/w/workspace/foundry_device-virtual-go_PR-337@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 22:19:31 $ docker top 6f00dbe9608996b0a3e0ae64b50b0aedc47a80e73c960b621594d3d1447b0334 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 22:19:32 ---> job-cost.sh 22:19:32 lf-activate-venv: SKIPPING 22:19:32 INFO: No Stack... 22:19:32 INFO: Retrieving Pricing Info for: v3-standard-8 22:19:32 INFO: Archiving Costs [Pipeline] sh 22:19:33 + cat /w/workspace/foundry_device-virtual-go_PR-337/archives/cost.csv 22:19:33 + cut -d, -f6 [Pipeline] lock 22:19:33 Trying to acquire lock on [jenkins-edgexfoundry-device-virtual-go-PR-337-1-stack-cost] 22:19:33 Resource [jenkins-edgexfoundry-device-virtual-go-PR-337-1-stack-cost] did not exist. Created. 22:19:33 Lock acquired on [jenkins-edgexfoundry-device-virtual-go-PR-337-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 22:19:33 + echo total: 0.2199999988079071 [Pipeline] stash 22:19:33 Stashed 1 file(s) [Pipeline] } 22:19:33 Lock released on resource [jenkins-edgexfoundry-device-virtual-go-PR-337-1-stack-cost] [Pipeline] // lock [Pipeline] } 22:19:33 $ docker stop --time=1 6f00dbe9608996b0a3e0ae64b50b0aedc47a80e73c960b621594d3d1447b0334 22:19:35 $ docker rm -f --volumes 6f00dbe9608996b0a3e0ae64b50b0aedc47a80e73c960b621594d3d1447b0334 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 22:20:34 Running on prd-ubuntu20.04-docker-arm64-4c-16g-4994 in /w/workspace/foundry_device-virtual-go_PR-337 [Pipeline] { [Pipeline] ws 22:20:34 Running in /w/workspace/device-virtual-go/1 [Pipeline] { [Pipeline] checkout 22:20:34 The recommended git tool is: git 22:20:40 using credential edgex-jenkins-ssh 22:20:40 Cloning the remote Git repository 22:20:40 Cloning repository git@github.com:edgexfoundry/device-virtual-go.git 22:20:40 > git init /w/workspace/device-virtual-go/1 # timeout=10 22:20:41 Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git 22:20:41 > git --version # timeout=10 22:20:41 > git --version # 'git version 2.25.1' 22:20:41 using GIT_SSH to set credentials SSH Credentials for GitHub 22:20:41 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 22:20:43 > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 22:20:43 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 22:20:44 > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 22:20:44 Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git 22:20:44 using GIT_SSH to set credentials SSH Credentials for GitHub 22:20:44 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/pull/337/head:refs/remotes/origin/PR-337 +refs/heads/main:refs/remotes/origin/main # timeout=10 22:20:45 Merging remotes/origin/main commit b7ce723d3d6de2615d4c98362cbd5647c3b6aed1 into PR head commit ea327ae8b8d34e40cbc92cc6cb6f7e68756c5c0c 22:20:45 Merge succeeded, producing ea327ae8b8d34e40cbc92cc6cb6f7e68756c5c0c 22:20:45 Checking out Revision ea327ae8b8d34e40cbc92cc6cb6f7e68756c5c0c (PR-337) 22:20:45 > git config core.sparsecheckout # timeout=10 22:20:45 > git checkout -f ea327ae8b8d34e40cbc92cc6cb6f7e68756c5c0c # timeout=10 22:20:45 > git remote # timeout=10 22:20:45 > git config --get remote.origin.url # timeout=10 22:20:45 using GIT_SSH to set credentials SSH Credentials for GitHub 22:20:45 > git merge b7ce723d3d6de2615d4c98362cbd5647c3b6aed1 # timeout=10 22:20:45 > git rev-parse HEAD^{commit} # timeout=10 22:20:45 > git config core.sparsecheckout # timeout=10 22:20:45 > git checkout -f ea327ae8b8d34e40cbc92cc6cb6f7e68756c5c0c # timeout=10 22:20:49 Commit message: "feat!: Use latest SDK for MessageBus Request API" 22:20:49 > git --version # timeout=10 22:20:49 > git --version # 'git version 2.25.1' 22:20:49 fatal: bad object cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 22:20:50 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 22:20:50 % Total % Received % Xferd Average Speed Time Time Time Current 22:20:50 Dload Upload Total Spent Left Speed 22:20:50 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 188k 0 --:--:-- --:--:-- --:--:-- 188k [Pipeline] sh 22:20:51 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 22:20:51 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 22:20:51 + sudo tee /etc/docker/daemon.new 22:20:51 { 22:20:51 "registry-mirrors": [ 22:20:51 "https://nexus3.edgexfoundry.org:10001" 22:20:51 ], 22:20:51 "bip": "10.250.0.254/24", 22:20:51 "hosts": [ 22:20:51 "tcp://0.0.0.0:5555", 22:20:51 "unix:///var/run/docker.sock" 22:20:51 ], 22:20:51 "mtu": 1458, 22:20:51 "selinux-enabled": true, 22:20:51 "seccomp-profile": "/etc/docker/seccomp.json" 22:20:51 } [Pipeline] sh 22:20:52 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 22:20:52 + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 22:21:10 provisioning config files... 22:21:10 copy managed file [device-virtual-go-settings] to file:/w/workspace/device-virtual-go/1@tmp/config558269924691657779tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 22:21:11 ---> docker-login.sh 22:21:11 nexus3.edgexfoundry.org:10001 22:21:12 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:21:12 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:21:12 Configure a credential helper to remove this warning. See 22:21:12 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:21:12 22:21:12 Login Succeeded 22:21:12 nexus3.edgexfoundry.org:10002 22:21:12 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:21:12 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:21:12 Configure a credential helper to remove this warning. See 22:21:12 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:21:12 22:21:12 Login Succeeded 22:21:12 nexus3.edgexfoundry.org:10003 22:21:12 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:21:12 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:21:12 Configure a credential helper to remove this warning. See 22:21:12 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:21:12 22:21:12 Login Succeeded 22:21:12 nexus3.edgexfoundry.org:10004 22:21:13 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:21:13 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:21:13 Configure a credential helper to remove this warning. See 22:21:13 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:21:13 22:21:13 Login Succeeded 22:21:13 docker.io 22:21:13 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:21:13 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:21:13 Configure a credential helper to remove this warning. See 22:21:13 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:21:13 22:21:13 Login Succeeded 22:21:13 ---> docker-login.sh ends [Pipeline] } 22:21:13 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 22:21:14 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 22:21:14 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 22:21:14 ========================================================= 22:21:14 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine] 22:21:14 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:21:15 + 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 . 22:21:17 Sending build context to Docker daemon 11.85MB 22:21:17 Step 1/12 : ARG BASE=golang:1.18-alpine3.16 22:21:17 Step 2/12 : FROM ${BASE} AS builder 22:21:17 1.18-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 22:21:17 9b18e9b68314: Pulling fs layer 22:21:17 35d82f9e3411: Pulling fs layer 22:21:17 e16973657156: Pulling fs layer 22:21:17 fc693d55d65f: Pulling fs layer 22:21:17 7e9fc2657dce: Pulling fs layer 22:21:17 dda99020689f: Pulling fs layer 22:21:17 db1c61fa0a46: Pulling fs layer 22:21:17 891c053d2c06: Pulling fs layer 22:21:17 fc693d55d65f: Waiting 22:21:17 7e9fc2657dce: Waiting 22:21:17 dda99020689f: Waiting 22:21:17 db1c61fa0a46: Waiting 22:21:17 891c053d2c06: Waiting 22:21:17 e16973657156: Verifying Checksum 22:21:17 e16973657156: Download complete 22:21:17 35d82f9e3411: Verifying Checksum 22:21:17 35d82f9e3411: Download complete 22:21:17 7e9fc2657dce: Verifying Checksum 22:21:17 7e9fc2657dce: Download complete 22:21:17 dda99020689f: Verifying Checksum 22:21:17 dda99020689f: Download complete 22:21:17 9b18e9b68314: Verifying Checksum 22:21:17 9b18e9b68314: Download complete 22:21:18 9b18e9b68314: Pull complete 22:21:18 891c053d2c06: Verifying Checksum 22:21:18 891c053d2c06: Download complete 22:21:19 35d82f9e3411: Pull complete 22:21:19 e16973657156: Pull complete 22:21:19 db1c61fa0a46: Verifying Checksum 22:21:19 db1c61fa0a46: Download complete 22:21:20 fc693d55d65f: Verifying Checksum 22:21:20 fc693d55d65f: Download complete 22:21:32 fc693d55d65f: Pull complete 22:21:32 7e9fc2657dce: Pull complete 22:21:32 dda99020689f: Pull complete 22:21:38 db1c61fa0a46: Pull complete 22:21:39 891c053d2c06: Pull complete 22:21:39 Digest: sha256:2cacf8bfc28650abd52610e42dcfc04852e818eb73900ea96edaef96a54d0b45 22:21:39 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine 22:21:39 ---> f96f9c87975a 22:21:39 Step 3/12 : ARG ALPINE_PKG_BASE="make git openssh-client" 22:21:40 ---> Running in 2c2896da12cb 22:21:40 Removing intermediate container 2c2896da12cb 22:21:40 ---> 5ad81fb4c707 22:21:40 Step 4/12 : ARG ALPINE_PKG_EXTRA="" 22:21:40 ---> Running in 87229f28d546 22:21:40 Removing intermediate container 87229f28d546 22:21:40 ---> 9e4f48b17bec 22:21:40 Step 5/12 : ARG ADD_BUILD_TAGS="" 22:21:40 ---> Running in 4fdc4fd55ab3 22:21:41 Removing intermediate container 4fdc4fd55ab3 22:21:41 ---> ccbd0decc73a 22:21:41 Step 6/12 : WORKDIR /device-virtual-go 22:21:41 ---> Running in a2a53175451a 22:21:41 Removing intermediate container a2a53175451a 22:21:41 ---> 91741fd36ed4 22:21:41 Step 7/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 22:21:42 ---> Running in 536ce7477179 22:21:43 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 22:21:43 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 22:21:44 (1/4) Installing openssh-keygen (9.0_p1-r2) 22:21:44 (2/4) Installing libedit (20210910.3.1-r0) 22:21:44 (3/4) Installing openssh-client-common (9.0_p1-r2) 22:21:44 (4/4) Installing openssh-client-default (9.0_p1-r2) 22:21:44 Executing busybox-1.35.0-r17.trigger 22:21:44 OK: 226 MiB in 55 packages 22:21:45 Removing intermediate container 536ce7477179 22:21:45 ---> 06071cc9d89c 22:21:45 Step 8/12 : COPY go.mod vendor* ./ 22:21:46 ---> a14665aff49d 22:21:46 Step 9/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 22:21:46 ---> Running in a516cd670554 22:23:07 Removing intermediate container a516cd670554 22:23:07 ---> e716fbb657c3 22:23:07 Step 10/12 : COPY . . 22:23:07 ---> 1c0440266742 22:23:07 Step 11/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 22:23:07 ---> Running in d004af466263 22:23:07 Removing intermediate container d004af466263 22:23:07 ---> 12e52e3df3d3 22:23:07 Step 12/12 : RUN $MAKE 22:23:07 ---> Running in ff7cd911881d 22:23:07 noop 22:23:07 Removing intermediate container ff7cd911881d 22:23:07 ---> e4ec2bcfcbb9 22:23:07 Successfully built e4ec2bcfcbb9 22:23:07 Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:23:08 + docker inspect -f . ci-base-image-arm64 22:23:08 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 22:23:08 prd-ubuntu20.04-docker-arm64-4c-16g-4994 does not seem to be running inside a container 22:23:08 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-virtual-go/1 -v /w/workspace/device-virtual-go/1:/w/workspace/device-virtual-go/1:rw,z -v /w/workspace/device-virtual-go/1@tmp:/w/workspace/device-virtual-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 22:23:09 $ docker top c4341422615ead9edb8ac66004ab1eda5dd74a1d5b5bf4224d965fe3f66c32b0 -eo pid,comm [Pipeline] { [Pipeline] sh 22:23:10 + go version 22:23:10 go version go1.18.7 linux/arm64 [Pipeline] } 22:23:10 $ docker stop --time=1 c4341422615ead9edb8ac66004ab1eda5dd74a1d5b5bf4224d965fe3f66c32b0 22:23:12 $ docker rm -f --volumes c4341422615ead9edb8ac66004ab1eda5dd74a1d5b5bf4224d965fe3f66c32b0 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:23:13 + docker inspect -f . ci-base-image-arm64 22:23:13 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 22:23:13 prd-ubuntu20.04-docker-arm64-4c-16g-4994 does not seem to be running inside a container 22:23:13 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -w /w/workspace/device-virtual-go/1 -v /w/workspace/device-virtual-go/1:/w/workspace/device-virtual-go/1:rw,z -v /w/workspace/device-virtual-go/1@tmp:/w/workspace/device-virtual-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 22:23:14 $ docker top 64dc2951a8971502db93cb29d48c9cf40d61ba13b0b722134df4aa8ed1e058a5 -eo pid,comm [Pipeline] { [Pipeline] sh 22:23:15 + git config --global --add safe.directory /w/workspace/device-virtual-go/1 [Pipeline] fileExists [Pipeline] sh 22:23:16 + make test 22:23:16 go test ./... -coverprofile=coverage.out 22:23:18 ? github.com/edgexfoundry/device-virtual-go [no test files] 22:24:55 ? github.com/edgexfoundry/device-virtual-go/cmd [no test files] 22:24:55 ok github.com/edgexfoundry/device-virtual-go/internal/driver 0.136s coverage: 65.7% of statements 22:24:55 WARNING: Linting skipped (not on x86_64 or linter not installed) 22:24:55 go vet ./... 22:25:21 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 22:25:21 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 22:25:21 ./bin/test-attribution-txt.sh 22:25:21 An attribution for golang.org/x/mod is missing from Attribution.txt, please add 22:25:21 An attribution for golang.org/x/tools is missing from Attribution.txt, please add [Pipeline] echo 22:25:21 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 22:25:21 $ docker stop --time=1 64dc2951a8971502db93cb29d48c9cf40d61ba13b0b722134df4aa8ed1e058a5 22:25:24 $ docker rm -f --volumes 64dc2951a8971502db93cb29d48c9cf40d61ba13b0b722134df4aa8ed1e058a5 [Pipeline] // withDockerContainer [Pipeline] sh 22:25:25 + sudo chown -R jenkins:jenkins . [Pipeline] stash 22:25:25 Warning: overwriting stash ‘coverage-report’ 22:25:25 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 22:25:26 + sudo chown -R jenkins:jenkins . [Pipeline] sh 22:25:26 + ls -al . 22:25:26 total 188 22:25:26 drwxrwxr-x 8 jenkins jenkins 4096 Feb 7 22:23 . 22:25:26 drwxrwxr-x 4 jenkins jenkins 4096 Feb 7 22:20 .. 22:25:26 drwxrwxr-x 8 jenkins jenkins 4096 Feb 7 22:20 .git 22:25:26 drwxrwxr-x 3 jenkins jenkins 4096 Feb 7 22:20 .github 22:25:26 -rw-rw-r-- 1 jenkins jenkins 337 Feb 7 22:20 .gitignore 22:25:26 -rw-rw-r-- 1 jenkins jenkins 41 Feb 7 22:20 .golangci.yml 22:25:26 -rw-rw-r-- 1 jenkins jenkins 8423 Feb 7 22:20 Attribution.txt 22:25:26 -rw-rw-r-- 1 jenkins jenkins 11367 Feb 7 22:20 CHANGELOG.md 22:25:26 -rw-rw-r-- 1 jenkins jenkins 1646 Feb 7 22:20 Dockerfile 22:25:26 -rw-rw-r-- 1 jenkins jenkins 677 Feb 7 22:20 GOVERNANCE.md 22:25:26 -rw-rw-r-- 1 jenkins jenkins 660 Feb 7 22:20 Jenkinsfile 22:25:26 -rw-rw-r-- 1 jenkins jenkins 11340 Feb 7 22:20 LICENSE 22:25:26 -rw-rw-r-- 1 jenkins jenkins 1661 Feb 7 22:20 Makefile 22:25:26 -rw-rw-r-- 1 jenkins jenkins 623 Feb 7 22:20 OWNERS.md 22:25:26 -rw-rw-r-- 1 jenkins jenkins 3578 Feb 7 22:20 README.md 22:25:26 -rw-rw-r-- 1 jenkins jenkins 5 Feb 7 22:17 VERSION 22:25:26 drwxrwxr-x 2 jenkins jenkins 4096 Feb 7 22:20 bin 22:25:26 drwxrwxr-x 3 jenkins jenkins 4096 Feb 7 22:20 cmd 22:25:26 -rw-r--r-- 1 jenkins jenkins 44128 Feb 7 22:24 coverage.out 22:25:26 -rw-rw-r-- 1 jenkins jenkins 3251 Feb 7 22:20 go.mod 22:25:26 -rw-rw-r-- 1 jenkins jenkins 32586 Feb 7 22:20 go.sum 22:25:26 drwxrwxr-x 3 jenkins jenkins 4096 Feb 7 22:20 internal 22:25:26 drwxrwxr-x 4 jenkins jenkins 4096 Feb 7 22:20 snap 22:25:26 -rw-rw-r-- 1 jenkins jenkins 235 Feb 7 22:20 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:25:27 + docker build -t device-virtual-arm64 -f Dockerfile --build-arg BASE=ci-base-image-arm64 --build-arg MAKE=make build --build-arg ARCH=arm64 --label git_sha=ea327ae8b8d34e40cbc92cc6cb6f7e68756c5c0c --label arch=arm64 --label version=0.0.0 . 22:25:27 Sending build context to Docker daemon 11.89MB 22:25:27 Step 1/25 : ARG BASE=golang:1.18-alpine3.16 22:25:27 Step 2/25 : FROM ${BASE} AS builder 22:25:27 ---> e4ec2bcfcbb9 22:25:27 Step 3/25 : ARG ALPINE_PKG_BASE="make git openssh-client" 22:25:28 ---> Running in 26a202dabd67 22:25:28 Removing intermediate container 26a202dabd67 22:25:28 ---> a9d119de5d84 22:25:28 Step 4/25 : ARG ALPINE_PKG_EXTRA="" 22:25:28 ---> Running in a8f8b57c48fc 22:25:28 Removing intermediate container a8f8b57c48fc 22:25:28 ---> e4b2c9a3ce74 22:25:28 Step 5/25 : ARG ADD_BUILD_TAGS="" 22:25:28 ---> Running in 53e2cfe83ed8 22:25:29 Removing intermediate container 53e2cfe83ed8 22:25:29 ---> dbf675f874b8 22:25:29 Step 6/25 : WORKDIR /device-virtual-go 22:25:29 ---> Running in 3307dd23e197 22:25:29 Removing intermediate container 3307dd23e197 22:25:29 ---> c58a0d99825f 22:25:29 Step 7/25 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 22:25:29 ---> Running in f5fa441a51f9 22:25:31 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 22:25:31 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 22:25:32 OK: 226 MiB in 55 packages 22:25:35 Removing intermediate container f5fa441a51f9 22:25:35 ---> 9d9856392583 22:25:35 Step 8/25 : COPY go.mod vendor* ./ 22:25:36 ---> d50442f2111f 22:25:36 Step 9/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 22:25:36 ---> Running in 374bfaa79537 22:25:39 Removing intermediate container 374bfaa79537 22:25:39 ---> c6dc76eebed6 22:25:39 Step 10/25 : COPY . . 22:25:41 ---> 49d7761d6c9f 22:25:41 Step 11/25 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 22:25:41 ---> Running in 4a8bdbee659e 22:25:41 Removing intermediate container 4a8bdbee659e 22:25:41 ---> d5abbfefb370 22:25:41 Step 12/25 : RUN $MAKE 22:25:41 ---> Running in 4a6343e13078 22:25:42 CGO_ENABLED=0 go build -tags "" -ldflags "-X github.com/edgexfoundry/device-virtual-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/device-virtual ./cmd 22:28:19 Removing intermediate container 4a6343e13078 22:28:19 ---> 2ea84a9723b7 22:28:19 Step 13/25 : FROM alpine:3.16 22:28:19 3.16: Pulling from library/alpine 22:28:19 6875df1f5354: Pulling fs layer 22:28:19 6875df1f5354: Verifying Checksum 22:28:19 6875df1f5354: Download complete 22:28:19 6875df1f5354: Pull complete 22:28:19 Digest: sha256:b95359c2505145f16c6aa384f9cc74eeff78eb36d308ca4fd902eeeb0a0b161b 22:28:19 Status: Downloaded newer image for alpine:3.16 22:28:19 ---> 2b4661558fb8 22:28:19 Step 14/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019-2021: IOTech' 22:28:19 ---> Running in ab654fd6fe22 22:28:19 Removing intermediate container ab654fd6fe22 22:28:19 ---> 2c3aef57e2dc 22:28:19 Step 15/25 : RUN apk add --update --no-cache dumb-init 22:28:19 ---> Running in 8353781e662a 22:28:19 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 22:28:19 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 22:28:19 (1/1) Installing dumb-init (1.2.5-r1) 22:28:19 Executing busybox-1.35.0-r17.trigger 22:28:19 OK: 5 MiB in 15 packages 22:28:19 Removing intermediate container 8353781e662a 22:28:19 ---> 83d8edb5f659 22:28:19 Step 16/25 : WORKDIR / 22:28:19 ---> Running in df8cdf98212e 22:28:19 Removing intermediate container df8cdf98212e 22:28:19 ---> 55f2985fdb2d 22:28:19 Step 17/25 : COPY --from=builder /device-virtual-go/Attribution.txt / 22:28:19 ---> 88c6ce0de2be 22:28:19 Step 18/25 : COPY --from=builder /device-virtual-go/LICENSE / 22:28:19 ---> 92d16ad23b56 22:28:19 Step 19/25 : COPY --from=builder /device-virtual-go/cmd / 22:28:19 ---> 7b7732eed10b 22:28:19 Step 20/25 : EXPOSE 59900 22:28:19 ---> Running in 46a688a1c075 22:28:19 Removing intermediate container 46a688a1c075 22:28:19 ---> 5134425b9374 22:28:19 Step 21/25 : ENTRYPOINT ["/device-virtual"] 22:28:19 ---> Running in de397409293f 22:28:19 Removing intermediate container de397409293f 22:28:19 ---> 435d6696f2d8 22:28:19 Step 22/25 : CMD ["--cp=consul.http://edgex-core-consul:8500", "--registry"] 22:28:19 ---> Running in 5b87d9c97a64 22:28:19 Removing intermediate container 5b87d9c97a64 22:28:19 ---> 6595cb3cce71 22:28:19 Step 23/25 : LABEL arch=arm64 22:28:19 ---> Running in b365f8bc3b35 22:28:19 Removing intermediate container b365f8bc3b35 22:28:19 ---> 32415e257706 22:28:19 Step 24/25 : LABEL git_sha=ea327ae8b8d34e40cbc92cc6cb6f7e68756c5c0c 22:28:19 ---> Running in eebb4fe55502 22:28:19 Removing intermediate container eebb4fe55502 22:28:19 ---> 761b948dd8a8 22:28:19 Step 25/25 : LABEL version=0.0.0 22:28:19 ---> Running in eb60a577aec8 22:28:19 Removing intermediate container eb60a577aec8 22:28:19 ---> 57dcda1735db 22:28:19 [Warning] One or more build-args [ARCH] were not consumed 22:28:19 Successfully built 57dcda1735db 22:28:19 Successfully tagged device-virtual-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 22:28:20 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 22:28:20 22:28:20 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:28:21 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 22:28:21 arm64: Pulling from edgex-lftools-log-publisher 22:28:21 8998bd30e6a1: Pulling fs layer 22:28:21 04944245beec: Pulling fs layer 22:28:21 699f458cf7ca: Pulling fs layer 22:28:21 765212b225bb: Pulling fs layer 22:28:21 f23df028b6ca: Pulling fs layer 22:28:21 d65c8cfc05b1: Pulling fs layer 22:28:21 2437ff75d9bd: Pulling fs layer 22:28:21 f23df028b6ca: Waiting 22:28:21 d65c8cfc05b1: Waiting 22:28:21 2437ff75d9bd: Waiting 22:28:21 765212b225bb: Waiting 22:28:21 04944245beec: Verifying Checksum 22:28:21 04944245beec: Download complete 22:28:21 f23df028b6ca: Verifying Checksum 22:28:21 f23df028b6ca: Download complete 22:28:21 d65c8cfc05b1: Verifying Checksum 22:28:21 d65c8cfc05b1: Download complete 22:28:21 699f458cf7ca: Verifying Checksum 22:28:21 699f458cf7ca: Download complete 22:28:22 8998bd30e6a1: Download complete 22:28:24 2437ff75d9bd: Verifying Checksum 22:28:24 2437ff75d9bd: Download complete 22:28:26 8998bd30e6a1: Pull complete 22:28:26 04944245beec: Pull complete 22:28:28 699f458cf7ca: Pull complete 22:28:28 765212b225bb: Pull complete 22:28:28 f23df028b6ca: Pull complete 22:28:29 d65c8cfc05b1: Pull complete 22:28:44 2437ff75d9bd: Pull complete 22:28:44 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 22:28:44 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 22:28:44 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 22:28:44 prd-ubuntu20.04-docker-arm64-4c-16g-4994 does not seem to be running inside a container 22:28:44 $ 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-virtual-go/1 -v /w/workspace/device-virtual-go/1:/w/workspace/device-virtual-go/1:rw,z -v /w/workspace/device-virtual-go/1@tmp:/w/workspace/device-virtual-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat 22:28:47 $ docker top 5210532a2409be808dfb7d24802b72df2bc18879b107baebef0b08964a35d9fd -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 22:28:48 ---> job-cost.sh 22:28:48 lf-activate-venv: SKIPPING 22:28:48 INFO: No Stack... 22:28:49 INFO: Retrieving Pricing Info for: v3-standard-4 22:28:49 INFO: Archiving Costs [Pipeline] sh 22:28:50 + + cutcat -d, /w/workspace/device-virtual-go/1/archives/cost.csv -f6 22:28:50 [Pipeline] lock 22:28:50 Trying to acquire lock on [jenkins-edgexfoundry-device-virtual-go-PR-337-1-stack-cost] 22:28:50 Resource [jenkins-edgexfoundry-device-virtual-go-PR-337-1-stack-cost] did not exist. Created. 22:28:50 Lock acquired on [jenkins-edgexfoundry-device-virtual-go-PR-337-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 22:28:51 /w/workspace/device-virtual-go/1@tmp/durable-b9f26415/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh 22:28:52 + echo total: 0.10999999940395355 [Pipeline] stash 22:28:52 Warning: overwriting stash ‘stack-cost’ 22:28:52 Stashed 1 file(s) [Pipeline] } 22:28:52 Lock released on resource [jenkins-edgexfoundry-device-virtual-go-PR-337-1-stack-cost] [Pipeline] // lock [Pipeline] } 22:28:52 $ docker stop --time=1 5210532a2409be808dfb7d24802b72df2bc18879b107baebef0b08964a35d9fd 22:28:53 $ docker rm -f --volumes 5210532a2409be808dfb7d24802b72df2bc18879b107baebef0b08964a35d9fd [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 22:28:54 provisioning config files... 22:28:54 copy managed file [device-virtual-go-codecov-token] to file:/w/workspace/foundry_device-virtual-go_PR-337@tmp/config15489899338980502511tmp [Pipeline] { [Pipeline] sh 22:28:55 + set +x 22:28:55 + curl -s https://codecov.io/bash 22:28:55 + bash -s -- 22:28:55 22:28:55 _____ _ 22:28:55 / ____| | | 22:28:55 | | ___ __| | ___ ___ _____ __ 22:28:55 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 22:28:55 | |___| (_) | (_| | __/ (_| (_) \ V / 22:28:55 \_____\___/ \__,_|\___|\___\___/ \_/ 22:28:55 Bash-1.0.6 22:28:55 22:28:55 22:28:55 ==> git version 2.25.1 found 22:28:55 ==> 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 22:28:55 Release-Date: 2020-01-08 22:28:55 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 22:28:55 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 22:28:55 ==> Jenkins CI detected. 22:28:55 current dir:  /w/workspace/foundry_device-virtual-go_PR-337 22:28:55 project root: . 22:28:55 --> token set from env 22:28:55 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 22:28:55 ==> Running gcov in . (disable via -X gcov) 22:28:55 ==> Python coveragepy not found 22:28:55 ==> Searching for coverage reports in: 22:28:55 + . 22:28:55 -> Found 1 reports 22:28:55 ==> Detecting git/mercurial file structure 22:28:55 ==> Reading reports 22:28:55 + ./coverage.out bytes=44128 22:28:55 ==> Appending adjustments 22:28:55 https://docs.codecov.io/docs/fixing-reports 22:28:55 + Found adjustments 22:28:55 ==> Gzipping contents 22:28:55 8.0K /tmp/codecov.aD4yAj.gz 22:28:55 ==> Uploading reports 22:28:55 url: https://codecov.io 22:28:55 query: branch=PR-337&commit=ea327ae8b8d34e40cbc92cc6cb6f7e68756c5c0c&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-virtual-go%2Fjob%2FPR-337%2F1%2F&name=&tag=&slug=edgexfoundry%2Fdevice-virtual-go&service=jenkins&flags=&pr=337&job=&cmd_args= 22:28:55 -> Pinging Codecov 22:28:55 https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=a35e349c-7876-4d48-9269-e9fc36774240&branch=PR-337&commit=ea327ae8b8d34e40cbc92cc6cb6f7e68756c5c0c&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-virtual-go%2Fjob%2FPR-337%2F1%2F&name=&tag=&slug=edgexfoundry%2Fdevice-virtual-go&service=jenkins&flags=&pr=337&job=&cmd_args= 22:28:55 -> Uploading to 22:28:55 https://storage.googleapis.com/codecov/v4/raw/2023-02-07/5E52B4B073DB2E39498172D8E973AA87/ea327ae8b8d34e40cbc92cc6cb6f7e68756c5c0c/54086e46-e908-4974-bea2-af8705b24062.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20230207%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20230207T222855Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=128ff43800c032633f7b5e16336963b3773aed20823e6de96358ba0d219f83ee 22:28:56 % Total % Received % Xferd Average Speed Time Time Time Current 22:28:56 Dload Upload Total Spent Left Speed 22:28:56 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 5499 0 0 100 5499 0 20672 --:--:-- --:--:-- --:--:-- 20672 22:28:56 -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/device-virtual-go/commit/ea327ae8b8d34e40cbc92cc6cb6f7e68756c5c0c [Pipeline] } 22:28:56 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 22:28:58 + [ -d /w/workspace/foundry_device-virtual-go_PR-337/archives ] 22:28:58 + ls -al /w/workspace/foundry_device-virtual-go_PR-337/archives 22:28:58 total 16 22:28:58 drwxr-xr-x 3 root root 4096 Feb 7 22:19 . 22:28:58 drwxrwxr-x 10 jenkins jenkins 4096 Feb 7 22:19 .. 22:28:58 drwxr-xr-x 2 root root 4096 Feb 7 22:19 cost 22:28:58 -rw-r--r-- 1 root root 89 Feb 7 22:19 cost.csv 22:28:58 + sudo chown -R jenkins:jenkins /w/workspace/foundry_device-virtual-go_PR-337/archives 22:28:58 + ls -al /w/workspace/foundry_device-virtual-go_PR-337/archives 22:28:58 total 16 22:28:58 drwxr-xr-x 3 jenkins jenkins 4096 Feb 7 22:19 . 22:28:58 drwxrwxr-x 10 jenkins jenkins 4096 Feb 7 22:19 .. 22:28:58 drwxr-xr-x 2 jenkins jenkins 4096 Feb 7 22:19 cost 22:28:58 -rw-r--r-- 1 jenkins jenkins 89 Feb 7 22:19 cost.csv [Pipeline] libraryResource [Pipeline] sh 22:28:58 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 22:28:59 ---> package-listing.sh 22:28:59 ++ facter osfamily 22:28:59 ++ tr '[:upper:]' '[:lower:]' 22:28:59 + OS_FAMILY=debian 22:28:59 + workspace=/w/workspace/foundry_device-virtual-go_PR-337 22:28:59 + START_PACKAGES=/tmp/packages_start.txt 22:28:59 + END_PACKAGES=/tmp/packages_end.txt 22:28:59 + DIFF_PACKAGES=/tmp/packages_diff.txt 22:28:59 + PACKAGES=/tmp/packages_start.txt 22:28:59 + '[' /w/workspace/foundry_device-virtual-go_PR-337 ']' 22:28:59 + PACKAGES=/tmp/packages_end.txt 22:28:59 + case "${OS_FAMILY}" in 22:28:59 + dpkg -l 22:28:59 + grep '^ii' 22:28:59 + '[' -f /tmp/packages_start.txt ']' 22:28:59 + '[' -f /tmp/packages_end.txt ']' 22:28:59 + diff /tmp/packages_start.txt /tmp/packages_end.txt 22:28:59 + '[' /w/workspace/foundry_device-virtual-go_PR-337 ']' 22:28:59 + mkdir -p /w/workspace/foundry_device-virtual-go_PR-337/archives/ 22:28:59 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/foundry_device-virtual-go_PR-337/archives/ [Pipeline] echo 22:28:59 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/foundry_device-virtual-go_PR-337/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 22:28:59 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:29:00 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 22:29:00 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 22:29:00 prd-ubuntu20.04-docker-8c-8g-4991 does not seem to be running inside a container 22:29:00 $ 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/foundry_device-virtual-go_PR-337/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/foundry_device-virtual-go_PR-337 -v /w/workspace/foundry_device-virtual-go_PR-337:/w/workspace/foundry_device-virtual-go_PR-337:rw,z -v /w/workspace/foundry_device-virtual-go_PR-337@tmp:/w/workspace/foundry_device-virtual-go_PR-337@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 22:29:00 $ docker top 0928766f7e1cc5e49859af258438a059c31fd5026beb08e0ef4fc9019a398299 -eo pid,comm [Pipeline] { [Pipeline] sh 22:29:01 + touch /tmp/pre-build-complete [Pipeline] sh 22:29:01 + mkdir -p /var/log/sysstat [Pipeline] sh 22:29:01 + ls /var/log/sa-host 22:29:01 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 22:29:02 provisioning config files... 22:29:02 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/foundry_device-virtual-go_PR-337@tmp/config17820828645793748675tmp [Pipeline] { [Pipeline] echo 22:29:02 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 22:29:02 ---> create-netrc.sh [Pipeline] } 22:29:02 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 22:29:02 ---> python-tools-install.sh [Pipeline] echo 22:29:02 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 22:29:03 ---> sudo-logs.sh 22:29:03 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 22:29:03 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 22:29:03 ---> job-cost.sh 22:29:03 lf-activate-venv: SKIPPING 22:29:03 DEBUG: total: 0.2199999988079071 22:29:03 INFO: Retrieving Stack Cost... 22:29:03 INFO: Retrieving Pricing Info for: v3-standard-8 22:29:04 INFO: Archiving Costs [Pipeline] echo 22:29:04 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 22:29:04 ---> logs-deploy.sh 22:29:04 lf-activate-venv: SKIPPING 22:29:04 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-virtual-go/PR-337/1 22:29:04 INFO: archiving workspace using pattern(s): 22:29:05 Archives upload complete. 22:29:05 INFO: archiving logs to Nexus