Pull request #340 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 a90195f79b7d6871c4edc46fd727ad8500d3e5d8+3a5423f0b5727ef686932519f865aa3ff45a9adc (e75f564202463f6d77ad4f93d1dda3a8ab40827f) 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-ssh1217257329134754389.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-ssh8112865469147807254.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-340/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-340/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh11817969165220721073.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-340/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh18030227091170397837.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-ssh8198688147562477455.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-340/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-340/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh9164619864552662725.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-6165 in /w/workspace/foundry_device-virtual-go_PR-340 [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-340 # 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/340/head:refs/remotes/origin/PR-340 +refs/heads/main:refs/remotes/origin/main # timeout=10 Merging remotes/origin/main commit 3a5423f0b5727ef686932519f865aa3ff45a9adc into PR head commit a90195f79b7d6871c4edc46fd727ad8500d3e5d8 Merge succeeded, producing a90195f79b7d6871c4edc46fd727ad8500d3e5d8 Checking out Revision a90195f79b7d6871c4edc46fd727ad8500d3e5d8 (PR-340) > git config core.sparsecheckout # timeout=10 > git checkout -f a90195f79b7d6871c4edc46fd727ad8500d3e5d8 # 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 3a5423f0b5727ef686932519f865aa3ff45a9adc # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f a90195f79b7d6871c4edc46fd727ad8500d3e5d8 # timeout=10 Commit message: "refactor!: Replace internal topics from config with new constants" 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 18:15:00 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 18:15:00 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 18:15:00 ========================================================= 18:15:00 EdgeX Global Pipelines Version Info 18:15:00 ========================================================= [Pipeline] libraryResource [Pipeline] sh 18:15:01 ------------------- 18:15:01 stable info: 18:15:01 ------------------- 18:15:01 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 18:15:01 Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 18:15:01 Message: update stable to v1.0.244 18:15:02 ------------------- 18:15:02 experimental info: 18:15:02 ------------------- 18:15:02 Commited By: **** collab-it+edgex@linuxfoundation.org 18:15:02 Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 18:15:02 Message: update experimental to v1.0.244 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 18:15:02 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-virtual-go-settings [Pipeline] echo 18:15:02 [edgeXSetupEnvironment]: set envvar PROJECT = device-virtual-go [Pipeline] echo 18:15:02 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 18:15:02 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 18:15:02 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 18:15:02 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.18 [Pipeline] echo 18:15:02 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 18:15:02 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 18:15:03 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 18:15:03 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 18:15:03 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 18:15:03 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-virtual [Pipeline] echo 18:15:03 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 18:15:03 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 18:15:03 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 18:15:03 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 18:15:03 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 18:15:03 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 18:15:03 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 18:15:03 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 18:15:03 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 18:15:03 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 18:15:03 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 18:15:03 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 18:15:03 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 18:15:03 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 18:15:03 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 18:15:03 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-340 [Pipeline] echo 18:15:03 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-340 [Pipeline] echo 18:15:03 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-340 [Pipeline] echo 18:15:03 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = a90195f79b7d6871c4edc46fd727ad8500d3e5d8 [Pipeline] echo 18:15:03 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = a90195f [Pipeline] echo 18:15:04 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 18:15:04 provisioning config files... 18:15:04 copy managed file [device-virtual-go-settings] to file:/w/workspace/foundry_device-virtual-go_PR-340@tmp/config12380630712298709055tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 18:15:04 ---> docker-login.sh 18:15:04 nexus3.edgexfoundry.org:10001 18:15:04 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:15:04 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:15:04 Configure a credential helper to remove this warning. See 18:15:04 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:15:04 18:15:04 Login Succeeded 18:15:04 nexus3.edgexfoundry.org:10002 18:15:04 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:15:05 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:15:05 Configure a credential helper to remove this warning. See 18:15:05 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:15:05 18:15:05 Login Succeeded 18:15:05 nexus3.edgexfoundry.org:10003 18:15:05 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:15:05 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:15:05 Configure a credential helper to remove this warning. See 18:15:05 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:15:05 18:15:05 Login Succeeded 18:15:05 nexus3.edgexfoundry.org:10004 18:15:05 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:15:05 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:15:05 Configure a credential helper to remove this warning. See 18:15:05 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:15:05 18:15:05 Login Succeeded 18:15:05 docker.io 18:15:05 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:15:05 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:15:05 Configure a credential helper to remove this warning. See 18:15:05 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:15:05 18:15:05 Login Succeeded 18:15:05 ---> docker-login.sh ends [Pipeline] } 18:15:05 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh 18:15:06 + git rev-list -1 --merges a90195f79b7d6871c4edc46fd727ad8500d3e5d8~1..a90195f79b7d6871c4edc46fd727ad8500d3e5d8 [Pipeline] echo 18:15:06 -----------> git rev-list -1 --merges a90195f79b7d6871c4edc46fd727ad8500d3e5d8~1..a90195f79b7d6871c4edc46fd727ad8500d3e5d8 a90195f79b7d6871c4edc46fd727ad8500d3e5d8 [false] [Pipeline] sh 18:15:06 + git log --format=format:%s -1 a90195f79b7d6871c4edc46fd727ad8500d3e5d8 [Pipeline] echo 18:15:06 ========================================================= 18:15:06 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 18:15:06 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 18:15:06 + git log --format=format:%s -1 a90195f79b7d6871c4edc46fd727ad8500d3e5d8 [Pipeline] echo 18:15:07 [semverPrep] GIT_COMMIT: a90195f79b7d6871c4edc46fd727ad8500d3e5d8, Commit Message: refactor!: Replace internal topics from config with new constants [Pipeline] echo 18:15:07 [semverPrep] This is not a build commit. [Pipeline] sh 18:15:07 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 18:15:07 + grep -v github /etc/ssh/ssh_known_hosts 18:15:07 + [ -e /tmp/ssh_known_hosts ] 18:15:07 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 18:15:07 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 18:15:07 + sudo tee -a /etc/ssh/ssh_known_hosts 18:15:07 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:15:07 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 18:15:07 18:15:07 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:15:08 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 18:15:08 0.1.4: Pulling from edgex-devops/py-git-semver 18:15:08 b85a868b505f: Pulling fs layer 18:15:08 e2be974225ed: Pulling fs layer 18:15:08 339a4e72a1f5: Pulling fs layer 18:15:08 988bab9f4d93: Pulling fs layer 18:15:08 1469e6f7b9e6: Pulling fs layer 18:15:08 eaf3925da568: Pulling fs layer 18:15:08 bab4dde63d76: Pulling fs layer 18:15:08 bde34c3a00c8: Pulling fs layer 18:15:08 b352a97aabf1: Pulling fs layer 18:15:08 4872d77fe225: Pulling fs layer 18:15:08 5851b861e8e6: Pulling fs layer 18:15:08 1469e6f7b9e6: Waiting 18:15:08 b352a97aabf1: Waiting 18:15:08 5851b861e8e6: Waiting 18:15:08 eaf3925da568: Waiting 18:15:08 bde34c3a00c8: Waiting 18:15:08 988bab9f4d93: Waiting 18:15:08 bab4dde63d76: Waiting 18:15:08 e2be974225ed: Verifying Checksum 18:15:08 e2be974225ed: Download complete 18:15:08 988bab9f4d93: Download complete 18:15:08 1469e6f7b9e6: Verifying Checksum 18:15:08 1469e6f7b9e6: Download complete 18:15:08 eaf3925da568: Verifying Checksum 18:15:08 eaf3925da568: Download complete 18:15:08 339a4e72a1f5: Verifying Checksum 18:15:08 339a4e72a1f5: Download complete 18:15:08 bde34c3a00c8: Verifying Checksum 18:15:08 bde34c3a00c8: Download complete 18:15:08 b352a97aabf1: Verifying Checksum 18:15:08 b352a97aabf1: Download complete 18:15:08 4872d77fe225: Verifying Checksum 18:15:08 4872d77fe225: Download complete 18:15:08 5851b861e8e6: Verifying Checksum 18:15:08 5851b861e8e6: Download complete 18:15:08 b85a868b505f: Verifying Checksum 18:15:08 b85a868b505f: Download complete 18:15:09 bab4dde63d76: Verifying Checksum 18:15:09 bab4dde63d76: Download complete 18:15:10 b85a868b505f: Pull complete 18:15:10 e2be974225ed: Pull complete 18:15:10 339a4e72a1f5: Pull complete 18:15:10 988bab9f4d93: Pull complete 18:15:11 1469e6f7b9e6: Pull complete 18:15:11 eaf3925da568: Pull complete 18:15:13 bab4dde63d76: Pull complete 18:15:13 bde34c3a00c8: Pull complete 18:15:13 b352a97aabf1: Pull complete 18:15:13 4872d77fe225: Pull complete 18:15:13 5851b861e8e6: Pull complete 18:15:13 Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 18:15:13 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 18:15:13 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 18:15:13 prd-ubuntu20.04-docker-8c-8g-6165 does not seem to be running inside a container 18:15:13 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/foundry_device-virtual-go_PR-340 -v /w/workspace/foundry_device-virtual-go_PR-340:/w/workspace/foundry_device-virtual-go_PR-340:rw,z -v /w/workspace/foundry_device-virtual-go_PR-340@tmp:/w/workspace/foundry_device-virtual-go_PR-340@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 18:15:15 $ docker top 75c25c48382d521960681cb91026b0e0986e8d3f444523e2aa5bb1a5f0c95830 -eo pid,comm 18:15:15 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). 18:15:15 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 18:15:16 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 18:15:16 [ssh-agent] Looking for ssh-agent implementation... 18:15:16 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 18:15:16 $ docker exec 75c25c48382d521960681cb91026b0e0986e8d3f444523e2aa5bb1a5f0c95830 ssh-agent 18:15:16 SSH_AUTH_SOCK=/tmp/ssh-fr0E4VEYARrr/agent.32 18:15:16 SSH_AGENT_PID=38 18:15:16 Running ssh-add (command line suppressed) 18:15:16 Identity added: /w/workspace/foundry_device-virtual-go_PR-340@tmp/private_key_13751201060394519781.key (/w/workspace/foundry_device-virtual-go_PR-340@tmp/private_key_13751201060394519781.key) 18:15:16 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 18:15:16 + git tag --points-at HEAD [Pipeline] } 18:15:16 $ docker exec --env ******** --env ******** 75c25c48382d521960681cb91026b0e0986e8d3f444523e2aa5bb1a5f0c95830 ssh-agent -k 18:15:16 unset SSH_AUTH_SOCK; 18:15:16 unset SSH_AGENT_PID; 18:15:16 echo Agent pid 38 killed; 18:15:16 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 18:15:16 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 18:15:16 [ssh-agent] Looking for ssh-agent implementation... 18:15:17 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 18:15:17 $ docker exec 75c25c48382d521960681cb91026b0e0986e8d3f444523e2aa5bb1a5f0c95830 ssh-agent 18:15:17 SSH_AUTH_SOCK=/tmp/ssh-SaS0ApsUiHaF/agent.70 18:15:17 SSH_AGENT_PID=76 18:15:17 Running ssh-add (command line suppressed) 18:15:17 Identity added: /w/workspace/foundry_device-virtual-go_PR-340@tmp/private_key_86212718322797902.key (/w/workspace/foundry_device-virtual-go_PR-340@tmp/private_key_86212718322797902.key) 18:15:17 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 18:15:17 + git semver init 18:15:17 2023-02-15 18:15:17,893 [run_init] DEBUG init version:0.0.0 force:False 18:15:17 2023-02-15 18:15:17,895 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/foundry_device-virtual-go_PR-340/.semver 18:15:17 2023-02-15 18:15:17,896 [execute] INFO git clone -b semver git@github.com:edgexfoundry/device-virtual-go.git /w/workspace/foundry_device-virtual-go_PR-340/.semver 18:15:17 2023-02-15 18:15:17,896 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/device-virtual-go.git', '/w/workspace/foundry_device-virtual-go_PR-340/.semver'], cwd=/w/workspace/foundry_device-virtual-go_PR-340, universal_newlines=False, shell=None, istream=None) 18:15:19 2023-02-15 18:15:19,553 [append_file] DEBUG append to file:/w/workspace/foundry_device-virtual-go_PR-340/.git/info/exclude 18:15:19 2023-02-15 18:15:19,554 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/foundry_device-virtual-go_PR-340/.semver/PR-340 with force:False 18:15:19 2023-02-15 18:15:19,554 [write_file] DEBUG write to file:/w/workspace/foundry_device-virtual-go_PR-340/.semver/PR-340 18:15:19 2023-02-15 18:15:19,557 [execute] INFO git cat-file --batch-check 18:15:19 2023-02-15 18:15:19,557 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/foundry_device-virtual-go_PR-340/.semver, universal_newlines=False, shell=None, istream=) 18:15:19 2023-02-15 18:15:19,562 [execute] INFO git cat-file --batch 18:15:19 2023-02-15 18:15:19,563 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/foundry_device-virtual-go_PR-340/.semver, universal_newlines=False, shell=None, istream=) 18:15:19 2023-02-15 18:15:19,568 [read_version] DEBUG read version from /w/workspace/foundry_device-virtual-go_PR-340/.semver/PR-340 18:15:19 0.0.0 [Pipeline] } 18:15:19 $ docker exec --env ******** --env ******** 75c25c48382d521960681cb91026b0e0986e8d3f444523e2aa5bb1a5f0c95830 ssh-agent -k 18:15:19 unset SSH_AUTH_SOCK; 18:15:19 unset SSH_AGENT_PID; 18:15:19 echo Agent pid 76 killed; 18:15:20 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 18:15:20 + git semver [Pipeline] } 18:15:20 $ docker stop --time=1 75c25c48382d521960681cb91026b0e0986e8d3f444523e2aa5bb1a5f0c95830 18:15:22 $ docker rm -f --volumes 75c25c48382d521960681cb91026b0e0986e8d3f444523e2aa5bb1a5f0c95830 [Pipeline] // withDockerContainer [Pipeline] sh 18:15:22 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 18:15:22 Stashed 1 file(s) [Pipeline] echo 18:15:22 [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 18:15:23 provisioning config files... 18:15:23 copy managed file [device-virtual-go-settings] to file:/w/workspace/foundry_device-virtual-go_PR-340@tmp/config14038480768576975461tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 18:15:23 ---> docker-login.sh 18:15:23 nexus3.edgexfoundry.org:10001 18:15:23 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:15:23 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:15:23 Configure a credential helper to remove this warning. See 18:15:23 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:15:23 18:15:23 Login Succeeded 18:15:23 nexus3.edgexfoundry.org:10002 18:15:23 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:15:24 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:15:24 Configure a credential helper to remove this warning. See 18:15:24 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:15:24 18:15:24 Login Succeeded 18:15:24 nexus3.edgexfoundry.org:10003 18:15:24 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:15:24 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:15:24 Configure a credential helper to remove this warning. See 18:15:24 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:15:24 18:15:24 Login Succeeded 18:15:24 nexus3.edgexfoundry.org:10004 18:15:24 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:15:24 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:15:24 Configure a credential helper to remove this warning. See 18:15:24 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:15:24 18:15:24 Login Succeeded 18:15:24 docker.io 18:15:24 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:15:24 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:15:24 Configure a credential helper to remove this warning. See 18:15:24 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:15:24 18:15:24 Login Succeeded 18:15:24 ---> docker-login.sh ends [Pipeline] } 18:15:24 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 18:15:24 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 18:15:24 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 18:15:24 ========================================================= 18:15:24 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine] 18:15:24 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:15:25 + 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 . 18:15:25 Sending build context to Docker daemon 23.39MB 18:15:25 Step 1/12 : ARG BASE=golang:1.18-alpine3.16 18:15:25 Step 2/12 : FROM ${BASE} AS builder 18:15:25 1.18-alpine: Pulling from edgex-devops/edgex-golang-base 18:15:25 213ec9aee27d: Pulling fs layer 18:15:25 4583459ba037: Pulling fs layer 18:15:25 93c1e223e6f2: Pulling fs layer 18:15:25 53926ce57604: Pulling fs layer 18:15:25 21b2b0c7a3f4: Pulling fs layer 18:15:25 22ff95d597cd: Pulling fs layer 18:15:25 12d6caf4c0d1: Pulling fs layer 18:15:25 96b7cbca73a9: Pulling fs layer 18:15:25 a7acece74701: Pulling fs layer 18:15:25 22ff95d597cd: Waiting 18:15:25 12d6caf4c0d1: Waiting 18:15:25 53926ce57604: Waiting 18:15:25 21b2b0c7a3f4: Waiting 18:15:25 96b7cbca73a9: Waiting 18:15:25 a7acece74701: Waiting 18:15:25 93c1e223e6f2: Verifying Checksum 18:15:25 93c1e223e6f2: Download complete 18:15:25 4583459ba037: Download complete 18:15:25 21b2b0c7a3f4: Verifying Checksum 18:15:25 21b2b0c7a3f4: Download complete 18:15:25 22ff95d597cd: Verifying Checksum 18:15:25 22ff95d597cd: Download complete 18:15:25 213ec9aee27d: Download complete 18:15:25 12d6caf4c0d1: Verifying Checksum 18:15:25 12d6caf4c0d1: Download complete 18:15:25 213ec9aee27d: Pull complete 18:15:25 4583459ba037: Pull complete 18:15:25 93c1e223e6f2: Pull complete 18:15:27 a7acece74701: Verifying Checksum 18:15:27 a7acece74701: Download complete 18:15:27 53926ce57604: Verifying Checksum 18:15:27 53926ce57604: Download complete 18:15:27 96b7cbca73a9: Verifying Checksum 18:15:27 96b7cbca73a9: Download complete 18:15:32 53926ce57604: Pull complete 18:15:32 21b2b0c7a3f4: Pull complete 18:15:32 22ff95d597cd: Pull complete 18:15:32 12d6caf4c0d1: Pull complete 18:15:35 96b7cbca73a9: Pull complete 18:15:35 a7acece74701: Pull complete 18:15:35 Digest: sha256:f6a9ef70c52da88a2ff63a0c6767b24654f9f5185d1d85ca6cc3004fb48f6c2d 18:15:35 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine 18:15:35 ---> db6d94c90886 18:15:35 Step 3/12 : ARG ALPINE_PKG_BASE="make git openssh-client" 18:15:38 ---> Running in 98b6093e19d9 18:15:38 Removing intermediate container 98b6093e19d9 18:15:38 ---> f9e87c1daa3c 18:15:38 Step 4/12 : ARG ALPINE_PKG_EXTRA="" 18:15:38 ---> Running in 00d20de26ac6 18:15:38 Still waiting to schedule task 18:15:38 Waiting for next available executor on ‘ubuntu20.04-docker-arm64-4c-16g’ 18:15:38 Removing intermediate container 00d20de26ac6 18:15:38 ---> 7369ba97aaff 18:15:38 Step 5/12 : ARG ADD_BUILD_TAGS="" 18:15:38 ---> Running in 3492e5cdbcd4 18:15:38 Removing intermediate container 3492e5cdbcd4 18:15:38 ---> 0d59a183abdc 18:15:38 Step 6/12 : WORKDIR /device-virtual-go 18:15:38 ---> Running in b287741ac045 18:15:38 Removing intermediate container b287741ac045 18:15:38 ---> d5997489b14b 18:15:38 Step 7/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 18:15:39 ---> Running in c7dc831d607a 18:15:39 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 18:15:39 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 18:15:39 (1/4) Installing openssh-keygen (9.0_p1-r2) 18:15:39 (2/4) Installing libedit (20210910.3.1-r0) 18:15:39 (3/4) Installing openssh-client-common (9.0_p1-r2) 18:15:39 (4/4) Installing openssh-client-default (9.0_p1-r2) 18:15:39 Executing busybox-1.35.0-r17.trigger 18:15:39 OK: 216 MiB in 55 packages 18:15:40 Removing intermediate container c7dc831d607a 18:15:40 ---> 9130bbbc5eb6 18:15:40 Step 8/12 : COPY go.mod vendor* ./ 18:15:40 ---> e164788be64a 18:15:40 Step 9/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 18:15:40 ---> Running in 961fbb1672a3 18:16:12 Removing intermediate container 961fbb1672a3 18:16:12 ---> f2b46ff4573d 18:16:12 Step 10/12 : COPY . . 18:16:12 ---> 8c2b54f36057 18:16:12 Step 11/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 18:16:12 ---> Running in 94c950a2b622 18:16:12 Removing intermediate container 94c950a2b622 18:16:12 ---> 4f0ff52e8903 18:16:12 Step 12/12 : RUN $MAKE 18:16:12 ---> Running in e5ff196d0c91 18:16:12 noop 18:16:12 Removing intermediate container e5ff196d0c91 18:16:12 ---> 629d8970dffb 18:16:12 Successfully built 629d8970dffb 18:16:12 Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:16:12 + docker inspect -f . ci-base-image-x86_64 18:16:12 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 18:16:13 prd-ubuntu20.04-docker-8c-8g-6165 does not seem to be running inside a container 18:16:13 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/foundry_device-virtual-go_PR-340 -v /w/workspace/foundry_device-virtual-go_PR-340:/w/workspace/foundry_device-virtual-go_PR-340:rw,z -v /w/workspace/foundry_device-virtual-go_PR-340@tmp:/w/workspace/foundry_device-virtual-go_PR-340@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-x86_64 cat 18:16:13 $ docker top 6ff97fc325a6db4f9458cab6d6e14206b0794eebaadef646ca6ca6d3485c518d -eo pid,comm [Pipeline] { [Pipeline] sh 18:16:14 + go version 18:16:14 go version go1.18.7 linux/amd64 [Pipeline] } 18:16:14 $ docker stop --time=1 6ff97fc325a6db4f9458cab6d6e14206b0794eebaadef646ca6ca6d3485c518d 18:16:16 $ docker rm -f --volumes 6ff97fc325a6db4f9458cab6d6e14206b0794eebaadef646ca6ca6d3485c518d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:16:17 + docker inspect -f . ci-base-image-x86_64 18:16:17 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 18:16:17 prd-ubuntu20.04-docker-8c-8g-6165 does not seem to be running inside a container 18:16:17 $ 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-340 -v /w/workspace/foundry_device-virtual-go_PR-340:/w/workspace/foundry_device-virtual-go_PR-340:rw,z -v /w/workspace/foundry_device-virtual-go_PR-340@tmp:/w/workspace/foundry_device-virtual-go_PR-340@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-x86_64 cat 18:16:17 $ docker top c1f711542aebd16fc78dd0da6767ec4c88a910d42d8befdcedc62261ce8d9204 -eo pid,comm [Pipeline] { [Pipeline] sh 18:16:18 + git config --global --add safe.directory /w/workspace/foundry_device-virtual-go_PR-340 [Pipeline] fileExists [Pipeline] sh 18:16:18 + make test 18:16:18 go test ./... -coverprofile=coverage.out 18:16:18 ? github.com/edgexfoundry/device-virtual-go [no test files] 18:16:26 ? github.com/edgexfoundry/device-virtual-go/cmd [no test files] 18:16:27 ok github.com/edgexfoundry/device-virtual-go/internal/driver 0.039s coverage: 65.7% of statements 18:16:33 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." 18:16:33 go vet ./... 18:16:36 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 18:16:36 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 18:16:36 ./bin/test-attribution-txt.sh [Pipeline] echo 18:16:36 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 18:16:36 $ docker stop --time=1 c1f711542aebd16fc78dd0da6767ec4c88a910d42d8befdcedc62261ce8d9204 18:16:38 $ docker rm -f --volumes c1f711542aebd16fc78dd0da6767ec4c88a910d42d8befdcedc62261ce8d9204 [Pipeline] // withDockerContainer [Pipeline] sh 18:16:38 + sudo chown -R jenkins:jenkins . [Pipeline] stash 18:16:38 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 18:16:39 + sudo chown -R jenkins:jenkins . [Pipeline] sh 18:16:39 + ls -al . 18:16:39 total 192 18:16:39 drwxrwxr-x 9 jenkins jenkins 4096 Feb 15 18:16 . 18:16:39 drwxrwxr-x 4 jenkins jenkins 4096 Feb 15 18:14 .. 18:16:39 drwxrwxr-x 8 jenkins jenkins 4096 Feb 15 18:16 .git 18:16:39 drwxrwxr-x 3 jenkins jenkins 4096 Feb 15 18:14 .github 18:16:39 -rw-rw-r-- 1 jenkins jenkins 337 Feb 15 18:14 .gitignore 18:16:39 -rw-rw-r-- 1 jenkins jenkins 41 Feb 15 18:14 .golangci.yml 18:16:39 drwxr-xr-x 3 jenkins jenkins 4096 Feb 15 18:15 .semver 18:16:39 -rw-rw-r-- 1 jenkins jenkins 8641 Feb 15 18:14 Attribution.txt 18:16:39 -rw-rw-r-- 1 jenkins jenkins 11367 Feb 15 18:14 CHANGELOG.md 18:16:39 -rw-rw-r-- 1 jenkins jenkins 1646 Feb 15 18:14 Dockerfile 18:16:39 -rw-rw-r-- 1 jenkins jenkins 677 Feb 15 18:14 GOVERNANCE.md 18:16:39 -rw-rw-r-- 1 jenkins jenkins 660 Feb 15 18:14 Jenkinsfile 18:16:39 -rw-rw-r-- 1 jenkins jenkins 11340 Feb 15 18:14 LICENSE 18:16:39 -rw-rw-r-- 1 jenkins jenkins 1661 Feb 15 18:14 Makefile 18:16:39 -rw-rw-r-- 1 jenkins jenkins 623 Feb 15 18:14 OWNERS.md 18:16:39 -rw-rw-r-- 1 jenkins jenkins 3578 Feb 15 18:14 README.md 18:16:39 -rw-rw-r-- 1 jenkins jenkins 5 Feb 15 18:15 VERSION 18:16:39 drwxrwxr-x 2 jenkins jenkins 4096 Feb 15 18:14 bin 18:16:39 drwxrwxr-x 3 jenkins jenkins 4096 Feb 15 18:14 cmd 18:16:39 -rw-r--r-- 1 jenkins jenkins 44128 Feb 15 18:16 coverage.out 18:16:39 -rw-rw-r-- 1 jenkins jenkins 3252 Feb 15 18:14 go.mod 18:16:39 -rw-rw-r-- 1 jenkins jenkins 32588 Feb 15 18:14 go.sum 18:16:39 drwxrwxr-x 3 jenkins jenkins 4096 Feb 15 18:14 internal 18:16:39 drwxrwxr-x 4 jenkins jenkins 4096 Feb 15 18:14 snap 18:16:39 -rw-rw-r-- 1 jenkins jenkins 235 Feb 15 18:14 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:16:40 + 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=a90195f79b7d6871c4edc46fd727ad8500d3e5d8 --label arch=amd64 --label version=0.0.0 . 18:16:40 Sending build context to Docker daemon 23.43MB 18:16:40 Step 1/25 : ARG BASE=golang:1.18-alpine3.16 18:16:40 Step 2/25 : FROM ${BASE} AS builder 18:16:40 ---> 629d8970dffb 18:16:40 Step 3/25 : ARG ALPINE_PKG_BASE="make git openssh-client" 18:16:40 ---> Running in a3ba123bbb7d 18:16:40 Removing intermediate container a3ba123bbb7d 18:16:40 ---> e2d6a210075a 18:16:40 Step 4/25 : ARG ALPINE_PKG_EXTRA="" 18:16:40 ---> Running in cee688ee48a5 18:16:40 Removing intermediate container cee688ee48a5 18:16:40 ---> f0f64b7271db 18:16:40 Step 5/25 : ARG ADD_BUILD_TAGS="" 18:16:40 ---> Running in 612ae7beeb06 18:16:40 Removing intermediate container 612ae7beeb06 18:16:40 ---> 65fd3a4afc1f 18:16:40 Step 6/25 : WORKDIR /device-virtual-go 18:16:40 ---> Running in 4961afde41a0 18:16:40 Removing intermediate container 4961afde41a0 18:16:40 ---> 1f515dca4a5b 18:16:40 Step 7/25 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 18:16:41 ---> Running in 4b62ad4ce273 18:16:41 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 18:16:41 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 18:16:41 OK: 216 MiB in 55 packages 18:16:42 Removing intermediate container 4b62ad4ce273 18:16:42 ---> f124a478c9f1 18:16:42 Step 8/25 : COPY go.mod vendor* ./ 18:16:42 ---> e899bf9efd2e 18:16:42 Step 9/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 18:16:42 ---> Running in d0d695cd6129 18:16:43 Removing intermediate container d0d695cd6129 18:16:43 ---> 59e6a16f8543 18:16:43 Step 10/25 : COPY . . 18:16:43 ---> ad7b2013cacc 18:16:43 Step 11/25 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 18:16:43 ---> Running in 3aec85e751cf 18:16:43 Removing intermediate container 3aec85e751cf 18:16:43 ---> 34428d322958 18:16:43 Step 12/25 : RUN $MAKE 18:16:43 ---> Running in 9100f75accac 18:16:43 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 18:17:02 Removing intermediate container 9100f75accac 18:17:02 ---> 033544408384 18:17:02 Step 13/25 : FROM alpine:3.16 18:17:02 3.16: Pulling from library/alpine 18:17:02 ef5531b6e74e: Pulling fs layer 18:17:02 ef5531b6e74e: Verifying Checksum 18:17:02 ef5531b6e74e: Download complete 18:17:02 ef5531b6e74e: Pull complete 18:17:02 Digest: sha256:1bd67c81e4ad4b8f4a5c1c914d7985336f130e5cefb3e323654fd09d6bcdbbe2 18:17:02 Status: Downloaded newer image for alpine:3.16 18:17:02 ---> dfd21b5a31f5 18:17:02 Step 14/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019-2021: IOTech' 18:17:02 ---> Running in 1e35e4c30efc 18:17:02 Removing intermediate container 1e35e4c30efc 18:17:02 ---> d8633d583b62 18:17:02 Step 15/25 : RUN apk add --update --no-cache dumb-init 18:17:02 ---> Running in 1bbe11cabfe8 18:17:02 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 18:17:02 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 18:17:02 (1/1) Installing dumb-init (1.2.5-r1) 18:17:02 Executing busybox-1.35.0-r17.trigger 18:17:02 OK: 6 MiB in 15 packages 18:17:02 Removing intermediate container 1bbe11cabfe8 18:17:02 ---> 5a162bb90ebe 18:17:02 Step 16/25 : WORKDIR / 18:17:02 ---> Running in ad2a248567ba 18:17:02 Removing intermediate container ad2a248567ba 18:17:02 ---> 03de79d00458 18:17:02 Step 17/25 : COPY --from=builder /device-virtual-go/Attribution.txt / 18:17:03 ---> 152ca4bf3eaa 18:17:03 Step 18/25 : COPY --from=builder /device-virtual-go/LICENSE / 18:17:03 ---> a361aece35a3 18:17:03 Step 19/25 : COPY --from=builder /device-virtual-go/cmd / 18:17:03 ---> 907b82773e45 18:17:03 Step 20/25 : EXPOSE 59900 18:17:03 ---> Running in 585369f93077 18:17:03 Removing intermediate container 585369f93077 18:17:03 ---> 8e40a82feee3 18:17:03 Step 21/25 : ENTRYPOINT ["/device-virtual"] 18:17:03 ---> Running in 49f73fe934e4 18:17:03 Removing intermediate container 49f73fe934e4 18:17:03 ---> a43af6b22b48 18:17:03 Step 22/25 : CMD ["--cp=consul.http://edgex-core-consul:8500", "--registry"] 18:17:03 ---> Running in 3a3c9f567498 18:17:04 Removing intermediate container 3a3c9f567498 18:17:04 ---> c2945cca8a92 18:17:04 Step 23/25 : LABEL arch=amd64 18:17:04 ---> Running in d8644a2ffcd3 18:17:04 Removing intermediate container d8644a2ffcd3 18:17:04 ---> b32ad7810fdf 18:17:04 Step 24/25 : LABEL git_sha=a90195f79b7d6871c4edc46fd727ad8500d3e5d8 18:17:04 ---> Running in d88fec3b4745 18:17:04 Removing intermediate container d88fec3b4745 18:17:04 ---> a0f8bebb3820 18:17:04 Step 25/25 : LABEL version=0.0.0 18:17:04 ---> Running in e4751daaa225 18:17:04 Removing intermediate container e4751daaa225 18:17:04 ---> 0b76711dc863 18:17:04 [Warning] One or more build-args [ARCH] were not consumed 18:17:04 Successfully built 0b76711dc863 18:17:04 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 18:17:05 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 18:17:05 18:17:05 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:17:05 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 18:17:05 latest: Pulling from edgex-lftools-log-publisher 18:17:05 5eb5b503b376: Pulling fs layer 18:17:05 5c69ac0246d0: Pulling fs layer 18:17:05 ec43610c2a17: Pulling fs layer 18:17:05 3a2ae6a8a46f: Pulling fs layer 18:17:05 33b1e0a273af: Pulling fs layer 18:17:05 5d3b04190fa2: Pulling fs layer 18:17:05 2f39f015ded8: Pulling fs layer 18:17:05 3a2ae6a8a46f: Waiting 18:17:05 33b1e0a273af: Waiting 18:17:05 2f39f015ded8: Waiting 18:17:05 5d3b04190fa2: Waiting 18:17:05 5c69ac0246d0: Verifying Checksum 18:17:05 5c69ac0246d0: Download complete 18:17:05 3a2ae6a8a46f: Verifying Checksum 18:17:05 3a2ae6a8a46f: Download complete 18:17:06 33b1e0a273af: Verifying Checksum 18:17:06 33b1e0a273af: Download complete 18:17:06 5d3b04190fa2: Verifying Checksum 18:17:06 5d3b04190fa2: Download complete 18:17:06 ec43610c2a17: Verifying Checksum 18:17:06 ec43610c2a17: Download complete 18:17:06 5eb5b503b376: Verifying Checksum 18:17:06 5eb5b503b376: Download complete 18:17:07 2f39f015ded8: Verifying Checksum 18:17:07 2f39f015ded8: Download complete 18:17:07 5eb5b503b376: Pull complete 18:17:07 5c69ac0246d0: Pull complete 18:17:07 ec43610c2a17: Pull complete 18:17:08 3a2ae6a8a46f: Pull complete 18:17:08 33b1e0a273af: Pull complete 18:17:08 5d3b04190fa2: Pull complete 18:17:12 2f39f015ded8: Pull complete 18:17:12 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 18:17:12 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 18:17:12 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 18:17:12 prd-ubuntu20.04-docker-8c-8g-6165 does not seem to be running inside a container 18:17:12 $ 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-340 -v /w/workspace/foundry_device-virtual-go_PR-340:/w/workspace/foundry_device-virtual-go_PR-340:rw,z -v /w/workspace/foundry_device-virtual-go_PR-340@tmp:/w/workspace/foundry_device-virtual-go_PR-340@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:latest cat 18:17:14 $ docker top 91031df3d19625a4e6ce76f51c4b398dc0ea61bc61842641e58120303f6b688e -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 18:17:14 ---> job-cost.sh 18:17:14 lf-activate-venv: SKIPPING 18:17:14 INFO: No Stack... 18:17:15 INFO: Retrieving Pricing Info for: v3-standard-8 18:17:15 INFO: Archiving Costs [Pipeline] sh 18:17:15 + cat /w/workspace/foundry_device-virtual-go_PR-340/archives/cost.csv 18:17:15 + cut -d, -f6 [Pipeline] lock 18:17:15 Trying to acquire lock on [jenkins-edgexfoundry-device-virtual-go-PR-340-1-stack-cost] 18:17:15 Resource [jenkins-edgexfoundry-device-virtual-go-PR-340-1-stack-cost] did not exist. Created. 18:17:15 Lock acquired on [jenkins-edgexfoundry-device-virtual-go-PR-340-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 18:17:16 + echo total: 0.2199999988079071 [Pipeline] stash 18:17:16 Stashed 1 file(s) [Pipeline] } 18:17:16 Lock released on resource [jenkins-edgexfoundry-device-virtual-go-PR-340-1-stack-cost] [Pipeline] // lock [Pipeline] } 18:17:16 $ docker stop --time=1 91031df3d19625a4e6ce76f51c4b398dc0ea61bc61842641e58120303f6b688e 18:17:17 $ docker rm -f --volumes 91031df3d19625a4e6ce76f51c4b398dc0ea61bc61842641e58120303f6b688e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 18:18:28 Running on prd-ubuntu20.04-docker-arm64-4c-16g-6166 in /w/workspace/foundry_device-virtual-go_PR-340 [Pipeline] { [Pipeline] ws 18:18:28 Running in /w/workspace/device-virtual-go/1 [Pipeline] { [Pipeline] checkout 18:18:28 The recommended git tool is: git 18:18:34 using credential edgex-jenkins-ssh 18:18:34 Cloning the remote Git repository 18:18:34 Cloning repository git@github.com:edgexfoundry/device-virtual-go.git 18:18:34 > git init /w/workspace/device-virtual-go/1 # timeout=10 18:18:34 Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git 18:18:34 > git --version # timeout=10 18:18:34 > git --version # 'git version 2.25.1' 18:18:34 using GIT_SSH to set credentials SSH Credentials for GitHub 18:18:34 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 18:18:37 > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 18:18:37 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 18:18:38 Merging remotes/origin/main commit 3a5423f0b5727ef686932519f865aa3ff45a9adc into PR head commit a90195f79b7d6871c4edc46fd727ad8500d3e5d8 18:18:38 Merge succeeded, producing a90195f79b7d6871c4edc46fd727ad8500d3e5d8 18:18:38 Checking out Revision a90195f79b7d6871c4edc46fd727ad8500d3e5d8 (PR-340) 18:18:37 > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 18:18:37 Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git 18:18:37 using GIT_SSH to set credentials SSH Credentials for GitHub 18:18:37 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/pull/340/head:refs/remotes/origin/PR-340 +refs/heads/main:refs/remotes/origin/main # timeout=10 18:18:38 > git config core.sparsecheckout # timeout=10 18:18:38 > git checkout -f a90195f79b7d6871c4edc46fd727ad8500d3e5d8 # timeout=10 18:18:38 > git remote # timeout=10 18:18:38 > git config --get remote.origin.url # timeout=10 18:18:38 using GIT_SSH to set credentials SSH Credentials for GitHub 18:18:38 > git merge 3a5423f0b5727ef686932519f865aa3ff45a9adc # timeout=10 18:18:38 > git rev-parse HEAD^{commit} # timeout=10 18:18:38 > git config core.sparsecheckout # timeout=10 18:18:38 > git checkout -f a90195f79b7d6871c4edc46fd727ad8500d3e5d8 # timeout=10 18:18:42 Commit message: "refactor!: Replace internal topics from config with new constants" 18:18:42 > git --version # timeout=10 18:18:42 > git --version # 'git version 2.25.1' 18:18:42 fatal: bad object cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 18:18:43 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 18:18:43 % Total % Received % Xferd Average Speed Time Time Time Current 18:18:43 Dload Upload Total Spent Left Speed 18:18:43 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 98084 0 --:--:-- --:--:-- --:--:-- 98084 [Pipeline] sh 18:18:44 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 18:18:44 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 18:18:44 + sudo tee /etc/docker/daemon.new 18:18:44 { 18:18:44 "registry-mirrors": [ 18:18:44 "https://nexus3.edgexfoundry.org:10001" 18:18:44 ], 18:18:44 "bip": "10.250.0.254/24", 18:18:44 "hosts": [ 18:18:44 "tcp://0.0.0.0:5555", 18:18:44 "unix:///var/run/docker.sock" 18:18:44 ], 18:18:44 "mtu": 1458, 18:18:44 "selinux-enabled": true, 18:18:44 "seccomp-profile": "/etc/docker/seccomp.json" 18:18:44 } [Pipeline] sh 18:18:44 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 18:18:45 + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 18:19:07 provisioning config files... 18:19:07 copy managed file [device-virtual-go-settings] to file:/w/workspace/device-virtual-go/1@tmp/config3453552313383017133tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 18:19:07 ---> docker-login.sh 18:19:07 nexus3.edgexfoundry.org:10001 18:19:08 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:19:08 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:19:08 Configure a credential helper to remove this warning. See 18:19:08 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:19:08 18:19:08 Login Succeeded 18:19:08 nexus3.edgexfoundry.org:10002 18:19:08 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:19:09 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:19:09 Configure a credential helper to remove this warning. See 18:19:09 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:19:09 18:19:09 Login Succeeded 18:19:09 nexus3.edgexfoundry.org:10003 18:19:09 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:19:09 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:19:09 Configure a credential helper to remove this warning. See 18:19:09 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:19:09 18:19:09 Login Succeeded 18:19:09 nexus3.edgexfoundry.org:10004 18:19:09 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:19:09 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:19:09 Configure a credential helper to remove this warning. See 18:19:09 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:19:09 18:19:09 Login Succeeded 18:19:09 docker.io 18:19:10 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:19:10 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:19:10 Configure a credential helper to remove this warning. See 18:19:10 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:19:10 18:19:10 Login Succeeded 18:19:10 ---> docker-login.sh ends [Pipeline] } 18:19:10 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 18:19:10 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 18:19:10 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 18:19:10 ========================================================= 18:19:10 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine] 18:19:10 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:19:11 + 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 . 18:19:11 Sending build context to Docker daemon 11.85MB 18:19:11 Step 1/12 : ARG BASE=golang:1.18-alpine3.16 18:19:11 Step 2/12 : FROM ${BASE} AS builder 18:19:11 1.18-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 18:19:11 9b18e9b68314: Pulling fs layer 18:19:11 35d82f9e3411: Pulling fs layer 18:19:11 e16973657156: Pulling fs layer 18:19:11 fc693d55d65f: Pulling fs layer 18:19:11 7e9fc2657dce: Pulling fs layer 18:19:11 dda99020689f: Pulling fs layer 18:19:11 db1c61fa0a46: Pulling fs layer 18:19:11 891c053d2c06: Pulling fs layer 18:19:11 fc693d55d65f: Waiting 18:19:11 7e9fc2657dce: Waiting 18:19:11 dda99020689f: Waiting 18:19:11 db1c61fa0a46: Waiting 18:19:11 891c053d2c06: Waiting 18:19:11 e16973657156: Download complete 18:19:11 35d82f9e3411: Verifying Checksum 18:19:11 35d82f9e3411: Download complete 18:19:12 7e9fc2657dce: Download complete 18:19:12 dda99020689f: Verifying Checksum 18:19:12 dda99020689f: Download complete 18:19:12 9b18e9b68314: Verifying Checksum 18:19:12 9b18e9b68314: Download complete 18:19:13 9b18e9b68314: Pull complete 18:19:13 891c053d2c06: Verifying Checksum 18:19:13 891c053d2c06: Download complete 18:19:13 35d82f9e3411: Pull complete 18:19:13 e16973657156: Pull complete 18:19:14 db1c61fa0a46: Download complete 18:19:14 fc693d55d65f: Verifying Checksum 18:19:14 fc693d55d65f: Download complete 18:19:27 fc693d55d65f: Pull complete 18:19:27 7e9fc2657dce: Pull complete 18:19:27 dda99020689f: Pull complete 18:19:31 db1c61fa0a46: Pull complete 18:19:32 891c053d2c06: Pull complete 18:19:32 Digest: sha256:2cacf8bfc28650abd52610e42dcfc04852e818eb73900ea96edaef96a54d0b45 18:19:32 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine 18:19:32 ---> f96f9c87975a 18:19:32 Step 3/12 : ARG ALPINE_PKG_BASE="make git openssh-client" 18:19:33 ---> Running in 36a40ae3c4fc 18:19:34 Removing intermediate container 36a40ae3c4fc 18:19:34 ---> e888dcfe04c5 18:19:34 Step 4/12 : ARG ALPINE_PKG_EXTRA="" 18:19:34 ---> Running in 8dd507560843 18:19:34 Removing intermediate container 8dd507560843 18:19:34 ---> 4f37235a8db2 18:19:34 Step 5/12 : ARG ADD_BUILD_TAGS="" 18:19:34 ---> Running in 19b9c66f401d 18:19:35 Removing intermediate container 19b9c66f401d 18:19:35 ---> 2a4c17ab602c 18:19:35 Step 6/12 : WORKDIR /device-virtual-go 18:19:35 ---> Running in 207d98d1df82 18:19:35 Removing intermediate container 207d98d1df82 18:19:35 ---> 74989d11b619 18:19:35 Step 7/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 18:19:35 ---> Running in 6956f2622f52 18:19:36 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 18:19:36 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 18:19:37 (1/4) Installing openssh-keygen (9.0_p1-r2) 18:19:37 (2/4) Installing libedit (20210910.3.1-r0) 18:19:37 (3/4) Installing openssh-client-common (9.0_p1-r2) 18:19:37 (4/4) Installing openssh-client-default (9.0_p1-r2) 18:19:37 Executing busybox-1.35.0-r17.trigger 18:19:37 OK: 226 MiB in 55 packages 18:19:38 Removing intermediate container 6956f2622f52 18:19:38 ---> 3afd79bd2718 18:19:38 Step 8/12 : COPY go.mod vendor* ./ 18:19:39 ---> 470d13795ddc 18:19:39 Step 9/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 18:19:39 ---> Running in a9b2aaa63490 18:20:47 Removing intermediate container a9b2aaa63490 18:20:47 ---> f781f393b1d4 18:20:47 Step 10/12 : COPY . . 18:20:47 ---> f7da628c0010 18:20:47 Step 11/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 18:20:47 ---> Running in 8f0fdcf5f232 18:20:47 Removing intermediate container 8f0fdcf5f232 18:20:47 ---> 9fe1ffcc0a08 18:20:47 Step 12/12 : RUN $MAKE 18:20:47 ---> Running in d693ff18323c 18:20:47 noop 18:20:48 Removing intermediate container d693ff18323c 18:20:48 ---> e9b927b941b3 18:20:48 Successfully built e9b927b941b3 18:20:48 Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:20:48 + docker inspect -f . ci-base-image-arm64 18:20:48 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 18:20:49 prd-ubuntu20.04-docker-arm64-4c-16g-6166 does not seem to be running inside a container 18:20:49 $ 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 18:20:50 $ docker top 3a015d0b0ac4415d57c04a50298871ec4581ca820dff473d7f913bf47eeff5ac -eo pid,comm [Pipeline] { [Pipeline] sh 18:20:51 + go version 18:20:51 go version go1.18.7 linux/arm64 [Pipeline] } 18:20:51 $ docker stop --time=1 3a015d0b0ac4415d57c04a50298871ec4581ca820dff473d7f913bf47eeff5ac 18:20:52 $ docker rm -f --volumes 3a015d0b0ac4415d57c04a50298871ec4581ca820dff473d7f913bf47eeff5ac [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:20:53 + docker inspect -f . ci-base-image-arm64 18:20:53 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 18:20:53 prd-ubuntu20.04-docker-arm64-4c-16g-6166 does not seem to be running inside a container 18:20:54 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -w /w/workspace/device-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 18:20:55 $ docker top e37cf1b0f25a93db941fbb3a701217f4eec111ad5b0473528280a42c954a9388 -eo pid,comm [Pipeline] { [Pipeline] sh 18:20:55 + git config --global --add safe.directory /w/workspace/device-virtual-go/1 [Pipeline] fileExists [Pipeline] sh 18:20:56 + make test 18:20:56 go test ./... -coverprofile=coverage.out 18:20:58 ? github.com/edgexfoundry/device-virtual-go [no test files] 18:22:19 ? github.com/edgexfoundry/device-virtual-go/cmd [no test files] 18:22:19 ok github.com/edgexfoundry/device-virtual-go/internal/driver 0.139s coverage: 65.7% of statements 18:22:19 WARNING: Linting skipped (not on x86_64 or linter not installed) 18:22:19 go vet ./... 18:22:42 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 18:22:42 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 18:22:42 ./bin/test-attribution-txt.sh [Pipeline] echo 18:22:42 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 18:22:42 $ docker stop --time=1 e37cf1b0f25a93db941fbb3a701217f4eec111ad5b0473528280a42c954a9388 18:22:44 $ docker rm -f --volumes e37cf1b0f25a93db941fbb3a701217f4eec111ad5b0473528280a42c954a9388 [Pipeline] // withDockerContainer [Pipeline] sh 18:22:45 + sudo chown -R jenkins:jenkins . [Pipeline] stash 18:22:45 Warning: overwriting stash ‘coverage-report’ 18:22:45 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 18:22:46 + sudo chown -R jenkins:jenkins . [Pipeline] sh 18:22:46 + ls -al . 18:22:46 total 188 18:22:46 drwxrwxr-x 8 jenkins jenkins 4096 Feb 15 18:20 . 18:22:46 drwxrwxr-x 4 jenkins jenkins 4096 Feb 15 18:18 .. 18:22:46 drwxrwxr-x 8 jenkins jenkins 4096 Feb 15 18:18 .git 18:22:46 drwxrwxr-x 3 jenkins jenkins 4096 Feb 15 18:18 .github 18:22:46 -rw-rw-r-- 1 jenkins jenkins 337 Feb 15 18:18 .gitignore 18:22:46 -rw-rw-r-- 1 jenkins jenkins 41 Feb 15 18:18 .golangci.yml 18:22:46 -rw-rw-r-- 1 jenkins jenkins 8641 Feb 15 18:18 Attribution.txt 18:22:46 -rw-rw-r-- 1 jenkins jenkins 11367 Feb 15 18:18 CHANGELOG.md 18:22:46 -rw-rw-r-- 1 jenkins jenkins 1646 Feb 15 18:18 Dockerfile 18:22:46 -rw-rw-r-- 1 jenkins jenkins 677 Feb 15 18:18 GOVERNANCE.md 18:22:46 -rw-rw-r-- 1 jenkins jenkins 660 Feb 15 18:18 Jenkinsfile 18:22:46 -rw-rw-r-- 1 jenkins jenkins 11340 Feb 15 18:18 LICENSE 18:22:46 -rw-rw-r-- 1 jenkins jenkins 1661 Feb 15 18:18 Makefile 18:22:46 -rw-rw-r-- 1 jenkins jenkins 623 Feb 15 18:18 OWNERS.md 18:22:46 -rw-rw-r-- 1 jenkins jenkins 3578 Feb 15 18:18 README.md 18:22:46 -rw-rw-r-- 1 jenkins jenkins 5 Feb 15 18:15 VERSION 18:22:46 drwxrwxr-x 2 jenkins jenkins 4096 Feb 15 18:18 bin 18:22:46 drwxrwxr-x 3 jenkins jenkins 4096 Feb 15 18:18 cmd 18:22:46 -rw-r--r-- 1 jenkins jenkins 44128 Feb 15 18:22 coverage.out 18:22:46 -rw-rw-r-- 1 jenkins jenkins 3252 Feb 15 18:18 go.mod 18:22:46 -rw-rw-r-- 1 jenkins jenkins 32588 Feb 15 18:18 go.sum 18:22:46 drwxrwxr-x 3 jenkins jenkins 4096 Feb 15 18:18 internal 18:22:46 drwxrwxr-x 4 jenkins jenkins 4096 Feb 15 18:18 snap 18:22:46 -rw-rw-r-- 1 jenkins jenkins 235 Feb 15 18:18 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:22:47 + 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=a90195f79b7d6871c4edc46fd727ad8500d3e5d8 --label arch=arm64 --label version=0.0.0 . 18:22:47 Sending build context to Docker daemon 11.9MB 18:22:47 Step 1/25 : ARG BASE=golang:1.18-alpine3.16 18:22:47 Step 2/25 : FROM ${BASE} AS builder 18:22:47 ---> e9b927b941b3 18:22:47 Step 3/25 : ARG ALPINE_PKG_BASE="make git openssh-client" 18:22:47 ---> Running in e14baad79d5e 18:22:47 Removing intermediate container e14baad79d5e 18:22:47 ---> 3b4e4e0406c3 18:22:47 Step 4/25 : ARG ALPINE_PKG_EXTRA="" 18:22:47 ---> Running in ab578aefb1f7 18:22:48 Removing intermediate container ab578aefb1f7 18:22:48 ---> f960f59bdaf0 18:22:48 Step 5/25 : ARG ADD_BUILD_TAGS="" 18:22:48 ---> Running in b27f5f0dfc1d 18:22:48 Removing intermediate container b27f5f0dfc1d 18:22:48 ---> 12457a8d0e85 18:22:48 Step 6/25 : WORKDIR /device-virtual-go 18:22:48 ---> Running in 8274f4a2778c 18:22:49 Removing intermediate container 8274f4a2778c 18:22:49 ---> 16dc87434aa8 18:22:49 Step 7/25 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 18:22:49 ---> Running in de82a89a5963 18:22:50 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 18:22:50 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 18:22:51 OK: 226 MiB in 55 packages 18:22:52 Removing intermediate container de82a89a5963 18:22:52 ---> ae224189d681 18:22:52 Step 8/25 : COPY go.mod vendor* ./ 18:22:52 ---> 65bfe285bfa4 18:22:52 Step 9/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 18:22:52 ---> Running in eff175cc431c 18:22:57 Removing intermediate container eff175cc431c 18:22:57 ---> 9f0c79c89f71 18:22:57 Step 10/25 : COPY . . 18:22:58 ---> 1755fb2ae223 18:22:58 Step 11/25 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 18:22:58 ---> Running in b87f9e1a2572 18:22:58 Removing intermediate container b87f9e1a2572 18:22:58 ---> dad399a0fcdd 18:22:58 Step 12/25 : RUN $MAKE 18:22:58 ---> Running in 41dbf5b2af81 18:22: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 18:25:06 Removing intermediate container 41dbf5b2af81 18:25:06 ---> 04737f21a46d 18:25:06 Step 13/25 : FROM alpine:3.16 18:25:06 3.16: Pulling from library/alpine 18:25:06 3760b48202b3: Pulling fs layer 18:25:06 3760b48202b3: Verifying Checksum 18:25:06 3760b48202b3: Download complete 18:25:06 3760b48202b3: Pull complete 18:25:06 Digest: sha256:1bd67c81e4ad4b8f4a5c1c914d7985336f130e5cefb3e323654fd09d6bcdbbe2 18:25:06 Status: Downloaded newer image for alpine:3.16 18:25:06 ---> 4c81e5bf8899 18:25:06 Step 14/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019-2021: IOTech' 18:25:06 ---> Running in 35c1d60ad221 18:25:06 Removing intermediate container 35c1d60ad221 18:25:06 ---> bdae101607af 18:25:06 Step 15/25 : RUN apk add --update --no-cache dumb-init 18:25:06 ---> Running in 50cd160c65b2 18:25:08 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 18:25:08 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 18:25:09 (1/1) Installing dumb-init (1.2.5-r1) 18:25:09 Executing busybox-1.35.0-r17.trigger 18:25:09 OK: 5 MiB in 15 packages 18:25:10 Removing intermediate container 50cd160c65b2 18:25:10 ---> d288a45c88c4 18:25:10 Step 16/25 : WORKDIR / 18:25:10 ---> Running in bf45a7b36530 18:25:10 Removing intermediate container bf45a7b36530 18:25:10 ---> ec1c767c1d55 18:25:10 Step 17/25 : COPY --from=builder /device-virtual-go/Attribution.txt / 18:25:11 ---> e611095054a9 18:25:11 Step 18/25 : COPY --from=builder /device-virtual-go/LICENSE / 18:25:12 ---> c615f5bc7d27 18:25:12 Step 19/25 : COPY --from=builder /device-virtual-go/cmd / 18:25:13 ---> e4c55dcd6c7d 18:25:13 Step 20/25 : EXPOSE 59900 18:25:13 ---> Running in 3f996b57b8d9 18:25:13 Removing intermediate container 3f996b57b8d9 18:25:13 ---> cc7804583d9c 18:25:13 Step 21/25 : ENTRYPOINT ["/device-virtual"] 18:25:13 ---> Running in ba1847234ea2 18:25:14 Removing intermediate container ba1847234ea2 18:25:14 ---> 41a10e3332a1 18:25:14 Step 22/25 : CMD ["--cp=consul.http://edgex-core-consul:8500", "--registry"] 18:25:14 ---> Running in ccbbb948ce7d 18:25:14 Removing intermediate container ccbbb948ce7d 18:25:14 ---> 2232ac6dee59 18:25:14 Step 23/25 : LABEL arch=arm64 18:25:14 ---> Running in fd73823684d8 18:25:15 Removing intermediate container fd73823684d8 18:25:15 ---> 05a4611deb46 18:25:15 Step 24/25 : LABEL git_sha=a90195f79b7d6871c4edc46fd727ad8500d3e5d8 18:25:15 ---> Running in 1f339ec5e41c 18:25:15 Removing intermediate container 1f339ec5e41c 18:25:15 ---> df7d643b048d 18:25:15 Step 25/25 : LABEL version=0.0.0 18:25:15 ---> Running in be11f4831a9a 18:25:15 Removing intermediate container be11f4831a9a 18:25:15 ---> 6a0708dad494 18:25:15 [Warning] One or more build-args [ARCH] were not consumed 18:25:15 Successfully built 6a0708dad494 18:25:15 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 18:25:16 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 18:25:16 18:25:16 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:25:17 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 18:25:17 arm64: Pulling from edgex-lftools-log-publisher 18:25:17 8998bd30e6a1: Pulling fs layer 18:25:17 04944245beec: Pulling fs layer 18:25:17 699f458cf7ca: Pulling fs layer 18:25:17 765212b225bb: Pulling fs layer 18:25:17 f23df028b6ca: Pulling fs layer 18:25:17 d65c8cfc05b1: Pulling fs layer 18:25:17 2437ff75d9bd: Pulling fs layer 18:25:17 f23df028b6ca: Waiting 18:25:17 d65c8cfc05b1: Waiting 18:25:17 2437ff75d9bd: Waiting 18:25:17 765212b225bb: Waiting 18:25:17 04944245beec: Verifying Checksum 18:25:17 04944245beec: Download complete 18:25:17 765212b225bb: Verifying Checksum 18:25:17 765212b225bb: Download complete 18:25:17 f23df028b6ca: Verifying Checksum 18:25:17 f23df028b6ca: Download complete 18:25:17 d65c8cfc05b1: Verifying Checksum 18:25:17 d65c8cfc05b1: Download complete 18:25:17 699f458cf7ca: Verifying Checksum 18:25:17 699f458cf7ca: Download complete 18:25:17 8998bd30e6a1: Verifying Checksum 18:25:17 8998bd30e6a1: Download complete 18:25:20 2437ff75d9bd: Verifying Checksum 18:25:20 2437ff75d9bd: Download complete 18:25:22 8998bd30e6a1: Pull complete 18:25:22 04944245beec: Pull complete 18:25:23 699f458cf7ca: Pull complete 18:25:24 765212b225bb: Pull complete 18:25:24 f23df028b6ca: Pull complete 18:25:24 d65c8cfc05b1: Pull complete 18:25:39 2437ff75d9bd: Pull complete 18:25:39 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 18:25:39 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 18:25:39 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 18:25:40 prd-ubuntu20.04-docker-arm64-4c-16g-6166 does not seem to be running inside a container 18:25:40 $ 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 18:25:43 $ docker top a442dc85cb13c28b9235d88b7f7bc5ecb66d4af998e175a6f0c387fc7406066f -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 18:25:43 ---> job-cost.sh 18:25:43 lf-activate-venv: SKIPPING 18:25:43 INFO: No Stack... 18:25:45 INFO: Retrieving Pricing Info for: v3-standard-4 18:25:46 INFO: Archiving Costs [Pipeline] sh 18:25:46 + cut -d, -f6 18:25:46 + cat /w/workspace/device-virtual-go/1/archives/cost.csv [Pipeline] lock 18:25:47 Trying to acquire lock on [jenkins-edgexfoundry-device-virtual-go-PR-340-1-stack-cost] 18:25:47 Resource [jenkins-edgexfoundry-device-virtual-go-PR-340-1-stack-cost] did not exist. Created. 18:25:47 Lock acquired on [jenkins-edgexfoundry-device-virtual-go-PR-340-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 18:25:47 /w/workspace/device-virtual-go/1@tmp/durable-109c72e9/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh 18:25:48 + echo total: 0.10999999940395355 [Pipeline] stash 18:25:48 Warning: overwriting stash ‘stack-cost’ 18:25:48 Stashed 1 file(s) [Pipeline] } 18:25:48 Lock released on resource [jenkins-edgexfoundry-device-virtual-go-PR-340-1-stack-cost] [Pipeline] // lock [Pipeline] } 18:25:48 $ docker stop --time=1 a442dc85cb13c28b9235d88b7f7bc5ecb66d4af998e175a6f0c387fc7406066f 18:25:50 $ docker rm -f --volumes a442dc85cb13c28b9235d88b7f7bc5ecb66d4af998e175a6f0c387fc7406066f [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 18:25:51 provisioning config files... 18:25:51 copy managed file [device-virtual-go-codecov-token] to file:/w/workspace/foundry_device-virtual-go_PR-340@tmp/config18138927758574373760tmp [Pipeline] { [Pipeline] sh 18:25:51 + set +x 18:25:51 + curl -s https://codecov.io/bash 18:25:51 + bash -s -- 18:25:51 18:25:51 _____ _ 18:25:51 / ____| | | 18:25:51 | | ___ __| | ___ ___ _____ __ 18:25:51 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 18:25:51 | |___| (_) | (_| | __/ (_| (_) \ V / 18:25:51 \_____\___/ \__,_|\___|\___\___/ \_/ 18:25:51 Bash-1.0.6 18:25:51 18:25:51 18:25:51 ==> git version 2.25.1 found 18:25:51 ==> 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 18:25:51 Release-Date: 2020-01-08 18:25:51 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 18:25:51 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 18:25:51 ==> Jenkins CI detected. 18:25:51 current dir:  /w/workspace/foundry_device-virtual-go_PR-340 18:25:51 project root: . 18:25:51 --> token set from env 18:25:51 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 18:25:51 ==> Running gcov in . (disable via -X gcov) 18:25:51 ==> Python coveragepy not found 18:25:51 ==> Searching for coverage reports in: 18:25:51 + . 18:25:51 -> Found 1 reports 18:25:51 ==> Detecting git/mercurial file structure 18:25:51 ==> Reading reports 18:25:51 + ./coverage.out bytes=44128 18:25:51 ==> Appending adjustments 18:25:51 https://docs.codecov.io/docs/fixing-reports 18:25:51 + Found adjustments 18:25:51 ==> Gzipping contents 18:25:51 8.0K /tmp/codecov.y126xz.gz 18:25:51 ==> Uploading reports 18:25:51 url: https://codecov.io 18:25:51 query: branch=PR-340&commit=a90195f79b7d6871c4edc46fd727ad8500d3e5d8&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-virtual-go%2Fjob%2FPR-340%2F1%2F&name=&tag=&slug=edgexfoundry%2Fdevice-virtual-go&service=jenkins&flags=&pr=340&job=&cmd_args= 18:25:51 -> Pinging Codecov 18:25:51 https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=a35e349c-7876-4d48-9269-e9fc36774240&branch=PR-340&commit=a90195f79b7d6871c4edc46fd727ad8500d3e5d8&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-virtual-go%2Fjob%2FPR-340%2F1%2F&name=&tag=&slug=edgexfoundry%2Fdevice-virtual-go&service=jenkins&flags=&pr=340&job=&cmd_args= 18:25:51 -> Uploading to 18:25:51 https://storage.googleapis.com/codecov/v4/raw/2023-02-15/5E52B4B073DB2E39498172D8E973AA87/a90195f79b7d6871c4edc46fd727ad8500d3e5d8/13954811-68c0-432d-8370-a3563aa3b6fe.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20230215%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20230215T182551Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=25727008e666bb6cd399feb08940143bf1eab3f50f0d8ecf7584cdfe638ffbe3 18:25:51 % Total % Received % Xferd Average Speed Time Time Time Current 18:25:51 Dload Upload Total Spent Left Speed 18:25:52 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 5512 0 0 100 5512 0 20878 --:--:-- --:--:-- --:--:-- 20878 18:25:52 -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/device-virtual-go/commit/a90195f79b7d6871c4edc46fd727ad8500d3e5d8 [Pipeline] } 18:25:52 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 18:25:53 + [ -d /w/workspace/foundry_device-virtual-go_PR-340/archives ] 18:25:53 + ls -al /w/workspace/foundry_device-virtual-go_PR-340/archives 18:25:53 total 16 18:25:53 drwxr-xr-x 3 root root 4096 Feb 15 18:17 . 18:25:53 drwxrwxr-x 10 jenkins jenkins 4096 Feb 15 18:17 .. 18:25:53 drwxr-xr-x 2 root root 4096 Feb 15 18:17 cost 18:25:53 -rw-r--r-- 1 root root 89 Feb 15 18:17 cost.csv 18:25:53 + sudo chown -R jenkins:jenkins /w/workspace/foundry_device-virtual-go_PR-340/archives 18:25:53 + ls -al /w/workspace/foundry_device-virtual-go_PR-340/archives 18:25:53 total 16 18:25:53 drwxr-xr-x 3 jenkins jenkins 4096 Feb 15 18:17 . 18:25:53 drwxrwxr-x 10 jenkins jenkins 4096 Feb 15 18:17 .. 18:25:53 drwxr-xr-x 2 jenkins jenkins 4096 Feb 15 18:17 cost 18:25:53 -rw-r--r-- 1 jenkins jenkins 89 Feb 15 18:17 cost.csv [Pipeline] libraryResource [Pipeline] sh 18:25:54 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 18:25:55 ---> package-listing.sh 18:25:55 ++ facter osfamily 18:25:55 ++ tr '[:upper:]' '[:lower:]' 18:25:55 + OS_FAMILY=debian 18:25:55 + workspace=/w/workspace/foundry_device-virtual-go_PR-340 18:25:55 + START_PACKAGES=/tmp/packages_start.txt 18:25:55 + END_PACKAGES=/tmp/packages_end.txt 18:25:55 + DIFF_PACKAGES=/tmp/packages_diff.txt 18:25:55 + PACKAGES=/tmp/packages_start.txt 18:25:55 + '[' /w/workspace/foundry_device-virtual-go_PR-340 ']' 18:25:55 + PACKAGES=/tmp/packages_end.txt 18:25:55 + case "${OS_FAMILY}" in 18:25:55 + dpkg -l 18:25:55 + grep '^ii' 18:25:55 + '[' -f /tmp/packages_start.txt ']' 18:25:55 + '[' -f /tmp/packages_end.txt ']' 18:25:55 + diff /tmp/packages_start.txt /tmp/packages_end.txt 18:25:55 + '[' /w/workspace/foundry_device-virtual-go_PR-340 ']' 18:25:55 + mkdir -p /w/workspace/foundry_device-virtual-go_PR-340/archives/ 18:25:55 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/foundry_device-virtual-go_PR-340/archives/ [Pipeline] echo 18:25:55 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-340/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 18:25:55 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:25:56 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 18:25:56 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 18:25:56 prd-ubuntu20.04-docker-8c-8g-6165 does not seem to be running inside a container 18:25:56 $ 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-340/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-340 -v /w/workspace/foundry_device-virtual-go_PR-340:/w/workspace/foundry_device-virtual-go_PR-340:rw,z -v /w/workspace/foundry_device-virtual-go_PR-340@tmp:/w/workspace/foundry_device-virtual-go_PR-340@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 18:25:56 $ docker top 36ea72edd7ccaf492ae3c456eb4a6c7d4f7d4a200798ca87b07d49bcd049403e -eo pid,comm [Pipeline] { [Pipeline] sh 18:25:57 + touch /tmp/pre-build-complete [Pipeline] sh 18:25:57 + mkdir -p /var/log/sysstat [Pipeline] sh 18:25:57 + ls /var/log/sa-host 18:25:57 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 18:25:57 provisioning config files... 18:25:57 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/foundry_device-virtual-go_PR-340@tmp/config3478729437771189396tmp [Pipeline] { [Pipeline] echo 18:25:57 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 18:25:58 ---> create-netrc.sh [Pipeline] } 18:25:58 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 18:25:58 ---> python-tools-install.sh [Pipeline] echo 18:25:58 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 18:25:58 ---> sudo-logs.sh 18:25:58 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 18:25:59 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 18:25:59 ---> job-cost.sh 18:25:59 lf-activate-venv: SKIPPING 18:25:59 DEBUG: total: 0.2199999988079071 18:25:59 INFO: Retrieving Stack Cost... 18:25:59 INFO: Retrieving Pricing Info for: v3-standard-8 18:26:00 INFO: Archiving Costs [Pipeline] echo 18:26:00 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 18:26:00 ---> logs-deploy.sh 18:26:00 lf-activate-venv: SKIPPING 18:26:00 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-virtual-go/PR-340/1 18:26:00 INFO: archiving workspace using pattern(s): 18:26:01 Archives upload complete. 18:26:01 INFO: archiving logs to Nexus