Pull request #248 opened Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from f4faf5cdf5b57d0d83ef9fd37aaa34fd32fd492a+2df8c8ad4822796dc8acc1b504482056a7890ea9 (2ee0c5e550ab2bf010e8263f1f8083b227e32eb5) Running in Durability level: MAX_SURVIVABILITY 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-ssh3119318417989841460.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 9a07f3f07dd1acff74ab8b51a5ea399813bb16af 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-ssh5522665733273864526.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 9a07f3f07dd1acff74ab8b51a5ea399813bb16af 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-248/workspace@libs/edgex-global-pipelines # 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-248/workspace@libs/edgex-global-pipelines@tmp/jenkins-gitclient-ssh8811765078190417575.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-248/workspace@libs/edgex-global-pipelines@tmp/jenkins-gitclient-ssh3989940124743316313.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 9a07f3f07dd1acff74ab8b51a5ea399813bb16af (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 9a07f3f07dd1acff74ab8b51a5ea399813bb16af # timeout=10 Commit message: "Merge pull request #362 from edgexfoundry/lts-changes" > 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 shared 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-ssh2499233596617097663.key > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 9bc0e518fca0494fd51682b06eec2da29a326327 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-248/workspace@libs/lf-pipelines # 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-248/workspace@libs/lf-pipelines@tmp/jenkins-gitclient-ssh553931214980484108.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 9bc0e518fca0494fd51682b06eec2da29a326327 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 9bc0e518fca0494fd51682b06eec2da29a326327 # timeout=10 Commit message: "Merge "Fix: Make archiveArtifacts overwriteable in lfJava"" > 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 9a07f3f07dd1acff74ab8b51a5ea399813bb16af Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared 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: [[centos7-docker-4c-2g, ubuntu18.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.16 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 [Pipeline] node Still waiting to schedule task Waiting for next available executor Running on prd-centos7-docker-4c-2g-27930 in /w/workspace/foundry_device-virtual-go_PR-248 [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-248 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git > git --version # timeout=10 > git --version # 'git version 2.24.4' 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 /w/workspace/foundry_device-virtual-go_PR-248@tmp/jenkins-gitclient-ssh3457029386855239120.key > 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 2df8c8ad4822796dc8acc1b504482056a7890ea9 into PR head commit f4faf5cdf5b57d0d83ef9fd37aaa34fd32fd492a > 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 [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /w/workspace/foundry_device-virtual-go_PR-248@tmp/jenkins-gitclient-ssh5206291866782409018.key > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/pull/248/head:refs/remotes/origin/PR-248 +refs/heads/main:refs/remotes/origin/main # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f f4faf5cdf5b57d0d83ef9fd37aaa34fd32fd492a # timeout=10 > git remote # timeout=10 Merge succeeded, producing f4faf5cdf5b57d0d83ef9fd37aaa34fd32fd492a Checking out Revision f4faf5cdf5b57d0d83ef9fd37aaa34fd32fd492a (PR-248) > 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 /w/workspace/foundry_device-virtual-go_PR-248@tmp/jenkins-gitclient-ssh3677337731784614723.key > git merge 2df8c8ad4822796dc8acc1b504482056a7890ea9 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f f4faf5cdf5b57d0d83ef9fd37aaa34fd32fd492a # 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.24.4' fatal: bad object 9a07f3f07dd1acff74ab8b51a5ea399813bb16af [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 11:07:38 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 11:07:38 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 11:07:38 ========================================================= 11:07:38 EdgeX Global Pipelines Version Info 11:07:38 ========================================================= [Pipeline] libraryResource [Pipeline] sh 11:07:39 ------------------- 11:07:39 stable info: 11:07:39 ------------------- 11:07:39 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 11:07:39 Commit SHA: 9a07f3f07dd1acff74ab8b51a5ea399813bb16af 11:07:39 Message: update stable to v1.0.211 11:07:40 ------------------- 11:07:40 experimental info: 11:07:40 ------------------- 11:07:40 Commited By: **** collab-it+edgex@linuxfoundation.org 11:07:40 Commit SHA: 9a07f3f07dd1acff74ab8b51a5ea399813bb16af 11:07:40 Message: update experimental to v1.0.211 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 11:07:40 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-virtual-go-settings [Pipeline] echo 11:07:40 [edgeXSetupEnvironment]: set envvar PROJECT = device-virtual-go [Pipeline] echo 11:07:40 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 11:07:40 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 11:07:40 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 11:07:40 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.16 [Pipeline] echo 11:07:40 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 11:07:41 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 11:07:41 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 11:07:41 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 11:07:41 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 11:07:41 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-virtual [Pipeline] echo 11:07:41 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 11:07:41 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 11:07:41 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 11:07:41 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 11:07:41 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 11:07:41 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 11:07:41 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 11:07:41 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 11:07:41 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 11:07:41 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 11:07:41 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 11:07:41 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 11:07:41 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 11:07:41 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 11:07:41 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-248 [Pipeline] echo 11:07:41 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-248 [Pipeline] echo 11:07:41 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-248 [Pipeline] echo 11:07:41 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = f4faf5cdf5b57d0d83ef9fd37aaa34fd32fd492a [Pipeline] echo 11:07:41 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = f4faf5c [Pipeline] echo 11:07:41 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 11:07:42 provisioning config files... 11:07:42 copy managed file [device-virtual-go-settings] to file:/w/workspace/foundry_device-virtual-go_PR-248@tmp/config330386498312273218tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 11:07:42 ---> docker-login.sh 11:07:42 nexus3.edgexfoundry.org:10001 11:07:42 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:07:42 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 11:07:42 Configure a credential helper to remove this warning. See 11:07:42 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 11:07:42 11:07:42 Login Succeeded 11:07:42 nexus3.edgexfoundry.org:10002 11:07:42 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:07:42 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 11:07:42 Configure a credential helper to remove this warning. See 11:07:42 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 11:07:42 11:07:42 Login Succeeded 11:07:42 nexus3.edgexfoundry.org:10003 11:07:42 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:07:42 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 11:07:42 Configure a credential helper to remove this warning. See 11:07:42 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 11:07:42 11:07:42 Login Succeeded 11:07:42 nexus3.edgexfoundry.org:10004 11:07:42 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:07:42 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 11:07:42 Configure a credential helper to remove this warning. See 11:07:42 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 11:07:42 11:07:42 Login Succeeded 11:07:42 docker.io 11:07:42 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:07:43 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 11:07:43 Configure a credential helper to remove this warning. See 11:07:43 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 11:07:43 11:07:43 Login Succeeded 11:07:43 ---> docker-login.sh ends [Pipeline] } 11:07:43 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh 11:07:44 + git rev-list -1 --merges f4faf5cdf5b57d0d83ef9fd37aaa34fd32fd492a~1..f4faf5cdf5b57d0d83ef9fd37aaa34fd32fd492a [Pipeline] echo 11:07:44 -----------> git rev-list -1 --merges f4faf5cdf5b57d0d83ef9fd37aaa34fd32fd492a~1..f4faf5cdf5b57d0d83ef9fd37aaa34fd32fd492a f4faf5cdf5b57d0d83ef9fd37aaa34fd32fd492a [false] [Pipeline] sh 11:07:44 + git log --format=format:%s -1 f4faf5cdf5b57d0d83ef9fd37aaa34fd32fd492a [Pipeline] echo 11:07:44 ========================================================= 11:07:44 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 11:07:44 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 11:07:44 + git log --format=format:%s -1 f4faf5cdf5b57d0d83ef9fd37aaa34fd32fd492a [Pipeline] echo 11:07:45 [semverPrep] GIT_COMMIT: f4faf5cdf5b57d0d83ef9fd37aaa34fd32fd492a, Commit Message: build(deps): Bump github.com/edgexfoundry/device-sdk-go/v2 [Pipeline] echo 11:07:45 [semverPrep] This is not a build commit. [Pipeline] isUnix [Pipeline] sh 11:07:45 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 11:07:45 11:07:45 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 11:07:45 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 11:07:45 latest: Pulling from edgex-devops/git-semver 11:07:45 a0d0a0d46f8b: Pulling fs layer 11:07:45 3e5f54012d9b: Pulling fs layer 11:07:45 4c7163046ea9: Pulling fs layer 11:07:45 0c2d73faf560: Pulling fs layer 11:07:45 0c2d73faf560: Waiting 11:07:45 3e5f54012d9b: Verifying Checksum 11:07:45 3e5f54012d9b: Download complete 11:07:45 a0d0a0d46f8b: Verifying Checksum 11:07:45 a0d0a0d46f8b: Download complete 11:07:45 4c7163046ea9: Verifying Checksum 11:07:45 4c7163046ea9: Download complete 11:07:45 0c2d73faf560: Verifying Checksum 11:07:45 0c2d73faf560: Download complete 11:07:46 a0d0a0d46f8b: Pull complete 11:07:46 3e5f54012d9b: Pull complete 11:07:46 4c7163046ea9: Pull complete 11:07:46 0c2d73faf560: Pull complete 11:07:46 Digest: sha256:2751de6e655929dcbe46418c7769d9d992331b5b721eb968631a4166222929f9 11:07:46 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 11:07:46 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 11:07:46 prd-centos7-docker-4c-2g-27930 does not seem to be running inside a container 11:07:46 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/foundry_device-virtual-go_PR-248 -v /w/workspace/foundry_device-virtual-go_PR-248:/w/workspace/foundry_device-virtual-go_PR-248:rw,z -v /w/workspace/foundry_device-virtual-go_PR-248@tmp:/w/workspace/foundry_device-virtual-go_PR-248@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 11:07:47 $ docker top f084031ddf1fce653ce4bece22da4340c942fa60250e4f8b3f548c20bf6f9886 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 11:07:47 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 11:07:47 [ssh-agent] Looking for ssh-agent implementation... 11:07:47 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 11:07:47 $ docker exec f084031ddf1fce653ce4bece22da4340c942fa60250e4f8b3f548c20bf6f9886 ssh-agent 11:07:47 SSH_AUTH_SOCK=/tmp/ssh-XXXXXXMlMELC/agent.13 11:07:47 SSH_AGENT_PID=19 11:07:47 Running ssh-add (command line suppressed) 11:07:47 Identity added: /w/workspace/foundry_device-virtual-go_PR-248@tmp/private_key_1723882076654681386.key (/w/workspace/foundry_device-virtual-go_PR-248@tmp/private_key_1723882076654681386.key) 11:07:47 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 11:07:48 + git tag --points-at HEAD [Pipeline] } 11:07:48 $ docker exec --env ******** --env ******** f084031ddf1fce653ce4bece22da4340c942fa60250e4f8b3f548c20bf6f9886 ssh-agent -k 11:07:48 unset SSH_AUTH_SOCK; 11:07:48 unset SSH_AGENT_PID; 11:07:48 echo Agent pid 19 killed; 11:07:48 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 11:07:48 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 11:07:48 [ssh-agent] Looking for ssh-agent implementation... 11:07:48 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 11:07:48 $ docker exec f084031ddf1fce653ce4bece22da4340c942fa60250e4f8b3f548c20bf6f9886 ssh-agent 11:07:48 SSH_AUTH_SOCK=/tmp/ssh-XXXXXXJpnedl/agent.53 11:07:48 SSH_AGENT_PID=59 11:07:48 Running ssh-add (command line suppressed) 11:07:48 Identity added: /w/workspace/foundry_device-virtual-go_PR-248@tmp/private_key_5154919854486239568.key (/w/workspace/foundry_device-virtual-go_PR-248@tmp/private_key_5154919854486239568.key) 11:07:48 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 11:07:49 + git semver init 11:07:49 # -> Open(): unable to determine branch for HEAD 11:07:49 # $GIT_DIR = /w/workspace/foundry_device-virtual-go_PR-248/.git 11:07:49 # $GIT_WORK_TREE = /w/workspace/foundry_device-virtual-go_PR-248 11:07:49 # $SEMVER_REMOTE_NAME = origin 11:07:49 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 11:07:49 # $SEMVER_USER_NAME = edgex-jenkins 11:07:49 # $SEMVER_BRANCH = PR-248 11:07:49 # $SEMVER_TEMP = /tmp/semver-413907336 11:07:49 # git clone --branch semver git@github.com:edgexfoundry/device-virtual-go.git $SEMVER_TEMP 11:07:50 # '/tmp/semver-413907336' -> '/w/workspace/foundry_device-virtual-go_PR-248/.semver' 11:07:50 # -> Force: false 11:07:50 # $SEMVER_DIR = /w/workspace/foundry_device-virtual-go_PR-248/.semver [Pipeline] } 11:07:50 $ docker exec --env ******** --env ******** f084031ddf1fce653ce4bece22da4340c942fa60250e4f8b3f548c20bf6f9886 ssh-agent -k 11:07:50 unset SSH_AUTH_SOCK; 11:07:50 unset SSH_AGENT_PID; 11:07:50 echo Agent pid 59 killed; 11:07:50 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 11:07:50 + git semver [Pipeline] } 11:07:50 $ docker stop --time=1 f084031ddf1fce653ce4bece22da4340c942fa60250e4f8b3f548c20bf6f9886 11:07:51 $ docker rm -f f084031ddf1fce653ce4bece22da4340c942fa60250e4f8b3f548c20bf6f9886 [Pipeline] // withDockerContainer [Pipeline] sh 11:07:52 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 11:07:52 Stashed 1 file(s) [Pipeline] echo 11:07:52 [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] node [Pipeline] node 11:08:07 Still waiting to schedule task 11:08:07 Waiting for next available executor on ‘prd-centos7-docker-4c-2g-27930’ 11:08:07 Still waiting to schedule task 11:08:07 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 11:09:48 Running on prd-ubuntu18.04-docker-arm64-4c-16g-27931 in /w/workspace/foundry_device-virtual-go_PR-248 [Pipeline] { [Pipeline] ws 11:09:48 Running in /w/workspace/device-virtual-go/1 [Pipeline] { [Pipeline] checkout 11:09:48 The recommended git tool is: git 11:09:53 using credential edgex-jenkins-ssh 11:09:53 Cloning the remote Git repository 11:09:54 Cloning repository git@github.com:edgexfoundry/device-virtual-go.git 11:09:54 > git init /w/workspace/device-virtual-go/1 # timeout=10 11:09:54 Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git 11:09:54 > git --version # timeout=10 11:09:54 > git --version # 'git version 2.17.1' 11:09:54 using GIT_SSH to set credentials SSH Credentials for GitHub 11:09:54 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 11:09:55 > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 11:09:55 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 11:09:55 > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 11:09:55 Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git 11:09:55 using GIT_SSH to set credentials SSH Credentials for GitHub 11:09:55 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/pull/248/head:refs/remotes/origin/PR-248 +refs/heads/main:refs/remotes/origin/main # timeout=10 11:09:56 Merging remotes/origin/main commit 2df8c8ad4822796dc8acc1b504482056a7890ea9 into PR head commit f4faf5cdf5b57d0d83ef9fd37aaa34fd32fd492a 11:09:56 Merge succeeded, producing f4faf5cdf5b57d0d83ef9fd37aaa34fd32fd492a 11:09:56 Checking out Revision f4faf5cdf5b57d0d83ef9fd37aaa34fd32fd492a (PR-248) 11:09:56 > git config core.sparsecheckout # timeout=10 11:09:56 > git checkout -f f4faf5cdf5b57d0d83ef9fd37aaa34fd32fd492a # timeout=10 11:09:56 > git remote # timeout=10 11:09:56 > git config --get remote.origin.url # timeout=10 11:09:56 using GIT_SSH to set credentials SSH Credentials for GitHub 11:09:56 > git merge 2df8c8ad4822796dc8acc1b504482056a7890ea9 # timeout=10 11:09:56 > git rev-parse HEAD^{commit} # timeout=10 11:09:56 > git config core.sparsecheckout # timeout=10 11:09:56 > git checkout -f f4faf5cdf5b57d0d83ef9fd37aaa34fd32fd492a # timeout=10 11:10:01 Commit message: "build(deps): Bump github.com/edgexfoundry/device-sdk-go/v2" 11:10:01 > git --version # timeout=10 11:10:01 > git --version # 'git version 2.17.1' 11:10:01 fatal: bad object 9a07f3f07dd1acff74ab8b51a5ea399813bb16af [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 11:10:02 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 11:10:02 % Total % Received % Xferd Average Speed Time Time Time Current 11:10:02 Dload Upload Total Spent Left Speed 11:10:02 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 11824 100 11824 0 0 73440 0 --:--:-- --:--:-- --:--:-- 72987 100 11824 100 11824 0 0 72987 0 --:--:-- --:--:-- --:--:-- 72539 [Pipeline] sh 11:10:02 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 11:10:03 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json+ 11:10:03 sudo tee /etc/docker/daemon.new 11:10:03 { 11:10:03 "registry-mirrors": [ 11:10:03 "https://nexus3.edgexfoundry.org:10001" 11:10:03 ], 11:10:03 "bip": "10.250.0.254/24", 11:10:03 "hosts": [ 11:10:03 "tcp://0.0.0.0:5555", 11:10:03 "unix:///var/run/docker.sock" 11:10:03 ], 11:10:03 "mtu": 1458, 11:10:03 "selinux-enabled": true, 11:10:03 "seccomp-profile": "/etc/docker/seccomp.json" 11:10:03 } [Pipeline] sh 11:10:03 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 11:10:03 + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 11:10:22 provisioning config files... 11:10:22 copy managed file [device-virtual-go-settings] to file:/w/workspace/device-virtual-go/1@tmp/config1097160560438467432tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 11:10:22 ---> docker-login.sh 11:10:22 nexus3.edgexfoundry.org:10001 11:10:23 Running on prd-centos7-docker-4c-2g-27932 in /w/workspace/foundry_device-virtual-go_PR-248 [Pipeline] { [Pipeline] ws 11:10:23 Running in /w/workspace/device-virtual-go/1 [Pipeline] { [Pipeline] checkout 11:10:23 The recommended git tool is: git 11:10:23 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:10:23 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 11:10:23 Configure a credential helper to remove this warning. See 11:10:23 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 11:10:23 11:10:23 Login Succeeded 11:10:23 nexus3.edgexfoundry.org:10002 11:10:24 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:10:24 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 11:10:24 Configure a credential helper to remove this warning. See 11:10:24 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 11:10:24 11:10:24 Login Succeeded 11:10:24 nexus3.edgexfoundry.org:10003 11:10:24 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:10:24 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 11:10:24 Configure a credential helper to remove this warning. See 11:10:24 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 11:10:24 11:10:24 Login Succeeded 11:10:24 nexus3.edgexfoundry.org:10004 11:10:25 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:10:25 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 11:10:25 Configure a credential helper to remove this warning. See 11:10:25 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 11:10:25 11:10:25 Login Succeeded 11:10:25 docker.io 11:10:25 using credential edgex-jenkins-ssh 11:10:25 Cloning the remote Git repository 11:10:25 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:10:24 Cloning repository git@github.com:edgexfoundry/device-virtual-go.git 11:10:24 > git init /w/workspace/device-virtual-go/1 # timeout=10 11:10:24 Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git 11:10:24 > git --version # timeout=10 11:10:24 > git --version # 'git version 2.24.4' 11:10:24 using GIT_SSH to set credentials SSH Credentials for GitHub 11:10:24 [INFO] Currently running in a labeled security context 11:10:24 [INFO] Currently SELinux is 'enforcing' on the host 11:10:24 > /usr/bin/chcon --type=ssh_home_t /w/workspace/device-virtual-go/1@tmp/jenkins-gitclient-ssh2088445404197246891.key 11:10:26 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 11:10:26 Configure a credential helper to remove this warning. See 11:10:26 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 11:10:26 11:10:26 Login Succeeded 11:10:26 ---> docker-login.sh ends [Pipeline] } 11:10:26 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash 11:10:24 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 11:10:25 > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 11:10:25 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 11:10:25 > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 11:10:25 Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git 11:10:25 using GIT_SSH to set credentials SSH Credentials for GitHub 11:10:25 [INFO] Currently running in a labeled security context 11:10:25 [INFO] Currently SELinux is 'enforcing' on the host 11:10:25 > /usr/bin/chcon --type=ssh_home_t /w/workspace/device-virtual-go/1@tmp/jenkins-gitclient-ssh2473564650814473728.key 11:10:25 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/pull/248/head:refs/remotes/origin/PR-248 +refs/heads/main:refs/remotes/origin/main # timeout=10 [Pipeline] echo 11:10:26 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 11:10:26 ========================================================= 11:10:26 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine] 11:10:26 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] sh 11:10:27 Merging remotes/origin/main commit 2df8c8ad4822796dc8acc1b504482056a7890ea9 into PR head commit f4faf5cdf5b57d0d83ef9fd37aaa34fd32fd492a 11:10:27 Merge succeeded, producing f4faf5cdf5b57d0d83ef9fd37aaa34fd32fd492a 11:10:27 Checking out Revision f4faf5cdf5b57d0d83ef9fd37aaa34fd32fd492a (PR-248) 11:10:27 + docker build -t ci-base-image-arm64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine --build-arg MAKE=echo noop --target=builder . 11:10:26 > git config core.sparsecheckout # timeout=10 11:10:26 > git checkout -f f4faf5cdf5b57d0d83ef9fd37aaa34fd32fd492a # timeout=10 11:10:26 > git remote # timeout=10 11:10:26 > git config --get remote.origin.url # timeout=10 11:10:26 using GIT_SSH to set credentials SSH Credentials for GitHub 11:10:26 [INFO] Currently running in a labeled security context 11:10:26 [INFO] Currently SELinux is 'enforcing' on the host 11:10:26 > /usr/bin/chcon --type=ssh_home_t /w/workspace/device-virtual-go/1@tmp/jenkins-gitclient-ssh3261273362283795990.key 11:10:26 > git merge 2df8c8ad4822796dc8acc1b504482056a7890ea9 # timeout=10 11:10:26 > git rev-parse HEAD^{commit} # timeout=10 11:10:26 > git config core.sparsecheckout # timeout=10 11:10:26 > git checkout -f f4faf5cdf5b57d0d83ef9fd37aaa34fd32fd492a # timeout=10 11:10:27 Sending build context to Docker daemon 8.719MB 11:10:27 Step 1/11 : ARG BASE=golang:1.16-alpine3.14 11:10:27 Step 2/11 : FROM ${BASE} AS builder 11:10:27 1.16-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 11:10:27 552d1f2373af: Pulling fs layer 11:10:27 ea3f2d53f512: Pulling fs layer 11:10:27 9e70ebbbe112: Pulling fs layer 11:10:27 7a9cfe048b4a: Pulling fs layer 11:10:27 72dc09318566: Pulling fs layer 11:10:27 f4f7b4309257: Pulling fs layer 11:10:27 0ac9a79272e3: Pulling fs layer 11:10:27 b78e95d17946: Pulling fs layer 11:10:27 72dc09318566: Waiting 11:10:27 f4f7b4309257: Waiting 11:10:27 0ac9a79272e3: Waiting 11:10:27 b78e95d17946: Waiting 11:10:27 7a9cfe048b4a: Waiting 11:10:28 9e70ebbbe112: Verifying Checksum 11:10:28 9e70ebbbe112: Download complete 11:10:28 ea3f2d53f512: Verifying Checksum 11:10:28 ea3f2d53f512: Download complete 11:10:28 72dc09318566: Verifying Checksum 11:10:28 72dc09318566: Download complete 11:10:28 552d1f2373af: Verifying Checksum 11:10:28 552d1f2373af: Download complete 11:10:28 f4f7b4309257: Verifying Checksum 11:10:28 f4f7b4309257: Download complete 11:10:28 0ac9a79272e3: Verifying Checksum 11:10:28 0ac9a79272e3: Download complete 11:10:29 552d1f2373af: Pull complete 11:10:29 ea3f2d53f512: Pull complete 11:10:30 9e70ebbbe112: Pull complete 11:10:30 b78e95d17946: Verifying Checksum 11:10:30 b78e95d17946: Download complete 11:10:30 Commit message: "build(deps): Bump github.com/edgexfoundry/device-sdk-go/v2" 11:10:30 > git --version # timeout=10 11:10:30 > git --version # 'git version 2.24.4' 11:10:30 fatal: bad object 9a07f3f07dd1acff74ab8b51a5ea399813bb16af 11:10:31 7a9cfe048b4a: Verifying Checksum 11:10:31 7a9cfe048b4a: Download complete [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 11:10:31 provisioning config files... 11:10:31 copy managed file [device-virtual-go-settings] to file:/w/workspace/device-virtual-go/1@tmp/config2070498504914796666tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 11:10:31 ---> docker-login.sh 11:10:31 nexus3.edgexfoundry.org:10001 11:10:31 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:10:32 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 11:10:32 Configure a credential helper to remove this warning. See 11:10:32 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 11:10:32 11:10:32 Login Succeeded 11:10:32 nexus3.edgexfoundry.org:10002 11:10:32 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:10:32 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 11:10:32 Configure a credential helper to remove this warning. See 11:10:32 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 11:10:32 11:10:32 Login Succeeded 11:10:32 nexus3.edgexfoundry.org:10003 11:10:32 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:10:32 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 11:10:32 Configure a credential helper to remove this warning. See 11:10:32 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 11:10:32 11:10:32 Login Succeeded 11:10:32 nexus3.edgexfoundry.org:10004 11:10:32 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:10:32 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 11:10:32 Configure a credential helper to remove this warning. See 11:10:32 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 11:10:32 11:10:32 Login Succeeded 11:10:32 docker.io 11:10:32 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:10:32 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 11:10:32 Configure a credential helper to remove this warning. See 11:10:32 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 11:10:32 11:10:32 Login Succeeded 11:10:32 ---> docker-login.sh ends [Pipeline] } 11:10:32 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 11:10:33 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 11:10:33 ========================================================= 11:10:33 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine] 11:10:33 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] sh 11:10:33 + docker build -t ci-base-image-x86_64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine --build-arg 'MAKE=echo noop' --target=builder . 11:10:33 Sending build context to Docker daemon 8.72MB 11:10:33 Step 1/11 : ARG BASE=golang:1.16-alpine3.14 11:10:33 Step 2/11 : FROM ${BASE} AS builder 11:10:33 1.16-alpine: Pulling from edgex-devops/edgex-golang-base 11:10:33 a0d0a0d46f8b: Pulling fs layer 11:10:33 31adcdaf11c8: Pulling fs layer 11:10:33 b8b176561691: Pulling fs layer 11:10:33 4527c011a84f: Pulling fs layer 11:10:33 5d74067f8e1e: Pulling fs layer 11:10:33 e0aca202a116: Pulling fs layer 11:10:33 3a43be97a3b4: Pulling fs layer 11:10:33 34cad66bf833: Pulling fs layer 11:10:33 b4e3c513aaa6: Pulling fs layer 11:10:33 4527c011a84f: Waiting 11:10:33 5d74067f8e1e: Waiting 11:10:33 e0aca202a116: Waiting 11:10:33 3a43be97a3b4: Waiting 11:10:33 34cad66bf833: Waiting 11:10:33 b4e3c513aaa6: Waiting 11:10:33 b8b176561691: Verifying Checksum 11:10:33 b8b176561691: Download complete 11:10:33 31adcdaf11c8: Verifying Checksum 11:10:33 31adcdaf11c8: Download complete 11:10:33 5d74067f8e1e: Verifying Checksum 11:10:33 5d74067f8e1e: Download complete 11:10:33 e0aca202a116: Verifying Checksum 11:10:33 e0aca202a116: Download complete 11:10:33 3a43be97a3b4: Verifying Checksum 11:10:33 3a43be97a3b4: Download complete 11:10:33 a0d0a0d46f8b: Verifying Checksum 11:10:33 a0d0a0d46f8b: Download complete 11:10:33 34cad66bf833: Verifying Checksum 11:10:33 34cad66bf833: Download complete 11:10:34 a0d0a0d46f8b: Pull complete 11:10:34 4527c011a84f: Verifying Checksum 11:10:34 4527c011a84f: Download complete 11:10:34 b4e3c513aaa6: Verifying Checksum 11:10:34 b4e3c513aaa6: Download complete 11:10:34 31adcdaf11c8: Pull complete 11:10:34 b8b176561691: Pull complete 11:10:38 4527c011a84f: Pull complete 11:10:38 5d74067f8e1e: Pull complete 11:10:38 e0aca202a116: Pull complete 11:10:38 3a43be97a3b4: Pull complete 11:10:39 34cad66bf833: Pull complete 11:10:41 7a9cfe048b4a: Pull complete 11:10:41 72dc09318566: Pull complete 11:10:41 b4e3c513aaa6: Pull complete 11:10:41 f4f7b4309257: Pull complete 11:10:42 Digest: sha256:75229776e65f3af88907aed05f91058a30c94a2fbbc20266ef4560f68deb3433 11:10:42 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine 11:10:42 ---> 9f6097aaca64 11:10:42 Step 3/11 : ARG ALPINE_PKG_BASE="make git openssh-client gcc libc-dev zeromq-dev libsodium-dev" 11:10:42 0ac9a79272e3: Pull complete 11:10:43 ---> Running in 6375f11fc4ec 11:10:43 Removing intermediate container 6375f11fc4ec 11:10:43 ---> 04cbcc049db6 11:10:43 Step 4/11 : ARG ALPINE_PKG_EXTRA="" 11:10:43 ---> Running in 056cdf1a1512 11:10:44 Removing intermediate container 056cdf1a1512 11:10:44 ---> ac3f660d8692 11:10:44 Step 5/11 : WORKDIR /device-virtual-go 11:10:44 ---> Running in 4e11a9cc2b2c 11:10:44 Removing intermediate container 4e11a9cc2b2c 11:10:44 ---> 69afeaa65496 11:10:44 Step 6/11 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 11:10:44 ---> Running in 0a3301c73132 11:10:44 Removing intermediate container 0a3301c73132 11:10:44 ---> f34740ab7226 11:10:44 Step 7/11 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 11:10:44 ---> Running in aa00ec7d89b8 11:10:45 fetch https://nl.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz 11:10:46 fetch https://nl.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz 11:10:46 (1/4) Installing openssh-keygen (8.6_p1-r3) 11:10:46 (2/4) Installing libedit (20210216.3.1-r0) 11:10:46 (3/4) Installing openssh-client-common (8.6_p1-r3) 11:10:46 (4/4) Installing openssh-client-default (8.6_p1-r3) 11:10:46 Executing busybox-1.33.1-r3.trigger 11:10:46 OK: 224 MiB in 56 packages 11:10:47 Removing intermediate container aa00ec7d89b8 11:10:47 ---> e1df55755e7d 11:10:47 Step 8/11 : COPY . . 11:10:47 ---> 379e0faab027 11:10:47 Step 9/11 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 11:10:47 ---> Running in 11c542624ba1 11:10:48 b78e95d17946: Pull complete 11:10:48 Digest: sha256:8f77ec77db7124c2038421266515449a73d34d95fd7f90866b77fbf8f5a401c7 11:10:48 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine 11:10:48 ---> 8b459fc5aaf0 11:10:48 Step 3/11 : ARG ALPINE_PKG_BASE="make git openssh-client gcc libc-dev zeromq-dev libsodium-dev" 11:10:49 ---> Running in 901f42ba6893 11:10:50 Removing intermediate container 901f42ba6893 11:10:50 ---> c0a7d95ff630 11:10:50 Step 4/11 : ARG ALPINE_PKG_EXTRA="" 11:10:50 ---> Running in 17b4cf58c772 11:10:50 Removing intermediate container 17b4cf58c772 11:10:50 ---> a71fa6218d47 11:10:50 Step 5/11 : WORKDIR /device-virtual-go 11:10:50 ---> Running in 9fcd141aa9af 11:10:51 Removing intermediate container 9fcd141aa9af 11:10:51 ---> 468c59b4ca7d 11:10:51 Step 6/11 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 11:10:51 ---> Running in a98591be97da 11:10:53 Removing intermediate container a98591be97da 11:10:53 ---> f049de20dd5d 11:10:53 Step 7/11 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 11:10:53 ---> Running in 3ae9c46ad5d2 11:10:54 fetch https://nl.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz 11:10:55 fetch https://nl.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz 11:10:56 (1/4) Installing openssh-keygen (8.6_p1-r3) 11:10:56 (2/4) Installing libedit (20210216.3.1-r0) 11:10:56 (3/4) Installing openssh-client-common (8.6_p1-r3) 11:10:56 (4/4) Installing openssh-client-default (8.6_p1-r3) 11:10:56 Executing busybox-1.33.1-r3.trigger 11:10:56 OK: 223 MiB in 56 packages 11:10:57 Removing intermediate container 3ae9c46ad5d2 11:10:57 ---> 03246ddb22d0 11:10:57 Step 8/11 : COPY . . 11:10:59 ---> 3ce93db82b76 11:10:59 Step 9/11 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 11:10:59 ---> Running in e3e2aa693822 11:11:34 Removing intermediate container 11c542624ba1 11:11:34 ---> 544f957f9d88 11:11:34 Step 10/11 : ARG MAKE='make build' 11:11:34 ---> Running in 4ab9e0298687 11:11:34 Removing intermediate container 4ab9e0298687 11:11:34 ---> 45a04d9c2e0b 11:11:34 Step 11/11 : RUN $MAKE 11:11:34 ---> Running in 98ac75ea616b 11:11:34 noop 11:11:34 Removing intermediate container 98ac75ea616b 11:11:34 ---> 46be63e44fa0 11:11:34 Successfully built 46be63e44fa0 11:11:34 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 11:11:34 + docker inspect -f . ci-base-image-x86_64 11:11:34 . [Pipeline] withDockerContainer 11:11:34 prd-centos7-docker-4c-2g-27932 does not seem to be running inside a container 11:11:34 $ 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 ******** ci-base-image-x86_64 cat 11:11:34 $ docker top d6b324beed4e98fc3a2952f125ff0d3a2b447af3de5fd382f095323f8ab45c99 -eo pid,comm [Pipeline] { [Pipeline] sh 11:11:35 + go version 11:11:35 go version go1.16.8 linux/amd64 [Pipeline] } 11:11:35 $ docker stop --time=1 d6b324beed4e98fc3a2952f125ff0d3a2b447af3de5fd382f095323f8ab45c99 11:11:36 $ docker rm -f d6b324beed4e98fc3a2952f125ff0d3a2b447af3de5fd382f095323f8ab45c99 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 11:11:37 + docker inspect -f . ci-base-image-x86_64 11:11:37 . [Pipeline] withDockerContainer 11:11:37 prd-centos7-docker-4c-2g-27932 does not seem to be running inside a container 11:11:37 $ 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 ******** ci-base-image-x86_64 cat 11:11:37 $ docker top b8ee4aad92cc8631443db46f907c7d94fa40cdafa0f47a1a76133e60090f8233 -eo pid,comm [Pipeline] { [Pipeline] fileExists [Pipeline] sh 11:11:38 + make test 11:11:38 CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out 11:11:38 ? github.com/edgexfoundry/device-virtual-go [no test files] 11:12:00 ? github.com/edgexfoundry/device-virtual-go/cmd [no test files] 11:12:00 ok github.com/edgexfoundry/device-virtual-go/internal/driver 0.298s coverage: 64.6% of statements 11:12:00 CGO_ENABLED=1 GO111MODULE=on go vet ./... 11:12:07 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 11:12:07 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 11:12:07 ./bin/test-attribution-txt.sh [Pipeline] } 11:12:07 $ docker stop --time=1 b8ee4aad92cc8631443db46f907c7d94fa40cdafa0f47a1a76133e60090f8233 11:12:08 $ docker rm -f b8ee4aad92cc8631443db46f907c7d94fa40cdafa0f47a1a76133e60090f8233 [Pipeline] // withDockerContainer [Pipeline] sh 11:12:09 + sudo chown -R jenkins:jenkins . [Pipeline] stash 11:12:09 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 11:12:11 + sudo chown -R jenkins:jenkins . [Pipeline] sh 11:12:11 + ls -al . 11:12:11 total 176 11:12:11 drwxrwxr-x. 7 jenkins jenkins 4096 Nov 8 11:12 . 11:12:11 drwxrwxr-x. 4 jenkins jenkins 28 Nov 8 11:10 .. 11:12:11 -rw-rw-r--. 1 jenkins jenkins 8449 Nov 8 11:10 Attribution.txt 11:12:11 drwxrwxr-x. 2 jenkins jenkins 37 Nov 8 11:10 bin 11:12:11 -rw-rw-r--. 1 jenkins jenkins 6349 Nov 8 11:10 CHANGELOG.md 11:12:11 drwxrwxr-x. 3 jenkins jenkins 32 Nov 8 11:10 cmd 11:12:11 -rw-r--r--. 1 jenkins jenkins 46339 Nov 8 11:11 coverage.out 11:12:11 -rw-rw-r--. 1 jenkins jenkins 1951 Nov 8 11:10 Dockerfile 11:12:11 drwxrwxr-x. 8 jenkins jenkins 179 Nov 8 11:10 .git 11:12:11 drwxrwxr-x. 2 jenkins jenkins 103 Nov 8 11:10 .github 11:12:11 -rw-rw-r--. 1 jenkins jenkins 270 Nov 8 11:10 .gitignore 11:12:11 -rw-rw-r--. 1 jenkins jenkins 358 Nov 8 11:10 go.mod 11:12:11 -rw-rw-r--. 1 jenkins jenkins 52389 Nov 8 11:10 go.sum 11:12:11 -rw-rw-r--. 1 jenkins jenkins 677 Nov 8 11:10 GOVERNANCE.md 11:12:11 drwxrwxr-x. 3 jenkins jenkins 20 Nov 8 11:10 internal 11:12:11 -rw-rw-r--. 1 jenkins jenkins 660 Nov 8 11:10 Jenkinsfile 11:12:11 -rw-rw-r--. 1 jenkins jenkins 11340 Nov 8 11:10 LICENSE 11:12:11 -rw-rw-r--. 1 jenkins jenkins 999 Nov 8 11:10 Makefile 11:12:11 -rw-rw-r--. 1 jenkins jenkins 623 Nov 8 11:10 OWNERS.md 11:12:11 -rw-rw-r--. 1 jenkins jenkins 2913 Nov 8 11:10 README.md 11:12:11 -rw-rw-r--. 1 jenkins jenkins 5 Nov 8 11:07 VERSION 11:12:11 -rw-rw-r--. 1 jenkins jenkins 235 Nov 8 11:10 version.go [Pipeline] isUnix [Pipeline] sh 11:12:11 + 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=f4faf5cdf5b57d0d83ef9fd37aaa34fd32fd492a --label arch=amd64 --label version=0.0.0 . 11:12:11 Sending build context to Docker daemon 8.767MB 11:12:11 Step 1/25 : ARG BASE=golang:1.16-alpine3.14 11:12:11 Step 2/25 : FROM ${BASE} AS builder 11:12:11 ---> 46be63e44fa0 11:12:11 Step 3/25 : ARG ALPINE_PKG_BASE="make git openssh-client gcc libc-dev zeromq-dev libsodium-dev" 11:12:11 ---> Running in 0ffdc6abba11 11:12:11 Removing intermediate container 0ffdc6abba11 11:12:11 ---> 44a01636439e 11:12:11 Step 4/25 : ARG ALPINE_PKG_EXTRA="" 11:12:11 ---> Running in 0899eed041ae 11:12:12 Removing intermediate container 0899eed041ae 11:12:12 ---> 9a65fd4bf95a 11:12:12 Step 5/25 : WORKDIR /device-virtual-go 11:12:12 ---> Running in f2dba0692769 11:12:12 Removing intermediate container f2dba0692769 11:12:12 ---> be4207307973 11:12:12 Step 6/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 11:12:12 ---> Running in 331010320e7e 11:12:12 Removing intermediate container 331010320e7e 11:12:12 ---> 58ac1080ac9e 11:12:12 Step 7/25 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 11:12:12 ---> Running in 1fd353a61478 11:12:13 fetch https://nl.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz 11:12:14 fetch https://nl.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz 11:12:14 OK: 224 MiB in 56 packages 11:12:14 Removing intermediate container 1fd353a61478 11:12:14 ---> f3ee4b2a964b 11:12:14 Step 8/25 : COPY . . 11:12:14 ---> 2f234f09461d 11:12:14 Step 9/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 11:12:15 ---> Running in 6973cc6ee8e1 11:12:15 Removing intermediate container 6973cc6ee8e1 11:12:15 ---> 22ad00efc364 11:12:15 Step 10/25 : ARG MAKE='make build' 11:12:15 ---> Running in dcf7de0e51e3 11:12:15 Removing intermediate container dcf7de0e51e3 11:12:15 ---> 3f988c76dadb 11:12:15 Step 11/25 : RUN $MAKE 11:12:15 ---> Running in fd4093f47a8d 11:12:16 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-virtual-go.Version=0.0.0" -o cmd/device-virtual ./cmd 11:12:20 Removing intermediate container e3e2aa693822 11:12:20 ---> b2992270cbdc 11:12:20 Step 10/11 : ARG MAKE='make build' 11:12:20 ---> Running in bbb54f81817c 11:12:20 Removing intermediate container bbb54f81817c 11:12:20 ---> 91908ccfe93c 11:12:20 Step 11/11 : RUN $MAKE 11:12:20 ---> Running in 94c753f6260e 11:12:20 noop 11:12:20 Removing intermediate container 94c753f6260e 11:12:20 ---> 7241713e11eb 11:12:20 Successfully built 7241713e11eb 11:12:20 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 11:12:21 + docker inspect -f . ci-base-image-arm64 11:12:21 . [Pipeline] withDockerContainer 11:12:21 prd-ubuntu18.04-docker-arm64-4c-16g-27931 does not seem to be running inside a container 11:12:21 $ 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 ******** ci-base-image-arm64 cat 11:12:23 $ docker top 3994b2b4bbc8f6facfefe939d2b51b650b780b6c00904cc3c96320481254bba7 -eo pid,comm [Pipeline] { [Pipeline] sh 11:12:24 + go version 11:12:24 go version go1.16.8 linux/arm64 [Pipeline] } 11:12:24 $ docker stop --time=1 3994b2b4bbc8f6facfefe939d2b51b650b780b6c00904cc3c96320481254bba7 11:12:25 $ docker rm -f 3994b2b4bbc8f6facfefe939d2b51b650b780b6c00904cc3c96320481254bba7 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 11:12:26 + docker inspect -f . ci-base-image-arm64 11:12:26 . [Pipeline] withDockerContainer 11:12:27 prd-ubuntu18.04-docker-arm64-4c-16g-27931 does not seem to be running inside a container 11:12:27 $ 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 ******** ci-base-image-arm64 cat 11:12:28 $ docker top 403026b0ffa9830a55248a8667aca07058aaa105a6cb921d2d646f462f922727 -eo pid,comm [Pipeline] { [Pipeline] fileExists [Pipeline] sh 11:12:29 + make test 11:12:29 CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out 11:12:31 ? github.com/edgexfoundry/device-virtual-go [no test files] 11:12:34 Removing intermediate container fd4093f47a8d 11:12:34 ---> 7e83dce9b34f 11:12:34 Step 12/25 : FROM alpine:3.14 11:12:36 3.14: Pulling from library/alpine 11:12:36 a0d0a0d46f8b: Already exists 11:12:36 Digest: sha256:e1c082e3d3c45cccac829840a25941e679c25d438cc8412c2fa221cf1a824e6a 11:12:36 Status: Downloaded newer image for alpine:3.14 11:12:36 ---> 14119a10abf4 11:12:36 Step 13/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019-2021: IOTech' 11:12:36 ---> Running in 073a37f1f46c 11:12:36 Removing intermediate container 073a37f1f46c 11:12:36 ---> c8dbd444b5f8 11:12:36 Step 14/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 11:12:36 ---> Running in 73dcfdf18007 11:12:37 Removing intermediate container 73dcfdf18007 11:12:37 ---> cc495ecf8fbc 11:12:37 Step 15/25 : RUN apk add --update --no-cache zeromq dumb-init 11:12:37 ---> Running in 8cdc92085fe7 11:12:37 fetch https://nl.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz 11:12:38 fetch https://nl.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz 11:12:38 (1/6) Installing dumb-init (1.2.5-r1) 11:12:38 (2/6) Installing libgcc (10.3.1_git20210424-r2) 11:12:38 (3/6) Installing libsodium (1.0.18-r0) 11:12:39 (4/6) Installing libstdc++ (10.3.1_git20210424-r2) 11:12:39 (5/6) Installing libzmq (4.3.4-r0) 11:12:39 (6/6) Installing zeromq (4.3.4-r0) 11:12:39 Executing busybox-1.33.1-r3.trigger 11:12:39 OK: 8 MiB in 20 packages 11:12:39 Removing intermediate container 8cdc92085fe7 11:12:39 ---> 2752308ed93f 11:12:39 Step 16/25 : WORKDIR / 11:12:39 ---> Running in b879a10f49d2 11:12:39 Removing intermediate container b879a10f49d2 11:12:39 ---> 67aec1b628b4 11:12:39 Step 17/25 : COPY --from=builder /device-virtual-go/Attribution.txt / 11:12:39 ---> 581f7b74a7d6 11:12:39 Step 18/25 : COPY --from=builder /device-virtual-go/LICENSE / 11:12:39 ---> d1e69e931d94 11:12:39 Step 19/25 : COPY --from=builder /device-virtual-go/cmd / 11:12:40 ---> 70f8ac1af1c6 11:12:40 Step 20/25 : EXPOSE 59900 11:12:40 ---> Running in fa18f08d74c9 11:12:40 Removing intermediate container fa18f08d74c9 11:12:40 ---> 413e3d888f39 11:12:40 Step 21/25 : ENTRYPOINT ["/device-virtual"] 11:12:40 ---> Running in e018e3263c06 11:12:40 Removing intermediate container e018e3263c06 11:12:40 ---> 75d097654fe0 11:12:40 Step 22/25 : CMD ["--cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 11:12:40 ---> Running in 5ffd89e92dbe 11:12:40 Removing intermediate container 5ffd89e92dbe 11:12:40 ---> b99a1e095b6e 11:12:40 Step 23/25 : LABEL arch=amd64 11:12:40 ---> Running in 3b85fcf2ba5a 11:12:40 Removing intermediate container 3b85fcf2ba5a 11:12:40 ---> 3951a261fd0a 11:12:40 Step 24/25 : LABEL git_sha=f4faf5cdf5b57d0d83ef9fd37aaa34fd32fd492a 11:12:40 ---> Running in 5ceee3f0f633 11:12:41 Removing intermediate container 5ceee3f0f633 11:12:41 ---> 83a12e25b481 11:12:41 Step 25/25 : LABEL version=0.0.0 11:12:41 ---> Running in 7a06e1870881 11:12:41 Removing intermediate container 7a06e1870881 11:12:41 ---> 884aa0bf22b1 11:12:41 [Warning] One or more build-args [ARCH] were not consumed 11:12:41 Successfully built 884aa0bf22b1 11:12:41 Successfully tagged device-virtual:latest [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] sh 11:12:41 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 11:12:41 11:12:41 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] sh 11:12:42 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 11:12:42 latest: Pulling from edgex-lftools-log-publisher 11:12:42 b4d181a07f80: Pulling fs layer 11:12:42 a1111a8f2ec3: Pulling fs layer 11:12:42 ed53099fbce6: Pulling fs layer 11:12:42 dc539afda2c1: Pulling fs layer 11:12:42 77bc0d833cb6: Pulling fs layer 11:12:42 9065ff56babe: Pulling fs layer 11:12:42 d287ab97295c: Pulling fs layer 11:12:42 dc539afda2c1: Waiting 11:12:42 77bc0d833cb6: Waiting 11:12:42 9065ff56babe: Waiting 11:12:42 d287ab97295c: Waiting 11:12:42 a1111a8f2ec3: Verifying Checksum 11:12:42 a1111a8f2ec3: Download complete 11:12:42 dc539afda2c1: Verifying Checksum 11:12:42 dc539afda2c1: Download complete 11:12:42 ed53099fbce6: Verifying Checksum 11:12:42 ed53099fbce6: Download complete 11:12:42 9065ff56babe: Verifying Checksum 11:12:42 9065ff56babe: Download complete 11:12:42 77bc0d833cb6: Verifying Checksum 11:12:42 77bc0d833cb6: Download complete 11:12:42 b4d181a07f80: Verifying Checksum 11:12:42 b4d181a07f80: Download complete 11:12:43 d287ab97295c: Verifying Checksum 11:12:43 d287ab97295c: Download complete 11:12:44 b4d181a07f80: Pull complete 11:12:44 a1111a8f2ec3: Pull complete 11:12:44 ed53099fbce6: Pull complete 11:12:44 dc539afda2c1: Pull complete 11:12:45 77bc0d833cb6: Pull complete 11:12:45 9065ff56babe: Pull complete 11:12:50 d287ab97295c: Pull complete 11:12:50 Digest: sha256:0c69325c24349bfb3ea32a3c3cbcab1fb66df42c981276dd8ebcf6aa441257c4 11:12:50 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 11:12:50 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] withDockerContainer 11:12:50 prd-centos7-docker-4c-2g-27932 does not seem to be running inside a container 11:12:50 $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 11:12:54 $ docker top a7eca906f980d2f6d6c8eb629b6638ed59b06867794cb8e04476a76aeaf8b8fe -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 11:12:54 ---> job-cost.sh 11:12:54 lf-activate-venv: SKIPPING 11:12:54 INFO: No Stack... 11:12:55 INFO: Retrieving Pricing Info for: v3-standard-2 11:12:55 INFO: Archiving Costs [Pipeline] sh 11:12:56 + cut -d, -f6 11:12:56 + cat /w/workspace/device-virtual-go/1/archives/cost.csv [Pipeline] lock 11:12:56 Trying to acquire lock on [jenkins-edgexfoundry-device-virtual-go-PR-248-1-stack-cost] 11:12:56 Resource [jenkins-edgexfoundry-device-virtual-go-PR-248-1-stack-cost] did not exist. Created. 11:12:56 Lock acquired on [jenkins-edgexfoundry-device-virtual-go-PR-248-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 11:12:56 + echo total: 0.05999999865889549 [Pipeline] stash 11:12:56 Stashed 1 file(s) [Pipeline] } 11:12:56 Lock released on resource [jenkins-edgexfoundry-device-virtual-go-PR-248-1-stack-cost] [Pipeline] // lock [Pipeline] } 11:12:56 $ docker stop --time=1 a7eca906f980d2f6d6c8eb629b6638ed59b06867794cb8e04476a76aeaf8b8fe 11:12:57 $ docker rm -f a7eca906f980d2f6d6c8eb629b6638ed59b06867794cb8e04476a76aeaf8b8fe [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 11:13:39 ? github.com/edgexfoundry/device-virtual-go/cmd [no test files] 11:13:39 ok github.com/edgexfoundry/device-virtual-go/internal/driver 1.791s coverage: 64.6% of statements 11:13:39 CGO_ENABLED=1 GO111MODULE=on go vet ./... 11:14:06 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 11:14:06 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 11:14:06 ./bin/test-attribution-txt.sh [Pipeline] } 11:14:06 $ docker stop --time=1 403026b0ffa9830a55248a8667aca07058aaa105a6cb921d2d646f462f922727 11:14:07 $ docker rm -f 403026b0ffa9830a55248a8667aca07058aaa105a6cb921d2d646f462f922727 [Pipeline] // withDockerContainer [Pipeline] sh 11:14:08 + sudo chown -R jenkins:jenkins . [Pipeline] stash 11:14:08 Warning: overwriting stash ‘coverage-report’ 11:14:09 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 11:14:10 + sudo chown -R jenkins:jenkins . [Pipeline] sh 11:14:10 + ls -al . 11:14:10 total 200 11:14:10 drwxrwxr-x 7 jenkins jenkins 4096 Nov 8 11:14 . 11:14:10 drwxrwxr-x 4 jenkins jenkins 4096 Nov 8 11:09 .. 11:14:10 drwxrwxr-x 8 jenkins jenkins 4096 Nov 8 11:10 .git 11:14:10 drwxrwxr-x 2 jenkins jenkins 4096 Nov 8 11:09 .github 11:14:10 -rw-rw-r-- 1 jenkins jenkins 270 Nov 8 11:09 .gitignore 11:14:10 -rw-rw-r-- 1 jenkins jenkins 8449 Nov 8 11:09 Attribution.txt 11:14:10 -rw-rw-r-- 1 jenkins jenkins 6349 Nov 8 11:09 CHANGELOG.md 11:14:10 -rw-rw-r-- 1 jenkins jenkins 1951 Nov 8 11:09 Dockerfile 11:14:10 -rw-rw-r-- 1 jenkins jenkins 677 Nov 8 11:09 GOVERNANCE.md 11:14:10 -rw-rw-r-- 1 jenkins jenkins 660 Nov 8 11:09 Jenkinsfile 11:14:10 -rw-rw-r-- 1 jenkins jenkins 11340 Nov 8 11:09 LICENSE 11:14:10 -rw-rw-r-- 1 jenkins jenkins 999 Nov 8 11:09 Makefile 11:14:10 -rw-rw-r-- 1 jenkins jenkins 623 Nov 8 11:09 OWNERS.md 11:14:10 -rw-rw-r-- 1 jenkins jenkins 2913 Nov 8 11:09 README.md 11:14:10 -rw-rw-r-- 1 jenkins jenkins 5 Nov 8 11:07 VERSION 11:14:10 drwxrwxr-x 2 jenkins jenkins 4096 Nov 8 11:09 bin 11:14:10 drwxrwxr-x 3 jenkins jenkins 4096 Nov 8 11:09 cmd 11:14:10 -rw-r--r-- 1 jenkins jenkins 46339 Nov 8 11:13 coverage.out 11:14:10 -rw-rw-r-- 1 jenkins jenkins 358 Nov 8 11:09 go.mod 11:14:10 -rw-rw-r-- 1 jenkins jenkins 52389 Nov 8 11:09 go.sum 11:14:10 drwxrwxr-x 3 jenkins jenkins 4096 Nov 8 11:09 internal 11:14:10 -rw-rw-r-- 1 jenkins jenkins 235 Nov 8 11:09 version.go [Pipeline] isUnix [Pipeline] sh 11:14:10 + 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=f4faf5cdf5b57d0d83ef9fd37aaa34fd32fd492a --label arch=arm64 --label version=0.0.0 . 11:14:11 Sending build context to Docker daemon 8.766MB 11:14:11 Step 1/25 : ARG BASE=golang:1.16-alpine3.14 11:14:11 Step 2/25 : FROM ${BASE} AS builder 11:14:11 ---> 7241713e11eb 11:14:11 Step 3/25 : ARG ALPINE_PKG_BASE="make git openssh-client gcc libc-dev zeromq-dev libsodium-dev" 11:14:11 ---> Running in 1b5127ccbbd8 11:14:12 Removing intermediate container 1b5127ccbbd8 11:14:12 ---> 31ed51d8b9fc 11:14:12 Step 4/25 : ARG ALPINE_PKG_EXTRA="" 11:14:12 ---> Running in d47609bfd121 11:14:12 Removing intermediate container d47609bfd121 11:14:12 ---> 1724d613b23a 11:14:12 Step 5/25 : WORKDIR /device-virtual-go 11:14:12 ---> Running in 50b8b7866d03 11:14:13 Removing intermediate container 50b8b7866d03 11:14:13 ---> 2197f8a3cbc5 11:14:13 Step 6/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 11:14:13 ---> Running in 339ddffe95b1 11:14:15 Removing intermediate container 339ddffe95b1 11:14:15 ---> f0dc6fabc7ea 11:14:15 Step 7/25 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 11:14:15 ---> Running in e73d8102c885 11:14:16 fetch https://nl.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz 11:14:17 fetch https://nl.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz 11:14:17 OK: 223 MiB in 56 packages 11:14:18 Removing intermediate container e73d8102c885 11:14:18 ---> c5acd802774c 11:14:18 Step 8/25 : COPY . . 11:14:20 ---> 9ae06739ac34 11:14:20 Step 9/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 11:14:20 ---> Running in e195a2006fae 11:14:22 Removing intermediate container e195a2006fae 11:14:22 ---> 4a42b792b886 11:14:22 Step 10/25 : ARG MAKE='make build' 11:14:22 ---> Running in b9fc73fc9fca 11:14:22 Removing intermediate container b9fc73fc9fca 11:14:22 ---> 0953ff7dd0b0 11:14:22 Step 11/25 : RUN $MAKE 11:14:23 ---> Running in 540d5c24961e 11:14:24 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-virtual-go.Version=0.0.0" -o cmd/device-virtual ./cmd 11:15:20 Removing intermediate container 540d5c24961e 11:15:20 ---> a3d122a68586 11:15:20 Step 12/25 : FROM alpine:3.14 11:15:20 3.14: Pulling from library/alpine 11:15:20 552d1f2373af: Already exists 11:15:20 Digest: sha256:e1c082e3d3c45cccac829840a25941e679c25d438cc8412c2fa221cf1a824e6a 11:15:20 Status: Downloaded newer image for alpine:3.14 11:15:20 ---> bb3de5531c18 11:15:20 Step 13/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019-2021: IOTech' 11:15:20 ---> Running in 207b54027358 11:15:20 Removing intermediate container 207b54027358 11:15:20 ---> c50beb603665 11:15:20 Step 14/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 11:15:20 ---> Running in 9a6d7110a504 11:15:21 Removing intermediate container 9a6d7110a504 11:15:21 ---> af7bce38ef64 11:15:21 Step 15/25 : RUN apk add --update --no-cache zeromq dumb-init 11:15:21 ---> Running in e3174471bef0 11:15:22 fetch https://nl.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz 11:15:23 fetch https://nl.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz 11:15:24 (1/6) Installing dumb-init (1.2.5-r1) 11:15:24 (2/6) Installing libgcc (10.3.1_git20210424-r2) 11:15:24 (3/6) Installing libsodium (1.0.18-r0) 11:15:24 (4/6) Installing libstdc++ (10.3.1_git20210424-r2) 11:15:24 (5/6) Installing libzmq (4.3.4-r0) 11:15:24 (6/6) Installing zeromq (4.3.4-r0) 11:15:24 Executing busybox-1.33.1-r3.trigger 11:15:24 OK: 8 MiB in 20 packages 11:15:25 Removing intermediate container e3174471bef0 11:15:25 ---> db725e062ca5 11:15:25 Step 16/25 : WORKDIR / 11:15:25 ---> Running in b28490f8929b 11:15:26 Removing intermediate container b28490f8929b 11:15:26 ---> be9c7ad0168d 11:15:26 Step 17/25 : COPY --from=builder /device-virtual-go/Attribution.txt / 11:15:27 ---> d2916d478165 11:15:27 Step 18/25 : COPY --from=builder /device-virtual-go/LICENSE / 11:15:27 ---> 79f9b00864b4 11:15:27 Step 19/25 : COPY --from=builder /device-virtual-go/cmd / 11:15:29 ---> ebca7bb4389b 11:15:29 Step 20/25 : EXPOSE 59900 11:15:29 ---> Running in 1ffb6768abe5 11:15:29 Removing intermediate container 1ffb6768abe5 11:15:29 ---> e934117bc5e2 11:15:29 Step 21/25 : ENTRYPOINT ["/device-virtual"] 11:15:29 ---> Running in 85d8db382a20 11:15:30 Removing intermediate container 85d8db382a20 11:15:30 ---> a82ae8c1f2f9 11:15:30 Step 22/25 : CMD ["--cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 11:15:30 ---> Running in 23aade99cff5 11:15:30 Removing intermediate container 23aade99cff5 11:15:30 ---> f3ff1fbdd118 11:15:30 Step 23/25 : LABEL arch=arm64 11:15:30 ---> Running in 7527f28f15c9 11:15:30 Removing intermediate container 7527f28f15c9 11:15:30 ---> b148ae128205 11:15:30 Step 24/25 : LABEL git_sha=f4faf5cdf5b57d0d83ef9fd37aaa34fd32fd492a 11:15:31 ---> Running in ecc668f109d0 11:15:31 Removing intermediate container ecc668f109d0 11:15:31 ---> 7bc8e5734562 11:15:31 Step 25/25 : LABEL version=0.0.0 11:15:31 ---> Running in 5182e224c06b 11:15:32 Removing intermediate container 5182e224c06b 11:15:32 ---> 296fd8b770ec 11:15:32 [Warning] One or more build-args [ARCH] were not consumed 11:15:32 Successfully built 296fd8b770ec 11:15:32 Successfully tagged device-virtual-arm64:latest [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] sh 11:15:32 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 11:15:32 11:15:32 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] sh 11:15:33 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 11:15:33 arm64: Pulling from edgex-lftools-log-publisher 11:15:33 448f6bf000e3: Pulling fs layer 11:15:33 f757da607395: Pulling fs layer 11:15:33 05883995daec: Pulling fs layer 11:15:33 8603b9c90790: Pulling fs layer 11:15:33 1560dd03e051: Pulling fs layer 11:15:33 27f5ce0e4adf: Pulling fs layer 11:15:33 c2d8d7efcc4b: Pulling fs layer 11:15:33 1560dd03e051: Waiting 11:15:33 27f5ce0e4adf: Waiting 11:15:33 c2d8d7efcc4b: Waiting 11:15:33 8603b9c90790: Waiting 11:15:33 f757da607395: Verifying Checksum 11:15:33 f757da607395: Download complete 11:15:33 8603b9c90790: Download complete 11:15:34 1560dd03e051: Verifying Checksum 11:15:34 1560dd03e051: Download complete 11:15:34 05883995daec: Verifying Checksum 11:15:34 05883995daec: Download complete 11:15:34 27f5ce0e4adf: Verifying Checksum 11:15:34 27f5ce0e4adf: Download complete 11:15:34 448f6bf000e3: Verifying Checksum 11:15:34 448f6bf000e3: Download complete 11:15:36 c2d8d7efcc4b: Verifying Checksum 11:15:36 c2d8d7efcc4b: Download complete 11:15:37 448f6bf000e3: Pull complete 11:15:38 f757da607395: Pull complete 11:15:39 05883995daec: Pull complete 11:15:40 8603b9c90790: Pull complete 11:15:41 1560dd03e051: Pull complete 11:15:41 27f5ce0e4adf: Pull complete 11:15:56 c2d8d7efcc4b: Pull complete 11:15:56 Digest: sha256:42f6a1c33103aa4ecfebf648e29883a20fd84132c0f0d4f855d8bcfd8dd9c454 11:15:56 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 11:15:56 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] withDockerContainer 11:15:56 prd-ubuntu18.04-docker-arm64-4c-16g-27931 does not seem to be running inside a container 11:15:56 $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat 11:15:59 $ docker top 17d656b3c032278820f1147d058cb8c72c304dbbda6662fd34886db324e1148e -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 11:16:00 ---> job-cost.sh 11:16:00 lf-activate-venv: SKIPPING 11:16:00 INFO: No Stack... 11:16:00 INFO: Retrieving Pricing Info for: v3-standard-4 11:16:01 INFO: Archiving Costs [Pipeline] sh 11:16:01 + cut -d, -f6 11:16:01 + cat /w/workspace/device-virtual-go/1/archives/cost.csv [Pipeline] lock 11:16:01 Trying to acquire lock on [jenkins-edgexfoundry-device-virtual-go-PR-248-1-stack-cost] 11:16:01 Resource [jenkins-edgexfoundry-device-virtual-go-PR-248-1-stack-cost] did not exist. Created. 11:16:01 Lock acquired on [jenkins-edgexfoundry-device-virtual-go-PR-248-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 11:16:02 /w/workspace/device-virtual-go/1@tmp/durable-c9e84998/script.sh: 1: /w/workspace/device-virtual-go/1@tmp/durable-c9e84998/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh 11:16:03 + echo total: 0.10999999940395355 [Pipeline] stash 11:16:03 Warning: overwriting stash ‘stack-cost’ 11:16:03 Stashed 1 file(s) [Pipeline] } 11:16:03 Lock released on resource [jenkins-edgexfoundry-device-virtual-go-PR-248-1-stack-cost] [Pipeline] // lock [Pipeline] } 11:16:03 $ docker stop --time=1 17d656b3c032278820f1147d058cb8c72c304dbbda6662fd34886db324e1148e 11:16:05 $ docker rm -f 17d656b3c032278820f1147d058cb8c72c304dbbda6662fd34886db324e1148e [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:16:06 provisioning config files... 11:16:06 copy managed file [device-virtual-go-codecov-token] to file:/w/workspace/foundry_device-virtual-go_PR-248@tmp/config5248286034531157005tmp [Pipeline] { [Pipeline] sh 11:16:06 + set +x 11:16:06 + curl -s https://codecov.io/bash 11:16:06 + bash -s -- 11:16:06 11:16:06 _____ _ 11:16:06 / ____| | | 11:16:06 | | ___ __| | ___ ___ _____ __ 11:16:06 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 11:16:06 | |___| (_) | (_| | __/ (_| (_) \ V / 11:16:06 \_____\___/ \__,_|\___|\___\___/ \_/ 11:16:06 Bash-1.0.6 11:16:06 11:16:06 11:16:06 ==> git version 2.24.4 found 11:16:06 ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 11:16:06 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 11:16:06 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 11:16:06 ==> Jenkins CI detected. 11:16:06 current dir:  /w/workspace/foundry_device-virtual-go_PR-248 11:16:06 project root: . 11:16:06 --> token set from env 11:16:06 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 11:16:06 ==> Running gcov in . (disable via -X gcov) 11:16:06 ==> Python coveragepy not found 11:16:06 ==> Searching for coverage reports in: 11:16:06 + . 11:16:06 -> Found 1 reports 11:16:06 ==> Detecting git/mercurial file structure 11:16:06 ==> Reading reports 11:16:06 + ./coverage.out bytes=46339 11:16:06 ==> Appending adjustments 11:16:06 https://docs.codecov.io/docs/fixing-reports 11:16:06 + Found adjustments 11:16:06 ==> Gzipping contents 11:16:06 8.0K /tmp/codecov.Iwe8Bd.gz 11:16:06 ==> Uploading reports 11:16:06 url: https://codecov.io 11:16:06 query: branch=PR-248&commit=f4faf5cdf5b57d0d83ef9fd37aaa34fd32fd492a&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-virtual-go%2Fjob%2FPR-248%2F1%2F&name=&tag=&slug=edgexfoundry%2Fdevice-virtual-go&service=jenkins&flags=&pr=248&job=&cmd_args= 11:16:06 -> Pinging Codecov 11:16:06 https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=a35e349c-7876-4d48-9269-e9fc36774240&branch=PR-248&commit=f4faf5cdf5b57d0d83ef9fd37aaa34fd32fd492a&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-virtual-go%2Fjob%2FPR-248%2F1%2F&name=&tag=&slug=edgexfoundry%2Fdevice-virtual-go&service=jenkins&flags=&pr=248&job=&cmd_args= 11:16:07 -> Uploading to 11:16:07 https://storage.googleapis.com/codecov/v4/raw/2021-11-08/5E52B4B073DB2E39498172D8E973AA87/f4faf5cdf5b57d0d83ef9fd37aaa34fd32fd492a/099ab51e-11b9-4169-84af-96998be168d6.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EKKHVKCKHW7KBCGM7IHR55T63V2PAVJWLVFNITJHDU5G6R5IRN3LMWJA%2F20211108%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20211108T111606Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=e10d534ed025e3de36ed5908c91c7d169d5583af4730b79009c09ff679712c00 11:16:07 % Total % Received % Xferd Average Speed Time Time Time Current 11:16:07 Dload Upload Total Spent Left Speed 11:16:07 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 5515 0 0 100 5515 0 18112 --:--:-- --:--:-- --:--:-- 18141 11:16:07 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/device-virtual-go/commit/f4faf5cdf5b57d0d83ef9fd37aaa34fd32fd492a [Pipeline] } 11:16:07 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:16:09 + '[' -d /w/workspace/foundry_device-virtual-go_PR-248/archives ']' [Pipeline] libraryResource [Pipeline] sh 11:16:09 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 11:16:10 ---> package-listing.sh 11:16:10 ++ facter osfamily 11:16:10 ++ tr '[:upper:]' '[:lower:]' 11:16:10 + OS_FAMILY=redhat 11:16:10 + workspace=/w/workspace/foundry_device-virtual-go_PR-248 11:16:10 + START_PACKAGES=/tmp/packages_start.txt 11:16:10 + END_PACKAGES=/tmp/packages_end.txt 11:16:10 + DIFF_PACKAGES=/tmp/packages_diff.txt 11:16:10 + PACKAGES=/tmp/packages_start.txt 11:16:10 + '[' /w/workspace/foundry_device-virtual-go_PR-248 ']' 11:16:10 + PACKAGES=/tmp/packages_end.txt 11:16:10 + case "${OS_FAMILY}" in 11:16:10 + sort 11:16:10 + rpm -qa 11:16:11 + '[' -f /tmp/packages_start.txt ']' 11:16:11 + '[' -f /tmp/packages_end.txt ']' 11:16:11 + diff /tmp/packages_start.txt /tmp/packages_end.txt 11:16:11 + '[' /w/workspace/foundry_device-virtual-go_PR-248 ']' 11:16:11 + mkdir -p /w/workspace/foundry_device-virtual-go_PR-248/archives/ 11:16:11 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/foundry_device-virtual-go_PR-248/archives/ [Pipeline] echo 11:16:11 Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/foundry_device-virtual-go_PR-248/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 11:16:11 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 11:16:11 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 11:16:11 11:16:11 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] sh 11:16:12 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 11:16:12 latest: Pulling from edgex-lftools-log-publisher 11:16:12 b4d181a07f80: Pulling fs layer 11:16:12 a1111a8f2ec3: Pulling fs layer 11:16:12 ed53099fbce6: Pulling fs layer 11:16:12 dc539afda2c1: Pulling fs layer 11:16:12 77bc0d833cb6: Pulling fs layer 11:16:12 9065ff56babe: Pulling fs layer 11:16:12 d287ab97295c: Pulling fs layer 11:16:12 9065ff56babe: Waiting 11:16:12 dc539afda2c1: Waiting 11:16:12 77bc0d833cb6: Waiting 11:16:12 d287ab97295c: Waiting 11:16:12 a1111a8f2ec3: Verifying Checksum 11:16:12 a1111a8f2ec3: Download complete 11:16:12 dc539afda2c1: Verifying Checksum 11:16:12 dc539afda2c1: Download complete 11:16:12 ed53099fbce6: Verifying Checksum 11:16:12 ed53099fbce6: Download complete 11:16:12 9065ff56babe: Verifying Checksum 11:16:12 9065ff56babe: Download complete 11:16:12 77bc0d833cb6: Verifying Checksum 11:16:12 77bc0d833cb6: Download complete 11:16:12 b4d181a07f80: Verifying Checksum 11:16:12 b4d181a07f80: Download complete 11:16:13 d287ab97295c: Verifying Checksum 11:16:13 d287ab97295c: Download complete 11:16:14 b4d181a07f80: Pull complete 11:16:14 a1111a8f2ec3: Pull complete 11:16:14 ed53099fbce6: Pull complete 11:16:14 dc539afda2c1: Pull complete 11:16:15 77bc0d833cb6: Pull complete 11:16:15 9065ff56babe: Pull complete 11:16:20 d287ab97295c: Pull complete 11:16:20 Digest: sha256:0c69325c24349bfb3ea32a3c3cbcab1fb66df42c981276dd8ebcf6aa441257c4 11:16:20 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 11:16:20 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] withDockerContainer 11:16:20 prd-centos7-docker-4c-2g-27930 does not seem to be running inside a container 11:16:20 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/foundry_device-virtual-go_PR-248/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-248 -v /w/workspace/foundry_device-virtual-go_PR-248:/w/workspace/foundry_device-virtual-go_PR-248:rw,z -v /w/workspace/foundry_device-virtual-go_PR-248@tmp:/w/workspace/foundry_device-virtual-go_PR-248@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-lftools-log-publisher:latest cat 11:16:22 $ docker top c2063db1f95ca5637f37b885116bf1370ce9aef816115f7533b930fe0e696d75 -eo pid,comm [Pipeline] { [Pipeline] sh 11:16:23 + touch /tmp/pre-build-complete [Pipeline] sh 11:16:23 + mkdir -p /var/log/sysstat [Pipeline] sh 11:16:23 + ls /var/log/sa-host 11:16:23 + sadf -c /var/log/sa-host/sa08 11:16:23 file_magic: OK 11:16:23 HZ: Using current value: 100 11:16:23 file_header: OK 11:16:23 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 11:16:23 Statistics: 11:16:23 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 11:16:23 File successfully converted to sysstat format version 12.0.3 11:16:23 + sadf -c /var/log/sa-host/sa30 11:16:23 file_magic: OK 11:16:23 HZ: Using current value: 100 11:16:23 file_header: OK 11:16:23 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 11:16:23 Statistics: 11:16:23 Hnuu...uuuununununu...Hnuu...uuuununununu... 11:16:23 File successfully converted to sysstat format version 12.0.3 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 11:16:23 provisioning config files... 11:16:23 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/foundry_device-virtual-go_PR-248@tmp/config529837959568495032tmp [Pipeline] { [Pipeline] echo 11:16:23 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 11:16:24 ---> create-netrc.sh [Pipeline] } 11:16:24 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 11:16:24 ---> python-tools-install.sh [Pipeline] echo 11:16:24 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 11:16:25 ---> sudo-logs.sh 11:16:25 Archiving 'sudo' log.. 11:16:25 sudo: unable to resolve host prd-centos7-docker-4c-2g-27930.novalocal: Name or service not known 11:16:25 sudo: unable to resolve host prd-centos7-docker-4c-2g-27930.novalocal: Name or service not known [Pipeline] unstash [Pipeline] echo 11:16:25 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 11:16:25 ---> job-cost.sh 11:16:25 lf-activate-venv: SKIPPING 11:16:25 DEBUG: total: 0.10999999940395355 11:16:25 INFO: Retrieving Stack Cost... 11:16:25 INFO: Retrieving Pricing Info for: v3-standard-2 11:16:26 INFO: Archiving Costs [Pipeline] echo 11:16:26 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 11:16:26 ---> logs-deploy.sh 11:16:26 lf-activate-venv: SKIPPING 11:16:26 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-virtual-go/PR-248/1 11:16:26 INFO: archiving workspace using pattern(s): 11:16:27 Archives upload complete. 11:16:27 INFO: archiving logs to Nexus