Pull request #293 opened Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from f70277535b4edfc31a5264c55b945885c4677722+6c956091e39ebf418aab18435948f90fcdb39d95 (0c664081f49c9954d93e9022f146f5d5c30354d0) 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-ssh2167216201247875844.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 2c7614b56cb57ece5b5bdf52d827492071d4cc62 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-ssh15123167716011401492.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 2c7614b56cb57ece5b5bdf52d827492071d4cc62 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-293/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-293/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh6224885894127372715.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-293/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh10970771742876442597.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 2c7614b56cb57ece5b5bdf52d827492071d4cc62 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 2c7614b56cb57ece5b5bdf52d827492071d4cc62 # timeout=10 Commit message: "Merge pull request #399 from ernestojeda/fix-go-mod-version" > 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-ssh17697217988134377937.key > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 0f180ed1236c637af8c254f95ad106931cc77145 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-293/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-293/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh1852707551768424309.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 0f180ed1236c637af8c254f95ad106931cc77145 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 0f180ed1236c637af8c254f95ad106931cc77145 # timeout=10 Commit message: "Feat: Add initial docker pipelines" > 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 2c7614b56cb57ece5b5bdf52d827492071d4cc62 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.17 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 All nodes of label ‘ubuntu20.04-docker-8c-8g’ are offline Running on prd-ubuntu20.04-docker-8c-8g-16082 in /w/workspace/foundry_device-virtual-go_PR-293 [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-293 # 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 Merging remotes/origin/main commit 6c956091e39ebf418aab18435948f90fcdb39d95 into PR head commit f70277535b4edfc31a5264c55b945885c4677722 Merge succeeded, producing f70277535b4edfc31a5264c55b945885c4677722 Checking out Revision f70277535b4edfc31a5264c55b945885c4677722 (PR-293) > 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/293/head:refs/remotes/origin/PR-293 +refs/heads/main:refs/remotes/origin/main # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f f70277535b4edfc31a5264c55b945885c4677722 # 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 6c956091e39ebf418aab18435948f90fcdb39d95 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f f70277535b4edfc31a5264c55b945885c4677722 # timeout=10 Commit message: "build(deps): Bump github.com/edgexfoundry/device-sdk-go/v2" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.25.1' fatal: bad object 2c7614b56cb57ece5b5bdf52d827492071d4cc62 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 11:04:34 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 11:04:34 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 11:04:34 ========================================================= 11:04:34 EdgeX Global Pipelines Version Info 11:04:34 ========================================================= [Pipeline] libraryResource [Pipeline] sh 11:04:35 ------------------- 11:04:35 stable info: 11:04:35 ------------------- 11:04:35 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 11:04:35 Commit SHA: 2c7614b56cb57ece5b5bdf52d827492071d4cc62 11:04:35 Message: update stable to v1.0.234 11:04:35 ------------------- 11:04:35 experimental info: 11:04:35 ------------------- 11:04:35 Commited By: **** collab-it+edgex@linuxfoundation.org 11:04:35 Commit SHA: 2c7614b56cb57ece5b5bdf52d827492071d4cc62 11:04:35 Message: update experimental to v1.0.234 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 11:04:36 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-virtual-go-settings [Pipeline] echo 11:04:36 [edgeXSetupEnvironment]: set envvar PROJECT = device-virtual-go [Pipeline] echo 11:04:36 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 11:04:36 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 11:04:36 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 11:04:36 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.17 [Pipeline] echo 11:04:36 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 11:04:36 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 11:04:36 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 11:04:36 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 11:04:36 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 11:04:36 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-virtual [Pipeline] echo 11:04:36 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 11:04:36 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 11:04:36 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 11:04:36 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 11:04:36 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 11:04:36 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 11:04:36 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 11:04:36 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 11:04:36 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 11:04:36 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 11:04:36 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 11:04:36 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 11:04:37 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 11:04:37 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 11:04:37 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 11:04:37 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-293 [Pipeline] echo 11:04:37 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-293 [Pipeline] echo 11:04:37 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-293 [Pipeline] echo 11:04:37 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = f70277535b4edfc31a5264c55b945885c4677722 [Pipeline] echo 11:04:37 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = f702775 [Pipeline] echo 11:04:37 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 11:04:37 provisioning config files... 11:04:37 copy managed file [device-virtual-go-settings] to file:/w/workspace/foundry_device-virtual-go_PR-293@tmp/config7504936166901284972tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 11:04:37 ---> docker-login.sh 11:04:37 nexus3.edgexfoundry.org:10001 11:04:38 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:04:38 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 11:04:38 Configure a credential helper to remove this warning. See 11:04:38 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 11:04:38 11:04:38 Login Succeeded 11:04:38 nexus3.edgexfoundry.org:10002 11:04:38 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:04:38 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 11:04:38 Configure a credential helper to remove this warning. See 11:04:38 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 11:04:38 11:04:38 Login Succeeded 11:04:38 nexus3.edgexfoundry.org:10003 11:04:38 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:04:38 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 11:04:38 Configure a credential helper to remove this warning. See 11:04:38 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 11:04:38 11:04:38 Login Succeeded 11:04:38 nexus3.edgexfoundry.org:10004 11:04:38 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:04:38 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 11:04:38 Configure a credential helper to remove this warning. See 11:04:38 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 11:04:38 11:04:38 Login Succeeded 11:04:38 docker.io 11:04:38 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:04:39 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 11:04:39 Configure a credential helper to remove this warning. See 11:04:39 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 11:04:39 11:04:39 Login Succeeded 11:04:39 ---> docker-login.sh ends [Pipeline] } 11:04:39 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh 11:04:39 + git rev-list -1 --merges f70277535b4edfc31a5264c55b945885c4677722~1..f70277535b4edfc31a5264c55b945885c4677722 [Pipeline] echo 11:04:39 -----------> git rev-list -1 --merges f70277535b4edfc31a5264c55b945885c4677722~1..f70277535b4edfc31a5264c55b945885c4677722 f70277535b4edfc31a5264c55b945885c4677722 [false] [Pipeline] sh 11:04:40 + git log --format=format:%s -1 f70277535b4edfc31a5264c55b945885c4677722 [Pipeline] echo 11:04:40 ========================================================= 11:04:40 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 11:04:40 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 11:04:40 + git log --format=format:%s -1 f70277535b4edfc31a5264c55b945885c4677722 [Pipeline] echo 11:04:40 [semverPrep] GIT_COMMIT: f70277535b4edfc31a5264c55b945885c4677722, Commit Message: build(deps): Bump github.com/edgexfoundry/device-sdk-go/v2 [Pipeline] echo 11:04:40 [semverPrep] This is not a build commit. [Pipeline] sh 11:04:41 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 11:04:41 + grep -v github /etc/ssh/ssh_known_hosts 11:04:41 + [ -e /tmp/ssh_known_hosts ] 11:04:41 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 11:04:41 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 11:04:41 + sudo tee -a /etc/ssh/ssh_known_hosts 11:04:41 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:04:41 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 11:04:41 11:04:41 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:04:42 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 11:04:42 0.1.4: Pulling from edgex-devops/py-git-semver 11:04:42 42c077c10790: Pulling fs layer 11:04:42 f63e77b7563a: Pulling fs layer 11:04:42 bd5fdadae976: Pulling fs layer 11:04:42 205491f53016: Pulling fs layer 11:04:42 df18705c85c3: Pulling fs layer 11:04:42 bdb3f477010e: Pulling fs layer 11:04:42 c8a8fc8e1c8f: Pulling fs layer 11:04:42 2c6e9b1d212d: Pulling fs layer 11:04:42 bdb8f0575790: Pulling fs layer 11:04:42 205491f53016: Waiting 11:04:42 df18705c85c3: Waiting 11:04:42 bdb3f477010e: Waiting 11:04:42 2c6e9b1d212d: Waiting 11:04:42 c8a8fc8e1c8f: Waiting 11:04:42 bdb8f0575790: Waiting 11:04:42 386e3cb2ff24: Pulling fs layer 11:04:42 2343380bae48: Pulling fs layer 11:04:42 386e3cb2ff24: Waiting 11:04:42 2343380bae48: Waiting 11:04:42 f63e77b7563a: Verifying Checksum 11:04:42 f63e77b7563a: Download complete 11:04:42 205491f53016: Download complete 11:04:42 bd5fdadae976: Verifying Checksum 11:04:42 bd5fdadae976: Download complete 11:04:42 df18705c85c3: Verifying Checksum 11:04:42 df18705c85c3: Download complete 11:04:42 bdb3f477010e: Verifying Checksum 11:04:42 bdb3f477010e: Download complete 11:04:42 bdb8f0575790: Verifying Checksum 11:04:42 bdb8f0575790: Download complete 11:04:42 386e3cb2ff24: Verifying Checksum 11:04:42 386e3cb2ff24: Download complete 11:04:42 2343380bae48: Verifying Checksum 11:04:42 2343380bae48: Download complete 11:04:42 42c077c10790: Download complete 11:04:42 c8a8fc8e1c8f: Verifying Checksum 11:04:42 c8a8fc8e1c8f: Download complete 11:04:43 42c077c10790: Pull complete 11:04:43 f63e77b7563a: Pull complete 11:04:44 bd5fdadae976: Pull complete 11:04:44 205491f53016: Pull complete 11:04:44 df18705c85c3: Pull complete 11:04:44 bdb3f477010e: Pull complete 11:04:47 c8a8fc8e1c8f: Pull complete 11:04:47 2c6e9b1d212d: Pull complete 11:04:47 bdb8f0575790: Pull complete 11:04:47 386e3cb2ff24: Pull complete 11:04:47 2343380bae48: Pull complete 11:04:47 Digest: sha256:c3bf284c02da7271302b7a373f1d48320b54229aa5119b2a29c7f8015e6a9264 11:04:47 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 11:04:47 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 11:04:47 prd-ubuntu20.04-docker-8c-8g-16082 does not seem to be running inside a container 11:04:47 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/foundry_device-virtual-go_PR-293 -v /w/workspace/foundry_device-virtual-go_PR-293:/w/workspace/foundry_device-virtual-go_PR-293:rw,z -v /w/workspace/foundry_device-virtual-go_PR-293@tmp:/w/workspace/foundry_device-virtual-go_PR-293@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 11:04:49 $ docker top c48045300869d0368af5139005550f19089db3192c57c28bccd69981423a877f -eo pid,comm 11:04:49 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). 11:04:49 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 11:04:49 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 11:04:49 [ssh-agent] Looking for ssh-agent implementation... 11:04:49 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 11:04:49 $ docker exec c48045300869d0368af5139005550f19089db3192c57c28bccd69981423a877f ssh-agent 11:04:49 SSH_AUTH_SOCK=/tmp/ssh-i0GBGArVbQat/agent.34 11:04:49 SSH_AGENT_PID=40 11:04:49 Running ssh-add (command line suppressed) 11:04:49 Identity added: /w/workspace/foundry_device-virtual-go_PR-293@tmp/private_key_4823886631141774655.key (/w/workspace/foundry_device-virtual-go_PR-293@tmp/private_key_4823886631141774655.key) 11:04:49 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 11:04:50 + git tag --points-at HEAD [Pipeline] } 11:04:50 $ docker exec --env ******** --env ******** c48045300869d0368af5139005550f19089db3192c57c28bccd69981423a877f ssh-agent -k 11:04:50 unset SSH_AUTH_SOCK; 11:04:50 unset SSH_AGENT_PID; 11:04:50 echo Agent pid 40 killed; 11:04:50 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 11:04:50 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 11:04:50 [ssh-agent] Looking for ssh-agent implementation... 11:04:50 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 11:04:50 $ docker exec c48045300869d0368af5139005550f19089db3192c57c28bccd69981423a877f ssh-agent 11:04:50 SSH_AUTH_SOCK=/tmp/ssh-QSBZuZnXrkpl/agent.74 11:04:50 SSH_AGENT_PID=81 11:04:50 Running ssh-add (command line suppressed) 11:04:50 Identity added: /w/workspace/foundry_device-virtual-go_PR-293@tmp/private_key_6583743623129368284.key (/w/workspace/foundry_device-virtual-go_PR-293@tmp/private_key_6583743623129368284.key) 11:04:50 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 11:04:51 + git semver init 11:04:51 2022-06-27 11:04:51,305 [run_init] DEBUG init version:0.0.0 force:False 11:04:51 2022-06-27 11:04:51,306 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/foundry_device-virtual-go_PR-293/.semver 11:04:51 2022-06-27 11:04:51,306 [execute] INFO git clone -b semver git@github.com:edgexfoundry/device-virtual-go.git /w/workspace/foundry_device-virtual-go_PR-293/.semver 11:04:51 2022-06-27 11:04:51,307 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/device-virtual-go.git', '/w/workspace/foundry_device-virtual-go_PR-293/.semver'], cwd=/w/workspace/foundry_device-virtual-go_PR-293, universal_newlines=False, shell=None, istream=None) 11:04:52 2022-06-27 11:04:52,210 [append_file] DEBUG append to file:/w/workspace/foundry_device-virtual-go_PR-293/.git/info/exclude 11:04:52 2022-06-27 11:04:52,211 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/foundry_device-virtual-go_PR-293/.semver/PR-293 with force:False 11:04:52 2022-06-27 11:04:52,211 [write_file] DEBUG write to file:/w/workspace/foundry_device-virtual-go_PR-293/.semver/PR-293 11:04:52 2022-06-27 11:04:52,215 [execute] INFO git cat-file --batch-check 11:04:52 2022-06-27 11:04:52,215 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/foundry_device-virtual-go_PR-293/.semver, universal_newlines=False, shell=None, istream=) 11:04:52 2022-06-27 11:04:52,222 [execute] INFO git cat-file --batch 11:04:52 2022-06-27 11:04:52,222 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/foundry_device-virtual-go_PR-293/.semver, universal_newlines=False, shell=None, istream=) 11:04:52 2022-06-27 11:04:52,228 [read_version] DEBUG read version from /w/workspace/foundry_device-virtual-go_PR-293/.semver/PR-293 11:04:52 0.0.0 [Pipeline] } 11:04:52 $ docker exec --env ******** --env ******** c48045300869d0368af5139005550f19089db3192c57c28bccd69981423a877f ssh-agent -k 11:04:52 unset SSH_AUTH_SOCK; 11:04:52 unset SSH_AGENT_PID; 11:04:52 echo Agent pid 81 killed; 11:04:52 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 11:04:52 + git semver [Pipeline] } 11:04:53 $ docker stop --time=1 c48045300869d0368af5139005550f19089db3192c57c28bccd69981423a877f 11:04:54 $ docker rm -f c48045300869d0368af5139005550f19089db3192c57c28bccd69981423a877f [Pipeline] // withDockerContainer [Pipeline] sh 11:04:54 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 11:04:55 Stashed 1 file(s) [Pipeline] echo 11:04:55 [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 11:04:55 provisioning config files... 11:04:55 copy managed file [device-virtual-go-settings] to file:/w/workspace/foundry_device-virtual-go_PR-293@tmp/config7482132559278364790tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 11:04:56 ---> docker-login.sh 11:04:56 nexus3.edgexfoundry.org:10001 11:04:56 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:04:56 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 11:04:56 Configure a credential helper to remove this warning. See 11:04:56 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 11:04:56 11:04:56 Login Succeeded 11:04:56 nexus3.edgexfoundry.org:10002 11:04:56 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:04:56 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 11:04:56 Configure a credential helper to remove this warning. See 11:04:56 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 11:04:56 11:04:56 Login Succeeded 11:04:56 nexus3.edgexfoundry.org:10003 11:04:56 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:04:56 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 11:04:56 Configure a credential helper to remove this warning. See 11:04:56 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 11:04:56 11:04:56 Login Succeeded 11:04:56 nexus3.edgexfoundry.org:10004 11:04:56 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:04:56 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 11:04:56 Configure a credential helper to remove this warning. See 11:04:56 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 11:04:56 11:04:56 Login Succeeded 11:04:56 docker.io 11:04:56 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:04:56 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 11:04:56 Configure a credential helper to remove this warning. See 11:04:56 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 11:04:56 11:04:56 Login Succeeded 11:04:56 ---> docker-login.sh ends [Pipeline] } 11:04:57 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 11:04:57 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 11:04:57 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 11:04:57 ========================================================= 11:04:57 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine] 11:04:57 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:04:57 + docker build -t ci-base-image-x86_64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine --build-arg MAKE=echo noop --target=builder . 11:04:57 Sending build context to Docker daemon 23.03MB 11:04:57 Step 1/12 : ARG BASE=golang:1.17-alpine3.15 11:04:57 Step 2/12 : FROM ${BASE} AS builder 11:04:57 1.17-alpine: Pulling from edgex-devops/edgex-golang-base 11:04:57 59bf1c3509f3: Pulling fs layer 11:04:57 666ba61612fd: Pulling fs layer 11:04:57 8ed8ca486205: Pulling fs layer 11:04:57 cc1cd167ecdc: Pulling fs layer 11:04:57 c516ae0d96e1: Pulling fs layer 11:04:57 684cea983483: Pulling fs layer 11:04:57 dd3240ac7de5: Pulling fs layer 11:04:57 b1e948a4e11c: Pulling fs layer 11:04:57 a8fd76ee1af6: Pulling fs layer 11:04:57 646ad004c059: Pulling fs layer 11:04:57 cc1cd167ecdc: Waiting 11:04:57 c516ae0d96e1: Waiting 11:04:57 a8fd76ee1af6: Waiting 11:04:57 b1e948a4e11c: Waiting 11:04:57 684cea983483: Waiting 11:04:57 646ad004c059: Waiting 11:04:57 dd3240ac7de5: Waiting 11:04:57 8ed8ca486205: Verifying Checksum 11:04:57 8ed8ca486205: Download complete 11:04:57 666ba61612fd: Verifying Checksum 11:04:57 666ba61612fd: Download complete 11:04:57 c516ae0d96e1: Download complete 11:04:57 684cea983483: Verifying Checksum 11:04:57 684cea983483: Download complete 11:04:57 dd3240ac7de5: Verifying Checksum 11:04:57 dd3240ac7de5: Download complete 11:04:57 59bf1c3509f3: Verifying Checksum 11:04:57 59bf1c3509f3: Download complete 11:04:57 b1e948a4e11c: Verifying Checksum 11:04:57 b1e948a4e11c: Download complete 11:04:57 59bf1c3509f3: Pull complete 11:04:58 666ba61612fd: Pull complete 11:04:58 8ed8ca486205: Pull complete 11:04:58 646ad004c059: Verifying Checksum 11:04:58 646ad004c059: Download complete 11:04:58 a8fd76ee1af6: Verifying Checksum 11:04:58 a8fd76ee1af6: Download complete 11:04:58 cc1cd167ecdc: Verifying Checksum 11:04:58 cc1cd167ecdc: Download complete 11:05:02 cc1cd167ecdc: Pull complete 11:05:02 c516ae0d96e1: Pull complete 11:05:02 684cea983483: Pull complete 11:05:02 dd3240ac7de5: Pull complete 11:05:03 b1e948a4e11c: Pull complete 11:05:05 a8fd76ee1af6: Pull complete 11:05:06 646ad004c059: Pull complete 11:05:06 Digest: sha256:bc8ce28cadebfaa099e5330588345fe90134e4027cf71364bfd2aff1e7ff8c16 11:05:06 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine 11:05:06 ---> 8f69c11f6b0c 11:05:06 Step 3/12 : ARG ALPINE_PKG_BASE="make git openssh-client gcc libc-dev zeromq-dev libsodium-dev" 11:05:08 ---> Running in e0f301652040 11:05:08 Removing intermediate container e0f301652040 11:05:08 ---> 22511447c958 11:05:08 Step 4/12 : ARG ALPINE_PKG_EXTRA="" 11:05:08 ---> Running in 4c1272104379 11:05:08 Removing intermediate container 4c1272104379 11:05:08 ---> c9a02171fa5a 11:05:08 Step 5/12 : WORKDIR /device-virtual-go 11:05:08 ---> Running in c0cf2bbe0bef 11:05:08 Removing intermediate container c0cf2bbe0bef 11:05:08 ---> 776cd9b161ad 11:05:08 Step 6/12 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 11:05:08 ---> Running in ce9878d11c13 11:05:09 Removing intermediate container ce9878d11c13 11:05:09 ---> 86e6365c2866 11:05:09 Step 7/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 11:05:09 ---> Running in deabf104899c 11:05:09 fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 11:05:10 Still waiting to schedule task 11:05:10 All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline 11:05:10 fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 11:05:10 (1/4) Installing openssh-keygen (8.8_p1-r1) 11:05:11 (2/4) Installing libedit (20210910.3.1-r0) 11:05:11 (3/4) Installing openssh-client-common (8.8_p1-r1) 11:05:11 (4/4) Installing openssh-client-default (8.8_p1-r1) 11:05:11 Executing busybox-1.34.1-r3.trigger 11:05:11 OK: 224 MiB in 56 packages 11:05:12 Removing intermediate container deabf104899c 11:05:12 ---> 941726d048db 11:05:12 Step 8/12 : COPY go.mod vendor* ./ 11:05:12 ---> 08eb8a2bb83d 11:05:12 Step 9/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 11:05:12 ---> Running in 1ef5eb097f87 11:05:26 Removing intermediate container 1ef5eb097f87 11:05:26 ---> 77185b8f942d 11:05:26 Step 10/12 : COPY . . 11:05:27 ---> 83c3c3176e40 11:05:27 Step 11/12 : ARG MAKE='make build' 11:05:27 ---> Running in e63a579a3422 11:05:27 Removing intermediate container e63a579a3422 11:05:27 ---> 5aed18428f4a 11:05:27 Step 12/12 : RUN $MAKE 11:05:27 ---> Running in 38a4eb8a9388 11:05:27 noop 11:05:28 Removing intermediate container 38a4eb8a9388 11:05:28 ---> 94ea4dc3d9f9 11:05:28 Successfully built 94ea4dc3d9f9 11:05:28 Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:05:28 + docker inspect -f . ci-base-image-x86_64 11:05:28 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 11:05:28 prd-ubuntu20.04-docker-8c-8g-16082 does not seem to be running inside a container 11:05:29 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/foundry_device-virtual-go_PR-293 -v /w/workspace/foundry_device-virtual-go_PR-293:/w/workspace/foundry_device-virtual-go_PR-293:rw,z -v /w/workspace/foundry_device-virtual-go_PR-293@tmp:/w/workspace/foundry_device-virtual-go_PR-293@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 11:05:29 $ docker top 465446c3dbd6c43883859bdae09476d622d28cfa25183c441a5633a90ee74c40 -eo pid,comm [Pipeline] { [Pipeline] sh 11:05:29 + go version 11:05:29 go version go1.17.7 linux/amd64 [Pipeline] } 11:05:29 $ docker stop --time=1 465446c3dbd6c43883859bdae09476d622d28cfa25183c441a5633a90ee74c40 11:05:31 $ docker rm -f 465446c3dbd6c43883859bdae09476d622d28cfa25183c441a5633a90ee74c40 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:05:32 + docker inspect -f . ci-base-image-x86_64 11:05:32 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 11:05:32 prd-ubuntu20.04-docker-8c-8g-16082 does not seem to be running inside a container 11:05:32 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/foundry_device-virtual-go_PR-293 -v /w/workspace/foundry_device-virtual-go_PR-293:/w/workspace/foundry_device-virtual-go_PR-293:rw,z -v /w/workspace/foundry_device-virtual-go_PR-293@tmp:/w/workspace/foundry_device-virtual-go_PR-293@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 11:05:32 $ docker top 25b29c4d10e2085c38e0da1fc0dbec641d0532be0e604fb025ea4c211d669f25 -eo pid,comm [Pipeline] { [Pipeline] fileExists [Pipeline] sh 11:05:33 + make test 11:05:33 CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out 11:05:33 ? github.com/edgexfoundry/device-virtual-go [no test files] 11:05:43 ? github.com/edgexfoundry/device-virtual-go/cmd [no test files] 11:05:43 ok github.com/edgexfoundry/device-virtual-go/internal/driver 0.041s coverage: 65.7% of statements 11:05:51 CGO_ENABLED=1 GO111MODULE=on go vet ./... 11:05:55 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 11:05:55 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 11:05:55 ./bin/test-attribution-txt.sh [Pipeline] echo 11:05:55 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 11:05:56 $ docker stop --time=1 25b29c4d10e2085c38e0da1fc0dbec641d0532be0e604fb025ea4c211d669f25 11:05:57 $ docker rm -f 25b29c4d10e2085c38e0da1fc0dbec641d0532be0e604fb025ea4c211d669f25 [Pipeline] // withDockerContainer [Pipeline] sh 11:05:58 + sudo chown -R jenkins:jenkins . [Pipeline] stash 11:05:58 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 11:05:59 + sudo chown -R jenkins:jenkins . [Pipeline] sh 11:05:59 + ls -al . 11:05:59 total 192 11:05:59 drwxrwxr-x 9 jenkins jenkins 4096 Jun 27 11:05 . 11:05:59 drwxrwxr-x 4 jenkins jenkins 4096 Jun 27 11:04 .. 11:05:59 drwxrwxr-x 8 jenkins jenkins 4096 Jun 27 11:04 .git 11:05:59 drwxrwxr-x 3 jenkins jenkins 4096 Jun 27 11:04 .github 11:05:59 -rw-rw-r-- 1 jenkins jenkins 337 Jun 27 11:04 .gitignore 11:05:59 -rw-rw-r-- 1 jenkins jenkins 41 Jun 27 11:04 .golangci.yml 11:05:59 drwxr-xr-x 3 jenkins jenkins 4096 Jun 27 11:04 .semver 11:05:59 -rw-rw-r-- 1 jenkins jenkins 8152 Jun 27 11:04 Attribution.txt 11:05:59 -rw-rw-r-- 1 jenkins jenkins 9649 Jun 27 11:04 CHANGELOG.md 11:05:59 -rw-rw-r-- 1 jenkins jenkins 1974 Jun 27 11:04 Dockerfile 11:05:59 -rw-rw-r-- 1 jenkins jenkins 677 Jun 27 11:04 GOVERNANCE.md 11:05:59 -rw-rw-r-- 1 jenkins jenkins 660 Jun 27 11:04 Jenkinsfile 11:05:59 -rw-rw-r-- 1 jenkins jenkins 11340 Jun 27 11:04 LICENSE 11:05:59 -rw-rw-r-- 1 jenkins jenkins 2248 Jun 27 11:04 Makefile 11:05:59 -rw-rw-r-- 1 jenkins jenkins 623 Jun 27 11:04 OWNERS.md 11:05:59 -rw-rw-r-- 1 jenkins jenkins 2914 Jun 27 11:04 README.md 11:05:59 -rw-rw-r-- 1 jenkins jenkins 5 Jun 27 11:04 VERSION 11:05:59 drwxrwxr-x 2 jenkins jenkins 4096 Jun 27 11:04 bin 11:05:59 drwxrwxr-x 3 jenkins jenkins 4096 Jun 27 11:04 cmd 11:05:59 -rw-r--r-- 1 jenkins jenkins 44128 Jun 27 11:05 coverage.out 11:05:59 -rw-rw-r-- 1 jenkins jenkins 3190 Jun 27 11:04 go.mod 11:05:59 -rw-rw-r-- 1 jenkins jenkins 35854 Jun 27 11:04 go.sum 11:05:59 drwxrwxr-x 3 jenkins jenkins 4096 Jun 27 11:04 internal 11:05:59 drwxrwxr-x 3 jenkins jenkins 4096 Jun 27 11:04 snap 11:05:59 -rw-rw-r-- 1 jenkins jenkins 235 Jun 27 11:04 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:05:59 + 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=f70277535b4edfc31a5264c55b945885c4677722 --label arch=amd64 --label version=0.0.0 . 11:05:59 Sending build context to Docker daemon 23.08MB 11:05:59 Step 1/26 : ARG BASE=golang:1.17-alpine3.15 11:05:59 Step 2/26 : FROM ${BASE} AS builder 11:05:59 ---> 94ea4dc3d9f9 11:05:59 Step 3/26 : ARG ALPINE_PKG_BASE="make git openssh-client gcc libc-dev zeromq-dev libsodium-dev" 11:06:00 ---> Running in 9ddede7746ff 11:06:00 Removing intermediate container 9ddede7746ff 11:06:00 ---> 0fa67b958449 11:06:00 Step 4/26 : ARG ALPINE_PKG_EXTRA="" 11:06:00 ---> Running in 0ad841c27a5f 11:06:00 Removing intermediate container 0ad841c27a5f 11:06:00 ---> 40ca0dcb5513 11:06:00 Step 5/26 : WORKDIR /device-virtual-go 11:06:00 ---> Running in b40dd0b698bc 11:06:00 Removing intermediate container b40dd0b698bc 11:06:00 ---> a0efc12af37d 11:06:00 Step 6/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 11:06:00 ---> Running in cd02c4b91a89 11:06:01 Removing intermediate container cd02c4b91a89 11:06:01 ---> f9992b51164f 11:06:01 Step 7/26 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 11:06:01 ---> Running in 7a6bb6efe41a 11:06:01 fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 11:06:02 fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 11:06:02 OK: 224 MiB in 56 packages 11:06:02 Removing intermediate container 7a6bb6efe41a 11:06:02 ---> 1660f283d4b8 11:06:02 Step 8/26 : COPY go.mod vendor* ./ 11:06:03 ---> 4be7c261aa1e 11:06:03 Step 9/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 11:06:03 ---> Running in 1f66b73afd13 11:06:04 Removing intermediate container 1f66b73afd13 11:06:04 ---> 8d44b56378db 11:06:04 Step 10/26 : COPY . . 11:06:04 ---> 8359b9c64cd3 11:06:04 Step 11/26 : ARG MAKE='make build' 11:06:04 ---> Running in 71766022c983 11:06:04 Removing intermediate container 71766022c983 11:06:04 ---> 7a5fc0bd403c 11:06:04 Step 12/26 : RUN $MAKE 11:06:04 ---> Running in 19d5d6bab2e7 11:06:04 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-linkmode=external -X github.com/edgexfoundry/device-virtual-go.Version=0.0.0" -trimpath -mod=readonly -buildmode=pie -o cmd/device-virtual ./cmd 11:06:26 Removing intermediate container 19d5d6bab2e7 11:06:26 ---> c7965b7c9e1d 11:06:26 Step 13/26 : FROM alpine:3.14 11:06:26 3.14: Pulling from library/alpine 11:06:26 8663204ce13b: Pulling fs layer 11:06:26 8663204ce13b: Verifying Checksum 11:06:26 8663204ce13b: Download complete 11:06:27 8663204ce13b: Pull complete 11:06:27 Digest: sha256:06b5d462c92fc39303e6363c65e074559f8d6b1363250027ed5053557e3398c5 11:06:27 Status: Downloaded newer image for alpine:3.14 11:06:27 ---> e04c818066af 11:06:27 Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019-2021: IOTech' 11:06:27 ---> Running in 0575c50dac6e 11:06:27 Removing intermediate container 0575c50dac6e 11:06:27 ---> da9738c9511b 11:06:27 Step 15/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 11:06:27 ---> Running in 857ec54157e1 11:06:27 Removing intermediate container 857ec54157e1 11:06:27 ---> 9bc16e4ed1e3 11:06:27 Step 16/26 : RUN apk add --update --no-cache zeromq dumb-init 11:06:28 ---> Running in 58b71dc306ac 11:06:28 fetch https://nl.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz 11:06:29 fetch https://nl.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz 11:06:29 (1/6) Installing dumb-init (1.2.5-r1) 11:06:29 (2/6) Installing libgcc (10.3.1_git20210424-r2) 11:06:29 (3/6) Installing libsodium (1.0.18-r0) 11:06:29 (4/6) Installing libstdc++ (10.3.1_git20210424-r2) 11:06:29 (5/6) Installing libzmq (4.3.4-r0) 11:06:29 (6/6) Installing zeromq (4.3.4-r0) 11:06:30 Executing busybox-1.33.1-r7.trigger 11:06:30 OK: 8 MiB in 20 packages 11:06:30 Removing intermediate container 58b71dc306ac 11:06:30 ---> 7538a14ba451 11:06:30 Step 17/26 : WORKDIR / 11:06:30 ---> Running in d47feeb01347 11:06:30 Removing intermediate container d47feeb01347 11:06:30 ---> f754909f06ac 11:06:30 Step 18/26 : COPY --from=builder /device-virtual-go/Attribution.txt / 11:06:30 ---> 3fe03af62fe0 11:06:30 Step 19/26 : COPY --from=builder /device-virtual-go/LICENSE / 11:06:30 ---> 3e824a86e42e 11:06:30 Step 20/26 : COPY --from=builder /device-virtual-go/cmd / 11:06:31 ---> eaa776b7940a 11:06:31 Step 21/26 : EXPOSE 59900 11:06:31 ---> Running in 8a4d17630392 11:06:31 Removing intermediate container 8a4d17630392 11:06:31 ---> 0b17e0ca4e57 11:06:31 Step 22/26 : ENTRYPOINT ["/device-virtual"] 11:06:31 ---> Running in 88bdb430ff93 11:06:31 Removing intermediate container 88bdb430ff93 11:06:31 ---> 449a48dd8664 11:06:31 Step 23/26 : CMD ["--cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 11:06:32 ---> Running in 38a361ad0964 11:06:32 Removing intermediate container 38a361ad0964 11:06:32 ---> 7abefd3a5cf6 11:06:32 Step 24/26 : LABEL arch=amd64 11:06:32 ---> Running in 0e52600dcdb8 11:06:32 Removing intermediate container 0e52600dcdb8 11:06:32 ---> adbea8b13b61 11:06:32 Step 25/26 : LABEL git_sha=f70277535b4edfc31a5264c55b945885c4677722 11:06:32 ---> Running in 7683192b8cf0 11:06:32 Removing intermediate container 7683192b8cf0 11:06:32 ---> 0e3cc4db47e4 11:06:32 Step 26/26 : LABEL version=0.0.0 11:06:32 ---> Running in 9cfd6917b85c 11:06:32 Removing intermediate container 9cfd6917b85c 11:06:32 ---> 17462b4b3989 11:06:32 [Warning] One or more build-args [ARCH] were not consumed 11:06:32 Successfully built 17462b4b3989 11:06:32 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 11:06:33 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 11:06:33 11:06:33 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:06:33 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 11:06:33 latest: Pulling from edgex-lftools-log-publisher 11:06:33 5eb5b503b376: Pulling fs layer 11:06:33 5c69ac0246d0: Pulling fs layer 11:06:33 ec43610c2a17: Pulling fs layer 11:06:33 3a2ae6a8a46f: Pulling fs layer 11:06:33 33b1e0a273af: Pulling fs layer 11:06:33 5d3b04190fa2: Pulling fs layer 11:06:33 2f39f015ded8: Pulling fs layer 11:06:33 3a2ae6a8a46f: Waiting 11:06:33 33b1e0a273af: Waiting 11:06:33 5d3b04190fa2: Waiting 11:06:33 2f39f015ded8: Waiting 11:06:33 5c69ac0246d0: Verifying Checksum 11:06:33 5c69ac0246d0: Download complete 11:06:33 3a2ae6a8a46f: Download complete 11:06:33 33b1e0a273af: Verifying Checksum 11:06:33 33b1e0a273af: Download complete 11:06:34 ec43610c2a17: Verifying Checksum 11:06:34 ec43610c2a17: Download complete 11:06:34 5d3b04190fa2: Verifying Checksum 11:06:34 5d3b04190fa2: Download complete 11:06:34 5eb5b503b376: Verifying Checksum 11:06:34 5eb5b503b376: Download complete 11:06:34 2f39f015ded8: Download complete 11:06:35 5eb5b503b376: Pull complete 11:06:35 5c69ac0246d0: Pull complete 11:06:36 ec43610c2a17: Pull complete 11:06:36 3a2ae6a8a46f: Pull complete 11:06:36 33b1e0a273af: Pull complete 11:06:36 5d3b04190fa2: Pull complete 11:06:41 2f39f015ded8: Pull complete 11:06:41 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 11:06:41 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 11:06:41 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 11:06:42 prd-ubuntu20.04-docker-8c-8g-16082 does not seem to be running inside a container 11:06:42 $ 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-293 -v /w/workspace/foundry_device-virtual-go_PR-293:/w/workspace/foundry_device-virtual-go_PR-293:rw,z -v /w/workspace/foundry_device-virtual-go_PR-293@tmp:/w/workspace/foundry_device-virtual-go_PR-293@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 11:06:44 $ docker top 525386ee5291fac2f1f22babdc129d43001ff4790e867a87a7b734fd0828bdc0 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 11:06:44 ---> job-cost.sh 11:06:44 lf-activate-venv: SKIPPING 11:06:44 INFO: No Stack... 11:06:45 INFO: Retrieving Pricing Info for: v3-standard-8 11:06:45 INFO: Archiving Costs [Pipeline] sh 11:06:46 + cat /w/workspace/foundry_device-virtual-go_PR-293/archives/cost.csv 11:06:46 + cut -d, -f6 [Pipeline] lock 11:06:46 Trying to acquire lock on [jenkins-edgexfoundry-device-virtual-go-PR-293-1-stack-cost] 11:06:46 Resource [jenkins-edgexfoundry-device-virtual-go-PR-293-1-stack-cost] did not exist. Created. 11:06:46 Lock acquired on [jenkins-edgexfoundry-device-virtual-go-PR-293-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 11:06:46 + echo total: 0.2199999988079071 [Pipeline] stash 11:06:46 Stashed 1 file(s) [Pipeline] } 11:06:46 Lock released on resource [jenkins-edgexfoundry-device-virtual-go-PR-293-1-stack-cost] [Pipeline] // lock [Pipeline] } 11:06:46 $ docker stop --time=1 525386ee5291fac2f1f22babdc129d43001ff4790e867a87a7b734fd0828bdc0 11:06:47 $ docker rm -f 525386ee5291fac2f1f22babdc129d43001ff4790e867a87a7b734fd0828bdc0 11:06:47 Running on prd-ubuntu20.04-docker-arm64-4c-16g-16084 in /w/workspace/foundry_device-virtual-go_PR-293 [Pipeline] // withDockerContainer [Pipeline] { [Pipeline] } [Pipeline] // script [Pipeline] ws 11:06:48 Running in /w/workspace/device-virtual-go/1 [Pipeline] { [Pipeline] checkout [Pipeline] } 11:06:48 The recommended git tool is: git [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 11:06:53 using credential edgex-jenkins-ssh 11:06:54 Cloning the remote Git repository 11:06:54 Cloning repository git@github.com:edgexfoundry/device-virtual-go.git 11:06:54 > git init /w/workspace/device-virtual-go/1 # timeout=10 11:06:54 Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git 11:06:54 > git --version # timeout=10 11:06:54 > git --version # 'git version 2.25.1' 11:06:54 using GIT_SSH to set credentials SSH Credentials for GitHub 11:06:54 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 11:06:56 Merging remotes/origin/main commit 6c956091e39ebf418aab18435948f90fcdb39d95 into PR head commit f70277535b4edfc31a5264c55b945885c4677722 11:06:56 Merge succeeded, producing f70277535b4edfc31a5264c55b945885c4677722 11:06:56 Checking out Revision f70277535b4edfc31a5264c55b945885c4677722 (PR-293) 11:06:56 > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 11:06:56 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 11:06:56 > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 11:06:56 Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git 11:06:56 using GIT_SSH to set credentials SSH Credentials for GitHub 11:06:56 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/pull/293/head:refs/remotes/origin/PR-293 +refs/heads/main:refs/remotes/origin/main # timeout=10 11:06:56 > git config core.sparsecheckout # timeout=10 11:06:56 > git checkout -f f70277535b4edfc31a5264c55b945885c4677722 # timeout=10 11:06:56 > git remote # timeout=10 11:06:56 > git config --get remote.origin.url # timeout=10 11:06:56 using GIT_SSH to set credentials SSH Credentials for GitHub 11:06:56 > git merge 6c956091e39ebf418aab18435948f90fcdb39d95 # timeout=10 11:06:56 > git rev-parse HEAD^{commit} # timeout=10 11:06:56 > git config core.sparsecheckout # timeout=10 11:06:57 > git checkout -f f70277535b4edfc31a5264c55b945885c4677722 # timeout=10 11:07:01 Commit message: "build(deps): Bump github.com/edgexfoundry/device-sdk-go/v2" 11:07:01 > git --version # timeout=10 11:07:01 > git --version # 'git version 2.25.1' 11:07:01 fatal: bad object 2c7614b56cb57ece5b5bdf52d827492071d4cc62 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 11:07:02 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 11:07:02 % Total % Received % Xferd Average Speed Time Time Time Current 11:07:02 Dload Upload Total Spent Left Speed 11:07:02 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12253 100 12253 0 0 43917 0 --:--:-- --:--:-- --:--:-- 44075 [Pipeline] sh 11:07:03 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 11:07:03 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 11:07:03 + sudo tee /etc/docker/daemon.new 11:07:03 { 11:07:03 "registry-mirrors": [ 11:07:03 "https://nexus3.edgexfoundry.org:10001" 11:07:03 ], 11:07:03 "bip": "10.250.0.254/24", 11:07:03 "hosts": [ 11:07:03 "tcp://0.0.0.0:5555", 11:07:03 "unix:///var/run/docker.sock" 11:07:03 ], 11:07:03 "mtu": 1458, 11:07:03 "selinux-enabled": true, 11:07:03 "seccomp-profile": "/etc/docker/seccomp.json" 11:07:03 } [Pipeline] sh 11:07:04 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 11:07:04 + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 11:07:22 provisioning config files... 11:07:22 copy managed file [device-virtual-go-settings] to file:/w/workspace/device-virtual-go/1@tmp/config1961675293274350733tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 11:07:23 ---> docker-login.sh 11:07:23 nexus3.edgexfoundry.org:10001 11:07:23 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:07:24 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 11:07:24 Configure a credential helper to remove this warning. See 11:07:24 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 11:07:24 11:07:24 Login Succeeded 11:07:24 nexus3.edgexfoundry.org:10002 11:07:24 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:07:24 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 11:07:24 Configure a credential helper to remove this warning. See 11:07:24 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 11:07:24 11:07:24 Login Succeeded 11:07:24 nexus3.edgexfoundry.org:10003 11:07:24 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:07:24 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 11:07:24 Configure a credential helper to remove this warning. See 11:07:24 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 11:07:24 11:07:24 Login Succeeded 11:07:24 nexus3.edgexfoundry.org:10004 11:07:25 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:07:25 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 11:07:25 Configure a credential helper to remove this warning. See 11:07:25 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 11:07:25 11:07:25 Login Succeeded 11:07:25 docker.io 11:07:25 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:07:26 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 11:07:26 Configure a credential helper to remove this warning. See 11:07:26 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 11:07:26 11:07:26 Login Succeeded 11:07:26 ---> docker-login.sh ends [Pipeline] } 11:07:26 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 11:07:26 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 11:07:26 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 11:07:26 ========================================================= 11:07:26 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine] 11:07:26 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:07:27 + docker build -t ci-base-image-arm64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine --build-arg MAKE=echo noop --target=builder . 11:07:27 Sending build context to Docker daemon 11.65MB 11:07:27 Step 1/12 : ARG BASE=golang:1.17-alpine3.15 11:07:27 Step 2/12 : FROM ${BASE} AS builder 11:07:27 1.17-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 11:07:27 9b3977197b4f: Pulling fs layer 11:07:27 1a89e8eeedd5: Pulling fs layer 11:07:27 94645a83ff95: Pulling fs layer 11:07:27 e6fb740bc735: Pulling fs layer 11:07:27 3a77bd46dcc9: Pulling fs layer 11:07:27 355e64cbe906: Pulling fs layer 11:07:27 63ab81a10011: Pulling fs layer 11:07:27 555d1d1c4555: Pulling fs layer 11:07:27 e6fb740bc735: Waiting 11:07:27 3a77bd46dcc9: Waiting 11:07:27 355e64cbe906: Waiting 11:07:27 63ab81a10011: Waiting 11:07:27 555d1d1c4555: Waiting 11:07:27 7d9057610161: Pulling fs layer 11:07:27 7d9057610161: Waiting 11:07:27 94645a83ff95: Download complete 11:07:27 1a89e8eeedd5: Verifying Checksum 11:07:27 1a89e8eeedd5: Download complete 11:07:27 3a77bd46dcc9: Download complete 11:07:27 355e64cbe906: Download complete 11:07:27 9b3977197b4f: Verifying Checksum 11:07:27 9b3977197b4f: Download complete 11:07:27 63ab81a10011: Verifying Checksum 11:07:27 63ab81a10011: Download complete 11:07:28 9b3977197b4f: Pull complete 11:07:28 7d9057610161: Verifying Checksum 11:07:28 7d9057610161: Download complete 11:07:29 1a89e8eeedd5: Pull complete 11:07:29 94645a83ff95: Pull complete 11:07:29 555d1d1c4555: Verifying Checksum 11:07:29 555d1d1c4555: Download complete 11:07:30 e6fb740bc735: Download complete 11:07:42 e6fb740bc735: Pull complete 11:07:42 3a77bd46dcc9: Pull complete 11:07:42 355e64cbe906: Pull complete 11:07:43 63ab81a10011: Pull complete 11:07:49 555d1d1c4555: Pull complete 11:07:51 7d9057610161: Pull complete 11:07:51 Digest: sha256:2bfe06e9b82483759db2d79553298764cc23e00699169ff1c4d7513112b2d636 11:07:51 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine 11:07:51 ---> 819e984ddca1 11:07:51 Step 3/12 : ARG ALPINE_PKG_BASE="make git openssh-client gcc libc-dev zeromq-dev libsodium-dev" 11:07:52 ---> Running in da50f4fe3265 11:07:53 Removing intermediate container da50f4fe3265 11:07:53 ---> fc70f92dd027 11:07:53 Step 4/12 : ARG ALPINE_PKG_EXTRA="" 11:07:53 ---> Running in af1c7800ee6e 11:07:53 Removing intermediate container af1c7800ee6e 11:07:53 ---> 7332207135d8 11:07:53 Step 5/12 : WORKDIR /device-virtual-go 11:07:54 ---> Running in a8b428e9f5b5 11:07:54 Removing intermediate container a8b428e9f5b5 11:07:54 ---> f9adf801a8cb 11:07:54 Step 6/12 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 11:07:54 ---> Running in e3024515bcfb 11:07:56 Removing intermediate container e3024515bcfb 11:07:56 ---> eb3822dd62d6 11:07:56 Step 7/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 11:07:56 ---> Running in 515fe15bc733 11:07:57 fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 11:07:57 fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 11:07:58 (1/4) Installing openssh-keygen (8.8_p1-r1) 11:07:58 (2/4) Installing libedit (20210910.3.1-r0) 11:07:58 (3/4) Installing openssh-client-common (8.8_p1-r1) 11:07:59 (4/4) Installing openssh-client-default (8.8_p1-r1) 11:07:59 Executing busybox-1.34.1-r3.trigger 11:07:59 OK: 224 MiB in 56 packages 11:08:00 Removing intermediate container 515fe15bc733 11:08:00 ---> e0737d6ddc97 11:08:00 Step 8/12 : COPY go.mod vendor* ./ 11:08:00 ---> f7e68eda79bc 11:08:00 Step 9/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 11:08:00 ---> Running in d88b5415f170 11:08:47 Removing intermediate container d88b5415f170 11:08:47 ---> c3d0bac263b8 11:08:47 Step 10/12 : COPY . . 11:08:47 ---> 96a01b53b2bf 11:08:47 Step 11/12 : ARG MAKE='make build' 11:08:47 ---> Running in 86b38bdb90a2 11:08:47 Removing intermediate container 86b38bdb90a2 11:08:47 ---> 9e47f6313f6c 11:08:47 Step 12/12 : RUN $MAKE 11:08:47 ---> Running in 726d656e1666 11:08:47 noop 11:08:48 Removing intermediate container 726d656e1666 11:08:48 ---> 461548b02703 11:08:48 Successfully built 461548b02703 11:08:48 Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:08:48 + docker inspect -f . ci-base-image-arm64 11:08:48 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 11:08:49 prd-ubuntu20.04-docker-arm64-4c-16g-16084 does not seem to be running inside a container 11:08: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 ******** ci-base-image-arm64 cat 11:08:50 $ docker top a1cda9ec5b632abdbee8fa90c3e96e64c945c9df57d12cfb90eb359518514d8f -eo pid,comm [Pipeline] { [Pipeline] sh 11:08:51 + go version 11:08:51 go version go1.17.7 linux/arm64 [Pipeline] } 11:08:51 $ docker stop --time=1 a1cda9ec5b632abdbee8fa90c3e96e64c945c9df57d12cfb90eb359518514d8f 11:08:53 $ docker rm -f a1cda9ec5b632abdbee8fa90c3e96e64c945c9df57d12cfb90eb359518514d8f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:08:54 + docker inspect -f . ci-base-image-arm64 11:08:54 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 11:08:54 prd-ubuntu20.04-docker-arm64-4c-16g-16084 does not seem to be running inside a container 11:08:54 $ 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 ******** ci-base-image-arm64 cat 11:08:55 $ docker top 7e978e5f5eaec5c86bfaad4e327afe1bb17860114e48f39d96318b5060b764d7 -eo pid,comm [Pipeline] { [Pipeline] fileExists [Pipeline] sh 11:08:56 + make test 11:08:56 CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out 11:08:58 ? github.com/edgexfoundry/device-virtual-go [no test files] 11:10:20 ? github.com/edgexfoundry/device-virtual-go/cmd [no test files] 11:10:20 ok github.com/edgexfoundry/device-virtual-go/internal/driver 0.136s coverage: 65.7% of statements 11:10:20 WARNING: Linting skipped (not on x86_64 or linter not installed) 11:10:20 CGO_ENABLED=1 GO111MODULE=on go vet ./... 11:10:42 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 11:10:42 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 11:10:42 ./bin/test-attribution-txt.sh [Pipeline] echo 11:10:42 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 11:10:42 $ docker stop --time=1 7e978e5f5eaec5c86bfaad4e327afe1bb17860114e48f39d96318b5060b764d7 11:10:44 $ docker rm -f 7e978e5f5eaec5c86bfaad4e327afe1bb17860114e48f39d96318b5060b764d7 [Pipeline] // withDockerContainer [Pipeline] sh 11:10:45 + sudo chown -R jenkins:jenkins . [Pipeline] stash 11:10:45 Warning: overwriting stash ‘coverage-report’ 11:10:46 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 11:10:46 + sudo chown -R jenkins:jenkins . [Pipeline] sh 11:10:47 + ls -al . 11:10:47 total 188 11:10:47 drwxrwxr-x 8 jenkins jenkins 4096 Jun 27 11:10 . 11:10:47 drwxrwxr-x 4 jenkins jenkins 4096 Jun 27 11:06 .. 11:10:47 drwxrwxr-x 8 jenkins jenkins 4096 Jun 27 11:07 .git 11:10:47 drwxrwxr-x 3 jenkins jenkins 4096 Jun 27 11:06 .github 11:10:47 -rw-rw-r-- 1 jenkins jenkins 337 Jun 27 11:06 .gitignore 11:10:47 -rw-rw-r-- 1 jenkins jenkins 41 Jun 27 11:06 .golangci.yml 11:10:47 -rw-rw-r-- 1 jenkins jenkins 8152 Jun 27 11:06 Attribution.txt 11:10:47 -rw-rw-r-- 1 jenkins jenkins 9649 Jun 27 11:06 CHANGELOG.md 11:10:47 -rw-rw-r-- 1 jenkins jenkins 1974 Jun 27 11:06 Dockerfile 11:10:47 -rw-rw-r-- 1 jenkins jenkins 677 Jun 27 11:06 GOVERNANCE.md 11:10:47 -rw-rw-r-- 1 jenkins jenkins 660 Jun 27 11:06 Jenkinsfile 11:10:47 -rw-rw-r-- 1 jenkins jenkins 11340 Jun 27 11:06 LICENSE 11:10:47 -rw-rw-r-- 1 jenkins jenkins 2248 Jun 27 11:06 Makefile 11:10:47 -rw-rw-r-- 1 jenkins jenkins 623 Jun 27 11:06 OWNERS.md 11:10:47 -rw-rw-r-- 1 jenkins jenkins 2914 Jun 27 11:06 README.md 11:10:47 -rw-rw-r-- 1 jenkins jenkins 5 Jun 27 11:04 VERSION 11:10:47 drwxrwxr-x 2 jenkins jenkins 4096 Jun 27 11:06 bin 11:10:47 drwxrwxr-x 3 jenkins jenkins 4096 Jun 27 11:06 cmd 11:10:47 -rw-r--r-- 1 jenkins jenkins 44128 Jun 27 11:10 coverage.out 11:10:47 -rw-rw-r-- 1 jenkins jenkins 3190 Jun 27 11:06 go.mod 11:10:47 -rw-rw-r-- 1 jenkins jenkins 35854 Jun 27 11:06 go.sum 11:10:47 drwxrwxr-x 3 jenkins jenkins 4096 Jun 27 11:06 internal 11:10:47 drwxrwxr-x 3 jenkins jenkins 4096 Jun 27 11:06 snap 11:10:47 -rw-rw-r-- 1 jenkins jenkins 235 Jun 27 11:06 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:10: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=f70277535b4edfc31a5264c55b945885c4677722 --label arch=arm64 --label version=0.0.0 . 11:10:47 Sending build context to Docker daemon 11.69MB 11:10:48 Step 1/26 : ARG BASE=golang:1.17-alpine3.15 11:10:48 Step 2/26 : FROM ${BASE} AS builder 11:10:48 ---> 461548b02703 11:10:48 Step 3/26 : ARG ALPINE_PKG_BASE="make git openssh-client gcc libc-dev zeromq-dev libsodium-dev" 11:10:48 ---> Running in f2680459f094 11:10:48 Removing intermediate container f2680459f094 11:10:48 ---> 357466d2b94f 11:10:48 Step 4/26 : ARG ALPINE_PKG_EXTRA="" 11:10:48 ---> Running in 9914627921af 11:10:48 Removing intermediate container 9914627921af 11:10:48 ---> fc6ec14b019b 11:10:48 Step 5/26 : WORKDIR /device-virtual-go 11:10:48 ---> Running in 17d8ed28ad55 11:10:49 Removing intermediate container 17d8ed28ad55 11:10:49 ---> 5a2a31dca362 11:10:49 Step 6/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 11:10:49 ---> Running in ec86b54f2ad8 11:10:51 Removing intermediate container ec86b54f2ad8 11:10:51 ---> 713c0a3fcbb9 11:10:51 Step 7/26 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 11:10:51 ---> Running in 35550554a3af 11:10:51 fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 11:10:52 fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 11:10:53 OK: 224 MiB in 56 packages 11:10:54 Removing intermediate container 35550554a3af 11:10:54 ---> c75f0dfcf403 11:10:54 Step 8/26 : COPY go.mod vendor* ./ 11:10:55 ---> af8d72bc7a82 11:10:55 Step 9/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 11:10:55 ---> Running in cfeb5c20a4d6 11:10:56 Removing intermediate container cfeb5c20a4d6 11:10:56 ---> 2f481dd31a31 11:10:56 Step 10/26 : COPY . . 11:10:57 ---> bb61b77bb6cc 11:10:57 Step 11/26 : ARG MAKE='make build' 11:10:57 ---> Running in c0e0a453a574 11:10:58 Removing intermediate container c0e0a453a574 11:10:58 ---> fbe7e9cecd7b 11:10:58 Step 12/26 : RUN $MAKE 11:10:58 ---> Running in 1ad84932bd65 11:10:59 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-linkmode=external -X github.com/edgexfoundry/device-virtual-go.Version=0.0.0" -trimpath -mod=readonly -buildmode=pie -o cmd/device-virtual ./cmd 11:13:06 Removing intermediate container 1ad84932bd65 11:13:06 ---> 4b73250f19a9 11:13:06 Step 13/26 : FROM alpine:3.14 11:13:06 3.14: Pulling from library/alpine 11:13:06 455c02918c45: Pulling fs layer 11:13:06 455c02918c45: Verifying Checksum 11:13:06 455c02918c45: Pull complete 11:13:06 Digest: sha256:06b5d462c92fc39303e6363c65e074559f8d6b1363250027ed5053557e3398c5 11:13:06 Status: Downloaded newer image for alpine:3.14 11:13:06 ---> ac73e934f311 11:13:06 Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019-2021: IOTech' 11:13:06 ---> Running in 87343335665f 11:13:06 Removing intermediate container 87343335665f 11:13:06 ---> eaecf4d3e60b 11:13:06 Step 15/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 11:13:06 ---> Running in ec023eeabe03 11:13:06 Removing intermediate container ec023eeabe03 11:13:06 ---> 9a15a40c67c0 11:13:06 Step 16/26 : RUN apk add --update --no-cache zeromq dumb-init 11:13:06 ---> Running in a9f3d28a915a 11:13:06 fetch https://nl.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz 11:13:06 fetch https://nl.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz 11:13:06 (1/6) Installing dumb-init (1.2.5-r1) 11:13:06 (2/6) Installing libgcc (10.3.1_git20210424-r2) 11:13:06 (3/6) Installing libsodium (1.0.18-r0) 11:13:06 (4/6) Installing libstdc++ (10.3.1_git20210424-r2) 11:13:06 (5/6) Installing libzmq (4.3.4-r0) 11:13:06 (6/6) Installing zeromq (4.3.4-r0) 11:13:06 Executing busybox-1.33.1-r7.trigger 11:13:06 OK: 8 MiB in 20 packages 11:13:06 Removing intermediate container a9f3d28a915a 11:13:06 ---> 28dab7256843 11:13:06 Step 17/26 : WORKDIR / 11:13:06 ---> Running in 410badbb5642 11:13:06 Removing intermediate container 410badbb5642 11:13:06 ---> 1b2f89fd76d2 11:13:06 Step 18/26 : COPY --from=builder /device-virtual-go/Attribution.txt / 11:13:06 ---> 5ce48d43df27 11:13:06 Step 19/26 : COPY --from=builder /device-virtual-go/LICENSE / 11:13:06 ---> 256bd8a36588 11:13:06 Step 20/26 : COPY --from=builder /device-virtual-go/cmd / 11:13:06 ---> f6eadea91296 11:13:06 Step 21/26 : EXPOSE 59900 11:13:06 ---> Running in e889c8656568 11:13:06 Removing intermediate container e889c8656568 11:13:06 ---> eacd690768de 11:13:06 Step 22/26 : ENTRYPOINT ["/device-virtual"] 11:13:06 ---> Running in e6104c5cc203 11:13:06 Removing intermediate container e6104c5cc203 11:13:06 ---> b461438b3dda 11:13:06 Step 23/26 : CMD ["--cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 11:13:06 ---> Running in b38cf0fc7a93 11:13:06 Removing intermediate container b38cf0fc7a93 11:13:06 ---> adbf69e7ef68 11:13:06 Step 24/26 : LABEL arch=arm64 11:13:06 ---> Running in 4b73d6c6d672 11:13:06 Removing intermediate container 4b73d6c6d672 11:13:06 ---> 782bb4154624 11:13:06 Step 25/26 : LABEL git_sha=f70277535b4edfc31a5264c55b945885c4677722 11:13:06 ---> Running in 0b541a423504 11:13:07 Removing intermediate container 0b541a423504 11:13:07 ---> ea1a440edfdf 11:13:07 Step 26/26 : LABEL version=0.0.0 11:13:07 ---> Running in 22cc07e48cf1 11:13:07 Removing intermediate container 22cc07e48cf1 11:13:07 ---> 5cc6ecdc7144 11:13:07 [Warning] One or more build-args [ARCH] were not consumed 11:13:07 Successfully built 5cc6ecdc7144 11:13:07 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 11:13:08 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 11:13:08 11:13:08 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:13:08 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 11:13:09 arm64: Pulling from edgex-lftools-log-publisher 11:13:09 8998bd30e6a1: Pulling fs layer 11:13:09 04944245beec: Pulling fs layer 11:13:09 699f458cf7ca: Pulling fs layer 11:13:09 765212b225bb: Pulling fs layer 11:13:09 f23df028b6ca: Pulling fs layer 11:13:09 d65c8cfc05b1: Pulling fs layer 11:13:09 2437ff75d9bd: Pulling fs layer 11:13:09 f23df028b6ca: Waiting 11:13:09 d65c8cfc05b1: Waiting 11:13:09 2437ff75d9bd: Waiting 11:13:09 765212b225bb: Waiting 11:13:09 04944245beec: Verifying Checksum 11:13:09 04944245beec: Download complete 11:13:09 765212b225bb: Verifying Checksum 11:13:09 765212b225bb: Download complete 11:13:09 f23df028b6ca: Verifying Checksum 11:13:09 f23df028b6ca: Download complete 11:13:09 d65c8cfc05b1: Verifying Checksum 11:13:09 d65c8cfc05b1: Download complete 11:13:09 699f458cf7ca: Verifying Checksum 11:13:09 699f458cf7ca: Download complete 11:13:09 8998bd30e6a1: Verifying Checksum 11:13:09 8998bd30e6a1: Download complete 11:13:12 2437ff75d9bd: Verifying Checksum 11:13:12 2437ff75d9bd: Download complete 11:13:14 8998bd30e6a1: Pull complete 11:13:14 04944245beec: Pull complete 11:13:16 699f458cf7ca: Pull complete 11:13:16 765212b225bb: Pull complete 11:13:17 f23df028b6ca: Pull complete 11:13:17 d65c8cfc05b1: Pull complete 11:13:32 2437ff75d9bd: Pull complete 11:13:32 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 11:13:32 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 11:13:32 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 11:13:32 prd-ubuntu20.04-docker-arm64-4c-16g-16084 does not seem to be running inside a container 11:13:32 $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat 11:13:35 $ docker top d71d379429bc0bf19fb138e8b82c2b12a6af94649a0f402479788dc4da4b4f4e -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 11:13:36 ---> job-cost.sh 11:13:36 lf-activate-venv: SKIPPING 11:13:36 INFO: No Stack... 11:13:37 INFO: Retrieving Pricing Info for: v3-standard-4 11:13:38 INFO: Archiving Costs [Pipeline] sh 11:13:38 + cat /w/workspace/device-virtual-go/1/archives/cost.csv 11:13:38 + cut -d, -f6 [Pipeline] lock 11:13:38 Trying to acquire lock on [jenkins-edgexfoundry-device-virtual-go-PR-293-1-stack-cost] 11:13:38 Resource [jenkins-edgexfoundry-device-virtual-go-PR-293-1-stack-cost] did not exist. Created. 11:13:38 Lock acquired on [jenkins-edgexfoundry-device-virtual-go-PR-293-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 11:13:39 /w/workspace/device-virtual-go/1@tmp/durable-bd95c2e3/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh 11:13:40 + echo total: 0.10999999940395355 [Pipeline] stash 11:13:40 Warning: overwriting stash ‘stack-cost’ 11:13:40 Stashed 1 file(s) [Pipeline] } 11:13:40 Lock released on resource [jenkins-edgexfoundry-device-virtual-go-PR-293-1-stack-cost] [Pipeline] // lock [Pipeline] } 11:13:40 $ docker stop --time=1 d71d379429bc0bf19fb138e8b82c2b12a6af94649a0f402479788dc4da4b4f4e 11:13:41 $ docker rm -f d71d379429bc0bf19fb138e8b82c2b12a6af94649a0f402479788dc4da4b4f4e [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 11:13:42 provisioning config files... 11:13:42 copy managed file [device-virtual-go-codecov-token] to file:/w/workspace/foundry_device-virtual-go_PR-293@tmp/config2767853006172999481tmp [Pipeline] { [Pipeline] sh 11:13:43 + set +x 11:13:43 + curl -s https://codecov.io/bash+ 11:13:43 bash -s -- 11:13:43 11:13:43 _____ _ 11:13:43 / ____| | | 11:13:43 | | ___ __| | ___ ___ _____ __ 11:13:43 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 11:13:43 | |___| (_) | (_| | __/ (_| (_) \ V / 11:13:43 \_____\___/ \__,_|\___|\___\___/ \_/ 11:13:43 Bash-1.0.6 11:13:43 11:13:43 11:13:43 ==> git version 2.25.1 found 11:13:43 ==> 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 11:13:43 Release-Date: 2020-01-08 11:13:43 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 11:13:43 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 11:13:43 ==> Jenkins CI detected. 11:13:43 current dir:  /w/workspace/foundry_device-virtual-go_PR-293 11:13:43 project root: . 11:13:43 --> token set from env 11:13:43 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 11:13:43 ==> Running gcov in . (disable via -X gcov) 11:13:43 ==> Python coveragepy not found 11:13:43 ==> Searching for coverage reports in: 11:13:43 + . 11:13:43 -> Found 1 reports 11:13:43 ==> Detecting git/mercurial file structure 11:13:43 ==> Reading reports 11:13:43 + ./coverage.out bytes=44128 11:13:43 ==> Appending adjustments 11:13:43 https://docs.codecov.io/docs/fixing-reports 11:13:43 + Found adjustments 11:13:43 ==> Gzipping contents 11:13:43 8.0K /tmp/codecov.nywyVp.gz 11:13:43 ==> Uploading reports 11:13:43 url: https://codecov.io 11:13:43 query: branch=PR-293&commit=f70277535b4edfc31a5264c55b945885c4677722&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-virtual-go%2Fjob%2FPR-293%2F1%2F&name=&tag=&slug=edgexfoundry%2Fdevice-virtual-go&service=jenkins&flags=&pr=293&job=&cmd_args= 11:13:43 -> Pinging Codecov 11:13:43 https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=a35e349c-7876-4d48-9269-e9fc36774240&branch=PR-293&commit=f70277535b4edfc31a5264c55b945885c4677722&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-virtual-go%2Fjob%2FPR-293%2F1%2F&name=&tag=&slug=edgexfoundry%2Fdevice-virtual-go&service=jenkins&flags=&pr=293&job=&cmd_args= 11:13:43 -> Uploading to 11:13:43 https://storage.googleapis.com/codecov/v4/raw/2022-06-27/5E52B4B073DB2E39498172D8E973AA87/f70277535b4edfc31a5264c55b945885c4677722/fea46e8e-1e19-4986-96a7-c3eb3b4ed7ef.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EKKHVKCKHW7KBCGM7IHR55T63V2PAVJWLVFNITJHDU5G6R5IRN3LMWJA%2F20220627%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20220627T111343Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=66fd627c36586bca68ecd48b07e6c2780bd8d99281853bdde55f32509c902a5b 11:13:43 % Total % Received % Xferd Average Speed Time Time Time Current 11:13:43 Dload Upload Total Spent Left Speed 11:13:44 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 5507 0 0 100 5507 0 25495 --:--:-- --:--:-- --:--:-- 25495 11:13:44 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/device-virtual-go/commit/f70277535b4edfc31a5264c55b945885c4677722 [Pipeline] } 11:13:44 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 11:13:45 + [ -d /w/workspace/foundry_device-virtual-go_PR-293/archives ] 11:13:45 + ls -al /w/workspace/foundry_device-virtual-go_PR-293/archives 11:13:45 total 16 11:13:45 drwxr-xr-x 3 root root 4096 Jun 27 11:06 . 11:13:45 drwxrwxr-x 10 jenkins jenkins 4096 Jun 27 11:06 .. 11:13:45 drwxr-xr-x 2 root root 4096 Jun 27 11:06 cost 11:13:45 -rw-r--r-- 1 root root 88 Jun 27 11:06 cost.csv 11:13:45 + sudo chown -R jenkins:jenkins /w/workspace/foundry_device-virtual-go_PR-293/archives 11:13:45 + ls -al /w/workspace/foundry_device-virtual-go_PR-293/archives 11:13:45 total 16 11:13:45 drwxr-xr-x 3 jenkins jenkins 4096 Jun 27 11:06 . 11:13:45 drwxrwxr-x 10 jenkins jenkins 4096 Jun 27 11:06 .. 11:13:45 drwxr-xr-x 2 jenkins jenkins 4096 Jun 27 11:06 cost 11:13:45 -rw-r--r-- 1 jenkins jenkins 88 Jun 27 11:06 cost.csv [Pipeline] libraryResource [Pipeline] sh 11:13:46 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 11:13:47 ---> package-listing.sh 11:13:47 ++ facter osfamily 11:13:47 ++ tr '[:upper:]' '[:lower:]' 11:13:47 + OS_FAMILY=debian 11:13:47 + workspace=/w/workspace/foundry_device-virtual-go_PR-293 11:13:47 + START_PACKAGES=/tmp/packages_start.txt 11:13:47 + END_PACKAGES=/tmp/packages_end.txt 11:13:47 + DIFF_PACKAGES=/tmp/packages_diff.txt 11:13:47 + PACKAGES=/tmp/packages_start.txt 11:13:47 + '[' /w/workspace/foundry_device-virtual-go_PR-293 ']' 11:13:47 + PACKAGES=/tmp/packages_end.txt 11:13:47 + case "${OS_FAMILY}" in 11:13:47 + dpkg -l 11:13:47 + grep '^ii' 11:13:47 + '[' -f /tmp/packages_start.txt ']' 11:13:47 + '[' -f /tmp/packages_end.txt ']' 11:13:47 + diff /tmp/packages_start.txt /tmp/packages_end.txt 11:13:47 + '[' /w/workspace/foundry_device-virtual-go_PR-293 ']' 11:13:47 + mkdir -p /w/workspace/foundry_device-virtual-go_PR-293/archives/ 11:13:47 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/foundry_device-virtual-go_PR-293/archives/ [Pipeline] echo 11:13:47 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-293/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 11:13:47 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:13:48 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 11:13:48 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 11:13:48 prd-ubuntu20.04-docker-8c-8g-16082 does not seem to be running inside a container 11:13:48 $ 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-293/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-293 -v /w/workspace/foundry_device-virtual-go_PR-293:/w/workspace/foundry_device-virtual-go_PR-293:rw,z -v /w/workspace/foundry_device-virtual-go_PR-293@tmp:/w/workspace/foundry_device-virtual-go_PR-293@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 11:13:48 $ docker top 9a18ffd9be6ed30621c14aad19cbdb83ffb0eed696b392cef5a464c98b25007b -eo pid,comm [Pipeline] { [Pipeline] sh 11:13:49 + touch /tmp/pre-build-complete [Pipeline] sh 11:13:49 + mkdir -p /var/log/sysstat [Pipeline] sh 11:13:49 + ls /var/log/sa-host 11:13:49 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 11:13:50 provisioning config files... 11:13:50 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/foundry_device-virtual-go_PR-293@tmp/config6867324437448676844tmp [Pipeline] { [Pipeline] echo 11:13:50 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 11:13:50 ---> create-netrc.sh [Pipeline] } 11:13:50 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 11:13:50 ---> python-tools-install.sh [Pipeline] echo 11:13:50 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 11:13:51 ---> sudo-logs.sh 11:13:51 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 11:13:51 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 11:13:51 ---> job-cost.sh 11:13:51 lf-activate-venv: SKIPPING 11:13:51 DEBUG: total: 0.2199999988079071 11:13:51 INFO: Retrieving Stack Cost... 11:13:51 INFO: Retrieving Pricing Info for: v3-standard-8 11:13:52 INFO: Archiving Costs [Pipeline] echo 11:13:52 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 11:13:52 ---> logs-deploy.sh 11:13:52 lf-activate-venv: SKIPPING 11:13:52 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-virtual-go/PR-293/1 11:13:52 INFO: archiving workspace using pattern(s): 11:13:53 Archives upload complete. 11:13:53 INFO: archiving logs to Nexus