Pull request #413 opened Connecting to https://api.github.com using edgex-jenkins github personal access token Connecting to https://api.github.com to check permissions of obtain list of jumpingliu for edgexfoundry/device-virtual-go Loading trusted files from base branch main at 8f55b196a710e15398781abdc7fd66bab52d29c1 rather than 368cd7a2f79fe1528dc850d86276d3450d488851 Obtained Jenkinsfile from 8f55b196a710e15398781abdc7fd66bab52d29c1 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-ssh8058544827198916194.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 4fc256d9079ed2258907e613f84b1b8da264a4bd 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-ssh955613621669462362.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 4fc256d9079ed2258907e613f84b1b8da264a4bd 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-413/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-413/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh10219348608930126458.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-413/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh5173033876701810006.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 4fc256d9079ed2258907e613f84b1b8da264a4bd (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 4fc256d9079ed2258907e613f84b1b8da264a4bd # timeout=10 Commit message: "Merge pull request #430 from ernestojeda/release-lock" > 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-ssh15607814092227527563.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-413/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-413/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh816014962231287823.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 4fc256d9079ed2258907e613f84b1b8da264a4bd 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 Waiting for next available executor on ‘prd-ubuntu20.04-docker-8c-8g-17182’ Running on prd-ubuntu20.04-docker-8c-8g-17184 in /w/workspace/foundry_device-virtual-go_PR-413 [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-413 # 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/413/head:refs/remotes/origin/PR-413 +refs/heads/main:refs/remotes/origin/main # timeout=10 Merging remotes/origin/main commit 8f55b196a710e15398781abdc7fd66bab52d29c1 into PR head commit 368cd7a2f79fe1528dc850d86276d3450d488851 Merge succeeded, producing 368cd7a2f79fe1528dc850d86276d3450d488851 Checking out Revision 368cd7a2f79fe1528dc850d86276d3450d488851 (PR-413) > git config core.sparsecheckout # timeout=10 > git checkout -f 368cd7a2f79fe1528dc850d86276d3450d488851 # 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 8f55b196a710e15398781abdc7fd66bab52d29c1 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 368cd7a2f79fe1528dc850d86276d3450d488851 # timeout=10 Commit message: "fix: Replace slack chat with github discussion" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.25.1' fatal: bad object 4fc256d9079ed2258907e613f84b1b8da264a4bd [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2023-05-29T22:42:15.068Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2023-05-29T22:42:15.257Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2023-05-29T22:42:15.369Z] ========================================================= [2023-05-29T22:42:15.369Z] EdgeX Global Pipelines Version Info [2023-05-29T22:42:15.369Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2023-05-29T22:42:16.108Z] ------------------- [2023-05-29T22:42:16.109Z] stable info: [2023-05-29T22:42:16.109Z] ------------------- [2023-05-29T22:42:16.109Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2023-05-29T22:42:16.109Z] Commit SHA: 4fc256d9079ed2258907e613f84b1b8da264a4bd [2023-05-29T22:42:16.109Z] Message: update stable to v1.0.249 [2023-05-29T22:42:16.680Z] ------------------- [2023-05-29T22:42:16.680Z] experimental info: [2023-05-29T22:42:16.680Z] ------------------- [2023-05-29T22:42:16.680Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2023-05-29T22:42:16.680Z] Commit SHA: 4fc256d9079ed2258907e613f84b1b8da264a4bd [2023-05-29T22:42:16.680Z] Message: update experimental to v1.0.249 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2023-05-29T22:42:17.035Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-virtual-go-settings [Pipeline] echo [2023-05-29T22:42:17.086Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-virtual-go [Pipeline] echo [2023-05-29T22:42:17.129Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2023-05-29T22:42:17.171Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2023-05-29T22:42:17.212Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2023-05-29T22:42:17.251Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.20 [Pipeline] echo [2023-05-29T22:42:17.295Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2023-05-29T22:42:17.342Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2023-05-29T22:42:17.385Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2023-05-29T22:42:17.424Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2023-05-29T22:42:17.464Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2023-05-29T22:42:17.503Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-virtual [Pipeline] echo [2023-05-29T22:42:17.540Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2023-05-29T22:42:17.586Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2023-05-29T22:42:17.624Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2023-05-29T22:42:17.667Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2023-05-29T22:42:17.706Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2023-05-29T22:42:17.746Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2023-05-29T22:42:17.792Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2023-05-29T22:42:17.835Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2023-05-29T22:42:17.880Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2023-05-29T22:42:17.918Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2023-05-29T22:42:17.963Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2023-05-29T22:42:18.008Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2023-05-29T22:42:18.053Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2023-05-29T22:42:18.101Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2023-05-29T22:42:18.150Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2023-05-29T22:42:18.193Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-413 [Pipeline] echo [2023-05-29T22:42:18.233Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-413 [Pipeline] echo [2023-05-29T22:42:18.273Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-413 [Pipeline] echo [2023-05-29T22:42:18.313Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 368cd7a2f79fe1528dc850d86276d3450d488851 [Pipeline] echo [2023-05-29T22:42:18.350Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 368cd7a [Pipeline] echo [2023-05-29T22:42:18.393Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-05-29T22:42:18.513Z] provisioning config files... [2023-05-29T22:42:18.531Z] copy managed file [device-virtual-go-settings] to file:/w/workspace/foundry_device-virtual-go_PR-413@tmp/config5544786170470650272tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-05-29T22:42:18.889Z] ---> docker-login.sh [2023-05-29T22:42:18.889Z] nexus3.edgexfoundry.org:10001 [2023-05-29T22:42:19.151Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-29T22:42:19.151Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-29T22:42:19.151Z] Configure a credential helper to remove this warning. See [2023-05-29T22:42:19.151Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-29T22:42:19.151Z] [2023-05-29T22:42:19.151Z] Login Succeeded [2023-05-29T22:42:19.151Z] nexus3.edgexfoundry.org:10002 [2023-05-29T22:42:19.411Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-29T22:42:19.411Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-29T22:42:19.411Z] Configure a credential helper to remove this warning. See [2023-05-29T22:42:19.411Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-29T22:42:19.411Z] [2023-05-29T22:42:19.411Z] Login Succeeded [2023-05-29T22:42:19.411Z] nexus3.edgexfoundry.org:10003 [2023-05-29T22:42:19.411Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-29T22:42:19.411Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-29T22:42:19.411Z] Configure a credential helper to remove this warning. See [2023-05-29T22:42:19.411Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-29T22:42:19.411Z] [2023-05-29T22:42:19.411Z] Login Succeeded [2023-05-29T22:42:19.411Z] nexus3.edgexfoundry.org:10004 [2023-05-29T22:42:19.671Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-29T22:42:19.671Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-29T22:42:19.671Z] Configure a credential helper to remove this warning. See [2023-05-29T22:42:19.671Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-29T22:42:19.671Z] [2023-05-29T22:42:19.671Z] Login Succeeded [2023-05-29T22:42:19.671Z] docker.io [2023-05-29T22:42:19.671Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-29T22:42:19.931Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-29T22:42:19.931Z] Configure a credential helper to remove this warning. See [2023-05-29T22:42:19.931Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-29T22:42:19.931Z] [2023-05-29T22:42:19.931Z] Login Succeeded [2023-05-29T22:42:19.931Z] ---> docker-login.sh ends [Pipeline] } [2023-05-29T22:42:19.959Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2023-05-29T22:42:20.565Z] + git rev-list -1 --merges 368cd7a2f79fe1528dc850d86276d3450d488851~1..368cd7a2f79fe1528dc850d86276d3450d488851 [Pipeline] echo [2023-05-29T22:42:20.631Z] -----------> git rev-list -1 --merges 368cd7a2f79fe1528dc850d86276d3450d488851~1..368cd7a2f79fe1528dc850d86276d3450d488851 368cd7a2f79fe1528dc850d86276d3450d488851 [false] [Pipeline] sh [2023-05-29T22:42:20.951Z] + git log --format=format:%s -1 368cd7a2f79fe1528dc850d86276d3450d488851 [Pipeline] echo [2023-05-29T22:42:20.992Z] ========================================================= [2023-05-29T22:42:20.992Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2023-05-29T22:42:20.992Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-05-29T22:42:21.438Z] + git log --format=format:%s -1 368cd7a2f79fe1528dc850d86276d3450d488851 [Pipeline] echo [2023-05-29T22:42:21.469Z] [semverPrep] GIT_COMMIT: 368cd7a2f79fe1528dc850d86276d3450d488851, Commit Message: fix: Replace slack chat with github discussion [Pipeline] echo [2023-05-29T22:42:21.496Z] [semverPrep] This is not a build commit. [Pipeline] sh [2023-05-29T22:42:21.930Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-05-29T22:42:21.930Z] + grep -v github /etc/ssh/ssh_known_hosts [2023-05-29T22:42:21.930Z] + [ -e /tmp/ssh_known_hosts ] [2023-05-29T22:42:21.930Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2023-05-29T22:42:21.930Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2023-05-29T22:42:21.930Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2023-05-29T22:42:21.930Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-29T22:42:22.357Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-05-29T22:42:22.357Z] [2023-05-29T22:42:22.357Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-29T22:42:22.742Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-05-29T22:42:22.742Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2023-05-29T22:42:22.742Z] b85a868b505f: Pulling fs layer [2023-05-29T22:42:22.742Z] e2be974225ed: Pulling fs layer [2023-05-29T22:42:22.742Z] 339a4e72a1f5: Pulling fs layer [2023-05-29T22:42:22.742Z] 988bab9f4d93: Pulling fs layer [2023-05-29T22:42:22.742Z] 1469e6f7b9e6: Pulling fs layer [2023-05-29T22:42:22.742Z] eaf3925da568: Pulling fs layer [2023-05-29T22:42:22.742Z] bab4dde63d76: Pulling fs layer [2023-05-29T22:42:22.742Z] bde34c3a00c8: Pulling fs layer [2023-05-29T22:42:22.742Z] 988bab9f4d93: Waiting [2023-05-29T22:42:22.742Z] b352a97aabf1: Pulling fs layer [2023-05-29T22:42:22.742Z] 1469e6f7b9e6: Waiting [2023-05-29T22:42:22.742Z] eaf3925da568: Waiting [2023-05-29T22:42:22.742Z] bab4dde63d76: Waiting [2023-05-29T22:42:22.742Z] 4872d77fe225: Pulling fs layer [2023-05-29T22:42:22.742Z] 5851b861e8e6: Pulling fs layer [2023-05-29T22:42:22.742Z] 4872d77fe225: Waiting [2023-05-29T22:42:22.742Z] 5851b861e8e6: Waiting [2023-05-29T22:42:22.742Z] b352a97aabf1: Waiting [2023-05-29T22:42:22.742Z] e2be974225ed: Download complete [2023-05-29T22:42:22.742Z] 988bab9f4d93: Download complete [2023-05-29T22:42:22.742Z] 1469e6f7b9e6: Verifying Checksum [2023-05-29T22:42:22.742Z] 1469e6f7b9e6: Download complete [2023-05-29T22:42:23.001Z] eaf3925da568: Verifying Checksum [2023-05-29T22:42:23.001Z] eaf3925da568: Download complete [2023-05-29T22:42:23.001Z] 339a4e72a1f5: Verifying Checksum [2023-05-29T22:42:23.001Z] 339a4e72a1f5: Download complete [2023-05-29T22:42:23.001Z] bde34c3a00c8: Verifying Checksum [2023-05-29T22:42:23.001Z] bde34c3a00c8: Download complete [2023-05-29T22:42:23.001Z] b352a97aabf1: Verifying Checksum [2023-05-29T22:42:23.001Z] b352a97aabf1: Download complete [2023-05-29T22:42:23.001Z] 4872d77fe225: Download complete [2023-05-29T22:42:23.001Z] 5851b861e8e6: Verifying Checksum [2023-05-29T22:42:23.001Z] 5851b861e8e6: Download complete [2023-05-29T22:42:23.001Z] b85a868b505f: Verifying Checksum [2023-05-29T22:42:23.001Z] b85a868b505f: Download complete [2023-05-29T22:42:23.261Z] bab4dde63d76: Verifying Checksum [2023-05-29T22:42:23.261Z] bab4dde63d76: Download complete [2023-05-29T22:42:24.200Z] b85a868b505f: Pull complete [2023-05-29T22:42:24.458Z] e2be974225ed: Pull complete [2023-05-29T22:42:25.027Z] 339a4e72a1f5: Pull complete [2023-05-29T22:42:25.027Z] 988bab9f4d93: Pull complete [2023-05-29T22:42:25.287Z] 1469e6f7b9e6: Pull complete [2023-05-29T22:42:25.287Z] eaf3925da568: Pull complete [2023-05-29T22:42:27.191Z] bab4dde63d76: Pull complete [2023-05-29T22:42:27.191Z] bde34c3a00c8: Pull complete [2023-05-29T22:42:27.452Z] b352a97aabf1: Pull complete [2023-05-29T22:42:27.452Z] 4872d77fe225: Pull complete [2023-05-29T22:42:27.452Z] 5851b861e8e6: Pull complete [2023-05-29T22:42:27.452Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2023-05-29T22:42:27.452Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-05-29T22:42:27.452Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-05-29T22:42:27.943Z] prd-ubuntu20.04-docker-8c-8g-17184 does not seem to be running inside a container [2023-05-29T22:42:27.973Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/foundry_device-virtual-go_PR-413 -v /w/workspace/foundry_device-virtual-go_PR-413:/w/workspace/foundry_device-virtual-go_PR-413:rw,z -v /w/workspace/foundry_device-virtual-go_PR-413@tmp:/w/workspace/foundry_device-virtual-go_PR-413@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2023-05-29T22:42:29.263Z] $ docker top d5cd75c9e9806f6f7bba6c93ae409d0d231805e6fe45d33ef2982f8aeada5bec -eo pid,comm [2023-05-29T22:42:29.323Z] 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-05-29T22:42:29.323Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-05-29T22:42:29.454Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-05-29T22:42:29.454Z] [ssh-agent] Looking for ssh-agent implementation... [2023-05-29T22:42:29.592Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-05-29T22:42:29.593Z] $ docker exec d5cd75c9e9806f6f7bba6c93ae409d0d231805e6fe45d33ef2982f8aeada5bec ssh-agent [2023-05-29T22:42:29.716Z] SSH_AUTH_SOCK=/tmp/ssh-hCsACf0iWdzK/agent.32 [2023-05-29T22:42:29.716Z] SSH_AGENT_PID=38 [2023-05-29T22:42:29.726Z] Running ssh-add (command line suppressed) [2023-05-29T22:42:29.834Z] Identity added: /w/workspace/foundry_device-virtual-go_PR-413@tmp/private_key_1137038146223584112.key (/w/workspace/foundry_device-virtual-go_PR-413@tmp/private_key_1137038146223584112.key) [2023-05-29T22:42:29.852Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-05-29T22:42:30.179Z] + git tag --points-at HEAD [Pipeline] } [2023-05-29T22:42:30.206Z] $ docker exec --env ******** --env ******** d5cd75c9e9806f6f7bba6c93ae409d0d231805e6fe45d33ef2982f8aeada5bec ssh-agent -k [2023-05-29T22:42:30.303Z] unset SSH_AUTH_SOCK; [2023-05-29T22:42:30.303Z] unset SSH_AGENT_PID; [2023-05-29T22:42:30.303Z] echo Agent pid 38 killed; [2023-05-29T22:42:30.315Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2023-05-29T22:42:30.409Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-05-29T22:42:30.409Z] [ssh-agent] Looking for ssh-agent implementation... [2023-05-29T22:42:30.530Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-05-29T22:42:30.531Z] $ docker exec d5cd75c9e9806f6f7bba6c93ae409d0d231805e6fe45d33ef2982f8aeada5bec ssh-agent [2023-05-29T22:42:30.655Z] SSH_AUTH_SOCK=/tmp/ssh-G1Zc93AtdD0t/agent.70 [2023-05-29T22:42:30.655Z] SSH_AGENT_PID=76 [2023-05-29T22:42:30.659Z] Running ssh-add (command line suppressed) [2023-05-29T22:42:30.769Z] Identity added: /w/workspace/foundry_device-virtual-go_PR-413@tmp/private_key_1053062250289222684.key (/w/workspace/foundry_device-virtual-go_PR-413@tmp/private_key_1053062250289222684.key) [2023-05-29T22:42:30.787Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-05-29T22:42:31.137Z] + git semver init [2023-05-29T22:42:31.399Z] 2023-05-29 22:42:31,324 [run_init] DEBUG init version:0.0.0 force:False [2023-05-29T22:42:31.399Z] 2023-05-29 22:42:31,324 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/foundry_device-virtual-go_PR-413/.semver [2023-05-29T22:42:31.399Z] 2023-05-29 22:42:31,325 [execute] INFO git clone -b semver git@github.com:edgexfoundry/device-virtual-go.git /w/workspace/foundry_device-virtual-go_PR-413/.semver [2023-05-29T22:42:31.399Z] 2023-05-29 22:42:31,325 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/device-virtual-go.git', '/w/workspace/foundry_device-virtual-go_PR-413/.semver'], cwd=/w/workspace/foundry_device-virtual-go_PR-413, universal_newlines=False, shell=None, istream=None) [2023-05-29T22:42:32.341Z] 2023-05-29 22:42:32,301 [append_file] DEBUG append to file:/w/workspace/foundry_device-virtual-go_PR-413/.git/info/exclude [2023-05-29T22:42:32.341Z] 2023-05-29 22:42:32,301 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/foundry_device-virtual-go_PR-413/.semver/PR-413 with force:False [2023-05-29T22:42:32.341Z] 2023-05-29 22:42:32,301 [write_file] DEBUG write to file:/w/workspace/foundry_device-virtual-go_PR-413/.semver/PR-413 [2023-05-29T22:42:32.341Z] 2023-05-29 22:42:32,305 [execute] INFO git cat-file --batch-check [2023-05-29T22:42:32.341Z] 2023-05-29 22:42:32,306 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/foundry_device-virtual-go_PR-413/.semver, universal_newlines=False, shell=None, istream=) [2023-05-29T22:42:32.341Z] 2023-05-29 22:42:32,312 [execute] INFO git cat-file --batch [2023-05-29T22:42:32.341Z] 2023-05-29 22:42:32,313 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/foundry_device-virtual-go_PR-413/.semver, universal_newlines=False, shell=None, istream=) [2023-05-29T22:42:32.341Z] 2023-05-29 22:42:32,318 [read_version] DEBUG read version from /w/workspace/foundry_device-virtual-go_PR-413/.semver/PR-413 [2023-05-29T22:42:32.341Z] 0.0.0 [Pipeline] } [2023-05-29T22:42:32.374Z] $ docker exec --env ******** --env ******** d5cd75c9e9806f6f7bba6c93ae409d0d231805e6fe45d33ef2982f8aeada5bec ssh-agent -k [2023-05-29T22:42:32.497Z] unset SSH_AUTH_SOCK; [2023-05-29T22:42:32.497Z] unset SSH_AGENT_PID; [2023-05-29T22:42:32.498Z] echo Agent pid 76 killed; [2023-05-29T22:42:32.509Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-05-29T22:42:32.933Z] + git semver [Pipeline] } [2023-05-29T22:42:33.219Z] $ docker stop --time=1 d5cd75c9e9806f6f7bba6c93ae409d0d231805e6fe45d33ef2982f8aeada5bec [2023-05-29T22:42:34.498Z] $ docker rm -f --volumes d5cd75c9e9806f6f7bba6c93ae409d0d231805e6fe45d33ef2982f8aeada5bec [Pipeline] // withDockerContainer [Pipeline] sh [2023-05-29T22:42:34.905Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2023-05-29T22:42:35.178Z] Stashed 1 file(s) [Pipeline] echo [2023-05-29T22:42:35.196Z] [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-05-29T22:42:35.802Z] provisioning config files... [2023-05-29T22:42:35.812Z] copy managed file [device-virtual-go-settings] to file:/w/workspace/foundry_device-virtual-go_PR-413@tmp/config11551213383996279942tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-05-29T22:42:36.164Z] ---> docker-login.sh [2023-05-29T22:42:36.164Z] nexus3.edgexfoundry.org:10001 [2023-05-29T22:42:36.164Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-29T22:42:36.164Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-29T22:42:36.164Z] Configure a credential helper to remove this warning. See [2023-05-29T22:42:36.164Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-29T22:42:36.164Z] [2023-05-29T22:42:36.164Z] Login Succeeded [2023-05-29T22:42:36.164Z] nexus3.edgexfoundry.org:10002 [2023-05-29T22:42:36.164Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-29T22:42:36.164Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-29T22:42:36.164Z] Configure a credential helper to remove this warning. See [2023-05-29T22:42:36.164Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-29T22:42:36.164Z] [2023-05-29T22:42:36.164Z] Login Succeeded [2023-05-29T22:42:36.164Z] nexus3.edgexfoundry.org:10003 [2023-05-29T22:42:36.424Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-29T22:42:36.424Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-29T22:42:36.424Z] Configure a credential helper to remove this warning. See [2023-05-29T22:42:36.424Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-29T22:42:36.424Z] [2023-05-29T22:42:36.424Z] Login Succeeded [2023-05-29T22:42:36.424Z] nexus3.edgexfoundry.org:10004 [2023-05-29T22:42:36.424Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-29T22:42:36.424Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-29T22:42:36.424Z] Configure a credential helper to remove this warning. See [2023-05-29T22:42:36.424Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-29T22:42:36.424Z] [2023-05-29T22:42:36.424Z] Login Succeeded [2023-05-29T22:42:36.424Z] docker.io [2023-05-29T22:42:36.683Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-29T22:42:36.683Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-29T22:42:36.683Z] Configure a credential helper to remove this warning. See [2023-05-29T22:42:36.683Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-29T22:42:36.683Z] [2023-05-29T22:42:36.683Z] Login Succeeded [2023-05-29T22:42:36.683Z] ---> docker-login.sh ends [Pipeline] } [2023-05-29T22:42:36.712Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2023-05-29T22:42:36.906Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-05-29T22:42:36.943Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-05-29T22:42:36.980Z] ========================================================= [2023-05-29T22:42:36.980Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine] [2023-05-29T22:42:36.980Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-29T22:42:37.459Z] + 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-05-29T22:42:37.459Z] Sending build context to Docker daemon 23.69MB [2023-05-29T22:42:37.459Z] Step 1/12 : ARG BASE=golang:1.20-alpine3.17 [2023-05-29T22:42:37.459Z] Step 2/12 : FROM ${BASE} AS builder [2023-05-29T22:42:37.459Z] 1.20-alpine: Pulling from edgex-devops/edgex-golang-base [2023-05-29T22:42:37.459Z] f56be85fc22e: Pulling fs layer [2023-05-29T22:42:37.459Z] 85791d961cd3: Pulling fs layer [2023-05-29T22:42:37.459Z] d694b5ae8c79: Pulling fs layer [2023-05-29T22:42:37.459Z] 9f32a84ed3da: Pulling fs layer [2023-05-29T22:42:37.459Z] 4d19c01a9841: Pulling fs layer [2023-05-29T22:42:37.459Z] 9325e15d5711: Pulling fs layer [2023-05-29T22:42:37.459Z] 556b6ee489ea: Pulling fs layer [2023-05-29T22:42:37.459Z] c5a4b2cf53e6: Pulling fs layer [2023-05-29T22:42:37.459Z] 9325e15d5711: Waiting [2023-05-29T22:42:37.459Z] 9f32a84ed3da: Waiting [2023-05-29T22:42:37.459Z] 4d19c01a9841: Waiting [2023-05-29T22:42:37.459Z] 556b6ee489ea: Waiting [2023-05-29T22:42:37.459Z] c5a4b2cf53e6: Waiting [2023-05-29T22:42:37.721Z] 85791d961cd3: Verifying Checksum [2023-05-29T22:42:37.721Z] 85791d961cd3: Download complete [2023-05-29T22:42:37.721Z] 9f32a84ed3da: Verifying Checksum [2023-05-29T22:42:37.721Z] 9f32a84ed3da: Download complete [2023-05-29T22:42:37.721Z] 4d19c01a9841: Download complete [2023-05-29T22:42:37.721Z] f56be85fc22e: Verifying Checksum [2023-05-29T22:42:37.721Z] f56be85fc22e: Download complete [2023-05-29T22:42:37.721Z] 9325e15d5711: Verifying Checksum [2023-05-29T22:42:37.721Z] 9325e15d5711: Download complete [2023-05-29T22:42:37.721Z] f56be85fc22e: Pull complete [2023-05-29T22:42:37.986Z] 85791d961cd3: Pull complete [2023-05-29T22:42:38.249Z] c5a4b2cf53e6: Verifying Checksum [2023-05-29T22:42:38.249Z] c5a4b2cf53e6: Download complete [2023-05-29T22:42:38.249Z] d694b5ae8c79: Verifying Checksum [2023-05-29T22:42:38.249Z] d694b5ae8c79: Download complete [2023-05-29T22:42:38.509Z] 556b6ee489ea: Verifying Checksum [2023-05-29T22:42:38.509Z] 556b6ee489ea: Download complete [2023-05-29T22:42:41.802Z] d694b5ae8c79: Pull complete [2023-05-29T22:42:41.802Z] 9f32a84ed3da: Pull complete [2023-05-29T22:42:41.802Z] 4d19c01a9841: Pull complete [2023-05-29T22:42:42.066Z] 9325e15d5711: Pull complete [2023-05-29T22:42:44.634Z] 556b6ee489ea: Pull complete [2023-05-29T22:42:45.204Z] c5a4b2cf53e6: Pull complete [2023-05-29T22:42:45.204Z] Digest: sha256:cdb650785bd12602035d3ff87499385c169773a4d12d6eaf394b34464d3a0f2b [2023-05-29T22:42:45.463Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine [2023-05-29T22:42:45.463Z] ---> c4be618373d6 [2023-05-29T22:42:45.463Z] Step 3/12 : ARG ALPINE_PKG_BASE="make git openssh-client" [2023-05-29T22:42:47.469Z] ---> Running in c061022a8a20 [2023-05-29T22:42:47.469Z] Removing intermediate container c061022a8a20 [2023-05-29T22:42:47.469Z] ---> 818b6c4f637b [2023-05-29T22:42:47.469Z] Step 4/12 : ARG ALPINE_PKG_EXTRA="" [2023-05-29T22:42:47.469Z] ---> Running in 3e4ff071bf25 [2023-05-29T22:42:47.469Z] Removing intermediate container 3e4ff071bf25 [2023-05-29T22:42:47.469Z] ---> 9f41c63be3f2 [2023-05-29T22:42:47.469Z] Step 5/12 : ARG ADD_BUILD_TAGS="" [2023-05-29T22:42:47.469Z] ---> Running in 60f5c3f95e1a [2023-05-29T22:42:47.469Z] Removing intermediate container 60f5c3f95e1a [2023-05-29T22:42:47.469Z] ---> a7006767e6c5 [2023-05-29T22:42:47.469Z] Step 6/12 : WORKDIR /device-virtual-go [2023-05-29T22:42:47.469Z] ---> Running in a69f61729dd7 [2023-05-29T22:42:47.732Z] Removing intermediate container a69f61729dd7 [2023-05-29T22:42:47.732Z] ---> 3e5a3485bae1 [2023-05-29T22:42:47.732Z] Step 7/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-05-29T22:42:47.732Z] ---> Running in 6cfadf75fce7 [2023-05-29T22:42:47.992Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-05-29T22:42:48.252Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-05-29T22:42:48.511Z] (1/4) Installing openssh-keygen (9.1_p1-r3) [2023-05-29T22:42:48.511Z] (2/4) Installing libedit (20221030.3.1-r0) [2023-05-29T22:42:48.511Z] (3/4) Installing openssh-client-common (9.1_p1-r3) [2023-05-29T22:42:48.511Z] (4/4) Installing openssh-client-default (9.1_p1-r3) [2023-05-29T22:42:48.511Z] Executing busybox-1.35.0-r29.trigger [2023-05-29T22:42:48.511Z] OK: 269 MiB in 57 packages [2023-05-29T22:42:49.081Z] Removing intermediate container 6cfadf75fce7 [2023-05-29T22:42:49.081Z] ---> c7b4bbd24eca [2023-05-29T22:42:49.081Z] Step 8/12 : COPY go.mod vendor* ./ [2023-05-29T22:42:49.081Z] ---> 00671b8a24f3 [2023-05-29T22:42:49.081Z] Step 9/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-05-29T22:42:49.081Z] ---> Running in b7998eacd090 [2023-05-29T22:42:50.621Z] Still waiting to schedule task [2023-05-29T22:42:50.621Z] Waiting for next available executor on ‘prd-ubuntu20.04-docker-arm64-4c-16g-17183’ [2023-05-29T22:43:11.247Z] Removing intermediate container b7998eacd090 [2023-05-29T22:43:11.247Z] ---> b09c3f8b0d51 [2023-05-29T22:43:11.247Z] Step 10/12 : COPY . . [2023-05-29T22:43:11.247Z] ---> adc57d042c5e [2023-05-29T22:43:11.247Z] Step 11/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-05-29T22:43:11.247Z] ---> Running in 525bac061a30 [2023-05-29T22:43:11.247Z] Removing intermediate container 525bac061a30 [2023-05-29T22:43:11.247Z] ---> bd6a61f25f72 [2023-05-29T22:43:11.247Z] Step 12/12 : RUN $MAKE [2023-05-29T22:43:11.247Z] ---> Running in 362ec36ce15c [2023-05-29T22:43:11.507Z] noop [2023-05-29T22:43:11.767Z] Removing intermediate container 362ec36ce15c [2023-05-29T22:43:11.767Z] ---> af8d59762dd9 [2023-05-29T22:43:11.767Z] Successfully built af8d59762dd9 [2023-05-29T22:43:11.767Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-29T22:43:12.212Z] + docker inspect -f . ci-base-image-x86_64 [2023-05-29T22:43:12.212Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-05-29T22:43:12.365Z] prd-ubuntu20.04-docker-8c-8g-17184 does not seem to be running inside a container [2023-05-29T22:43:12.406Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/foundry_device-virtual-go_PR-413 -v /w/workspace/foundry_device-virtual-go_PR-413:/w/workspace/foundry_device-virtual-go_PR-413:rw,z -v /w/workspace/foundry_device-virtual-go_PR-413@tmp:/w/workspace/foundry_device-virtual-go_PR-413@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2023-05-29T22:43:12.803Z] $ docker top f8975f922418453eece8ce213920163e1be71604e83197f9a36c1514177b5103 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-05-29T22:43:13.220Z] + go version [2023-05-29T22:43:13.220Z] go version go1.20.2 linux/amd64 [Pipeline] } [2023-05-29T22:43:13.314Z] $ docker stop --time=1 f8975f922418453eece8ce213920163e1be71604e83197f9a36c1514177b5103 [2023-05-29T22:43:14.584Z] $ docker rm -f --volumes f8975f922418453eece8ce213920163e1be71604e83197f9a36c1514177b5103 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-29T22:43:15.288Z] + docker inspect -f . ci-base-image-x86_64 [2023-05-29T22:43:15.289Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-05-29T22:43:15.438Z] prd-ubuntu20.04-docker-8c-8g-17184 does not seem to be running inside a container [2023-05-29T22:43:15.478Z] $ 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-413 -v /w/workspace/foundry_device-virtual-go_PR-413:/w/workspace/foundry_device-virtual-go_PR-413:rw,z -v /w/workspace/foundry_device-virtual-go_PR-413@tmp:/w/workspace/foundry_device-virtual-go_PR-413@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2023-05-29T22:43:15.809Z] $ docker top 139bc78f3012d3bb719b050d848036f322dd7847378371f4927f4f1a7ce5b037 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-05-29T22:43:16.203Z] + git config --global --add safe.directory /w/workspace/foundry_device-virtual-go_PR-413 [Pipeline] fileExists [Pipeline] sh [2023-05-29T22:43:16.586Z] + make test [2023-05-29T22:43:16.586Z] go test ./... -coverprofile=coverage.out [2023-05-29T22:43:21.882Z] ? github.com/edgexfoundry/device-virtual-go [no test files] [2023-05-29T22:43:31.848Z] ? github.com/edgexfoundry/device-virtual-go/cmd [no test files] [2023-05-29T22:43:31.848Z] ok github.com/edgexfoundry/device-virtual-go/internal/driver 0.018s coverage: 58.6% of statements [2023-05-29T22:43:38.409Z] go vet ./... [2023-05-29T22:43:40.938Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-05-29T22:43:40.939Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-05-29T22:43:40.939Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2023-05-29T22:43:41.226Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2023-05-29T22:43:41.271Z] $ docker stop --time=1 139bc78f3012d3bb719b050d848036f322dd7847378371f4927f4f1a7ce5b037 [2023-05-29T22:43:43.518Z] $ docker rm -f --volumes 139bc78f3012d3bb719b050d848036f322dd7847378371f4927f4f1a7ce5b037 [Pipeline] // withDockerContainer [Pipeline] sh [2023-05-29T22:43:44.035Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2023-05-29T22:43:44.104Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2023-05-29T22:43:44.689Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2023-05-29T22:43:44.997Z] + ls -al . [2023-05-29T22:43:44.997Z] total 196 [2023-05-29T22:43:44.997Z] drwxrwxr-x 9 jenkins jenkins 4096 May 29 22:43 . [2023-05-29T22:43:44.997Z] drwxrwxr-x 4 jenkins jenkins 4096 May 29 22:42 .. [2023-05-29T22:43:44.997Z] drwxrwxr-x 8 jenkins jenkins 4096 May 29 22:42 .git [2023-05-29T22:43:44.997Z] drwxrwxr-x 3 jenkins jenkins 4096 May 29 22:42 .github [2023-05-29T22:43:44.997Z] -rw-rw-r-- 1 jenkins jenkins 337 May 29 22:42 .gitignore [2023-05-29T22:43:44.997Z] -rw-rw-r-- 1 jenkins jenkins 41 May 29 22:42 .golangci.yml [2023-05-29T22:43:44.997Z] drwxr-xr-x 3 jenkins jenkins 4096 May 29 22:42 .semver [2023-05-29T22:43:44.997Z] -rw-rw-r-- 1 jenkins jenkins 8652 May 29 22:42 Attribution.txt [2023-05-29T22:43:44.997Z] -rw-rw-r-- 1 jenkins jenkins 11367 May 29 22:42 CHANGELOG.md [2023-05-29T22:43:44.997Z] -rw-rw-r-- 1 jenkins jenkins 1646 May 29 22:42 Dockerfile [2023-05-29T22:43:44.997Z] -rw-rw-r-- 1 jenkins jenkins 677 May 29 22:42 GOVERNANCE.md [2023-05-29T22:43:44.997Z] -rw-rw-r-- 1 jenkins jenkins 660 May 29 22:42 Jenkinsfile [2023-05-29T22:43:44.997Z] -rw-rw-r-- 1 jenkins jenkins 11340 May 29 22:42 LICENSE [2023-05-29T22:43:44.997Z] -rw-rw-r-- 1 jenkins jenkins 1696 May 29 22:42 Makefile [2023-05-29T22:43:44.997Z] -rw-rw-r-- 1 jenkins jenkins 623 May 29 22:42 OWNERS.md [2023-05-29T22:43:44.997Z] -rw-rw-r-- 1 jenkins jenkins 4131 May 29 22:42 README.md [2023-05-29T22:43:44.997Z] -rw-rw-r-- 1 jenkins jenkins 5 May 29 22:42 VERSION [2023-05-29T22:43:44.997Z] drwxrwxr-x 2 jenkins jenkins 4096 May 29 22:42 bin [2023-05-29T22:43:44.997Z] drwxrwxr-x 3 jenkins jenkins 4096 May 29 22:42 cmd [2023-05-29T22:43:44.997Z] -rw-r--r-- 1 jenkins jenkins 43063 May 29 22:43 coverage.out [2023-05-29T22:43:44.997Z] -rw-rw-r-- 1 jenkins jenkins 3161 May 29 22:42 go.mod [2023-05-29T22:43:44.997Z] -rw-rw-r-- 1 jenkins jenkins 30898 May 29 22:42 go.sum [2023-05-29T22:43:44.997Z] drwxrwxr-x 3 jenkins jenkins 4096 May 29 22:42 internal [2023-05-29T22:43:44.997Z] drwxrwxr-x 4 jenkins jenkins 4096 May 29 22:42 snap [2023-05-29T22:43:44.997Z] -rw-rw-r-- 1 jenkins jenkins 235 May 29 22:42 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-29T22:43:45.381Z] + 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=368cd7a2f79fe1528dc850d86276d3450d488851 --label arch=amd64 --label version=0.0.0 . [2023-05-29T22:43:45.381Z] Sending build context to Docker daemon 23.73MB [2023-05-29T22:43:45.381Z] Step 1/25 : ARG BASE=golang:1.20-alpine3.17 [2023-05-29T22:43:45.381Z] Step 2/25 : FROM ${BASE} AS builder [2023-05-29T22:43:45.381Z] ---> af8d59762dd9 [2023-05-29T22:43:45.381Z] Step 3/25 : ARG ALPINE_PKG_BASE="make git openssh-client" [2023-05-29T22:43:45.644Z] ---> Running in 7c246a9e5228 [2023-05-29T22:43:45.644Z] Removing intermediate container 7c246a9e5228 [2023-05-29T22:43:45.644Z] ---> 90324ee67b2e [2023-05-29T22:43:45.644Z] Step 4/25 : ARG ALPINE_PKG_EXTRA="" [2023-05-29T22:43:45.644Z] ---> Running in 44c0914bf271 [2023-05-29T22:43:45.644Z] Removing intermediate container 44c0914bf271 [2023-05-29T22:43:45.644Z] ---> dfe4691a7e41 [2023-05-29T22:43:45.644Z] Step 5/25 : ARG ADD_BUILD_TAGS="" [2023-05-29T22:43:45.905Z] ---> Running in ac1f8a0db4b3 [2023-05-29T22:43:45.905Z] Removing intermediate container ac1f8a0db4b3 [2023-05-29T22:43:45.905Z] ---> f32c2cea9317 [2023-05-29T22:43:45.905Z] Step 6/25 : WORKDIR /device-virtual-go [2023-05-29T22:43:45.905Z] ---> Running in 383cf32f07b5 [2023-05-29T22:43:45.905Z] Removing intermediate container 383cf32f07b5 [2023-05-29T22:43:45.905Z] ---> 3ae641973303 [2023-05-29T22:43:45.905Z] Step 7/25 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-05-29T22:43:45.905Z] ---> Running in 71b40cec6333 [2023-05-29T22:43:46.167Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-05-29T22:43:46.426Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-05-29T22:43:46.685Z] OK: 269 MiB in 57 packages [2023-05-29T22:43:46.944Z] Removing intermediate container 71b40cec6333 [2023-05-29T22:43:46.944Z] ---> 09df8af2120b [2023-05-29T22:43:46.944Z] Step 8/25 : COPY go.mod vendor* ./ [2023-05-29T22:43:46.944Z] ---> 53a4132ad2b6 [2023-05-29T22:43:46.944Z] Step 9/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-05-29T22:43:47.207Z] ---> Running in cfe0c9de9346 [2023-05-29T22:43:47.778Z] Removing intermediate container cfe0c9de9346 [2023-05-29T22:43:47.778Z] ---> 45428585325b [2023-05-29T22:43:47.778Z] Step 10/25 : COPY . . [2023-05-29T22:43:48.348Z] ---> 4f125f470c77 [2023-05-29T22:43:48.348Z] Step 11/25 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-05-29T22:43:48.348Z] ---> Running in ac787cad6014 [2023-05-29T22:43:48.606Z] Removing intermediate container ac787cad6014 [2023-05-29T22:43:48.606Z] ---> bf6b43f9214b [2023-05-29T22:43:48.606Z] Step 12/25 : RUN $MAKE [2023-05-29T22:43:48.606Z] ---> Running in abd79fa93454 [2023-05-29T22:43:48.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-05-29T22:44:06.960Z] Removing intermediate container abd79fa93454 [2023-05-29T22:44:06.960Z] ---> b9277f994011 [2023-05-29T22:44:06.960Z] Step 13/25 : FROM alpine:3.17 [2023-05-29T22:44:06.960Z] 3.17: Pulling from library/alpine [2023-05-29T22:44:06.960Z] f56be85fc22e: Already exists [2023-05-29T22:44:06.960Z] Digest: sha256:124c7d2707904eea7431fffe91522a01e5a861a624ee31d03372cc1d138a3126 [2023-05-29T22:44:06.960Z] Status: Downloaded newer image for alpine:3.17 [2023-05-29T22:44:06.960Z] ---> 9ed4aefc74f6 [2023-05-29T22:44:06.960Z] Step 14/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019-2021: IOTech' [2023-05-29T22:44:06.960Z] ---> Running in 8ef067c58e6d [2023-05-29T22:44:06.960Z] Removing intermediate container 8ef067c58e6d [2023-05-29T22:44:06.960Z] ---> b32a994d2922 [2023-05-29T22:44:06.960Z] Step 15/25 : RUN apk add --update --no-cache dumb-init [2023-05-29T22:44:06.960Z] ---> Running in efe3b49ee387 [2023-05-29T22:44:07.220Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-05-29T22:44:07.479Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-05-29T22:44:07.480Z] (1/1) Installing dumb-init (1.2.5-r2) [2023-05-29T22:44:07.480Z] Executing busybox-1.35.0-r29.trigger [2023-05-29T22:44:07.480Z] OK: 7 MiB in 16 packages [2023-05-29T22:44:08.047Z] Removing intermediate container efe3b49ee387 [2023-05-29T22:44:08.047Z] ---> 0fb944e1c29e [2023-05-29T22:44:08.047Z] Step 16/25 : WORKDIR / [2023-05-29T22:44:08.047Z] ---> Running in 7add30cc00d7 [2023-05-29T22:44:08.047Z] Removing intermediate container 7add30cc00d7 [2023-05-29T22:44:08.047Z] ---> 6888e152bc44 [2023-05-29T22:44:08.047Z] Step 17/25 : COPY --from=builder /device-virtual-go/Attribution.txt / [2023-05-29T22:44:08.047Z] ---> c0089e7d2dfb [2023-05-29T22:44:08.047Z] Step 18/25 : COPY --from=builder /device-virtual-go/LICENSE / [2023-05-29T22:44:08.305Z] ---> 614f65f020d6 [2023-05-29T22:44:08.305Z] Step 19/25 : COPY --from=builder /device-virtual-go/cmd / [2023-05-29T22:44:08.910Z] ---> 4b0ab0037676 [2023-05-29T22:44:08.910Z] Step 20/25 : EXPOSE 59900 [2023-05-29T22:44:08.910Z] ---> Running in 3c5da33a8efe [2023-05-29T22:44:08.910Z] Removing intermediate container 3c5da33a8efe [2023-05-29T22:44:08.910Z] ---> 13f69e8fe0fe [2023-05-29T22:44:08.910Z] Step 21/25 : ENTRYPOINT ["/device-virtual"] [2023-05-29T22:44:08.910Z] ---> Running in b9ff6d0c56a1 [2023-05-29T22:44:09.172Z] Removing intermediate container b9ff6d0c56a1 [2023-05-29T22:44:09.172Z] ---> b9af2455c2ca [2023-05-29T22:44:09.172Z] Step 22/25 : CMD ["--cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-05-29T22:44:09.172Z] ---> Running in a8d027766821 [2023-05-29T22:44:09.172Z] Removing intermediate container a8d027766821 [2023-05-29T22:44:09.172Z] ---> 1aedf636816f [2023-05-29T22:44:09.172Z] Step 23/25 : LABEL arch=amd64 [2023-05-29T22:44:09.172Z] ---> Running in a529681532b5 [2023-05-29T22:44:09.172Z] Removing intermediate container a529681532b5 [2023-05-29T22:44:09.172Z] ---> 64c58b0c99a9 [2023-05-29T22:44:09.172Z] Step 24/25 : LABEL git_sha=368cd7a2f79fe1528dc850d86276d3450d488851 [2023-05-29T22:44:09.431Z] ---> Running in d690176a1844 [2023-05-29T22:44:09.431Z] Removing intermediate container d690176a1844 [2023-05-29T22:44:09.431Z] ---> e9efbf9146b9 [2023-05-29T22:44:09.431Z] Step 25/25 : LABEL version=0.0.0 [2023-05-29T22:44:09.431Z] ---> Running in 90861f41d80c [2023-05-29T22:44:09.431Z] Removing intermediate container 90861f41d80c [2023-05-29T22:44:09.431Z] ---> 4b656e100d24 [2023-05-29T22:44:09.432Z] [Warning] One or more build-args [ARCH] were not consumed [2023-05-29T22:44:09.432Z] Successfully built 4b656e100d24 [2023-05-29T22:44:09.432Z] 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-05-29T22:44:10.305Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-05-29T22:44:10.306Z] [2023-05-29T22:44:10.306Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-29T22:44:10.673Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-05-29T22:44:10.673Z] latest: Pulling from edgex-lftools-log-publisher [2023-05-29T22:44:10.673Z] 5eb5b503b376: Pulling fs layer [2023-05-29T22:44:10.673Z] 5c69ac0246d0: Pulling fs layer [2023-05-29T22:44:10.673Z] ec43610c2a17: Pulling fs layer [2023-05-29T22:44:10.673Z] 3a2ae6a8a46f: Pulling fs layer [2023-05-29T22:44:10.673Z] 33b1e0a273af: Pulling fs layer [2023-05-29T22:44:10.673Z] 5d3b04190fa2: Pulling fs layer [2023-05-29T22:44:10.673Z] 2f39f015ded8: Pulling fs layer [2023-05-29T22:44:10.673Z] 33b1e0a273af: Waiting [2023-05-29T22:44:10.673Z] 2f39f015ded8: Waiting [2023-05-29T22:44:10.673Z] 5d3b04190fa2: Waiting [2023-05-29T22:44:10.673Z] 3a2ae6a8a46f: Waiting [2023-05-29T22:44:10.673Z] 5c69ac0246d0: Verifying Checksum [2023-05-29T22:44:10.673Z] 5c69ac0246d0: Download complete [2023-05-29T22:44:10.673Z] 3a2ae6a8a46f: Verifying Checksum [2023-05-29T22:44:10.673Z] 3a2ae6a8a46f: Download complete [2023-05-29T22:44:10.673Z] 33b1e0a273af: Verifying Checksum [2023-05-29T22:44:10.673Z] 33b1e0a273af: Download complete [2023-05-29T22:44:10.673Z] 5d3b04190fa2: Verifying Checksum [2023-05-29T22:44:10.673Z] 5d3b04190fa2: Download complete [2023-05-29T22:44:10.673Z] ec43610c2a17: Verifying Checksum [2023-05-29T22:44:10.673Z] ec43610c2a17: Download complete [2023-05-29T22:44:10.932Z] 5eb5b503b376: Verifying Checksum [2023-05-29T22:44:10.932Z] 5eb5b503b376: Download complete [2023-05-29T22:44:11.498Z] 2f39f015ded8: Download complete [2023-05-29T22:44:12.065Z] 5eb5b503b376: Pull complete [2023-05-29T22:44:12.065Z] 5c69ac0246d0: Pull complete [2023-05-29T22:44:12.631Z] ec43610c2a17: Pull complete [2023-05-29T22:44:12.631Z] 3a2ae6a8a46f: Pull complete [2023-05-29T22:44:12.889Z] 33b1e0a273af: Pull complete [2023-05-29T22:44:12.889Z] 5d3b04190fa2: Pull complete [2023-05-29T22:44:17.075Z] 2f39f015ded8: Pull complete [2023-05-29T22:44:17.075Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2023-05-29T22:44:17.075Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-05-29T22:44:17.075Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-05-29T22:44:17.304Z] prd-ubuntu20.04-docker-8c-8g-17184 does not seem to be running inside a container [2023-05-29T22:44:17.341Z] $ 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-413 -v /w/workspace/foundry_device-virtual-go_PR-413:/w/workspace/foundry_device-virtual-go_PR-413:rw,z -v /w/workspace/foundry_device-virtual-go_PR-413@tmp:/w/workspace/foundry_device-virtual-go_PR-413@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2023-05-29T22:44:19.798Z] $ docker top 88e0dd621761d067ae989d985877d3020adb39bf8676edd067dd2e994ada9e65 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-05-29T22:44:20.227Z] ---> job-cost.sh [2023-05-29T22:44:20.227Z] lf-activate-venv: SKIPPING [2023-05-29T22:44:20.227Z] INFO: No Stack... [2023-05-29T22:44:20.486Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-05-29T22:44:20.744Z] INFO: Archiving Costs [Pipeline] sh [2023-05-29T22:44:21.060Z] + cat /w/workspace/foundry_device-virtual-go_PR-413/archives/cost.csv [2023-05-29T22:44:21.060Z] + cut -d, -f6 [Pipeline] lock [2023-05-29T22:44:21.100Z] Trying to acquire lock on [jenkins-edgexfoundry-device-virtual-go-PR-413-1-stack-cost] [2023-05-29T22:44:21.105Z] Resource [jenkins-edgexfoundry-device-virtual-go-PR-413-1-stack-cost] did not exist. Created. [2023-05-29T22:44:21.105Z] Lock acquired on [jenkins-edgexfoundry-device-virtual-go-PR-413-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-05-29T22:44:21.495Z] + echo total: 0.2199999988079071 [Pipeline] stash [2023-05-29T22:44:21.545Z] Stashed 1 file(s) [Pipeline] } [2023-05-29T22:44:21.573Z] Lock released on resource [jenkins-edgexfoundry-device-virtual-go-PR-413-1-stack-cost] [Pipeline] // lock [Pipeline] } [2023-05-29T22:44:21.663Z] $ docker stop --time=1 88e0dd621761d067ae989d985877d3020adb39bf8676edd067dd2e994ada9e65 [2023-05-29T22:44:22.831Z] $ docker rm -f --volumes 88e0dd621761d067ae989d985877d3020adb39bf8676edd067dd2e994ada9e65 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2023-05-29T22:46:13.391Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-17185 in /w/workspace/foundry_device-virtual-go_PR-413 [Pipeline] { [Pipeline] ws [2023-05-29T22:46:13.454Z] Running in /w/workspace/device-virtual-go/1 [Pipeline] { [Pipeline] checkout [2023-05-29T22:46:13.537Z] The recommended git tool is: git [2023-05-29T22:46:22.103Z] using credential edgex-jenkins-ssh [2023-05-29T22:46:22.120Z] Cloning the remote Git repository [2023-05-29T22:46:22.172Z] Cloning repository git@github.com:edgexfoundry/device-virtual-go.git [2023-05-29T22:46:22.279Z] > git init /w/workspace/device-virtual-go/1 # timeout=10 [2023-05-29T22:46:22.444Z] Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git [2023-05-29T22:46:22.445Z] > git --version # timeout=10 [2023-05-29T22:46:22.469Z] > git --version # 'git version 2.25.1' [2023-05-29T22:46:22.472Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-05-29T22:46:22.627Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-05-29T22:46:25.072Z] > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 [2023-05-29T22:46:25.106Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-05-29T22:46:26.664Z] Merging remotes/origin/main commit 8f55b196a710e15398781abdc7fd66bab52d29c1 into PR head commit 368cd7a2f79fe1528dc850d86276d3450d488851 [2023-05-29T22:46:26.014Z] > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 [2023-05-29T22:46:26.061Z] Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git [2023-05-29T22:46:26.062Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-05-29T22:46:26.080Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/pull/413/head:refs/remotes/origin/PR-413 +refs/heads/main:refs/remotes/origin/main # timeout=10 [2023-05-29T22:46:26.685Z] > git config core.sparsecheckout # timeout=10 [2023-05-29T22:46:26.975Z] Merge succeeded, producing 368cd7a2f79fe1528dc850d86276d3450d488851 [2023-05-29T22:46:26.976Z] Checking out Revision 368cd7a2f79fe1528dc850d86276d3450d488851 (PR-413) [2023-05-29T22:46:26.765Z] > git checkout -f 368cd7a2f79fe1528dc850d86276d3450d488851 # timeout=10 [2023-05-29T22:46:26.858Z] > git remote # timeout=10 [2023-05-29T22:46:26.879Z] > git config --get remote.origin.url # timeout=10 [2023-05-29T22:46:26.901Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-05-29T22:46:26.916Z] > git merge 8f55b196a710e15398781abdc7fd66bab52d29c1 # timeout=10 [2023-05-29T22:46:26.947Z] > git rev-parse HEAD^{commit} # timeout=10 [2023-05-29T22:46:26.984Z] > git config core.sparsecheckout # timeout=10 [2023-05-29T22:46:27.002Z] > git checkout -f 368cd7a2f79fe1528dc850d86276d3450d488851 # timeout=10 [2023-05-29T22:46:30.466Z] Commit message: "fix: Replace slack chat with github discussion" [2023-05-29T22:46:30.518Z] > git --version # timeout=10 [2023-05-29T22:46:30.528Z] > git --version # 'git version 2.25.1' [2023-05-29T22:46:30.538Z] fatal: bad object 4fc256d9079ed2258907e613f84b1b8da264a4bd [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-05-29T22:46:31.628Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2023-05-29T22:46:31.628Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-05-29T22:46:31.628Z] Dload Upload Total Spent Left Speed [2023-05-29T22:46:31.628Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 93072 0 --:--:-- --:--:-- --:--:-- 93072 [Pipeline] sh [2023-05-29T22:46:32.260Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2023-05-29T22:46:32.595Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2023-05-29T22:46:32.595Z] + sudo tee /etc/docker/daemon.new [2023-05-29T22:46:32.595Z] { [2023-05-29T22:46:32.595Z] "registry-mirrors": [ [2023-05-29T22:46:32.595Z] "https://nexus3.edgexfoundry.org:10001" [2023-05-29T22:46:32.595Z] ], [2023-05-29T22:46:32.595Z] "bip": "10.250.0.254/24", [2023-05-29T22:46:32.595Z] "hosts": [ [2023-05-29T22:46:32.595Z] "tcp://0.0.0.0:5555", [2023-05-29T22:46:32.595Z] "unix:///var/run/docker.sock" [2023-05-29T22:46:32.595Z] ], [2023-05-29T22:46:32.595Z] "mtu": 1458, [2023-05-29T22:46:32.595Z] "selinux-enabled": true, [2023-05-29T22:46:32.595Z] "seccomp-profile": "/etc/docker/seccomp.json" [2023-05-29T22:46:32.595Z] } [Pipeline] sh [2023-05-29T22:46:32.929Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2023-05-29T22:46:33.274Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-05-29T22:46:55.432Z] provisioning config files... [2023-05-29T22:46:55.458Z] copy managed file [device-virtual-go-settings] to file:/w/workspace/device-virtual-go/1@tmp/config8345901887430299309tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-05-29T22:46:55.840Z] ---> docker-login.sh [2023-05-29T22:46:55.840Z] nexus3.edgexfoundry.org:10001 [2023-05-29T22:46:56.113Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-29T22:46:56.382Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-29T22:46:56.382Z] Configure a credential helper to remove this warning. See [2023-05-29T22:46:56.382Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-29T22:46:56.382Z] [2023-05-29T22:46:56.382Z] Login Succeeded [2023-05-29T22:46:56.382Z] nexus3.edgexfoundry.org:10002 [2023-05-29T22:46:56.652Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-29T22:46:56.652Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-29T22:46:56.652Z] Configure a credential helper to remove this warning. See [2023-05-29T22:46:56.652Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-29T22:46:56.652Z] [2023-05-29T22:46:56.652Z] Login Succeeded [2023-05-29T22:46:56.652Z] nexus3.edgexfoundry.org:10003 [2023-05-29T22:46:56.920Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-29T22:46:57.190Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-29T22:46:57.190Z] Configure a credential helper to remove this warning. See [2023-05-29T22:46:57.190Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-29T22:46:57.190Z] [2023-05-29T22:46:57.190Z] Login Succeeded [2023-05-29T22:46:57.190Z] nexus3.edgexfoundry.org:10004 [2023-05-29T22:46:57.190Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-29T22:46:57.459Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-29T22:46:57.459Z] Configure a credential helper to remove this warning. See [2023-05-29T22:46:57.459Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-29T22:46:57.459Z] [2023-05-29T22:46:57.459Z] Login Succeeded [2023-05-29T22:46:57.459Z] docker.io [2023-05-29T22:46:57.726Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-29T22:46:57.726Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-29T22:46:57.726Z] Configure a credential helper to remove this warning. See [2023-05-29T22:46:57.726Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-29T22:46:57.726Z] [2023-05-29T22:46:57.726Z] Login Succeeded [2023-05-29T22:46:57.995Z] ---> docker-login.sh ends [Pipeline] } [2023-05-29T22:46:58.025Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2023-05-29T22:46:58.406Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-05-29T22:46:58.439Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-05-29T22:46:58.474Z] ========================================================= [2023-05-29T22:46:58.474Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine] [2023-05-29T22:46:58.474Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-29T22:46:58.976Z] + 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-05-29T22:46:59.245Z] Sending build context to Docker daemon 12.01MB [2023-05-29T22:46:59.245Z] Step 1/12 : ARG BASE=golang:1.20-alpine3.17 [2023-05-29T22:46:59.245Z] Step 2/12 : FROM ${BASE} AS builder [2023-05-29T22:46:59.517Z] 1.20-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2023-05-29T22:46:59.517Z] c41833b44d91: Pulling fs layer [2023-05-29T22:46:59.517Z] ed15518f5707: Pulling fs layer [2023-05-29T22:46:59.517Z] feae8fd75edb: Pulling fs layer [2023-05-29T22:46:59.517Z] 242c74f7c9fa: Pulling fs layer [2023-05-29T22:46:59.517Z] 3cdef696dda3: Pulling fs layer [2023-05-29T22:46:59.517Z] 2ced38df9373: Pulling fs layer [2023-05-29T22:46:59.517Z] 58f1dce35555: Pulling fs layer [2023-05-29T22:46:59.517Z] 242c74f7c9fa: Waiting [2023-05-29T22:46:59.517Z] 3cdef696dda3: Waiting [2023-05-29T22:46:59.517Z] 2ced38df9373: Waiting [2023-05-29T22:46:59.517Z] 58f1dce35555: Waiting [2023-05-29T22:46:59.517Z] ed15518f5707: Verifying Checksum [2023-05-29T22:46:59.517Z] ed15518f5707: Download complete [2023-05-29T22:46:59.517Z] 242c74f7c9fa: Verifying Checksum [2023-05-29T22:46:59.517Z] 242c74f7c9fa: Download complete [2023-05-29T22:46:59.517Z] 3cdef696dda3: Download complete [2023-05-29T22:46:59.787Z] c41833b44d91: Download complete [2023-05-29T22:47:00.770Z] c41833b44d91: Pull complete [2023-05-29T22:47:01.039Z] 58f1dce35555: Verifying Checksum [2023-05-29T22:47:01.039Z] 58f1dce35555: Download complete [2023-05-29T22:47:01.313Z] ed15518f5707: Pull complete [2023-05-29T22:47:02.291Z] feae8fd75edb: Verifying Checksum [2023-05-29T22:47:02.291Z] feae8fd75edb: Download complete [2023-05-29T22:47:02.291Z] 2ced38df9373: Verifying Checksum [2023-05-29T22:47:02.291Z] 2ced38df9373: Download complete [2023-05-29T22:47:14.612Z] feae8fd75edb: Pull complete [2023-05-29T22:47:14.612Z] 242c74f7c9fa: Pull complete [2023-05-29T22:47:14.612Z] 3cdef696dda3: Pull complete [2023-05-29T22:47:19.977Z] 2ced38df9373: Pull complete [2023-05-29T22:47:23.344Z] 58f1dce35555: Pull complete [2023-05-29T22:47:23.344Z] Digest: sha256:3b55595e96c696ae732e8cb20cde5b1ff7282a1fe1423a8de67617af8d15ea1e [2023-05-29T22:47:23.344Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine [2023-05-29T22:47:23.344Z] ---> fadd8f120f05 [2023-05-29T22:47:23.344Z] Step 3/12 : ARG ALPINE_PKG_BASE="make git openssh-client" [2023-05-29T22:47:24.786Z] ---> Running in 0c18fceb41c3 [2023-05-29T22:47:25.053Z] Removing intermediate container 0c18fceb41c3 [2023-05-29T22:47:25.053Z] ---> c6fa08dec4a8 [2023-05-29T22:47:25.053Z] Step 4/12 : ARG ALPINE_PKG_EXTRA="" [2023-05-29T22:47:25.053Z] ---> Running in b0e95709b58f [2023-05-29T22:47:25.320Z] Removing intermediate container b0e95709b58f [2023-05-29T22:47:25.320Z] ---> 072d39a1a0ef [2023-05-29T22:47:25.320Z] Step 5/12 : ARG ADD_BUILD_TAGS="" [2023-05-29T22:47:25.321Z] ---> Running in 6205c6716f76 [2023-05-29T22:47:25.905Z] Removing intermediate container 6205c6716f76 [2023-05-29T22:47:25.905Z] ---> c733e2458776 [2023-05-29T22:47:25.905Z] Step 6/12 : WORKDIR /device-virtual-go [2023-05-29T22:47:25.905Z] ---> Running in 9b58c1b751a8 [2023-05-29T22:47:26.176Z] Removing intermediate container 9b58c1b751a8 [2023-05-29T22:47:26.176Z] ---> fa0e22f53f9a [2023-05-29T22:47:26.176Z] Step 7/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-05-29T22:47:26.176Z] ---> Running in 14f0e35beed7 [2023-05-29T22:47:27.596Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-05-29T22:47:27.864Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-05-29T22:47:29.275Z] (1/4) Installing openssh-keygen (9.1_p1-r3) [2023-05-29T22:47:29.275Z] (2/4) Installing libedit (20221030.3.1-r0) [2023-05-29T22:47:29.275Z] (3/4) Installing openssh-client-common (9.1_p1-r3) [2023-05-29T22:47:29.275Z] (4/4) Installing openssh-client-default (9.1_p1-r3) [2023-05-29T22:47:29.275Z] Executing busybox-1.35.0-r29.trigger [2023-05-29T22:47:29.275Z] OK: 268 MiB in 57 packages [2023-05-29T22:47:31.877Z] Removing intermediate container 14f0e35beed7 [2023-05-29T22:47:31.878Z] ---> 8751814cb94e [2023-05-29T22:47:31.878Z] Step 8/12 : COPY go.mod vendor* ./ [2023-05-29T22:47:32.467Z] ---> 6cf914598dfd [2023-05-29T22:47:32.467Z] Step 9/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-05-29T22:47:32.468Z] ---> Running in f3770ddf0fc4 [2023-05-29T22:48:40.343Z] Removing intermediate container f3770ddf0fc4 [2023-05-29T22:48:40.343Z] ---> 9d0fa2d08aea [2023-05-29T22:48:40.343Z] Step 10/12 : COPY . . [2023-05-29T22:48:40.343Z] ---> a2678301dc55 [2023-05-29T22:48:40.343Z] Step 11/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-05-29T22:48:40.343Z] ---> Running in 500c5b21b4ba [2023-05-29T22:48:40.343Z] Removing intermediate container 500c5b21b4ba [2023-05-29T22:48:40.343Z] ---> f5b8b34d72a3 [2023-05-29T22:48:40.343Z] Step 12/12 : RUN $MAKE [2023-05-29T22:48:40.343Z] ---> Running in a9ca95855e17 [2023-05-29T22:48:40.343Z] noop [2023-05-29T22:48:40.343Z] Removing intermediate container a9ca95855e17 [2023-05-29T22:48:40.343Z] ---> 4fdea70ae591 [2023-05-29T22:48:40.343Z] Successfully built 4fdea70ae591 [2023-05-29T22:48:40.343Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-29T22:48:40.836Z] + docker inspect -f . ci-base-image-arm64 [2023-05-29T22:48:40.836Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-05-29T22:48:41.097Z] prd-ubuntu20.04-docker-arm64-4c-16g-17185 does not seem to be running inside a container [2023-05-29T22:48:41.152Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-virtual-go/1 -v /w/workspace/device-virtual-go/1:/w/workspace/device-virtual-go/1:rw,z -v /w/workspace/device-virtual-go/1@tmp:/w/workspace/device-virtual-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2023-05-29T22:48:42.235Z] $ docker top d6d68b9d728552d05921faac9bd5e7252b3e00b24df87d209702280d7031351e -eo pid,comm [Pipeline] { [Pipeline] sh [2023-05-29T22:48:43.096Z] + go version [2023-05-29T22:48:43.096Z] go version go1.20.2 linux/arm64 [Pipeline] } [2023-05-29T22:48:43.128Z] $ docker stop --time=1 d6d68b9d728552d05921faac9bd5e7252b3e00b24df87d209702280d7031351e [2023-05-29T22:48:44.679Z] $ docker rm -f --volumes d6d68b9d728552d05921faac9bd5e7252b3e00b24df87d209702280d7031351e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-29T22:48:45.513Z] + docker inspect -f . ci-base-image-arm64 [2023-05-29T22:48:45.513Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-05-29T22:48:45.809Z] prd-ubuntu20.04-docker-arm64-4c-16g-17185 does not seem to be running inside a container [2023-05-29T22:48:45.868Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -w /w/workspace/device-virtual-go/1 -v /w/workspace/device-virtual-go/1:/w/workspace/device-virtual-go/1:rw,z -v /w/workspace/device-virtual-go/1@tmp:/w/workspace/device-virtual-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2023-05-29T22:48:46.958Z] $ docker top 988874959c6293dda95a4e14a421423d9c1a748c06d5ed51faec93d277b0b2d5 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-05-29T22:48:47.486Z] + git config --global --add safe.directory /w/workspace/device-virtual-go/1 [Pipeline] fileExists [Pipeline] sh [2023-05-29T22:48:47.861Z] + make test [2023-05-29T22:48:47.861Z] go test ./... -coverprofile=coverage.out [2023-05-29T22:49:20.100Z] ? github.com/edgexfoundry/device-virtual-go [no test files] [2023-05-29T22:51:11.750Z] ? github.com/edgexfoundry/device-virtual-go/cmd [no test files] [2023-05-29T22:51:11.750Z] ok github.com/edgexfoundry/device-virtual-go/internal/driver 0.091s coverage: 58.4% of statements [2023-05-29T22:51:11.750Z] WARNING: Linting skipped (not on x86_64 or linter not installed) [2023-05-29T22:51:11.750Z] go vet ./... [2023-05-29T22:51:44.012Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-05-29T22:51:44.012Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-05-29T22:51:44.012Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2023-05-29T22:51:44.629Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2023-05-29T22:51:44.662Z] $ docker stop --time=1 988874959c6293dda95a4e14a421423d9c1a748c06d5ed51faec93d277b0b2d5 [2023-05-29T22:51:46.851Z] $ docker rm -f --volumes 988874959c6293dda95a4e14a421423d9c1a748c06d5ed51faec93d277b0b2d5 [Pipeline] // withDockerContainer [Pipeline] sh [2023-05-29T22:51:48.173Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2023-05-29T22:51:48.208Z] Warning: overwriting stash ‘coverage-report’ [2023-05-29T22:51:48.910Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-05-29T22:51:49.581Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2023-05-29T22:51:49.983Z] + ls -al . [2023-05-29T22:51:49.983Z] total 192 [2023-05-29T22:51:49.983Z] drwxrwxr-x 8 jenkins jenkins 4096 May 29 22:48 . [2023-05-29T22:51:49.983Z] drwxrwxr-x 4 jenkins jenkins 4096 May 29 22:46 .. [2023-05-29T22:51:49.983Z] drwxrwxr-x 8 jenkins jenkins 4096 May 29 22:46 .git [2023-05-29T22:51:49.983Z] drwxrwxr-x 3 jenkins jenkins 4096 May 29 22:46 .github [2023-05-29T22:51:49.983Z] -rw-rw-r-- 1 jenkins jenkins 337 May 29 22:46 .gitignore [2023-05-29T22:51:49.983Z] -rw-rw-r-- 1 jenkins jenkins 41 May 29 22:46 .golangci.yml [2023-05-29T22:51:49.983Z] -rw-rw-r-- 1 jenkins jenkins 8652 May 29 22:46 Attribution.txt [2023-05-29T22:51:49.983Z] -rw-rw-r-- 1 jenkins jenkins 11367 May 29 22:46 CHANGELOG.md [2023-05-29T22:51:49.983Z] -rw-rw-r-- 1 jenkins jenkins 1646 May 29 22:46 Dockerfile [2023-05-29T22:51:49.983Z] -rw-rw-r-- 1 jenkins jenkins 677 May 29 22:46 GOVERNANCE.md [2023-05-29T22:51:49.983Z] -rw-rw-r-- 1 jenkins jenkins 660 May 29 22:46 Jenkinsfile [2023-05-29T22:51:49.983Z] -rw-rw-r-- 1 jenkins jenkins 11340 May 29 22:46 LICENSE [2023-05-29T22:51:49.983Z] -rw-rw-r-- 1 jenkins jenkins 1696 May 29 22:46 Makefile [2023-05-29T22:51:49.983Z] -rw-rw-r-- 1 jenkins jenkins 623 May 29 22:46 OWNERS.md [2023-05-29T22:51:49.983Z] -rw-rw-r-- 1 jenkins jenkins 4131 May 29 22:46 README.md [2023-05-29T22:51:49.983Z] -rw-rw-r-- 1 jenkins jenkins 5 May 29 22:42 VERSION [2023-05-29T22:51:49.983Z] drwxrwxr-x 2 jenkins jenkins 4096 May 29 22:46 bin [2023-05-29T22:51:49.983Z] drwxrwxr-x 3 jenkins jenkins 4096 May 29 22:46 cmd [2023-05-29T22:51:49.983Z] -rw-r--r-- 1 jenkins jenkins 43063 May 29 22:51 coverage.out [2023-05-29T22:51:49.983Z] -rw-rw-r-- 1 jenkins jenkins 3161 May 29 22:46 go.mod [2023-05-29T22:51:49.983Z] -rw-rw-r-- 1 jenkins jenkins 30898 May 29 22:46 go.sum [2023-05-29T22:51:49.983Z] drwxrwxr-x 3 jenkins jenkins 4096 May 29 22:46 internal [2023-05-29T22:51:49.983Z] drwxrwxr-x 4 jenkins jenkins 4096 May 29 22:46 snap [2023-05-29T22:51:49.983Z] -rw-rw-r-- 1 jenkins jenkins 235 May 29 22:46 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-29T22:51:50.434Z] + 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=368cd7a2f79fe1528dc850d86276d3450d488851 --label arch=arm64 --label version=0.0.0 . [2023-05-29T22:51:51.039Z] Sending build context to Docker daemon 12.06MB [2023-05-29T22:51:51.039Z] Step 1/25 : ARG BASE=golang:1.20-alpine3.17 [2023-05-29T22:51:51.040Z] Step 2/25 : FROM ${BASE} AS builder [2023-05-29T22:51:51.040Z] ---> 4fdea70ae591 [2023-05-29T22:51:51.040Z] Step 3/25 : ARG ALPINE_PKG_BASE="make git openssh-client" [2023-05-29T22:51:51.040Z] ---> Running in 9e4be9632c98 [2023-05-29T22:51:51.622Z] Removing intermediate container 9e4be9632c98 [2023-05-29T22:51:51.622Z] ---> 16187ff4c9db [2023-05-29T22:51:51.622Z] Step 4/25 : ARG ALPINE_PKG_EXTRA="" [2023-05-29T22:51:51.622Z] ---> Running in e1848bb73d08 [2023-05-29T22:51:51.893Z] Removing intermediate container e1848bb73d08 [2023-05-29T22:51:51.893Z] ---> b791aede982b [2023-05-29T22:51:51.893Z] Step 5/25 : ARG ADD_BUILD_TAGS="" [2023-05-29T22:51:51.893Z] ---> Running in 2bd38af21b0b [2023-05-29T22:51:52.481Z] Removing intermediate container 2bd38af21b0b [2023-05-29T22:51:52.481Z] ---> 35de41f9edf9 [2023-05-29T22:51:52.481Z] Step 6/25 : WORKDIR /device-virtual-go [2023-05-29T22:51:52.481Z] ---> Running in 7ae044f85c69 [2023-05-29T22:51:52.758Z] Removing intermediate container 7ae044f85c69 [2023-05-29T22:51:52.758Z] ---> d65603f43c2f [2023-05-29T22:51:52.758Z] Step 7/25 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-05-29T22:51:53.072Z] ---> Running in 9ad06c8c18cd [2023-05-29T22:51:54.049Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-05-29T22:51:54.633Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-05-29T22:51:55.594Z] OK: 268 MiB in 57 packages [2023-05-29T22:51:56.179Z] Removing intermediate container 9ad06c8c18cd [2023-05-29T22:51:56.179Z] ---> 317258da7137 [2023-05-29T22:51:56.179Z] Step 8/25 : COPY go.mod vendor* ./ [2023-05-29T22:51:56.764Z] ---> 55a2fba1868f [2023-05-29T22:51:56.764Z] Step 9/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-05-29T22:51:56.764Z] ---> Running in bc6afe140b7d [2023-05-29T22:52:01.021Z] Removing intermediate container bc6afe140b7d [2023-05-29T22:52:01.021Z] ---> 9227d7044b61 [2023-05-29T22:52:01.021Z] Step 10/25 : COPY . . [2023-05-29T22:52:01.986Z] ---> 8fff98a5c498 [2023-05-29T22:52:01.986Z] Step 11/25 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-05-29T22:52:01.986Z] ---> Running in 89777ab19cf5 [2023-05-29T22:52:02.265Z] Removing intermediate container 89777ab19cf5 [2023-05-29T22:52:02.265Z] ---> ed19461b7d54 [2023-05-29T22:52:02.265Z] Step 12/25 : RUN $MAKE [2023-05-29T22:52:02.542Z] ---> Running in 60bd013d958d [2023-05-29T22:52:03.505Z] 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-05-29T22:54:25.178Z] Removing intermediate container 60bd013d958d [2023-05-29T22:54:25.178Z] ---> 8ca830f19283 [2023-05-29T22:54:25.178Z] Step 13/25 : FROM alpine:3.17 [2023-05-29T22:54:25.178Z] 3.17: Pulling from library/alpine [2023-05-29T22:54:25.178Z] c41833b44d91: Already exists [2023-05-29T22:54:25.178Z] Digest: sha256:124c7d2707904eea7431fffe91522a01e5a861a624ee31d03372cc1d138a3126 [2023-05-29T22:54:25.178Z] Status: Downloaded newer image for alpine:3.17 [2023-05-29T22:54:25.178Z] ---> 51e60588ff2c [2023-05-29T22:54:25.178Z] Step 14/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019-2021: IOTech' [2023-05-29T22:54:25.178Z] ---> Running in 938cade074aa [2023-05-29T22:54:25.178Z] Removing intermediate container 938cade074aa [2023-05-29T22:54:25.178Z] ---> 5b4ddd3e8e06 [2023-05-29T22:54:25.178Z] Step 15/25 : RUN apk add --update --no-cache dumb-init [2023-05-29T22:54:25.178Z] ---> Running in 30882ce16abc [2023-05-29T22:54:25.178Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-05-29T22:54:25.178Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-05-29T22:54:25.178Z] (1/1) Installing dumb-init (1.2.5-r2) [2023-05-29T22:54:25.178Z] Executing busybox-1.35.0-r29.trigger [2023-05-29T22:54:25.178Z] OK: 8 MiB in 16 packages [2023-05-29T22:54:25.178Z] Removing intermediate container 30882ce16abc [2023-05-29T22:54:25.178Z] ---> 16ffe64a9e4e [2023-05-29T22:54:25.178Z] Step 16/25 : WORKDIR / [2023-05-29T22:54:25.178Z] ---> Running in 9cdbc333f04f [2023-05-29T22:54:25.178Z] Removing intermediate container 9cdbc333f04f [2023-05-29T22:54:25.178Z] ---> 8f0d18ea1136 [2023-05-29T22:54:25.178Z] Step 17/25 : COPY --from=builder /device-virtual-go/Attribution.txt / [2023-05-29T22:54:25.178Z] ---> d86275808a26 [2023-05-29T22:54:25.178Z] Step 18/25 : COPY --from=builder /device-virtual-go/LICENSE / [2023-05-29T22:54:25.178Z] ---> 69eedc74f23b [2023-05-29T22:54:25.178Z] Step 19/25 : COPY --from=builder /device-virtual-go/cmd / [2023-05-29T22:54:25.178Z] ---> 59ec77bf837d [2023-05-29T22:54:25.178Z] Step 20/25 : EXPOSE 59900 [2023-05-29T22:54:25.178Z] ---> Running in 6649c921ad3f [2023-05-29T22:54:25.178Z] Removing intermediate container 6649c921ad3f [2023-05-29T22:54:25.178Z] ---> f9bd1f2f60f6 [2023-05-29T22:54:25.178Z] Step 21/25 : ENTRYPOINT ["/device-virtual"] [2023-05-29T22:54:25.178Z] ---> Running in d49b55288d66 [2023-05-29T22:54:25.178Z] Removing intermediate container d49b55288d66 [2023-05-29T22:54:25.178Z] ---> aa688c4432d6 [2023-05-29T22:54:25.178Z] Step 22/25 : CMD ["--cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-05-29T22:54:25.178Z] ---> Running in c60595468138 [2023-05-29T22:54:25.178Z] Removing intermediate container c60595468138 [2023-05-29T22:54:25.178Z] ---> 474179fb68e7 [2023-05-29T22:54:25.178Z] Step 23/25 : LABEL arch=arm64 [2023-05-29T22:54:25.178Z] ---> Running in 899f90ed20b0 [2023-05-29T22:54:25.178Z] Removing intermediate container 899f90ed20b0 [2023-05-29T22:54:25.178Z] ---> 23ea143a7ac9 [2023-05-29T22:54:25.178Z] Step 24/25 : LABEL git_sha=368cd7a2f79fe1528dc850d86276d3450d488851 [2023-05-29T22:54:25.178Z] ---> Running in 33393119e894 [2023-05-29T22:54:25.178Z] Removing intermediate container 33393119e894 [2023-05-29T22:54:25.178Z] ---> c247fa60c139 [2023-05-29T22:54:25.178Z] Step 25/25 : LABEL version=0.0.0 [2023-05-29T22:54:25.178Z] ---> Running in 67e5229824e6 [2023-05-29T22:54:25.178Z] Removing intermediate container 67e5229824e6 [2023-05-29T22:54:25.178Z] ---> 7eea3bcc2221 [2023-05-29T22:54:25.178Z] [Warning] One or more build-args [ARCH] were not consumed [2023-05-29T22:54:25.178Z] Successfully built 7eea3bcc2221 [2023-05-29T22:54:25.178Z] 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-05-29T22:54:26.011Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-05-29T22:54:26.011Z] [2023-05-29T22:54:26.011Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-29T22:54:26.423Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-05-29T22:54:26.423Z] arm64: Pulling from edgex-lftools-log-publisher [2023-05-29T22:54:26.423Z] 8998bd30e6a1: Pulling fs layer [2023-05-29T22:54:26.423Z] 04944245beec: Pulling fs layer [2023-05-29T22:54:26.423Z] 699f458cf7ca: Pulling fs layer [2023-05-29T22:54:26.423Z] 765212b225bb: Pulling fs layer [2023-05-29T22:54:26.423Z] f23df028b6ca: Pulling fs layer [2023-05-29T22:54:26.423Z] d65c8cfc05b1: Pulling fs layer [2023-05-29T22:54:26.423Z] 2437ff75d9bd: Pulling fs layer [2023-05-29T22:54:26.423Z] 765212b225bb: Waiting [2023-05-29T22:54:26.423Z] f23df028b6ca: Waiting [2023-05-29T22:54:26.423Z] d65c8cfc05b1: Waiting [2023-05-29T22:54:26.423Z] 2437ff75d9bd: Waiting [2023-05-29T22:54:26.692Z] 04944245beec: Verifying Checksum [2023-05-29T22:54:26.692Z] 04944245beec: Download complete [2023-05-29T22:54:26.692Z] 765212b225bb: Verifying Checksum [2023-05-29T22:54:26.692Z] 765212b225bb: Download complete [2023-05-29T22:54:26.692Z] f23df028b6ca: Download complete [2023-05-29T22:54:26.692Z] d65c8cfc05b1: Verifying Checksum [2023-05-29T22:54:26.692Z] d65c8cfc05b1: Download complete [2023-05-29T22:54:26.961Z] 699f458cf7ca: Download complete [2023-05-29T22:54:27.227Z] 8998bd30e6a1: Download complete [2023-05-29T22:54:29.825Z] 2437ff75d9bd: Verifying Checksum [2023-05-29T22:54:29.825Z] 2437ff75d9bd: Download complete [2023-05-29T22:54:31.326Z] 8998bd30e6a1: Pull complete [2023-05-29T22:54:31.593Z] 04944245beec: Pull complete [2023-05-29T22:54:33.002Z] 699f458cf7ca: Pull complete [2023-05-29T22:54:33.002Z] 765212b225bb: Pull complete [2023-05-29T22:54:33.587Z] f23df028b6ca: Pull complete [2023-05-29T22:54:33.855Z] d65c8cfc05b1: Pull complete [2023-05-29T22:54:48.848Z] 2437ff75d9bd: Pull complete [2023-05-29T22:54:48.848Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2023-05-29T22:54:48.848Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-05-29T22:54:48.848Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-05-29T22:54:49.189Z] prd-ubuntu20.04-docker-arm64-4c-16g-17185 does not seem to be running inside a container [2023-05-29T22:54:49.257Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/device-virtual-go/1 -v /w/workspace/device-virtual-go/1:/w/workspace/device-virtual-go/1:rw,z -v /w/workspace/device-virtual-go/1@tmp:/w/workspace/device-virtual-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat [2023-05-29T22:54:51.995Z] $ docker top 9414e2d3d1f216ed97d7425baf73db383f2af91bb41e411ba89208d241243bee -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-05-29T22:54:52.896Z] ---> job-cost.sh [2023-05-29T22:54:52.896Z] lf-activate-venv: SKIPPING [2023-05-29T22:54:52.896Z] INFO: No Stack... [2023-05-29T22:54:53.480Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2023-05-29T22:54:54.440Z] INFO: Archiving Costs [Pipeline] sh [2023-05-29T22:54:54.788Z] + + cut -d, -f6cat [2023-05-29T22:54:54.788Z] /w/workspace/device-virtual-go/1/archives/cost.csv [Pipeline] lock [2023-05-29T22:54:55.149Z] Trying to acquire lock on [jenkins-edgexfoundry-device-virtual-go-PR-413-1-stack-cost] [2023-05-29T22:54:55.156Z] Resource [jenkins-edgexfoundry-device-virtual-go-PR-413-1-stack-cost] did not exist. Created. [2023-05-29T22:54:55.156Z] Lock acquired on [jenkins-edgexfoundry-device-virtual-go-PR-413-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-05-29T22:54:55.915Z] /w/workspace/device-virtual-go/1@tmp/durable-f3f597fd/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh [2023-05-29T22:54:56.587Z] + echo total: 0.10999999940395355 [Pipeline] stash [2023-05-29T22:54:56.629Z] Warning: overwriting stash ‘stack-cost’ [2023-05-29T22:54:56.686Z] Stashed 1 file(s) [Pipeline] } [2023-05-29T22:54:56.701Z] Lock released on resource [jenkins-edgexfoundry-device-virtual-go-PR-413-1-stack-cost] [Pipeline] // lock [Pipeline] } [2023-05-29T22:54:56.775Z] $ docker stop --time=1 9414e2d3d1f216ed97d7425baf73db383f2af91bb41e411ba89208d241243bee [2023-05-29T22:54:58.273Z] $ docker rm -f --volumes 9414e2d3d1f216ed97d7425baf73db383f2af91bb41e411ba89208d241243bee [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-05-29T22:54:59.260Z] provisioning config files... [2023-05-29T22:54:59.267Z] copy managed file [device-virtual-go-codecov-token] to file:/w/workspace/foundry_device-virtual-go_PR-413@tmp/config311093744089135824tmp [Pipeline] { [Pipeline] sh [2023-05-29T22:54:59.603Z] + set +x [2023-05-29T22:54:59.603Z] + curl -s https://codecov.io/bash [2023-05-29T22:54:59.603Z] + bash -s -- [2023-05-29T22:54:59.603Z] [2023-05-29T22:54:59.603Z] _____ _ [2023-05-29T22:54:59.603Z] / ____| | | [2023-05-29T22:54:59.603Z] | | ___ __| | ___ ___ _____ __ [2023-05-29T22:54:59.603Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2023-05-29T22:54:59.603Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2023-05-29T22:54:59.603Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2023-05-29T22:54:59.603Z] Bash-1.0.6 [2023-05-29T22:54:59.603Z] [2023-05-29T22:54:59.603Z] [2023-05-29T22:54:59.603Z] ==> git version 2.25.1 found [2023-05-29T22:54:59.603Z] ==> 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-05-29T22:54:59.603Z] Release-Date: 2020-01-08 [2023-05-29T22:54:59.603Z] 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-05-29T22:54:59.603Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2023-05-29T22:54:59.603Z] ==> Jenkins CI detected. [2023-05-29T22:54:59.603Z] current dir:  /w/workspace/foundry_device-virtual-go_PR-413 [2023-05-29T22:54:59.603Z] project root: . [2023-05-29T22:54:59.603Z] --> token set from env [2023-05-29T22:54:59.603Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2023-05-29T22:54:59.603Z] ==> Running gcov in . (disable via -X gcov) [2023-05-29T22:54:59.603Z] ==> Python coveragepy not found [2023-05-29T22:54:59.603Z] ==> Searching for coverage reports in: [2023-05-29T22:54:59.603Z] + . [2023-05-29T22:54:59.864Z] -> Found 1 reports [2023-05-29T22:54:59.864Z] ==> Detecting git/mercurial file structure [2023-05-29T22:54:59.864Z] ==> Reading reports [2023-05-29T22:54:59.864Z] + ./coverage.out bytes=43063 [2023-05-29T22:54:59.864Z] ==> Appending adjustments [2023-05-29T22:54:59.864Z] https://docs.codecov.io/docs/fixing-reports [2023-05-29T22:54:59.864Z] + Found adjustments [2023-05-29T22:54:59.864Z] ==> Gzipping contents [2023-05-29T22:54:59.864Z] 8.0K /tmp/codecov.17ONzx.gz [2023-05-29T22:54:59.864Z] ==> Uploading reports [2023-05-29T22:54:59.864Z] url: https://codecov.io [2023-05-29T22:54:59.864Z] query: branch=PR-413&commit=368cd7a2f79fe1528dc850d86276d3450d488851&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-virtual-go%2Fjob%2FPR-413%2F1%2F&name=&tag=&slug=edgexfoundry%2Fdevice-virtual-go&service=jenkins&flags=&pr=413&job=&cmd_args= [2023-05-29T22:54:59.864Z] -> Pinging Codecov [2023-05-29T22:54:59.864Z] https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=a35e349c-7876-4d48-9269-e9fc36774240&branch=PR-413&commit=368cd7a2f79fe1528dc850d86276d3450d488851&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-virtual-go%2Fjob%2FPR-413%2F1%2F&name=&tag=&slug=edgexfoundry%2Fdevice-virtual-go&service=jenkins&flags=&pr=413&job=&cmd_args= [2023-05-29T22:55:00.123Z] -> Uploading to [2023-05-29T22:55:00.123Z] https://storage.googleapis.com/codecov/v4/raw/2023-05-29/5E52B4B073DB2E39498172D8E973AA87/368cd7a2f79fe1528dc850d86276d3450d488851/d533ec4e-9581-4182-9094-5af424effd56.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20230529%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20230529T225459Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=105b8b7eeb61ac28b2c79436b634f3243ca32f8cad1c3d88f83ac546bc380089 [2023-05-29T22:55:00.124Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-05-29T22:55:00.124Z] Dload Upload Total Spent Left Speed [2023-05-29T22:55:00.383Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 5184 0 0 100 5184 0 21245 --:--:-- --:--:-- --:--:-- 21245 [2023-05-29T22:55:00.383Z] -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/device-virtual-go/commit/368cd7a2f79fe1528dc850d86276d3450d488851 [Pipeline] } [2023-05-29T22:55:00.413Z] 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-05-29T22:55:02.159Z] + [ -d /w/workspace/foundry_device-virtual-go_PR-413/archives ] [2023-05-29T22:55:02.159Z] + ls -al /w/workspace/foundry_device-virtual-go_PR-413/archives [2023-05-29T22:55:02.159Z] total 16 [2023-05-29T22:55:02.159Z] drwxr-xr-x 3 root root 4096 May 29 22:44 . [2023-05-29T22:55:02.159Z] drwxrwxr-x 10 jenkins jenkins 4096 May 29 22:44 .. [2023-05-29T22:55:02.159Z] drwxr-xr-x 2 root root 4096 May 29 22:44 cost [2023-05-29T22:55:02.159Z] -rw-r--r-- 1 root root 89 May 29 22:44 cost.csv [2023-05-29T22:55:02.159Z] + sudo chown -R jenkins:jenkins /w/workspace/foundry_device-virtual-go_PR-413/archives [2023-05-29T22:55:02.159Z] + ls -al /w/workspace/foundry_device-virtual-go_PR-413/archives [2023-05-29T22:55:02.159Z] total 16 [2023-05-29T22:55:02.159Z] drwxr-xr-x 3 jenkins jenkins 4096 May 29 22:44 . [2023-05-29T22:55:02.160Z] drwxrwxr-x 10 jenkins jenkins 4096 May 29 22:44 .. [2023-05-29T22:55:02.160Z] drwxr-xr-x 2 jenkins jenkins 4096 May 29 22:44 cost [2023-05-29T22:55:02.160Z] -rw-r--r-- 1 jenkins jenkins 89 May 29 22:44 cost.csv [Pipeline] libraryResource [Pipeline] sh [2023-05-29T22:55:02.485Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2023-05-29T22:55:03.391Z] ---> package-listing.sh [2023-05-29T22:55:03.391Z] ++ facter osfamily [2023-05-29T22:55:03.391Z] ++ tr '[:upper:]' '[:lower:]' [2023-05-29T22:55:03.652Z] + OS_FAMILY=debian [2023-05-29T22:55:03.652Z] + workspace=/w/workspace/foundry_device-virtual-go_PR-413 [2023-05-29T22:55:03.652Z] + START_PACKAGES=/tmp/packages_start.txt [2023-05-29T22:55:03.652Z] + END_PACKAGES=/tmp/packages_end.txt [2023-05-29T22:55:03.652Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2023-05-29T22:55:03.652Z] + PACKAGES=/tmp/packages_start.txt [2023-05-29T22:55:03.652Z] + '[' /w/workspace/foundry_device-virtual-go_PR-413 ']' [2023-05-29T22:55:03.652Z] + PACKAGES=/tmp/packages_end.txt [2023-05-29T22:55:03.652Z] + case "${OS_FAMILY}" in [2023-05-29T22:55:03.652Z] + dpkg -l [2023-05-29T22:55:03.652Z] + grep '^ii' [2023-05-29T22:55:03.652Z] + '[' -f /tmp/packages_start.txt ']' [2023-05-29T22:55:03.652Z] + '[' -f /tmp/packages_end.txt ']' [2023-05-29T22:55:03.652Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2023-05-29T22:55:03.652Z] + '[' /w/workspace/foundry_device-virtual-go_PR-413 ']' [2023-05-29T22:55:03.652Z] + mkdir -p /w/workspace/foundry_device-virtual-go_PR-413/archives/ [2023-05-29T22:55:03.652Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/foundry_device-virtual-go_PR-413/archives/ [Pipeline] echo [2023-05-29T22:55:03.685Z] 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-413/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2023-05-29T22:55:03.990Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-29T22:55:04.637Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-05-29T22:55:04.637Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-05-29T22:55:04.786Z] prd-ubuntu20.04-docker-8c-8g-17184 does not seem to be running inside a container [2023-05-29T22:55:04.827Z] $ 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-413/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-413 -v /w/workspace/foundry_device-virtual-go_PR-413:/w/workspace/foundry_device-virtual-go_PR-413:rw,z -v /w/workspace/foundry_device-virtual-go_PR-413@tmp:/w/workspace/foundry_device-virtual-go_PR-413@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2023-05-29T22:55:05.026Z] $ docker top f6777da2a3249c2fdcc37972028b746f61f44fa24c7f6c4c8384579096bf9d35 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-05-29T22:55:05.406Z] + touch /tmp/pre-build-complete [Pipeline] sh [2023-05-29T22:55:05.716Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2023-05-29T22:55:06.027Z] + ls /var/log/sa-host [2023-05-29T22:55:06.027Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-05-29T22:55:06.167Z] provisioning config files... [2023-05-29T22:55:06.176Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/foundry_device-virtual-go_PR-413@tmp/config13697345300379818271tmp [Pipeline] { [Pipeline] echo [2023-05-29T22:55:06.231Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2023-05-29T22:55:06.549Z] ---> create-netrc.sh [Pipeline] } [2023-05-29T22:55:06.579Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2023-05-29T22:55:06.975Z] ---> python-tools-install.sh [Pipeline] echo [2023-05-29T22:55:07.008Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2023-05-29T22:55:07.320Z] ---> sudo-logs.sh [2023-05-29T22:55:07.320Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2023-05-29T22:55:07.409Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2023-05-29T22:55:07.721Z] ---> job-cost.sh [2023-05-29T22:55:07.721Z] lf-activate-venv: SKIPPING [2023-05-29T22:55:07.721Z] DEBUG: total: 0.2199999988079071 [2023-05-29T22:55:07.721Z] INFO: Retrieving Stack Cost... [2023-05-29T22:55:08.290Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-05-29T22:55:08.550Z] INFO: Archiving Costs [Pipeline] echo [2023-05-29T22:55:08.586Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2023-05-29T22:55:08.907Z] ---> logs-deploy.sh [2023-05-29T22:55:08.907Z] lf-activate-venv: SKIPPING [2023-05-29T22:55:08.907Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-virtual-go/PR-413/1 [2023-05-29T22:55:08.907Z] INFO: archiving workspace using pattern(s): [2023-05-29T22:55:09.849Z] Archives upload complete. [2023-05-29T22:55:09.849Z] INFO: archiving logs to Nexus