Pull request #388 opened Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from f12b1023e89ed6cefa92fcdfc09c8c7ded3ad308+8b06b3309a4a8ea5746d44ebca426b8e3f1152e3 (af2f0c65a90f8d8e27b70fe32536d3b54aefaba9) 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-ssh11102932761628683224.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 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-ssh18307826612472508668.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 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 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-388/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/device-virtual-go/branches/PR-388/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh16461065659753866115.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-388/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh237242424547050489.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 # timeout=10 Commit message: "fix: bug with isLTS relying on env.GIT_BRANCH inside cd-management repo (#429)" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 > git --version # timeout=10 > git --version # 'git version 2.16.6' Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh300552610775952447.key > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 65355178549468b165f8106641c96c3190b1d843 The recommended git tool is: NONE using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository git@github.com:lfit/releng-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/device-virtual-go/branches/PR-388/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e # timeout=10 Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/device-virtual-go/branches/PR-388/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh15273290689296487475.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision 65355178549468b165f8106641c96c3190b1d843 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 65355178549468b165f8106641c96c3190b1d843 # timeout=10 Commit message: "Fix: Add S3 URL in href to ship logs" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 > git --version # timeout=10 > git --version # 'git version 2.16.6' fatal: bad object 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:device-virtual-go] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[ubuntu20.04-docker-8c-8g, ubuntu20.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: device-virtual-go-settings PROJECT: device-virtual-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.20 USE_ALPINE: true DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_IMAGE_NAME: device-virtual DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task All nodes of label ‘ubuntu20.04-docker-8c-8g’ are offline Running on prd-ubuntu20.04-docker-8c-8g-9282 in /w/workspace/foundry_device-virtual-go_PR-388 [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-388 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git > git --version # timeout=10 > git --version # 'git version 2.25.1' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/pull/388/head:refs/remotes/origin/PR-388 +refs/heads/main:refs/remotes/origin/main # timeout=10 Merging remotes/origin/main commit 8b06b3309a4a8ea5746d44ebca426b8e3f1152e3 into PR head commit f12b1023e89ed6cefa92fcdfc09c8c7ded3ad308 Merge succeeded, producing f12b1023e89ed6cefa92fcdfc09c8c7ded3ad308 Checking out Revision f12b1023e89ed6cefa92fcdfc09c8c7ded3ad308 (PR-388) Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-core-contracts/v3" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.25.1' fatal: bad object 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2023-04-21T11:59:25.399Z] Timeout set to expire in 6 hr 0 min [Pipeline] { > git config core.sparsecheckout # timeout=10 > git checkout -f f12b1023e89ed6cefa92fcdfc09c8c7ded3ad308 # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge 8b06b3309a4a8ea5746d44ebca426b8e3f1152e3 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f f12b1023e89ed6cefa92fcdfc09c8c7ded3ad308 # timeout=10 [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2023-04-21T11:59:25.595Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2023-04-21T11:59:25.697Z] ========================================================= [2023-04-21T11:59:25.698Z] EdgeX Global Pipelines Version Info [2023-04-21T11:59:25.698Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2023-04-21T11:59:26.814Z] ------------------- [2023-04-21T11:59:26.814Z] stable info: [2023-04-21T11:59:26.814Z] ------------------- [2023-04-21T11:59:26.814Z] Commited By: Bill Mahoney bill.mahoney@intel.com [2023-04-21T11:59:26.814Z] Commit SHA: 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 [2023-04-21T11:59:26.814Z] Message: update stable to v1.0.248 [2023-04-21T11:59:27.077Z] ------------------- [2023-04-21T11:59:27.077Z] experimental info: [2023-04-21T11:59:27.077Z] ------------------- [2023-04-21T11:59:27.077Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2023-04-21T11:59:27.077Z] Commit SHA: 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 [2023-04-21T11:59:27.077Z] Message: update experimental to v1.0.248 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2023-04-21T11:59:27.447Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-virtual-go-settings [Pipeline] echo [2023-04-21T11:59:27.486Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-virtual-go [Pipeline] echo [2023-04-21T11:59:27.533Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2023-04-21T11:59:27.571Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2023-04-21T11:59:27.611Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2023-04-21T11:59:27.653Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.20 [Pipeline] echo [2023-04-21T11:59:27.704Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2023-04-21T11:59:27.753Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2023-04-21T11:59:27.799Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2023-04-21T11:59:27.850Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2023-04-21T11:59:27.895Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2023-04-21T11:59:27.956Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-virtual [Pipeline] echo [2023-04-21T11:59:28.004Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2023-04-21T11:59:28.048Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2023-04-21T11:59:28.093Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2023-04-21T11:59:28.136Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2023-04-21T11:59:28.178Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2023-04-21T11:59:28.221Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2023-04-21T11:59:28.259Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2023-04-21T11:59:28.311Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2023-04-21T11:59:28.357Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2023-04-21T11:59:28.405Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2023-04-21T11:59:28.450Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2023-04-21T11:59:28.494Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2023-04-21T11:59:28.545Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2023-04-21T11:59:28.590Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2023-04-21T11:59:28.632Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2023-04-21T11:59:28.674Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-388 [Pipeline] echo [2023-04-21T11:59:28.715Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-388 [Pipeline] echo [2023-04-21T11:59:28.761Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-388 [Pipeline] echo [2023-04-21T11:59:28.803Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = f12b1023e89ed6cefa92fcdfc09c8c7ded3ad308 [Pipeline] echo [2023-04-21T11:59:28.860Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = f12b102 [Pipeline] echo [2023-04-21T11:59:28.909Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-04-21T11:59:29.029Z] provisioning config files... [2023-04-21T11:59:29.064Z] copy managed file [device-virtual-go-settings] to file:/w/workspace/foundry_device-virtual-go_PR-388@tmp/config2917630236202006051tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-04-21T11:59:29.407Z] ---> docker-login.sh [2023-04-21T11:59:29.407Z] nexus3.edgexfoundry.org:10001 [2023-04-21T11:59:29.668Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-21T11:59:29.668Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-21T11:59:29.668Z] Configure a credential helper to remove this warning. See [2023-04-21T11:59:29.668Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-21T11:59:29.668Z] [2023-04-21T11:59:29.668Z] Login Succeeded [2023-04-21T11:59:29.668Z] nexus3.edgexfoundry.org:10002 [2023-04-21T11:59:29.668Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-21T11:59:29.668Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-21T11:59:29.668Z] Configure a credential helper to remove this warning. See [2023-04-21T11:59:29.668Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-21T11:59:29.668Z] [2023-04-21T11:59:29.668Z] Login Succeeded [2023-04-21T11:59:29.668Z] nexus3.edgexfoundry.org:10003 [2023-04-21T11:59:29.930Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-21T11:59:29.930Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-21T11:59:29.930Z] Configure a credential helper to remove this warning. See [2023-04-21T11:59:29.930Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-21T11:59:29.930Z] [2023-04-21T11:59:29.930Z] Login Succeeded [2023-04-21T11:59:29.930Z] nexus3.edgexfoundry.org:10004 [2023-04-21T11:59:29.930Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-21T11:59:29.930Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-21T11:59:29.930Z] Configure a credential helper to remove this warning. See [2023-04-21T11:59:29.930Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-21T11:59:29.930Z] [2023-04-21T11:59:29.930Z] Login Succeeded [2023-04-21T11:59:30.190Z] docker.io [2023-04-21T11:59:30.190Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-21T11:59:30.450Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-21T11:59:30.450Z] Configure a credential helper to remove this warning. See [2023-04-21T11:59:30.450Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-21T11:59:30.450Z] [2023-04-21T11:59:30.450Z] Login Succeeded [2023-04-21T11:59:30.450Z] ---> docker-login.sh ends [Pipeline] } [2023-04-21T11:59:30.477Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2023-04-21T11:59:31.128Z] + git rev-list -1 --merges f12b1023e89ed6cefa92fcdfc09c8c7ded3ad308~1..f12b1023e89ed6cefa92fcdfc09c8c7ded3ad308 [Pipeline] echo [2023-04-21T11:59:31.199Z] -----------> git rev-list -1 --merges f12b1023e89ed6cefa92fcdfc09c8c7ded3ad308~1..f12b1023e89ed6cefa92fcdfc09c8c7ded3ad308 f12b1023e89ed6cefa92fcdfc09c8c7ded3ad308 [false] [Pipeline] sh [2023-04-21T11:59:31.509Z] + git log --format=format:%s -1 f12b1023e89ed6cefa92fcdfc09c8c7ded3ad308 [Pipeline] echo [2023-04-21T11:59:31.546Z] ========================================================= [2023-04-21T11:59:31.546Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2023-04-21T11:59:31.546Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-04-21T11:59:31.982Z] + git log --format=format:%s -1 f12b1023e89ed6cefa92fcdfc09c8c7ded3ad308 [Pipeline] echo [2023-04-21T11:59:32.018Z] [semverPrep] GIT_COMMIT: f12b1023e89ed6cefa92fcdfc09c8c7ded3ad308, Commit Message: build(deps): Bump github.com/edgexfoundry/go-mod-core-contracts/v3 [Pipeline] echo [2023-04-21T11:59:32.050Z] [semverPrep] This is not a build commit. [Pipeline] sh [2023-04-21T11:59:32.421Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-04-21T11:59:32.421Z] + grep -v github /etc/ssh/ssh_known_hosts [2023-04-21T11:59:32.421Z] + [ -e /tmp/ssh_known_hosts ] [2023-04-21T11:59:32.421Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2023-04-21T11:59:32.421Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2023-04-21T11:59:32.421Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2023-04-21T11:59:32.421Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-21T11:59:32.851Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-04-21T11:59:32.851Z] [2023-04-21T11:59:32.851Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-21T11:59:33.232Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-04-21T11:59:33.232Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2023-04-21T11:59:33.232Z] b85a868b505f: Pulling fs layer [2023-04-21T11:59:33.232Z] e2be974225ed: Pulling fs layer [2023-04-21T11:59:33.232Z] 339a4e72a1f5: Pulling fs layer [2023-04-21T11:59:33.232Z] 988bab9f4d93: Pulling fs layer [2023-04-21T11:59:33.232Z] 1469e6f7b9e6: Pulling fs layer [2023-04-21T11:59:33.232Z] eaf3925da568: Pulling fs layer [2023-04-21T11:59:33.232Z] bab4dde63d76: Pulling fs layer [2023-04-21T11:59:33.232Z] bde34c3a00c8: Pulling fs layer [2023-04-21T11:59:33.232Z] b352a97aabf1: Pulling fs layer [2023-04-21T11:59:33.232Z] 4872d77fe225: Pulling fs layer [2023-04-21T11:59:33.232Z] 5851b861e8e6: Pulling fs layer [2023-04-21T11:59:33.232Z] eaf3925da568: Waiting [2023-04-21T11:59:33.232Z] 1469e6f7b9e6: Waiting [2023-04-21T11:59:33.232Z] 988bab9f4d93: Waiting [2023-04-21T11:59:33.232Z] bab4dde63d76: Waiting [2023-04-21T11:59:33.232Z] bde34c3a00c8: Waiting [2023-04-21T11:59:33.232Z] 4872d77fe225: Waiting [2023-04-21T11:59:33.232Z] 5851b861e8e6: Waiting [2023-04-21T11:59:33.232Z] e2be974225ed: Verifying Checksum [2023-04-21T11:59:33.232Z] e2be974225ed: Download complete [2023-04-21T11:59:33.232Z] 988bab9f4d93: Download complete [2023-04-21T11:59:33.232Z] 1469e6f7b9e6: Verifying Checksum [2023-04-21T11:59:33.232Z] 1469e6f7b9e6: Download complete [2023-04-21T11:59:33.232Z] 339a4e72a1f5: Verifying Checksum [2023-04-21T11:59:33.232Z] 339a4e72a1f5: Download complete [2023-04-21T11:59:33.232Z] eaf3925da568: Download complete [2023-04-21T11:59:33.493Z] b352a97aabf1: Verifying Checksum [2023-04-21T11:59:33.493Z] b352a97aabf1: Download complete [2023-04-21T11:59:33.493Z] 4872d77fe225: Verifying Checksum [2023-04-21T11:59:33.493Z] 4872d77fe225: Download complete [2023-04-21T11:59:33.493Z] 5851b861e8e6: Verifying Checksum [2023-04-21T11:59:33.493Z] 5851b861e8e6: Download complete [2023-04-21T11:59:33.493Z] b85a868b505f: Download complete [2023-04-21T11:59:33.752Z] bab4dde63d76: Verifying Checksum [2023-04-21T11:59:33.753Z] bab4dde63d76: Download complete [2023-04-21T11:59:34.727Z] b85a868b505f: Pull complete [2023-04-21T11:59:34.727Z] e2be974225ed: Pull complete [2023-04-21T11:59:35.318Z] 339a4e72a1f5: Pull complete [2023-04-21T11:59:35.318Z] 988bab9f4d93: Pull complete [2023-04-21T11:59:35.580Z] 1469e6f7b9e6: Pull complete [2023-04-21T11:59:35.839Z] eaf3925da568: Pull complete [2023-04-21T11:59:37.744Z] bab4dde63d76: Pull complete [2023-04-21T11:59:37.744Z] bde34c3a00c8: Pull complete [2023-04-21T11:59:37.744Z] b352a97aabf1: Pull complete [2023-04-21T11:59:37.744Z] 4872d77fe225: Pull complete [2023-04-21T11:59:38.004Z] 5851b861e8e6: Pull complete [2023-04-21T11:59:38.004Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2023-04-21T11:59:38.004Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-04-21T11:59:38.004Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-04-21T11:59:38.238Z] prd-ubuntu20.04-docker-8c-8g-9282 does not seem to be running inside a container [2023-04-21T11:59:38.279Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/foundry_device-virtual-go_PR-388 -v /w/workspace/foundry_device-virtual-go_PR-388:/w/workspace/foundry_device-virtual-go_PR-388:rw,z -v /w/workspace/foundry_device-virtual-go_PR-388@tmp:/w/workspace/foundry_device-virtual-go_PR-388@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2023-04-21T11:59:40.754Z] $ docker top 900619e9f0bbfcfafd49dde1f800ab64d557f7e7959ec59615ae6be08940625f -eo pid,comm [2023-04-21T11:59:40.807Z] ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). [2023-04-21T11:59:40.807Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-04-21T11:59:40.949Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-04-21T11:59:40.949Z] [ssh-agent] Looking for ssh-agent implementation... [2023-04-21T11:59:41.068Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-04-21T11:59:41.075Z] $ docker exec 900619e9f0bbfcfafd49dde1f800ab64d557f7e7959ec59615ae6be08940625f ssh-agent [2023-04-21T11:59:41.183Z] SSH_AUTH_SOCK=/tmp/ssh-LhrQDJthZ8w3/agent.33 [2023-04-21T11:59:41.183Z] SSH_AGENT_PID=39 [2023-04-21T11:59:41.191Z] Running ssh-add (command line suppressed) [2023-04-21T11:59:41.290Z] Identity added: /w/workspace/foundry_device-virtual-go_PR-388@tmp/private_key_1816961948832889289.key (/w/workspace/foundry_device-virtual-go_PR-388@tmp/private_key_1816961948832889289.key) [2023-04-21T11:59:41.302Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-04-21T11:59:41.642Z] + git tag --points-at HEAD [Pipeline] } [2023-04-21T11:59:41.675Z] $ docker exec --env ******** --env ******** 900619e9f0bbfcfafd49dde1f800ab64d557f7e7959ec59615ae6be08940625f ssh-agent -k [2023-04-21T11:59:41.782Z] unset SSH_AUTH_SOCK; [2023-04-21T11:59:41.783Z] unset SSH_AGENT_PID; [2023-04-21T11:59:41.783Z] echo Agent pid 39 killed; [2023-04-21T11:59:41.792Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2023-04-21T11:59:41.895Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-04-21T11:59:41.895Z] [ssh-agent] Looking for ssh-agent implementation... [2023-04-21T11:59:42.020Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-04-21T11:59:42.027Z] $ docker exec 900619e9f0bbfcfafd49dde1f800ab64d557f7e7959ec59615ae6be08940625f ssh-agent [2023-04-21T11:59:42.133Z] SSH_AUTH_SOCK=/tmp/ssh-M5lyYkx2Pf2C/agent.71 [2023-04-21T11:59:42.133Z] SSH_AGENT_PID=77 [2023-04-21T11:59:42.139Z] Running ssh-add (command line suppressed) [2023-04-21T11:59:42.263Z] Identity added: /w/workspace/foundry_device-virtual-go_PR-388@tmp/private_key_10145012226856237372.key (/w/workspace/foundry_device-virtual-go_PR-388@tmp/private_key_10145012226856237372.key) [2023-04-21T11:59:42.275Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-04-21T11:59:42.617Z] + git semver init [2023-04-21T11:59:42.878Z] 2023-04-21 11:59:42,817 [run_init] DEBUG init version:0.0.0 force:False [2023-04-21T11:59:42.878Z] 2023-04-21 11:59:42,818 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/foundry_device-virtual-go_PR-388/.semver [2023-04-21T11:59:42.878Z] 2023-04-21 11:59:42,819 [execute] INFO git clone -b semver git@github.com:edgexfoundry/device-virtual-go.git /w/workspace/foundry_device-virtual-go_PR-388/.semver [2023-04-21T11:59:42.878Z] 2023-04-21 11:59:42,819 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/device-virtual-go.git', '/w/workspace/foundry_device-virtual-go_PR-388/.semver'], cwd=/w/workspace/foundry_device-virtual-go_PR-388, universal_newlines=False, shell=None, istream=None) [2023-04-21T11:59:44.258Z] 2023-04-21 11:59:43,949 [append_file] DEBUG append to file:/w/workspace/foundry_device-virtual-go_PR-388/.git/info/exclude [2023-04-21T11:59:44.258Z] 2023-04-21 11:59:43,949 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/foundry_device-virtual-go_PR-388/.semver/PR-388 with force:False [2023-04-21T11:59:44.258Z] 2023-04-21 11:59:43,950 [write_file] DEBUG write to file:/w/workspace/foundry_device-virtual-go_PR-388/.semver/PR-388 [2023-04-21T11:59:44.258Z] 2023-04-21 11:59:43,954 [execute] INFO git cat-file --batch-check [2023-04-21T11:59:44.259Z] 2023-04-21 11:59:43,954 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/foundry_device-virtual-go_PR-388/.semver, universal_newlines=False, shell=None, istream=) [2023-04-21T11:59:44.259Z] 2023-04-21 11:59:43,960 [execute] INFO git cat-file --batch [2023-04-21T11:59:44.259Z] 2023-04-21 11:59:43,960 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/foundry_device-virtual-go_PR-388/.semver, universal_newlines=False, shell=None, istream=) [2023-04-21T11:59:44.259Z] 2023-04-21 11:59:43,965 [read_version] DEBUG read version from /w/workspace/foundry_device-virtual-go_PR-388/.semver/PR-388 [2023-04-21T11:59:44.259Z] 0.0.0 [Pipeline] } [2023-04-21T11:59:44.289Z] $ docker exec --env ******** --env ******** 900619e9f0bbfcfafd49dde1f800ab64d557f7e7959ec59615ae6be08940625f ssh-agent -k [2023-04-21T11:59:44.394Z] unset SSH_AUTH_SOCK; [2023-04-21T11:59:44.395Z] unset SSH_AGENT_PID; [2023-04-21T11:59:44.395Z] echo Agent pid 77 killed; [2023-04-21T11:59:44.401Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-04-21T11:59:44.839Z] + git semver [Pipeline] } [2023-04-21T11:59:45.124Z] $ docker stop --time=1 900619e9f0bbfcfafd49dde1f800ab64d557f7e7959ec59615ae6be08940625f [2023-04-21T11:59:46.422Z] $ docker rm -f --volumes 900619e9f0bbfcfafd49dde1f800ab64d557f7e7959ec59615ae6be08940625f [Pipeline] // withDockerContainer [Pipeline] sh [2023-04-21T11:59:46.832Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2023-04-21T11:59:47.136Z] Stashed 1 file(s) [Pipeline] echo [2023-04-21T11:59:47.154Z] [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] withEnv [Pipeline] { [Pipeline] node [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-04-21T11:59:47.773Z] provisioning config files... [2023-04-21T11:59:47.784Z] copy managed file [device-virtual-go-settings] to file:/w/workspace/foundry_device-virtual-go_PR-388@tmp/config5929518279564551975tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-04-21T11:59:48.130Z] ---> docker-login.sh [2023-04-21T11:59:48.130Z] nexus3.edgexfoundry.org:10001 [2023-04-21T11:59:48.130Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-21T11:59:48.130Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-21T11:59:48.130Z] Configure a credential helper to remove this warning. See [2023-04-21T11:59:48.130Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-21T11:59:48.130Z] [2023-04-21T11:59:48.130Z] Login Succeeded [2023-04-21T11:59:48.130Z] nexus3.edgexfoundry.org:10002 [2023-04-21T11:59:48.130Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-21T11:59:48.130Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-21T11:59:48.130Z] Configure a credential helper to remove this warning. See [2023-04-21T11:59:48.130Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-21T11:59:48.130Z] [2023-04-21T11:59:48.130Z] Login Succeeded [2023-04-21T11:59:48.391Z] nexus3.edgexfoundry.org:10003 [2023-04-21T11:59:48.391Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-21T11:59:48.391Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-21T11:59:48.391Z] Configure a credential helper to remove this warning. See [2023-04-21T11:59:48.391Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-21T11:59:48.391Z] [2023-04-21T11:59:48.391Z] Login Succeeded [2023-04-21T11:59:48.391Z] nexus3.edgexfoundry.org:10004 [2023-04-21T11:59:48.391Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-21T11:59:48.391Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-21T11:59:48.391Z] Configure a credential helper to remove this warning. See [2023-04-21T11:59:48.391Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-21T11:59:48.391Z] [2023-04-21T11:59:48.391Z] Login Succeeded [2023-04-21T11:59:48.391Z] docker.io [2023-04-21T11:59:48.651Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-21T11:59:48.651Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-21T11:59:48.651Z] Configure a credential helper to remove this warning. See [2023-04-21T11:59:48.651Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-21T11:59:48.651Z] [2023-04-21T11:59:48.651Z] Login Succeeded [2023-04-21T11:59:48.651Z] ---> docker-login.sh ends [Pipeline] } [2023-04-21T11:59:48.680Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2023-04-21T11:59:48.891Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-04-21T11:59:48.930Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-04-21T11:59:48.966Z] ========================================================= [2023-04-21T11:59:48.966Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine] [2023-04-21T11:59:48.966Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-21T11:59:49.452Z] + docker build -t ci-base-image-x86_64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine --build-arg MAKE=echo noop --target=builder . [2023-04-21T11:59:49.452Z] Sending build context to Docker daemon 23.57MB [2023-04-21T11:59:49.452Z] Step 1/12 : ARG BASE=golang:1.20-alpine3.17 [2023-04-21T11:59:49.452Z] Step 2/12 : FROM ${BASE} AS builder [2023-04-21T11:59:49.714Z] 1.20-alpine: Pulling from edgex-devops/edgex-golang-base [2023-04-21T11:59:49.714Z] 63b65145d645: Pulling fs layer [2023-04-21T11:59:49.714Z] a2d21d5440eb: Pulling fs layer [2023-04-21T11:59:49.714Z] 935e6c44a52c: Pulling fs layer [2023-04-21T11:59:49.714Z] 94cc34f8dd06: Pulling fs layer [2023-04-21T11:59:49.714Z] 30dea6a524f1: Pulling fs layer [2023-04-21T11:59:49.714Z] a2aff8979fd8: Pulling fs layer [2023-04-21T11:59:49.714Z] 6808be2612f2: Pulling fs layer [2023-04-21T11:59:49.714Z] f25807f1079a: Pulling fs layer [2023-04-21T11:59:49.714Z] a2aff8979fd8: Waiting [2023-04-21T11:59:49.714Z] 6808be2612f2: Waiting [2023-04-21T11:59:49.714Z] f25807f1079a: Waiting [2023-04-21T11:59:49.714Z] a2d21d5440eb: Verifying Checksum [2023-04-21T11:59:49.714Z] a2d21d5440eb: Download complete [2023-04-21T11:59:49.714Z] 94cc34f8dd06: Download complete [2023-04-21T11:59:49.714Z] 30dea6a524f1: Verifying Checksum [2023-04-21T11:59:49.714Z] 30dea6a524f1: Download complete [2023-04-21T11:59:49.714Z] 63b65145d645: Download complete [2023-04-21T11:59:49.714Z] a2aff8979fd8: Verifying Checksum [2023-04-21T11:59:49.714Z] a2aff8979fd8: Download complete [2023-04-21T11:59:49.973Z] 63b65145d645: Pull complete [2023-04-21T11:59:49.973Z] a2d21d5440eb: Pull complete [2023-04-21T11:59:49.973Z] f25807f1079a: Verifying Checksum [2023-04-21T11:59:49.973Z] f25807f1079a: Download complete [2023-04-21T11:59:50.241Z] 935e6c44a52c: Download complete [2023-04-21T11:59:50.499Z] 6808be2612f2: Verifying Checksum [2023-04-21T11:59:50.499Z] 6808be2612f2: Download complete [2023-04-21T11:59:53.796Z] 935e6c44a52c: Pull complete [2023-04-21T11:59:53.796Z] 94cc34f8dd06: Pull complete [2023-04-21T11:59:53.796Z] 30dea6a524f1: Pull complete [2023-04-21T11:59:54.055Z] a2aff8979fd8: Pull complete [2023-04-21T11:59:56.585Z] 6808be2612f2: Pull complete [2023-04-21T11:59:56.846Z] f25807f1079a: Pull complete [2023-04-21T11:59:56.846Z] Digest: sha256:106942793af8b5907f587008084bb0888cadbc76d86ebd37d4d3227fb0f1e438 [2023-04-21T11:59:56.846Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine [2023-04-21T11:59:56.846Z] ---> 3b553350e43f [2023-04-21T11:59:56.846Z] Step 3/12 : ARG ALPINE_PKG_BASE="make git openssh-client" [2023-04-21T12:00:02.587Z] Still waiting to schedule task [2023-04-21T12:00:02.587Z] ‘prd-ubuntu20.04-docker-arm64-4c-16g-9283’ is offline [2023-04-21T12:00:03.422Z] ---> Running in 21f58cd0863f [2023-04-21T12:00:03.422Z] Removing intermediate container 21f58cd0863f [2023-04-21T12:00:03.422Z] ---> 490aa5f42c59 [2023-04-21T12:00:03.422Z] Step 4/12 : ARG ALPINE_PKG_EXTRA="" [2023-04-21T12:00:03.422Z] ---> Running in 0f2278052c06 [2023-04-21T12:00:03.422Z] Removing intermediate container 0f2278052c06 [2023-04-21T12:00:03.422Z] ---> 99cfae5e20a1 [2023-04-21T12:00:03.422Z] Step 5/12 : ARG ADD_BUILD_TAGS="" [2023-04-21T12:00:03.422Z] ---> Running in 13c2412d835f [2023-04-21T12:00:03.422Z] Removing intermediate container 13c2412d835f [2023-04-21T12:00:03.422Z] ---> 2583132b1647 [2023-04-21T12:00:03.422Z] Step 6/12 : WORKDIR /device-virtual-go [2023-04-21T12:00:03.422Z] ---> Running in 2cdbaac393ba [2023-04-21T12:00:03.422Z] Removing intermediate container 2cdbaac393ba [2023-04-21T12:00:03.422Z] ---> 6dbf85842e28 [2023-04-21T12:00:03.422Z] Step 7/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-04-21T12:00:03.422Z] ---> Running in bab81a8ae5d5 [2023-04-21T12:00:03.422Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-04-21T12:00:03.694Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-04-21T12:00:03.694Z] (1/4) Installing openssh-keygen (9.1_p1-r2) [2023-04-21T12:00:03.694Z] (2/4) Installing libedit (20221030.3.1-r0) [2023-04-21T12:00:03.694Z] (3/4) Installing openssh-client-common (9.1_p1-r2) [2023-04-21T12:00:03.986Z] (4/4) Installing openssh-client-default (9.1_p1-r2) [2023-04-21T12:00:03.986Z] Executing busybox-1.35.0-r29.trigger [2023-04-21T12:00:03.986Z] OK: 269 MiB in 57 packages [2023-04-21T12:00:04.245Z] Removing intermediate container bab81a8ae5d5 [2023-04-21T12:00:04.245Z] ---> 5e299fd9b8f4 [2023-04-21T12:00:04.245Z] Step 8/12 : COPY go.mod vendor* ./ [2023-04-21T12:00:04.505Z] ---> 54b6a8cea348 [2023-04-21T12:00:04.505Z] Step 9/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-04-21T12:00:04.505Z] ---> Running in 94a47e7add24 [2023-04-21T12:00:36.610Z] Removing intermediate container 94a47e7add24 [2023-04-21T12:00:36.610Z] ---> 3b6b0104fee5 [2023-04-21T12:00:36.610Z] Step 10/12 : COPY . . [2023-04-21T12:00:36.610Z] ---> 9ee5699d30d0 [2023-04-21T12:00:36.610Z] Step 11/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-04-21T12:00:36.610Z] ---> Running in 82fd7452ff81 [2023-04-21T12:00:36.610Z] Removing intermediate container 82fd7452ff81 [2023-04-21T12:00:36.610Z] ---> 6c65df4eb466 [2023-04-21T12:00:36.610Z] Step 12/12 : RUN $MAKE [2023-04-21T12:00:36.610Z] ---> Running in 41d4ecf3ebf0 [2023-04-21T12:00:36.610Z] noop [2023-04-21T12:00:36.610Z] Removing intermediate container 41d4ecf3ebf0 [2023-04-21T12:00:36.610Z] ---> 7e55d8d87efc [2023-04-21T12:00:36.610Z] Successfully built 7e55d8d87efc [2023-04-21T12:00:36.610Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-21T12:00:37.065Z] + docker inspect -f . ci-base-image-x86_64 [2023-04-21T12:00:37.065Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-04-21T12:00:37.218Z] prd-ubuntu20.04-docker-8c-8g-9282 does not seem to be running inside a container [2023-04-21T12:00:37.251Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/foundry_device-virtual-go_PR-388 -v /w/workspace/foundry_device-virtual-go_PR-388:/w/workspace/foundry_device-virtual-go_PR-388:rw,z -v /w/workspace/foundry_device-virtual-go_PR-388@tmp:/w/workspace/foundry_device-virtual-go_PR-388@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2023-04-21T12:00:37.577Z] $ docker top 155dade4380d3603f00a2eb84e07552719e6e95f9152d5aecf9604a7e5a4d654 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-04-21T12:00:37.973Z] + go version [2023-04-21T12:00:37.973Z] go version go1.20.2 linux/amd64 [Pipeline] } [2023-04-21T12:00:38.008Z] $ docker stop --time=1 155dade4380d3603f00a2eb84e07552719e6e95f9152d5aecf9604a7e5a4d654 [2023-04-21T12:00:39.273Z] $ docker rm -f --volumes 155dade4380d3603f00a2eb84e07552719e6e95f9152d5aecf9604a7e5a4d654 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-21T12:00:40.015Z] + docker inspect -f . ci-base-image-x86_64 [2023-04-21T12:00:40.015Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-04-21T12:00:40.172Z] prd-ubuntu20.04-docker-8c-8g-9282 does not seem to be running inside a container [2023-04-21T12:00:40.206Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -w /w/workspace/foundry_device-virtual-go_PR-388 -v /w/workspace/foundry_device-virtual-go_PR-388:/w/workspace/foundry_device-virtual-go_PR-388:rw,z -v /w/workspace/foundry_device-virtual-go_PR-388@tmp:/w/workspace/foundry_device-virtual-go_PR-388@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2023-04-21T12:00:40.538Z] $ docker top 93f8a7719ea0243e890cd5caaa4e0fbd4f3d5e9c9cc6f38267e76024f2df6db8 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-04-21T12:00:40.931Z] + git config --global --add safe.directory /w/workspace/foundry_device-virtual-go_PR-388 [Pipeline] fileExists [Pipeline] sh [2023-04-21T12:00:41.296Z] + make test [2023-04-21T12:00:41.296Z] go test ./... -coverprofile=coverage.out [2023-04-21T12:00:46.562Z] ? github.com/edgexfoundry/device-virtual-go [no test files] [2023-04-21T12:00:56.534Z] ? github.com/edgexfoundry/device-virtual-go/cmd [no test files] [2023-04-21T12:00:56.534Z] ok github.com/edgexfoundry/device-virtual-go/internal/driver 0.019s coverage: 58.6% of statements [2023-04-21T12:01:03.258Z] go vet ./... [2023-04-21T12:01:06.547Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-04-21T12:01:06.547Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-04-21T12:01:06.547Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2023-04-21T12:01:06.833Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2023-04-21T12:01:06.866Z] $ docker stop --time=1 93f8a7719ea0243e890cd5caaa4e0fbd4f3d5e9c9cc6f38267e76024f2df6db8 [2023-04-21T12:01:09.558Z] $ docker rm -f --volumes 93f8a7719ea0243e890cd5caaa4e0fbd4f3d5e9c9cc6f38267e76024f2df6db8 [Pipeline] // withDockerContainer [Pipeline] sh [2023-04-21T12:01:10.063Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2023-04-21T12:01:10.134Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2023-04-21T12:01:10.781Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2023-04-21T12:01:11.095Z] + ls -al . [2023-04-21T12:01:11.095Z] total 192 [2023-04-21T12:01:11.095Z] drwxrwxr-x 9 jenkins jenkins 4096 Apr 21 12:00 . [2023-04-21T12:01:11.095Z] drwxrwxr-x 4 jenkins jenkins 4096 Apr 21 11:59 .. [2023-04-21T12:01:11.095Z] drwxrwxr-x 8 jenkins jenkins 4096 Apr 21 11:59 .git [2023-04-21T12:01:11.095Z] drwxrwxr-x 3 jenkins jenkins 4096 Apr 21 11:59 .github [2023-04-21T12:01:11.095Z] -rw-rw-r-- 1 jenkins jenkins 337 Apr 21 11:59 .gitignore [2023-04-21T12:01:11.095Z] -rw-rw-r-- 1 jenkins jenkins 41 Apr 21 11:59 .golangci.yml [2023-04-21T12:01:11.095Z] drwxr-xr-x 3 jenkins jenkins 4096 Apr 21 11:59 .semver [2023-04-21T12:01:11.095Z] -rw-rw-r-- 1 jenkins jenkins 8652 Apr 21 11:59 Attribution.txt [2023-04-21T12:01:11.095Z] -rw-rw-r-- 1 jenkins jenkins 11367 Apr 21 11:59 CHANGELOG.md [2023-04-21T12:01:11.095Z] -rw-rw-r-- 1 jenkins jenkins 1646 Apr 21 11:59 Dockerfile [2023-04-21T12:01:11.095Z] -rw-rw-r-- 1 jenkins jenkins 677 Apr 21 11:59 GOVERNANCE.md [2023-04-21T12:01:11.095Z] -rw-rw-r-- 1 jenkins jenkins 660 Apr 21 11:59 Jenkinsfile [2023-04-21T12:01:11.095Z] -rw-rw-r-- 1 jenkins jenkins 11340 Apr 21 11:59 LICENSE [2023-04-21T12:01:11.095Z] -rw-rw-r-- 1 jenkins jenkins 1696 Apr 21 11:59 Makefile [2023-04-21T12:01:11.095Z] -rw-rw-r-- 1 jenkins jenkins 623 Apr 21 11:59 OWNERS.md [2023-04-21T12:01:11.095Z] -rw-rw-r-- 1 jenkins jenkins 3578 Apr 21 11:59 README.md [2023-04-21T12:01:11.095Z] -rw-rw-r-- 1 jenkins jenkins 5 Apr 21 11:59 VERSION [2023-04-21T12:01:11.095Z] drwxrwxr-x 2 jenkins jenkins 4096 Apr 21 11:59 bin [2023-04-21T12:01:11.095Z] drwxrwxr-x 3 jenkins jenkins 4096 Apr 21 11:59 cmd [2023-04-21T12:01:11.095Z] -rw-r--r-- 1 jenkins jenkins 43063 Apr 21 12:00 coverage.out [2023-04-21T12:01:11.095Z] -rw-rw-r-- 1 jenkins jenkins 3209 Apr 21 11:59 go.mod [2023-04-21T12:01:11.095Z] -rw-rw-r-- 1 jenkins jenkins 31109 Apr 21 11:59 go.sum [2023-04-21T12:01:11.095Z] drwxrwxr-x 3 jenkins jenkins 4096 Apr 21 11:59 internal [2023-04-21T12:01:11.095Z] drwxrwxr-x 4 jenkins jenkins 4096 Apr 21 11:59 snap [2023-04-21T12:01:11.095Z] -rw-rw-r-- 1 jenkins jenkins 235 Apr 21 11:59 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-21T12:01:11.483Z] + 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=f12b1023e89ed6cefa92fcdfc09c8c7ded3ad308 --label arch=amd64 --label version=0.0.0 . [2023-04-21T12:01:11.483Z] Sending build context to Docker daemon 23.62MB [2023-04-21T12:01:11.483Z] Step 1/25 : ARG BASE=golang:1.20-alpine3.17 [2023-04-21T12:01:11.483Z] Step 2/25 : FROM ${BASE} AS builder [2023-04-21T12:01:11.483Z] ---> 7e55d8d87efc [2023-04-21T12:01:11.483Z] Step 3/25 : ARG ALPINE_PKG_BASE="make git openssh-client" [2023-04-21T12:01:11.745Z] ---> Running in 0bf61abdae16 [2023-04-21T12:01:11.745Z] Removing intermediate container 0bf61abdae16 [2023-04-21T12:01:11.745Z] ---> 248ed3815754 [2023-04-21T12:01:11.745Z] Step 4/25 : ARG ALPINE_PKG_EXTRA="" [2023-04-21T12:01:12.005Z] ---> Running in 7c9910e8023b [2023-04-21T12:01:12.005Z] Removing intermediate container 7c9910e8023b [2023-04-21T12:01:12.005Z] ---> 1bcc36536ab8 [2023-04-21T12:01:12.005Z] Step 5/25 : ARG ADD_BUILD_TAGS="" [2023-04-21T12:01:12.005Z] ---> Running in 252533c8084d [2023-04-21T12:01:12.005Z] Removing intermediate container 252533c8084d [2023-04-21T12:01:12.005Z] ---> f0f9bab8298b [2023-04-21T12:01:12.005Z] Step 6/25 : WORKDIR /device-virtual-go [2023-04-21T12:01:12.005Z] ---> Running in 3c808b97f690 [2023-04-21T12:01:12.266Z] Removing intermediate container 3c808b97f690 [2023-04-21T12:01:12.266Z] ---> 7d6fbd877ec8 [2023-04-21T12:01:12.266Z] Step 7/25 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-04-21T12:01:12.266Z] ---> Running in 5d670f73db5e [2023-04-21T12:01:12.524Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-04-21T12:01:12.524Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-04-21T12:01:12.782Z] OK: 269 MiB in 57 packages [2023-04-21T12:01:13.043Z] Removing intermediate container 5d670f73db5e [2023-04-21T12:01:13.043Z] ---> abdb244d5573 [2023-04-21T12:01:13.043Z] Step 8/25 : COPY go.mod vendor* ./ [2023-04-21T12:01:13.304Z] ---> b9f307396052 [2023-04-21T12:01:13.304Z] Step 9/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-04-21T12:01:13.304Z] ---> Running in 34dac7250aab [2023-04-21T12:01:14.241Z] Removing intermediate container 34dac7250aab [2023-04-21T12:01:14.241Z] ---> 300cdecc74fb [2023-04-21T12:01:14.241Z] Step 10/25 : COPY . . [2023-04-21T12:01:14.809Z] ---> 0a7d41e36229 [2023-04-21T12:01:14.809Z] Step 11/25 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-04-21T12:01:14.809Z] ---> Running in b6c0e9de323e [2023-04-21T12:01:14.809Z] Removing intermediate container b6c0e9de323e [2023-04-21T12:01:14.809Z] ---> 64f86bb565cf [2023-04-21T12:01:14.809Z] Step 12/25 : RUN $MAKE [2023-04-21T12:01:14.809Z] ---> Running in b6373c6f8426 [2023-04-21T12:01:15.068Z] CGO_ENABLED=0 go build -tags "" -ldflags "-X github.com/edgexfoundry/device-virtual-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/device-virtual ./cmd [2023-04-21T12:01:37.043Z] Removing intermediate container b6373c6f8426 [2023-04-21T12:01:37.043Z] ---> 682c21f329ab [2023-04-21T12:01:37.043Z] Step 13/25 : FROM alpine:3.17 [2023-04-21T12:01:37.043Z] 3.17: Pulling from library/alpine [2023-04-21T12:01:37.043Z] f56be85fc22e: Pulling fs layer [2023-04-21T12:01:37.043Z] f56be85fc22e: Verifying Checksum [2023-04-21T12:01:37.043Z] f56be85fc22e: Download complete [2023-04-21T12:01:37.043Z] f56be85fc22e: Pull complete [2023-04-21T12:01:37.043Z] Digest: sha256:124c7d2707904eea7431fffe91522a01e5a861a624ee31d03372cc1d138a3126 [2023-04-21T12:01:37.043Z] Status: Downloaded newer image for alpine:3.17 [2023-04-21T12:01:37.043Z] ---> 9ed4aefc74f6 [2023-04-21T12:01:37.043Z] Step 14/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019-2021: IOTech' [2023-04-21T12:01:37.043Z] ---> Running in 3b5ccc167e42 [2023-04-21T12:01:37.043Z] Removing intermediate container 3b5ccc167e42 [2023-04-21T12:01:37.043Z] ---> 92f1d438f618 [2023-04-21T12:01:37.043Z] Step 15/25 : RUN apk add --update --no-cache dumb-init [2023-04-21T12:01:37.043Z] ---> Running in f6ae881a7c60 [2023-04-21T12:01:37.043Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-04-21T12:01:37.043Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-04-21T12:01:37.043Z] (1/1) Installing dumb-init (1.2.5-r2) [2023-04-21T12:01:37.043Z] Executing busybox-1.35.0-r29.trigger [2023-04-21T12:01:37.043Z] OK: 7 MiB in 16 packages [2023-04-21T12:01:37.043Z] Removing intermediate container f6ae881a7c60 [2023-04-21T12:01:37.043Z] ---> ce9d0b170195 [2023-04-21T12:01:37.043Z] Step 16/25 : WORKDIR / [2023-04-21T12:01:37.043Z] ---> Running in 3550520eedad [2023-04-21T12:01:37.043Z] Removing intermediate container 3550520eedad [2023-04-21T12:01:37.043Z] ---> c9041b5f94b5 [2023-04-21T12:01:37.043Z] Step 17/25 : COPY --from=builder /device-virtual-go/Attribution.txt / [2023-04-21T12:01:37.043Z] ---> b421e50c737b [2023-04-21T12:01:37.043Z] Step 18/25 : COPY --from=builder /device-virtual-go/LICENSE / [2023-04-21T12:01:37.043Z] ---> e25dc60a57e3 [2023-04-21T12:01:37.043Z] Step 19/25 : COPY --from=builder /device-virtual-go/cmd / [2023-04-21T12:01:37.043Z] ---> b02c9c5650da [2023-04-21T12:01:37.043Z] Step 20/25 : EXPOSE 59900 [2023-04-21T12:01:37.043Z] ---> Running in 36685de329d0 [2023-04-21T12:01:37.043Z] Removing intermediate container 36685de329d0 [2023-04-21T12:01:37.043Z] ---> ef50b9e69d81 [2023-04-21T12:01:37.043Z] Step 21/25 : ENTRYPOINT ["/device-virtual"] [2023-04-21T12:01:37.043Z] ---> Running in 6421e4075b21 [2023-04-21T12:01:37.043Z] Removing intermediate container 6421e4075b21 [2023-04-21T12:01:37.043Z] ---> cf47c8774db3 [2023-04-21T12:01:37.043Z] Step 22/25 : CMD ["--cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-04-21T12:01:37.043Z] ---> Running in 732e5c9fe69e [2023-04-21T12:01:37.043Z] Removing intermediate container 732e5c9fe69e [2023-04-21T12:01:37.043Z] ---> 3caf5157efff [2023-04-21T12:01:37.043Z] Step 23/25 : LABEL arch=amd64 [2023-04-21T12:01:37.043Z] ---> Running in a73c22138b7a [2023-04-21T12:01:37.043Z] Removing intermediate container a73c22138b7a [2023-04-21T12:01:37.043Z] ---> d85fbbdd4906 [2023-04-21T12:01:37.043Z] Step 24/25 : LABEL git_sha=f12b1023e89ed6cefa92fcdfc09c8c7ded3ad308 [2023-04-21T12:01:37.043Z] ---> Running in 8834a591c573 [2023-04-21T12:01:37.302Z] Removing intermediate container 8834a591c573 [2023-04-21T12:01:37.302Z] ---> 3a6389b995e2 [2023-04-21T12:01:37.302Z] Step 25/25 : LABEL version=0.0.0 [2023-04-21T12:01:37.302Z] ---> Running in f50f78dbb920 [2023-04-21T12:01:37.302Z] Removing intermediate container f50f78dbb920 [2023-04-21T12:01:37.302Z] ---> bd31231be6b6 [2023-04-21T12:01:37.302Z] [Warning] One or more build-args [ARCH] were not consumed [2023-04-21T12:01:37.302Z] Successfully built bd31231be6b6 [2023-04-21T12:01:37.302Z] Successfully tagged device-virtual:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-21T12:01:38.202Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-04-21T12:01:38.202Z] [2023-04-21T12:01:38.202Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-21T12:01:38.581Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-04-21T12:01:38.581Z] latest: Pulling from edgex-lftools-log-publisher [2023-04-21T12:01:38.581Z] 5eb5b503b376: Pulling fs layer [2023-04-21T12:01:38.581Z] 5c69ac0246d0: Pulling fs layer [2023-04-21T12:01:38.581Z] ec43610c2a17: Pulling fs layer [2023-04-21T12:01:38.581Z] 3a2ae6a8a46f: Pulling fs layer [2023-04-21T12:01:38.581Z] 33b1e0a273af: Pulling fs layer [2023-04-21T12:01:38.581Z] 5d3b04190fa2: Pulling fs layer [2023-04-21T12:01:38.581Z] 2f39f015ded8: Pulling fs layer [2023-04-21T12:01:38.581Z] 33b1e0a273af: Waiting [2023-04-21T12:01:38.581Z] 5d3b04190fa2: Waiting [2023-04-21T12:01:38.581Z] 2f39f015ded8: Waiting [2023-04-21T12:01:38.581Z] 5c69ac0246d0: Download complete [2023-04-21T12:01:38.581Z] 3a2ae6a8a46f: Download complete [2023-04-21T12:01:38.581Z] 33b1e0a273af: Verifying Checksum [2023-04-21T12:01:38.581Z] 33b1e0a273af: Download complete [2023-04-21T12:01:38.581Z] ec43610c2a17: Verifying Checksum [2023-04-21T12:01:38.581Z] ec43610c2a17: Download complete [2023-04-21T12:01:38.841Z] 5eb5b503b376: Verifying Checksum [2023-04-21T12:01:38.841Z] 5eb5b503b376: Download complete [2023-04-21T12:01:39.415Z] 2f39f015ded8: Download complete [2023-04-21T12:01:39.981Z] 5eb5b503b376: Pull complete [2023-04-21T12:01:40.242Z] 5c69ac0246d0: Pull complete [2023-04-21T12:01:40.812Z] ec43610c2a17: Pull complete [2023-04-21T12:01:40.812Z] 3a2ae6a8a46f: Pull complete [2023-04-21T12:01:41.073Z] 33b1e0a273af: Pull complete [2023-04-21T12:01:41.073Z] 5d3b04190fa2: Pull complete [2023-04-21T12:01:46.356Z] 2f39f015ded8: Pull complete [2023-04-21T12:01:46.356Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2023-04-21T12:01:46.356Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-04-21T12:01:46.356Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-04-21T12:01:46.595Z] prd-ubuntu20.04-docker-8c-8g-9282 does not seem to be running inside a container [2023-04-21T12:01:46.630Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/foundry_device-virtual-go_PR-388 -v /w/workspace/foundry_device-virtual-go_PR-388:/w/workspace/foundry_device-virtual-go_PR-388:rw,z -v /w/workspace/foundry_device-virtual-go_PR-388@tmp:/w/workspace/foundry_device-virtual-go_PR-388@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2023-04-21T12:01:49.388Z] $ docker top 02b7a2a60bf81d5488fbc49c6c40474b921248bcc0c10e0f767e1902a126fad3 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-04-21T12:01:49.829Z] ---> job-cost.sh [2023-04-21T12:01:49.829Z] lf-activate-venv: SKIPPING [2023-04-21T12:01:49.829Z] INFO: No Stack... [2023-04-21T12:01:50.088Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-04-21T12:01:50.348Z] INFO: Archiving Costs [Pipeline] sh [2023-04-21T12:01:50.665Z] + cat /w/workspace/foundry_device-virtual-go_PR-388/archives/cost.csv [2023-04-21T12:01:50.665Z] + cut -d, -f6 [Pipeline] lock [2023-04-21T12:01:50.707Z] Trying to acquire lock on [jenkins-edgexfoundry-device-virtual-go-PR-388-1-stack-cost] [2023-04-21T12:01:50.712Z] Resource [jenkins-edgexfoundry-device-virtual-go-PR-388-1-stack-cost] did not exist. Created. [2023-04-21T12:01:50.712Z] Lock acquired on [jenkins-edgexfoundry-device-virtual-go-PR-388-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-04-21T12:01:51.104Z] + echo total: 0.2199999988079071 [Pipeline] stash [2023-04-21T12:01:51.155Z] Stashed 1 file(s) [Pipeline] } [2023-04-21T12:01:51.184Z] Lock released on resource [jenkins-edgexfoundry-device-virtual-go-PR-388-1-stack-cost] [Pipeline] // lock [Pipeline] } [2023-04-21T12:01:51.266Z] $ docker stop --time=1 02b7a2a60bf81d5488fbc49c6c40474b921248bcc0c10e0f767e1902a126fad3 [2023-04-21T12:01:52.426Z] $ docker rm -f --volumes 02b7a2a60bf81d5488fbc49c6c40474b921248bcc0c10e0f767e1902a126fad3 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2023-04-21T12:02:26.132Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-9284 in /w/workspace/foundry_device-virtual-go_PR-388 [Pipeline] { [Pipeline] ws [2023-04-21T12:02:26.194Z] Running in /w/workspace/device-virtual-go/1 [Pipeline] { [Pipeline] checkout [2023-04-21T12:02:26.279Z] The recommended git tool is: git [2023-04-21T12:02:32.222Z] using credential edgex-jenkins-ssh [2023-04-21T12:02:32.240Z] Cloning the remote Git repository [2023-04-21T12:02:32.294Z] Cloning repository git@github.com:edgexfoundry/device-virtual-go.git [2023-04-21T12:02:32.401Z] > git init /w/workspace/device-virtual-go/1 # timeout=10 [2023-04-21T12:02:32.555Z] Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git [2023-04-21T12:02:32.556Z] > git --version # timeout=10 [2023-04-21T12:02:32.581Z] > git --version # 'git version 2.25.1' [2023-04-21T12:02:32.584Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-04-21T12:02:32.754Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-04-21T12:02:34.778Z] > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 [2023-04-21T12:02:34.813Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-04-21T12:02:36.350Z] Merging remotes/origin/main commit 8b06b3309a4a8ea5746d44ebca426b8e3f1152e3 into PR head commit f12b1023e89ed6cefa92fcdfc09c8c7ded3ad308 [2023-04-21T12:02:36.657Z] Merge succeeded, producing f12b1023e89ed6cefa92fcdfc09c8c7ded3ad308 [2023-04-21T12:02:36.658Z] Checking out Revision f12b1023e89ed6cefa92fcdfc09c8c7ded3ad308 (PR-388) [2023-04-21T12:02:35.749Z] > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 [2023-04-21T12:02:35.791Z] Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git [2023-04-21T12:02:35.792Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-04-21T12:02:35.808Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/pull/388/head:refs/remotes/origin/PR-388 +refs/heads/main:refs/remotes/origin/main # timeout=10 [2023-04-21T12:02:36.374Z] > git config core.sparsecheckout # timeout=10 [2023-04-21T12:02:36.465Z] > git checkout -f f12b1023e89ed6cefa92fcdfc09c8c7ded3ad308 # timeout=10 [2023-04-21T12:02:36.557Z] > git remote # timeout=10 [2023-04-21T12:02:36.577Z] > git config --get remote.origin.url # timeout=10 [2023-04-21T12:02:36.600Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-04-21T12:02:36.615Z] > git merge 8b06b3309a4a8ea5746d44ebca426b8e3f1152e3 # timeout=10 [2023-04-21T12:02:36.643Z] > git rev-parse HEAD^{commit} # timeout=10 [2023-04-21T12:02:36.667Z] > git config core.sparsecheckout # timeout=10 [2023-04-21T12:02:36.681Z] > git checkout -f f12b1023e89ed6cefa92fcdfc09c8c7ded3ad308 # timeout=10 [2023-04-21T12:02:37.170Z] Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-core-contracts/v3" [2023-04-21T12:02:37.233Z] > git --version # timeout=10 [2023-04-21T12:02:37.244Z] > git --version # 'git version 2.25.1' [2023-04-21T12:02:37.264Z] fatal: bad object 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-04-21T12:02:38.454Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2023-04-21T12:02:38.454Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-04-21T12:02:38.454Z] Dload Upload Total Spent Left Speed [2023-04-21T12:02:38.454Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 239k 0 --:--:-- --:--:-- --:--:-- 239k [Pipeline] sh [2023-04-21T12:02:39.081Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2023-04-21T12:02:39.436Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2023-04-21T12:02:39.436Z] + sudo tee /etc/docker/daemon.new [2023-04-21T12:02:39.436Z] { [2023-04-21T12:02:39.436Z] "registry-mirrors": [ [2023-04-21T12:02:39.436Z] "https://nexus3.edgexfoundry.org:10001" [2023-04-21T12:02:39.436Z] ], [2023-04-21T12:02:39.436Z] "bip": "10.250.0.254/24", [2023-04-21T12:02:39.436Z] "hosts": [ [2023-04-21T12:02:39.436Z] "tcp://0.0.0.0:5555", [2023-04-21T12:02:39.436Z] "unix:///var/run/docker.sock" [2023-04-21T12:02:39.436Z] ], [2023-04-21T12:02:39.436Z] "mtu": 1458, [2023-04-21T12:02:39.436Z] "selinux-enabled": true, [2023-04-21T12:02:39.436Z] "seccomp-profile": "/etc/docker/seccomp.json" [2023-04-21T12:02:39.436Z] } [Pipeline] sh [2023-04-21T12:02:39.788Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2023-04-21T12:02:40.141Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-04-21T12:02:58.487Z] provisioning config files... [2023-04-21T12:02:58.512Z] copy managed file [device-virtual-go-settings] to file:/w/workspace/device-virtual-go/1@tmp/config14302052992299434588tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-04-21T12:02:58.897Z] ---> docker-login.sh [2023-04-21T12:02:58.897Z] nexus3.edgexfoundry.org:10001 [2023-04-21T12:02:59.168Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-21T12:02:59.441Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-21T12:02:59.441Z] Configure a credential helper to remove this warning. See [2023-04-21T12:02:59.441Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-21T12:02:59.441Z] [2023-04-21T12:02:59.441Z] Login Succeeded [2023-04-21T12:02:59.441Z] nexus3.edgexfoundry.org:10002 [2023-04-21T12:02:59.711Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-21T12:02:59.984Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-21T12:02:59.984Z] Configure a credential helper to remove this warning. See [2023-04-21T12:02:59.984Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-21T12:02:59.984Z] [2023-04-21T12:02:59.984Z] Login Succeeded [2023-04-21T12:02:59.984Z] nexus3.edgexfoundry.org:10003 [2023-04-21T12:02:59.984Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-21T12:03:00.257Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-21T12:03:00.257Z] Configure a credential helper to remove this warning. See [2023-04-21T12:03:00.257Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-21T12:03:00.257Z] [2023-04-21T12:03:00.257Z] Login Succeeded [2023-04-21T12:03:00.257Z] nexus3.edgexfoundry.org:10004 [2023-04-21T12:03:00.528Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-21T12:03:00.528Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-21T12:03:00.528Z] Configure a credential helper to remove this warning. See [2023-04-21T12:03:00.528Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-21T12:03:00.528Z] [2023-04-21T12:03:00.528Z] Login Succeeded [2023-04-21T12:03:00.528Z] docker.io [2023-04-21T12:03:00.796Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-21T12:03:01.074Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-21T12:03:01.074Z] Configure a credential helper to remove this warning. See [2023-04-21T12:03:01.074Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-21T12:03:01.074Z] [2023-04-21T12:03:01.074Z] Login Succeeded [2023-04-21T12:03:01.074Z] ---> docker-login.sh ends [Pipeline] } [2023-04-21T12:03:01.107Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2023-04-21T12:03:01.493Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-04-21T12:03:01.534Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-04-21T12:03:01.572Z] ========================================================= [2023-04-21T12:03:01.573Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine] [2023-04-21T12:03:01.573Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-21T12:03:02.076Z] + docker build -t ci-base-image-arm64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine --build-arg MAKE=echo noop --target=builder . [2023-04-21T12:03:02.343Z] Sending build context to Docker daemon 11.95MB [2023-04-21T12:03:02.343Z] Step 1/12 : ARG BASE=golang:1.20-alpine3.17 [2023-04-21T12:03:02.343Z] Step 2/12 : FROM ${BASE} AS builder [2023-04-21T12:03:02.612Z] 1.20-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2023-04-21T12:03:02.612Z] af6eaf76a39c: Pulling fs layer [2023-04-21T12:03:02.612Z] 55522c791124: Pulling fs layer [2023-04-21T12:03:02.612Z] ce5c4a1c91eb: Pulling fs layer [2023-04-21T12:03:02.612Z] 169dfbe0d373: Pulling fs layer [2023-04-21T12:03:02.612Z] e1ff8fa3b103: Pulling fs layer [2023-04-21T12:03:02.612Z] 52ebb69f0ebf: Pulling fs layer [2023-04-21T12:03:02.612Z] 5abe8eddf0d5: Pulling fs layer [2023-04-21T12:03:02.612Z] e1ff8fa3b103: Waiting [2023-04-21T12:03:02.612Z] 169dfbe0d373: Waiting [2023-04-21T12:03:02.612Z] 5abe8eddf0d5: Waiting [2023-04-21T12:03:02.612Z] 52ebb69f0ebf: Waiting [2023-04-21T12:03:02.612Z] 55522c791124: Verifying Checksum [2023-04-21T12:03:02.612Z] 55522c791124: Download complete [2023-04-21T12:03:02.612Z] 169dfbe0d373: Verifying Checksum [2023-04-21T12:03:02.612Z] 169dfbe0d373: Download complete [2023-04-21T12:03:02.612Z] e1ff8fa3b103: Verifying Checksum [2023-04-21T12:03:02.612Z] e1ff8fa3b103: Download complete [2023-04-21T12:03:02.612Z] af6eaf76a39c: Verifying Checksum [2023-04-21T12:03:03.575Z] af6eaf76a39c: Pull complete [2023-04-21T12:03:03.846Z] 5abe8eddf0d5: Verifying Checksum [2023-04-21T12:03:03.846Z] 5abe8eddf0d5: Download complete [2023-04-21T12:03:04.118Z] 55522c791124: Pull complete [2023-04-21T12:03:05.081Z] ce5c4a1c91eb: Verifying Checksum [2023-04-21T12:03:05.081Z] ce5c4a1c91eb: Download complete [2023-04-21T12:03:05.081Z] 52ebb69f0ebf: Verifying Checksum [2023-04-21T12:03:05.081Z] 52ebb69f0ebf: Download complete [2023-04-21T12:03:15.172Z] ce5c4a1c91eb: Pull complete [2023-04-21T12:03:15.172Z] 169dfbe0d373: Pull complete [2023-04-21T12:03:15.172Z] e1ff8fa3b103: Pull complete [2023-04-21T12:03:20.525Z] 52ebb69f0ebf: Pull complete [2023-04-21T12:03:22.473Z] 5abe8eddf0d5: Pull complete [2023-04-21T12:03:22.473Z] Digest: sha256:978cc1420e451f27bd88fdeece3ad01a9109ec773b62f165dfc696fd516b3d8f [2023-04-21T12:03:22.473Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine [2023-04-21T12:03:22.473Z] ---> 6cb57ee374ae [2023-04-21T12:03:22.473Z] Step 3/12 : ARG ALPINE_PKG_BASE="make git openssh-client" [2023-04-21T12:03:24.427Z] ---> Running in 5d129bf9647d [2023-04-21T12:03:24.427Z] Removing intermediate container 5d129bf9647d [2023-04-21T12:03:24.427Z] ---> 1d71ebc66659 [2023-04-21T12:03:24.427Z] Step 4/12 : ARG ALPINE_PKG_EXTRA="" [2023-04-21T12:03:24.427Z] ---> Running in 7502f9c724f6 [2023-04-21T12:03:24.694Z] Removing intermediate container 7502f9c724f6 [2023-04-21T12:03:24.694Z] ---> 4b79ad02c12b [2023-04-21T12:03:24.694Z] Step 5/12 : ARG ADD_BUILD_TAGS="" [2023-04-21T12:03:24.694Z] ---> Running in 6c7d2cf1be82 [2023-04-21T12:03:24.971Z] Removing intermediate container 6c7d2cf1be82 [2023-04-21T12:03:24.971Z] ---> af053e1f7b39 [2023-04-21T12:03:24.971Z] Step 6/12 : WORKDIR /device-virtual-go [2023-04-21T12:03:25.239Z] ---> Running in 21bd9056269c [2023-04-21T12:03:25.505Z] Removing intermediate container 21bd9056269c [2023-04-21T12:03:25.505Z] ---> 6d08d6c79fdb [2023-04-21T12:03:25.505Z] Step 7/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-04-21T12:03:25.505Z] ---> Running in d8bb364edfb7 [2023-04-21T12:03:26.471Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-04-21T12:03:29.808Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-04-21T12:03:30.775Z] (1/4) Installing openssh-keygen (9.1_p1-r2) [2023-04-21T12:03:30.775Z] (2/4) Installing libedit (20221030.3.1-r0) [2023-04-21T12:03:30.775Z] (3/4) Installing openssh-client-common (9.1_p1-r2) [2023-04-21T12:03:30.775Z] (4/4) Installing openssh-client-default (9.1_p1-r2) [2023-04-21T12:03:30.775Z] Executing busybox-1.35.0-r29.trigger [2023-04-21T12:03:30.775Z] OK: 268 MiB in 57 packages [2023-04-21T12:03:33.423Z] Removing intermediate container d8bb364edfb7 [2023-04-21T12:03:33.423Z] ---> 4f9592f7e6da [2023-04-21T12:03:33.423Z] Step 8/12 : COPY go.mod vendor* ./ [2023-04-21T12:03:34.013Z] ---> 0e6962425656 [2023-04-21T12:03:34.013Z] Step 9/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-04-21T12:03:34.013Z] ---> Running in 7d3febd7388a [2023-04-21T12:04:41.981Z] Removing intermediate container 7d3febd7388a [2023-04-21T12:04:41.981Z] ---> 2b0ac6e72c50 [2023-04-21T12:04:41.981Z] Step 10/12 : COPY . . [2023-04-21T12:04:41.981Z] ---> f6e04eee98e4 [2023-04-21T12:04:41.981Z] Step 11/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-04-21T12:04:41.981Z] ---> Running in 68604879884b [2023-04-21T12:04:41.981Z] Removing intermediate container 68604879884b [2023-04-21T12:04:41.981Z] ---> 0704c2fd1d53 [2023-04-21T12:04:41.981Z] Step 12/12 : RUN $MAKE [2023-04-21T12:04:41.981Z] ---> Running in 4a7f6c543df7 [2023-04-21T12:04:41.981Z] noop [2023-04-21T12:04:41.981Z] Removing intermediate container 4a7f6c543df7 [2023-04-21T12:04:41.981Z] ---> 3e8cdeb65ded [2023-04-21T12:04:41.981Z] Successfully built 3e8cdeb65ded [2023-04-21T12:04:41.981Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-21T12:04:42.471Z] + docker inspect -f . ci-base-image-arm64 [2023-04-21T12:04:42.471Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-04-21T12:04:42.759Z] prd-ubuntu20.04-docker-arm64-4c-16g-9284 does not seem to be running inside a container [2023-04-21T12:04:42.834Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-virtual-go/1 -v /w/workspace/device-virtual-go/1:/w/workspace/device-virtual-go/1:rw,z -v /w/workspace/device-virtual-go/1@tmp:/w/workspace/device-virtual-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2023-04-21T12:04:43.996Z] $ docker top 4db08d7b6595f74ed12655c2404ab78219c50cbb59381ea76cb23e6db61e8268 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-04-21T12:04:44.870Z] + go version [2023-04-21T12:04:44.871Z] go version go1.20.2 linux/arm64 [Pipeline] } [2023-04-21T12:04:44.908Z] $ docker stop --time=1 4db08d7b6595f74ed12655c2404ab78219c50cbb59381ea76cb23e6db61e8268 [2023-04-21T12:04:46.509Z] $ docker rm -f --volumes 4db08d7b6595f74ed12655c2404ab78219c50cbb59381ea76cb23e6db61e8268 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-21T12:04:47.381Z] + docker inspect -f . ci-base-image-arm64 [2023-04-21T12:04:47.381Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-04-21T12:04:47.638Z] prd-ubuntu20.04-docker-arm64-4c-16g-9284 does not seem to be running inside a container [2023-04-21T12:04:47.713Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -w /w/workspace/device-virtual-go/1 -v /w/workspace/device-virtual-go/1:/w/workspace/device-virtual-go/1:rw,z -v /w/workspace/device-virtual-go/1@tmp:/w/workspace/device-virtual-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2023-04-21T12:04:48.791Z] $ docker top 07320ed5482e24ae3e00e6217f0d000fd67db0dea6787548e83fca9639b1955e -eo pid,comm [Pipeline] { [Pipeline] sh [2023-04-21T12:04:49.334Z] + git config --global --add safe.directory /w/workspace/device-virtual-go/1 [Pipeline] fileExists [Pipeline] sh [2023-04-21T12:04:49.995Z] + make test [2023-04-21T12:04:49.995Z] go test ./... -coverprofile=coverage.out [2023-04-21T12:05:22.357Z] ? github.com/edgexfoundry/device-virtual-go [no test files] [2023-04-21T12:07:29.046Z] ? github.com/edgexfoundry/device-virtual-go/cmd [no test files] [2023-04-21T12:07:29.046Z] ok github.com/edgexfoundry/device-virtual-go/internal/driver 0.094s coverage: 58.4% of statements [2023-04-21T12:07:29.046Z] WARNING: Linting skipped (not on x86_64 or linter not installed) [2023-04-21T12:07:29.046Z] go vet ./... [2023-04-21T12:07:51.160Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-04-21T12:07:51.160Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-04-21T12:07:51.160Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2023-04-21T12:07:51.264Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2023-04-21T12:07:51.293Z] $ docker stop --time=1 07320ed5482e24ae3e00e6217f0d000fd67db0dea6787548e83fca9639b1955e [2023-04-21T12:07:53.153Z] $ docker rm -f --volumes 07320ed5482e24ae3e00e6217f0d000fd67db0dea6787548e83fca9639b1955e [Pipeline] // withDockerContainer [Pipeline] sh [2023-04-21T12:07:54.374Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2023-04-21T12:07:54.410Z] Warning: overwriting stash ‘coverage-report’ [2023-04-21T12:07:54.927Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-04-21T12:07:55.516Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2023-04-21T12:07:55.863Z] + ls -al . [2023-04-21T12:07:55.863Z] total 188 [2023-04-21T12:07:55.863Z] drwxrwxr-x 8 jenkins jenkins 4096 Apr 21 12:04 . [2023-04-21T12:07:55.863Z] drwxrwxr-x 4 jenkins jenkins 4096 Apr 21 12:02 .. [2023-04-21T12:07:55.863Z] drwxrwxr-x 8 jenkins jenkins 4096 Apr 21 12:02 .git [2023-04-21T12:07:55.863Z] drwxrwxr-x 3 jenkins jenkins 4096 Apr 21 12:02 .github [2023-04-21T12:07:55.863Z] -rw-rw-r-- 1 jenkins jenkins 337 Apr 21 12:02 .gitignore [2023-04-21T12:07:55.863Z] -rw-rw-r-- 1 jenkins jenkins 41 Apr 21 12:02 .golangci.yml [2023-04-21T12:07:55.863Z] -rw-rw-r-- 1 jenkins jenkins 8652 Apr 21 12:02 Attribution.txt [2023-04-21T12:07:55.863Z] -rw-rw-r-- 1 jenkins jenkins 11367 Apr 21 12:02 CHANGELOG.md [2023-04-21T12:07:55.863Z] -rw-rw-r-- 1 jenkins jenkins 1646 Apr 21 12:02 Dockerfile [2023-04-21T12:07:55.863Z] -rw-rw-r-- 1 jenkins jenkins 677 Apr 21 12:02 GOVERNANCE.md [2023-04-21T12:07:55.863Z] -rw-rw-r-- 1 jenkins jenkins 660 Apr 21 12:02 Jenkinsfile [2023-04-21T12:07:55.863Z] -rw-rw-r-- 1 jenkins jenkins 11340 Apr 21 12:02 LICENSE [2023-04-21T12:07:55.863Z] -rw-rw-r-- 1 jenkins jenkins 1696 Apr 21 12:02 Makefile [2023-04-21T12:07:55.863Z] -rw-rw-r-- 1 jenkins jenkins 623 Apr 21 12:02 OWNERS.md [2023-04-21T12:07:55.863Z] -rw-rw-r-- 1 jenkins jenkins 3578 Apr 21 12:02 README.md [2023-04-21T12:07:55.863Z] -rw-rw-r-- 1 jenkins jenkins 5 Apr 21 11:59 VERSION [2023-04-21T12:07:55.863Z] drwxrwxr-x 2 jenkins jenkins 4096 Apr 21 12:02 bin [2023-04-21T12:07:55.863Z] drwxrwxr-x 3 jenkins jenkins 4096 Apr 21 12:02 cmd [2023-04-21T12:07:55.863Z] -rw-r--r-- 1 jenkins jenkins 43063 Apr 21 12:07 coverage.out [2023-04-21T12:07:55.863Z] -rw-rw-r-- 1 jenkins jenkins 3209 Apr 21 12:02 go.mod [2023-04-21T12:07:55.863Z] -rw-rw-r-- 1 jenkins jenkins 31109 Apr 21 12:02 go.sum [2023-04-21T12:07:55.863Z] drwxrwxr-x 3 jenkins jenkins 4096 Apr 21 12:02 internal [2023-04-21T12:07:55.863Z] drwxrwxr-x 4 jenkins jenkins 4096 Apr 21 12:02 snap [2023-04-21T12:07:55.863Z] -rw-rw-r-- 1 jenkins jenkins 235 Apr 21 12:02 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-21T12:07:56.275Z] + 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=f12b1023e89ed6cefa92fcdfc09c8c7ded3ad308 --label arch=arm64 --label version=0.0.0 . [2023-04-21T12:07:56.543Z] Sending build context to Docker daemon 11.99MB [2023-04-21T12:07:56.813Z] Step 1/25 : ARG BASE=golang:1.20-alpine3.17 [2023-04-21T12:07:56.813Z] Step 2/25 : FROM ${BASE} AS builder [2023-04-21T12:07:56.813Z] ---> 3e8cdeb65ded [2023-04-21T12:07:56.813Z] Step 3/25 : ARG ALPINE_PKG_BASE="make git openssh-client" [2023-04-21T12:07:56.813Z] ---> Running in 42eb90eee295 [2023-04-21T12:07:57.084Z] Removing intermediate container 42eb90eee295 [2023-04-21T12:07:57.084Z] ---> 85031f0ab8fb [2023-04-21T12:07:57.084Z] Step 4/25 : ARG ALPINE_PKG_EXTRA="" [2023-04-21T12:07:57.353Z] ---> Running in b93447ba4515 [2023-04-21T12:07:57.623Z] Removing intermediate container b93447ba4515 [2023-04-21T12:07:57.624Z] ---> 90bda2d48c1c [2023-04-21T12:07:57.624Z] Step 5/25 : ARG ADD_BUILD_TAGS="" [2023-04-21T12:07:57.624Z] ---> Running in 88c5b039cace [2023-04-21T12:07:57.895Z] Removing intermediate container 88c5b039cace [2023-04-21T12:07:57.895Z] ---> 2a9f0d87460d [2023-04-21T12:07:57.895Z] Step 6/25 : WORKDIR /device-virtual-go [2023-04-21T12:07:57.895Z] ---> Running in 2f5b4dee0ba9 [2023-04-21T12:07:58.167Z] Removing intermediate container 2f5b4dee0ba9 [2023-04-21T12:07:58.167Z] ---> 18ac9a266bcb [2023-04-21T12:07:58.167Z] Step 7/25 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-04-21T12:07:58.439Z] ---> Running in bc9b0d61f255 [2023-04-21T12:07:59.408Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-04-21T12:08:00.001Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-04-21T12:08:01.414Z] OK: 268 MiB in 57 packages [2023-04-21T12:08:02.005Z] Removing intermediate container bc9b0d61f255 [2023-04-21T12:08:02.005Z] ---> f26e569e8226 [2023-04-21T12:08:02.005Z] Step 8/25 : COPY go.mod vendor* ./ [2023-04-21T12:08:02.594Z] ---> 8f49cd1136d1 [2023-04-21T12:08:02.594Z] Step 9/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-04-21T12:08:02.594Z] ---> Running in a71a4cfb0972 [2023-04-21T12:08:05.192Z] Removing intermediate container a71a4cfb0972 [2023-04-21T12:08:05.192Z] ---> 83d93826aa68 [2023-04-21T12:08:05.192Z] Step 10/25 : COPY . . [2023-04-21T12:08:06.638Z] ---> 5e688d4d97a2 [2023-04-21T12:08:06.638Z] Step 11/25 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-04-21T12:08:06.638Z] ---> Running in 60a0c7649b2e [2023-04-21T12:08:06.638Z] Removing intermediate container 60a0c7649b2e [2023-04-21T12:08:06.638Z] ---> f2bd935cec83 [2023-04-21T12:08:06.638Z] Step 12/25 : RUN $MAKE [2023-04-21T12:08:06.908Z] ---> Running in 17dfd0434081 [2023-04-21T12:08:07.868Z] CGO_ENABLED=0 go build -tags "" -ldflags "-X github.com/edgexfoundry/device-virtual-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/device-virtual ./cmd [2023-04-21T12:10:29.625Z] Removing intermediate container 17dfd0434081 [2023-04-21T12:10:29.625Z] ---> 8bf85358cf0e [2023-04-21T12:10:29.625Z] Step 13/25 : FROM alpine:3.17 [2023-04-21T12:10:29.625Z] 3.17: Pulling from library/alpine [2023-04-21T12:10:29.625Z] c41833b44d91: Pulling fs layer [2023-04-21T12:10:29.625Z] c41833b44d91: Verifying Checksum [2023-04-21T12:10:29.625Z] c41833b44d91: Download complete [2023-04-21T12:10:29.625Z] c41833b44d91: Pull complete [2023-04-21T12:10:29.625Z] Digest: sha256:124c7d2707904eea7431fffe91522a01e5a861a624ee31d03372cc1d138a3126 [2023-04-21T12:10:29.625Z] Status: Downloaded newer image for alpine:3.17 [2023-04-21T12:10:29.625Z] ---> 51e60588ff2c [2023-04-21T12:10:29.625Z] Step 14/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019-2021: IOTech' [2023-04-21T12:10:29.625Z] ---> Running in 441f43be281b [2023-04-21T12:10:29.625Z] Removing intermediate container 441f43be281b [2023-04-21T12:10:29.625Z] ---> 7e73ee9ba120 [2023-04-21T12:10:29.625Z] Step 15/25 : RUN apk add --update --no-cache dumb-init [2023-04-21T12:10:29.625Z] ---> Running in d162f545d742 [2023-04-21T12:10:29.625Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-04-21T12:10:29.625Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-04-21T12:10:29.625Z] (1/1) Installing dumb-init (1.2.5-r2) [2023-04-21T12:10:29.625Z] Executing busybox-1.35.0-r29.trigger [2023-04-21T12:10:29.625Z] OK: 8 MiB in 16 packages [2023-04-21T12:10:29.625Z] Removing intermediate container d162f545d742 [2023-04-21T12:10:29.625Z] ---> 7ff36d826eff [2023-04-21T12:10:29.625Z] Step 16/25 : WORKDIR / [2023-04-21T12:10:29.625Z] ---> Running in 21a638bf7a0d [2023-04-21T12:10:29.625Z] Removing intermediate container 21a638bf7a0d [2023-04-21T12:10:29.625Z] ---> fb76a8d1796c [2023-04-21T12:10:29.625Z] Step 17/25 : COPY --from=builder /device-virtual-go/Attribution.txt / [2023-04-21T12:10:29.625Z] ---> 7133c499a71f [2023-04-21T12:10:29.625Z] Step 18/25 : COPY --from=builder /device-virtual-go/LICENSE / [2023-04-21T12:10:29.625Z] ---> b0dc846dbec6 [2023-04-21T12:10:29.625Z] Step 19/25 : COPY --from=builder /device-virtual-go/cmd / [2023-04-21T12:10:29.625Z] ---> 6d2dad5bfecd [2023-04-21T12:10:29.625Z] Step 20/25 : EXPOSE 59900 [2023-04-21T12:10:29.625Z] ---> Running in c9ebe788a694 [2023-04-21T12:10:29.625Z] Removing intermediate container c9ebe788a694 [2023-04-21T12:10:29.625Z] ---> d4f1cb5f957a [2023-04-21T12:10:29.625Z] Step 21/25 : ENTRYPOINT ["/device-virtual"] [2023-04-21T12:10:29.625Z] ---> Running in a17a8e0f6a24 [2023-04-21T12:10:29.625Z] Removing intermediate container a17a8e0f6a24 [2023-04-21T12:10:29.625Z] ---> ace80849934e [2023-04-21T12:10:29.625Z] Step 22/25 : CMD ["--cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-04-21T12:10:29.625Z] ---> Running in 3c6ed23eaeaa [2023-04-21T12:10:29.625Z] Removing intermediate container 3c6ed23eaeaa [2023-04-21T12:10:29.625Z] ---> dbbd53aa9263 [2023-04-21T12:10:29.625Z] Step 23/25 : LABEL arch=arm64 [2023-04-21T12:10:29.625Z] ---> Running in c42cc3ab6c11 [2023-04-21T12:10:29.625Z] Removing intermediate container c42cc3ab6c11 [2023-04-21T12:10:29.625Z] ---> f8b360540779 [2023-04-21T12:10:29.625Z] Step 24/25 : LABEL git_sha=f12b1023e89ed6cefa92fcdfc09c8c7ded3ad308 [2023-04-21T12:10:29.625Z] ---> Running in 41b6ea7f9970 [2023-04-21T12:10:29.625Z] Removing intermediate container 41b6ea7f9970 [2023-04-21T12:10:29.625Z] ---> c5d41dde4873 [2023-04-21T12:10:29.625Z] Step 25/25 : LABEL version=0.0.0 [2023-04-21T12:10:29.625Z] ---> Running in c66d5f011b8e [2023-04-21T12:10:29.625Z] Removing intermediate container c66d5f011b8e [2023-04-21T12:10:29.625Z] ---> 46366c074d0d [2023-04-21T12:10:29.625Z] [Warning] One or more build-args [ARCH] were not consumed [2023-04-21T12:10:29.625Z] Successfully built 46366c074d0d [2023-04-21T12:10:29.625Z] Successfully tagged device-virtual-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-21T12:10:30.477Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-04-21T12:10:30.478Z] [2023-04-21T12:10:30.478Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-21T12:10:30.895Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-04-21T12:10:30.895Z] arm64: Pulling from edgex-lftools-log-publisher [2023-04-21T12:10:30.895Z] 8998bd30e6a1: Pulling fs layer [2023-04-21T12:10:30.895Z] 04944245beec: Pulling fs layer [2023-04-21T12:10:30.895Z] 699f458cf7ca: Pulling fs layer [2023-04-21T12:10:30.895Z] 765212b225bb: Pulling fs layer [2023-04-21T12:10:30.895Z] f23df028b6ca: Pulling fs layer [2023-04-21T12:10:30.895Z] d65c8cfc05b1: Pulling fs layer [2023-04-21T12:10:30.895Z] 2437ff75d9bd: Pulling fs layer [2023-04-21T12:10:30.895Z] 765212b225bb: Waiting [2023-04-21T12:10:30.895Z] f23df028b6ca: Waiting [2023-04-21T12:10:30.895Z] d65c8cfc05b1: Waiting [2023-04-21T12:10:30.895Z] 2437ff75d9bd: Waiting [2023-04-21T12:10:31.165Z] 04944245beec: Verifying Checksum [2023-04-21T12:10:31.166Z] 04944245beec: Download complete [2023-04-21T12:10:31.166Z] 765212b225bb: Verifying Checksum [2023-04-21T12:10:31.166Z] 765212b225bb: Download complete [2023-04-21T12:10:31.166Z] f23df028b6ca: Verifying Checksum [2023-04-21T12:10:31.166Z] f23df028b6ca: Download complete [2023-04-21T12:10:31.166Z] d65c8cfc05b1: Verifying Checksum [2023-04-21T12:10:31.166Z] d65c8cfc05b1: Download complete [2023-04-21T12:10:31.166Z] 699f458cf7ca: Verifying Checksum [2023-04-21T12:10:31.166Z] 699f458cf7ca: Download complete [2023-04-21T12:10:31.750Z] 8998bd30e6a1: Verifying Checksum [2023-04-21T12:10:31.750Z] 8998bd30e6a1: Download complete [2023-04-21T12:10:33.708Z] 2437ff75d9bd: Verifying Checksum [2023-04-21T12:10:33.708Z] 2437ff75d9bd: Download complete [2023-04-21T12:10:35.668Z] 8998bd30e6a1: Pull complete [2023-04-21T12:10:35.939Z] 04944245beec: Pull complete [2023-04-21T12:10:37.362Z] 699f458cf7ca: Pull complete [2023-04-21T12:10:37.630Z] 765212b225bb: Pull complete [2023-04-21T12:10:38.217Z] f23df028b6ca: Pull complete [2023-04-21T12:10:38.485Z] d65c8cfc05b1: Pull complete [2023-04-21T12:10:53.490Z] 2437ff75d9bd: Pull complete [2023-04-21T12:10:53.490Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2023-04-21T12:10:53.490Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-04-21T12:10:53.490Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-04-21T12:10:53.829Z] prd-ubuntu20.04-docker-arm64-4c-16g-9284 does not seem to be running inside a container [2023-04-21T12:10:53.905Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/device-virtual-go/1 -v /w/workspace/device-virtual-go/1:/w/workspace/device-virtual-go/1:rw,z -v /w/workspace/device-virtual-go/1@tmp:/w/workspace/device-virtual-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat [2023-04-21T12:10:56.464Z] $ docker top 8f117164fb88d37cbdd0be992cc815c9ddee85986b6ca500b58e933441eab140 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-04-21T12:10:57.394Z] ---> job-cost.sh [2023-04-21T12:10:57.394Z] lf-activate-venv: SKIPPING [2023-04-21T12:10:57.394Z] INFO: No Stack... [2023-04-21T12:10:57.662Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2023-04-21T12:10:58.628Z] INFO: Archiving Costs [Pipeline] sh [2023-04-21T12:10:58.982Z] + cat /w/workspace/device-virtual-go/1/archives/cost.csv [2023-04-21T12:10:58.982Z] + cut -d, -f6 [Pipeline] lock [2023-04-21T12:10:59.334Z] Trying to acquire lock on [jenkins-edgexfoundry-device-virtual-go-PR-388-1-stack-cost] [2023-04-21T12:10:59.341Z] Resource [jenkins-edgexfoundry-device-virtual-go-PR-388-1-stack-cost] did not exist. Created. [2023-04-21T12:10:59.341Z] Lock acquired on [jenkins-edgexfoundry-device-virtual-go-PR-388-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-04-21T12:10:59.758Z] /w/workspace/device-virtual-go/1@tmp/durable-66c12586/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh [2023-04-21T12:11:00.138Z] + echo total: 0.10999999940395355 [Pipeline] stash [2023-04-21T12:11:00.174Z] Warning: overwriting stash ‘stack-cost’ [2023-04-21T12:11:00.222Z] Stashed 1 file(s) [Pipeline] } [2023-04-21T12:11:00.237Z] Lock released on resource [jenkins-edgexfoundry-device-virtual-go-PR-388-1-stack-cost] [Pipeline] // lock [Pipeline] } [2023-04-21T12:11:00.317Z] $ docker stop --time=1 8f117164fb88d37cbdd0be992cc815c9ddee85986b6ca500b58e933441eab140 [2023-04-21T12:11:01.816Z] $ docker rm -f --volumes 8f117164fb88d37cbdd0be992cc815c9ddee85986b6ca500b58e933441eab140 [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 [2023-04-21T12:11:02.862Z] provisioning config files... [2023-04-21T12:11:02.869Z] copy managed file [device-virtual-go-codecov-token] to file:/w/workspace/foundry_device-virtual-go_PR-388@tmp/config5002430660969847869tmp [Pipeline] { [Pipeline] sh [2023-04-21T12:11:03.215Z] + set +x [2023-04-21T12:11:03.215Z] + curl -s https://codecov.io/bash [2023-04-21T12:11:03.215Z] + bash -s -- [2023-04-21T12:11:03.215Z] [2023-04-21T12:11:03.215Z] _____ _ [2023-04-21T12:11:03.215Z] / ____| | | [2023-04-21T12:11:03.215Z] | | ___ __| | ___ ___ _____ __ [2023-04-21T12:11:03.215Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2023-04-21T12:11:03.215Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2023-04-21T12:11:03.215Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2023-04-21T12:11:03.215Z] Bash-1.0.6 [2023-04-21T12:11:03.215Z] [2023-04-21T12:11:03.215Z] [2023-04-21T12:11:03.215Z] ==> git version 2.25.1 found [2023-04-21T12:11:03.215Z] ==> curl 7.68.0 (x86_64-pc-linux-gnu) libcurl/7.68.0 OpenSSL/1.1.1f zlib/1.2.11 brotli/1.0.7 libidn2/2.2.0 libpsl/0.21.0 (+libidn2/2.2.0) libssh/0.9.3/openssl/zlib nghttp2/1.40.0 librtmp/2.3 [2023-04-21T12:11:03.215Z] Release-Date: 2020-01-08 [2023-04-21T12:11:03.215Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp [2023-04-21T12:11:03.215Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2023-04-21T12:11:03.215Z] ==> Jenkins CI detected. [2023-04-21T12:11:03.215Z] current dir:  /w/workspace/foundry_device-virtual-go_PR-388 [2023-04-21T12:11:03.215Z] project root: . [2023-04-21T12:11:03.215Z] --> token set from env [2023-04-21T12:11:03.215Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2023-04-21T12:11:03.215Z] ==> Running gcov in . (disable via -X gcov) [2023-04-21T12:11:03.215Z] ==> Python coveragepy not found [2023-04-21T12:11:03.215Z] ==> Searching for coverage reports in: [2023-04-21T12:11:03.215Z] + . [2023-04-21T12:11:03.215Z] -> Found 1 reports [2023-04-21T12:11:03.215Z] ==> Detecting git/mercurial file structure [2023-04-21T12:11:03.215Z] ==> Reading reports [2023-04-21T12:11:03.215Z] + ./coverage.out bytes=43063 [2023-04-21T12:11:03.476Z] ==> Appending adjustments [2023-04-21T12:11:03.476Z] https://docs.codecov.io/docs/fixing-reports [2023-04-21T12:11:03.476Z] + Found adjustments [2023-04-21T12:11:03.476Z] ==> Gzipping contents [2023-04-21T12:11:03.476Z] 8.0K /tmp/codecov.O6QVA2.gz [2023-04-21T12:11:03.476Z] ==> Uploading reports [2023-04-21T12:11:03.476Z] url: https://codecov.io [2023-04-21T12:11:03.476Z] query: branch=PR-388&commit=f12b1023e89ed6cefa92fcdfc09c8c7ded3ad308&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-virtual-go%2Fjob%2FPR-388%2F1%2F&name=&tag=&slug=edgexfoundry%2Fdevice-virtual-go&service=jenkins&flags=&pr=388&job=&cmd_args= [2023-04-21T12:11:03.476Z] -> Pinging Codecov [2023-04-21T12:11:03.476Z] https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=a35e349c-7876-4d48-9269-e9fc36774240&branch=PR-388&commit=f12b1023e89ed6cefa92fcdfc09c8c7ded3ad308&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-virtual-go%2Fjob%2FPR-388%2F1%2F&name=&tag=&slug=edgexfoundry%2Fdevice-virtual-go&service=jenkins&flags=&pr=388&job=&cmd_args= [2023-04-21T12:11:03.476Z] -> Uploading to [2023-04-21T12:11:03.476Z] https://storage.googleapis.com/codecov/v4/raw/2023-04-21/5E52B4B073DB2E39498172D8E973AA87/f12b1023e89ed6cefa92fcdfc09c8c7ded3ad308/26d7b64e-94dc-41c9-b42c-8f470c982576.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20230421%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20230421T121103Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=6e79bacfcee0941447b4ed0dfec4ed7b2a307f5e19ad63b3bfcf3ad38afea964 [2023-04-21T12:11:03.476Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-04-21T12:11:03.476Z] Dload Upload Total Spent Left Speed [2023-04-21T12:11:03.737Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 5184 0 0 100 5184 0 21510 --:--:-- --:--:-- --:--:-- 21510 [2023-04-21T12:11:03.737Z] -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/device-virtual-go/commit/f12b1023e89ed6cefa92fcdfc09c8c7ded3ad308 [Pipeline] } [2023-04-21T12:11:03.768Z] 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 [2023-04-21T12:11:05.547Z] + [ -d /w/workspace/foundry_device-virtual-go_PR-388/archives ] [2023-04-21T12:11:05.547Z] + ls -al /w/workspace/foundry_device-virtual-go_PR-388/archives [2023-04-21T12:11:05.547Z] total 16 [2023-04-21T12:11:05.547Z] drwxr-xr-x 3 root root 4096 Apr 21 12:01 . [2023-04-21T12:11:05.547Z] drwxrwxr-x 10 jenkins jenkins 4096 Apr 21 12:01 .. [2023-04-21T12:11:05.547Z] drwxr-xr-x 2 root root 4096 Apr 21 12:01 cost [2023-04-21T12:11:05.547Z] -rw-r--r-- 1 root root 89 Apr 21 12:01 cost.csv [2023-04-21T12:11:05.547Z] + sudo chown -R jenkins:jenkins /w/workspace/foundry_device-virtual-go_PR-388/archives [2023-04-21T12:11:05.547Z] + ls -al /w/workspace/foundry_device-virtual-go_PR-388/archives [2023-04-21T12:11:05.547Z] total 16 [2023-04-21T12:11:05.547Z] drwxr-xr-x 3 jenkins jenkins 4096 Apr 21 12:01 . [2023-04-21T12:11:05.547Z] drwxrwxr-x 10 jenkins jenkins 4096 Apr 21 12:01 .. [2023-04-21T12:11:05.547Z] drwxr-xr-x 2 jenkins jenkins 4096 Apr 21 12:01 cost [2023-04-21T12:11:05.547Z] -rw-r--r-- 1 jenkins jenkins 89 Apr 21 12:01 cost.csv [Pipeline] libraryResource [Pipeline] sh [2023-04-21T12:11:05.881Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2023-04-21T12:11:06.794Z] ---> package-listing.sh [2023-04-21T12:11:06.794Z] ++ facter osfamily [2023-04-21T12:11:06.794Z] ++ tr '[:upper:]' '[:lower:]' [2023-04-21T12:11:07.054Z] + OS_FAMILY=debian [2023-04-21T12:11:07.054Z] + workspace=/w/workspace/foundry_device-virtual-go_PR-388 [2023-04-21T12:11:07.054Z] + START_PACKAGES=/tmp/packages_start.txt [2023-04-21T12:11:07.054Z] + END_PACKAGES=/tmp/packages_end.txt [2023-04-21T12:11:07.054Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2023-04-21T12:11:07.054Z] + PACKAGES=/tmp/packages_start.txt [2023-04-21T12:11:07.054Z] + '[' /w/workspace/foundry_device-virtual-go_PR-388 ']' [2023-04-21T12:11:07.054Z] + PACKAGES=/tmp/packages_end.txt [2023-04-21T12:11:07.054Z] + case "${OS_FAMILY}" in [2023-04-21T12:11:07.054Z] + dpkg -l [2023-04-21T12:11:07.054Z] + grep '^ii' [2023-04-21T12:11:07.054Z] + '[' -f /tmp/packages_start.txt ']' [2023-04-21T12:11:07.054Z] + '[' -f /tmp/packages_end.txt ']' [2023-04-21T12:11:07.054Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2023-04-21T12:11:07.054Z] + '[' /w/workspace/foundry_device-virtual-go_PR-388 ']' [2023-04-21T12:11:07.054Z] + mkdir -p /w/workspace/foundry_device-virtual-go_PR-388/archives/ [2023-04-21T12:11:07.054Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/foundry_device-virtual-go_PR-388/archives/ [Pipeline] echo [2023-04-21T12:11:07.087Z] Launching container with: [--privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/foundry_device-virtual-go_PR-388/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2023-04-21T12:11:07.379Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-21T12:11:08.014Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-04-21T12:11:08.014Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-04-21T12:11:08.168Z] prd-ubuntu20.04-docker-8c-8g-9282 does not seem to be running inside a container [2023-04-21T12:11:08.203Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/foundry_device-virtual-go_PR-388/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-388 -v /w/workspace/foundry_device-virtual-go_PR-388:/w/workspace/foundry_device-virtual-go_PR-388:rw,z -v /w/workspace/foundry_device-virtual-go_PR-388@tmp:/w/workspace/foundry_device-virtual-go_PR-388@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 [2023-04-21T12:11:08.387Z] $ docker top f2a7f48237c0387bf1ccdd3eb6d34e1f5c2be2fa8a3f6f1dd318e55505b1f967 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-04-21T12:11:08.779Z] + touch /tmp/pre-build-complete [Pipeline] sh [2023-04-21T12:11:09.095Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2023-04-21T12:11:09.409Z] + ls /var/log/sa-host [2023-04-21T12:11:09.409Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-04-21T12:11:09.556Z] provisioning config files... [2023-04-21T12:11:09.565Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/foundry_device-virtual-go_PR-388@tmp/config761289775617302957tmp [Pipeline] { [Pipeline] echo [2023-04-21T12:11:09.626Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2023-04-21T12:11:09.938Z] ---> create-netrc.sh [Pipeline] } [2023-04-21T12:11:09.967Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2023-04-21T12:11:10.370Z] ---> python-tools-install.sh [Pipeline] echo [2023-04-21T12:11:10.405Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2023-04-21T12:11:10.722Z] ---> sudo-logs.sh [2023-04-21T12:11:10.722Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2023-04-21T12:11:10.805Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2023-04-21T12:11:11.126Z] ---> job-cost.sh [2023-04-21T12:11:11.126Z] lf-activate-venv: SKIPPING [2023-04-21T12:11:11.126Z] DEBUG: total: 0.2199999988079071 [2023-04-21T12:11:11.126Z] INFO: Retrieving Stack Cost... [2023-04-21T12:11:11.388Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-04-21T12:11:11.962Z] INFO: Archiving Costs [Pipeline] echo [2023-04-21T12:11:12.000Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2023-04-21T12:11:12.315Z] ---> logs-deploy.sh [2023-04-21T12:11:12.315Z] lf-activate-venv: SKIPPING [2023-04-21T12:11:12.315Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-virtual-go/PR-388/1 [2023-04-21T12:11:12.315Z] INFO: archiving workspace using pattern(s): [2023-04-21T12:11:13.252Z] Archives upload complete. [2023-04-21T12:11:13.252Z] INFO: archiving logs to Nexus